@font-face {
    font-family: 'newsgoth_btroman';
    src: url('../fonts/newsgoth-bt-roman-webfont.eot');
    src: url('../fonts/newsgoth-bt-roman-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/newsgoth-bt-roman-webfont.woff') format('woff'),
    url('../fonts/newsgoth-bt-roman-webfont.ttf') format('truetype'),
    url('../fonts/newsgoth-bt-roman-webfont.svg#newsgoth_btroman') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'newsgoth_lt_btlight';
    src: url('../fonts/newsgoth-lt-bt-light-webfont.eot');
    src: url('../fonts/newsgoth-lt-bt-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/newsgoth-lt-bt-light-webfont.woff') format('woff'),
    url('../fonts/newsgoth-lt-bt-light-webfont.ttf') format('truetype'),
    url('../fonts/newsgoth-lt-bt-light-webfont.svg#newsgoth_lt_btlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'newsgoth_dm_btdemi';
    src: url('../fonts/newsgoth-dm-bt-demi-webfont.eot');
    src: url('../fonts/newsgoth-dm-bt-demi-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/newsgoth-dm-bt-demi-webfont.woff') format('woff'),
    url('../fonts/newsgoth-dm-bt-demi-webfont.ttf') format('truetype'),
    url('../fonts/newsgoth-dm-bt-demi-webfont.svg#newsgoth_dm_btdemi') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: Arial, Helvetica, sans-serif;
}

h1 {
    display: table;
    width: 110%;
    height: 100px;
    margin-left: -5%;
    padding: 0 0 12px 5%;
    background: url('../images/skin/bg/bg_cta-standard.png');
    border-top: 6px solid #68c3f0;
    font-size: 30px;
    font-family: 'newsgoth_lt_btlight';
    color: #fff;
    font-weight: normal;
    line-height: 1.18;
}

h1 > span {
    display: table-cell;
    vertical-align: bottom;
}

.top-pageid-5 h1 {
    background: url('../images/skin/bg/bg_cta-events.png');
    border-color: #6fc302;
}

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

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

.top-pageid-10 h1 {
    background: url('../images/skin/bg/bg_cta-resources.png');
    border-color: #913dd2;
}

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

.top-pageid-14 h1 {
    background: url('../images/skin/bg/bg_cta-membership.png');
    border-color: #09cdca;
}

.top-pageid-16 h1 {
    background: url('../images/skin/bg/bg_cta-getinvolved.png');
    border-color: #1069b9;
}


h2 {
    margin: 25px 0 30px 0;
    font-size: 20px;
    font-family: 'newsgoth_btroman';
    font-weight: normal;
    line-height: 1.5;
    color: #f47424;
}

.top-pageid-5 h2 {
    color: #676200;
}

.top-pageid-6 h2 {
    color: #d9541e;
}

.top-pageid-8 h2 {
    color: #f59f1a;
}

.top-pageid-10 h2 {
    color: #46166b;
}

.top-pageid-12 h2 {
    color: #be2176;
}

.top-pageid-14 h2 {
    color: #119f9d;
}

.top-pageid-16 h2 {
    color: #003768;
}


h3 {
    margin: 30px 0 5px 0;
    font-size: 15px;
    color: #569bbd;
    font-weight: bold;
}

h4 {
    margin: 30px 0 5px 0;
    font-size: 14px;
    color: #3d3d3d;
    font-weight: bold;
}


#content p, #content li, #content td {
    font-size: 14px;
    color: #3d3d3d;
    line-height: 1.6;
}

#content p {
    margin: 5px 0 10px 0;
}

/* Remember: LoVe For Hate */
a {
    color: #569bbd;
    text-decoration: none;
}

a:visited {
    color: #979797;
    text-decoration: underline;
}

a:focus, a:active {
    color: #979797;
    text-decoration: underline;
}

a:hover {
    text-decoration: underline;
}


* {

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


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

#wrapper {
    position: relative;
    overflow: hidden;
}

.section-inner {
    width: 100%;
    margin: 0 auto;
    position: relative;

}


#overlay {
    display: none;
}

/* --HEADER-- */
#header {
}

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

#util, #logo {
    position: absolute;
}

#logo {
    top: 22px;
    left: 4%;
    display: block;
    width: 220px;
    height: 55px;
    background: url('../images/logo-new.png') 0 0 no-repeat;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
}

