/* Global Start */

/* Typography */

body {
    font-family: "Neue Helvetica W01", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

body,html{
    height: 100%;
}

#mti_wfs_colophon {
    display: none !important;
}

.ajax-form-error {
    display: none;
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }
    .navbar-header {
        float:none;
    }
    .navbar-default {
        background-color: rgba(255, 255, 255, 1) !important;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        background-color: #fff;
    }

    .navbar-default .sign-btn {
        width: 100%;
    }
    .navbar-default .sign-btn .btn {
        float: right;
    }
}


/* Buttons */

.btn:focus {
    box-shadow: none;
}

/* Form control */

.form-control {
    width: 100%;
    background-color: #fff;
    border: 1px solid #ddd;
    font-weight: 400;
    box-shadow: none;
}

.form-control::-moz-placeholder {
    color: #aaa;
    opacity: 1;
}

.form-control:focus {
    border-color: #01388d;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0), 0 0 8px rgba(255, 255, 255, 0) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0), 0 0 8px rgba(255, 255, 255, 0) !important;
}

/* Misc */

.main {
    padding-top: 75px;
    padding-bottom: 50px;
}

.jumbotron {
    background-color: #ee344a;
}

.jumbotron h1 {
    font-weight: 100;
    color: white;
}

.jumbotron p.lead {
    color: white;
}

/* Header */

.navbar-default {
    background-color: rgba(255, 255, 255, 0.95);
}

.navbar {
    margin-bottom: 0px;
    min-height: 75px;
    padding-top: 10px;
}

.navbar-brand {
    padding: 10px;
}

.navbar-default .navbar-nav li {
    font-size: 16px;
}

.navbar-default .btn {
    font-size: 16px;
    padding: 6px 20px;
    margin-right: 10px;
}
.navbar-default .btn-last {
    margin-right: 110px;
}

.navbar-default .form-control {
    height: 37px;
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
    color: #ee344a;
    background-color: transparent;
}

.navbar-wrapper nav.navbar.navbar-default #navbar .navbar-nav a:hover {
    color: #ee344a;
}


/* Footer */

footer {
    background-color: #f5f5f8;
    padding-top: 15px;
}

footer ul {
    list-style: none;
    margin-left: -40px;
}

footer ul li {
    margin-top: 7px;
}

footer h3 {
    margin-bottom: 25px;
}

footer p {
    color: #757575;
    font-size:14px;
}

footer .input-group {
    margin-top: 25px;
}

@media only screen and (max-width : 768px) {
    footer {
        text-align: center;
    }
    
    footer .col-sm-3,
    footer .col-sm-2,
    footer .col-sm-4 {
        border-bottom: 1px solid #ddd;
        padding-bottom: 15px;
        padding-top: 5px;
    }
}

footer a i {
    margin-right: 15px;
    color: #757575;
}

footer a i:hover {
    color: #464646;
}

footer.homepage {
    border-top: 1px solid #ddd;
}

/* Custom Footer AustinISD */
.austin-custom-footer{
    color: white;
    line-height: 1.7rem;
    padding: 20px 0px;
    font-size: 14px;
    margin: 0px;
    font-weight: 600;
}
.custom-footer-parent {
    background-color: #666666;
}

/* Global End */


/* Homepage Start */


#big-video-vid {
    z-index: -1;
}

.jumbotron-hp {
    background: rgba(0,0,0,0.5);
    height: 75vh;
    padding-top: 25vh;
    margin-bottom: 0px;
}

.jumbotron-hp h1 {
    color: white;
    font-weight: 100;
    font-size: 72px;
}

@media only screen and (max-width : 768px) {
    .jumbotron-hp {
        text-align: center;
    }
    
    .jumbotron-hp h1 {
        font-size: 36px;
    }
    .jumbotron-hp .btn-lg {
        width: 100%;
    }
}


.jumbotron-hp p.lead {
    color: white;
    font-weight: 200;
    margin-top: 25px;
}

.jumbotron-hp .btn-lg {
    border-color: transparent;
    padding: 15px 25px;
    margin-right: 10px;
    margin-top: 25px;
}

/* Sections */

section {
    padding-top: 25px;
    padding-bottom: 25px;
}

