/*Custom Fonts*/
@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot'); /* IE9 Compat Modes */
    src: url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../fonts/icomoon.woff') format('woff'), /* Modern Browsers */
        url('../fonts/icomoon.ttf')  format('truetype'), /* Safari, Android, iOS */
        url('../fonts/icomoon.svg#svgFontName') format('svg'); /* Legacy iOS */
}
[data-icon]:before {
    font-family: 'icomoon';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    transition: color 150ms linear;
}

/*GLOBAL*/
*{
    /* border: 1px solid red; */
}
body{
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #666;
}
h1, h2, h3, h4, h5, label{
    font-family: 'Montserrat', sans-serif;
}
h1{
    font-size: 42px;
    font-weight: 700;
}

h2{
    font-size: 45px;
    font-weight: 700;
}

h3{
    font-size: 22px;
    line-height:1.3em;
}
h4{
    font-size: 30px;
}
h5{
    font-size: 26px;
}
h4 > a:hover{
    color: #ed3023;
}
a{
    color: #ee3123;
    text-decoration: none;
    transition: color 150ms linear;
}
button{
    transition: color 150ms linear;
}
a:hover, button:hover{
    text-decoration: none;
    color: #00aeb8;
}
a > span{
    vertical-align: middle;
    display: inline-block;
}
li{
    list-style: none;
}
figcaption{
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    color: #666;
    font-style: italic;
    margin-top: 20px;
}
::-webkit-input-placeholder {
    color: inherit;
}
:-moz-placeholder { /* Firefox 18- */
    color: inherit; 
}
::-moz-placeholder {  /* Firefox 19+ */
    color: inherit;
}
:-ms-input-placeholder {  
    color: inherit;
}

/*global classes*/
.subBold{
    font-size: 85px;
    border-bottom: 8px solid red;
    display: inline-block;
}
.bold{font-weight: bold;}
.subBoldYellow{
    border-color: #fad341;
}
.button{
    background: #eaeaea;
    display: inline-block;
    width: 100%;
    max-width: 135px;
    padding: 10px 20px;
    cursor: pointer;    
    font-size: 14px;
}
div.button p{
    display: inline-block;
    margin: 0;
}
.bluetext{color:#313d4b;}

/*icons*/
.chevron{
    padding: 0px 8px;
    color: #fff;
    background: #ed3023;
    display: inline-block;
    font-size: 22px;
    margin-left: 15px;
}
.chevron:before{
    line-height: 38px;
}
a:hover > .chevron, a.chevron:hover{
    color: #313d4b;
}

#donatePromoButton2:hover .chevroninbutton {
    color: #313d4b;
}

button[name="ACTION_SUBMIT_SURVEY_RESPONSE"]{
    display:inline; 
    width:40px; 
    border:none;
    padding: 0;
}

.magnify{
    transform: scaleX(-1);
    font-size: 22px;
    line-height: 40px;
}
.anchor-account-for-header {
    top: -110px;
    visibility: hidden;
    position: relative;
}

#topbar .magnify{
    height: 40px;
    line-height: 50px;
    float: right;
    margin-right: 7px;
}

/*MAIN CONTENT*/
#mainContent{
    border: 1px solid #e5e5e5;
    border-top: 0;
    box-shadow: 0px 0px 5px #e5e5e5;
    padding: 0;
}

/*topbar & nav*/
#mobileNav, #navicon{
    display: none;
}
#topbar{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    border-bottom: 3px solid #bfbfbf;
}
#topbar a{
    display: inline-block;
	margin-left:10px;
}
#topbar a:hover{
    color: #00aeb8;
}
#navGroup{
    width: 100%;
    max-width: 1094px;
    float:left;
    width: 90%;
}
#nav{
    background: #ee3123;
    border-left: 1px solid #eee;
}
#nav > ul > li{
    width: 25%;
    float: left;
    position: relative;
    height: 50px;
}
#nav > ul{
    margin: 0;
    padding: 0;
    padding: 0 20px;
}
#nav a{
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 14px 0;
    display: block;
    transition: none;
}
#nav a:hover{
    color: #fff;
}
#nav h2{
    font-size: 24px;
}
#nav li.active{
    background: #be261c;
}
#nav li:hover{
    background: #006ca2;
}

#nav h2 a{
    font-size: 24px;
    font-weight:700 !important;
    font-family: "Montserrat",sans-serif !important;
}

#nav li:hover .hoverIcon:before {
    content: attr(data-icon-hover);
}
.subMenu{
    display: none;
    background: #006ca2;
    color: #fff;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 999;
    padding: 30px 0 30px 20%;
    padding: 30px 0;
}
#nav > ul > li:nth-child(n+3) .subMenu{
    left: inherit;
    right: 0;
}
#nav > ul > li:hover .subMenu{
    display: block;
}
#nav .subMenu h2{
    margin: 0 0 10px 0;
}
#nav .subMenu a{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}
#nav .subMenu a:hover{
    text-decoration: underline;
}
#nav .subMenu .menuCol{
    display: table-cell;
}
.menuCol{
    border-right: 1px solid #80b6d1;
    width: 33.3333333%;
    padding-left: 20px;
    /* height: 100%; */
    min-width: 243px;
    padding: 0 25px;
}
.menuCol:first-child{
    /* padding: 0; */

}
.menuCol:last-child{
    border: 0;
}
#nav .subMenu ul{
    padding: 0;
}
#nav .subMenu li{
    float: none;
    list-style: disc;
    color: #00537c;
    display: list-item;
    margin-left: 35px;
}
#nav .subMenu a{
    padding: 0;
    text-align: left;
    margin-bottom: 2px;
}
#utilities{
    overflow: hidden;
    height: 50px;
    border-left: 1px solid #eee;
}
#utilities > form{
    margin-left: 3%;
    float: left;
    display: inline-block;
}
#topbar button{
    background: none;
    border: 0;
    height: 50px;
    padding: 0;
}
#searchDropdown{
    display: none;
}
#utilitiesLeft{
    float: right;
}
#topbar input{
    border: 0;
    outline: 0;
    color: #666;
    padding: 10px 15px;
    background: #eaeaea;
}
.inputWrapper{
   /* margin-left: 30px;*/
    margin-top: 5px;
    display: inline-block;
    background: #eaeaea;
}
.inputWrapper > input{
    max-width: 170px;
}
#searchDropdown .inputWrapper{
    margin: 0;
    width: 200px;
}
#logoWrapper{
    float: left;
    width: 10%;
    /* position: relative; */
}
#logoWrapperSub{
    max-width: 120px;
    width: 100%;
    height: 100px;
    position: relative;
}
#logoWrapper img{
    max-width: 106px;
    width: 100%;
    max-width: none;
    width: auto;
    position: absolute;
    top: 50%;
    left:  50%;
    margin-left: -30px;
    margin-top: -40px;
}

.logoBand {
    background-color:#efefef;
    padding:15px;
}

#tealArea{
    background: #00aeb8;
    padding: 13px 10px;
    padding: 0;  
    line-height: 50px;
    height: 50px;
    display: inline-block
}
#tealArea a{
    color: #fff;
    padding: 0 30px;
    border-right: 1px solid #fff;
    font-size: 16px;
}
#tealArea a:last-child{
    border: 0;
}
#tealArea a:hover{
    color: #313d4b;
}
#userActions{
    display: inline-block;
    margin-right: 40px;
}
#userActions a{
    color: #666;
    font-size: 14px;
}
#userActions a:first-child::after{
    content: "|";
    margin: 0 5px 0 10px;
}
#userActions a:last-child{
    border: 0;
}
#utilitiesLeft img{
    float: none;
    display: inline-block;
    width: auto;
    margin-top: 10px;
    margin-right: 15px;
}

/*MAIN SLIDER*/
#mainSlider, #videoSlider{
    position: relative;
}

.homepage #mainSlider {
    padding-top: 100px;
}

.historySlider{
    margin-top: 30px;
}
.sliderCaption{
    width: 100%;
    max-width: 860px;
    position: absolute;
    background: rgba(0,0,0,0.3);
    bottom: 0;
    left: 50%;
    margin-left: -430px;
    color: #fff;
    text-align: center;
    padding: 30px 30px 10px 30px;
}
.sliderCaption h1{
    font-size: 45px;
}
.sliderCaption h2{
    font-size: 20px;
    font-weight: initial;
}
.sliderCaption p{
    font-size: 15px;
    text-align: center;
    margin-bottom: 60px;
}
.sliderCaption .chevron{
    position: absolute;
    bottom: 0;
    right: 0;
}
.videoCaption{
    width: 100%;
    position: absolute;
    bottom: 15%;
    text-align: center;
    max-width: 860px;
    background: rgba(0,0,0,0.3);
    left: 50%;
    margin-left: -430px;
    color: #fff;
    padding: 30px 30px 10px 30px;
}
.videoCaption h1{
    font-size: 45px;
    color: #fff;
}
.playerButton{
    height: 80px;
    width: 80px;
    background: rgba(237, 48, 35, 0.5);
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
    border-radius: 100%;
    transition: all 200ms linear;
    z-index: 3;
}
.playIco{
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-left: 26px solid #fff;
    border-bottom: 18px solid transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -18px 0 0 -9px;
    transition: all 200ms linear;
}
.playerButton:hover{
    background: rgba(237, 48, 35, 1);
}

.textSection{
    width: 100%;
    max-width: 1020px;
    color: #313d4b;
    overflow: hidden;    
    padding: 40px 0;
    margin: 0 auto;
}

.textSection a{
    text-decoration:underline;
}

.textSection h1{
    letter-spacing: -5px;
    margin-bottom: 20px;
}

.textSection h2{
    font-size:34px;
    line-height:1.3em;
}

.textSection.smalltext{
    font-size: 16px;
    line-height:24px;
}

