@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: "HelveticaNeue";
  src: url("https://uploads.prod01.oregon.platform-os.com/instances/933/assets/documents/light.woff");
  font-weight: normal;
}
@font-face {
  font-family: "HelveticaNeue";
  src: url("https://uploads.prod01.oregon.platform-os.com/instances/933/assets/documents/medium.woff");
  font-weight: 500;
}
@font-face {
  font-family: "HelveticaNeue";
  src: url("https://uploads.prod01.oregon.platform-os.com/instances/933/assets/documents/bold.woff");
  font-weight: bold;
}

html {
  position: relative;
}

body {
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  font-family: "HelveticaNeue";
  color: #58575c;
}

header,
section,
footer,
a,
button,
li:before,
.job-apply,
nav,
.main_menu:after,
i,
.logo,
.logo img,
.footer-logo,
#the-board ul li,
#membership-types ul li,
.main_menu,
.slick-prev:before,
.slick-next:before,
.transparent,
strong,
input,
.home-news-item-image,
.header-right .search-icon:before,
.main_menu,
ul,
.slick-dots li button,
.search-bar,
.jobs-list li,
.slick-dots li button:before,
.btn {
  transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
}

button:focus {
  outline: none !important;
}

.spanmoreless:active,
.btn:active {
  background-color: #94B6A5!important;
}

.btn-link:active {
  background-color: transparent!important;
  color:#d1bc47;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

::selection {
  background: #cec70c;
  color: #fff;
}

::-moz-selection {
  background: #cec70c;
  color: #fff;
}

h1,
h2,
h3,
h4 {
  font-weight: bold;
}

h1 {
  color: #88ae9b;
  font-size: 50px;
  margin-bottom: 18px;
  line-height: 56px;
}

h2 {
  color: #58585b;
  font-weight: normal;
  font-size: 34px;
  margin-bottom: 25px;
  line-height: 44px;
}

h3 {
  font-size: 18px;
  color: #88ae9b;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 14px;
}

h4 {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 14px;
}

ul,
ol,
ol li,
ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu-text:before {
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}

a {
  text-decoration: none !important;
  color: #6f8a91;
}

a:hover {
  color: #d1bc47;
}

p {
  margin-bottom: 15px;
}

.btn {
  border: 0;
  padding: 8px 35px;
  line-height: inherit;
  font-size: 14px;
  border-radius: 5px;
}

.btn-primary {
  background-color: #d1bc47;
  color: #fff !important;
  border: 1px solid #d1bc47;
}

.btn-primary:hover {
  background-color: #b6a753;
  color: #fff;
}

.btn-secondary {
  background-color: #fff;
  border: solid 1px #d1bc47;
  color: #d1bc47;
}

.btn-secondary:hover {
  background-color: #d1bc47;
  border: solid 1px #d1bc47;
  color: #fff;
}

section,
footer {
  padding: 80px 0;
  float: left;
  width: 100%;
}


.hamburger {
  padding: 10px 10px 10px 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  height: 49px;
}

.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #fff;
}

.hamburger-box {
  width: 40px;
  height: 29px;
  position: relative;
  float: left;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -3px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 40px;
  height: 5px;
  background-color: #58575c;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -12px;
}
.hamburger-inner::after {
  bottom: -12px;
}

/** Hamburger Spin **/
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in,
    transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: 100;
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out,
    transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.menu-text:before {
  content: "MENU";
  display: block;
  float: left;
  height: 29px;
  line-height: 29px;
  padding-left: 15px;
}

.hamburger--spin.is-active .menu-text:before {
  content: "CLOSE";
  color: #fff;
  z-index: 100;
}

header {
  background-color: #fff;
  position: fixed;
  width: 100%;
  z-index: 10;
  top: 0;
  box-shadow: 0 6px 6px -8px #58575c;
  padding: 25px 0;
}

body.sticky header {
  padding: 5px 0;
}

.logo-center {
  text-align: center;
}

footer {
  float: left;
  width: 100%;
}

body.is-active .header-right {
  z-index: -2;
}

.header-right .search-icon {
  position: absolute;
  right: 15px;
  width: 30px;
}

.header-right .search-icon-times {
  position: absolute;
  right: 18px;
  width: 30px;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
}

.header-right .search-icon-times:hover:before {
  color: #d1bc47;
}

.header-right .search-icon:before {
  float: right;
  cursor: pointer;
  height: 49px;
  display: block;
  padding: 10px 0 10px 15px;
  font-size: 20px;
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.header-right .search-icon:hover:before {
  color: #d1bc47;
}

.header-right.open .search-icon:before {
  opacity: 0;
  z-index: -1;
  visibility: hidden;
}

.header-right .search-icon-times:before {
  float: right;
  cursor: pointer;
  height: 49px;
  padding: 8px 0 12px 15px;
  font-size: 23px;
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
}

.header-right.open .search-icon-times:before {
  opacity: 1;
  z-index: 1;
  visibility: visible;
}

.header-right.open .search-icon-times {
  opacity: 1;
  z-index: 1;
  visibility: visible;
}

.header-right a {
  float: right;
  margin: 6px 0 4px 15px;
}

.header-right a.btn-secondary {
  margin-right: 35px;
}

.search-bar {
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #58575c;
  padding: 15px;
}

.search-bar.open {
  bottom: -68px;
  opacity: 1;
  z-index: -1;
  visibility: visible;
}

.search-bar .form-control {
  padding: 5px 15px;
}

#home-banner {
  height: 100%;
  padding: 0;
  background-color: #000;
  margin-top: 59px;
}

#home-banner .slick-slide {
  background-position: center center;
  background-size: cover;
  background-color: #6f8a91;
}

#home-banner .slick-slide:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    to right,
    rgba(111, 138, 145, 1),
    rgba(0, 0, 0, 0)
  );
}

.banner-content {
  height: calc(70vh - 40px);
  position: relative;
  margin-top: 40px;
}

body.sticky .banner-content {
  height: 70vh;
  margin-top: 0;
}

#home-banner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}

#home-banner.slick-initialized {
  visibility: visible;
  opacity: 1;
}

.blue-box {
  position: absolute;
  width: auto;
  top: 50%;
  left: 15px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  max-width: 500px;
}

.blue-box a:hover {
  background-color: #b6a753;
  opacity: 1;
}

.banner-content h1 {
  color: #fff;
}

.banner-content p {
  max-width: 300px;
  color: #fff;
  font-size: 16px;
  margin-bottom: 20px;
}
.banner-content h1:empty,
.banner-content p:empty {
  display: none;
}

body.is-active .main_menu {
  left: 0;
}

