/*
Theme Name: FEX By Akendi

Theme custom styles. These classes take precedence on default resets defined in styles.css
This file is a subset of styles.css and can be merged with it. (Kept separate for ease of coding)

*/

/* Resets */
body,html {
  background-color: #f9fafa;
}
.container-fluid,
.site-header.container {
  padding: 0;
}
.btn {transition: none;}

/* Fix for ContactForm7 Plugin Update */
div.wpcf7 .ajax-loader {display: none !important;}
.wpcf7 form .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output, 
.wpcf7 form.spam .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output{
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
  color : #414042;
  margin: 0;
  border: none;
  padding: 0 40px 0 0;
}
.wpcf7 form.invalid > div.wpcf7-response-output {display: none !important;border: none !important;}
.wpcf7 form.spam .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {color: #F15D22;}
.wpcf7 form.sent .wpcf7-response-output {color: #666666;}
.site-footer .wpcf7 form.sent .wpcf7-response-output {color: #f9fafa;}

/* Nav Bar */

#headerMobile { display: block;}
#headerDesktop { display: none;}

#navMobile.mm-menu {
  top: 68px;
  padding-bottom: 68px;
}
.mm-wrapper__blocker { top: 68px;}

.navbar-mobile {
  position: fixed;
  top: 0;
  width: 100%;
  height: 68px;
  padding: 0 18px;
  background-color: #F9FAFA;
  border-bottom: 1px solid #EDEEEF;
  justify-content: flex-end;
  z-index: 9999;
  /* background-color: rgba(237, 238, 239, 0.33); */
}

.mobile-menu-btn,
.mobile-menu-btn-close {
  display: block;
  z-index: 1;
  background: url('../img/iconHamburger.svg') no-repeat center center;
  margin: 0 0 0 20px;
  width: 28px;
  height: 20px;
}
.mobile-menu-btn-close {
  display: none;
}
body.mm-wrapper.mm-wrapper_opened .mobile-menu-btn {
  display: none;
}
body.mm-wrapper.mm-wrapper_opened .mobile-menu-btn-close {
  display: block;
  background: url('../img/iconClose.svg') no-repeat center center;
}
.mobile-login-btn {
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: url('../img/iconProfile.svg') no-repeat center center;
  background-color: #EDEEEF;
  background-size: 20px;
  font-size: 8px;
  color: transparent;
  text-decoration: none;
}
.mobile-login-btn:hover {background-color: #D1D3D4;color: transparent;}


.sidebar-close-btn {
  position: absolute;
  top: 16px;
  left: 16px;
  display: block;
  width: 12px;
  height: 12px;
  margin: 0;padding: 0;
  background: url('../img/iconClose.svg') no-repeat center center;
  background-size: contain;
  z-index: 999;
  border: none;
  border-radius: 0;
}
.sidebar-close-btn span {display: none;}


.site-branding  {
  max-height: 40px;
  height: 40px;
  z-index: 1;
  margin-right: auto;
}
.site-branding .custom-logo-link  {
  min-width: 140px;
  max-width: 140px;
}
.custom-logo-link img.custom-logo {
  display: block;
  width: 120px;
  height: 40px;
  margin: 0;
  padding: 0;
  max-width: 100%;
}
.searchArea {
  -webkit-transition: none;
  transition: none;
}
#header-search {flex: 1;position: relative;text-align: right;}
#header-search .search-form > label {width: 60%;margin-bottom: 4px;}
.mm-navbar .search-form {position: relative; margin: 30px 0 10px;display: block;}
.mm-navbar .search-form label {width: 100%;}
#mobSearchForm {display: block;margin: 0;}

.mm-listitem__text {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  color : #414042;
  padding: 10px 0;
}

.menu-primary-container a.mm-listitem__text {
  font-family: 'DM Serif Text', serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 21px;
  color: #414042;
  padding: 20px 0;
}
.mm-listitem__text {white-space: normal;}
.mm-listitem__btn:not(.mm-listitem__text) {border: none;}
.mm-listitem {border-bottom: 1px solid #D2D3D4;}
.mm-listitem:last-child {border-bottom: 1px solid transparent;}

.mm-btn.mm-btn_next.mm-listitem__btn:after {
  content: "";
  border: none;
  background: url('../img/pageNavArrow.svg') no-repeat center right;
  transform: rotate(0);
  height: 16px;
  width: 16px;
  right: 0;
}
.mm-btn.mm-btn_prev.mm-navbar__btn {width: 30px;}
.mm-btn.mm-btn_prev.mm-navbar__btn:before {
  content: "";
  border: none;
  background: url('../img/pageNavArrow.svg') no-repeat center right;
  transform: rotate(180deg);
  height: 16px;
  width: 16px;
  left: 0;
  margin: 22px 0 0 0;
}


.header-search-btn {
  padding: 0;
  border: none;
  margin: -5px 50px 0 10px;
}
.header-search-btn .iconSearch {display: block;}
.header-search-btn.collapsed .iconSearch {display: none;}
.header-search-btn .iconClose {display: none;}
.header-search-btn.collapsed .iconClose {display: block;}

.header-login {
  display: block;
  margin-top: -20px;
  margin-right: 0px;
  z-index: 20;
}
.header-login .header-login-btn {
  display: block;
  width: 90px;
  min-width: 90px;
  max-width: 90px;
  height: 90px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color : #414042;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  padding: 35px 0;
  background-color: #E5E5E5;
  border: none;
}
.header-login .header-login-btn:hover {
  background-color: #D1D3D4;
}
.mdash {
  margin-top: 11px;
  display: block;
  line-height: 10px;
}

.site-content {margin-top: 68px;}
.search.search-results .simple-content,
.search.search-no-results .simple-content,
.archive .simple-content,
.error404 .simple-content {margin-top: 0;}

/* Search Input Box with Icon */
.search-input-btn {
  position: relative;
}
.search-form .search-field,
.search-input-btn input {
  border: none;
  border-radius: 4px;
  background: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #414042;
  padding: 5px;
  width: 100%;
}
.search-input-btn input::-webkit-input-placeholder {font-size: 16px;}
.search-input-btn input::-moz-placeholder {font-size: 16px;}
.search-input-btn input::-ms-placeholder {font-size: 16px;}
.search-input-btn input::placeholder {font-size: 16px;}
.search-form .search-field::-webkit-input-placeholder {font-size: 16px;}
.search-form .search-field::-moz-placeholder {font-size: 16px;}
.search-form .search-field::-ms-placeholder {font-size: 16px;}
.search-form .search-field::placeholder {font-size: 16px;}

.search-form .search-submit,
.search-input-btn button.btn {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 33px;
  height: 33px;
  border-radius: 4px;
  border: none;
  background: transparent;
  margin: 0;
  padding: 0;
}
.search-input-btn button.btn span {
  display: block;
  width: 17px;
  height: 17px;
  margin: auto;
  background: url("../img/iconSearch.svg") no-repeat center center;
  background-size: contain;
}
.search-input-btn button.btn:hover span {opacity: .8;}

.search-form .search-submit {
  color: transparent;font-size: 8px;
  background: url("../img/iconSearch.svg") no-repeat center center;
  background-size: 16px;
}

.mm-navbar {min-height: 0;border: none;padding: 0 26px;}
.mm-navbar .search-form .search-submit {right: 4px;top: 2px;}
.mm-navbar .search-form .search-field {height: 37px;min-height: 37px;padding: 5px 16px;}
.mm-btn.mm-btn_prev.mm-navbar__btn.mm-hidden + .mm-navbar__title {display: none;}

.mm-navbar__btn:not(.mm-hidden)+.mm-navbar__title:last-child,
.mm-navbar__title { padding-right: 0; justify-content: flex-start;}
.mm-navbar__title>span {
  font-family: 'DM Serif Text', serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #414042;
  padding: 15px 15px 10px 0;
  white-space: normal;text-align: left;
}


.mm-panels {margin: 0 26px;}
.sub-menu.mm-listview {margin: 0 30px;}

.search-form .search-submit:hover {opacity: .8;}

.profile-menu-desktop {
  background: #ffffff;
  min-width: 200px;
  display: none;
  padding: 14px 0;
  border-radius: 0;
  box-shadow: 2px 2px 20px -10px rgba(0,0,0,0.4);
  left: initial;
  right: 0;
  border: none;
  margin-top: 0px;  
}
#btnProfileDesktop {
  display: block;
  position: relative;
  width: 90px;
  min-width: 90px;
  max-width: 90px;
  height: 90px;
  text-align: center;
  background-color: #E5E5E5;
  border: none;
  border-radius: 0;
  outline: none;
  padding: 0;
}
#profileMenuDesktop:hover > #btnProfileDesktop {background-color: #D1D3D4;}
#profileMenuDesktop:hover > .profile-menu-desktop {
  display: block;
}
#btnProfileDesktop .profile-pic {
  display: block;
  height: 26px;
  width: 26px;
  position: absolute;
  top: 27px;
  left: 33px;
}
#btnProfileDesktop .profile-pic.with-gravatar {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  top: 16px;
  left: 25px;
}
#btnProfileDesktop .profile-arrow {
  display: block;
  width: 15px;
  height: 7px;
  position: absolute;
  left: 36px;
  bottom: 16px;
  background: url('../img/arrowDown.svg') no-repeat center center;
  background-size: cover;
  margin: 2px;
}
.dropdown-menu.profile-menu-desktop .dropdown-item {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color : #414042;
  padding: 11px 28px;
  text-decoration: none;
  white-space: nowrap;
}
.dropdown-menu.profile-menu-desktop .dropdown-item:hover {color: #D3450D;background-color: transparent;}

.profile-menu-mobile {
  width: 100%;
  margin: 0;padding: 0;
  position: fixed;
  top: 68px;
  left: 0;
  z-index: 9998;
}
.profile-menu-mobile .profile-menu-inner {
  display: block;
  position: absolute;
  right: 26px;
  top: 0;
  width: calc(100% - 52px);
  max-width: 400px;
  background: #D3450D;
  padding: 16px 10px;
}
.profile-menu-mobile .profile-menu-item-mobile {
  display: block;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  padding: 10px 12px;
  text-transform: uppercase;
  text-decoration: none;
}
.profile-menu-mobile .profile-menu-item-mobile span {
  white-space: normal;
  display: inline;
  border-bottom: 1px solid transparent;
}
.profile-menu-mobile .profile-menu-item-mobile:hover span {
  border-bottom: 1px solid rgba(255, 255, 255, .6);
}

#btnProfileMobile {
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #EDEEEF;
  font-size: 8px;
  color: transparent;
  text-decoration: none;
  border: none;
  padding: 0;
  position: relative;
}
#btnProfileMobile:hover {
  background-color: #D1D3D4;
}
#btnProfileMobile .profile-pic {
  width: 20px;
  height: 20px;
  display: block;
  margin: auto;
}
#btnProfileMobile .profile-pic.with-gravatar {
  width: 38px;
  height: 38px;
  display: block;
  margin: 0;
  border-radius: 50%;
}
#btnProfileMobile:hover .profile-pic.with-gravatar {opacity: .6;}
#btnProfileMobile .profile-arrow {
  position: absolute;
  width: 12px; height: 6px;
  background: url('../img/arrowDown.svg') no-repeat center center;
  background-size: cover;
  bottom: -10px;
  left: 13px;
}