.textSection.smalltext h4{
    font-size: 20px;
}	
.textSection.historyText{
    border-bottom: 1px solid #eee;
    padding: 30px;
}
.textSection.historyText p, .textSection.historyText h4{
    padding-bottom: 25px;
    margin: 0;
}
.textSection.historyText p:last-child{
    padding-bottom: 0;
}
.textSection.historyText h5{
    padding: 25px 0;
    margin: 0;
}
.textSection li {list-style-type:disc}

/*banners*/
.hoverBanner{
    position: relative;
    margin-bottom: 2px;
}
.hoverBanner:first-child{
    background: #fbdf74;
}
.hoverBanner:nth-child(2){
    background: #ed3023;
}
.hoverBanner:last-child{
    background: #45c4cb;
}
.hoverBanner img{
    transition: opacity 200ms linear;
}
.bannerText{
    width: 940px;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -115px;
    left: 50%;
    margin-left: -470px;
    color: #fff;
}
.bannerText h1{
    opacity: 0;
    transition: all 200ms linear;
}
.bannerText h1:last-child a{
    color: #fff;
    margin-top: 10px;
    display: inline-block;
    font-size: 50px;
}
.bannerText h1:last-child a:hover{
    color: #313d4b;
}
.bannerText .opacityHax{
    opacity: 1;
    color: transparent;
    margin-top: 0;
}
.bannerText .opacityHax .subBold{
    border-color: #fff;
}
.hoverBanner:hover img{
    opacity: .3;
}
.hoverBanner:hover .bannerText h1{
    opacity: 1;
}
.hoverBanner:hover .bannerText .opacityHax{
    color: inherit;
}

/*involvement*/
#involvement{
    text-align: center;
    background: #313d4b;
    color: #fff;
    overflow: hidden;
    padding-top: 40px;
}
#promos{
    overflow: hidden;
    padding-top: 30px;
}
.promo{
    float: left;
    width: 33.33333333%;
    position: relative;
    font-size: 15px;
}
.promo:nth-child(2) img{
    margin: 0 auto;
}
.promo:nth-child(2) .promoOverlay{
    left: 1px;
}
.promo:last-child img{
    float: right;
}
.promo h3{
    margin-top: 100px;
}
.promo:last-child .promoOverlay{
    right: 0;
    left: inherit;
}
.promo h2{
    border-bottom: 8px solid transparent;
    display: inline-block;
    font-weight: 400;
    transition: all 200ms linear;
    margin-top: 160px;
}
.promo span{
    font-size: 40px;
    display: block;
}
.promo.opacityEffect span{
    opacity: 0;
    transition: opacity 200ms linear;
}
.promo a{
    color: inherit;
}
.promoOverlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(237, 48, 35, .5);
    opacity: 0;
    transition: opacity 200ms linear;
    padding: 0 40px;
    max-width: 397px;
}
.promo:hover .promoOverlay{
    opacity: 1;
}
.promo.opacityEffect:hover h2{
    border-bottom-color: #fff;
}
.promo.opacityEffect:hover span{
    opacity: 1;
}
.opacityEffect:first-child .promoOverlay{
    background: rgba(251, 223, 116, .7);
}
.opacityEffect:nth-child(2) .promoOverlay{
    background: rgba(237, 48, 35, .7);
}
.opacityEffect:last-child .promoOverlay{
    background: rgba(69, 196, 203, .7);
}
.opacityEffect .promoOverlay{
    padding: 0 20px;
    opacity: .35;
}
#promoActions{
    text-align: left;
    padding: 30px 50px;
    overflow: hidden;
}
#involvement.power{
    padding-bottom: 70px;
    padding-top: 10px;
}
.involvementAction{
    width: 50%;
    float: left;
    text-align: right;
    padding: 40px 0;
}
.involvementAction h4{
    font-size: 35px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
    letter-spacing: -2px;
}
.involvementAction:first-child h4{
    font-size: 38px;
}
.involvementAction span{
    vertical-align: middle;
}
.involvementAction span:first-child{
    margin-right: 30px;
}
.involvementAction:first-child{
    border-right: 3px solid #2b3642;
    color: #fff;
    text-align: left;
}
.involvementAction:first-child a{
    color: #fff;
}

/*news*/
#news{
    padding: 70px 30px 0 30px;
    margin-bottom: 75px;
}

#myhadassah-news {
	padding-top: 25px;
}

#myhadassah-giving {
	border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    padding-bottom: 35px;
	padding-top: 20px;
}

#myhadassah-membership {
	border-bottom: 1px solid #eee;
	padding-bottom: 35px;
}

#myhadassah-news #topicPagination{
	display:none;
}

#news h2{
    color: #313d4b;
    margin: 0 0 40px 0;
}
#news a, .aboutBlock a{
    font-weight: 700;
}
#articles{
    overflow: hidden;
    margin-bottom: 50px;
}
.article{
    width: 33.333333%;
    float: left;
    color: #313d4b;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    padding: 0 20px;
}
.article:nth-child(3){
    margin-right: 0;
}
/*.article:last-child{
    display: none;
} */
#news.relatedNews .article:nth-child(n+4) {
   /* display:none;*/
}

.newsListing .article:nth-child(3), .newsListing .article:last-child{
    display: block;
}
.article a, .aboutBlock a{
    font-size: 14px;
    display: inline-block;
}
.article a:hover, .aboutBlock a:hover{
    color: #313d4b;
}
.newsDate{
    font-size: 12px;
    color: #666;
    margin-top: 10px;
}
#news .article .newsTitle{
    font-size: 26px;
    color: #313d4b;
    border-bottom: 2px solid transparent;
    margin-bottom: 10px;
    display: inline-block;
    line-height: 26px;
    font-weight: inherit;
}
#news .article .newsTitle:hover{
    border-color: #313d4b;
}

#news.newsListing .article{
    margin-bottom: 50px;
}
#news.newsListing #articles{
    margin-bottom: 0;
}

input[name='news-filter']{
    vertical-align: middle;
}

/*Donate Now*/
#donateNow{
    background: #eaeaea;
    text-align: center;
    overflow: hidden;
    border-bottom: 3px solid #eaeaea;
    color: #313d4b;
}
#donateNow p, #donateNow h4{
    margin-bottom: 40px;
}
#donateNow a{
    font-weight: 700;
}
#bigRedButton{
    background: #ed3023;
    color: #fff;
    font-size: 50px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    padding: 15px 0;
    max-width: 794px;
    width: 100%;
    margin: 0 auto;
    transition: color 150ms linear;
    position: relative;
}
#bigRedButton:hover{
    color: #313d4b;
}
#bigRedButton p{
    margin: 0;
}
#theShape{
    position: relative;
    background: #eaeaea;
}
#theShape hr{
    border-color: #fff;
    position: absolute;
    top: 50%;
    width: 100%;
    margin: 0;
    border-width: 3px;
}
#shapeBorders{
    border: 3px solid #fff;
    position: relative;
    max-width: 856px;
    margin: 0 auto;
    z-index: 10;
    background: #eaeaea;
    margin-bottom: 30px;
    padding: 30px 0;
}
#shapeMask{
    background: #eaeaea;
    position: absolute;
    height: 104%;
    max-width: 794px; 
    width: 100%;
    top: -3px;
    left: 50%;
    margin-left: -397px;
}

/* Donate Promos*/

.donatePromoButton {
    background: #00aeb8;
    color: #fff;
    font-size: 38px;
    font-family: 'Montserrat', sans-serif;
    padding: 7px 18px;
    transition: color 150ms linear;
    position: relative;
    margin: 10px;
    display: inline-block;
}
.donatePromoButton.active {
    background: #ed3023;
}
.donatePromoButton:hover{
    background: #ed3023;
    cursor: pointer;
}
.donatePromoButton input {
    background: transparent;
    border: 0;
    width: 115px;
    outline: 0;
    font-size: 38px;
    margin: 0;
    padding: 0 0 0 1px;
}
#donateNow .donatePromoButton p{
    margin: 0;
}
#donatePromoButton2 {
    background: #ed3023;
    color: #fff;
    font-size: 38px;
    font-family: 'Montserrat', sans-serif;
    padding: 7px 18px;
    transition: color 150ms linear;
    position: relative;
    margin: 10px;
    display: inline-block;
}
#donatePromoButton2:hover{
    color: #313d4b;
    cursor: pointer;
}
#donatePromoButton2 p{
    margin: 0;
}
#shapeBorders{
    border: 3px solid #fff;
    position: relative;
    max-width: 892px;
    z-index: 10;
    background: #eaeaea;
    margin-bottom: 20px;
    padding: 20px 0;
    text-align: center;
}
#shapeMask{
    background: #eaeaea;
    position: absolute;
    height: 106%;
    max-width: 832px;
    width: 104%;
    top: -3px;
    left: 48%;
    margin-left: -397px;
}
.chevroninbutton {
    padding: 0px;
    color: #fff;
    background: #ed3023;
    display: inline-block;
    font-size: 22px;
}
.chevroninbutton:before{
    line-height: 38px;
}
a:hover &gt .chevroninbutton, a.chevroninbutton:hover{
    color: #313d4b;
}

.aboutBlock:nth-child(n+3){
    border-bottom: 1px solid #eee;
}
.aboutBlock:nth-child(n+5){
    border-bottom: 0;
}

