@charset "utf-8";

/* CSS Document */

html {
    position: relative;
    height:100%;
}

body {
    margin: 0;
    font-size: 13px;
    font-weight: 200;
    font-family: "acumin-pro-semi-condensed",sans-serif;
    color: #06262c;
    height:100%;
}

header.open {
    background-color: rgba(10, 38, 44, 0.9);
}

header,
section,
footer,
a,
button,
li:before,
.job-apply,
nav,
nav ul li a:after,
i,
.logo,
.logo img,
.product-list-hover,
.footer-logo,
#the-board ul li,
#membership-types ul li,
.slick-prev:before,
.home-news-item,
.slick-next:before,
.transparent,
strong,
input,
#home-news .home-news-item.Dark:before,
.search-form:before,
#home-news .home-news-item.Dark:after,
.home-news-item-image,
.header-right .search-icon:before,
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;
}

nav ul li a:before {
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

button:focus {
    outline: none !important;
}

.spanmoreless:active,
.btn:active {
    background-color: #06262c !important;
}

.btn-link:active {
    background-color: transparent !important;
    color: #06262c;
}

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: #06262c;
    color: #fff;
}

::-moz-selection {
    background: #06262c;
    color: #fff;
}

h1,
h2,
h3 {
    font-style: normal;
    font-weight:200;
}

h1 {
    color: #06262c;
    font-size: 26px;
    line-height: 36px;
}

h1 strong {
    font-style: normal;
    font-weight:700;
}

h2 {
    color: #0e698c;
    font-size: 23px;
    line-height: 32px;
    margin-bottom: 14px;
}

h3 strong {
    font-weight: bold;
}

h3 {
    font-size: 18px;
    color: #469ace;
    font-weight: normal;
}

h4 {
    font-size: 13px;
    line-height: 25px;
    letter-spacing: 2px;
    font-style:normal;
    font-weight:500;
}

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: #06262c;
}

a:hover {
    color: #0e698c;
}

p {
    margin-bottom: 15px;
    font-style:normal;
    font-weight:200;
}

.btn {
    border: 0;
    line-height: inherit;
    font-size: 13px;
    border-radius: 0;
    text-align: left;
    width:100%;
    padding:10px 15px;
}

.btn-primary {
    background-color: #06262c;
    color: #fff !important;
}

.btn-primary:hover {
    background-color: #06262c;
    color: #fff;
}

.btn-secondary {
    background-color: #00698e;
    color: #fff;
}

.btn-secondary:hover {
    background-color: #06262c;
}

section {
    padding: 60px 0;
    float: left;
    width: 100%;
}

footer {
    padding: 60px 0 45px;
    float: left;
    width: 100%;
}

.hamburger {
    padding: 10px 10px 10px 0;
    display: none;
    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: #06262c;
    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: -13px;
}

.hamburger-inner::after {
    bottom: -13px;
}