#util {
    display: none;
}


#header-search {
    display: none;
}

#header-search-mobile {
    display: none;
    position: relative;
    height: 63px;
    background: #e9e9e9;
}

#header-search-mobile label {
    display: none;
}

#header-search-mobile input[type="text"] {
    width: 100%;
    height: 63px;
    padding-left: 4%;
    border: none;
    background: #e9e9e9;
    font-size: 17px;
    font-family: Arial, Helvetica, sans-serif;
    color: #afafaf;
}

#header-search-mobile input[type="submit"] {
    position: absolute;
    top: 22px;
    right: 4%;
    width: 23px;
    height: 1px;
    padding-top: 22px;
    overflow: hidden;
    border: none;
    background: url('../images/mobile/skin/bg/btn_search.gif') 0 0 no-repeat;
    cursor: pointer;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
    text-indent: -1000px;
}


#header-social {
    display: none;
}


#be-heard {
    position: absolute;
    top: 56px;
    right: 4%;
    width: 106px;
    height: 19px;
    background: url('../images/mobile/skin/be-heard.gif') 0 0 no-repeat;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
}

#util-mobile {
    position: absolute;
    top: 30px;
    right: 4%;
}

#util-mobile li {
    float: left;
}

#util-mobile li a {
    display: block;
    height: 1px;
    padding-top: 26px;
    overflow: hidden;
    background-repeat: no-repeat;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
}

#util-mobile li.home a {
    width: 39px;
    background-image: url('../images/mobile/skin/bg/util_home.gif');
}

#util-mobile li.contact a {
    width: 43px;
    background-image: url('../images/mobile/skin/bg/util_contact.gif');
}

#util-mobile li.search a {
    width: 32px;
    background-image: url('../images/mobile/skin/bg/util_search.gif');
}

#util-mobile li.search.active a {
    width: 32px;
    background-image: url('../images/mobile/skin/bg/util_search-close.gif');
}


#mainnav {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #fff;

}

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


#mainnav .menu .menu-title {
    display: block;
    height: 50px;
    padding: 12px 0 0 4%;
    font-size: 23px;
    font-family: 'newsgoth_lt_btlight';
    color: #a5a5a5;
}

#mainnav .menu .menu-button {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 51px;
    height: 1px;
    padding-top: 50px;
    overflow: hidden;
    border-left: 1px solid #fff;
    background: url('../images/mobile/skin/bg/btn_menu.gif');
    -moz-background-size: auto 50px;
    -webkit-background-size: auto 50px;
    background-size: auto 50px;
}

#mainnav .menu .menu-button.active {
    background-position: -52px 0;
}

#mainnav > .menu > ul {
    display: none;
    border-top: 1px solid #fff;
}

#mainnav > .menu > ul > li {
    border-top: 1px solid #676767;
}

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

#mainnav > .menu > ul > li > a {
    display: block;
    padding: 17px 0;
    font-size: 23px;
    font-family: 'newsgoth_lt_btlight', Arial, Helvetica, sans-serif;
    color: #fff;
    line-height: 1;
    text-decoration: none;
}


#mainnav > .menu > ul > li > .sub-menu-wrapper1 {
    display: none;
}

#dhtml_bg_images {
    display: none;
}


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

#main .m-w1 {
}

#main .m-w2 {
    overflow: hidden;
    width: 100%;


}

#main .m-w3 {
    position: relative;
    width: 100%;
}


#banner {
    display: none;
}

#banner-mobile {
    display: none;
}


#subnav {
}


#subnav .subnav-title {
    display: block;
    padding: 25px 0 0 0;
    font-size: 30px;
    font-family: 'newsgoth_lt_btlight';
    color: #515151;
    border-top: 2px solid #515151;
}

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

#subnav > ul {
    margin: 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

#subnav > ul > li {
    list-style: none;
}

#subnav > ul > li > a {
    display: block;
    width: 100%;
    border-top: 1px solid #ddd;
    overflow: hidden;
}

#subnav > ul > li:first-child > a {
    border: none;
}

#subnav > ul > li.current_page_item .subnav-text, #subnav > ul > li.current_page_parent .subnav-text, #subnav > ul > li.current_page_ancestor .subnav-text {
    color: #fff;
}

