
@font-face {
    font-family: 'Cera Pro';
    src: url('../fonts/cera_pro_black-webfont.woff2') format('woff2'),
         url('../fonts/cera_pro_black-webfont.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'Cera Pro';
    src: url('../fonts/cera_pro_bold-webfont.woff2') format('woff2'),
         url('../fonts/cera_pro_bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Cera Pro';
    src: url('../fonts/cera_pro_light-webfont.woff2') format('woff2'),
         url('../fonts/cera_pro_light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Cera Pro';
    src: url('../fonts/cera_pro_medium-webfont.woff2') format('woff2'),
         url('../fonts/cera_pro_medium-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}


::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: #F8F6F1;
	font-weight: 300;
	color: #111;
	font-size: 18px;
}



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

.form-input {
	display: block;
	width: 100%;
	box-sizing: border-box;
	height: 50px;
	margin: 8px 0;
	padding: 6px 10px;
	background-color: #fff;
	border-radius: 0;
	border: 1px solid #aaa;
	font-weight: 300;
	color: #222;
	font-size: 16px;
	outline: none;
	transition: all 300ms ease;
}
input.form-input {
	-webkit-appearance:none;
}
.form-input--error {
	border: 2px solid rgba(196,57,65, 0.8);
}
textarea.form-input {
	height: auto;
	resize: none;
}

.form-label {
	display: block;
	font-weight: bold;
	margin: 6px 0 0 0;
}


.button-outlined,
.button {
	position: relative;
	outline: none;
	display: inline-block;
	width: auto;
	height: auto;
	margin: 6px 6px 6px 0;
	padding: 10px 22px;
	border-radius: 0;
	background-color: transparent;
	font-weight: 600;
	line-height: 26px;
	color: #111 !important;
	text-decoration: none !important;
	text-align: center;
	border: 2px solid transparent;
  	cursor: pointer;
  	-webkit-appearance:none;
	transition: all 300ms ease;
}
.button {
	border-color: #BEAA54;
	background: linear-gradient(to right, #9a883d 50%, #BEAA54 50%);
	background-size: 203% 102%;
	background-position: 99% bottom;
	color: #fff !important;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}
.button-outlined {
	color: #111 !important;
	border-color: #555555;
	background: linear-gradient(to right, #555555 50%, transparent 50%);
	background-size: 203% 102%;
	background-position: 99% bottom;
}
.button--small {
	padding: 7px 40px 7px 14px;
}
.button--noArrow {
	padding-right: 20px;
}
.button--small.button--noArrow {
	padding-right: 14px;
}
.button--noArrow:after {
	display: none;
}
.button--facebook {
	background: linear-gradient(to right, #273e6f 50%, #3b5998 50%);
	background-size: 203% 102%;
	background-position: 99% bottom;
	border-color: #3b5998 !important;
}
.button--linkedin {
	background: linear-gradient(to right, #005e8f 50%, #0077b5 50%);
	background-size: 203% 102%;
	background-position: 99% bottom;
	border-color: #0077b5 !important;
}
.button--youtube {
	background: linear-gradient(to right, #9f2420 50%, #C4302B 50%);
	background-size: 203% 102%;
	background-position: 99% bottom;
	border-color: #C4302B !important;
}
.button--instagram {
	background: linear-gradient(to right, #c13584 50%, #e1306c 50%);
	background-size: 203% 102%;
	background-position: 99% bottom;
	border-color: #e1306c !important;
}

.button--menu {
	display: none;
	float: right;
	margin-top: 20px;
	padding-left: 12px;
	padding-right: 12px;
}
.button--search {
	display: inline-block;
	position: absolute;
	top: 0;
	width: auto;
	right: 246px;
	white-space: nowrap;
	transition: all 300ms ease;
}
.button--search i {
	margin-right: 8px;
}

.button:before,
.button-outlined:before {
	display: none !important;
}

.button:hover {
	background-position: left bottom;
	color: #fff !important;
	border-color: #9a883d;
}
.button-outlined:hover {
	background-position: left bottom;
	color: #fff !important;
	border-color: #555555;
}


.button-icon {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-left: -14px;
	margin-right: 6px;
	vertical-align: middle;
	background: #fff;
	border-radius: 100%;
	
}
.text-box .button-icon > img {
	display: block;
	width: 24px !important;
	height: 24px !important;
	margin: 3px 5px 3px 1px;
}



.toggle-switch {
    position: relative;
    display: 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: #BEAA54;
}
.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;
}

.form-field.is-hidden {
	display: none;
}


.bg-light {
	background: #dfeec9 !important;
}

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

.u-zoomOnHover {
	transition: all 300ms ease;
}
.u-zoomOnHover:hover {
	transform: scale(1.1);
}
.u-zoomXsOnHover {
	transition: all 300ms ease;
}
.u-zoomXsOnHover:hover {
	transform: scale(1.03);
}
.u-multiplyOnHover {
	transition: all 300ms ease;
	background-color: rgba(105, 172, 229, 0.5);
}
.u-multiplyOnHover:hover {
	background-blend-mode: multiply;
}
.u-underlineOnHover {
	transition: all 300ms ease;
}
.u-underlineOnHover:hover {
	text-decoration: underline;
}

.u-text-red {
	color: #E92627 !important;
}
.u-text-green {
	color: #BEAA54 !important;
}

.u-text-italic {
	font-style: italic !important;
}
.u-text-small {
	font-size: 16px !important;
}
.u-lh-small {
	line-height: 23px !important;
}


.u-text-dark {
	color: #111 !important;
}
.font-weight-300 {
	font-weight: 300 !important;
}


.u-break-inside-avoid {
	break-inside: avoid-column !important;
}

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

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

.u-maxLines--2 {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.u-maxLines--3 {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.u-text-bold {
	font-weight: 600;
}

.u-withWatermark {
	position: relative;
	overflow: hidden;
}
.u-withWatermark:after {
	content: '';
	position: absolute;
	z-index: -1;
	width: 350px;
	height: 250px;
	right: -50px;
	bottom: 50px;
	background-image: url('../img/watermark.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right bottom;
}


.u-lineHeight-small {
	font-size: 20px;
}


.u-visible-ios {
	display: none !important;
}
.u-invisible-ios {
	display: block;
}
@supports (-webkit-touch-callout: none) {
	.u-visible-ios {
		display: block !important;
	}
	.u-invisible-ios {
		display: none !important;
	}
}

@media all and (display-mode: standalone) {
	.u-hidden-standalone {
		display: none !important;
	}
}



.row--largeGutter {
	margin-left: -25px;
	margin-right: -25px;
}
.row--largeGutter > .col,
.row--largeGutter > .col-12 {
	padding-left: 25px;
	padding-right: 25px;
}
.row--hugeGutter {
	margin-left: -40px;
	margin-right: -40px;
}
.row--hugeGutter > .col,
.row--hugeGutter > .col-12 {
	padding-left: 40px;
	padding-right: 40px;
}
.row--smallGutter {
	margin-left: -5px;
	margin-right: -5px;
}
.row--smallGutter > .col,
.row--smallGutter > .col-12 {
	padding-left: 5px;
	padding-right: 5px;
}


@media (max-width: 991px)
{
	.row--mobileSmallGutter {
		margin-left: -10px;
		margin-right: -10px;
	}
	.row--mobileSmallGutter > .col,
	.row--mobileSmallGutter > .col-12 {
		padding-left: 10px;
		padding-right: 10px;
	}
}


.badge {
    display: inline-block;
    padding: 10px 10px;
    font-size: 14px !important;
    font-weight: 300;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 5px;
    background: #f0f0f0;
}



.header {
	position: fixed;
	height: 90px;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	background: #fff;
	box-shadow: 0 1px 3px rgba(0,0,0,0.03);
	transition: all 300ms ease;
}
.header.is-absolute {
	position: absolute;
}
.header-placeholder {
	height: 90px;
	background: #fff;
}

.header-logo {
	display: block;
	width: auto;
	height: 90px;
	padding: 0;
	transition: all 300ms ease;
}
.header-logo img {
	display: inline-block;
	width: auto;
	height: 60px;
	transition: all 300ms ease;
}
.header-logo img.small {
	display: none;
}
.header-nav {
	display: block;
	width: auto;
	height: auto;
	transition: all 300ms ease;
}
.header-nav-close {
	display: none;
	position: absolute;
	z-index: 100;
	right: 20px;
	top: 20px;
	color: #111 !important;
	font-size: 24px;
}
.header-nav > ul {
	width: auto;
	height: 30px;
	margin: 0;
	padding: 0;
}
.header-nav > ul > li {
	display: inline-block;
	position: relative;
	width: auto;
	height: auto;
	padding-bottom: 58px;
	margin-bottom: -58px;
	list-style: none;
	transition: all 300ms ease;
}
.header-nav > ul > li > a {
	display: inline-block;
	width: auto;
	height: 30px;
	margin: 0 6px;
	padding: 0 4px;
	line-height: 30px;
	font-size: 16px;
	font-weight: 500;
	color: #222;
	text-decoration: none;
	cursor: default;
	transition: all 300ms ease;
}
.header-nav > ul > li > a[href] {
	cursor: pointer;
}

.header-nav > ul > li.active > a,
.header-nav > ul > li:hover > a {
	opacity: 1;
}
.header-nav > ul > li.home {
}

.header-nav > ul > li.active > a {
	font-weight: 500;
}

.header-nav > ul > li > div {
	display: none;
	position: absolute;
	background: #fff;
	top: 70px;
	left: 0;
	margin: 0;
	width: 320px;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
	transition: all 300ms ease;
}
.header-nav > ul > li > div.two-column {
	width: 640px;
}
.header-nav > ul > li > div > ul {
	margin: 20px 0;
	padding: 0 20px;
}
.header-nav > ul > li > div.two-column > ul {
	float: left;
	width: 50%;
}
.header-nav > ul > li > div.two-column > ul:first-child {
	border-right: 1px solid #BEAA54;
}

.header-nav > ul > li:last-child > div {
	left: auto;
	right: 0;
}
.header-nav > ul > li:hover > div {
	display: block;
}
.header-nav > ul > li > div > ul > li {
	display: block;
	list-style: none;
	text-align: left;
}
.header-nav > ul > li > div > ul > li > a {
	display: inline-block;
	margin: 3px 0;
	padding: 7px 0;
	text-align: left;
	font-size: 16px;
	font-weight: 300;
	line-height: 18px;
	color: #111;
}
.header-nav > ul > li > div > ul > li:hover > a,
.header-nav > ul > li > div > ul > li.active > a {
	text-decoration: none;
}
.header-nav > ul > li > div > ul > li.active > a {
	font-weight: 500;
}

.header-search {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	position: relative;
}
.header-search-input {
	height: 40px;
	margin: 0 !important;
}
.header-search-submit {
	position: absolute;
	right: 3px;
	top: 0;
	margin-top: 8px;
	background: none;
	border: 0;
	cursor: pointer;
}




.page-header {
	position: relative;
	width: 100%;
	height: auto;
	background: #EEE9D6;
}
.page-header-image {
	display: block;
	margin-top: 50px;
	margin-bottom: -50px;
	height: 350px;
	margin-left: auto;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.page-header-image-shadow {
	position: absolute;
	left: 0;
	right: 0;
	top: -15px;
	bottom: -15px;
}
.page-header-image-svg {
	position: absolute;
	left: -10px;
	right: 10px;
	top: -30px;
	bottom: 30px;
}
.page-header-placeholder {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 320px;
	background: #EEE9D6;
}




.page-larger-text {
	font-size: 20px;
}



.slick-arrow {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	background-color: #BEAA54;
	border-radius: 0;
	border: none;
	color: #fff;
	font-size: 20px;
	outline: none;
	cursor: pointer;
	padding: 4px 8px;
	z-index: 80;
}
.slick-disabled {
	opacity: 0.5;
	cursor: not-allowed;
}
.slick-prev {
	left: -50px;
}
.slick-next {
	right: -50px;
}


.card {
	display: block;
	background: #fff;
	border: 0;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
	border-radius: 0;
	overflow: hidden;
}
.card--transparent {
	background: transparent;
	box-shadow: none;
}
.card--primary {
	background: #BEAA54;
}
.card-section {
	margin: 20px 30px;
	line-height: 25px;
}
.card-image {
	width: 180px;
	height: 180px;
	border-radius: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.card-list {
	list-style: none;
}
.card-list-item {
	position: relative;
	padding: 4px 0 4px 20px;
}
.card-list-item:before {
	content: '';
	position: absolute;
	top: 13px;
	left: 2px;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background: #fff;
}
.card-list-item--active:before {
	background: #322173;
}

.card-list-item a {
	position: relative;
}
.card-list-item a:before{
	content: '';
	position: absolute;
	bottom: -1px;
	right: 0;
	width: 0;
	height: 1px;
	background-color: #fff;
	transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

@media (hover: hover) and (pointer: fine) {
	.card-list-item a:hover:before{
		left: 0;
		right: auto;
		width: 100%;
	}
}


.card--primary .form-input {
	background: #fff;
	border: none;
}




.postpreview {
	position: relative;
	display: block;
	width: 100%;
	background: transparent;
	border: 0;
	border-radius: 0;
	padding: 0;
	text-decoration: none !important;
	transition: all 300ms ease;
}
.postpreview--withSideImage {
	min-height: 160px;
}
.postpreview:before {
	display: none;
}
.postpreview-icon {
	position: absolute;
	z-index: 3;
	top: -20px;
	right: -20px;
	width: 40px;
	height: 40px;
	background: #BEAA54;
	border-radius: 0;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	overflow: hidden;
}
.postpreview--withSideImage .postpreview-icon {
	display: none;
}
.postpreview-image {
	width: 100%;
	height: 180px;
	border-radius: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
	position: relative;
	transition: all 400ms ease;
}
.postpreview-image:hover {
	transform: scale(1.04);
	background-color: rgba(190,170,84, 0.5);
	background-blend-mode: multiply;
}
.postpreview-image--rounded {
	width: 180px !important;
	height: 180px !important;
	border-radius: 100%;
	margin-left: auto !important;
	margin-right: auto;
}
.postpreview-image--side {
	position: absolute !important;
	top: 0;
	left: 0;
	width: 160px;
	height: 160px;
}
.postpreview-image--large {
	height: 230px;
}
.postpreview-image--small {
	height: 140px;
}
.postpreview-image-label {
	position: absolute;
	left: 10px;
	bottom: 10px;
	background: #BEAA54;
	border-radius: 0;
	font-size: 13px;
	color: #fff;
	font-weight: 600;
	padding: 2px 15px;
	text-transform: lowercase;
}
.postpreview-image--side + .postpreview-content {
	padding-left: 190px;
}
.postpreview-content {
}
.postpreview-info {
	display: block;
	margin-top: 10px;
	margin-bottom: 2px;
	font-style: italic;
	font-weight: 300;
	font-size: 16px;
}


.grid {
	margin-left: -25px;
	margin-right: -25px;
}
.grid-item {
	width: 50%;
	padding-left: 25px;
	padding-right: 25px;
}
.grid--3 > .grid-item {
	width: 33%;
}



.share {
	margin: 0 -3px 30px -3px;
}
.share-button {
	position: relative;
	outline: none;
	display: inline-block;
	width: auto;
	height: auto;
	margin: 0 3px;
	padding: 5px 29px;
	border-radius: 0;
	background-color: #322173;
	font-weight: 400 !important;
	line-height: 26px;
	color: #fff !important;
	text-decoration: none !important;
	border: none;
  	cursor: pointer;
  	-webkit-appearance: none;
}


.map-marker {
	width: 24px;
	height: 24px;
}



.main-container {
	position: relative;
    width: auto;
    height: auto;
	min-height: 500px;
	overflow: hidden;
}


.image-slider {
	width: 100%;
	height: 433px;
	z-index: 5;
	border-radius: 0;
	overflow: hidden;
}
.image-slider-item {
	width: 100%;
	height: 480px !important;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.image-slider-item > a {
	display: block;
	width: 100%;
	height: 100%;
}


.page-content {
}
.page-image {
	border-radius: 0;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}



.protected-content {
	max-height: 200px;
	overflow: hidden;
	position: relative;
}
.protected-content:after {
	content: '';
	z-index: 10;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.01), #F6F6FA);
}


.page-menu {
	background: #fff;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}
.page-menu > ul {
	width: 50%;
	float: left;
	margin: 20px 0 !important;
	padding: 0 20px !important;
}
.page-menu > ul:first-child {
	border-right: 1px solid #BEAA54;
}
.page-menu > ul > li {
	list-style: none !important;
}
.page-menu > ul > li:before {
	display: none !important;
}
.page-menu > ul > li > a {
	display: inline-block;
	color: #111;
	font-weight: 300;
	padding: 3px 0 !important;
}


.map {
	width: 100%;
	height: 540px;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
	border-radius: 0;
}


.download-item {
    position: relative;
    display: flex;
    align-items: center;
    color: #333 !important;
    font-weight: 400 !important;
    line-height: 24px;
    min-height: 40px;
}
.download-item-icon {
	display: block;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
}
.download-item-icon i {
    font-size: 40px;
}
.download-item-content {
	flex-grow: 1;
	padding-left: 10px;
}
.download-item:hover .download-item-content {
	text-decoration: underline;
}
.download-item:before {
    display: none;
}


.tag-alert {
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	background-color: #BEAA54;
	border-radius: 0;
	padding: 0 8px;
	margin: 0 8px;
}
.tag-alert > a {
	color: #fff !important;
}



.two-columns-container {
    column-count: 2;
    column-gap: 30px;
}



.expand-list {
	
}
.expand-list-item {
	display: block;
	border-top: 1px solid #C4C4C4;
	padding: 12px 0 12px 32px;
	position: relative;
	text-decoration: none !important;
}
.expand-list-item--last {
	border-bottom: 1px solid #C4C4C4;
}
.expand-list-item:before {
	display: none;
}
.expand-list-item:after {
	position: absolute;
	left: 0;
	top: 16px;
	display: block;
	width: 26px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	color: #322173;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f0fe";
	font-size: 16px;
}
.expand-list-item.is-expanded:after {
	content: "\f146";
}
.expand-list-item:hover h6,
.expand-list-item.is-expanded h6 {
}
.expand-list-item:hover:after,
.expand-list-item.is-expanded:after {
	color: #BEAA54;
}
.expand-list-item-title {
	color: #322173 !important;
}
.expand-list-item:hover .expand-list-item-title {
	color: #BEAA54 !important;
}
.expand-list-item-description {
	height: 1px;
	overflow: hidden;
	transition: all 1000ms ease;
	color: #111;
	font-weight: 400;
}
.expand-list-item.is-expanded .expand-list-item-title {
	color: #BEAA54 !important;
}
.expand-list-item.is-expanded .expand-list-item-description {
	height: auto;
}




.back-top-button {
	display: inline-block;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 1000;
	opacity: 0;
	transition: all 300ms ease;
}
.back-top-button.is-scrolling {
	opacity: 1;
}




.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: 800;
	font-size: 20px;
	color: #111;
	margin: 0px;
	padding: 6px 0;
	line-height: 1.2em;
}
.text-box h1 {
	font-weight: 800;
	font-size: 36px;
}
.text-box h2 {
	font-weight: 800;
	font-size: 36px;
}
.text-box h3,
.text-box h1.small {
	font-size: 30px;
} 
.text-box h4 {
	font-size: 27px;
}
.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: 400;
}
.text-box h1 a,
.text-box h2 a,
.text-box h3 a,
.text-box h4 a,
.text-box h5 a,
.text-box h6 a {
	font-weight: 800;
}
.text-box h6,
.text-box h6 a {
	font-weight: 600;
}
.text-box a {
	color: #BEAA54;
	font-weight: 700;
	text-decoration: none;
	cursor: pointer;
}

.text-box ul a,
.text-box ol a {
	color: #322173;
}

.page-content a {
	position: relative;
}
.page-content a:before {
	content: '';
	position: absolute;
	bottom: -3px;
	right: 0;
	width: 0;
	height: 3px;
	background-color: #BEAA54;
	transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.page-content a.noline:before {
	display: none !important;
}
.page-content .active > a:before{
	left: 0;
	right: auto;
	width: 100%;
}

.page-content a > img {
	position: relative;
	z-index: 8;
}

@media (hover: hover) and (pointer: fine) {
	.page-content a:hover:before{
		left: 0;
		right: auto;
		width: 100%;
	}
}


.text-box h1 > a,
.text-box h2 > a,
.text-box h3 > a,
.text-box h4 > a,
.text-box h5 > a,
.text-box h6 > a {
	color: #222;
}
.text-box p {
	margin: 0;
	padding: 8px 0;
}
.text-box ol {
    padding: 0;
	margin: 0 0 0 30px;
}
.text-box ul {
    padding: 0;
	margin: 0;
}
.text-box ul li {
	position: relative;
	list-style: none;
	padding-left: 16px;
	margin: 2px 0;
}
.text-box ul li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 12px;
	width: 8px;
	height: 8px;
	display: block;
    background: #BEAA54;
    border-radius: 100%;
	transition: all 300ms ease;
}
.text-box ol li {
	list-style: decimal;
}
.text-box img {
	max-width: 100%;
	height: auto !important;
}
.text-box iframe {
	max-width: 100%;
}
.text-box hr {
	display: block;
	width: auto;
	height: 1px;
	border: 0;
	background-color: #aaa;
	padding: 0;
	margin: 30px 0;
}
.text-box sup {
	vertical-align: super;
    font-size: smaller;
}
.text-box sub {
	vertical-align: sub;
    font-size: smaller;
}

.text-box figure {
    text-align: center;
    border: solid 1px #ccc;
    border-radius: 0;
    background: rgba(0,0,0,0.05);
    padding: 10px;
    margin: 10px 0 20px 0;
    display: block;
}
.text-box figcaption {
	text-align: center;
	display: block;
	padding: 10px 10px 5px 10px;
}


.text-white a,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6 {
	color: #fff !important;
}


.fancytables table {
	width: 100%;
}
.fancytables table tr {
	
}
.fancytables table tr td {
	font-size: 16px;
	line-height: 26px;
	border-bottom: 1px solid #eae5da;
	padding: 8px;
}
.fancytables table tr:first-child td {
	font-size: 18px;
	font-weight: bold;
	border-bottom: none;
}
.fancytables table tr:nth-child(2) td {
	border-bottom: 2px solid #cbc7bd;
}


.footer {
	position: relative;
	background: #EEE9D6;
	padding: 30px 0;
}
.footer-nav {
	margin: 0;
	padding: 0;
}
.footer-nav li {
	display: block;
	list-style: none;
	padding: 0 !important;
}
.footer-nav li:before {
	display: none !important;
}
.footer-nav li a {
	font-weight: 300;
	color: #111;
	text-decoration: none;
}
.footer-nav li a:hover {
	text-decoration: underline;
}





.footer-socials {
	margin-top: 20px;
}
.footer-socials a {
	display: inline-block;
	font-size: 20px;
	margin: 0 3px;
	vertical-align: middle;
}
.footer-socials a:before {
	display: none;
}




.infowindow {
	line-height: 25px !important;
}


#mc_embed_signup form {
	padding: 0 !important;
}



.grecaptcha-badge {
	z-index: 1000;
}

.tooltip {
  margin-top: -10px;
}

.tooltip-inner {
	max-width: 260px;
}
.tooltip-inner a {
	color: #fff;
}


html.is-standalone #install-app {
	display: none !important;
}





.sponsor-slider {
	height: 120px !important;
}
.sponsor-slider-item {
	top: 50%;
	overflow: hidden;
	position: relative;
	display: block;
	height: 120px !important;
}
.sponsor-slider-item a {
	display: block;
	height: 100px;
}
.sponsor-slider-item img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	max-height: 100px;
	padding: 10px 20px;
	overflow: hidden;
	transition: all 300ms ease;
	transform-origin: center;
}
.sponsor-slider-item a img:hover {
	transform: scale(1.1);
}




.ios-alert {
    color: #fff;
    fill: #fff;
    background: #322173;
    padding: 14px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
}
.ios-alert-icon {
	width: 66px;
    height: 66px;
    border: 1px solid #545454;
    background: #fff;
    border-radius: 15px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 18px 0 8px;
    overflow: hidden;
}
.ios-alert-icon img {
	width: 100%;
	height: 100%;
}
.ios-alert-message {
	text-align: left;
    font-size: 16px;
    line-height: 22px;
}


.ios-share {
	display: inline-block;
	width: 24px;
	height: 24px;
	background-image: url('../img/ios-share.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}



