.volform label {
    width: 120px;
    font-weight: bold;
    text-align: right;
}

.container ul em { color:#000000; }
.donContainer { height: 770px; overflow: scroll; }
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7;
    box-shadow: 3px 3px 9px -4px #000;
}

.donorsTabs{ font-size: 21px; font-weight: bold; padding: 19px 26px!important; }
.donJumbo{ margin: 20px 0px; }

.volform #edit-submitted-donation .form-type-checkbox label {
    vertical-align: bottom;
}
body{
    font-size: 17px !important;
    overflow-x: hidden !important;
    font-family: 'Roboto', Calibri, Geneva, Sans-Serif;
}
h1{
    font-size: 1.75em;
}

.feature-row {
    padding: 20px !important;
    margin-bottom: 20px !important;
    border: 1px solid GoldenRod !important;
    
}

.feature-row div h2 {
    margin-top: 0;
}

.feature-text p:after {
    clear: both !important;
}

.views-field-field-feature-image {
    width: 130px;
    float: left;
}

.newsletter-thumbnail { 
    float: left; 
    padding-right: 15px;
}

.embargo-show {
    font-size: .7em;
    text-align: right;
    font-style: italic;
}

.small-only{
    display:none !important;
}
.jumbotron h1, .action p, .action h1{ font-family: 'Open Sans Condensed', sans-serif !important;}
.brand {
    position: absolute;
    left: 50%;
    margin-left: -96px !important;  /* 50% of your logo width */
    display: block;
    width:192px;
}
.navbar
{
    font-size: 1em;
    min-height: 40px !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    margin-bottom: 30px !important;
}
.dropdown-menu > li > a{
    line-height:30px;
    font-size: 16px;
}
.navbar-default .navbar-nav > li > a:hover{
    color:#0072BC
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus{
    background-color: #00a7ff;
    color:white;
}
.dropdown-menu > li {
    min-width: 250px;
}
.col-feature{
    padding:0 20px 20px 20px;
}
.feature{
    background-color: white; margin-bottom: 20px;
}
.feature h3{
    text-align: center;
    margin: 0;
    font-size:22px;
}
.feature-head{
    position: relative;
    margin-bottom: 15px;
}
.divider{
    margin-top:5px;
}
.hr{
    height:50px; background: url('/util/images/logo-hr.png') no-repeat center;
    background-size: 40px;
}
.news{
    background-color:white;
    padding: 10px 35px;
}
.news hr{
    margin-bottom: 5px;
    margin-top: 5px;
}
.news h4{
    text-align: center;
}
.action{
    background-color: #0072bc;
    color: white;
    font-size: 20px;
    padding: 20px 10px 10px;
    width: 100%;
    display: table;
    margin: 20px auto;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    text-align: center;
    height: 155px !important;
    border-radius: 10px;
    


}
.action p{
    font-size:1.2em;
    text-align: center;
    position: absolute;
    width:100%;
    top:0;
    left:0;
}
.contribute{
    background-color: #06716A
}

.action img{
    max-height: 60px;

}
.contribute{
    background-color: #06716A
}
#action_search{
    background-color: #63498B;
}
#action_search img{
    height: 70px;
}
#front_jumbo{
    position:relative;
}
#front_jumbo_bg{
    width:252px;
    height: 252px;
    position: absolute;
    top:50%;
    left:70%;
    margin-left:-126px;
    margin-top:-126px;
    background:none;
}

#front_search {
    height: 45px;
    width: 100%;
    max-width: 450px;
    background-color: #2385d6;
    margin-left: 50px;
    position: relative;
    border-radius: 9px 9px 0 0;
  
 
}
#front_search span.glyphicon.glyphicon-search {
font-size: 26px;
color: #9FD8FC;
margin: 7px;
position: absolute;
left: 4px;
}

#front_search #search-block-form {
    padding: 8px;
}

#front_search  .form-text {
    max-width: 370px;
    width: 100%;
    padding-left: 30px;
    color: #777;
    height: 30px;
}


#front_search input.form-submit {
  
    height: 30px;
    background-color: #34afff;
    border: 0 none;
    box-shadow: 2px 2px 0 #237bc4;
    color: #fffffe;
}