#subnav > ul > li.current_page_item, #subnav > ul > li.current_page_parent, #subnav > ul > li.current_page_ancestor {
    background: #569bbd;
}

.top-pageid-5 #subnav > ul > li.current_page_item, .top-pageid-5 #subnav > ul > li.current_page_parent, .top-pageid-5 #subnav > ul > li.current_page_ancestor {
    background: #676200;
}

.top-pageid-6 #subnav > ul > li.current_page_item, .top-pageid-6 #subnav > ul > li.current_page_parent, .top-pageid-6 #subnav > ul > li.current_page_ancestor {
    background: #d9541e;
}

.top-pageid-8 #subnav > ul > li.current_page_item, .top-pageid-8 #subnav > ul > li.current_page_parent, .top-pageid-8 #subnav > ul > li.current_page_ancestor {
    background: #f59f1a;
}

.top-pageid-10 #subnav > ul > li.current_page_item, .top-pageid-10 #subnav > ul > li.current_page_parent, .top-pageid-10 #subnav > ul > li.current_page_ancestor {
    background: #46166b;
}

.top-pageid-12 #subnav > ul > li.current_page_item, .top-pageid-12 #subnav > ul > li.current_page_parent, .top-pageid-12 #subnav > ul > li.current_page_ancestor {
    background: #be2176;
}

.top-pageid-14 #subnav > ul > li.current_page_item, .top-pageid-14 #subnav > ul > li.current_page_parent, .top-pageid-14 #subnav > ul > li.current_page_ancestor {
    background: #119f9d;
}

.top-pageid-16 #subnav > ul > li.current_page_item, .top-pageid-16 #subnav > ul > li.current_page_parent, .top-pageid-16 #subnav > ul > li.current_page_ancestor {
    background: #003768;
}

#subnav > ul > li > a > span {
    position: relative;
    display: table;
    width: 96%;
    height: 90px;
    background: url('../images/mobile/skin/bg/overview-item1.png') right center no-repeat;
    -moz-background-size: auto 24px;
    -webkit-background-size: auto 24px;
    background-size: auto 24px;
}

#subnav > ul > li.active > a > .subnav-item {
    background-image: url('../images/mobile/skin/bg/overview-item2.png');
}

#subnav > ul > li > a > .subnav-item > .subnav-text {
    display: table-cell;
    padding-left: 4%;
    font-size: 23px;
    font-family: 'newsgoth_lt_btlight';
    vertical-align: middle;
}


#subnav > ul .subnav-text {
    color: #569bbd;
}

.top-pageid-5 #subnav > ul .subnav-text {
    color: #676200;
}

.top-pageid-6 #subnav > ul .subnav-text {
    color: #d9541e;
}

.top-pageid-8 #subnav > ul .subnav-text {
    color: #f59f1a;
}

.top-pageid-10 #subnav > ul .subnav-text {
    color: #46166b;
}

.top-pageid-12 #subnav > ul .subnav-text {
    color: #be2176;
}

.top-pageid-14 #subnav > ul .subnav-text {
    color: #119f9d;
}

.top-pageid-16 #subnav > ul .subnav-text {
    color: #003768;
}


#subnav > ul > li > ul {
    display: none;
    margin: 0 0 0 4%;
    padding-bottom: 40px;
}

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

#subnav > ul > li > ul > li {
    padding: 20px 0 0 4%;
    border-left: 2px solid #fff;
}

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

#subnav > ul > li > ul > li > a {
    display: block;
    font-size: 16px;
    font-family: 'newsgoth_btroman';
    color: #fff;
}


#content {
    width: 100%;
    position: relative;
    font-size: 14px;
    color: #3d3d3d;

}

#content .c-w1 {
    padding: 0 4% 50px 4%;
}

#ctas {
    display: none;
}

#ctas-mobile {
    width: 100%;
    margin: 0 auto;
    /*background: url('../images/mobile/skin/bg/bg_cta1.jpg') top center no-repeat;*/
    background-position: top center;
    background-repeat: no-repeat;
}

#ctas-mobile .cta-wrapper {
    position: relative;
    width: 100%;
    height: 234px;
    margin: 0 auto;
}

#ctas-mobile ul {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

#ctas-mobile li {
    display: table;
    width: 100%;
}

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

