/*-----------------------------------------------------------------------------------

	Theme Name: Kenton, OH 
	Front-end developer: Nikesh
	Author Design: Samir Alex Parent
	Author URI: http://www.revize.com/
	Date: 03/07/2023

-----------------------------------------------------------------------------------*/
/* -----------------------------------------

#fonts

-----------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap');
/* -----------------------------------------

#basic styles

-----------------------------------------*/
body{background:#fff;font-size:16px;line-height:160%;font-family: 'Montserrat', sans-serif;color:#444;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;overflow-x:hidden;top:0!important}
body .container {max-width: 1254px;}
/* -----------------------------------------

#typography

-----------------------------------------*/
h1,h2,h3,h4,h5,h6{color:#111;font-weight:normal;margin-bottom:30px;line-height:1.2}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{font-weight:inherit}
h1{font-size:36px}
h2{font-size:32px}
h3{font-size:28px}
h4{font-size:21px}
h5{font-size:16px}
h6{font-size:14px}
.header{font-size:28px;color:#111;margin-bottom:30px}
.subheader{font-size:24px;color:#000;margin-bottom:30px; font-weight: 700; line-height: 135%; display: block;}
p{margin:0 0 40px 0}
em{font-style:italic}
strong,b{font-weight:bold}
small{font-size:80%}
hr{border:solid #ccc;border-width:1px 0 0;clear:both;margin:10px 0 30px;height:0}
/* -----------------------------------------

#links

-----------------------------------------*/
a,a:visited{text-decoration:underline;
-webkit-transition:color .3s ease;-moz-transition:color .3s ease;-o-transition:color .3s ease;transition:color .3s ease;
-webkit-transition:background .3s ease;-moz-transition:background .3s ease;-o-transition:background .3s ease;transition:background .3s ease}
p a,p a:visited{line-height:inherit}

/* -----------------------------------------

#lists

-----------------------------------------*/
ul,ol{margin-bottom:20px;margin-left:10px}
ul{list-style:disc}
ol{list-style:decimal}
ul ul,ul ol,
ol ol,ol ul{margin:4px 0 5px 30px}
ul ul li,ul ol li,
ol ol li,ol ul li{margin-bottom:6px}
li{line-height:1.3;margin-bottom:7px}
li p{line-height:1.3}

/* -----------------------------------------

#images

-----------------------------------------*/
img{max-width:100%;height:auto}
a img{border:none}

.alignleft{float:left;clear:left;margin:0 20px 20px}
.alignright{float:right;margin:0 0 20px 20px}
.alignnone{margin:0 auto 20px;display:block}
img[align="right"],
img[style*="float: right"],
img[style*="float:right"]{
  margin: 0 0 20px 20px;
}
img[align="left"],
img[style*="float: left"],
img[style*="float:left"]{
  margin: 0 20px 20px 0;
}

/* -----------------------------------------

#buttons

-----------------------------------------*/
.btn>a,
.btn>span{text-decoration:none;color:#fff}
.button,
.btn,
a.button,
#post button:not(.rz-doc-search-reset),
#post input[type="submit"],
#post input[type="reset"],
#post input[type="button"],
.rz-btn{padding:16px 24px; border-radius: 6px; background:#083953;color:#fff;border:0; display:inline-block;font-size:18px;font-weight:700;text-decoration:none;cursor:pointer;line-height:1.5;vertical-align:top;font-family: 'Montserrat', sans-serif;transition:all .3s; text-transform: capitalize;}
.button:hover,
a.button:hover,
#post button:hover,
#post input[type="submit"]:hover,
#post input[type="reset"]:hover,
#post input[type="button"]:hover,
.rz-btn:hover{-webkit-box-shadow:none;-moz-box-shadow:none;-o-box-shadow:none;box-shadow:none;background:#0e8cda;color:#fff}
.button:active,
a.button:active,
#post button:active,
#post input[type="submit"]:active,
#post input[type="reset"]:active,
#post input[type="button"]:active,
.rz-btn:active{-webkit-box-shadow:none;-moz-box-shadow:none;-o-box-shadow:none;box-shadow:none;background:#0e8cda;color:#fff}
#post button::-moz-focus-inner,
#post input::-moz-focus-inner{border:0;padding:0}

/* -----------------------------------------

#forms

-----------------------------------------*/
form{margin-bottom:30px}
fieldset{margin-bottom:30px}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
textarea,
select{border:1px solid #e9eaec;padding:10px 14px;outline:none;font-size:13px;font-family: 'Montserrat', sans-serif;color:#777;margin:0;display:inline-block;background:#fff;border-radius:0;box-shadow:none}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
textarea:focus{color:#63686c;border:1px solid #0F95E9}
label,
legend{display:block;font-weight:bold;font-size:13px}
input[type="checkbox"]{display:inline}
label span,
legend span{font-weight:normal;font-size:13px;color:#444}
.form-control:focus{border-color:inherit;-webkit-box-shadow:none;box-shadow:none}
::-webkit-input-placeholder{color:#777}
:-moz-placeholder{color:#777}
::-moz-placeholder{color:#777}
:-ms-input-placeholder{color:#777}
.gsc-control-cse *{box-sizing:content-box}

/* -----------------------------------------

#rz intranet

-----------------------------------------*/
form.loginform{background:#fff;padding:30px;border:1px solid #D2DFEF}
form.loginform p{background:#E65229;color:#fff;padding:20px;line-height:1}
form.loginform label{font-weight:normal}
form.loginform label input{display:block;margin-bottom:10px;width:100%;box-sizing:border-box;padding:10px;color:#000}

/* -----------------------------------------

#rz alert

-----------------------------------------*/
.floating-alert{position:fixed;z-index:99999;bottom:10px;margin:0;right:10px;border:3px solid #fff;background:#000;background:rgba(0,0,0,.9);box-shadow:0 0 10px rgba(0,0,0,.2);color:#fff;padding:30px;font-size:14px;width:350px;}
.floating-alert h2{color:#ffc140;margin:0 0 10px;font-family: 'Montserrat', sans-serif;font-weight:bold;text-transform:uppercase;font-size:18px}
.floating-alert .btn{margin:20px 0 0 0!important}
.floating-alert .close{padding:0;background:none!important;color:#fff!important;opacity:1;margin-right:13px;margin-top:10px}
.floating-alert.fade:not(.show){visibility:hidden}

/* -----------------------------------------

#rz edit

-----------------------------------------*/
.rzHeader{position:absolute;top:250px;left:0;right:0;z-index:101;width:550px;margin:auto}
a>span.rzBtn, .rzContainer a>span.rzBtn, body:not(#rz-editform) a[href*="/revize_faq.php"], #search-caption a>span.rzBtn{all:unset;position:relative;z-index:199;display:inline-block!important;font-family:'Poppins',sans-serif!important;letter-spacing:0px;padding:5px 15px;background:#000;background:linear-gradient(#333,#000);color:#EEE!important;font-weight:700;text-transform:none;box-shadow:inset 0 0 1px 1px rgba(255,255,255,.1);font-size:16px;line-height:26px;white-space:nowrap}
a>span.rzBtn.noPush, .rzContainer a>span.rzBtn.noPush, #search-caption a>span.rzBtn.noPush{position:absolute;margin-top:-30px}
a>span.rzBtn.rzSmall, .rzContainer a>span.rzBtn.rzSmall{font-size:14px;padding:5px;line-height:16px}
a>span.rzBtn.rzCenter{transform:translateX(-50%)}
.rzAdmin{position:relative;z-index:199;display:inline-block;padding:0 17px}
.rzAdmin>img{position:relative;z-index:2;opacity:0;width:95px;height:36px}
.rzAdmin:after{content:"Admin Panel";z-index:1;position:absolute;left:0;top:-1px;display:inline-block;font-family:'Poppins',sans-serif;padding:5px 13px;background:#000;background:linear-gradient(#333,#000);color:#EEE;font-weight:700;box-shadow:inset 0 0 1px 1px rgba(255,255,255,.1);font-size:16px;line-height:26px;white-space:nowrap;}
a>span.rzBtn:hover, .rzAdmin:hover:after, body:not(#rz-editform) a[href*="/revize_faq.php"]:hover:after {background:linear-gradient(#333,#555)!important} 
body:not(#rz-editform) a[href*="/revize_faq.php"]{padding:0}
body:not(#rz-editform) a[href*="/revize_faq.php"]>img{position:relative;z-index:2;display:none}
body:not(#rz-editform) a[href*="/revize_faq.php"]:after{content:"Help";z-index:1;cursor:pointer;display:inline-block;padding:5px 22px 5px 23px;background:#000;background:linear-gradient(#333,#000);color:#EEE;font-weight:700;box-shadow:inset 0 0 1px 1px rgba(255,255,255,.1);font-size:16px;line-height:26px;white-space:nowrap}
#dataTable .header{display:table-cell}
.alertbtn{position:fixed;bottom:20px;right:20px;z-index:100000}
.rzContainer{position:absolute;margin:-30px auto 0;left:0;right:0;max-width:1300px}
.rzContainer>a{display:inline-block!important}
div.skiptranslate{display:none !important}
.cal-content {background: radial-gradient(49.33% 223.61% at 95.12% 96.51%, rgba(44, 181, 137, 0.12) 0%, rgba(146, 219, 122, 0) 100%), radial-gradient(53.89% 234.3% at 6.65% 8.98%, rgba(0, 97, 121, 0.12) 0%, rgba(0, 97, 121, 0) 100%), #FFFFFF;box-shadow: 0px 3px 14px rgba(0, 0, 0, 0.05);border-radius: 6px; padding:24px;}
.cal-event time {background: #083953;border-radius: 6px; padding:6px 20px; color: #92DB7A; font-size:14px; line-height:150%; font-weight:400; text-align:center; display:inline-block; margin-bottom:24px;} 
.cal-event time span {display:block; font-size:24px; line-height:135%; color:#fff; font-weight:700;}
.cal-content > span { font-weight: 700;font-size: 18px;line-height: 150%; color: #1B1B1B;}
.cal-content {margin-bottom:32px;}
body .rz-doc-search-submit {color:#fff;}
body .cat h3 {background: #083953;}
body .faq-header {display:block;}
.faq-header ~ .faq-editbtns {margin-top: -35px;}
div.skiptranslate{display:none !important}
/* -----------------------------------------

#main

-----------------------------------------*/
#skip{position:fixed;left:-100%;top:-100%;transition:all .3s;z-index:999}
#skip:focus{left:50px;top:50px}
#calendarEvent{left:0px;max-height:500px;overflow-y:auto;margin:0 auto}
.text-overflow{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}

header{position:relative;z-index:200}


/* Default nav styles */

#nav, #nav-2{padding:0;margin:0;position:relative}
#nav li, #nav-2 li{margin:0;list-style:none}
#nav li a,
#nav li span,
#nav-2 li a,
#nav-2 li span{padding:15px 10px;display:inline-block}
#nav ul, #nav-2 ul{padding:0;margin:0}
#nav ul a,
#nav ul span{padding:0}
#nav.mega>li.active>a {color: #92DB7A;}
#nav > li > a.current-page, #nav > li > span.current-page {color: #92DB7A;}

/* Social */
#twitterfeed{background:#f1f1f1}

/* Logo */
#logo{display:inline-block;max-width:100%;width:192px;margin:15px 0 13px}

/* Translate */
.goog-te-banner-frame{display:none}
#translation-links{padding:0;margin:0; margin-left: 30px;}
#translation-links button{padding:0;border:0;background:none; font-size: 18px; font-weight: 700; color: #083953; display: flex;}
#translation-links button i {margin-left: 8px;}
#translation-links li{position:relative;margin:0;list-style:none}
#translation-links ul{padding:25px;margin:0;position:absolute;right:0;top:100%;width:250px;height:400px;overflow:scroll;background:#fff;display:none; z-index: 99;}
#translation-links ul li{margin-bottom:10px}

/* Search */
#search form{position:relative;margin:0}
#search input{border: 0; height: 42px; color: #666666;  padding-left: 21px;  padding-right: 60px;  background: #F2F2F2;   border-radius: 50px;   font-size: 14px;   line-height: 21px;}
#search input::-webkit-input-placeholder{color:#666666}
#search input:-moz-placeholder{color:#666666}
#search input::-moz-placeholder{color:#666666}
#search input:-ms-input-placeholder{color:#666666}
#search label{margin:0;position:absolute;left:0;top:0;line-height:45px}
#search button{position:absolute;    right: 5px; top: -4px;border:0;background:transparent;padding:0 15px;line-height:45px;color:#fff;text-transform:uppercase}
#search button img {width: 22px;}

/* -----------------------------------------

#header

-----------------------------------------*/
header {height: 164px; position: fixed; width: 100%; top: 0;}
.header-top {background: #fff;}
.header-bottom {background:  #083953;}
.flex-block {display: flex; justify-content: end; align-items: center;}
a {text-decoration: none;}
#social-media-links img {width: 24px;}
.header-top .container {max-width:1538px}
#search {margin-left: 30px;}
#social-media-links {margin-left: -200px;}

/* -----------------------------------------

#qlinks

-----------------------------------------*/
#qlinks {margin-top: -50px; margin-bottom: -100px; position: relative; z-index: 9;}
.qlink {text-decoration: none;}
.qlink-icon {width: 88px;  height: 88px; margin: 0 auto 16px; border-radius: 50%; background: linear-gradient(180deg, #2CB589 0%, #92DB7A 100%); display: flex; justify-content: center; align-items: center; min-width:88px;}
.qlink-icon img {width: 48px; display: block;  transition: all .2s ease-in-out;}
.qlink-title {font-size: 18px; font-weight: 700; line-height: 150%; display: block; text-align: center; color: #fff; text-decoration: none; text-transform: capitalize;}
.qlink:hover .qlink-icon img { transform: scale(1.1);}


/* -----------------------------------------

#explore-kenton

-----------------------------------------*/
#explore-kenton {position: relative; padding: 231px 0 144px;}
#explore-kenton h2 {position: relative; font-size: 48px; margin-top: 132px; line-height: 100%; color: #fff; text-transform: uppercase; text-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2); color: #fff; font-weight: 700;}
#explore-kenton::before { content: ""; position: absolute; width: 100%; height: 100%; top: 0; background: linear-gradient(180deg, #083953 19.69%, rgba(8, 57, 83, 0) 64.66%), linear-gradient(93.43deg, rgba(8, 57, 83, 0.5) 0%, rgba(0, 97, 121, 0.5) 100%), #000000; opacity: 0.96;}
.explore-block {height: 360px; justify-content: center; border-radius: 6px; position: relative; padding: 30px; display: flex; align-items: center;}
.explore-block::before {content: ""; left: 0; pointer-events: none; background: linear-gradient(0deg, rgba(0, 140, 140, 0.68), rgba(0, 140, 140, 0.68)); position: absolute; width: 100%; height: 100%; top: 0;}
#explore-kenton h3 {text-align: center; position: relative; font-size: 48px; line-height: 100%; color: #fff; text-transform: uppercase; text-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2); color: #fff; font-weight: 700;}

/* -----------------------------------------

#news-and-updates

-----------------------------------------*/
section h2 {font-weight: 700;	font-size: 64px;line-height: 100%; color: #008C8C; position: relative; text-transform: uppercase;}
section h2 span {color: #083953;}
#homepage #news-and-updates {   background: radial-gradient(49.33% 223.61% at 95.12% 96.51%, rgba(44, 181, 137, 0.12) 0%, rgba(146, 219, 122, 0) 100%), radial-gradient(53.89% 234.3% at 6.65% 8.98%, rgba(0, 97, 121, 0.12) 0%, rgba(0, 97, 121, 0) 100%), #FFFFFF; padding: 72px 0;}
#homepage .news-banner {padding-bottom: 215px; border-radius: 6px 6px 0 0;}
#homepage .news-info {background: #fff; padding: 32px; border-radius: 0 0 6px 6px; box-shadow: 0px 6px 14px rgba(0, 0, 0, 0.05); }
#homepage .news-title {font-weight: 700;font-size: 18px;line-height: 150%;	text-transform: capitalize;	color: #1B1B1B; margin-bottom: 35px;}
#homepage .news-link {font-weight: 400;font-size: 12px;line-height: 150%; color: #006179;}
#homepage #news-and-updates #tns3-iw {padding-bottom: 10px;}
#homepage #news-and-updates .button {margin-top: 14px;}

/* -----------------------------------------

#upcoming-events

-----------------------------------------*/
#upcoming-events {padding: 176px 0; position: relative;}
#upcoming-events::before {content: ""; position: absolute; width: 100%; height: 100%; top: 0; background: linear-gradient(0deg, rgba(0, 0, 0, 0.48), rgba(0, 0, 0, 0.48)), linear-gradient(100.76deg, rgba(44, 181, 137, 0.74) 0%, rgba(8, 57, 83, 0.74) 100%); pointer-events: none;}
#upcoming-events h2 {color: #92DB7A;}
#upcoming-events h2 span {color: #fff;}
#upcoming-events .container {position: relative;}
#upcoming-events .button {background: #92DB7A; color: #000;}



/* -----------------------------------------

#notification-block

-----------------------------------------*/
#video-tour {background: radial-gradient(49.33% 223.61% at 95.12% 96.51%, rgba(44, 181, 137, 0.32) 0%, rgba(146, 219, 122, 0) 100%) , radial-gradient(53.89% 234.3% at 6.65% 8.98%, rgba(0, 97, 121, 0.6) 0%, rgba(0, 97, 121, 0) 100%), #083953;}
#notification-block .container {max-width: 1646px;}
#notification-block h2 {font-size: 48px; margin: 0;}
#stay-informed {display: flex; align-items: center; justify-content: space-between; padding-right: 27px; padding: 32px 27px 34px 0;} 
#notification-block .button {padding: 13px 18px; font-size: 16px; text-transform: none; white-space: nowrap;}
#notification-block .button img {width: 20px; margin-left: 15px;}
#stay-informed h2 {color: #083953;} 
#notification-block .col-md-6:nth-of-type(2) {padding-left: 0;}
#video-tour { padding: 32px 0 34px 42px; display: flex; align-items: center; justify-content: space-between; height: 100%;}
#video-tour .button { background: #92DB7A; color: #000;}
#video-tour h2 {color: #fff;}


/* -----------------------------------------

#footer

-----------------------------------------*/
footer {background: #2CB589; padding-bottom: 20px;}
.footer-top {background: #083953; padding: 50px 0 44px;}
.copyright-block {padding-top: 20px;}
.ft-logo {display: block; font-weight: 700;font-size: 18px;	line-height: 150%; color: #2CB589; text-transform: capitalize; margin-bottom: 7px;}
.contact-info {display: block; color: #fff; margin-bottom:4px; }
.contact-info  a {display: inline-block; color: #fff; cursor: pointer; text-decoration: none;}
.contact-info  a:hover {opacity: 0.8;}
#social-block {display: flex; justify-content: end; padding-top: 24.5px;}
#social-block a {margin-left: 20px;}
#social-block a img {width: 48px;}
#revize {text-align: center; color: #1B1B1B; font-size: 14px; line-height: 150%;}
#revize a {color: #1B1B1B; text-decoration: none; }
#revize img {width: 40px;}
#revize a:hover {opacity: 0.8;}

/* -----------------------------------------

#inner

-----------------------------------------*/
#flyout{padding:0;margin:0}
#flyout li{position:relative;margin:0;list-style:none}
#flyout a,
#flyout span{display:block;text-decoration:none;font-size:18px}
#flyout ul{padding:0;margin:0;display:none}
#flyout ul a,
#flyout ul span{font-size:16px;padding:10px 15px}
#breadcrumbs{font-size:13px;text-transform:capitalize; font-size: 14px; line-height: 150%; color: #006179; margin-bottom: 10px; }
#breadcrumbs a{text-decoration:none; color: #083953; font-weight: 700;}
#breadcrumbs ul{list-style:none;margin:0;padding:0}
#breadcrumbs li{display:inline-block;margin:0;padding:0}
.col-xs-12{width:100%}
#breadcrumbs a:after { content: '\f0da';  font-family: 'FontAwesome';  font-size: 12px; margin: 0 14px 0 20px;  color:#323232;}

#freeform #slider {padding-bottom:500px; margin-bottom: 48px;}
#flyout-header {font-size: 18px; line-height: 135%; color: #fff; font-weight: 700; text-transform: uppercase; padding: 0 35px; margin-bottom: 18px;}
#flyout-wrap {background: #083953;	border-radius: 6px; padding: 35px 0 27px;}
#page-title {font-weight: 700;font-size: 64px;line-height: 100%;text-transform: uppercase;color: #000000; margin-bottom: 40px;}
#entry {padding-bottom: 50px;}
a:active,
a:focus {text-decoration: none;}
#social-block a:hover {opacity: 0.8;}
#video-tour .button:hover,
#upcoming-events .button:hover {opacity: 0.8;}

/* DON'T modify the styling of images in the #post, only the span.subheader*/

/* -----------------------------------------

#share widget

-----------------------------------------*/
.modal{z-index:100000}
.modal-content{overflow:hidden;box-shadow:none!important;border-radius:3px}
.modal-header{background:#fff;border-color:#F4F9FD;text-align:center;padding:30px 60px;text-align:left}
.modal-header h4{font-size:30px}
.modal-header button{margin-top:2px!important;position:relative;font-size:25px}
.modal-body{padding:40px 60px}
.copylink{margin-bottom:40px}
.copylink pre{border-color:#DBE7F0;background:#F4F9FD;border-width:1px}
.modal-header button,.modal-header button:hover{color:#000!important;background:none}
.share-btns{margin:0 0 20px}
.share-btns a{display:block;border:1px solid #DBE7F0;text-align:center;height:170px;border-radius:3px;overflow:hidden;text-decoration:none;margin-bottom:20px}
.share-btns i{display:block;line-height:170px!important;font-size:60px}
.btn-facebook{color:#3b5998!important}
.btn-twitter{color:#00ACED!important}
.btn-google{color:#D34836!important}
.btn-reddit{color:#ff5700!important}
.btn-facebook:hover{border-color:#3b5998}
.btn-twitter:hover{border-color:#00ACED}
.btn-google:hover{border-color:#D34836}
.btn-reddit:hover{border-color:#ff5700}
.btn-lg{font-size:16px;padding:14px 30px;border:0;border-radius:3px}
.floating-share-btn{position:fixed;z-index:99999;top:40%;right:0;border-radius:0;border:0;background:#083953!important;color:#fff!important;padding:8px;box-shadow:0 0 10px rgba(0,0,0,.3);text-align:center}
.floating-share-btn span{display:block;margin-top:5px;text-transform:uppercase}

/* -----------------------------------------

#slider

-----------------------------------------*/
#slider{position:relative;max-height:80wv;padding-bottom:812px}
#slider > .tns-outer{position:absolute;left: 0;right:0;top:0;bottom:0}
#slider-caption{position:absolute;left:0;right:0;top:55%;transform:translateY(-50%);z-index:51}

.tiny-slider-wrap > .tns-outer,
.tiny-slider-wrap > .tns-outer > .tns-inner,
.tiny-slider-wrap > .tns-outer > .tns-inner > .tiny-slider,
.tiny-slider-wrap > .tns-outer > .tns-inner > .tiny-slider .tns-item,
.tns-bg-slide {height:100%}
.tns-outer{position:relative}
.tns-controls{position:absolute;top:50%;left:0;right:0}
.tns-controls button{padding:0;border:0;background:#fff;color:#000;border-radius:50%;position:relative;z-index:10;line-height:35px;width:35px;margin:0 15px;transform:translateY(-50%);font-size:20px;opacity:0;transition:all .3s}
.tns-outer:hover .tns-controls button{opacity:1}
.tns-controls button:last-of-type {float:right}
.tns-nav{position:absolute;bottom:0;left:0;right:0;z-index:1;text-align:center}
.tiny-slider-wrap button[data-action]{position:absolute;bottom:0;right:0;z-index:1}
ul.tiny-slider,
ul.tiny-carousel{padding:0;margin:0}
#slider-caption {font-weight: 700;font-size: 96px;line-height: 100%;	background: radial-gradient(49.33% 223.61% at 95.12% 96.51%, rgba(44, 181, 137, 0.12) 0%, rgba(146, 219, 122, 0) 100%) , #FFFFFF;-webkit-background-clip: text;	-webkit-text-fill-color: transparent;background-clip: text;	text-fill-color: transparent; text-transform: uppercase; text-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);}
#slider-caption span {font-size: 64px; line-height: 100%; display: block; font-weight: 500; }


/* -----------------------------------------

#media queries

-----------------------------------------*/
@media only screen and (min-width:992px) {
	#nav .focused .toggle, #nav-2 .focused .toggle, #nav .focused .toggle2, #nav-2 .focused .toggle2, #flyout .focused .toggle{display:inline-block !important;padding:0}
	#flyout .focused .toggle,#nav .focused .toggle2{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}
	
    
     /* default nav styles */
    #nav, #nav-2{display:flex;justify-content:end;}
	#nav {margin-left:15.4%; justify-content: normal;}
    #nav .focused .toggle, #nav-2 .focused .toggle{display:inline !important}
    #nav li:hover>ul, 
	#nav-2 li:hover>ul{display:block !important}
    
    /* traditional */ 
    #nav:not(.mega) li, #nav-2:not(.mega) li{position:relative}
    #nav:not(.mega) ul,  #nav-2:not(.mega) ul{position:absolute;left:0;top:100%;width:200px;display:none}
    #nav:not(.mega) ul ul, #nav-2:not(.mega) ul ul{left:100%;top:0}
    #nav:not(.mega) .focused .toggle2, #nav-2:not(.mega) .focused .toggle2{display:inline !important}
    #nav:not(.mega) ul a,
    #nav:not(.mega) ul span,
	#nav-2:not(.mega) ul a,
    #nav-2:not(.mega) ul span{border-bottom:1px solid rgba(0,0,0,.15)}
    #nav:not(.mega) li:last-child>a,
    #nav:not(.mega) li:last-child>span,
	#nav-2:not(.mega) li:last-child>a,
    #nav-2:not(.mega) li:last-child>span{border:0}
    
    /* mega */
    #nav.mega>li{position:static}
    #nav.mega>li>ul{-webkit-column-count:3;-moz-column-count:3;column-count:3;position:absolute;left:0;right:0;top:100%;display:none;background:#fff}
    #nav.mega>li>ul>li{display:block;width:100%;break-inside:avoid}
    #nav.mega .focused .toggle2{display:none !important}
	#nav-2 {display: flex; justify-content: normal; margin-left: -13px;}
	#nav > li > a, #nav > li > span {	font-size: 18px;line-height: 150%;	font-weight: 700;	color: #fff;	text-transform: capitalize;	text-decoration: none;	padding: 18.5px 25px;	white-space: nowrap;}
	#nav-2:not(.mega) ul a, #nav-2:not(.mega) ul span {	border-bottom: 1px solid rgba(0,0,0,.15);	display: block;	padding: 15px;	color: #fff;	font-size: 16px;}
	#nav-2 > li > a,  #nav-2 > li > span { font-size: 14px; line-height: 150%; padding: 39px 18.5px; color: #000; display: inline-block; text-decoration: none;	}
	#nav-2  ul {background: #083953; z-index: 99;}

	#nav.mega>li>ul {-webkit-column-count: 4;	-moz-column-count: 4;	column-count: 4;position: absolute;	top: 100%;display: none;	z-index: 9;	background: #083953;padding: 45px;	border-radius: 0 0 6px 6px;	left:0;right: 0;	}
	ul#nav > li ul li a, ul#nav > li ul li span {font-size: 16px;line-height: 160%;font-weight: 400;	color: #fff;	padding: 5px 0;	}
	ul#nav > li > ul > li > a, ul#nav > li > ul > li > span {color: #92DB7A;font-size: 15px;line-height: 135%; text-transform: uppercase;	font-weight: 700;word-break: break-all;}
	#nav.mega>li:hover > a, 
	#nav.mega>li:hover > span  {background: #008C8C; color: #083953;}


	#flyout li>a, #flyout li>span {	line-height: 150%;	font-size: 14px;color: #fff; padding: 7.5px 35px 7.5px 35px; }
	#flyout ul {position: absolute;	left: 100%;	top: 0;	width: 200px;background: #083953;	display: none;	z-index: 999;	box-shadow: -1px 6px 13px 0px rgb(0 0 0 / 5%);	padding: 20px 0;}
	#flyout li:hover ul {display: block;}
	#entry {padding-bottom: 100px;}
	#flyout li>a.fa-angle-down, #flyout li>span.fa-angle-down {	position: absolute;	right: 10px;top: 11px;}
 	#nav-2 li li a.fa-angle-down {	position: absolute;	right: 10px;	top: 33%;}
	 #nav-2 .focused .toggle2 {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
	#nav-2 > li > a::after, #nav-2 > li > span::after {content: ""; width: 2px; height: 24px; background: #008C8C; position: absolute; right: 0;}
	#nav-2 > li:last-child > a::after, #nav-2 > li:last-child > span::after {display: none;}
	.footer-block {margin-left: -38px;}
	#social-block{margin-right: -38px;}
	#social-media-links a {margin-left: 4px;}
	#flyout-wrap {margin-right: 27px;}
	#search {max-width:234px;}
}


@media only screen and (max-width:1550px) {
	#notification-block h2 {font-size: 32px;}
	ul#nav > li > ul > li > a, ul#nav > li > ul > li > span {font-size:14px;}
}

@media only screen and (max-width:1340px) {
	#nav-2 > li > a, #nav-2 > li > span {padding-left: 10px; padding-right: 10px;}
}

@media only screen and (max-width:1350px) {
	#stay-informed,
	#video-tour {flex-direction: column;}
	#notification-block h2 {margin-bottom: 20px;}
}

@media only screen and (max-width:1210px) {
	#nav-2 {margin-left: -70px;}
	#nav-2 > li > a, #nav-2 > li > span {padding-left: 5px; padding-right:5px;}
	#logo {width: 135px;}
	#search {max-width: 180px;}
	#nav {margin-left: 0;}
 }

@media only screen and (max-width:991px) {
	/* rz form tables - without page scope this targets editforms and makes
	 * editing confusing
	 */
	#freeform #formwizziwmorf tr,#freeform #formwizziwmorf tr td{display:block!important}
	#freeform #formwizziwmorf tr table tr{display:table-row!important}
	#freeform #formwizziwmorf tr table td{display:table-cell!important}
	/* Allows tables to be used as columns with responsive stacking */
	.layout-table{width:100%!important}
	.layout-table,
	.layout-table thead,
	.layout-table tbody,
	.layout-table th,
	.layout-table td,
	.layout-table tr{display:block!important}
	.layout-table td{margin-bottom:15px}

	#toggles{position:absolute;right:15px;top:15px; z-index: 99;}
	#nav-toggle,#search-toggle, #nav-toggle-2{line-height:45px;width:45px;text-align:center;border-radius:4px;background:#222;color:#fff;margin-left:5px; z-index: 99;}

	 #nav ul{display:none}
    #nav li{position:relative}
    #nav {position: absolute; left: 0; right: 0;background: #083953;}
    #nav .toggle,
    #nav .toggle2,
    #flyout .toggle{position:absolute;right:0;top:0}
    
    #flyout-toggle{padding:15px; color: #fff;}

	header {position: relative; height: 125px;}
	.flex-block {position: absolute; right: 0; top: 85px;}
	#search {display: none; position: absolute;	top: 42px;	left: 0;	right: 0;	margin: 0; max-width: 100%;}
	#nav-2 {display: none;		position: absolute;background: #083953;left: 0;right: 0;top:44px; margin-left: 0;}
	#nav {display: none;}
	#nav li a, #nav li span, #nav-2 li a, #nav-2 li span {display: block; color: #fff; padding: 15px; border-bottom: solid 1px rgba(0, 0, 0, 0.5);}
	#nav-2 li a, #nav-2 li span {padding: 15px;}
	#nav .toggle, #nav-2 .toggle, #nav .toggle2, #nav-2 .toggle2, #flyout .toggle {
		position: absolute;
		right: 0;
		top: 0;
		padding: 17px 15px !important;
		border: none;
		background: rgba(0,0,0,0.25) !important;
	}	#nav ul, #nav-2 ul {background: rgba(0,0,0,0.25); display: none;	}
	.floating-share-btn span {display: none;}
	.floating-share-btn {width: 40px; height: 40px;}
	#slider  {padding-bottom: 400px;}
	#nav-2 li {position: relative;}

	section h2 {font-size: 36px;}
	#notification-block h2,
	#video-tour h2,
	#explore-kenton h2,
	#explore-kenton h3 {font-size: 32px;}
	#video-tour {padding: 15px;}
	.explore-block {margin-bottom: 30px; height: 250px;}
	#explore-kenton {padding: 140px 0 50px;}
	#explore-kenton h2 {margin-top: 0;}
	#homepage #news-and-updates,
	#upcoming-events {padding: 50px 0;}
	.tns-controls button {opacity: 1;}
	#flyout-wrap {padding: 0 0 15px; margin-bottom: 30px;}
	#flyout-header {padding: 0 15px; margin-bottom: 0;}
	#flyout a, #flyout span {padding: 15px; color: #fff; border-bottom:solid 1px  rgba(0, 0, 0, 0.5);}
	#flyout li:last-child a,
	#flyout li:last-child span {border: none;}
	#flyout {display: none;}
	#page-title {font-size: 36px;}
	#freeform #slider {padding-bottom: 400px;}
	#slider-caption {font-size: 48px;}
	#slider-caption span {font-size: 36px;}
}

	/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width:767px) {
	.floating-alert{width:auto;right:0;left:0;border:0;bottom:0;border-radius:0;padding-left:15px;padding-right:15px}
	.floating-alert{font-size:12px}
	.floating-alert h4{margin-bottom:10px;font-size:14px}
	.floating-alert .btn{font-size:10px}
	.share-btns a{height:auto;padding:10px;width:100%;font-size:12px;white-space:nowrap;overflow:hidden}
	.share-btns i{display:block;line-height:50px!important;font-size:20px}
	#stay-informed, #video-tour {flex-direction: column; padding: 25px 15px;}
	#stay-informed h2,
	#video-tour h2 {margin-bottom: 20px;}
	#social-block {justify-content: center;}
	#translation-links button {display: flex;}
	#translation-links button i {margin-left: 5px;}
	 
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width:480px) and (max-width:767px) {}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width:479px) {
	#stay-informed, #video-tour {padding: 25px 0;}
	#nav-toggle, #search-toggle, #nav-toggle-2 {width: 38px; line-height: 38px;}
}

@media print {
	#slider,footer,#breadcrumbs,#flyout-wrap,.floating-share-btn,.e-notify,header{display:none!important}
	a[href]:after{content:none!important}
}

.doc-file-desc{max-width:725px!important;}