.donate-amt-wrpr {
    margin: 20px 0;
}
.donate-level {
    color: #fff;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    background: #00aeb8;
    margin: 7px 7px 7px 0;
    padding: 7px 10px;
    cursor: pointer;
    display: inline-block;
}
.donate-level.active {
    background: #ed3023;
}
.donate-level:hover{
    background: #ed3023;
    cursor: pointer;
}
.donate-level:last-child {
    margin-right: 0;
}
.donate-level input {
    background: transparent;
    border: 0;
    width: 66px;
    outline: 0;
    font-size: 20px;
    margin: 0;
    padding: 0 0 0 1px;
}
#donate-button {
    color: #fff;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    background: #ed3023;
    border: 0;
    padding: 8px 10px 6px 10px;
}
#donate-button:hover{
    color: #313d4b;
    cursor: pointer;
}
.donate-text-wrpr {
    margin-top: 30px;
}
.donate-text-wrpr p.donate-text {
    font-size: 1.3em;
    text-align: center;
}
.donate-form-right-side img {
    margin: 20px auto 0;
}

.aboutBlock img {
    padding-left: 10px;
    float: right;
}
@media (max-width: 1024px) {
#articleContent, #bottomContent {
	overflow: hidden;
	margin-bottom: 60px;
	
}


.aboutBlock img {
        max-width: 100%;
        padding: 0;
        display: block;
        margin: 0 auto 15px;
        float: none;
    }

#donateNow #shapeBorders {
    margin: 20px auto;
    padding: 20px 0 0 0;
}
.donatePromoButton {
    font-size: 28px;
}
.donatePromoButton input {
    font-size: 28px;
}
#donatePromoButton2 {
    font-size: 28px;
}

.donatePromoButton input { 
    width: 100px; 
}
}

@media (max-width: 320px) {
    .donatePromoButton input {	
        width: 82px;
    }

    .donatePromoButton {
        margin-left: 5px;
        margin-right: 5px;
    }

    #ways-to-give-text { 
        width: 170px; 
        text-align: right;
    }
}

.externalLinks {
    background: #CCEFF1 none repeat scroll 0 0;
    padding: 10px;
    text-align:center;
    color: #313d4b;
}


/*Contact*/
#contactInfo{
    padding: 20px 0;
    overflow: hidden;
}
.contact{
    width: 25%;
    float: left;
    padding: 10px 60px 10px 0;
    font-size: 16px;
}
#contactInfo > .contact{
    padding-left: 50px;
}
#contactInfo a:hover{
    color: #ed3023;
    text-decoration: underline;
}
.contact p{
    line-height: 14px;
}
.contact p:last-child{
    color: #ed3023;
}
.contact p.contactTitle{
    font-size: 24px;
    line-height: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #313d4b;
}
.contact .subBold{
    font-size: 18px;
    border: 0;
    color: #666;
}

/*footer*/
#footer{
    border-top: 1px solid #eee;
    font-size: 12px;
    padding: 20px 50px 0 50px;
    overflow: hidden;
}
#footerLeft{
    float: left;
    width: 50%;
}
#footerLeft > img{
    vertical-align: top;
}
#footerLogo{
    margin-right: 93px;
    height: 82px;
    width: 199px;
    background: url("../images/hada_36.jpg");
    display: inline-block;
    transition: all 200ms linear;
}
#footerLogo:hover{
    background: url("../images/hadar_03.jpg");
}
#footerRight{
    float: right;
    width: 50%;
    text-align: right;
}
#footerLinks{
    margin-bottom: 15px;
}
#footerLinks a{
    color: #666;
    padding: 0 10px;
    border-right: 1px solid #666;
}
#footerLinks a:last-child{
    padding-right: 0;
    border: 0;
}
#footerLinks a:hover, #footerSocial a:hover{
    color: #00aeb8;
}
#footerSocial{
    margin-bottom: 20px;
}
#footerSocial a{
    font-size: 20px;
    margin-right: 20px;
    color: inherit;
}
#footerSocial a:last-child{
    margin: 0;
}
#footerRight img{
    display: none;
}
#contactBtn{
    display:none;
}

/*~~~~~~~~SUB PAGES~~~~~~~~*/
#subPageHeader{
    overflow: visible;
    padding: 100px 50px 0 50px;
    margin-top: 0;
}

/*#subPageHeader.myhada{
    padding-top: 0;
}*/

#subPageHeader h1 {
    margin-top:40px; /*added to compensate for smaller font in pageHeader*/
}
#subPageHeader h1, #subPageHeader h2{
    color: #313d4b;
    margin-bottom: 20px;
}
#subPageHeader h2{
    font-weight: 400;
}
#breadSocial{
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 15px 0;
}
#bread{
    height: 20px;
}
#bread ul{
    overflow: hidden;
    padding: 0;
    margin: 0;
}
#bread li{
    float: left;
    margin-right: 10px;
    border-right: 1px solid #666;
}
#bread a{
    color: #666;
    font-size: 12px;
    display: block;
    margin-right: 10px;
}
#bread li:last-child{
    border: 0;
}
#breadsystem{
    margin-bottom: 10px;
}
#breadsystem .breadcrumb { 
    background-color: #fff; 
    margin: 0 10px 0 0; 
    color: #666; 
    font-size: 12px;
}
.breadcrumb {
    padding:0!important;
    margin:0
}
#breadsystem .breadcrumbseparator { 
    margin-right: 3px;
} 
/*ABOUT*/
#aboutText{
    overflow: hidden;
    margin: 30px 0;
}

.aboutBlock{
    float: left;
    width: 50%;
    padding: 40px 50px;
    border-right: 1px solid #eee;
}


.aboutBlock:nth-child(n+3){
    border-bottom: 0;
}
.aboutBlock:nth-child(2n){
    border-right: 0;
}
.aboutBlock p{
    font-size:16px;
    line-height:1.5em;
    margin-bottom: 0;
}
.aboutBlock h4{
    color: #313d4b;
}

.doubleBlock {
    border-bottom:1px #eee solid;
}

.doubleBlock:last-child {
    border-bottom:none;
}

#timeline{
    background: #f1f1f1;
    text-align: center;
    padding: 50px 0;
}
.timeStamp{
    font-size: 18px;
    color: #666;
    font-family: Verdana, Geneva, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 40px;
}
#articleContent, #bottomContent{
    overflow: hidden;
    padding: 0 90px;
    margin-bottom: 60px;
}
#articleContent .textSection p, #bottomContent .textSection p{
    padding: 0 30px 0 0;
    margin-bottom: 25px;
}
#articleContent figure, #bottomContent figure{
    float: right;
    width: 46%;
    padding: 0;
    margin-left: 40px;
}
#articleContent img, #bottomContent img{
    max-width: 100%;
}
#articleContent > .textSection, #bottomContent > .textSection{
    padding-bottom: 0;
}
.articleLink{
    color: #313d4b;
    font-weight: 700;
    font-size: 15px;
}
.articleLink a{
    font-weight: 400;
}
#articleComments{
    background: #f1f1f1;
    padding: 30px 0 50px 0;
}
#commentsWrapper{
    overflow: hidden;
    margin-top: 30px;
}
#commentsWrapper > div{
    float: left;
    width: 50%;
    padding: 0 50px;
}
a.comments-count {
    display: block;
    float: right;
    position: relative;
    width: 40px;
    height: 25px;
    padding: 0px 0px 0px 10px;
    background: #ee3123;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    color: #ffffff;
    text-decoration: none;
}
a.comments-count:hover {
    text-decoration: none;
}
a.comments-count:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 10px 7px 0;
    border-color: #ee3123 transparent;
    display: block;
    width: 0;
    z-index: 1;
    bottom: -10px;
    left: 11px;
}
#commentsList{
    border-right: 1px solid #d5d5d5;
}
#commentsList ul{
    padding: 0;
    max-height: 335px;
    overflow-y: scroll;
}
#commentForm {
    /*border-left: 1px solid #d5d5d5;*/
}
#commentForm label{
    width: 25%;
    float: left;
    font-size: 15px;
    color: #666;
    line-height: 40px;
    margin: 0;
}
#commentForm input, #commentForm textArea{
    width: 75%;
    float: left;
    border: 0;
    border-radius: 0;
}
#commentForm input{
    height: 40px;
}
#commentForm textArea{
    resize: none;
    height: 160px;
    line-height: 25px;
}
.form-group{
    overflow: hidden;
    clear: both;
}
.commentTitle{
    border-bottom: 1px solid #d5d5d5;
    font-weight: 700;
    padding-bottom:10px;
}
#commentsList{
    font-size: 15px;
}
.opinion{
    padding: 0 20px 10px;
}
#commentSubmit button{
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 26px;
    color: #ee3123;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    float: right;
    padding: 5px 0 0 0;
}

#commentForm input {
    height: 40px;
    margin-bottom: 10px;
}

#commentForm input, #commentForm textArea {
    border: 0 none;
    border-radius: 0;
    float: left;
    margin-bottom: 10px;
    width: 75%;
}

#commentForm td {
    color: #666;
    font-size: 15px;
    line-height: 40px;
    margin: 0;
}

#commentForm input[type='submit'] {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    color: #ee3123;
    float: right;
    font-family: "Montserrat",sans-serif;
    font-size: 26px;
    font-weight: 700;
    outline: 0 none;
    padding: 5px 0 0;
}

#news.newsListing{
    padding-top: 0;
    margin-bottom: 0;
}
.topicbar{
    width: 100%;
    max-width: 1100px;
    margin: 0 auto 30px auto;
    overflow: hidden;
}
.topicbar h5{
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    display: inline-block;
    color: #313d4b;
}
.topicbar p{
    font-size: 15px;
    margin: 0;
    color: #333;
}
.topicWrapper > p{
    margin-right: 15px;
}
.topicbar select{
    border-color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    height: 38px;
    display: inline-block;
    vertical-align: middle;
    color: #666;
    max-width: 200px;
    width: 100%;
    margin: 0 15px;
    padding: 0 15px;
}
.topicbar .chevron{
    vertical-align: middle;
    margin: 0;
}
.topicWrapper{
    text-align: center;
    padding: 10px 0;
    background: #eaeaea;
}
#topicPagination .topicWrapper{
    padding: 18px 0;
}
#topicPaginator > a{
    padding: 0 3px;
}
#topicPagination{
    margin-bottom: 70px;
}
#topicPagination .topicWrapper p, #topicPagination .topicWrapper div{
    display: inline-block;
    font-size: 15px;
}
#paginatorControls a{
    margin-left: 15px;
}

