/*	MAIN.CSS - Stylesheet for the layout
	(margins, position, width, height, and floats)
	No color or background declarations should be here. */

/*	Example style for CSS#

div {
-webkit-border-radius: 0px 0px 10px 10px;
-moz-border-radius: 0px 0px 10px 10px;
border-radius: 0px 0px 10px 10px;
behavior: url(../css3pie/PIE.htc);
}

*/

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html, body {
    min-width: 970px;
}

body {
  /*  background: #f4f4f4 url('../images/skin/bg/bg.png') top center repeat-y;  */
    
}

#wrapper {
    position: relative;
}

.section-inner {
   
    margin: 0 100px;
    position: relative;
    /*border: 1px dashed grey;*/

}


@media (max-width: 1200x){
.m-w2  {
    margin: 0px!Important;
}
}


.w-w2 {
    min-width: 970px;

}


#overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background: url('../images/skin/bg/bg_overlay.png');
}

/* --HEADER-- */
#header, .h-w1 {
    height: 173px;
}

/* Change to correct height */
#header {
}

#header .h-w2 {
    height: 115px;
}

.h-w2.section-inner {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
}
#logo {
    position: absolute;
}

#util {
    
}


#logo {
    top: 50%;
    margin-top: -40px;
    left: 0;
    display: block;
    width: 310px;
    height: 75px;
    background: url(../images/logo-new.png) 0 0 no-repeat;
    background-size: contain;
}

#util {
    top: 74px;
    right: 358px;
}

#util > ul > li {
    float: left;
    position: relative;
    margin-left: 20px;
}

#util > ul > li#menu-item-187 {
    margin-right: -5px;
    padding: 0 5px;
}

#util > ul > li > a {
    font-size: 12px;
    color: #afafaf;
    text-decoration: none;
}

#util > ul > li#menu-item-187 > a {
    display: block;
    padding-right: 12px;
    padding-bottom: 10px;
    background: url('../images/skin/bg/bg_util-about.gif') right 5px no-repeat;
}

#util > ul > li:hover > a {
    color: #f47424;
}

#util > ul > li > ul {
    display: none;
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 900;
    padding: 5px 0;
    width: 120px;
    background: #fff;
    border: 1px solid #eee;
}

#util > ul > li:hover > ul {
    display: block;
}

#util > ul > li > ul > li a {
    display: block;
    width: 100%;
    padding: 2px 5px 2px 10px;
    font-size: 12px;
    color: #afafaf;
    text-decoration: none;
}

#util > ul > li > ul > li a:before {
    content: "- "
}

#util > ul > li > ul > li a:hover {
    color: #f47424;
}

#util-mobile {
    display: none;
}

#header-search {
    
    top: 29px;
    right: 358px;
}

#header-search label {
    display: none;
}

#header-search input[type="text"] {
    float: left;
    padding: 8px 0 8px 0;
    width: 180px;
    height: 32px;
    background: #fff;
    border: none;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #afafaf;
}
#header-search form fieldset {
    border: 1px solid #c2c2c2;
    border-radius: 15px;
    padding: 2px 10px;
}

#header-search input[type="submit"] {
    float: right;
    background: #fff;
    width: 37px;
    height: 1px;
    padding-top: 31px;
    overflow: hidden;
    border: none;
    border-bottom: 1px solid #eee;
    background: url('../images/skin/bg/btn_search.gif') left center no-repeat;
    vertical-align: top;
    cursor: pointer;
    text-indent: -1000px;
}

#header-search input[type="submit"]:hover {
    background-position: -30px center;
}

#header-search-mobile {
    display: none !important;
}


#header-social {
    float: right;
    position: relative;
    width: 197px;
    height: 87px;
  
    text-align: center;
}

#header-social ul {
    display: inline-block;
    margin-top: 47px;
}

#header-social li {
    float: left;
}

#header-social li a {
    display: block;
}

#header-social li.twitter a {
    width: 35px;
    padding: 0 8px 0 0;
}

#header-social li.facebook a {
    width: 42px;
    padding: 0 8px 0 7px;
}

#header-social li.linkedin a {
    width: 42px;
    padding: 0 8px 0 7px;
}

#header-social li.youtube a {
    width: 36px;
    padding: 0 0 0 7px;
}

#header-social li a > span {
    display: block;
    width: 27px;
    height: 1px;
    padding-top: 39px;
    overflow: hidden;
    background: url('../images/skin/bg/util-social-new.png')
}

#header-social li.twitter a > span {
    background-position: 0 0;
}

#header-social li.facebook a > span {
    background-position: -27px 0;
}

#header-social li.linkedin a > span {
    background-position: -54px 0;
}

#header-social li.youtube a > span {
    background-position: -81px 0;
}

#header-social li.twitter a:hover > span {
    background-position: 0 -39px;
}

#header-social li.facebook a:hover > span {
    background-position: -27px -39px;
}

#header-social li.linkedin a:hover > span {
    background-position: -54px -39px;
}

#header-social li.youtube a:hover > span {
    background-position: -81px -39px;
}

#header-social li > span {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 0 0 15px;
    width: 100%;
    height: 48px;
    border-top: 3px solid #c2c2c2;
    background: #f47424;
    text-align: left;
    font-size: 12px;
    font-family: 'newsgoth_btroman', Arial, Helvetica, sans-serif;
    color: #f9f9f9;
    line-height: 1.4;
}

#header-social li:hover > span {
    display: block;
}

#be-heard {
    float: right;
    width: 131px;
    height: 87px;
    border-left: 1px solid #eee; /*background: url('../images/skin/be-heard.png') right bottom no-repeat;*/
}


#mainnav {
    position: relative;
    width: 100%;
   /* max-width: 1184px; */
    height: 59px;
    margin: 0 auto;
    border-bottom: 1px solid #dddddd;

}

#mainnav .menu {
    width: 100%;
    height: 50px;
    background: #515151;
}

#mainnav .menu .menu-title, #mainnav .menu .menu-button {
    display: none;
}

#mainnav > .menu > ul {
    display: block;
    position: absolute;
    z-index: 800;
    top: 0;
    left: 50%;
    width: 100%;
    height: 50px;
    overflow: visible !important;
    margin: 0 auto 0 -479px;
}

#mainnav > .menu > ul > li {
    float: left;
}

#mainnav > .menu > ul > li > a {
    display: block;
    height: 50px;
    padding: 0 40px;
    font-size: 19px;
    font-family: 'newsgoth_btroman', Arial, Helvetica, sans-serif;
    color: #a5a5a5;
    line-height: 1;
    text-decoration: none;
}

#mainnav > .menu > ul > li#menu-item-142 > a {

}

#mainnav > .menu > ul > li#menu-item-148 > a {
    padding-right: 0;
    padding-left: 21px;
}

#mainnav > .menu > ul > li > a > span {
    display: block;
    height: 50px;
    padding-top: 17px;
}

#mainnav > .menu > ul > li.active > a > span {
    height: 58px;
    border-bottom: 8px solid #fff;
    color: #f9f9f9;
}

#mainnav > .menu > ul > li.current_page_item > a > span,
#mainnav > .menu > ul > li.current_page_parent > a > span,
#mainnav > .menu > ul > li.current-page-ancestor > a > span {
    height: 58px;
  	background: #FFFFFF 0% 0% no-repeat padding-box;
    color: #333230;
}

#mainnav > .menu > ul > li.current_page_item ,
#mainnav > .menu > ul > li.current_page_parent,
#mainnav > .menu > ul > li.current-page-ancestor {
         height: 60px;
  	background: #FFFFFF 0% 0% no-repeat padding-box;
    color: #333230;
}

#mainnav > .menu > ul > li.current_page_item > a:hover > span,
#mainnav > .menu > ul > li.current_page_parent > a:hover > span,
#mainnav > .menu > ul > li.current-page-ancestor > a:hover > span
{
	color:#f47424;
}


#mainnav > .menu > ul > li > a > span.overlay {
    height: 50px;
    border: none;
    color: #6a6a6a;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

#mainnav > .menu > ul > li > a:hover > span {
    height: 58px;
    color: #f9f9f9;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

#mainnav > .menu > ul > li > a > span.active {
    height: 58px;
    color: #f9f9f9
}

#mainnav > .menu > ul > li > a > span {
    border-color: #F68428;
}


#mainnav > .menu > ul > li > .sub-menu-wrapper1 {
    display: none;
    position: absolute;
    top: 63px;
    z-index: 50;
    padding-top: 8px;
}

/*#mainnav > .menu > ul > li:hover > .sub-menu-wrapper1 {display: block;}/**/