.jumbotron{
    background-color: #5EBFFF;
    background-image: linear-gradient(to bottom, #5EBFFF 0px, #009dff 100%);
    background-repeat: repeat-x;
    color:#92ceff;
    margin-bottom: 0 !important;
    width: 100%;
}
.jumbotron h1.title{
    color: white;
    font-size: 45px;
    margin: 0;
    opacity: .9;
    line-height: 1.0 !important;

}

.jumbotron h3{
    font-family: 'Open Sans Condensed', sans-serif !important;
    font-size: 40px;
}
.jumbotron h5{ font-family: 'Open Sans Condensed', sans-serif !important; font-size: 30px;}
.action:hover{
    background-color: #56BC60 !important;

    cursor: pointer;
}
.jumbo-action{
    margin-bottom:10px;
    min-width: 150px;
}
.news h4{
    font-size: 20px;
}
.col-actions {
    margin-bottom: 20px;
}
.feature-img {
    background: url("http://placehold.it/500x100") no-repeat center;
    height: 100px;
    margin-bottom: 20px;

}
.navbar-default .navbar-nav > li > a{
    padding: 10px !important;
}
.col-actions{min-height: 706px;}
.social-btn {
    display: table-cell;
    margin: 10px auto;
}
.glyphicon.glyphicon-chevron-right{
    color:grey;
}
.dropdown-menu > li > a{
    white-space: normal;

}
.li-chev{
    float:right !important;
    margin-top: 7px;
}
#meeting-bg{

    height:315px;
    background-size: 100%;
}
#meeting-bg{
    background: url("/util/images/fso_annual_2015_callout.png") center no-repeat;
    height:100%;
    background-size: 100%;

}

.meeting_info{
    position:relative;
}

.meeting_info div{
    position:absolute;
    left:50%;
    margin-left:-120px;
    width:240px;
}
.meeting_info div h2{
    margin-top:0
}
.meeting_info div h3{
     margin:0
 }
.meeting_info div ul{
    margin-top:20px
}
.meeting_info div ul{
    padding-left: 0;
}

.meeting_info div ul li{
    font-size:20px;
    margin-left:0;
}
.meeting_coa{
    text-align:center;
    position:relative;
}
.meeting_action{
    height:0;
}
.button-coa {
    width:150px;
    position:absolute;
    left:50%;
    margin-left:-75px;
    margin-top:-40px;
    border:none;
    background: #0092ED;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    height:30px;
    line-height:30px;
    color:white;
    bottom:50px;
}

.button-print {
    width:150px;
    position:absolute;
    left:50%;
    margin-left:-75px;
    margin-top:-40px;
    border:none;
    background: #0092ED;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    height:30px;
    line-height:30px;
    color:white;
    bottom:50px;
}

.row{
    padding-bottom:20px;
}
.dropdown-menu{
    background-color:white !important;
}
.dropdown.open ul,  .dropdown.open ul li, .open{
    z-index: 99;
}

.view-fso-newsletter {
    position: relative;
}
.view-fso-newsletter h2 {
    margin-top: 0;
}
.newsletter-row {
    padding: 20px !important;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    position:relative;
    margin-bottom:25px; 
}

.download {
     position: absolute;
    right: 35px;
    top: 65px;
    text-align: center;

}

.download-box {
    height: 80px;
    background: #0073BE;
    position: relative;
    overflow: hidden;
    display: inline-block;
    width:80px;

}

.download-box span.glyphicon.glyphicon-download.btn-lg {
    font-size: 2.8em;
    color: #fffffe;
}
.circle {
    border-radius: 50%;
    

}

.outer-circle {
    height: 125px;
    background: #0073BE;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    display: inline-block;
    width:140px;
    left: 50%;
    margin-left: -70px;

}

.inner1 {
    position: absolute;
    background: #E3E3E3;
    height: 85px;
    width: 85px;
    top: 50%;
    left: 50%;
    margin-top: -42.5px;
    margin-left: -42.5px;
}

.inner2 {
    position: absolute;
    background: #D3D1D1;
    height: 36.5px;
    width: 73px;
    top: 50%;
    left: 50%;
    margin-top: -18px;
    margin-left: -36.5px;
    overflow: hidden;
}

.inner3 {
    position: absolute;
    background: #044894;
    height: 33px;
    width: 33px;
    top: 50%;
    left: 50%;
    margin-top: -16.5px;
    margin-left: -16.5px;
}

.inner4 {
    position: absolute;
    background: black;
    height: 18px;
    width: 18px;
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: -9px;
}

.lid {
    position: absolute;
    background: #044894;
    height: 42px;
    width: 73px;
    top: 50%;
    left: 50%;
    margin-top: -21px;
    margin-left: -36.5px;
    overflow: hidden;
}

.inner3 {
    position: absolute;
    background: #044894;
    height: 33px;
    width: 33px;
    top: 50%;
    left: 50%;
    margin-top: -16.5px;
    margin-left: -16.5px;
}

