/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	clear: both;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }




/* =Fonts
-------------------------------------------------------------- */

h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit]
{
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #E7E7E7;
	border:0;
	height: 1px;
	margin-bottom: 18px;
	clear:both;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom:0;
}
dl {
	margin:0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	padding: 2px;
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
}




table {
	border: 1px solid #e7e7e7;
	text-align: left;
	margin: 0 -1px 24px 0;
	width: 100%;
}
tr th,
 thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
 tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
 tr.odd td {
	background: #F2F7FC;
}




.attachment img {
	max-width: 900px;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft, 
 img.alignright, 
 img.aligncenter {
	margin-bottom: 12px;
}
 .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;
}
 .wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	margin: 5px;
	color: #888;
	font-size: 12px;
}
.wp-smiley {
	margin:0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom:none;
	margin-bottom:0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #FF4B33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #FF4B33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e7e7e7;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	display:block;
	margin: 0;
}
#comments .pingback .url {
	font-style: italic;
	font-size: 13px;
}



/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	margin: 24px 0;
	border-top: 1px solid #e7e7e7;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}
#respond .required {
	color:#FF4B33;
	font-weight:bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin:0 0 9px;
	width:98%;
}
#respond textarea {
	width:98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	width: auto;
	font-size: 14px;
}




/* ---------- layout ----------*/
:root {
    font-size: 20px;
    --primaryFont: "open-sans",sans-serif;
    --secondaryFont: "Montserrat", sans-serif;
    --titleFont: "factoria",sans-serif;
    --primColorDark: #f36b16;
    --primColorLight: #ff9016;
    --secColorLight: #04a6e1;
    --secColorMed: #005cb9;
    --secColorDark: #06205c;
    --successLight : #93d50a;
    --successDark : #009055;
    --dangerColor : #e74c38;
    --infoColor: #8231a7;
    --blackColor: #000000;
    --whiteColor: #ffffff;
    --darkGrey: #222325;
    --lightGrey: #eeeeee;
    --lightColor: #f8f3ed;
    --themeGrad: linear-gradient(to right,  #9a1523 0%,#df883e 50%,#f8c758 100%); 
}

.wrapper {
    margin: 0 auto;
    overflow: hidden;
    padding-top: 200px;
    transition: 0.25s ease-in;
}
.container {
	max-width: 1400px;
	margin:0 auto;
}
.container-sm {
    max-width: 1200px;
}
.container-md {
    max-width: 1130px;
    margin: 0 auto;
}
.container-lg {
    max-width: 1260px;
    margin: 0 auto;
}
.clear{clear:both; font-size:0px;line-height:0px;}

/*-------------------------------------------*/

/* --------- HEADER HERE ---------*/
.header {
    background: var(--whiteColor);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.top_h {
    background: var(--secColorMed);
}
.top_h .d-flex {
    height: 40px;
}
.top_h p {
    color: var(--whiteColor);
    font-size: 20px;
    font-family: var(--primaryFont);
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
}
.top_h p a {
    position: relative;
    color: var(--whiteColor);
    text-decoration: none;
}
.top_h p a:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 100%;
    height: 2px;
    background: rgba(255,255,255,0.4);
    transition: 0.15s ease-in;
}
.top_h p a:hover:after {
    background: rgba(255,255,255,0.8);
}
.top_h .d-flex > a {
    color: var(--whiteColor);
    font-size: 20px;
    font-family: var(--primaryFont);
    font-weight: 400;
    line-height: 1.2;
    text-decoration: none;
}
.top_h .d-flex > a:hover {
    text-decoration: underline;
}
.main_h {
    
}
.main_h .d-flex {
    height: 160px;
    transition: 0.25s ease-in;
}
.logo {
    position: relative;
    width: 336px;
    transition: 0.25s ease-in;
    bottom: -30px;
}
.logo img {
    display: block;
    width: 100%;
    transition: 0.25s ease-in;
}
.logo .mini {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
    opacity: 0;
    visibility: hidden;
}
.logo a {
    display: block;
    text-decoration: none;
    transition: 0.25s ease-in;
}
.sticky .main_h .d-flex {
    height: 140px;
}
.sticky .logo {
    width: 330px;
    bottom: -22px;
}
.sticky .logo img {
    opacity: 0;
    visibility: hidden;
}
.sticky .logo .mini {
    opacity: 1;
    visibility: visible;
}
.sticky .wrapper {
    padding-top: 180px;
}
.sticky .header {
    box-shadow: 0 4px 21px rgba(0, 19, 36, 0.15);
}
.sticky .mainnav_wrapper {
    position: relative;
    top: -16px;
}
.sticky .mainnav_wrapper nav > ul > li > ul {
    bottom: -16px;
}

/* ---------------------------------------------------------*/



/* --------- NAVIGATION HERE --------*/
.nav										{}
.nav ul										{}
.nav ul li									{}
.nav ul li a								{}
.nav ul li a span							{}
.nav ul li a:hover							{}
.mainnav_wrapper {
    position: relative;
    top: 0;
    transition: 0.25s ease-in;
}
.mainnav_wrapper nav {
    
}
.mainnav_wrapper nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.mainnav_wrapper nav > ul {
    display: flex;
    flex-wrap: wrap;
}
.mainnav_wrapper nav > ul > li {
    position: relative;
    margin-right: 12px;
}
.mainnav_wrapper nav > ul > li:last-child {
    margin-right: 0;
}
.mainnav_wrapper nav > ul > li > a {
    display: block;
    position: relative;
    height: 106px;
    color: var(--secColorMed);
    font-size: 22px;
    font-family: var(--primaryFont);
    font-weight: 700;
    line-height: 106px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0 22px;
}
.mainnav_wrapper nav > ul > li > a:after {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 34px;
    width: 0;
    height: 3px;
    background: var(--primColorLight);
    transition: 0.25s ease-in;
}
.mainnav_wrapper nav > ul > li > a:hover {
    color: var(--primColorLight);
}
.mainnav_wrapper nav > ul > li > a:hover:after {
    width: calc(100% - 44px);
}
.mainnav_wrapper nav > ul > li.menudown > a {
    color: var(--primColorLight);
}
.mainnav_wrapper nav > ul > li.menudown > a:after {
    width: calc(100% - 44px);
}
.mainnav_wrapper nav > ul > li > ul {
    position: absolute;
    left: 22px;
    bottom: 0;
    width: 206px;
    background: var(--secColorMed);
    box-shadow: 7px 7px 13px rgba(6,32,92,0.42);
    padding: 10px 0;
    -webkit-transform: translate(0, 90%);
    transform: translate(0, 90%);
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility 0s .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s, visibility 0s .3s;
    transition: opacity .3s, transform .3s, visibility 0s .3s, -webkit-transform .3s;
    z-index: 9999;
    z-index: 99999;
}
.mainnav_wrapper nav ul li.menudown ul {
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    opacity: 1;
    visibility: visible;
    transition: opacity .3s, visibility 0s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s, visibility 0s;
    transition: opacity .3s, transform .3s, visibility 0s, -webkit-transform .3s;
}
.mainnav_wrapper nav > ul > li > ul li {
    
}
.mainnav_wrapper nav > ul > li > ul li a {
    min-height: 41px;
    padding: 0 22px;
    display: flex;
    align-items: center;
    color: var(--whiteColor);
    font-size: 16px;
    font-family: var(--primaryFont);
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
}
.mainnav_wrapper nav > ul > li > ul li a:hover {
    background: var(--primColorLight);
    text-shadow: -0.1px -0.1px 0 currentcolor, 0.1px -0.1px 0 currentcolor, -0.1px 0.1px 0 currentcolor, 0.1px 0.1px 0 currentcolor;
    box-shadow: 0 4px 6px rgba(6,32,92,0.3);
}
.submenu_btn {
    display: block;
    width: 18px;
    height: 18px;
    background: url('../images/downarrow.png') no-repeat center center;
    background-size: 100% auto;
    position: absolute;
    right: 0;
    top: 44px;
    transition: 0.25s ease-in;
}
.no-touch .menu-item:focus-within > .sub-menu 
{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
}
.icon_links {
    padding-bottom: 15px;
    transition: 0.25s ease-in;
}
.icon_links ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.icon_links ul li {
    margin-right: 45px;
}
.icon_links ul li:last-child {
    margin-right: 0;
}
.icon_links ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--secColorMed);
    font-size: 16px;
    font-family: var(--primaryFont);
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
}
.icon_links ul li figure {
    display: flex;
    width: 82px;
    height: 82px;
    align-items: center;
    justify-content: center;
    transition: 0.15s ease-in;
    border: none;
    border-radius: 10px;
    margin: 0;
    margin-bottom: 6px;
}
.icon_links ul li figure img {
    display: block;
    max-width: 100%;
    animation-duration: 1000ms;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}