#mainnav > .menu > ul > li > .sub-menu-wrapper1 .sub-menu-wrapper2 {
    width: 100%;
}

#mainnav > .menu > ul > li > .sub-menu-wrapper1 .sub-menu-wrapper2.bg_image {
    border-bottom: 5px solid #f47424;
    background-position: top center;
}




#mainnav .sub-menu-wrapper1 .title {
    display: block;
    width: 293px;
    padding: 30px 0 0 20px;
    background: #fff;
    font-size: 34px;
    font-family: 'newsgoth_lt_btlight', Arial, Helvetica, sans-serif;
    line-height: 1;
}

#mainnav > .menu > ul > li#menu-item-142 > .sub-menu-wrapper1 .title {
    color: #69be28;
}

#mainnav > .menu > ul > li#menu-item-143 > .sub-menu-wrapper1 .title {
    color: #f0ab00;
}

#mainnav > .menu > ul > li#menu-item-144 > .sub-menu-wrapper1 .title {
    color: #ffcb00;
}

#mainnav > .menu > ul > li#menu-item-145 > .sub-menu-wrapper1 .title {
    color: #8f23b3;
}

#mainnav > .menu > ul > li#menu-item-146 > .sub-menu-wrapper1 .title {
    color: #e0119d;
}

#mainnav > .menu > ul > li#menu-item-147 > .sub-menu-wrapper1 .title {
    color: #009aa6;
}

#mainnav > .menu > ul > li#menu-item-148 > .sub-menu-wrapper1 .title {
    color: #0088ce;
}


#mainnav ul.sub-menu {
    width: 293px;
    background: #fff;
padding: 0;
}

#mainnav ul.sub-menu li {
}

#mainnav ul.sub-menu li a {
    display: block;
    padding: 10px 20px;
    border-top: 1px solid #ddd;
    font-size: 18px;
    font-family: 'newsgoth_btroman', Arial, Helvetica, sans-serif;
    color: #807f83;
    text-decoration: none;
        border: none;
}

li#menu-item-13923 .sub-menu {
    position: relative;
    left: 0px;
    width: auto;
}

#mainnav ul.sub-menu li:first-child a {
    border: none;
}

#mainnav ul.sub-menu li a:hover {
    color: #f47424;
        background: #fff;
}

/* --CONTENT-- */
#dhtml_bg_images {
    display: none;
}

#overview-items > li > ul {
    display: none;
}


/* --CONTENT-- */
#main {
    position: relative;
    /* margin-top: 200px; */
}


#main  {
    overflow: hidden;
    width: 100%;
  


.m-w2.section-inner {
    margin: 0px 0px;

   }
}
#main .m-w2 {
    overflow: hidden;

}
#main .m-w3 {
    position: relative;
    width: 960px;
    margin: 0 auto;
    padding-bottom: 70px;
}


#banner {
    position: absolute;
    top: -1px;
    left: 258px;
    width: 814px;
    height: 227px;
}

.single #banner {
    z-index: 0;
}

#banner-mobile {
    display: none;
}

#subnav, #content {
    float: left;
}

/* Subnav appears after content-body in markup,
    but often is shifted to the left */
#subnav {
    width: 256px;
    position: relative;
    left: -704px; /* Negative width of #content */
    top: 0;
    padding-top: 35px;
}

#subnav .subnav-title {
    display: block;
    padding-bottom: 25px;
    font-size: 25px;
    font-family: 'newsgoth_lt_btlight';
    color: #515151;
}

#subnav h1 {
    background: none;
    padding: 0;
    border: none;
    margin: 0;
    height: auto;
}

#subnav li {
    padding-top: 15px;
}

#subnav li:first-child {
    padding: 0;
}

#subnav li a {
    font-size: 13px;
    color: #807f83;
}

#subnav > ul > li.current_page_item > a, #subnav > ul > li.current_page_parent > a, #subnav > ul > li.current_page_ancestor > a {
    color: #f47424;
}

#subnav li ul {
    display: none;
    margin: 15px 0 8px 0;
    padding-left: 12px;
    border-left: 2px solid #f47424;
}

#subnav li.current_page_item > ul,
#subnav li.current_page_parent > ul,
#subnav li.current_page_ancestor > ul {
    display: block;
}

.top-pageid-5 #subnav li ul {
    border-color: #69be28;
}

.top-pageid-6 #subnav li ul {
    border-color: #f0ab00;
}

.top-pageid-8 #subnav li ul {
    border-color: #ffcb00;
}

.top-pageid-10 #subnav li ul {
    border-color: #8f23b3;
}

.top-pageid-12 #subnav li ul {
    border-color: #e0119d;
}

.top-pageid-14 #subnav li ul {
    border-color: #009aa6;
}

.top-pageid-16 #subnav li ul {
    border-color: #0088ce;
}

#subnav li li.current_page_item > a, #subnav li li.current_page_parent > a, #subnav li li.current_page_ancestor > a {
    color: #f47424;
}

#content {
    width: 704px;
    position: relative;
    left: 258px; /* Positive width of #subnav */
    padding-top: 144px;
    font-size: 14px;
    color: #3d3d3d;

}

#content .c-w1 {
    padding: 0 140px 0 35px;
}

/*		#content .entry-content img{
			margin:0 1.3em 1.3em 0;
		}*/

#ctas {
    width: 100%;
    max-width: 1184px;
    min-width: 960px;
    height: auto; /*previous 304px*/
    margin: 0 auto;
    border-top: 1px solid #ddd;
    /*background: url('../images/skin/bg/bg_cta1.jpg') top center no-repeat;*/
    background-position: top center;
    background-repeat: no-repeat;
}

#ctas .cta-wrapper {
    position: relative;
    width: 960px;
height: 453px;/*previous 303px*/
    margin: 0 auto;
}

#ctas ul {
    position: absolute;
    bottom: 0;
    left: 0;
}

#ctas li {
    float: left;
    margin-left: 18px;
}

#ctas li:first-child {
    margin: 0;
}

#ctas li a {
    display: block;
    width: 471px;
    height: 116px;
    padding: 25px 0 0 45px;
    background: url('../images/skin/bg/bg_cta-standard.png');
    border-top: 3px solid #f47424;
    color: #fff;
    text-decoration: none;
}

#ctas li a:hover {
    background: #f47424;
}

.top-pageid-5 #ctas li a {
    background: url('../images/skin/bg/bg_cta-events.png');
    border-color: #69be28;
}

.top-pageid-6 #ctas li a {
    background: url('../images/skin/bg/bg_cta-jobline.png');
    border-color: #f0ab00;
}

.top-pageid-8 #ctas li a {
    background: url('../images/skin/bg/bg_cta-awards.png');
    border-color: #ffcb00;
}

.top-pageid-10 #ctas li a {
    background: url('../images/skin/bg/bg_cta-resources.png');
    border-color: #8f23b3;
}

.top-pageid-12 #ctas li a {
    background: url('../images/skin/bg/bg_cta-whatsnew.png');
    border-color: #e0119d;
}

.top-pageid-14 #ctas li a {
    background: url('../images/skin/bg/bg_cta-membership.png');
    border-color: #009aa6;
}

.top-pageid-16 #ctas li a {
    background: url('../images/skin/bg/bg_cta-getinvolved.png');
    border-color: #0088ce;
}

.top-pageid-5 #ctas li a:hover {
    background: #676200;
}

.top-pageid-6 #ctas li a:hover {
    background: #d9541e;
}

.top-pageid-8 #ctas li a:hover {
    background: #f59f1a;
}

.top-pageid-10 #ctas li a:hover {
    background: #46166b;
}

.top-pageid-12 #ctas li a:hover {
    background: #be2176;
}

.top-pageid-14 #ctas li a:hover {
    background: #119f9d;
}

.top-pageid-16 #ctas li a:hover {
    background: #003768;
}


#ctas li a .highlighted, #ctas li a .title {
    display: inline-block;
    padding-bottom: 5px;
    font-size: 27px;
}

#ctas li a .highlighted {
    font-family: 'newsgoth_dm_btdemi';
}

#ctas li a .title {
    padding-left: 9px;
    font-family: 'newsgoth_lt_btlight';
}

#ctas li a .text {
    display: block;
    font-size: 16px;
    font-family: 'newsgoth_btroman';
}

#ctas-mobile {
    display: none;
}

/* --FOOTER-- */
#footer {
    padding: 45px 0 75px 0;
    font-size: 12px;
    color: #acacac;
}

#footer a {
    color: #acacac;
    text-decoration: none;
}

#footer a:hover {
    color: #f47424;
}

