@font-face {
	font-family: 'Arial Nova';
	src: url('../fonts/ArialNova/ArialNova-Bold.eot');
	src: local('Arial Nova Bold'), local('ArialNova-Bold'),
		url('../fonts/ArialNova/ArialNova-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ArialNova/ArialNova-Bold.woff2') format('woff2'),
		url('../fonts/ArialNova/ArialNova-Bold.woff') format('woff'),
		url('../fonts/ArialNova/ArialNova-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Arial Nova';
	src: url('../fonts/ArialNova/ArialNova-Light.eot');
	src: local('Arial Nova Light'), local('ArialNova-Light'),
		url('../fonts/ArialNova/ArialNova-Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ArialNova/ArialNova-Light.woff2') format('woff2'),
		url('../fonts/ArialNova/ArialNova-Light.woff') format('woff'),
		url('../fonts/ArialNova/ArialNova-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Arial Nova';
	src: url('../fonts/ArialNova/ArialNova.eot');
	src: local('Arial Nova'), local('ArialNova'),
		url('../fonts/ArialNova/ArialNova.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ArialNova/ArialNova.woff2') format('woff2'),
		url('../fonts/ArialNova/ArialNova.woff') format('woff'),
		url('../fonts/ArialNova/ArialNova.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}


/* CSS Document */
html,
body {
	margin: 0px;
	padding: 0px;
	font: normal 16px/1.8 'Arial Nova', sans-serif;
	color: #555555;
	height: 100%;
	line-height: 1.625rem;
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	overflow-x: hidden;
}

.DNNEmptyPane {
	display: none !important;
}



#Body,
html,
body,
.Head,
.SubTitle,
.SubSubTitle {
	font-family: "Arial Nova";
	font-size: 16px;
	line-height: 1.625rem;
	letter-spacing: 0;
	color: #595959;
	font-weight: normal;
}

.Normal {
	color: inherit !important;
	font-weight: normal !important;
	font-family: "Arial Nova";
	line-height: 1.625rem;
	font-style: normal;
	font-size: inherit;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Arial Nova';
	font-weight: 600;
	line-height: 1.1;
	margin-top: 0px;
	margin-bottom: 12px;
}

h1 {
	font-size: 35px;
	line-height: 1.2;
	letter-spacing: 0;
	color: #631a47;
}

h2 {
	font-size: 32px;
	line-height: 1.2;
	letter-spacing: 0;
	color: #631a47;
}

h3 {
	font-size: 27px;
	line-height: 1.2;
	letter-spacing: 0;
	color: #631a47;
}

h4 {
	font-size: 24px;
	line-height: 1.2;
	letter-spacing: 0;
	color: #631a47;
}

h5 {
	font-size: 21px;
	line-height: 1.2;
	letter-spacing: 0;
	color: #631a47;
}

h6 {
	font-size: 18px;
	line-height: 1.2;
	letter-spacing: 0;
	color: #631a47;
}


::-webkit-input-placeholder {
	color: inherit;
	opacity: 0.9;
}

:-moz-placeholder {
	color: inherit;
	opacity: 0.9;
}

::-moz-placeholder {
	color: inherit;
	opacity: 0.9;
}

:-ms-input-placeholder {
	color: inherit;
	opacity: 0.9;
}

:placeholder {
	color: inherit;
	opacity: 0.9;
}

a,
a:link {
	transition: all 0.2s;
	text-decoration: none;
}

a,
a:link,
a:visited,
a:active {
	color: #cb992b;
}

a:hover {
	color: #fcb117;
}



@media (max-width: 767px) {
	h1 {
		font-size: 36px;
	}

	h2 {
		font-size: 26px;
	}

	h3,
	h4 {
		font-size: 24px;
	}

}


@media (min-width: 1600px) {
	.container {
		max-width: 1200px;
	}
}

@media (max-width: 991px) {
	.container {
		max-width: none !important;
	}
}



p {
	margin-bottom: 18px;
}



.dnnForm.dnnLogin {
	margin-top: 200px;
}

.infinite-color-icon svg {
	width: 1em;
}


.dnnEditState.personabar-visible .dnnModuleManager:before {
	opacity: 1;
}

.dnnEditState.personabar-visible #dnn_content .modal-text-content {
	display: block;
}

.color-accent {
	color: #fcb117;
}

.color-accent2 {
	color: #631a47;
}

/*header*/
.header-replace {
	position: relative;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 991;
}

.dnnEditState.personabar-visible .header-replace {
	position: relative !important;
}

.desktop-header {
	padding: 0;
}

.header-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: all ease-in 300ms;
}

.header-top {
	padding: 17px 0;
}

.header-top .logo img {
	max-width: 100%;
}

.HeaderTopPane {
	padding-left: 5px;
}

.header-center {
	background-color: #333333;
	color: #FFF;
}

.desktop-header .col-auto {
	flex: 0 1 auto;
}

.header-center {
	position: sticky;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 991;
}


.dnn_logo {
	min-width: 150px;
	text-align: left;
}

.dnn_logo img {
	max-width: 100%;
	max-height: 100%;
}

.header-bottom .line {
	border-bottom: 2px solid #fcb117;
}

.pulldownsearch {
	position: relative;
}

.pulldownsearch .searchbut {
	cursor: pointer;
	font-size: 20px;
	color: #ffffff;
	transition: all ease-in 300ms;
	height: 63px;
	padding: 0px 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pulldownsearch .searchbut.active,
.pulldownsearch .searchbut:hover {
	color: #fcb117;
}

.searchBox {
	z-index: 1000;
	position: absolute;
	top: 100%;
	right: 0;
	background-color: #FFF;
	padding: 10px;
	box-shadow: 0 0 15px rgba(0, 0, 0, .2);
	display: none;

}

.searchBox>span[id*="ClassicSearch"] {
	display: flex;
	width: 300px;
}

.searchBox .searchInputContainer {
	border: 1px solid #e6e6e6;
	position: relative;
	flex: 1;
	border-radius: 5px 0 0 5px;
}

.searchBox .NormalTextBox {
	border: none;
	background: #fff;
	appearance: none;
	width: 100%;
	height: 42px;
	padding: 0px 15px;
	outline: none !important;
	border-radius: 5px 0 0 5px;
}

.searchBox .search {
	z-index: 2;
	background-color: #fcb117;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFF;
	text-transform: uppercase;
	padding: 0 15px;
	font-size: 13px;
	font-weight: 600;
	border-radius: 0 5px 5px 0;
}

.searchBox .dnnSearchBoxClearText {
	right: 10px !important;
	top: 5px !important;
}

.searchBox .search-close {
	position: absolute;
	right: 0;
	top: -25px;
	color: #fff;
	cursor: pointer;
	font-size: 22px;
	width: 18px;
	height: 18px;
}

.searchBox .search-close::after,
.searchBox .search-close::before {
	content: "";
	left: 0;
	right: 0;
	top: 50%;
	position: absolute;
	border-bottom: 3px solid currentColor;
	margin-top: -2px;
	transform: rotate(45deg);
}

.searchBox .search-close::before {
	transform: rotate(-45deg);
}


@media (max-width: 991px) {
	.pulldownsearch .searchbut {
		height: 50px;
		padding-right: 0;
	}
}


/*dnngo_megamenu */

#dnngo_megamenu {
	margin: 0px;
	padding: 0px;
	clear: both;
}

#dnngo_megamenu .primary_structure {
	position: relative;
	margin: 0;
	padding: 0;
	display: flex;
}

#dnngo_megamenu .primary_structure>li {
	list-style: none;
	position: relative;
	margin-right: 20px;
}