table.paginator {
    margin: 10px 10px 15px 15px;
}
table.paginator td {
    line-height: 1.5em;
    padding: 2px;
    text-align: center;
}

table.paginator td a:hover {
    color:#666;
}

#catBrowser{
    max-width: 1100px;
    margin: 0 auto;
    border-bottom: 1px solid #eee;
}
#catBrowser h3{
    color: #313d4b;
    margin-top: 0;
    margin-bottom: 40px;
}
#catBrowser ul{
    overflow: hidden;
    padding: 0;
    margin-bottom: 30px;
}
#catBrowser li{
    float: left;
    width: 25%;
    margin-bottom: 20px;
}
#catBrowser a{
    display: block;
    text-align: center;
    transition: all 150ms linear;
    font-family: 'Montserrat', sans-serif;
    font-size: 21px;
    padding: 5px 0;
}
#catBrowser a:hover{
    background: #ED3023;
    color: #fff;
}

#catBrowser li.active {
    background: #ED3023;
}

#catBrowser li.active a{
    color: #FFF;
}

#allnews{
    font-weight: 700;
    margin: 50px 0 70px 0;
}
#commentCounter{
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #ed3023;
    border-right: 1px solid #eee;
    padding-right: 20px;
    margin-right: 20px;
}
#commentCounter p{
    margin: 0;
}
#commentCounter span{
    display: inline-block;
    background: #ed3023;
    color: #fff;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    vertical-align: middle;
    position: relative;
}
#commentCounter span:after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 6px solid #ed3023;
    border-left: 8px solid transparent;
    bottom: 0;
    margin-bottom: -6px;
    left: 13px;
}

#topbar.sticky{
    position: fixed;
    max-width: 1200px;
    width: 100%;
    background: #fff;
    z-index: 12;
}

.dynCallout{
    background: #f1f1f1;
    padding: 30px 0 50px 0;
}

.dynCallout p{
    font-size: 16px;
    line-height:24px;
}
/*
#subPageHeader{
        margin-top: 100px;
}
*/


/*chapters & regions*/
#gmap{
    padding: 0 50px;
    margin-top: 45px;
    margin-bottom: 40px;
}
#gmapContainer{
    background: #eaeaea;
    overflow: hidden;
}
#gmapContainer > div{
    float: left;
}
#theMap{
    max-height: 350px;
    width: 65%;
}
#theMap > iframe{
    width: 100%;
}
#mapContact{
    width: 35%;
}
#mapContact > .contact{
    width: 100%;
    padding: 0;
    float: none;
    margin-top: 20%;
    padding-left: 40px;
}
#mapContact > .contact > h5{
    color: #313d4b;
    margin-bottom: 25px;
}
#mapContact > .contact .subBold{
    font-weight: bold;
}
#mapContact > .contact .mailingAddress{
    margin-top: 25px;
    color: #313d4b;
}
#mapContact > .contact p:last-child{
    color: inherit;
}
#ourChapters{
    padding: 0 50px;
    margin-bottom: 30px;
}
#ourChapters h2{
    color: #313d4b;
}
#chapterKeyWords{
    margin-top: 40px;
    border-bottom: 1px solid #eee;
}
#chapterKeyWords > ul{
    overflow: hidden;
    padding: 0;
    margin-bottom: 30px;
}
#chapterKeyWords > ul > li{
    float: left;
    margin: 0 30px 20px 0;
    font-size: 21px;
}
#chapterKeyWords > ul > li > a{
    padding: 10px 20px;
    color: #fff;
    background: #ed3023;
    display: block;
}
#announcements{
    padding: 0 50px;
}
#announcements{
    color: #313d4b;
}
#announcementsContainer{
    overflow: hidden;
    border-bottom: 1px solid #eee;
    padding-bottom: 50px;
}
#announcementsContainer .text-center{
    clear: both;
}
.announcement{
    float: left;
    width: 50%;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 40px;
}
.announcement:nth-child(2n+1) {
    padding-right: 45px;
}
.announcement:nth-child(2n+2) {
    padding-left: 30px;
}
.announcement img{
    float: right;
    margin: 0 0 10px 35px;
    max-width: 245px;
}
.clearBtn{
    border: 1px solid #ED3023;
    padding: 10px 20px;
    display: inline-block;
    transition: all 150ms linear;
    background: #fff;
}
.clearBtn:hover{
    color: #fff;
    background: #ED3023;
}
#stayConnected{
    padding: 0 50px;
    color: #313d4b;
}
#stayConnected h2{
    margin-bottom: 40px;
    letter-spacing: -3px;
}
#connectedContainer{
    overflow: hidden;
    border-bottom: 1px solid #eee;
    padding-bottom: 50px;
}
.connector{
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 40px;
    float: left;
}
.connector:first-child{
    width: 65%;
    padding-right: 40px;
    padding-right: 15px;
}
.connector:last-child{
    width: 35%;
    padding-left: 25px;
}
.connector img{
    float: right;
    margin: 0 0 10px 35px;
    max-width: 150px;
}
.connector form{
    max-width: 300px;
}
.connector input{
    padding: 9px 10px;
    width: 80%;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #313d4b;
}
.connector .chevron{
    float: right;
}
#connectorSocial{
    margin-top: 40px;
}
#connectorSocial > a{
    color: #666;
    font-size: 30px;
    margin-right: 33px;
}
#connectorSocial a:last-child{
    margin: 0;
}
#regionalEvents{
    background: #eee;
    padding: 40px 50px;
}
#regionalEvents h2, #groups h2{
    color: #313d4b;
}
#regionalEventsContainer .genericCol {
    /* min-height: 265px; */
}

#regionalEvents .genericCol {
    color: #313d4b;
    float: left;
    margin-right: 6%;
    width: 18%;
}

.genericCol p{
    margin-bottom: 0;
    font-size: 15px;
}
.eventContact{
    margin-top: 20px;
}
#groups{
    padding: 40px 50px;
}
.genericContainer{
    overflow: hidden;
    /*display: flex;  
    justify-content: space-between;*/
    margin-bottom: 30px;
}
.groupsContainer-4 {
    width: 100%;
}
.groupsContainer-4:after {
    content: "";
    display: table;
    clear: both;
}
.groupsContainer-2 {
    width: 50%;
    float: left;
}
.genericCol{
    float: left;
    width: 44%;
    margin-right: 6%;
    color: #313d4b;
}
.genericCol:last-child{
    margin: 0;
}
.genericCol img{
    max-width: 100%;
    margin-bottom: 20px;
}
#newsleader{
    padding: 0px 50px 40px 50px;
    color: #313d4b;
    border-bottom: 3px solid #bfbfbf;
}
#newsleader > .genericContainer > div{
    float: left;
    width: 50%;
}
#leaderBoard{
    padding: 0;
    max-height: 245px;
    overflow-y: scroll;
}
#leaderBoard > li{
    overflow: hidden;
}
#leaderBoard > li:nth-child(2n){
    background: #eee;
}
#leaderBoard > li > p{
    float: left;
    width: 50%;
    margin: 0;
    padding: 10px 20px;
    font-size: 15px;
}
#leaderBoard > li > p:first-child{
    font-weight: 700;
}
#newsletters ul{
    padding: 0;
    padding-right: 50px;
    overflow: hidden;
}
#newsletters ul > li{
    float: left;
    padding-right: 20px;
    margin-bottom: 20px;
    width: 50%;
}
#newsletters ul > li > a{
    background: #ED3023;
    color: #fff;
    padding: 10px 20px;
    display: block;
    text-align: center;
}
#chapterKeyWords > ul > li > a:hover, #newsletters ul > li > a:hover{
    color: #313d4b;
}
.borderdiv{border-bottom: 1px solid #eee;padding-bottom: 50px;}

#myLinks{
    width: 100%;
    max-width:800px;
    margin: 0 auto 50px auto;
    overflow: hidden;
}
#myLinks ul{
    overflow: hidden;
    padding: 0;
    margin-bottom: 0;
}
#myLinks li{
    float: left;
    margin-right: 10px;
    font-size: 16px;
    width: 100%;
    max-width: 190px;
	margin-bottom: 10px;
}
#myLinks a{
    padding: 10px 20px;
    color: #fff;
    background: #ed3023;
    display: block;
}

#myLinks a#profnetwork {
	padding-top: 2px;
    padding-bottom: 2px;
    line-height: 19px;
}
#myLinks a:hover{
    color: #313d4b;
}
#myAnnouncements{
    padding: 0 50px;
}
#myAnnouncements ul{
    background: #cdeff1;
    overflow: hidden;
    text-align: center;
    padding: 30px 40px;
    width: 100%;
    font-size: 15px;
    color: #313d4b;
}
#myAnnouncements a{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 11px;
}
#myMembership{
    padding: 0 50px;
    color: #313d4b;
    clear: both;
    overflow: hidden;
    margin-bottom: 50px;
}
#myMembership > div{
    float: left;
}
#myMembership p{
    font-size: 15px;
}
#memOpts{
    width: 69%;
    padding-right: 40px;
}
#memOpts ul{
    overflow: hidden;
    padding: 0;
    margin-bottom: 30px;
    text-align: center;
}
#memOpts li{
    float: left;
    margin: 0 15px 15px 0;
    font-size: 16px;
    width: 100%;
    max-width: 165px;
}
#memOpts li:last-child{
    margin: 0;
}
#memOpts a{
    padding: 10px 20px;
    color: #fff;
    background: #ed3023;
    display: block;
}
.memLevels{
    background: #eaeaea;
    width: 31%;
    padding: 20px;
    font-size:  15px;
    color: #313d4b;
}
#memOpts a:hover{
    color: #313d4b;
}
#leaderTools{
    background: #eaeaea;
    padding: 40px 50px 0 50px;
    color: #313d4b;
    margin-bottom: 50px;
}

