@font-face {
  font-family: social;
  src: url('fonts/social.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: DINWeb-Bold;
  src: url('fonts/DINWeb-Bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: DINWeb;
  src: url('fonts/DINWeb.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
.pre-nav {
    display: block;
    position: relative;
    z-index: 20;
    text-align: right;
    background-color: #c1c1c1;
    color: #fefefe;
}
@media screen and (min-width: 40em)
.nav-header {
    height: 100px;
}
.nav-header {
    background-color: #fefefe;
    height: 100px;
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
}
body{
    background-image: url(images/18-FCS-background.jpg);
    top: 0;
    left: 0;
    z-index: -2;
    background-repeat: no-repeat;
    background-position: 0 -180px;
}
[class^="social-"]:before, [class*=" social-"]:before {
    font-family: "social" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.row {
    max-width: 55.55556rem;
    margin-left: auto;
    margin-right: auto;
}
.row::before, .row::after {
    content: ' ';
    display: table;
}
@media screen and (min-width: 40em)
.medium-3 {
    width: 25%;
}
@media screen and (min-width: 40em)
.column, .columns {
    padding-left: .61111rem;
    padding-right: .61111rem;
}
@media screen and (min-width: 40em)
.nav-header .logo {
    margin-top: 12px;
}
.nav-header .logo {
    position: absolute;
    margin-top: 6px;
}
.nav-header a {
    color: #e47126;
    text-decoration: none;
    line-height: inherit;
    cursor: pointer;
	background-color: transparent;
}
.nav-header .logo img {
    width: 134px;
	margin-left: -60px;
    margin-top: 4px
}
.nav-header .mobile-logo {
    margin-top: 6px;
}
.nav-header .mobile-logo {
    position: absolute;
    margin-top: 15px;
}
.medium-9 {
   margin-right: -65px;
}
.navigation {
    position: relative;
    display: block;
}
.menu {
    float: left;
    list-style: none;
    transition: transform .15s ease-in-out, opacity .15s ease-in-out;
    padding-left: 35px;
}
.menu1{
    margin-left: -20px;
}
.menu>li {
    display: inline-block;
}
.menu a {
    display: inline-block;
    position: relative;
    padding: 37px 15px;
    color: #f36c29;
	font-size: 15px;
}
.menu--utility a, .menu--utility button {
    color: #2eacb0;
	font-size: 15px;
}
.menu--utility a:hover, .menu--utility button:hover , .menu a:hover{
	text-decoration: underline;
}
.menu--utility .icon-account,.menu--utility .icon-search {
    padding: 0 .33333rem;
    display: inline-block;
    vertical-align: middle;
    line-height: 1rem;
}
.toggle-search{
	background: transparent;
    border: none;
}
.menu--utility .icon-account svg {
    display: inline;
    height: .88889rem;
}
.menu--utility .icon-search svg {
	 height: .68889rem;
}
.main-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    transform: translateY(0);
    transition: transform .15s ease-in-out;
}
.social-links{
	font-size: 16px;
    /* padding-right: 200px; */
    max-width: 55.55556rem;
    margin: 0 auto;
}
.social-links a {
    display: inline-block;
    line-height: 1rem;
    vertical-align: middle;
    color: #fefefe;
}
.pre-nav .social-links span {
    vertical-align: middle;
    padding: 0 .49667rem;
    font-size: 18px;
}
.social-links span {
    display: inline-block;
    text-align: center;
}
.pre-nav .social-links span:before {
    line-height: 1.5rem;
}
.social-twitter:before {
    content: "\63";
}
.social-facebook:before {
    content: "\62";
}
.social-youtube:before {
    content: "\69";
}
.social-linkedin:before {
    content: "\61";
}
.social-instagram:before {
    content: "\66";
}
.social-links span:before {
    display: inline-block;
    vertical-align: middle;
}
.main-footer {
    background-color: #333;
	padding: 1.33333rem 0 0;
    color: #fafafa;
    text-align: left;
    font-size: .77778rem;
	font-family: "DINWeb","Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
}
.row::before, .row::after {
    content: ' ';
    display: table;
}
.medium-8 {
    width: 66.66667%;
}
.medium-4 {
	width: 22%;
}
.main-footer .logo {
    padding: 0 5px;
    min-width: 170px;
    float: left;
    text-align: left;
}
.main-footer .logo {
    padding: 20px 5px;
    text-align: center;
}
.main-footer a {
    color: #fefefe;
	text-decoration: none;
}
.main-footer .logo img {
    width: 134px;
    float: left;
    margin-top: -25px;
}
.main-footer .summary {
    width: calc(100% - 180px);
}
.main-footer .summary {
    padding: 1rem 0 0;
    float: left;
}
.main-footer h6 {
    font-size: .88889rem;
}
.main-footer p {
    font-size: 14px;
    width: 465px;
    line-height: 1.6;
    margin-bottom: 1rem;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}
.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right;
}
.main-footer .contact-us {
    font-size: 14px;
	margin-top: -12px;
}
.main-footer .contact-us__heading, .main-footer .quick-links__heading, .page-body__title span, .error404 .page-body h1, .mobile-menu__nav ul>li, .page-hero__secondary span.bold, .page-hero__title span, .single-event .page-hero__title, .single-board-member .page-hero__title span, .event-filters, .membership-reason__body h2 span, .membership-reason__number span, .members-cta__tagline h3, .members-cta__link a, .about-section__title, .about-section a, .sidebar-container__title, .arrow-box__number span, .arrow-box.-type-post .arrow-box__title, .arrow-box.-type-post .arrow-box__body .read-more-link, .pagination li a, .board-member-meta__name, .board-listing__title, .open-positions__title, .box-grid__item .box-caption, .our-values__title, .event-listing__title h2, .share-widget__title, .event-meta span, .related-news__title, .related-news__item-title, .zoom-image span, .contact-address h2, .callout-content__title span, .gform_footer .gform_button, .newsletter-subscribe__title h3, .newsletter-subscribe__form .mc4wp-form-fields .ns_submit input, .event-timer__cta, .timer, .wpls--results-wrap, .popular-search h4, .breadcrumb{
	font-family: 'DINWeb-Bold', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}
.main-footer .contact-us address {
    font-style: normal;
	margin-top: -27px;
}
.main-footer .contact-us .phone, .main-footer .contact-us .contact-link {
    font-size: .71111rem;
    display: block;
    font-weight: bold;
}
.main-footer .contact-us .phone {
    margin-top: 1.25rem;
}
.row::after {
    clear: both;
}
.main-footer .quick-links ul {
    list-style: none;
    margin-top: -28px;
}
.main-footer .quick-links ul>li {
    display: inline-block;
    padding: 0 1.11111rem 0 0;
    line-height: 2.25rem;
	font-size: 14px;
}
.main-footer .social-links a:first-child {
    margin-left: 0;
}
.main-footer .social-links a {
    margin: 0 8px;
}
.social-links a:hover {
    text-decoration: none;
}
.main-footer .social-links span {
    vertical-align: baseline;
    line-height: 33px;
    color: #fefefe;
    height: 33px;
    width: 33px;
    background-color: #999;
    border-radius: 50%;
}
.main-footer .fiwi-tag img {
    width: 300px;
}
.legal {
    background-color: #000;
    line-height: 25px;
    font-size: 14px;
    padding-top: 24px;
}
.main-footer .quick-links ul li a:hover ,.contact-us a:hover ,.legal__links a:hover{
    text-decoration: underline;
}
