/*Overwrite Bootstrap Stuff*/
@media (min-width: 1100px){
	.container{
    	width: 1050px;
    	max-width: 100%;
	}
}
@media (min-width: 1200px){
	.container{
    	width: 1300px;
    	max-width: 100%;
	}
}
/*ADMIN AREA*/
.plain-sidebar-box{
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #F0F0F0;
}
.Page-Hierarchy-Item{
	padding-left: 20px;
}
.sidebar-box,
.account-sidebar-box{
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #F0F0F0;
	border-top: 3px solid #175991;
}
.account-sidebar-link{
	display: block;
	font-size: 1.1em;
	color:black;
	transition: all 0.5s ease;
	padding: 10px;
	color:#175991;
	border: 1px solid #F0F0F0;
}
.account-sidebar-box p{
	font-size: 0.8em;
}
.account-sidebar-link.current-item{
	border: #175991 1px solid;
}
/*PAGE EDITOR STUFF*/
.page-editor-box{
	border: solid 10px lightblue;
	border-radius: 10px;
	margin: 15px 2px;
	padding: 8px 5px;
	position:relative;
	overflow:visible;
}
.floating-top-plus-button{
	position:absolute;
	top: -17px;
	width:100%;
	text-align:center;
}
.floating-top-bin-button{
	position:absolute;
	top: -17px;
	right: -17px;
	width:20%;
	text-align:right;
}
.floating-bottom-plus-button{
	position:absolute;
	bottom: -17px;
	width:100%;
	text-align:center;
}
.floating-image-bin-button span,
.floating-top-bin-button span,
.floating-bottom-plus-button span,
.floating-top-plus-button span{
	background-color:black;
	color:white;
	border-radius: 5px;
	padding: 2px 4px;
	cursor:pointer;
}
.floating-image-bin-button span:hover,
.floating-top-bin-button span:hover,
.floating-bottom-plus-button span:hover,
.floating-top-plus-button span:hover{
	background-color:grey;
	color:black;
}
.floating-top-option-bar{
	background-color:blue;
	width:auto;
	display:none;
	position:absolute;
	width: 120px;
	text-align:center;
	left: -50px;
	top: -20px;
}
.floating-bottom-option-bar{
	background-color:blue;
	width:auto;
	display:none;
	position:absolute;
	width: 120px;
	text-align:center;
	left: -50px;
	bottom: -20px;
}
.floating-top-plus-button span:hover .floating-top-option-bar { display:inline-block; }
.floating-bottom-plus-button span:hover .floating-bottom-option-bar { display:inline-block; }
/*Image Area*/
.image-index{
	position: relative;
}
.image-index img{
	transition: all 0.5s ease;
	cursor:pointer;
}
.image-index img:hover{
	-webkit-filter: brightness(0.3);
	filter: brightness(0.3);
}
.floating-image-bin-button{
	z-index:999;
	position:absolute;
	top: -10px;
	left: 5px;
	width:100%;
	text-align:left;
}
/*Pagination Stuff*/
.pagination{
	list-style:none;
	width: 100%;
    text-align: center;
}
.pagination li{
	display: inline-block;
}
.pagination a,
.pagination span{
	border: #0056b3 solid 1px;
	padding: 10px 15px;
	transition: all 0.5s ease;
	cursor: pointer;
}
.pagination a:hover,
.pagination span:hover,
.pagination .active a,
.pagination .active span{
	border: #0056b3 solid 1px;
	padding: 10px 15px;
	background-color: #0056b3;
	color: white;
}
/*Footer Stuff*/
footer{
	background-color: #1E2329;
	padding: 20px 10px;
}
.bsr-footer h1,
.bsr-footer h2,
.bsr-footer h3{
	color: white;
}
.bsr-footer a,
.bsr-footer a:hover,
.bsr-footer p{
	color: white;
	font-size: 0.8rem;
}
.social-icons a{
	margin: 5px;
    display: inline-block;
    border-radius: 50%;
    background-color: white;
    color: #1E2329;
    font-size: 1.3em;
    width: 30px;
    text-align: center;
}
.social-icons a:hover{
	text-decoration: none;
	font-size: 1.3em;
	color: #1E2329;
}
.social-icons-bsr a{
	margin: 5px;
    display: inline-block;
    border-radius: 50%;
    background-color: #0062ac;
    color: white;
    font-size: 1.3em;
    width: 30px;
    text-align: center;
}
.social-icons-bsr a:hover{
	text-decoration: none;
	font-size: 1.3em;
	color: white;
}