.inner4 {
    position: absolute;
    background: black;
    height: 18px;
    width: 18px;
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: -9px;
}

.inner5 {
    position: absolute;
    background: white;
    height: 8px;
    width: 8px;
    top: 50%;
    left: 50%;
    margin-top: -5.5px;
    margin-left: -6px;
}

.flesh {
    width: 60px;
    height: 60px;
    background-color: white;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -30px;
    margin-top: -30px;
}

.shadow {
    position: absolute;
    background-color: #044894;
    width: 100px;
    height: 85.1px;
    top: 45.95%;
    left: 40%;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 0;
}


.outer-circle.search {
    background: #8E4497;
}

.shadow.search {
    background-color: #DB6170;
}

.inner1.search {
    background-color: #E3E3E3;
}

.mag-w {
    height: 35px;
    width: 17.5px;
    overflow: hidden;
    position: absolute;
    top: 40%;
    left: 50%;
    margin-left: -17.5px;
    margin-top: -17.5px;
}

.mag {
    position: absolute;
    height: 35px;
    width: 35px;
}

.mag.left {
    border-radius: 50% 0% 0% 50%;
    background-color: #8BCED7;
    

}

.mag-w.right {
    margin-left: 0;
}

.mag.right {
    border-radius: 0% 50% 50% 0%;
    background-color: #00BED8;
    margin-left: -17.5px;
    

}

.inner2.search {
    top: 40%;
    width: 43px;
    height: 43px;
    margin-left: -21.5px;
    margin-top: -21.5px;
    background: #FF553E;
}

.shaft {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 20px;
    width: 4px;
    background-color: #FF553E;
    margin-left: -2px;
}

.handle {
    position: absolute;
    top: 60%;
    left: 50%;
    height: 22.5px;
    width: 8px;
    background-color: #00899C;
    margin-left: -4px;
}


.logo-w {
    background: #A92B2A;
}

.logo-w h1{
    z-index:2 !important;
    font-size: 60px;
    margin: 0;
    line-height: 1em;
    position: absolute;
    top: 50%;
    left:0;
    margin-top: -.5em;
    width: 100%;
    text-align: center;
    color: white;
    text-shadow: 0px 0px #962827, 1px 1px #962827, 2px 2px #962827, 3px 3px #962827, 4px 4px #962827, 5px 5px #962827, 6px 6px #962827, 7px 7px #962827, 8px 8px #962827, 9px 9px #962827, 10px 10px #962827, 11px 11px #962827, 12px 12px #962827, 13px 13px #962827, 14px 14px #962827, 15px 15px #962827, 16px 16px #962827, 17px 17px #962827, 18px 18px #962827, 19px 19px #962827, 20px 20px #962827, 21px 21px #962827, 22px 22px #962827, 23px 23px #962827, 24px 24px #962827, 25px 25px #962827, 26px 26px #962827, 27px 27px #962827, 28px 28px #962827, 29px 29px #962827, 30px 30px #962827, 31px 31px #962827, 32px 32px #962827, 33px 33px #962827, 34px 34px #962827, 35px 35px #962827, 36px 36px #962827, 37px 37px #962827, 38px 38px #962827, 39px 39px #962827, 40px 40px #962827, 41px 41px #962827, 42px 42px #962827, 43px 43px #962827, 44px 44px #962827, 45px 45px #962827, 46px 46px #962827, 47px 47px #962827, 48px 48px #962827, 49px 49px #962827, 50px 50px #962827, 51px 51px #962827, 52px 52px #962827, 53px 53px #962827, 54px 54px #962827, 55px 55px #962827, 56px 56px #962827, 57px 57px #962827, 58px 58px #962827, 59px 59px #962827, 60px 60px #962827, 61px 61px #962827, 62px 62px #962827, 63px 63px #962827, 64px 64px #962827, 65px 65px #962827, 66px 66px #962827, 67px 67px #962827, 68px 68px #962827, 69px 69px #962827, 70px 70px #962827, 71px 71px #962827, 72px 72px #962827, 73px 73px #962827, 74px 74px #962827, 75px 75px #962827, 76px 76px #962827, 77px 77px #962827, 78px 78px #962827, 79px 79px #962827, 80px 80px #962827, 81px 81px #962827, 82px 82px #962827, 83px 83px #962827, 84px 84px #962827, 85px 85px #962827, 86px 86px #962827, 87px 87px #962827, 88px 88px #962827, 89px 89px #962827, 90px 90px #962827;
}
.logo-w h1:hover{
    z-index:1 !important;

}
.eraser {
    width: 18px;
    height: 6px;
    background-color: #FF553E;
    position: absolute;
    top: 25%;
    left: 50%;
    border-radius: 50% 50% 0 0;
    margin-left: -9px;
    

}