/** 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);
}

header {
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0;
    padding: 25px 0;
}

body.sticky header {
    padding: 10px 0;
    box-shadow: 0 6px 6px -8px #06262c;
    background-color: rgba(10, 38, 44, 0.95);
}

.logo-center {
    text-align: center;
}

.logo {
    color: #fff;
}

footer {
    float: left;
    width: 100%;
}

body.is-active .header-right {
    z-index: -2;
}

.header-right .search-icon {
    position: absolute;
    right: 85px;
    width: 13px;
}

.header-right .fb-icon {
    position: absolute;
    right: 50px;
    width: 15px;
}

.header-right .insta-icon {
    position: absolute;
    right: 20px;
    width: 15px;
}

.header-right .linkedin-icon {
    position: absolute;
    right: -10px;
    width: 15px;
}


.header-right .search-icon-times {
    position: absolute;
    right: 16px;
    width: 13px;
    opacity: 0;
    color: #fff;
    z-index: -1;
    visibility: hidden;
}

.header-right .search-icon-times:hover:before {
    color: #ddd;
}

.header-right .search-icon:before,
.header-right .fb-icon,
.header-right .insta-icon,
.header-right .linkedin-icon {
    float: right;
    cursor: pointer;
    display: block;
    color: #fff;
    padding: 4px 0;
    font-size: 13px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
}

.header-right .search-icon:before {
    content: "\f002";
}

.header-right .search-icon:hover:before,
.header-right .fb-icon:hover,
.header-right .insta-icon:hover,
.header-right .linkedin-icon:hover {
    color: #ddd;
}

.header-right.open .search-icon:before,
.header-right.dot-open .fb-icon,
.header-right.dot-open .insta-icon,
.header-right.dot-open .linkedin-icon {
    opacity: 0;
    z-index: -1;
    visibility: hidden;
}

.header-right .search-icon-times:before {
    float: right;
    cursor: pointer;
    padding: 1px 0;
    font-size: 16px;
    content: "\f00d";
    font-family: "Font Awesome 5 Pro";
    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.btn-secondary {
    margin-right: 35px;
}

.search-bar {
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(10, 38, 44, 0.9);
    padding: 0 15px 15px 15px;
}

.search-bar.open {
    bottom: -53px;
    opacity: 1;
    z-index: -1;
    visibility: visible;
}

.search-bar .form-control {
    padding: 5px 15px;
}

#home-banner,
#default-banner {
    height: 100%;
    padding: 0;
    background-color: #000;
}

#home-banner .slick-slide,
#default-banner .slick-slide {
    background-position: center center;
    background-size: cover;
    background-color: #06262c;
}

#home-banner .slick-slide:before,
#default-banner .slick-slide:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(10, 38, 44, 0.3);
}

.banner-content {
    height: 90vh;
    position: relative;
}

#default-banner .banner-content {
    height: 65vh;
    position: relative;
}

.notoppadding {
    padding-top:0;
}

body.sticky .banner-content {
    height: 90vh;
    margin-top: 0;
}

body.sticky #default-banner .banner-content {
    height: 65vh;
    margin-top: 0;
}

#home-banner,
#default-banner {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}

#home-banner.slick-initialized,
#default-banner.slick-initialized {
    visibility: visible;
    opacity: 1;
}

.blue-box {
    position: absolute;
    width: auto;
    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%);
    max-width: 70%;
}

.blue-box a:hover {
    background-color: #06262c;
    opacity: 1;
}

.banner-content h2 {
    color: #fff;
    font-weight: bold;
    font-size: 64px;
    line-height: 70px;
}

.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 .hamburger.hamburger--spin {
    z-index: 200;
}

body.is-active header .logo-center,
body.is-active header .logo {
    z-index: -5;
}

nav {
    float: right;
}

nav ul {
    float: right;
    width: 100%;
    margin-right: 13px;
}

nav ul li {
    float: left;
    margin: 0 5px;
}

nav ul li a {
    color: #fff;
    width: 100%;
    font-size: 13px;
    float: left;
    margin: 0;
    padding: 0;
    text-align: center;
    padding: 5px 10px;
    position: relative;
    font-style:normal;
    font-weight:600;
}

nav ul li a:after {
    content: "\f111";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    position: absolute;
    bottom: -10px;
    right: 50%;
    -webkit-transform: translate(50%, 0);
    -moz-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    -o-transform: translate(50%, 0);
    transform: translate(50%, 0);
    color: transparent;
    font-size: 3px;
    margin-right: 5px;
}

body.sticky nav ul li a:after,
body.sticky nav ul li a:before {
    bottom: -4px;
}

nav ul li a:hover:after {
    color: #fff;
}

nav ul li a:before {
    content: "\f111";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    color: transparent;
    font-size: 3px;
    margin-left: 5px;
}

nav ul li a:hover:before {
    color: #fff;
}

nav ul li a:hover {
    color: #fff;
}

nav ul ul li a {
    color: #fff;!important
    font-weight: normal;
    padding: 3px 0;
    font-size: 13px;
}

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: 13px;
    color: #06262c;
    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: 13px;
    color: #fff;
    width: auto;
    border-radius: 5px;
    margin-right: 15px;
}

.menu-login a:hover {
    background-color: #fff;
    color: #06262c;
}

.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: 90vh;
    z-index: -50;
    opacity: 0;
    visibility: hidden;
}

body.is-active .transparent {
    z-index: 100;
    opacity: 1;
    right: 0;
    visibility: visible;
}

.logo {
    display: inline-block;
}

.logo img {
    height: 100%;
    max-height: 30px;
    width: auto;
    margin:0;
}

.logo:hover {
    opacity: 0.9;
}



body.sticky .logo img {
    max-height: 20px;
    margin: 4px 0;
}

hr {
    border-top: solid 1px #06262c;
    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;
}

.search-form .form-submit {
    position: absolute;
    top: 4px;
    right: 15px;
    width: 30px;
    height: 30px;
    background-color: transparent;
    border: 0;
    text-indent: -9999px;
    z-index: 10;
    cursor: pointer;
    padding:0;
}

.search-form:before {
    content: "\f002";
    display: block;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    position:absolute;
    top:5px;
    right:25px;
    color:#06262c;
    font-size: 18px;
}
.search-form:hover:before {
    color:#0e698c;
}

.search-bar form {
    position: relative;
}

form.search-form:after {
    content: "\f002";
    display: block;
    font-family: "Font Awesome 5 Pro";
    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: 13px 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: 13px;
    background-color: #af949a;
    color: #fff;
    border: solid 1px #fff;
    border-radius: 5px;
}

#footer-newsletter .form-control::placeholder {
    color: #eee !important;
}

.form-control {
    font-size: 13px;
}

#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 Pro";
    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;
    font-style:normal;
    font-weight:500;
}

footer .heading a,
footer strong {
    color: #af949a;
}

footer a {
    color: #fff;
    font-style:normal;
    font-weight:500;
}

footer a:hover,
footer .heading a:hover,
.footer-menu-bottom li a:hover {
    color: #06262c;
}

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 Pro";
    color: #fff;
    font-weight: 900;
    font-size: 40px;
    opacity: 0.2;
}

.slick-next:before {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    color: #fff;
    font-weight: 900;
    font-size: 40px;
    opacity: 0.1;
}

b,
strong {
    font-style:normal;
    font-weight: 500;
}

.table-heading {
    font-weight: 500;
    font-style: normal;
    margin-bottom:5px;
    display:inline-block;
    margin-top:10px;
}

.default-content-wrapper .col-12 p:first-child {
  margin-bottom:0!important;
}

.default-content-wrapper .col-12 p.table-heading:first-child {
  margin-bottom:5px!important;
}

.table-heading:empty {
    display:none;
}

.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;
}

#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: #06262c;
    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: 213px;
    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;
}

.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: 15px 20px;
}

.faqs .card-body {
    padding: 20px;
}

.card-body p:last-child {
    margin-bottom: 0;
}

.card-header .btn-link:hover,
.card-header .btn-link:focus,
.card-header .btn-link:active {
    background-color: #06262c!important;
    color: #fff!important;
}

.btn-link.collapsed {
    background-color: #0e698c;
}
.btn-link {
    background-color: #06262c;
}

.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 #06262c;
    width: 50px;
    height: 50px;
    display: inline-block;
    margin-right: 10px;
    text-align: center;
    line-height: 50px;
    color: #06262c;
    background-color: #fff;
}

.model_pagination a.inactive {
    background-color: #06262c;
    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 Pro";
    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 Pro";
    font-weight: 900;
    margin-right: 5px;
}

.news-detailed-category {
    padding: 8px 35px;
    line-height: inherit;
    font-size: 13px;
    border-radius: 5px;
    background-color: #06262c;
    border: solid 1px #06262c;
    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: 13px 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 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 {
    padding: 10px 0;
}

.form input,
.form textarea {
    margin-bottom: 15px;
    border:0;
    background-color:#f3f4f5;
    color: #06262c;
    border-radius: 0;
}

.form .row .col-6:first-child {
    padding-right:7px;
}

.form .row .col-6:nth-child(2) {
    padding-left:8px;
}

#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: #06262c;
}

.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: 13px;

    height: 21px;
}

.home-banner-animation {
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
    height: 90vh;
    width: 100%;
    overflow: hidden;
    opacity: 0;
}

#banner {
    padding: 0;
    position: relative;
}

.slick-dots {
    z-index: 1;
}

#home-banner-dots,
#default-banner-dots {
    background-image:url(/instances/52/assets/images/banner-white-dots.png);
    background-position:top left;
    background-size: 300px 117px;
    position: absolute;
    bottom: 30px;
    left:16px;
    width: 300px;
    height:117px;
    z-index: 1;
}

#social-bar {
    padding: 25px;
}

#social-bar {
    padding: 5px;
}

#social-bar .social-bar {
    display:none;
}

.social-bar {
    text-align: center;
    padding-left: 9px;
}

.social-bar li {
    display: inline;
}

.social-bar a {
    padding: 0 15px;
}

.social-bar i {
    font-size: 17px;
    color: #06262c;
}

.social-bar i:hover {
    color: #0e698c;
}

#home-news .row,
#home-pods .row {
    margin: 0;
}

.home-news-item {
    background-color: #f3f4f5;
    position: relative;
    min-height: 500px;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    opacity: 1;
}

.home-news-item:hover {
    background-color: #cbcfd3!important;
    cursor: pointer;
}

.download-link {
    font-size: 13px;
    line-height: 25px;
    letter-spacing: 2px;
    font-style: normal;
    font-weight: 500;
    color:#06262c;
}

.download-link:hover {
    color:#849ba3!important;
}

.download-link2 {
    font-size: 13px;
    line-height: 25px;
    letter-spacing: 2px;
    font-style: normal;
    font-weight: 500;
    color:white;
}

.download-link2:hover {
    color:rgba(10, 38, 44, 0.95)!important;
}

.home-news-item-custom {
  
}

.home-blog-item-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    transition: all .5s;
    top: 0;
    left: 0;
    z-index:2;
}

.home-news-wrapper {
    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-news-wrapper li {
    list-style: outside;
    margin-left:25px;
}

#productDetailCarousel {
  padding-right: 0;
  padding-left: 0;
}

#productDetailCarousel .carousel-indicators {
  justify-content: left;
  margin-left: 2%;
  margin-right: 2%;
}

#productDetailCarousel .carousel-indicators li{
  border-radius: 50%;
  height: 8px;
  width: 8px;
  background-color: #cccccc;
}
#productDetailCarousel .carousel-indicators li.active{
  background-color: #06262c;
}

#home-news .home-news-item:nth-child(1) {
    border-right: solid 5px #fff;
    border-bottom: solid 5px #fff;
}

#home-news .home-news-item:nth-child(1) .home-news-wrapper {
    right: 0;
    left: inherit;
    width: 550px;
    padding-right: 45px;
}

#home-news .home-news-item:nth-child(2) {
    border-left: solid 5px #fff;
    border-right: solid 5px #fff;
    border-bottom: solid 5px #fff;
    /*background-color: #00698e;*/
}