#leaderTools button, #searchBox button {
    border:0 none;
    outline:none;
    width:38px;
}

#leaderOpts{
    clear: both;
    overflow: hidden;
    margin-left: -40px;
}
.opts{
    float: left;
    width: 33.3333%;
    border-left: 1px solid #d0d0d0;
    padding-left: 40px;
    margin-bottom: 50px;
}
.opts.noBorder{border: none;}
.opts:last-child{
    width: 66.6666%;
}
.opts select, .opts input{
    padding: 9px 15px;
    width: 100%;
    max-width: 230px;
    border: 1px solid #313d4b;
    color: #666;
    font-size: 14px;
    margin-bottom: 15px;
}
.opts select{
    background: url("../images/select2_03.jpg") no-repeat right #fff;
    appearance:none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; 
}
.opts .chevron{
    vertical-align: middle;
    height: 40px;
}
.opts p{
    font-size: 15px;
}
#additionalTools{
    overflow: hidden;
    clear: both;
    padding: 0;
}
#additionalTools li{
    float: left;
    width: 100%;
    max-width: 114px;
    margin: 0 20px 15px 0;
}
#additionalTools a{
    padding: 5px 10px;
    border: 1px solid #ED3023;
    background: #fff;
    text-align: center;
    display: block;
    font-size: 16px;
    font-weight: 700;
}
#additionalTools a:hover{
    text-decoration: none;
    color: #00aeb8;
}
#docs ul{
    overflow: hidden;
    clear: both;
    padding: 0;
}
#docs li{
    float: left;
    width: 33.3333%;
    padding-right: 30px;
    font-size: 15px;
}
#docs a{
    font-size: 11px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
#myChapter{
    background: #eaeaea;
    padding: 40px 50px;
    color: #313d4b;
    clear: both;
    overflow: hidden;
    margin-bottom: 40px;
}
#myChapter > div{
    margin-left: -40px;
}
#chapterInfo{
    float: left;
    width: 33.3333%;
    padding-left: 40px;
}
#chapterInfo p{
    font-size: 15px;
    color: #666;
}
#chapterInfo > div > a{
    padding: 5px 10px;
    border: 1px solid #ED3023;
    background: #fff;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    margin: 15px 0;
    font-weight: 700;
}
#chapterInfo > div > p{
    margin-bottom: 0px;
}
#myEvents{
    float: left;
    width: 66.6666%;
    border-left: 1px solid #d0d0d0;
    padding-left: 40px;
}
#myEvents ul{
    overflow: hidden;
    clear: both;
    padding: 0;
    font-size: 15px;
}
#myEvents li{
    float: left; 
    width: 33.3333%;
    padding-right: 30px;
}
#myEvents img{
    max-width: 100%;
    margin-bottom: 15px;
}
.givingNow{
    text-align: center;
    overflow: hidden;
    padding: 0 50px;
}
.givingNow h2{
    color: #313d4b;
}
.givingLeft{
    width: 69%;
    float: left;
}
.theShape{
    position: relative;
}
.ultraHeader{
    font-size: 70px;
}
.shapeBorders{
    border: 3px solid #cecece;
    position: relative;
    max-width: 892px;
    z-index: 2;
    background: #fff;
    margin-bottom: 20px;
    padding: 20px 0;
    text-align: center;
    margin: 20px auto;
    padding: 10px 0;
    width: 80%;
}
.shapeMask {
    background: #fff;
    position: absolute;
    height: 108%;
    max-width: 832px;
    width: 104%;
    top: -3px;
    left: 48%;
    margin-left: -397px;
    max-width: 520px;
    margin: 0;
    margin-left: -250px;
    left: 48%;
}
.smallBlueButton {
    background: #00aeb8;
    color: #fff;
    font-size: 32px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    max-width: 200px;
    width: 100%;
    margin: 5px auto;
    transition: color 150ms linear;
    position: relative;
    max-width: none;
    width: auto;
    display: inline-block;
    padding: 10px 20px;
}
.smallBlueButton p{
    margin: 0;
    color: #fff;
}
.theShape hr {
    border-color: #cecece;
    position: absolute;
    top: 50%;
    width: 100%;
    margin: 0;
    border-width: 3px;
}
.givingGroup{
    color: #666;
    position: relative;
    float: left;
    border-right: 1px solid #cecece;
    width: 50%;
}
.givingGroup > p, .shapeBorders > p{
    font-size: 12px;
    margin-bottom: 0px;
    color: #666;
    position: relative;
}
.givingGroup.noBorder{
    border-right: none;
}
.givingRight{
    float: left;
    width: 31%;
    text-align: left;
}
.givingRight .memLevels{
    width: 100%;
}
.givingSide{
    background: #EAEAEA;
    padding: 10px 20px 20px 20px;
    font-size: 15px;
    color: #313d4b;
}
.givingRight img{
    max-width: 100%;
}
.givingOpts ul{
    clear: both;
    overflow: hidden;
    padding: 0;
    margin-left: -30px;
    padding: 0 30px;
}
.givingOpts li{
    float: left;
    width: 100%;
    max-width: 165px;
    margin-right: 20px;
    font-size: 16px;
    /* padding: 0 10px; */
}
.givingOpts li:last-child{
    margin: 0;
}
.givingOpts a{
    background: #ED3023;
    color: #fff;
    width: 100%;
    display: block;
    padding: 10px 20px;
    height: 50px;
    line-height: 1;
}
.givingOpts a.singleLine{
    padding-top: 17px;
}
.welcomeText{
    letter-spacing: 4px;
    margin-bottom: 20px;
}


#searchContainer{
    padding: 30px 50px;
    overflow: hidden;
    clear: both;
    border-bottom: 5px solid #bfbfbf;
    font-size: 15px;
}
#searchBoxColumn{
    width: 30%;
    float: left;
    overflow: hidden;
    position: relative;
}
#searchBox{
    background: #eaeaea;
    padding: 20px 30px;
    position: fixed;   
    float: none;
    width: 100%;
    border-left: 0;
    margin: 0;
    max-width: 340px;
}
#searchBox.sticky-box {
    position: static;   
    float: left;
    width: 300px;
}
#searchBox input, #searchBox select{
    margin: 10px 0 20px 0;
}
#searchBox.opts .chevron{
    margin-left: 8px;
}
#searchBox strong{
    display: block;
    margin-bottom: 20px;
}
#searchBox.sticky{
    position: absolute;
    bottom: 0;
}


#searchBox.opts .chevron.search-button, #landingBox.opts .chevron.search-button {
  	margin-top: 10px;
    margin-left: 0px;
    width: auto;
}

[search-icon]:after {
    margin-left: 5px;
    font-family: 'icomoon';
    content: attr(search-icon);
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    transition: color 150ms linear;
}

#searchResults{
    width: 100%;
    float:left;
    color: #313d4b;
    position: relative;
}
#searchResults ul, #directoryListing{
    padding: 0;
    padding-left: 40px;
    margin-left: 30%;
    margin-bottom: 0;
}
#searchResults li{
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
#searchResults li:last-child{
    border: 0;
}
.resultsHeader{
    clear: both;
    overflow: hidden;
}
.resultsHeader .clearBtn{
    padding: 10px;
    font-size: 15px;
    vertical-align: middle;
}
.resultsHeader h5{
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
}
#searchResults p{
    margin-bottom: 0;
}
.largeSearchBox h3{
	margin: 0;
}
.largeSearchBox #searchBox input, .largeSearchBox #searchBox select{margin: 0 0 10px 0;}
#searchResults.largeSearchBox{min-height: 460px;}
.dir h2 {
	margin-top:0;
}

.dirButton a {
	text-decoration:none;
}
 
#directoryListing ul{
    margin-left: inherit;
}

#directoryListing .profileTable p, #directoryListing .affiliate p {
	margin-bottom:0;
}

#directoryListing .personelListing{
    padding-left: 0;
}
#directoryListing li{
    border: 0;
    margin: 0;
    padding: 0;
}
#directoryListing .bulletedList li{
    list-style: disc;
}

img.social-sm {
	width:15%;
}

.dir{
    border-bottom: 1px solid #666;
    padding-bottom: 30px;
    margin-bottom: 25px;
}
.dir:last-child{
    border: 0;
}
#directoryListing .personelListing li{
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    padding-bottom: 20px;
    clear: both;
    overflow: hidden;
}
#directoryListing .personelListing li:last-child{
    border: 0;
    margin: 0;
    padding: 0;
}
.personelListing > li > p, .fileListing a{
    font-weight: bold;
}
.fileListing{
    float: left;
    width: 90%;
}
.fileType{
    display: block;
    float: left;
    padding-left: 25px;
    width: 10%;
}
.fileType img{
    display: block;
    max-width: 100%;
}
.personelListing div{
    padding-left: 25px;
}
#directoryListing .topicWrapper{
    background: transparent;
}
#directoryListing #topicPagination{
    margin-bottom: 20px;
}
#directoryListing .profileTable{
    padding: 0;
    margin: 0 0 30px 0;
}
#directoryListing > div:nth-child(1) > ul{
    margin: 0;
}
#directoryListing .profileTable li{
    clear: both;
    overflow: hidden;
    padding: 10px 20px;
}
.profileTable li:nth-child(odd){
    background: #eee;
}
.profileTable p, .profileTable strong{
    display: inline-block;
    width: 49%;
    vertical-align: middle;
}
.affiliate{
    padding-left: 30px;
    margin-bottom: 20px;
}
.dirButton{
    width: 30%;
    float: left;
    overflow: hidden;
    position: relative;
}
.dir h4, .dir h5{
    margin-bottom: 20px;
}
.associations h5{
    margin-bottom: 10px;
}