.metal {
    position: absolute;
    width: 18px;
    height: 6px;
    background-color: white;
    top: 29%;
    left: 50%;
    margin-left: -9px;
}

.shaft.pencil {
    position: absolute;
    width: 18px;
    height: 48px;
    background-color: #EAB229;
    top: 32%;
    left: 50%;
    margin-left: -9px;
}

.shaft.pencil.left {
    background-color: #FFBE1C;
    width: 9px;
}

.tip {
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 18px solid #EAD0AF;
    position: absolute;
    top: 64%;
    left: 50%;
    margin-left: -9px;
}

.lead {
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 6px solid black;
    position: absolute;
    top: 71.8%;
    left: 50%;
    margin-left: -3px;
}
.heart.in {
    background: #e74c3c;
    width: 40px;
    height: 40px;
    border-radius: 50% 50% 50% 0%;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    float: left;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -20px;
    margin-top: -15px;
    

}
.heart.in-before {
    background: #e74c3c;
    width: 40px;
    height: 40px;
    border-radius: 50% 50% 50% 0%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-top: -30px;
    margin-left: -5px;
}

.heart.in-after {
    background: #e74c3c;
    width: 40px;
    height: 40px;
    border-radius: 50% 50% 50% 0%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-top: -30px;
    margin-left: -35px;
}


.shadow.heart {
    background-color: #A92B2A !important;
}

.outer-circle.heart {
    background-color: #e74c3c;
}
.node-article, .meeting-w {
    border: 1px solid #e3e3e3;
    border-radius:3px;

}
.meeting-w{
    height: 270px;
    margin-bottom:20px;
}
.meta.submitted{
    font-style: italic;
    margin: 10px 0;
    font-size: .8em;
    position: absolute;
    bottom: 0;
    right: 25px;
}
.field-items, .field-label{
    margin-bottom:10px;
}
.field-type-taxonomy-term-reference .field-items .field-item{
    background-color:#E3E3E3;
    color:#0092ED;
    border-radius: 3px;
    margin-bottom: 5px;
}
.field-name-field-tags  .field-item{
    display:inline-block;
    margin-right: 5px;
    padding: 0 5px;
}
.link-wrapper{
    margin-bottom: 10px;
}
.link-wrapper ul li{
    padding:0;
}
.comment_forbidden{
    display:none !important;
}
.view-recent-news .node {
    padding: 0 20px;
    margin-bottom: 40px;
}
.node{
    position: relative;
}

.head {
    height: 270px;
    width: 180px;
    position: absolute;
    bottom: -120px;
    left: 55%;
    margin-left: 0px;
    border-radius: 50%;
    overflow: hidden;
    background-color: transparent;
}

.ear {
    position: absolute;
    height: 35px;
    width: 15px;
    background-color: #FFD281;
    top: 36%;
    border-radius: 50% 50% 50% 50%;
}

.ear.left {
    left: 6px;
}

.ear.right {
    left: 157px;
}
.head-w{
    height: 270px;
    width: 180px;
    position: absolute;
    bottom: -120px;
    left: 65%;
    margin-left: 0px;
}
.head.inner {
    width: 140px;
    top: -0px;
    margin-left: -80px;
    background-color: #ffd281;
}

.hair {
    background-color: #5a230b;
    width: 200px;
    height: 200px;
    position: absolute;
    border-radius: 50%;
}

.hair.mid.right {
    background-color: #99441F;
    top: -120px;
    left: 50%;
    margin-left: -50px;
}

.hair.far.right {
    top: -100px;
    left: 85%;
    margin-left: -50px;
    width: 100px;
}

.hair.left {
    top: -70px;
    margin-left: -120px;
}

.hair.left.one {
    top: -95px;
}

.hair.top.left {
    top: -90px;
    margin-left: -120px;
    background-color: #5A230B;
    z-index: 1;
}

.hair.top.left.one {
    top: -100px;
    background-color: #99441F;

}
.hair.part {
    background-color: #8A3D1C;
    height: 80px;
    width: 58px;
    top: -5px;
    left: 34px;
    ms-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
}

.cover {
    width: 100%;
    height: 100%;
}

.icon {
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    bottom: 0;
    display: block;
    margin-top: -35px;
    margin-left: -15px;
}