#home-news .blog-ul .home-news-item:nth-child(even) {
    border-right: 0;
}


#home-news.default-page .home-news-item:nth-child(2) {
    border-right: 0;
}

#home-news .home-news-item:nth-child(2) .home-news-wrapper,
#home-pods .home-pods-item:nth-child(2) .home-news-wrapper,
#home-pods .home-pods-item:nth-child(3) .home-news-wrapper,
#home-pods .home-pods-item:nth-child(4) .home-news-wrapper {
    padding: 45px;
}

#home-news .home-news-item:nth-child(3) {
    border-left: solid 5px #fff;
    border-bottom: solid 5px #fff;
}

#home-news .home-news-item:nth-child(4) {
    border-top: solid 5px #fff;
    border-right: solid 5px #fff;
}

#home-news .home-news-item:nth-child(4) .home-news-wrapper {
    right: 0;
    left: inherit;
    width: 550px;
    padding-right: 45px;
}

#home-news .home-news-item:nth-child(5) {
    border-top: solid 5px #fff;
    border-left: solid 5px #fff;
}

#home-news .home-news-item:nth-child(5) .home-news-wrapper {
    padding-left: 45px;
    width: 550px;
}

.Dark h1,
.Dark h2,
.Dark h3,
.Dark h4,
.Dark p,
.Dark a {
    color: #06262c;
}

.Light h1,
.Light h2,
.Light h3,
.Light h4,
.Light p,
.Light a {
    color: #fff;
}

#home-news .home-news-item.Dark:after,
#home-pods .home-pods-item.Dark:after {
    content: "";
    width: 20px;
    height: 21px;
    background-image: url(/instances/52/assets/images/black-dots.png);
    background-repeat: no-repeat;
    background-size: 20px 21px;
    background-position: center center;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
}

#home-news .home-news-item.Light:after,
#home-pods .home-pods-item.Light:after {
    content: "";
    width: 20px;
    height: 21px;
    background-image: url(/instances/52/assets/images/white-dots.png);
    background-repeat: no-repeat;
    background-size: 20px 21px;
    background-position: center center;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
}

#home-news .home-news-item.Light:hover:after,
#home-news .home-news-item.Dark:hover:after,
#home-pods .home-pods-item.Light:hover:after,
#home-pods .home-pods-item.Dark:hover:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.info {
    -o-transition: opacity 0.2s linear 0s, left 0s linear 0.2s;
    -moz-transition: opacity 0.2s linear 0s, left 0s linear 0.2s;
    -khtml-transition: opacity 0.2s linear 0s, left 0s linear 0.2s;
    -webkit-transition: opacity 0.2s linear 0s, left 0s linear 0.2s;
    -ms-transition: opacity 0.2s linear 0s, left 0s linear 0.2s;
    transition: opacity 0.2s linear 0s, left 0s linear 0.2s;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index:1;
}

#home-news .container-fluid {
    padding: 0 10px;
}

#home-pods .container-fluid {
    padding: 0 5px;
}

#home-news .home-news-item:hover .info,
#home-pods .home-pods-item:hover .info,
#home-news .home-blog-item.hover .info,
#home-news .home-blog-item2.hover .info {
    opacity: 1;
    -o-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -khtml-transition: opacity 0.2s linear;
    -webkit-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    cursor: pointer;
    color: #fff;
}

.info a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.home-news-wrapper h4 {
    position: relative;
    padding-top: 30px;
}

.home-news-wrapper .dots-before {
    position: relative;
    padding-top: 30px;
}

.home-news-wrapper h4 a:hover {
    color: #0e698c;
}

.home-news-wrapper p {
    margin-bottom: 10px;
}

.home-news-wrapper h4:before {
    content: "\f111";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    font-size: 3px;
    position: absolute;
    top: 0;
    left: 0;
}

.home-news-wrapper h4:after {
    content: "\f111";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    font-size: 3px;
    position: absolute;
    top: 0;
    left: 10px;
}

.info:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    box-shadow: inset 0px 0px 250px #06262c;
    opacity: 0.3;
}

.home-blog-item-bg:before:hover {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    box-shadow: inset 0px 0px 250px #06262c;
    opacity: 0.3;
}

#home-pods .row .home-pods-item:first-child {
    padding: 0;
    position: relative;
}

#home-pods .row .home-pods-item:first-child iframe {
    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%);
    width: 100%;
    height: 100%;
    opacity: 0;
}

/*
#home-pods .row .home-pods-item:first-child:before {
    font-size: 23px;
    content: "\f16d";
    font-family: "Font Awesome 5 Brands";
    font-weight: normal;
    position: absolute;
    top: 20px;
    left: 20px;
    color: #06262c;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    z-index: 1;
    color: #fff;
}
*/

#home-pods .row .home-pods-item:first-child:hover:before {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.home-news-wrapper h4:before,
.home-news-wrapper h4:after {
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
}

.home-news-item:hover h4:before,
.home-news-item:hover h4:after,
.home-pods-item:hover h4:before,
.home-pods-item:hover h4:after {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.blog-ul .home-news-item:first-child .home-news-wrapper h4:before, 
.blog-ul .home-news-item:first-child .home-news-wrapper h4:after {
    -webkit-transition: inherit;
    transition: transform inherit;
}

.blog-ul {
    padding-bottom:5px;
}


#home-pods .home-pods-item {
    min-height: 400px;
    position: relative;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    border-top: solid 10px #fff;
    border-left: solid 5px #fff;
    border-right: solid 5px #fff;
}

#home-bar {
    height: 10px;
}

footer {
    background-color: #06262c;
}

footer .row {
    position: relative;
}

.footer-logo {
    width: 100%;
    max-width: 120px;
    height: 32px;
    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%);
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow:hidden;
    top:0;
    left: 0;
}

#particles-js canvas {
    display: inline-block;
    vertical-align: bottom;
    height: 100%!important;
}

.footer-main-menu a {
    text-transform: capitalize;

}

.footer-main-menu li:last-child {
    margin-bottom:15px;
}
.main-menu a {
    text-transform: uppercase;
}

footer .social-bar i {
    font-size: 14px;
    color: #fff;
}

footer .social-bar {
    padding:0;
    text-align: left;
    margin-bottom:15px;
}

footer .social-bar a {
    padding: 0;
    margin-right:10px;
}

footer p {
    margin-bottom:15px;
    font-style: normal;
    font-weight: 500;
}

footer a:hover {
    color: #00698e;
}

.dots {
    display: none;
}


body:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color:rgba(0,0,0,0.5);
    z-index: -1;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    opacity: 0;
}

.default-page .home-news-item {
    background-color:#eff3f4;
}
.default-page .home-news-item:after {
    display:none;
}

.default-page .home-news-item:after {
    display:none;
}

.default-page .home-news-wrapper h4:before, 
.default-page .home-news-wrapper h4:after {
    -webkit-transition: inherit;
    transition: inherit;
}

.default-page .home-news-item .info {
    cursor:inherit!important;
}

.default-page .info:before {
    display:none;
}

.default-page .home-news-wrapper {
    z-index:2;
}

.default-page .home-news-wrapper h1 {
    font-weight: normal;
    font-weight:500;
    margin-bottom:0;
}

