/*-----------------------------------------------------------------------------------

	Theme Name: Agoura Hills, CA
	Front-end developer: Husnain Mustafa
	Author Design: Jacob Nagy
	Author URI: https://www.revize.com/
	Date: 07/01/2024
-----------------------------------------------------------------------------------*/
/* -----------------------------------------

#fonts

-----------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100..900;1,100..900&family=Damion&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

@font-face {
  font-family: 'Adelle';
  src: url('../fonts/Adelle/Adelle_Reg.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* -----------------------------------------

#basic styles

-----------------------------------------*/

/* very important!!! Assign these colors */

:root {
  --brandcolor: #324315;
  --darkgray: #999;
  --lightgray: #ddd;
}

body {
	background: #fff; 
	font-size: 16px;
	line-height: 1.6;
	font-family: "Lato", serif;
	color: #1B1B1B;
	background: #F9F3EB;
	-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: 20px;
	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: 40px;
	line-height: 44px;
	color: #3E1707;
	font-weight: 600;
	margin-bottom: 12px;
	font-family: "Bitter", serif;
}

.subheader {
	display: block;
	font-size: 28px;
	line-height: 32px;
	color: #3E1707;
	font-weight: 400;
	margin: 38px 0 12px;
	font-family: "Bitter", serif;
}

p {
	margin: 0 0 20px 0
}

em {
	font-style: italic
}

strong,
b {
	font-weight: bold
}

small {
	font-size: 80%
}

