

::selection {
	background: #95b1e7; /* Safari */
	}
::-moz-selection {
	background: #95b1e7; /* Firefox */
}


html, body {
	height: 100%;
    -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 100%;
	height: 100%;
	background-color: #fff;
	font-weight: 300;
	color: #222126;
	font-size: 18px;
}

.wrapper {
	width: 1080px;
	height: auto;
	text-align: left;
	margin: 0px auto;
}
b,strong {
	font-weight: bold;
}
i,em {
	font-style: italic;
}

.form-input {
	display: block;
	width: 100%;
	box-sizing: border-box;
	height: 36px;
	margin: 8px 0;
	padding: 6px 10px;
	background-color: #fff;
	border-radius: 0;
	border: 1px solid #ccc;
	font-weight: normal;
	color: #222;
	font-size: 15px;
	outline: none;
	-webkit-appearance:none;
	transition: all 300ms ease;
}
.form-input--error {
	border: 2px solid rgba(196,57,65, 0.8);
}
textarea.form-input {
	height: auto;
	resize: none;
}
select.form-input {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: transparent;
	background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
	background-repeat: no-repeat;
	background-position-x: calc(100% - 10px);
	background-position-y: 15px;
}

.button {
	position: relative;
	outline: none;
	display: inline-block;
	width: auto;
	height: auto;
	margin: 4px;
	padding: 6px 12px;
	border-radius: 3px;
	background-color: #e6af0d;
	box-shadow: 0 0 6px rgba(0,0,0,0.2);
	font-size: 15px !important;
	font-weight: 400 !important;
	color: #fff !important;
	text-decoration: none !important;
	border: none;
  	cursor: pointer;
  	-webkit-appearance:none;
	transition: all 300ms ease;
}
.button.menu {
	float: right;
	margin-top: 15px;
}
.button--secondary {
	background-color: #156f78;
}
.button:hover {
	box-shadow: 0 0 12px rgba(0,0,0,0.4);
}

.toggle-switch {
    position: relative;
    display: inline-block;
    width: 50px;
    min-width: 50px;
    height: 24px;
}
.toggle-switch-input {
    opacity: 0;
    width: 0;
    height: 0;
}
.toggle-switch-input:checked + .toggle-switch-slider {
	background: #50C878;
}
.toggle-switch-input:checked + .toggle-switch-slider:before {
	transform: translateX(26px);
}
.toggle-switch-slider {
    position: absolute;
    cursor: pointer;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #ccc;
    border-radius: 18px;
    transition: 300ms;
}
.toggle-switch-slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    top: 2px;
    left: 2px;
    border-radius: 50%;
    background: #fff;
    transition: 300ms;
}



.bg-twitter {
	background-color: #1da1f2;
}
.bg-facebook {
	background-color: #3b5998;
}
.bg-linkedin {
	background-color: #0077b5;
}
.bg-whatsapp {
	background-color: #128c7e;
}

.u-zoomOnHover {
	transition: all 300ms ease;
}
.u-zoomOnHover:hover {
	transform: scale(1.1);
}

.u-anchor {
	position: absolute;
	margin-top: -80px;
}

.u-vAlignMiddle {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.row--lgGutter {
	margin-left: -25px;
	margin-right: -25px;
}
.row--lgGutter > .col,
.row--lgGutter > .col-12 {
	padding-left: 25px;
	padding-right: 25px;
}

.u-text-small {
	font-size: 16px !important;
	line-height: 28px !important;
}

.u-withYellowLinks a {
	color: #D27000 !important;
}



.site-container {
	overflow: hidden;
}


.header {
	position: absolute;
	height: 60px;
	top: 0;
	left: 0;
	right: 0;
	background: #fff;
	z-index: 100;
	transition: all 300ms ease;
}
.header-placeholder {
	height: 60px;
}

.header-nav {
	display: block;
	float: left;
	width: auto;
	height: auto;
}
.header-nav ul {
	width: auto;
	height: auto;
	margin: 15px 0;
	padding: 0;
}
.header-nav ul li {
	width: auto;
	height: auto;
	float: left;
	list-style: none;
	vertical-align: middle;
}
.header-nav ul li:first-child:before {
	content: '';
}
.header-nav ul li:before {
	content: '|';
	vertical-align: top;
	font-weight: 300;
	line-height: 30px;
	height: 30px;
}
.header-nav ul li a {
	display: inline-block;
	width: auto;
	height: 30px;
	margin: 0 4px;
	padding: 0 10px;
	line-height: 30px;
	overflow: hidden;
	font-size: 16px;
	font-weight: 400;
	color: #222126;
	text-decoration: none;
	transition: all 300ms ease;
}
.header-nav ul li.active a {
	font-weight: 600;
}
.header-nav ul li a:hover {
	text-decoration: underline;
}

.header-slogan {
	padding: 15px 0;
	float: right;
	font-size: 14px;
	font-weight: 300;
	line-height: 30px;
}


.header--scrolling {
}
.header--scrolling .header-logo {
}
.header--scrolling .header-logo > img {
}
.header--scrolling .header-nav ul {
}





.page-header {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 240px;
	background-color: #f0f0f0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.page-header-logo {
	display: inline-block;
	width: auto;
	height: 160px;
	margin: 40px 0;
	padding: 20px 25px;
	background: #fff;
	border-radius: 10px;
}
.page-header-logo img {
	display: block;
	width: auto;
	height: 120px;
}


.menu-bar {
	background: #441C00;
	padding: 25px 0;
}
.menu-bar ul {
	margin: 0 !important;
	padding: 0 !important;
	text-align: center;
}
.menu-bar ul li {
	position: relative;
	list-style: none;
	display: inline-block;
	padding: 0 20px;
	line-height: 20px;
}
.menu-bar ul li:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 2px;
	background: #fff;
}
.menu-bar ul li:last-child:before {
	display: none;
}
.menu-bar ul li a {
	font-weight: 400 !important;
	line-height: 20px;
	color: #fff !important;
}
.menu-bar ul li a:hover {
	text-decoration: underline;
}
.menu-bar ul li a span {
	font-weight: 700 !important;
}