#ctas-mobile li a {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 117px;
    padding-left: 4%;
    background: url('../images/skin/bg/bg_cta-standard.png');
    border-top: 3px solid #68c3f0;
    color: #fff;
    text-decoration: none;
}

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

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

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

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

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

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

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

#ctas-mobile li a .highlighted, #ctas-mobile li a .title {
    display: inline-block;
    padding-bottom: 5px;
    font-size: 23px;
    letter-spacing: 1px;
}

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

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

#ctas-mobile li a .text {
    display: block;
    font-size: 14px;
    font-family: 'newsgoth_btroman';
    letter-spacing: 1px;
}

/* --FOOTER-- */
#footer {
    padding-bottom: 50px;
    font-size: 12px;
    color: #acacac;
    border-top: 1px solid #fff;
}

#footer a {
    text-decoration: none;
}


#twitter-feed {
    display: none;
}

#sponsors {
    display: none;
}


#footernav {
    position: relative;
    width: 100%;
    /*border-bottom: 1px solid #fff;*/

}

#footernav .menu {
    width: 100%;
    min-height: 50px;
    background: #515151;
}

/*
#footernav .menu .menu-title {display: block; height: 50px; padding: 11px 0 0 4%; font-size: 23px; font-family: 'newsgoth_lt_btlight'; color: #a5a5a5;}

#footernav .menu .menu-button {position: absolute; top: 0; right: 0; display: block; width: 51px; height: 1px; padding-top: 50px; overflow: hidden; border-left: 1px solid #fff; background: url('../images/mobile/skin/bg/btn_menu.gif');
    -moz-background-size: auto 50px;
    -webkit-background-size: auto 50px;
    background-size: auto 50px;
}
*/
#footernav .menu .menu-title, #footernav .menu .menu-button {
    display: none;
}

#footernav .menu .menu-button.active {
    background-position: -52px 0;
}

#footernav > .menu > ul { /*display: none; border-top: 1px solid #fff;*/
}

#footernav > .menu > ul > li {
    margin: 0 4%;
    border-top: 1px solid #676767;
}

#footernav > .menu > ul > li:first-child {
    border: none;
}

#footernav > .menu > ul > li > a {
    display: block;
    padding: 17px 0;
    font-size: 23px;
    font-family: 'newsgoth_lt_btlight', Arial, Helvetica, sans-serif;
    color: #fff;
    line-height: 1;
    text-decoration: none;
}


#footer-logo {
    display: none;
}



#footer-social ul {
    display: inline-block;
}

#footer-social li {
    float: left;
    margin-left: 30px;
}

#footer-social li:first-child {
    margin: 0;
}

#footer-social li a {
  
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
}

#footer-social li.twitter a {
    background-image: url('../images/mobile/skin/bg/image-twitter.png');
}

#footer-social li.facebook a {
    background-image: url('../images/mobile/skin/bg/footer-social2.gif');
}

#footer-social li.linkedin a {
    background-image: url('../images/mobile/skin/bg/footer-social3.gif');
}

#footer-social li.youtube a {
    background-image: url('../images/mobile/skin/bg/footer-social4.gif');
}


#footer-util {
    margin: 0 4% 20px 4%;
    padding: 23px 0 13px 0;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    border-bottom: 1px solid #ddd;
}

#footer-util .about {
    display: block;
    padding-bottom: 12px;
}

#footer-util ul {
    display: inline-block;
}

#footer-util li {
    float: left;
    margin: 0 0 10px 15px;
    padding-left: 15px;
    border-left: 1px solid #c2c2c2;
}

#footer-util li:first-child {
    margin-left: 0;
    padding: 0;
    border: none;
}

#footer-util a {
    color: #525252;
}

#bottomlinks {
    padding-top: 25px;
    text-align: center
}

#bottomlinks ul {
    display: inline-block;
}

#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;
}

#bottomlinks li.about {
    display: none;
}

#copyright {
    margin-top: -40px;
    text-align: center;
}

#credit {
    padding-top: 32px;
    text-align: center;
}


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


.page-template-overview-php h1 {
    width: 100%;
    height: 100px;
    margin: 0;
    font-size: 30px;
}

.page-template-overview-php h1 .highlighted {
    display: inline-block;
    padding-right: 9px;
    font-family: 'newsgoth_dm_btdemi';
}