/*Menu Stuff*/
#header{
	background-color:#F9F9F9;
}

@media only screen and (min-width: 1021px){
	.menu{
		width:100%;
		text-align:center;
		margin: 10px 0px 9px 0;
	}
	.menu .menu-item{
		padding: 8px 12px;
		padding-bottom: 10px;
		border-radius: 5px;
		margin: 0px 10px;
		position:relative;
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
		font-weight: 600;
	}
	.menu .menu-item i{
		font-size: 0.8em;
	}
	.menu .menu-item.menu-has-child{
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}
	.menu .menu-item:hover{
		/*background-color:#1967a7;*/
	}
	.menu .menu-item.coloured-menu-item{
		background-color:#1967a7;
		padding-right: 13px;
	    padding-left: 13px;
	}
	.menu .menu-item a{
		text-decoration: none;
		color:#4d5258;
	}
	.menu .menu-item.coloured-menu-item a{
		text-decoration: none;
		color:white;
	}
	.menu .menu-item.coloured-menu-item:hover a{
		color:white;
	}
	.menu .menu-item:hover a{
		text-decoration: none;
		color:#1967a7;
	}
	.menu .menu-item .child-items{
		text-align:left;
		position:absolute;
		display:none !important;
		z-index:99;
		left: 0;
		padding: 0;
		background-color:#F9F9F9;
		color: #4d5258;
		top:100%;
		white-space:nowrap;
		padding: 5px 10px;
		list-style:none;
	}
	.menu .menu-item:hover .child-items{
		display:inline-block  !important;
		border-top: solid 4px #1967a7;
		min-width: 100%;
		-webkit-box-shadow: 0px 0px 5px 0px rgba(157,164,170,0.5);
		-moz-box-shadow: 0px 0px 5px 0px rgba(157,164,170,0.5);
		box-shadow: 0px 0px 5px 0px rgba(157,164,170,0.5);
	}
	.menu .menu-item .line-item{
		position:absolute;
		display:none;
		z-index:99;
		left: 0;
		padding: 0;
		top:100%;
		white-space:nowrap;
	}
	.menu .menu-item:hover .line-item{
		display:inline-block;
		border-top: solid 4px #1967a7;
		height: 0px;
		min-width: 100%;
	}
	.menu .menu-item .child-items .child-menu-item a{
		color: #4d5258;
		font-size:1rem;
	}
	.menu .menu-item .child-items .child-menu-item{
		padding: 5px 5px;
	}
	.menu .menu-item .child-items .child-menu-item a:hover{
		/*background-color:#1c75bd;*/
		color:#2a538b;
	}
	.mobile-menu-button{
		display: none;
	}
	.menu .fa.fa-chevron-down.desktop-chevron{
		display:inline-block;
	}
	.menu .fa.fa-chevron-down.mobile-chevron{
		display:none;
	}
	.menu{
		display:block !important;
	}
}
@media only screen and (max-width: 1020px){
	/*MOBILE MENU*/
	.menu{
		width:100%;
		text-align:left;
		margin: 10px 0px 9px 0;
		background-color: #1E2329;
		font-size: 1.2em;
		padding: 30px;
		margin: 0;
	}
	.menu .menu-item{
		width: 100%;
		display: block;
		margin: 0;
		padding: 8px 0;
		border-top: solid 1px #2a2a2a;
	}
	.menu .menu-item.is-first{
		border-top: none;
	}
	.menu .menu-item a{
		color:white;
		display: block;
		text-decoration: none;
		font-weight: bold;
		margin: 0;
	}
	.menu .menu-item i{
		color:white;
	}
	.menu .menu-item.menu-has-child{
		position: relative;
	}
	.menu .menu-item.menu-has-child i{
		position: absolute;
		right: 2%;
		cursor: pointer;
	}
	.menu .child-items{
		display: none;
		list-style: none;
		margin: 0;
	}
	.menu .child-items .child-menu-item{
		width: 100%;
		display: block;
		margin: 0;
		padding: 8px 0;
		border-top: solid 1px #2a2a2a;
	}
	.menu .child-items .child-menu-item.is-first{
		border-top: none;
	}
	.menu .child-items .child-menu-item i{
		color: white;
		cursor: pointer;
	}
	.menu .child-items .child-menu-item a{
		color: white;
		text-decoration: none;
		display: block;
	}
	.menu-button button{
		background-color:#1E2329;
		color:white;
	}
	.menu{
		display:none;
	}
	.mobile-menu-button{
		display: block;
	}
	.menu .fa.fa-chevron-down.desktop-chevron{
		display:none;
	}
	.menu .fa.fa-chevron-down.mobile-chevron{
		display:inline-block;
	}
	.mobile-menu-button button {
    	background-color: #1E2329;
    	color: white;
	}
}