/* Special header styles */
@media (max-width: 1070px) {
    #utilities > form > .inputWrapper{
        display: none;
    }
    #searchDropdown{
        display: inline-block;
        position: relative;
    }
    #searchDropdown input{
        margin: 0;
        line-height: initial;
        /* max-width: 100px; */
    }
    #searchDropdown .wrapper{
        background: #fff;
        padding: 5px;
        position: absolute;
        left: 0;
        z-index: 999999;
        border: 1px solid #eaeaea;
        display: none;
        line-height: initial;
        top: 40px;
    }
    #searchDropdown > span.active > span:before{
        content: attr(data-icon-hover);
    }
	#tealArea a {
	  	padding: 0 10px;
	}
	#userActions {
	  	margin-right: 10px;
	}
	#utilities {
	  	overflow: visible;
	}
	#utilities > form {
		margin-left: 10px;
		line-height: 50px;
		height: 50px;
	}
}	

/*TABLET STYLES (LANDSCAPE)*/
@media (max-width: 1024px) {
    #footerLogo {
        margin-right: 10px;
    }
    #footerLeft {
        width: 55%;
    }
    #footerRight {
        width: 45%;
    }
    .groupsContainer-2 {
        width: 100%;
        float: none;
    }
    .groupsContainer-2:after {
        content: "";
        display: table;
        clear: both;
    }
}
@media (max-width: 1023px) {
	#searchBox.sticky-box {
		float: none;
		width: 100%;
		max-width: 100%;
	}
	#searchBox.sticky-box + #directoryListing {
		width: 100%;
		padding-left: 0px;
		margin-left: 0px;
	}
}

/* UNDER TABLET STYLES */
@media (max-width: 767px){
    .brightcove_player_box {
        width: 390px;
        height: 300px;
    }
    .genericCol,
    .groupsContainer-2
    {
        float: none;
        width: 100%;
        margin-right: 0;
    }
}

/*APP STYLES*/
@media (max-width:870px){

/*TABLET STYLES
@media (max-width: 768px){*/
    #searchResults.largeSearchBox {
        min-height: 500px;
    }
    .fileListing{
        width: 80%;
    }
    .fileType{
        width: 20%;
    }
    .fileType img{
        max-width: 100%;
    }
    #navGroup{
        width: 90%;
    }
    #logoWrapper{
        width: 10%;
    }
	
	
    #nav a > span{
        display: none;
    }
    #nav > ul > li{
        /* width: auto; */
        /* padding: 0 18px; */
        /* margin-right: 20px; */
    }
    #utilities{
        overflow: visible;
    }
    #nav > ul{
        padding: 0;
    }
    #utilities > form > .inputWrapper{
        display: none;
    }
    #searchDropdown{
        display: inline-block;
        position: relative;
    }
    #searchDropdown input{
        margin: 0;
        line-height: initial;
        /* max-width: 100px; */
    }
    #searchDropdown .wrapper{
        background: #fff;
        padding: 5px;
        position: absolute;
        left: 0;
        z-index: 999999;
        border: 1px solid #eaeaea;
        display: none;
        line-height: initial;
        top: 40px;

        display: none;
    }
    #searchDropdown > span.active > span:before{
        content: attr(data-icon-hover);
    }
    .subMenu{
        width: 400%;
    }
    #nav > ul > li:nth-child(2n) .subMenu{
        left: -100%;
    }
    #nav > ul > li:nth-child(3n) .subMenu{
        left: -200%;
    }
    #nav > ul > li:nth-child(4n) .subMenu{
        left: -300%;
    }
    .menuCol{
        min-width: 200px;
    }
	#topbar a {
    margin-left: 0px !important;
	}
	#utilitiesLeft img {
    
    max-width: 75px !important;
	}

    /*slider*/
    .sliderCaption{
        position: static;
        margin: 0;
        padding: 0 20px;
        overflow: hidden;
        background: #9e9e9e;
    }
    .videoCaption h1{
        font-size: 50px;
    }
    /*banners*/
    .bannerText{
        top: 0;
        margin: 0;
        left: 0;
        width: 100%;
        padding-top: 40px;
    }
    .bannerText h1{
        opacity: 1;
        margin-bottom: 5px;
        font-size: 45px;
    }
    .bannerText .opacityHax{
        color: #fff;
    }
    .bannerText .opacityHax .subBold{
        font-size: 55px;
    }
    .hoverBanner img, .hoverBanner:hover img{
        opacity: .2;
    }
    .bannerText h1:last-child a{
        font-size: 40px;
    }
    #involvement h2, #news h2{
        font-size: 40px;
    }
    #involvement.power > h2{
        font-size: 40px;
    }
    .promo{
        width: 33%;
        padding: 0;
        margin-left: .3%;
    }
    .promo:nth-child(2) img{
        margin: auto;
    }
    .promo:last-child img{
        float: none;
    }
    .promoOverlay{
        opacity: 1;
        padding: 0 10px;
    }
    .promo h3{
        font-size: 28px;
        margin-top: 20px;
    }
    .promo p{
        text-align: left;
    }
    .promo span{
        font-size: 25px;
    }
    .opacityEffect .promoOverlay, .promo.opacityEffect span{
        opacity: 1;
    }
    #involvement .opacityEffect h2{
        border-bottom: 5px solid #fff;
        font-size: 32px;

        margin-top: 90px;
    }
    .involvementAction{
        display: block;
        float: none;
        width: 100%;
        padding: 0;
        text-align: center;
    }
    .involvementAction h4{
        max-width: 450px;
        width: 100%;
    }
    .involvementAction:first-child{
        border: 0;

        text-align: center;
    }
    .involvementAction span{
        float: left;
        margin: 0;
    }
    .involvementAction span:first-child{
        font-size: 32px;
        text-align: left;
        margin: 0;
        width: 92%;
        letter-spacing: -2px;
    }
    .involvementAction span:last-child{
        width: 8%;
    }
    #involvement.power{
        padding-bottom: 30px;
    }
    #involvement.power p{
        font-size: 16px;
        padding: 0 30px;
    }
    #involvement.power .subBold{
        font-size: 50px;
    }
    #news{
        padding: 70px 15px 0 15px;
        margin-bottom: 50px;
    }
    #bigRedButton{
        max-width: 520px;
        font-size: 32px;
        padding: 30px 0;
    }
    #shapeMask{
        max-width: 520px;
        margin-left: -260px;
    }
    #shapeBorders{
        max-width: 584px;
    }
    .article{
        width: 50%;
        max-width: none;
        margin: 0 0 30px 0;
        padding: 0 15px;
    }
    #news.relatedNews .article:nth-child(4){
        display: block;
    }
    #contactInfo{
        max-width: 600px;
        margin: 0 auto;

        padding: 40px 0 0 0;
    }
    .contact{
        width: 50%;
        padding: 0;
        min-height: 150px;
        padding: 0 30px;
    }
    #contactInfo > .contact{
        padding: 0;
        padding: 0 30px;
    }
    #footer{
        padding: 20px;
    }
    #footerLeft{
        width: 30%;
    }
    #footerRight{
        width: 70%;
    }
    #footerRight img{
        display: block;
        float: left;
        margin-left: 20%;
    }
    #footerLeft > img{
        display: none;
    }
    #footerSocial{
        margin-bottom: 50px;
    }
    .textSection h1{
        font-size: 45px;
        text-align: center;
        letter-spacing: -1px;
    }
    .subBold{
        font-size: 55px;
    }
    .textSection{
        padding: 0 30px;
    }
    #tealArea a{
        padding: 0 10px;
    }
    #userActions{
        margin-right: 10px;
    }
    #utilitiesLeft img{
        margin-right: 5px;
    }
    #utilities > form{
        margin-left: 10px;
        line-height: 50px;
        height: 50px;
    }
    #utilities button{
        margin-right: 10px;
    }
    #nav a{
        font-size: 14px;

    }
    #mainContent{
        width: 100%;
    }
    #mainSlider .flex-direction-nav a{
        top: 30%;
    }
    #videoSlider .flex-direction-nav a{
        top: 50%;
    }
    #articles{
        margin-bottom: 0;
    }

    /*subpages*/
    /*about*/
    #subPageHeader{
        padding: 100px 20px 0 20px;
        /* margin-top: 110px; */
    }
    #subPageHeader h1{
        font-size: 50px;
    }
    #aboutText{
        padding: 0 30px;
    }
    .aboutBlock{
        padding: 0 18px 30px 0;
    }
    .aboutBlock:nth-child(2n){
        padding: 0 0px 30px 18px;
    }
    .textSection.historyText h4{
        font-size: 24px;
    }
    .textSection.historyText h5{
        font-size: 21px;
    }
    #timeline h2{
        font-size: 30px;
    }
    #articleContent .textSection p{
        float: none;
        width: 100%;
        padding: 0;
    }
    #articleContent figure{
        float: right;
        margin-left: 10px;
    }
    #articleContent{
        padding: 0;

        margin-top: 20px;

        margin-bottom: 25px;
    }
    #commentsWrapper > div{
        padding: 0 20px;
    }
    #catBrowser li{
        width: 50%;
    }
    #bread, #breadsystem {
        /* width: 35%; */
        height: inherit;
    }
    #social{
        width: 65%;
    }

    .articleLink{
        padding: 0 20px;
        margin-bottom: 25px;
    }
    .historyText:last-of-type{
        margin-bottom: 15px;
        border-bottom: 0;
    }
    .topicbar{
        padding: 0 20px;
    }

    /*regions*/
    #gmap{
        padding: 0 30px;
        margin-bottom: 50px;
    }
    #theMap, #mapContact{
        width: 50%;
    }
    #ourChapters{padding: 0 30px;}
    #ourChapters h2{font-size: 40px;margin-bottom: 30px;}
    #chapterKeyWords{margin-top: 0;}
    #announcements{padding: 0 30px;margin-bottom: 30px;}
    .announcement{float: none;width: 100%;}
    .announcement:first-child, .announcement:nth-child(2){padding:0;}
    #stayConnected{padding: 0 30px;}
    #stayConnected img{display: none;}
    #stayConnected h2, #announcements h2{font-size: 40px;}
    .connector, .connector:first-child, .connector:last-child{width: 50%;}
    #regionalEvents, #groups{padding: 40px 30px;}
    #regionalEventsContainer, #groupsContainer{display: block;}
    /* .genericCol{width: 49%;float:left;margin-bottom: 40px;margin-right: 0;} */
    /*
    .genericCol:nth-child(odd){
        margin-right: 1%;

    }
    */
    /*
    .genericCol:nth-child(even){
        margin-left: 1%;
    }
    */
    #newsleader{padding: 0px 30px;}
    #newsleader > .genericContainer{
        display: block;
    }
    #newsleader > .genericContainer > div{width: 100%;float:none;}
    #newsletters ul > li{width: 33%;}
    #newsleader h2{font-size: 40px;margin: 0 0 20px 0;}

    #myMembership > div{width: 50%;}
    #memOpts{padding-right: 20px;}
    #myAnnouncements, #myMembership, #leaderTools, #myChapter, .givingNow{padding-left: 20px;padding-right: 20px;}
    #memOpts li{margin: 0 10px 10px 0;max-width: 150px;}
    .opts{width: 50%;}
    #leaderOpts > div:nth-child(3){  border-right: 1px solid #d0d0d0;}
    .opts:last-child{width: 100%;}
    #myEvents, #chapterInfo{width: 100%;padding:0;border:0;}
    #myChapter > div{margin: 0;}
    .shapeBorders{border:0;margin: 0;width: 100%;}
    .theShape hr{display:none;}
    .givingGroup{border:0;max-width: 150px;margin-right: 10px;}
    .shapeMask{position: static;}
    .givingOpts li{margin: 0 10px 10px 0;max-width: 150px;}
    .smallBlueButton{margin-bottom: 30px;width:100%;max-width: 280px;padding: 5px;}
    .givingLeft, .givingRight{width: 50%;}
    .givingOpts a{padding: 10px;}
    .givingOpts ul{padding:0;margin: 0;}
    .shapeBorders{width:100%;}
    #chapterInfo > div{width: 50%;float:left;}
    .mynews .article{width:33.333%;}

    #searchContainer{
        padding: 20px;
    }
    #searchBox{
        max-width: 210px;
        width: 100%;
        padding: 20px;
    }
    #searchBox input, #searchBox select{
        max-width: 120px;
    }
}