/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~` */
/* Common Items */

/* Social Icon Links */
.social-link {
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  width: 30px;
  color: transparent;
  font-size: 9px;
  opacity: .75;
  overflow: hidden;
}
.social-link:before {
  content: '';
  display: block;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.social-link.icon-tw:before {background-image: url('../img/iconTwitterHover.svg');}
.social-link.icon-fb:before {background-image: url('../img/iconFacebookHover.svg');}
.social-link.icon-yt:before {background-image: url('../img/iconYoutubeHover.svg');}
.social-link.icon-ig:before {background-image: url('../img/iconIntagramHover.svg');}
.social-link.icon-in:before {background-image: url('../img/iconLinkinHover.svg');}
.social-link:hover {opacity: 1;color: transparent;}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~` */
/* Search & Filter - Inputs */
.searchandfilter label {width: 100%;}
.searchandfilter input.sf-input-text,
.wpcf7-form-control.wpcf7-text {
  width: 100%;
  height: 37px;
  background: transparent;
  border: none;
  border-bottom: 1px solid #D1D3D4;
  border-radius: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 12px;  
  /* font-weight: 600;
  font-size: 16px; */
  color : #414042;
  padding: 3px 0;
}
/* Somehow not working */
.searchandfilter input.sf-input-text:placeholder,
.searchandfilter input.sf-input-text:-ms-input-placeholder {
  color: #F15D22;
}

.directory-form > form.searchandfilter > ul > li.sf-field-submit {
  width: 100%;
  padding: 0;
}
.searchandfilter .sf-field-submit input[type="submit"] {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color : #ffffff;
  border: none;
  border-radius: 0;
  background-color: #D3450D;
  padding: 8px 18px 9px;
  text-transform: uppercase;
}

.searchandfilter .sf-field-submit input[type="submit"]:hover {
 background-color: #BD440B;
}


.searchandfilter select.sf-input-select {min-width: 10px;display: none !important;}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~` */
/* Custom Checkbox and Radio buttons */

.searchandfilter li[data-sf-field-input-type=checkbox] label, 
.searchandfilter li[data-sf-field-input-type=radio] label, 
.searchandfilter li[data-sf-field-input-type=range-radio] label, 
.searchandfilter li[data-sf-field-input-type=range-checkbox] label {padding-left: 30px;}

input[type="checkbox"] {
  display:none;
}
input[type="checkbox"] + label {
  display: block;
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  line-height: 16px;
  color:#414042;
  padding: 0 0 0 28px;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
}
input[type="checkbox"] + label:before {
  content: "";
  display:block;
  position: absolute;
  left: 0;
  top: 2px;
  margin: 0;
  width:14px;
  height:14px;
  border: 1px solid #F15D22;
  border-radius: 0;
  cursor:pointer;
}
input[type="checkbox"]:checked + label:before {
  background: url(../img/iconCheckWhite.svg) center center no-repeat #F15D22;
  background-size: 8px 7px;
}

input[type="radio"] {
  display:none;
}
input[type="radio"] + label {
  display: block;
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  line-height: 16px;
  color:#414042;
  padding: 0 0 0 28px;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
}
input[type="radio"] + label:before {
  content: "";
  display:block;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  width:16px;
  height:16px;
  border: 1px solid #808285;
  background-color: transparent;
  border-radius: 100%;
  cursor:pointer;
}
input[type="radio"]:checked + label:before {
  border: 1px solid #F15D22;
  background-color: #F15D22;
}



/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~` */
/* Bootstrap Select */
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),
.dropdown.bootstrap-select {
  width: 100%;
}
.bootstrap-select>.dropdown-toggle {
  border: none;
  border-radius: 0;
  padding: 8px 0 4px;
  border-bottom: 1px solid #D1D3D4;
}
.bootstrap-select>.dropdown-toggle:after {
  border: none;
  background: url('../img/arrowDown.svg') no-repeat center center;
  width: 15px;
  height: 7px;
  background-size: cover;
  margin: 2px;
}
.bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:active, .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #D1D3D4;
  color: #D1D3D4;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 12px;
}
.bootstrap-select > .dropdown-toggle.btn-light { background-color: transparent;height: 37px;}
.bootstrap-select > .dropdown-toggle.btn-light:hover { background-color: transparent;}