#mc_embed_signup .clear {
    width:auto;
}

/*Menu Hiding Stuff*/
/*@media only screen and (max-width: 1020px){
	.menu{
		display: none;
	}
	.mobile-menu-button,
	.mobile-menu{
		display: inherit;
	}
}*/


/*Admin Menu Stuff*/
.admin-menu-options{
	background-color:lightblue;
	padding: 5px 10px;
	border-radius: 5px;
	margin-bottom: 5px;
}
.admin-menu-options.is-child{
	margin-left: 25px;
}
.admin-menu-options #input-url,
.admin-menu-options #input-display,
.admin-menu-options #input-title{
	width: 31%;
	display:inline-block;
}
.admin-menu-options .toggle-on{
	display:inline-block;
}
.admin-menu-options .additionalItems,
.admin-menu-options .toggle-off{
	display: none;
}
.admin-menu-options .toggle{
	display:inline-block;
}
.admin-menu-options .toggle,
.admin-menu-options .toggle-on,
.admin-menu-options .toggle-off{
	padding: 0px 3px;
	background-color: black;
	color:white;
	border-radius: 5px;
	cursor:pointer;
}
.admin-menu-options .toggle:hover,
.admin-menu-options .toggle-on:hover,
.admin-menu-options .toggle-off:hover{
	background-color: white;
	color:black;
}
.admin-menu-options .settings-toggle{
	position:relative;
}
.admin-menu-options .settings-toggle .floating-settings-bar{
	display:none;
	position:absolute;
	background-color:black;
	white-space:nowrap;
	border-radius: 5px;
	color:white;
	bottom: 100%;
    right: 0;
}
.admin-menu-options .settings-toggle:hover .floating-settings-bar{
	display:block;
}
.admin-menu-options .settings-toggle .floating-settings-bar span{
	margin: 3px;
	padding: 0px 3px;
	border-radius: 5px;
}
.admin-menu-options .settings-toggle .floating-settings-bar span:hover{
	color:black;
	background-color:white;
}
/*Email Editor Stuff*/
#dynamicframe {
    width: 100%;
    height: 51em;
}

/*Payment Stuff*/
.payment-formField .recurly-hosted-field,
.payment-formField select,
.payment-formField input{
	width:100%;
}
.payment-formField td{
	border:none;
}
.payment-formField input{
    background-color: white;
    border: 1px solid #D7D7D9;
    border-radius: 3px;
    margin-top: 10px;
    height: 2em;
    box-sizing: border-box;
    padding: 0 8px 0 8px;
}
.payment-formField input:focus {
    border: 1px solid #8C8C91;
    outline:none;
}
/*Standard Stuff*/
.basic-table{
	width: 100%;
	margin-bottom: 10px;
}
.basic-table td{
	padding: 2px;
}
.spaced-table td{
	padding: 10px 5px;
}
.bsr-box{
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #F0F0F0;
	padding: 10px;
}
.bsr-line-box{
	margin-top: 20px;
	margin-bottom: 20px;
	
	padding: 15px;

	border-radius: 4px 4px 0 0;
	border: 1px solid #eee;
    background-color: #fff;
    border-image: none;
    border-right: 1px solid #eee;
    border-width: 0 1px 1px;
    border-top: 3px solid #1967a7;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
    padding: 15px;
    margin-bottom: 35px;
}

