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

	Theme Name: City Of Elizabethton Tennessee
	Front-end developer: Suman Shrestha
	Author Design: Alex Parent
	Author URI: http://www.revize.com/
	Date: 03/03/2023

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

#fonts

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

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

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

#basic styles

-----------------------------------------*/
body{background:#fff;font-size:16px;line-height:25px; font-family: 'Poppins', sans-serif; font-weight:400;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;overflow-x:hidden;top:0!important}

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

#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:38px}
h3{font-size:28px}
h4{font-size:21px}
h5{font-size:16px}
h6{font-size:14px}
.header{margin-bottom:30px}
.subheader{font-size:24px; font-weight: 700; color:#1c1d28;margin-bottom:25px; display: block;}
p{margin:0 0 30px 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}

body #rz-business-categories ul li a,
.button,
.btn,
.button,
#post button:not(.rz-doc-search-reset):not(#calendar .fc-button),
#post input[type="submit"],
#post input[type="reset"],
#post input[type="button"],
.rz-btn{padding:14px 20px;background: linear-gradient(266.3deg, rgba(158, 217, 225, 0.45) 0%, rgba(158, 217, 225, 0) 100%), #402B3E;color:#fff;border:0;border-radius:6px;display:inline-block;font-size:16px;font-weight:700;text-decoration:none; text-transform: none; cursor:pointer;line-height:1.5;vertical-align:top;transition:all .3s}
body #rz-business-categories ul li a:hover,
.button:hover,
a.button:hover,
#post button:hover,
.btn: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: linear-gradient(266.3deg, rgba(158, 217, 225, 0) 100%, rgba(158, 217, 225, 0.45) 0%), #402B3E;color:#fff; text-decoration: none;}
body #rz-business-categories ul li a:active,
.btn:active,
.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: linear-gradient(266.3deg, rgba(158, 217, 225, 0) 100%, rgba(158, 217, 225, 0.45) 0%), #402B3E;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;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:#587186}
:-moz-placeholder{color:#587186}
::-moz-placeholder{color:#587186}
:-ms-input-placeholder{color:#587186}
.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 30px 0px;font-size:14px;width:350px;}
.floating-alert h2{color:#ffc140;margin:0 0 10px;font-family: 'Poppins', sans-serif;font-weight:600;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:visible}
.floating-alert.fade:not(.show) {opacity: 1;}
.floating-alert a.rz-btn {font-size: 16px;}

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

#rz edit

-----------------------------------------*/
.header_btn {position: absolute; top: 0; left: 50%; transform: translateX(-50%); z-index: 9;}
.slider_btns {position: absolute; top: -110px; left: 15px; z-index: 99;}
.more_btn {position: absolute; top: -60px; left: 15px; z-index: 99;}
body a>span.rzBtn {background: linear-gradient(#333, #000) !important;}
.faq-header {display: block !important;}

body .cat h3, #freeform .rz-doc-search-submit {background: #F26A39; color: #fff;}
#newsletter-signup{position:relative}
#newsletter-signup label{margin:0;font-size:19.5px;color:#fff;font-weight:700;margin-bottom: 10px;}
#newsletter-input{width:494px;height:50px;max-width:100%;border:0;border-radius:6px;color:#666}

#newsletter-input::-webkit-input-placeholder{color:#666}
#newsletter-input:-moz-placeholder{color:#666}
#newsletter-input::-moz-placeholder{color:#666}
#newsletter-input:-ms-input-placeholder{color:#666}
#newsletter-signup button{position:absolute;right:16px;bottom:7px;font-size:12px;color:#fff;font-weight:700;padding:0 10px;line-height:34px}
form#rz-business-directory-search{margin:0 15px 0 0}
.rzBtn{background:#3F5659!important}

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

#main

-----------------------------------------*/
#homepage #main {margin-top: -82px;}
#main {position: relative;}
#nav .toggle,
#nav .toggle2,
#flyout .toggle{display:none}

.container {width: 1254px; max-width: 100%;}

#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{z-index:200; position: fixed; top: 0; left: 0; width: 100%; z-index: 99999;}
#freeform .header, .header.active {background: #fff;}

.bg-splash1 {background: radial-gradient(50% 50% at 50% 50%, rgba(135, 191, 218, 0.34) 0%, rgba(158, 217, 225, 0) 100%); position: absolute; width: 1178px; height: 1179px; left: -200px; top: 170px; z-index: -1; height: 100%;}
.bg-splash2 {position: absolute;width: 1829px;height: 1831px;left: 375px;bottom: 730px;background: radial-gradient(50% 50% at 50% 50%, rgba(147, 100, 144, 0.2) 0%, rgba(147, 100, 144, 0) 100%); z-index: -1; height: 100%;}
.bg-splash3 {position: absolute;width: 2356px;height: 2360px; left: -729px;bottom: 610px;background: radial-gradient(50% 50% at 50% 50%, rgba(135, 191, 218, 0.21) 0%, rgba(249, 248, 113, 0) 100%); z-index: -1; height: 100%;}

/* Default nav styles */
#nav .fa:before{font-family:'FontAwesome' !important}

#nav{padding:0 0 0 360px;margin:0;display:block; position: relative; width: 100%; z-index: 8;}
#nav li{margin:0;list-style:none;transition:all .3s; padding: 35px 0; text-transform: capitalize;}
#nav li li {padding: 0;}
#nav li a,
#nav li span{padding:21px 22px;display:inline-block; font-size: 18px; color: #fff; text-decoration: none; font-weight: 700; position: relative;}
#nav>li.active>a,
#nav>li.active>span {color: #87BFDA;}
#nav > li:hover > a,
#nav > li:hover > span {color: #fff; background-color: #936490;}
#nav ul{padding:0;margin:0}
#nav ul a,
#nav ul span{padding:0}

#freeform .header #nav>li>a, .header.active #nav>li>a,
#freeform .header #nav>li>span, .header.active #nav>li>span {color: #1b1b1b;}
#freeform .header #nav>li>span, .header.active #nav>li.active a,
#freeform .header #nav>li.active>span, .header.active #nav>li.active>span {color: #936490;}
#freeform .header #nav > li:hover > a, .header.active #nav > li:hover > a,
#freeform .header #nav > li:hover > span, .header.active #nav > li:hover > span {color: #fff;}

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

/* Logo */
#logo{max-width:100%;width:116px;margin:10px 0 10px 50px; float: left; position: relative; z-index: 10;}

/* Header */
#search-btn{margin:51px 50px 0 0; float: right; cursor: pointer; z-index: 10; position: relative;}
#search-btn i{color: #F9F871; font-size: 18px;}

#freeform .header #search-btn i,
.header.active #search-btn i {color: #936490;}

/* Translate */
.goog-te-banner-frame{display:none}
#translation-links{padding:0 0 0;margin:54px 30px 0 0; float: right; z-index: 10; position: relative;}
#translation-links button{padding:0;border:0;background:none; color: #F9F871; font-size: 16px; font-weight: 700;}
#translation-links button i.fa-sort-desc {color: #F9F871; font-size: 12px; position: absolute; top: 2px; right: -2px;}
#translation-links li{position:relative;margin:0;list-style:none; padding-right: 12px;}
#translation-links ul{padding:25px;margin:0;position:absolute;right:0;top:100%;width:250px;height:400px;overflow:scroll;background:#fff;display:none; text-align: right;}
#translation-links ul li{margin:0 0 10px; padding: 0;}
#translation-links ul li a {color: #904662; font-size: 14px; padding: 0; margin: 0;}
#translation-links ul li:hover a {color: #1b1b1b;}
#translation-links i.globe {width: 17px; height: 17px; display: inline-block;}
#translation-links li small {font-weight: 400; display: inline-block; padding: 0 5px; color: #5b7a5a;}

#freeform .header #translation-links button, #freeform .header #translation-links button i,
.header.active #translation-links button, .header.active #translation-links button i {color: #936490;}

.social-icon-links {float: right; margin: 52px 35px 0 0; position: relative; z-index: 15;}
.social-icon-link {width: 24px; height: 24px; display: inline-block; background-repeat: no-repeat; background-position: center center; background-size: 24px 24px; cursor: pointer; margin: 0 2px;}
.social-icon-link.fb {background-image:url('../images/facebook-f.png');}
.social-icon-link.twt {background-image:url('../images/twitter.png');}
.social-icon-link.ig {background-image:url('../images/instagram.png');}
.social-icon-link.yt {background-image:url('../images/youtube.png');}
.social-icon-link:hover {transform: scale(1.2);}

#freeform .header .social-icon-link.fb, .header.active .social-icon-link.fb {background-image:url('../images/facebook-f-c.png');}
#freeform .header .social-icon-link.twt, .header.active .social-icon-link.twt {background-image:url('../images/twitter-c.png');}
#freeform .header .social-icon-link.ig, .header.active .social-icon-link.ig {background-image:url('../images/instagram-c.png');}
#freeform .header .social-icon-link.yt, .header.active .social-icon-link.yt {background-image:url('../images/youtube-c.png');}


/* Search */

.header.active #search-btn input, #freeform .header #search-btn input  {background-color: #936490; color: #fff;}
.header.active #search-btn button, #freeform .header #search-btn button {color: #fff;}

#hero-search form, #search form{position:relative;margin:0; width: 100%;}
#hero-search input, #search form input{border:0;height:38px;color:#bebebe;padding-left:25px;padding-right:60px; border-radius:35px; width: 100%;}
#hero-search input::-webkit-input-placeholder, #search input::-webkit-input-placeholder {color:#bebebe}
#hero-search input:-moz-placeholder, #search input:-moz-placeholder {color:#bebebe}
#hero-search input::-moz-placeholder, #search input::-moz-placeholder {color:#bebebe}
#hero-search input:-ms-input-placeholder, #search input:-ms-input-placeholder {color:#bebebe}
#hero-search label, #search form label{margin:0;position:absolute;left:15px;top:0;line-height:38px; color: #285127;}
#hero-search button, #search form button{position:absolute;right:0;top:0;border:0;}
#hero-search.search-border input {border: 3px solid #1b1b1b;}
#search {display: none;}

/* Quick Link */
#qlinks {padding-bottom: 113px; position: relative; z-index: 999;}
.qlink{display:block;text-decoration:none !important;text-align:center;position:relative;background: linear-gradient(0deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), radial-gradient(81.77% 126.83% at 100% 0%, rgba(249, 248, 113, 0.62) 0%, rgba(249, 248, 113, 0) 100%), linear-gradient(122.81deg, #9ED9E1 0%, #936490 100%);border-radius: 6px; height: 163px; padding: 40px 0 0 0;}
.qlink-icon-wrap {height: 60px; width: 100%; background-position: center center; background-repeat: no-repeat; margin-bottom: 10px;}
.qlink-name{color: #1B1B1B; font-size: 17px; text-transform: capitalize; font-weight: 700; text-decoration: none; outline: none; display: block;}
.qlink:hover .qlink-name {color: #904662;}
#qlinks .tiny-item{transition:all .3s;opacity:1; padding: 0 12px;}
#qlinks .tiny-item:not(.tns-slide-active){opacity:0;visibility:hidden}
#qlinks .tns-ovh{overflow:visible}
.qlink:hover:after{opacity:1;}
.tns-controls button {color: #222;}
.tns-controls button:hover {color: #904662;}

/* Welcome Column */
#welcomeCol {padding: 55px 0 110px;}
#welcomeCol h2.section-header {color: #904662; line-height: 64px; text-transform: capitalize; font-size: 48px; font-weight: 700; margin-bottom: 33px;}
.welcome-text {font-size: 16px; color: #1b1b1b; line-height: 26px; font-weight: 400; margin-bottom: 30px;}
#welcome-imgs{position:relative;}
#welcome-imgs:after {content: ''; position: absolute; top: 2px; left: 122px; background: #87BFDA; opacity: 0.21; width: 508px; height: 508px; z-index: -1; border-radius: 50%;}
#welcome-imgs:before {content: ''; position: absolute; top: -36px; left: 84px; background: #936490; opacity: 0.16; width: 535px; height: 535px; z-index: -1; border-radius: 50%;}
.welcome-img{border-radius:50%;}
.welcome-img:first-of-type{position:absolute;left:39px;top:146px;z-index:1;width:392px;height:392px;border:8px solid #9ED9E1;}
.welcome-img:last-of-type{position:absolute;right:0;top:-64px;width: 496px; height: 496px; border:8px solid #F9F871;}

/* Latest News */
#news {padding: 180px 0 85px;}
.title-header {display: flex; flex-direction: row; justify-content: space-between; align-items: flex-start;}
.title-header h2.section-header {font-size: 48px; font-weight: 700; color: #936490; margin-bottom: 35px;}
.title-header a.button {margin-bottom: 35px;}

.featured-news {border-radius: 6px;box-shadow: 1px 3px 5px 0px rgba(0,0,0,0.09); -webkit-box-shadow: 1px 3px 5px 0px rgba(0,0,0,0.09); -moz-box-shadow: 1px 3px 5px 0px rgba(0,0,0,0.09); background-color: #fff;}
.featured-news .news-banner {height: 505px; border-radius: 6px 6px 0 0;}
.featured-news .news-title {font-size: 18px; font-weight: 700; line-height: 27px; margin: 0 0 4px; min-height: 55px;}
.featured-news .news-info {padding: 49px 47px 40px;}

.newsBox {text-decoration: none; display: block; margin-bottom: 25px;}
.newsBox:hover {background: #fff; border-radius: 6px; text-decoration: none;}
.newsBox .newCol {display: flex; flex-direction: row; justify-content: space-between; align-items: center;}
.newsBox .news-banner {width: 50%; height: 210px; border-radius: 6px;}
.newsBox .news-info {width: 50%; padding: 0 30px;}
.newsBox .news-info .news-date {color: #3F5659; font-size: 14px; font-weight: 400; line-height: 21px; display: block; margin-bottom: 10px;}
.newsBox .news-info .news-title {color: #1B1B1B; font-size: 18px; line-height: 27px; font-weight: 700; margin-bottom: 5px;}
.news-link {color: #936490; font-size: 14px; line-height: 21px; font-weight: 700; text-decoration: underline;}
.newsBox:hover .news-link {color: #9ED9E1;}

 /* Upcoming Events */
 #events {padding: 122px 0; background-color: #F6F4F2;}
 #events .section-header {font-size: 48px; font-weight: 700; color: #936490;}

/* Footer */
footer {background: rgb(66,47,65); background: linear-gradient(90deg, rgba(66,47,65,1) 21%, rgba(106,121,135,1) 100%);}
footer .container {width: 1300px; max-width: 100%; margin: 0 auto;}
.footer-top {display: flex; flex-direction: row; justify-content: space-between; align-items: center; padding: 50px 0;}
.footer-top #flogo {width: 116px; display: inline-block;}
.footer-top .footer-adv {font-size: 16px; line-height: 26px; font-weight: 700;}
.footer-top .footer-adv a {color: #9ED9E1; text-decoration: none;}
.footer-top .footer-number {font-size: 14px; line-height: 24px; font-weight: 700;}
.footer-top .footer-number a {color: #fff; text-decoration: none;}
.footer-adv {display: block; font-size: 14px;}
.footer-bottom {border-top: 1px solid rgba(255,255,255,0.1); padding: 20px 0; text-align: center; color: #fff; font-size: 14px; font-weight: 400;} 
.footer-bottom a {color: #fff; text-decoration: none;}
.footer-bottom a:hover {color: #9ED9E1;}

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

#inner

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

#freeform main {position: relative; background-color: #f1f4f8; padding-bottom: 50px !important;}
#flyout-bg{position:absolute;left:0;top:0;bottom:0;z-index:-1;}
#page-title{font-size:48px;font-weight:700;color:#000; margin-bottom: 46px;}
#entry{padding:46px 0 0;}
#entry blockquote {font-size: 24px; font-weight: 700; line-height: 32px; margin:0 0 30px 0; padding: 50px; background: linear-gradient(0deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.86)), radial-gradient(81.77% 126.83% at 100% 0%, rgba(249, 248, 113, 0.62) 0%, rgba(249, 248, 113, 0) 100%), linear-gradient(122.81deg, #9ED9E1 0%, #936490 100%);
  border-radius: 6px;}
#entry p {margin-bottom: 43px;}
#entry p a {color: #3F5659;}
#entry p a:hover {color: #904662;}
#entry .subheader {font-size: 24px; color: #000; font-weight: 700; margin-bottom: 15px;}
#entry ul {padding-bottom: 10px;}
#entry img {border-radius: 6px; margin-right: 5px; margin-bottom: 40px;}

#flyout-wrap{padding:0; z-index: 9999; position: relative; margin-top: 40px; background: linear-gradient(0deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.86)), radial-gradient(81.77% 126.83% at 100% 0%, rgba(249, 248, 113, 0.62) 0%, rgba(249, 248, 113, 0) 100%), linear-gradient(122.81deg, #9ED9E1 0%, #936490 100%); border-radius: 6px; padding: 5px 0 30px 0; margin-right: 30px;}
#flyout-header{margin:40px 0 17px;color:#000;font-size:18px;font-weight:700;letter-spacing:-.025em; padding: 0 0 0 35px; line-height: 24px; text-transform: uppercase;}
#flyout{padding:0;margin:0}
#flyout li{position:relative;margin:0;list-style:none; padding:0 50px 0 35px;}
#flyout a,
#flyout span{display:block;text-decoration:none;font-size:15px;font-weight:500;color:#000;line-height:24px;border-bottom:1px solid #f3f3f3;padding:5px 0}
#flyout ul{padding:0;margin:0;display:none}
#flyout ul a,
#flyout ul span{font-size:16px;padding:10px 15px; font-weight: 700;}
#flyout li:hover {background: #936490;}
#flyout li:hover a, #flyout li:hover span {color: #fff; border-bottom: 1px solid #936490;}
#breadcrumbs{text-transform:capitalize; color: #999; font-size: 16px; font-weight: 700; font-family: 'Open Sans', sans-serif; padding: 0 0 10px;}
#breadcrumbs a{text-decoration:none; color: #3F5659; font-size: 14px; font-weight: 700; padding-right: 38px; position: relative; font-family: 'Open Sans', sans-serif;}
#breadcrumbs a:after {content:"\f0da"; position: absolute; top: 3px; right: 14px; color: #3F5659; font-family: FontAwesome; font-size: 10px;}
#breadcrumbs a:hover {color: #936490;}
#breadcrumbs ul{list-style:none;margin:0;padding:0}
#breadcrumbs li{display:inline-block;margin:0;padding:0; color: #936490; font-size: 14px; font-weight: 400;}
.col-xs-12{width:100%}


/* 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:55%;right:0;border-radius:0;border:0;background:#F26A39!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; min-height: 900px;}
#slider > .tns-outer{position:absolute;left: 0;right:0;top:0;bottom:0}
.sliderInfo{position:absolute;left:0;right:0;top:53%;transform:translateY(-53%);z-index:53;}
.sliderInfo h1.slider-header {color: #fff; text-align: center; font-weight: 700; text-shadow: 0 0 3px #000, 0 0 5px rgba(0,0,0,.46); font-size: 72px; line-height: 98px;}
.sliderInfo h1.slider-header span {text-transform: uppercase; display: block; font-size: 24px; line-height: 32px;}

.sliderInfo #hero-search, .sliderInfo #search {padding: 0 125px; position: absolute; bottom: -50px; left: 0; right: 0;}
.sliderInfo #hero-search input, .sliderInfo #search input {height: 64px; border-radius: 6px; font-size: 16px; color: #666;}
.sliderInfo #hero-search button, .sliderInfo #search button {background: none; cursor: pointer; border: none; color: #936490; padding: 20px; font-size: 24px;}

#homepage #slider:before {content: ''; position: absolute; top: 0; bottom: 0; left: 0; right: 0; background-image: url('../images/slider-overlay.png'); background-repeat: no-repeat; background-size: cover; width: 100%; height: 100%; z-index: 1;}
#homepage #slider:after {background: rgb(255,255,255);
  background: linear-gradient(0deg, rgba(255,255,255,1) 2%, rgba(255,255,255,0) 100%); content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 300px;}

.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; z-index: 99;}
.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; height: 35px;}
.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}

#news .tns-nav{position:absolute;top:455px;left:0;right:0;z-index:1;text-align:center}
#news .tns-nav button {width: 16px; height: 16px; background: #F9F871; border: none; border-radius: 50%; margin: 0 3px;}
#news .tns-nav button.tns-nav-active {background: #9ED9E1;}

#slider:hover .tns-controls button {opacity: 1;}
#freeform #slider {min-height: 500px;}

div.skiptranslate {display: none !important;}

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

#media queries

-----------------------------------------*/
@media screen and ( max-height: 767px ) {
  header {position: absolute; top: 0;}
}

@media only screen and (max-width:1500px){
  #nav {padding-left: 195px;}
}

@media only screen and (max-width:1300px){
  #nav li a, #nav li span {padding: 21px 10px; font-size: 16px;}
}

@media only screen and (max-width:1120px){
  #logo {margin: 15px;}
  #nav {padding-left: 150px;}
  #nav li a, #nav li span {font-size: 14px;}
}

@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)}


  #nav .focused .toggle,#nav .focused .toggle2,#flyout .focused .toggle{display:inline-block !important;padding:0}
  #nav .focused .toggle2{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}
  #flyout .focused .toggle{position:absolute;right:10px;top:5px;border:0;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}

  #nav .focused .toggle2 {display: none !important;}

  #nav{display:block !important}
  .layout-table{table-layout:fixed;width:100%}
  #nav li:hover>ul{display:block}
  #nav ul ul{left:100%;top:0}

  /* #nav .toggle,
  #nav .toggle2{} */

  #flyout ul{width: 308px;position:absolute;left:100%;top:0;background:#936490;padding: 19px 29px 34px;}
  #flyout li:hover>ul{display:block}
  #flyout li ul li {padding-right: 0;}
  #flyout ul a,
  #flyout ul span{padding-left:10px;padding-right:10px}

  #nav>li{display:inline-block;}

  #nav>li>ul{position:absolute;left:0;right:0;top:100%;-webkit-column-count:5;-moz-column-count:5;column-count:5;background: rgb(220,206,209); background: linear-gradient(0deg, rgba(220,206,209,1) 14%, rgba(236,235,209,1) 100%);padding:60px;display:none}
  #nav>li>ul>li{display:block;width:100%;break-inside:avoid; text-align: left;}
  #nav>li>ul>li a, .header.active #nav>li>ul>li a  {text-transform: uppercase; color: #936490; font-weight: 700; display: block; padding: 5px 0;}
  #nav>li>ul>li:hover a, .header.active #nav>li>ul>li:hover a {color: #1b1b1b;}
  #nav>li>ul>li>ul>li a, .header.active #nav>li>ul>li>ul>li a {font-weight: 400; color: #00162a; padding: 5px 0; font-size: 16px;}
  #nav>li>ul>li>ul>li:hover a, .header.active #nav>li>ul>li>ul>li:hover a {text-decoration: underline; color: #936490;}
	
}

@media only screen and (max-width:991px) {
  /* rz form tables - without page scope this targets editforms and makes
  * editing confusing
  */
  #logo {margin: 10px;}
  #nav {display: none;}
  .header {position: relative; margin-bottom: 4px;}

  #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: 60;}
  #nav-toggle,#search-toggle{line-height:45px;width:45px;text-align:center;border-radius:4px;background:#222;color:#fff;margin-left:5px; cursor: pointer;}
  #search-btn {display: none;}
  #nav li{position:relative}

  #nav ul,
  #flyout ul{display:none;background:rgba(0,0,0,.15)}

  #nav .toggle,
  #nav .toggle2,
  #flyout .toggle{display:block;position:absolute;right:0;top:0;background:rgba(0,0,0,.15);}

  #flyout {display: none;}
  #flyout-toggle{padding:0;padding:15px; color: #000; cursor: pointer;}
  #flyout-header{margin:0;padding:15px;border-top:1px solid rgba(0,0,0,.15)}

  #flyout-bg{display:none}
  #flyout-wrap{padding:0;background:#fff; margin: 20px 0 0;}
  #flyout li{margin:0 !important;background:none;padding-left:0 !important; padding: 0;}

  #nav {padding:0 0 0 0; clear: both; background-color: #fff;}
  #nav li {padding: 0;}
  #nav li a,
  #nav li span,
  #flyout li a,
  #flyout li span{padding:15px;line-height:1;font-size:14px}

  #nav li a, #nav li span {display: block; border-bottom:1px solid rgba(0,0,0,.10); color: #000;}
  #nav li:nth-child(2) {margin: 0;}
  #nav li a:after {display: none;}
  #nav li.active a, #nav li.active span {color: #000;}

  .tns-controls button {opacity: 1;}

  #freeform .header #translation-links button, #freeform .header #translation-links button i,
  .header #translation-links button, .header #translation-links button i {color: #936490;}
  #freeform .header .social-icon-link.fb, .header .social-icon-link.fb {background-image:url('../images/facebook-f-c.png');}
  #freeform .header .social-icon-link.twt, .header .social-icon-link.twt {background-image:url('../images/twitter-c.png');}
  #freeform .header .social-icon-link.ig, .header .social-icon-link.ig {background-image:url('../images/instagram-c.png');}
  #freeform .header .social-icon-link.yt, .header .social-icon-link.yt {background-image:url('../images/youtube-c.png');}

  .social-icon-links {margin: 75px 20px 0 0;}
  #translation-links {margin: 76px 20px 0 0;}

  .sliderInfo {top: 40%; transform: translateY(-40%);}
  .sliderInfo h1.slider-header {font-size: 52px;}

  #qlinks {padding-bottom: 20px;}
  .tns-outer .tns-controls button{opacity:1}
  .welcome-img {position: static !important; transform: none !important; margin: 0 auto 30px; max-width: 100%;}
  #news {padding: 50px 0 85px;}

  #entry {padding: 40px 0 60px;}

  .featured-news {margin-bottom: 35px;}

  #welcomeCol  {padding-bottom: 35px;}
  #welcome-imgs{margin-top:50px}
  .welcome-img{position:static !important;transform:none !important;margin:0 auto 30px;max-width:100%}
  #welcome-imgs:after {top: 223px;}
  #welcome-imgs:before {top: 12px;}
  #fb-feed {padding-top: 35px;}

  .bg-splash1, .bg-splash2, .bg-splash3 {width: 100%; height: 100%;}

	
	#newsletter-signup{margin-top:50px}
	#newsletter-input{width: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}


  #homepage #slider {min-height: 650px;}
  .sliderInfo h1.slider-header {font-size: 40px; line-height: 50px;}
  .sliderInfo h1.slider-header span {font-size: 20px; line-height: 50px;}
  .sliderInfo #hero-search, .sliderInfo #search {padding: 0 30px;}

  #welcomeCol h2.section-header {line-height: 40px; font-size: 32px;}
  .title-header h2.section-header, #events .section-header {font-size: 32px;}
  .title-header {flex-direction: column; text-align: center; align-items: center;}
  #page-title {font-size: 36px; margin-bottom: 20px;} 
  #entry blockquote {padding: 40px; font-size: 18px; list-style: 28px;}
  #welcome-imgs:after, #welcome-imgs:before {width: 300px; height: 300px; left: 0;}

  .footer-top {text-align: center; display: block;}
  .footer-top #flogo {margin-bottom: 20px;}
  .footer-top .f-item:nth-child(2) {text-align: center;}
}

/* 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) {
  .welcome-img:first-of-type, .welcome-img:last-of-type {width: 300px; height: 300px;}
  .newsBox .newCol {flex-direction: column;}
  .newsBox .news-banner {width: 100%;}
  .newsBox .news-info {width: 100%; padding: 30px;}
  .featured-news .news-banner {height: 295px;}
  #news .tns-nav {opacity: 0;}
}

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