.bootstrap-select .dropdown-menu ul.dropdown-menu.inner li { padding: 0;}
.bootstrap-select .dropdown-menu.show {border-radius: 0; margin: 0;padding-top: 0px;border: none;max-width: 100%;max-height: 40vh;}
.bootstrap-select .dropdown-item.active, .dropdown-item:active {background-color: #EDEEEF; color:#414042; padding: 6px 12px;}
.bootstrap-select .filter-option-inner-inner {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #414042;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.bootstrap-select .dropdown-toggle.bs-placeholder .filter-option-inner-inner {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #666669;
}
.bootstrap-select .dropdown-menu li a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color : #414042;
  padding: 6px 12px;
}
.bootstrap-select .dropdown-menu li a span {
  width: 100%;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.directory-form .bootstrap-select .dropdown-toggle.bs-placeholder .filter-option-inner-inner {color: #D1D3D4;}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~` */
/* Home Page */

.home-sections {scroll-snap-type: y mandatory;}
.home-section {
  padding: 24px 0 12px;
  scroll-snap-align: start;
}
.home-sec-title {
  font-family: 'DM Serif Text', serif;
  font-weight: 400;
  font-size: 29px;
  line-height: 36px;
  margin: 0;
  padding: 14px 40px 30px 26px;
  color: #414042;
}
/* Image Box */
.home-img-box-outer {padding: 0 26px;}
.home-img-box {
  width: 100%;
  padding-top: 54.6875%;
  overflow: hidden;
  position: relative;
}
.home-img-box:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background : linear-gradient(135deg, rgba(86, 147, 193, 1) 0%, rgba(255, 255, 255, 1) 100%);
  opacity : 0.1;
  z-index: 1;
}
.home-img-box img {
  width: 100%;
  height: auto;
  margin: auto;
  position: absolute;
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
}
.home-section .home-img-box {padding-top: 69.31034483%;z-index: 2;}
.home-section .home-img-box .round-link {right: 8px;bottom: 10px;}
.home-section .home-img-box .home-img-logo {display: none;}

.home-sec-msg {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 27px;
  color: #424142;
  margin: 24px 0 0;
  padding: 0 35px 0 26px;
}
.home-sec-msg p {
  margin: 0 0 24px 0;
}
.home-sec-msg p a {
  padding-bottom: 3px;
  text-decoration: none;
  color: #F15D22;
  font-weight: 500;
  border-bottom: 1px solid rgba(241, 93, 34, .3);
}
.home-sec-msg p a:hover {
  text-decoration: none;
  color: #D3450D;
  border-bottom: 1px solid rgba(211, 69, 13, .3);
}
.home-sec-quote {padding: 0 26px;}
.home-sec-quote-link {padding: 0 26px;margin: 20px 0;}

.home-sec-form {
  margin: 20px 0 0;
  padding: 30px 26px;
  background: #E5E5E5;
}
.home-sec-form .block-h3 {margin-bottom: 24px;}
.home-sec-form .searchandfilter h4 {padding-bottom: 2px;}
.home-sec-form .searchandfilter ul li.sf-field-submit {padding-top: 28px;padding-bottom: 8px;}


/* Home Section1 News Slider */
.home-sec-slider-box {position: relative;}
#homeNewsSlider .img-box {padding-top: 68.04511278%;}
.home-sec1-slide {background-color: #CB4A2A;padding: 31px 26px;}
.home-sec1-slide.isFEA {background-color: #BB3F41;}
.sec1-slide-date {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 13px;
  line-height: 24px;
  color : #FFFFFF;
  padding: 22px 0 10px;
  text-transform: uppercase;
}
.sec1-slide-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color : #FFFFFF;
  padding-right: 5%;
}
.sec1-slide-link {margin: 24px 0 0 0;}
.sec1-slide-link .btn.btn-link {color: #FFFFFF;border-bottom: 1px solid #FFFFFF;font-weight: 600;}
.sec1-slide-link .btn.btn-link:active,.sec1-slide-link .btn.btn-link:focus,
.sec1-slide-link .btn.btn-link:hover {color: #E5E5E5;border-bottom: 1px solid #E5E5E5;}

.sec1-slide-dots {
  position: absolute;
  width: auto;
  top: initial;
  bottom: 0;
  right: 0;
  display: block;
  padding: 0 0 30px 0;
}
.sec1-slide-dots .slick-dots {
  list-style: none;
  display: block;
  text-align: right;
  padding: 0;
  margin: 0;
}
.sec1-slide-dots .slick-dots li {
  display: inline-block;
  margin: 0 26px 0 0;
  list-style: none;
}
.sec1-slide-dots .slick-dots li:before {display: none;}
.sec1-slide-dots .slick-dots li button {
  -webkit-appearance: none;
  box-sizing: border-box;
  line-height: 1;
  width: 11px;
  height: 11px;
  margin: 0;
  padding: 0;
  background-color: transparent;
  color: transparent;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  outline: none;
}
.sec1-slide-dots .slick-dots li.slick-active button {
  background-color: #FFFFFF;
}

.home-news {padding: 0 0 50px 0;position: relative;}
.home-news .block-h2 {padding: 30px 26px;margin-bottom: 0;}
.home-news-item {padding: 20px 26px;}
.home-news-item .img-box {padding-top: 55.63909774%;}
.home-news-item .img-box .img-deco {
  display: block;
  width: 40%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.home-news-item .img-box .img-deco:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.home-news-item.first-item .img-box .img-deco {
  background: linear-gradient(to right top, rgba(238, 56, 37, .63) 0%, rgba(238, 56, 37, .63) 50%, transparent 50%);
}
.home-news-item.even-item .img-box .img-deco {
  background: linear-gradient(to right top, rgba(209, 211, 212, .63) 0%, rgba(209, 211, 212, .63) 50%, transparent 50%);
}
.home-news-item.odd-item .img-box .img-deco {
  background: linear-gradient(to left top, rgba(209, 211, 212, .63) 0%, rgba(209, 211, 212, .63) 50%, transparent 50%);
  left: initial;
  right: 0;
}

.home-news-date {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #666669;
  margin: 28px 0 4px;
  text-transform: uppercase;
}
.home-news-date span { color: #E64C0F; font-weight: 600;}
.home-news-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #414042;
  margin: 0 0 20px 0;
  padding: 0 20px 0 0;
}

#sec-nav {display: none;}




/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~` */
/* FEA Directory */
.directory-head {
  position: relative;
  background-repeat: no-repeat;
  background-size:cover;
  background-position: bottom;
  padding: 36px 26px;
}
.directory-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 31px;
  color : #414042;
  padding: 26px;
}

.directory-form {
  position: relative;
  display: block;
  z-index: 1;
  background-color: rgba(255,255,255, 0.75);
  margin: auto;
  width: 100%;
  padding: 5px 35px 30px;
}
.directory-form ul {
  margin: 0;
  padding: 0;
}
.directory-form > form.searchandfilter > ul > li {
  padding: 20px 0;

}
.directory-form > form.searchandfilter > ul > li > h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color : #414042;
  padding: 0;
}

.directory-body {
  padding: 26px;
}
.resources-results-countInfo {padding: 50px 0 0px;}
.directory-results-countInfo {
  border-bottom: 1px solid #D2D3D4;
  padding: 20px 0 40px;
}
.resources-results-countInfo p,
.directory-results-countInfo p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  color : #414042;
  text-indent: -15px;
  padding-left: 15px;
}
.resources-results-countInfo p span,
.directory-results-countInfo p span {
  font-weight: 700;
  color: #F15D22;
}
table#tabFeaResults > tbody > tr:first-child { border-top: none;}

.directory-result-rowsInfo {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color : #666669;
  padding: 20px 0 50px;
}
.directory-result-pagination {
  display: block;
  width: 100%;
}

.iconPhone {
  display: inline-block;
  height: 17px; width: 17px;
  background: url('../img/iconCall.svg') no-repeat center center;
  background-size: contain;
  vertical-align: bottom;
  margin: 10px 15px 0 0;
}
.iconEmail {
  display: inline-block;
  height: 14px; width: 21px;
  background: url('../img/iconEmail.svg') no-repeat center center;
  background-size: contain;
  vertical-align: bottom;
  margin: 12px 15px 0 0;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~` */
/* FEX Resources Landing Template */

.resources-head {
  padding: 36px 26px 31px;
}
.rces-title {
  font-family: 'DM Serif Text', serif;
  font-weight: 400;
  font-size: 29px;
  line-height: 36px;
  margin: 0 0 13px 0;
  color: #414042;
}
.rces-desc p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 19px;
  line-height: 30px;
  color: #414042;
  margin: 0;
}
.rces-desc-msg {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: #414042;
  display: block;
  margin: 46px 0 0 32px;
  padding: 0px 16px;
  border-left: 1px solid #F15D22;
}
.rces-desc-msg p {
  margin: 0;
}
.rces-desc-msg a {
  display: inline;
  color: #F15D22;
  padding-bottom: 2px;
  border-bottom: 1px solid rgb(241, 93, 34,.25);
  white-space: nowrap;
  position: relative;
}
.rces-desc-msg a:after {
  content: "";
  display: block;
  position: absolute;
  right: -16px;
  bottom: 5px;
  width: 10px;
  height: 13px;
  background: url(../img/iconLock.svg) no-repeat center center;
  background-size: contain;
}
.rces-desc-msg a:hover {
  color: #D3450D;
  border-bottom: 1px solid rgb(211, 69, 13,.25);
  text-decoration: none;
}
.rces-desc-msg.mobOnly {
  margin: 36px 26px 0 26px;
}

.resources-banner-container {
  width: 100%;
  padding: 50px 26px 42px;
  background-color: #EDEEEF;
  position: relative;
  user-select: none;
  -webkit-user-select: none;
}
.resources-banner-container.with-sub-nav {padding-top: 24px;}
.resources-banner-container.with-sub-nav .rces-desc {margin: 20px 0 30px;}

.res-banner-img {
  width: 100%;
  padding-top: 54.6875%;
  overflow: hidden;
  position: relative;  
}
.res-banner-img:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background : linear-gradient(135deg, rgba(86, 147, 193, 1) 0%, rgba(255, 255, 255, 1) 100%);
  opacity : 0.1;
  z-index: 1;
}
.res-banner-img img {
  width: 100%;
  height: auto;
  margin: auto;
  position: absolute;
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
}
.res-banner-format {margin-top: 33px;}
.res-banner-title {margin: 10px 0 40px;}
.res-banner-title span {
  display: inline;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 31px;
  color: #414042;
  margin: 0;
}

.resources-results-head {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 0 0 20px 0;
}

.resources-results-head .rces-search {
  width: 100%;
  margin: 0 0 20px 0;
}
.resources-results-head .rces-search .search-input-btn { max-width: 296px;margin-left: auto;}

.resources-results-head .rces-count-select {
  min-width: 158px;
}
.resources-results-head .rces-filter-btn {
  margin: 0 0 0 16px;
}
.sidebar-filter-badge,
.resources-results-head .rces-filter-btn button.btn {
  position: relative;
  display: block;
  width: 88px;
  height: 25px;
  background: #E64C0F;
  color: #ffffff ;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
  border-radius: 12px;
  border: none;
  margin: 8px 6px 8px 0;
  padding: 0 0 0 20px;
  text-align: center;
}
.sidebar-filter-badge:before,
.resources-results-head .rces-filter-btn button.btn:before {
  content: "";
  display: block;
  position: absolute;
  left: 18px;
  top: 6px;
  width: 13px;
  height: 13px;
  background: url("../img/iconFilter.svg") center center no-repeat;
  background-size: contain;
}
.sidebar-filter-badge .badge,
.resources-results-head .rces-filter-btn button.btn .badge {
  display: block;
  position: absolute;
  top: -11px;
  right: -6px;
  width: auto;
  min-width: 21px;
  height: 21px;
  margin: 0; padding: 0 3px;
  background-color: #666669;
  border: none;
  border-radius: 12px;
  color: #ffffff;
  font-size: 10px;
  line-height: 21px;
  text-align: center;
}
.sidebar-filter-badge {
  position: absolute;
  right: 36px;
  top: 36px;
  z-index: 999;
  background-color: transparent;
  color: #424142;
}
.sidebar-filter-badge:before {  background: url("../img/iconFilterRed.svg") center center no-repeat;}

.rces-filter-form >form.searchandfilter > ul {
  margin: 0; padding: 0;
}
.rces-filter-form .sf-field-search {display: none;}
.rces-filter-form .sf-field-posts_per_page {display: none;}

.rces-filter-form .search-filter-reset.btn.btn-link {font-size: 12px;}

.rces-filter-form .searchandfilter > ul > li {
  border-bottom: 1px solid #D2D3D4;
  padding: 16px 0 12px;
}
/* .rces-filter-form .searchandfilter > ul > li.sf-field-taxonomy-res_topic,
.rces-filter-form .searchandfilter > ul > li.sf-field-taxonomy-res_topic,
.rces-filter-form .searchandfilter > ul > li.sf-field-taxonomy-res_topic {padding-top: 16px;} */

.rces-filter-form .searchandfilter > ul > li.sf-field-reset {
  border-bottom: none;
  padding: 4px 0;
}

.rces-filter-form .searchandfilter ul li li {padding: 7px 0;}
.rces-filter-form .searchandfilter ul>li>ul:not(.children) {
  margin: 0;
  padding: 0;
}

/* form group labels */
.rces-filter-form .searchandfilter h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #414042;
  padding: 4px 0 8px;
}

.rces-toggle {
  position: relative;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
}
.rces-toggle:after {
  content: "";
  display: block;
  width: 14px;
  height: 7px;
  position: absolute;
  right: 8px;
  top: 14px;
  background: url("../img/arrowDown.svg") center center no-repeat;
  background-size: contain;
  transform:scaleY(-1);
}
.rces-toggle.collapsed:after {
  transform:scaleY(1);
}

/* Slick Slider */
.slick-prev.slick-arrow,
.slick-next.slick-arrow {
  display: block;
  width: 14px;
  height: 28px;
  position: absolute;
  top: 50%;
  right: -54px;
  margin: -14px 16px 0 0;
  border: none;
  background: url(../img/pageNavArrow.svg) center center no-repeat;
  background-size: contain;
}
.slick-prev.slick-arrow {
  transform:scaleX(-1);
  left: -54px; right: initial;
  margin: -14px 0 0 16px;
}
.slick-arrow span,
.slick-next.slick-arrow.slick-disabled,
.slick-prev.slick-arrow.slick-disabled {display: none !important;}

/* Slider for Coaches */
.slick-coaches .slick-track {display: flex;}
.coach-box {
  padding: 50px 26px 24px;
  background-color: #ffffff;
  margin: 0 5px;
  height: inherit;
  color: #424142;
  outline: none;
  user-select: none;
  transition: background 0.4s;
}
.coach-paging-xs {
  display: block;
  width: 100%;
  text-align: center;
  margin: 14px 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 27px;
  color: #414042;
}
.coach-paging-xs span.curr {
  font-weight: 700;
  color: #E64C0F;
}


/* Slider for Tabs */
.slick-tab-btn.slick-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color : #414042;
  background-color: #E5E5E5;
  outline: none;
  user-select: none;
  cursor: pointer;
  height: 54px;
  max-height: 54px;
  overflow: hidden;
  text-align: center;
  padding: 0 10px;
}
.slick-tab-btn.slick-slide.slick-current.slick-active {
  background-color: #F15D22;
  color: #ffffff;
  font-size: 18px;
}
.slick-tab-content {background-color: #E5E5E5;position: relative;}
.slick-tab-content .slick-track {display: flex;}
.slick-tab-pane {
  padding: 20px 14px 160px;
  background-color: #ffffff;
  margin: 0 5px;
  height: inherit;
  outline: none;
  user-select: none;
  position: relative;
}
.slick-tab-pane.slick-slide.slick-current.slick-active:after{
  content: "";
  position: absolute;
  width: 0; 
  height: 0;
  top: 0;
  left: 50%;
  margin-left: -6px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 7px solid #F15D22;
}

.slick-tabs .slick-dots {
  list-style: none;
  display: block;
  width: 100%;
  position: absolute;
  text-align: center;
  bottom: 80px;
  padding: 0;
}
.slick-tabs .slick-dots li {
  display: inline-block;
  margin: 0 12px 0 0;
  list-style: none;
}
.slick-tabs .slick-dots li:before {display: none;}
.slick-tabs .slick-dots li button {
  -webkit-appearance: none;
  box-sizing: border-box;
  line-height: 1;
  width: 11px;
  height: 11px;
  margin: 0;
  padding: 0;
  background-color: transparent;
  color: transparent;
  border: 1px solid #666669;
  border-radius: 50%;
  outline: none;
}
.slick-tabs .slick-dots li.slick-active button {
  background-color: #666669;
}

/* Slider for Resources Landing Hero Banner */

#resourcesBanner.slick-slider {position: relative;}
#resourcesBanner .res-banner-noImg {
  display: block; 
  width: 1792px; 
  height: 980px; 
  background-color: #5693C1;
  position: absolute;
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
}

#rcesBannerDots {
  position: relative;
  width: 100%;
}
#rcesBannerDots .slick-dots {
  list-style: none;
  display: block;
  width: auto;
  position: absolute;
  text-align: right;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
}
#rcesBannerDots .slick-dots li {
  display: inline-block;
  margin: 0 24px 0 0;
}
#rcesBannerDots .slick-dots li:last-child {margin-right: 0;}
#rcesBannerDots .slick-dots li button {
  -webkit-appearance: none;
  box-sizing: border-box;
  line-height: 1;
  width: 11px;
  height: 11px;
  margin: 0;
  padding: 0;
  background-color: transparent;
  color: transparent;
  border: 1px solid #E64C0F;
  border-radius: 50%;
  outline: none;
}
#rcesBannerDots .slick-dots li.slick-active button {
  background-color: #E64C0F;
}