body.is-active .hamburger.hamburger--spin {
  z-index: 200;
}

body.is-active header .logo-center,
body.is-active header .logo {
  z-index: -5;
}

.main_menu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100vh;
  z-index: -1;
}

.main_menu:before {
  content: "";
  display: block;
  width: 50%;
  height: 100vh;
  background-color: #6f8a91;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: -5px 0px 30px 3px #666;
}

.main_menu:after {
  content: "";
  display: block;
  width: 50%;
  height: 1px;
  border-top: solid 1px #fff;
  position: absolute;
  top: 98px;
  left: 0;
}

nav {
  margin-top: 130px;
  float: left;
  width: 50%;
}

nav ul {
  float: left;
  width: 100%;
}

nav ul li {
  float: left;
  width: 100%;
}

nav ul li a {
  color: #fff;
  float: left;
  width: 100%;
  font-weight: bold;
  font-size: 24px;
  padding: 3px 0;
}

nav ul ul li a {
  color: #58575c;
  font-weight: normal;
  padding: 3px 0;
  font-size: 22px;
}
nav ul li:first-child a {
  padding-top: 0;
}

nav ul li.dropdown a {
  padding-bottom: 0;
}

.menu-last {
  margin-bottom: 25px;
}

.menu-join {
  width: auto;
}

.menu-join a {
  border: solid 1px #fff;
  padding: 8px 35px;
  line-height: inherit;
  font-size: 14px;
  color: #6f8a91;
  width: auto;
  margin-right: 15px;
  border-radius: 5px;
  background-color: #fff;
}

.menu-join a:hover {
  opacity: 0.75;
}

.menu-login {
  width: auto;
}

.menu-login a {
  border: solid 1px #fff;
  padding: 8px 35px;
  line-height: inherit;
  font-size: 14px;
  color: #fff;
  width: auto;
  border-radius: 5px;
  margin-right: 15px;
}

.menu-login a:hover {
  background-color: #fff;
  color: #6f8a91;
}

.menu-icon {
  width: auto;
  height: 39px;
  line-height: 39px;
}

.menu-icon a {
  width: auto;
  margin: 0 15px 0 0;
  padding: 0;
}

.menu-icon i {
  line-height: inherit;
  font-size: 28px;
}

.menu-icon i:hover {
  opacity: 0.75;
}

.transparent {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100vh;
  z-index: -50;
  opacity: 0;
  visibility: hidden;
}

body.sticky nav {
  margin-top: 90px;
}

body.sticky .main_menu:after {
  top: 58px;
}

body.is-active .transparent {
  z-index: 100;
  opacity: 1;
  right: 0;
  visibility: visible;
}

.logo {
  width: 100%;
  display: inline-block;
}

.logo img {
  height: 100%;
  max-height: 49px;
  width: auto;
}

.logo:hover {
  opacity: 0.9;
}
body.sticky .logo {
  margin-top: 6px;
}
body.sticky .logo img {
  max-height: 37px;
}

hr {
  border-top: solid 1px #88ae9b;
  margin: 35px 0 0 0;
}

#home-what {
  padding-top: 0;
}

#home-what img {
  width: auto;
  height: 100%;
  max-height: 85px;
  margin: 5px 0 23px;
}

#home-what .col-md-6 p:last-child {
  margin-bottom: 0;
}

#home-member {
  padding: 0;
}

.home-member-image {
  padding-bottom: 28%;
  background-size: cover;
  background-position: center center;
}

.position-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.position-center-left {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.home-member-content {
  background-color: #eae8e7;
}
.home-member-content a {
  margin-top: 5px;
}

.member-content p:last-child {
  margin-bottom:0;
}

.home-member-content h4 {
  font-weight: 500;
}
.member-content {
  max-width: 570px;
  padding: 80px 5px;
}

.home-member-image:after {
  position: absolute;
  width: 66.66%;
  height: 100%;
  content: "";
  top: 0;
  right: 0;
  background-image: linear-gradient(
    to left,
    rgba(234, 232, 231, 1),
    rgba(0, 0, 0, 0)
  );
}

body.is-active .left-menu {
  z-index: 0;
}

.form-submit {
  position: absolute;
  top: 4px;
  right: 15px;
  width: 20px;
  height: 30px;
  background-color: transparent;
  border: 0;
  text-indent: -9999px;
  z-index: 10;
  cursor: pointer;
}

.search-bar form {
  position: relative;
}

form.search-form:after {
  content: "\f002";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 4px;
  right: 15px;
  font-size: 20px;
  cursor: pointer;
  z-index: 1;
}

.home-news-item-image {
  background-position: center center;
  background-size: cover;
  padding-bottom: 55%;
  position: relative;
}

.home-news-item-image a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#home-stats {
  color: #fff;
  background-color: #58585b;
  text-align: center;
  position: relative;
}

#home-stats:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
}

#home-stats i {
  color: #d2bc48;
  font-size: 80px;
  margin-bottom: 23px;
}

.home-stats-heading {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
}

.home-stats-subheading {
  font-size: 1.5rem;
  line-height: 1.4;
}

#home-stats hr {
  width: 25%;
  border-top: 1px solid #d2bc48;
  margin: 12px auto 19px;
}

.home-stats-content p {
  margin-bottom: 0;
}

footer ul li {
  margin-bottom: 5px;
}

#footer-newsletter {
  text-align: center;
  background-color: #af949a;
  padding: 50px 0;
}

#footer-newsletter form {
  width: 100%;
}

.footer-logo:hover {
  opacity: 0.75;
}

#footer-newsletter h4 {
  font-weight: normal;
  color: #fff;
  font-size: 22px;
  margin-bottom: 20px;
}

#footer-newsletter .col-lg-2 {
  padding: 0 5px;
}

#footer-newsletter .form-control {
  padding: 5px 15px;
  font-size: 14px;
  background-color: #af949a;
  color: #fff;
  border: solid 1px #fff;
  border-radius: 5px;
}

#footer-newsletter .form-control::placeholder {
  color: #eee !important;
}
.form-control {
  font-size: 14px;
}

#footer-newsletter .newsletter-submit {
  cursor: pointer;
  color: #af949a;
  background-color: #fff;
  border: 0;
  transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
}

#footer-newsletter .newsletter-submit:hover {
  background-color: #58585b;
  color: #fff;
}

label.label-checkbox .form-checkbox {
  width: auto;
  float: left;
  margin-right: 10px;
  padding: 0;
}

label.label-checkbox span {
  height: 38px;
  line-height: 38px;
  color: #fff;
  margin-left: 8px;
}