/* ---------- */

/* --MAIN-- */

.page-template-overview-php h1 {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 4%;
}

.page-template-overview-php h1 > span {
    padding-bottom: 12px;
}

.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;
}

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

.page-template-overview-php #content .main-title {
    display: block;
    position: relative;
    width: 100%;
    height: 213px;
}

.page-template-overview-php #banner-mobile {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 213px;
    display: block;
    height: 213px;
    background-position: top center;
    background-position: top center;
    -moz-background-size: auto 100%;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
}

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

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

#overview-items > li > a {
    display: block;
    width: 100%;
    border-top: 1px solid #ddd;
    overflow: hidden;
}

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

#overview-items > li.active .overview-title {
    color: #fff;
}

#overview-items > li.active {
    background: #569bbd;
}

.top-pageid-5 #overview-items > li.active {
    background: #676200;
}

.top-pageid-6 #overview-items > li.active {
    background: #d9541e;
}

.top-pageid-8 #overview-items > li.active {
    background: #f59f1a;
}

.top-pageid-10 #overview-items > li.active {
    background: #46166b;
}

.top-pageid-12 #overview-items > li.active {
    background: #be2176;
}

.top-pageid-14 #overview-items > li.active {
    background: #119f9d;
}

.top-pageid-16 #overview-items > li.active {
    background: #003768;
}

#overview-items .overview-item-wrapper {
    position: relative;
    display: table;
    width: 96%;
    height: 90px;
    background: url('../images/mobile/skin/bg/overview-item1.png') right center no-repeat;
    -moz-background-size: auto 24px;
    -webkit-background-size: auto 24px;
    background-size: auto 24px;
}

#overview-items > li.active .overview-item-wrapper {
    background-image: url('../images/mobile/skin/bg/overview-item2.png');
}

#overview-items .overview-title {
    display: table-cell;
    padding-left: 4%;
    font-size: 23px;
    font-family: 'newsgoth_lt_btlight';
    color: #569bbd;
    vertical-align: middle;
}

#overview-items .overview-text {
    display: none;
}

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

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

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

.top-pageid-10 #overview-items .overview-title {
    color: #46166b;
}

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

.top-pageid-14 #overview-items .overview-title {
    color: #119f9d;
}

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

#overview-items > li > ul {
    display: none;
    margin: 0 0 0 4%;
    padding-bottom: 40px;
}

#overview-items > li > ul > li {
    padding: 20px 0 0 4%;
    border-left: 2px solid #fff;
}

#overview-items > li > ul > li:first-child {
    padding-top: 0;
}

#overview-items > li > ul > li > a {
    display: block;
    font-size: 16px;
    font-family: 'newsgoth_btroman';
    color: #fff;
}


/* ---------- 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: #569bbd;
    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;
}


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

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


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

#banner-home-mobile {
    position: relative;
    height: 213px;
    border-top: 3px solid #71c6f0;
    overflow: hidden;
}

#banner-home-mobile > ul {
    height: 210px !important;
}

#banner-home-mobile > ul > li {
    position: relative;
    width: 100% !important;
    height: 210px !important;
    background-position: top center;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}

#banner-home-mobile .banner-content {
    position: absolute;
    top: 0;
    bottom: 52px;
    left: 0;
    width: 100%;
    padding: 31px 4%;
    background: url('../images/skin/bg/bg_cta-standard.png');
    font-family: 'newsgoth_lt_btlight';
}

#banner-home-mobile .banner-content .banner-title {
    display: block;
    padding-bottom: 4px;
    font-size: 22px;
    color: #8ed2f3;
}

#banner-home-mobile .banner-content .banner-text {
    font-size: 27px;
    color: #fff;
    line-height: 1.35;
}

#banner-home-mobile .banner-controls {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 52px;
    padding-top: 15px;
    background: url('../images/skin/bg/bg_banner-home-controls.png');
    text-align: center;
}

#banner-home-mobile .banner-controls .prev, #banner-home-mobile .banner-controls .next {
    display: inline-block;
    width: 24px;
    height: 1px;
    padding-top: 24px;
    overflow: hidden;
    background: url('../images/mobile/skin/bg/bg_banner-controls-arrow.png') 0 0 no-repeat;
    -webkit-background-size: 24px auto;
    -moz-background-size: 24px auto;
    background-size: 24px auto;
}

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

#banner-home-mobile .banner-controls .pagination {
    display: inline-block;
    margin: 0 24px;
    vertical-align: top;
}

#banner-home-mobile .banner-controls .pagination a {
    display: inline-block;
    width: 12px;
    height: 1px;
    padding-top: 12px;
    margin: 6px 6px 0 6px;
    overflow: hidden;
    background: url('../images/mobile/skin/bg/bg_banner-controls-dots.png') 0 0 no-repeat;
    -webkit-background-size: 12px auto;
    -moz-background-size: 12px auto;
    background-size: 12px auto;
}

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

.page-template-homepage-php #banner-home {
    display: none;
}


.page-template-homepage-php #content .c-w1 {
    margin: 35px 0;
    padding-bottom: 0;
}


#upcoming-events {
    min-height: 233px; /*background: url('../images/mobile/skin/bg/bg_upcoming-events.jpg') center top no-repeat; -moz-background-size: 100% auto;*/
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}

