header {
    margin: 0 auto;
    padding: 10px 0;
/*    min-height: 100px; */
    position: relative;
    z-index: 5;
}
.inner-header {
	min-height: 100px;
}
/*
.main-menu {
	margin-left: 30px!important;
}
*/
.main-menu nav ul {
    list-style: none;
    text-align: left;
    margin: 10px 0 0;
    padding: 0;
}
.main-menu nav ul li {
    display: inline-block;
}

@media (max-width: 768px) {
    .main-menu nav ul {
        margin: 0;
    }
    .main-menu nav ul li {
        display: block;
    }
/*	.header-brand {
        position: absolute;
        top: 10px;
        right: 20px;
        max-height: 70px;
        max-width: 250px;
    }    
*/
	.header-brand img {
        max-height: 60px!important;
        max-width: 250px;
    }
	.inner-header {
        min-height: 80px;
    }
	.main-menu {
	margin-left: 0px!important;
	}
	.main-menu nav ul li:first-child a {
    margin: 0 10px!important;
	}	
}
.header-brand ul {
    margin: 0;
	padding:0;
}
.header-brand ul li:first-child {
    margin-left: 0px;
}
.header-brand ul li {
    list-style: none;
    margin-left: 20px;
    display: inline-block;
}
.header-brand img {
	max-height:90px;	
}
.main-menu nav ul li a {
    display: block;
    padding: 5px 0;
    text-decoration: none;
    color: #000;
    font-size: 1.125rem;
    font-weight: 400;
    margin: 0 10px;
    position: relative;
    border-bottom: 2px solid transparent;
}
.main-menu nav ul li:first-child a {
    margin: 0 10px 0 0;
}
.main-menu nav ul li a,
.main-menu nav ul li a:after,
.main-menu nav ul li a:before {
    transition: all 0.2s;
}
.main-menu nav ul li a:hover {
    color: #000;
    text-decoration: none;
}
.main-menu nav ul li a:after {
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    content: ".";
    color: transparent;
    background: #f1be48;
    height: 2px;
    opacity: 0;
}
.main-menu nav ul li a:hover:after {
    opacity: 1;
    width: 100%;
    bottom: -2px;
}
.main-menu nav ul li.active a {
    border-bottom: 2px solid #fdc82f !important;
}
.hamburger {
    padding: 15px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-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;
}
.hamburger:hover {
    opacity: 0.7;
}
.hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative;
}
.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    width: 40px;
    background-color: #000;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}