section h1 {
    color: #ee344a;
    font-weight: 200;
}

section.banner {
    padding-top: 0px;
    padding-bottom: 0px;
}

.splitter-bar {
    background-color: #ee344a;
    height: 2px;
    width: 150px;
    margin-top: 25px;
    margin-bottom: 25px;
    margin-right: auto;
    margin-left: auto;
}


section .btn {
    border-color: transparent;
}

.features section h1.section-heading {
    color: #01388d;
    font-weight: 200;
    margin-bottom: 25px;
}

.features section p.lead {
    font-size: 18px;
    color: #757575;
    font-weight: 300;
}

.features section .btn {
    margin-top: 15px;
}

@media only screen and (max-width : 768px) {
    .features section .btn {
        margin-bottom: 50px;
        width: 100%;
    }
}

.features section img {
    max-width: 100%;
}

.features section.fundraising {
    background-color: #f5f5f8;
    padding-top: 0px;
    padding-bottom: 0px;
}

.features section.fundraising h1.section-heading {
    padding-top: 75px;
}

.features section.membership {
    background: #000 url(../img/bg-membership.jpg);
    padding-top: 150px;
    padding-bottom: 150px;
}

@-moz-document url-prefix() {
    .features section.membership {
        background: #000 url(../img/bg-membership.jpg);
        background-attachment: fixed;
        background-size: cover;
        padding-top: 150px;
        padding-bottom: 150px;
    }
}

.features section.membership h1.section-heading,
.features section.membership p.lead {
    color: white;
}

.features section.communication {
    background-color: #f5f5f8;
}

.features section.communication h1.section-heading {
    padding-top: 25px;
}

.features section.reporting {
    background: #000 url(../images/bg-reporting.jpg);
    padding-top: 0px;
    padding-bottom: 50px;
}

@-moz-document url-prefix() {
    .features section.reporting {
        background: #000 url(../images/bg-reporting.jpg);
        background-attachment: fixed;
        background-size: cover;
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.features section.reporting h1.section-heading,
.features section.reporting p.lead {
    color: white;
}

.features section.reporting h1.section-heading {
    padding-top: 35px;
}

.campaigns h1,
.thankyou h1,
.testimonials h1 {
    margin-bottom: 50px;
    text-align: center;
}

.campaigns .panel {
    box-shadow: none;
}

.campaigns .panel .panel-footer {
    padding-bottom: 0px;
}

.campaigns .panel .panel-footer strong {
    color: #01388d;
}

.campaigns .panel .panel-footer p {
    color: #757575;
}

.campaigns .panel .panel-footer .btn {
    color: #01338d;
    margin-top: 2px;
}

/*  Testimonials */
.testimonials {
    background-color: #f5f5f8;
    padding-top: 50px;
    padding-bottom: 75px;

}

.quote {
    color: rgba(0,0,0,.1);
    text-align: center;
    margin-bottom: 10px;
    margin-top: 50px;
}

#fade-quote-carousel.carousel,
#fade-campaign-carousel.carousel {
    padding-bottom: 60px;
}


#fade-quote-carousel.carousel .carousel-indicators,
#fade-campaign-carousel.carousel .carousel-indicators {
    bottom: -25px;
}

#fade-quote-carousel.carousel .carousel-indicators > li {
    border-color: #ee444a;
}

#fade-quote-carousel.carousel .carousel-indicators > li.active {
    background-color: #ee444a;
}

#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
    color: #666;
    font-size: 30px;
    font-weight: 200;
}

#fade-quote-carousel .quote-credit .name {
    text-align: center;
    color: #333;
    font-weight: 600;
    font-size: 18px;
}

#fade-quote-carousel .quote-credit {
    text-align: center;
    margin-bottom: 25px;
}

#fade-quote-carousel .quote-credit i {
    color: #ddd;
}

#fade-quote-carousel .quote-credit .location {
    color: #999;
    font-size: 18px;
    margin-top: -10px;
}

#fade-quote-carousel .quote-credit .name {
    color: #333;
    font-weight: 600;
    font-size: 18px;
}


#fade-quote-carousel .profile-circle {
    width: 96px;
    height: 96px;
    margin: 0 auto;
    border-radius: 100px;
}