#upcoming-events .upcoming-events-wrapper {
    padding: 0 4%;
}

#upcoming-events .upcoming-events-wrapper > a {
    display: none;
}

#upcoming-events .upcoming-events-wrapper > .event-item:nth-child(2) {
    display: block;
}

#upcoming-events .upcoming-events-wrapper .title {
    display: block;
    margin-bottom: 15px;
    font-size: 22px;
    color: #559CBE;
    font-family: 'newsgoth_lt_btlight';
}

#upcoming-events .upcoming-events-wrapper .title .all-events {
    display: none;
}

#upcoming-events .title .all-events {
    display: inline-block;
    margin: 45px 0 0 15px;
    padding: 0 31px 0 13px;
    height: 26px;
    color: #ffffff;
    opacity: .5;
    text-decoration: none;
    border-left: 1px solid #fff;
    background: url('../images/mobile/skin/bg/bg_upcoming-events-all.png') right 2px no-repeat;
    -webkit-background-size: 24px auto;
    -moz-background-size: 24px auto;
    background-size: 24px auto;
}


#upcoming-events .upcoming-events-wrapper .event-item {
    line-height: 1.7;
    opacity: 0.9;
}

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

#upcoming-events .upcoming-events-wrapper .event-item .event-title {
    display: block;
    font-size: 14px;
    color: #3D3D3D;
    font-weight: bold;
}

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


#postings {
}

#jobline-postings, #volunteer-postings {
    padding: 14px 4% 40px 4%;
}

#jobline-postings {
    border-bottom: 1px solid #dddddd;
}


#postings .title {
    display: block;
    margin-bottom: 15px;
    font-size: 22px;
    color: #559cbe;
    font-family: 'newsgoth_lt_btlight';
}

#postings .title .all-postings {
    display: inline-block;
    margin: 28px 0 0 15px;
    padding: 0 31px 0 13px;
    height: 26px;
    color: #d3d3d3;
    text-decoration: none;
    border-left: 1px solid #d3d3d3;
    background: url('../images/mobile/skin/bg/bg_postings-all.png') right 2px no-repeat;
    -webkit-background-size: 24px auto;
    -moz-background-size: 24px auto;
    background-size: 24px auto;
}

#volunteer-postings {
}

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

#jobline-postings ul, #volunteer-postings ul {
    margin-top: 20px;
}

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


.page-template-homepage-php #ctas-mobile {
    margin-top: 10px;
    background-position: center top;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}

.page-template-homepage-php #ctas-mobile .cta-wrapper {
    height: 223px;
}

.page-template-homepage-php #ctas-mobile li a {
    display: block;
    height: 223px;
    padding: 32px 4% 0 4%;
    font-size: 22px;
    color: #fff;
    font-family: 'newsgoth_lt_btlight';
    line-height: 1.33;
}

.page-template-homepage-php #ctas-mobile li a .join {
    display: block;
    margin-top: 17px;
    padding-top: 20px;
    border-top: 1px solid #aac6d3;
    color: #ffffff;
    background: url('../images/mobile/skin/bg/bg_upcoming-events-all.png') 48px 22px no-repeat;
    -webkit-background-size: 24px auto;
    -moz-background-size: 24px auto;
    background-size: 24px auto;
}