.blog-ul .home-news-wrapper h1 {
    font-weight: normal;
    font-weight:500;
    margin-bottom:13px;
}

.blog-ul .home-news-item:first-child .home-news-wrapper h1 {
    margin-bottom:0;
}

.page-content-bottom h4 {
    margin-bottom:0;
}

.page-content-bottom h4:first-child {
    position: relative;
    padding-top: 30px;
}

.page-content-bottom h4:first-child:before {
    content: "\f111";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    font-size: 3px;
    position: absolute;
    top: 0;
    left: 0;
}

.page-content-bottom h4:first-child:after {
    content: "\f111";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    font-size: 3px;
    position: absolute;
    top: 0;
    left: 10px;
}
.contact-iframe {
    padding:0!important;
    background-color:#eff3f4!important;
}
.contact-iframe iframe {
    float:left;
    width:100%!important;
    height:100%!important;
}

.form-control:focus {
    background-color: #f3f4f5;
}

.g-recaptcha {
    margin-bottom:15px;
}

.blog-ul .home-news-item:nth-child(odd) {
    border-left:0!important;
    border-top:solid 5px #fff!important;
    border-right:solid 5px #fff!important;
    border-bottom:solid 5px #fff!important;
}

.blog-ul .home-news-item:nth-child(even) {
    border-left:solid 5px #fff!important;
    border-bottom:solid 5px #fff!important;
    border-top:solid 5px #fff!important;
}

.blog-ul .home-news-item:first-child {
    border-top:0!important;
}

.blog-ul .home-news-item:nth-child(2) {
    border-top:0!important;
}

.blog-ul .home-news-item:nth-child(odd) .home-news-wrapper {
    right: 0;
    left: inherit;
    width: 550px!important;
    padding:0 45px 0 0!important;
}

.blog-ul .home-news-item:nth-child(even) .home-news-wrapper {
    left: 0!important;
    padding:0 0 0 45px!important;
    width:550px!important;
}

.blog-ul .home-news-item:first-child:before {
    display:none;
}

.blog-ul .home-news-item:hover h4:before,
.blog-ul .home-news-item:hover h4:after {
    -webkit-transform: rotate(360deg)!important;
    transform: rotate(360deg)!important;
}

.blog-ul .info:before {
    display: block;
}

.blog-ul .home-news-item:first-child:after {
    display:none;
}

.blog-ul .home-news-item:before {
    content: "";
    background-color:rgba(0,105,142,0.4);
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.blog-ul .blog-list h1 {
margin-bottom:10px;
}
.blog-ul .blog-list h2 {
    margin-top:-15px;
}
.blog-ul .blog-list .blog-date,
.home-blog-itemblue .blog-date {
    margin-top:-10px;
}


.blog-detail h1 {
    font-style:normal;
    font-weight: 500;
    margin-bottom:0;
}

.blog-detail h2 {
    margin-bottom:0;
    color:#06262c;
}

.blog-detail .blog-date {
    margin-top:-4px;
}

.blog-detail h4 {
    padding-top: 30px;
    position:relative;
}

.blog-detail h4:before {
    content: "\f111";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    font-size: 3px;
    position: absolute;
    top: 0;
    left: 0;
}

.blog-detail h4:after {
    content: "\f111";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    font-size: 3px;
    position: absolute;
    top: 0;
    left: 10px;
}

.blog-detail-image {
    background-image:url(https://uploads.prod01.sydney.platformos.com/instances/52/assets/images/137808.jpg?updated=1572571445);
    background-color: #f2f4f6;
    background-size: cover;
    background-position: center center;
    width:100%;
    padding-bottom:50%;
    margin-bottom:20px;
    margin-top:70px;
}

.sharethis-inline-share-buttons {
    margin-bottom:15px;
}
.services-list {
    padding-bottom:5px;
}

.services-list .home-pods-item {
    background-color:#00698e;
    border-top:solid 5px #fff!important;
    border-bottom:solid 5px #fff;
}

.services-list .home-pods-item .home-news-wrapper {
    padding: 45px;
}
.services-list .home-pods-item:first-child:before {
    display:none;
}

#home-pods .services-list .home-pods-item {
    min-height: 400px;
}

#default-content ul li {
    list-style: outside;
    margin-left:20px;
}
#default-content ul {
    margin-bottom:10px;
}

.btn-link {
    color: #fff;
    text-decoration: none !important;
    background-color: #0e698c;
}

#accordionExample .card:last-child {
    margin-bottom:0;
}

.services-bottom-right {
    border:solid 5px #fff;
    background-size: cover;
    background-position:center center;
}

.product-category {
    min-height: 400px;
}

.product-category > div {
    min-height:400px;
    border-top:0!important;
    border-left:solid 5px #ffF!important;
    border-right:solid 5px #ffF!important;
    border-bottom:solid 10px #ffF!important;
}


.category-detailed-two-row-wrapper {
  padding-right: 0;
  padding-left: 0;
}

.category-detailed-two-row-wrapper .category-detailed-two-row:first-child {
  margin-bottom: 5px;
}

.category-detailed-two-row-wrapper .category-detailed-two-row:last-child {
  margin-top: 5px;
}

.category-detailed-four-row-wrapper {
  padding-right: 0;
  padding-left: 0;
}

.category-detailed-four-row-wrapper .category-detailed-four-row:nth-child(1) {
  margin-bottom: 5px;
}

.category-detailed-four-row-wrapper .category-detailed-four-row:nth-child(2) {
 
  margin-bottom: 5px;
}
.category-detailed-four-row-wrapper .category-detailed-four-row:nth-child(3) {
  margin-top: 5px;
  margin-bottom: 5px;
}

.category-detailed-four-row-wrapper .category-detailed-four-row:nth-child(4) {
  margin-top: 5px;
}

.product-category .category-detailed-two-row {
  max-height: 200px;
  min-height: 200px;
}

.product-category .category-detailed-four-row {
  max-height: 150px;
  min-height: 150px;
}

/*
.product-category > div:not(:first-child) .home-news-wrapper {
    width:100%;
    text-align: center;
    z-index:0;
} */

.product-category > div .home-news-wrapper {
    width:100%;
    text-align: center;
    z-index:0;
}

/*
.product-category > div:not(:first-child):after, .category-detailed-two-row-wrapper .category-detailed-two-row:last-child:after, .category-detailed-two-row-wrapper .category-detailed-two-row:first-child:after {
    content: "";
    width: 20px;
    height: 21px;
    background-image: url(/instances/52/assets/images/white-dots.png);
    background-repeat: no-repeat;
    background-size: 20px 21px;
    background-position: center center;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
}*/

.product-category > div:after, .category-detailed-four-row-wrapper .category-detailed-four-row:first-child:after, .category-detailed-four-row-wrapper .category-detailed-four-row:nth-child(2):after, .category-detailed-four-row-wrapper .category-detailed-four-row:nth-child(3):after, .category-detailed-four-row-wrapper .category-detailed-four-row:last-child:after {
    content: "";
    width: 20px;
    height: 21px;
    background-image: url(/instances/52/assets/images/white-dots.png);
    background-repeat: no-repeat;
    background-size: 20px 21px;
    background-position: center center;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
}

.category-detailed-four-row-wrapper:after {
   content: none !important;
}