.icon_links ul li a:hover img {
    animation-name: wiggle;
}
.icon_links ul li a:hover figure {
    box-shadow: 3px 3px 13px rgba(0,92,185,0.4);
}
@keyframes wiggle {
  0% {transform: rotate(10deg);}
  25% {transform: rotate(-10deg);}
  50% {transform: rotate(20deg);}
  75% {transform: rotate(-5deg);}
  100% {transform: rotate(0deg);}
}
a {
    transition: 0.15s ease-in;
}

/* ---------------------------------------------------------*/

/* ------- MAIN CONTENT HERE --------*/
.main_content								{}
.backbg {
    display: none !important;
}
.backbgbox {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}
.homeslider_wrapper {
    
}
.homeslider {
    
}
.homeslider .backbgbox:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right,  rgba(6,32,92,0.9) 15%,rgba(6,32,92,0.24) 100%);
}
.homeslider .caption {
    height: calc(100vh - 200px);
    min-height: 500px;
    max-height: 650px;
}
.homeslider .backbgbox {
    position: relative;
    background: var(--secColorMed);
}
.homeslider .backvid {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.homeslider .backvid iframe {
    box-sizing: border-box;
    width: 177.77777778vh !important;
    height: 56.25vw !important;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.homeslider .caption {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 105px;
    z-index: 40;
}
.homeslider .caption h3 {
    color: var(--whiteColor);
    font-size: 36px;
    font-family: var(--primaryFont);
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    text-shadow: 6px 6px 16px rgba(6,32,92,0.45);
    max-width: 720px;
    opacity: 0;
    transition: 0.15s ease-in;
}
.homeslider .caption h1 {
    color: var(--whiteColor);
    font-family: var(--titleFont);
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    text-shadow: 10px 10px 7px rgba(6,32,92,0.8);
    padding-bottom: 10px;
    max-width: 720px;
    opacity: 0;
    transition: 0.15s ease-in;
}
.homeslider .caption p {
    color: var(--whiteColor);
    font-size: 24px;
    font-family: var(--primaryFont);
    font-weight: 500;
    line-height: normal;
    max-width: 720px;
    opacity: 0;
    transition: 0.15s ease-in;
}
.homeslider .caption .btn {
    opacity: 0;
}
.homeslider .caption.showcaption h3 {
    animation-name: fadeIn;
    animation-duration: 0.8s;
    animation-fill-mode: both;
}
.homeslider .caption.showcaption h1 {
    animation-name: fadeIn;
    animation-delay: 0.3s;
    animation-duration: 0.8s;
    animation-fill-mode: both;
}
.homeslider .caption.showcaption p {
    animation-name: fadeIn;
    animation-delay: 0.6s;
    animation-duration: 0.8s;
    animation-fill-mode: both;
}
.homeslider .caption.showcaption .btn {
    animation-name: fadeIn;
    animation-delay: 0.9s;
    animation-duration: 0.8s;
    animation-fill-mode: both;
}
.slick-dots {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 80px;
    z-index: 80;
}
.slick-dots li {
    padding: 0 5px;
}
.slick-dots li:only-child {
    display: none;
}
.slick-dots li button {
    padding: 0;
    width: 10px;
    height: 10px;
    background: #cfcece;
    border: none;
    border-radius: 50%;
    box-shadow: none;
    -webkit-appearance: none;
    outline: none !important;
    font-size: 0.1px;
    text-indent: -9999px;
    transition: 0.15s ease-in;
}
.slick-dots li.slick-active button {
    background: var(--primColorDark);
}
@keyframes fadeIn {
   0% {opacity: 0;}
   100% {opacity: 1;}
}
.sl_links_wrapper {
    position: relative;
    padding-bottom: 110px;
    z-index: 40;
    margin-top: -68px;
}
.sl_links_wrapper .row {
    margin: 0 -20px;
}   
.sl_links_wrapper .col {
    padding: 0 20px;
}
.sl_link {
    height: 135px;
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);
    border-radius: 15px;
    box-shadow: 10px 10px 14px rgba(0,19,36,0.15);
    transition: 0.25s ease-in;
}
.sl_link a {
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
}
.sl_link h4 {
    color: var(--whiteColor);
    font-size: 36px;
    font-family: var(--titleFont);
    font-weight: 700;
    line-height: 1;
    -webkit-transform: skewX(30deg);
    transform: skewX(30deg);
    text-shadow: 3px 3px 13px rgba(0,92,185,0.4);
}
.sl_link:hover {
    transform: skewX(-30deg) scale(1.08);
}
.daily_schedule_wrapper {
    padding-bottom: 200px;
}
.daily_schedule_wrapper .row {
    margin: 0 -35px;
}
.daily_schedule_wrapper [class*=col-] {
    padding: 0 35px;
}
.events_list {
    
}
.events_list .title {
    padding-bottom: 58px;
}
.events_list .title h6 {
    color: var(--secColorDark);
    font-size: 20px;
    font-family: var(--primaryFont);
    font-weight: 800;
    line-height: 2.05;
    text-transform: uppercase;
    padding-bottom: 4px;
}
.events_list .title h2 {
    color: var(--secColorMed);
    font-family: var(--titleFont);
    font-weight: 700;
    line-height: 1;
    padding-bottom: 20px;
}
.events_list .title .title_line {
    width: 525px;
}
.title_line {
    display: block;
    height: 20px;
    background: url('../images/linkarrow.png') repeat-x left center;
}
.events_list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 40px;
}
.events_list ul li {
    display: flex;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 4px 4px 21px rgba(0,19,36,0.15);
    min-height: 100px;
    margin-bottom: 25px;
    transition: 0.25s ease-in;
}
.events_list ul li > a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.events_list ul li figure {
    flex: 0 0 170px;
    max-width: 170px;
    margin: 0;
}
.events_list ul li figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.events_list ul li .content {
    position: relative;
    flex: 1;
    padding: 18px 32px 10px;
    padding-right: 26px;
}
.events_list ul li .content h5 {
    color: var(--secColorDark);
    font-size: 20px;
    font-family: var(--primaryFont);
    font-weight: 700;
    line-height: normal;
    padding-right: 200px;
    transition: 0.25s ease-in;
}
.events_list ul li .content p {
    color: var(--secColorMed);
    font-size: 18px;
    font-family: var(--primaryFont);
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
    transition: 0.25s ease-in;
}
.events_list ul li .content .ev_time {
    position: absolute;
    right: 26px;
    top: 18px;
    color: var(--primColorDark);
    font-size: 18px;
    font-family: var(--primaryFont);
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    transition: 0.25s ease-in;
}
.events_list ul li:hover {
    background: var(--secColorMed);
    transform: scale(1.05);
    box-shadow: 5px 5px 27px rgba(243,107,22,0.27);
}
.events_list ul li:hover .content h5, .events_list ul li:hover .content p, .events_list ul li:hover .content .ev_time {
    color: var(--whiteColor);
}
.events_list .btn {
    min-width: 330px;
}
.daily_schedule_wrapper .container-lg {
    position: relative;
}
.daily_schedule_wrapper .lotpic1 {
    position: absolute;
    right: -85px;
    top: -100px;
    width: 260px;
    z-index: 40;
    pointer-events: none;
}
.daily_schedule_wrapper .lotpic1 img {
    display: block;
    width: 100%;
}
.ds_side {
    background: var(--secColorDark);
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
}
.ds_side figure {
    margin: 0;
    height: 416px;
}
.ds_side figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ds_side .content {
    padding: 30px 22px;
}
.ds_side .content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.ds_side .content ul li {
    position: relative;
    padding-left: 60px;
    padding-bottom: 36px;
}
.ds_side .content ul li:last-child {
    padding-bottom: 0;
}
.ds_side .content ul li .ds_icon {
    position: absolute;
    left: 0;
    top: 1px;
}
.ds_side .content ul li h4 {
    color: var(--whiteColor);
    font-size: 24px;
    font-family: var(--primaryFont);
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    text-decoration: none;
    padding-bottom: 8px;
}
.ds_side .content ul li p, .ds_side .content ul li address, .ds_side .content ul li p address, .ds_side .content ul li p a {
    color: var(--whiteColor);
    font-size: 20px;
    font-family: var(--primaryFont);
    font-weight: 400;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: 0.4px;
    text-decoration: none;
    margin: 0;
}
.ds_side .content ul li p a:hover {
    color: var(--primColorDark);
}
.explore_activities_wrapper {
    position: relative;
    margin-bottom: 280px;
}
.explore_activities_wrapper .lotpic2 {
    width: 290px;
    position: absolute;
    left: 50%;
    top: -156px;
    transform: translate(-50%,0);
    z-index: 20;
}
.explore_activities_wrapper .lotpic2 img {
    display: block;
    width: 100%;
}
.explore_activities {
    display: flex;
    position: relative;
    padding-top: 116px;
    padding-bottom: 65px;
}
.explore_activities:after {
    display: block;
    content: "";
    clear: both;
}
.explore_activities .content {
    display: flex;
    flex-direction: column;
    float: left;
    width: 29.20%;
    padding-left: 70px;
    padding-top: 30px;
}
.explore_activities .content h6 {
    padding-bottom: 12px;
}
.explore_activities .content h2 {
    padding-bottom: 22px;
}
.explore_activities .content p {
    color: var(--blackColor);
    font-size: 24px;
    font-family: var(--primaryFont);
    font-weight: 500;
    line-height: 1.33;
}
.explore_activities .content .btn {
    width: 100%;
    margin-top: auto;
}
.explore_activities .activities_carousel_box {
    float: left;
    width: 70.8%;
    padding-left: 10px;
    padding-bottom: 54px;
}
.activities_carousel {
    margin-right: -60px;
    padding-bottom: 14px;
}
.activities_carousel .slick-slide {
    padding: 30px 11px;
}
.activity_box {
    color: #93d50a;
    position: relative;
    transition: 0.25s ease-in;
}
.activity_box > a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.activity_box figure {
    position: relative;
    height: 280px;
    margin: 0 5px;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}