#dnngo_megamenu .dnngo_gomenu>.primary_structure>li.dir>a:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0.625rem 1.25rem;
	border-color: transparent transparent #e8ecef transparent;
	position: absolute;
	bottom: auto;
	top: 100%;
	left: 50%;
	margin: auto;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease;
	margin-top: -18px;
	margin-left: -18px;
	display: none;
}

#dnngo_megamenu .dnngo_gomenu>.primary_structure>li.dir.current:hover>a:after,
#dnngo_megamenu .dnngo_gomenu>.primary_structure>li.dir:hover>a:after {
	opacity: 1;
	visibility: visible;
}

#dnngo_megamenu .primary_structure>li>a {
	padding: 5px 15px;
	color: #ffffff;
	font-size: 18px;
	position: relative;
	transition: color ease-in 300ms, background-color ease-in 300ms;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 63px;
}


#dnngo_megamenu .primary_structure>li.dir>a {
	padding-right: 25px;
}

#dnngo_megamenu .primary_structure>li.dir>a:before {
	content: "";
	width: 8px;
	height: 8px;
	right: 10px;
	top: 50%;
	position: absolute;
	margin: -6px 0 0 0;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	/* IE 9 */
	-moz-transform: rotate(45deg);
	/* Firefox */
	-webkit-transform: rotate(45deg);
	/* Safari and Chrome */
	-o-transform: rotate(45deg);
	/* Opera */
	border-right: 1px solid currentColor;
	border-bottom: 1px solid currentColor;
	transition: border-color ease-in 300ms;
}