.page-template-homepage-php #footernav {
    display: none;
}

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

#home-spacer img {
    display: block;
    margin: auto;
    max-width: 100%;
}

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

#member-login {
    margin-top: 30px;
}

#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;
}

/************** Upcoming Event, jobs, and volunteer accordion ***************************/

#event-categories, #job-postings ul {
    margin: 0 -4%;
    border-bottom: 1px solid #e0e0e0;
    display:block !important;
}


#event-categories li, #job-postings li {
    list-style: none;
}

#event-categories > li > a, #job-postings ul > li > a {
    color: #569bbd;
    font-size: 16px;
    display: block;
    border-top: 1px solid #e0e0e0;
    line-height: 20px;
    padding: 10px 10%;
}

#event-categories > li.active > a, #job-postings ul > li.active > a {
    border-bottom: 1px solid #c5e79a;
}

.css-events-list, .job-info {
    border-top: 4px solid #94c753;
    background: #eeeeee;
    text-align:center;}
.em-event.em-item {padding:10px 10px;}

.job-info {
    display: none;
}

.css-events-list ul, #content .css-events-list p {
    margin: 0px;
}

.css-events-list ul li {
    list-style: none;
}

.event-date {
    display: block;
    font-style: italic;
}

.event-title {
    font-weight: bold;
    display: block;
}


span#be-heard {
    display: none !important;
}


#news-list .text-wrap, .archive .text-wrap, .category .text-wrap {
    margin-bottom: 20px;
}


/* Homepage Featured Content */
.blog-featured {
    padding: 40px 4%;
}

.blog-featured-wrap .blog {
    margin-bottom: 30px;
}

.blog-featured-wrap .title {
    display: block;
    font-size: 22px;
    color: #559cbe;
    font-family: 'newsgoth_lt_btlight';
    margin-bottom: 20px;
}

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

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

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

.blog-featured-wrap .blog-date {
    display: block;
    font-size: 16px;
    color: #3D3D3D;
    font-style: italic;
}

.blog-featured-wrap .blog-title {
    display: block;
    font-size: 14px;
    color: #3D3D3D;
    font-weight: bold;
}

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


#subnav {
    padding: 0 4% 25px;
}

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

.anniversary-cta {
    padding-top: 0;
    position: relative;
    height: 165px;
    margin-bottom: 270px;
    background-size: cover;
    background-position: center center;
}

.anniversary-cta-wrap {
    position: absolute;
    top: 100%;
}

.anniversary-cta-box {
    display: block;
    max-width: 100%;
    padding: 15px;
    margin: 0;
    background-color: rgba(22, 131, 196, 1);
    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: 210px;
    height: 50px;
    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;
}

/* 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;
}

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

#landing-hero {
    width: 100%;
    height: 600px;
    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;
}

.chapter-inner-section,
.landing-form-section {
    max-width: 100%;
    flex-basis: 100%;
    padding: 30px;
}

.landing-form-section {
    padding: 50px 15px 0;
}

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

#landing-hero p {
    position: relative;
    font-family: 'newsgoth_btroman';
    font-size: 20px;
    color: #FFF;
}

#landing-hero .landing-hero-inner > h2 + p {
    margin-bottom: 100px;
}

#landing-hero .landing-hero-inner > h2 + p + span {
    content: ' ';
    position: absolute;
    bottom: 130px;
    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-footer ul li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 5px 15px;
}

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

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

.landing-hero-footer ul li nav a {
    margin-right: 15px;
    font-size: 25px;
    color: #FFF;
    line-height: 1;
}

.landing-section {
    padding: 50px 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';
    color: #F47424;
    font-size: 30px;
    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: 70%;
    font-family: 'newsgoth_btroman';
    font-size: 17px;
    line-height: 1.3;
    color: #8F8F8F;
}

div#section-form {
    height: 165px;
    padding: 0;
    margin-bottom: 1160px;
}

#section-form .section-inner {
    top: 165px;
}

.landing-form {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 10px;
    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;
}

.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 > 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 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;
}

.gform_drop_area input[type=button] {
    margin: 0 auto;
}

.gfield.custom-file-input label {
    display: none !important;
}

.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;
}

.btn-form {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 210px;
    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;
    font-weight: 400;
    line-height: 1;
    border: none;
    outline: none;
}

.landing-section.timeline-section {
    padding-top: 70px;
    background-color: #EFEFEF;
    background-image: none !important;
}

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

.timeline-inner > .timeline-section {
    margin: 0 0 2rem;
    padding: 0 15px;
    max-width: 100%;
    flex-basis: 100%;
}

.timeline-inner > .timeline-section + .timeline-section {
    margin: 0;
}

.timeline-inner > .timeline-section h3 {
    display: flex;
    font-weight: 300;
}

.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 {
    margin: 0;
    font-size: 16px;
    line-height: 2;
}

.landing-section.chapter-section {
    padding: 0;
    height: 165px;
    margin-bottom: 450px;
}

.landing-section.chapter-section .section-inner {
    top: 165px;
}

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

.chapter-inner-section {
    max-width: 100%;
    flex-basis: 100%;
    padding: 0 15px;
}

.chapter-inner-section h3 {
    margin-bottom: 20px !important;
}

.chapter-inner-section .btn-form {
    margin: 0 0 20px !important;
}

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

.landing-section.sponsors-section {
    display: none;
}

.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 */
}