#twitter-feed {
    position: relative;
	margin-bottom:15px;
    padding: 0 100px 45px 100px;
    background: url('../images/skin/bg/twitter-feed-new.png') 0 0px no-repeat;
}

#twitter-feed h2, #twitter-feed h3 {
    display: none;
}

#twitter-feed li {
    font-size: 23px;
    font-family: 'newsgoth_lt_btlight';
    color: #3d3d3d;
    line-height: 1.3;
}

#twitter-feed li:first-child {
    display: block;
}

#twitter-feed li a {
    color: #3d3d3d;
}

#twitter-feed .entry-meta {
    display: block;
    padding-top: 15px;
    font-size: 14px;
    color: #acacac;
}

#twitter-feed .entry-meta a {
    color: #acacac;
}

#twitter-feed > a {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
}


#sponsors {
    position: relative; /*height: 160px;*/
    padding-top: 35px;
    margin-bottom: 37px;
    border-top: 1px solid #ddd;
}

#sponsors .title {
    display: inline-block;
    padding-right: 30px;
    font-size: 23px;
    font-family: 'newsgoth_lt_btlight';
    color: #3d3d3d;
}

.page-template-page-landing #sponsors .title {
    padding: 0;
}

#sponsors .sponsorship-opportunities {
    font-size: 14px;
}

#sponsors > ul {
    width: 880px;
    height: 67px;
    margin: 30px auto 0 auto;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    overflow: hidden;
}

#sponsors > ul > li {
    width: 100%;
    height: 100%;
}

#sponsors > ul > li > ul {
    height: 100%;
}

#sponsors > ul > li > ul > li {
    display: table;
    float: left;
    width: 146px;
    height: 100%;
    margin-left: 25px;
    text-align: center;
    overflow: hidden;
}

#sponsors > ul > li > ul > li > a {
    display: table-cell;
    vertical-align: middle;
}

#sponsors > ul > li > ul > li > a > img {
    max-width: 146px;
    max-height: 67px;
}

#sponsors > ul > li > ul > li > a > img.hover {
    display: none;
}

#sponsors .prev, #sponsors .next {
    position: absolute;
    top: 115px;
    display: block;
    width: 26px;
    height: 1px;
    padding-top: 25px;
    overflow: hidden;
    background: url('../images/skin/bg/bg_sponsors-control.gif');
}

#sponsors .prev {
    left: 0;
}

#sponsors .next {
    right: 0;
    background-position: -26px 0;
}

#sponsors .prev:hover {
    background-position: 0 -25px;
}

#sponsors .next:hover {
    background-position: -26px -25px;
}


#footernav {
    height: 48px;
    margin-bottom: 40px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}


#footernav .menu-title, #footernav .menu-button {
    display: none;
}

#footernav li {
    float: left;
}

#footernav li a {
    display: block;
    padding: 14px 23px 15px 23px;
    font-size: 19px;
    font-family: 'newsgoth_btroman', Arial, Helvetica, sans-serif;
    color: #acacac;
    line-height: 1;
    text-decoration: none;
}

#footernav li#menu-item-180 a {
    padding-left: 0;
}

#footernav li#menu-item-186 a {
    padding-right: 0;
}

#footernav li.current_page_item a,
#footernav li.current_page_parent a,
#footernav li.current-page-ancestor a {
    color: #3d3d3d;
}

#footernav li a:hover {
    color: #f47424;
}

#footer-logo {
    display: block !important;
    float: left;
    margin-top: -19px;
}

#footer-social {
    display: none;
}

#footer-util {
    display: none;
}

#bottomlinks {
    float: right;
    padding-top: 5px;
}

#bottomlinks li {
    float: left;
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #acacac;
    line-height: 1;
}

#bottomlinks li:first-child {
    margin: 0;
    padding: 0;
    border: none;
}

#copyright {
    padding: 5px 15px 0 0;
    float: right;
    line-height: 1;
}

#credit {
    clear: right;
    float: right;
    padding-top: 8px;
}


/* ---------- OVERVIEW TEMPLATE ---------- */

/* --MAIN-- */
.page-template-overview-php #main {
}

.page-template-overview-php #main .m-w3 {
    width: 100%;
    padding-bottom: 0;
}

.page-template-overview-php #subnav {
    display: none;
}

.page-template-overview-php #content {
    width: 100%;
    left: auto;
    padding-top: 286px;
}

.page-template-overview-php #content .c-w1 {
    padding: 0;
}

.page-template-overview-php #banner {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 387px;
    background-position: top center;
}


#overview-items {
    margin: 0;
    border-top: 1px solid #ddd;
}

#overview-items li {
    list-style: none;
}

#overview-items li a {
    display: block;
    width: 100%;
    height: 122px;
    border-top: 1px solid #ddd;
    overflow: hidden;
    text-decoration: none;
}

#overview-items li:first-child a {
    border: none;
}

#overview-items li a:hover {
    background: #f47424;
}

.top-pageid-5 #overview-items li a:hover {
    background: #6fc302;
}

.top-pageid-6 #overview-items li a:hover {
    background: #ff9600;
}

.top-pageid-8 #overview-items li a:hover {
    background: #f0ca00;
}

.top-pageid-10 #overview-items li a:hover {
    background: #913dd2;
}

.top-pageid-12 #overview-items li a:hover {
    background: #fe38a3;
}

.top-pageid-14 #overview-items li a:hover {
    background: #09cdca;
}

.top-pageid-16 #overview-items li a:hover {
    background: #1069b9;
}

#overview-items .overview-item-wrapper {
    position: relative;
    display: block;
    width: 960px;
    height: 100%;
    margin: 0 auto;
    background: url('../images/skin/bg/bg_overview-item.png') right center no-repeat;
}

#overview-items .overview-title {
    position: absolute;
    top: 35px;
    left: 50px;
    font-size: 34px;
    font-family: 'newsgoth_lt_btlight';
    color: #f47424;
}

#overview-items .overview-text {
    position: absolute;
    top: 125px;
    left: 50px;
    font-size: 16px;
    font-family: 'newsgoth_btroman';
    color: #fff;
}

.top-pageid-5 #overview-items .overview-title {
    color: #6fc302;
}

.top-pageid-6 #overview-items .overview-title {
    color: #ff9600;
}

.top-pageid-8 #overview-items .overview-title {
    color: #f0ca00;
}

.top-pageid-10 #overview-items .overview-title {
    color: #913dd2;
}

.top-pageid-12 #overview-items .overview-title {
    color: #fe38a3;
}

.top-pageid-14 #overview-items .overview-title {
    color: #09cdca;
}

.top-pageid-16 #overview-items .overview-title {
    color: #1069b9;
}

#overview-items li a:hover .overview-title {
    color: #fff;
}

#overview-items > li > ul {
    display: none !important;
}


/* ---------- SEARCH RESULTS TEMPLATE ---------- */

.search-results .entry-meta, .search-results .entry-utility {
    display: none;
}

.search-results h2.entry-title {
    margin-bottom: 5px;
    line-height: 1;
}

.search-results h2.entry-title a {
    font-size: 17px;
    color: #f47424;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

.search-results #content p {
    margin: 0;
}

.search-results .entry-summary {
    margin-bottom: 25px;
}

.search-results #subnav {
    display: none;
}

.search-results .read-more {
    white-space: nowrap;
}


/* ---------- HOME TEMPLATE ---------- */

#banner-home {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 396px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}

#banner-home ul {
    width: 100% !important;
}

#banner-home li {
    position: relative;
    width: 100% !important;
    height: 394px !important;
    background-position: top center;
}

#banner-home .banner-content {
    position: absolute;
    bottom: 52px;
    left: 50%;
    width: 494px;
    margin-left: -484px;
    padding: 30px 54px;
    background: url('../images/skin/bg/bg_cta-standard.png');
    border-top: 3px solid #f47424;
    font-family: 'newsgoth_lt_btlight';
}

#banner-home .banner-content .banner-title {
    display: block;
    margin-bottom: 3px;
    font-size: 27px;
    color: #ffceaf;
}

#banner-home .banner-content .banner-text {
    display: block;
    font-size: 34px;
    color: #ffffff;
    line-height: 1.2;
}


#banner-home .banner-controls {
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 10;
    width: 494px;
    height: 52px;
    margin-left: -484px;
    padding: 17px 0 0 54px;
    background: url('../images/skin/bg/bg_banner-home-controls.png');
}

#banner-home .banner-controls .prev, #banner-home .banner-controls .next {
    dislay: block;
    float: left;
    width: 20px;
    height: 1px;
    padding-top: 20px;
    overflow: hidden;
    background: url('../images/skin/bg/bg_banner-controls-arrows.png') 0 0 no-repeat;
}