.centered-box{
	width: 100%;
	text-align: center;
}
.smaller-table-text{
	font-size: 0.8rem;
}
h3{
	    font-size: 1.5rem;
}
.btn{
	border-radius: 0 !important;
}
.bsr-icon a{
	color: #4d5258;
}
.bsr-icon a:hover{
	color: #2a538b;
}
.breadcrumbs{
	font-size: 0.8em;
	padding-top: 15px;
}
.card-link,
.card-link p,
.card-link h1,
.card-link h2,
.card-link h3{
	text-decoration: none !important;
}
.card-body{
	transition: 0.5s;
}
.card-link:hover .card-body{
-webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.33);
-moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.33);
box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.33);
}
.squeeze-sides{
	margin: 0 100px;
}
.wide-button{
	padding-left: 2em;
	padding-right: 2em;
}
.widest-button{
	padding-left: 3em;
	padding-right: 3em;
}
.rounded{
	border-radius: 3px !important;
}
.biggest-button{
	font-size: 1.6em;
}
.big-button{
	font-size: 1.4em;
}
select{
	padding: .375rem .75rem;
	border: 1px solid #ced4da;
    border-radius: .25rem;
}
.page-item.disabled span{
	border: #0056b3 solid 1px !important;
}
/*Colour Stuff*/
.bsr-blue{
	color: #0062ac;
}
.gray-text{
	color:#777;
}

/*Search stuff*/
.advanced-search-form select,
.advanced-search-form input{
	width: 100%;
}
.advanced-search-form button{
	text-align: center;
	width: 100%;
}
.advanced-search-form label{
	font-weight: 500;
}
/*font stuff*/
.white-link{
	color:white;
}
.white-link:hover{
	color:white;
	text-decoration:underline;
}
b{
	font-weight: 600;
}
p,
a,
div,
body,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
span,
nav,
input,
option,
select{
	font-family: open sans,Arial,sans-serif;
}
p,
div,
body,
footer,
h3,
h4,
h5,
h6,
span,
nav,
input,
option,
select{
	color: #777;
}
h1,
h2{
	color: #1d232a;
}
a{
	color: #0062ac;
}
a:hover{
	color: #175991;
}
.btn-primary{
	background-color: #1967a7 !important;
	border-color: #1967a7 !important;
}
.btn-primary:hover{
	background-color: #1c75bd !important;
	border-color: #1c75bd !important;
}
.btn-primary,
.btn-danger{
	color: white;
}
.btn-primary:hover,
.btn-danger:hover{
	color: white;
}
.bsr-hr{
	background-image: -webkit-linear-gradient(left,transparent,rgba(0,0,0,0.2),transparent);
    background-image: linear-gradient(to right,transparent,rgba(0,0,0,0.2),transparent);
    border: 0;
    height: 3px;
    margin: 11px 0;
}
.no-bullets li,
.no-bullets{
	list-style: none;
}
.no-bullets li{
	position: relative;
}
.no-bullets-icon{
	position:absolute;
	left: -15px;
    top: 4px;
}
.pagination{
	display: inline-flex;
    width: auto;
}
/*drop down boxes*/
.my-drop-down{
	overflow:hidden;
	margin-bottom: 10px;
	display: inline-block;
	text-align:left;
}
.my-drop-down-content {
	transition: all 0.5s ease;
	padding: 0px 15px;
	padding-right: 90px;
	overflow:hidden;
}
.my-drop-down-header{
	padding: 15px;
	font-size: 1.5em;
	margin-bottom: 0;
	cursor:pointer;
}
.faq-box{
	text-align:center;
}
.faq-box .my-drop-down{
	width: 80%;
}
.my-drop-down-arrow{
	float:right;
	font-size:0.8em;
}
/*Image Hover Boxes*/
.image-hover-text{
	position: absolute;
	top: 40%;
	text-align: Center;
	width: 100%;
	color: white; 
	font-size: 2em;
	z-index:999;
}
.home-test .image-hover-text,
.home .image-hover-text{
	position: absolute;
	top: 0;
	bottom:0;
	left:0;
	right:0;
	display: flex;
    align-items: center;
	text-align: Center;
	width: 100%;
	color: white; 
	font-size: 2em;
	z-index:999;
}
.home-test .image-hover-box img,
.home .image-hover-box img{
	border-radius: 0;
}
@media only screen and (max-width: 768px){
	.home-testr .image-hover-text p,
	.home .image-hover-text p{
		font-size:0.6em;
	}
}
.home-test .image-hover-text p,
.home .image-hover-text p{
	margin:0;
	width:100%;
	color:white;
}
.home-test .image-hover-box::after,
.home .image-hover-box::after{
	border-radius:0;
}
.image-hover-box::after{
	transition: 0.5s;
	-webkit-box-shadow: inset 0px 0px 300px 200px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0px 0px 300px 200px rgba(0,0,0,0.3);
	box-shadow: inset 0px 0px 300px 200px rgba(0,0,0,0.3);
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
	border-radius: 5px;
}
.image-hover-box:hover::after{
	-webkit-box-shadow: inset 0px 0px 300px 200px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 0px 300px 200px rgba(0,0,0,0.5);
	box-shadow: inset 0px 0px 300px 200px rgba(0,0,0,0.5);
}
.image-hover-box img{
	border-radius: 5px;
}
/*Counter*/
.counter {
    color: #4D4D4D;
    text-transform: uppercase;
    text-shadow: #fff 0px 1px 1px;
    /*display: block;*/
    display: inline-block;
    width: 30px;
    height: 38px;
    /*float: left;*/
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    margin: 0 1px;
    background-image: url(/builtin/bsr_counter.png);
}
/*Testimonial Widget*/
.testimonial-carousel-item{
	margin: 0 10rem;
	text-align:left;
}
.testimonial-carousel-item p{
	color: white;
}
/*Save Buttons*/
.save-button{
	color: #0062ac;
	background: none;
    border: none;
    cursor: pointer;
    padding-top: 10px;
}
.save-button:hover{
	color: #175991;
}
.distress-save{
	padding: 0;
}
/*News Stuff*/
.article-image{
	/*height: 400px;*/
	max-height: 400px;
	object-fit: cover;
}

