/*
Theme Name: GDSF
Author: the GDSF
*/
/* screen version */
@media screen{
    /* general reset */
    * {
        margin:0; 
        padding:0;
        font-size:100.01%;
    }
    ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, blockquote, applet, embed, object, iframe, frameset{margin:0 0 14px;}
    html, body, div, span, applet, embed, object, iframe, frameset,
    p, q, blockquote, sub, sup, a, abbr, acronym, font, img, small, center,
    h1, h2, h3, h4, h5, h6, b, strong, big, u, ins,
    i, cite, em, var, dfn, address, s, strike, del,
    dl, dt, dd, ol, ul, li, pre, code, kbd, samp, tt,
    fieldset, legend, form, label, table, caption, tbody, tfoot, thead, tr, th, td,side-
    article, aside, canvas, details, figcaption, figure, footer, header,
    hgroup, menu, nav, section, summary, time, mark, audio,video{
        border:0;
        background:none;
    }
    html{
        font-size:62.5%;
        background:#fff url(images/bg-page.gif);
        height:100%;
    }

    body{
        color:#595959; /* #777777 not passing accessibility checker */
        font:1.2em Helvetica, Arial, sans-serif;
        background-color:#f2f2f2;
        min-height:100%;
        min-width:1002px;
    }


    table li{
        font-size:70%;
    }
    table.border {
        border-width: 1px;
        border-spacing: 0px;
        border-style: outset;
        border-color: gray;
        border-collapse: collapse;
        background-color: white;
        font-size:98%;
    }
    table.border th {
        border-width: 1px;
        padding: 6px;
        border-style: inset;
        border-color: gray;
        background-color: white;
        -moz-border-radius: ;
    }
    table.border td {
        border-width: 1px;
        padding: 6px;
        border-style: inset;
        border-color: gray;
        background-color: white;
        -moz-border-radius: ;
    }

    #content ul ul li{
        font-size:70%;
    }



    #content ul li{
        list-style-position:inside;
        margin-bottom: 6px;
        padding:0 0 3px 28px;
        overflow:hidden;
        vertical-align:top;
        line-height:1.2em;
        list-style-image: none;
        list-style-type: disc;
    }

    #wp-tabs-1 ul li {
        background-image:none;
        list-style:none;
        padding: 0;
        overflow: hidden;
        vertical-align: top;
        line-height: 1.2em;
        margin: 0px;
        list-style-image: none;
        list-style-type: none;
        list-style-position:none;
    }

    .yellow{
        background-color: #FFC;
    }

    a{
        text-decoration:underline;
        color:#003E7E;
    }
    a:hover{text-decoration:none;}
    input, textarea, select{
        font:100% arial,sans-serif;
        vertical-align:middle;
        color:#000;
        overflow:auto;
    }
    label{vertical-align:middle;}
    button, input{
        width:auto;
        overflow:visible;
    }
    h1, h2, h3, h4, h5, h6, b, strong, th{font-weight:bold;}
    h1{font-size:200%; color:#000000}
    h2{font-size:150%;}
    h3{font-size:120%;}
    h4{font-size:110%;}
    h5{font-size:100%;}
    h6{font-size:90%;}
    i, cite, em, var, dfn, address{font-style:italic;}
    u, ins{text-decoration:underline;}
    s, strike, del{text-decoration:line-through;}
    blockquote, blockquote:before, blockquote:after, q, q:before, q:after {quotes: none;}
    blockquote:before, blockquote:after, q:before, q:after {content: '';}
    table, caption, tbody, tfoot, thead, tr, th, td{
        border-collapse:collapse;
        border-spacing:0;
    }

    th, td{
        border:1px;
        padding:8px 8px;
        text-align:left;
        vertical-align:top;
    }
    th{
        border-color:#999;
        text-align:center;
        vertical-align:middle;
    }
/*    ul li, ol li{list-style-position:outside;margin:5px 0 5px 12px;}
    ul#social-top-nav, ul#menu-top-menu {margin:0;}
    ol.indented_list li{list-style-position: outside;margin: 0 0 5px 15px;}
*/    
    
    #contentFull ul li {list-style-position:outside;margin:5px 0 5px 12px;}
    
    ul li, ol li{list-style-position:inside;}
    ol.indented_list li{list-style-position: outside;margin: 0 0 5px 15px;}
    ul li{list-style-type:disc;}
    
    
    ul li{list-style-type:disc;}
    /* wrapper */
    #wrapper{
        width:100%;
        overflow:hidden;
        position:relative;
    }
    #content hr{
        width:100%;
        height: 1px;
        background-color: #F0E9D6;
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none;
        margin-top: 4px;
        margin-bottom: 14px;
    }
    .addMargin{
        margin-top: 2px;
        margin-bottom: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
    }

    .w1{
        float:left;
        width:1006px;
        left:50%;
        position:relative;
    }
    .w2{
        float:left;
        width:1006px;
        left:-50%;
        position:relative;
    }
    /* header */
    #header{
        width:100%;
        margin:0 0 16px;
        position:relative;
     /* z-index:100;  added 7/1/21 */
	 /*	z-index:9; original value */
    }
    #header:after{
        content:"";
        clear:both;
        display:block;
    }
    /* top-bar */
    .top-bar{
    overflow: hidden;
    margin: 30px 0 0 0;
    float: right;
    max-width: 100%;
    position: relative;
    height: 65px;
	overflow:visible;
	position: absolute;
	z-index: 9;
    right: 15px;
    width: 650px;
    }
    /* header-title */
    .header-title{
        float:right;
        width:100%;
        height:28px;
        color:#ffffff;
        font:17px/20px Helvetica, Arial, sans-serif;
        overflow:hidden;
        text-decoration:none;
    }
    .header-title:hover{text-decoration:underline;}

    .header-donate-button{
        height: 34px;
        background: #cb0606;
        padding: 0 10px 0 10px;
        float:right;
        text-align: center;
    }
    
    .header-donate-button a{
        height:34px;
        color:#ffffff;
        font:17px/20px Helvetica, Arial, sans-serif;
        text-decoration:none;
        line-height:34px;
    }

    .top-bar .top-menu{
        background:#f2f2f2;
        float:right;
        height: 34px;
        text-align: right;
    }
	.home-covid-alert-wrap {
		display: table;
		width:100%;
	}
	.home-covid-alert{
		display: table-cell; 
		vertical-align: middle;
		height:45px;
		text-align:center;
		font:17px Helvetica, Arial, sans-serif;
		font-weight:bold;
		color: #223f76;
		text-decoration:none;
	}
	a.covid-alert-link {
		text-decoration:none;
		border:0;
	}
	a.covid-alert-link:hover{
		text-decoration:underline;
	}
	.fa-search {
    width: 30px;
    color: #223f76;
    text-align: center;
    margin: 10px 10px 10px 0;
    float: right;
	}
	
    /* search-box */
    .search-box{
        width:257px;
        height:23px;
        overflow:hidden;
        margin:3px 11px 0 0;
        border:1px solid #b3b2b0;
        background:#eeeeee;
		display:none;
		position:absolute;
		top:35px;
		right:150px;
    }
    #cse-search-box .textfield{
        float:left;
        font:13px "Arial", sans-serif;
        border:solid #ededed !important;
        border-width:3px 4px 2px !important;
        margin:0;
        padding:0 3px 1px !important;
        width:209px;
        background:#ededed !important;
    }
    #cse-search-box .btn-search{
        padding:0;
        margin:0;
        border:0;
        background:url(images/btn-search.gif) no-repeat;
        width:34px;
        height:23px;
        cursor:pointer;
        font-size:0;
        line-height:0;
        overflow:hidden;
        text-indent:-9999px;
    }
    /* top-nav */
    #social-top-nav,
    .top-nav{
        margin:0;
        padding:5px 2px 5px 0;
        color:#003e7e;
        font-size:14px;
        line-height:10px;
        display: inline-block;
    }
    #social-top-nav li,
    .top-nav li{
        list-style:none;
        float:left;
        padding:4px 12px 4px 14px;
    }

    .top-nav li ~ li{
        border-left: 1px solid #23417a;
    }
    
    #social-top-nav li{
        color: #ffffff;
        padding: 2px 3px 4px 3px;
        font-size: 110%;
    }
    
    #social-top-nav a,
    .top-nav a{
        color:#23417a;
        font-weight:bold;
        text-decoration:none;
    }
    
    #social-top-nav a{
        display: inline-block;
        width: 20px;
        text-align: center;
        top: 2px;
        position: relative;
    }
    
    .top-nav a:hover{text-decoration:underline;}
    /* logo-bar */
    .logo-bar{
        overflow:hidden; 
        padding:17px 0px 17px;
    }
    /* logo */
    .logo{
        float:left;
        overflow:hidden;
        text-indent:-9999px;
        background: url(images/gdsf_logo_2018.png) no-repeat;
        width:363px;
        height:100px;
        margin:0 0 0 -10px;
    }
    .logo a{
        display:block;
        height:100%;
        cursor:pointer;
        position:relative;
    }
    .logo-print{display:none;}
    /* slogan */
    .slogan{
        padding:32px 0 0;
        float:left;
        font:bold 15px/18px Helvetica, Arial, sans-serif;
    }
    .slogan strong{
        display:block;
        margin:1px 0 0;
        color:#f95b2b;
        font:19px/22px Helvetica, Arial, sans-serif;
    }
    /* navigation */
	#menu-top-menu {
		position:relative;
		font:normal 15px/18px Helvetica, Arial, sans-serif;
		z-index:8; 
		}
		
		#menu-top-menu ul.sub-menu li a{
        font-weight:normal;
    }
	#menu-top-menu li:hover{position:relative;}
    #menu-top-menu li:hover .sub-menu {display:block;} 
	
	#menu-top-menu .sub-menu {
        position:absolute;
        display:none;
		text-align:left;
        top:24px;
        left:0;
        width:100%;
        z-index:1;
    }
	
	#menu-top-menu ul{
        overflow:hidden;
        background:#eeeeee;
        border:2px solid #fff;
        margin:40 -2px 0 0;
        padding:9px 19px 6px 9px;
        font-weight:normal;
        font-size:13px;
    }
    #menu-top-menu ul li{
        overflow:hidden;
        list-style:none;
        list-style-position:outside;
        padding:3px 6px;
        border-top:1px solid #cccccc;
		border-left: none;
		width:100%;
    }
    #menu-top-menu ul li:first-child{border:none;}
    #menu-top-menu ul a{
        color:#003e7e; /* #777777 */
        text-decoration:none;
    }
    #menu-top-menu ul a:hover,
    #menu-top-menu li.first-child ul a:hover,
    #menu-top-menu li.last-child ul a:hover{
        text-decoration:underline;
        background:none;
    }
	#menu-item-178 {display:none;}
    #nav{
        background:#223f76;
        width:1000px;
        height:45px;
        margin:0 auto;
        font:bold 15px/18px Helvetica, Arial, sans-serif;
		position:relative;
		z-index:8;
    }
    #nav>li{
        list-style:none;
        float:left;
        padding:0 0 0 2px;
        background:url(images/sep-nav.gif) no-repeat;
    }
    #nav li.first-child{
        background:none;
        margin:0 2px 0 -2px;
    }
    #nav>li>a{
        color:#fff;
        float:left;
        height:45px;
        text-align:center;
        text-decoration:none;
        vertical-align:middle;
        display:table;
        position:relative;
        z-index:2;
        background:url(images/bg-nav-link.gif) no-repeat -500px 0;
    }
    #nav>li>a:hover,
    #nav>li:hover>a{
        text-decoration:none;
        background:#f5d349; /* #eeeeee*/
        color:#003e7e;
    }
    #nav>.active>a{background:#f5d349;}
    #nav>li.first-child.active>a{background:#f5d349;color:#003e7e;}
    #nav>li.last-child.active>a{background:#f5d349;color:#003e7e;}
	#nav>li.active>a{background:#f5d349;color:#003e7e;}
    #nav>li.first-child>a:hover,
    #nav>li.first-child:hover>a{background:#f5d349;}
    #nav>li.last-child>a:hover,
    #nav>li.last-child:hover>a{background:#f5d349;}
    #nav span{
        display:table-cell;
        vertical-align:middle;
    }
    #nav li:hover{position:relative;}
    #nav li:hover .drop{display:block;}
    /* navigation drop */
    #nav .drop{
        position:absolute;
        display:none;
        top:-2px;
        left:0;
        width:100%;
        z-index:1;
    }
    #nav ul{
        overflow:hidden;
        background:#eeeeee;
        border:2px solid #fff;
        margin:0 -2px 0 0;
        padding:45px 19px 6px 9px;
        font-weight:normal;
        font-size:13px;
    }
    #nav ul li{
        overflow:hidden;
        list-style:none;
        list-style-position:outside;
        padding:3px 6px;
        border-top:1px solid #cccccc;
        
    }
    #nav li{ margin:0 !important; }
    #nav ul li:first-child{border:none;}
    #nav ul a{
        color:#003e7e; /* #777777 */
        text-decoration:none;
    }
    #nav ul a:hover,
    #nav li.first-child ul a:hover,
    #nav li.last-child ul a:hover{
        text-decoration:underline;
        background:none;
    }
    /* main */
    #main{
        width:1004px;
        margin:0 0 15px 1px;
        background:url(images/bg-main.png) repeat-y;
        float:left;
        position:relative;