#banner-home .banner-controls .prev {
    background-position: 0 -20px
}

#banner-home .banner-controls .next {
    background-position: 0 0;
}

#banner-home .banner-controls .prev:hover {
    background-position: -20px -20px;
}

#banner-home .banner-controls .next:hover {
    background-position: -20px 0;
}

#banner-home .banner-controls .pagination {
    float: left;
    padding: 5px 15px 0 15px;
}

#banner-home .banner-controls .pagination a {
    display: block;
    float: left;
    width: 10px;
    height: 1px;
    margin: 0 5px;
    padding-top: 10px;
    overflow: hidden;
    background: url('../images/skin/bg/bg_banner-controls-pagination.png') 0 0 no-repeat;
}

#banner-home .banner-controls .pagination a:hover {
    background-position: -10px 0;
}

#banner-home .banner-controls .pagination a.activeSlide {
    background-position: -20px 0;
}

#banner-home-mobile {
    display: none;
}


.page-template-homepage-php #main .m-w3 {
    width: 100%;
    padding-bottom: 0;
}

.page-template-homepage-php #content {
    width: 100%;
    left: auto;
}

.page-template-homepage-php #content .c-w1 {
    width: 860px;
    margin: 0 auto;
    padding: 17px 65px 44px 0;
}

.page-template-homepage-php #content p {
    font-size: 27px;
    color: #7e7e7e;
    font-family: 'newsgoth_lt_btlight';
    line-height: 1.44;
}

.wpjb-widget {
    font-size: 13px;
}

#posts-events {
    width: 100%;
    max-width: 1184px;
    min-width: 960px;
    /*height: 350px;*/
    margin: 0 auto;
    background: url('../images/skin/bg/bg_upcoming-events.jpg') top center no-repeat;
    background-position: top center;
    background-repeat: no-repeat;
    overflow: hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

#posts-events-wrap {
    width: 860px;
    margin: 0 auto;
    font-size: 15px;
    color: #fff;
}

#jobline-postings a {
    color: #f47424;
}

.upcoming-events-wrapper {
    width: 430px;
    float: left;
    padding-right: 30px;
}

#upcoming-events .title {
    display: block;
    font-size: 27px;
    color: #ffffff;
    font-family: 'newsgoth_lt_btlight';
}

#upcoming-events .title .all-events {
    display: inline-block;
    margin: 28px 0 0 20px;
    padding: 0 31px 0 20px;
    color: #ffffff;
    opacity: .5;
    text-decoration: none;
    border-left: 1px solid #fff;
    background: url('../images/skin/bg/bg_home-cta-events-all.png') right center no-repeat;
}

#upcoming-events .title .all-events:hover {
    opacity: 1;
}

#upcoming-events .event-item {
    display: block;
    padding: 20px 0 0 0;
    color: #ffffff;
    line-height: 1.65;
    vertical-align: top;
    opacity: .9;
    text-decoration: none;
}

/*#upcoming-events .event-item.odd {margin-right: 171px;}width: 320px;*/

#upcoming-events .event-item:hover {
    opacity: 1;
}

#upcoming-events .event-item .event-date {
    display: block;
    font-size: 16px;
}

#upcoming-events .event-item .event-title {
    display: block;
    margin: 2px 0;
    font-size: 14px;
    font-weight: bold;
}

#upcoming-events .event-item .event-time-location {
    display: block;
    font-size: 14px;
}


.postings-wrapper {
    width: 430px;
    padding-left: 30px;
    float: left;
}

#postings .title {
    display: block;
    margin-bottom: 20px;
    font-size: 27px;
    color: #ffffff;
    font-family: 'newsgoth_lt_btlight';
}

#postings .title .all-postings {
    display: inline-block;
    margin: 28px 0 0 20px;
    padding: 0 31px 0 20px;
    color: #d3d3d3;
    text-decoration: none;
    border-left: 1px solid #d3d3d3;
    background: url('../images/skin/bg/bg_all-postings-arrow1.png') right center no-repeat;
}

#postings .title .all-postings:hover {
    color: #adadad;
    background: url('../images/skin/bg/bg_all-postings-arrow2.png') right center no-repeat;
}

#jobline-postings, #volunteer-postings {
    display: inline-block;
    width: 100%;
    margin-right: 171px;
    vertical-align: top;
}

/*width: 320px;*/
#volunteer-postings {
    margin-right: 0;
}

#jobline-postings p, #volunteer-postings p {
    font-size: 14px;
    color: #ffffff;
    line-height: 1.65;
}

#jobline-postings ul li, #volunteer-postings ul li {
    padding-left: 16px;
    font-size: 14px;
    color: #ffffff;
    line-height: 1.65;
    background: url('../images/skin/bg/bg_bullet.gif') left 9px no-repeat;
}

#home-spacer {
    min-height: 50px;
    max-width: 1184px;
    overflow: hidden;
    text-align: center;
    margin: auto;
}

#home-spacer img {
    display: block;
    max-width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
}



#ctas .cta a {
    width: 960px;
    padding-top: 15px;
    font-size: 27px;
    font-family: 'newsgoth_lt_btlight';
}

#ctas .cta a .join {
    display: inline-block;
    margin: 28px 0 0 27px;
    padding: 0 31px 0 27px;
    color: #ffffff;
    text-decoration: none;
    border-left: 1px solid #fff;
    background: url('../images/skin/bg/bg_home-cta-events-all.png') right center no-repeat;
}


/* ---------- NEWS TEMPLATE ---------- */

.page-template-newstemplate #content .c-w1, .archive #content .c-w1, .category #content .c-w1 {
    padding-right: 0;
}

#news-list {
    margin: 0;
}

#news-list li {
    margin-bottom: 20px;
    list-style: none;
}

.archive div[role="main"] > .post, .category div[role="main"] > .post {
    margin: 30px 0;
}

#news-list li:after, .archive div[role="main"] > .post:after, .category div[role="main"] > .post:after {
    content: '';
    display: table;
    clear: both;
}

#news-list .col, .archive .post .col, .category .post .col {
    float: left;
}

#news-list .ft-img, .archive .ft-img, .category .ft-img {
    width: 35%;
    padding-left: 25px;
}

#news-list .ft-img img, .archive .ft-img img, .category .ft-img img {
    max-width: 100%;
    height: auto;
    float: none;
    display: block;
    margin-top: 5px;
}

#news-list .text-wrap, .archive .text-wrap, .category .text-wrap {
    width: 65%;
}

#news-list h3, .archive h3, .category h3 {
    margin-top: 0;
}

#news-list .news-title a {
    color: #f47424;
}

#news-list .news-date {
    display: block;
}

#news-list .news-author {
    display: block;
}

#news-list .read-more {
    display: inline-block;
}

.wp-pagination {
    margin-top: 40px;
}

.wp-pagination a, .wp-pagination span {
    display: inline-block;
    margin-right: 10px;
}


.single-job #banner span {
    background: url(../images/skin/bg/bg_cta-standard.png);
    border-top: 3px solid #68c3f0;
}


.single:not(.single-job) #mainnav > .menu > ul > li#menu-item-146 > a > span,
.tag #mainnav > .menu > ul > li#menu-item-146 > a > span {
    height: 58px;
    border-bottom: 8px solid #e0119d;
    color: #f9f9f9;
}

.single-job #mainnav > .menu > ul > li#menu-item-5887 > a > span {
    height: 58px;
    border-bottom: 8px solid #fff;
    color: #f9f9f9;
}


.single #ctas li a, .tag #ctas li a {
    background: url('../images/skin/bg/bg_cta-whatsnew.png');
    border-color: #e0119d;
}

.single #ctas li a:hover, .tag #ctas li a:hover {
    background: #be2176;
}

.single h1, .tag h1 {
    height: 1px;
    overflow: hidden;
    padding: 0;
    background: none;
    border: none;
    margin-bottom: 106px;
}

.tag .c-w1 .post {
    margin-bottom: 20px;
}

#banner span {
    background: url('../images/skin/bg/bg_cta-whatsnew.png');
    font-family: 'newsgoth_lt_btlight';
    font-size: 28px;
    line-height: 29px;
    border-top: 3px solid #e0119d;
    white-space: normal;
    height: auto;
    padding: 20px 35px;
    position: absolute;
    left: 0;
    bottom: 0;
    font-family: 'newsgoth_lt_btlight';
    color: #fff;
    width: 704px;
}