/*MOBILE STUFF*/
.floaty-article-image{
	float:right;
}
.hide-on-desktop{
		display: none;
}
@media only screen and (max-width: 768px){
	.article-image{
		object-fit: contain;
	}

	#mc_embed_signup .clear {
		bottom: 9px !important;
    	width:auto !important;
	}
	.hide-on-mobile{
		display: none;
	}
	.hide-on-desktop{
		display: inherit;
	}
	.squeeze-sides{
		margin: 0;
	}
	.testimonial-carousel-item{
		margin: 0 5rem;
	}
	ul.pagination li:not(.show-mobile) {
        display: none;
    }
    h1{
    	font-size:1.6em;
    }
    h2{
    	font-size:1.4em;
    }
    .floaty-article-image{
		float:none;
	}
}

.page-item.active .page-link {
    background-color: #0062ac !important;
    border-color: #0062ac !important;
    color: white !important;
}
.pagination a:hover, .pagination span:hover, .pagination .active a, .pagination .active span {
    border-color: #175991 !important;
    color: white !important;
}
.pagination a, .pagination span {
    border-color: #175991 !important;
}
.page-link {
    color: #0062ac !important;
    border-color: #0062ac !important;
}
/*CAROUSEL STUFF*/
.carousel-indicators{
	position:inherit;
}
#carouselExampleIndicators li{
	background-color: #cfd5db;
}
#carouselExampleIndicators li.active{
	background-color: #1967a7;
}
#carouselNewsIndicators li{
	background-color: #cfd5db;
}
#carouselNewsIndicators li.active{
	background-color: #1967a7;
}
#carouselWantedIndicators li{
	background-color: #cfd5db;
}
#carouselWantedIndicators li.active{
	background-color: #1967a7;
}
/*END CAROUSEL STUFF 27*/

.ms-options-wrap,
.ms-options-wrap * {
	box-sizing: border-box;
}