/*        z-index:8;  */
    }
    .main-holder{
        width:1004px;
        margin:-9px 0 0;
        padding:7px 0 0;
        background:url(images/bg-main-t.png) no-repeat;
    }
    .main-frame{
        width:974px;
        margin:0 0 -9px;
        padding:0 15px 12px;
        background:url(images/bg-main-b.png) no-repeat 0 100%;
    }
    .main-frame:after{
        content:"";
        clear:both;
        display:block;
    }
    /* info-column */
    .info-column{
        float:left;
        width:610px;
        padding:3px 0 0;
    }
    /* slideshow-area */
    .slideshow-area{
        overflow:hidden;
        position:relative;
        height: 350px;
        padding: 7px 15px 6px;
        margin: 0 0 6px;
    }
    .slideshow-holder{
        height:350px;
        overflow:hidden;
        position:relative;
    }
    /* slideshow */
    .slideshow{
        margin:0;
        padding:0;
        height:350px;
        overflow:hidden;
        position:relative;
    }
    .slideshow > div{
        height:350px;
        list-style:none;
        overflow:hidden;
        position:absolute;
        top:0;
        left:0;
        width: 100%;
        background-size: cover;
        background-position: center;
    }
    .slideshow .text-holder{
        position:absolute;
        top:0;
        left:25px;
        height:100%;
        color:#fff;
        font-size:26px;
        line-height:40px;
        font-weight:normal;
        display: table;
    }
    
    .slideshow .text-holder div{
        padding-top: 25px;
    }
    
    .slideshow .text-holder a{
        text-decoration: none;
        color: #ffffff;
    }
    .slideshow .btn-more{
        position:absolute;
        bottom:10px;
        right:10px;
        float:right;
        background: #f9ba49;
        border-radius: 5px;
        padding: 0 15px 0 15px;
        height:37px;
        color:#fff;
        text-decoration:none;
        text-align:center;
        font-size:18px;
        line-height:37px;
        overflow:hidden;
        margin:5px 0 0;
    }
    .slideshow .btn-more:hover{
        text-decoration:none;
        background: #e59f24;
    }
    .slideshow p{
        margin:0;
    }
    /* switcher */
    .switcher{
        position:absolute;
        bottom:73px;
        right:11px;
        margin:0;
    }
    .switcher li{
        list-style:none;
        float:left;
        margin:0 4px 0 0;
    }
    .switcher a{
        display:block;
        overflow:hidden;
        text-indent:-9999px;
        background-color: #333333;
        border-radius: 50%;
        box-shadow: inset 1px 1px 1px 1px #222;
        border: 0px solid #8896BF;
        width: 15px;
        height: 15px; 

    }
    .switcher a:hover,
    .switcher .active a{background-color: #91b0d5;
    box-shadow: inset 1px 1px 1px 1px #5279B2;}
    /* text-column */
    .text-column{
        float:right;
        width:359px;
        margin:0 0 -6px;
    }
    .text-column .text-holder{
        overflow:hidden;
        padding:0 7px 8px 14px;
        line-height:1.2em;
        color:#777777;
    }
    /* share-holder */
    .share-holder{
        overflow:hidden;
        padding:0 0 9px;
        color:#717c90;
        font-size:1.084em;
        line-height:1.1em;
    }
    .text-column .share-holder{padding:0 7px 9px;}
    .share-link{
        float:right;
        background:url(images/ico-share.gif) no-repeat 100% 0;
        padding:0 24px 2px 0;
        text-decoration:none;
        color:#717c90;
    }
    .share-link:hover{text-decoration:underline;}
    .text-column h1{
        margin:0 0 2px;
        color:#003e7e;
        font:bold 2.084em/1.2em Arial Narrow, Helvetica Narrow, Arial, Helvetica, sans-serif;
    }
    .text-column .text-holder p{margin:0 0 8px;}
    /* info-box */
    .info-box{
        overflow:hidden;
        margin:0 0 9px;
        background:#eeeeee;
        line-height:1.16em;
        padding:7px 15px 15px 17px;
    }
    #sidebar .info-box{padding-left:14px;}
    .info-box-active{
        background:#999999;
        color:#ffffff;
    }
    .info-box-active a{color:#fff;}
    /* heading */
    .heading{
        background:url(images/bg-heading.gif) repeat-x 0 100%;
        padding:0 0 11px;
        margin:0 0 8px;
        overflow:hidden;
    }
    .info-box-active .heading{background:url(images/bg-heading02.gif) repeat-x 0 100%;}
    .info-box h2,
    #sidebar .info-box h2{
        margin-bottom:0;
        color:#003e7e;
        font:1.584em/1.158em Arial Narrow, Helvetica Narrow, Arial, Helvetica, sans-serif;
    }
    .info-box-active h2,
    #sidebar .info-box-active h2,
    .info-box-active h2 a,
    #sidebar .info-box-active h2 a{color:#eeeeee;}
    .heading h2 a{
        text-decoration:none;
        color:#003e7e;
    }
    .heading h2 a:hover{text-decoration:underline;}
    .info-box p{margin-bottom:8px;}
    .info-box a{color:#999999;}
    .info-box img{border:1px solid #eeeeee;}
    .info-box .alignright{
        float:right;
        margin:5px 9px 0 40px;
    }
    .info-box .alignleft{
        float:left;
        margin:0 40px 0 0;
    }
    #sidebar .info-box .alignright{
        margin:-13px -6px 0 0;
        padding:0 0 0 10px;
        background:#eeeeee;
    }
    #sidebar .info-box-active .alignright{background:#003e7e;}
    /* newsletter-form */
    .newsletter-form{
        overflow:hidden;
        width:329px;
        margin:0 -4px -8px 0;
    }
    .newsletter-form .form-textfield{
        float:left;
        width:215px;
        margin:4px 6px 0 0;
        padding:0;
        background:#fff;
        border:solid #fff;
        border-width:5px 3px;
        color:#777777;
        font:12px Helvetica, Arial, sans-serif;
    }
    #sidebar .newsletter-form .form-textfield{
        width:139px;
        margin-right:5px;
    }
    .newsletter-form .form-btn{
        float:left;
        background:url(images/btns-form.gif) no-repeat -2px -2px;
        width:102px;
        height:35px;
        margin:0;
        padding:0 0 3px;
        cursor:pointer;
        border:0;
        color:#fff;
        font:bold 14px Helvetica, Arial, sans-serif;
    }
    * +html .newsletter-form .form-btn{padding-bottom:0;}
    #sidebar .newsletter-form .form-btn{
        background-position:-2px -41px;
        width:73px;
    }
    /* tabs-area */
    .tabs-area{
        overflow:hidden;
        width:100%;
    }
    .info-column .tabs-area{width:607px;}
    /* tabset */
    .tabset,
    #content .tabset{
        overflow:hidden;
        padding:0 0 0 10px;
        margin:0;
        color:#003e7e;
        font:14px/29px Arial Narrow, Helvetica Narrow, Arial, Helvetica, sans-serif;
    }
    .tabset li,
    #content .tabset li{
        list-style:none;
        float:left;
        margin:0 2px 0 0;
        padding:0;
        background:none;
    }


    .tabset a,
    #content .tabset a{
        float:left;
        background:url(images/bg-tabset-2018.gif) no-repeat -2px -38px;
        width:194px;
        height:26px;
        text-align:center;
        color:#003e7e;
        text-decoration:none;
        overflow:hidden;
        padding-top:6px;
        line-height: 1.2em;
    }


    #content .tabset a{background-position:-2px -76px;}
    .tabset a:hover,
    .tabset .active,
    #content .tabset a:hover,
    #content .tabset .active,
    #content .main-column .tabset a:hover,
    #content .main-column .tabset .active{background-position:-2px -2px;}
    /* tab-content */
    .tab-content{
        overflow:hidden;
        padding:11px 13px 25px;
        background:#eeeeee;
    }
    /* tab-block */
    .tab-block{
        overflow:hidden;
        width:100%;
        visibility:hidden !important;
		display:none !important;
    }
	.tab-block-active{
        visibility:visible !important;
		display:block !important;
    }
    .tab-block img{
        float:left;
        border:2px solid #cccccc;
        padding:3px;
        background:#fff;
        margin:4px 20px 0 0;
    }
    .tab-block .text-holder{
        overflow:hidden;
        line-height:1.26em;

    }
    .tab-block h2{
        color:#003e7e;
        font:1.584em/1.158em Arial Narrow, Helvetica Narrow, Arial, Helvetica, sans-serif;
        margin-bottom:15px;
    }
    .tab-block p{margin-bottom:8px;}
    .tab-block ul{
        margin:0;
        padding:0 0 8px 29px !important;
        overflow:hidden;
        font-size:1.084em;
        line-height:1.2308em;
    }
    .tab-block ul li{
        background:url(images/bullet01.png) no-repeat 0 5px;
        list-style:none;
        list-style-position:outside;
        padding:0 0 4px 18px;
        overflow:hidden;
        vertical-align:top;
    }
    .tab-block .link-holder{
        overflow:hidden;
        padding:0 7px;
        margin-bottom:15px;
    }
    .more{
        color:#003e7e;
        font-size:1.084em;
        line-height:1.2308em;
    }
    /* main-content */
    .main-content{
        overflow:hidden;
        width:100%;
        margin:-5px 0 -10px;
        background:url(images/bg-main-content.gif) repeat-y 258px 0;
    }
    /* content */
    #contentFull{
        width:960px;
        padding:5px 3px 0 0;
    }

    #content{
        float:right;
        width:698px;
        padding:5px 3px 0 0;
    }
    /* sidebar */
    #sidebar{
        float:left;
        width:242px;
        padding:15px 0 0 3px;
    }
    /* top-line */
    .top-line{
        overflow:hidden;
        width:100%;
        padding:0 0 15px;
    }
    /* breadcrumbs */
    #contentFull .breadcrumbs{
        margin:0;
        padding:0;
        font-size:1em;
        line-height:1.2em;
        overflow:hidden;
    }
    #contentFull .breadcrumbs li{
        list-style:none;
        float:left;
        background:url(images/bullet-breadcrumbs.gif) no-repeat 0 4px;
        padding:0 2px 0 16px;
        margin:0 16px 0 -16px;
    }
    #content .breadcrumbs{
        margin:0;
        padding:0;
        font-size:1em;
        line-height:1.2em;
        overflow:hidden;
    }
    #content .breadcrumbs li{
        list-style:none;
        float:left;
        background:url(images/bullet-breadcrumbs.gif) no-repeat 0 4px;
        padding:0 2px 0 16px;
        margin:0 16px 0 -16px;
    }
    .breadcrumbs a{text-decoration:none;}
    .breadcrumbs a:hover{text-decoration:underline;}
    #content .alignright{
        float:right;
        border:0px;
        margin-right: 0;
        margin-bottom: 10px;
        margin-left: 30px;
    }
    #content .alignleft{
        float:left;
        border:0px;
        margin-right: 0;
        margin-bottom: 10px;
        margin-right: 30px;
    }
    #content h1{
        margin-bottom:11px;
        color:#003e7e;
        font:bold 2.084em/1.2em Arial Narrow, Helvetica Narrow, Arial, Helvetica, sans-serif;
    }

    #sidebar h2{
        margin-bottom:7px;
        color:#003e7e;
        font:1.916em/1.2em Arial Narrow, Helvetica Narrow, Arial, Helvetica, sans-serif;
    }

    #content h3{
        color:#003e7e;
        font-family: "Helvetica", "Arial Narrow", "Helvetica Narrow", Arial, Helvetica, sans-serif;
        font-size: 20px;
        line-height: 150%;
        font-weight: normal;
        margin-top: 7px;
        margin-bottom:7px;
        padding-top: 7px;
        padding-bottom: 14px;
        border-top-width: 1px;
        border-bottom-width: 1px;
        border-top-style: dotted;
        border-bottom-style: dotted;
        border-top-color: #CCC;
        border-bottom-color: #CCC;
        margin-right: 2px;
        margin-left: 2px;
    }


    #content h4{
        color:#003e7e;
        font-family: "Helvetica", "Arial Narrow", "Helvetica Narrow", Arial, Helvetica, sans-serif;
        font-size: 20px;
        line-height: 150%;
        float: right;
        width: 280px;
        margin-top: 7px;
        margin-bottom:7px;
        padding-top: 7px;
        padding-bottom: 14px;
        border-top-width: 1px;
        border-bottom-width: 1px;
        border-top-style: dotted;
        border-bottom-style: dotted;
        border-top-color: #000;
        border-bottom-color: #000;
        margin-left: 14px;
        margin-right: 2px;
        padding-left: 7px;
        padding-right: 7px;
        background-color: #eeeeee;
        font-weight: normal;
    }

    #content h5{
        color:#003e7e;
        font-family: "Helvetica", "Arial Narrow", "Helvetica Narrow", Arial, Helvetica, sans-serif;
        font-size: 18px;
        line-height: 150%;
        float: right;
        width: 280px;
        margin-top: 7px;
        margin-bottom:7px;
        padding-top: 7px;
        padding-bottom: 14px;
        border-top-width: 1px;
        border-bottom-width: 1px;
        border-top-style: dotted;
        border-bottom-style: dotted;
        border-top-color: #CCC;
        border-bottom-color: #CCC;
        margin-right: 2px;
        margin-left: 14px;
        padding-left: 7px;
        padding-right: 7px;
    }



    #content h6{
        color:#FFF;
        font-family: "Helvetica", "Arial Narrow", "Helvetica Narrow", Arial, Helvetica, sans-serif;
        font-size: 20px;
        line-height: 150%;
        float: right;
        width: 280px;
        margin-top: 7px;
        margin-bottom:7px;
        padding-top: 7px;
        padding-bottom: 14px;
        border-top-width: 1px;
        border-bottom-width: 1px;
        border-top-style: dotted;
        border-bottom-style: dotted;
        border-top-color: #333;
        border-bottom-color: #333;
        margin-right: 2px;
        margin-left: 14px;
        padding-left: 7px;
        padding-right: 7px;
        background-color: #003e7e;
        font-weight: normal;
    }


    #content p{
        margin-bottom:17px;
        margin-top: 0px;
        font-size: 14px;
        line-height: 16px;
    }
    #content ul{
        margin:0;
        overflow:hidden;
        font-size:1.25em;
        line-height:1.2em;
        padding-top: 7px;
        padding-right: 0;
        padding-bottom: 10px;
        padding-left: 23px;
    }

    #sidebar .text-block{
        overflow:hidden;
        padding:0 3px 12px;
        line-height:1.16em;
    }
    #sidebar .text-block h2{
        margin-bottom:3px;
        font-weight:bold;
    }
    #sidebar .text-block p{margin-bottom:5px;}
    .social-box{
        overflow:hidden;
        padding:1px 0 8px 6px;
    }
    .social-box .social-networks{
        float:right;
        margin:3px -2px 0 0;
    }
    .social-box .social-networks li{margin:0 0 0 6px;}
    .social-box .title{
        display:block;
        font:1.084em/1.5em Helvetica, Arial, sans-serif;
    }
    .search-results{
        overflow:hidden;
        min-height:400px;
        padding:10px 10px 20px;
    }
    .search-results h1{
        margin:0 0 10px;
        color:#003e7e;
        font:bold 2.084em/1.2em Narrow, Helvetica Narrow, Arial, Helvetica, sans-serif;
    }
    /* items-list */
    #content .items-list{
        margin:0 -100px 0 0;
        padding:20px 0 0 19px;
        width:680px;
        font-size:1em;
    }
    #content .items-list li{
        list-style:none;
        background:none;
        margin:0 12px 0 0;
        padding:0 0 28px;
        display:inline-block;
        width:118px;
    }
    * +html #content .items-list li{
        display:inline;
        margin-right:15px;
    }
    #content .items-list .image-holder{
        background:url(images/bg-image-holder.gif) no-repeat;
        width:97px;
        height:97px;
        padding:4px;
        margin:0 0 11px;
        overflow:hidden;
    }
    #content .tab-block .items-list img{
        padding:0;
        margin:0;
        border:none;
        background:none;
        float:none;
    }
    #content .items-list .title{
        display:block;
        margin:0 0 5px;
        color:#608dc7;
        font:1.16em/1.2em Tahoma, Arial, Helvetica, sans-serif;
    }
    #content .items-list .title a{
        color:#608dc7;
        text-decoration:none;
    }
    #content .items-list .title a:hover{text-decoration:none;}
    #content .items-list .text{
        display:block;
        color:#666;
        font:1em/1.2em Tahoma, Arial, Helvetica, sans-serif;
    }
    /* link-more */
    .link-more{
        float:right;
        background:url(images/bg-link-more.gif) no-repeat;
        width:96px;
        height:35px;
        padding:0 4px 0 2px;
        margin:0 -4px 0 0;
        color:#fff;
        text-decoration:none;
        text-align:center;
        font-size:14px;
        line-height:34px;
    }
    .link-more:hover{text-decoration:underline;}
    #content .tab-content{width:664px;}
    /* side-menu */
    .side-menu{
        padding:0 1px 9px;
        margin:-7px 0 0;
        color:#003e7e;
        font-weight:bold;
        font-size:1.084em;
        line-height:1.2308em;
        width:240px;
    }
    .side-menu li{
        list-style:none;
        list-style-position:outside;
        padding:0 0 3px;
        vertical-align:top;
        overflow:hidden;
    }
    .side-menu a{
        display:block;
        padding:3px 4px 4px 19px;
        color:#003e7e;
        text-decoration:none;
        border:1px solid #003e7e;
    }
    .side-menu a:hover{text-decoration:underline;}
    .side-menu .active a{
        color:#fff;
        background-color:#003e7e;
    }
    /* twocolumns */
	.news-post-date{
        float:left;
        width:47%;
        padding:14px 0 18px 0;
    }
    .twocolumns{
        float:right;
        width:716px;
        padding:14px 0 18px;
    }
    /* main-column */
    .main-column{
        float:left;
        width:467px;
        padding:0 0 0 3px;
    }
    /* aside-column */
    .aside-column{
        float:right;
        width:242px;
    }
    .content-box{
        overflow:hidden;
        border:2px solid #f9f9f9;
        margin:0 0 29px;
        padding:7px 10px 14px 9px;
    }
    #content .content-box h1{
        font-size:1.916em;
        line-height:1.14em;
        font-weight:normal;
        margin:0 0 4px;
    }
    .content-box .holder{overflow:hidden;}
    .content-box img{padding:3px;}
    #content .content-box .alignright{
        float:right;
        margin:1px 0 0 20px;
        border:2px solid #cccccc;
    }
    #content .content-box .alignleft{
        float:left;
        margin:1px 20px 0 0;
        border:2px solid #cccccc;
    }
    #content .content-box p{
        font-size:1.084em;
        line-height:1.24em;
        margin-bottom:27px;
    }
    .content-box a{color:#003e7e;}
    #content .main-column .tab-content{
        width:439px;
        padding:11px 14px;
    }
    #content .main-column .tabset a{background-position:-2px -38px;}
    #content .post-list{
        padding:0 !important;
        font-size:1em;
        line-height:1.2em;
        width:380px;
    }
    #content .post-list p{
        font-size:1em;
        line-height:1.32em;
    }
    #content .post-list li{
        background:none;
        padding:0 0 1px;
    }
    #content .post-list h2{
        font-size:1.6em;
        line-height:1.2em;
        font-weight:normal;
        color:#003e7e;
        margin-bottom:5px;
    }
    #content .post-list h2 a{color:#003e7e;}
    .widget-box{
        overflow:hidden;
        background:#efe8d5;
        margin:0 0 18px;
        padding:5px 13px 10px;
        color:#777777;
        line-height:1.34em;
        min-height:117px;
    }
    .widget-box h3{
        margin:0 0 5px;
        color:#003e7e;
        font-size:1.584em;
        line-height:1.1578em;
        font-weight:normal;
    }
    .widget-box address{
        font-style:normal;
        margin:0;
    }
    .widget-box address span{display:block;}
    .widget-box address a{color:#979eae;}
    .widget-box h4{
        color:#777777;
        font-size:1em;
        font-weight:normal;
        margin:0 0 3px;
    }
    #content .widget-box ul{
        overflow:hidden;
        padding:4px 3px 0;
        margin:0;
        font-size:1em;
        line-height:1.34em;
    }
    #content .widget-box ul li{
        overflow:hidden;
        width:100%;
        vertical-align:top;
        list-style:none;
        background:none;
        padding:0 0 5px;
    }
    #content .widget-box .list{padding:0;}
    #content .widget-box .list li{padding-bottom:18px;}
    .widget-box a{color:#003e7e;}
    /* footer */
    #footer{
        overflow:hidden;
        width:966px;
        height:135px;
        padding:16px 28px 0 12px;
        background:url(images/bg-footer.png) no-repeat;
        font-size:12px;
        line-height:15px;
		color:#383838 !important;
    }
    #footer p{margin:0;}
    #footer .holder{
        overflow:hidden;
        width:100%;
        margin:0 0 10px;
    }
    /* footer-block */
    .footer-block{
        float:left;
        margin:0 38px 0 0;
        padding:3px 32px 0 5px;
        min-height:56px;
        background:url(images/sep-footer.gif) no-repeat 100% 0;
        font-size:13px;
    }
    #footer .footer-block p{margin:0 0 4px;}
    .footer-block .social-title{
        float:left;
        width:125px;
        margin:10px 15px 0 0;
        line-height:20px;
        font-weight:normal;
    }
    /* social-networks */
    .social-networks{
        float:left;
        margin:13px 0 0;
        padding:0 1px 0 0;
    }
    .social-networks li{
        list-style:none;
        float:left;
        margin:0 10px 0 0;
    }
    .social-networks a{
        display:block;
        width:33px;
        height:33px;
        overflow:hidden;
        text-indent:-9999px;
        background:url(images/icons-social-networks.png) no-repeat;
    }
    .social-networks .twitter{background-position:-43px 0}
    .social-networks .youtube{background-position:-86px 0}
    .social-networks .instagram{background-position:-124px 0}
    .social-networks .linkedin{background-position:-163px 0}
    .footer-block .title{
        display:block;
        margin:0 0 5px;
    }

    /* social-networks-SMALL */
    .social-networks-small{
        float:left;
        margin:0 0;
        padding:0 1px 0 0;
    }
    .social-networks-small li{
        list-style:none;
        float:left;
        margin:0 5px 0 0;
    }
    .social-networks-small a{
        display:block;
        width:16px;
        height:16px;
        overflow:hidden;
        text-indent:-9999px;
        background:url(images/icons-social-networks-small.png) no-repeat;
    }
    .social-networks-small .facebook{background-position:-55px 0}
    .social-networks-small .twitter{background-position:-78px 0}
    .social-networks-small .youtube{background-position:-99px 0}
    .social-networks-small .instagram{background-position:-119px 0}
    .social-networks-small .linkedin{background-position:-139px 0}

    .footer-block .title{
        display:block;
        margin:0 0 5px;
    }

    .footer-block address{font-style:normal;}
}