#fade-quote-carousel .carousel-control.right,
#fade-quote-carousel .carousel-control.left,
#fade-campaign-carousel .carousel-control.right,
#fade-campaign-carousel .carousel-control.left {
    color: #ee344a;
    background-image: none;
}

#fade-thankyou-carousel.carousel .carousel-indicators > li {
    border-color: transparent;
}

#fade-thankyou-carousel.carousel .carousel-indicators > li.active {
    background-color: transparent;
}

#fade-thankyou-carousel .carousel-control.right,
#fade-thankyou-carousel .carousel-control.left {
    color: #fff;
    background-image: none;    
}

.carousel-control {
    text-shadow: none;
}

section.thankyou {
    background-color: #ea344a;
}

section.thankyou h1,
section.thankyou h3,
section.thankyou p {
    color: white;
}

section.thankyou p.small {
    color: rgba(255,255,255,0.5);
    margin-top: -7px;
}

section.thankyou h3 {
    font-size: 36px;
}

@media only screen and (max-width : 768px) {
    section.thankyou {
        text-align: center;
    }
}

/* Homepage End */

/* Contact */

/* Doc */

.doc p b {
    font-size: 20px;
}

/* Sign up */

.signup .jumbotron {
    background-color: rgba(238, 52, 74, 0.90);
    margin-bottom: 0px;
}

.signup .jumbotron hr {
    border-color: rgba(255, 254, 254, 0.2);
}

.signup .jumbotron .signup-features {
    margin-top: 5px;
}

.signup .jumbotron .signup-features h3 {
    font-size: 24px;
    font-weight: 200;
    color: white;
}

.signup .jumbotron .signup-features p {
    font-size: 15px;
    color: white;
}

.signup .jumbotron .btn {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    padding: 12px 25px;
    margin-top: 20px;
    margin-bottom: 75px;
    transition: background-color 0.2s !important;
}

.signup .jumbotron .btn:hover,
.signup .jumbotron .btn:focus {
    background-color: white;
    color: #ee344a;
    transition: background-color 0.2s !important;
}

.btn-who {
    border-radius: 0;
    width: 100%;
}

