  @charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Serif:400,400i,700,700i&display=swap');

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */


/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

* {
	margin: 0;
	padding: 0;
}

p,
p span,
p font,
font,
li>span {
	background: transparent !important;
	font-size: inherit !important;
}

html,
button,
input,
select,
textarea {
	color: #807c7c;
}

body {
	background-color: #8e2920;
	font-size: 0.813em;
	line-height: 1.5;
}


/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}


/*
 * A better looking default horizontal rule
 */

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}


/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
	vertical-align: middle;
	max-width: 100%;
}


/*
 * Remove default fieldset styles.
 */

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}


/*
 * Allow only vertical resizing of textareas.
 */

textarea {
	resize: vertical;
}


/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */


/* Commonly Use */

.left {
	float: left;
}

.right {
	float: right;
}

.italic {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

.align-right {
	text-align: right;
}

.align-center {
	text-align: center;
}

.colorMaroon {
	color: #943930;
}

.muted {
	color: #999999;
}

a.muted:hover,
a.muted:focus {
	color: #808080;
}

.text-warning {
	color: #c09853;
}

a.text-warning:hover,
a.text-warning:focus {
	color: #a47e3c;
}

.text-error {
	color: #b94a48;
}

a.text-error:hover,
a.text-error:focus {
	color: #953b39;
}

.text-info {
	color: #3a87ad;
}

a.text-info:hover,
a.text-info:focus {
	color: #2d6987;
}

.text-success {
	color: #468847;
}

a.text-success:hover,
a.text-success:focus {
	color: #356635;
}


/* Wrapper */

.wrapper {
	max-width: 950px;
	margin: 0 auto;
	width: 100%;
	*zoom: 1;
}

.wrapper:before,
.wrapper:after {
	content: " ";
	/* 1 */
	display: table;
	/* 2 */
}

.wrapper:after {
	clear: both;
}


/* Navigation and Links */

#nav-top {
	padding-top: 10px;
	float: left;
}

#nav-top ul {
	margin-bottom: 0;
	padding: 0;
}

#nav-top ul li {
	/*font:normal 12px Arial, Helvetica, sans-serif;*/
	font: 12px "open_sansbold";
	text-transform: uppercase;
	padding: 0 8px 0 8px;
	color: #f7c5c5;
	float: left;
}

#nav-top ul li:first-child {
	padding-left: 0;
}

#nav-top ul li a {
	color: #f7c5c5;
}

#nav-sidebar ul li {
	background: url(/img/line-horizontal-dotted.gif) bottom repeat-x;
	font: normal 16px 'open_sansitalic';
	padding: 14px 20px 14px 0;
	color: #807c7c;
}

#nav-sidebar ul li a {
	display: block;
	color: #807c7c;
}


/*
#nav-sidebar > ul > li > a.open, #nav-sidebar ul li a.arrowbomb{
    background:url(/img/arrow-right.png) right 6px no-repeat; 
}
*/

#nav-sidebar ul li a.arrowbomb {
	background: url(/img/arrow-right.png) right 6px no-repeat;
}

#nav-sidebar>ul>li>a.cat-news {
	background: none;
}

#nav-sidebar>ul>li>a.cat-news:hover {
	background: url(/img/arrow-right.png) right 6px no-repeat;
}

#nav-sidebar>ul>li>a.cat-news.active-cat {
	background: url(/img/arrow-right.png) right 6px no-repeat;
	color: #8f352b;
}

#nav-sidebar ul li a:hover {
	text-decoration: none;
	color: #8f352b;
}

#nav-sidebar ul ul {
	padding-left: 46px;
	padding-top: 6px;
}

#nav-sidebar ul ul li {
	background: none;
	font-size: 15px;
	color: #c9928c;
	padding: 6px 0;
}

#nav-sidebar ul ul li a {
	color: #c9928c;
}

#nav-footer ul li {
	font: normal 10px/1em 'HelveticaNeueLTStd45Light';
	border-right: 1px solid #db918b;
	text-transform: uppercase;
	display: inline-block;
	padding: 0 5px 0 2px;
	color: #db918b;
}

#nav-footer ul li:last-child {
	border-right: none;
}

#nav-footer ul li a {
	line-height: 1em;
	color: #db918b;
}

.link-more {
	font: normal 13px 'open_sansbold';
	background-color: #92342a;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0 5px;
	color: #fff;
}

.link-more:hover {
	background-color: #6e1d14;
	text-decoration: none;
}

.linkPrint {
	background: url(/img/ico-print.gif) left top no-repeat;
	text-transform: uppercase;
	padding: 1px 0 2px 35px;
	display: inline-block;
	font-size: 14px;
	color: #6e6d6d;
}

.linkPrint:hover {
	text-decoration: none;
	color: #92342a;
}


/* Header Area */

#header {
	/*background:#99473f url(../img/header-maroon-bg.gif) right repeat-y;    */
	border-bottom: 6px solid #fff;
	padding-right: 10px;
	padding-left: 10px;
	z-index: 500;
}

.logo {
	padding-bottom: 12px;
	padding-top: 8px;
	/*width:27.15789%;*/
	float: left;
}

.logo img {
	margin-left: -20px;
}

.headerRight {
	width: 72.84211%;
	float: left;
}

.headerRight-top {
	background-color: #59231f;
	border: 1px solid #a44746;
	margin-bottom: 30px;
	margin-right: 20px;
	border-top: none;
	padding: 14px 8px 14px 12px;
	float: right;
	border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-box-shadow: inset 0 -3px 12px 0 #2a1513, 0 4px 6px 0 #602b26;
	-webkit-box-shadow: inset 0 -3px 12px 0 #2a1513, 0 4px 6px 0 #602b26;
	box-shadow: inset 0 -3px 12px 0 #2a1513, 0 4px 6px 0 #602b26;
}

.search-form {
	background-color: #78251e;
	border: 1px solid #5d1e1a;
	margin-left: 5px;
	margin-bottom: 0;
	height: 28px;
	width: 212px;
	float: right;
	padding: 0;
}

.search-form input[type="text"] {
	font: normal 12px 'OpenSansRegular';
	text-transform: uppercase;
	vertical-align: top;
	margin-bottom: 0;
	background: none;
	color: #fff;
	width: 170px;
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

.search-form input[type="text"]::-moz-placeholder {
	color: #fff;
	opacity: 1;
}

.search-form input[type="text"]:-ms-input-placeholder {
	color: #fff;
}

.search-form input[type="text"]::-webkit-input-placeholder {
	color: #fff;
}

.search-form input[type="text"]:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}

.search-form input[type="submit"] {
	background: url(/img/ico-magnifier_.png) no-repeat;
	padding: 0;
	border: none;
	height: 29px;
	width: 25px;
}

.searchHolder-phone {
	border: 1px solid #9e4549;
	background-color: #7e241c;
	padding: 1px 2% 1px 3%;
	margin: 0 4% 8px;
	width: 84%;
	float: left;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-box-shadow: inset 0 0 12px 1px #39100c;
	-webkit-box-shadow: inset 0 0 12px 1px #39100c;
	box-shadow: inset 0 0 12px 1px #39100c;
}

.searchHolder-phone input[type="text"] {
	font: normal 14px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin-bottom: 0;
	background: none;
	padding: 5px 0;
	color: #fff;
	border: none;
	width: 88%;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

.searchHolder-phone input[type="text"]:focus {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.searchHolder-phone input[type="submit"] {
	background: url(/img/ico-magnifier.gif) no-repeat;
	text-indent: -9999px;
	text-align: left;
	;
	border: none;
	height: 22px;
	width: 25px;
	float: right;
}


/* Banner Area */

#bannerArea {
	/*background:url(/img/spinner.gif) no-repeat scroll 50% 50% #8e2920;*/
	border-bottom: 6px solid #000;
	position: relative;
	overflow: hidden;
	height: 471px;
	z-index: 1;
}

#bannerArea .cycle-slideshow {
	display: none;
	z-index: 0;
}

#bannerArea .cycle-slide {
	/*text-align:center;*/
	overflow: hidden;
	height: 445px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
	cursor: pointer;
}

#bannerArea .cycle-slide img {
	max-width: 1600px;
}

#bannerArea .cycle-slide .shade-left {
	/*background: url(/img/banner-left-bg.png) left repeat-y;*/
	margin-left: -700px;
	position: absolute;
	width: 37%;
	height: 100%;
	z-index: 0;
	left: 50%;
	top: 0;
}

#bannerArea .cycle-slide .shade-right {
	/*background: url(/img/banner-right-bg.png) right repeat-y;*/
	position: absolute;
	width: 700px;
	height: 100%;
	z-index: 0;
	left: 50%;
	top: 0;
}

#bannerArea .cycle-slide .wrapper {
	margin-left: -480px;
	position: absolute;
	/*text-align:right;*/
	padding-top: 5%;
	left: 50%;
	top: 0;
}

#bannerArea .cycle-slide h1 {
	/*background:url(/img/ico-butterfly.png) right top no-repeat;*/
	font: normal 2.308em 'HelveticaNeueLTStd85Heavy';
	text-shadow: 0 0 8px #131313;
	border-bottom: none;
	letter-spacing: 1px;
	padding-right: 50px;
	padding-bottom: 0;
	padding-top: 320px;
	margin-bottom: 0;
	color: #fff;
}

#bannerArea .cycle-slide h1 span {
	padding-right: 29%;
}

#banner-inner {
	/*background:#413e3e url(../img/img-banner1.jpg) center top no-repeat;*/
	height: 337px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

#banner-inner.img1 {
	background: #413e3e url(../img/img-banner2.jpg) center top no-repeat;
}


/* Content Area */

#title-area {
	background-color: #413e3e;
	padding-right: 10px;
	padding-left: 10px;
}

#title-area .wrapper {
	padding-top: 16px;
}

#contentMain {
	background: #f3f3f3 url(../img/content-bg.jpg) center top no-repeat;
	background-size: cover;
	padding-right: 10px;
	padding-left: 10px;
}

#contentMain .wrapper {
	padding-bottom: 35px;
}

#contentMain.home .wrapper {
	padding-top: 45px;
	max-width: 924px;
}

#contentMain .content {
	background-color: #fff;
	-moz-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.25);
}

#contentMain .content .list-news.content {
	background: transparent;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#content-blog {
	background: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.homeLeft {
	width: 59.80498%;
	float: left;
}

.homeRight {
	margin-left: 0.97508%;
	width: 39.21993%;
	float: left;
}

.homeLeft .homeLeft-inner {
	background-color: #fff;
}

.homeLeft .homeLeft-inner h2 {
	font: normal 16px/1.1em 'open_sansbold';
	text-transform: uppercase;
	background-color: #413e3e;
	padding: 11px 10px 11px 23px;
	color: #fff;
}

.leftCol {
	width: 68.63158%;
	float: left;
}

.leftCol .leftCol-padding {
	padding: 30px 32px 10px 20px;
}

.leftCol .leftCol-content {
	padding: 0 6px 0 16px;
	position: relative;
}

.sidebar {
	width: 31.36842%;
	float: left;
	-moz-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
}

#content-blog .leftCol {
	background-color: #fff;
	-moz-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.25);
}

#content-blog .sidebar {
	background-color: #fff;
}

.sidebar>ul {
	margin-bottom: 0;
	padding: 0;
}

.sidebar>ul>li {
	list-style-type: none;
	background: none;
	padding: 0;
}


/* Footer Area */

#footer-top {
	background-color: #413e3f;
	padding-right: 10px;
	padding-left: 10px;
	clear: both;
}

#footer-top .wrapper {
	padding-bottom: 25px;
	padding-top: 25px;
}

#footer-top .wrapper ul {
	text-align: center;
	padding: 0;
}

#footer-top .wrapper ul li {
	list-style-type: none;
	display: inline-block;
	/* padding:0 54px 0 0; */
	font-size: 0.923em;
	background: none;
	color: #dfdfdf;
}

#footer-top .wrapper ul li a {
	color: #dfdfdf;
}

#footer-top .wrapper ul li a img {
	margin-right: 10px;
}

#footer-top .wrapper ul li a:hover {
	text-decoration: none;
	color: #f66e62;
}

#footer .wrapper {
	/*background:url(/img/footer-bg.gif) right 18px no-repeat;*/
	/*background:url(/img/bg-footer-red.jpg) no-repeat center top; */
	background: url(/img/sienna_footer_logo.png) 440px 8px no-repeat;
	padding-bottom: 12px;
	padding-top: 22px;
	max-width: 1795px;
	margin: 0 auto;
	position: relative;
}

#footer .footer-padding {
	/*  padding-right:25px;
    padding-left:10px;  */
	max-width: 950px;
	margin: 0 auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
	z-index: 1;
}

#footer .span2 {
	text-align: right;
	padding-top: 10px;
}

#footer .span2 img {
	margin-left: 6px;
}

#footer .footer-addr {
	/* padding-left:25px; */
	/* padding-top:8px;  */
	padding-top: 14px;
	padding-left: 0px;
}

#footer .footer-addr p {
	font-size: 12px;
	color: #fff;
}

#footer .footer-addr .italic {
	text-transform: uppercase;
	font-size: 0.875em;
}

#footer .footer-addr p a {
	color: #fff;
}

#footer .desigedBy {
	font: normal 11px 'HelveticaNeueLTStd45Light';
	padding-top: 22px;
	color: #8da8c0;
}

#footer .desigedBy a {
	color: #fff;
}


/* ºÃÉ«ÏÈÉúTVes */

.heading-maroon {
	background: url(/img/trans-maroon.png);
	padding: 15px 16px 14px 36px;
	line-height: 1.2em;
	font-size: 2.154em;
	margin-top: -62px;
	position: relative;
	color: #fff;
}

.heading-maroon .btn-category {
	background: url(/img/ico-nav-cat.png) right center no-repeat;
	text-decoration: none;
	padding-right: 16px;
	cursor: pointer;
	font-size: 14px;
	float: right;
	color: #fff;
}

.heading-maroon .nav-collapse.collapse {
	background: none;
	border-top: none;
}

.heading-maroon .nav-collapse.collapse .nav-sidebar {
	padding: 10px;
}

.heading-maroon .nav-collapse.collapse .nav-sidebar li {
	font-size: 13px;
}

.heading-maroon .nav-collapse.collapse .nav-sidebar li a {
	color: #fff;
}

.heading-maroon .nav-collapse.collapse .nav-sidebar li a:hover {
	text-decoration: none;
	color: #000;
}

.heading-maroon .cat-news.active-cat {
	color: #000 !important;
}

.heading-maroon .nav-collapse.collapse .nav-sidebar li ul {
	padding-left: 20px;
}

.heading-gray {
	background: url(/img/trans-gray.png);
	padding: 19px 10px 13px 22px;
	line-height: 1.2em;
	font-size: 1.923em;
	margin-top: -62px;
	color: #fff;
}

.custom-calendar-wrap div,
.custom-calendar-wrap div:after,
.custom-calendar-wrap div:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

.heading-calendar {
	border-bottom: 1px solid #efefef;
	padding: 17px 24px 14px 16px;
	*zoom: 1;
}

.heading-calendar:before,
.heading-calendar:after {
	content: " ";
	/* 1 */
	display: table;
	/* 2 */
}

.heading-calendar:after {
	clear: both;
}

.heading-calendar #custom-month {
	font: normal 1.615em/1em 'HelveticaNeueLTStd45Light';
	text-transform: uppercase;
	padding-right: 6px;
	color: #000;
}

.heading-calendar #custom-year {
	font: normal 1.615em/1em 'HelveticaNeueLTStd45Light';
	color: #000;
}

.heading-calendar .pagers {
	padding-top: 4px;
	width: 38px;
	float: right;
}

.heading-calendar .pagers span {
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	cursor: pointer;
	text-align: left;
	height: 17px;
	width: 10px;
}

.heading-calendar .pagers .prev {
	background-image: url(/img/prev-calendar.gif);
	float: left;
}

.heading-calendar .pagers .next {
	background-image: url(/img/next-calendar.gif);
	float: right;
}

.social-media-mobile img {
	margin-right: 6px;
}

.social-media-mobile .desigedBy {
	padding-top: 10px !important;
	float: right;
}