div.main-blurb p {
    text-align: center;
    padding: 20px 15%;
    font-size: 14px;
    font-weight: bold;
    color: #003e7e;
    margin: 0;
    line-height: 20px;
    letter-spacing: 1px; 
}

div.home-affiliates{
    padding: 0 3%;
}
div.home-affiliate{
    display: inline-block;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
	vertical-align:middle;
    color: #cd2028;
    border-right: 2px solid #cd2028;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.affiliate-col-2 {width:49%;}
.affiliate-col-3 {width:32%;}
.affiliate-col-4 {width:24%;}
.affiliate-col-5 {width:19%;}
.affiliate-col-6 {width:16%;}
.affiliate-col-7 {width:13.9%;}
.affiliate-col-8 {width:24%;margin-top: 5px;}
.affiliate-col-8:nth-child(4) {border-right:0;}


div.home-affiliates div:last-of-type{
    border-right: none;
}

div.home-affiliate a{
    color: #cd2028 !important;
}

.promo-posts {
    font-size: 0;
    margin-top: 30px;
}

.promo-posts article.promo-post{
    display: inline-block;
    width: 100%;
    margin: 0 0 20px 0;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
    border: 1px solid #cccccc;
    height: 402px;
    overflow: hidden;
}

.promo-posts article.promo-post .post-image{
    width: 100%;
    display: block;
    height: 230px;
    background-position: center;
    background-size: cover;
}

.promo-posts article.promo-post .post-text{
    padding: 20px 20px 0 20px;
    display: table;
    height: 100px;
    color: #003e7e;
}

.promo-posts article.promo-post .post-text-inner{
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    text-align: left;
}

.promo-posts article.promo-post .post-text h2{
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 20px;
    margin-bottom: 0;
}


.promo-posts article.promo-post .post-text a{
    text-decoration: none;
}

.promo-posts article.promo-post .post-text p{
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 10px;
}

.news-carousel {
	width:100%;
	max-width:960px;
	height:135px;
	border:1px solid black;
	position: relative;
	overflow:hidden;
}
.news-logo-wrap {
	width:4000px;
	height:135px;
	padding-top:10px;
	display:table;
}
.news-carousel-logo { 
	max-width:12%;
	margin:0px 19px 0px 17px;
	display: inline-block; 
	vertical-align: middle;
	border:0px solid red;
}
.news-carousel-logo img { 
	max-width:100px;
}
.news-carousel-title {
	position:absolute;
	top:10px;
	left:20px;	
	color:#23417a;
	background-color:#fff;
	padding:2px;
	z-index:99;
}
.covered-by {
	position:relative;
	width:100%;
	max-width:960px;
	height:135px;
	position: relative;
	margin-top:20px;
	}
.news-waterfall {
	float:left;
	width:300px;
}
.news-waterfall-right-col {
	float:right;
	width:140px;
}

.news-archive-waterfall {
	float:left;
	width:140px;
}
.news-archive-waterfall-right-col {
	float:right;
	width:300px;
}

.news-waterfall-post-date {
	clear: both;
    text-transform: uppercase;
    font-size: 11px;
    margin: 3px 0 3px 0;
}
.recent-news-title {
	margin:20px 0 20px 0;
}
.news-waterfall-divider {
	width:100%;
	height:1px;
	margin:10px 0 10px 0;
	border-top: solid 1px #333;
}
.news-waterfall a {
	font: 1.3em Helvetica, Arial, sans-serif;
	text-decoration:none;
}
.global-mentions-logo {
	width:140px;
	height:auto;
	border:0;
	filter: url(~"data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(100%);
    -moz-filter:    grayscale(100%);
    -ms-filter:     grayscale(100%);
    -o-filter:      grayscale(100%);
    filter: gray; 
}
.global-mentions-logo-color {
	width:140px;
	height:auto;
	border:0;
	filter: none;
    -webkit-filter: none;
	-moz-filter:    none;
    -ms-filter:     none;
    -o-filter:      none;
    filter: none; 
}
.global-mentions-logo a {
	border:0;
}

.even2columns {width:48%;float:left;margin:20px 0 20px 0;}
.rightcol {float:right;}
.mediaResourcesBox{
	background:#f1f1f1;
	border-bottom:7px solid #f2d148;
	}
.mediaResources{
	padding:20px 20px 15px 20px;
	line-height:14px;
}
.mediaResources a{
	text-decoration:none;
}
.mediaResources a:hover{
	text-decoration:underline;
}
.clear {clear:both;}



    .promo-posts article.promo-post{
        margin-left: 0;
        margin-right: 19px;
        width: 312px;
    }
    
    .promo-posts article.promo-post:nth-of-type(1){
        width: 642px;
    }
    
    .promo-posts article.promo-post:nth-of-type(1) .post-image{
        width: 448px;
        float: left;
        height: 100%;
    }
    
    .promo-posts article.promo-post:nth-of-type(1) .post-text{
        width: 146px;
        height: 100%;
    }
    
    .promo-posts article.promo-post:nth-of-type(1) .post-text-inner{
        vertical-align: bottom;
        padding-bottom: 30px;
    }
    
    .promo-posts article.promo-post:nth-of-type(1) .post-text p{
        display: block;
        margin-top: 15px;
    }
    
    .promo-posts article.promo-post:nth-of-type(2),
    .promo-posts article.promo-post:nth-of-type(5){
        margin-right: 0;
    }
.min-62-tall a {min-height:62px;line-height:31px !Important;}

.org-listing-js td.left {width:25%;}
.org-listing-js td.right {width:75%;}
.org-listing-js table {width:690px;}
.theme_1 .member-name span {white-space: nowrap;}

/* print version */
@media print{
    .top-bar,
    #nav,
    #footer,
    .slogan,
    .logo,
    .share-holder,
    .newsletter-form,
    .switcher,
    .tabset,
    .search-box,
    #sidebar,
    .social-box,
    .top-line,
    #content .tab-content,
    #content .tab-block-active,
    .aside-column{display:none !important;}
    #wrapper{
        width:99%;
        color:#000;
        font:12pt Arial, Helvetica, sans-serif;
    }
    #wrapper a{color:#000;}
    #header{
        width:100%;
        padding:0 0 20px;
    }
    .logo-print{display:block;}
    h1{
        margin:0 0 10px;
        font:25pt Arial Narrow, Helvetica Narrow, Arial, Helvetica, sans-serif;
    }
    h2{
        margin:0 0 10px;
        font:19px/22px Arial Narrow, Helvetica Narrow, Arial, Helvetica, sans-serif;
    }
    p{margin:0 0 12px;}
    .text-column,
    .text-column .text-holder{padding:0 0 20px;}
    .info-box{
        padding:0 0 10px;
        overflow:hidden;
        background:none !important;
    }
    .info-box img{
        float:right;
        margin:0 0 0 40px;
    }
    .slideshow{
        margin:0;
        padding:0 0 20px;
        list-style:none;
    }
    .slideshow .btn-more,
    .slideshow li{display:none;}
    .slideshow .active{display:block;}
    .tab-block{display:none;}
    .tab-block-active{display:block;}
    .tab-block img{
        float:left;
        margin:0 20px 0 0;
    }
    .tab-block .text-holder{overflow:hidden;}
    #content .alignright,
    #content .alignleft{
        float:right;
        margin:0 0 0 60px;
    }
    #content .alignleft{
        float:left;
        margin:0 60px 0 0;
    }
    #content h1{
        margin-bottom:11px;
        font:25pt Arial Narrow, Helvetica Narrow, Arial, Helvetica, sans-serif;
    }
    #content h2,
    #sidebar h2{
        margin-bottom:7px;
        font:23pt Arial Narrow, Helvetica Narrow, Arial, Helvetica, sans-serif;
    }
    #content p{
        margin-bottom:17px;
        font-size:14pt;
    }
    #content ul{font-size:15pt;}


    #content .callout{
        width: 215px;
        line-height: 1.25;
        background-color: #B3B2B0;
        color: #FFF;
        margin: 10px;
        padding: 4px;
        float: right;
        border-top-color: #000;
        border-right-color: #000;
        border-bottom-color: #000;
        border-left-color: #000;
    }
    #content callout H1
    {
        font-size: 18px;
        color: #333;
        padding-top: 0px;
        margin-top: 0px;
    }

    .twitterwidget .twitterwidget-title
    {
        font-size: 24px;
    }

    .entrycontent {
        font-size: 24px;
    }



    #tribe-events-content a, .tribe-events-adv-list-widget .tribe-events-widget-link a, .tribe-events-adv-list-widget .tribe-events-widget-link a:hover, .tribe-events-back a, .tribe-events-back a:hover, .tribe-events-event-meta a, .tribe-events-list-widget .tribe-events-widget-link a, .tribe-events-list-widget .tribe-events-widget-link a:hover, ul.tribe-events-sub-nav a, ul.tribe-events-sub-nav a:hover {
        text-decoration: underline;
    }

    #footer {
        width: 1004px;
    }
}