.btn-effect {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background: none;
    cursor: pointer;
    padding: 25px 80px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-effect:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-1 {
    border: 1px solid #ee344a;
    color: #ee344a;
}

.btn-1e {
    overflow: hidden;
}

.btn-1e:after {
    width: 100%;
    height: 0;
    top: 50%;
    left: 50%;
    background: #ee344a;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.btn-1e:hover,
.btn-1e:active {
    color: #fff;
}

.btn-1e:focus,
.btn-1e-selected{
    background: #ee344a;
    color: #FFF;
}

.btn-1e:hover:after {
    height: 260%;
    opacity: 1;
}

.btn-1e:active:after {
    height: 400%;
    opacity: 1;
}

.signup-form {
    padding-top: 50px;
}

.signup-form h1 {
    margin-bottom: 50px;
    font-weight: 200;
    color: #ee344a;
}

.signup-form-one {
}

.selection-who {
    padding-bottom: 50px;
}

#form-pto,
#form-club,
#form-org {
    display: none;
}

.selection-who h1,
.signup-form-one h1{
    text-align: center;
}

.signup-form h3 {
    color: #000;
    margin-top: 50px;
    margin-bottom: 20px;
}

.signup-form hr {
    margin-top: 50px;
}

/* Our Team */

.team .jumbotron {
    margin-bottom: 0px;
}

.our-team {
    text-align: center;
    background-color: #f5f5f8;
    padding-top: 50px;
    padding-bottom: 50px;
   
}

.our-team h2 {
    margin-bottom: 50px;
}

.our-team ul {
    margin-top: 25px;
    list-style: none;
    margin-left: -40px;
    font-size: 14px;
}

.our-team ul li {
    color: #757575;
    margin-top: 10px;
}

.our-team img {
    max-width: 150px;
    max-height: 150px;
}

/* Advisory Board */


.advisory-board {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;

}

.advisory-board h2 {
    margin-bottom: 50px;
}

.advisory-board ul {
    margin-top: 25px;
    list-style: none;
    margin-left: -40px;
    font-size: 14px;
}

.advisory-board ul li {
    color: #757575;
    margin-top: 10px;
}

.advisory-board img {
    max-width: 150px;
    max-height: 150px;
}

.advisory-board-second-row {
    margin-top: 50px;
}

/* Pricing */


.pricing .jumbotron h1 {
    color: #fff;
}

.pricing .jumbotron p.lead {
    color: #fff;
}

.pricing .jumbotron {
    background: #000 url(../images/bg-pricing.jpg) top center;
    background-size: cover;
    margin-bottom: 50px;
    padding-bottom: 75px;
}

.pricing .jumbotron hr {
    border-color: rgba(238, 52, 74, 0.1);
    margin-bottom: 45px;
    margin-top: 45px;
}

.pricing .jumbotron .btn {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    padding: 12px 25px;
    margin-top: 25px;
    transition: all 0.2s !important;
}

.pricing .jumbotron .btn:hover,
.pricing .jumbotron .btn:focus {
    background-color: #ee344a;
    color: #fff;
    border: 1px solid #ee344a;
    transition: all 0.2s !important;
}

.pricing h2 {
    margin-bottom: 50px;
    margin-top: 0px;
}

.pricing hr {
    margin-bottom: 50px;
}

.pricing .panel h3 {
    text-align: center;
    line-height: 1.5;
    color: #ee344a;
	font-size:23px;
}

.pricing .panel p.lead {
    margin-bottom: 0;
}

.pricing .panel {
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #ddd;
}

.pricing .panel-body {
    background: #fff;
}

.pricing .panel ul {
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #fff;
}

.pricing .list-group-item {
    padding: 10px 15px;
    border: none;
    font-size: 14px;
    background-color: #fff;
    color: #666;
}

.panel-default > .panel-heading {
    background-color: #fff;
    border: none;
}

.pricing .panel .panel-footer {
    background-color: #F5F5F8;
    text-align: center;
}

.pricing .panel .panel-footer .btn {
    background-color: #ee344a;
    border-radius: 0;
    border: none;
    font-size: 16px;
    padding: 15px 20px;
    margin-bottom: 7px;
    transition: 0.2s all;
}

.pricing .panel .panel-footer .btn:hover,
.pricing .panel .panel-footer .btn:focus {
    background-color: #ed5c6d;
    border: none;
    transition: 0.2s all;
}

.pricing .panel .panel-footer small {
    color: #888;
}

.pricing {
    margin-bottom: 50px;
}

.pricing .panel hr {
    margin-top: 5px;
    margin-bottom: 5px;
    border-color: #ee344a;
}

.pricing .panel {
	height:610px;
}

.pricing .first-col {
	background-color:#FBFBFB;
}

.pricing .left-padding {
	padding-left:40px!important;
}

.pricing .second-col div[class*='col-'] {
	padding:5px;
}

.pricing .short-divider {
	width:90%;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .pricing .panel-footer .btn {
        font-size: 12px;
    }
    .equal, .equal > div[class*='panel'] {  
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex:1 1 auto;
    }

    .pricing .panel{
        position: relative;
		height:710px;
    }

    .pricing .panel-footer{
        position: absolute;
        width: 100%;
        bottom: -75px;
    }
}

@media screen and (min-width: 1200px) {
    .equal, .equal > div[class*='col-'] {  
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex:1 1 auto;
    }

    .pricing .panel{
        position: relative;
    }

    .pricing .panel-footer{
        position: absolute;
        width: 100%;
        bottom: -75px;
    }
}

span.blank {
    opacity: 0;
}

.pricing .pricing-signup-btn .btn {
    border: transparent;
    padding: 15px 25px;
}

.pricing .pricing-signup-btn small {
    color: #757575;
}


/* Features */

.features .jumbotron h1 {
    color: #fff;
}

.features .jumbotron p.lead {
    color: #fff;
}

.features .jumbotron {
    background: #000 url(../images/jumbo-bg.jpg) center;
    background-size: cover;
    padding-bottom: 75px;
}

.features .jumbotron .btn {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    padding: 12px 25px;
    margin-top: 20px;
    transition: background-color 0.2s !important;
}

.features .jumbotron .btn:hover,
.features .jumbotron .btn:focus {
    background-color: white;
    color: #ee344a;
    transition: background-color 0.2s !important;
}

.numberCircle {
    border-radius: 50%;
    max-width: 36px;
    max-height: 36px;
    padding: 8px 14px;
    margin-right: 15px;
    background: none repeat scroll 0% 0% #FFF;
    border: 1px solid #ee344a;
    color: #ee344a;
    text-align: center;
    display: inline;
    font-size: 20px;
}


@media screen and (min-width: 786px) {
    .features .banner .row .col-sm-4 {
        text-align: center;
    }
}

@media screen and (max-width: 786px) {
    .features .banner .row .col-sm-4 {
        margin-bottom: 25px;
    }
}

.features .banner {
    padding-top: 0;
    padding-bottom: 30px;
}

.features section.setup {
    background-color: #f5f5f8;
    padding-bottom: 0;
}

.features section.fundreporting {
    background-color: #f5f5f8;
    padding-bottom: 0;
    border-bottom: 1px solid #ddd;
}

.features section.donors {
    padding-bottom: 0;
}

.features section.setup img {
    margin-top: 25px;
}

.features section.donors img {
    margin-top: 25px;
}

.features section.setup ul li,
.features section.fundreporting ul li,
.features section.donors ul li,
.features ol li {
    color: #757575;
}


.main.features {
    padding-bottom: 0;
}

/* Features - Communication */

.features.communication .jumbotron {
    background: #000 url(../images/bg-communication.jpg) top center;
    background-size: cover;
    background-attachment: fixed;
    padding-bottom: 75px;
}

/* Features - Reporting */

.features.reporting .jumbotron {
    background: #000 url(../images/bg-reporting-page.jpg) center;
    background-size: cover;
    padding-bottom: 75px;
}

/** Nav - Autocomplete search **/
.ui-autocomplete {
    z-index:9999 !important;
}

/** Content **/
#content-container {
    min-height: 62%;
}