.social-media-mobile .desigedBy a {
	color: #c77973 !important;
}

.listing-widget-news,
.list-news {
	padding: 0;
	*zoom: 1;
}

.list-news:before,
.list-news:after {
	content: " ";
	/* 1 */
	display: table;
	/* 2 */
}

.list-news:after {
	clear: both;
}

.listing-widget-news {
	margin-bottom: 0;
}

.listing-widget-news li {
	background: url(/img/line-horizontal-dotted2.png) bottom repeat-x;
	list-style-type: none;
	padding: 10px 7px 10px 0;
}

.listing-widget-news li:hover {
	background: #e0e0e0 url(/img/line-horizontal-dotted2.png) bottom repeat-x;
}

.listing-widget-news li:last-child {
	background: none !important;
}

.listing-widget-news li:last-child:hover {
	background: #e0e0e0 !important;
}

.event-holder .listing-widget-news li:nth-last-child(2) {
	/*background:none !important;*/
}

.event-holder .listing-widget-news li:nth-last-child(2):hover {
	background: #e0e0e0 !important;
}

.listing-widget-news .date {
	display: table-cell;
	text-align: center;
	font-size: 11.5px;
	width: 100px;
	padding-left: 7px;
	padding-right: 7px;
}

.listing-widget-news .date span {
	border-bottom: 1px solid #bababa;
	font: normal 15px/1.7em 'open_sansbold';
	text-transform: uppercase;
	display: inline-block;
	padding-bottom: 2px;
	margin-bottom: 4px;
}

.listing-widget-news .location {
	border-left: 1px solid #f4f4f4;
	vertical-align: middle;
	display: table-cell;
	text-align: center;
	padding-left: 12px;
	line-height: 1.2em;
	font-size: 15px;
	width: 62%;
}

.listing-widget-news .location a {
	color: #933c35;
}

.listing-widget-news .location a:hover {
	text-decoration: none;
	color: #994037;
}

.list-news li {
	list-style-type: none;
	margin-bottom: 35px;
	margin-left: 1%;
	margin-right: 1%;
	background: none;
	width: 30.66667%;
	min-height: 380px;
	float: left;
	padding: 0;
	-moz-box-shadow: 0 0 4px 0 #dbdada;
	-webkit-box-shadow: 0 0 4px 0 #dbdada;
	box-shadow: 0 0 4px 0 #dbdada;
}

.list-news li figure {
	text-align: center;
}

.list-news li figcaption {
	font: normal 12px 'open_sansbold';
	background-color: #413e3e;
	padding: 7px 18px 5px;
	text-align: left;
	color: #bab9b9;
}

.list-news li .desc {
	padding: 9px 12px 4px 15px;
}

.list-news li h3 {
	background: url(/img/line-horizontal-dotted.gif) bottom repeat-x;
	/*edited @ oct 27 2017*/
	font: normal 1.200em 'OpenSansRegular';
	/*text-transform:uppercase;*/
	padding-bottom: 6px;
	margin-bottom: 6px;
	color: #a6342c;
	/* added aug 25 */
	height: 90px;
	overflow: hidden;
	/* added aug 25 */
}

.list-news li h3 a {
	color: #a6342c;
}

.list-news li h3 a:hover {
	text-decoration: none;
	color: #000;
}

.list-news li p {
	font: normal 12px/1.4em Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
}

.home-features {
	padding: 0;
	*zoom: 1;
}

.home-features:before,
.home-features:after {
	content: " ";
	/* 1 */
	display: table;
	/* 2 */
}

.home-features:after {
	clear: both;
}

.home-features li {
	list-style-type: none;
	margin-left: 0.83333%;
	background: none;
	width: 32.77778%;
	padding: 0;
	float: left;
}

.home-features li:nth-child(3n+1) {
	margin-left: 0;
}

.home-features li figure {
	position: relative;
}

.home-features li figure img {
	width: 100%;
}

.home-features li figcaption {
	font: normal 13px 'open_sansbold';
	text-transform: uppercase;
	text-align: center;
	position: absolute;
	bottom: 8px;
	width: 100%;
}

.home-features li figcaption a {
	background: url(/img/trans-brown.png);
	border-bottom: 2px dotted #fff;
	border-top: 2px dotted #fff;
	text-shadow: #000 0 0 4px;
	text-decoration: none;
	text-align: center;
	margin: 0 6px;
	padding: 16px 0;
	display: block;
	color: #fff;
}

.home-features li figcaption a:hover {
	color: #e55454;
}

.imgRight {
	margin: 0 0 10px 12px;
	text-align: center;
	float: right;
}

.link-sidebar {
	padding: 17px 0 0;
	margin-bottom: 0;
}

.link-sidebar li {
	background: #943f37 url(../img/grad-gray.gif) top repeat-x;
	border-bottom: 3px solid #fff;
	list-style-type: none;
	*zoom: 1;
}

.link-sidebar li:nth-child(2n+1) {
	background: #776765 url(../img/grad-maroon.gif) top repeat-x;
}

.link-sidebar li:before,
.link-sidebar li:after {
	content: " ";
	/* 1 */
	display: table;
	/* 2 */
}

.link-sidebar li:after {
	clear: both;
}

.link-sidebar li figure {
	border-right: 2px solid #fff;
	display: table-cell;
}

.link-sidebar li aside {
	padding-left: 20px;
	display: table-cell;
	width: 64%;
}

.link-sidebar li aside a {
	background: url(/img/line-horizontal-dashed.png) left bottom repeat-x;
	font: normal 1.615em 'open_sansbold';
	text-shadow: 0 0 5px #000;
	padding-bottom: 8px;
	display: block;
	color: #fff;
}

.link-sidebar li aside a:hover {
	text-decoration: none;
	color: #ff4b4b;
}

.listing-event,
.listing-event-search-results {
	padding: 0;
}

.listing-event li,
.listing-event-search-results li {
	background: url(/img/line-horizontal-dotted.png) bottom repeat-x;
	list-style-type: none;
	padding: 0 0 34px 0;
	margin-bottom: 30px;
	*zoom: 1;
}

.listing-event li:before,
.listing-event li:after,
.listing-event-search-results li:before,
.listing-event-search-results li:after {
	content: " ";
	/* 1 */
	display: table;
	/* 2 */
}

.listing-event li:after,
.listing-event-search-results li:after {
	clear: both;
}

.listing-event .colLeft,
.listing-event-search-results .colLeft {
	background: url(/img/line-vertical-dotted.png) right repeat-y;
	width: 44.5%;
	float: left;
}

.listing-event .colLeft figure,
.listing-event-search-results .colLeft figure {
	width: 57.5188%;
	float: left;
}

.listing-event .colLeft .date,
.listing-event-search-results .colLeft .date {
	padding-right: 3.38346%;
	text-align: center;
	width: 39.09774%;
	margin-top: 6%;
	float: left;
}

.listing-event .colLeft .date span,
.listing-event-search-results .colLeft .date span {
	line-height: 1em;
	font-size: 77px;
	display: block;
}

.listing-event .colRight,
.listing-event-search-results .colRight {
	padding-left: 5.83333%;
	padding-top: 25px;
	width: 49.66667%;
	float: left;
}

.listing-event .colRight h3,
.listing-event-search-results .colRight h3 {
	padding-bottom: 12px;
	font-size: 1.615em;
	line-height: 1.2em;
	min-height: 38px;
}

.listing-event .colRight h3 small,
.listing-event-search-results .colRight h3 small {
	display: block;
	font-size: 11px;
	color: #000;
}

.listing-event .colRight p,
.listing-event-search-results .colRight p {
	margin-bottom: 0;
}

.listing-event .colRight span,
.listing-event-search-results .colRight span {
	padding-right: 8px;
}

.listing-event .colRight span img,
.listing-event-search-results .colRight span img {
	margin-right: 6px;
}

.newsLeft {
	background: url(/img/line-vertical-dotted2.png) right repeat-y;
	width: 49.72875%;
	float: left;
}

.newsLeft figure {
	text-align: center;
}

.newsLeft .newsDesc {
	padding: 16px 22px 16px 20px;
}

.newsLeft .newsDesc h3 {
	font: normal 1.462em/1em 'open_sanssemibold';
	padding-bottom: 10px;
}

.newsLeft .newsDesc p {
	font-size: 12px;
}

.newsLeft .time-location {
	background-color: #afaeae;
	padding: 8px 12px 8px 8px;
}

.newsLeft .time-location span {
	padding-left: 22px;
	font-size: 11px;
	display: block;
	color: #fff;
}

.newsLeft .time-location .time {
	background: url(/img/ico-clock.png) left 2px no-repeat;
}

.newsLeft .time-location .location {
	background: url(/img/ico-location.png) left 2px no-repeat;
}

.newsRight {
	width: 50.27125%;
	float: left;
}

.event-holder {
	background-color: #fff;
	height: auto;
}

.event-holder h2 {
	font: normal 16px/1.1em 'open_sansbold';
	padding: 10px 10px 10px 23px;
	text-transform: uppercase;
	background-color: #983f36;
	color: #fff;
}

.event-holder .newsLeft {
	background: none;
	width: 35.63536%;
}

.event-holder .newsLeft h3 {
	font: normal 1.231em 'open_sansbold';
	border-bottom: 1px solid #8e2920;
	display: inline-block;
	padding-bottom: 2px;
	margin-bottom: 10px;
	color: #8e2920;
}

.event-holder .newsLeft p {
	margin-bottom: 0;
	font-size: 1.231em;
}

.event-holder .newsLeft .newsDesc {
	padding: 5px 11px 16px 13px;
}

.event-holder .newsRight {
	width: 64.36464%;
}

.event-holder .listing-widget-news li {
	background: url(/img/line-horizontal-dotted.gif) bottom repeat-x;
	padding: 2.5px 7px 3px 0;
}

.event-holder .listing-widget-news li:hover {
	background: #e0e0e0 url(/img/line-horizontal-dotted.gif) bottom repeat-x;
}

.event-holder .listing-widget-news li:last-child {
	background: none;
}

.event-holder .listing-widget-news li:last-child:hover {
	background: #e0e0e0 !important;
}

.event-holder .listing-widget-news .location {
	font-size: 13px;
}

#home-events li p.location {
	color: #343434;
}

.news-pager {
	padding-right: 10px;
	float: right;
}

.news-pager span {
	cursor: pointer;
}

.news-slideshow-holder {
	padding: 0 20px 10px;
}

.news-slideshow-holder .news-widget,
.news-slideshow-holder .event-widget {
	width: 100%;
}

.news-slideshow-holder article {
	border-bottom: 1px dotted #994037;
	padding: 18px 0 10px 0;
}

.news-slideshow-holder article h4 {
	font: normal 18px 'OpenSansRegular';
	text-transform: uppercase;
	color: #7e241c;
}

.news-slideshow-holder article p {
	font: normal 12px 'open_sansbold';
	margin-bottom: 0;
}

.sidebar-search {
	background-color: #b97a75;
	border: 1px solid #96706d;
	margin-bottom: 15px;
	padding-left: 5px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.sidebar-search input[type="text"] {
	text-transform: uppercase;
	background: none;
	margin-bottom: 0;
	font-size: 12px;
	color: #ead7d6;
	border: none;
	width: 80%;
	float: left;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

.sidebar-search input[type="submit"] {
	background: url(/img/ico-search.png) no-repeat;
	text-indent: -9999px;
	text-align: left;
	border: none;
	height: 22px;
	width: 25px;
	float: right;
}

.widget-calendar {
	padding: 0 9px;
}

.widget-nav {
	padding: 12px 9.36455% 30px 8.69565%;
}

.widget-ads {
	text-align: center;
}

.fontsize14 {
	font-size: 14px;
}

.marketing-app {
	display: block !important;
	visibility: visible !important;
	margin: 0 auto;
	max-width: 299px;
	position: relative;
	text-align: center;
}

.marketing-app .txt {
	bottom: 16px;
	left: 0;
	padding: 0 5%;
	position: absolute;
	text-align: left;
	width: 90%;
	z-index: 1;
}

.marketing-app .txt p {
	color: #fff;
	font: 24px "OpenSansRegular";
	margin-bottom: 0;
}

.marketing-app p a {
	color: #FFF;
	text-decoration: none;
}

.marketing-app .txt p strong {
	display: block;
	font-family: "open_sansbold";
	font-weight: normal;
	line-height: 1.2em;
}

.marketing-app .txt p small {
	color: #dadada;
	display: block;
	font: 11px/1.2em "HelveticaNeueLTStd45Light";
	padding-top: 5px;
}

.marketing-app .overlay {
	box-shadow: 0 0 40px 0 rgba(29, 29, 29, 0.75) inset;
	height: 100%;
	left: 0;
	padding: 0;
	position: absolute;
	text-align: left;
	top: 0;
	width: 100%;
	z-index: 0;
}

.marketing-app img {
	width: 100%;
}


/*
 border-radius:6px;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    
    -moz-box-shadow:0 0 5px 0 #012443;
    -webkit-box-shadow:0 0 5px 0 #012443;
    box-shadow:0 0 5px 0 #012443;
    
    position:relative;
    behavior: url(/css/js/PIE.htc);      
*/


/* ==========================================================================
   Helper classes
   ========================================================================== */


/*
 * Image replacement
 */

.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
	/* IE 6/7 fallback */
	*text-indent: -9999px;
}

.ir:before {
	content: "";
	display: block;
	width: 0;
	height: 100%;
}


/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
	display: none !important;
	visibility: hidden;
}


/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}


/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}


/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
	visibility: hidden;
}


/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
	content: " ";
	/* 1 */
	display: table;
	/* 2 */
}

.clearfix:after {
	clear: both;
}


/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
	*zoom: 1;
}


/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
	* {
		/* background: transparent !important; */
		/* color: #000 !important; */
		/* Black prints faster: h5bp.com/s */
		box-shadow: none !important;
		text-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	/*
     * Don't show links for images, or javascript/internal links
     */
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
		/* h5bp.com/t */
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: 0.5cm;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
}

#webapp21605pagination,
#webapp21606pagination,
#webapp23130pagination,
#webapp23131pagination {
	display: none;
}

.leftCol-content ul#webapp21605pagination {
	display: block;
}

.leftCol-content ul#webapp21605pagination li {
	border: medium none;
	box-shadow: none;
	margin: 0 5px;
	width: auto;
}

.desc-img {
	float: right;
	margin: 20px 0px 20px 20px;
}

a.category-active {
	color: #8f352b !important;
}

a.category-active-res {
	color: #000 !important;
}

.parent-nav .submenu-arrow {
	display: none;
}

.subnav .submenu-arrow,
ul#main-nav li li .submenu-arrow,
ul#main-nav li li li .submenu-arrow,
ul#main-nav li li li li .submenu-arrow {
	color: #413e3e;
	display: inline;
	font-size: 15px;
	position: absolute;
	right: 10px;
	top: 5px;
}

.sf-menu ul li:hover>a .submenu-arrow,
.sf-menu ul li.sfHover>a .submenu-arrow,
.sf-menu ul li.selected>a .submenu-arrow {
	color: #fff !important;
}


/*
#nav-sidebar li.parent-nav.selected ul {
    display: block !important;
}
*/

#nav-sidebar li.parent-nav.selected>ul>li.selected,
#nav-sidebar li.parent-nav.selected>ul>li.selected>ul>li.selected>a {
	color: #8f352b;
}

.event-date {
	font-size: 1.6em;
}

#nav-sidebar ul li.selected ul {
	display: block !important;
	height: auto !important;
	padding-top: 0 !important;
}

#nav-sidebar ul li.selected>a {
	color: #8f352b;
}

.loading {
	padding-top: 20%;
	position: absolute;
	text-align: center;
	width: 100%;
	height: 100%;
	background: #FFF;
}

#home-events-mobile {
	height: 100%;
}

.news-detail-img {
	float: right;
	margin: 0 0 15px 15px;
}

.news-detail-img img {
	max-width: 100%;
}

aside#home-latest-news div.newsDesc div.desc {
	margin-bottom: 10px;
}

.tipsy {
	padding: 5px;
	font-size: 11px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	background-repeat: no-repeat;
	background-image: url(/Media/img/tipsy.gif);
}

