/*-----------------------------------------------------------------------------------

	Theme Name: Brookfield
	Front-end developer: Nikesh
	Author Design: Alex Parent
	Author URI: http://www.revize.com/
	Date: 04/03/2023

-----------------------------------------------------------------------------------*/
/* -----------------------------------------

#fonts

-----------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap');
/* -----------------------------------------

#basic styles

-----------------------------------------*/
body{background:#fff;font-size:16px;line-height:160%;font-family: 'Lato', sans-serif;color:#000;-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

-----------------------------------------*/
.btn a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
}
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; font-weight: 700; display: block; line-height: 135%; color:#000;margin-bottom:30px}
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}

@font-face{
  font-family:'weather';
  src:url('../fonts/weather/artill_clean_icons-webfont.eot');
  src:url('../fonts/weather/artill_clean_icons-webfont.eot?#iefix') format('embedded-opentype'),
      url('../fonts/weather/artill_clean_icons-webfont.woff') format('woff'),
      url('../fonts/weather/artill_clean_icons-webfont.ttf') format('truetype'),
      url('../fonts/weather/artill_clean_icons-webfont.svg#artill_clean_weather_iconsRg') format('svg');
  font-weight:normal;
  font-style:normal;
}
.weather i{font-family:'weather'}
.weather .icon-0:before{content:":"}.weather .icon-1:before{content:"p"}.weather .icon-2:before{content:"S"}.weather .icon-3:before{content:"Q"}.weather .icon-4:before{content:"S"}.weather .icon-5:before{content:"W"}.weather .icon-6:before{content:"W"}.weather .icon-7:before{content:"W"}.weather .icon-8:before{content:"W"}.weather .icon-9:before{content:"I"}.weather .icon-10:before{content:"W"}.weather .icon-11:before{content:"I"}.weather .icon-12:before{content:"I"}.weather .icon-13:before{content:"I"}.weather .icon-14:before{content:"I"}.weather .icon-15:before{content:"W"}.weather .icon-16:before{content:"I"}.weather .icon-17:before{content:"W"}.weather .icon-18:before{content:"U"}.weather .icon-19:before{content:"Z"}.weather .icon-20:before{content:"Z"}.weather .icon-21:before{content:"Z"}.weather .icon-22:before{content:"Z"}.weather .icon-23:before{content:"Z"}.weather .icon-24:before{content:"E"}.weather .icon-25:before{content:"E"}.weather .icon-26:before{content:"3"}.weather .icon-27:before{content:"a"}.weather .icon-28:before{content:"A"}.weather .icon-29:before{content:"a"}.weather .icon-30:before{content:"A"}.weather .icon-31:before{content:"6"}.weather .icon-32:before{content:"1"}.weather .icon-33:before{content:"6"}.weather .icon-34:before{content:"1"}.weather .icon-35:before{content:"W"}.weather .icon-36:before{content:"1"}.weather .icon-37:before{content:"S"}.weather .icon-38:before{content:"S"}.weather .icon-39:before{content:"S"}.weather .icon-40:before{content:"M"}.weather .icon-41:before{content:"W"}.weather .icon-42:before{content:"I"}.weather .icon-43:before{content:"W"}.weather .icon-44:before{content:"a"}.weather .icon-45:before{content:"S"}.weather .icon-46:before{content:"U"}.weather .icon-47:before{content:"S"}