/** Button anchor tags **/
button a {
    color: white;
}

/** Perk Styles **/
.campaign-stats {
    margin-top: 15px;
}

.boxDark {
    background-color: #F7F7F7;
    padding-top: 10px;
    padding-bottom: 2px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.boxDark .innerBox {
    color: white;
    text-align: center;
}

.boxDark .innerBox:hover {
    background-color: #F7F7F7;
    color: white;
}

.boxDark .innerBox .boxLight {
    max-width: 75%;
    background-color: #EE334A;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 0 auto;

}

.perkBox {
    background-color: #F7F7F7;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.perks-sold {
    color: #EE334A;
    font-weight: bold;
}

.perk-amount {
    font-weight: bold;
    font-size: 2.0em;
}

.give-btn-wrapper {
    background-color: #F7F7F7;
    max-height: 100px;    
    line-height: 100px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.give-btn {    
    font-size: 36px;
    font-weight: bold;
    margin-top: 17px;'
    min-width: 100% !important;
    margin-bottom: 15px;
}

/** Campaign Styles **/
.campaign-counter {
    font-weight: bold;
    font-size: 2.5em;
}

.product #campaign-media img {
    width: 100%;
    height: auto;
}

.product #campaign-media {
    padding-bottom: 5px;
}

.sm-btn-email a {
    color: #666;
    background-color: #F7F7F7;
    border: 1px solid #666;
    border-radius: 4px;
    padding: 2px 8px;
    top: -5px;
    position: relative;
}

#sb-link input {
    width: 70%;
    display: inline;
}

#tabs li .active {
    color: white;
    background-color: #EE334A;
}

.backer-details {
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}

.socialMedia ul {
    list-style-type: none;
    padding-left: 0;
}

.socialMedia ul li {
    display: inline-block;
}

.container .socialMedia {
    background-color: #F7F7F7;
    text-align: center;
    padding: 0 0 5px 0;
}

.container .socialMedia h2 {
    color: #EE334A;
    font-size: 22px;
    margin-top: 4px;
}

/** CAMPAIGN / GIVE  **/
.iframe-responsive {
    width: 100%;
    min-height: 480px;
}


.perks-list {

}

.perks-list table {
    background-color: #F7F7F7;
    border: 1px solid #F7F7F7;
    border-radius: 10px;
    min-width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}