.tipsy-inner {
	padding: 8px 8px 8px 8px;
	background-color: black;
	color: white;
	max-width: 200px;
	text-align: center;
}

.tipsy-inner {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.tipsy-north {
	background-position: top center;
}

.tipsy-south {
	background-position: bottom center;
}

.tipsy-east {
	background-position: right center;
}

.tipsy-west {
	background-position: left center;
}

.page_navigation {
	float: right;
	margin-bottom: 20px;
}

.page_navigation a {
	padding: 0 3px;
}

.page_navigation a.no_more,
.page_navigation a.first_link,
.page_navigation a.last_link {
	display: none;
}

.webform br {
	display: block;
	height: 0 !important;
}

table.webform td {
	margin: 0;
	padding: 0;
}

table.webform input[type="submit"] {
	margin-top: 10px;
}

.webform input[type="checkbox"] {
	margin: 5px 7px 5px 0;
}


/*==22-08-2018-start==*/

.quick-link-section .row {
	margin-left: -10px;
	margin-right: -10px;
}

.quick-link-section .col-width {
	padding: 0px 10px;
	/*width: 33.33333333%;*/
	width: 25%;
	float: left;
	box-sizing: border-box;
	position: relative;
}

.quick-link-section .wrapper {
	max-width: 924px;
}

.quick-link-section {
	position: relative;
	display: block;
}

.quick-link-section a {
	font-family: "open_sansbold";
	color: #ffffff !important;
	font-size: 16px;
	text-transform: uppercase;
	background-color: #363636;
	border-bottom: 8px solid #983e36;
	/*width: 252px;*/
	width: 90%;
	padding: 20px 10px;
	display: block;
	word-break: break-word;
}

.quick-link-section .col-width:nth-child(2) a {
	margin: 0 auto;
}

.quick-link-section .col-width:last-child a {
	float: right;
}

.quick-link-section .abosolut-pos {
	position: absolute;
	right: 0;
	left: 0;
	bottom: -28px;
	z-index: 8;
}

.quick-link-section a:hover,
.quick-link-section a:focus {
	background-color: #983e36;
	outline: 0px;
	text-shadow: none;
}

#contentMain.home .wrapper {
	padding-top: 55px;
}


/*==news-right-section-start==*/

.text-marrone {
	color: #933c35;
}

.text-gray {
	color: #413e3e;
}

.new-newsrightpart .location.artical-name {
	padding: 0px;
	text-align: left;
	border: none;
	width: 100%;
	margin-bottom: 0px;
	display: flex;
	min-height: 40px;
	align-items: center;
}

.new-newsrightpart .view-all-newslink:hover {
	color: #413e3e;
	text-decoration: none;
}

.new-newsrightpart .location.artical-name a {
	font-size: 15px;
	color: #933c35;
	line-height: 20px;
	display: block;
	/*  white-space: nowrap;  
    overflow: hidden;
    text-overflow: ellipsis; */
}


/*==28-08-2018-start==*/

.new-newsrightpart .read-more-link.text-gray {
	display: none !important;
}


/*==28-08-2018-end==*/

.new-newsrightpart .read-more-link.text-gray {
	display: block;
	text-align: right;
	font-size: 13px;
}

.new-newsrightpart .listing-widget-news li {
	padding: 12px 18px 12px 18px;
	border-bottom: 2px dotted #933c35;
	background-image: none;
	min-height: 40px;
}

.new-newsrightpart .view-all-newslink {
	display: block;
	text-transform: uppercase;
	font: normal 17px 'open_sansbold';
	padding: 21px 18px;
	line-height: 17px;
}

.new-leftside-news-part.ifirst_featurenewsyes figure {
	height: 100% !important;
}

.homepagemainwrapper .newhome-left {
	width: 67%;
}

.homepagemainwrapper .homeRight {
	width: calc(33% - 14px);
	margin-left: 14px;
}


/*==news-rigth-section-end==*/


/*==23-08-2018-start==*/


/*==serch-start==*/

.header-searchpart .search-form input {
	padding-left: 13px;
}

.header-searchpart .search-form input[type="text"] {
	width: 163px;
}

.header-searchpart .search-form {
	margin-left: 0px;
}

.headerRight-top.header-searchpart {
	padding: 15px 14px 12px 14px;
}


/*==search-end==*/


/*==footer-top-start==*/

#footer-top .wrapper ul li a {
	color: #ffffff;
}

#footer-top .wrapper ul li {
	/*padding: 0 120px 0 0;*/
}


/*==footer-top-end==*/


/*==mobile-start==*/

.newspagericon img {
	width: 25px;
	margin-top: -2px;
}


/*==mobile-end*/

.news-maindiv {
	display: flex;
}

.news-maindiv .new-leftside-news-part {
	height: 100%;
}

.news-maindiv .new-leftside-news-part img {
	height: 100%;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.homepagemainwrapper .event-holder h2 {
	background-color: #413e3e;
}

.homepagemainwrapper .event-holder .newsRight {
	width: 100%;
}

.homepagemainwrapper .read-more-link.text-gray:hover,
.m-eventsection .readmoretext:hover {
	color: #963e3b;
	text-decoration: none;
}

.homepagemainwrapper .newsRight .date {
	padding: 10px 0px;
	background-color: #963e3b;
	color: #ffffff;
	font-size: 18px;
	width: 62px;
	line-height: 20px;
	border-bottom: 2px dotted #ffffff;
	text-transform: uppercase;
	vertical-align: middle;
}

.homepagemainwrapper .event-holder .listing-widget-news li {
	padding: 0px;
	background-image: none;
	width: 100%;
	display: table;
	table-layout: fixed;
}

.homepagemainwrapper .event-holder .listing-widget-news .date span {
	border-bottom: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-size: 18px;
	display: block;
	line-height: 20px;
}

.homepagemainwrapper .event-holder .listing-widget-news .location {
	width: unset;
	color: #963e3b !important;
	font-size: 15px;
	border-bottom: 2px dotted #963e3b;
	text-align: left;
	padding: 10px 12px;
}

.homepagemainwrapper .event-holder .listing-widget-news .location p {
	margin-bottom: 0px;
}

.homepagemainwrapper .event-holder #home-events li:last-child .location,
.homepagemainwrapper .event-holder #home-events li:last-child .date {
	border: 0px;
}

.homepagemainwrapper .aside-right-banner {
	margin-top: 9px;
	text-align: center;
}

.homepagemainwrapper .event-holder {
	background-color: transparent;
}

.homepagemainwrapper #home-events {
	background-color: #ffffff;
}

.homepagemainwrapper .homeRight {
	padding-top: 0px;
}

.homepagemainwrapper .aside-right-banner {
	margin-top: 20px;
	text-align: center;
}

.new-newsrightpart .location.artical-name a:hover {
	color: #413e3e;
}


/*==23-08-2018-end==*/

@media(max-width:991px) {
	.homepagemainwrapper .event-holder .listing-widget-news .location {
		font-size: 13px !important;
	}
	.quick-link-section .abosolut-pos {
		right: 10px;
		left: 10px;
		overflow: hidden;
	}
	.quick-link-section .row {
		margin-left: -25px;
		margin-right: -25px;
	}
	.quick-link-section .col-width {
		padding: 0px 25px;
	}
	.quick-link-section a {
		width: calc(100% - 20px);
	}
	.quick-link-section .col-width:last-child a {
		float: none;
	}
}

@media(max-width:767px) {
	.new-newsrightpart .location.artical-name {
		display: block;
		min-height: auto;
	}
	.new-newsrightpart .read-more-link.text-gray {
		display: block !important;
	}
	.homepagemainwrapper .new-newsrightpart .location.artical-name a:hover {
		text-decoration: none;
		color: #413e3e;
	}
	.homepagemainwrapper .aside-right-banner {
		margin-top: 15px;
		text-align: center;
		margin-bottom: 15px;
	}
	.m-eventsection .date {
		padding: 10px 0px;
		background-color: #963e3b;
		color: #ffffff;
		font-size: 18px;
		width: 62px;
		line-height: 20px;
		border-bottom: 2px dotted #ffffff;
		text-transform: uppercase;
		vertical-align: middle;
		display: table-cell;
		text-align: center;
	}
	.m-eventsection .date span {
		border-bottom: 0px;
		padding-bottom: 0px;
		margin-bottom: 0px;
		font-size: 18px;
		display: block;
		line-height: 20px;
	}
	.m-eventsection .location {
		width: unset;
		color: #963e3b !important;
		font-size: 18px;
		border-bottom: 2px dotted #963e3b;
		text-align: left;
		vertical-align: middle;
		display: table-cell;
		padding: 10px 12px;
	}
	.m-eventsection .location p {
		margin-bottom: 0px;
		font-family: 'OpenSansRegular';
	}
	.m-eventsection article {
		padding: 0px;
		border: 0px;
		display: table;
		width: 100%;
	}
	.m-eventsection.news-slideshow-holder {
		padding: 0px;
		height: auto !important;
	}
	.m-eventsection .readmoretext {
		display: block;
		font-size: 13px;
	}
	.m-eventsection #home-events-mobile-tobesort,
	#events-slider-holder-mobile {
		background-color: #ffffff;
	}
	.new-newsrightpart article {
		padding: 0px;
		border-bottom: 0px;
		background-image: none;
	}
	.news-border {
		padding: 12px 0px;
		border-bottom: 2px dotted #933c35;
	}
	.new-newsrightpart article:last-child .news-border,
	.m-eventsection article:last-child .date,
	.m-eventsection article:last-child .location {
		border: 0px !important;
	}
	.news-slideshow-holder.new-newsrightpart {
		padding: 10px 15px;
	}
	.new-newsrightpart .read-more-link.text-gray {
		text-align: left;
		margin-top: 4px;
	}
	.new-newsrightpart .news-slideshow-holder {
		padding: 0px 15px;
	}
	.new-newsrightpart .location.artical-name a {
		font-size: 18px !important;
		white-space: unset;
		font-family: 'OpenSansRegular';
	}
	.homepagemainwrapper .homeLeft .homeLeft-inner h2,
	.homepagemainwrapper .event-holder h2 {
		padding: 12px 15px;
	}
	.homepagemainwrapper .news-pager .news-prev,
	.homepagemainwrapper .news-pager .event-prev {
		margin-right: 10px;
		display: inline-block;
	}
	.homepagemainwrapper .newspagericon {
		margin-right: 0px;
		padding-right: 0px;
	}
	.quick-link-section .col-width {
		width: 100%;
	}
	.quick-link-section .abosolut-pos {
		right: 0px;
		left: 0px;
		bottom: unset;
		position: relative;
	}
	.quick-link-section a {
		background-color: #363636;
	}
	.quick-link-section {
		padding: 10px 10px 0px 10px;
		background-color: #e6e6e6;
	}
	.homepagemainwrapper .newhome-left {
		width: 100%;
		height: auto !important;
	}
}


/*==22-08-2018-end==*/

@media(max-width:320px) {
	table.webform td input[type='text'] {
		width: 100%;
		padding: 4px 0
	}
	table.webform select {
		width: 100%;
	}
}

.listing-widget-news .date span {
	/* border-bottom:none;*/
}


/* aug 25 */

.overwrite_news_detail li {
	box-shadow: none;
	float: none;
	height: auto;
	line-height: 20px;
	list-style-type: disc !important;
	margin: 0;
	min-height: 10px;
	padding: 0;
	width: 100%;
}

.overwrite_news_detail ul {
	border: medium none;
	box-shadow: none;
	display: block;
	list-style: outside none bull;
	margin: 0;
	padding-right: 10px;
}


/* aug 25 */

.desc #news-smdesc {
	height: 97px;
}

p span.quiteday {
	font-size: 77px !important;
}


/* 13-feb */

.newsletter-container {
	border-top: 1px dotted #8e2920;
	padding-top: 30px;
}

.term-news-title {
	text-align: center;
	color: #983b34;
	font-weight: 600;
	font-size: 24px;
	margin-bottom: 40px;
}

.newsletter-container .news-term-box {
	max-width: 318px;
	width: 100%;
	margin: 0 auto 50px;
}

.news-term-img {
	height: 317px;
	overflow: hidden;
}

.news-term-img img {
	object-fit: cover;
	height: 100%;
}

.news-term-text {
	text-align: center;
	margin: 20px 0;
}

.news-term-text h1,
.news-term-text h2 {
	color: #8e2920;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.news-term-text h1 {
	font-size: 30px;
	line-height: 40px;
}

.news-term-text h2 {
	font-size: 21px;
}

.view-issue-btn {
	max-width: 200px;
	text-align: center;
	margin: 30px auto 0;
	text-transform: uppercase;
	color: #3a3939;
	line-height: 40px;
	border: 1px solid #3a3939;
	display: inline-block;
	font-size: 14px;
	width: 100%;
	text-decoration: none;
}

@media (max-width: 767px) {
	.new-footer-top .wrapper ul li a img {
		display: block;
		margin: 0 auto;
		max-height: 41px;
	}
	.homepagemainwrapper .homeRight {
		width: 100%;
		margin-left: 0px;
	}
	.desc #news-smdesc {
		height: 62px;
	}
	.list-news li h3 {
		height: 40px;
	}
	.tbl_icontact {
		width: 100%;
	}
	table td.tbl_icollapse {
		width: 100%;
		display: block;
	}
	table td.tbl_isep {
		display: none;
	}
}

.ifirst_featurenews {
	display: none;
}

.newsDesc a {
	text-decoration: none;
}


/* aug 25 */


/** add by nov 13 2017 **/

.iprivacy {
	color: #fff;
	text-transform: uppercase;
	margin-top: 18px;
	display: block;
}

.italic_no {
	text-transform: uppercase;
}

.footer_overwrite #footer {
	height: 141px;
	overflow: hidden;
}

.footer_overwrite .italic_no {
	font-size: 11px !important;
}

.footer_overwrite p {
	margin-bottom: 6px;
}

.footer_overwrite #footer .desigedBy {
	margin-bottom: 6px;
	padding-top: 15px;
}

@media (max-width:768px) {
	#footer .wrapper {
		background: url(/img/sienna_footer_logo.png) 171px 7px no-repeat
	}
	#footer .desigedBy {
		padding-top: 22px;
	}
	aside.social_iwrap {
		margin-left: 0 !important;
		width: 23% !important;
	}
	#footer .span7 {
		width: 50%;
	}
}

@media (max-width:767px) {
	#footer .wrapper {
		background: none !important;
	}
	#nav-footer {
		clear: both;
	}
	.desigedBy {
		text-align: center;
		margin-top: 10px;
	}
	#nav-footer {
		text-align: center;
	}
}

.center_social {
	text-align: center;
}

@media (max-width: 1700px) {
	#footer .wrapper {
		background-position: 390px 8px;
	}
}

@media (max-width: 1650px) {
	#footer .wrapper {
		background-position: 340px 8px;
	}
}

@media (max-width: 1500px) {
	#footer .wrapper {
		background-position: 290px 8px;
	}
}

@media (max-width: 1420px) {
	#footer .wrapper {
		background-position: 250px 8px;
	}
}

@media (max-width: 1360px) {
	#footer .wrapper {
		background-position: 225px 8px;
	}
}

@media (max-width: 1355px) {
	#footer .wrapper {
		background-position: 190px 8px;
	}
}

@media (max-width: 1230px) {
	#footer .wrapper {
		background-position: 155px 8px;
	}
}

@media (max-width: 1148px) {
	#footer .wrapper {
		background-position: 54px 8px;
	}
}

@media (max-width: 1140px) {
	#footer .wrapper {
		/*  background-position:  115px 8px; */
		background-position: 54px 8px;
	}
}

@media (max-width: 1030px) {
	#footer .wrapper {
		background-position: 50px 8px;
	}
}

@media (max-width: 1000px) {
	#footer .wrapper {
		background-position: 45px 8px;
	}
}

@media (max-width: 980px) {
	#footer .wrapper {
		background-position: 35px 8px;
	}
}

@media (max-width: 800px) {
	#footer .wrapper {
		background-position: 10px 6px;
	}
}

@media (max-width: 768px) {
	#footer .wrapper {
		background-position: 5px 6px;
	}
}


/** add by nov 13 2017 **/

iframe {
	max-width: 100% !important;
}


/* 24-8-2018 css */