#dnngo_megamenu .primary_structure>li>a:hover,
#dnngo_megamenu .primary_structure>li.menu_hover>a,
#dnngo_megamenu .primary_structure>li.current>a {
	text-decoration: none;
	color: #631a47;
	background-color: #fcb117;
}

#dnngo_megamenu>div>ul>li>a {
	background: none;
	position: relative;
	display: block;
	line-height: 1.2;
}


/*sub*/
#dnngo_megamenu .dnngo_menuslide {
	display: none;
	position: absolute;
	top: 100%;
	left: 0px;
	z-index: 903;
	margin: 0;
	padding: 0;
	background-color: #fff;
	margin-left: -20px;
}

#dnngo_megamenu .dnngo_masonrymenu {
	width: 100%;
}

#dnngo_megamenu .dnngo_masonrymenu>ul {
	float: left;
}

#dnngo_megamenu .dnngo_masonrymenu>ul>li {
	margin: 0px 10px;
}


/*dnngo_slide_menu*/


#dnngo_megamenu .dnngo_slide_menu {
	margin: 0;
	padding: 5px 15px;
	white-space: nowrap;
	position: relative;
	background-color: #E8ECEF;
	border-radius: 0;
}

#dnngo_megamenu .dnngo_slide_menu ul,
#dnngo_megamenu .dnngo_slide_menu ul li {
	margin: 0;
	padding: 0;
}

#dnngo_megamenu .dnngo_slide_menu .dnngo_submenu {
	margin: 0;
	padding: 5px 15px;
	margin-top: -5px;
	background-color: #e8ecef;
	display: none;
	position: absolute;
	left: 100%;
	top: 0px;
	z-index: 904;
	margin-left: 15px;

}

#dnngo_megamenu .dnngo_slide_menu li {
	position: relative;
	list-style: none;
}

#dnngo_megamenu .dnngo_slide_menu li:last-child {
	border-bottom: none;
}

#dnngo_megamenu .dnngo_slide_menu li a {
	text-decoration: none;
	text-align: left;
	padding: 10px 80px 10px 0px;
	font-size: 16px;
	font-weight: 500;
	display: block;
	color: #595959;
	transition: color ease-in 200ms;
	margin: 0px 15px;
}

#dnngo_megamenu .dnngo_slide_menu li:last-child a {
	border: none;
}


#dnngo_megamenu .dnngo_slide_menu li a:hover,
#dnngo_megamenu .dnngo_slide_menu li.menu_hover>a {
	color: #fcb117;
}

#dnngo_megamenu .dnngo_slide_menu li.dir>a:before {
	content: "";
	width: 8px;
	height: 8px;
	right: 20px;
	top: 50%;
	position: absolute;
	margin: -3px 0 0 0;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	/* IE 9 */
	-moz-transform: rotate(-45deg);
	/* Firefox */
	-webkit-transform: rotate(-45deg);
	/* Safari and Chrome */
	-o-transform: rotate(-45deg);
	/* Opera */
	border-right: 1px solid #555;
	border-bottom: 1px solid #555;
}

#dnngo_megamenu .dnngo_slide_menu li.dir>a:hover:before,
#dnngo_megamenu .dnngo_slide_menu li.dir.menu_hover>a:before {
	border-right: 1px solid #fcb117;
	border-bottom: 1px solid #fcb117;
}

@media (max-width: 1199px) {
	#dnngo_megamenu .primary_structure>li>a {
		padding: 5px 8px;
		font-size: 14px;
	}

	#dnngo_megamenu .primary_structure>li {
		margin-left: 5px;
	}

	.LogoPane {
		max-width: 160px;
	}
}



#mobile-menu {
	display: none;
}