.vertical-center{
    display: table;
    height: 100%;
}

.vertical-center > div{
    display: table-cell;
    vertical-align: middle;
}

.giving-box{
    height: 330px;
    padding: 25px 50px 0px 25px;
    color: #ffffff;
    background-position: center;
    background-size: cover;
    box-sizing: border-box;
}

.giving-box .blurb, 
.giving-box .buttons{
    padding-top: 25px;
}


.giving-box .blurb{
    width: 20%;
    float: left;
}

.giving-box .blurb h2{
    font-weight: normal;
}

.giving-box .blurb p{
    font-size: 115%;
}

.giving-box .buttons{
    width: 34%;
    float: right;
    height: 100%;
    text-align: center;
}

.giving-box .buttons div.home-giving-button {
    display: inline-block;
    background-color: #c14721;
    padding: 10px;
    margin: 5px;
}

.giving-box .buttons div.home-giving-button a{
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    font-size: 130%;
}

.giving-box .buttons div.home-giving-button:hover{
    background-color: #82151c;
}

.giving-box .buttons h2{
    font-size: 200%;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 30px;
}

.join-today{
    box-sizing: border-box;
    padding: 60px;
    height: 300px;
}

.join-today img{
    height: 100%;
    display: inline-block;
}

.join-today .blurb{
    width: 55%;
    display: inline-block;
    vertical-align: top;
    padding: 10px 20px;
    box-sizing: border-box;
    color: #003e7e;
}