@media (max-width: 767px) {
	.homeslider-bannersection .cycle-slideshow .cycle-slide {
		height: auto !important;
		background-size: cover !important;
		background-position: center center !important;
		padding-bottom: 72%;
		background: none !important;
	}
	.homeslider-bannersection .cycle-slideshow .cycle-slide img.mobile_banner {
		display: block !important;
		position: absolute;
		top: 0;
		left: 0;
		vertical-align: top;
		height: 100% !important;
		width: 100%;
		object-fit: cover;
	}
}


/* 19-12-2019 CSS */

body,
html {
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a:focus {
	outline: 0;
}

body {
	overflow-x: hidden;
}

body.show-menu {
	overflow-y: hidden;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: " ";
}

.clearfix:after {
	clear: both;
}

.site-header {
	background: #963e3b;
	border-bottom: 6px solid #fff;
	position: fixed;
	width: 100%;
	left: 0;
	z-index: 9;
	top: 0;
	max-height: 100vh;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.2s ease;
}

.site-header:before {
	/*height: 6px; background: #fff; width: 100%; position: absolute; content: ""; top: 124px; left: 0; z-index: 4;-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease;  transition: all 0.5s ease;*/
}

.site-header.opened-menu {
	height: 100vh;
}

.site-header.sticky {
	border-bottom: 2px solid #fff;
	/* max-height: 70px;*/
}

.site-header.sticky:before {
	/*top: 70px; height: 2px; */
}

.site-header .container {
	max-width: 1510px;
	margin: 0 auto;
	position: relative;
}

.site-header .container:after {
	content: "";
	position: absolute;
	right: -100%;
	width: 100%;
	background: #363636;
	top: 0;
	height: 100%;
}

.site-header .logo-menu-div {
	float: left;
	width: calc(100% - 138px);
	padding: 0 15px;
}

.hamburger-menu {
	float: right;
	margin-right: 100px;
	padding: 51px 0px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.site-header.sticky .hamburger-menu {
	padding: 24px 0;
}

.hamburger-menu a {
	display: block;
	height: 22px;
	width: 31px;
}

.site-header .logo-div {
	float: left;
}

.site-header .logo-div a {
	display: inline-block;
}

.site-header .logo-div img {
	height: 104px;
	padding: 10px 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.site-header.sticky .logo-div img {
	height: 60px;
	padding: 5px 0;
}

.site-header .row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.site-header .col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

#menu-box .main-menu-container {
	max-width: 600px;
	background-color: #963e3b;
	padding: 85px 0;
	z-index: 1;
	position: relative;
}

#menu-box .main-menu-container .main-menuspace {
	margin-left: 40%;
}

#menu-box .main-menu-container .main-menuspace:after {
	clear: both;
	display: table;
	content: "";
}

#menu-box {
	display: none;
	background-color: #963e3b;
	background-position: center;
	background-size: cover;
	height: calc(100vh - 130px);
	border-top: 6px solid #fff;
}

#menu-box.show {
	display: block;
	overflow-y: auto;
	overflow-x: hidden;
}

#menu-box>.row {
	min-height: calc(100vh - 130px);
}

.menu-box {
	margin-bottom: 120px;
}

.menu-box .closex {
	font-size: 70px;
	color: #5c7490;
	line-height: 30px;
	position: absolute;
	left: 0;
	display: none;
	top: -12px;
}

.menu-box ul {
	z-index: 2;
	padding: 0;
	margin: 0;
}

.menu-box ul>li {
	list-style: none;
}

.menu-box ul>li>a {
	font-family: 'open_sansbold';
	text-transform: uppercase;
	color: #fff;
	padding: 12px;
	padding-left: 0;
	display: block;
	font-size: 20px;
	position: relative;
}

.menu-box li a:focus {
	outline: 0;
}

.menu-box ul>li>a:hover {
	text-decoration: none;
}

.menu-box ul>li>a:after,
.menu-box ul>li.active>a:after {
	position: absolute;
	content: "";
	bottom: 5px;
	left: 0;
	/* border-bottom: 1px dotted #fff; */
	width: 108%;
	height: 2px;
	z-index: 3;
	display: none;
	background-image: linear-gradient(to right, #fff 35%, rgba(255, 255, 255, 0) 0%);
	background-position: top;
	background-size: 7px 2px;
	background-repeat: repeat-x;
}

.menu-box ul>li:hover>a:after,
.menu-box ul>li.active>a:after {
	display: block;
}

.menu-box ul>li.active>a:before,
.menu-box ul>li.active>ul,
.menu-box ul>li.active>a .closex {
	display: block !important;
}

.menu-box ul>li.drop-down:hover .closex,
.menu-box ul>li.drop-down:hover a:before {
	display: block !important;
}

.drop-down ul {
	position: absolute;
	left: 100%;
	top: 0;
	padding: 85px;
	list-style: none;
	width: 28vw;
	height: calc(100% - 170px);
	margin: 0;
	opacity: 0;
	visibility: hidden;
	background: rgba(54, 54, 54, 0.8);
	-webkit-transition: opacity 600ms, visibility 600ms;
	transition: opacity 600ms, visibility 600ms;
	/* overflow-x: auto;*/
}

.drop-down ul a,
.drop-down ul li {
	padding: 0;
}

.drop-down ul li a {
	padding-left: 0;
	padding-right: 0;
	font-family: 'OpenSansRegular';
}

.drop-down ul>li.active>a {
	font-family: 'open_sansbold';
}

.drop-down ul>li>a:after {
	display: none;
}

.drop-down ul>li:hover>a:after {
	display: none;
}

.drop-down ul li:first-child {
	margin-top: 0;
}

.drop-down:hover>ul {
	visibility: visible;
	opacity: 1;
}

.menu-box ul>.drop-down .drop-down ul>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
}

.menu-box ul>.drop-down .drop-down {
	position: relative;
}

.menu-box ul>.drop-down .drop-down ul {
	position: relative;
	left: 0;
	display: none !important;
	top: 0;
	padding: 0 0 0 30px;
	list-style: none;
	width: 100%;
	height: auto;
	margin: 0;
	opacity: 0;
	visibility: hidden;
	background: transparent;
	-webkit-transition: opacity 600ms, visibility 600ms;
	transition: opacity 600ms, visibility 600ms;
}

.drop-down .drop-down ul li a {
	color: #c9c6c6;
}

.drop-down .drop-down ul li.active>a {
	color: #fff;
	font-family: 'open_sansbold';
}

.menu-box ul>.drop-down .drop-down>a:after {
	position: relative;
	bottom: 0;
	left: 0;
	content: "";
	background: url(/img/dropdown-arrow.png) no-repeat;
	background-size: cover;
	height: 9px;
	width: 16px;
	display: inline-block;
	border-bottom: none;
	margin-left: 10px;
}

.menu-box ul>.drop-down .drop-down:hover>a:after {
	display: inline-block;
	background: url(/img/dropdown-arrow2.png) no-repeat;
	height: 16px;
	width: 9px;
}

.menu-box ul>.drop-down .drop-down:hover>ul {
	visibility: visible;
	opacity: 1;
	display: block !important;
}

.menu-box ul>.drop-down .drop-down>.sub-menu>li.active>a:after {
	display: none;
}

.menu-gtranslate {
	font-size: 12px;
	color: #fff;
	margin-left: 15px;
	margin-bottom: 15px;
	display: inline-block;
}

.menu-gtranslate .gtranslate-text {
	color: #fff;
}

.menu-gtranslate img {
	margin-right: 10px;
}

.menu-quicklink {
	margin-bottom: 60px;
}

.menu-quicklink ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu-quicklink ul li {
	display: block;
	margin-right: 20px;
	float: left;
	font-size: 12px;
	color: #fff;
}

.menu-quicklink ul li:last-child {
	margin-right: 0;
}

.menu-quicklink ul li a {
	color: #fff;
	display: block;
}

.menu-quicklink ul li img {
	display: block;
	margin: 0 auto 10px;
}

.menu-socialink ul {
	margin: 0 0 35px 0;
	padding: 0;
	list-style: none;
}

.menu-socialink ul li {
	display: inline-block;
	margin-right: 10px;
}

.menu-socialink ul li:last-child {
	margin-right: 0;
}

.menu-socialink ul li a {
	display: block;
}

.menu-socialink ul li a:hover img {
	opacity: 0.7;
}

.menu-socialink .privacy-policy-a {
	color: #fff;
	display: inline-block;
	font-size: 12px;
	position: relative;
	margin-right: 15px;
}

.menu-socialink .privacy-policy-a:before {
	position: absolute;
	top: 0;
	right: -15px;
	height: 100%;
	content: "";
	width: 1px;
	background-color: #fff;
}

.site-header.sticky #menu-box {
	height: calc(100vh - 72px);
	border-top: 2px solid #fff;
}

.site-header.sticky #menu-box>.row {
	min-height: calc(100vh - 72px);
}

.menuclose-a {
	position: absolute;
	left: 40%;
	font-size: 42px;
	line-height: 40px;
	font-weight: 200;
	color: #fff;
	top: 30px;
	background: transparent;
	border: 0;
	outline: 0;
	cursor: pointer;
	box-shadow: none;
}

.menuclose-a:hover {
	text-decoration: none;
}

.search-container {
	position: relative;
}

.search-box {
	display: none;
	background-color: #963e3b;
	padding: 20px;
	text-align: center;
	box-shadow: 0px 8px 5px rgba(0, 0, 0, 0.15);
	border-top: 6px solid #fff;
}

.site-header.sticky .search-box {
	border-top: 2px solid #fff;
}

.site-header.searchfild {
	border-bottom: none;
}

.search-box.show {
	display: block;
}

.search-box .search-form-div {
	display: inline-block;
	padding-right: 60px;
	max-width: 420px;
	margin-bottom: 0px;
	position: relative;
}

.search-box #close-search-box {
	position: absolute;
	right: 0;
	font-size: 56px;
	line-height: 40px;
	font-weight: 200;
	color: #fff;
	top: 50%;
	transform: translate(0, -50%);
	background: transparent;
	border: 0;
	outline: 0;
	cursor: pointer;
	padding: 5px;
	box-shadow: none;
}

.search-box .search-form-div input:focus {
	outline: 0;
	box-shadow: none;
}

.search-box .search-form-div input {
	background-color: transparent;
	padding: 0 15px;
	outline: 0;
	border: 0;
	width: 100%;
	box-shadow: none;
	border-bottom: 1px solid #ffffff;
	border-radius: 0;
	color: #fff;
	font-size: 35px;
	height: 70px;
	text-align: center;
	margin-bottom: 0;
}

.search-box .search-form-div input::-webkit-input-placeholder {
	color: #fff;
}

.search-box .search-form-div input::-moz-placeholder {
	color: #fff;
}

.search-box .search-form-div input:-ms-input-placeholder {
	color: #fff;
}

.search-box .search-form-div input:-moz-placeholder {
	color: #fff;
}

.search-box .search-form-div .search-icon {
	color: #808080;
	position: absolute;
	right: 0;
	bottom: 5px;
	background: transparent;
	border: 0;
	outline: 0;
	cursor: pointer;
	padding: 5px;
	box-shadow: none;
}

.search-box .search-form-div .search-icon img {
	width: 45px;
}

.search-phone-div {
	float: right;
	background: #363636;
	position: relative;
	padding: 51px 15px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.site-header.sticky .search-phone-div {
	padding: 24px 15px;
}

.search-phone-div:before {
	content: "";
	position: absolute;
	top: 0;
	left: -100px;
	width: 0;
	height: 0;
	border: 0 solid transparent;
	border-bottom-width: 124px;
	border-right: 100px solid #363636;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.site-header.sticky .search-phone-div:before {
	border-bottom-width: 70px;
	border-right: 70px solid #363636;
	left: -70px;
}

.search-phone-div ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.search-phone-div ul li {
	display: inline-block;
	padding-right: 30px;
}

.search-phone-div ul li:last-child {
	padding-right: 0px;
}

.search-phone-div ul li a {
	display: inline-block;
	height: 22px;
	width: 22px;
}

.home-slider {
	border-bottom: 6px solid #000;
	position: relative;
	margin-top: 130px;
}

.home-slider .slick-prev,
.home-slider .slick-next {
	display: block !important;
	font-size: 0;
	background-position: center;
	height: 50px;
	width: 50px;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	z-index: 1;
	background-color: #963e3b;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.9);
	border: none;
}

.home-slider .slick-prev {
	left: 30px;
	background-image: url(/img/gallery-prev-icon.png);
	background-repeat: no-repeat;
}

.home-slider .slick-next {
	right: 30px;
	background-image: url(/img/gallery-next-icon.png);
	background-repeat: no-repeat;
}

.home-slider .slick-prev:focus,
.home-slider .slick-next:focus {
	outline: 0;
}

.video-wrapper {
	position: absolute;
	padding-bottom: 56.25%;
	width: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.video-wrapper iframe,
.video-wrapper embed,
.video-wrapper object,
.video-wrapper video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
	outline: 0;
}

.home-slider .slick-slide {
	position: relative;
}

.home-slider .sliderimg-div {
	background-position: center;
	position: relative;
	padding-bottom: 47%;
	background-repeat: no-repeat;
	background-size: cover;
}

.home-slider .slider-content {
	width: 607px;
	position: absolute;
	top: 50%;
	right: 180px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: auto;
}
.home-slider .slider-tiler {
	font-size: 48px;
	font-family: 'HelveticaNeueLTStd85Heavy';
	color: #fff;
	text-shadow: 0 0 7px rgba(0, 0, 0, 0.75);
	line-height: 1.2;
	margin-bottom: 20px;
}

.home-slider .slider-subtiler {
	font-family: 'HelveticaNeueLTStd45Light';
	color: #fff;
	font-size: 28px;
	line-height: 1;
	margin-bottom: 30px;
	text-shadow: 0 0 7px rgba(0, 0, 0, 0.75);
}

.home-slider .btn {
	font-size: 16px;
	text-transform: uppercase;
	padding: 13px;
	min-width: 140px;
	box-sizing: border-box;
}

.home-slider .btn:hover {
	background: #363636;
	color: #fff;
}

#footer-top .wrapper ul li:last-child {
	padding-right: 0px;
}

.safety-red {
	font-family: 'open_sanssemibold';
	text-align: center;
	color: #963e3b;
	font-size: 16px !important;
	letter-spacing: 1px;
	display: block;
	line-height: normal;
	padding-bottom: 35px;
	margin-bottom: 0;
}

.site-footer {
	background: #963e3b;
	padding-top: 70px;
	overflow: hidden;
	position: relative;
}

/* .site-footer:before {
	content: "";
	background: url(/img/footer-bg-left.png) no-repeat;
	position: absolute;
	top: 73px;
	left: 11%;
	width: 536px;
	height: 171px;
}

.site-footer:after {
	content: "";
	background: url(/img/footer-bg-right.png) no-repeat;
	position: absolute;
	top: 38px;
	right: 0;
	width: 514px;
	height: 240px;
} */

.site-footer .wrapper {
	position: relative;
}

.footer-info {
	margin-bottom: 40px;
}

.footer-info p,
.footer-info .italic_no {
	font-family: 'HelveticaNeueLTStd45Light';
	text-align: center;
	color: #fff;
	font-size: 18px !important;
	line-height: 32px;
	margin-bottom: 0;
}

.footer-info p span {
	padding: 0 15px;
	font-size: 18px !important;
}

.footer-info p a,
.site-footer .desigedBy a {
	color: #fff;
}

.site-footer .desigedBy {
	font-family: 'HelveticaNeueLTStd45Light';
	text-align: center;
	color: #fff;
	font-size: 11px !important;
	text-transform: uppercase;
	margin-bottom: 0;
    letter-spacing: 0.1em;
}

#footer-top .wrapper ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.homepagemainwrapper .aside-right-banner.mobile-right-banner {
	display: none;
}

.view-all-a {
	display: none;
	float: right;
	font-size: 15px;
	font-family: 'OpenSansRegular';
	text-decoration: underline !important;
	text-transform: capitalize;
}

.mobile-quicklinks,
.mobile-header-div {
	display: none;
}


/* Comman page Css */

.pagetitle-banner {
	border-bottom: 6px solid #062a3f;
	margin-top: 130px;
	position: relative;
}