/*THE ARTIFAKT ;) */
.glasses {
    width: 30px;
    height: 50px;
    border-top: 6px solid #0073BE;
    border-radius: 50%;
    position: absolute;
}

.glasses:before {
    content: "";
    position: absolute;
    top: -10px;
    left: -52px;
    width: 55px;
    height: 50px;
    border: 5px solid #0073BE;
    border-radius: 25% 25% 50% 50%;
}

.lens {
    content: "";
    position: absolute;
    bottom: 130px;
    width: 47px;
    height: 40px;
    border-radius: 25% 25% 50% 50%;
    background-color: #8BCED7;
    opacity: .6;
}

.lens.left {
    left: 27px;
}

.lens.right {
    left: 106px;
}

.glasses:after {
    content: "";
    position: absolute;
    top: -10px;
    left: 27px;
    width: 55px;
    height: 50px;
    border: 5px solid #0073BE;
    border-radius: 25% 25% 50% 50%;
}

.shadow.person {
    left: 50%;
    height: 80px;
    top: 75%;
    margin-top: 0;
    background-color: #93BDEA;
}

.sign {
    height: 180px;
    width: 350px;
    background-color: white;
    border-radius: 2px;
    position: absolute;
    top: 100%;
    left: 47%;
    ms-transform: rotate(3deg) translateY(0);
    -webkit-transform: rotate(3deg) translateY(0);
    transform: rotate(3deg) translateY(0);
    z-index: 1;
    cursor: pointer;
}

.sign-handle {
    height: 200px;
    width: 20px;
    background: #BF794A;
    position: absolute;
    top: 99.8%;
    left: 46%;
    z-index: 1;
}

.handle-color {
    height: inherit;
    width: 10px;
    background-color: #996644;
}

.sign.inner {
    height: 170px;
    width: 330px;
    top: 5px;
    left: 10px;
    padding: 5px;
    ms-transform: rotate(-1deg) !important;
    -webkit-transform: rotate(-1deg) !important;
    transform: rotate(-1deg) !important;
}

.sign.inner p {
    font-size: 38px !important;
    text-align: center;
    color: #0073BE;
    font-family: 'GoodDog', sans-serif;
    letter-spacing: 1px;

}

.sign.inner .p-action {
    font-size: 32px;
    color: #E74C3C;

}

.jumbotron{
    overflow:hidden;
}

.meeting_info{
    height:100%;
}

.sign-shadow{
    height: 393px;
    width: 350px;
    position: absolute;
    top: 53px;
    left: 76px;
    background-color: black;
    opacity: .1;
    ms-transform: rotate(59deg) !important;
    -webkit-transform: rotate(59deg) !important;
    transform: rotate(64deg) !important;
    z-index: 0;

}
.sign.inner-w{
    width: 350px;
    margin-left: -75px;
    top: 0;
    left: 75px;
    s-transform: rotate(0deg) !important;
    -webkit-transform: rotate(0deg) !important;
    transform: rotate(0deg);
}
button.navbar-toggle .icon-bar{
    background-color: #0092ED !important;
}
.footer{
     position: relative;
 }
.footer h3{
    margin-bottom:0;
}
.footer hr{
    margin-top:5px;
    margin-bottom:5px;
}
#logo_foot{
    height: 100px;
    background: url("/util/images/logo.png") center no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    margin-left:-25px;

}
hr{
    border-color: #A3D5F4 !important;
}
.slogan-w{
    padding-left: 5px;
}