.activity_box figure:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 90%;
    background: linear-gradient(to bottom,  rgba(6,32,92,0) 0%,rgba(6,32,92,1) 100%);
}
.activity_box figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.activity_box .title {
    color: currentColor;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    background: var(--whiteColor);
    height: 150px;
    border-radius: 20px;
    box-shadow: 4px 4px 10px rgba(0,19,36,0.15);
    text-align: center;
    margin-top: -22px;
    overflow: hidden;
}
.activity_box .title h4 {
    position: relative;
    color: var(--secColorDark);
    font-size: 36px;
    font-family: var(--titleFont);
    font-weight: 700;
    line-height: 1.16;
    transition: 0.25s ease-in;
    z-index: 20;
}
.activity_box .title:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 21px;
    background: currentColor;
    transition: 0.25s ease-in;
}
.activity_box:hover {
    transform: scale(1.05);
}
.activity_box:hover .title:before {
    height: 100%;
}
.activity_box:hover .title h4 {
    color: var(--whiteColor);
}
.slick-prev {
    width: 72px;
    height: 52px;
    background: url('../images/leftarrow.png') no-repeat center center;
    border: none;
    border-radius: 0;
    box-shadow: none;
    -webkit-appearance: none;
    outline: none !important;
    font-size: 0.1px;
    text-indent: -9999px;
    transition: 0.15s ease-in;
}
.slick-prev:hover {
    opacity: 0.9;
}
.slick-next {
    width: 72px;
    height: 52px;
    background: url('../images/rightarrow.png') no-repeat center center;
    border: none;
    border-radius: 0;
    box-shadow: none;
    -webkit-appearance: none;
    outline: none !important;
    font-size: 0.1px;
    text-indent: -9999px;
    transition: 0.15s ease-in;
}
.slick-next:hover {
    opacity: 0.9;
}
.slick-disabled {
    opacity: 0.4;
}
.activity_box.el1 {
    color: var(--successLight);
}
.activity_box.el2 {
    color: var(--secColorMed);
}
.activity_box.el3 {
    color: var(--dangerColor);
}
.activity_box.el4 {
    color: var(--infoColor);
}
.activity_box.el5 {
    color: var(--primColorLight);
}
.activities_carousel .slick-list {
    padding: 0 10px;
}
.activities_carousel .slick-prev {
    position: absolute;
    left: 82px;
    top: 100%;
    z-index: 40;
}
.activities_carousel .slick-next {
    position: absolute;
    left: 200px;
    top: 100%;
    z-index: 40;
}
.explore_activities .ebg {
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% - 70px);
    height: 100%;
    background: var(--lightGrey);
    border-radius: 20px;
    z-index: -1;
}
.educational_features {
    margin-bottom: 180px;
}
.educational_features .title {
    padding-bottom: 20px;
}
.educational_features .title h2 {
    padding-bottom: 16px;
}
.educational_features .title p {
    color: var(--blackColor);
    font-size: 24px;
    font-family: var(--primaryFont);
    font-weight: 500;
    line-height: 1.33;
}
.edu_box {
    position: relative;
    color: currentColor;
    height: 354px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding: 40px 25px;
    transition: 0.25s ease-in;
}
.edu_box:hover {
    transform: scale(1.06);
}
.edu_box_outer_out.left .edu_box_outer {
    -webkit-filter: url(#round);
    filter: url(#round);
    min-width: calc(100% + 105px);
}
.edu_box_outer_out.right .edu_box_outer {
    -webkit-filter: url(#round);
    filter: url(#round);
    min-width: calc(100% + 105px);
}
.edu_box_outer_out.left .edu_box {
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 210px) 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, calc(100% - 210px) 100%, 0% 100%);
}
.edu_box_outer_out.right .edu_box {
    -webkit-clip-path: polygon(210px 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(210px 0, 100% 0, 100% 100%, 0% 100%);
}
.educational_features_list {
    margin: 0 -25px;
}
.educational_features_list [class*=col-] {
    padding: 0 25px;
    margin-bottom: 45px;
}
.edu_box_outer_out {
    color: var(--successLight);
    display: flex;
    filter: drop-shadow(6px 10px 0 currentColor);
    transition: 0.25s ease-in;
}
.edu_box_outer_out.right {
    display: flex;
    justify-content: flex-end;
    filter: drop-shadow(10px 10px 0 currentColor);
}
.edu_box_outer_out:hover {
    color: var(--secColorLight);
}
.educational_features [class*=btn-outline-] {
    min-width: 300px;
}
.educational_features .container-lg {
    padding: 0 45px;
}
.edu_box > a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.edu_box .btn {
    min-width: 350px;
}
.edu_box_outer_out.left .edu_box {
    padding-right: 180px;
}
.edu_box_outer_out.right .edu_box {
    padding-left: 180px;
}
.edu_box_outer_out {
    position: relative;
    z-index: 10;
}
.edu_box_outer_out:hover {
    z-index: 40;
}
.edu_box_outer {
    color: currentColor;
}
.edu_box:hover .btn {
    color: var(--whiteColor);
}
.edu_box_outer_out .edu_box:hover .btn {
    background: var(--secColorLight);
}
.insta_carousel_wrapper {
    position: relative;
    padding-top: 105px;
    padding-bottom: 75px;
}
.insta_carousel_wrapper .sharebg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--successLight);
    opacity: 0.92;
}
.insta_carousel_wrapper .container-sm {
    position: relative;
    z-index: 40;
}
.share_the_fun_wrapper {
    margin-bottom: 205px;
}
.share_the_fun_wrapper .container {
    position: relative;
}
.share_the_fun_wrapper .lotpic3 {
    position: absolute;
    left: -105px;
    top: -116px;
    width: 416px;
    z-index: 40;
}
.share_the_fun_wrapper .lotpic3 img {
    display: block;
    width: 100%;
}
.share_the_fun_wrapper .title {
    padding-bottom: 30px;
}
.share_the_fun_wrapper .title h2 {
    padding-bottom: 16px;
}
.share_the_fun_wrapper .title p {
    color: var(--secColorDark);
    font-size: 24px;
    font-family: var(--primaryFont);
    font-weight: 500;
    line-height: 1.33;
}
.instagram_wrapper {
    position: relative;
    padding-left: 300px;
}
.instagram_wrapper .insta_title {
    width: 270px;
    height: 270px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 20px;
    background: var(--secColorDark);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 8px 8px 13px rgba(6,32,92,0.35);
    padding: 20px;
}
.instagram_wrapper .insta_title figure {
    width: 76px;
    margin: 0;
    margin-bottom: 20px;
}
.instagram_wrapper .insta_title figure img {
    display: block;
    width: 100%;
}
.instagram_wrapper .insta_title h5 {
    color: var(--whiteColor);
    font-size: 24px;
    font-family: var(--primaryFont);
    font-weight: 700;
    line-height: 1.08;
    padding-bottom: 25px;
}
.instagram_wrapper .insta_title .insta_loc {
    color: var(--whiteColor);
    font-size: 20px;
    font-family: var(--primaryFont);
    font-weight: 400;
    line-height: 1.2;
}
.insta_title > a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-decoration: none;
    z-index: 20;
}
.insta_title:hover .insta_loc {
    text-decoration: underline;
}
.insta_carousel {
    margin-right: -30px;
}
.insta_carousel .slick-slide {
    padding: 30px;
    padding-top: 0;
    padding-left: 0;
}
.insta_block {
    display: block;
    height: 270px;
    border-radius: 20px;
    box-shadow: 8px 8px 13px rgba(6,32,92,0.35);
    overflow: hidden;
    text-decoration: none;
}
.insta_block figure {
    height: 100%;
    margin: 0;
}
.insta_block figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.25s ease-in;
}
.insta_carousel .slick-prev {
    position: absolute;
    left: -410px;
    top: 50%;
    transform: translate(0,-50%);
    margin-top: -15px;
    z-index: 40;
}
.insta_carousel .slick-next {
    position: absolute;
    right: -76px;
    top: 50%;
    transform: translate(0,-50%);
    margin-top: -15px;
    z-index: 40;
}
.insta_block:hover img {
    transform: scale(1.05);
}
.assist_wrapper {
    margin-bottom: 150px;
}
.assist_wrapper .content_wrapper {
    position: relative;
    padding-top: 45px;
    padding-bottom: 45px;
    padding-left: 80px;
}
.assist_wrapper .content_wrapper .lotpic4 {
    width: 306px;
    position: absolute;
    right: -70px;
    top: -126px;
}
.assist_wrapper .content_wrapper .lotpic4 img {
    display: block;
    width: 100%;
}
.assist_wrapper .content_wrapper .content {
    background: var(--secColorDark);
    border-radius: 20px;
    box-shadow: 11px 11px 32px rgba(0,92,185,0.45);
    padding: 50px 40px;
    padding-top: 76px;
}
.assist_wrapper .content_wrapper .content h6 {
    color: var(--whiteColor);
    padding-bottom: 10px;
}
.assist_wrapper .content_wrapper .content h2 {
    color: var(--secColorLight);
    padding-bottom: 30px;
}
.assist_wrapper .content_wrapper .content h5 {
    color: var(--whiteColor);
    font-size: 20px;
    font-family: var(--primaryFont);
    font-weight: 700;
    line-height: 1.3;
    padding-bottom: 8px;
}
.assist_wrapper .content_wrapper .content p {
    color: var(--whiteColor);
    font-size: 20px;
    font-family: var(--primaryFont);
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 24px;
}
.assist_wrapper .content_wrapper .content p strong {
    font-weight: 700;
}
.assist_wrapper .content_wrapper .content .btn_box {
    display: flex;
    justify-content: space-between;
    padding-top: 8px;
}
.assist_wrapper .content_wrapper .content .btn_box .btn {
    min-width: 204px;
}
.assist_wrapper .content_wrapper .content .btn_box .btn:hover {
    font-size: 22px;
}
.assist_pic_wrapper {
    position: relative;
    padding-right: 0;
}
.assist_pic_wrapper .assist_pic {
    position: absolute;
    right: -15px;
    width: calc(100% + ((100vw - 1260px) / 2) + 15px);
    height: 100%;
}
.assist_pic_wrapper .assist_pic figure {
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0;
}
.assist_pic_wrapper .assist_pic figure:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right,  rgba(6,32,92,0.8) 15%,rgba(6,32,92,0.15) 100%);
}
.assist_pic_wrapper .assist_pic figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.play_btn {
    width: 78px;
    height: 78px;
    background: var(--primColorLight) url('../images/playarrow.png') no-repeat 26px center;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    box-shadow: 7px 7px 70px rgba(0,19,36,0.59);
    z-index: 20;
}
.play_btn:before {
    opacity: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    height: 100%;
    width: 100%;
    border: 4px solid var(--primColorLight);
    border-radius: 100%;
    -webkit-animation-name: ripple;
    animation-name: ripple;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
    animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
    z-index: -1;
}
.play_btn:after {
    opacity: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    height: 100%;
    width: 100%;
    border: 4px solid var(--primColorLight);
    border-radius: 100%;
    -webkit-animation-name: ripple;
    animation-name: ripple;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
    animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
    z-index: -1;
}
@-webkit-keyframes ripple {
  from {
    opacity: 1;
    transform: scale3d(0.9, 0.9, 1);
  }
  to {
    opacity: 0;
    transform: scale3d(2, 2, 1);
    border-width: 1px;
  }
}
@keyframes ripple {
  from {
    opacity: 1;
    transform: scale3d(0.9, 0.9, 1);
  }
  to {
    opacity: 0;
    transform: scale3d(2, 2, 1);
      border-width: 1px;
  }
}
.visitor_info_wrapper {
    margin-bottom: 154px;
}
.visitor_info_wrapper .title {
    max-width: 875px;
    margin: 0 auto;
    padding-bottom: 42px;
}
.visitor_info_wrapper .title .lotpic5 {
    width: 288px;
    margin: 0 auto 20px;
}
.visitor_info_wrapper .title .lotpic5 img {
    display: block;
    width: 100%;
}
.visitor_info_wrapper .title h2 {
    color: var(--secColorMed);
    padding-bottom: 15px;
}
.visitor_info_wrapper .title p {
    color: var(--blackColor);
    font-size: 24px;
    font-family: var(--primaryFont);
    font-weight: 500;
    line-height: 1.33;
}
.visitor_info_links {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -22px;
}
.visitor_info_links .v_infobox {
    padding: 0 22px;
    margin-bottom: 44px;
}
.visitor_info_links .v_infobox.left {
    
}
.visitor_info_links .v_infobox.center {
    
}
.visitor_info_links .v_infobox.right {
    
}
.v_info {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    background: var(--secColorMed);
    text-align: center;
    height: 316px;
    padding: 20px;
    padding-bottom: 35px;
    transition: 0.25s ease-in;
}
/*
.v_info:before {
    display: block;
    content: "";
    position: absolute;
    left: 4px;
    top: 4px;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    background: white;
    clip-path: polygon(0 0, 100% 0, calc(100% - 180px) 100%, 0% 100%);
    filter: url(#round);
}
*/
.v_info figure {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin: 0 auto 30px;
    height: 135px;
    z-index: 20;
}
.v_info figure img {
    display: block;
    max-width: 100%;
    transition: 0.25s ease-in;
}
.v_info figure img.hover {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
    visibility: hidden;
}
.v_info figure svg {
    display: block;
    width: auto;
    max-height: 100%;
}
.v_info h5 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--whiteColor);
    font-size: 36px;
    font-family: var(--secondaryFont);
    font-weight: 700;
    line-height: 1;
    min-height: 72px;
    transition: 0.25s ease-in;
    z-index: 20;
}
.v_info > a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 40;
}
.v_info:hover {
    transform: scale(1.06);
}
.v_info:hover figure img {
    opacity: 0;
    visibility: hidden;
}
.v_info:hover figure img.hover {
    opacity: 1;
    visibility: visible;
}
.v_info:hover h5 {
    color: var(--secColorMed);
}
.v_infobox.left {
    
}
.v_infobox.left .v_info_outer_outer {
    min-width: calc(100% + 180px);
}
.v_infobox.left .v_info_outer {
    -webkit-filter: url(#round);
    filter: url(#round);
}
.v_infobox.left .v_info {
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 180px) 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, calc(100% - 180px) 100%, 0% 100%);
    padding-right: 30%;
}
.v_infobox.center {
    
}
.v_infobox.center .v_info_outer {
    -webkit-filter: url(#round);
    filter: url(#round);
}
.v_infobox.center .v_info {
    -webkit-clip-path: polygon(180px 0, 100% 0, calc(100% - 180px) 100%, 0% 100%);
    clip-path: polygon(180px 0, 100% 0, calc(100% - 180px) 100%, 0% 100%);
    padding-right: 10%;
}
.v_infobox.right {
    display: flex;
    justify-content: flex-end;
}
.v_infobox.right .v_info_outer_outer {
    min-width: calc(100% + 180px);
}
.v_infobox.right .v_info_outer {
    -webkit-filter: url(#round);
    filter: url(#round);
}
.v_infobox.right .v_info {
    -webkit-clip-path: polygon(180px 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(180px 0, 100% 0, 100% 100%, 0% 100%);
    padding-left: 30%;
}
.v_info_outer_outer {
    position: relative;
    filter: drop-shadow(9px 9px 43px rgba(255,144,22,0.35));
    z-index: 10;
}
.v_info_outer_outer:hover {
    z-index: 40;
}
.v_infobox.left .shadow_outer {
    position: absolute;
    left: 4px;
    top: 4px;
    width: calc(100% - 10px);
    height: calc(100% - 9px);
    -webkit-filter: url(#round1);
    filter: url(#round1);
}
.v_infobox.left .shadow {
    width: 100%;
    height: 100%;
    background: var(--secColorMed);
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 176px) 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, calc(100% - 176px) 100%, 0% 100%);
    transition: 0.25s ease-in;
}
.v_infobox.center .shadow_outer {
    position: absolute;
    left: 7px;
    top: 4px;
    width: calc(100% - 14px);
    height: calc(100% - 9px);
    -webkit-filter: url(#round1);
    filter: url(#round1);
}
.v_infobox.center .shadow {
    width: 100%;
    height: 100%;
    background: var(--secColorMed);
    -webkit-clip-path: polygon(176px 0, 100% 0, calc(100% - 176px) 100%, 0% 100%);
    clip-path: polygon(176px 0, 100% 0, calc(100% - 176px) 100%, 0% 100%);
    transition: 0.25s ease-in;
}
.v_infobox.right .shadow_outer {
    position: absolute;
    left: 7px;
    top: 4px;
    width: calc(100% - 11px);
    height: calc(100% - 9px);
    -webkit-filter: url(#round1);
    filter: url(#round1);
}
.v_infobox.right .shadow {
    width: 100%;
    height: 100%;
    background: var(--secColorMed);
    -webkit-clip-path: polygon(176px 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(176px 0, 100% 0, 100% 100%, 0% 100%);
    transition: 0.25s ease-in;
}
.v_info:hover .shadow {
    background: var(--whiteColor);
}
.explore_activities_wrapper .container {
    position: relative;
    z-index: 20;
}
.explore_activities_wrapper {
    position: relative;
}
.explore_activities_wrapper .trackbg {
    position: absolute;
    left: 0;
    bottom: -210px;
    width: 100%;
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    transition: 2s ease-in-out;
    z-index: -1;
}
.explore_activities_wrapper .trackbg img {
    display: block;
    width: 100%;
}
.track_active .trackbg {
    -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
    clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}
.visitor_info_wrapper {
    position: relative;
}
.visitor_info_wrapper .trackbg {
    position: absolute;
    left: 50%;
    width: 100%;
    transform: translate(-50%,0);
    bottom: -20px;
    pointer-events: none;
}
.visitor_info_wrapper .trackbg img {
    display: block;
    width: 100%;
}

.page_title {
    background: var(--secColorDark);
    margin-bottom: 170px;
}
.page_title .caption {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-top: 82px;
    padding-bottom: 82px;
    min-height: 500px;
}
.page_title.v2 .caption {
    padding-top: 62px;
    padding-bottom: 62px;
}
.page_title .caption h4 {
    color: var(--whiteColor);
    font-size: 36px;
    font-family: var(--primaryFont);
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    padding-bottom: 14px;
}
.page_title .caption h1 {
    color: var(--whiteColor);
    text-transform: uppercase;
    padding-bottom: 56px;
}
.page_title .caption h1 + p {
    margin-top: -20px;
}
.page_title .caption p {
    color: var(--whiteColor);
    font-size: 24px;
    font-family: var(--primaryFont);
    font-weight: 500;
    line-height: 1.33;
    margin-bottom: 38px;
}
.page_title .caption .btn {
    margin-right: auto;
    min-width: 252px;
}
.page_pic {
    position: relative;
}
.page_pic figure {
    position: absolute;
    left: -15px;
    top: 0;
    width: calc(100% + ((100vw - 1400px) / 2) + 40px);
    height: 100%;
    margin: 0;
}
.page_pic figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about_info {
    margin-bottom: 170px;
}
.about_info .vid_pic {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    min-height: 398px;
    max-height: 500px;
    margin: 0;
}
.about_info .vid_pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about_info .vid_pic:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right,  rgba(0,92,185,0.9) 14%,rgba(0,92,185,0.9) 16%,rgba(0,92,185,0.26) 98%,rgba(0,92,185,0.24) 100%); 
}
.about_info .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding-left: 70px;
    margin-right: -70px;
}
.about_info .content h2 {
    padding-bottom: 22px;
}
.about_info .content p {
    color: var(--blackColor);
    font-size: 20px;
    line-height: 1.3;
}
.about_info .content p:last-child {
    margin-bottom: 0;
}
.about_info .content .btn {
    margin-right: auto;
}
.interactive_features {
    position: relative;
    margin-bottom: 170px;
}
.interactive_features .title {
    max-width: 840px;
    margin: 0 auto;
    padding-bottom: 35px;
}
.interactive_features .title h2 {
    padding-bottom: 16px;
}
.interactive_features .title p {
    color: var(--secColorDark);
    font-size: 24px;
    font-family: var(--primaryFont);
    font-weight: 500;
    line-height: 1.33;
}
.features_list {
    padding-bottom: 30px;
}
.features_list .col {
    margin-bottom: 30px;
}
.feature_block {
    position: relative;
    background: var(--whiteColor);
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    transition: 0.25s ease-in;
}
.feature_block > a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
}
.feature_block.el1 {
    color: #7ebc42;
}
.feature_block.el2 {
    color: var(--secColorMed);
}
.feature_block.el3 {
    color: var(--dangerColor);
}
.feature_block.el4 {
    color: var(--infoColor);
}
.feature_block.el5 {
    color: var(--primColorDark);
}
.feature_block figure {
    margin: 0;
    height: 200px;
}
.feature_block figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.feature_block .feature_title {
    background: currentColor;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 92px;
    padding: 5px;
    transition: 0.25s ease-in;
}
.feature_block .feature_title  h4 {
    color: var(--whiteColor);
    font-size: 30px;
    font-family: var(--titleFont);
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    transition: 0.25s ease-in;
}
.feature_block .content {
    display: flex;
    flex-direction: column;
    color: currentColor;
    border: 4px solid currentColor;
    border-top: none;
    padding: 14px 22px 32px;
    border-radius: 0 0 20px 20px;
    flex-grow: 1;
    min-height: 240px;
    transition: 0.25s ease-in;
}
.feature_block .content p {
    color: var(--blackColor);
    font-size: 16px;
    font-family: var(--primaryFont);
    font-weight: 400;
    line-height: 1.25;
    transition: 0.25s ease-in;
}
.age_categories {
    color: var(--blackColor);
    line-height: 1.3;
    min-height: 74px;
    padding-bottom: 22px;
    margin-top: auto;
}
.age_categories strong {
    display: inline;
    color: currentColor;
    font-size: 20px;
    font-family: var(--primaryFont);
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
    transition: 0.25s ease-in;
}
.age_categories ul {
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0;
}
.age_categories ul li {
    display: inline;
    color: currentColor;
    font-size: 20px;
    font-family: var(--primaryFont);
    font-weight: 700;
    line-height: 1.3;
    transition: 0.25s ease-in;
}
.age_categories ul li:after {
    display: inline;
    content: ",";
}
.view_details {
    display: inline-flex;
    align-items: center;
    color: currentColor;
    font-size: 18px;
    font-family: var(--primaryFont);
    font-weight: 500;
    line-height: 2px;
    text-decoration: none;
    transition: 0.25s ease-in;
}
.view_details svg {
    display: block;
    width: 14px;
    margin-left: 11px;
    transition: 0.25s ease-in;
}
.view_details svg polygon {
    fill: currentColor;
    transition: 0.25s ease-in;
}
.view_details img {
    display: block;
    width: 15px;
    margin-left: 14px;
    transition: 0.25s ease-in;
}
.feature_block:hover {
    transform: scale(1.06);
}
.feature_block:hover .feature_title {
    background: var(--lightGrey);
}
.feature_block:hover .feature_title h4 {
    color: currentColor;
}
.feature_block:hover .content {
    background: currentColor;
}
.feature_block:hover .content p, .feature_block:hover .age_categories {
    color: var(--whiteColor);
}
.feature_block:hover .view_details {
	color: var(--whiteColor);
}
.feature_block:hover .view_details img {
    -webkit-filter: invert(1) brightness(10);
    filter: invert(1) brightness(10);
}
.feature_block:hover .view_details svg polygon {
    fill: #ffffff;
}

.interactive_features [class*=btn-outline-] {
    min-width: 330px;
}
.int_features_box {
    position: relative;
    padding-bottom: 75px;
}
.int_features_box .int_bg {
    background: var(--lightGrey);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc(100% - 292px);
    z-index: -1;
}
.about_info .ab_pic {
	margin: 0;
    min-height: 396px;
    max-height: 500px;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
}
.about_info .ab_pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about_info .flex-md-row-reverse .content {
    padding-left: 0;
	margin: 0;
}
@keyframes mover {
    0% { transform: translateX(0); }
    100% { transform: translateX(-10px); }
}
.team_wrapper {
    margin-bottom: 110px;
}
.team_wrapper .title {
    margin: 0 auto;
    max-width: 840px;
    padding-bottom: 50px;
}
.team_wrapper .title h2 {
    padding-bottom: 10px;
}
.team_wrapper .title p {
    color: var(--blackColor);
    font-size: 24px;
    font-family: var(--primaryFont);
    font-weight: 500;
    line-height: 1.33;
}
.team_list {
    
}
.team_list .col {
    margin-bottom: 56px;
}
.team_box.el1 {
    color: #7ebc42;
}
.team_box.el2 {
    color: var(--secColorMed);
}
.team_box.el3 {
    color: var(--dangerColor);
}
.team_box.el4 {
    color: var(--infoColor);
}
.team_box.el5 {
    color: var(--primColorDark);
}
.team_box {
	display: flex;
    flex-direction: column;
    border-radius: 20px;
    height: 100%;
}
.team_box .t_title {
	height: 292px;
    background: currentColor;
    text-align: center;
    border-radius: 20px 20px 0 0;
    padding: 0 5px;
}
.team_box .t_title figure {
    width: 240px;
    height: 240px;
    margin: 0 auto 20px;
    margin-top: -26px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 11px 11px 16px rgba(0,19,36,0.3);
}
.team_box .t_title figure img {
    display: block;
    width: 100%;
    height: 102%;
    object-fit: cover;
    object-position: center center;
}
.team_box .t_title h4 {
    color: var(--whiteColor);
    font-size: 30px;
    font-family: var(--titleFont);
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}
.team_box .content {
    color: currentColor;
    display: flex;
    flex-direction: column;
    border: 4px solid currentColor;
    border-radius: 0 0 20px 20px;
    padding: 32px 26px;
    min-height: 246px;
    flex-grow: 1;
}
.team_box .content h5 {
    color: var(--blackColor);
    font-size: 20px;
    font-family: var(--primaryFont);
    font-weight: 700;
    line-height: 1.3;
    padding-bottom: 20px;
}
.team_box .content ul {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 30px;
}
.team_box .content ul li {
    color: var(--secColorDark);
    font-size: 16px;
    font-family: var(--primaryFont);
    font-weight: 400;
    line-height: 1.62;
}
.team_box .content ul li a {
    color: var(--secColorDark);
    text-decoration: none;
}
.team_box .content ul li a:hover {
    text-decoration: underline;
}
.team_box .content .view_details {
    margin-top: auto;
}
.view_details:hover img, .view_details:hover svg {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}
.activities_wrapper {
    margin-bottom: 170px;
}
.section_title {
    margin: 0 -10px;
    padding-bottom: 74px;
}
.section_title h2 {
    padding-bottom: 16px;
}
.section_title p {
    color: var(--blackColor);
    font-size: 24px;
    font-family: var(--primaryFont);
    font-weight: 400;
    line-height: 1.33;
}
.filter_menu {
    border-bottom: 5px solid var(--primColorDark);
    margin-bottom: 58px;
}
.filter_menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.filter_menu ul li {
    
}
.filter_menu ul li a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 72px;
    color: var(--blackColor);
    font-size: 30px;
    font-family: var(--primaryFont);
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
    text-align: center;
    padding: 0 36px;
    margin-bottom: -5px;
    cursor: pointer;
    z-index: 20;
}
.filter_menu ul li a:hover {
    color: var(--primColorDark);
}
.filter_menu ul li a.is-checked {
	background: var(--primColorLight);
    color: var(--whiteColor);
}
.hidden {
    visibility: hidden;
    display: none;
    margin: 0px !important;
    padding: 0px !important;
}
.activities_wrapper .load_more {
    min-width: 368px;
}
.full_content {
    margin-bottom: 136px;
}
.full_content .content {
    padding-bottom: 35px;
}
.full_content h2 {
    padding-bottom: 26px;
}
.full_content p {
    color: var(--blackColor);
    font-size: 24px;
    font-family: var(--primaryFont);
    font-weight: 400;
    line-height: 1.33;
    margin-bottom: 36px;
}
.full_content figure {
    border-radius: 20px;
    overflow: hidden;
    
}
.full_content figure img {
    display: block;
    width: 100%;
}
.faq_wrapper {
    margin-bottom: 170px;
}
.faq_wrapper .title {
    padding-bottom: 28px;
}
.faq_wrapper .title h2 {
    padding-bottom: 20px;
}
.accordion {
    border: none;
    border-radius: 0;
}
.accordion-item {
    border: none;
    border-bottom: 2px solid var(--primColorLight);
}
.accordion-button {
    padding: 12px 0;
    color: var(--blackColor);
    font-size: 24px;
    font-family: var(--primaryFont);
    font-weight: 500;
    line-height: 1.33;
    border-radius: 0 !important;
    box-shadow: 0 2px 0 rgba(255,255,255,0) !important;
}
.accordion-button:after {
    background: url('../images/accarrow.png') no-repeat center center;
}
.accordion-button:not(.collapsed) {
    color: var(--primColorLight);
    font-weight: 700;
    background: none !important;
    box-shadow: 0 2px 0 var(--lightGrey) !important;
}
.accordion-button:not(.collapsed):after {
    background: url('../images/accarrow.png') no-repeat center center;
}
.accordion-body {
    padding: 40px 0;
}
.accordion-body p {
    color: var(--blackColor);
    font-size: 24px;
    font-family: var(--primaryFont);
    font-weight: 500;
    line-height: 1.33;
}
.alignleft, img.alignleft {
    display: inline;
    float: left;
    margin: 0;
    margin-right: 85px;
    margin-bottom: 20px;
}
.alignright, img.alignright {
    display: inline;
    float: right;
    margin: 0;
    margin-left: 85px;
    margin-bottom: 20px;
}
figure.alignright {
    margin-left: 85px;
    margin-bottom: 20px;
}
figure.alignleft {
    margin: 0;
    margin-right: 85px;
    margin-bottom: 20px;
}
.std_content {
    margin-bottom: 160px;
}
.std_content h1 {
    color: var(--blackColor);
    text-transform: uppercase;
    padding-bottom: 50px;
}
.std_content h2 {
    letter-spacing: 1px;
    padding-bottom: 30px;
}
.std_content h3 {
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-bottom: 25px;
}
.std_content h4 {
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-bottom: 12px;
}
.std_content h5 {
    letter-spacing: 0.8px;
    text-transform: uppercase;
    padding-bottom: 12px;
}
.std_content h6 {
    color: var(--blackColor);
    letter-spacing: 0.4px;
    padding-bottom: 10px;
}
.std_content p {
    letter-spacing: 0.4px;
    margin-bottom: 26px;
}
.std_content ul {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 70px;
    margin-bottom: 26px;
}
.std_content ul ul {
    padding-left: 22px;
    margin-bottom: 0;
}
.std_content ul ol {
    padding-left: 22px;
    margin-bottom: 0;
}
.std_content ol {
    list-style:decimal;
    padding-left: 70px;
    margin-bottom: 26px;
}
.std_content ol ul, .std_content ol ol {
    padding-left: 22px;
    margin-bottom: 0;
}
.std_content li {
    letter-spacing: 0.4px;
}
.std_content ul li {
    position: relative;
    padding-left: 14px;
}
.std_content ul li:before {
    display: block;
    content: "";
    width: 5px;
    height: 5px;
    background: var(--blackColor);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 9px;
}
.std_content h5 strong {
    font-size: 28px;
    font-family: var(--primaryFont);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.su-row {
    clear: both;
    color: var(--blackColor);
    font-size: 18px;
    font-family: var(--primaryFont);
    font-weight: 400;
    line-height: 1.44;
    letter-spacing: 0.4px;
    margin-bottom: 60px;
}
.su-row::after {
    display: table;
    clear: both;
    content: '';
}
.su-row .su-column:first-child {
    margin-left: 0;
}
.su-row .su-column {
    display: block;
    float: left;
    box-sizing: border-box;
    margin: 0 0 0 2%;
}
.su-row .su-column-size-1-2 {
    width: 49%;
}
.su-row .su-column-size-1-3 {
    width: 32%;
}
.su-row .su-column-size-1-4 {
    width: 23.5%;
}
.std_content .btn_box {
	padding-top: 40px;
}
.std_content .btn_box .btn {
    min-width: 326px;
    margin-right: 15px;
    margin-bottom: 15px;
}
.std_content figure img {
    display: block;
    max-width: 100%;
}
.skip-link {
    position: absolute;
    top: 0;
}
.mainnav_wrapper nav .icon_links, .mainnav_wrapper nav > a {
    display: none;
}

.mobile_menubtn {
    display: none;
}
.olay {
    display: none;
}

/*Standard styling*/
h1 {
    color: var(--secColorMed);
    font-size: 65px;
    font-family: var(--titleFont);
    font-weight: 700;
    line-height: 1;
}
h2 {
    color: var(--secColorMed);
    font-size: 60px;
    font-family: var(--titleFont);
    font-weight: 700;
    line-height: 1;
}
h3 {
    color: var(--blackColor);
    font-size: 36px;
    font-family: var(--titleFont);
    font-weight: 700;
    line-height: 1.33;
}
h4 {
    color: var(--blackColor);
    font-size: 36px;
    font-family: var(--primaryFont);
    font-weight: 700;
    line-height: 1.33;
}
h5 {
    color: var(--blackColor);
    font-size: 30px;
    font-family: var(--titleFont);
    font-weight: 700;
    line-height: 1.33;
}
h6 {
    color: var(--secColorDark);
    font-size: 20px;
    font-family: var(--primaryFont);
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}
p {
    color: var(--blackColor);
    font-size: 18px;
    font-family: var(--primaryFont);
    font-weight: 400;
    line-height: 1.44;
}
li {
    color: var(--blackColor);
    font-size: 18px;
    font-family: var(--primaryFont);
    font-weight: 400;
    line-height: 1.33;
}
.btn {
    height: 64px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    box-shadow: none;
    -webkit-appearance: none;
    outline: none !important;
    color: var(--whiteColor);
    font-size: 20px;
    font-family: var(--primaryFont);
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
}
.btn-md {
    height: 58px;
}
.btn-light {
    background: var(--whiteColor);
    color: var(--secColorDark);
    font-size: 24px;
    font-family: var(--titleFont);
    font-weight: 700;
    box-shadow: 5px 5px 29px rgba(0,19,36,0.59);
}
.btn:not([class*=btn-outline-]) {
    border: none
}
.btn[class*=btn-outline-] {
    background: var(--whiteColor);
    color: var(--secColorDark);
    border-width: 4px;
}
.btn-outline-primary {
    border-color: var(--primColorDark);
}
.btn-outline-primary:hover {
    background: var(--primColorDark) !important;
    border-color: var(--primColorDark) !important;
    color: var(--whiteColor) !important;
}
.bg-success {
    background: var(--successLight) !important; 
}
.bg-warning {
    background: var(--primColorLight) !important;
}
.bg-secondary {
    background: var(--secColorLight) !important;
}
.btn-link {
	color: var(--secColorMed);
    font-size: 18px;
    font-family: var(--primaryFont);
    font-weight: 500;
    line-height: normal;
    text-transform: none;
    border: 4px solid rgba(255,255,255,0) !important;
}
.btn-link:hover {
    border-color: var(--secColorMed) !important;
}
.btn-link img {
    width: 15px;
    margin-left: 14px;
}
.btn-link svg {
    display: block;
    width: 14px;
    margin-left: 11px;
}
.btn-link svg polygon {
    fill: currentColor;
    transition: 0.25s ease-in;
}


/* ---------------------------------------------------------*/


/* -------- FOOTER HERE ----------*/
.footer {
    background: var(--lightGrey);
    border-top: 15px solid var(--primColorLight);
}
.footer_main {
    padding-top: 25px;
}
.footer_logo {
    width: 250px;
    margin-bottom: 14px;
}
.footer_logo img {
    display: block;
    width: 100%;
}
.social_links {
    
}
.social_links ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.social_links ul li {
    width: 52px;
    margin-right: 18px;
}
.social_links ul li img {
    display: block;
    width: 100%;
}
.social_links ul li a {
    text-decoration: none;
}
.social_links ul li a:hover {
    opacity: 0.8;
}
.footer .icon_links {
    padding-bottom: 0;
}
.footer .icon_links ul {
    justify-content: center;
}
.footer .icon_links ul li {
    margin-right: 70px;
}
.footer .icon_links ul li figure {
    background: var(--whiteColor);
    width: 106px;
    height: 106px;
    border-radius: 10px;
    box-shadow: 3px 3px 13px rgba(0,92,185,0.4);
}
.footer .icon_links ul li a {
    font-size: 20px;
}
.newsletter_wrapper {
    width: 405px;
    padding-bottom: 8px;
}
.newsletter_wrapper h5 {
    color: var(--secColorMed);
    font-size: 24px;
    font-family: var(--primaryFont);
    font-weight: 700;
    line-height: 1;
    text-align: center;
    padding-bottom: 32px;
}
.footer_right {
    padding-top: 30px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.footer_right .icon_links {
    padding-bottom: 0 !important;
}
.newsletter_box {
    position: relative;
    display: flex;
}
.newsletter_box .news_input {
    flex: 0 0 266px;
    max-width: 266px;
    height: 59px;
    background: var(--whiteColor);
    border: none;
    border-radius: 20px 0 0 20px;
    box-shadow: none;
    -webkit-appearance: none;
    outline: none !important;
    color: var(--secColorDark);
    font-size: 16px;
    font-family: var(--primaryFont);
    font-weight: 400;
    line-height: 59px;
    padding: 0 10px;
    padding-left: 65px;
}
.newsletter_box .news_submit {
    flex: 1;
    height: 59px;
    background: var(--secColorMed);
    border: none;
    border-radius: 0 20px 20px 0;
    box-shadow: none;
    -webkit-appearance: none;
    outline: none !important;
    color: var(--whiteColor);
    font-size: 20px;
    font-family: var(--primaryFont);
    font-weight: 700;
    line-height: 59px;
    text-transform: uppercase;
    text-align: center;
    padding: 0 10px;
    transition: 0.15s ease-in;
}
.newsletter_box .news_submit:hover {
    background: var(--secColorDark);
}
.newsletter_box .n_icon {
    background: var(--secColorMed);
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 10px;
    top: 10px;
}
.newsletter_box .n_icon img {
    display: block;
    max-width: 100%;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    opacity: 1;
    color: var(--secColorDark);
}
::-moz-placeholder { /* Firefox 19+ */
    opacity: 1;
    color: var(--secColorDark);
}
:-ms-input-placeholder { /* IE 10+ */
    opacity: 1;
    color: var(--secColorDark);
}
:-moz-placeholder { /* Firefox 18- */
    opacity: 1;
    color: var(--secColorDark);
}
.footer_bottom {
    border-top: 5px solid var(--primColorDark);
    margin-top: 22px;
    padding-top: 32px;
    padding-bottom: 32px;
}
.footer_links {
    
}
.footer_links h5 {
    color: var(--secColorMed);
    font-size: 24px;
    font-family: var(--secondaryFont);
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    padding-bottom: 12px;
}
.footer_links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer_links ul li {
    
}
.footer_links ul li a {
    color: var(--secColorDark);
    font-size: 16px;
    font-family: var(--primaryFont);
    font-weight: 500;
    line-height: 1.87;
    text-decoration: none;
}
.footer_links ul li a:hover {
    color: var(--secColorMed);
}
.location_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.location_box figure {
    margin: 0;
    margin-bottom: 10px;
}
.location_box figure img {
    display: block;
    max-width: 100%;
}
.location_box address, .location_box p, .location_box p address {
    color: var(--secColorDark);
    font-size: 16px;
    font-family: var(--primaryFont);
    font-weight: 500;
    line-height: 1.75;
    margin: 0;
}
.location_box p a {
    color: var(--secColorDark);
    text-decoration: none;
}
.location_box p a:hover {
    text-decoration: underline;
}
.copyright_box {
    background: var(--secColorDark);
    padding: 16px 0;
}
.copyright_box p {
    color: var(--whiteColor);
    font-size: 16px;
    font-family: var(--primaryFont);
    font-weight: 400;
    line-height: normal;
    margin: 0;
}
.copyright_box p a {
    color: var(--whiteColor);
    text-decoration: none;
}
.copyright_box p a:hover {
    text-decoration: underline;
}
.copyright_box .d-flex > a {
    color: var(--whiteColor);
    font-size: 20px;
    font-family: var(--primaryFont);
    font-weight: 700;
    line-height: 1.20;
    text-decoration: none;
}
.copyright_box .d-flex > a:hover {
    text-decoration: underline;
}
.newsletter_wrapper .gform_heading {
    display: none;
}
.newsletter_wrapper .gform_wrapper form {
    position: relative;
    display: flex;
}
.newsletter_wrapper .gform_body {
    position: relative;
    flex: 0 0 266px !important;
    max-width: 266px !important;
}
.newsletter_wrapper .gform_body:before {
    display: block;
    content: "";
    background: var(--secColorMed) url('../images/envicon.png') no-repeat center center !important;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 40;
}
.newsletter_wrapper .gform_footer {
    flex: 1 !important;
    margin: 0 !important;
}
.newsletter_wrapper .large {
    width: 100% !important;
    height: 59px !important;
    background: var(--whiteColor) !important;
    border: none !important;
    border-radius: 20px 0 0 20px !important;
    box-shadow: none !important;
    -webkit-appearance: none !important;
    outline: none !important;
    color: var(--secColorDark) !important;
    font-size: 16px !important;
    font-family: var(--primaryFont) !important;
    font-weight: 400 !important;
    line-height: 59px !important;
    text-align: left;
    padding: 0 10px !important;
    padding-left: 65px !important;
}
.newsletter_wrapper .gform_button {
    width: 100% !important;
    height: 59px !important;
    background: var(--secColorMed) !important;
    border: none !important;
    border-radius: 0 20px 20px 0 !important;
    box-shadow: none !important;
    -webkit-appearance: none !important;
    outline: none !important !important;
    color: var(--whiteColor) !important;
    font-size: 20px !important;
    font-family: var(--primaryFont) !important;
    font-weight: 700 !important;
    line-height: 59px !important;
    text-transform: uppercase !important;
    text-align: center !important;
    padding: 0 10px !important;
    transition: 0.15s ease-in !important;
}
.newsletter_wrapper .gform_button:hover {
    background: var(--secColorDark) !important;
}
.newsletter_wrapper .gfield {
    position: relative;
}
.newsletter_wrapper .gfield .validation_message {
    position: absolute !important;
    top: 100%;
    left: 0;
    width: 100%;
    text-align: center;
    margin-top: 5px !important;
}
.newsletter_wrapper .gform_validation_errors {
    display: none !important;
}
.newsletter_wrapper .gform-loader {
    position: absolute !important;
}

/* ---------------------------------------------------------*/

body {
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a[href^=tel] {
	color: var(--secColorDark);
	text-decoration:none;
}
.footer a[href^=tel] {
	color: var(--secColorDark);
	text-decoration:none;
}
	
	
/* ---------------------------------------------------------*/
.sbi-owl-nav .sbi-owl-prev {
	width: 72px !important;
    height: 52px !important;
    background: url(../images/leftarrow.png) no-repeat center center !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    -webkit-appearance: none !important;
    outline: none !important;
    font-size: 0.1px;
    text-indent: -9999px;
    transition: 0.15s ease-in;
}
.sbi-owl-nav .sbi-owl-next {
	width: 72px !important;
	height: 52px !important;
	background: url(../images/rightarrow.png) no-repeat center center !important;
	border: none !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	-webkit-appearance: none !important;
	outline: none !important;
	font-size: 0.1px;
	text-indent: -9999px;
	transition: 0.15s ease-in;
}
.sbi-owl-nav .sbi-owl-prev {
    position: absolute;
    left: -385px;
    top: 50% !important;
    transform: translate(0, -50%) !important;
    margin-top: -5px;
    z-index: 40;
}
.sbi-owl-nav .sbi-owl-next {
    position: absolute;
    right: -76px;
    top: 50% !important;
    transform: translate(0, -50%) !important;
    margin-top: -5px;
    z-index: 40;
}
#sb_instagram .sbi_item:not(.sbi_transition) .sbi_photo {height:100% !important; }
#sb_instagram .sbi_inner_wrap{
       display: block;
    height: 270px;
    border-radius: 20px;
    box-shadow: 8px 8px 13px rgba(6, 32, 92, 0.35);
    overflow: hidden;
    text-decoration: none;
}
#sb_instagram {padding-bottom:0 !important;}
#sb_instagram #sbi_images { padding: 0;}
#sb_instagram #sbi_images img { display: block; width: 100%; height: 100%; object-fit: cover; }
.instagram_wrapper .sbi_info_wrapper {
    display: none !important;
}
.sbi-owl-nav .sbi-owl-prev svg {
    display: none !important;
}
.instagram_wrapper .sbi_carousel:hover .sbi-owl-nav>div {
    cursor: pointer;
    box-shadow: none !important;
}
.instagram_wrapper .sbi_hover_top {
    display: none !important;
}
.instagram_wrapper #sb_instagram #sbi_images.sbi_carousel .sbi_item {
    padding: 0 !important;
    overflow: visible !important;
}
.instagram_wrapper .sbi_carousel .sbi-owl-item {
    padding-right: 10px !important;
    padding-bottom: 10px !important;
}
.instagram_wrapper .sbi {
    width: calc(100% + 20px) !important;
    position: relative !important;
    left: -10px !important;
    top: -10px !important;
}
#sb_instagram .sbi_photo_wrap {
    height: 100%;
}