@media (max-width: 991px) {
	#mobile-menu {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 1000;
		background-color: #FFF;
		overflow: hidden;
		overflow-y: auto;
		padding: 35px 20px 20px;
		z-index: 1000;
		transform: translateX(-100%);
		visibility: hidden;
		pointer-events: none;
		transition: all 200ms ease-in;
	}

	.mobile-menu-active {
		overflow: hidden;
	}

	.mobile-menu-active #mobile-menu {
		transform: translateX(0%);
		visibility: visible;
		pointer-events: all;
	}




	#mobile-menu .Logo {
		text-align: center;
		margin: 0 0 30px;
	}

	.search_box {
		margin-top: 30px;
		position: relative;
	}

	.search_box>span[id*="ClassicSearch"] {
		display: flex;
	}

	.search_box .searchInputContainer {
		border: 1px solid #595959;
		position: relative;
		flex: 1;
	}

	.search_box .NormalTextBox {
		border: none;
		background: #fff;
		appearance: none;
		width: 100%;
		height: 34px;
		padding: 0px 15px;
		outline: none !important;
	}

	.search_box .search {
		z-index: 2;
		background-color: #595959;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #FFF;
		text-transform: uppercase;
		padding: 0 15px;
		font-size: 13px;
		font-weight: 600;
		border-radius: 0 10px 10px 0;
		width: 46px;
	}

	.search_box .dnnSearchBoxClearText {
		right: 10px !important;
		top: 2px !important;
	}

	.search_box .search_icon {
		width: 46px;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		right: 0;
		top: 0;
		position: absolute;
		color: #FFF;
		pointer-events: none;
		z-index: 10;
	}

	.menu_main .multi_menu>ul a {
		font-size: 16px;
		position: relative;
		padding-right: 25px;
	}

	.menu_main .multi_menu>ul a .menu_arrow {
		font-size: 20px;
		position: absolute;
		right: 0;
		top: 0;
		width: 40px;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.menu_main .multi_menu>ul a .menu_arrow.arrow_opened {
		line-height: 16px;
	}

	.menu_main .multi_menu>ul li.current>ul {
		display: block;
	}

	.menu_main .multi_menu>ul ul {
		padding: 0;
		margin: 0;
		display: none;
	}

	.menu_main .multi_menu>ul ul li {
		list-style: none;
	}

	.page_title_box {
		padding-top: 100px;
		padding-bottom: 40px;
	}

	.menu_main>.multi_menu>.dropdown>li>a:after,
	.menu_main>.multi_menu>.dropdown>li>a:before {
		display: none;
	}

	.desktop-header .dnn_logo img {
		max-height: 40px;
	}

	.menu_main .dropdown {
		display: flex;
		flex-direction: column;
		text-align: center;
	}

	.menu_main .dropdown li {
		margin: 0;
		padding: 0px 0;
	}

	.menu_main .dropdown li a {
		display: block;
		text-align: left;
		border-bottom: 1px solid #f2f2f2;
		padding: 10px 0;
		font-weight: bold;
		font-size: 13px;
		text-transform: uppercase;
	}

	.menu_main .dropdown ul {
		background-color: #fafafa;
	}

	.menu_main .dropdown ul a {
		padding-left: 20px;
	}

	.menu_main .dropdown ul ul a {
		padding-left: 30px;
	}

	.menu_main .menu_arrow {
		width: 26px;
		height: 26px;
		text-indent: 100px;
		overflow: hidden;
		position: relative;
	}

	.menu_main .menu_arrow::after,
	.menu_main .menu_arrow::before {
		content: "";
		width: 12px;
		border-bottom: 2px solid currentColor;
		position: absolute;
	}

	.menu_main .menu_arrow.arrow_opened::before {
		transform: rotate(90deg);
	}

	.mobile-icon {
		width: 20px;
		height: 16px;
		color: currentColor;
		display: block;
		position: relative;
		cursor: pointer;
		display: inline-block;
		backface-visibility: hidden;
		margin: 0 15px 0;
	}

	.mobile-icon::after,
	.mobile-icon .icon::after,
	.mobile-icon .icon::before {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		top: 7px;
		border-bottom: 2px solid currentColor;
		transition: all ease-in 200ms;
	}

	.mobile-icon .icon::after {
		top: 0;
	}

	.mobile-icon .icon::before {
		top: 14px;
	}

	.mobile-menu-active .mobile-icon .icon::after,
	.mobile-menu-active .mobile-icon .icon::before {
		transform: rotate(45deg);
		top: 7px;
	}

	.mobile-menu-active .mobile-icon .icon::before {
		transform: rotate(-45deg);
	}

	.mobile-menu-active .mobile-icon::after {
		opacity: 0;
	}

	.menu_main .dropdown {
		display: flex;
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.menu_main .dropdown a,
	.menu_main .dropdown a:link,
	.menu_main .dropdown a:visited {
		color: #333;
	}

	.menu_main .dropdown .current>a,
	.menu_main .dropdown a:hover {
		color: #fcb117;
	}

	.menu_main>.multi_menu>.dropdown li.active>a,
	.menu_main>.multi_menu>.dropdown li.current>a,
	.menu_main>.multi_menu>.dropdown li>a:hover {
		color: #fcb117;
	}

	.mobile-menu-close {
		width: 40px;
		height: 40px;
		position: absolute;
		top: 0;
		right: 0;
		cursor: pointer;
	}

	.mobile-menu-close::after,
	.mobile-menu-close::before {
		content: "";
		left: 0;
		top: 50%;
		left: 50%;
		width: 20px;
		border-bottom: 2px solid currentColor;
		position: absolute;
		margin-left: -10px;
	}

	.mobile-menu-close::after {
		transform: rotate(45deg);
	}

	.mobile-menu-close::before {
		transform: rotate(-45deg);
	}

}


/*****************/

.Normal img {
	max-width: 100%;
}

#dnn_content .PaneBox,
.section-footer .PaneBox {
	margin-top: 40px;
	margin-bottom: 40px;
}

@media (max-width: 767px) {

	#dnn_content .PaneBox,
	.section-footer .PaneBox {
		margin-top: 20px;
		margin-bottom: 20px;
	}
}

.SectionPaneA {
	flex: 0 0 69.167%;
	width: 69.167%;
}

.SectionPaneB {
	flex: 0 0 30%;
	width: 30%;
	margin-left: auto;
}

.SectionBox01 {
	padding-top: 40px;
	padding-bottom: 70px;
}


.SectionPaneD {
	padding-bottom: 70px;
}

.SectionPaneE {
	flex: 0 0 69.167%;
	width: 69.167%;
}

.SectionPaneF {
	flex: 0 0 30%;
	width: 30%;
	margin-left: auto;
}

.SectionBox04 {
	padding-bottom: 70px;
}

.SectionPaneG {
	padding-bottom: 70px;
}

@media (max-width: 767px) {

	.SectionPaneA,
	.SectionPaneB,
	.SectionPaneE,
	.SectionPaneF {
		flex: 0 0 100%;
		width: 100%;
	}

	.SectionPaneA+.SectionPaneB {
		margin-top: 30px;
	}

	.SectionPaneE+.SectionPaneF {
		margin-top: 30px;
	}

}




.custom-title01 {
	color: #631a47;
	display: flex;
	align-items: center;
	font-size: 32px;
	margin-bottom: 20px;
	flex-wrap: wrap;
}

.custom-title01::after {
	content: "";
	border-bottom: 1px solid currentColor;
	flex: 1;
	vertical-align: middle;
	margin-left: 20px;
	margin-top: 1px;
}

.custom-title01 span {
	color: #fcb117;
	margin-left: 10px;
}



.section-footer {
	background-color: #272727;
}

#Body .section-footer,
#Body .section-footer a,
#Body .section-footer span,
#Body .section-footer p,
#Body .section-footer h1,
#Body .section-footer h2,
#Body .section-footer h3,
#Body .section-footer h4,
#Body .section-footer h5,
#Body .section-footer h6 {
	color: #aaaaaa;
}