/*	padding:0 0 0 35px;
	 
	 
	display:table; 
	white-space:normal;
	width: 704px;
	height: 82px;
	color:#fff;
	
	margin: 0 0 25px -35px;
	
	
}*/
.single h1 span {
    display: table-cell;
    vertical-align: middle;
}

.single-event h1 span {
    float: left;
}

.single h2 {
    color: #be2176;
}

.single .edit-link {
    display: block;
    margin-top: 40px;
}

.single .news-date, .single .news-author {
    display: block;
    font-weight: bold;
    line-height: 1.6;
}

.single .news-date {
    margin-bottom: 15px;
}

.single .back-to-news {
    display: inline-block;
    margin-bottom: 20px;
}

.single .back-to-news:before {
    content: "<< ";
}

.single-event h1 span {
    margin-top: 7px;
}


/* ---------- EVENTS TEMPLATE ---------- */

.page-id-21 #content .c-w1 {
    padding-right: 0;
}

#em-wrapper {
}

/*#em-wrapper > p {width: 520px; color: #676200 !important; font-size: 22px !important; font-family: 'newsgoth_btroman'; line-height: 1.5;}
*/

#event-categories {
    margin: 40px 0 15px 0;
    font-size: 0;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    display:block !important;
}

#event-categories li {
    display: inline-block;
    zoom: 1;
    margin-left: 63px;
    padding: 13px 0 14px;
    list-style: none;
    font-size: 14px;
    vertical-align: top;
}

#event-categories li:first-child {
    margin: 0;
}

#event-categories li.active {
    padding-bottom: 10px;
    border-bottom: 4px solid #71c405;
}

#event-categories li a {
    color: #ababab;
}

#event-categories li.active a, #event-categories li a:hover {
    color: #71c405;
    text-decoration: none;
}


#events-list {
    margin: 0;
}

#events-list li {
    padding: 28px 0 20px;
    list-style: none;
    border-bottom: 1px solid #efefef;
}

#events-list .event-date {
    display: block;
    width: 450px;
    font-size: 16px;
    color: #505050;
    font-family: 'newsgoth_btroman';
}

#events-list .event-title a {
    display: inline-block;
    max-width: 450px;
    margin-bottom: 2px;
    font-size: 15px;
    color: #559cbe;
    font-weight: bold;
    line-height: 1.5;
}

#events-list .event-time {
    display: block;
    width: 450px;
    margin-bottom: 7px;
    font-size: 14px;
    color: #3d3d3d;
}

#events-list .event-excerpt {
    display: block;
    width: 450px;
}


/* EVENT DETAILS */

.single-event #ctas li a {
    background: url('../images/skin/bg/bg_cta-events.png');
    border-color: #69be28;
}

.single-event #ctas li a:hover {
    background: #676200;
}

.single-event h1 {
    padding-top: 20px;
    font-size: 34px;
    background: url('../images/skin/bg/bg_cta-events.png') !important;
    border-color: #69be28;
    height: auto;
    height: 82px;
    margin: 0 0 25px -35px;
    padding-left: 20px;
}

.single-event h2 {
    color: #676200;
}

.single-event #mainnav > .menu > ul > li#menu-item-142 > a > span {
    height: 58px;
    border-bottom: 8px solid #69be28;
    color: #f9f9f9;
}

.single-event #mainnav > .menu > ul > li#menu-item-146 > a > span {
    height: 50px;
    border-bottom: none;
    color: #a5a5a5;
}

.single-event #mainnav > .menu > ul > li#menu-item-146 > a:hover > span {
    height: 58px;
    border-bottom: 8px solid #e0119d;
    color: #f9f9f9;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.single-event #subnav li.page-item-21 a {
    color: #f47424 !important;
}

.single-event #content .c-w1 {
    padding-right: 130px;
}

.back-to-listing {
    margin-top: 7px;
    float: right;
    margin-right: 25px;
    padding-left: 63px;
    color: #fff;
    opacity: 0.5;
    border-left: 1px solid #fff;
    background: url('../images/skin/bg/bg_back-to-listing.png') 23px center no-repeat;
}

.back-to-listing:hover {
    text-decoration: none;
    opacity: 1;
}

.single-event h2 {
    margin-bottom: 21px;
}

#event-details {
    margin: 0 0 30px;
    padding: 10px 0 9px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

#event-details li {
    list-style: none;
    margin-bottom: 1px;
    padding-left: 26px;
}

#event-details .event-time {
    background: url('../images/skin/bg/bg_event-time.png') 0 center no-repeat;
}

#event-details .event-location {
    background: url('../images/skin/bg/bg_event-location.png') 0 center no-repeat;
}

#event-details .event-cost {
    background: url('../images/skin/bg/bg_event-cost.png') 0 center no-repeat;
}

#event-details .event-date {
    background: url('../images/skin/bg/mini-cal.png') 0 center no-repeat;
}

.register-link {
    display: inline-block;
    margin-top: 22px;
    padding-right: 30px;
    background: url('../images/skin/bg/bg_register-link.png') right 4px no-repeat;
    font-size: 27px;
    color: #767119 !important;
    font-family: 'newsgoth_lt_btlight';
}


/* ---------- VIDEO GALLERY ---------- */

.youtube_gallery {
    margin-left: -30px !important;
    text-align: left !important;
}

.youtube_gallery_center {
    font-size: 0 !important;
}

.youtube_gallery_item {
    margin: 0 0 30px 30px !important;
    text-align: left !important;
    white-space: normal !important;
}

.youtube_gallery_item img {
    margin: 0 !important;
    padding: 0 !important;
    width: 245px !important;
    border: none !important;
    background: none !important;
    opacity: 0.15;
}

.youtube_gallery_player > a:hover img {
    opacity: 0.5
}

.youtube_gallery_item .ytsg_play {
    top: 46px !important;
    left: 97px !important;
    width: 52px !important;
    height: 52px !important;
    opacity: 1 !important;
}

.youtube_gallery_item .youtube_gallery_caption {
    padding: 10px 0 25px 0 !important;
    width: 245px !important;
    white-space: normal !important;
    font-size: 14px !important;
    color: #3d3d3d !important;
    font-family: Arial, Helvetica, sans-serif !important;
    line-height: 1.4;
}


.youtube_gallery_player > a {
    display: block;
    width: 245px;
    height: 138px;
    background: #46166b;
}


.fancybox-overlay {
    background: url('../images/skin/bg/bg_fancybox.png') !important;
}

.fancybox-skin {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

.fancybox-title {
    top: 70px;
    bottom: auto !important;
    left: 55px;
    right: auto !important;
    font-family: 'newsgoth_lt_btlight' !important;
    font-size: 34px !important;
}

.fancybox-title > span {
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
    text-shadow: none !important;
    color: #003768 !important;
    font-weight: normal !important;
}

.fancybox-close {
    top: 1px !important;
    right: 1px !important;
    width: 37px !important;
    height: 37px !important;
    background: url('../images/skin/bg/btn_fancybox-close.png') !important;
}

.fancybox-close:hover {
    background-position: 0 -37px !important;
}


/* ---------- JOB POSTINGS ---------- */

#job-postings {
    margin-bottom: 30px;
}

#job-postings.volunteer-opportunities {
    margin-top: 15px;
}

#job-postings > ul {
    margin: 0;
}

#job-postings > ul > li {
    position: relative;
    list-style: none;
    border-bottom: 1px solid #e6e6e6;
}

#job-postings > ul > li:first-child {
    border-top: 1px solid #e6e6e6;
}

#job-postings > ul > li > a {
    display: block;
    padding: 24px 0 20px 0;
    color: #626262;
    font-size: 22px;
    font-family: 'newsgoth_btroman';
    line-height: 1.3;
}

#job-postings > ul > li > a:hover, #job-postings > ul > li.active > a {
    color: #dd6534;
    text-decoration: none;
}

#job-postings.volunteer-opportunities > ul > li > a:hover, #job-postings.volunteer-opportunities > ul > li.active > a {
    color: #0088ce;
}


#job-postings > ul > li > .arrow {
    position: absolute;
    top: 22px;
    right: 0;
    display: block;
    width: 28px;
    height: 27px;
    background: url('../images/skin/bg/bg_job-posting-list.png') -28px -27px no-repeat;
}

#job-postings.volunteer-opportunities > ul > li > .arrow {
    background: url('../images/skin/bg/bg_volunteer-opportunities-list.png') -28px -27px no-repeat;
}

#job-postings > ul > li:hover .arrow {
    background-position: -28px 0;
}

#job-postings > ul > li.active .arrow {
    background-position: 0 0;
}


#job-postings .job-info {
    display: none;
    border-top: 1px solid #e6e6e6;
}