/*PHONE STYLES*/
@media (max-width: 768px){

/*@media (max-width: 480px){*/
    /*general*/
    .subBold{
        font-size: 25px;
        border-bottom-width: 3px;
    }
    /*nav*/
    #topbar{
        position: relative;
    }
    #topbar > img{
        border-right: 1px solid #eee;
    }
    #navGroup{
        display: none;
    }
    #navicon{
        display: block;
        float: right;
        margin: 5px 20px 0 0;
    }
    #navicon span{
        color: #ed3023;
        display: block;
        font-size: 10px;
    }
    #navicon span:first-child{
        font-size: 40px;
        line-height: 40px;
    }
    #mobileNav{
        position: absolute;
        top: 70px;
        background: #006ca2;
        width: 100%;
        z-index: 9999;
    }
    #mobileNav > ul{
        padding: 0;
        margin: 0;
        border-top: 3px solid #bfbfbf;
        border-bottom: 3px solid #bfbfbf;
    }
    #mobileNav > ul > li{
        border-bottom: 1px solid #bfbfbf;
    }
    #mobileNav > ul > li > a{
        color: #fff;
        padding: 10px 0 10px 20px;
        width: 100%;
    }
    #belong{
        background: #00aeb8;
        overflow: hidden;
    }
    #mobileNav > ul > #belong a{
        float: left;
        width: 50%;
        text-align: center;
        margin: 5px 0;
        padding: 5px 0;
    }
    #mobileNav > ul > #belong a:hover{
        color: #666;
    }
    #belong a:first-child{
        border-right: 1px solid #fff;
    }
    .whiteCell{
        background: #fff;
        overflow: hidden;
    }
    #topbar .whiteCell img{
        float: none;
        width: auto;
        display: block;
        margin: 12px auto 4px auto;
    }
    #mobileUtilities{
        padding: 10px 20px;
    }
    #topbar #mobileUtilities form > button, #topbar #mobileUtilities form > .inputWrapper{
        width: 50%;
        float: left;
        margin: 0;
        display: inline-block;
        height: 40px;
        text-align: left;
    }
    #topbar #mobileUtilities .inputWrapper > input{
        max-width: none;
        width: 102px;
    }
    #topbar #mobileUtilities span{
        line-height: 40px;
    }
    #mobileNav .subMenu{
        position: static;
        padding: 0;
        width: 100%;
    }
    #mobileNav .subMenu li{
        border-top: 1px solid #80b6d1;
    }
    #topbar .hasSub:hover{
        color: #fff;
    }
    #mobileNav .subMenu a{
        color: #fff;
        padding: 10px 0;
        width: 100%;
    }
    #mobileNav .hasSub.active .hoverIcon:before {
        content: attr(data-icon-hover);
    }
    #searchDropdown{
        display: none;
    }
    /*slider*/
    .sliderCaption h1{
        font-size: 32px;
    }
    .sliderCaption h2{
        font-size: 16px;
    }
    .sliderCaption p{
        text-align: left;
    }
    /*text section*/
    .textSection{
        padding: 0 20px;
        margin: 10px auto;
    }
    .textSection h1{
        font-size: 20px;
        letter-spacing: -1px;
    }
    .textSection p{
        font-size: 16px;
        line-height:1.5em;
    }

    /*contact*/
    #contactInfo{
        padding: 30px 0;
    }
    .contact, #contactInfo > .contact{
        width: 100%;
        float: none;
        padding: 10px 30px;
        min-height: inherit;
    }
    #contactBtn{
        margin: 0 auto;
        display: block;
    }
    #contactBtn[data-active-state="active"] > span:before{
        content: attr(data-icon-hover);
    }
    #contactDropdown{
        display: none;
    }
    .contact a{
        letter-spacing: 0px;
    }
    .contact p.contactTitle{
        font-weight: 400;
    }

    /*banners*/
    .bannerText{
        padding-top: 5px;
    }
    .bannerText h1{
        font-size: 20px;
    }
    .bannerText .opacityHax .subBold{
        font-size: 25px;
    }
    .bannerText h1:last-child{
        margin-top: 10px;
    }
    .bannerText h1:last-child a{
        font-size: 15px;
        margin: 0;
    }

    /*involvement*/
    #involvement{
        padding: 10px 20px 0 20px;
    }
    #involvement h2{
        font-size: 30px;
    }
    #involvement.power p{
        text-align:center;
    }
    #involvement p{
        font-size: 15px;
        text-align: left;
    }
    .involvementAction span:first-child{
        font-size: 26px;
        width: 80%;
        margin-right: 5%;
    }
    .involvementAction span:last-child{
        width: 15%;
        margin-top: 3px;
    }
    .promo{
        float: none;
        width: 100%;
        margin-bottom: 10px;
        padding: 0;  
        margin: 0 auto 30px auto;
    }
    .promo:last-child{
        margin-bottom: 0;
    }
    .promo span{
        font-size: 20px;
    }
    .promoOverlay{
        opacity: 1;
        padding: 0 30px;
    }
    .promoOverlay h3{
        font-size: 30px;
        margin-top: 25px;
    }
    #promoActions{
        padding: 20px 0;
    }

    /*news*/
    #news{
        padding: 0;
        margin-bottom: 30px;
        padding: 0 20px;
    }
    #news h2{
        font-size: 30px;
        font-weight: 700;
        letter-spacing: -1px;
        margin-top: 30px;
        margin-bottom: 20px;
    }
    #news h4{
        font-size: 26px;
    }
    #articles{
        margin-bottom: 30px;
    }
    .article{
        width: 100%;
        float: none;
        padding: 0 20px;
        margin: 0 0 30px 0;
        padding: 0;
    }
    .article:last-child{
        margin-bottom: 0;
    }

    /*donate*/
    #donateNow{
        padding: 0 20px;
    }
    #donateNow > p{
        font-size: 16px;
        letter-spacing: -1px;
        margin-bottom: 25px;
    }
    #donateNow h2{
        font-size: 30px;
        font-weight: 700;
    }
    #donateNow h4{
        font-size: 26px;
        font-weight: 700;
    }
    #bigRedButton{
        font-size: 26px;
        padding: 15px 20px;
    }
    #shapeBorders{
        border: 0;
        padding: 0;
    }

    /*footer*/
    #footer{
        padding: 30px;
    }
    #footer > div{
        float: none;
        width: 100%;
        text-align: center;
        /* margin-bottom: 30px; */
    }
    #footerLinks a{
        line-height: 34px;
    }#footerLinks a:nth-child(3){
        border-right: 0;
    }
    #footerLogo{
        margin: 0 0 25px 0;
    }
    #footerLeft > img, #footerLogo{
        display: block;
        margin: 0 auto;
        float: none;
        margin-bottom: 25px;
    }
    #footerRight img{
        display: none;
    }
    #footerSocial{
        margin-bottom: 20px;
    }
    #footerLinks{
        padding: 0 10px;
        margin-bottom: 10px;
        padding: 0;
    }
    #logoWrapper{
        width: auto;
        border-right: 1px solid #eee;
    }
    #mainSlider .flex-direction-nav a{
        top: 30%;
    }
    #videoSlider .flex-direction-nav a{
        top: 50%;
    }
    /*subpages*/
    #bread, #breadsystem{
        display: none;
    }
    #breadSocial {
        display:none;
    }
    #social > div{
        float: none;
    }
    #subPageHeader h1{
        font-size: 34px;
    }
    #subPageHeader h2{
        font-size: 30px;
    }
    .videoCaption{
        bottom: 5%;
    }
    .videoCaption h1{
        font-size: 28px;
    }
    .playerButton{
        height: 40px;
        width: 40px;
        margin: -20px 0 0 -20px;
    }
    .playIco{
        border-top: 10px solid transparent;
        border-left: 16px solid #fff;
        border-bottom: 10px solid transparent;
        margin: -8px 0 0 -5px;
    }
    #aboutText{
        padding: 0 20px;
        margin: 10px 0;
    }
    /*COMMENTED OUT 8/3/16
	.aboutBlock, .aboutBlock:nth-child(n+3), .aboutBlock:nth-child(2n){
        float: none;
        width: 100%;
        border: 0;
        padding: 0;
        border-bottom: 1px solid #eee;
    } */
    .aboutBlock:last-child{
        border: 0;
    }
    #logoWrapper img{
        position: static;
        margin: 0;
        margin: 10px 23px;
    }
    .inputWrapper{
        width: 50%;
    }
    #involvement .opacityEffect h2{
        font-size: 38px;

        margin-top: 110px;
    }
    .aboutBlock h4{
        font-size: 28px;

        margin-top: 20px;
    }
    /*.aboutBlock a{
        margin: 15px 0 20px 0;
    }*/
    #involvement.power > h2{
        font-size: 20px;
    }
    #involvement.power .subBold{
        font-size: 24px;
    }
    .promo:nth-child(2) .promoOverlay{
        left: 0;
    }
    #articleContent figure{
        float: none;
        width: 100%;
        margin: 0 0 25px 0;
    }
    #commentsWrapper > div{
        float: none;
        width: 100%;
    }
    #commentsList{
        border: 0;
        border-bottom: 1px solid #d5d5d5;
    }
    #commentForm label, #commentForm input, #commentForm textArea{
        float: none;
        width: 100%;
    }
    #catBrowser{
        padding: 0 20px;
    }
    #catBrowser li{
        float: none;
        width: 100%;
        margin: 0;
    }
    #commentCounter{
        display: none;
    }
    .articleLink{
        padding: 0 15px;
    }
    #commentSubmit button{
        text-align: left;
        letter-spacing: -2px;
        float: none;
        width: 100%;
    }
    #commentSubmit button .chevron{
        float: right;
    }
    #paginatorControls{
        margin-top: 25px;
    }
    #news.newsListing .article{
        margin-bottom: 30px;
    }
    #catBrowser ul{
        margin-bottom: 0px;
    }
    #allnews{
        margin-top: 25px;
        overflow: hidden;
        letter-spacing: -2px;
        font-size: 26px;
        text-align: center;
        padding: 0 50px;
        margin-bottom: 25px;
    }
    #allnews a{
        overflow: hidden;
        clear: both;
    }
    #allnews a span:first-child{
        text-align: right;
        width: 73%;
        display: inline-block;
    }
    .topicbar select{
        margin: 0 10px 0 0;
    }
    #topicPagination{
        margin-bottom: 0;
    }
    #catBrowser h3{
        margin-bottom: 10px;
    }
    #articleComments h3{
        margin-top: 0;
        font-size: 28px;
    }
    #commentsList ul{
        margin-bottom: 20px;
    }
    #commentForm{
        margin-top: 20px;
    }
    .textSection.historyText{
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .historyText:last-of-type {
        border: 0;
        padding-bottom: 0;	
    }
	  
    /*regions*/
    #theMap, #mapContact{
        float: none;
        width: 100%;
    }
    #gmap{padding: 0 20px;margin-bottom: 30px;}
    #gmapContainer > div{float: none;}
    #theMap > iframe{position: relative; height: 100%;min-height: 225px;}
    #mapContact > .contact{margin-top: 0;padding-left: 20px;}
    #mapContact > .contact .mailingAddress{margin-bottom:20px;}
    #ourChapters h2{font-size:30px;margin: 0 0 20px 0;}
    #chapterKeyWords > ul > li{margin: 0 10px 10px 0;}
    #chapterKeyWords > ul > li > a{font-size:16px;}
    .connector, .connector:first-child, .connector:last-child{width: 100%;float:none;padding:  0;}
    .connector:first-child{padding-bottom: 30px; border-bottom: 1px solid #eee;}
    #regionalEvents, #groups{padding: 40px 20px;}
    .genericCol, .genericCol:nth-child(odd), .genericCol:nth-child(even){width:100%;margin: 0;}
    #regionalEvents .genericCol, #regionalEvents  .genericCol:nth-child(odd), #regionalEvents  .genericCol:nth-child(even), #groups .genericCol, #groups  .genericCol:nth-child(odd), #groups  .genericCol:nth-child(even){margin-bottom: 30px;}
    #newsletters ul{padding: 0;}
    #newsletters ul > li{width: 100%;padding: 0;}
    #newsleader{padding: 40px 20px;}
    #newsleader h2{font-size: 30px;}
    #announcements h2, #regionalEvents h2, #groups h2{font-size: 30px;}
    #stayConnected h2{font-size:30px; margin-bottom: 10px;}
    #announcementsContainer{padding-bottom: 30px;}
    #announcements{margin-bottom: 0;}
    #ourChapters, #announcements, #stayConnected, #regionalEvents, #groups, #newsleader{padding-left: 20px; padding-right: 20px;}
    .connector input{width: 75%;}
    #connectorSocial{display: flex; justify-content: space-between;}
    #connectorSocial > a{margin: 0;}
    #connectedContainer{padding-bottom: 0;}
    #regionalEvents, #groups{padding-top:20px;}
    #groupsContainer{margin-bottom: 0;}
    .borderdiv{padding-bottom: 30px;}
    #groups{padding-bottom: 30px;}
    #newsleader{padding-top:0px;}
    .announcement img{float: none; width: 100%;margin: 0 0 20px 0;max-width: none;}
    #myLinks{margin-bottom: 20px;}
    #myLinks li{margin: 0 auto 10px auto;float:none;}
    #myAnnouncements ul{padding: 20px 20px;}
    #myAnnouncements, #myMembership, #leaderTools, #myChapter, .givingNow{padding:0;}
    #myMembership h2, #leaderTools h2{font-size: 30px;}
    #myMembership > div{width:100%;padding: 0 20px;}
    #memOpts li, .givingOpts li{max-width: 120px;padding:0;margin:0 10px 10px 0;}
    #memOpts a{padding:5px 0;font-size: 16px;}
    .opts, .opts.noBorder, #leaderOpts > div:nth-child(3){width: 100%;border: 0;border-bottom:1px solid #a8a8a8;padding:0;}
    #leaderTools{padding: 0 20px;overflow: hidden;}
    .opts select, .opts input{max-width: 210px;}
    .opts .chevron{margin-left: 0;}
    #leaderOpts{margin:0;}
    #docs{display:none;}
    #myEvents li, .mynews .article{width: 100%;padding:0;}
    #myChapter{padding: 0 20px;}
    .givingLeft, .givingRight{width:100%;}
    .givingLeft > div{padding: 0 20px;}
    .smallBlueButton{margin-bottom:10px;}
    .givingGroup{text-align: center;margin: 0 auto;float:none;width: 100%;}
    .givingOpts a{padding-left: 0;padding-right:0}
    #chapterInfo > div{width: 100%;float:none;}
    .givingSide a{font-size:12px;font-weight:700;}
    #searchBox, #searchBox.sticky{
        position: static !important;
        max-width: none;
    }
    #searchResults ul, #directoryListing{margin: 0;padding: 0;}
    #searchBox input, #searchBox select{
        max-width: 170px;
    }
    #directoryListing ul{padding-left: 40px;}
    .dirButton{
        float: none;
        width: 100%;
    }
    .dir{
        margin-bottom: 0;
    }
}