.footer-top {
	padding: 40px 0;
}

.footer-title {
	color: #ffffff !important;
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 28px;
}

.footer-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-list li {
	padding: 0 0 8px 25px;
	position: relative;
}

.footer-list li .fa {
	position: absolute;
	left: 0;
	top: 5px;
	font-size: 18px;
}


.footer-bottom {
	background-color: #131212;
}

.footer-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-menu li {
	display: inline-block;
	padding: 5px 15px 5px 0;
	font-size: 15px;
}

.footer-bottom .bottom-box {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}

.copyright-box .sep {
	margin: 0 8px;
}
.copyright-box .Footer_BottomPane{
	display: inline-block;
}
.copyright-box .loginGroup {
	display: inline-block;
}

.section-footer a:hover {
	color: #fcb117 !important;
}


@media (max-width: 991px) {
	.footer-bottom .bottom-box {
		display: block;
		text-align: center;
	}

	.footer-menu li {
		padding: 5px 8px 5px;
	}
}


.weather-widget {
	min-height: 218px;
	color: #FFF;
}

.weather-widget>a {
	color: #FFF !important;
	width: 100%;
	height: 100px;
	display: block;
	background-image: url("../images/ajax-loader.gif");
	background-repeat: no-repeat;
	background-position: center center;
	pointer-events: none;
}