.card {
	border: 0;
	border-radius: 40px;
	padding: 50px;
}
.card--spacing {
	margin-bottom: 55px;
}
.card--transparent {
	border-radius: 0;
	padding: 0 !important;
}
.card--YELLOW {
	background: #D27000;
}
.card--LIGHT_BLUE {
	background: #F1E3DF;
}
.card--DARK_BLUE {
	background: #441C00;
	color: #fff !important;
}

.card-title {
	position: relative;
	padding-bottom: 24px !important;
}
.card-title:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 8px;
	background: #D27000;
	width: 36px;
	height: 6px;
	border-radius: 3px;
}
.card--YELLOW .card-title:after {
	background: #fff;
}
.card--DARK_BLUE .card-title {
	color: #fff !important;
}
.card--DARK_BLUE a {
	color: #fff !important;
}
.card--DARK_BLUE a:hover:after {
	background: #fff !important;
}



.image-slider {
	width: auto;
	height: 440px;
	border-radius: 25px;
	overflow: hidden;
	margin-bottom: -105px;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.20);
}
.image-slider-item {
	position: relative;
	height: 440px !important;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.image-slider-item:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(360deg, rgba(0, 0, 0, 0.20) 0%, rgba(102, 102, 102, 0) 100%);
}
.image-slider--single .image-slider-item:after {
	display: none;
}

.slick-dots {
	position: absolute;
	bottom: 44px;
	left: 0;
	right: 0;
	margin: 0 !important;
	padding: 0 !important;
	text-align: center;
}
.slick-dots li {
	display: inline-block;
	margin: 0 8px;
	width: 16px;
	height: 16px;
	border-radius: 8px;
	background: transparent;
	border: 2px solid #fff;
	cursor: pointer;
	transition: all 300ms ease;
}
.slick-dots li.slick-active {
	width: 48px;
	border: none;
	background: #D27000;
}
.slick-dots li button {
	display: none;
}


.page-heading {
	color: #441C00;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 300;
	line-height: 1em;
	letter-spacing: 1.60px;
}


.widget-slider {
	margin: 0 -384px 0 -15px;
}
.widget-slider:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 374px;
	background-color: #fff;
	opacity: 0.7;
}
.widget-slider-item {
	margin: 0 15px;
	padding: 15px 0;
}
.widget-slider .slick-dots {
	width: 1080px;
	position: relative;
	bottom: auto;
	margin-top: 5px !important;
}
.widget-slider .slick-dots li {
	border-color: #D27000;
}

.image-card {
	display: block !important;
	position: relative;
	width: auto;
	height: 240px;
	border-radius: 25px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	transition: all 300ms ease;
}
.image-card:after {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(180deg, transparent 60%, rgba(0,0,0,0.5) 100%);
}
a.image-card:hover {
	transform: scale(1.05);
}
.image-card-icon {
	position: absolute;
	z-index: 2;
	right: 30px;
	bottom: 30px;
	width: 30px;
	height: 30px;
	background: #CFBB04;
	border-radius: 100%;
	text-align: center;
	line-height: 30px;
	color: #fff;
	
}
.image-card-title {
	position: absolute;
	z-index: 2;
	bottom: 30px;
	left: 30px;
	right: 30px;
	text-shadow: 0 2px 2px rgba(0,0,0,0.2);
}