.join-today .blurb h2{
    margin-bottom: 3px;
}

.join-today .blurb p{
    font-size: 115%;
    line-height: 18px;
}

.join-today .join-today-button{
    margin-top: 20px;
    background-color: #fabb3a;
    padding: 20px;
    text-transform: uppercase;
    font-size: 130%;
    box-sizing: border-box;
    text-decoration: none;
    font-weight: bold;
    color: #1D3563;
    display: inline-block;
}

.join-today .join-today-button:hover{
    background-color: #e59f24;
}

.four-col-button {width:100%;max-width:100%;min-height:81px;}
.four-col-button a {width:100%;font-weight:normal !important;font-size:15px !Important;}
.vc_toggle_title h4 {color:#06407c !important;font-weight:normal;text-decoration:underline;}
.vc_toggle_title h4:hover{text-decoration: none !important;}
.faq-content {
color:#595959; /* #777777 not passing accessibility checker */
        font:1.2em Helvetica, Arial, sans-serif;
}
.grecaptcha-badge {visibility: hidden;}
/*
#menu-item-179.first-child a, #menu-item-177 a, #menu-item-72372 a, #menu-item-56851 a, #menu-item-76361 a {
	width:138px !important;
	}

#menu-item-69539 a, menu-item-76361 a, #menu-item-176 a {
	width:138px !important;
	}
	*/
	#nav li a {width:140px !important;}
	#nav li.last-child a {width:146px !important;}

.single-line-button a {height:62px;line-height:31px !important;}

#content #post-154878 .title img.alignright {float: left !important; margin-right: 30px !important;margin-left: 0px !important;}

.advocacy-actionwidget {vertical-align: top;border:0 !important;border-radius:0 !important;box-shadow: none !important;padding:0;display: table-cell;width:50%;background-color: #F7D33C;padding:0 30px 0 30px;}
.advocacy-actionwidget iframe {margin:0 !important;}
.p2a-widget.p2a-campaign {margin: 1rem 2rem 1rem 2rem !important;}
.p2a-action-form .p2a-fieldset-submit button {background: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) !important;}

.ult-item-wrap.slick-slide {font-size:14px !important;line-height:20px !important;}

.gde-frame {
    height: 950px !important;
}

/* NextGen Gallery Arrow override */
@media (min-width: 50em) {
    .sl-wrapper .sl-navigation button.sl-prev {left: 50px !important;}
    .sl-wrapper .sl-navigation button.sl-next {right: 50px !important;}
}

.sumome-share-client-wrapper.sumome-share-client-wrapper-left-page {z-index: 1034 !important;}

.vc_custom_1720121981233 .slick-slider .slick-list .slick-track .slick-slide {
    min-height: 420px !important;
}
.vc_custom_1720121981233 .slick-slider .slick-list .slick-track .slick-slide .divider-short {
    background-color: #f5d349 !important;
    width: 40px !important;
    height: 1px;
    position:absolute;
    bottom:0;
}


/* Kunco styles to be moved */
.header-subheader-borderleft {border-left: 2px solid #FCC91B !important; padding: 0 0 0 10px !important;}
.round-testimonial-photo .n2-ss-item-image-content img {border-radius: 50% !important;}
.arrow-down:after {
    content: '';
    border: 12px solid transparent;
    border-top-color: #fcc91b;
    position: absolute;
    bottom: -24px;
    left: 50%;
    margin-left: -12px;
    z-index: 9;
}
#n2-ss-11 .n2-bullet {
    width: 18px !important;
    height: 6px !important;
	padding:0 !important;
    border-radius: 2px !important;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    -ms-border-radius: 2px !important;
    -o-border-radius: 2px !important;
    display: inline-block;
    margin: 0 4px;
    background: #adb2b5;
    opacity: .6;
    filter: alpha(opacity = 60);
}
#n2-ss-11 .n2-bullet.n2-active {background:#fcc91b !important;}
.horizontal-post-aap .vc_gitem-zone.vc_gitem-zone-c.vc_custom_1419240516480 {left:300px;top:-300px;}
.rightnav-aap .widget_nav_menu h2.widgettitle, .wpb_wrapper h2.widgettitle {
    background: url(https://www.globaldownsyndrome.org/wp-content/themes/gdsf/images/underline-40px.gif) left bottom no-repeat;
    padding: 0 0 20px 0;
    font-size: 16px;
    font-weight: bold;
    color: #003e7e;
}

.rightnav-aap div a {
    border: 0 !important;
    vertical-align: middle;
    padding: 10px 7px 10px 7px;
    display: block;
    color: #003e7e;
    text-decoration: none;
    font-weight: normal;
	font-size:14px;
}

#contentFull ul li {
    list-style-position: outside;
    margin: 5px 0 5px 12px;
}

.widget_nav_menu div li {
    list-style: none;
    list-style-position: outside;
    padding: 0 0 3px;
    vertical-align: top;
    overflow: visible;
}
.vc_gitem_row.vc_row.vc_gitem-row-position-top {background:#fff;}
.aap-post-grid-title {font:1.7em Helvetica, Arial, sans-serif !important;color:#000 !important;}
.aap-post-grid-category, .aap-post-grid-date {color:#000 !important;display:inline-block !important;font-size:14px !important;margin:10px auto 10px auto !important;}
.aap-post-grid-category a {color:#000 !important;}
/*
.aap-post-grid-date div::before {content: " — ";}
.aap-post-grid-category div::after {content: ", ";}
.aap-post-grid-category div:last-child::after {content: "";}
*/
.aap-testimonial-slider-text .n2-ss-item-content::before, .aap-testimonial-slider-text .n2-ss-item-content::after {content: ' " ';font-family: 'Happy Monkey';color: #FCC91B;font-size: 250%;font-weight: normal;display: inline;line-height: 1px;position: relative;top: 10px;}
.aap-testimonial-slider-text .n2-ss-item-content::after {position: relative;top: 15px;}
.aap-testimonial-slider-text .n2-ss-item-content::before {transform: scaleY(-1);content: '\201C';margin-right:5px;}

#goal-meter-9dea8f6e-b065-4484-b7a8-452fe83b7ca6 .BB-goal-meter-major-text {
    color: #fcc91b !important;
}

.BB-label-goal-set.BB-goal-meter-minor-text {color: #0170c0 !important;}
.BB-goal-meter BB-goal-meter-fill.BB-goal-meter-fill {display:none !important;border: 1px #fcc91b solid !important;background-color: #fcc91b !important;primary-color: #fcc91b !important;}

.yellow-rounded-button-aap a.vc_btn3-color-default {
	background: #fcc91b !important;
    padding: 0.5em 0.5em 0.5em 0.5em;
	font-weight:bold;
    border-radius: 5px;
}