.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:focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

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

.page-template-page-single-decade {
    background: none !important;
}

.page-template-page-single-decade .section-inner {
    width: 100%;
}

.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 0 15px;
    margin: 0 25px;
    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;
}

.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-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 15px;
}

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

.decades-nav nav {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    margin-top:46px;
}

.years-item-social nav a {
    font-size: 16px;
    color: #333;
    line-height: 1;
}

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

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

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

.years-item-footer .image-label {
    display: inline-block;
    font-size: 20px;
    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;
    justify-content: space-between;
    padding: 30px 15px;
    background-color: rgba(255, 255, 255, 0.85);
}

.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: 75px;*/
}

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

.years-item-info h3 {
    margin: 0;
    color: #222;
}

.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: 35px 0 75px;
}

.years-milestones .section-inner {
    max-width: 100%;
}

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

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

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

.milestone-row:before {
    content: ' ';
    position: absolute;
    top: -5px;
    left: 20px;
    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: 15px;
    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 {
    margin: 0 0 25px;
    max-width: 100%;
    flex-basis: 100%;
    border-top: 4px solid #f47424;
}

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

.milestone-body {
    max-width: 100%;
    flex-basis: 100%;
    /*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: 75px 0;
    background-color: #f2f2f2;
}

.years-photo-gallery .section-inner {
    max-width: 100%;
}

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

.gallery-grid-item {
    max-width: 49%;
    flex-basis: 49%;
    /*margin-right: 45px;*/
    margin-bottom: 15px;
    padding: 0 7px 0 15px;
}

.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: 165px 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: 40px 15px;
    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: 24px;
    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: 100%;
    flex-basis: 100%;
    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;
}

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

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

.timeline-icon {
    position: absolute;
    left: 5px;
    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: -20px;
}

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

/* SLICK */

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

.years-gallery .slick-prev,
.years-gallery .slick-next {
    top: 25%;
    width: 45px !important;
    height: 45px !important;
    background-position: center center;
    background-size: contain;
    z-index: 1;
}

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

.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: .85;
}

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

.gallery-modal-body p {
    margin: 30px 0;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    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;
}

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

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

.first-section-intro {
    padding: 1.5rem 15px;
    background-color: #EFEFEF;
}

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

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

/*------------------------------------*\
   #MOBILE SUBMENU
\*------------------------------------*/

@media only screen and (max-width: 767px) {

    #mainnav > .menu > ul > li > a {
        padding-bottom: 10px;
    }

    .sub-menu-wrapper2 > .title {
        display: none;
    }

    .sub-menu-wrapper2 > .sub-menu > li {
        display: block;
        width: 100%;
        padding: 10px 0 10px 15px;
    }

    .sub-menu-wrapper2 > .sub-menu > li:not(:last-child) {
        border-bottom: 1px solid #676767;
    }

    .sub-menu-wrapper2 > .sub-menu > li > a {
        color: #EDEDED;
        font-size: 14px;
    }

    .sub-menu-wrapper2 > .sub-menu > li:last-child > a {
        padding-bottom: 20px;
    }
}