@media (max-width:420px){

.aboutBlock, .aboutBlock:nth-child(n+3), .aboutBlock:nth-child(2n){
        float: none;
        width: 100%;
        border: 0;
        padding: 18px !important;
        border-bottom: 1px solid #eee;
    } 
		
}

/*BOOTSTRAP OVERRIDES*/
@media (min-width: 768px){
    .container {
        width: 100%;
    }
}
@media (min-width: 992px){
    .container {
        width: 100%;
    }
}
@media (min-width: 1200px){
    .container {
        width: 1202px;
    }
}

/* Brightcove Player */
.brightcove_player_box { 
    width: 817px; 
    height: 519px; 
}
@media (max-width: 920px){
    .brightcove_player_box { 
        width: 680px; 
        height: 432px; 
    }
}
@media (max-width: 480px){
    .brightcove_player_box { 
        width: 230px; 
        height: 230px; 
    }
}

/*addthis*/
#atstbx > a{
    height: 20px;
}
#atstbx > a.addthis_button_tweet.at300b{
    width: 85px;
}
.fb_iframe_widget_lift {
    z-index: 5;
}



@media print{
 #nav {display:none;}
 
 a, a:after { content: normal !important; }
 
 #topbar.sticky { position: relative; }
 
 #util_search_form, #articleComments {display:none;}
 
.contact {
    width: 50%;
}
 
}