#job-postings .job-info .post-date {
    display: block;
    margin: 27px 0 2px;
}

#job-postings .job-info .job-type {
    display: block;
    font-weight: bold;
}

#job-postings .job-info h2 {
    margin: 25px 0 3px 0;
    font-size: 15px;
    color: #559cbe;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

#job-postings .job-info .job-content {
    padding-bottom: 33px;
}


/* ---------- MEMBER LOGIN ---------- */

#member-login {
}

#member-login ul {
    margin: 0;
    padding: 0;
}

#member-login ul li {
    margin-bottom: 10px;
    list-style: none;
}

#member-login label {
    width: 140px;
    display: inline-block;
}

#member-login input[type="text"], #member-login input[type="password"] {
    display: inline-block;
    width: 200px;
    padding: 5px 7px;
    border: 1px solid #ddd;
    font-size: 13px;
    color: #999;
    font-family: Arial, Helvetica, sans-serif;
}

#member-login button {
    margin-top: 10px;
    padding: 5px 10px;
    background: #afafaf;
    border: none;
    color: #fff;
    cursor: pointer;
}

#member-login button:hover {
    background: #559BBD;
}

#member-login .links {
    padding-top: 10px;
}


#content .entry-content .pdf-wrap img {
    float: none;
    margin: 0px;
}

@media screen and (max-width: 768px) {
    #mainnav > .menu > ul > li > a {
        padding: 0 22px;
    }
}

.single-jobpostings #archives, .single-event #archives {
    display: none !important;
}

.single-jobpostings .back-to-news {
    display: none !important;
}


.anniversary-cta {
    max-width: 1184px;
    min-width: 960px;
    margin: 0 auto;
    padding-top: 85px;
    padding-bottom: 1px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.anniversary-cta-wrap {
    width: 970px;
    margin: 0 auto;
}

.anniversary-cta-wrap:after {
    content: '';
    display: table;
    clear: both;
}

.anniversary-cta-box {
    padding: 50px;
    max-width: 493px;
    background-color: rgba(22, 131, 196, 0.6);
    border-top: 4px solid #09CDCA;
}

.anniversary-cta-box h3,
.anniversary-cta-box p {
    margin: 0 0 15px;
    color: #FFF;
}

.anniversary-cta-box h3 {
    font-family: 'newsgoth_lt_btlight', serif;
    font-size: 27px;
    font-weight: 400;
    line-height: 1.3;
}

.anniversary-cta-box p {
    font-size: 16px;
}

.btn-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 205px;
    height: 45px;
    padding: 15px;
    background-color: #FFF;
    color: #0199A6 !important;
    text-align: center;
    text-transform: uppercase;
    font-family: 'newsgoth_lt_btlight', serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    transition: all 300ms ease;
}

.btn-cta:visited {
    color: #0199A6;
}

.btn-cta:hover,
.btn-form:hover {
    text-decoration: none;
    background-color: #515151;
    color: #FFF !important;
}

/* ORANGE VAR */

.anniversary-cta-box.orange {
    border-color: #f57423;
    background-color: rgba(255, 255, 255, 0.7);
}

.anniversary-cta-box.orange h3 {
    color: #f57423;
}

.anniversary-cta-box.orange p {
    color: #222;
}

.anniversary-cta-box.orange .btn-cta {
    background-color: #f57423;
    color: #FFF;
}

/* Homepage Featured Content */
.blog-featured {
    max-width: 1184px;
    min-width: 960px;
    margin: 0 auto;
    padding-top: 45px;
    padding-bottom: 1px;
}

.blog-featured-wrap {
    width: 860px;
    margin: 0 auto;
}

.blog-featured-wrap:after {
    content: '';
    display: table;
    clear: both;
}

.blog-featured-wrap .blog {
    width: 430px;
    float: left;
    padding-right: 30px;
}

.blog-featured-wrap .featured-content {
    width: 430px;
    float: left;
    padding-left: 30px;
}

.blog-featured-wrap .title {
    display: block;
    font-size: 27px;
    color: #ffffff;
    font-family: 'newsgoth_lt_btlight';
    margin-bottom: 25px;
    padding-top: 25px;
}

.blog-featured-wrap .title a {
    display: inline-block;
    margin: 0 0 0 20px;
    padding: 0 31px 0 20px;
    color: #c8c8c8;
    opacity: .5;
    text-decoration: none;
    border-left: 1px solid #c8c8c8;
    background: url(../images/mobile/skin/bg/bg_postings-all.png) right 2px no-repeat;
    -webkit-background-size: 20px auto;
    -moz-background-size: 20px auto;
    background-size: 20px auto;
}

.blog-featured-wrap .title a:hover {
    opacity: 1;
}

.blog-featured-wrap li {
    margin: 20px 0;
}

.blog-featured-wrap li a {
    display: block;
    color: #eee;
    line-height: 1.65;
    text-decoration: none;
}

.blog-featured-wrap .blog-date {
    display: block;
    font-size: 16px;
}

.blog-featured-wrap .blog-title {
    display: block;
    margin: 2px 0;
    font-size: 14px;
    font-weight: bold;
}

.featured-content {
    font-size: 16px;
}

.blog-featured {
    background: url(../images/bg-home-new.jpg);
}

.featured-content a:visited {
    color: #f47424 !important;
    font-weight: 600 !important;
}


/*DEAFULT WORDPRESS IMAGE ALIGNMENT*/
img.alignright {
    float: right;
    margin: 0 0 1em 1em;
}

img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*------------------------------------*\
   #LANDING PAGE
\*------------------------------------*/

body.page-template-page-landing {
    background: none;
}

.page-template-page-landing #mainnav {
    max-width: 100%;
    border-bottom: none;
}

#landing-hero {
    width: 100%;
    height: 700px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#landing-hero .section-inner {
    height: 100%;
}

.landing-hero-inner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    height: 100%;
    text-align: center;
}

.landing-hero-inner .btn-form {
    margin: 20px auto 0;
}

.landing-hero-inner .btn-form i {
    font-size: 12px;
    line-height: 1;
    margin-left: 10px;
    position: relative;
    top: -2px;
}

#landing-hero h2 {
    font-family: 'newsgoth_btroman';
    font-size: 50px;
    font-weight: 900;
    color: #FFF;
    text-transform: uppercase;
}

#landing-hero .landing-hero-inner > p {
    margin-top: 120px;
}

#landing-hero .landing-hero-inner > h2 + p {
    position: relative;
    margin: 22px 0 0;
    font-family: 'newsgoth_btroman';
    font-size: 22px;
    color: #FFF;
    z-index: 1;
}

#landing-hero .landing-hero-inner > h2 + p + span {
    content: ' ';
    position: absolute;
    bottom: 150px;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    background-image: url(../images/down-arrow.png);
    background-size: contain;
    background-position: center center;
    z-index: 1;
}

#landing-hero .landing-hero-inner > h2 + p + span:hover {
    cursor: pointer;
}

.landing-hero-footer {
    padding: 15px;
    width: 100%;
    margin-top: auto;
    background-color: rgba(255, 255, 255, 0.7);
    border-top: 4px solid #F47424;
}

.landing-hero-footer ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.landing-hero-footer ul li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 15px;
}

.landing-hero-footer ul li span {
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
}

.landing-hero-footer ul li nav {
    margin-left: 14px;
}

.landing-hero-footer ul li nav a {
    font-size: 16px;
    color: #333;
    line-height: 1;
}

.landing-hero-footer ul li nav a:not(:last-child) {
    margin-right: 10px;
}

.landing-hero-footer ul li:first-child {
}