.product-category > div:after, .category-detailed-two-row-wrapper .category-detailed-two-row:last-child:after, .category-detailed-two-row-wrapper .category-detailed-two-row:first-child:after {
    content: "";
    width: 20px;
    height: 21px;
    background-image: url(/instances/52/assets/images/white-dots.png);
    background-repeat: no-repeat;
    background-size: 20px 21px;
    background-position: center center;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
}

.category-detailed-two-row-wrapper:after {
   content: none !important;
}

/*
.product-category > div:not(:first-child):hover:after, .category-detailed-two-row-wrapper .category-detailed-two-row:last-child:hover:after, .category-detailed-two-row-wrapper .category-detailed-two-row:first-child:hover:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}*/

.product-category > div:hover:after, .category-detailed-two-row-wrapper .category-detailed-two-row:last-child:hover:after, .category-detailed-two-row-wrapper .category-detailed-two-row:first-child:hover:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.product-category > div:hover:after, .category-detailed-four-row-wrapper .category-detailed-four-row:first-child:hover:after, .category-detailed-four-row-wrapper .category-detailed-four-row:nth-child(2):hover:after, .category-detailed-four-row-wrapper .category-detailed-four-row:nth-child(3):hover:after, .category-detailed-four-row-wrapper .category-detailed-four-row:last-child:hover:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.category-page .container-fluid {
    padding: 0 5px!important;
}

.category-detailed-row1pod2 .home-news-wrapper {
    width:100%;
    z-index:2!important;
    text-align: center;
}

.category-detailed-row1pod3 {
    background-color:#06262c;
}
.category-detailed-row1pod3 .home-news-wrapper {
text-align: left!important;
padding:45px;
}

.category-detailed-row1pod3 a {
    z-index: 4;
}

.category-detailed-row1pod3 h4:before, 
.category-detailed-row1pod3 h4:after {
    -webkit-transition: -webkit-transform .3s ease-in-out!important;
    transition: transform .3s ease-in-out!important;
}

.home-pods-item.category-detailed-row1pod3:hover h4:after,
.home-pods-item.category-detailed-row1pod3:hover h4:before {
    -webkit-transform: rotate(360deg)!important;
    transform: rotate(360deg)!important;
}

.category-detailed-row1pod2:after {
    display: none;
}

.category-detailed .container-fluid {
    padding:0 5px!important;
}


.category-detailed-content {
    padding:0!important;
}

.category-detailed-left {
    width: 535px;
float: right;
padding:20px 30px 20px 0;
}

.category-detailed-left h4 {
    position: relative;
    padding-top: 30px;
}



.category-detailed-left h4:before{
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    content: "\f111";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    font-size: 3px;
    position: absolute;
    top: 0;
    left: 0;
}

.category-detailed-left h4:after {
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    content: "\f111";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    font-size: 3px;
    position: absolute;
    top: 0;
    left: 10px;
}


.product-list {
    padding-bottom:49%;
    border-left:solid 5px #fff;
    border-right:solid 5px #fff;
    border-bottom:solid 10px #fff;
    position: relative;
    background-size:cover;
    background-position:center center;
}

.product-list:before {
    content: "";
    width:100%;
    height:100%;
    position:absolute;
        -o-transition: opacity 0.2s linear 0s, left 0s linear 0.2s;
    -moz-transition: opacity 0.2s linear 0s, left 0s linear 0.2s;
    -khtml-transition: opacity 0.2s linear 0s, left 0s linear 0.2s;
    -webkit-transition: opacity 0.2s linear 0s, left 0s linear 0.2s;
    -ms-transition: opacity 0.2s linear 0s, left 0s linear 0.2s;
    transition: opacity 0.2s linear 0s, left 0s linear 0.2s;
    opacity: 0.8;
    background-color:rgba(6,38,44,0.95);
    cursor: pointer;
    top:0;
    left:0;
    z-index:12;
}

.product-list:after {
    content: "";
    width: 20px;
    height: 21px;
    background-image: url(/instances/52/assets/images/white-dots.png);
    background-repeat: no-repeat;
    background-size: 20px 21px;
    background-position: center center;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 15;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
}
.product-list:hover:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background-image: url(/instances/52/assets/images/black-dots.png);
}

.product-list:hover:before {
    opacity: 0;
}

.product-list-row {
    padding:0 5px;
}

.product-list-hover {
    width:calc(100% - 40px);
    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%);
    color: #fff;
    font-weight: 500;
    font-size: 23px;
    line-height: 32px;
    opacity: 1;
    z-index: 12;
    text-align: center;
}

.product-list:hover .product-list-hover {
    opacity: 0;
}

.product-list a {
    position: absolute;
    top:0;
    left: 0;
    width:100%;
    height:100%;
    z-index:11;
    background-size: cover;
    background-position:center center;
}
.alinkover {
    z-index: 15px;
    width:100%;
    height:100%;
    position: absolute;
    background-color:transparent;   
    z-index:14!important;
}
.product-table {
    margin:0;
    display:block;
    width:100%;
}

#default-content a {
    color: #0e698c;
}
#default-content a:hover {
    opacity:0.8;
}


.product-table:empty,
.product-table:blank {
    display: none;
}

.product-table li {
    width:100%;
    background-color:#EFF3F4;
    margin:0!important;
    list-style: none!important;
    width:100%;
    float:left;
    border-bottom:solid 1px #fff;
    
}


.product-table li div  {
    float: left;
  }
  .product-table li div span {
    float:left;
    width:100%;
    padding: 0 7px;
    height: 30px;
    line-height: 30px;
}

.product-table li:first-child div span:first-child {
    background-color:#e4e4e4;
    height: 60px;
    align-content: space-evenly;
}

  .product-table li:first-child div span:first-child {
    border-bottom:solid 1px #fff;
  }

  .product-table li:not(:first-child) div span:first-child {
      display:none;
  }

  .product-table p {
      margin-bottom:0;
  }

  .product-list-hover a {
    position: initial;
    top: inherit;
    left: inherit;
    width: inherit;
    height: inherit;
    color:#fff;
}

.product-category .category-detailed-right {
    margin:0!important;
    border:0!important;
    padding:0!important;
}

.product-category .category-detailed-wrapper {
    min-height:auto;
}
.product-category .category-detailed-wrapper:after {
    display: none;
}

.table-8 div:nth-child(1) { width: 12%; }
.table-8 div:nth-child(2) { width: 28%; }
.table-8 div:nth-child(3) { width: 10%; }
.table-8 div:nth-child(4) { width: 10%; }
.table-8 div:nth-child(5) { width: 10%; }
.table-8 div:nth-child(6) { width: 10%; }
.table-8 div:nth-child(7) { width: 10%; }
.table-8 div:nth-child(8) { width: 10%; }

.table-7 div:nth-child(1) { width: 12%; }
.table-7 div:nth-child(2) { width: 26%; }
.table-7 div:nth-child(3) { width: 18%; }
.table-7 div:nth-child(4) { width: 11%; }
.table-7 div:nth-child(5) { width: 11%; }
.table-7 div:nth-child(6) { width: 11%; }
.table-7 div:nth-child(7) { width: 11%; }

.table-6 div:nth-child(1) { width: 12%; }
.table-6 div:nth-child(2) { width: 40%; }
.table-6 div:nth-child(3) { width: 12%; }
.table-6 div:nth-child(4) { width: 12%; }
.table-6 div:nth-child(5) { width: 12%; }
.table-6 div:nth-child(6) { width: 12%; }