.weather-widget .ww_source {
	display: none !important;
}





.pagetitle-box {
	position: relative;
	background-image: url('/portals/0/backgrounds/Innerpage_Banner-min.jpg');
	background-position: center right;
	background-size: cover;
	min-height: 420px;
	display: flex;
}

.pagetitle-box::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #012345;
	opacity: .85;
}

.pagetitle-box .PageTitlePane {
	padding: 0;
	position: relative;
	max-width: 50%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	margin: 0;
}

.pagetitle-box .PageTitleOfferPane {
	padding: 0;
	position: absolute;
	left: 60%;
	bottom: 0;
	right: 0;
	background-color: #fcb117;
	padding: 25px 50px 5px;
	margin: 0;
}

.pagetitle-box .container {
	display: flex;
	justify-content: space-between;
}

.PageTitleRightPane {
	position: relative;
}

.breadcrumb-box {
	padding: 30px 0 50px;
	color: #bdbdbd;
}

.breadcrumb-box .arrow {
	width: 6px;
	height: 6px;
	border-bottom: 1px solid currentColor;
	border-right: 1px solid currentColor;
	display: inline-block;
	transform: rotate(-45deg);
	margin: 0 7px 0 5px;
	vertical-align: middle;
}

.breadcrumb-box a,
.breadcrumb-box a:link,
.breadcrumb-box a:visited {
	color: #bdbdbd;
}

.breadcrumb-box a:hover {
	color: #fcb117;
}

@media (max-width: 991px) {
	.pagetitle-box .is-text-white+.PageTitleOfferPane {
		margin-top: 50px;
	}

	.pagetitle-box {
		display: block;
		padding: 50px 0;
		min-height: auto;
	}

	.pagetitle-box .PageTitlePane {
		max-width: 100%;
		display: block;
	}

	.pagetitle-box .PageTitleOfferPane {
		position: relative;
		left: 0;
		top: 0;
		padding: 25px 30px 25px;
		margin-bottom: -50px;
	}

	.pagetitle-box .container {
		flex-direction: column;
	}

	.pagetitle-box .PageTitleRightPane {
		order: -1;
	}

	.inner-wrap.inner2 {
		text-align: center;
	}

	.imgbox-01 .cont a {
		text-align: left;
	}

	.imgbox-01 {
		max-width: 20rem;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		transform: translateY(0px) !important;
		margin-bottom: 20px !important;
	}

	.breadcrumb-box {
		padding: 30px 0;
	}

}


.custom-table {
	width: 100%;
	border: 1px solid #631a47;
}

.custom-table thead th {
	color: #FFF;
	background-color: #631a47;
	font-size: 20px;
	padding: 20px 34px;
	border-right: 1px solid #FFF;
}

.custom-table tbody th,
.custom-table tbody td{
	padding: 12px 30px;
	font-size: 18px;
	color: #555555;
	border-right: 1px solid #631a47;
}
.custom-table tbody th{
	font-weight: 600;
}
.custom-table th:last-child,
.custom-table td:last-child{
	border-right: none;
}
.custom-table tbody tr:nth-child(2n) td,
.custom-table tbody tr:nth-child(2n) th{
	background-color: #f3edf1;
}

.custom-list{
	margin: 0 0 30px;
	padding: 0;
	list-style: none;
}
.custom-list li{
	font-size: 18px;
	color:#555555;
	padding: 0 0 20px 20px;
	position: relative;
}
.custom-list li::after{
	content: "";
	width: 8px;
	height: 8px;
	background-color: #631a47;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 9px;
}
.custom-videos{
	margin-bottom: 40px;
}
.custom-videos .pic{
	position: relative;
	margin-bottom: 25px;
}
.custom-videos .title{
	font-size: 20px;
}
.custom-videos .is-lightbox{
	position: relative;
}
.custom-videos .is-lightbox::after{
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 72px;
	height: 72px;
	border-radius: 50%;
	background-color: #FFF;
	margin: -36px 0 0 -36px;
	z-index: 2;
}
.custom-videos .is-lightbox::before{
	content: "";
	border: 12px solid transparent;
	border-left-color: #631a47;
	border-right: none;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 3;
	margin: -12px 0 0 -3px;
    transform: scaleX(1.5);
}