.ms-options-wrap > button:focus,
.ms-options-wrap > button {
	position: relative;
	width: 100%;
	text-align: left;
	background-color: #fff;
	margin-top: 1px;
	font-size: 13px;
	color: #aaa;
	outline-offset: -2px;
	white-space: nowrap;
	padding: .375rem .75rem;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	outline-color: transparent;
}

.ms-options-wrap > button > span {
	display: inline-block;
}

.ms-options-wrap > button[disabled] {
	background-color: #e5e9ed;
	color: #808080;
	opacity: 0.6;
}

.ms-options-wrap > button:after {
	content: ' ';
	height: 0;
	position: absolute;
	top: 50%;
	right: 5px;
	width: 0;
	border: 6px solid rgba(0, 0, 0, 0);
	border-top-color: #ced4da;
	margin-top: -3px;
}

.ms-options-wrap.ms-has-selections > button {
	color: #333;
}

.ms-options-wrap > .ms-options {
	position: absolute;
	left: 31px;
	width: 341px;
	margin-top: 1px;
	margin-bottom: 20px;
	background: white;
	z-index: 2000;
	border: 1px solid #aaa;
	overflow: auto;
	visibility: hidden;
}

.ms-options-wrap.ms-active > .ms-options {
	visibility: visible
}

.ms-options-wrap > .ms-options > .ms-search input {
	width: 100%;
	padding: 4px 5px;
	border: none;
	border-bottom: 1px groove;
	outline: none;
}

.ms-options-wrap > .ms-options .ms-selectall {
	display: inline-block;
	font-size: .9em;
	text-transform: lowercase;
	text-decoration: none;
}
.ms-options-wrap > .ms-options .ms-selectall:hover {
	text-decoration: underline;
}

.ms-options-wrap > .ms-options > .ms-selectall.global {
	margin: 4px 5px;
}

.ms-options-wrap > .ms-options > ul,
.ms-options-wrap > .ms-options > ul > li.optgroup ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.ms-options-wrap > .ms-options > ul li.ms-hidden {
	display: none;
}

.ms-options-wrap > .ms-options > ul > li.optgroup {
	padding: 5px;
}
.ms-options-wrap > .ms-options > ul > li.optgroup + li.optgroup {
	border-top: 1px solid #aaa;
}

.ms-options-wrap > .ms-options > ul > li.optgroup .label {
	display: block;
	padding: 5px 0 0 0;
	font-weight: bold;
}

.ms-options-wrap > .ms-options > ul label {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 4px 4px 4px 20px;
	margin: 1px 0;
	border: 1px dotted transparent;
}
.ms-options-wrap > .ms-options.checkbox-autofit > ul label,
.ms-options-wrap > .ms-options.hide-checkbox > ul label {
	padding: 4px;
}

.ms-options-wrap > .ms-options > ul label.focused,
.ms-options-wrap > .ms-options > ul label:hover {
	background-color: #efefef;
	border-color: #ced4da;
}

.ms-options-wrap > .ms-options > ul li.selected label {
	background-color: #efefef;
	border-color: transparent;
}

.ms-options-wrap > .ms-options > ul input[type="checkbox"] {
	margin: 0 5px 0 0;
	position: absolute;
	left: 4px;
	top: 10px;
	width: 13px;
}

.ms-options-wrap > .ms-options.hide-checkbox > ul input[type="checkbox"] {
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
}
#header-image {
	background-color: #373b3e;
	min-height: 242px;
}

/*.custom-color-font div:first-child, .custom-color-font p, .custom-color-font dev, .custom-color-font em, .custom-color-font span {
	color: #36454F !important;
	font-family: "Georgia", serif;
	font-size: 18px;
	line-height: 28px;
}*/

.custom-color-font > div:first-child, .custom-color-font > div:first-child p,
.custom-color-font > div:first-child dev, .custom-color-font > div:first-child em,
.custom-color-font > div:first-child span  {
	color: #36454F !important;
	font-family: "Georgia", serif;
	font-size: 18px;
	line-height: 28px;
}

.st-label {
	color: #ffffff !important;
	font-weight: 500 !important;
	padding: 3px 6px !important;
	font-size: 14px !important;
}