label.label-checkbox {
  margin-bottom: 0;
  height: 38px;
  margin: 0 auto;
}

label.label-checkbox:before {
  content: "\f0c8";
  font-family: "Font Awesome 5 Free";
  float: left;
  color: #fff;
  font-size: 24px;
  margin-top: 1px;
}

label.label-checkbox.checkbox-tick:before {
  content: "\f14a";
}

label.label-checkbox .form-checkbox {
  display: none;
}

footer {
  background-color: #58585b;
  color: #fff;
}

footer .heading a,
footer strong {
  color: #af949a;
}

footer a {
  color: #fff;
}

footer a:hover,
footer .heading a:hover,
.footer-menu-bottom li a:hover {
  color: #6f8a91;
}

footer .heading,
.footer-menu-bottom li a {
  font-weight: 500;
  color: #af949a;
}

.footer-logo {
  width: 100%;
  height: auto;
  max-width: 195px;
  float: right;
}
.footer-menu-bottom {
  margin-top: 25px;
}
.footer-menu-bottom li {
  width: auto;
  margin-right: 25px;
  float: left;
  margin-bottom: 0;
}
.social-menu {
  float: right;
  margin-top: 20px;
}
.social-menu li {
  float: left;
  margin-left: 20px;
  margin-bottom: 0;
}

.social-menu li i {
  font-size: 26px;
}

.social-menu a {
  display: flex;
  float: left;
  transition: inherit;
  -moz-transition: inherit;
  -webkit-transition: inherit;
  -o-transition: inherit;
}

.bottom-menu {
  float: right;
  width: auto;
}

.bottom-menu li {
  float: left;
  width: auto;
}

.bottom-menu li a {
  float: left;
  border-left: solid 1px #fff;
  margin-left: 10px;
  padding-left: 10px;
}

.bottom-row hr {
  border-top: solid 1px #fff;
  margin: 30px 0;
  padding: 0;
}
.bottom-menu li {
  margin-bottom: 0;
}
.bottom-menu li a,
.bottom-row p {
  height: 15px;
  line-height: 15px;
  margin-bottom: 0;
}

.bottom-menu li:first-child a {
  border: 0;
  margin: 0;
  padding: 0;
}

.col-lg-24 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}

.newsletter-row {
  margin-left: -5px;
  margin-right: -5px;
}

.col-lg-24 {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.footer-logo-left {
  display: none;
}

.social-top {
  width: auto;
}

.search-results:empty:before {
  content: "No results found.";
}

.slick-next {
  right: 50px;
  z-index: 1;
  height: 40px;
}

.slick-prev {
  left: 50px;
  z-index: 1;
  height: 40px;
}
.slick-prev:before {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  color: #fff;
  font-weight: 900;
  font-size: 40px;
}

.slick-next:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  color: #fff;
  font-weight: 900;
  font-size: 40px;
}

b,
strong {
  font-weight: bold;
}

.home-news-item-content {
  padding: 20px 20px 5px;
}

.home-news-item-wrapper {
  width:100%;
  box-shadow: 0px 0px 8px #ccc;
  display: inline-block;
  position: relative;
}
.trade-cards .home-news-item-content {
  min-height: 201px;
}
.trade-cards .home-news-item-content {
  padding-top:10px;
}

.trade-card-image {
  width: 100%;
  position: relative;
}

.absolute-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left:0;
  display: block;
}

.home-news-item-wrapper .absolute-link {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 9;
}

.home-news-item:hover .home-news-item-image {
  opacity: 0.8;
}

.page-banner .banner-content {
  height: 40vh;
}

body.sticky .page-banner .banner-content {
  height: 40vh;
}

.page-banner .banner-content h1 {
  font-weight: normal;
  margin-bottom: 0;
  font-size: 56px;
  line-height: 62px;
}

#about-services,
#membership-types {
  padding-top: 0;
}

#membership-types {
  padding-bottom:40px;
}

.about-services li {
  margin-bottom: 20px;
}

.about-services li .btn {
  margin-top: 5px;
}

#footer-member {
  background-size: cover;
  background-position: center center;
  position: relative;
}

.yellow-bg:before {
  content: "";
  background-color: rgba(209, 188, 71, 0.5);
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

#footer-member:before {
  content: "";
  background-image: linear-gradient(
    to left,
    rgba(209, 188, 71, 1),
    rgba(0, 0, 0, 0)
  );
  width: 15%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 50%;
  z-index: -1;
}

#footer-member:after {
  content: "";
  background-color: #d1bc47;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

#footer-member h4 {
  font-weight: bold;
  color: #fff;
  font-size: 22px;
  z-index: 1;
  margin: 0;
  height: 37px;
  line-height: 37px;
}

#footer-member .btn-white {
  width: 100%;
  max-width: 214px;
  float: right;
  z-index: 1;
}

.btn-white {
  background-color: #fff;
  color: #d2bc48;
}

.btn-white:hover {
  background-color: #58585b;
  color: #fff;
}

#membership-types ul li {
  padding:0 15px;
}

#membership-types ul li .membership-item {
  padding:30px 15px;
  color:#fff;
  float:left;
  position: relative;
  width:100%;
  margin-bottom:30px;
}

#membership-types ul li .membership-item ul {
  margin-bottom:15px;
}

#membership-types ul li .membership-item ul li {
  list-style:outside;
    line-height: 20px;
    padding: 0;
    margin-left: 25px;
}

#membership-types ul li .btn {
  border:solid 1px #fff;
  color: #fff;
}

#membership-types ul li:nth-child(1) .membership-item { background-color:#AF949A; }
#membership-types ul li:nth-child(2) .membership-item { background-color:#D2BC48; }
#membership-types ul li:nth-child(3) .membership-item { background-color:#88AE9B; }
#membership-types ul li:nth-child(4) .membership-item { background-color:#6B8B7C; }
#membership-types ul li:nth-child(5) .membership-item { background-color:#708A91; }
#membership-types ul li:nth-child(6) .membership-item { background-color:#5B7278; }

#membership-types ul li:hover {
  opacity:0.8;
}

#membership-types ul li:nth-child(1):hover .btn {
  background-color: #fff;
  color:#AF949A;
}
#membership-types ul li:nth-child(2):hover .btn {
  background-color: #fff;
  color:#D2BC48;
}
#membership-types ul li:nth-child(3):hover .btn {
  background-color: #fff;
  color:#88AE9B;
}
#membership-types ul li:nth-child(4):hover .btn {
  background-color: #fff;
  color:#708A91;
}
#membership-types ul li:nth-child(5):hover .btn {
  background-color: #fff;
  color:#58585B;
}