.inner-topbanner .slick-list {
	height: auto;
	margin: 0;
}

.inner-topbanner .slick-slide {
	margin: 0;
	transition: inherit;
}

.inner-topbanner .slick-slide img {
	margin: 0;
	box-shadow: none;
	height: auto;
	width: 100%;
}

.inner-topbanner .video-wrapper {
	position: absolute;
	padding-bottom: 56.25%;
	width: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.inner-topbanner .video-wrapper iframe,
.inner-topbanner .video-wrapper embed,
.inner-topbanner .video-wrapper object,
.inner-topbanner .video-wrapper video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
	outline: 0;
}

.inner-topbanner .slick-slide {
	position: relative;
}

.inner-topbanner .sliderimg-div {
	height: 490px;
	background-position: center;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
}

.title-pagediv {
	margin-top: -62px;
	background: rgba(148, 53, 44, 0.9);
	font-size: 28px;
	color: #fff;
	padding: 10px 50px;
	position: relative;
}

.pagecontent-section {
	background: #f0f0f0 url(../img/coman-bg.png) center top no-repeat;
	padding-bottom: 70px;
	background-size: cover;
}

.pagecontent-section .container {
	max-width: 1199px;
	margin: 0 auto;
}

.content-commandiv {
	box-shadow: 0px 0px 16px rgba(141, 145, 147, 0.7);
	padding: 40px 50px;
	background: #fff;
}

.content-commandiv:after {
	content: "";
	display: table;
	clear: both;
}

.content-commandiv h1 {
	color: #963e3b;
	font-size: 42px;
	padding-bottom: 0;
	/* margin-bottom: 20px; */
	margin-bottom: 13px;
}

.content-commandiv h2 {
	color: #963e3b;
	font-size: 36px;
	padding-bottom: 0;
	/* margin-bottom: 20px; */
	margin-bottom: 13px;
}

.content-commandiv h3 {
	color: #903329;
	font-size: 20px;
	padding-bottom: 0;
	/* margin-bottom: 20px; */
	margin-bottom: 13px;
	line-height: 1.3;
}

.content-commandiv h4 {
	/* margin-bottom: 20px; */
	margin-bottom: 13px;
	font-size: 18px;
	line-height: 22px;
	color: #903329;
	font-weight: normal;
}

.content-commandiv h5 {
	/* margin-bottom: 15px; */
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 22px;
	color: #903329;
	font-weight: normal;
}

.content-commandiv h6 {
	/* margin-bottom: 20px; */
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 20px;
	color: #903329;
	font-weight: normal;
}

.content-commandiv p {
	color: #807c7c;
	font-size: 14px !important;
	line-height: 22px;
	padding-bottom: 0;
	/* margin-bottom: 20px; */
	margin-bottom: 13px;
}

.content-commandiv b,
.content-commandiv strong {
	font-family: 'open_sansbold';
}

.content-commandiv em,
.content-commandiv i {
	font-style: italic;
}

.content-commandiv ul {
	list-style-type: disc;
	padding-bottom: 0;
	padding-left: 20px;
	margin-bottom: 15px;
}
.content-commandiv ul ul{
	margin-top: 5px;
}
.content-commandiv p:has(+ ul),
.content-commandiv p:has(+ ol) {
    margin-bottom: 0;
}
.content-commandiv ol {
	list-style-type: decimal;
	padding-bottom: 0;
	padding-left: 20px;
	margin-bottom: 15px;
}

.content-commandiv ol li,
.content-commandiv ul li {
	font-size: 14px;
	line-height: 22px;
	color: #807c7c;
}

.content-commandiv figure {
	/* margin-bottom: 20px; */
	margin-bottom: 15px;
	display: inline-block;
}

.content-commandiv figure img {
	max-width: 100%;
	height: auto;
}

.accordion-module-section {
	margin-bottom: 60px;
}

.comman-accordion {
	position: relative;
	height: auto;
}

.accordion-box {
	position: relative;
	width: 100%;
	height: auto;
	background-color: #fff;
	margin-bottom: 12px;
}

.accordion-box>a {
	display: block;
	padding: 12px 65px 12px 10px;
	text-decoration: none;
	background: #ebebeb;
	color: #963e3b;
	font-weight: 400;
	font-size: 19px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
	position: relative;
}

.accordion-box>a.active {
	border-color: transparent;
}

.accordion-box .content {
	background-color: #fff;
	padding: 30px 30px 10px;
	position: relative;
	display: none;
	margin-top: 0;
}

.accordion-box .content:before {
	content: "";
	position: absolute;
	top: 30px;
	left: 0;
	bottom: 30px;
	height: calc(100% - 60px);
	background: #ebebeb;
	width: 8px;
}

.accordion-sign {
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 0px;
	height: 100%;
	width: 51px;
	background: #963e3b;
	color: #fff;
}

.accordion-sign:after {
	content: "";
	height: 34px;
	width: 34px;
	border: 2px solid #fff;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -19px 0 0 -19px;
}

.accordion-sign .horizontal {
	position: absolute;
	background-color: #fff;
	width: 22px;
	height: 2px;
	left: 50%;
	margin-left: -11px;
	top: 50%;
	margin-top: -1px;
}

.accordion-sign .vertical {
	position: absolute;
	background-color: #fff;
	width: 2px;
	height: 22px;
	left: 50%;
	margin-left: -1px;
	top: 50%;
	margin-top: -11px;
}

.accordion-sign.closed .vertical {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.accordion-sign.closed .horizontal {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	transform: rotate(-90deg);
	opacity: 1;
}

.accordion-sign.opened .vertical {
	opacity: 1;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
}

.accordion-sign.opened .horizontal {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
	opacity: 0;
}

.imgDivider-module-section {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	height: 550px;
	margin-left: -50px;
	margin-right: -50px;
	margin-bottom: 60px;
}

.parallax-effect {
	background-attachment: fixed;
}

.imgDivider-module-section.colour-overlay:before {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.45);
	position: absolute;
	top: 0px;
	left: 0;
}

.imgDivider-module-section .container,
.imgDivider-module-section .row,
.imgDivider-module-section .col-md-12 {
	height: 100%;
	position: relative;
}

.imgDivider-module-section .imgDivider-content {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 100%;
	flex-wrap: wrap;
	width: 100%;
}

.imgDivider-module-section .imgDivider-title {
	font-family: 'HelveticaNeueLTStd85Heavy';
	font-size: 48px;
	color: #fff;
	line-height: 110%;
	text-align: center;
	text-shadow: 0 0 7px rgba(0, 0, 0, 0.75);
	margin-bottom: 15px;
}

.imgDivider-module-section .imgDivider-subtitle {
	font-family: 'HelveticaNeueLTStd45Light';
	font-size: 28px;
	color: #fff;
	line-height: 110%;
	text-align: center;
	text-shadow: 0 0 7px rgba(0, 0, 0, 0.75);
	margin-bottom: 25px;
}

.imgDivider-module-section .imgDivider-content p {
	color: #fff;
	max-width: 720px;
	margin: 0 auto 40px;
	text-align: center;
}

.imgDivider-module-section .imgDivider-content .btn {
	font-family: 'open_sansbold';
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.9);
	display: inline-block;
	min-width: 120px;
	text-transform: uppercase;
	font-size: 16px;
	padding: 10px;
	line-height: 26px;
}

.gallery-module-section {
	margin-bottom: 60px;
}

.gallery-module {
	max-width: 1024px;
	margin: 0 auto;
}

.gallery-module .slick-list {
	height: auto;
	margin: 0;
}

.gallery-module .slick-slide {
	margin: 0;
	transition: inherit;
	position: relative;
}

.gallery-module .slick-slide img {
	margin: 0;
	box-shadow: none;
	height: auto;
	width: 100%;
}

.gallery-imgcaption:after {
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0.5) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0.5) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
	content: "";
	position: absolute;
	bottom: 0;
	height: 250%;
	width: 100%;
	left: 0;
}

.gallery-module .gallery-slide-imgdiv {
	padding-bottom: 75%;
	background-repeat: no-repeat;
	background-size: cover;
}

.gallery-imgcaption {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	padding: 40px;
}

.gallery-imgcaption h3 {
	color: #fffffa;
	font-size: 24px;
	margin: 0;
	font-weight: 400;
	word-break: break-word;
	position: relative;
	z-index: 1;
}

.gallery-module .slick-prev,
.gallery-module .slick-next,
.slick-lightbox-slick .slick-prev,
.slick-lightbox-slick .slick-next {
	display: block !important;
	font-size: 0;
	background-position: center;
	height: 50px;
	width: 50px;
	position: absolute;
	bottom: 75px;
	z-index: 1;
	background-color: #963e3b;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
	border: none;
}

.gallery-module .slick-prev,
.slick-lightbox-slick .slick-prev {
	right: 35px;
	background-image: url(/img/gallery-prev-icon.png);
	background-repeat: no-repeat;
}

.gallery-module .slick-next,
.slick-lightbox-slick .slick-next {
	right: -25px;
	background-image: url(/img/gallery-next-icon.png);
	background-repeat: no-repeat;
}

.gallery-module .slick-prev:focus,
.gallery-module .slick-next:focus,
.slick-lightbox-slick .slick-prev:focus,
.slick-lightbox-slick .slick-next:focus {
	outline: 0;
}

.slick-lightbox-slick .slick-prev,
.slick-lightbox-slick .slick-next {
	bottom: auto;
	top: 50%;
	margin-top: -25px;
	left: 25px;
}

.slick-lightbox-slick .slick-next {
	right: 25px;
	left: auto;
}

.notable-alumnae .gallery-module .gallery-slide-imgdiv {
	padding-bottom: 100%;
}

.imagetext-module-section {
	background: #953e3b;
	margin-left: -50px;
	margin-right: -50px;
	margin-bottom: 60px;
}

.imagetext-module-section:after {
	display: table;
	content: "";
	clear: both;
}
.imagetext-module-section .imagetext-inner a{
	color:#FFF;
	font-weight:700;
}
.imagetext-title-div {
	padding: 60px 50px;
	width: 50%;
	float: left;
	box-sizing: border-box;
}

.imagetext-title-div .titletext-div {
	position: relative;
	padding-bottom: 18px;
	margin-bottom: 35px;
	/* border-bottom: 1px dotted #fff; */
}