.resources-body {
  padding: 50px 26px 42px;
}



/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~` */
/* FEX Single Resource */

.btn.btnTMinus,
.btn.btnTPlus {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #EDEEEF;
  border: none;
  border-radius: 100%;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 40px;
  color : #414042;
  margin: 10px 0;
  padding: 0;
}
.btn.btnTPlus {margin-right: 16px;}
.btn.btnTMinus:hover,
.btn.btnTPlus:hover {
  background-color: #D1D3D4;
}
.btn.btnTMinus.disabled,.btn.btnTPlus.disabled {pointer-events: none;}

.resource-head {
  padding: 26px;
}
a.resource-back-btn {
  display: block;
  margin: 19px 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 22px;
  color : #414042;
}
a.resource-back-btn:before {
  content: "";
  display: inline-block;
  margin-right: 20px;
  margin-top: -2px;
  width: 8px;
  height: 13px;
  background: url('../img/pageNavArrow.svg') center center no-repeat;
  background-size: contain;
  vertical-align: middle;
  transform:scaleX(-1);
}
a.resource-back-btn:hover {
  text-decoration: none;
  color: #808285;
}
a.resource-back-btn:hover:before {
  background: url('../img/pageNavArrowHover.svg') center center no-repeat;
}

.resource-body {
  width: 100%;
  max-width: 100%;
  padding: 32px 26px;
}

.res-format,
.res-banner-format {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: #E64C0F;
  text-transform: uppercase;
}
h1.res-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 31px;
  color: #414042;
  margin: 8px 0 2px;
  padding-right: 25%;
}
.res-author,
.res-date {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: #414042;
}

.res-content {padding: 0 0 30px 0;margin-top: 26px;}
.res-content p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 27px;
  color: #424142;
  margin-bottom: 12px;
}
.res-content p:last-of-type {line-height: 25px;}

h4.share-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #414042;
}
.share-links {
  display: block;
  /* flex-direction: row; */
  margin: 34px 0 24px;
  white-space: nowrap;
}
.share-link {
  display: inline-block;
  vertical-align: baseline;
  height: 24px;
  width: 24px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.share-link span {display: none;}

.share-link.icon-tw {background-image: url('../img/iconShareTwitter.svg');}
.share-link.icon-fb {background-image: url('../img/iconShareFacebook.svg');}
.share-link.icon-yt {background-image: url('../img/iconShareYoutube.svg');}
.share-link.icon-ig {background-image: url('../img/iconShareIntagram.svg');}
.share-link.icon-in {background-image: url('../img/iconShareLinkin.svg');}
.share-link.icon-eml {background-image: url('../img/iconShareMail.svg');}

.share-link {margin-right: 34px;}
.share-link.icon-tw {width:21px;height:17px;}
.share-link.icon-fb {width:9px;height:19px;}
.share-link.icon-yt {width:21px;height:15px;}
.share-link.icon-ig {width:17px;height:17px;}
.share-link.icon-in {width:20px;height:18px;}
.share-link.icon-eml {width:21px;height:13px;display: none;}

.res-related {
  display: block;
  padding: 36px 0;
}
.res-related-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  color: #414042;
  margin: 24px 0;
}
a.res-related-item {
  display: block;
  width: 100%;
  border-top: 1px solid #D2D3D4;
  padding: 16px 0 8px;
  position: relative;
}
a.res-related-item:hover {
  text-decoration: none;
}
a.res-related-item:hover .res-rel-title span {
  border-bottom: 1px solid #414042;
}
.res-rel-format {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: #E64C0F;
  text-transform: uppercase;
}
.res-rel-title {
  display: block;
  margin: 8px 0;
}
.res-rel-title span {
  display: inline;
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #424142;
  border-bottom: 1px solid rgba(0,0,0,0);

}
.res-rel-title.res-external {
  position: relative;
  padding-right: 30px;
}
.res-rel-title.res-external:after {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  position: absolute;
  right: 0;
  top: 4px;
  background: url(../img/iconLink.svg) center center no-repeat;
  background-size: contain;
}
.res-rel-meta {display: none;}

.resource-sidebar {padding-top: 40px;}

.res-rel-title.show-locked:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 13px;
  margin: 0 8px 0 0;
  background: url(../img/iconLock.svg) no-repeat center center;
  background-size: contain;
}



/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~` */
/* Simple Page */
.simple-head {
  padding: 26px;
}
.simple-body {
  width: 100%;
  max-width: 100%;
  padding: 32px 26px;
}