#home-news .cd-filters li.filter {
  margin: 0;
  float: left;
}

.cd-filters .filter a {
  float: left;
  margin-right:15px;
  margin-bottom:30px;
}

.cd-filters .filter a.selected {
  background-color: #D2BC48;
  color: #fff;
}

.cd-gallery ul li {
  margin-bottom:30px;
  display: none;
}

.cd-gallery ul li:nth-child(3n+1) {
  clear: left;
}

.collapse:not(.show) {
  display: initial;
  height:62px;
  overflow: hidden;
}

.faqs .collapse:not(.show) {
  display: initial;
  height:0;
  overflow: hidden;
}


.faqs {
  display: inherit;
}


.collapsing {
  height:62px;
}

.faqs .collapsing {
  height:0;
}

.spanmoreless.collapsed:before {
  content:"More";
  text-align:center;
  color:#fff;
}

.spanmoreless:before {
  content:"Less";
  text-align:center;
  color:#fff;
}
.spanmoreless {
  width: fit-content;
  margin:20px;
}
#accordion {
  padding-top:0;
}

.card-body {
  padding:20px 20px 0;
}

.faqs .card-body {
  padding:20px;
}




.card-body p:last-child {
  margin-bottom:0;
}

.card-header .btn-link:hover {
  color:#d1bc47;
}

.btn-link {
  color: #88ae9b;
  text-decoration: none!important;
}
.card-header {
  padding:0;
}
.card-header h5 {
  padding: 0;
}

.card-header button {
  padding:20px!important;
  width: 100%!important;
  text-align: left;
}

.card {
  margin-bottom:20px;
  border-bottom:1px solid rgba(0,0,0,.125)!important;
}

#default-page {
  padding:80px 0 40px;
}

#default-page ul li {
  list-style: outside;
  margin-left:25px;
}

#default-page ul {
  margin-bottom:15px;
}

.cd-main-content {
  padding-top:0;
}

.model_pagination {
  text-align: right;
  width: 100%;
  margin-left:15px;
}

.model_pagination a {
  border: solid 1px #88ae9b;
  width:50px;
  height: 50px;
  display: inline-block;
  margin-right:10px;
  text-align: center;
  line-height: 50px;
  color: #88ae9b;
  background-color: #fff;
  float: left;
}

.model_pagination a.inactive {
  background-color: #88ae9b;
  color: #fff;
}

.membership-services li {
  margin-bottom:0;
}

  .membership-services {
  padding-bottom:40px;
}

#news-detailed .btn-secondary:before {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right:5px;
}
#news-detailed ul li {
  list-style:outside;
  margin-left:25px;
}
#news-detailed ul {
  margin-bottom:20px;
}
.employers-job-seekers {
  margin-bottom:30px;
}

.employers-job-seekers:before {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right:5px;
}

.news-detailed-category {
    padding: 8px 35px;
    line-height: inherit;
    font-size: 14px;
    border-radius: 5px;
  background-color: #88ae9b;
    border: solid 1px #88ae9b;
    color: #fff;
    float: right;
}

#news-detailed h1 {
  margin-top:20px;
  margin-bottom:5px;
  font-size:32px;
  line-height:50px;
  font-weight: normal;
}

#news-detailed .news-detailed-image {
  padding-bottom:35%;
  width: 100%;
  max-width:60%;
  background-size:cover;
  background-position: center center;
  margin-bottom:20px;
}

#news-detailed .sharethis-inline-share-buttons {
  margin-top:5px;
}

.events-item .home-news-item-wrapper {
  width:100%;
  display: flex;
}

.events-item .home-news-item-image {
  float:left;
  padding-bottom:inherit;
  flex:0.33;
  background-color:#f4f4f4;
}

.events-item .home-news-item-content {
  float:left;
  flex:0.67;
}

#jobs {
  padding-top:0;
  padding-bottom:20px;
}
.job-buttons {
  text-align: center;
  width: 100%;
}
.job-buttons .btn {
  margin:0 15px 30px;
  padding:14px 41px;
}

#jobs ul li {
  padding:0 15px 5px;
}

.jobs-wrapper {
  box-shadow: 0px 0px 8px #ccc;
  padding:20px 20px 5px;
}

.jobs-list-name {
  border-bottom:solid 1px #eee;
  margin-bottom:17px;
}

.jobs-list li:hover {
  opacity: 0.8;
}

.jobs-list li:nth-child(3n+1) {
  clear:left;
}

.apply-button {
  margin-bottom:25px;
  display: inline-block;
  margin-top:5px;
}

.job-apply input {
  margin-bottom:10px;
}

input[type="file"] {
  padding:0;
  height: 30px;
  border:0;
  background-color:transparent;
}

.form textarea {
  margin-bottom:15px;
}

.form .btn {
  margin-top:10px;
}

.form select {
  margin-bottom:15px;
}

.checkbox-container {
  display: inline-block;
  margin-top:2px;
}

.job-apply .btn {
  margin-bottom:13px;
}

.job-apply {
  overflow: hidden;
  height:0;
  background-color:#f4f4f4;
}

.form {
  background-color:#f4f4f4;
  padding:20px;
}

.form input {
  margin-bottom:15px;
}
#form {
  padding-top:0;
}

.form label {
  margin-bottom:5px;
}
.radio-container label {
  margin: 0;
  padding:0;
}
.radio-container {
  margin-bottom:10px;
}
#form input[type=checkbox], #form input[type=radio] {
  padding: 0;
  margin:0;
}
.job-apply.open {
  height:auto;
  margin-bottom:20px;
}

.google-map {
  margin-top: 10px;
  width: 100%;
    display: inline-block;
}

.google-map iframe {
  width:100%;
  height:400px;
}

.enquiry-form input {
  margin-bottom:15px;
}

.enquiry-form .radio-container input {
  margin-bottom:5px;
}

.enquiry-form .radio-container div:last-child {
  margin-bottom:5px;
}

#the-board {
  padding-top:0;
  text-align: center;
}

button.absolute-link {
  border:0;
  background-color:transparent;
  cursor:pointer;
}
#the-board ul li {
  margin-bottom:20px;
}
#the-board ul li:hover {
  opacity: 0.8;
}

#the-board ul li h3 {
  margin-bottom:0;
}

#the-board ul li {
  padding: 0 15px 10px;
}

#the-board ul li:nth-child(4n+1) {
  clear: left;
}

.board-content p:last-child {
  margin-bottom:0;
}

.board-image {
  padding-bottom:125%;
  background-size:cover;
  background-position:center center;
}

.board-content .board-image {
  margin-bottom:20px;
  
}