.foot_links ul{
    list-style:none;
    padding-left:0;
}
.foot_links ul li a{
    text-decoration: underline;
}
.footer-c{
    padding-top: 10px;
}
.meeting_info div h2 strong{
    font-family: GoodDog;
    font-size: 41px;

}
ul.dropdown-menu li {
    margin-bottom:3px;

}
.input-group{
    display: block !important;
}
.social-lg > div{
    position: relative;
}
.fb{
    position: absolute;
    left: 50%;
    margin-left: -37px;
}
.footer{
    margin-top:100px;
}
.dues-action{
    background-color: #0073BE !important;
}
.dues-action h1{
    text-shadow: 0px 0px #044894, 1px 1px #044894, 2px 2px #044894, 3px 3px #044894, 4px 4px #044894, 5px 5px #044894, 6px 6px #044894, 7px 7px #044894, 8px 8px #044894, 9px 9px #044894, 10px 10px #044894, 11px 11px #044894, 12px 12px #044894, 13px 13px #044894, 14px 14px #044894, 15px 15px #044894, 16px 16px #044894, 17px 17px #044894, 18px 18px #044894, 19px 19px #044894, 20px 20px #044894, 21px 21px #044894, 22px 22px #044894, 23px 23px #044894, 24px 24px #044894, 25px 25px #044894, 26px 26px #044894, 27px 27px #044894, 28px 28px #044894, 29px 29px #044894, 30px 30px #044894, 31px 31px #044894, 32px 32px #044894, 33px 33px #044894, 34px 34px #044894, 35px 35px #044894, 36px 36px #044894, 37px 37px #044894, 38px 38px #044894, 39px 39px #044894, 40px 40px #044894, 41px 41px #044894, 42px 42px #044894, 43px 43px #044894, 44px 44px #044894, 45px 45px #044894, 46px 46px #044894, 47px 47px #044894, 48px 48px #044894, 49px 49px #044894, 50px 50px #044894, 51px 51px #044894, 52px 52px #044894, 53px 53px #044894, 54px 54px #044894, 55px 55px #044894, 56px 56px #044894, 57px 57px #044894, 58px 58px #044894, 59px 59px #044894, 60px 60px #044894, 61px 61px #044894, 62px 62px #044894, 63px 63px #044894, 64px 64px #044894, 65px 65px #044894, 66px 66px #044894, 67px 67px #044894, 68px 68px #044894, 69px 69px #044894, 70px 70px #044894, 71px 71px #044894, 72px 72px #044894, 73px 73px #044894, 74px 74px #044894, 75px 75px #044894, 76px 76px #044894, 77px 77px #044894, 78px 78px #044894, 79px 79px #044894, 80px 80px #044894, 81px 81px #044894, 82px 82px #044894, 83px 83px #044894, 84px 84px #044894, 85px 85px #044894, 86px 86px #044894, 87px 87px #044894, 88px 88px #044894, 89px 89px #044894, 90px 90px #044894;

}
.view-recent-news .field-type-text-with-summary{
    display: inline-block;
    width: 75%;
    float: right;
}
.view-recent-news .field-name-field-image{
    display: inline-block;
}
.view-recent-news .field-name-field-image img{
    height:150px !important;
    width:150px !important;
}
.view-id-recent_news .node-article > h2 {
    font-size: 26px;
    margin-bottom: 20px;
}
.view-id-recent_news .link-wrapper{
    margin-top:25px;
}

.field-name-field-tags {
  display:none;
}


@-webkit-keyframes rotate-forever {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes rotate-forever {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotate-forever {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.loading-spinner {
    -webkit-animation-duration: 0.75s;
    -moz-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: rotate-forever;
    -moz-animation-name: rotate-forever;
    animation-name: rotate-forever;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    animation-timing-function: linear;
    height: 30px;
    width: 30px;
    border: 8px solid #0092ED;
    border-right-color: transparent;
    border-radius: 50%;
}

.loading-spinner {
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 50%;
    margin: -15px -15px;
}
.view-upcoming-events .views-row{
    margin-bottom: 20px;
}
.view-upcoming-events .view-content, .view-in-the-news .view-content{
    margin-top: 20px;
}
.divider-text{
    margin-left:20px;
    color:#009DFF;
    font-weight: bold;
}

#above { 
    background-color: #2385D6;
    height: 50px;

}
#above .welcometext {

     background-color: white;
    border-radius: 4px;
    float: left;
    margin: 8px;
    padding: 5px;
    text-align: center;

}

#above h2, #above #user-login-form div div.item-list ul{ display:none;}

#above ul.menu li { 
    display: inline;
    float: right;

}

#above ul.menu li a {
      color: #fffffe;
}
#above ul.menu li.last:after { 
content: "    | ";
padding-left: 15px;
}

#user-login-form { 
    float: right;
    color: #fffffe;
}

#user-login-form input { color: #777;}

#user-login-form .form-item{
    float:left;
    margin-bottom:.1em;
    margin-top:.7em;
}
#user-login-form .item-list {
    text-align: left;
    padding: 15px 0 0 0;
}


#above div.form-item.form-type-password.form-item-pass { 
    padding-left: 25px;
}

#user-login-form div div {
    display:inline;
}
#user-login-form input.form-submit { 
    float: left;
    margin-left: 15px;
    margin-top: 10px;
    padding: 3px;
    background-color: #34AFFF;
    box-shadow: 2px 2px 0 #237BC4;
    border: 0;
    color: #fffffe;
}

#user-login-form input.form-submit:hover {
    background-color: #2A9AE0;
}