.SubscriptionPane {
	max-width: 920px;
	margin: 80px auto;
	box-shadow: 0 0 25px rgba(0, 0, 0, .1);
	padding:80px 15%;
	text-align: center;
}
.SubscriptionPane h1{
	font-size: 32px;
	color: #631a47;
	margin: 0 0 20px;
}

.SubscriptionPane .DnnModule-DNNGOxBlogSubscription{
	margin: 30px auto 0; 
	max-width: 420px;

}
.SubscriptionPane .xblog_Subscription_Nane .name_field,
.SubscriptionPane .xblog_Subscription_Email .email_field{
	display: none;
}
.SubscriptionPane .xblog_Subscription_Nane ,
.SubscriptionPane .xblog_Subscription_Email{
	margin: 20px auto 0 !important;

}
.SubscriptionPane .xblog_Subscription_btn{
	margin: 40px 0 0 !important;
}

.SubscriptionPane .DnnModule-DNNGOxBlogSubscription input[type="text"] {
	background-color: rgba(255, 255, 255, 1);
	width: 100%;
	height: 50px;
	outline: none;
	border: 1px solid #e9e9e9;
	padding: 11px 20px;
	border-radius: 3px;
	box-shadow: none;
	margin: 0;
	appearance: none;
	color: #999999;
}

.SubscriptionPane .DnnModule-DNNGOxBlogSubscription input[type="submit"] {
	background-color: #fcb117;
	padding: 12px 30px;
	color: #631a47;
	display: inline-flex;
	transition: all 0.2s;
	text-decoration: none;
	outline: 0;
	border-radius: 0;
}

.SubscriptionPane .DnnModule-DNNGOxBlogSubscription input[type="submit"]:hover {
	background-color: #e79f0d;
	color: #631a47;
}
@media (max-width: 767px) {
	.SubscriptionPane {
		margin: 60px auto;
		padding:35px;
	}

}


.minilightbox-holder {
	background: rgba(0, 0, 0, .8);
	display: none;
	left: 0;
	top: 0;
	overflow: hidden;
	position: fixed;
	width: 100vw;
	height: 100vh;
	z-index: 1000000;
}
.minilightbox-close {
	cursor: pointer;
	position: absolute;
	top: 32px;
	right: 32px;
	color: #fff;
	font-weight: 700;
	width: 48px;
	height: 48px;
	z-index: 100;
	background: none;
	border: none;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 24 24'%3E %3Cpath stroke='%23FFFFFF'  d='M6.34314575 6.34314575L17.6568542 17.6568542M6.34314575 17.6568542L17.6568542 6.34314575' /%3E%3C/svg%3E");
	background-size: 32px 32px;
    background-position: center center;
    background-repeat: no-repeat;
}


.minilightbox-content {
	align-items: center;
	display: flex;
	flex: 0 1 100%;
	justify-content: center;
	height: 100vh;
	width: 100vw;
	margin: auto;
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	-webkit-transition: all 600ms ease;
    transition: all 600ms ease;
}
.minilightbox-content.next-cont{
	transform: translateX(100%);
	opacity: 0;
}
.minilightbox-content.prev-cont{
	transform: translateX(-100%);
	opacity: 0;
}


.minilightbox-content > .box{
	pointer-events: none;
}
.minilightbox-content > .box > *{
	pointer-events: auto;
}
.minilightbox-content .lightbox-image{
	max-width: 90vw;
	max-height: 80vh;
	text-align: center;
	align-items: center;
	display: flex;
	flex: 0 1 100%;
	justify-content: center;	
	flex-direction: column;
} 
.minilightbox-content .lightbox-image img{
	max-width: 90vw;
	max-height: 80vh;
	vertical-align: middle;
	border: 4px solid #ffffff;
}

 .minilightbox-content .lightbox-youtube,
 .minilightbox-content .lightbox-vimeo,
 .minilightbox-content .lightbox-html5,
 .minilightbox-content .lightbox-map {
	max-width: 90vw;
	max-height: 80vh;
	width: 1200px;
	display: flex;
    justify-content: center;

}   
.minilightbox-content .box-responsive{
	position: relative;
	width: 100%;
	padding-top: 56.25%;
    height: 0;
}



 .minilightbox-content .lightbox-youtube iframe,
 .minilightbox-content .lightbox-vimeo iframe,
 .minilightbox-content .lightbox-map iframe,
 .minilightbox-content .lightbox-html5 video{
	position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0,0,0,.6);
    background: #000;
}