.imagetext-title-div .titletext-div:after {
	position: absolute;
	content: "";
	bottom: 0px;
	right: 0;
	width: 123%;
	height: 2px;
	/* border-bottom: 1px dotted #fff; */
	background-image: linear-gradient(to right, #fff 35%, rgba(255, 255, 255, 0) 0%);
	background-position: bottom;
	background-size: 7px 2px;
	background-repeat: repeat-x;
}

.imagetext-title-div h2 {
	font-family: 'HelveticaNeueLTStd85Heavy';
	position: relative;
	font-size: 45px;
	color: #fff;
	margin-bottom: 15px;
	line-height: 110%;
}

.imagetext-title-div h2 a {
	color: #fff;
}

.imagetext-title-div h2 a:hover {
	text-decoration: none;
}

.imagetext-title-div h3 {
	font-family: 'HelveticaNeueLTStd45Light';
	font-size: 39px;
	color: #fff;
	line-height: 110%;
	margin-bottom: 0px !important;
}

.imagetext-title-div p {
	font-size: 14px;
	line-height: 22px;
	color: #dddddd;
	text-align: justify;
}

.imagetext-btndiv .btn {
	font-family: 'OpenSansRegular';
	font-size: 15px;
	min-width: 175px;
	border: 1px solid #fff;
	padding: 10px;
	background: #953e3b;
	box-sizing: border-box;
	text-transform: uppercase;
	text-shadow: none;
	line-height: 34px;
}

.imagetext-btndiv {
	margin-top: 45px;
}

.imagetext-btndiv .btn:hover {
	background: #fff;
	color: #953e3b;
}

.imagetextimg-div {
	width: 50%;
	float: left;
	padding: 0;
	min-height: 726px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.imagetext-module-section.rightside .imagetextimg-div {
	float: right;
}

.imagetext-module-section.rightside .imagetext-title-div .titletext-div:after {
	left: 0;
	right: auto;
}

.quote-module-section {
	position: relative;
	background-color: #fff;
	/*background-size: cover;*/
	background-position: center;
	background-repeat: no-repeat;
	padding: 60px 0;
	margin-left: -50px;
	margin-right: -50px;
	margin-bottom: 60px;
	background-image: url(/img/quate-bg.png);
}

.quote-module-section.quote-bg:before {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(21, 44, 86, 0.75);
	position: absolute;
	top: 0px;
	left: 0;
}

.quote-content {
	max-width: 710px;
	margin: 0 auto;
	position: relative;
	padding-top: 65px;
}

.quote-content:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(/img/quote-left.png) no-repeat;
	width: 48px;
	height: 37px;
}

.quote-content p {
	font-size: 32px !important;
	font-family: 'Noto Serif', serif;
	font-weight: 400;
	line-height: 42px;
	color: #963e3b;
	position: relative;
}

.quote-content .quote-author {
	font-family: 'open_sansbold';
	font-size: 15px;
	line-height: 24px;
	color: #363636;
	text-transform: uppercase;
	margin-top: 65px;
	text-align: right;
}

.video-module-section {
	background: #363636;
	margin-left: -50px;
	margin-right: -50px;
	margin-bottom: 60px;
}

.video-module-section:after {
	display: table;
	content: "";
	clear: both;
}

.video-title-div {
	padding: 80px 50px;
	width: 40%;
	float: left;
	box-sizing: border-box;
}

.video-title-div h2 {
	position: relative;
	font-size: 18px;
	color: #fff;
	line-height: 110%;
	padding-bottom: 18px;
	/* border-bottom: 1px dotted #fff;*/
	margin-bottom: 35px;
}

.video-title-div h2:after {
	position: absolute;
	content: "";
	bottom: 0px;
	left: 0px;
	width: 125%;
	height: 2px;
	/* border-bottom: 1px dotted #fff; */
	background-image: linear-gradient(to right, #fff 35%, rgba(255, 255, 255, 0) 0%);
	background-position: bottom;
	background-size: 7px 2px;
	background-repeat: repeat-x;
}

.video-title-div h2 a {
	color: #fff;
}

.video-title-div p {
	color: #dddddd;
	text-align: justify;
}

.videoimg-div {
	padding: 0;
	min-height: 407px;
	background-repeat: no-repeat;
	width: 60%;
	float: right;
	background-size: cover;
	background-position: center;
	box-sizing: border-box;
	position: relative;
}

.videoimg-div .video-play-a {
	font-size: 16px;
	font-family: 'open_sansbold';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -23px 0 0 -69px;
	text-transform: uppercase;
	text-shadow: none;
	box-sizing: border-box;
	padding: 9px;
	min-width: 138px;
}

.videoimg-div .video-play-a img {
	margin-left: 6px;
	display: inline-block;
	vertical-align: middle;
}

.videoimg-div .video-play-a span {
	display: inline-block;
	vertical-align: middle;
}

.video-module-section.leftside .videoimg-div {
	float: left;
}

.video-module-section.leftside .video-title-div h2:after {
	left: auto;
	right: 0;
}

.table {
	margin-bottom: 30px;
}

.file-dwonload-a {
	font-family: 'OpenSansRegular';
	display: block;
	padding: 0;
	border: none;
	text-align: left;
	background-color: transparent;
	text-shadow: none;
	box-shadow: none;
}

.file-dwonload-a a {
	display: inline-block;
	margin-bottom: 15px;
	font-size: 18px;
	color: #963e3b;
	background: #ebebeb;
	line-height: 50px;
	padding-right: 30px;
	position: relative;
}

.file-dwonload-icon,
.file-dwonload-a a:before {
	content: "";
	background: url(/img/file-download-icon.png) no-repeat center #963e3b;
	height: 50px;
	width: 50px;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}

.file-dwonload-a:hover {
	background-color: transparent;
}

.file-dwonload-a a:hover {
	color: #963e3b;
	text-decoration: none;
}

.content-commandiv {
	/*margin-bottom: 25px;*/
}

.content-commandiv .table thead {
	background: #953e3b;
}

.content-commandiv .table thead tr th {
	font-size: 18px;
	color: #e0e0e0;
	font-weight: normal;
}

.content-commandiv .table tbody tr td {
	color: #807c7c;
	font-size: 14px;
	border-top: none;
}

.content-commandiv .table td,
.content-commandiv .table th {
	padding: 15px;
}

.content-commandiv .table th,
.content-commandiv .table td {
	border-top: none;
}

.content-commandiv .table tbody tr {
	/* border-bottom: 2px dotted #953e3b;*/
	background-image: linear-gradient(to right, #953e3b 54%, rgba(255, 255, 255, 0) 0%);
	background-position: bottom;
	background-size: 6px 2px;
	background-repeat: repeat-x;
}

.imgDivider-module-section .imgDivider-content .btn:hover,
.imgDivider-module-section .imgDivider-content .btn:focus,
.videoimg-div .video-play-a:hover,
.videoimg-div .video-play-a:focus {
	color: #fff;
}


/* Comman page Css End */

.content-commandiv .news-list-ul {
	margin: 0 -9px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	list-style: none;
	padding: 0;
}

.news-list-ul:after {
	clear: both;
	display: table;
	content: "";
}

.news-list-ul li {
	width: 33.33333333%;
	box-sizing: border-box;
	float: left;
	min-height: inherit;
	padding: 0 9px;
	margin: 0;
	margin-bottom: 40px;
	box-shadow: none;
}

.list-news li h3 {
	height: auto;
	background: none;
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 17px;
	text-transform: uppercase;
}

.desc #news-smdesc {
	padding-top: 15px;
	border-top: 1px dotted #a6342c;
	font-size: 12px;
	line-height: 18px;
}

.news-innerdiv {
	-moz-box-shadow: 0 0 4px 0 #dbdada;
	-webkit-box-shadow: 0 0 4px 0 #dbdada;
	box-shadow: 0 0 4px 0 #dbdada;
	height: 100%;
}

.news-list-ul li figure {
	position: relative;
	/*padding-bottom: 65%;*/
	padding-bottom: 100%;
	height: auto;
	/* overflow: hidden; */
	display: block;
	margin-bottom: 43px;
}

.news-list-ul li figure a {
	display: block;
}

.news-list-ul li figure img {
	width: 100%;
	object-fit: cover;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.news-list-ul li figcaption {
	position: absolute;
	bottom: -29px;
	width: 100%;
	width: calc(100% - 36px);
	color: #f0f0f0;
}

.news-list-ul li .desc {
	padding: 15px;
}

.news-list-ul .desc #news-smdesc {
	height: auto;
}

.news-list-ul .desc #news-smdesc a {
	color: rgba(166, 52, 44, .65);
}

.page_navigation a,
.pagination-linkdiv .archived-news-a {
	font-size: 15px;
	color: #ad1d0e;
}

.page_navigation a.active {
	text-decoration: underline;
}

.page_navigation {
	margin-bottom: 0;
}

.pagination-linkdiv:after {
	clear: both;
	display: table;
	content: "";
}

.pagination-linkdiv .archived-news-a {
	float: left;
}

.event-calendar {
	float: left;
	width: calc(100% - 292px);
	box-sizing: border-box;
	padding-right: 40px;
}

.newsevents-leftdiv {
	float: left;
	width: calc(100% - 292px);
	box-sizing: border-box;
	padding-right: 40px;
}

.event-calendar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.event-calendar ul li {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	box-shadow: 0 0 15px rgba(141, 145, 147, 0.25);
	margin-bottom: 30px;
}

.event-date-div {
	background: #963e3b;
	padding: 10px;
	text-align: center;
	width: 130px;
	box-sizing: border-box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.event-date-div .date-num {
	font-size: 4.8rem;
	line-height: 1;
	color: #fff;
}

.event-date-div span {
	font-size: 14px;
	color: #fff;
}

.event-infodiv {
	width: calc(100% - 130px);
	padding: 20px;
	box-sizing: border-box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.event-infodiv h3 {
	color: #92352b;
	font-size: 21px;
	margin-bottom: 0px;
}

.event-infodiv .line-finish {
	border-bottom: 1px dotted #b97a75;
	padding-bottom: 12px;
	margin-bottom: 12px;
}

.event-infodiv span {
	display: block;
	margin-bottom: 10px;
}

.event-infodiv p {
	margin-bottom: 0;
	margin-top: 12px;
}

.event-infodiv p span:last-child {
	margin-bottom: 0px;
}

.event-infodiv span img {
	margin-right: 6px;
}

.event-infodiv .event-setbox.newsetbox {
	margin-top: 15px;
	padding-top: 12px;
	border-top: 1px dotted #b97a75;
}

.calendar-search-div {
	float: right;
	width: 292px;
	box-shadow: 0 0 15px rgba(141, 145, 147, 0.25);
	padding-right: 50px;
	padding-top: 40px;
	margin: -40px -50px 0 0;
}

.fc-calendar-container {
	height: 208px;
	width: auto;
	padding: 0 0 0 30px;
	background: #fff;
	box-shadow: inset 0 1px rgba(255, 255, 255, 0.8);
}

.fc-calendar .fc-head {
	background: none;
	text-transform: uppercase;
	color: #646464;
	font-size: 9px;
}

.fc-calendar .fc-row>div {
	background: #fff;
	cursor: pointer;
	box-sizing: border-box;
}

.fc-calendar .fc-row>div:empty {
	background: transparent;
}

.fc-calendar .fc-row>div>span.fc-date {
	top: 50%;
	left: 50%;
	text-align: center;
	margin: -10px 0 0 -15px;
	color: #686a6e;
	font-weight: 400;
	pointer-events: none;
}

.fc-calendar .fc-row>div.fc-today {
	background: #b77973 !important;
	box-shadow: inset 0 0 3px #dadada;
}

.fc-calendar .fc-row>div.fc-today>span.fc-date {
	color: #fff;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.fc-calendar .fc-row>div.fc-content:after {
	content: '\00B7';
	text-align: center;
	width: 20px;
	margin-left: -10px;
	position: absolute;
	color: #DDD;
	font-size: 70px;
	line-height: 20px;
	left: 50%;
	bottom: 3px;
}

.calendar-container .fc-calendar .fc-row>div.fc-content:after {
	content: none;
}

.fc-calendar .fc-row>div.fc-today.fc-content:after {
	color: #b02c42;
}

.fc-calendar .fc-row>div.fc-content:hover:after {
	color: #ef4f69;
}

.fc-calendar .fc-row>div.fc-today.fc-content:hover:after {
	color: #fff;
}

.fc-calendar .fc-row>div>div a,
.fc-calendar .fc-row>div>div span {
	display: none;
	font-size: 22px;
}

.fc-calendar .hasevent,
.fc-calendar .fc-content {
	background: url(/img/calender-corner.png) no-repeat scroll right top rgba(0, 0, 0, 0) !important;
}

.fc-calendar .fc-content:before {
	height: calc(100% - 2px);
	width: calc(100% - 2px);
	border: 1px solid #ead7d6;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
}

.fc-calendar .fc-row>div.fc-content:after {
	display: none;
}

.sidebar-search:after {
	clear: both;
	content: "";
	display: table;
}

.searchbar-div {
	padding-left: 30px;
	clear: both;
	padding-top: 20px;
	padding-bottom: 30px;
}

.heading-calendar {
	padding-left: 0px;
	margin-left: 30px;
	box-sizing: border-box;
}

.sidebar-search input[type="text"]::-webkit-input-placeholder {
	color: #fff;
}

.sidebar-search input[type="text"]::-moz-placeholder {
	color: #fff;
}

.sidebar-search input[type="text"]:-ms-input-placeholder {
	color: #fff;
}

.sidebar-search input[type="text"]:-moz-placeholder {
	color: #fff;
}

.sidebar-search input[type="text"]:focus {
	outline: 0;
}

button#google-translate-btn {
	background: transparent;
	border: none;
	cursor: pointer;
}

.craftcms-formdiv .form-group label {
	display: block;
	margin-bottom: 8px;
	color: #807c7c;
	font-size: 14px;
	line-height: 20px;
}

.craftcms-formdiv .form-control {
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-sizing: border-box;
	margin-bottom: 0px;
	background: #fff;
	max-width: 320px;
	height: auto;
	min-height: 34px;
	width: 100%;
	color: #807c7c;
	font-size: 15px;
	box-shadow: none;
}

.craftcms-formdiv .form-group .form-check {
	display: block;
	margin: 10px 0;
}

.craftcms-formdiv .form-group .form-check label {
	color: #807c7c;
	margin: 0;
	display: inline-block;
}

.craftcms-formdiv .form-group {
	box-sizing: border-box;
	margin-bottom: 15px;
}

.craftcms-formdiv .btn-primary {
	font-size: 16px;
	text-transform: uppercase;
	padding: 13px;
	min-width: 140px;
	box-sizing: border-box;
	background: #994037;
	line-height: 20px;
}

.craftcms-formdiv ul.nav.nav-tabs {
	display: none;
}

.sidebar-search input[type="text"]:focus {
	outline: 0;
	box-shadow: none;
}

.searchpage-listdiv ol {
	margin-top: 20px;
	list-style-type: decimal;
	padding-left: 30px;
}

.searchpage-listdiv ul {
	list-style-type: disc;
	padding-left: 30px;
}

.searchpage-listdiv ol li,
.searchpage-listdiv ul li {
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 24px;
}

.searchpage-listdiv ol li a,
.searchpage-listdiv ul li a {
	color: #990000;
	display: inline-block;
}

.content-commandiv .invalid-feedback {
	width: 100%;
	margin-top: .25rem;
	margin-bottom: 0;
	padding: 0;
	font-size: 80%;
	color: #dc3545;
	list-style: none;
}

.content-commandiv .invalid-feedback li {
	font-size: 12px;
	color: #dc3545;
}

.craftcms-formdiv input.is-invalid {
	border: 1px solid #dc3545;
}

.site-header .logo-div img {
	height: 75px;
	padding: 13px 0 8px;
}

.site-header .logo-div p {
	color: #fff;
	font-size: 16px !important;
	margin-bottom: 4px;
	clear: both;
	font-family: 'HelveticaNeueLTStd45Light';
	letter-spacing: 1px;
}

.logo-left,
.logo-right {
	float: left;
}

.site-header .logo-div .logo-right img {
	padding: 0px;
	height: 128px;
	margin-left: 25px;
	margin-top: -42px;
}

.site-header.sticky .logo-div img {
	height: 46px;
	padding: 5px 0 3px;
}

.site-header.sticky .logo-div .logo-right img {
	height: 78px;
	margin-left: 25px;
	margin-top: -32px;
}

.site-header.sticky .logo-div p {
	font-size: 11px !important;
	margin-bottom: 0px;
}

.craftcms-formdiv .row.candle-radio {
	display: flex;
	align-items: center;
}

.craftcms-formdiv .row.candle-radio .form-group .form-check {
	margin: 0
}

.craftcms-formdiv .row.candle-radio .form-group:first-child {
	min-width: 220px;
}

.craftcms-formdiv .row.candle-radio .form-group input[type="radio"] {
	position: relative;
	top: 1px;
	margin-right: 5px;
}

.how-can-help {
    position: fixed;
	/*
    bottom: 30px;
    right: 30px;
	*/
	bottom:20px;
	right:80px;
    z-index: 9;
}
.how-can-help .text {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    max-width: 70px;
    line-height: 1.1;
    padding: 6px 10px 10px 6px;
    position: relative;
}
.how-can-help .text:before{
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-bottom-width: 46px;
    border-right: 10px solid #963e3b;
}
.how-can-help .icon{
    padding: 12px 15px 11px 10px;
    background-color: #363636;
}
.how-can-help .icon img {
    max-width: 22px;
}
.how-can-help .how-can-help-btn{
    display: flex;
    background-color: #963e3b;
    box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 50%);
}
.how-can-help .how-can-help-btn:hover{
    text-decoration: none;
}
.how-can-help-form {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #fff;
    max-width: 360px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}
.how-can-help-form.open {
    opacity: 1;
    visibility: visible;
}
.how-can-help-form .title {
    text-align: center;
    background-color: #963e3b;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
    padding: 12px;
}
.how-can-help-form .title img {
    max-width: 20px;
    margin-right: 13px;
}
.how-can-help-form .title a.close-from {
    height: 2px;
    width: 16px;
    background-color: #fff;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}
.how-can-help-form form {
    padding: 30px;
    margin: 0;
}
.how-can-help-form .freeform-row .freeform-column .freeform-input{
    padding: 7px 20px;
    height: auto;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 0;
}
.how-can-help-form .freeform-row .freeform-column{
    padding: 0 0 20px;
}
.how-can-help-form .freeform-row:last-child .freeform-column{
    padding: 0;
}
.how-can-help-form .freeform-row button{
    background-color: #963e3b;
    color: #fff;
    border: 0;
    text-transform: uppercase;
    padding: 9px 30px;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    cursor: pointer;
}
.how-can-help-form .freeform-row button:hover{
    background-color: #363636;
}
.how-can-help-form .g-recaptcha {
    margin: 15px 0 0;
}
.how-can-help-form .g-recaptcha iframe{
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}
.how-can-help .mobile{
    display: none;
}
.enrol-now-btn{
    position: fixed;
    left: 30px;
    bottom: 30px;
    height: 80px;
    width: 85px;
    border-radius: 100%;
    box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 50%);
    background-color: #8e2920;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    z-index: 9;
    font-size: 19px;
    line-height: 1;
    text-align: center;
    padding: 20px 15px 15px;
    cursor: pointer;
}
.enrol-now-btn:hover{
    text-decoration: none;
}
.enrol-now-btn:before{
    content: "";
    bottom: 7px;
    position: absolute;
    background-image: url(/img/Floating_button_desktop-high_1.png);
    left: -35px;
    background-repeat: no-repeat;
    height: 100%;
    width: calc(100% + 20px);
    z-index: 1;
    background-position: bottom;
    background-size: contain;
}

.document-download {
  padding: 50px 0;
}
.document-download .row {
  border-right: 7px solid #963e3b;
}
.document-download + .document-download {
  padding-top: 0;
}
.document-download .inner-container {
  max-width: 1000px;
  margin: auto;
}
.document-download .bg-color {
  background: #e9e9e9;
}
.document-download .cover-image {
  max-width: 289px;
  text-align: center;
  padding: 25px 15px 25px 30px;
}
.document-download .portrait {
  padding-top: 0;
  padding-bottom: 0;
}
.document-download .portrait img {
  max-width: 200px;
  margin: -20px 0;
}
.document-download .text {
  padding: 25px 15px;
}
.document-download .text h1 {
  font-weight: 500;
  font-size: 30.04px;
  letter-spacing: 0.01em;
  line-height: 1.3;
  color: #903329;
  margin-bottom: 25px;
}
.document-download .text p {
  font-weight: 300;
  font-size: 15px;
  line-height: 1.4;
  color: #004366;
  margin-bottom: 25px;
}
.document-download .text a {
  font-weight: 500;
  font-size: 13.5px;
  letter-spacing: 0.08em;
  line-height: 1.4;
  color: #f69e7c;
  text-transform: uppercase;
}
.document-download .text a:hover svg {
  -webkit-transform: translate(10px, 0);
  -khtml-transform: translate(10px, 0);
  -moz-transform: translate(10px, 0);
  -ms-transform: translate(10px, 0);
  -o-transform: translate(10px, 0);
  transform: translate(10px, 0);
}
.document-download .text a span {
  vertical-align: middle;
}
.document-download .text a svg {
  width: 14px;
  margin-right: 25px;
  vertical-align: middle;
}
.document-download .text a svg polyline {
  stroke: #f69e7c;
}
#flipbook-modal {
    height: calc(100vh - 20px);
    width: 100%;
    max-width: 100%;
    padding: 0;
    border: 0;
    outline: 0;
    box-shadow: none;
    position: static;
	margin:auto;
}
#flipbook-modal .close-btn {
    position: absolute;
    left: 50px;
    top: 50px;
}
#flipbook-modal .close-btn svg {
    width: 40px;
    height: 40px;
}
#flipbook-modal .close-btn svg line{
	stroke:#f69e7c;
}
#flipbook-modal #modalContent {
    margin-top: -20px;
    height: calc(100% + 20px);
}
.jquery-modal.blocker{z-index:99;}