#the-board .board-shadow {
  box-shadow: 0px 0px 8px #ccc;
}

.board-wrapper {
  padding: 20px 20px 5px;
}

.board-content {
  padding:44px 44px 29px;
}

.board-content img {
  width:100%;
  height:auto;
  max-width:150px;
  float: right;
  margin-left:20px;
  margin-bottom:20px;
}

#cta {
  padding-top:0;
  text-align: center;
}

#apprenticeship-buttons {
  padding:0 0 40px;
}

.default-no-hr-nopadding {
  padding-bottom:10px;
}

.default-no-hr-nopadding-topbottom {
  padding:0 0 10px;
}


#faqs {
  padding-top:0;
}

.nopadding {
  padding: 0!important;
}

.nopadding .job-buttons a {
  margin-bottom: 0;
}

.hire-block {
  margin-top:40px;
}

.btn-primary.focus, .btn-primary:focus {
  background-color: #b6a753;
}

.trade-cards .home-news-item-image {
  background-size:111% 117%;
}

.trade-card-image img {
  width: 100%;
  height:auto;
}

.cd-gallery ul li.trade-cards {
  margin-bottom:0;
}

.trade-cards-list {
  padding-bottom:40px;
}

.courses-list h3 {
  margin-top:-8px;
  margin-bottom:19px;
}

.searchempty {
  margin-bottom:5px;
}

.yellow-bg-image {
  position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-position: top -25px center;
    background-size: cover;
    z-index: -3;
}

#footer-member {
  padding: 120px 0;
}

.docs img {
  height: auto;
  max-width: 1080px; 
}

.form-checkbox-label input {
  margin-right:10px!important;
  float: left;
width: 14px;
height:21px;
}

.filename:empty {
  display:none;
}

.filename {
  border-radius: 5px;
  background-color:#f4f4f4;
  padding:8px 35px;
  color:#212529;
  display:inline-block;
  margin-bottom:15px;
}

/****************** HEIGHT ******************/

@media screen and (min-height: 1500px) {
  .banner-content {
    height: calc(40vh - 40px);
    position: relative;
    margin-top: 40px;
  }

  body.sticky .banner-content {
    height: 40vh;
    margin-top: 0;
  }

  .page-banner .banner-content {
    height: 20vh;
}

body.sticky .page-banner .banner-content {
  height: 20vh;
}
}

@media screen and (max-height: 880px) {
  nav ul li a {
    padding: 2px 0;
    font-size: 22px;
  }

  nav ul ul li a {
    padding: 0;
  }
  .menu-last {
    margin-bottom: 15px;
  }
}

@media screen and (max-height: 830px) {
  nav ul li a {
    padding: 3px 0;
    font-size: 20px;
  }

  nav ul ul li a {
    font-size: 18px;
  }


}

@media screen and (max-height: 800px) {
  nav ul li a {
    padding: 3px 0;
  }
}

@media screen and (max-height: 730px) {
  nav ul li a {
    font-size: 18px;
  }
  body.sticky nav {
    margin-top: 70px;
  }

  body nav {
    margin-top: 70px;
  }

  body header {
    padding: 5px 0;
  }
  body .logo {
    margin-top: 6px;
  }
  body .logo img {
    max-height: 37px;
  }

  body nav {
    margin-top: 70px;
  }

  body .main_menu:after {
    top: 58px;
  }
  .menu-last {
    margin-bottom: 5px;
  }
}


@media screen and (max-height: 620px) {

}


/************************************************************ MEDIA *************************************************/
@media screen and (max-width: 1330px) {
  .slick-prev {
    left: 15px;
  }

  .slick-next {
    right: 15px;
  }
}
@media screen and (max-width: 1199px) {
  
  .docs img {
    max-width: 900px; 
}
 
  .trade-cards .home-news-item-content {
    min-height: 222px;
  }

  #membership-types ul li .membership-item {
    padding:25px 15px;
  }
  #membership-types ul {
    margin-top:15px;
  }
	nav ul ul {
		margin-top:7px;
	}

  h1 {
    font-size: 40px;
    margin-bottom: 18px;
    line-height: 46px;
  }

  #news-detailed h1 { 
    font-size: 34px;
  }

  h2 {
    font-size: 32px;
    margin-bottom: 10px;
    line-height: 36px;
  }

  h3 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 14px;
  }

  .slick-prev {
    left: 50px;
  }

  .slick-next {
    right: 50px;
  }
  .member-content {
    max-width: 480px;
    padding: 50px 15px;
  }

  .home-member-image {
    padding-bottom: 35%;
  }
}

@media screen and (max-width: 1150px) {
  .slick-prev {
    left: 15px;
  }

  .slick-next {
    right: 15px;
  }
}


@media screen and (max-width: 991px) {
  #footer-member {
    padding: 80px 0;
  }
  .trade-cards-list {
    padding-bottom:0;
  }

  .cd-gallery ul li.trade-cards {
    margin-bottom:30px;
  }

  .trade-cards .home-news-item-content {
    min-height: inherit;
  }
  .hire-block {
    margin-top:25px;
  }

  .footer-menu-bottom li {
    margin-right:12px;
  }