hr {
	border: solid var(--lightgray);
	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 {display: flex;align-items: center;}
#weather .forecast {font-size: 16px;font-weight: 700;color: #fff;letter-spacing: -0.32px;}
.weather i {display: inline-block;font-family: 'weather';font-size: 30px;font-weight: 600; font-style: normal; line-height: 1;color: #fff;margin: 3px 0 0 2px;}
.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;
	color: #356A8F;
}

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

-----------------------------------------*/
.span button{color:#fff!important;text-decoration:none}
span.btn a{color:#fff!important;text-decoration:none}
span.button a{color:#fff!important;text-decoration:none}
.btn{color:#fff!important;text-decoration:none}
.btn,
.button,
a.button,
#post button:not(.rz-agenda-search-submit),
#post input[type="submit"],
#post input[type="reset"],
#post input[type="button"],
.rz-btn{padding: 14px 24px;background: var(--brandcolor);color:#fff;border: 0;border-radius: 0;display:inline-block;font-size:16px;font-weight:700;text-decoration:none;cursor:pointer;line-height:1;vertical-align:middle;transition:all .3s;}
.btn:hover,
.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: #00748B;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:var(--brandcolor);color:#fff}
#post button::-moz-focus-inner,
#post input::-moz-focus-inner{border:0;padding:0}


/* -----------------------------------------

#revize edit buttons DO NOT MODIFY

-----------------------------------------*/
/* ----------------------------------------- #helpers and positioning for revize buttons -----------------------------------------*/
.relative{position:relative!important}
.absolute{position:absolute!important}
.static{position: static!important}
.user-logged-in{box-shadow: 0 0 10px rgba(21,0,56,0);padding:14px}
.rz-bar-center-col{display:none!important}

/* default position for revize buttons is top right DO NOT WRAP - Check Below for other positioning */
.rz-btns-container{line-height:1.5!important;font-size:16px;opacity:0;background:#fff;padding:4px;box-shadow:0px 2px 10px rgba(21, 0, 56, 0.08);border:1px solid rgba(21, 0, 56,.1);transform:translateY(10px);transition:all .2s;position:absolute;top:0;right:0;z-index:9;white-space:nowrap}
.rz-btns-stacked{padding:6px 6px 0!important}

/* 
to reposition '.rz-btns-container' WRAP IT IN A DIV WITH ONE OF THE CLASSES BELOW
top-left,top-center,right-center,right-bottom,center-bottom,center-center,bottom-left,left-center 
*/
.left-top{top:0!important;right:auto!important;left:0!important;z-index:9;position:absolute}
.left-top .rz-btns-container{position:relative!important}
.center-top{top:0!important;right:50%!important;transform:translate(50%, 0)!important;z-index:9;position:absolute}
.center-top .rz-btns-container{position:relative!important}
.right-center{top:50%!important;right:0!important;transform:translate(0, -50%)!important;z-index:9;position:absolute}
.right-center .rz-btns-container{position:relative!important}
.right-bottom{top:auto!important;right:0!important;bottom:0!important;z-index:9;position:absolute}
.right-bottom .rz-btns-container{position:relative!important}
.center-bottom{top:auto!important;right:50%!important;bottom:0!important;transform:translateX(50%)!important;z-index:9;position:absolute}
.center-bottom .rz-btns-container{position:relative!important}
.center-center{top:50%!important;right:50%!important;transform:translate(50%, -50%)!important;z-index:9;position:absolute}
.center-center .rz-btns-container{position:relative!important}
.left-bottom{top:auto!important;right:auto!important;left:0!important;bottom:0;z-index:9;position:absolute}
.left-bottom .rz-btns-container{position:relative!important}
.left-center{top:50%!important;right:auto!important;left:0!important;transform:translate(0, -50%)!important;z-index:9;position:absolute}
.left-center .rz-btns-container{position:relative!important}

/* ----------------------------------------- rzBtn's -----------------------------------------*/
.rz-btns-container a{display:inline-block!important}
.rzBtn{text-transform:capitalize;cursor:pointer;text-decoration:none;position:relative;line-height:1.5!important;display:inline-block!important;letter-spacing:0!important;padding:7px 14px;background:#fff!important;color:#000!important;font-weight:bold!important;font-size:16px;white-space:nowrap;text-align:center;border:1px solid #e6e6e6;transition:all .2s;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"!important}
.rz-btns-stacked a,.rz-btns-stacked .rzBtn{display:block!important;margin-bottom:6px;text-decoration:none}
.rzBtn:hover{background:#eee!important;border-color:#ccc;color:#000!important;text-decoration:none}
.rzBtn-sm{font-size:14px!important;padding:5px 10px!important}
.rzBtn-xs{font-size:12px!important;padding:3px 6px!important}
.user-logged-in .yes-has-edit-buttons{position:relative;outline:3px solid transparent;outline-offset:6px}
.user-logged-in .yes-has-edit-buttons:hover,.show-edit-buttons .user-logged-in .yes-has-edit-buttons{outline:3px solid #6000fe;outline-offset:3px;z-index:10!important;transition:all .2s;min-width:142px;min-height:32px}
.user-logged-in .yes-has-edit-buttons:hover .rz-btns-container:has(.rzBtn),
.show-edit-buttons .user-logged-in .yes-has-edit-buttons .rz-btns-container:has(.rzBtn){opacity:1;height:auto;transform:translateY(0);opacity:1}
.hide-edit-btns .rz-btns-container{display:none}
.user-not-logged-in .rz-btns-container{display:none!important}

/* -----------------------------------------

#forms

-----------------------------------------*/
form {
	margin-bottom: 20px
}

fieldset {
	margin-bottom: 20px
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
textarea,
select {
	border: 1px solid var(--darkgray);
	padding: .375rem .75rem;
	outline: none;
	font-size: 16px;
	color: var(--brandcolor);
	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: var(--brandcolor);
	border: 1px solid var(--darkgray)
}

label,
legend {
	display: block;
	font-weight: bold;
	font-size: 13px
}

input[type="checkbox"] {
	display: inline
}

label span,
legend span {
	font-weight: normal;
	font-size: 16px;
	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:1022;bottom:20px;margin:0;right:20px;background:#fff;color:#1B1B1B;padding:40px 32px;font-size:16px;width:443px;border-radius: 0;display:flex;flex-direction:column;overflow:hidden;border:0}
.floating-alert h2{color:#3E1707;margin:0 0 10px;font-size:24px;font-weight:700;line-height:33.6px;font-family: "Bitter", serif;}
.floating-alert p{margin:0}
.alert-buttons{margin:26px -32px -40px;border-top:1px solid rgba(0, 0, 0, 0.30);display:flex}
.alert-button{border-right:1px solid rgba(0, 0, 0, 0.30);flex:1;text-align:center;padding:14px 0;text-decoration:none;color:#324315 !important;font-weight:700;line-height:1.5}
.alert-buttons .alert-button:last-of-type{border:0}
.alert-button:hover{background:var(--brandcolor);color:#fff !important;text-decoration:none;cursor:pointer}
.floating-alert.fade:not(.show){display:none}
.alert-update {padding: 40px 32px 0 32px;}
.alert-update .alert-button {margin: 24px -32px 0;}


/* page-alert */
.emergency-alert {background: #A62A24;padding: 64px;max-width: 500px;width: 100%;position: fixed;top: 50%;left: 50%;transform: translate(-50%, -50%);z-index: 999999;}
.emergency-top-content img {width: 14px;margin-right: 10px;}
.emergency-imp-text {font-size: 14px;font-weight: 600;color: #D7CC26;text-transform: uppercase;}
.emergency-title {font-size: 28px;font-weight: 400;color: #fff;margin: 12px 0 32px;font-family: "Bitter", serif;}
.emergency-text {font-size: 14px;font-weight: 400;line-height: 24px;color: rgba(255, 255, 255, 0.75);margin-bottom: 32px;}
.social-live-updates {display: flex;gap: 16px;}
.social-update-link {font-size: 16px;font-weight: 700;color: #fff !important;text-underline-offset: 3px;}
.emergency-btns {display: flex;gap: 8px;margin-top: 32px;}
.emergency-btn {padding: 10px 24px;background: #DDAB37;border: 3px solid transparent;display: inline-block; font-size: 16px;font-weight: 700;color: #1E1E1E !important;text-decoration: none;}
.emergency-close-btn {background: none;outline: 1px solid rgba(255, 255, 255, 0.20);outline-offset: -1px;color: #fff !important;}
.emergency-btn:hover {border-color: #fff; text-decoration: none;}
.emergency-close-btn:hover {background: #DDAB37;color: #1E1E1E !important;}
.emergency-close {position: absolute;top: 16px;right: 16px;cursor: pointer;}
.emergency-close img {width: 16px;}
.emergency-overlay {position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.80);z-index: 1050;display: none;}
#tinymce .emergency-text {color: #1B1B1B;}

/* -----------------------------------------

#rz edit

-----------------------------------------*/
#event-modal .modal-footer .btn{margin:3px 0 0 10px}

/* -----------------------------------------

#main

-----------------------------------------*/
#skip{position:fixed;left:-100%;top:-100%;transition:all .3s;z-index:999}
#skip:focus{left:50px;top:50px}
.container {width: 1438px;max-width: 100%;}
#main {position: relative;}
.rz-business-directory .rz-block-img.logo-in, .business-item .business-banner.logo-in {background-size: contain !important;filter: brightness(0) saturate(100%) invert(20%) sepia(8%) saturate(3314%) hue-rotate(41deg) brightness(103%) contrast(92%);}
#rz-checkboxs .checkbox-inline label {display: block !important;}
.hide-box {display: none;}
#isotope-container .isotop-element {width: 100%;}
.table-responsive table {min-width: 700px;}


/* site-header */
.site-header {position: relative;z-index: 1020;}
.site-header .container {width: 1502px;}
#header-top {background-color: #3E1707;}
#header-top-in {position: relative;display: flex;align-items: center;justify-content: space-between;height: 50px;}
.social-media-wrap {display: flex;align-items: center;justify-content: center;gap: 4px;}
.social-media-link {background: rgba(255, 255, 255, 0.05);display: flex;align-items: center;justify-content: center;width: 50px;height: 50px;transition: all 0.3s;}
.social-media-link:hover {background: rgba(255, 255, 255, 0.15);}
.header-top-right {display: flex;align-items: center;gap: 16px;}
#header-bottom {position: relative;border-bottom: 1px solid rgba(255, 255, 255, 0.20);height: 120px;display: flex;justify-content: center;align-items: center;transition: all 0.3s;}
#header-bottom-in {display: flex;align-items: center;justify-content: space-between;}
#logo{display: inline-block;width: 175.82px;}
.header-right {display: flex;align-items: center;gap: 16px;}


/*base nav styles*/
#homepage.user-logged-in .site-header nav {position: static !important;}
#nav .fa:before {font-family: 'FontAwesome' !important}
.site-header #nav {padding: 0;position: static;margin: 0 auto;max-width: 100%;}
.site-header #nav li {margin: 0;list-style: none;}
#nav li.static a {padding: 15px 38px 15px 24px;}
.site-header #nav a,
.site-header #nav span {font-size: 18px;font-weight: 600;line-height: 24px;color: #fff;display: block;text-transform: capitalize;text-decoration: none;padding: 12px 32px;z-index: 1;transition: all 0.3s;font-family: "Bitter", serif;}
.site-header #nav ul {margin: 0;padding: 0;list-style-type: none;}


.text-overflow {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.toggle {
	display: none
}

#twitterfeed {
	background: #f1f1f1
}

.goog-te-banner-frame {
	display: none
}


/* Google translate*/
#translation-links{padding:0;margin:0;display: flex;align-items: center;}
#translation-links > li {position: relative;display: inline-block;}
#translation-links > li:not(:first-of-type) {margin: 0 16px !important;}
#translation-links > li:not(:first-of-type)::after {position: absolute;content: '';width: 1px;height: 26px;background-color: rgba(255, 255, 255, 0.10);right: -16px;top: 50%;transform: translateY(-50%);}
#translation-links > li:last-of-type::after {display: none;}
#translation-links > li > a {font-size: 16px;font-weight: 500;color: rgba(255, 255, 255, 0.70);text-decoration: none;transition: all 0.3s;}
#translation-links > li > a:hover {color: #fff;}
#translation-links li{position:relative;margin:0;list-style:none;line-height: 1.5}
#translation-links ul{padding:10px 0;margin:0;position:absolute;top:100%;left:0;width:300px;background:#fff;display:none;height:400px;z-index: 999;overflow-y:scroll;}
#translation-links ul li{margin:0}
#translation-links ul li a{display:block;text-decoration:none;padding:.75rem 1.5rem;color: #1B1B1B;}
#translation-links ul li a:hover{background:var(--brandcolor);color:var(--lightgray)}
[lang="en"] #translate-reset{display: none}
/* [data-lang="English"]{background:var(--brandcolor);color: var(--lightgray) !important;} */
div.skiptranslate{display:none !important}
#translate-button {background: rgba(255, 255, 255, 0.05);border-radius:0;border: none;padding: 5px 24px;height: 50px;display: flex;align-items: center;font-size: 16px;font-weight: 500;line-height: 1;color: #fff;transition: all 0.3s;}
#translate-button img {width: 18px;margin-right: 12px;}
#translate-button:hover {background: rgba(255, 255, 255, 0.15);box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.25);}



/* search */
#search {position: relative;width: 388px;max-width: 100%;height: 70px;z-index: 10;}
#search::before {position: absolute;content: '';background: url(../images/search-icon.png) center/cover no-repeat;width: 18px;height: 18px;left: 20px;top: 50%;transform: translateY(-50%);z-index: 1;}
#search form {width: 100%;height: 100%;margin: 0;}
#search label {margin: 0;line-height: 51px;font-size: 14px;font-weight: bold;color: #1B1B1B;display: block;margin-right: 35px;}
#search input {position:relative;padding: 16px 108px 16px 53px;background: #fff;border: 0;border-radius: 0;width: 100%;height: 100%;font-size: 16px;font-weight: 400;color: rgba(30, 30, 30, 0.70);transition: all 0.3s;}
#search input::-webkit-input-placeholder{color: rgba(30, 30, 30, 0.70);}
#search input:-moz-placeholder{color: rgba(30, 30, 30, 0.70);}
#search input::-moz-placeholder{color: rgba(30, 30, 30, 0.70);}
#search input:-ms-input-placeholder{color: rgba(30, 30, 30, 0.70);}
#search button {position: absolute;right: 0;width: 88px;height: 100%;border-radius: 0;background: #DDAB37;border: none;padding: 0;font-size: 16px;font-weight: 700;color: #1E1E1E;transition: all 0.3s;}
#search button img {width: 24px;filter: brightness(0) saturate(100%) invert(17%) sepia(82%) saturate(602%) hue-rotate(145deg) brightness(103%) contrast(103%);}
#search button:hover {background: #D7CC26;}

/* slider-search-catalog */
.catalog-search {width: 354px;max-width: 100%;height: 62px;border-radius: 3px;border: 1px solid #3c7ca0;display: flex;align-items: center;justify-content: space-between;}

.radio-btns{padding: 0 16px 0 8px;border-right: 1px solid #709bb3;}
.form-group{text-align:left;margin: 0;}
.radio-btns input[type="radio"]{display:none}
.radio-btns label{position:relative;padding-left:26px;cursor:pointer;display:inline-block;font-weight:400;font-size:15px;color:#8b8b8b;line-height: 1.1; margin: 0;text-transform:capitalize}
.radio-btns label::before{content:'';position:absolute;left:0;top:0;width:17px;height:17px;background: #e4e4e4;border-radius:50%}
.radio-btns label::after{content:'';width:12px;height:12px;background:#ea6547;position:absolute;top:2.5px;left:2.5px;border-radius:50%;transition:all .3s ease}
.radio-btns input[type="radio"]:not(:checked) + label::after{opacity:0;transform:scale(0)}
.radio-btns input[type="radio"]:checked + label::after{opacity:1;transform:scale(1)}

/* -----------------------------------------

#inner

-----------------------------------------*/
#freeform #freeform-wrapper {position: relative;padding-top: 64px;padding-bottom: 125px;}
#freeform-wrapper>.container {width: 1600px;}
#freeform {position: relative;}
#freeform aside {position: relative;z-index: 11;}
#freeform #slider {position: relative;padding: 0;height: 500px;}
#freeform #slider::before {background: linear-gradient(180deg, rgba(53, 106, 143, 0.80) 0%, rgba(53, 106, 143, 0.00) 32.69%), linear-gradient(180deg, rgba(53, 106, 143, 0.80) 0%, rgba(53, 106, 143, 0.00) 23.69%), linear-gradient(180deg, rgba(0, 0, 0, 0.00) 32.38%, rgba(0, 0, 0, 0.80) 100%);}
#freeform #slider>img {position: absolute;left: 0;right: 0;bottom: 0;width: 100%;z-index: 11}
#flyout-wrap {position: relative;background: #324315;padding: 40px 0 16px;z-index: 1;}
#flyout-header {font-size: 28px;color: #fff;font-weight: 400;margin-bottom: 16px;padding: 0 40px;text-transform: capitalize;font-family: "Bitter", serif;}
#flyout {position: relative;;margin: 0;padding: 0;z-index: 1;}
#flyout li {position: relative;margin: 0;padding: 0 40px;list-style: none;z-index: 10;}
#flyout a,
#flyout span {display: block;text-decoration: none;font-size: 16px;font-weight: 400;color: #fff;padding: 24px 0;text-transform: capitalize;transition: all 0.3s;}
#flyout ul {padding: 0;margin: 0;display: none}
#flyout ul a,
#flyout ul span {font-size: 16px;padding: 10px 15px;margin: 0;color: #fff;}
#flyout ul li {padding: 0;margin: 0;}

#freeform #slider-caption {bottom: 32px;top: unset;transform: unset;}

.col-xs-12 {
	width: 100%
}

.box-header {font-size: 28px;color: #fff;font-weight: 400;margin-bottom: 16px;text-transform: capitalize;font-family: "Bitter", serif;}

#textBox-wrap {position: relative;background: #324315;margin-top: 24px;padding: 40px;z-index: 1;}
.textBox-txt {color: #fff;line-height: 24px;}
#textBox-wrap .section-link {padding: 10px 24px;text-transform: uppercase;margin-top: 24px;}

#contact-wrap {position: relative;background: #324315;margin-top: 24px;padding: 40px;z-index: 1;}
.profile-wrap {display: flex;align-items: center;gap: 16px;padding: 16px 0;border-top: 1px solid rgba(255, 255, 255, 0.10);border-bottom: 1px solid rgba(255, 255, 255, 0.10);}
.profile-img {width: 100px;height: 100px;border-radius: 50%;}
.contact-name {font-size: 18px;font-weight: 400;line-height: 23px;color: #fff;margin: 0;font-family: "Bitter", serif;}
.contact-position {display: block;font-size: 16px;font-weight: 400;line-height: 20px;color: rgba(255, 255, 255, 0.70);margin-top: 4px;}
.profile-wrap a {color: #fff;}
#contact-info {margin: 32px 0 0 0;padding: 0;list-style: none;}
#contact-info li {padding: 15px;margin-bottom: 4px;background: rgba(255, 255, 255, 0.10);}
#contact-info li,
#contact-info .contact-link {display: block;color: #fff;font-size: 16px;font-weight: 400;line-height: 24px;display: flex;align-items: center;gap: 12px; text-decoration: none;transition: all 0.3s;word-break: break-all;}
.contact-email {color: #93133f !important;}
#contact-info li:hover {background: rgba(255, 255, 255, 0.20);}
#contact-info .contact-link:hover {text-decoration: underline;}

#hours-wrap {position: relative;padding: 32px;background: #fff;border-radius: 8px;box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.10);margin-top: 8px; z-index: 1;}
#hours-wrap ul {padding: 0;margin: 0;list-style-type: none;}
#hours-wrap ul li {font-size: 14px;margin: 20px 0 0 0;}
#hours-wrap .day {display: inline-block;width: 38px;font-size: 14px;color: #00404E;font-weight: 700;line-height: 18.9px;letter-spacing: -0.28px; margin-right: 13px;text-transform: uppercase;}
#hours-wrap .time {color: #1A1A1A;font-size: 14px; font-weight: 400;line-height: 12px;letter-spacing: -0.28px;}

#resource-wrap {position: relative;padding: 32px;margin-top: 8px;background: #fff;border-radius: 8px;box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.10);z-index: 1;}
#resource-wrap .resource-link {display: flex;align-items: center;gap: 12px;width: 200px;text-decoration: none;color: #1A1A1A;padding: 16px;font-size: 14px;font-weight: 500;text-transform: capitalize;line-height: 18.9px;border-radius: 4px;letter-spacing: -0.28px; margin-top: 16px;}
#resource-wrap .resource-link:hover {background: #00404E;color: #fff;}
#resource-wrap .resource-link:hover img {filter: brightness(0) saturate(100%) invert(99%) sepia(43%) saturate(98%) hue-rotate(200deg) brightness(115%) contrast(100%);}
.resource-link img {width: 24px;}

#page-title {font-size: 80px;line-height: 88px;color: #fff;font-weight: 600;margin-bottom: 0;margin-top: 12px;text-transform: capitalize;font-family: "Bitter", serif;}

#breadcrumbs ul {margin: 0;padding: 0;list-style: none;text-transform: capitalize;}
#breadcrumbs ul li {display: inline-block;margin: 0;position: relative;font-size: 16px;margin-right: 40px;color: #fff;font-weight: 400 !important;text-decoration: none;}
#breadcrumbs ul li:last-child {margin-right: 0;}
#breadcrumbs a {display: inline-block;position: relative;font-size: 16px;font-weight: 700;color: #D7CC26;text-decoration: none;line-height: 18.9px;}
#breadcrumbs ul li:not(:last-of-type)::after {content: '\f054';font-family: 'FontAwesome';font-size: 11px;position: absolute;top: 4px;margin: 0 20px;color: #fff;}

#post blockquote {margin: 48px 0;font-size: 40px;line-height: 48px;color: #1E1E1E;font-weight: 400;background: rgba(215, 204, 38, 0.25);padding: 48px 64px;font-family: "Bitter", serif;}


/* -----------------------------------------

#share widget

-----------------------------------------*/
.modal {
	z-index: 100000
}

/** modal **/
.modal .modal-dialog{transition:transform cubic-bezier(0.86,0,0.07,1);transform:scale(.98)!important;opacity:1!important}
.modal.show .modal-dialog{transition:transform .3s cubic-bezier(0.86,0,0.07,1);transform:translateY(0%)!important;}

 

.modal-content {
	border-radius: 10px;
	overflow: hidden;
	border: 0;
}

.modal-header {
	background:#d2d2d2;
	border-radius:10px 10px 0 0 ;
	font-size:18px;
	line-height:1.4;
}

.share-btns{
	display:flex;
	gap:8px;	
  justify-content: center;
}

.share-btns a {
	display: flex;
	text-decoration: none;
	border-radius: 100%;
	height: 44px;
	width: 44px;
	outline-offset:0;
	outline:2px solid transparent;
	transition:all .3s;
}

.share-btns svg {
	width:16px;
	height:16px;
	margin:auto;
	fill: #fff
}

.btn-linkedin {
	background: #0077b5;
}

.btn-linkedin:hover {
	border-color: #0077b5;
	outline:2px solid #0077b5;
	outline-offset:2px
}

.btn-facebook {
	background: #3b5998;
}
.btn-facebook:hover {
	border-color: #3b5998;
	outline:2px solid #3b5998;
	outline-offset:2px
}

.btn-twitter {
	background: #000;
}

.btn-twitter:hover {
	border-color: #000;
	outline:2px solid #000;
	outline-offset:2px
}

.btn-reddit {
	background: #ff5700;
	}

.btn-reddit:hover {
	border-color: #ff5700;
	outline:2px solid #ff5700;
	outline-offset:2px
}

.modal .btn{
	font-size: 16px!important;
	font-weight: bold!important;
	padding: .6rem 1.2rem!important;
	border: 0!important;
	line-height: 1.4!important;
	text-transform:none!important;
	letter-spacing:0!important;
	color:#fff !important;
	border:0!important;
}
.modal .btn.p-0{
	padding:0!important
}
.modal .btn-inverse:focus{
	box-shadow:0 0 0 .2rem rgba(0,0,0,.25)
}
.floating-share-btn {position: fixed;z-index: 300;bottom: 80px;top: 56%;transform: translateY(-50%);right: 0;border-radius: 0;border: 0;background: #324315;border: 1px solid #fff;border-right: none;width: 55px;height: 55px;padding: 0;text-align: center;transition: all 0.3s;}
.floating-share-btn img {width: 27.22px;}
.floating-share-btn svg path {fill: #fff;}
.floating-share-btn:hover {background: #827D29;}

/* site-plugin */
#site-plugin{position: fixed;z-index: 99999;bottom: 21px;left:10px;border-radius: 48px;}
body #userwayAccessibilityIcon{display: none !important;}
#ada-btn{position:relative;width: 65px;height: 65px;background: #324315;border:0;border-radius: 50%;padding:0;border: 2px solid #FFF;box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);transition: all 0.3s;}
#ada-btn span {display:none;position: absolute;top: -46px;left: 0;right: 0;font-size: 14px;background: #324315;color: white;padding: 6px;width: 153px;border-radius: 5px;}
#ada-btn:hover span,#ada-btn:focus span {display: block;}
#ada-btn span::after {width: 20px;height: 18px;content: "";bottom: -8px;left: 21px;position: absolute;background: #324315;clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);}
#ada-btn img{width: 27px;}
#ada-btn:hover {background: #827D29;}


/* -----------------------------------------

#slider

-----------------------------------------*/

#slider{position:relative;height: 800px;z-index:1}
#slider::before {position: absolute;content: '';background: linear-gradient(180deg, rgba(53, 106, 143, 0.80) 0%, rgba(53, 106, 143, 0.00) 23.69%), linear-gradient(180deg, rgba(53, 106, 143, 0.80) 0%, rgba(53, 106, 143, 0.00) 23.69%);top: 0;left: 0;width: 100%;height: 100%;z-index: 2;}
#slider .tns-outer{position:absolute;left:0;right:0;top:0;bottom:0}
#slider .tns-controls {z-index: 2;}
#slider .tns-controls button {width: 40px;height: 40px;}
#slider .tns-controls button img {width: 15px;}
#slider .tns-controls button:first-of-type{ margin-left: 24px;}
#slider .tns-controls button:last-of-type{ margin-right: 24px;}
#slider-caption {position: absolute;top: 260px;width: 100%;z-index: 2;}
.slider-title {font-size: 80px;font-weight: 400;color: #fff;text-align: center;margin-bottom: 0;text-shadow: 0px 2px 20px rgba(0, 0, 0, 0.30);font-family: "Damion", serif;}

.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;transform:translateY(-50%);}
.tns-controls button {background: #A46713;padding: 0;width:48px;height:48px;line-height: 1;border: 0;border-radius: 0;transition: all 0.3s;}
.tns-controls button img {width: 18px;}
.tns-controls button:last-of-type {float:right}
.tns-controls button:hover {background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), #A46713;}
.tiny-slider-wrap button[data-action]{position:absolute;bottom:0;right:0;z-index:1;display: none;}
ul.tiny-slider,
ul.tiny-carousel{padding:0;margin:0}

/* slider highlight box style */
#slider-highlight-box {background: rgba(50, 67, 21, 0.85);border: 1px solid rgba(255, 255, 255, 0.30);max-width: 350px;width: 100%;padding: 20px 0 0;position: absolute;right: 64px;bottom: 64px;box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.25);backdrop-filter: blur(5px);-webkit-backdrop-filter: blur(5px);z-index: 2;}
.highlight-box-header {display: flex;align-items: center;padding-left: 20px;margin-bottom: 8px;}
.highlight-icon-box img {width: 18px;margin-right: 12px;}
.highlight-title {font-size: 16px;font-weight: 700;color: #fff;line-height: normal;}
.highlight-link {position: relative;font-size: 16px;font-weight: 400;color: #fff !important;line-height: normal;display: block;padding: 20px;text-decoration: none;}
.highlight-link:hover {background-color: rgba(255, 255, 255, 0.10);text-decoration: none;}
.highlight-link.tns-slide-active:not(.last)::before {position: absolute;content:'';background:  rgba(255, 255, 255, 0.30);height: 1px;width: 90%;bottom: 0;left: 50%;transform: translateX(-50%)}
#slider-highlight-box .tns-outer {position: static;}
#slider-highlight-box .tns-controls {display: none;}
#slider-highlight-box .tns-nav {display: flex;gap: 4px;position: absolute;right: 20px;top: 20px;}
#slider-highlight-box .tns-nav button {position: relative;width: 16px;height: 16px;background: none;border-radius: 50%;border: 1px solid transparent;padding: 0;}
#slider-highlight-box .tns-nav button::before {position: absolute;content: '';background-color: #fff;border-radius: 50%;width: 4px;height: 4px;top: 50%;left: 50%;transform: translate(-50%, -50%);}
#slider-highlight-box .tns-nav button:hover {background-color: rgba(255, 255, 255, 0.10);}
#slider-highlight-box .tns-nav button.tns-nav-active {border-color: #fff;}
#slider-highlight-box .tns-controls {display: none !important;}

.section-header {margin-bottom: 40px;}
.section-heading {font-size: 80px;font-weight: 600;line-height: 88px;color: #3E1707;text-align: center;font-family: "Bitter", serif;}
.section-label {display: block;font-size: 32px;font-weight: 400;line-height: 35.2px;color: #A62A24;margin-bottom: 8px;font-family: "Damion", serif;}
.section-link {padding: 14px 32px;background: #A46713;border: 3px solid transparent; display: inline-block;font-size: 16px;color: #fff !important;font-weight: 700;text-decoration: none;transition: all 0.3s;}
.section-link img {width: 17.42px;margin-right: 10px;}
.section-link:hover {border-color: #fff;text-decoration: none;box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.25)}

/* section quick-links */
#quick-links {position: relative;padding-top: 96px;padding-bottom: 213px;}
#quick-links .container {width: 1270px;}
#quick-links-wrapper {display: grid;grid-template-columns: repeat(4, 1fr);row-gap: 48px;column-gap: 16px;}
.quick-link {position: relative;display: flex;flex-direction: column;align-items: center;padding: 16px;text-decoration: none;text-align: center; transition: all 0.3s;}
.quick-link:hover {text-decoration: none;}
.qlink-icon-box {background: #324315;border-radius: 50%;width: 120px;height: 120px;display: flex;justify-content: center;align-items: center;outline: 3px solid #827D29;outline-offset: 12px;transition: all 0.3s;}
.quick-link:hover .qlink-icon-box {background: #827D29;outline-color: transparent;}
.qlink-title {font-size: 22px;font-weight: 600;color: #1E1E1E;margin: 36px 0 0;font-family: "Bitter", serif;}
.qlink-tree-img {position: absolute;right: 0;bottom: 0;z-index: -1;}

/* section-news */
#news-follow {position: relative;padding: 96px 0;}
#news-follow::before {position: absolute;content: '';background: linear-gradient(0deg, rgba(50, 67, 21, 0.85) 0%, rgba(50, 67, 21, 0.85) 100%);width: 100%;height: 100%;top: 0;left: 0;}
#news-follow-in {display: flex;gap: 72px;}
#news-follow .section-header {position: relative;}
#news-follow .section-heading {color: #fff;}
#news-follow .section-label {color: #D7CC26;}
#news {width: 50%;}
#news .tns-outer {height: 552px;}
.news-wrap {padding-right: 8px;}
#news .news-item {position: relative;display: flex;align-items: center;height: 168px;padding: 6px;background-color: rgba(255, 255, 255, 0.90);text-decoration: none; transition: all 0.3s;}
#news .news-item:hover {background-color: #fff;transform: translateX(8px);}
#news .news-banner {position: relative;max-width: 150px;width: 100%;height: 100%;}
#homepage .news-info {padding: 0 32px;transition: all 0.3s;}
#homepage .news-date {font-size: 16px; font-weight: 700;line-height: 21px;color: #356A8F;}
#homepage .news-title {font-size: 22px;font-weight: 400;line-height: 24px;margin: 10px 0 0;color: #1E1E1E;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;text-overflow: ellipsis;font-family: "Bitter", serif;}
#homepage .news-item:hover .news-title {text-decoration: underline;}

.news-btn {display: inline-block;}
#news .section-link {background-color: #DDAB37;color: #1E1E1E !important;display: flex;align-items: center;margin-left: 150px;margin-top: 17px;position:relative;z-index: 1;}
#news .tns-controls {top: unset;left: 0;bottom: -107px;display: flex;gap: 6px;}
#news .tns-controls button {width: 60px;height: 60px;border: 3px solid transparent;}
#news .tns-controls button:hover {border-color: #fff;box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.25);}

/* section follow */
#follow {position: relative;width: 50%;height: 100%;}
#follow-box {background: rgba(255, 255, 255, 0.90);padding: 6px;height: 536px;}
#follow-tabs {display: flex;margin-bottom: 4px;}
.follow-tab {position: relative;background-color: #827D29;border-right: 1px solid #fff;width: 100%;padding: 15.2px 8px;font-size: 16px;font-weight: 700;color: #fff;display: flex;align-items: center;justify-content: center;gap: 10px;cursor: pointer;}
.follow-tab:last-child {border: none;}
.follow-tab::after {position: absolute;content: '';background: url(../images/tab-arrow.png) center/cover no-repeat;width: 16px;height: 9px;bottom: -2px;left: 50%;transform: translateX(-50%);opacity: 0;}
.follow-tab.active {background-color: #324315;}
.follow-tab.active::after {opacity: 1;}
.follow-tab:hover {background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), #827D29;}

#follow-content-wrapper {height: 463px;overflow-y: auto;}
.crt-widget-tetris .crt-tetris-post {padding-left: 0 !important;padding-right: 0 !important;}

#follow .section-link {padding: 14px 24px;background-color: #DDAB37;width: 165px;color: #1E1E1E !important;margin-top: 32px;text-align: center;display: none;}
#follow .section-link img {width: auto;filter: brightness(0) saturate(100%) invert(5%) sepia(12%) saturate(20%) hue-rotate(339deg) brightness(101%) contrast(85%);}
#follow .section-link.active {display: inline-block;}

/* events style */
#events {position: relative;padding: 112px 0;background-color: rgba(238, 226, 207, 0.80);z-index: 1;}
#event-tabs {position: relative;display: flex;justify-content: space-between;gap: 1px;border-radius: 12px 12px 0 0;width: calc(43% - 29px);}
#event-tabs .event-tab {position: relative;display: inline-block;flex: 1;background: #A46713;padding: 13px 10px;font-size: 16px;font-weight: 700;color: #fff;line-height: 22px;text-align: center;text-transform: capitalize;transition: all 0.3s;cursor: pointer;}
#event-tabs .event-tab.active {background: #DDAB37;color: #1E1E1E;}
#event-tabs .event-tab:hover:not(.active) {background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), #A46713;color: #fff;}
#events .event-btn {display: inline-block;}
#events .section-link {display: flex;align-items: center;margin-top: -10px;}
.event-shape {position: absolute;top: -115px;left: 0;width: 100%;height: 117px;z-index: -1;}
.event-hill-shape {position: absolute;bottom: 0;left: 0;width: 100%;height: 377px;z-index: -1;}

/* section connected */
#connected {padding-top: 96px;padding-bottom: 156px;}
#connected .container {width: 1558px;}
#connected-wrapper {display: grid;grid-template-columns: repeat(6, 1fr);row-gap: 24px;}
.connected-link {display: flex;flex-direction: column;align-items: center;padding: 16px;text-align: center;text-decoration: none;}
.connected-link:hover {text-decoration: none;}
.connected-icon-box {background-color: #324315;border-radius: 50%;width: 120px;height: 120px;display: flex;justify-content: center;align-items: center;outline: 3px solid #827D29;outline-offset: 12px;transition: all 0.3s;}
.connected-link:hover .connected-icon-box {background: #827D29;outline-color: transparent;}
.connected-title {font-size: 22px;font-weight: 600;color: #1E1E1E;margin: 36px 0 0;font-family: "Bitter", serif;}
#connected .tns-controls button:first-of-type {margin-left: -60px;}
#connected .tns-controls button:last-of-type {margin-right: -60px;}



/* tiles style */
#tiles-gallery {display: grid;grid-template-columns: repeat(3, 1fr);gap: 24px;}
.tile-card {position: relative;height: 400px;padding: 48px 32px;text-align: center;z-index: 1;}
.tile-card::before {position: absolute;content: '';background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%);width: 100%;height: 100%;top: 50%;left: 50%;transform: translate(-50%, -50%); z-index: -1;transition: all .35s ease;}
.tile-card::after {position: absolute;content: '';background: url(../images/tiles-overlay.png) center/cover no-repeat;width: 0;height: 0;top: 50%;left: 50%;transform: translate(-50%, -50%);z-index: -1;transition: all .35s ease;opacity: 0;backdrop-filter: blur(4px);-webkit-backdrop-filter: blur(4px);}
.tile-card:hover::before {background: none;backdrop-filter: blur(4px);}
.tile-card:hover::after {width: 100%;height: 100%;opacity: 0.85;}
.tile-card-info {position: absolute;top: 50%;transform: translateY(-50%);left: 12px;right: 12px;}
.tile-title {font-size: 36px;font-weight: 600;color: #fff;margin-bottom: 0;transition: all .35s ease; font-family: "Bitter", serif;}
.tile-overlay-content {overflow: hidden;max-height: 0;transform: translateY(20px);transition: all .55s ease;}
.tile-text {font-size: 16px;font-weight: 400;line-height: 24px;color: #fff;transition: all 0.3s;}
.tile-btn {padding: 16px 24px;background: #A46713;display: inline-block;font-size: 16px;font-weight: 700;color: #fff !important;text-decoration: none;transition: all 0.3s;}
.tile-btn:hover {text-decoration: none;}
.tile-card:hover .tile-overlay-content {overflow: unset;max-height: 250px;transform: translateY(0);}
.tile-card:hover .tile-title {margin-bottom: 24px;}
.tile-card:hover .tile-btn {margin-top: 24px;}


/* department page style */

.department #quick-links {padding-top: 0;padding-bottom: 48px;}
.department #quick-links .tns-controls {display: flex;flex-direction: column;justify-content: flex-end;align-items: end;gap: 6px;right: -72px;}
.department #quick-links .tns-controls button:first-of-type{ margin-left: 0;}
.department #quick-links .tns-controls button:last-of-type{ margin-right: 0;}

.department #events {background: none;padding-top: 48px;padding-bottom: 0;}
.department #events .section-header {display: flex;align-items: center;justify-content: space-between;}
.department #events .section-heading {font-size: 40px;font-weight: 600;line-height: 44px;color: #3E1707;margin-bottom: 0;font-family: 'Adelle';}
.department-hill-shape {position: absolute;bottom: 0;left: 0;width: 100%;height: 466px;z-index: -1;}

/* business directory page style */
#freeform.b-directory #slider-caption {text-align: center;}

.business-directory-fields {display: flex;gap: 24px;}
.business-search-form {margin-bottom: 0;}
#business-search {position: relative;width: 100%;}
.business-label, .businessCats-label {font-size: 16px;font-weight: 700;color: #000;line-height: normal;margin-bottom: 5px;}
#business-search #business-input {padding: 14px 16px 14px 45px;width: 100%;height: 56px;border: 0;font-size: 16px;font-weight: 400;color: rgba(30, 30, 30, 0.70);}
#business-search #business-input::-webkit-input-placeholder{color: rgba(30, 30, 30, 0.70);}
#business-search #business-input:-moz-placeholder{color: rgba(30, 30, 30, 0.70);}
#business-search #business-input::-moz-placeholder{color: rgba(30, 30, 30, 0.70);}
#business-search #business-input:-ms-input-placeholder{color: rgba(30, 30, 30, 0.70);}
#business-search button {background: none !important;border: 0;padding: 0;width: 20px;height: 20px;line-height: 1;position: absolute;left: 16px;top: calc(50% + 12px);transform: translateY(-50%);}
#business-search button img {width: 18px;}

.businesss-dropdown-list {position: relative;max-width: 400px;width: 100%;}
.businesss-dropdown-list::before {position: absolute;content: '';background: url(../images/select-arrow.png) center/cover no-repeat;width: 14px;height: 8px;right: 16px;top: calc(50% + 10px);pointer-events: none;}
#businessCats {padding: 14px 16px;border: 0;width: 100%;height: 56px;font-size: 16px;font-weight: 400;color: #000;-webkit-appearance: none;}

#business-items-wrapper {display: flex;flex-wrap: wrap;flex-direction: row;gap: 24px;margin-top: 48px;}
.business-item {background: #fff;width: calc(33.33% - 16px);}
.business-banner {height: 300px;}
.business-info {position: relative;padding: 40px;}
.business-title {font-size: 22px;font-weight: 700;color: #3E1707;line-height: 26px;text-transform: capitalize;}
.business-detail-list {margin: 0;padding: 0;list-style-type: none;}
.business-detail-list li {margin-bottom: 16px;}
.business-detail-list li:last-child{margin-bottom: 0;}
.business-detail-list li span {display: block;font-size: 16px;font-weight: 900;color: #1E1E1E;margin-bottom: 6px;}
.business-detail-list li .business-detail-link {font-size: 16px;font-weight: 400;color: rgba(0, 0, 0, 0.70);text-decoration: none;}
.business-detail-list li a {width: 190px;display: block;}
.business-detail-btns {display: flex;gap: 8px;margin-top: 32px;}
.business-link {padding: 15px 16px;background: #324315;border: 1px solid transparent;font-size: 16px;font-weight: 700;color: #fff !important;line-height: 1;text-decoration: none;}
.business-website-link {background: none;border-color: rgba(0, 0, 0, 0.20);color: #1E1E1E !important;}
.business-website-link img {width: 18px;margin-right: 10px;}
.business-info .enablerbtns {display: inline-block;position: absolute;top: 0;right: 0;}
.business-info .enablerbtns:first-of-type {margin-right: 80px;}


/* section footer */
#footer {position: relative;background: #324315;}
#footer .container {width: 1438px;}
#footer-top {padding: 64px 0;}
#footer-top-in {display: flex;align-items: center;justify-content: space-between;}
.footer-title {font-size: 22px;font-weight: 400;color: #fff;margin-bottom: 24px;text-transform: capitalize;font-family: "Bitter", serif;}
.footer-contact-col {max-width: 350px;}
.footer-contact-item {background: rgba(255, 255, 255, 0.10);padding: 16px 32px;margin-bottom: 8px; display: flex;align-items: center;gap: 12px;color: #fff;text-decoration: none;}
.footer-contact-item:hover {background: rgba(255, 255, 255, 0.25);text-decoration: none;}
.footer-contact-link {font-size: 16px;font-weight: 400;line-height: 24px;color: #fff !important;text-decoration: none;}
.footer-links {display: flex;gap: 32px;}
.footer-links ul {margin: 0;padding: 0;list-style-type: none;}
.footer-links ul li {margin-bottom: 20px;line-height: normal;}
.footer-links ul li a {font-size: 16px;font-weight: 400;color: #fff !important;text-decoration: none;text-transform: capitalize;}
.footer-links ul li a:hover {text-decoration: underline;text-underline-offset: 2px;}
.footer-logo {display: block;width: 350px;}
.newsletter-signup {display: inline-block;}
.newsletter-signup-btn {padding: 10.5px 26px;background: #827D29;border: 3px solid transparent;margin-top: 32px;display: flex;align-items: center;gap: 10px;font-size: 16px;font-weight: 700;text-transform: uppercase;color: #fff !important;text-decoration: none;transition: all 0.3s;}
.newsletter-signup-btn img {width: 18px;}
.newsletter-signup-btn:hover {border-color: #fff;box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.25);text-decoration: none;}

#footer-bottom {background: #fff;padding: 24px 0;}
#footer-bottom-in {display: flex;align-items: center;justify-content: space-between;}
#revize {font-size: 16px;font-weight: 400;line-height: 21px;color: #1E1E1E;text-align: center;}
#revize-link {font-size: 16px;font-weight: 700;color: #1E1E1E;text-decoration: none;}
#revize-link:hover {text-decoration: underline;text-underline-offset: 2px;}
.footer-delimiter {position: relative;margin-right: 32px;color: #1E1E1E !important;text-decoration: none;}
.footer-delimiter::after {content: '';display: inline-block;width: 1px;height: 14px;background: #1E1E1E;right: -16px;top: 5px;position: absolute;}
.privacy-link {font-size: 16px;font-weight: 400;color: #1E1E1E !important;text-decoration: none;}
.footer-delimiter:hover, .privacy-link:hover {text-decoration: underline;text-underline-offset: 2px;}
.footer-shape {position: absolute;width: 100%;height: 61px;top: -59px;}

/* -----------------------------------------

#Blog

----------------------------------------- */
img.blog-img {width: 100%;height: auto;}
hgroup.blog-header {margin: 0;font-family: 'DIN',sans-serif;font-size: 32px;text-transform: capitalize;font-weight: bold;letter-spacing: -.025em;padding: 15px 30px;}
.blog-header h2 {color: #3A5976!important;margin: 0;font-size: 21px;line-height: 30px;width: 73%;text-decoration: none;}
.blog-header h3 {font-family: 'Gotham',sans-serif;font-weight: 700;font-size: 16px;text-transform: uppercase;color: #389583;margin: 0;line-height: 42px;width: 27%;text-align: right;}
.blog-caption {padding: 30px;font-size:15px;line-height:27px}
a.blog-readmore {font-weight: bold;text-decoration: none;display:block;margin-top:15px}
a.blog-readmore:after {content: "\f054";font-family: FontAwesome;font-size: 14px;padding-left: 4px;}
.no-after a:after{display:none}
img.blog-inner-img {max-width: 40%;margin: 0 0 30px 30px;}
.blog-header small {color: #fff;background: #389583;border-radius: 3px;padding: 5px;display: inline-block;letter-spacing: 0.025em;margin-top: 3px;}
.blog-item{box-shadow: 0 4px 20px rgba(0,0,0,.25);margin-bottom:30px}
@media only screen and (min-width:992px) {
    #blog-posts{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-15px;margin-right:-15px}
    .blog-item {width:calc(50% - 30px);margin:0px 15px 30px 15px}
}

/* -----------------------------------------

#media queries

-----------------------------------------*/

@media only screen and (max-width:1350px) {
	#freeform:not(.fullwidth) #entry {padding-left: 24px !important;}
	#connected-wrapper {grid-template-columns: repeat(5, 1fr);}
}

@media only screen and (max-width:1200px) {
	#news-follow-in {gap: 16px;}
	#connected-wrapper {grid-template-columns: repeat(4, 1fr);}
	#freeform:not(.fullwidth) #entry {padding-left: 0 !important;}
	#page-title {font-size: 54px;line-height: 58px;}
	.footer-logo {width: 260px;}
}


@media only screen and (min-width:992px) {

	.site-header #nav .toggle,
	.site-header #nav .toggle2{display:none}
	
	.site-header #nav .focused .toggle,
	.site-header #nav .focused .toggle2,
	#flyout .focused .toggle{display:inline-block;margin-left:-8px;padding: 0;height: auto;}
	
	#flyout .focused .toggle,
	.site-header #nav .focused .toggle2{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}
	#flyout .toggle {display: inline-block !important;margin-left: 0;border: 0 !important;position: absolute;right: 40px;top: 50%;transform: translateY(-50%) rotate(-90deg) !important;}
	
	/* base nav styles  */
	#nav li.static>a:first-child::before {
        content: "\f0d7";
        position: absolute;
        font-style: normal;
        font-family: 'FontAwesome';
        right: 18px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 16px;
        color: #fff;
        left: unset;
        display: block;
    }
.site-header #nav ul {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    display: none;
}
	.site-header #nav li:hover>ul{display:block}
	.site-header #nav ul a:not(.fa),
	.site-header #nav ul span{display:block;color:#000}
	.site-header #nav a,
	.site-header #nav span {
        position: relative;
		display: inline-flex;
        align-items: center;
        justify-content: center;
        height: 100%;
    }
	.site-header #nav>li:hover>a:not(.fa),
	.site-header #nav>li:hover>span:not(.fa) {
		background-color: rgba(255, 255, 255, 0.10);
		color: #fff;
    }
	.sticky-header.sticky-top #header-bottom {background: #324315;}
	.site-header {position: fixed;width: 100%;top: 0;z-index: 1020;}
        .user-logged-in .site-header {top: 80px;}
	
        .sticky-top .site-header {top: 0;}

	/* traditional    */
	#nav ul{position:absolute;left:0;top:100%;display:none}
	#nav ul:not(make-mage) ul{left:100%;top:0}
	#nav li{display: flex;align-items: center;}
	#nav ul li {display: block;}
	#nav :not(make-mage) .focused .toggle2{-webkit-transform:rotate(-90deg);position:absolute;right:15px;top:50%;transform:translateY(-50%) rotate(-90deg);}
	
	/* mega menu */
	#nav li.static:hover ul{display:block}
	/* #nav>li>ul.make-mage{position:absolute;left:0;right:0;top:100%;-webkit-column-count:4;-moz-column-count:4;column-count:4;display:none;padding:31px 48px;margin: 12px auto;width: 726px;} */
	/* .site-header #nav>li>ul::before {content: "";position: absolute;top: -12px;left: 0;width: 100%;height: 12px;background: none;} */
	#nav>li>ul.make-mage .nav-in>li{display: table;page-break-inside: avoid;}
	#nav li:hover>ul.make-mage ul{position:static;margin: -20px 0 24px;}
	#nav ul.make-mage a:not(.fa),
	#nav ul.make-mage span{font-size:20px;font-weight: 400;line-height: 22.4px;text-transform: capitalize;color: #fff;display: inline-block;margin-bottom: 32px;padding: 0;}
	#nav ul.make-mage a:not(.fa):hover,
	#nav ul.make-mage span:hover {color: #DDAB37;text-decoration: underline;}
	#nav ul.make-mage ul a:not(.fa),
	#nav ul.make-mage ul span{font-size:16px;line-height: 21px;font-weight: 400;color: #fff;display: inline-block;margin: 0;padding: 6px 24px;width: 100%;text-transform: capitalize;font-family: "Lato", serif;}
	#nav ul.make-mage ul a:not(.fa):hover,
	#nav ul.make-mage ul span:hover {background-color: #D7CC26;color: #1E1E1E;text-decoration: none;}
	#nav .make-mage .focused .toggle2{display:block}

	.nav-outer {background-color: #324315;backdrop-filter: blur(10px);-webkit-backdrop-filter: blur(10px);}
	.nav-outer .container {width: 1246px;}
	.nav-in {
        column-count: 4;
        column-gap: 94px;
        padding: 41px 0 35px;
        position: relative;
    }
	.nav-divider {
        display: block !important;
        background: rgba(255, 255, 255, 0.10);
        width: 1px;
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: 0;
        min-height: 100%;
    }
	.first-divider {
        left: 22%;
    }
	.second-divider {
        left: 50%;
    }
	.third-divider {
        left: 77%;
    }

	.layout-table {
		table-layout: fixed;
		width: 100%
	}

	.site-header #nav {display: flex;justify-content: center;height: 120px;}
	#flyout>li:hover>ul {display: block;}
	#flyout ul {position: absolute;left: 100%;top: 0;width: 250px;z-index: 10;background: #A46713}
	#flyout>li:not(:last-child) a {border-bottom: 1px solid rgba(255, 255, 255, 0.10);}
	#flyout>li:hover,
	#flyout>li:hover {background: #A46713;}
	#flyout ul>li {padding: 0 24px;}
	#flyout ul>li>a {padding: 24px 0;}
	#flyout ul li:hover {background: rgba(255, 255, 255, 0.10);}
	#flyout ul li:hover a {text-decoration: underline ;}
	#freeform:not(.fullwidth) #entry {padding-left: 60px;}

	#slider {margin-top: 50px;}

	#freeform-wrapper aside.col-lg-3 {flex: 0 0 27%;max-width: 27%;}
	#freeform-wrapper .col-lg-9 {flex: 0 0 73%;max-width: 73%;}
}

@media only screen and (max-width:991px) {
	#ada-btn span {left:-95px;}
	#ada-btn span::after {width: 20px;height: 18px;content: "";bottom: -8px;left: 116px;position: absolute;background: #324315;clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);}

	/* rz form tables - without page scope this targets editforms and makes
	 * editing confusing
	 */
	
	.site-header .toggle,
	.site-header .toggle2{display:block;line-height:45px;width:45px;text-align:center;color:#fff !important;background:rgba(255, 255, 255, 0.251);position:absolute;right:0;top:0}
	.site-header .logo-wrap{position: relative;display:flex;align-items:center;justify-content:space-between;width: 100%;height: 100%;}
	.site-header #nav{position: absolute;left: 0;top: 100%;width: 100%;background: #324315;}
	.site-header #nav li{position:relative!important}
	.site-header #nav ul{display:none}
	.site-header #nav li a,
	.site-header #nav li span {font-size: 16px !important; color: #fff;font-weight: 500;}
	.site-header #nav ul a,
	.site-header #nav ul span {font-size: 16px !important; font-weight: 500;text-transform: capitalize;}
	.site-header #nav ul ul a,
	.site-header #nav ul ul span {font-size: 14px !important;}
        .nav-outer .container {padding: 0;}

	#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
	}


	#info-toggle,
	#nav-toggle,
	#search-toggle {
		line-height: 42px;
        width: 42px;
        text-align: center;
        background: #A46713;
        display: inline-block;
        color: #fff;
		border-radius: 0;
        margin-left: 5px;
        cursor: pointer;
	}

	#nav, #flyout {
		display: none
	}

	#nav li {
		display: block
	}

	#nav a,
	#nav span,
	#flyout a,
	#flyout span {
		font-size: 14px !important;
		line-height: 1 !important;
		padding: 15px !important;
		border-bottom: 1px solid #bdbdbd;
	}

	#nav li:last-child>a,
	#nav li:last-child>span,
	#flyout li:last-child>a,
	#flyout li:last-child>span {
		border: 0
	}

	#flyout a,
	#flyout span {font-size: 16px !important;font-weight: 600;color: #fff;}

	#flyout li {padding: 0;}
	#flyout ul a,
	#flyout ul span {
		font-size: 14px !important;
		border-bottom: 1px solid #bdbdbd !important;
	}

	.toggle,
	.toggle2 {
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		line-height: 45px;
		text-align: center;
		width: 45px;
		color: #013144 !important;
		background: #fff;
		transform: none !important
	}


	#freeform #freeform-wrapper {padding: 48px 0;}
	#page-title {font-size: 30px;line-height: 34px;margin-top: 10px;}

	.header {font-size: 32px;line-height: 36px;}
	.subheader {font-size: 22px;margin: 24px 0 32px;}

	#flyout-wrap {padding: 0;background-color: #324315;}
	#flyout-header {display: none;}
	#flyout-toggle {background-color: #324315;padding: 10px 15px;border-radius: 8px; font-size: 18px;color: #fff;text-transform: capitalize;font-weight: 700;cursor: pointer;}

	#contact-wrap,
	#textBox-wrap {padding: 32px 15px;}
	.box-header {font-size: 20px;}

	.contact-name {font-size: 16px;}
	.contact-position {font-size: 14px;}
	#contact-info li {padding: 0 16px;}
	#contact-info li, #contact-info .contact-link {gap: 16px;}

	.floating-share-btn {top: 93%;}

	#translation-links > li:not(:first-of-type) {margin: 0 8px !important;}
	#translation-links > li:not(:first-of-type)::after {right: -8px;}
	#translation-links > li > a {font-size: 14px;}


	.sticky-header {position: relative;}
	#header-top {padding: 30px 0;display: none;}
	#header-top-in {flex-direction: column;gap: 12px;height: auto;}
	#header-bottom {height: 86px;background: #324315;border-bottom: none;}
	#header-bottom-in {position: static;}
	.logo-wrap {display: flex;align-items: center;justify-content: space-between;width: 100%;}
	#logo {width: 128px;}
	#search {position: relative;max-width: 500px;width: 100%; height: 44px;padding: 0 !important;}
	#search input {font-size: 14px;}
	#search button {width: 60px;font-size: 14px;}
	.header-right {width: 100%;display: none;position: absolute;left: 0;top: 100%;background-color: #3E1707;padding: 15px;gap: 10px;justify-content: center;}
	#search-toggle-desktop {display: none;}
	.header-top-right {flex-direction: column;}

	.tns-controls button {width: 36px;height: 36px;}
	.tns-controls button img {width: 13px;}

	#slider {height: 550px;}
	#slider-caption {top: 140px;}
	.slider-title {font-size: 54px;}
	#slider .tns-controls {top: 8%;}
	#slider .tns-controls button:first-of-type {margin-left: 15px;}
	#slider .tns-controls button:last-of-type {margin-right: 15px;}
	#slider-highlight-box {right: 15px;bottom: 15px;}

	#freeform #slider {height: 350px;}

	.section-heading {font-size: 54px;line-height: 60px;}
	.section-label {font-size: 24px;line-height: 28px;}

	#quick-links {position: relative;top: unset;padding: 64px 0;}
	#quick-links-wrapper {grid-template-columns: repeat(2, 1fr);}
	.qlink-icon-box {width: 90px;height: 90px;outline-offset: 7px;}
	.qlink-icon-box img {width: 32px;}
	.qlink-title {font-size: 18px;margin: 28px 0 0;}
	#quick-links .tns-controls button:first-of-type {margin-left: -48px;}
	#quick-links .tns-controls button:last-of-type {margin-right: -48px;}

	.department #quick-links .tns-controls {display: unset;right: 0;}
	.department #quick-links .tns-controls button:first-of-type {margin-left: -48px;}
	.department #quick-links .tns-controls button:last-of-type {margin-right: -48px;}

	#news-follow-in {flex-direction: column;gap: 48px;}
	#news {width: 100%;}
	#news-in {text-align: center;}
	#news .tns-outer {height: 332px;}
	.news-wrap {padding-right: 0;}
	#news .news-item {height: 150px;}
	#news .news-item:hover {transform: translateX(0);}
	#homepage .news-info {padding: 15px 10px;text-align: left;}
	#news .section-link {padding: 14px 20px;margin-left: 100px;}
	#news .tns-controls {bottom: -107px;justify-content: center;margin-right: 224px;}
	#news .tns-controls button {width: 44px;height: 60px;}

	#follow {width: 100%;}

	#event-tabs {width: 500px;max-width: 100%;margin: 0 auto;}
	.event-shape, .qlink-tree-img {display: none;}
	#events .section-link {margin-top: 32px;}

	.department #events {padding-bottom: 48px;}
	.department #events .section-header {flex-direction: column;}

	#connected-wrapper {grid-template-columns: repeat(3, 1fr);}
	.connected-icon-box {width: 90px;height: 90px;outline-offset: 7px;}
	.connected-icon-box img {width: 32px;}
	.connected-title {font-size: 18px;margin: 28px 0 0;}
	#connected .tns-controls button:first-of-type {margin-left: -48px;}
	#connected .tns-controls button:last-of-type {margin-right: -48px;}

	#enotify-in {flex-direction: column;}
	.enotify-text p {font-size: 28px;}
	.enotify-icon-box img {max-width: 80px;width: auto;}

	#site-plugin {left: unset;right: 0;bottom: 106px;}

	#tiles-gallery {grid-template-columns: repeat(2, 1fr);}
	.tile-title {font-size: 32px;}

	.business-directory-fields {flex-direction: column-reverse;}
	.businesss-dropdown-list {max-width: 100%;}
	.business-item {width: calc(50%  - 16px);}

	.emergency-alert {padding: 32px 16px;}
	.social-live-updates {flex-direction: column;gap: 8px;}

	#footer-top-in {flex-direction: column;gap: 36px;}
	.footer-contact-item {padding: 16px;}
	.footer-logo {width: 200px;margin: 0 auto;}
	.footer-links {flex-direction: column;gap: 16px;}
	.footer-col {width: 100%;text-align: center;}
	.footer-links ul li {margin-bottom: 12px;}
	#footer-bottom-in {flex-direction: column;gap: 16px;}
	.footer-shape {display: none;}
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width:767px) {
	.floating-alert {
		width: auto;
		right: 10px;
		left: 10px;
		bottom: 0;
		top: unset;
		font-size: 12px;
	}

	.floating-alert h4 {
		margin-bottom: 10px;
		font-size: 14px
	}

	.floating-alert .btn {
		font-size: 10px
	}

	.share-btns a {
		padding: 10px;
		font-size: 12px;
		white-space: nowrap;
		overflow: hidden
	}

	.share-btns i {
		display: block;
		line-height: 50px !important;
		font-size: 20px
	}

	.emergency-title {font-size: 20px;margin: 12px 0 26px;}
	.emergency-text {margin-bottom: 22px;}
	.emergency-btn {padding: 8px 24px;}

	#quick-links-wrapper {grid-template-columns: auto;gap: 0;}
	.qlink-wrap:not(:last-child) .quick-link {border-bottom: 1px solid lightgray;}
	.quick-link {flex-direction: row;}
	.qlink-title {margin-top: 0;margin-left: 19px;}
	.qlink-icon-box {width: 70px;height: 70px;outline-offset: 4px;}

	#contact-info li, #contact-info .contact-link {gap: 16px;font-size: 14px;}
	.event-hill-shape {height: 114px;}

	#connected-wrapper {grid-template-columns: auto;row-gap: 0;}
	.connected-link {flex-direction: row;border-bottom: 1px solid lightgray;}
	.connected-icon-box {width: 70px;height: 70px;outline-offset: 4px;}
	.connected-title {margin-top: 0;margin-left: 19px;}

	#breadcrumbs ul li {margin-right: 26px;}
	#breadcrumbs ul li:not(:last-of-type)::after {margin: 0 14px}
	.slider-title {font-size: 36px;}
	#homepage .news-title {font-size: 18px;}
	#tiles-gallery {grid-template-columns: auto;}
	.tile-card {padding: 24px 15px;height: 350px;}
	.tile-title {font-size: 28px;}
	.business-item {width: 100%;}
	.business-info {padding: 32px 15px;}
}

/* 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) {
	.slider-caption-top {top: 32px;}
	.caption-cap-text {font-size: 80px;line-height: 110px;left: 4px;}
	.slider-caption-middle {font-size: 44px;}
	.slider-caption-middle-label {font-size: 20px;margin-left: 8px;}
	.slider-caption-bottom {bottom: 20px;}

	#post blockquote {font-size: 18px;line-height: 32px;padding: 32px 15px;}
	#post blockquote img {width: 40px;}

	.section-heading {font-size: 40px;line-height: 48px;}

	#news .news-banner {max-width: 120px;}
}

@media print {

	#slider,
	footer,
	#breadcrumbs,
	#flyout-wrap,
	.floating-share-btn,
	.e-notify,
	.site-header {
		display: none !important
	}

	a[href]:after {
		content: none !important
	}
}
.embed-container {position: relative; padding-bottom: 80%; height: 0; max-width: 100%;} .embed-container iframe, .embed-container object, .embed-container iframe{position: absolute; top: 0; left: 0; width: 100%; height: 100%;} small{position: absolute; z-index: 40; bottom: 0; margin-bottom: -15px;}