.perks-list div.no-perk-selector {
    background-color: #01388d;
    color: white;
}
.perks-list div.perks {
    border-radius: 10px;
    min-width: 100%;
    margin-bottom: 10px;
    padding: 10px 15px;
}

.perks-list tr td {
    padding: 10px 15px;
}

.perks-list tr td .radio-perk-amount, .perks-list tr td p {
    vertical-align: middle;
}

.perks-list tr td .radio-perk-amount strong {
    font-size: 21px;
    color: #666;
}

/** OVERRIDE BOOTSTRAP COLOR **/
a.btn-danger.btn {
    background-color: #EE334A;
    color: white;
}

/** EXPLORE PAGE **/
.explore-search{
    margin-top: 20px;
}
.explore-sort{
    margin-top: 20px;
    text-align: center;
}
.explore-sort .nav-pills{
    display: inline-block;
}


/** SEARCH RESULT **/
.search-internal-results-list,
.search-results-list{
    list-style-type: none;
}

.search-internal-results-list .search-item-media,
.search-results-list .search-item-media{
    text-align: center;
}

.search-internal-results-list .created-by,
.search-results-list .created-by{
    color: #9D9D9D;
}


.search-internal-results-list .panel .panel-body,
.search-results-list .panel .panel-body {
    min-height: 442px;
    max-height: 442px;
    overflow: hidden;
    text-align: center;
}

.search-results-list .panel .panel-body.account {
    min-height: 310px;
}

.search-results-list .panel .panel-footer .col-xs-3 strong,
.search-results-list .panel .panel-footer .col-xs-4 strong,
.search-results-list .panel .panel-footer .col-xs-3 a {
    color: #01388d;
}
.explore-item-image{
    height: 228px;
    line-height: 228px;
}

.explore-item-image img{
    max-height: 228px;
    max-width: 100%;
}

.search-results-list .panel .panel-body h3{
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.features h1.section-heading.five-bottom-margin {
    margin-bottom: 5px;
}

.campaign-payment-form .campaign-payment-behalfof .panel-heading,
.raffle-payment-form .campaign-payment-behalfof .panel-heading {
    background-color: #F5F5F8 !important;
}

.campaign-payment-form .campaign-payment-behalfof .panel-heading label,
.raffle-payment-form .campaign-payment-behalfof .panel-heading label {
    margin-bottom: 0 !important;
}

.campaign-payment-form .campaign-payment-allow-split .panel-heading {
    background-color: #F5F5F8 !important;
    font-weight: normal !important;
    font-size: 15px !important;
}

.custom-dstm .section-left.communication {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #FFF;
}

.custom-dstm .campaigns section h1.section-heading {
    font-size: 40px;
}

.custom-dstm-top-stripe {
    height: 100px;
    background-color: #272727;
}

.custom-dstm-bottom-stripe {
    height: 30px;
    background-color: #272727;
}

.ui-dialog.no-close .ui-dialog-titlebar-close {
    display: none;
}

.expiry-notify-div {
    padding: 0;
    background-color: # 
}

.expiry-notify-div ol {
    background-color: #f60d0d;
    border-radius: 0px;
    margin-bottom: 0px;
}

.expiry-notify-div li {
    color: #fff !important;
    font-weight: bold;
}

.fees-on-top-div p {
    text-align: justify;
    white-space: pre-line;
    line-height: 26px;
}

.fees-on-top-div .glyphicon-info-sign {
    color: #01388d;
    vertical-align: middle;
}

.radio-item {
  display: inline-block;
  position: relative;
  padding-right: 6px;
  margin: 10px 0 0;
}

.radio-item input[type='radio'] {
  display: none;
}

.radio-item label {
  color: #01388d;
  font-weight: 600;
}

.radio-item label:before {
  content: " ";
  display: inline-block;
  position: relative;
  top: 2px;
  margin: 0 5px 0 0;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  border: 1px solid #ccc;
  background-color: #fff;
}

.radio-item input[type=radio]:checked + label:after {
  border-radius: 11px;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 9px;
  left: 4px;
  content: " ";
  display: block;
  background-color: #01388d;
}

.radio-item input[type=radio]:checked + label:before {
    border: 1px solid #01388d;
}