#becomeMember {
    float:left;
    padding: 10px 10px 10px 205px;
    margin:3px;
    color: #fffffe;
}
#becomeMember a {
    color: #fffffe;
}

#nologin{
    float:right;
    padding: 10px;
    margin:3px;
      color: #fffffe;
}

 #nologin a {
    color: #fffffe;
}



#c2a-w{
    height: 175px;
    
}
#c2a-new{
    height: 145px;
    width: 615px;
    background: url("/util/images/C2A-1.jpg") no-repeat;
    border-radius: 3px;
    background-size: 100%;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.36);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.36);
    cursor: pointer;
}
.button-coa.learn-more{
    width: 200px;
    text-align: center;
    margin: 0 0 0 -100px;
    bottom: 15px;
    box-shadow:none;

}
.button-coa.learn-more:hover{
    text-decoration: none;
    background-color: #56BC60;
    color:white;
}
.more-head{
    color:white;
}
.why-container{
    left: -100vw;
    height: 440px;
    background-color: white;
    opacity: .8;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #333;
}
.jumbotron{
    padding: 20px 0 0 0 !important;
}
.navbar-collapse{
    padding-left:0;
}
#outreach{
 background-color:#FF553E;
    color: white;
}
#education{
    background-color:  #8E4497;
    color:white;
}
.why-body{
    height: 350px;
    width: 100%;
}
.why-icon{
    font-size: 30px;
}
.testimonial-w{
    margin-top:150px;
    opacity:0;
}
.testimonial h1{
    font-size: 35px;
    color:white;
    font-style: italic;
    margin:0;
}
.testimonial h2{
    text-align: right;
}
#more-body-w{
    margin-top: 100px;
}
.more-body .coa-btn{
    width: 100%;
    background-color: white;
    opacity: .8;
    color: #333;
    text-align: center;
    font-size: 30px;
    height: 50px;
    line-height: 50px;
    display: block;
    margin-top:100px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
.more-body .coa-btn:hover{
    color:white;
    background-color: #56BC60;
    text-decoration:none;
}
.more-body a.learn-more{
    position:absolute;
    bottom:0;
    color:#92ceff;
}
.more-body p{
    font-size: 18px;
}
.testimonial-w img{
    position: absolute;
    right:15px;

}
.testimonial{
    min-height: 385px;
}
.testimonial h2{
    margin-top: 170px;
    font-size: 16px !important;
}
#block-system-main .node-article {
    border:none;
}
.glyphicon{
    top:3px !important;
}
.title-jumbo img{
    position: absolute;
    top: 34%;
    left: 70%;
    opacity: .4;
    z-index: 0;
    margin-left:-125px;
}
@media (max-width: 990px) {

    #above {
        height: 100px;
    }
    #front_jumbo_bg{
        background: url("/util/images/logo-lg.png");
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center;
    }
    .s-price{
        font-size: 1.2em;
    }
}

@media (max-width: 580px) {
    .nav > li {
        display: block;
        min-width: 0;
    }
    .jumbo-action {
        margin-bottom: 10px;
        min-width: 111px;
    }

       #above {
        height: 150px;
    }
}
@media (max-width: 475px) {

    #front_search .form-text {
        width: 75%;
    }

    #above {
        height: 150px;
    }


    .jumbo-action-wrap { width: 100%; }
    .jumbo-action{  display: table;  margin: 5px auto; }
    .jumbotron h1{
        font-size: 40px;
    }

    .large-only{
        display: none;
    }

    .views-row div h2{ font-size:22px;}
    #front_jumbo_bg{
        background: url("/util/images/logo-lg.png");
        background-size: 60%;
        background-repeat: no-repeat;
        background-position: center;
    }
}
@media (max-width: 325px) {

        #above ul.menu li.last:after { 
            content: "    | ";
            padding-left: 5px;
        }

     #front_search .form-text {
        width: 75%;
    }
    .action{ height: 105px; width: 105px; font-size: 16px; }
    .views-row div h2{ font-size:20px;}
    #front_jumbo_bg{
        display:none;
    }

       #above {
        height: 160px;
    }

    #above div.form-item.form-type-password.form-item-pass{
        padding-left: 0;
    }
}
@media (max-width: 1200px) {
    .footer-c{
        padding-left:0
    }
}