@media (min-width: 769px) {
    .collapse.dont-collapse-sm {
        display: block;
        height: auto !important;
        visibility: visible;
    }
}
section.hero {
    position: relative;
    color: #fff;
}
section.hero .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
section.hero.h-small {
    min-height: calc(25vh - 120px);
    min-height: -o-calc(25vh - 120px);
    min-height: -moz-calc(25vh - 120px);
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-width: 768px) {
    section.hero.h-small {
        height: 200px;
    }
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
    section.hero.h-small {
        height: 200px;
    }
}
@-moz-document url-prefix() {
    section.hero.h-small {
        height: 200px;
    }
}
@supports (-ms-ime-align: auto) {
    section.hero.h-small {
        height: 200px;
    }
}
section.hero.h-medium {
    min-height: calc(50vh - 120px);
    min-height: -o-calc(50vh - 120px);
    min-height: -moz-calc(50vh - 120px);
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-width: 768px) {
    section.hero.h-medium {
        height: 200px;
    }
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
    section.hero.h-medium {
        height: 200px;
    }
}
@-moz-document url-prefix() {
    section.hero.h-medium {
        height: 200px;
    }
}
@supports (-ms-ime-align: auto) {
    section.hero.h-medium {
        height: 200px;
    }
}
section.hero.h-large {
    min-height: calc(75vh - 120px);
    min-height: -o-calc(75vh - 120px);
    min-height: -moz-calc(75vh - 120px);
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-width: 768px) {
    section.hero.h-large {
        height: 200px;
    }
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
    section.hero.h-large {
        height: 200px;
    }
}
@-moz-document url-prefix() {
    section.hero.h-large {
        height: 200px;
    }
}
@supports (-ms-ime-align: auto) {
    section.hero.h-large {
        height: 200px;
    }
}
section.hero.h-xlarge {
    min-height: calc(100vh - 120px);
    min-height: -o-calc(100vh - 120px);
    min-height: -moz-calc(100vh - 120px);
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-width: 768px) {
    section.hero.h-xlarge {
        height: 200px;
    }
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
    section.hero.h-xlarge {
        height: 200px;
    }
}
@-moz-document url-prefix() {
    section.hero.h-xlarge {
        height: 200px;
    }
}
@supports (-ms-ime-align: auto) {
    section.hero.h-xlarge {
        height: 200px;
    }
}
.content-slider {
    position: relative;
    z-index: 5;
}
@media (min-width: 768px) {
    .content-slider {
        margin-top: 50px !important;
        margin-bottom: 100px;
    }
}
.intro-heading {
    z-index: 5;
    color: #fff;
}
.intro-heading .preamble {
    font-size: 1.125rem;
    font-weight: 400;
}
.intro-heading .title {
    font-size: 2.625rem;
    font-weight: 400;
    line-height: 1;
    display: inline-block;
    margin: 0;
    padding: 5px 0 10px;
}
@media (min-width: 992px) {
    .intro-heading .title {
        font-size: 3.75rem;
        font-weight: 400;
        line-height: 1;
        display: inline-block;
        margin: 0;
        padding: 5px 0 10px;
    }
}
.intro-heading .divider {
    margin: 10px 0;
    padding: 10px 0 15px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.intro-heading .sub-title {
    font-size: 1.375rem;
    font-weight: 400;
}
.intro-heading .buttons {
    margin: 10px 0;
    padding: 10px 0;
}
.intro-heading .buttons a {
    margin: 15px 5px;
}
.wrapper {
    height: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    resize: both;
}
.wrapper .content {
    width: 100%;
    padding: 20px;
    resize: both;
    z-index: 1;
}
footer {
    padding: 15px 0;
    margin: 25px 0 0;
    border-top: 1px solid #e5e5e5;
/*    text-align: center; */
    color: #404042;
    font-weight: 400;
    background-color: #f3f3f3;
}
footer p {
    font-size: 1rem;
    margin: 0;
}
footer ul.footer-brands {
    margin-bottom: 0;
}
footer ul.footer-brands li {
    list-style: none;
    margin-left: 10px;
/*    display: inline-block; */
}
footer ul.footer-brands li img {
    max-height: 70px;
}
footer ul.footer-links {
	margin-bottom: 0;
	padding:0;
}
/* 
footer ul.footer-links li:first-child {
	margin-left: 0;
}
*/
footer ul.footer-links li {
    list-style: none;
    margin-left: 15px;
    display: inline-block;
}
footer ul.footer-links li a {
    color: #92aca0;
    cursor: pointer !important;
    border-bottom: 1px solid #92aca0;
    transition: all 0.2s;
}
@font-face {
    font-family: Circular;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/CircularStd-Book.woff) format("woff");
}
@font-face {
    font-family: Circular;
    font-style: italic;
    font-weight: 400;
    src: url(../fonts/CircularStd-BookItalic.woff) format("woff");
}
@font-face {
    font-family: Circular;
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/CircularStd-Medium.woff) format("woff");
}
@font-face {
    font-family: Circular;
    font-style: italic;
    font-weight: 600;
    src: url(../fonts/CircularStd-MediumItalic.woff) format("woff");
}
@font-face {
    font-family: Circular;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/CircularStd-Bold.woff) format("woff");
}
@font-face {
    font-family: Circular;
    font-style: italic;
    font-weight: 700;
    src: url(../fonts/CircularStd-BoldItalic.woff) format("woff");
}
@font-face {
    font-family: Circular;
    font-style: normal;
    font-weight: 900;
    src: url(../fonts/CircularStd-Black.woff) format("woff");
}
@font-face {
    font-family: Circular;
    font-style: italic;
    font-weight: 900;
    src: url(../fonts/CircularStd-BlackItalic.woff) format("woff");
}
.cookiebanner {
    height: 50px !important;
    padding-top: 15px !important;
    font-family: Circular, arial, san-serif !important;
    background-color: rgba(146, 172, 160, 0.9) !important;
}
.cookiebanner,
.cookiebanner a {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #fff !important;
}
.cookiebanner a {
    border-bottom: 1px solid #fff !important;
    padding-bottom: 3px !important;
}
.cookiebanner-close {
    font-family: Circular, arial, san-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    float: right !important;
    background-color: #404042 !important;
    color: #fff !important;
    padding: 5px 10px !important;
    border-radius: 30px !important;
    margin: -5px auto 0 !important;
    width: 200px !important;
}
html {
    font-size: 14px;
}
body {
    font-weight: 400;
    font-size: 1rem;
    font-family: Circular, arial, sans-serif;
    line-height: 1.6;
    color: #222;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: "liga", "kern";
    text-rendering: optimizelegibility;
    background-color: #fff;
}
a {
    color: #f1be48;
    outline: none;
}
a:focus,
a:hover {
    color: #efb630;
}
.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.4;
}
::-moz-selection {
    color: #fff;
    background-color: #f1be48;
}
.g-bg-primary ::-moz-selection {
    color: #f1be48;
    background-color: #fff;
}
.g-bg-primary ::selection {
    color: #f1be48;
    background-color: #fff;
}
hr {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.u-go-to-v1 {
    width: 3.57143rem;
    height: 3.57143rem;
    display: block;
    background-color: hsla(0, 0%, 100%, 0.7);
    color: #222;
    border-radius: 50%;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    transition: 0.3s ease-out;
    z-index: 4;
}
.u-go-to-v1 i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.u-go-to-v1:focus:hover,
.u-go-to-v1:hover {
    text-decoration: none;
    color: #fff;
    background-color: #f1be48;
}
.u-go-to-v1:focus {
    text-decoration: none;
    color: #222;
    background-color: hsla(0, 0%, 100%, 0.7);
}
@media (max-width: 575px) {
    .u-go-to-v1 {
        transform: scale(0.8);
    }
}
[class*="u-go-to"] {
    display: none;
}
.btn {
    position: relative;
    transition: 0.2s ease;
    cursor: pointer;
}
.btn:active:focus,
.btn:focus {
    outline: 0 none;
    box-shadow: none;
}
.btn-xl {
    line-height: 1.4;
    padding: 0.92857rem 1.85714rem;
    font-size: 1.28571rem;
}
.u-icon-v1,
.u-icon-v3 {
    position: relative;
    display: inline-block;
    text-align: center;
    transition: all 0.2s ease-in-out;
}
.u-icon-v1:hover,
.u-icon-v3:hover {
    text-decoration: none;
}
.u-icon-v1:before,
.u-icon-v3:before {
    display: block;
}
.u-icon-v1 > i,
.u-icon-v3 > i {
    position: relative;
    top: 50%;
    display: block;
    transform: translateY(-50%);
    z-index: 2;
}
.u-icon-v1 {
    width: 2.57143rem;
    height: 2.57143rem;
    font-size: 1.42857rem;
}
.u-icon-v3 {
    background-color: #eee;
    width: 3.92857rem;
    height: 3.92857rem;
    font-size: 1.57143rem;
}
.u-shadow-v2 {
    box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.2);
}
.u-shadow-v37--hover:hover {
    box-shadow: 0 13px 25px 0 rgba(235, 237, 242, 0.7);
    transition-duration: 0.2s;
}
.g-color-primary:focus {
    color: #f1be48;
}
.u-link-v2 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-indent: -100%;
    white-space: nowrap;
    overflow: hidden;
    z-index: 2;
}
[role="tablist"]:not([data-tabs-mobile-type="slide-up-down"]):not([data-tabs-mobile-type="accordion"]):not([data-scroll]) {
    display: block;
}
@media (max-width: 767px) {
    [role="tablist"]:not([data-tabs-mobile-type="slide-up-down"]):not([data-tabs-mobile-type="accordion"]) {
        border-color: #f1be48;
    }
}
.hamburger-inner:after,
.hamburger-inner:before {
    background-color: inherit;
}
[class*="u-block-hover"] {
    position: relative;
    max-width: 100%;
    margin: 0;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
}
[class*="u-block-hover"],
[class*="u-block-hover"]:after,
[class*="u-block-hover"]:before {
    transition: all 0.3s ease;
}
[class*="u-block-hover__additional"] {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.u-block-hover__main--zoom-v1 {
    -webkit-transform: scale(1.01);
}
.u-block-hover:hover .u-block-hover__main--zoom-v1 {
    transform: scale(1.1);
}
.u-block-hover [class*="icon-"] {
    padding: 1px;
}
.u-block-hover__additional--fade {
    opacity: 0;
}
.u-block-hover:hover .u-block-hover__additional--fade {
    opacity: 1;
    transform: translate(0);
}
.u-accordion__header {
    padding: 0.71429rem 1.07143rem;
}
.u-accordion__body {
    padding: 1.07143rem;
}
.u-accordion__control-icon i:first-child {
    display: none;
}
.collapsed .u-accordion__control-icon i:first-child,
.u-accordion__control-icon i:nth-child(2) {
    display: inline;
}
.collapsed .u-accordion__control-icon i:nth-child(2) {
    display: none;
}
[aria-expanded="false"] .u-accordion__control-icon i:first-child {
    display: inline;
}
[aria-expanded="false"] .u-accordion__control-icon i:nth-child(2),
[aria-expanded="true"] .u-accordion__control-icon i:first-child {
    display: none;
}
[aria-expanded="true"] .u-accordion__control-icon i:nth-child(2) {
    display: inline;
}
.u-accordion-color-primary .u-accordion__header [aria-expanded="true"] {
    color: #f1be48 !important;
}
.u-accordion-brd-primary .u-accordion__header [aria-expanded="true"] {
    border-color: #f1be48 !important;
}
.card {
    border-color: #eee;
}
.form-control {
    border-color: #ccc;
}
.form-control,
.form-control:focus {
    color: #222;
}
.form-control:focus {
    border-color: #f1be48;
    box-shadow: none;
}
.form-control::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.5;
}
.form-control:-ms-input-placeholder {
    color: inherit;
    opacity: 0.5;
}
.hamburger {
    padding: 10px;
}
.hamburger-box {
    width: 37px;
    height: 25px;
}
.hamburger-inner {
    margin-top: 1px;
}
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    width: 100%;
    height: 1px;
    border-radius: 0;
}
.js-slide {
    height: 0;
    visibility: hidden;
}
.g-bg-white-gradient-opacity-v1--after:after {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.7), transparent);
    background-repeat: repeat-x;
}
.g-bg-main {
    background-color: #fff !important;
}
.g-bg-primary {
    background-color: #f1be48 !important;
}
.g-bg-black-opacity-0_3 {
    background-color: rgba(0, 0, 0, 0.3) !important;
}
.g-bg-white--hover:hover {
    background-color: #fff !important;
}
.g-bg-cover {
    position: relative;
}
.g-bg-cover:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.g-bg-size-cover {
    background-size: cover !important;
}
.g-brd-none {
    border: none !important;
}
.g-brd-around {
    border: 1px solid transparent !important;
}
.g-brd-bottom {
    border-bottom: 1px solid transparent !important;
}
@media (min-width: 768px) {
    .g-brd-left--md {
        border-left: 1px solid transparent !important;
    }
}
.rounded-0 {
    border-radius: 0 !important;
}
.g-rounded-50x {
    border-radius: 50%;
}
.g-brd-1 {
    border-width: 1px !important;
}
.g-brd-primary,
.g-brd-primary--hover:hover {
    border-color: #f1be48 !important;
}
.g-brd-gray-light-v3 {
    border-color: #ddd !important;
}
.g-brd-gray-light-v4 {
    border-color: #eee !important;
}
.g-font-size-default {
    font-size: 1rem !important;
}
.g-font-size-12 {
    font-size: 0.85714rem !important;
}
.g-font-size-18 {
    font-size: 1.28571rem !important;
}
.g-font-size-36 {
    font-size: 2.57143rem !important;
}
.g-font-weight-500 {
    font-weight: 500 !important;
}
.g-font-weight-600 {
    font-weight: 600 !important;
}
.g-font-weight-700 {
    font-weight: 700 !important;
}
.g-text-underline--none--hover:focus,
.g-text-underline--none--hover:hover {
    text-decoration: none;
}
.g-line-height-1 {
    line-height: 1 !important;
}
.g-pos-rel {
    position: relative !important;
}
.g-absolute-centered {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    -webkit-backface-visibility: hidden;
}
.g-flex-middle {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.g-flex-middle-item {
    margin-top: auto;
    margin-bottom: auto;
}
.g-color-main {
    color: #222 !important;
}
.g-color-primary,
.g-color-primary--hover:hover,
.u-block-hover:hover .g-color-primary--hover {
    color: #f1be48 !important;
}
.g-color-secondary {
    color: #404042 !important;
}
.g-color-black {
    color: #000 !important;
}
.g-color-white,
.g-color-white--hover:hover {
    color: #fff !important;
}
.g-width-40 {
    width: 40px !important;
}
@media (min-width: 768px) {
    .g-width-50x--md {
        width: 50% !important;
    }
}
.g-height-40 {
    height: 40px;
}
.g-min-height-275 {
    min-height: 275px;
}
@media (min-width: 0) {
    .g-mb-10 {
        margin-bottom: 0.71429rem !important;
    }
    .g-mb-20 {
        margin-bottom: 1.42857rem !important;
    }
    .g-mb-30 {
        margin-bottom: 2.14286rem !important;
    }
    .g-ml-3 {
        margin-left: 0.21429rem !important;
    }
    .g-ml-10 {
        margin-left: 0.71429rem !important;
    }
    .g-mr-15 {
        margin-right: 1.07143rem !important;
    }
}
@media (min-width: 0) {
    .g-pa-0 {
        padding: 0 !important;
    }
    .g-pa-20 {
        padding: 1.42857rem !important;
    }
    .g-pa-25 {
        padding: 1.78571rem !important;
    }
    .g-px-20 {
        padding-left: 1.42857rem !important;
        padding-right: 1.42857rem !important;
    }
    .g-py-15 {
        padding-top: 1.07143rem !important;
        padding-bottom: 1.07143rem !important;
    }
}
.g-pa-15-0 {
    padding: 1.07143rem 0 !important;
}
body,
html {
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #222;
    font-family: Circular, Helvetica, Arial, "sans-serif";
    font-weight: 400;
}
a {
    color: #92aca0;
    cursor: pointer !important;
    transition: all 0.2s;
}
a:active,
a:focus,
a:hover {
    color: #92aca0;
    outline: none !important;
    text-decoration: none;
}
.btn:focus {
    outline: 0;
    box-shadow: none;
}
.h1,
h1 {
    font-size: 2.25rem;
}
.h1,
.h2,
h1,
h2 {
    line-height: 1.1;
    font-family: Circular, Helvetica, Arial, "sans-serif";
    font-weight: 400;
    letter-spacing: -0.5px;
}
.h2,
h2 {
    font-size: 1.75rem;
}
.h3,
h3 {
    font-size: 1.5rem;
}
.h3,
.h4,
h3,
h4 {
    line-height: 1.1;
    font-family: Circular, Helvetica, Arial, "sans-serif";
    font-weight: 400;
    letter-spacing: -0.5px;
}
.h4,
h4 {
    font-size: 1.25rem;
}
.h5,
h5 {
    font-size: 1rem;
    line-height: 1.1;
    font-family: Circular, Helvetica, Arial, "sans-serif";
    font-weight: 400;
    letter-spacing: -0.5px;
}
.great-heading {
    display: block;
    font-size: 3.5rem;
    font-weight: 400 !important;
    margin-bottom: 15px;
    line-height: 1.1;
}
section {
    position: relative;
    padding: 20px 0;
}
strong {
    font-weight: 600;
}
.color-primary {
    color: #f1be48 !important;
}
.color-secondary {
    color: #404042 !important;
}
.color-purple {
    color: #5c4b64 !important;
}
.color-navy {
    color: #384957 !important;
}
.color-coral {
    color: #fa9370 !important;
}
.color-sand {
    color: #fcc89b !important;
}
.color-green {
    color: #92aca0 !important;
}
.color-cool-gray {
    color: #d6d6d6 !important;
}
.color-warm-gray {
    color: #ebe7dc !important;
}
.color-light-gray {
    color: #f3f3f3 !important;
}
.color-dark-gray {
    color: #999 !important;
}
.color-footer-gray {
    color: #bbbbbb !important;
}
.overlay-section {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.bg-dark-0 {
    background-color: transparent;
}
.bg-dark-10 {
    background-color: rgba(0, 0, 0, 0.1);
}
.bg-dark-20 {
    background-color: rgba(0, 0, 0, 0.2);
}
.bg-dark-30 {
    background-color: rgba(0, 0, 0, 0.3);
}
.bg-dark-40 {
    background-color: rgba(0, 0, 0, 0.4);
}
.bg-dark-50 {
    background-color: rgba(0, 0, 0, 0.5);
}
.bg-dark-60 {
    background-color: rgba(0, 0, 0, 0.6);
}
.bg-dark-70 {
    background-color: rgba(0, 0, 0, 0.7);
}
.bg-dark-80 {
    background-color: rgba(0, 0, 0, 0.8);
}
.bg-dark-90 {
    background-color: rgba(0, 0, 0, 0.9);
}
.bg-dark-100 {
    background-color: #000;
}
.bg-secondary {
    background-color: #404042;
}
.bg-purple {
    background-color: #5c4b64;
}
.bg-navy {
    background-color: #384957;
}
.bg-coral {
    background-color: #fa9370;
}
.bg-sand {
    background-color: #fcc89b;
}
.bg-green {
    background-color: #92aca0;
}
.bg-cool-gray {
    background-color: #d6d6d6;
}
.bg-warm-gray {
    background-color: #ebe7dc;
}
.bg-light-gray {
    background-color: #f3f3f3;
}
.bg-dark-gray {
    background-color: #999;
}
.grid-layout-section {
    position: relative;
    z-index: 3 !important;
}
.rich-text-widget {
    z-index: 1;
    position: relative;
}
.rich-text-widget a {
    color: #92aca0;
    cursor: pointer !important;
    border-bottom: 1px solid #92aca0;
    transition: all 0.2s;
}
.rich-text-widget a:active,
.rich-text-widget a:focus,
.rich-text-widget a:hover {
    color: #92aca0;
    outline: none !important;
    border-bottom: 1px solid #92aca0;
    text-decoration: none;
}
.shadow-1 {
    box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.3);
}
@media (min-width: 1400px) {
    .semiboxed main {
        width: 1340px;
        margin: 25px auto;
    }
}
.semiboxed main {
    position: relative;
    max-width: 100%;
    background-color: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}
.slick-next {
    right: 10px;
}
.slick-prev {
    left: 10px;
    z-index: 1;
}
.slick-slider {
    margin: 30px 0;
}
.fancy {
    text-align: center;
}
.fancy h2 {
    font-size: 2.625rem;
    color: #222;
    margin-bottom: 0.5rem;
}
.fancy p {
    font-size: 1.125rem;
    color: #999;
    line-height: 1.3;
    margin-bottom: 1rem;
}
.fancy:after {
    content: " ";
    position: absolute;
    top: 100%;
    left: 50%;
    width: 60px;
    border: 2px solid #f1be48;
    border-radius: 0;
    transform: translateX(-50%);
    margin-top: 10px;
}
.heading-bottom-line:after {
    content: "";
    display: inline-block;
    border-top-style: solid;
    border-color: inherit;
    width: 3.75rem;
    border-top-width: 4px;
    margin-top: 1rem;
}
.heading-center-line {
    position: relative;
}
.heading-center-line:before {
    top: 50%;
    border-top-style: solid;
}
[class*="heading-center-line"]:after,
[class*="heading-center-line"]:before {
    content: "";
    position: absolute;
    left: auto;
    right: 0;
    width: 100%;
    height: 0;
    border-top-width: 1px;
    border-color: #d6d6d6;
}
.heading-center-line__title {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    padding-right: 1.2rem;
    padding-left: 1.2rem;
    background-color: inherit;
    z-index: 2;
}
.btn {
    border-radius: 300px;
    font-family: Circular, Helvetica, Arial, "sans-serif";
    font-weight: 400;
    margin: 15px 5px;
}
.btn i {
    margin-right: 10px;
}
.btn-xl {
    font-size: 1rem;
    padding: 8px 24px;
}
.btn-default {
    color: #222;
    border: 1px solid;
    border-color: #f1be48;
    background-color: #f1be48;
}
.btn-default:active,
.btn-default:focus,
.btn-default:hover {
    color: #f1be48;
    border-color: #f1be48;
    background-color: #fff;
}
.btn-outline {
    color: #fff;
    border: 1px solid;
    border-color: #fff;
    background-color: transparent;
}
.btn-outline:active,
.btn-outline:focus,
.btn-outline:hover {
    color: #222;
    border-color: #f1be48;
    background-color: #f1be48;
}
.form-control {
    border-color: transparent !important;
    height: auto;
    border-radius: 0 !important;
}
.service-item {
    width: 100%;
    height: 150px;
    margin: 20px 0;
    padding: 10px 20px;
    text-align: center;
    color: #222;
    cursor: pointer;
    transition: all 0.3s ease;
}
.service-item .service-icon-box {
    position: relative;
    top: 10px;
    display: inline-block;
    margin-bottom: 0;
    padding: 5px;
    background: #f3f3f3;
    color: rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}
.service-item .service-heading {
    top: 10px;
    line-height: 1.1;
}
.service-item .service-action,
.service-item .service-heading {
    position: relative;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.service-item .service-action {
    top: -30px;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    opacity: 0;
    transform: scale(0);
}
.service-item .service-icon-box > i {
    width: 40px;
    font-size: 36px;
}
.service-item:hover .service-icon-box {
    top: -40px;
    background: #fff !important;
    color: #f1be48;
}
.service-item:hover .service-heading {
    top: -30px;
    color: #f1be48;
}
.service-item:hover .service-action {
    opacity: 1;
    transform: scale(1);
}
.slick-slide:focus {
    outline: 0 none;
}
.js-slide {
    visibility: visible;
    overflow: hidden;
}
.js-slide,
.js-slide:first-child {
    height: auto;
}
@media screen and (max-width: 768px) {
    .cookiebanner {
        height: 100px !important;
    }
    .cookiebanner-close {
        float: none !important;
        width: 200px !important;
        margin-bottom: 5px !important;
    }
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Style for new cookie consent - cookiebot */

#CybotCookiebotDialog { font-family: 'Circular',sans-serif!important; }

#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
	border-radius: 36px!important;
}        

#CookiebotWidget {
	font-family: 'Circular',sans-serif!important;
}  

#CookiebotWidget #CookiebotWidget-buttons button {
	border-radius: 36px!important;
}

@media screen and (min-width: 601px){
	#CybotCookiebotDialogBodyLevelButtonsSelectPane .CybotCookiebotDialogBodyLevelButtonWrapper {
		flex-direction: column;
		padding: 10px!important;
		width: 25%;
	}
}
#CybotCookiebotDialogPoweredbyImage {
    max-height: 3em!important;
}
.CookieDeclaration {
	display: none!important;	
}
@media screen and (min-width: 1280px) {
	#CybotCookiebotDialog #CybotCookiebotDialogFooter {
		padding: 10px!important;
	}
	#CybotCookiebotDialogBodyContent {
    padding: 10px!important;
	}
	#CybotCookiebotDialogPoweredbyImage {
    max-height: 3em!important;
	}
	#CybotCookiebotDialogHeader {
    padding: 0.75em 1.5em!important;
	}
}