/* Add here all your CSS customizations */
.owl-carousel.dots-title .owl-dots {left: 215px;}

.main > .container {padding-bottom: 30px;}

h2 {margin: 0 0 16px 0;}
h3 {margin: 0 0 16px 0;}

.image-left {float: left; margin: 0 15px 15px 0;}
.image-right {float: right; margin: 0 0 15px 15px;}
.image-center {margin: 0 auto; text-align: center;}

/* Menu Customizations */
.sticky-header-active .topheader {visibility: hidden;}
.dropdown-menu li a {
	display: block;
	width: 100%;
	padding: .25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}
	.dropdown-menu li a:hover {text-decoration: none;}

/* Breadcrumb */
.breadcrumb a.active {color: #777;}
.breadcrumb.admin-crumb > li {
	display: inline-block;
	color: black;
	font-size: 0.8em;
	text-transform: uppercase;
	text-shadow: none;
}
	.breadcrumb.admin-crumb > li + li:before {
		color: inherit;
		opacity: 0.5;
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		content: "\f105";
		padding: 0 7px 0 5px;
	}
	.breadcrumb.admin-crumb a {color: #333333;}

/* Page Header Adjustment */
div.page-header .page-header-title-border {
	background-color: #ee3226 !important;
}
/*#header .header-nav-top .nav > li > a.btn:hover, #header .header-nav-top .nav > li > a a.btn:focus {background: unset;}*/
#header .header-nav-top .nav > li > a.btn {color: white;}
#header .header-nav-top .nav > li > a.btn:hover {color: #ee3226;}

/* Footer Menu */
#footer .list-icons i {margin-left: -18px;}

/* ColorBox */
#cboxClose, #cboxNext, #cboxPrevious, #cboxSlideshow {
	background-image: url(../../../../../Data/skins/framework/img/colorbox/controls.png);
}

/* Blog */
article.blogitem {padding-bottom: 10px; border-bottom: 1px solid #DADADA;}
h2.blogtitle, header h2.moduletitle {margin-bottom: 0;}
.blogwrapper .subtitle, h3.subtitle {
	font-size: 1.6em;
	font-weight: 400;
	line-height: 24px;
	margin-top: -5px;
	margin-bottom: 20px;
	text-transform: unset;
}

figure.blog-post__featured-image-figure {float: right; max-height: 400px; overflow: hidden;}
	.blogviewpost figure.blog-post__featured-image-figure {max-height: unset; overflow: unset;}
figure.blog-post__featured-image-figure img {margin: 0 0 20px 20px; max-width: 400px;}
div.blogdate {clear: both; border-top: 1px solid #dadada;}
	div.blogdate .bdate {margin-left: 10px;}
	div.blogdate .bdate:before {margin-right: 0;}
.bsocial {margin-top: 10px;}
.bsocial .twitter-share-button {float: left; margin-right: 10px;}
.commentpanel {margin-top: 20px;}
.commentsclosed {font-style: italic;}
#ctl00_mainContent_BlogView1_pnlLayoutRow {display: flex; flex-wrap: wrap; margin: 0 -15px;}
.blog-nav.card {flex: 1 1 auto; min-height: 1px; padding: 2rem;}
.pagination > li a:hover {text-decoration: none;}
.postlink.prevpost, .postlink.nextpost, ul.pagination a, ul.pagination li.active {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-color: #d9d9d9 #d9d9d9 #bfbfbf;
	color: #777;
	background-color: #FFF;
	border-radius: 0 !important;
}
	.postlink.prevpost:hover, .postlink.nextpost:hover {text-decoration: none;}
	.pagination > .disabled {padding: 5px 10px 0 0;}
	.pagination > .active > span,.pagination > .active > span:hover {background-color: unset!important; border-color: unset; font-weight: bold;}
.blognav li {font-size: 94%;}

/* Forms */
label.required:after,.required,.Required {color: red;}
.checkbox-custom {
	position: relative;
	padding: 0 0 0 25px;
	margin-bottom: 7px;
	margin-top: 0;
}
.checkbox-custom input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 3px;
    margin: -6px 0 0 0;
    z-index: 2;
    cursor: pointer;
}
.checkbox-custom label {
    cursor: pointer;
    margin-bottom: 0;
    text-align: left;
    line-height: 1.5;
}
.checkbox-custom label:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -9px;
    width: 19px;
    height: 18px;
    display: inline-block;
    border-radius: 2px;
    border: 1px solid #bbb;
    background: #fff;
}
.checkbox-custom input[type="checkbox"]:checked + label:after {
    position: absolute;
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\F00C';
    top: 50%;
    left: 4px;
    margin-top: -5px;
    font-size: 11px;
    line-height: 1;
    width: 16px;
    height: 16px;
    color: #333;
}

/*JQuery UI*/
/*.mojo-tabs .ui-tabs .ui-tabs-nav li {margin-bottom: -1px; padding-bottom: 1px;}*/
.mojo-tabs.ui-tabs .ui-tabs-nav {padding: .2em 0 0;}
.mojo-tabs.ui-widget.ui-widget-content {border: none;}
.mojo-tabs .ui-widget-header {border: none;}
.mojo-tabs .ui-tabs-panel {border: 1px solid #eee;}
.mojo-tabs .ui-widget-content a:hover {color: #A0CD63;}
.mojo-tabs .ui-tabs-active,.mojo-tabs .ui-tabs-tab {border-top: 3px solid #f7f7f7;}
.mojo-tabs .ui-tabs-active,.mojo-tabs .ui-tabs-tab:hover {border-top-color: #A0CD63;}
.ui-widget-content a:hover {color: #A0CD63;}

/* Mojo Adjustments */
.pagebody.administration:not(.pagelayout):not(.pagesettings):not(.featuresettings) .page-header.page-header-modern.page-header-md {padding: 0;}
.pagebody.administration:not(.pagelayout):not(.pagesettings):not(.featuresettings) .breadcrumb, .setting-section-title {
	background-color: #f7f7f7;
	margin-bottom: 0;
}
.settingrow.button-row,.settingrow.btn-row {margin: 15px 0;}
.settingrow.button-row .settinglabel {width: 0!important;}
.btn-group.pagelayout-buttons {margin-bottom: 15px;}
a.mhelp {display: none;} /*Hide Help Links*/