.default-no-hr-nopadding {
    padding-bottom:10px;
  }

  #membership-types {
    padding-bottom:30px;
  }

  #the-board ul li:nth-child(4n+1) {
    clear: inherit;
  }

  #the-board ul li:nth-child(3n+1) {
    clear: left;
  }

  .jobs-list li:nth-child(3n+1) {
    clear:inherit;
  }

  .jobs-list li:nth-child(odd) {
    clear:left;
  }
  

  .membership-services {
    padding-bottom: 30px;
}

  .cd-gallery ul li:nth-child(3n+1) {
    clear: inherit;
  }

  .cd-gallery ul li:nth-child(odd) {
    clear: left;
  }

  #membership-types ul li {
    margin-bottom:30px;
  }


  #membership-types ul li:nth-child(4),
  #membership-types ul li:nth-child(5) {
    margin-bottom:0;
  }

  h4 {
    font-size: 18px !important;
  }
  .slick-prev {
    left: 50px;
  }

  .slick-next {
    right: 50px;
  }
  .col-lg-24.col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .newsletter-row .col-lg-24:nth-child(4),
  .newsletter-row .col-lg-24:nth-child(5) {
    margin-top: 10px;
  }

  .checkbox-div {
    margin-left: 16.66%;
  }

  #home-stats li {
    margin-bottom: 35px;
  }

  #home-stats li p {
    margin: 0 auto;
    width: 75%;
  }

  #home-news .col-lg-4:last-child {
    display: none;
  }
  .logo-center {
    padding: 0;
  }
  .logo img {
    max-height: 39px;
    text-align: center;
  }
  .header-right .btn-primary,
  .header-right .btn-secondary {
    display: none;
  }

  .main_menu:before,
  .main_menu:after {
    width: 66.66%;
  }

  nav {
    width: calc(100% - 30%);
  }

  .transparent {
    width: 33.33%;
    left: 66.66%;
  }

  .home-member-image {
    padding-bottom: 53%;
  }

  .member-content {
    max-width: 360px;
    padding: 50px 15px;
  }

  h1 {
    font-size: 36px;
    margin-bottom: 18px;
    line-height: 44px;
  }

  #news-detailed h1 { 
    font-size: 30px;
  }

  h2 {
    font-size: 29px;
    margin-bottom: 10px;
    line-height: 32px;
  }

  h3 {
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 14px;
  }

  p {
    font-size: 13px;
  }

  .banner-content h1 {
    margin-bottom: 8px;
  }

  .banner-content p {
    font-size: 15px;
    line-height: 21px;
  }

  #home-what .col-md-6 {
    margin-bottom: 10px;
  }

  #home-what img {
    margin-top: 10px;
  }

  section,
  footer {
    padding: 50px 0;
  }

  #default-page {
    padding:50px 0 25px;
  }

  hr {
    margin-top:20px;
  }

  body .logo {
    margin: 5px 0;
  }
  .main_menu:after {
    top: 102px;
  }
}

@media screen and (max-width: 915px) {
  .slick-prev {
    left: 15px;
  }

  .slick-next {
    right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .yellow-bg-image {
    width: 100%;
  }
  .trade-cards-list {
    padding-bottom:0;
  }

  .trade-cards .home-news-item-content {
    min-height: 169px;
  }
  .cd-gallery ul li.trade-cards {
    margin-bottom:23px;
  }

.home-news-item-wrapper {
  width: 100%;
}
  .form-control {
    font-size: 13px;
  }
.job-buttons .btn {
  margin:0 15px 30px;
  padding:14px 41px;
}


  .board-content img {
    width:100%;
    height:auto;
    max-width:150px;
    float: none;
    margin-left:0;
  }

  #the-board ul li {
    padding: 0 15px 0;
  }
  

.board-wrapper {
  padding: 15px;
}

  #the-board ul li:nth-child(3n+1) {
    clear: inherit;
  }

  #the-board ul li:nth-child(odd) {
    clear: left;
  }

  #the-board ul li {
    margin-bottom:15px;
  }
  .google-map iframe {
    margin-bottom:20px;
  }

  #news-detailed h1 { 
    font-size: 26px; 
    margin-bottom:15px;
  }
  .membership-services {
    padding-bottom:20px;
}

  .cd-filters .filter a {
    margin-right:10px;
    margin-bottom:15px;
    padding: 8px 30px;
  }


  .home-stats-subheading,
  .home-stats-heading {
    font-size: 1.3rem;
    line-height: 1.7rem;
  }

  #footer-newsletter h4 {
    margin-bottom: 10px;
  }

  nav ul ul {
    margin-bottom: 5px;
    margin-top: 7px;
  }

  .form {
    padding:15px;
    font-size:13px;
  }
  .form label {
    font-size: 13px;
  }
  .page-banner .banner-content {
    height: 25vh;
  }

  body.sticky .page-banner .banner-content {
    height: 25vh;
  }


  #footer-member:after,
  #footer-member:before {
    display: none;
  }
  .yellow-bg:before {
    background-color: rgba(209, 188, 71, 0.8);
    width: 100%;
  }
  #footer-member h4 {
    height: inherit;
    line-height: inherit;
    text-align: center;
  }
  #footer-member .btn-white {
    float: none;
    display: inline-block;
    margin-top: 15px;
  }

  #footer-member:before {
    width: 50%;
  }

  #footer-member {
    text-align: center;
  }

  .home-news-item-content {
    padding: 15px 15px 5px;
  }

  .slick-prev {
    left: 50px;
  }

  .slick-next {
    right: 50px;
  }
  .checkbox-div {
    margin-left: 0;
  }

  .footer-logo {
    float: left;
    margin-top: 10px;
    max-width: 150px;
  }

  .social-menu {
    margin-top: 10px;
    float: left;
  }

  .bottom-menu {
    float: left;
    margin-top: 10px;
  }

  .footer-menu-bottom {
    margin-top: 15px;
  }
  footer {
    font-size: 13px;
  }
  .social-menu li i {
    font-size: 22px;
  }
  .social-menu li {
    margin-right: 5px;
  }
  .bottom-row hr {
    margin: 17px 0 15px;
  }
  .footer-menu-bottom li {
    margin-right: 15px;
  }
  .social-menu li {
    margin-left: 0;
    margin-right: 15px;
  }

  .col-lg-24.col-md-4 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .newsletter-row .col-lg-24 {
    margin-top: 10px;
  }

  .newsletter-row .col-lg-24:last-child {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  #home-stats li {
    margin-bottom: 35px;
  }

  #home-stats li p {
    margin: 0 auto;
    width: 100%;
  }

  p {
    margin-bottom: 10px;
  }
  #home-news li {
    margin-bottom: 23px;
  }

  #home-news li:last-child {
    margin-bottom: 0;
  }

  #home-news .col-lg-4:last-child {
    display: block;
  }
  .logo img {
    max-height: 49px;
  }
  .home-member-image:after {
    top: inherit;
    bottom: 0;
    width: 100%;
    height: 50%;
    background-image: linear-gradient(
      to top,
      rgba(234, 232, 231, 1),
      rgba(0, 0, 0, 0)
    );
  }
  .header-right .search-icon:before {
    height: 42px;
    padding: 6px 0 6px 15px;
  }
  .banner-content {
    height: calc(75vh - 30px);
    position: relative;
    margin-top: 30px;
  }

  body.sticky .banner-content {
    height: 75vh;
    margin-top: 0;
  }

  .main_menu:before,
  .main_menu:after {
    width: 75%;
  }

  nav {
    width: calc(100% - 14%);
  }

  .transparent {
    width: 25%;
    left: 75%;
  }

  .member-content {
    position: relative;
    top: inherit;
    left: inherit;
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -ms-transform: inherit;
    -o-transform: inherit;
    transform: inherit;
    width: 100%;
    max-width: 540px;
    margin: 0 auto;
  }

  .home-member-image {
    padding-bottom: 55%;
  }

  #home-what .col-md-6 p:last-child {
    margin-bottom: 13px;
  }

  hr {
    margin: 20px 0 0 0;
  }
  #home-banner .slick-slide:before {
    width: 100%;
  }
  .banner-content p {
    width: 100%;
    max-width: 100%;
  }
  .blue-box {
    max-width: 100%;
    width: 100%;
    left: 0;
  }
  .banner-content p {
    font-size: 14px;
    line-height: inherit;
  }
  .header-right .search-icon-times:before {
    height: 42px;
    padding: 5px 0 8px 15px;
  }

  h1 {
    font-size: 34px;
    margin-bottom: 18px;
    line-height: 38px;
  }

  #news-detailed h1 { 
    font-size: 28px;
  }

  h2 {
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 28px;
  }

  h3 {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 14px;
  }

  h4 {
    font-size: 16px !important;
    line-height: 24px;
    margin-bottom: 10px;
  }

  .about-services li:last-child {
    margin-bottom: 0;
  }

  #home-what .col-md-6 {
    margin-bottom: 0;
  }

  nav ul li a {
    font-size: 18px;
    padding: 3px 0;
  }
  nav ul ul li a {
    font-size: 16px;
  }
  .menu-last {
    margin-bottom: 10px;
  }

  body .logo {
    overflow: hidden;
    width: 162px;
    margin: 0 auto !important;
  }

  .left-menu {
    padding-right: 0;
  }

  .logo-center {
    padding: 0;
  }

  .header-right {
    padding-left: 0;
  }

  header {
    height: 89px;
    padding: 20px 0;
  }

  body.sticky header {
    height: 58px;
  }

  body.sticky .logo {
    margin: 5px auto !important;
    width: 122px;
  }
  .main_menu:after {
    top: 88px;
  }
  body.is-active .main_menu:after {
    top: 88px;
  }
  body.is-active.sticky .main_menu:after {
    top: 57px;
  }

  .footer-logo {
    display: none;
  }
  .footer-logo-left {
    display: block;
  }
}