.landing-section {
    padding: 120px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.landing-section h2,
.landing-section h3 {
    margin-top: 0;
    font-family: 'newsgoth_btroman';
    font-size: 34px;
    font-weight: 300;
    line-height: 1.3;
}

.landing-section.centered-section .section-inner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.landing-section.centered-section p {
    max-width: 77%;
    font-family: 'newsgoth_btroman';
    font-size: 27px;
    line-height: 1.3;
    color: #8F8F8F;
}

.landing-section.form-section {
    position: relative;
    padding-bottom: 0;
    z-index: 2;
}

.landing-form {
    display: flex;
    flex-wrap: wrap;
    background-color: #FFF;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
    border-top: 4px solid #F47424;

    position: relative;
    top: 70px;
}

.landing-form-section {
    max-width: 47%;
    flex-basis: 47%;
    padding: 80px;
}

.landing-form .landing-form-section + .landing-form-section {
    max-width: 53%;
    flex-basis: 53%;
    padding: 80px 115px;
}

.landing-form .landing-form-section:first-child {
    background-color: rgba(227, 227, 227, 0.4);
}

.landing-form-section > h2 {
    margin: 0 0 30px;
}

.landing-form-section > h3 {
    margin: 0 0 1rem;
    font-size: 22px;
    color: #3D3D3D;
}

.landing-form-section > p {
    margin: 0;
    font-size: 18px;
    line-height: 2;
    color: #3D3D3D;
}

.landing-form-section form li > label,
.landing-form-section form li > p {
    display: block;
    margin: 0;
    width: 100%;
    font-size: 11px !important;
    color: #7E7E7E;
    line-height: 1 !important;
    text-transform: uppercase;
}

.landing-form-section .form-row > p {
    margin-bottom: 5px;
}

.landing-form-section .form-row {
    display: block;
    margin: 0 0 1.5rem;
}

.landing-form-section input:not([type=submit]),
.landing-form-section textarea {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid rgba(126, 126, 126, 0.6);
    width: 100% !important;
}

.landing-form-section textarea {
    max-height: 60px !important;
}

.landing-form-section input[type=button],
.landing-form-section input[type=submit],
.landing-form-section input[type=reset] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 210px !important;
    height: 50px;
    padding: 15px;
    background-color: #F47424;
    color: #FFF !important;
    text-align: center;
    text-transform: uppercase;
    font-family: 'newsgoth_lt_btlight', serif;
    font-size: 16px !important;
    font-weight: 400;
    line-height: 1;
    border: none;
    outline: none;
    transition: all 200ms ease;
}

.landing-form-section input[type=button]:hover,
.landing-form-section input[type=submit]:hover,
.landing-form-section input[type=reset]:hover {
    background-color: #515151;
    text-decoration: none;
    cursor: pointer;
}

.landing-section.timeline-section {
    position: relative;
    background-color: #EFEFEF;
    min-height: 850px;
    padding-top: 200px;
    padding-bottom: 300px;
}

.landing-section.timeline-section:before {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -70px;
    width: 140px;
    height: 800px;
    background-image: url(../images/timeline.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.timeline-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.timeline-inner > .timeline-section {
    max-width: 40%;
    flex-basis: 40%;
}

.timeline-inner > .timeline-section + .timeline-section {
    margin-top: 70px;
}

.timeline-inner > .timeline-section h3 {
    margin: 0 0 30px;
    font-weight: 300;
    line-height: 1;
}

.timeline-inner > .timeline-section a {
    color: #1683c4;
    text-decoration: underline;
}

.timeline-inner > .timeline-section a:hover {
    text-decoration: none;
}

.timeline-inner > .timeline-section + .timeline-section h3 {
    display: flex;
    align-items: center;
    font-size: 27px;
}

.timeline-inner > .timeline-section + .timeline-section h3 span {
    display: inline-block;
    margin-right: 15px;
    position: relative;
    top: -5px;
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/fun-fact.png);
}

.timeline-inner > .timeline-section p {
    font-size: 16px;
    line-height: 2;
}

.landing-section.chapter-section {
    padding-top: 250px;
    padding-bottom: 0;
}

@media only screen and (min-width: 1025px) {

    .landing-section.chapter-section .section-inner {
        width: 1188px;
        margin:auto;
    }
}

.chapter-inner {
    display: flex;
    flex-wrap: wrap;
    border-top: 4px solid #F47424;
    background-color: rgba(255, 255, 255, 0.9);
}

.chapter-inner-section {
    max-width: 38%;
    flex-basis: 38%;
    padding: 60px 0 60px 115px;
}

.chapter-inner .chapter-inner-section + .chapter-inner-section {
    max-width: 62%;
    flex-basis: 62%;
    padding: 60px 115px;
}

.chapter-inner-section h3 {
    margin-bottom: 10px;
}

.chapter-inner-section > p {
    font-size: 22px;
    color: #3D3D3D;
    line-height: 1.7;
}

.landing-section.sponsors-section {
    padding: 80px 0 60px;
}

.landing-section.sponsors-section .section-inner {
    text-align: center;
}

.landing-section.sponsors-section .section-inner > p {
    font-size: 19px;
    color: #222;
}

.sponsors-section #sponsors {
    border-top: none;
}

.sponsors-section #sponsors > p {
    margin: 45px 0 0;
    font-size: 16px;
}

.sponsors-section #sponsors > p > img {
    width: 230px;
}

.sponsors-section #sponsors > p + p {
    margin-top: 20px;
}

.sponsors-section #sponsors > p + p img {
    max-width: 100px;
}

.sponsors-section #sponsors .prev,
.sponsors-section #sponsors .next {
    display: none;
}

.sponsors-section #sponsors > p a {
    color: #1683C4 !important;
    text-decoration: underline;
}

.sponsors-section #sponsors > p a:hover {
    text-decoration: none;
}

/* INPUT CODE */

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    position: relative;
    display: inline-block;
    padding: 10px 0;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid rgba(118, 118, 118, 1);
}

.inputfile + label {
    text-transform: none !important;
    font-size: 14px !important;
    color: #3d3d3d !important;
    cursor: pointer; /* "hand" cursor */
    width: 100%;
}

.inputfile + label:after {
    content: ' ';
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -7px;
    width: 15px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/form-down-arrow.png);
}

.inputfile input[type=file]:focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

/* INPUT CODE */

/* INPUT CODE */

.custom-file-input input[type=file] {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.landing-form-section form .custom-file-input label {
    position: relative;
    display: inline-block;
    padding: 10px 0;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid rgba(118, 118, 118, 1);

    text-transform: none !important;
    font-size: 13px !important;
    font-weight: 400;
    color: #3d3d3d !important;
}

.custom-file-input {
    position: relative;
}

.custom-file-input label {
    text-transform: none !important;
    font-size: 14px !important;
    color: #3d3d3d !important;
    cursor: pointer; /* "hand" cursor */
    width: 100%;
}

.custom-file-input label:after {
    content: ' ';
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -7px;
    width: 15px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/form-down-arrow.png);
}

/* INPUT CODE */

#header.landing-header > .h-w1,
#footer.landing-footer > .f-w1 {
    background-color: #fff;
}

#footer.landing-footer {
    padding: 0;
}

#footer.landing-footer > .f-w1 {
    height: 220px;
}

#header.landing-header .section-inner,
#footer.landing-footer .section-inner {
  
}

#footer.landing-footer .section-inner {
    height: 220px;
    padding: 50px 75px 0;
}



#header.landing-header #be-heard {
    width: 246px;
}

.gform_wrapper.gf_browser_chrome input.button.gform_button_select_files {
    margin: 0 auto;
    width: 150px !important;
    height: 40px;
}

.btn-form {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 210px !important;
    height: 50px;
    padding: 15px;
    background-color: #F47424;
    color: #FFF !important;
    text-align: center;
    text-transform: uppercase;
    font-family: 'newsgoth_lt_btlight', serif;
    font-size: 16px !important;
    font-weight: 400;
    line-height: 1;
    border: none;
    outline: none;
    transition: all 200ms ease;
}

/*------------------------------------*\
   #DECADES LANDING PAGE
\*------------------------------------*/

.single-decades {
    background: none !important;
}

@media only scree and (min-width: 1025px) {

    .single-decades .section-inner {
        width: 1188px;
    }
}

.decades-nav {
    position: relative;
    margin-top: 10px;
    text-align: center;
    background-color: #e3e3e3;
    /*border-top: 1px solid #ff671d;*/
}

.decades-nav:before {
    content: ' ';
    position: absolute;
    top: -5px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #ff671d;
}

.decades-nav a {
    display: inline-block;
    position: relative;
    padding: 20px 75px 15px;
    font-family: 'newsgoth_btroman';
    font-size: 17px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 3.4px;
    color: #a1a1a1;
}

.decades-nav a:before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 15px;
    background-color: #FFF;
}

#menu-decades a[aria-current] {
    color: #FFF;
    background-color: #f47424;
}

.years-nav {
    position: relative;
    text-align: center;
    background-color: #f47424;
}

.years-nav a {
    display: inline-block !important;
    position: relative;
    padding: 15px 0;
    margin: 0 15px;
    font-family: 'newsgoth_btroman';
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 3.4px;
    color: #FFF !important;
    opacity: 0.7;
}

.years-nav a.slick-current {
    opacity: 1;
}

.years-nav .slick-list {
    max-width: 1188px;
    width: 100%;
    margin: 0 auto;
}

.years-nav .slick-track {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;

    justify-content: center;
    width: 100% !important;
    transform: none !important;
}

.years-nav .slick-track .slick-slide {
    width: auto !important;
    margin: 0 35px 0 0;
}