/* -----------------------------------------

#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:12px 20px;background: rgba(27,42,51,0.9);color:#fff;border:0;border-radius:25px;display:inline-block;font-size: 18px;font-weight:700;text-decoration:none;cursor:pointer;line-height:160%;text-transform: capitalize;vertical-align:top;font-family: 'Lato', sans-serif;transition:all .3s}
.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: 'Lato', 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: 'Lato', 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}
body .cat h3 {background:#1B2A33;}
body#freeform .rz-doc-search-submit {border-radius: 6px;   padding: 0 20px;}
.faq-question, body .faq-header {display:block;}
body .faq-header:hover {text-decoration:none;}
#entry .faq-header ~ .faq-editbtns {margin-top:-40px}
.topnav {position:absolute; top:100px}
body #entry tr#rz-rpfbids-row {background:#1B2A33!important}
div.skiptranslate{display:none !important}
.news_list .rzBtn {position:absolute;}

body .uwy.utb .uai {background: #687864 !important;border: 2px solid #31708F;box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);}
body .uwy.utb .uai {padding:0 !important}
body .uwy.utb .uai::before {content:"";  position:absolute; width: 64px;   height: 64px;   min-width: 64px;  min-height: 64px;  max-width: 64px; max-height: 64px; border-radius:50%;background: #687864; z-index:-1; left:-3px; top:-3px;background: #687864;border: 2px solid #31708F;box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2); }
.alert .rz-btn {margin-top:30px}
.social_links .rzBtn {position:absolute; bottom:-20px}
/* -----------------------------------------

#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{padding:0;margin:0;position:relative}
#nav li{margin:0;list-style:none}
#nav li a,
#nav li span{padding:15px 10px;display:inline-block}
#nav ul{padding:0;margin:0}
#nav ul a,
#nav ul span{padding:0}


/* Social */
#twitterfeed{background:#f1f1f1}

/* Logo */
#logo{display:inline-block;max-width:100%;width:316px;margin:5px 0 0}

/* Translate */
.goog-te-banner-frame{display:none}
#translation-links{padding:0;margin:0 30px 0 30px}
#translation-links button{padding:0;border:0;background:none; font-size: 18px; line-height: 135%; color: #8FC1E2; font-weight: 700;}
#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}
#translation-links ul li{margin-bottom:10px}

/* Search */
#search form{position:relative;margin:0}
#search input{border:0;height:42px;color:#222;padding-left:20px;padding-right:45px; border-radius: 50px;}
#search input::-webkit-input-placeholder{color:#222}
#search input:-moz-placeholder{color:#222}
#search input::-moz-placeholder{color:#222}
#search input:-ms-input-placeholder{color:#222}
#search label{margin:0;position:absolute;left:0;top:0;line-height:45px}
#search button{position:absolute;right:0;top:0;border:0;background:transparent;padding:0 15px 0 5px;line-height:42px;color:#fff;text-transform:uppercase}
#search button img {width: 22px;}
#search {width: 134px;}


/* -----------------------------------------

#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:14px;text-transform:capitalize; line-height: 150%; font-weight: 700; color: #1B2A33; margin-bottom: 12px;}
#breadcrumbs a{text-decoration:none; color: #5085A5; }
#breadcrumbs ul{list-style:none;margin:0;padding:0}
#breadcrumbs li{display:inline-block;margin:0;padding:0}
.col-xs-12{width:100%}
#breadcrumbs ul li:not(:last-of-type)::after {
    content: "\f0da";
    font-family: fontawesome;
    color: #1B2A33;
    position: relative;
    margin: 0 16px 0 17px;
}

/* 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 !important;border:0;background:#1B2A33!important;color:#fff!important;padding:8px !important;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:700px;}
#slider > .tns-outer{position:absolute;left: 0;right:0;top:0;bottom:0}
#slider-caption{position:absolute;left:0;right:0;top:56%;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; 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}


/* -----------------------------------------

#header

-----------------------------------------*/
header {position: fixed; height: 100px; width: 100%; background: rgba(27,42,51,0.9);}
#social-media-links a img {width: 24px;}
header .container {max-width: 1650px;}
.flex-block {display: flex; justify-content: end; align-items: center;}
#slider-caption {background: linear-gradient(0deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), linear-gradient(91.5deg, #8FC1E2 0%, #687864 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;	 
	text-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
	font-size: 120px; line-height: 100%; font-weight: 700; text-transform: uppercase; }
#slider-caption .sub-one { font-size: 24px; line-height: 135%; color: #fff; text-shadow: 0px 3px 8px rgba(0, 0, 0, 0.5); display: block;     color: #fff;
    -webkit-text-fill-color: #fff;}