footer .container {
    padding: 0 150px;
    max-width: 1800px;
    margin: 0 auto;
}
.footer-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-menu .row {
    margin: 0 -15px;
	display: flex;
	flex-wrap: wrap;
}
.footer-menu .footer-menu-col {
    padding: 0 15px;
    width: 14.28%;
    box-sizing: border-box;
}
.footer-menu ul li a {
    color: #fff;
	display: inline-block;
	margin-bottom: 15px;
}
.footer-menu .footer-menu-col ul > li > a{
	font-size: 16px;
	font-weight: 600;
}
.footer-menu .footer-menu-col ul ul > li > a{
	font-family: HelveticaNeueLTStd45Light;
	font-size: 13px;
	font-weight: 300;
}
.footer-menu .footer-menu-col > ul > li {
    margin-bottom: 20px;
}
.footer-bottom {
    background-color: #413e3f;
    padding: 30px 0;
}
.footer-menu {
    margin-bottom: 10px;
}
.footer-menu .caret-arrow {
    margin-left: 6px;
    color: #fff;
	cursor: pointer;
    vertical-align: middle;
	transition: all 0.5s;
	display: inline-block;
}
.footer-menu .caret-arrow.active {
    transform: rotate(180deg);
}
.footer-menu .sub-menu {
    margin-left: 12px;
}
.footer-menu a[href="javascript:;"]:hover {
    text-decoration: none;
}
.donation-btn{
	    display: inline-block;
    background-color: #963e3b !important;
    color: #FFF;
    padding: 20px !important;
    border-radius: 8px;
	margin-right:15px;
}
.donation-btn a{
	color: #FFF;
    font-weight: 700;
    font-size: 16px;
	text-decoration:none !important;
}

.breadcrumb-nav:not(.general-pages) {
    display: none;
}
.breadcrumb-nav .breadcrumb {
    background: transparent;
    padding: 0 !important;
}
.breadcrumb-nav .breadcrumb li,.breadcrumb > .active,
.breadcrumb-nav .breadcrumb li a{
	color: #8d342c;
	font-weight: 400;
	font-size: 12px;
}
.breadcrumb-nav .breadcrumb li:not(:last-child){
    margin-right: 8px;
    padding-right: 15px;
	position: relative;
}
.breadcrumb-nav .breadcrumb {
    margin: 0 0 45px;
}
.breadcrumb-nav .breadcrumb li:not(:last-child)::before{
	content: "";
    position: absolute;
    background-image: url(/images/right-arrow.png);
    background-repeat: no-repeat;
    right: 0;
    height: 10px;
    width: 7px;
    top: 7px;
    background-size: 5px;
}
.breadcrumb-nav{
	display: none;
}
.breadcrumb-nav.breadcrumb-active {
    display: block;
}
.custom-model *{
	box-sizing: border-box;
}
.custom-model {
    padding: 24px 30px 0 20px;
    position: fixed;
    bottom: 85px;
    height: auto;
    z-index: 99;
    width: 460px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    transition: all 0.5s;
    right: 0;
    left: auto;
}
.custom-model .model-dialog{
	width: 100%;
}
.custom-model.open{
	opacity: 1;
	visibility: visible;
}
/* .custom-model::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    width: 100%;
    z-index: -1;
    backdrop-filter: blur(5px);
} */
.custom-model .model-body{
	position: relative;
}
.custom-model .model-row {
    /* display: flex;
    flex-wrap: wrap; */
	background-color: #fff;
	box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.25);
}
/* .custom-model .model-img {
    width: 60%;
	min-height: 512px;
} */
.custom-model .model-text {
    padding: 25px 15px;
	text-align: center;
}
.custom-model .model-text .btn {
    background-color: transparent;
    text-shadow: none;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    padding: 0;
    margin-top: 25px;
    transition: all 0.5s;
    color: #963E3B;
    box-shadow: none;
}
.custom-model .model-text .btn:hover{
	color: #000;
}
.custom-model .close-btn:hover{
	background-color: #994037;
	color: #fff;
}
.custom-model .model-text h2 {
    font-weight: 700;
    font-family: 'Helvetica Neue LT Std';
    padding: 0;
    margin: 0 0 12px;
	font-size: 28px;
}
.custom-model .model-text p {
    color: #000;
    font-size: 16px !important;
    font-family: 'HelveticaNeueLTStd45Light';
    line-height: 1.3;
    font-weight: 300;
}
.custom-model .model-text .desc :last-child{
	margin-bottom: 0;
}
.custom-model .close-btn {
    background-color: #363636;
    height: 38px;
    width: 38px;
    border-radius: 100%;
    position: absolute;
    right: -17px;
    top: -17px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.7);
	transition: all 0.5s;
}
.custom-model .close-btn svg {
    max-width: 15px;
}
.custom-model .model-img img {
    height: 294px;
	width: 100%;
    object-fit: cover;
	object-position: 0 50%;
}


/* Media Query CSS */
@media (max-width: 1370px) {
	.site-footer:before {
		left: 0;
	}
	#menu-box .main-menu-container {
		max-width: 520px;
	}
	#menu-box .main-menu-container .main-menuspace {
		margin-left: 21%;
	}
	.menuclose-a {
		left: 21%;
	}
	.menu-box ul>.drop-down .drop-down:hover>ul {
		box-sizing: border-box;
	}
	.menu-box ul>.drop-down .drop-down ul>li>a {
		padding-top: 6px;
		padding-bottom: 6px;
		padding-right: 0px;
	}
	.footer-menu .footer-menu-col{
		width: 25%;
	}
	.custom-model .model-text h2{
		margin: 0 0 7px;
		font-size: 22px;
	}
	.custom-model .model-img img{
		height: 205px;
	}
	.custom-model{
		width: 370px;
	}
	.custom-model .model-text{
		padding: 20px 15px;
	}
	.custom-model .model-text .btn{
		margin-top: 20px;
	}
	.home-slider .slider-content{
		right: 102px;
		width: 485px;
	}
}

@media (max-width: 1230px) {
	.pagecontent-section .container {
		padding: 0 15px;
	}
}

@media (max-width: 1199px) {
	#menu-box .main-menu-container {
		max-width: 450px;
	}
	#menu-box .main-menu-container .main-menuspace {
		margin-left: 25%;
	}
	.menuclose-a {
		left: 25%;
	}
	.drop-down ul {
		padding: 85px 60px;
		width: 32vw;
	}
	.home-slider .slider-content {
		width: 400px;
	}
	.home-slider .slider-tiler {
		font-size: 40px;
		margin-bottom: 10px;
	}
	.home-slider .slider-subtiler {
		font-size: 26px;
		margin-bottom: 20px;
	}
	.gallery-imgcaption:after {
		height: 150%;
	}
	.site-header .logo-div .logo-right img {
		margin-top: -21px;
		max-width: 400px;
		margin-left: 18px;
		height: auto;
	}
}

@media (max-width: 991px) {
	.site-footer .desigedBy{
		width:50%;
		margin:auto;
	}
	.site-header .logo-div img {
		height: 80px;
	}
	.hamburger-menu {
		padding: 39px 0;
	}
	.search-phone-div {
		padding: 39px 15px;
	}
	.search-phone-div:before {
		border-bottom-width: 100px;
	}
	#menu-box {
		height: calc(100vh - 106px);
	}
	#menu-box>.row {
		min-height: calc(100vh - 106px);
	}
	.drop-down ul {
		padding: 85px 15px;
		width: 44vw;
	}
	.site-header:before {
		top: 100px;
	}
	#menu-box>.row {
		margin: 0;
	}
	.menuclose-a {
		left: 15px;
	}
	#menu-box .main-menu-container .main-menuspace {
		margin-left: 0;
	}
	#menu-box .main-menu-container {
		max-width: 320px;
	}
	.menu-box ul>li>a {
		padding: 12px 15px;
		line-height: 24px;
	}
	.menu-box ul>li>a:after,
	.menu-box ul>li.active>a:after {
		left: 15px;
	}
	.menu-box {
		margin-bottom: 90px;
	}
	.menu-quicklink,
	.menu-socialink {
		margin-bottom: 40px;
		padding: 0 15px;
	}
	.menu-gtranslate {
		margin-bottom: 0px;
	}
	.menu-socialink ul {
		margin-bottom: 20px;
	}
	.menu-quicklink ul li {
		margin-right: 10px;
	}
	#footer-top .wrapper ul li {
		/* padding: 0 60px 0 0; */
	}
	.site-footer:before,
	.site-footer:after {
		display: none;
	}
	.footer-info p span {
		padding: 0 10px;
		font-size: 16px !important;
	}
	.footer-info p,
	.footer-info .italic_no {
		font-size: 16px !important;
		line-height: 30px;
	}
	.site-footer {
		padding-top: 50px;
	}
	.footer-info {
		margin-bottom: 25px;
	}
	.quick-link-section .col-width {
		padding: 0px 5px;
	}
	.quick-link-section .row {
		margin-left: -7px;
		margin-right: -7px;
	}
	.pagetitle-banner {
		margin-top: 106px;
		/*height: 370px;*/
	}
	.inner-topbanner .sliderimg-div {
		height: 370px;
	}
	.title-pagediv {
		padding: 10px 30px;
	}
	.content-commandiv {
		padding: 30px;
	}
	.content-commandiv h1 {
		font-size: 34px;
	}
	.content-commandiv h2 {
		font-size: 30px;
	}
	.video-title-div h2 {
		font-size: 18px;
	}
	.imagetext-title-div h2 {
		font-size: 40px;
		margin-bottom: 10px;
	}
	.imagetext-title-div h3 {
		font-size: 30px;
	}
	.imgDivider-module-section,
	.imagetext-module-section,
	.quote-module-section,
	.video-module-section {
		margin-left: -30px;
		margin-right: -30px;
	}
	.imgDivider-module-section {
		height: 500px;
	}
	.gallery-imgcaption {
		padding: 30px;
	}
	.imagetext-title-div {
		padding: 40px 30px;
	}
	.quote-content p {
		font-size: 28px !important;
		line-height: 38px;
	}
	.quote-content .quote-author {
		margin-top: 40px;
	}
	.quote-content {
		max-width: 620px;
	}
	.video-title-div {
		padding: 50px 30px;
	}
	.imgDivider-module-section .imgDivider-title {
		font-size: 44px;
	}
	.imgDivider-module-section .imgDivider-subtitle {
		font-size: 26px;
	}
	.imgDivider-module-section .imgDivider-content p {
		margin: 0 auto 30px;
	}
	.imagetext-btndiv .btn {
		min-width: 155px;
		line-height: 24px;
	}
	.news-list-ul li {
		width: 50%;
	}
	.event-calendar {
		float: none;
		width: 100%;
		box-sizing: border-box;
		padding-right: 0;
	}
	.newsevents-leftdiv {
		float: none;
		width: 100%;
		box-sizing: border-box;
		padding-right: 0;
	}
	.calendar-search-div {
		float: none;
		width: 100%;
		padding: 30px;
		margin: 0 0 40px 0;
		box-sizing: border-box;
	}
	.fc-calendar-container {
		padding: 0;
	}
	.searchbar-div {
		padding: 25px 0 0 0;
	}
	.heading-calendar {
		margin-left: 0;
	}
	.event-infodiv h3 {
		font-size: 20px;
	}
	.heading-calendar {
		padding-right: 0;
	}
	.home-slider {
		margin-top: 106px;
	}
	.home-slider .sliderimg-div {
		padding-bottom: 56.25%;
	}
	.home-slider .slider-content {
		width: 360px;
	}
	.home-slider .slider-tiler {
		font-size: 36px;
		margin-bottom: 10px;
	}
	.home-slider .slider-subtiler {
		font-size: 24px;
		margin-bottom: 20px;
	}
	.home-slider .btn {
		padding: 10px;
		min-width: 120px;
	}
	.accordion-module-section,
	.imgDivider-module-section,
	.gallery-module-section,
	.imagetext-module-section,
	.quote-module-section,
	.video-module-section {
		margin-bottom: 45px;
	}
	.gallery-imgcaption h3 {
		margin-bottom: 0;
	}
	.search-box .search-form-div input {
		font-size: 24px;
		height: 50px;
	}
	.search-box .search-form-div .search-icon {
		bottom: 0;
	}
	.search-box .search-form-div .search-icon img {
		width: 40px;
	}
	.site-header .logo-div img {
		height: 59px;
		padding: 13px 0 6px;
	}
	.site-header .logo-div p {
		font-size: 13px !important;
		margin-bottom: 0px;
	}
	.site-header .logo-div .logo-right img {
		margin-top: -18px;
		max-width: 315px;
		margin-left: -43px;
		height: auto;
		left: 53px;
		position: relative;
	}
	.site-header.sticky .logo-div .logo-right img {
		margin-left: -43px;
	}
	footer .container{
		padding: 0 40px;
	}
	.breadcrumb-nav .breadcrumb {
		margin: 0 0 25px;
	}
}