@media (max-width: 975px) {
    .jumbotron h1{
        font-size: 40px;
        margin-bottom: 0px;
        opacity: .9;
        max-width: 270px;
    }
}
@media (max-width: 775px) {
    .footer-c, .footer .container{
        padding-left:0
    }
}
@media (max-width: 800px) {
    .head, .overlay, .sign, .head-w{
        display:none;
    }
    .jumbotron h1{
        font-size:36px;
        width: 100%;

    }
    .jumbotron h5 {
        display:none;
    }
    .news-from {
        font-size: 22px;
    }

}
@media (max-width: 420px) {
    #logo_foot{
        margin-top:0;
    }

}
@media (max-width: 350px) {

    #above ul.menu li.last:after { 
        content: "    | ";
        padding-left: 5px;
    }
    .region-action-box .col-xs-6 {
        width: 100%;
    }
    .region-action-box .block .content .well{
        height: 1170px !important;
    }
    .col-feature {padding:0}
    .field-item .container, #active{padding-left: 5px !important; padding-right: 5px !important;}


}
@media (max-width: 750px) {
    .view-recent-news .field-name-field-image img{
        width:100px !important;
        height: 100px !important;
    }
}
@media (max-width: 700px) {
    .view-recent-news .field-name-field-image img{
        width:100px !important;
        height: 100px !important;
    }
    body{
        font-size: 13px !important;
    }
    h1{font-size: 24px;}


    .view-id-recent_news .node-article > h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .field-name-field-tags a{
        font-size: 10px;
    }
    .view-id-recent_news .node-article{
        padding: 0 10px;
    }
}
@media (max-width: 500px) {
    .view-recent-news .field-name-field-image img{
        width:80px !important;
        height: 80px !important;
    }
    .view-id-recent_news .node-article > h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }

}
@media (max-width: 450px) {
    .view-recent-news .field-name-field-image img{
        width:55px !important;
        height: 55px !important;
    }
    .view-id-recent_news .node-article > h2 {
        font-size: 18px;
        margin-bottom: 15px;
    }


}
.ajax_load{
    z-index: 99;
    display:none;

}
.ajax_load h1{
    position: absolute;
    width: 100%;
    top: 40%;
}
.details .panel{
    /*min-height:400px;*/

}

@media (max-width: 990px) {
    .meeting-w{
        height:270px !important;
    }
    #c2a-w, .title-jumbo img{
        display:none !important;
    }
}

@media (max-width: 540px) {



    .meeting-w{
        height:180px !important;
    }
        #front_search { 
        margin-left: 0;}

}

}
@media (max-width: 440px) {

    .meeting-w{
        height:130px !important;
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    #front_search { 
        margin-left: 0;}

}

@media (max-width: 1000px) {
    #more-body-w {
        margin-top: -19px;
    }

    .navbar-default .navbar-nav > li > a{
        padding-left: 20px !important;
    }
    #c2a, #c2a-w{
        height: 118px !important;
    }

    .meeting-w{

        height:380px !important;
        background-size: 100%;
    }
    .jumbotron h1{
        font-size: 40px !important;

    }
    .jumbotron h3{
        font-size: 31px !important;

    }
    #title-jumbo{
        padding-bottom:50px;
    }
    .why-container{
        padding: 10px;
        height: 480px !important;
    }
    .jumbotron p {
        font-size: 18px;
    }
    .more-body .coa-btn{
        margin-top:100px !important;
    }
    .testimonial-w h1{
        font-size:34px !important;
    }

    .navbar-nav a{
        font-size: 16px;
    }
    .nav li{
        width:297px;
    }
    .social-lg{
        display:none !important;
    }
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: none;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
        -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
        -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
        padding-left: 10px;
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
    .navbar-right .dropdown-menu {
        left: 0;
        right: auto;
    }
    .nav > li{
        display: inline-block;
        min-width:130px;
    }
    .nav.navbar-nav.navbar-right{
        padding-top:0px;
    }
    .col-actions{min-height: 0}
    .navbar-collapse ul li{
        vertical-align:top;
    }
    .well > .col-xs-6{
        padding:0
    }
    .navbar-collapse{
        overflow:hidden;

    }
    .small-only{
        display: inline-block !important;
    }

    .blink_text {

    animation:1s blinker linear infinite;
    -webkit-animation:1s blinker linear infinite;
    -moz-animation:1s blinker linear infinite;

     color: red;
    }

    @-moz-keyframes blinker {  
     0% { opacity: 1.0; }
     50% { opacity: 0.0; }
     100% { opacity: 1.0; }
     }

    @-webkit-keyframes blinker {  
     0% { opacity: 1.0; }
     50% { opacity: 0.0; }
     100% { opacity: 1.0; }
     }

    @keyframes blinker {  
     0% { opacity: 1.0; }
     50% { opacity: 0.0; }
     100% { opacity: 1.0; }
     }


    