@media screen and (max-width: 740px) {
  .nopadding .job-buttons a {
    margin-bottom:20px;
  }
  .slick-prev {
    display: none !important;
  }

  .slick-next {
    display: none !important;
  }
}

@media screen and (max-width: 575px) {
  .trade-cards-list {
    padding-bottom:20px;
  }
  .trade-cards .home-news-item-content {
    min-height: inherit;
  }

  .job-apply {
    background-color:transparent;
  }
  .form {
    padding:0;
    background-color:transparent;
  }

  .hire-block {
    margin-top:10px;
  }
  .job-buttons .btn {
    margin: 0 0 20px;
    padding:10px 35px;
    width: 100%;
  }
  #jobs ul li {
    padding:0 15px 0;
    margin-bottom:20px;
  }
  

  #news-detailed h1 { 
    font-size: 22px; 
    margin-bottom:7px;
  }

  .membership-services {
    padding-bottom:30px;
}
#news-detailed .news-detailed-image {
  margin-bottom:12px;
}

#news-detailed .btn-secondary,
.news-detailed-category {
  font-size: 13px;
  padding:5px 15px;
}
.membership-services li {
  margin-bottom:20px;
}

  hr {
    margin: 27px 0 0 0;
}
.cd-filters .filter a {
  padding:6px 20px;
}

  #membership-types ul li .btn {
    position: relative;
    bottom:inherit;
    left:inherit;
    margin-top:7px;
  }


  #membership-types ul li {
    margin-bottom:15px!important;
  }

  #membership-types ul li:last-child {
    margin-bottom:0!important;
  }

  #footer-newsletter h4 {
    margin-bottom: 5px;
  }

  nav ul ul {
    margin-bottom: 0;
    margin-top: 0;
  }
  #home-what img {
    max-height: 75px;
    margin-bottom: 15px;
  }

  .banner-content p {
    max-width: 75%;
  }
  h1 {
    font-size: 28px;
    margin-bottom: 18px;
    line-height: 32px;
  }

  .banner-content h1 {
    font-size: 28px;
  }
  #home-what {
    text-align: center;
  }

  #home-stats li {
    margin-bottom: 25px;
  }

  #home-banner .slick-slide:before {
    width: 100%;
  }
  .home-member-image:after {
    height: 75%;
  }

  .col-lg-24.col-md-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .newsletter-row .col-lg-24 {
    margin-top: 10px;
  }

  .newsletter-row .col-lg-24:last-child {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 1px 0 8px 0 !important;
  }

  .newsletter-row .checkbox-div {
    text-align: left;
    margin: 1px 0 0 0 !important;
  }

  #home-stats li:last-child,
  #home-stats li:nth-child(3) {
    margin-bottom: 0;
  }

  .hamburger-inner,
  .hamburger-inner::before,
  .hamburger-inner::after {
    width: 30px;
    height: 4px;
  }

  header {
    height: 52px !important;
  }
  #home-stats i {
    font-size: 60px;
    margin-bottom: 18px;
  }

  .menu-text:before {
    height: 23px;
    padding-left: 10px;
    line-height: 23px;
    font-size: 13px;
  }

  .hamburger-box {
    width: 30px;
    height: 23px;
  }

  #home-banner {
    margin-top: 52px;
  }
  .hamburger {
    height: 37px;
  }
  .hamburger-inner::before {
    top: -9px;
  }

  .hamburger-inner::after {
    bottom: -9px;
  }

  body.sticky nav {
    margin-top: 70px;
  }

  body nav {
    margin-top: 70px;
  }

  body header {
    padding: 5px 0;
  }
  body .logo {
    overflow: hidden;
    width: 106px !important;
    margin: 5px auto !important;
  }
  body .logo img {
    max-height: 32px !important;
  }

  body nav {
    margin-top: 68px !important;
  }

  body .main_menu:after {
    top: 51px !important;
  }



  .member-content,
  section,
  footer,
  #footer-newsletter {
    padding: 30px 0;
  }

  #default-page {
    padding: 30px 0;
} 
  .banner-content {
    height: 55vh;
    margin-top: 0;
  }

  body.sticky .banner-content {
    height: 55vh;
  }

  #home-what .col-md-6:last-child p:last-child {
    margin-bottom: 0;
  }

  .main_menu:before,
  .main_menu:after {
    width: calc(100% - 50px);
  }

  nav {
    width: calc(100% - 35px);
  }

  .transparent {
    width: 50%;
    left: calc(100% - 50px);
  }

  nav ul li a {
    font-size: 16px !important;
    padding: 3px 0 !important;
  }

  nav ul ul li a {
    font-size: 16px !important;
  }

  nav ul ul li a {
    font-size: 14px !important;
  }

  .menu-join a,
  .menu-login a {
    padding: 6px 20px !important;
    font-size: 14px !important;
    margin-right: 10px;
  }

  .menu-icon i {
    font-size: 24px;
  }

  .menu-icon {
    width: auto;
    height: 35px;
    line-height: 33px;
  }

  .btn {
    padding: 8px 20px;
  }
}