.minilightbox-content .lightbox-htmlcont{
    box-shadow: 0 0 8px rgba(0,0,0,.6);
	background: #fff;
	max-width: 100%;
	max-height: 100%;
	overflow: hidden;
	overflow-y: auto;
	width: 1200px;
 }
 
@-webkit-keyframes loading-rotate {
    0% {
        -webkit-transform: rotate(0);
    }
        100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes loading-rotate{
    0% {
        transform: rotate(0);
    }
        100% {
        transform: rotate(360deg);
    }
}
 .minilightbox-content.loading::after{
	content: "";
	width: 40px;
	height: 40px;
	display: inline-block;
	border: 5px solid #fff;
	border-top-color:#555;
	border-left-color:#555;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -20px 0 0 -20px;
	-webkit-animation: loading-rotate 0.7s infinite;
	animation: loading-rotate 0.7s infinite;
   }
.minilightbox-mask{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.minilightbox-content > .box{
	z-index: 1;
	position: relative;
}

.minilightbox-holder .minilight-title{
    color: #FFF;
    margin-top: 24px;
    border-radius: 25px;
	padding: 4px 15px;
	font-size: 18px;
	font-weight:600;
	position: absolute;
    top: 100%;
}

.minilightbox-holder .minilightbox-prev, 
.minilightbox-holder .minilightbox-next{
    position: absolute;
    top: 50%;
    width: 100px;
    height: 100px;
    color: #fff;
    margin-left:0!important;
    margin-right:0!important;
	margin-top: -50px; 
     z-index: 10;
    cursor: pointer;
	background: none;
	border: none;
	backface-visibility: hidden;
}
.minilightbox-holder .minilightbox-next{
    right: 0;
} 
.minilightbox-holder .minilightbox-prev{
    left: 0;
}
.minilightbox-holder .minilightbox-next.disabled,
.minilightbox-holder .minilightbox-prev.disabled{
	opacity: .2;
	cursor: initial;
}

.minilightbox-holder .minilightbox-next span, 
.minilightbox-holder .minilightbox-prev span{
    width: 10px;
    height: 10px;
    margin: -5px 0 0 -14px;
	 border-top: 1px solid currentColor;
	 border-left: 1px solid currentColor;
	 position: absolute;
	 top: 50px;
	 left: 50%;
	 transform: rotate(-45deg) translate3d(0,0,0);
}
.minilightbox-holder .minilightbox-next::after, 
.minilightbox-holder .minilightbox-prev::after{
	content: "";
     width: 30px;
	 border-bottom: 1px solid currentColor; 
	 position: absolute;
	 top: 50px;
	 left: 50%;
	 margin: -1px 0 0 -15px;
}

.minilightbox-holder .minilightbox-next span{
    margin: -5px 0 0 4px;
    transform: rotate(135deg) translate3d(0,0,0);
}


.minilightbox-content > .box.remove{
	position: absolute;
}

 

.subscription-message-warp{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.4);
    z-index: 100000;
    display: flex;
    align-items: center;
    justify-content: center;

}
.subscription-message-warp > span{
	padding: 30px;
    background: #FFF;
    border-radius: 10px;
	position: relative;
	max-width: 800px;
}
.subscription-message-warp .btn-close{
	position: absolute;
    right: -9px;
    top: -10px;
	border-radius: 50%;
	background-color: #FFF;
	box-shadow: 0 0 5px rgba(0, 0, 0, .1);
	width: 24px;
    height: 24px;
	cursor: pointer;
}
.subscription-message-warp .btn-close::after,
.subscription-message-warp .btn-close::before{
	content: "";
	position: absolute;
	top: 6px;
	bottom: 6px;
	left: 50%;
	border-left: 1px solid #333;
	transform: rotate(45deg);
}
.subscription-message-warp .btn-close::before{
	transform: rotate(-45deg);
}