.years-nav .slick-slider {
    overflow: hidden;
}

/*.years-nav .slick-track {*/
/*    text-align: center;*/
/*}*/

/*.years-nav .slick-track .slick-slide {*/
/*    width: auto !important;*/
/*    margin: 0 15px;*/
/*    float: none;*/
/*}*/

.years-item-social nav a {
    display: inline-block;
    margin-right: 12px;
    font-size: 16px;
    color: #333;
    line-height: 1;
}

.years-gallery-item {
    /*display: block;*/
    /*margin: 0 auto;*/
    /*max-width: 1188px;*/
    padding: 0 10px;
}

.years-item-image {
    position: relative;
    /*width: 1188px;*/
}

.years-item-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.years-item-footer .image-label {
    display: inline-block;
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
    color: #FFF;
    padding: 14.3px 46px 13px 114px;
    background-color: #f47424;
}

.years-item-footer-row {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 15px;
    background-color: rgba(255, 255, 255, 0.85);
    border-top: 3px solid #f47424;
}

.years-item-footer-row > * {
    max-width: 25%;
    flex-basis: 25%;
}

.years-item-footer-row.first-slice .years-item-info {
    max-width: 75%;
    flex-basis: 75%;
}

.years-item-social {
    margin-left: auto;
}

.years-item-info {
    padding-left: 100px;
}

.years-item-info h3 {
    margin: 0;
    font-size: 24px;
    color: #575757;
}

.years-item-info p {
    margin: 0;
    font-size: 18px;
    color: #3d3d3d;
    line-height: 1;
}

.years-item-info p > span,
.years-item-social span {
    display: block;
    margin: 0 0 5px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #3d3d3d;
    text-transform: uppercase;
}

.years-milestones {
    padding: 70px 0 120px;
}

.years-milestones .section-inner {
    position: relative;
    max-width: 960px;
}

.timeline-icon {
    position: absolute;
    left: -8px;
    width: 36px;
    height: 36px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.timeline-icon.timeline-icon-top {
    background-image: url(../images/timeline-arrow-bottom.png);
    top: -10px;
}

.timeline-icon.timeline-icon-bottom {
    background-image: url(../images/timeline-arrow-top.png);
    bottom: -45px;
}

.years-milestones .section-inner > h2,
.photo-gallery-item > h3 {
    margin: 0;
    font-size: 34px;
    font-weight: 400;
    line-height: 1;
    color: #f47424;
    text-align: center;
}

.years-milestone-slider {
    position: relative;
}

.years-milestone-slider:before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 7px;
    width: 5px;
    height: 100%;
    background-color: #dcdcdc;
    opacity: .5;
}

.milestone-item .milestone-row:first-child {
    margin-top: 70px;
}

.milestone-row {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 70px;
    padding-left: 50px;
}

.milestone-row:before {
    content: ' ';
    position: absolute;
    top: -5px;
    left: 5px;
    width: 9px;
    height: 9px;
    background-color: #f47424;
    border-radius: 100px;
    box-sizing: border-box;
    z-index: 2;
}

.milestone-row:after {
    content: ' ';
    position: absolute;
    top: -10px;
    left: 0;
    width: 19px;
    height: 19px;
    background-color: #FFF;
    border: solid 2px #dcdcdc;
    border-radius: 100px;
    box-sizing: border-box;
    z-index: 1;
}

.milestone-item .milestone-row:last-child {
    margin-bottom: 0;
}

.milestone-img {
    max-width: 370px;
    flex-basis: 370px;
    border-top: 4px solid #f47424;
}

.milestone-img img {
    /*width: 100%;*/
    /*max-width: 100%;*/
    /*height: auto;*/
}

.milestone-img + .milestone-body {
    padding-left: 60px;
}

.milestone-body h3 {
    margin: 0 0 25px;
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
    color: #f47424;
}

.milestone-body p {
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 2;
    color: #3d3d3d;
}

.years-photo-gallery {
    padding: 120px 0 75px;
    background-color: #f2f2f2;
}

.years-photo-gallery .section-inner {
    max-width: 960px;
}

.photo-gallery-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 45px 0 0;
}

.gallery-grid-item {
    max-width: 206px;
    flex-basis: 206px;
    margin-right: 45px;
    margin-bottom: 45px;
}

.gallery-grid-item:nth-child(4n) {
    margin-right: 0;
}

.gallery-grid-item img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.landing-events {
    margin-bottom: 70px;
    padding: 160px 0 0;
    background-image: url(../images/landing-events-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.landing-events-inner {
    position: relative;
    top: 70px;
    padding: 85px 115px;
    background-color: #FFF;
    border-top: 4px solid #f47424;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.landing-events-item > h3 {
    margin: 0 0 40px;
    font-size: 34px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    color: #f47424;
}

.landing-events-grid {
    display: flex;
    flex-wrap: wrap;
}

.landing-events-grid-item {
    padding: 15px;
    max-width: 50%;
    flex-basis: 50%;
    box-sizing: border-box;
}

.landing-events-grid-item-inner {
    padding-bottom: 30px;
    display: flex;
    flex-wrap: nowrap;
    border-bottom: 1px solid #e3e3e3;
}

.landing-events-grid .landing-events-grid-item:last-child .landing-events-grid-item-inner,
.landing-events-grid .landing-events-grid-item:nth-last-child(2) .landing-events-grid-item-inner {
    border-bottom: none;
}

.events-grid-item-body {
    padding-left: 30px;
}

.events-grid-item-body > h3 {
    margin: 0 0 10px;
    font-family: Arial, sans-serif;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    color: #1683c4;
}

.events-grid-item-body > span {
    display: inline-block;
    width: 100%;
    margin: 0 0 10px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1;
    color: #3d3d3d;
}

.events-grid-item-body > p {
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #3d3d3d;
}

/* SLICK */

.years-gallery * {
    box-sizing: border-box;
}

.years-gallery .slick-disabled {
    opacity: 0.5;
}

.years-gallery .slick-prev,
.years-gallery .slick-next {
    width: 60px !important;
    height: 60px !important;
    background-position: center center;
    background-size: contain !important;
    z-index: 3;
}

.years-gallery .slick-prev {
    background-image: url(../images/decades-arrow-left.png) !important;
}

.years-gallery .slick-next {
    background-image: url(../images/decades-arrow-right.png) !important;
}

.years-gallery .slick-prev:before,
.years-gallery .slick-next:before {
    content: normal;
}

@media screen and (min-width: 960px) {

    .years-gallery.slick-initialized.slick-slider {
        overflow: hidden;
    }

    .years-gallery .slick-list {
        overflow: visible;
    }
}

.years-gallery .slick-list {
    max-width: 1188px;
    width: 100%;
    margin: 0 auto;
    z-index: 1;
}

.years-gallery .slick-prev,
.years-gallery .slick-next {
    z-index: 2;
}

.years-gallery .slick-prev {
    left: 25px;
}

.years-gallery .slick-next {
    right: 25px;
}

.years-gallery .slick-active .years-item-image img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
}

.years-gallery .years-item-image img {
    width: 100%;
    height: auto;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: .55;
}

.gallery-modal {
    display: none;
    border-top: 4px solid #f47424;
}

.gallery-modal-body {
    display: inline-block;
    margin: 15px 0;
    padding: 15px 0;
    border-bottom: solid 1px #e3e3e3;
}

.gallery-modal-body p {
    max-width: 820px;
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: #3d3d3d;
}

.gallery-modal-share {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.gallery-modal-share nav a {
    margin: 0 10px 0 0;
    font-size: 16px;
    color: #333;
    line-height: 1;
}

.gallery-modal-share span {
    display: inline-block;
    margin: 0 10px 0 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    color: #3d3d3d;
    text-transform: uppercase;
}

.single-decades #mainnav {
    max-width: 100%;
}

.intro-content {
    text-align: center;
}

.first-section-intro {
    padding: 2rem 0;
    background-color: #EFEFEF;
}

.first-section-intro h2 {
    margin: 0 0 1.5rem;
    font-size: 34px;
    font-weight: 400;
    line-height: 1;
    color: #f47424;
    text-align: center;
}

.first-section-intro p {
    font-size: 24px;
    color: #9D9D9D;
    line-height: 1.5;
}

@media only screen and (min-width: 651px) {

    .single-decades #header.landing-header #logo {
        left: 5px;
    }

    .single-decades #header.landing-header #be-heard {
        width: 190px;
    }

}

.next-decade {
    display: none;
    padding-top: 50px;
}

.next-decade .btn-form {
    margin: 0 auto;
}