@media (max-width: 767px) {
	
	.site-header {
		/*position: relative;*/
	}
	/*    .site-header .logo-div img{height: 67px; padding: 15px 0;}
*/
	.site-header.sticky .logo-div img {
		height: 50px;
		padding: 10px 0;
	}
	.site-header.sticky #menu-box {
		height: 100%;
		border-top: none;
	}
	.site-header .logo-menu-div {
		float: none;
		width: calc(100% - 30px);
		padding: 0 15px;
	}
	.site-header .logo-menu-div:after {
		clear: both;
		content: "";
		display: table;
	}
	.search-phone-div {
		display: none;
	}
	.site-header .container:after {
		display: none;
	}
	.menu-box ul>li>a {
		/*font-family: 'OpenSansRegular'; */
		padding: 10px 15px;
	}
	.menu-box ul>.drop-down .drop-down ul>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
		padding-right: 10px;
	}
	.menu-quicklink.dektop-menu-quicklink {
		display: none;
	}
	.menu-box ul>.drop-down .drop-down>a:after {
		margin-left: 0;
	}
	.menu-socialink ul li {
		margin-right: 5px;
	}
	#menu-box.show {
		position: fixed;
		z-index: 5;
		top: 0;
		width: 100%;
		background: transparent !important;
		margin-top: 0;
		border-top: none;
	}
	#menu-box>.row {
		min-height: 100%;
	}
	.hamburger-menu {
		margin-right: 0;
	}
	#menu-box {
		height: 100%;
	}
	.menu-box ul>li>a:after,
	.menu-box ul>li>a:after,
	.menu-box ul>li.active>a:after {
		left: 15px;
		/*width: calc(100% - 30px);*/
	}
	.drop-down .drop-down.active>a:after {
		position: relative;
		bottom: 0;
		border-bottom: none;
	}
	#menu-box .main-menu-container {
		padding: 30px 15px;
	}
	#menu-box .main-menu-container .main-menuspace {
		margin-left: 0;
	}
	.main-menu>li.drop-down {
		position: relative;
	}
	.menu-box ul ul {
		position: relative;
		left: 0;
		width: auto;
		height: auto;
		display: none;
		visibility: visible;
		opacity: 1;
		top: 0;
		padding: 10px 0 10px 15px;
		margin-top: 0;
		background: transparent;
	}
	.drop-down .drop-down ul {
		padding: 0 0 0 20px;
	}
	.main-menu>li.drop-down>a:before {
		position: absolute;
		content: '+';
		font-size: 32px;
		color: #fff;
		right: 15px;
		top: 0px;
		line-height: 44px;
	}
	.main-menu>li.drop-down.active>a:before {
		content: '-';
	}
	.menu-box ul>.drop-down .drop-down:hover>ul,
	.menu-box ul>.drop-down .drop-down.active>ul {
		visibility: hidden;
		opacity: 0;
		display: none !important;
	}
	.menu-box ul>.drop-down .drop-down.active>ul {
		visibility: visible;
		opacity: 1;
		display: block !important;
	}
	.menu-box ul>.drop-down .drop-down:hover>a:after {
		background: url(/img/dropdown-arrow.png) no-repeat;
		background-size: cover;
		height: 9px;
		width: 16px;
		display: inline-block;
	}
	.menu-box ul>.drop-down .drop-down.active>a:after {
		display: inline-block;
		background: url(/img/dropdown-arrow2.png) no-repeat;
		height: 16px;
		width: 9px;
	}
	#menu-box .main-menu-container {
		max-width: 100%;
		padding: 0;
	}
	.menu-socialink {
		float: left;
	}
	.menu-gtranslate {
		/* float: right; */
		font-size: 0;
	}
	.menu-gtranslate .gtranslate-text {
		display: none;
	}
	.menu-gtranslate img {
		margin-right: 0;
	}
	#footer-top .wrapper ul li {
		/*padding: 0 10% 0 0;*/
	}
	.quick-link-section a {
		padding: 10px;
		width: 65%;
		margin: 0 auto 12px !important;
	}
	#contentMain {
		background: #e6e6e6;
	}
	.news-maindiv .newsLeft {
		display: none;
	}
	.news-maindiv .newsRight {
		width: 100%;
		float: none;
	}
	#contentMain.home .wrapper {
		padding-top: 5px;
	}
	.homepagemainwrapper .aside-right-banner.dekstop-right-banner {
		display: none;
	}
	.homepagemainwrapper .aside-right-banner.mobile-right-banner {
		display: block;
	}
	.view-all-a {
		display: inline-block;
	}
	.new-newsrightpart .listing-widget-news li {
		min-height: inherit;
		padding: 20px 18px 20px 18px;
	}
	.new-newsrightpart .view-all-newslink {
		display: none;
	}
	.listing-widget-news {
		padding-bottom: 10px;
	}
	.homepagemainwrapper .event-holder .listing-widget-news .location {
		color: #933c35;
		font-size: 15px !important;
	}
	.homepagemainwrapper .event-holder .listing-widget-news .location a {
		color: #933c35;
	}
	#footer-top .wrapper {
		padding-bottom: 15px;
		padding-top: 15px;
	}
	.site-footer {
		padding-top: 25px;
	}
	.footer-info p {
		font-size: 0 !important;
		line-height: inherit;
	}
	.footer-info p span {
		display: block;
		line-height: 32px;
	}
	.footer-info .italic_no {
		display: none;
	}
	#footer-top .wrapper ul li a img {
		margin: 0 auto 8px;
	}
	.mobile-quicklinks {
		display: block;
		background: #363636;
		margin-bottom: 15px;
	}
	.mobile-quicklink-text {
		padding: 10px 15px;
		color: #fff;
		font-family: 'OpenSansRegular';
		font-size: 20px;
	}
	.mobile-quicklink-text:after {
		position: relative;
		bottom: -2px;
		content: "";
		display: inline-block;
		border-bottom: none;
		margin-left: 10px;
		background: url(/img/dropdown-arrow2.png) no-repeat;
		background-size: cover;
		height: 16px;
		width: 9px;
	}
	.mobile-quicklink-text.active:after {
		background: url(/img/dropdown-arrow.png) no-repeat;
		background-size: cover;
		height: 9px;
		width: 16px;
		display: inline-block;
		bottom: 0;
	}
	.mobile-quicklinks ul {
		text-align: center;
		padding: 15px 10px;
		display: none;
		margin: 0;
	}
	.mobile-quicklinks ul li {
		padding: 0px 13.5% 0 0;
		display: inline-block;
		font-size: 0.923em;
	}
	.mobile-quicklinks ul li:last-child {
		padding-right: 0;
	}
	.mobile-quicklinks ul li a img {
		display: block;
		margin: 0 auto 7px;
		max-height: 38px;
	}
	.mobile-quicklinks ul li a {
		display: inline-block;
		color: #ffffff;
	}
	.mobile-header-div {
		padding: 20px 15px;
		border-bottom: 6px solid #fff;
		display: block;
	}
	.mobile-header-div ul {
		margin: 0;
		padding: 0;
		list-style: none;
		width: 80%;
		float: right;
		text-align: right;
	}
	.mobile-header-div:after {
		clear: both;
		display: table;
		content: "";
	}
	.mobile-header-div ul li {
		display: inline-block;
		padding-right: 15px;
	}
	.mobile-header-div ul li:last-child {
		padding-right: 0px;
	}
	.mobile-header-div ul li a {
		display: inline-block;
		height: 22px;
		width: 22px;
	}
	.mobile-header-div ul li form {
		display: inline-block;
		margin: 0 0 0 12px;
	}
	.mobile-header-div ul li input[type="text"] {
		font-size: 12px;
		color: #fff;
		background: transparent;
		margin: 0;
		border: none;
		border-bottom: 1px solid #fff;
		border-radius: 0px;
		box-shadow: none;
		padding: 0;
		width: 100%;
	}
	.mobile-header-div ul li input::-webkit-input-placeholder {
		color: #fff;
	}
	.mobile-header-div ul li input::-moz-placeholder {
		color: #fff;
	}
	.mobile-header-div ul li input:-ms-input-placeholder {
		color: #fff;
	}
	.mobile-header-div ul li input:-moz-placeholder {
		color: #fff;
	}
	.menuclose-a {
		top: 12px;
	}
	.pagetitle-banner {
		margin-top: 106px;
		height: auto;
	}
	.inner-topbanner .sliderimg-div {
		padding-bottom: 56.25%;
		height: auto;
	}
	.pagecontent-section .container {
		padding: 15px 10px;
	}
	.title-pagediv {
		margin-top: 0;
		font-size: 22px;
		padding: 10px 18px 14px;
		line-height: 1.2;
	}
	.content-commandiv {
		padding: 14px 18px;
	}
	.content-commandiv h1 {
		font-size: 22px;
	}
	.content-commandiv h2 {
		font-size: 28px;
	}
	.video-title-div h2 {
		font-size: 18px;
		margin-bottom: 20px;
	}
	.imagetext-title-div h2 {
		font-size: 36px;
		margin-bottom: 10px;
	}
	.imagetext-title-div h3 {
		font-size: 26px;
	}
	.imgDivider-module-section .imgDivider-title {
		font-size: 42px;
	}
	.imgDivider-module-section .imgDivider-subtitle {
		font-size: 24px;
	}
	.imgDivider-module-section,
	.imagetext-module-section,
	.quote-module-section,
	.video-module-section {
		margin-left: -18px;
		margin-right: -18px;
	}
	.gallery-module .slick-prev,
	.gallery-module .slick-next,
	.slick-lightbox-slick .slick-prev,
	.slick-lightbox-slick .slick-next {
		height: 36px;
		width: 36px;
		bottom: -18px;
	}
	.gallery-module .slick-prev,
	.slick-lightbox-slick .slick-prev {
		right: 65px;
	}
	.gallery-module .slick-next,
	.slick-lightbox-slick .slick-next {
		right: 18px;
	}
	.gallery-imgcaption:after {
		height: 100%;
	}
	.gallery-imgcaption {
		padding: 22px;
	}
	.gallery-imgcaption h3 {
		font-size: 18px;
	}
	.imagetextimg-div,
	.videoimg-div {
		width: 100%;
		float: none;
		min-height: inherit !important;
		padding-bottom: 56.25%;
	}
	.imagetext-module-section.rightside .imagetextimg-div,
	.video-module-section.leftside .videoimg-div {
		float: none;
	}
	.imagetext-title-div,
	.video-title-div {
		padding: 20px 18px;
		width: 100%;
		float: none;
	}
	.imagetext-title-div .titletext-div:after,
	.video-title-div h2:after {
		width: 100%;
	}
	.imagetext-btndiv {
		margin-top: 0;
	}
	.quote-module-section {
		padding: 50px 18px;
	}
	.quote-content p {
		font-size: 26px !important;
		line-height: 36px;
	}
	.quote-content {
		padding-top: 50px;
	}
	.content-commandiv .table thead tr th {
		font-size: 16px;
	}
	.file-dwonload-a,
	.file-dwonload-a a {
		width: auto;
	}
	.event-date-div .date-num {
		font-size: 4rem;
	}
	.event-date-div {
		width: 110px;
	}
	.event-infodiv {
		width: calc(100% - 110px);
		padding: 15px;
	}
	.event-infodiv h3 {
		font-size: 18px;
		line-height: 24px;
	}
	.event-infodiv span {
		margin-bottom: 8px;
	}
	.pagecontent-section {
		padding-bottom: 50px;
	}
	.home-slider {
		margin-top: 106px;
	}
	.home-slider .slider-content {
		max-width: 290px;
		left: auto;
		right: 15px;
		text-align: right;
	}
	.home-slider .slider-tiler {
		font-size: 28px;
		line-height: 31px;
		text-shadow: 0 0 9px rgb(0 0 0 / 75%);
	}
	.home-slider .slider-subtiler {
		font-size: 18px;
		font-weight: 700;
		line-height: 20px;
		margin-bottom: 15px;
		text-shadow: 0 0 9px rgb(0 0 0 / 75%);
	}
	.home-slider .btn {
		padding: 9px 10px;
		min-width: 115px;
		font-size: 14px;
		text-shadow: 0 0 9px rgb(0 0 0 / 75%);
	}
	.safety-red {
		letter-spacing: 0.5px;
	}
	.accordion-box .content {
		padding: 30px 0px 10px 30px;
	}
	#footer-top .wrapper ul {
		align-items: inherit;
	}
	.site-header .logo-div img {
		height: 60px;
	}
	.site-header .logo-div p,
	.site-header.sticky .logo-div p {
		font-size: 10px !important;
	}
	.site-header .logo-div .logo-right img {
		display: none;
	}
    .how-can-help .mobile{
        display: block;
        padding: 0;
        font-size: 12px;
    }
    .how-can-help  .desktop,
    .how-can-help .text:before{
        display: none;
    }
    .how-can-help .icon{
        padding: 0 5px 0 0;
        background-color: transparent;
    }
    .how-can-help .how-can-help-btn{
        align-items: center;
        padding: 5px 10px;
    }
    .how-can-help .icon img {
        max-width: 16px;
        vertical-align: text-bottom
    }
    .how-can-help{
        bottom: 15px;
        right: 15px;
    }
    .how-can-help-form{
        max-width: 290px;
    }
    .how-can-help-form .g-recaptcha iframe {
        transform: scale(0.9);
        -webkit-transform: scale(0.76);
    }
    .how-can-help-form .g-recaptcha {
        margin: 0;
    }
    .how-can-help-form .freeform-row .freeform-column {
        padding: 0 0 15px;
    }
    .enrol-now-btn{
        left: 15px;
        bottom: 15px;
        height: 45px;
        width: 45px;
        padding: 10px;
        font-size: 12px
    }
	.enrol-now-btn:before{
		width: calc(100% + 18px);
		bottom: 4px;
		left: -25px;
	}
	/* .enrol-now-btn:before{
		background-image: url(/img/butterfly-enrol-desk-bg.png);
	} */
	.footer-menu .footer-menu-col {
		width: 33.333%;
	}
	.custom-model{
		right: 10px;
	}
}

@media (max-width: 480px) {
	.site-footer .desigedBy{
		width:50%;
		margin:auto;
		letter-spacing:0.1em;
	}
	.content-commandiv p,
	.content-commandiv h2,
	.content-commandiv h1,
	.content-commandiv h3,
	.content-commandiv h4 {
		/* margin-bottom: 15px; */
		margin-bottom: 10px;
	}
	.content-commandiv ul,
	.content-commandiv ol {
		margin-top: -8px;
	}
	.content-commandiv h5,
	.content-commandiv h6 {
		margin-bottom: 8px;
	}
	/*    .site-header .logo-div img { padding: 10px 0;}
*/
	.home-slider,
	.pagetitle-banner {
		margin-top: 96px;
	}
	.hamburger-menu {
		padding: 34px 0;
	}
	#footer-top .wrapper ul li {
		padding: 0 3px;
	}
	.new-newsrightpart .location.artical-name a {
		font-size: 15px !important;
	}
	.safety-red {
		font-size: 14px !important;
		padding-bottom: 15px;
	}
	#contentMain .wrapper {
		padding-bottom: 15px;
	}
	.footer-info p span {
		font-size: 15px !important;
		padding: 0 15px;
	}
	.mobile-quicklinks ul li {
		padding: 0 2.5% 0 0;
	}
	.content-commandiv h1 {
		font-size: 28px;
	}
	.content-commandiv h2 {
		font-size: 24px;
	}
	.video-title-div h2 {
		font-size: 18px;
		margin-bottom: 20px;
	}
	.imagetext-title-div h2 {
		font-size: 32px;
		margin-bottom: 10px;
	}
	.imagetext-title-div h3 {
		font-size: 22px;
	}
	.imgDivider-module-section .imgDivider-title {
		font-size: 36px;
	}
	.imgDivider-module-section .imgDivider-subtitle {
		font-size: 20px;
	}
	.accordion-box>a {
		font-size: 16px;
		line-height: 1.25;
	}
	.accordion-sign {
		width: 40px;
	}
	.imagetext-btndiv .btn {
		min-width: 140px;
		line-height: 20px;
	}
	.quote-content p {
		font-size: 22px !important;
		line-height: 32px;
	}
	.quote-content .quote-author {
		margin-top: 30px;
	}
	.videoimg-div .video-play-a {
		margin: -19px 0 0 -50px;
		padding: 5px;
		min-width: 100px;
	}
	.content-commandiv .table td,
	.content-commandiv .table th {
		padding: 10px;
	}
	.file-dwonload-a,
	.file-dwonload-a a {
		font-size: 16px;
		line-height: 44px;
	}
	.file-dwonload-icon,
	.file-dwonload-a a:before {
		height: 44px;
		width: 44px;
	}
	.news-list-ul li {
		width: 100%;
		max-width: 300px;
		margin: 0 auto 30px;
	}
	.list-news li h3 {
		font-size: 16px;
	}
	.pagination-linkdiv {
		text-align: center;
	}
	.pagination-linkdiv .archived-news-a {
		display: inline-block;
		float: none;
		margin-bottom: 10px;
	}
	.pagination-linkdiv .page_navigation {
		float: none;
	}
	.fc-calendar .fc-row>div>span.fc-date {
		font-size: 14px;
	}
	.event-calendar ul li,
	.event-infodiv {
		display: block;
	}
	.event-date-div,
	.event-infodiv {
		width: 100%;
	}
	.calendar-search-div {
		font-size: 15px;
		padding: 15px;
	}
	.heading-calendar #custom-month,
	.heading-calendar #custom-year {
		font-size: 20px;
	}
	.pagecontent-section {
		padding-bottom: 40px;
	}
	.home-slider .slider-tiler {
		margin-bottom: 5px;
		max-width: 210px;
		margin-left: auto;
	}
	.home-slider .slider-subtiler {
		margin-bottom: 15px;
		max-width: 180px;
		margin-left: auto;
	}
	/* .home-slider .btn {
		padding: 7px;
		min-width: 100px;
		font-size: 14px;
	} */
	.accordion-module-section,
	.imgDivider-module-section,
	.gallery-module-section,
	.imagetext-module-section,
	.quote-module-section,
	.video-module-section {
		margin-bottom: 30px;
	}
	.gallery-imgcaption {
		padding: 15px;
	}
	.gallery-imgcaption h3 {
		font-size: 14px;
		margin-bottom: 0;
	}
	.accordion-sign:after {
		height: 24px;
		width: 24px;
		margin: -14px 0 0 -14px;
	}
	.accordion-sign .vertical {
		height: 18px;
		margin-top: -9px;
	}
	.accordion-sign .horizontal {
		width: 18px;
		margin-left: -9px;
	}
	.searchpage-listdiv ol li,
	.searchpage-listdiv ul li {
		font-size: 16px;
		line-height: 22px;
	}
	.site-header .logo-div img {
		height: 53px;
	}
	.craftcms-formdiv .row.candle-radio {
		display: block;
	}
	.footer-menu .footer-menu-col {
		width: 50%;
	}
	footer .container {
		padding: 0 20px;
	}
}
@media(max-width: 380px) {
	.custom-model {
		right: 0;
		width: 100%;
		padding: 24px 20px 0 12px;
	}
}
@media(max-width:359px) {
	.site-header .logo-div p,
	.site-header.sticky .logo-div p {
		font-size: 8px !important;
	}
	.home-slider .sliderimg-div {
		padding-bottom: 64%;
	}
}