.table-5 div:nth-child(1) { width: 12%; }
.table-5 div:nth-child(2) { width: 43%; }
.table-5 div:nth-child(3) { width: 15%; }
.table-5 div:nth-child(4) { width: 15%; }
.table-5 div:nth-child(5) { width: 15%; }

.table-4 div:nth-child(1) { width: 12%; }
.table-4 div:nth-child(2) { width: 58%; }
.table-4 div:nth-child(3) { width: 15%; }
.table-4 div:nth-child(4) { width: 15%; }

.table-3 div:nth-child(1) { width: 12%; }
.table-3 div:nth-child(2) { width: 50%; }
.table-3 div:nth-child(3) { width: 38%; }

.table-2 div:nth-child(1) { width: 12%; }
.table-2 div:nth-child(2) { width: 88%; }


.table-bottom-content {
    margin-top:-10px;
    font-style: italic;
    margin-bottom:0!important;
}

.table-bottom-content:empty {
    display:none;
}

.instagrampod {
    background-position: bottom center!important;
}

.bottom-paragraph {
  margin-top:10px;
  display:inline-block;
}


.simple_form {
  margin:0;
  padding:0;
}

/************************************************************ MEDIA *************************************************/

@media screen and (max-width: 1630px) {
    #home-pods .row .home-pods-item:first-child iframe {
        width: 110%!important;
    }
}

@media screen and (max-width: 1500px) {
    #home-pods .row .home-pods-item:first-child iframe {
        width: 118%!important;
    }
}

@media screen and (max-width: 1400px) {
    #home-pods .row .home-pods-item:first-child iframe {
        width: 127%!important;
    }
}

@media screen and (max-width: 1330px) {
    .slick-prev {
        left: 15px;
    }
    .slick-next {
        right: 15px;
    }
}

@media screen and (max-width: 1300px) {
    #home-pods .row .home-pods-item:first-child iframe {
        width: 139%!important;
    }
}

@media screen and (max-width: 1199px) {
    .blog-detail-image {
        margin-top:60px;
    }
    .category-detailed-left {
    width: 460px;
    padding-right: 20px;
}

  .product-category .home-news-item:nth-child(1) .home-news-wrapper {
        width:100%!important;
        padding:45px;
    }
    
    .services-bottom-right {
       padding-bottom:40%;
    }

    .services-list .home-pods-item .home-news-wrapper {
        padding: 20px;
    }
    .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;
    }
    #news-detailed h1 {
        font-size: 34px;
    }
    .slick-prev {
        left: 50px;
    }
    .slick-next {
        right: 50px;
    }
    .member-content {
        max-width: 480px;
        padding: 50px 15px;
    }
    .home-member-image {
        padding-bottom: 35%;
    }

    .banner-content h2 {
        font-size: 44px;
        line-height: 50px;
    }

    .blue-box {
        max-width:85%;
    }

    #home-pods .row .home-pods-item:first-child iframe {
        width: 151%!important;
    }

    #home-news .home-news-item:nth-child(1) .home-news-wrapper {
        width: 460px;
        padding-right:20px;
    }

    #home-news .home-news-item:nth-child(2) .home-news-wrapper, 
    #home-pods .home-pods-item:nth-child(2) .home-news-wrapper, 
    #home-pods .home-pods-item:nth-child(3) .home-news-wrapper, 
    #home-pods .home-pods-item:nth-child(4) .home-news-wrapper {
        padding:20px;
    }

    #home-news .home-news-item:nth-child(5) .home-news-wrapper {
        padding-left: 20px;
        width: 460px;
    }

    #home-news .home-news-item:nth-child(4) .home-news-wrapper {
        right: 0;
        left: inherit;
        width: 460px;
        padding-right: 20px;
    }

    .blog-ul .home-news-item:nth-child(even) .home-news-wrapper { 
        padding:0 0 0 20px!important;
        width:460px!important;
    }

    .blog-ul .home-news-item:nth-child(odd) .home-news-wrapper { 
        padding:0 20px 0 0!important;
        width:460px!important;
    }

    .product-list-hover a {
        font-size:18px;
    }

}

@media screen and (max-width: 1150px) {
    .slick-prev {
        left: 15px;
    }
    .slick-next {
        right: 15px;
    }
}

@media screen and (max-width: 1100px) {
    #home-pods .row .home-pods-item:first-child iframe {
        width: 151%!important;
    }
}

@media screen and (max-width: 991px) {

    .product-table li div span {
        font-size:11px;
    }
   
    .home-news-item {
        min-height:450px;
    }
    .blog-detail-image {
        margin-top:40px;
    }
    .product-list {
        padding-bottom:30%;
    }

    .category-detailed-left {
        width:100%;
        padding:10px 0 20px;
    }

    .product-list-row .col-md-12:first-child {
        padding:0 5px;
    }

    .product-category > div {
        min-height: 350px;
    }
    #home-pods .services-list .home-pods-item {
        min-height: 250px;
    }

   

    .blog-ul .blog-list h1 {
        margin-bottom:14px;
    }

    .blog-ul .home-news-item:nth-child(even) .home-news-wrapper,
    .blog-ul .home-news-item:nth-child(odd) .home-news-wrapper {
        width:100%!important;
        padding:20px!important;
    }

    #home-news .home-news-item.contact-iframe:before {
        display:none;
    }

    nav.main-menu ul {
        float: left;
        margin:0;
    }
    .dots {
        position: absolute;
        right: 20px;
        top: 11px;
        display: block;
        z-index:1;
      }
      

      
      .dots label { 
        display: inline-block;
    cursor: pointer;
    position: absolute;
    width: 60px;
    height: 40px;
    top: -20px;
    right: -5px;
    z-index: 999;
    margin: 0;
      }
      
      .dot,
      .dot:before,
      .dot:after {
        position: absolute;
        width: 6px;
        height: 6px;
        border-radius: 20px;
        background-color: #fff;
        transform: rotate(180deg);
        cursor: pointer;
      }
      
      .dot {
        top: 0;
    right: 5px;
    background-color: transparent;
      }
      
      .dot:before,
      .dot:after {
        content: "";
      }
      
      .dot:before {
        right: 10px;
        transition: right .15s ease-out, width .15s ease-out;
      }
      
      .dot:after {
        left: 10px;
        transition: left .15s ease-out, width .15s ease-out;
      }
      
      .dots:hover .dot:before {
        right: -10px;
      }
      
      .dots:hover .dot:after {
        left: -10px;
      }
      
      .dots.dot-open .dot:before {
        right: -8px;
        width: 22px;
        transform: rotate(225deg);
      }
      
      .dots.dot-open .dot:after {
        left: -8px;
        width: 22px;
        transform: rotate(135deg);
      }
      

.header-right {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background-color: transparent;
    position: absolute;
    top: 0;
    height: 100vh;
    right: -250px;
    width: 250px;
    box-shadow: -2px 0px 40px -4px #000;
    opacity:0;
    padding:0;
    background-color:#06262c;
}

.header-right.dot-open {
    opacity: 0.9;
    right:0;
}

.search-bar.open {
    z-index:1;
    background-color:#06262c;
}
body.dot-open:before {
    opacity: 1;
    z-index: 10;
}
body.dot-open2:before {
    opacity: 1;
    z-index: 10;
}