/****************** HEIGHT UNDER **********************/

@media screen and (max-height:615px) {
  .main_menu:before, .main_menu:after {
    width: 100%;
  }
  nav {
    width: 100%;
  }
  nav > ul {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    width: 60%;
  }

  nav ul .menu-icon-first {
    clear: left;
  }

  nav ul li.menu-icon {
    margin-top:8px;
  }

  nav ul ul {
    margin-top: 3px;
}

  .menu-join {
    clear: left;
  }
}

@media screen and (max-width: 767px) and (max-height: 730px) { 
  body.is-active .main_menu:after {
    top: 57px;
}

.hamburger-box {
  width: 30px;
  height: 23px;
}
.hamburger {
  height: 37px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 30px;
  height: 4px;
}

.hamburger-inner::before {
  top: -9px;
}
.menu-text:before {
  height: 23px;
  padding-left: 10px;
  line-height: 23px;
  font-size: 13px;
}
.hamburger-inner::after {
  bottom: -9px;
}

body.sticky nav {
  margin-top: 70px;
}

body nav {
  margin-top: 70px;
}

body header {
  padding: 5px 0;
}
body .logo {
  overflow: hidden;
  width: 106px !important;
  margin: 5px auto !important;
}
body .logo img {
  max-height: 32px !important;
}

body nav {
  margin-top: 68px !important;
}

body .main_menu:after {
  top: 51px !important;
}


header {
  height: 52px !important;
}

body .logo-fta {
  width: auto !important;
}

 }
.fcia-training-academy__title {
  font-family: "HelveticaNeue";
}
 
.fcia-training-academy__title-wrapper {
  border-top: 2px solid #88ae9b;
  display: flex;
  justify-content: center;
  padding: 60px 0 10px 0;
}

.fcia-training-academy__about-container {
  padding-right: 40px;
  padding-left: 40px;
}

.fcia-training-academy__non-padding {
  padding: 0;
}

.fcia-training-academy__bottom {
  padding-bottom: 60px;
}

.fcia-training-academy__policies-content {
  display: flex;
  justify-content: center;
}

.fcia-training-academy__policies-content ul li {
  list-style: disc;
  color: #88ae9b;
}

.fcia-training-academy__policies-left {
  display: flex;
  justify-content: flex-end;
  margin-right: 30px;
}

.fcia-training-academy__policies-right {
  margin-left: 30px;
}

.fcia-training-academy__policies-left a, .fcia-training-academy__policies-right a {
  font-weight: bold;
  color: #88ae9b;
}

.fcia-training-academy__courses-item {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 400px;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}

.fcia-training-academy__courses-wrapper {
  display: flex;
}

.fcia-training-academy__courses-wrapper:first-child {
  justify-content: flex-end;
}

.fcia-training-academy__courses-title {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}

.fcia-training-academy__courses-link {
  color: #fff;
}

.fcia-training-academy__courses-overlay {
  position: absolute;
  z-index: 10;
  background-color: #5C7178;
  width: 100%;
  height: 300px;
  opacity: 0.7;
  transition: .5s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.fcia-training-academy__courses-overlay:hover {
  opacity: 0;
}

.fcia-training-academy__banner .blue-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  left: 20vw;
  max-width: none;
}

.fcia-training-academy__banner .training-academy-text {
  width: 100%;
  text-align: center;
  left: 0;
}

.fcia-training-academy__about-img {
  margin-top: 20px;
}

.fcia-training-academy__about-img img {
  width: 100%;
}

.fcia-training-academy__contact p {
  font-size: 16px;
  line-height: 22px;
}

@media screen and (max-width: 1024px) and (min-width: 768px) { 
  .fcia-training-academy__banner .blue-box {
    left: 25vw;
  }
}

@media screen and (max-width: 767px) {
  .fcia-training-academy__about-img {
    margin-bottom: 30px;
  }
  .fcia-training-academy__banner .blue-box {
    left: 0;
  }
  
  .fcia-training-academy__about-container {
    padding-right: 0;
    padding-left: 0;
  }
  
  .fcia-training-academy__courses-wrapper:first-child {
    margin-bottom: 20px;
  }
  
  .fcia-training-academy__policies-content, .fcia-training-academy__policies-left {
    display: block;
  }
  
  .fcia-training-academy__policies-left {
    margin-right: 0;
  }
  
  .fcia-training-academy__policies-right {
    margin-left: 0;
  }
}

@media screen and (max-width: 414px) and (min-width: 320px) {
  .fcia-training-academy__about-img {
    margin-bottom: 30px;
  }
  a.grouped_elements {
    margin-bottom: 10px;
  }
  a.grouped_elements:last-child {
    margin-bottom: 0;
  }
}

/* FCIA Custom - MCS */
#fcia-subs-list {
  margin-bottom: 10px;
  border-collapse: collapse;
  width: 100%
}

#fcia-subs-list td, #fcia-subs-list th {
  border: 1px solid #ddd;
  padding: 8px;
}

#fcia-subs-list tr:nth-child(even){background-color: #f2f2f2;}

#fcia-subs-list tr:hover {background-color: #ddd;}

#fcia-subs-list th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #04AA6D;
  color: white;
}

.ecommerce .row.justify-content-center {
  justify-content: left !important;
  text-align: left !important;
}

.ecommerce .row.justify-content-center:first-child {
  display: none !important;
}

.fcia-no-pad-left > .sectionPadding > .container {
  padding-left: 0px !important;
}

.ecommerce .row.justify-content-center.pt-4 .col-12 {
  min-width: 100% !important;
}

.spacer {
  margin-top: 40px;
}

.sg-account-details .mt-3 {
  padding-left: 10px !important;
}

.clean-logout-button form.simple_form.form {
  background: none !important;
  padding-left: 0px !important;
}

.four-o-one-page h2.text-center {
    text-align: left !important;
}

.four-o-one-page {
    padding: 80px !important;
    width: 80%;
    margin: 0 auto;
    display: grid;
}

.four-o-one-page form.simple_form.form {
    background: none !important;
    padding: 0px !important;
}

.four-o-one-page button.submitButton {
    padding: 15px 30px;
    border-radius: 6px;
    font-size: 1.3em;
    background: #d1bc47;
    border: 0px;
    color: white;
}