#slider-caption .sub-two {font-size: 32px; line-height: 135%; color: #F8F9FB; display: block;	text-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1); letter-spacing: 15px;}
#social-media-links a {margin-left: 7px;}
ul#nav > li > a.page-indicator,
ul#nav > li > span.page-indicator {color: #8FC1E2;}
ul#nav > li:hover > a ,
ul#nav > li:hover > span {background: #31708F;}
#slider-caption img {max-width:758px; width: 100%;}

/* -----------------------------------------

#qlinks

-----------------------------------------*/
#qlinks {margin-top: -100px;}
.qlink {width: 128px; height: 128px; border-radius: 50%; border: solid 4px #687864; display: block; padding: 5px; margin: auto; transition: all 0.2s;}
.qlink:hover {border-width: 6px;}
.qlink-icon {display: flex; justify-content: center; align-items: center; background: linear-gradient(0deg, rgba(255, 255, 255, 0.65), rgba(255, 255, 255, 0.65)), linear-gradient(135deg, #687864 0%, #5085A5 100%); border-radius: 50%; width: 100%; height: 100%;; }
.qlink-icon img {width: 64px;}
.wave-slider {position: absolute; width: 100%; bottom: -1px;}
.wave-slider img {display: block;}
#qlinks .tns-controls button {background: #687864; color: #fff;}
.qlink-title {font-size: 18px; line-height: 150%; color: #000; display: block; text-align: center; font-weight: 700; margin-top: 21px;}



/* -----------------------------------------

#main-video

-----------------------------------------*/
#main-video{position:relative;margin-top:50px;overflow:hidden}
#main-video .container{width:800px}
#main-video-in{position:relative;padding-bottom:56.25%}
#main-video-box-wrap{position:absolute;left:0;top:0;height:100%;width:100%}




/* -----------------------------------------

#connect-with-us

-----------------------------------------*/
#connect-with-us {padding: 97px 0 104px; position: relative;}
section h2 {font-weight: 700;font-size: 48px;line-height: 135%; color: #000; text-transform: capitalize;}
.connect-info {font-size: 16px; line-height: 160%; color: #000; display: block; margin-bottom: 35px;}
.tag-block a {display: inline-block; margin-right: 5px; padding: 8px 12px; border-radius: 20px; background: #687864; margin-bottom: 10px; font-size: 14px; line-height: 150%; font-weight: 700; color: #fff;}
.community-portal-block {background: #31708F;	border-radius: 12px; padding: 48px;}
.portal-logo img {width: 97.37px;}
.community-portal-block span,
.community-portal-block label {font-size: 12px; line-height: 150%; color: #fff; display: block; margin-bottom: 8px;}
.community-portal-block input {max-width: 200px; width: 100%; border-radius: 6px; height: 36px; display: block; margin-bottom: 8px;}
.community-portal-block  button {width: 46px; height: 37px; background: #1B2A33; padding: 8px 12px; border: none; border-radius: 20px; font-size: 14px; line-height: 150%; font-weight: 700; color: #fff;}
.community-portal-block form {margin: 0;}
.wave-2 {position: absolute; width: 100%; top: 100%; z-index: 9; pointer-events: none;}
.wave-2 img {display: block;}
fieldset {padding: 0; margin: 0;}

/* -----------------------------------------

#latest-news

-----------------------------------------*/
#homepage #latest-news { padding: 131px 0 120px; position: relative; background: linear-gradient(0deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), linear-gradient(91.48deg, #687864 0%, #5085A5 100%);}
#homepage .news-banner {padding-bottom: 367px; border: 4px solid #FFFFFF;/* Mid Shadow */filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.1));border-radius: 12px; margin-top: 15px;}
.wave-3 {position: absolute; width: 100%; bottom: 0;}
.wave-3 img {display: block;}
#homepage #latest-news .col-md-4,
#upcoming-events .col-md-4 {text-align: right;}

#homepage #latest-news  ul li:not(.tns-slide-active) .news-banner {filter:none;}
#homepage .date-block {display: inline-block; background: #F8F9FB;	border-radius: 20px; margin-top: 17%; padding: 8px 12px; font-size: 14px; line-height: 150%; font-weight: 700; color: #000; margin-bottom: 24px;}
#homepage .news-title {font-weight: 700; margin-bottom: 25px;	font-size: 24px; text-transform: capitalize;	line-height: 135%; color: #000;}
#homepage .news-link {background: #31708F;	border-radius: 25px; padding: 12px 20px; display: inline-block; font-size: 16px; line-height: 160%; color: #fff; text-transform: capitalize;}
#homepage #latest-news  .tns-controls button {width: 50px; line-height: 50px; margin: 0 4px;}
 /* -----------------------------------------

#upcoming-events

-----------------------------------------*/
#upcoming-events {padding: 88px 0; position: relative;}
.wave-4 {position: absolute; width: 100%; top:100%; z-index: 9;}
.wave-4 img {display: block;}

/* -----------------------------------------

#newsletter

-----------------------------------------*/
#newsletter {padding:129px 0 128px; position: relative;}
#newsletter h2 {color: #ffff;}

#newsletter .signup {max-width: 600px; width: 100%; margin: 0 auto; position: relative;}
#newsletter .signup  input {width: 100%; height: 64px; border-radius: 12px; padding-right: 95px; font-size: 16px; line-height: 160%; color: #808080;}
#newsletter .signup button {position: absolute; right: 16px; top: 13.5px; background: #687864; border-radius: 6px; font-size: 14px; line-height: 150%; color: #fff; font-weight: 700; padding: 8px 12px;}
#newsletter h2 {margin-bottom: 15px;}
/* -----------------------------------------

#footer

-----------------------------------------*/
a {text-decoration: none;}
footer {padding-top: 50px; position: relative; background: #1B2A33;}
.footer-logo img {width: 298px;}
.address-block {display: inline-block; color: #fff; text-decoration: none; color: #fff; margin: 16px 0; font-size: 14px;	line-height: 150%;}
.address-block:hover {color: #fff;}
.office-hours {color: #fff; font-size: 14px;	line-height: 150%;}

.footer-title {font-size: 16px; line-height: 160%; color: #8FC1E2; font-weight: 700; margin-bottom: 16px;}
#phone-n,
#fax-n,
#mail-id {color: #fff; font-size: 14px; line-height: 150%; display: inline-block; margin-bottom: 10px;}
.social-footer a {margin-right: 12px;}
.social-footer a img {width: 24px;}
.hor-line {border-top: 1px solid rgba(255, 255, 255, 0.1); margin-top: 50px; margin-bottom: 18px;}
#revize {text-align: center; color: #fff; padding-bottom: 20px; font-size: 14px; line-height: 21px;}
#revize a {color: #fff;}
#revize a img {width: 39.71px;}
.divider {margin: 0 10px;}
.wave-5 {position: absolute; width: 100%;bottom:100%; pointer-events: none;}
.wave-5 img {display: block;}

/* -----------------------------------------

#inner

-----------------------------------------*/
#freeform #slider {padding-bottom: 498px; margin-bottom: 50px;}
#flyout-wrap {background: #8FC1E2; border-radius: 12px; padding: 35px 0;}
#flyout-header {font-weight: 700;	font-size: 18px;	line-height: 135%; padding: 0 35px; margin-bottom: 10px;}
#flyout li>a, #flyout li>span, .flyout li>a, .flyout li>span {
    padding:7.5px 35px;
    line-height: 150%;
    font-size: 14px;
    color: #000;     
    list-style: none;     
}
#entry {padding-bottom: 100px; min-height: 700px;}
#page-title {font-weight: 700;	font-size: 48px;	line-height: 135%; color: #000; text-transform: capitalize; margin-bottom: 40px;}

/* -----------------------------------------

#tiles-landing

-----------------------------------------*/
#tiles{display:flex;flex-wrap:wrap}
.tile{display:flex;align-items:center;justify-content:center;position:relative;background:#242429;width:32.2%;min-height:380px;margin-right:1.66%;margin-bottom:26px;text-decoration:none}
.tile:nth-of-type(3n){margin-right:0}
.tile-banner{position:absolute;left:0;top:0;height:100%;width:100%;opacity:0.4}
.tile-title{position:relative;width:100%;padding:15px;margin:0 0 10px;font-weight:700;font-size:40px;color:#fff;line-height:1;text-align:center;text-shadow:0px 1px 1px rgb(0 0 0 / 90%)}
.tile:hover{text-decoration:none}
.tile:hover .tile-title{color:#fff}

/* -----------------------------------------

#media queries

-----------------------------------------*/
@media only screen and (min-width:992px) {
	#nav .focused .toggle,#nav .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{display:flex;justify-content:end; margin-right:0px;}
    #nav .focused .toggle{display:inline !important}
    #nav li:hover>ul{display:block !important}
    
    /* traditional */ 
    #nav:not(.mega) li{position:relative}
    #nav:not(.mega) ul{position:absolute;left:0;top:100%;width:200px;display:none}
    #nav:not(.mega) ul ul{left:100%;top:0}
    #nav:not(.mega) .focused .toggle2{display:inline !important}
    #nav:not(.mega) ul a,
    #nav: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{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 > li > a, #nav > li > span {
		font-size:  16px;
		line-height:160%;
		font-weight: 700;
		color: #fff;
		text-transform: capitalize;
		text-decoration: none;
		padding: 37px 25px;
	}

	#flyout ul  {
		position: absolute;
		left: 100%;
		top: 0;
		width: 200px;
		background: #fff;
		display: none;
		z-index: 999;
		box-shadow: -1px 6px 13px 0px rgb(0 0 0 / 13%);
	}
	#flyout li:hover ul {display: block;}
	#flyout .focused .toggle {
		position: absolute;
		right: 10px;
		top: 8px;
	}
	.community-portal-block {margin-left: -3px;}
	#flyout-wrap {margin-right: 28px;}
	#nav.mega>li>ul {
		-webkit-column-count: 4;
		-moz-column-count: 4;
		column-count: 4;
		position: absolute;
		top: 100%;
		display: none;
		z-index: 999;
		background: #31708F;
		padding: 45px;
		border-radius: 0 0 12px 12px;
		left: -100px;
		right: -100px;
	}

	ul#nav > li ul li a, ul#nav > li ul li span {
		font-size: 16px;
		line-height: 160%;
		font-weight: 400;
		color: #F8F9FB;
		padding: 6px 0;
	}

	ul#nav > li > ul > li > a, ul#nav > li > ul > li > span {
		color: #000 !important;
		font-size: 18px;
		line-height: 135%;
		font-weight: 700;
		color: #F8F9FB !important;
		text-transform: uppercase;
	}
	#latest-news .tns-controls {    left: auto;right: 139px; top: -17%;}
}

@media only screen and (min-width:1250px) {
	
	#nav.mega>li>ul {left: -215px; right: -281px;}
}

@media only screen and (max-width:1626px) {
	#nav {margin-right: 0;}
	#translation-links {margin: 0 15px;}
	#social-media-links {margin-left: -20px;}

	#nav > li > a, #nav > li > span {padding: 37px 15px;}

}

@media only screen and (max-width:1405px) {
	#translation-links { margin: 0 15px 0 5px; }
	#social-media-links a { margin-left: 2px;}
	#nav > li > a, #nav > li > span {padding: 37px 10px;}
}

@media only screen and (max-width:1390px) {
	#social-media-links {margin-left: -50px;}
	#nav {margin-left: -40px; margin-right: 45px;}
	#logo {position: absolute; width: 220px; top: 12px;}
}

@media only screen and (max-width:1271px) {
	#nav > li > a, #nav > li > span {padding: 37px 8px; font-size: 14px;}
	#social-media-links {
		margin-left: -101px;
	}
	 
	#translation-links {
		margin: 0 5px;
	}
}
@media only screen and (max-width:1060px) {
	#nav {margin-right: 70px;}
	#nav > li > a, #nav > li > span {padding: 37px 5px; font-size:12px}
	
}
 
 

@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{line-height:40px;width:40px;text-align:center;border-radius:4px;background:#222;color:#fff;margin-left:5px}

	 #nav ul{display:none; background: rgba(0,0,0,.15);}
    #nav li{position:relative}
    
    #nav .toggle,
    #nav .toggle2,
    #flyout .toggle{position:absolute;right:0;top:0}
    
    #flyout-toggle{padding:0}
	#slider-caption {font-size: 75px;}
	#nav {
		position: absolute;
		width: 100%;
		top: 100px;
		background:#31708F;
		right: 0;
		display: none;
		margin-right: 0;
	}
	#search {display: none; position: absolute;		top: 39px;		left: 0;		right: 0;		width: 100%;}
	.flex-block {position: absolute; right: 0; top: 64px;}
	#translation-links {margin-right: 0;}
	#nav li a, #nav li span {display: block; border-bottom: solid 1px rgba(0,0,0,.15); font-size: 16px; color: #fff; padding: 15px;}
	section h2 {font-size: 36px;}
	#upcoming-events {padding: 50px 0;}
	#newsletter {padding: 50px 0 75px;}
	.news-link {margin-bottom: 30px;}
	.date-block {margin-top: 30px;}
	#latest-news,
	#connect-with-us {padding: 50px 0;}
	#latest-news .tns-controls {top: 73%;}
	.tag-block {margin-bottom: 30px;}
	#qlinks {margin-top: -20px;}
	header {position: relative;}
	#slider {padding-bottom: 450px;}
	.news-banner {padding-bottom: 250px;}
	#flyout-toggle {padding: 0 15px 10px;}
	#flyout li>a, #flyout li>span  {border-bottom: solid 1px rgba(0,0,0,.15); padding: 15px;}
	#flyout ul {background:rgba(0,0,0,.15);}
	#flyout li:last-child a, #flyout li:last-child span {border: none;}
	#flyout-header {padding: 0 15px;}
	#nav .toggle, #nav .toggle2, #flyout .toggle, .flyout .toggle {
		position: absolute;
		right: 0;
		top: 0;
		background: rgba(0,0,0,0.25);
		padding: 17px 15px;
	}
	#flyout-wrap {margin-bottom: 30px; padding-bottom: 15px;}
	#flyout {display: none;}
	#page-title {font-size: 36px; line-height: 100%;}
	#breadcrumbs {margin-bottom: 30px;}
	#entry {padding-bottom: 50px; min-height: auto;}
	#freeform #slider {padding-bottom: 250px;}
	.floating-share-btn span {display: none;}
	.floating-share-btn {width: 40px; height: 40px;}
	#homepage .date-block {margin-top: 30px;}

	#tiles{justify-content:space-between}
	.tile{width:48%;margin-right:0}
	.tile-title{font-size:30px}

	#main-video{padding-bottom:56.25%}
	#main-video-in{padding-bottom:0;position:absolute;top:0;left:15px;width:calc(100% - 30px);height:100%}
}

	/* 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}
	#latest-news .col-md-4, #upcoming-events .col-md-4 {text-align: left;}
	#slider-caption {
		font-size: 45px;
	}
}

/* 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) {
	#logo {width: 176px;}
	#nav {top:100px;}
	#qlinks {
		margin-top: -50px;
	}
	.tile{width:100%;min-height:300px}
}

@media print {
	#slider,footer,#breadcrumbs,#flyout-wrap,.floating-share-btn,.e-notify,header{display:none!important}
	a[href]:after{content:none!important}
}