body.dot-open2 .header-right {
    box-shadow:inherit;
}

    .main-menu {
float:left;
width:100%;
margin: 80px 0 0;
       }


       .main-menu ul li {
           width: 100%;
           float:left;
           clear:both;
           margin:0;
       }

       .main-menu ul li a {
           width:100%;
            padding:10px 40px;
            font-size: 16px;
            text-align: left;
       }
       .main-menu ul li a:hover {
           color: #0e698c;
       }
       .main-menu ul li a:before,
       .main-menu ul li a:after {
           display:none;
       }


        .dots.dot-open {
            z-index: 100;
        }

       .main-menu.dot-open {
            right:0;
            background-color: #06262c;
            opacity:1;
       }
       header.open {
           background-color: #06262c;

       }

       body.sticky.dot-open header {
           padding: 10px 0;
           box-shadow: inherit;
           background-color: transparent;
       }

    .menu--1 {
        display:block;
    }

    .header-right .search-icon {
        position: relative;
        right:inherit;
        float:left;
        padding:0;
        width:94px;
    }

    .header-right .search-icon:before {
        padding:15px 40px;
        float:left;
    }

    #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: 13px;
    }
    .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: 13px;
        letter-spacing: 1px;
    }
    .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;
        color: #fff;
    }
  
    .header-right .btn-primary,
    .header-right .btn-secondary {
        display: none;
    }

    .transparent {
        width: 33.33%;
        left: 66.66%;
    }
    .home-member-image {
        padding-bottom: 53%;
    }
    .member-content {
        max-width: 360px;
        padding: 50px 15px;
    }
    h1 {
        font-size: 24px;
        margin-bottom: 15px;
        line-height: 30px;
    }
    #news-detailed h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 20px;
        margin-bottom: 10px;
        line-height: 28px;
    }
    h3 {
        font-size: 15px;
        line-height: 19px;
        margin-bottom: 10px;
    }
   
    .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: 30px 0;
    }
    #default-page {
        padding: 50px 0 25px;
    }
    hr {
        margin-top: 20px;
    }
    

    .home-blog-item2 {
        display: none;
    }

 #home-news .home-news-item:nth-child(2):before {
        content: "";
        background-color: rgba(0,105,142,0.5);
        position: absolute;
        width:100%;
        height:100%;
        top:0;
        left:0;
    }

#home-news.default-page .home-news-item:nth-child(2):before {
    display:none;
}


    #home-news .home-news-item:nth-child(1) .home-news-wrapper,
    #home-news .home-news-item:nth-child(4) .home-news-wrapper,
    #home-news .home-news-item:nth-child(5) .home-news-wrapper {
        width:100%;
        padding:20px;
    }

    .home-news-wrapper h1 {
        margin-bottom:10px;
    }

    .banner-content h2 {
        font-size: 38px;
        line-height: 44px;
    }

    .footer-logo {
        width:100%;
        position: inherit;
        top: inherit;
        left: inherit;
        -webkit-transform: inherit;
        -moz-transform: inherit;
        -ms-transform: inherit;
        -o-transform: inherit;
        transform: inherit;
        float:left;
        margin-bottom:15px;
    }
}

@media screen and (max-width: 915px) {
    .slick-prev {
        left: 15px;
    }
    .slick-next {
        right: 15px;
    }


}

@media screen and (max-width: 767px) {
.product-table li:first-child div span:first-child {
  background-color:transparent;
}
    .product-table li div span {
        height:inherit;
        line-height:inherit;
    }

    .product-table li {
        width: 50%;
        border-right:solid 1px #fff;
        padding-top:5px;
    }
    .product-table li div span {
        padding-top:0;
        padding-bottom:0;
    }
    .product-table li:first-child div span:first-child {
        border:0;
    }
    .product-table li div {
        width:100%!important;
        padding:0 0 5px;
    }

    .product-table li:not(:first-child) div span:first-child {
        display: block;
    }

    #home-news.default-page .home-news-item:nth-child(2) {
        margin-bottom:10px;
    }


  
#home-news .home-news-wrapper li {
    margin-bottom:0;
}
    .product-list {
        padding-bottom:40%;
    }

    .blog-detail-image {
        margin-top:35px;
    }
    .product-list:before {
        opacity: 0.7;
    }
    .product-list:after {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        background-image: url(/instances/52/assets/images/white-dots.png);
    }
    
    .product-list .product-list-hover {
        opacity: 1;
    }

    .services-bg {
        border-left:0!important;
    }
    .services-top {
        margin-bottom:10px!important;
    }

    #home-news .product-category .home-news-item:first-child {
        border-left:solid 5px #fff!important;
        border-right:solid 5px #fff!important;
        border-bottom:0!important;
        margin-bottom:10px!important;
    }
    .category-detailed-row1pod3 .home-news-wrapper {
        padding:20px;
    }

    .product-category > div {
        min-height: 300px;
    }
        .blog-ul .blog-list h2 {
            margin-bottom:10px;
        }
        .blog-ul .blog-list .blog-date,
        .home-blog-itemblue .blog-date {
            margin-top:-10px;
        }
        .category-detailed .home-news-item:nth-child(1) {
            border-bottom:0!important;
        }

    .home-news-item {
        min-height: 470px;
    }
    #home-news .home-news-item.contact-iframe {
        border: 0;
        margin-bottom: 0;
        min-height: 400px;
    }

    #home-banner-dots, #default-banner-dots {
        bottom: 70px;
    }

    #particles-js canvas {
        height: 75vh!important;
    }

    .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: 13px 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;
    }
   
   
    .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 {
        max-width: 100px;
        height: auto;
    }
    .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;
    }
   
    .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));
    }

    .banner-content {
        height: 75vh;
        position: relative;
    }
    body.sticky .banner-content {
        height: 75vh;
        margin-top: 0;
    }
   
    .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,
    #default-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: 13px;
        line-height: inherit;
    }
    .header-right .search-icon-times:before {
        height: 42px;
        padding: 5px 0 8px 15px;
    }
    h1 {
        font-size: 20px;
        margin-bottom: 15px;
        line-height: 26px;
    }
    #news-detailed h1 {
        font-size: 26px;
    }
    h2 {
        font-size: 18px;
        margin-bottom: 10px;
        line-height: 24px;
    }
    h3 {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    p {
        font-size: 13px;
    }
    .about-services li:last-child {
        margin-bottom: 0;
    }
    #home-what .col-md-6 {
        margin-bottom: 0;
    }
    nav ul li a {
        font-size: 18px;
        padding: 5px 0;
    }
    nav ul ul li a {
        font-size: 16px;
    }
    .menu-last {
        margin-bottom: 10px;
    }
  
    .left-menu {
        padding-right: 0;
    }
    .logo-center {
        padding: 0;
    }
    .header-right {
        padding-left: 0;
    }    
    #home-news .home-news-item:nth-child(1) {
        border-left:0!important;
        border-bottom:0!important;
        border-right:0!important;
        border-top:0!important;
        margin-bottom:15px;
    }
    .blog-ul .home-news-item:nth-child(even) {
        border-left:0!important;
        border-bottom:0!important;
        border-right:0!important;
        border-top:0!important;
        margin-bottom:15px;
    }

    .blog-ul .home-news-item:nth-child(odd) {
        border-left:0!important;
        border-right:0!important;
        border-bottom:0!important;
        border-top:0!important;
        margin-bottom:15px;
    }
    .blog-ul {
        padding-bottom:0;
    }

    #home-news.category-detailed .home-news-item:nth-child(1) {
        border-left:solid 5px #fff!important;
        border-right:solid 5px #fff!important;
        border-bottom:0!important;
    }

}