.modal-pager {
	background: #F1E3DF;
	border-radius: 25px;
}
.modal-pager-item {
	display: block !important;
	width: 50%;
	float: left;
	position: relative;
	height: 120px;
	padding: 20px;
}
.modal-pager-item--placeholder {
	
}
.modal-pager-item-heading {
	color: #441C00;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 300;
	line-height: 1em;
	letter-spacing: 1.60px;
	padding-top: 20px;
	padding-left: 110px;
}
.modal-pager-item-title {
	padding-top: 4px !important;
	padding-left: 110px !important;
}
.modal-pager-item-image {
	position: absolute;
	left: 20px;
	top: 20px;
	width: 80px;
	height: 80px;
	border-radius: 25px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.modal-pager-item-arrow {
	position: absolute;
	right: -15px;
	top: 25px;
	width: 30px;
	height: 30px;
	background: #D27000;
	border-radius: 100%;
	text-align: center;
	line-height: 30px;
	color: #fff;
}

@media (min-width: 768px) {
	.modal-pager-item:first-child {
		text-align: right;
	}
	.modal-pager-item:first-child .modal-pager-item-heading {
		padding-left: 0;
		padding-right: 110px;
	}
	.modal-pager-item:first-child .modal-pager-item-title {
		padding-left: 0 !important;
		padding-right: 110px !important;
	}
	.modal-pager-item:first-child .modal-pager-item-image {
		left: auto;
		right: 20px;
	}
	.modal-pager-item:first-child .modal-pager-item-arrow {
		right: auto;
		left: -15px;
	}
}






.text-box {
	font-size: 18px;
	line-height: 30px;
}
.text-box h1,
.text-box h2,
.text-box h3,
.text-box h4,
.text-box h5,
.text-box h6 {
	font-weight: 700;
	font-size: 20px;
	color: #222126;
	margin: 0px;
	padding: 6px 0;
}
.text-box h1,
.text-box h2 {
	font-size: 40px;
}
.text-box h3 {
	font-size: 32px;
}
.text-box h4 {
	font-size: 28px;
}
.text-box h5 {
	font-size: 24px;
}

.text-box h1 > span,
.text-box h2 > span,
.text-box h3 > span,
.text-box h4 > span,
.text-box h5 > span,
.text-box h6 > span {
	font-weight: 700 !important;
}

.text-box a {
	display: inline-block;
    color: #222126;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    position: relative;
}
.text-box a.noLine {
	color: #D27000;
}
.text-box a:not(.noLine):after {
	content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 3px;
    border-radius: 3px;
    background: #D27000;
    transition: all 300ms ease;
}
.text-box a:not(.noLine):hover:after {
	background: #222126;
}
.card--YELLOW a:not(.noLine):after {
	background: #222126;
}
.text-box p {
	margin: 0;
	padding: 8px 0;
}
.text-box ul, .text-box ol {
    padding: 0;
	margin-left: 30px;
}
.text-box ul li {
	list-style: disc;
}
.text-box ol li {
	list-style: decimal;
}
.text-box img {
	max-width: 100%;
	height: auto !important;
}
.text-box img.rounded {
	border-radius: 25px !important;
}
.text-box iframe {
	max-width: 100%;
}
.text-box hr {
	display: block;
	width: auto;
	height: 1px;
	border: 0;
	background-color: rgba(0,0,0,0.1);
	padding: 0;
	margin: 20px 0;
}
.text-box sup {
	vertical-align: super;
    font-size: smaller;
}
.text-box sub {
	vertical-align: sub;
    font-size: smaller;
}



.footer {
	background: #F1E3DF;
	padding: 60px 0;
}
.footer-logo {
	display: block;
}
.footer-logo img {
	width: auto !important;
	height: 60px !important;
}



.modal-dialog {
	border: 0;
}

@media (min-width: 768px) {
	.modal-dialog {
	    max-width: 700px;
	}
}
@media (min-width: 992px) {
	.modal-dialog {
	    max-width: 800px;
	    margin: 3.5rem auto;
	}
}
.modal-content {
	border-radius: 40px;
}
.modal-header {
	border-bottom: 0;
	padding: 40px 50px 0 50px;
}
.modal-close {
	width: 50px;
	height: 50px;
	position: absolute;
	top: -15px;
	right: -15px;
	margin: 0 !important;
	padding: 0 !important;
	background: #D27000 !important;
	font-size: 25px !important;
	border-radius: 100%;
	color: #fff !important;
	line-height: 30px;
	text-align: center;
	opacity: 1 !important;
}
.modal-body {
	padding: 0 50px 50px 50px;
}