/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~` */
/* Site Footer */
.site-footer {padding: 45px 25px 25px;}
.site-footer h5 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  color : #D1D3D4;
  margin-bottom: 2px;
}
.site-footer .wpcf7 {
  padding: 0 0 20px 0;
  max-width: 410px;
}

.site-footer .wpcf7-form-control.wpcf7-text {
  font-weight: 300;
  font-size: 14px;
  color : #D1D3D4;
  border: none!important;
  border-bottom: 1px solid #808285!important;
  margin: 10px 0;
}
.site-footer p,
.site-footer .foot-addr,
.site-footer .foot-info a,
.site-footer .foot-info a:hover,
.site-footer .foot-info {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: #D1D3D4;
  margin-bottom: 24px;
  padding-right: 15px;
  line-height: 24px;
  text-decoration: none;
}
.site-footer p {margin-bottom: 15px;}
.site-footer p span {font-weight: 400;margin-bottom: 16px;}
.site-footer .foot-info {letter-spacing: 1px;margin-bottom: 8px;}
.site-footer .foot-info span {font-weight: 700; letter-spacing: 0;}

.site-footer .wpcf7-form-control.wpcf7-submit {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color : #D1D3D4;
  background-color: transparent;
  border: 1px solid #F15D22 !important;
  border-radius: 0;
  text-transform: uppercase;
  padding: 5px 15px;
  margin: 18px 0;
}
.site-footer .wpcf7-form-control.wpcf7-submit:hover,
.site-footer .wpcf7-form-control.wpcf7-submit:focus {
  color: #ffffff;
}

.site-footer span.wpcf7-not-valid-tip {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  font-size: 12px;
  line-height: 18px;
  color: #F15D22;
  margin-top: -6px;
  margin-bottom: 0;
}
.site-footer div.wpcf7-validation-errors, 
.site-footer div.wpcf7-acceptance-missing {display: none !important;}
.site-footer div.wpcf7-mail-sent-ok {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color : #ffffff;
  margin: 12px 0;
  padding: 0;
  border: none;
}

.site-footer .btn.btn-link {color: #D1D3D4;padding-top: 0;font-weight: 600;border-color: #F15E24;font-size: 13px;margin-top: 4px;}
.site-footer .btn.btn-link:hover {color: #ffffff;}

.site-footer .footer-col-3 {
  display: flex;
  flex-direction: column;
}

.site-footer .social-links{
  margin: 55px 0 35px;
}
.site-footer .social-link {margin-right: 28px;transform: scale(1.3);}
.site-footer .social-link.icon-tw:before {width:21px;height:18px;margin: 6px auto;}
.site-footer .social-link.icon-fb:before {width:9px;height:20px;margin: 5px auto;}
.site-footer .social-link.icon-yt:before {width:21px;height:14px;margin: 8px auto;}
.site-footer .social-link.icon-ig:before {width:18px;height:18px;margin: 6px auto;}
.site-footer .social-link.icon-in:before {width:20px;height:18px;margin: 5px auto;}
.site-footer .social-link:last-child {margin-right: 0;}

.site-footer .footer-nav {
  list-style: none;
  margin: 5px 0;
  padding: 0;
}
.site-footer .footer-nav li {
  display: inline-block;
  width: 100%;
  margin: 4px 0;
}
.site-footer .footer-nav li span,
.site-footer .footer-nav li a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 25px;
  color : #D1D3D4;
  text-decoration: none;
}
.site-footer .footer-nav li a:hover {color: #ffffff;}


#btnToTop {
  display: block;
  position: fixed;
  bottom: 40%;
  right: 20px;
  width: 46px;
  height: 46px;
  border-radius: 100%;
  background-color: rgba(65, 64, 66, .5);
  z-index: 999;
}
#btnToTop:before {
  content: '';
  display: block;
  width: 46px;
  height: 46px;
  top: 0;left: 0;
  background: url('../img/iconPageTop.svg') no-repeat center center;
  background-size: contain;
}
#btnToTop:hover {background-color: rgba(65, 64, 66, .75);cursor: pointer;}
#btnToTop.hidden {display: none;}
#btnToTop span{display: none;}







/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~` */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~` */
/* Media Queries */
/* 
Extra small devices (portrait phones, less than 576px)
No media query for `xs` since this is the default in Bootstrap 
*/

.container {
  width: 100%;
  max-width: 100%;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .share-link.icon-eml {display: inline-block;}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .mobile-login-btn { width: 40px;height: 40px;}

  .mm-navbar {padding: 0 54px;}
  .mm-navbar .search-form {margin-top: 50px;margin-bottom: 10px;}
  .mm-navbar .search-form .search-field {height: 56px;min-height: 56px;}
  .mm-navbar .search-form .search-submit {width: 54px;height: 54px;background-size: 20px;}
  .menu-primary-container a.mm-listitem__text {font-size: 25px;line-height: 26px;padding: 27px 0;}
  .mm-panels {margin: 0 54px;}
  .mm-btn.mm-btn_next.mm-listitem__btn:after {width: 20px;height: 20px;}
  .mm-navbar__title>span {font-size: 25px;line-height: 26px;padding-top: 28px;}
  .mm-listitem__text {font-size: 20px;padding: 21px 0;}
  .mm-btn.mm-btn_prev.mm-navbar__btn:before {margin-top: 35px;}

  /* Home Page */
  #sec-nav {
    display: flex;
    /* display: none; */
    flex-direction: column;
    justify-content: center;
    position: absolute;
    left: 0;
    top: -79vh;
    width: 220px;
    height: 79vh;
    margin: 0;
    list-style: none;
  }
  #sec-nav.sticky {position: fixed;top: 0;}
  #sec-nav li a {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    color: #414042;
    position: relative;
    padding: 0 0 0 20px;
    margin: 10px 0;
    text-decoration: none;
  }
  #sec-nav li a:before {
    content: "";
    display: block;
    width: 3px;
    height: 20px;
    position: absolute;
    left: 0; top: 0;
    background-color: #D1D3D4;
  }
  #sec-nav li a.active{font-weight: 600;color: #414042;}
  #sec-nav li a.active:before {background-color: #F15D22;}
  #sec-nav li a:hover{font-weight: 600;color: #666669;}
  #sec-nav li a:hover:before {background-color: #F15D22;}
  #sec-nav li a.isFEA.active:before {background-color: #EE3825;}
  #sec-nav li a.isFEA:hover:before {background-color: #EE3825;}
  
  #sec-nav li a.isNews:before {height: 40px;}


  .home-section {
    margin: 0 0 0 220px;
    min-height: calc(100vh - 68px);
    /* min-height: 800px; */
    padding: 34px 30px 34px 34px;
    position: relative;
    padding-bottom: 187px;
  }
  #sec-1 {background-color: #EDEEEF;padding-bottom: 187px;}

  .home-sec-slider-box {
    position: absolute;
    left: -220px;
    bottom: 0;
    width: 100vw;
    height: 187px;
    max-height: 187px;
  }
  .sec1-slide-date {font-size: 14px;margin-top: 16px;padding-bottom: 6px;}
  .home-sec1-slide {padding: 0;}
  .sec1-slide-title {
    font-size: 18px;
    line-height: 24px;
    display: inline-block;
    width: 75%;
    padding-right: 30px;
    vertical-align: bottom;
  }
  .sec1-slide-link {
    display: inline-block;
    width: 22%;
    margin-bottom: 10px;
    margin-bottom: 5px;
    margin-top: 0;
    text-align: center;
  }
  .sec1-slide-dots {left: 305px;}
  .sec1-slide-dots .slick-dots {text-align: left;}
  .sec1-slide-dots .slick-dots li button {width: 14px;height: 14px;}

  .home-sec-slider .slick-next.slick-arrow {
    height: 100%;
    width: 29px;
    border-radius: 0;
    top: 0;
    margin-top: 0;
    right: 0;
    margin: 0;
    background: url(../img/pageNavArrowWhite.svg) center center no-repeat;
    background-color: #E64C0F;
    background-size: 7px;
  }
  .home-sec-slider .slick-next.slick-arrow:hover {background-color: #BD440B;}
  .home-sec-slider .slick-next.slick-arrow.isFEA {background-color: #DA3744;}
  .home-sec-slider .slick-next.slick-arrow.isFEA:hover {background-color: #AF3737;}

  .home-slide-img-column {flex: 0 0 305px;}
  .home-slide-img-column .img-box img {min-height: 187px;}
  .home-slide-content.col {flex: 1;max-width: 100%;padding-right: 50px;}

  .home-sec-title, .home-sec-msg, .home-img-box-outer {max-width: 584px;}
  .home-sec-title {font-size: 33px;line-height: 43px;padding-top: 20px;padding-bottom: 40px;}
  .home-sec-msg {font-size: 15px;line-height: 25px;padding-right: 26px;}

  .home-section .home-img-box .home-img-logo {
    display: block;
    position: absolute;
    left: 20px;
    top: 36px;
    width: 136px;
    height: auto;
    z-index: 2;
  }

  .home-section-footer {
    position: absolute;
    left: -220px;
    bottom: 0;
    width: 100vw;
    height: 249px;
    max-height: 249px;
    background-color: #FFFFFF;
  }

  .home-sec-form .searchandfilter h4 {font-size: 14px;line-height: 22px;}
  .home-sec-form .searchandfilter .sf-field-submit input[type="submit"] {font-size: 12px;}

  .home-sec-quote {padding-right: 54px;}

  #sec-2 {padding-bottom: 249px;}
  #sec-2a {flex: 0 0 37.5%;max-width: 37.5%;display: flex;flex-direction: column;justify-content: center;}
  #sec-2b {flex: 0 0 62.5%;max-width: 62.5%;}
  #sec-2 .home-sec-form {margin: 0;padding: 41px 30px 20px 54px;min-height: 249px;max-height: 249px;}
  #sec-2 .home-sec-form .block-h3 {margin-bottom: 0;}
  #sec-2 .home-sec-form .searchandfilter ul li.sf-field-submit {text-align: right;padding-right: 8px;}
  #sec-2 .home-sec-quote-link {margin-bottom: 0;margin-top: 40px;}

  #sec-3 {padding-bottom: 249px;}
  #sec-3a {flex: 0 0 37.5%;max-width: 37.5%;display: flex;flex-direction: column;justify-content: center;}
  #sec-3b {flex: 0 0 62.5%;max-width: 62.5%;}
  #sec-3 .home-sec-form {margin: 0;padding: 41px 30px 30px 54px;}
  #sec-3 .home-sec-form .block-h3 {margin-bottom: 0;}
  #sec-3 .home-sec-form .searchandfilter ul li.sf-field-submit {text-align: right;padding-right: 8px;}
  #sec-3 .home-sec-quote-link {margin-bottom: 0;margin-top: 40px;}
  #sec-3 .sf-field-taxonomy-expertise {width: 50%;display: inline-block;padding-right: 12px;}
  #sec-3 .sf-field-taxonomy-province {width: 50%;display: inline-block;padding-left: 12px;}

  .home-news {background-color: #EDEEEF;}
  .home-news .block-h2 {padding: 60px 54px 30px;}
  .home-news-item {padding: 30px 54px;}

  .home-news-item.first-item .col.news-col-1 {order: 2;padding-left: 8px;}
  .home-news-item.first-item .col.news-col-2 {order: 1;}
  .home-news-item.odd-item .col.news-col-1 {order: 2;padding-left: 8px;}
  .home-news-item.odd-item .col.news-col-2 {order: 1;}
  .home-news-item.even-item .col.news-col-1 {padding-right: 8px;}
  .home-news-item .news-col-2 {padding: 10px 20px 10px 50px;}
  .home-news-item .home-news-date {margin-top: 0;}
  .home-news-item .home-news-title {padding-right: 0;}

  /* FEA Directory */
  .directory-form > form.searchandfilter > ul > li {
    display: inline-block;
    width: 50%;
    padding: 19px;
  }
  .mobile-th {display: none;}

  .directory-title {
    font-size: 27px;
    line-height: 30px;
    padding: 34px 54px ;
  }
  .directory-head {
    padding: 0 54px;
  }
  .directory-form { 
    padding: 40px 56px 40px 35px;
  }
  .directory-form > form.searchandfilter > ul > li.sf-field-submit {
    text-align: right;
    padding: 20px 0 0 0;
  }
  .searchandfilter .sf-field-submit input[type="submit"] {
    padding: 8px 32px 9px;
    margin-right: -7px;
  }
  
  .directory-body {
    padding: 46px 54px;
  }
  .directory-results-countInfo {
    display: flex;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 20px;
    border-bottom: none;
  }
  .resources-results-countInfo p,
  .directory-results-countInfo p {padding-right: 30px;}
  .btn.btn-link.btnNewSearch {margin-left: auto; white-space: nowrap;}

  .directory-result-pagination {text-align: center;}

  table#tabFeaResults td.fea-name span {
    display: inline;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color : #F15D22;
    /*     border-bottom: 1px solid rgba(241, 93, 34, .25); */
  }
  .iconPhone, .iconEmail { margin-top: 0px;}

  /* Resources Landing 768 and up */
  .resources-head {
    padding: 42px 54px 46px;
  }
  .resources-banner-container {
    padding: 60px 54px 50px;
  }
  .res-banner-img-col {padding-right: 0;}

  .res-banner-txt-col {padding-left: 33px;}
  .res-banner-format {margin-top: 0;}
  .res-banner-title {padding-right: 40px;margin-bottom: 25px;}
  .res-banner-title span {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
  }

  .rces-title {
    font-size: 33px;
    line-height: 43px;
    margin: 0 0 16px 0;
  }
  .rces-desc p {
    font-size: 15px;
    line-height: 25px;
    margin: 0;
  }
  .rces-desc-msg {padding-right: 0;}

  #rcesBannerDots {padding-top: 60px;}
  #rcesBannerDots .slick-dots {
    left: 0;
    right: initial;
  }
  #rcesBannerDots .slick-dots li button {width: 13px;height: 13px;}

  .resources-body {
    padding: 70px 54px;
  }
  .resources-results-countInfo{
    margin-top: -50px;
    padding-top: 0;
  }
  .resources-results-countInfo p {margin-bottom: 24px;}
  
  .search.search-results .simple-content,
  .search.search-no-results .simple-content,
  .archive .simple-content,
  .error404 .simple-content {margin-top: 44px;}

  /* Single Resource 768 and up */
  .resource-head {
    padding: 26px 54px;
  }
  .resource-body {
    padding: 0 54px 50px;
  }
  h1.res-title {
    font-size: 27px;
    margin-bottom: 24px;
  }
  .res-author, .res-date {
    font-size: 12px;
    line-height: 19px;
  }
  .res-content {padding-bottom: 30px;margin-top: 44px;}
  .res-content p {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 17px;
    padding-right: 8%;
  }

  .share-links {
    margin: 20px 0 36px;
  }
  h4.share-title { font-size: 16px;}
  .btn.btn-link {font-size: 12px;}

  .res-related {
    padding: 50px;
  }
  a.res-related-item {
    padding-right: 180px;
  }
  .res-related-title {
    margin: 40px 0 26px;
    font-size: 20px;
  }
  .res-rel-title {
    font-size: 18px;
  }
  .res-rel-title.res-external:after {
    display: inline-block;
    padding: 0 30px;
    position: static;
    vertical-align: text-top;
  }
  .res-rel-meta {
    display: block;
    position: absolute;
    top: 0; right: 0;
    width: 160px;
    padding: 16px 0;
  }
  .res-rel-author,
  .res-rel-date {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 12px;
    line-height: 19px;
    color : #414042;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: right;
  }
  .res-rel-title span {font-size: 18px;}

  /* Simple page 768 and up */
  .simple-head {
    padding: 26px 54px;
  }
  .simple-body {
    padding: 0 54px 50px;
  }


  /* Footer 768 and Up */
  .site-footer {padding: 60px 54px 30px;}
  .site-footer h5 {font-size: 13px;}
  .site-footer p {font-size: 13px; line-height: 22px; margin-bottom: 12px;}
  .site-footer p.form-para {font-size: 12px;line-height: 24px;padding-right: 20px;}
  .site-footer .foot-addr {font-size: 13px;line-height: 22px;}
  .site-footer .foot-info {font-size: 13px;line-height: 22px;font-weight: 300;margin-bottom: 0;}
  .site-footer .foot-info span {font-size: 13px;line-height: 22px;font-weight: 700;}
  
  .site-footer .footer-col-3 {margin-top: -60px;}
  .site-footer .social-links {margin: 10px 0;}

  .site-footer .social-link {margin-right: 34px;transform: scale(1);}

  .site-footer .wpcf7 {padding-left: 46px;}
  .site-footer .wpcf7-form-control.wpcf7-text {margin: 5px 0;}
  .site-footer .wpcf7-form-control.wpcf7-submit {font-size: 11px;line-height: 21px;padding: 5px 29px;margin: 18px 0 0;}

  .site-footer .footer-nav {display: flex; justify-content: space-between;}
  .site-footer .footer-nav li {width: auto;}
  .site-footer .footer-nav li a {font-size: 12px;}
  .site-footer .footer-nav li span {font-size: 12px;}

  .slick-tab-buttons .slick-track {margin-left: 0;}
  .slick-tab-content .slick-track {display: block;}
  .slick-tab-pane {height: initial;}

}  /* END 768 */

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

  #headerMobile {display: none;}
  #headerDesktop {
    display: block;
    position: fixed;
    top: 0;
    z-index: 9999;
    background: transparent;
    transition: background 300ms linear;
  }
  #headerDesktop.opaque {
    background-color: #F9fafa;
    /* background: linear-gradient(#F9fafa 0%, #F9fafa 88%, #F9fafa); */
  }
  .site-content {margin-top: 90px;}

  .navbar {
    height: 90px;
    padding: 20px 0 0 0;
    justify-content: flex-end;
  }
  .site-branding  {
    max-height: 49px;
    height: 49px;
  }
  .site-branding .custom-logo-link {
    margin: 0 0 0 54px;
  }
  .custom-logo-link img.custom-logo {
    width: 131px;
    height: 49px;
    margin: 0;
  }
  div.nav-menu > ul > li { margin: 0 10px;}
  .header-search-btn { margin-right: 30px;}


  /* Home page 1200 & Up */
  .home-sec-title {
    font-size: 40px;line-height: 50px;
    padding-bottom: 0;
    margin: 50px -200px 0 30px;
    z-index: 4;
    position: relative;
    letter-spacing: .7px;
  }
  #sec-1 .home-sec-title {margin-right: -140px;}
  #sec-3 .home-sec-title {margin-top: 70px;}
  .home-sec-msg {font-size: 14px;line-height: 24px;margin-left: 30px;padding-right: 0;}
  #sec-1 {background-color: transparent;padding-bottom: 150px;}
  #sec-1 .home-img-box .round-link {right: 30px;bottom: 30px;}
  .home-section {padding: 54px 97px 0 0;margin-left: 240px;min-height: calc(100vh - 90px);}
  .home-img-box-outer {max-width: 1000px;padding: 0 0 0 20px;}
  .home-sec-filler {
    position: absolute;
    top: initial;
    bottom: 0;
    left: 0;
    height: calc(100% + 90px);
    min-height: 100vh;
    width: 50%;
    background-color: #EDEEEF;
    z-index: -1;
  }
  .home-sec-slider-box {left: 35px;bottom: 0;width: calc(100% - 35px);;height: 150px;max-height: 150px;}
  .home-slide-img-column {flex: 0 0 250px;}
  .home-slide-img-column .img-box img {min-height: 150px;}
  .home-section-footer {height: 180px;max-height: 180px;width: calc(100% - 210px);left:113px;}

  .home-slide-content.col {padding-left: 20px;}
  .sec1-slide-date {padding-bottom: 4px;}
  .sec1-slide-title {height: 24px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;width: 74%;}
  .sec1-slide-link {width: 20%;margin-bottom: 0;}
  .sec1-slide-link .btn.btn-link {font-size: 13px;}
  .sec1-slide-dots {left: 256px;padding-bottom: 20px;}
  .sec1-slide-dots .slick-dots li {margin-right: 15px;}
  .sec1-slide-dots .slick-dots li button {height: 11px;width: 11px;}

  #sec-2 {padding-top: 24px;padding-bottom: 180px;}
  #sec-2a {flex: 0 0 51%;max-width: 51%;}
  #sec-2b {flex: 0 0 49%;max-width: 49%;}

  #sec-2 .home-sec-form {min-height: 180px;max-height: 180px;}
  #sec-2 .sf-field-taxonomy-res_topic {width: 75%;display: inline-block;padding-right: 12px;}
  #sec-2 .sf-field-submit {width: 25%;display: inline-block;padding-left: 12px;padding-right: 12px;}
  #sec-2 .sf-field-submit input[type="submit"] {padding: 5px 14px 6px;}

  #sec-2 .home-sec-quote {padding: 0 30px; margin-top: 20px;}
  #sec-2 .home-sec-quote-link {padding: 0 30px;margin: 10px 0 0 20px;}

  #sec-2 .home-img-box {overflow: initial;}
  #sec-2 .home-img-box .round-link {right: 30px;bottom: -20px;padding-left: 24px;padding-right: 24px;}
  #sec-2 .home-section-footer {bottom: initial;}
  #sec-2 .round-link {background-color: #F15D22;}
  #sec-2 .round-link:hover {background-color: #D3450D;}

  #sec-3 .home-section-footer {bottom: initial;width: calc(100% - 97px);left: 0;}
  #sec-3 {padding-top: 24px;padding-bottom: 180px;}
  #sec-3a {flex: 0 0 45.5%;max-width: 45.5%;}
  #sec-3b {flex: 0 0 54.5%;max-width: 54.5%;}

  #sec-3 .home-sec-form {min-height: 180px;max-height: 180px;padding: 30px 30px 30px 40px;}
  #sec-3 .home-sec-form .block-h3 {margin-bottom: 10px;}
  #sec-3 .sf-field-taxonomy-expertise {width: 40%;display: inline-block;padding-right: 15px;}
  #sec-3 .sf-field-taxonomy-province {width: 40%;display: inline-block;padding-right: 15px;padding-left: 15px;}
  #sec-3 .sf-field-submit {width: 20%;display: inline-block;padding-left: 12px;padding-right: 12px;}
  #sec-3 .sf-field-submit input[type="submit"] {padding: 5px 14px 6px;}

  #sec-3 .home-sec-quote {padding: 0 30px; margin-top: 20px;}
  #sec-3 .home-sec-quote-link {padding: 0 30px;margin: 10px 0 0 20px;}

  #sec-3 .home-img-box {overflow: initial;}
  #sec-3 .home-img-box .round-link {right: 30px;bottom: -20px;padding-left: 24px;padding-right: 24px;}

  .home-news {padding-bottom: 200px;}
  .home-news .block-h2 {padding: 70px 130px 70px 280px}
  .home-news-item { padding: 0 130px 0 240px;}
  .home-news-item.odd-item .col.news-col-1,
  .home-news-item.first-item .col.news-col-1 {flex: 0 0 55.1%;max-width: 56.1%;padding-left: 0;}
  .home-news-item.odd-item .col.news-col-2,
  .home-news-item.first-item .col.news-col-2 {flex: 0 0 44.9%;max-width: 44.9%;justify-content: center;display: flex;flex-direction: column;padding: 10px 40px;}
  .home-news-item.even-item .col.news-col-1 {flex: 0 0 44.9%;max-width: 44.9%;padding-right: 0;}
  .home-news-item.even-item .col.news-col-2 {flex: 0 0 55.1%;max-width: 55.1%;justify-content: center;display: flex;flex-direction: column;padding: 10px 90px 10px 40px;}
  .home-news-item.odd-item .col.news-col-1 {padding-right: 111px;}

  #sec-nav {height: 98vh;top:-98vh;}
  #sec-nav li a {margin: 6px 0;font-size: 13px;line-height: 16px;}

  /* Directory and Resources Landing 1200 & Up */
  .directory-title {
    padding: 70px 130px 50px;
  }
  .directory-head {
    padding: 0 242px;
  }

  .resources-head {
    padding: 86px 130px 44px;
  }
  .resources-banner-container {
    padding: 48px 130px 0px;
  }
  .resources-banner-container.with-sub-nav {margin-top: 44px;}
  .resources-banner-container.with-sub-nav .block-md-subnav {width: 75%;}
  .res-banner-format {margin-top: 24px;}
  .rces-title {
    font-size: 40px;
    line-height: 50px;
    margin: 0 0 32px 0;
  }
  .rces-desc p {
    font-size: 16px;
    line-height: 29px;
    margin: 0;
  }
  .resources-banner-container.with-sub-nav .rces-desc {margin: 30px 0 40px;}
  .res-banner-title {padding-right: 80px;}
  .res-banner-title span {
    font-size: 27px;
    line-height: 30px;
    font-weight: 500;
  }
  .res-banner-img-col {padding-right: 10px;}
  .res-banner-txt-col {padding-left: 24px;padding-bottom: 54px;}

  #rcesBannerDots {padding-top: 0;margin-top: 0px;}
  #rcesBannerDots .slick-dots li {margin-right: 16px;}
  #rcesBannerDots .slick-dots li button {
    width: 10px;
    height: 10px;
  }

  .slick-prev.slick-arrow {margin-left: -28px;}
  .slick-next.slick-arrow {margin-right: -28px;}

  .resources-body {
    padding: 170px 54px;
  }
  .resources-results-head,.search-filter-results {
    padding: 0px 80px;
  }
  .resources-results-head .rces-search {width: 50%;margin-bottom: 18px;}
  .resources-results-head .rces-search .search-input-btn {margin-top: 6px; margin-right: 30px;}
  .resources-results-head .rces-count-select {min-width: 116px;width: 116px;}

  



  /* Single Resource 1200 & Up */
  .resource-body {
    padding: 0 30px 110px;
  }
  .btn.btnTPlus {margin-left: 30px;}
  .resource-content {padding-left: 116px;padding-top: 34px;padding-right: 46px;}
  .res-related {padding: 50px 100px;}
  
  .share-links { position: relative;}
  .share-link {
    display: block;
    width: 100%;
    margin-left: 4px;
  }
  .share-link span {
    display: block;
    position: absolute;
    left: 36px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 12px;
    line-height: 19px;
    color : #414042;
    border-bottom: 1px solid rgba(0,0,0,0);
  }
  .share-link span:before {
    content: "";
    display: block;
    width: 36px;
    height: 20px;
    position: absolute;
    background: transparent;
    left: -36px;
  }
  .share-link:hover span {border-bottom: 1px solid #414042;}
  .share-link.icon-eml {display: block;}

  .resource-sidebar {padding-top: 62px;}
  h4.share-title {font-size: 14px;}
  .share-link.icon-tw {width:23px;height:19px;margin: 23px 36px 0 0;}
  .share-link.icon-fb {width:11px;height:23px;margin: 20px 30px 3px 6px;}
  .share-link.icon-yt {width:23px;height:16px;margin: 25px 36px 0 0;}
  .share-link.icon-ig {width:19px;height:19px;margin: 23px 36px 0 0;}
  .share-link.icon-in {width:23px;height:21px;margin: 20px 36px 3px 0;}
  .share-link.icon-eml {width:21px;height:13px;margin: 26px 36px 0 0;}

  .share-link.icon-fb span {margin-top: 3px;}
  .share-link.icon-yt span {margin-top: -2px;}
  .share-link.icon-in span {margin-top: 3px;}
  .share-link.icon-eml span {margin-top: -3px;}

  .btn.btn-link {font-size: 13px;}
  .res-content p {font-size: 16px;line-height: 29px;}
  .res-content p:last-of-type {line-height: 29px;}


  /* Simple page 1200 & Up */
  .simple-body {
    padding: 0 30px 110px;
  }
  .simple-content {padding-left: 116px;padding-top: 0;padding-right: 46px;}


  /* Footer 1200 & Up */
  .site-footer {padding: 56px 130px 30px;}
  .site-footer .wpcf7 {padding-left: 52px;padding-right: 20px;padding-bottom: 80px;}
  .site-footer .wpcf7-form-control.wpcf7-submit {float: right;margin-top: 2px;padding: 2px 14px;}

  .site-footer .foot-info {margin-bottom: 4px;}
  .site-footer p.form-para {line-height: 22px;}

  .site-footer .footer-nav {margin-left: 52px;}
  .site-footer .social-links {justify-content: flex-end;flex-direction: row;display: flex;margin-top: auto;margin-bottom: 52px;}
  .site-footer .social-link {margin: 0 0 0 32px;}

  .res-related-title {font-size: 20px;line-height: 30px;}
  


  table tbody tr td {padding-top: 8px; padding-bottom: 8px;}

}  /* END 1200 */

/* Reset for Wider Screens */
@media (min-width: 1366px) {

  .site-branding .custom-logo-link {
    min-width: 240px;
    max-width: 240px;
    margin: 0;
  }
  .custom-logo-link img.custom-logo {
    margin: 0 auto;
  }
  div.nav-menu > ul > li { margin: 0 20px;}
  .header-search-btn { margin-right: 50px;}

  .directory-form > form.searchandfilter > ul > li.sf-field-taxonomy-expertise,
  .directory-form > form.searchandfilter > ul > li.sf-field-post-meta-fea_company,
  .directory-form > form.searchandfilter > ul > li.sf-field-taxonomy-city {padding-right: 56px;}
  
  .directory-form > form.searchandfilter > ul > li.sf-field-search,
  .directory-form > form.searchandfilter > ul > li.sf-field-taxonomy-province {
    /* padding-left: 70px; padding-right: 150px;  - turned off */
    padding-right: 56px;
  }
  .searchandfilter .sf-field-submit input[type="submit"] {
    padding: 5px 32px 6px;
    margin-right: 0px;
  }
  .directory-body {padding: 46px 130px;}

}/* END 1366 */

/* Reset for Widest Screens MAX Add Whitespace on both sides */
@media (min-width: 1900px) {
  .container, .container-fluid {
    max-width: 1900px;
  }
}

/* Force Table Wrapping on Mobile (less than 768px) */
@media screen and (max-width: 767px) {

  table#tabFeaResults {
    border-bottom: 1px solid #D2D3D4;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
  }
  
  table#tabFeaResults tr {
    border-top: 1px solid #D2D3D4;
    padding: 35px 0;
    display: block;
  }
  
  /* Hide Table Header Row */
  table#tabFeaResults thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table#tabFeaResults td {
    border: none;
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    color : #424142;
    padding: 0;
  }
  table#tabFeaResults td span.mdash { display: none;}
  table#tabFeaResults td span.mobile-th { font-weight: 600;}
  table#tabFeaResults td.inline { display: inline-block;}
  table#tabFeaResults td.fea-name { padding-bottom: 8px;}
  table#tabFeaResults td.fea-name span {
    display: inline;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color : #F15D22;
    /*     border-bottom: 1px solid rgba(241, 93, 34, .25); */
  }

  table td:last-child {
    border-bottom: 0;
  }
}
.directory-form > form.searchandfilter > ul > li.sf-field-reset {display: none;}






/* 
FOOT NOTES --- KEEP This at end


Fonts Guide:
font-family: 'Montserrat', sans-serif;
Thin        300
Regular     400
Medium      500
Semi-Bold   600
Bold        700

font-family: 'DM Serif Text', serif;
Regular     400


Color Guide:
Body Background Fallback        #f9fafa
Hover Nav Links                 #d3450d

*/



/* table th,
table td {
  padding: .625em;
  text-align: center;
}

table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
} */