@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) {
    .product-list {
        padding-bottom:50%;
    }
    .product-category .category-detailed-wrapper {
        padding:inherit!important;
    }

    #banner,
    #home-banner .slick-list,
    #home-banner .slick-track,
    #home-banner .container,
    #home-banner .row,
    #home-banner .col-12,
    #default-banner,
    #default-banner .slick-list,
    #default-banner .slick-track,
    #default-banner .container,
    #default-banner .row,
    #default-banner .col-12
     {
         height:100%;

     }
    .blog-detail-image {
        margin-top:5px;
    }
    .category-detailed-left {
        padding: 5px 0 20px 0;
    }

    .category-detailed .container-fluid {
        padding: 0 15px!important;
    }
    #home-news .product-category .home-news-item:first-child {
        border-left: 0!important;
        border-right: 0!important;
        border-bottom: 0!important;
        margin-bottom: 15px!important;
    }
    .product-list-row {
        padding:0 15px;
    }
    .category-page .container-fluid {
        padding: 0 15px!important;
    }
    .product-list-row .col-md-12:first-child {
        padding:0;
    }
    .product-list {
        border-left:0!important;
        border-right:0!important;
        border-bottom:0!important;
        margin-bottom:15px!important;
    }
    .services-top {
        margin-bottom:15px!important;
    } 
    .services-bg {
        margin-bottom: 5px!important;
    }
 
    .services-bottom-right {
        border: 0;
        padding-bottom:55%;
        margin-bottom:10px;
    }

    .product-category > div {
        min-height: auto;
        padding:80px 15px 70px;
        border:0!important;
        margin-bottom:15px!important;
    }
    
    .category-detailed-two-row-wrapper {
      padding: 0 !important;
    }
    .category-detailed-four-row-wrapper {
      padding: 0 !important;
    }

    .product-category .home-news-wrapper {
        padding:0!important;
    }
    
    .category-detailed-two-row-wrapper .home-news-wrapper {
      padding: 18% 0 !important;
    }
    .category-detailed-four-row-wrapper .home-news-wrapper {
      padding: 18% 0 !important;
    }

    .blog-ul .home-news-item:nth-child(odd) .home-news-wrapper,
    .blog-ul .home-news-item:nth-child(even) .home-news-wrapper {
        padding:65px 0 45px!important;
    }

    .services-list .home-pods-item .home-news-wrapper {
    padding: 75px 0 55px;
}
#home-pods .row .home-pods-item:first-child {
    min-height: inherit!important;
    margin-top:-15px!important;
}
#home-pods .row.services-list .home-pods-item:first-child {
    margin-top:10px!important;

}


.services-list .home-pods-item:first-child {
    padding: 0 15px!important;
}

.services-list .home-pods-item {
    border-top:0!important;
}

#home-banner-dots, #default-banner-dots {
    bottom: 52px;
}


    #particles-js canvas,
    .home-banner-animation,
    .banner-content {
        height: 100%!important;
    }


    .slick-dots {
        bottom:10px;
    }
    #home-banner-dots:before,
    #default-banner-dots:before {
        width:150px;
        bottom:20px;
        height: 75px;
    }
    
    .trade-cards-list {
        padding-bottom: 20px;
    }
    .trade-cards .home-news-item-content {

        min-height: inherit;
    }
    .job-apply {
        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: 13px;
    }
    #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%;
    }
   
    .banner-content h1 {
        font-size: 28px;
    }
    #home-what {
        text-align: center;
    }
    #home-stats li {
        margin-bottom: 25px;
    }
    #home-banner .slick-slide:before,
    #default-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;
    }
 

    #home-stats i {
        font-size: 60px;
        margin-bottom: 18px;
    }
  

    .member-content,
    section,
    #footer-newsletter {
        padding: 30px 0;
    }

footer {
    padding:45px 0 30px;
}

    #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;
    }
    nav {
        width: calc(100% - 35px);
    }
    .transparent {
        width: 50%;
        left: calc(100% - 50px);
    }
    .main-menu ul li a {
        padding: 5px 0 5px 30px !important;
    }
    nav ul ul li a {
        font-size: 16px !important;
    }
    nav ul ul li a {
        font-size: 13px !important;
    }
    .header-right .search-icon:before {
        padding:10px 30px;
    }
    .header-right .search-icon {
        width:75px;
    }
    .menu-join a,
    .menu-login a {
        padding: 6px 20px !important;
        font-size: 13px !important;
        margin-right: 10px;
    }
    .menu-icon i {
        font-size: 24px;
    }
    .menu-icon {
        width: auto;
        height: 35px;
        line-height: 33px;
    }
    .btn {
        padding: 8px 20px;
    }

    #home-news .home-news-item:nth-child(1) {
        border:0;
        margin-bottom:15px;
    }

    #home-news .container-fluid {
        padding:0 15px;
    }

    .social-bar i {
        font-size:15px;
    }

    #social-bar {
        padding:15px;
    }
    #social-bar {
        padding:8px 0 7px;
    }
    .social-bar a {
        padding:0 10px;
    }

    #home-news .home-news-item:nth-child(2) {
        border:0;
        min-height: 250px;
        margin-bottom:15px;
    }

    #home-news.default-page .home-news-item:nth-child(2) {
        margin-bottom:0;
    }

    #home-news .home-news-item.contact-iframe {
        border: 0;
        margin-bottom: 0;
        min-height: 400px;
    }

    .home-news-wrapper {
        position: inherit;
        top: inherit;
        left: inherit;
        -webkit-transform: inherit;
        -moz-transform: inherit;
        -ms-transform: inherit;
        -o-transform: inherit;
        transform: inherit;
    }

    #home-news .home-news-item:nth-child(2) .home-news-wrapper, 
    #home-pods .home-pods-item:nth-child(2) .home-news-wrapper, 
    #home-pods .home-pods-item:nth-child(3) .home-news-wrapper, 
    #home-pods .home-pods-item:nth-child(4) .home-news-wrapper {
        padding:75px 0 55px;
    }

    #home-news .home-news-item.Light:after, 
    #home-pods .home-pods-item.Light:after,
    #home-news .home-news-item.Dark:after, 
    #home-pods .home-pods-item.Dark:after {
        left:15px;
        top:15px;
    }

    .home-news-item {
        min-height: 240px;
    }

    #home-news .home-news-item:nth-child(1) .home-news-wrapper, 
    #home-news .home-news-item:nth-child(4) .home-news-wrapper, 
    #home-news .home-news-item:nth-child(5) .home-news-wrapper {
        padding: 65px 0 45px;
    }

    #home-news .home-news-item:nth-child(4),
    #home-news .home-news-item:nth-child(5) {
        border:0;
        margin-bottom:15px;
    }

    #home-pods .row .home-pods-item:first-child {
        border: 0;
        margin-bottom:15px;
        min-height: 300px;
    }

    #home-pods .container-fluid {
        padding:0 15px;
    }

    #home-pods .row .home-pods-item:first-child iframe {
        width:110%!important;
    }

    #home-pods .home-pods-item {
        border: 0;
        min-height: inherit;
        margin-bottom:15px;
    }

    #home-bar {
        display:none;
    }


}

.grecaptcha-badge { visibility: hidden !important; }

@media screen and (min-width: 991px) {
    .hide-on-desktop {
        display: none;
    }
}

.no-bg:before {
  background-color:transparent !important;
}
