

body {
	background: #43a895;
	color: #444;
	font-size: 18px;
	border: 0;
	margin: 0;

}

body, .Normal,p  {font-family: "Roboto", sans-serif;font-weight: 300;font-size:18px;line-height:1.3em;}

h4 {color:#43a895}

blockquote {font-size:1.2em;padding:0.5em;border-top:1px solid #444;border-bottom:1px solid #444;}

A,
A:link,
A:active,
A:visited {
	-moz-transition: all 0.7s ease 0s;
	-webkit-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
	color: #43a895;
	text-decoration: none !important;
	font-weight:500;
}
a,
a:hover {
	color: #43a895;
}

.dnnMenu a {font-weight:300;}

a.LargeWhiteLink {
	font-size: 1.2em;
	color: #fff !important;
}
a.LargeWhiteLink:hover {
	color: #43a895 !important;
}
a.learn-more-small {
	color: #43a895 !important;
}
a.learn-more-small em {
	color: #fff;
}

.dnn-logo svg {
	max-width: 80%;
	margin-top: 8px;
}
.sup {
	font-size: 0.8em;
}
a.HostName {
	font-size: 0.7em;
	color: #fff !important;
}
.fa-spin {
	font-size: 3em !important;
	color: #efefef;
	text-align: center;
	position: absolute;
	top: 20%;
	left: 50%;
}

.FallCallFeatures1, .FallCallFeatures2 {margin:2em 0;}
.FallCallFeatures1 img {width:100%;}

.ProductSelector {
	margin-top: 25px;
	z-index: 9999;
}


.SubHead {margin-bottom:2em;font-weight:700;font-size:1.2em;color:#43A895;font-style:italic;}

.ProductSelector h4 a {
	color: #666;
	display: block;
	margin: 10px 0;
}
.AppIconHome img {
	padding: 10px;
	transition: transform 0.2s; /* Animation */
	width: 200px;
	height: 200px;
	margin: 0 auto;
}
.ProductSelector img:hover {
	transform: scale(
		1.15
	); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

hr {
	padding: 0;
	border: none;
	border-top: medium double #c1c1c1;
	color: #c1c1c1;
	text-align: center;
}
hr:after {
	font-family: FontAwesome;
	/*   content: "\f017"; */
	display: inline-block;
	position: relative;
	top: -0.7em;
	padding: 0 0.25em;
	background: #efefef;
	color: #43a895;
}

.FCPartners strong {
	font-size: 0.7em;
	color:#efefef;
}

.alert-danger {
	background: #a2a4a7;
}
.alert-danger:hover {
	background: #efefef;
	-moz-transition: all 0.7s ease 0s;
	-webkit-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
	border: 2px solid #43a895;
	color: #43a895 !important;
}
.alert a {
	color: #efefef;
	font-weight: 700;
}
.alert {
	margin: 35px 0;
}
.alert a:hover {
	color: #43a895;
}
.alert i {
	margin-right: 10px;
}

ul.FancyBullets {
	list-style-type: none;
	padding: 15px 0;
	font-size: 0.9em;
}
ul.FancyBullets li {
	list-style-type: none;
	margin-left: 25px;
	padding: 10px 0;
}

ul.FancyBullets li:before {
	font-family: "FontAwesome";
	content: "\f0a9";
	margin: 0 5px 0 -15px;
	color: #43a895;
}

/* SCROLLER FOR PRODUCTS PAGE */
.cbp-so-scroller {
	margin-top: 50px;
	overflow: hidden;
}

.cbp-so-section {
	position: relative;
}

/* Clear floats of children */
.cbp-so-section:before,
.cbp-so-section:after {
	content: " ";
	display: table;
}

.cbp-so-section:after {
	clear: both;
}

/* Text styling */
.cbp-so-section h2 {
	font-size: 2.5em;
	;
	line-height: 1;
}

.cbp-so-section p {
	margin-top: 35px;
}

/* Sides */
.cbp-so-side {
	width: 50%;
	float: left;
	margin: 0;
	padding: 3em 4%;
	overflow: hidden;
	min-height: 12em;
}

/* Clear floats of children */
.cbp-so-side:before,
.cbp-so-side:after {
	content: " ";
	display: table;
}

.cbp-so-side:after {
	clear: both;
}

.cbp-so-side-right {
}

.cbp-so-side-left {
}

.cbp-so-side-right img {
	max-height: 500px;
}

.cbp-so-side-left img {
	max-height: 500px;
}

/* Initial state (hidden or anything else) */
.cbp-so-init .cbp-so-side {
	opacity: 0;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}

.cbp-so-init .cbp-so-side-left {
	-webkit-transform: translateX(-80px);
	-moz-transform: translateX(-80px);
	transform: translateX(-80px);
}

.cbp-so-init .cbp-so-side-right {
	-webkit-transform: translateX(80px);
	-moz-transform: translateX(80px);
	transform: translateX(80px);
}

/* Animated state */
/* add you final states (transition) or your effects (animations) for each side */
.cbp-so-section.cbp-so-animate .cbp-so-side-left,
.cbp-so-section.cbp-so-animate .cbp-so-side-right {
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	-moz-transition: -moz-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
	opacity: 1;
}

.GlobalHeader {
	color: #3f4040;
	background: #efefef;
}
/* KEEP THIS HIGH UP IN LOAD ORDER */
@media handheld, only screen and (max-width: 767px) {
	.GlobalHeader {
		overflow-x: hidden;
	}
}

#dnn_RightContentTools {
	padding-top: 15px;
}

.NewsArticles ul {
	padding: 15px 0;
	font-size: 0.9em;
}
.NewsArticles ul li {
	list-style-type: none;
	margin-left: 25px;
	padding: 10px 0;
}
.NewsArticles ul li:before {
	font-family: "FontAwesome";
	content: "\f0a9";
	margin: 0 5px 0 -15px;
	color: #43a895;
}

.display-1 {
	font-size: 6rem;
	font-weight: 300;
}
.display-2 {
	font-size: 5.5rem;
	font-weight: 300;
}
.display-3 {
	font-size: 4.5rem;
	font-weight: 300;
}
.display-4 {
	font-size: 3.5rem;
	font-weight: 300;
}
.display-5 {
	font-weight: 300;
}

h1,
h2,
h3,
h4 {
	color: #333;
}
h1,
h2,
h3 {
	font-weight: 700;
}
h4 {
	font-weight: 500;
}

.Disclaimers {
	color: #666;
	font-style: italic;
	;
	font-size: 0.85em;
}

.pad-top-5 {
	padding-bottom: 5px;
}
.pad-top-10 {
	padding-top: 10px;
}
.pad-top-15 {
	padding-top: 15px;
}
.pad-top-20 {
	padding-top: 20px;
}
.pad-top-25 {
	padding-top: 25px;
}
.pad-top-50 {
	padding-top: 50px;
}
.pad-top-75 {
	padding-top: 75px;
}
.pad-top-100 {
	padding-top: 100px;
}

.pad-bottom-5 {
	padding-bottom: 5px;
}
.pad-bottom-10 {
	padding-bottom: 10px;
}
.pad-bottom-15 {
	padding-bottom: 15px;
}
.pad-bottom-20 {
	padding-bottom: 20px;
}
.pad-bottom-25 {
	padding-bottom: 25px;
}
.pad-bottom-50 {
	padding-bottom: 50px;
}
.pad-bottom-75 {
	padding-bottom: 75px;
}
.pad-bottom-100 {
	padding-bottom: 100px;
}

.line-20 {
	line-height: 20px;
}
.line-40 {
	line-height: 40px;
}
.SiteToolBar {
	background: #3f4040;
}
.SiteToolBar,
.SiteToolBar a,
.login-style em {
	color: #efefef !important;
}
.SiteToolBar .dim {
	color: #ff0000;
}
.User:before {
	content: "\f007";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	/*--adjust as necessary--*/
	font-size: 11px;
	display: inherit;
	padding-right: 8px;
}
.Lock:before {
	content: "\f023";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	/*--adjust as necessary--*/
	font-size: 11px;
	display: inherit;
	padding-right: 8px;
}
a.SkinObject,
span.SkinObject {
	display: inline;
}

.jumbotron {background: #43a895;color:#fff;}

.RespImg {float:right;padding:0 1em 1em 1em;}

/*--Woomark needs to fully load before javascript sets display:block, hence we hide--*/
.Woomark {
	display: none;
}
.TopPhone a {font-size:0.5em;
}

.fa {color:#43a895;margin-right:1em;}

.TopSocialIcon {
}
.MobileSiteTools {
}
.TopSiteTools {
	font-size: 0.9em;
	margin-top: 5px;
}
.PhoneBlock {
	text-align: right;
}
.PhoneBlock em {
	font-size: 1.5em;
	margin: -20px 10px 0 0;
	color: #fff;
	background: #3f4040;
	padding: 5px 9px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.MobileMenu {
	display: none;
}
.search-collapse {
	font-size: 11px;
	position: absolute;
	top: 0;
	left: 275px;
	z-index: 999;
	background: #0b0b0c;
	padding: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.searchInputContainer {
	font-size: 14px;
	color: #3f4040;
}
a.search {
	padding: 5px;
	background: #43a895;
	font-size: 14px;
	margin-left: 5px;
	color: #fff !important;
}
a.search:hover {
	background: #8a9839;
	color: #fff !important;
}
header,
header:link,
header a {
	background: #0b0b0c;
	color: #fff;
}
.HeaderPane  {
	display:flex;align-items:center;justify-content:right;padding:0.25em 0.5em 0.5em 0;
}

.HomeLogin {margin-right:1em;}

.Menu1 {
	margin-top: 25px;
}
.dnn-logo img {
	width: auto;
	height: auto;
	max-width: 300px;
}
.BannerPane {
	margin: 5px 0 0 0;
	background: #43a895;
}
#first_countdown,
.countdown_title {
	width: 100%;
}
.countdown_title h3 {
	margin-bottom: 0px;
}
.TopContentBackground {
	background: #efefef;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
.ContentBackground,
#dnn_Testimonials {
	background: #f7f7f7;
}
.ContentBackground {
	min-height: 850px;
}
.ContentPane {
}
.RightPane {
	color: #fff;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
	margin: -1px 0 0 0;
}
.LeftContentPane {
	margin: 0;
	padding: 0;
}
.Testimonials {
}
.FooterPane {
	background: #111820;
	color: #fff;
}
.FooterPane a {
	color: #43a895;
}
.FooterPane a:hover {
	color: #8a9839;
}
.footer-logo {
	width: 210px;
	height: auto;
}
.ActionsPane {
}
.QuotePane {
	background: #111820;
	color: #efefef;
}
.QuotePaneRight {
	margin-top: 25px;
}

.QuotePane2 {background-color:Grey;}
.QuotePane2 .container {color:#fff;font-weight:700;font-size:1.2em;display:flex;align-items:center;justify-content:center;padding:0.5em 0;flex-direction: column;}
.QuotePane2 h2 {color:#fff;}

.FCProductPage, #ilspp_order {background:#fff;padding:2em;}
.FCProductPage .flex {display:flex;align-items:center;justify-content: center;}
.FCProductPage .btn-large, #ilspp_order .btn-large  {margin-left:0.5em;font-size:1.5em;padding:0.5em 2em;}
.FCProductPage h1 {margin:3em 0;font-size:1.8em;color:#43a895;}
.FCProductPage h2 {margin:2em;}
.FCProductPage h4 {margin-top:2em;}
.FCProductPage hr {margin:1.5em;}
.FCProductPage .FallCallFeatures2 {margin-top:5em;}
.FCProductPage p {margin-bottom:2em;}
.FCProductPage h6 {margin:0.25em 0 0 0;padding:0;font-size:1em;}
.FCProductPage .MonitorOpt {margin-top:1.5em;}
.FCProductGrid {background:#fff;padding:1em;}
.FCProductGrid h3 {margin:0 0 2em 0;color:#666;display:block;text-align:center;}
.FCProductGrid h4 {color:#43A895;margin: 1em 0 2em 0;}
.FCProductGrid .ProductGridItem {margin:1em 0 3em 0;}
.FCProductGrid .ProductGridItem h4 {margin:0 0 0.25em 0;}
.FCProductGrid .ProductGridItem p {margin:0;}


#map_canvas {
	display: block;
	height: 400px;
}

.login-style em {
	padding-right: 8px;
}
.login-style a:hover {
	color: #fff;
}
.TopSocialIcon {
	text-align: right;
}
.TopSocialIcon li {
	display: inline-block;
	padding: 5px;
	min-width: 30px;
	min-height: 30px;
}
.TopSocialIcon li a {
	color: #fff;
	background: transparent;
}
.TopSocialIcon li:hover {
	-moz-transition: all 0.7s ease 0s;
	-webkit-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
}
li.facebook {
	padding-right: 10px;
}
li.facebook:hover {
	background: #4a66a0;
}
li.google:hover {
	background: #db4437;
}
li.linkedin {
	padding-right: 7px;
}
li.linkedin:hover {
	background: #0077b5;
}
li.youtube:hover {
	background: #e62117;
}

.btn {
	background: #43a895;
	color: #fff !important;
	font-size: 1.5em;
}
.btn:hover {
	background: #f7ba0f !important;
	color: #efefef !important;
}
.btn-banner {
	background: #f7ba0f !important;
	color: #efefef !important;
	margin-top: 20px;
	padding: 10px 50px;
	font-size: 1.2em !important;
	font-weight: 500 !important;
}
.btn-banner:hover {
	background: #43a895 !important;
	color: #fff !important;
}
.btn #articleSearchFormSmall input {
	background: #8a9839;
	color: #fff !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-transition: all 0.7s ease 0s;
	-webkit-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
	padding: 1px 5px;
}
.btn-secondary {
	color: #373a3c;
	background-color: #fff;
	border-color: #ccc;
}

/* News Content Fixes */
td.SubHead {
	width: 275px;
	padding: 40px 0 0 0;
}
.NormalTextBox {
	padding: 8px 8px;
	font-size: 14px;
	background: #fff;
	color: #333;
	width: 200px;
	margin-top: 7px;
}

/* BXSlider Fixes */

ul.bxslider {
	padding: 0px;
	margin: 0px;
}
.bx-wrapper {
	margin: 0 !important;
	padding: 0 !important;
}
.bxslider li {
}
/*.OuterBxWrapper {position:relative;width:100%;height: 0px;padding-top: 32%;}
.InnerBxWrapper {position:absolute;top:0;left:0;width:100%;height: 100%;}*/
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #dedede !important;
	width: 90px !important;
	margin-bottom: 5px !important;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #f7ba0f !important;
}
.BxArrows {
}
.BxArrow {
	position: absolute;
	top: 35%;
	background: #43a895;
	height: 45px;
	width: 90px;
	z-index: 999;
}
.BxArrowLeft {
	left: 0px;
	padding: 10px 0 0 25px;
}
.BxArrowRight {
	right: 0px;
	padding: 10px 0 0 25px;
}
a.bx-prev,
a.bx-next {
	color: #fff;
	font-size: 1.1em;
}

/* Banner Styles */

img.BannerCropper {
	width: 100%;
	height: auto;
}
.BannerGraphicHolder,
a.BannerGraphicHolder {
	z-index: 999;
}
/*
.BannerGraphicsCommonInt, a.BannerGraphicsCommonInt {position:absolute;background:#3f4040;color:#fff;-webkit-border-radius: 50px;-moz-border-radius: 50px;border-radius: 50px;z-index:999;text-align:center;padding:5px 20px;
    outline: none;
    border-color: #ffccc6;
    box-shadow: 0 0 20px #ffccc6;}
*/
.BannerGraphicsCommon,
a.BannerGraphicsCommon {
	position: absolute;
	color: #fff;
	text-align: left;
	padding: 5px 20px;
	outline: none;
}
/*.BannerGraphicsCommon::before     
{
    width: 75px;
    height: 75px;
    content: " ";
    position: absolute;
    top:-55px;
    left:50%;
    margin-left:-45px;
    background-image: url("images/web-icon.svg");
    }
*/

.BannerWash {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url("images/gradient.png") top left repeat-y;
	background-size: contain;
	z-index: 100;
}

.BannerGraphicsCommon {
	position: absolute;
	background: #3f4040;
	color: #fff;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	z-index: 999;
	text-align: center;
	padding: 5px 20px;
	outline: none;
	border-color: #ffccc6;
	box-shadow: 0 0 20px #ffccc6;
}
.BannerGraphicsCommon::before {
	width: 75px;
	height: 75px;
	content: " ";
	position: absolute;
	top: -55px;
	left: 50%;
	margin-left: -45px;
	background-image: url(images/web_icon.png);
}
.BannerGraphicsCommon h1 {
	margin: 7px 0 0 0;
	padding: 7px 0 0 0;
	font-size: 1em;
	font-weight:500;
}

.BannerGraphicsCommon p {
	margin: 7px 0 0 0;
	padding: 7px 0 0 0;
	font-size: 0.8em;
}

.BannerGraphicsCommon h1 {
	color: #fff;
	font-size: 3em;
}
.BannerGraphicsCommon a {
	color: #fff;
}
.BannerGraphicsCommon p {
	font-size: 1.5em;
	line-height: 1.2em;
	font-size: 1em;
	;
}
.BannerGraphicsCommon a {
}
.BannerGraphicsCenter {
	bottom: 8%;
	left: 62.5%;
	margin-left: -30%;
	width: 35%;
}
.BannerGraphicsRight {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 32%;
	left: 15%;
}

.BannerGraphicsHome {
	box-shadow: none;
	border: 0px;
	background: transparent;
	text-align: left;
}
.BannerGraphicsHome::before {
	display: none;
}
.BannerGraphicsHome h1 {
	margin-bottom: 25px;
}
.BannerGraphicsHome p {
	font-size: 1.5em;
}

.VCentOuterDivHolder {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: yellow;
}
.VCentDivHolder {
	position: relative;
}
.VCentDiv {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

/* Home Virtues */
.HomeVirtuesHolder {
	padding: 0 10px 25px 10px;
}
.HomeVirtues {
	min-height: 75px;
	overflow: hidden;
	margin: 20px 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
/*
.HomeVirtues p {position:absolute;right:-100px;bottom:-345px;padding:5px;height:10%;font-size:1.3em;width:400px;height:400px;border-radius:50%;padding:20px 125px 0 0;text-align:right;
border:1px solid #efefef;
background: #43A895; 
background: -moz-radial-gradient(center, ellipse cover,  #43A895 29%, #43A895 29%, #237767 100%); 
background: -webkit-radial-gradient(center, ellipse cover,  #43A895 29%,#43A895 29%,#237767 100%); 
background: radial-gradient(ellipse at center,  #43A895 29%,#43A895 29%,#237767 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#43A895', endColorstr='#237767',GradientType=1 ); /* IE6-9 fallback on horizontal gradient 
}
*/

.HomeVirtues p {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 15px;
	font-weight: 700;
	text-align: right;
}

/* Partners */
.PartnerListing {
	font-size: 0.8em;
	border-top: 1px solid #999;
	padding-top: 15px;
}

.HomeVirtues a {
	color: #fff;
}

/* Home News */


.HomeNews h4 {
	font-size: 1.3em;
	color: #333;
	padding: 0 0 5px 0;
}
.HomeNews a {
	color: #000;
}
.nav-pills > li > a {
	color: #fff;
	border-bottom: 1px solid #efefef;
}
.nav-pills > li > a:hover {
	color: #43a895;
}

.ExplainerPaneHolder {background:#fff;}

.ExplainerPane {padding:2em 1em}

.ExplainerPane h2, .ExplainerPane h3 {}

.ExplainerPane h3 {font-weight:300;font-size:1em;}

.PhotoBorder {
	border: 3px solid #fff;
	margin: 0 0 25px 0;
	-moz-transition: all 0.7s ease 0s;
	-webkit-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
}
.PhotoBorder:hover {
	border-color: #999;
}
.BoxShadow {
}
.TextShadow {
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.53);
}

/* Home Video */
.HomeVideo {
	margin: 35px 0 25px 0;
}
.HomeVideo p {
}

#ControlBar,
#ControlBar div,
#ControlBar li,
#ControlBar a {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

span.EditPencil img {
	max-width: 25px;
}

/*  MIS Content */
.articleAuthor {
	font-size: 0.8em;
}
articleCategories {
	margin-left: 35px;
	font-size: 0.8em;
}
.responsive-img img {
	width: 125px;
	height: 125px;
}
#articleSearchFormSmall {
	padding: 10px 0 0 0;
}
#articleSearchFormSmall .NormalTextBox {
	background: #3f4040;
	color: #efefef;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/*General Mosaic Styles*/
* {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

.mosaic-block {
	float: left;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 190px;
	margin: 10px 0;
	border: 1px solid #fff;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.mosaic-backdrop {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
}
a.mosaic-backdrop {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	color: black;
}
.mosaic-overlay {
	display: none;
	z-index: 5;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #111;
}

.bar3 .mosaic-overlay {
	top: -190px;
	height: 190px;
	background-color: rgba(63, 168, 149, 0.7);
	background: rgba(63, 168, 149, 0.7);
	color: rgba(63, 168, 149, 0.7);
	color: #fff;
	padding: 20px;
	font-size: 0.8em;
	;
	text-align: center;
	border: 0;
	border-radius: 0px;
}
.mosaic-block p {
	z-index: 999;
	font-size: 1.4em;
	line-height: 1.2em;
	font-weight: 300;
}

.bar3 img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

/*  WOOMARK  */
.Woomark {
	position: relative;
}
.Woomark li {
	width: 350px;
	overflow: hidden;
	padding: 0 0.5% 1% 0;
}
.NewsPostHolder {
	position: relative;
}
.posts .img img {
	width: 100%;
	height: auto;
}
.posts .content {
	position: absolute;
	z-index: 500;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 5%;
	color: #fff;
	background-color: rgba(18, 24, 32, 0.9);
	background: rgba(18, 24, 32, 0.9);
	color: rgba(18, 24, 32, 0.9);
}
.posts a h4 {
	color: #fff;
	font-size: 1em;
}
.posts a:hover h4 {
	color: #43a895;
}
.posts a p {
	color: #fff;
	;
	font-size: 0.8em;
}

.content h4 {
	color: #fff !important;
	font-size: 1em;
}
.NewsPostHolder {
	cursor: pointer;
}
.NewsPostHolder:hover .content {
	background-color: rgba(67, 168, 149, 0.85);
	background: rgba(67, 168, 149, 0.85);
}
.NewsPostHolder:hover .content a,
.NewsPostHolder:hover .content a:hover,

/* Scrollup  */

.scroll-top-wrapper {
	position: fixed;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	text-align: center;
	z-index: 99999999;
	background-color: #3f4040;
	color: #eeeeee;
	width: 50px;
	height: 48px;
	line-height: 48px;
	right: 30px;
	bottom: 30px;
	padding-top: 2px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
	background-color: #43a895;
}
.scroll-top-wrapper.show {
	visibility: visible;
	cursor: pointer;
	opacity: 1;
}
.scroll-top-wrapper i.fa {
	line-height: inherit;
}

/* Browser functions */

::selection {
	background: #43a895;
	color: #efefef; /* WebKit/Blink Browsers */
}
::-moz-selection {
	background: #43a895;
	color: #efefef; /* Gecko Browsers */
}

body {
	scrollbar-base-color: #43a895;
	scrollbar-3dlight-color: #c0c0c0;
	scrollbar-highlight-color: #c0c0c0;
	scrollbar-track-color: #111820;
	scrollbar-arrow-color: #efefef;
	scrollbar-shadow-color: #c0c0c0;
	scrollbar-dark-shadow-color: #c0c0c0;
}

/* ********** isStuck Style ************** */
.StickyHeader {
	z-index: 1000;
}
.loginstatus.isStuck {
	top: 37px !important;
}
.showControlBar .loginstatus.isStuck {
	top: 55px !important;
}
.isStuck {
	background: #efefef;
	margin: 0;
	opacity: 0.98;
	left: 0px;
	width: 100%;
	box-shadow: 0 0 2px #3f4040;
}
.isStuck .top-line {
	margin: 4px 0 0 0;
}
.isStuck .dnn-menu {
	margin: 7px 0px 0px;
}
.isStuck .dnn-logo {
	padding: 0;
	margin: 0 0 0 15px;
}
.isStuck .dnn-logo a:after {
	display: none;
}
.isStuck .StandardMenu li div {
	top: 48px;
	margin: -20px 0px 0px;
	padding: 20px 0px 0px;
}
.isStuck .MegaMenu li div {
	top: 48px;
	margin: -20px 0px 0px;
	padding: 20px 0px 0px;
}
.isStuck .StandardMenu ul ul div {
	top: 0;
	padding: 0;
}
.isStuck .MegaMenu ul ul div {
	top: 0;
	padding: 0;
}
.isStuck .dnn-logo img {
	max-height: 75px;
	padding: 5px;
	margin: 0 0 5px 0;
}

.isStuck .menu_box,
.isStuck .menu_box:link,
.isStuck .menu_box:active,
.isStuck .menu_box:visited {
	margin: 10px 0 0 0;
}

.isStuck .skin-search {
	margin: 17px 0px 0px;
}
/* ********** Currentdate Style ************** */
.icon-clock-1 {
	display: inline-block;
	font-size: 16px;
	min-width: 20px;
}
.currentdate {
	color: #fff;
}
.dateicon {
	background: url("images/date_icon.png") no-repeat scroll 0 50% transparent;
	padding: 9px 12px;
}

/*Welcome-Text */

.welcome-text {
	color: #fff;
	padding: 25px 0px 30px 0;
}
.welcome-text h2 {
	color: #fff;
}
.welcome-text p {
	font-size: 16px;
}

/* Quote Link */
.quote-link,
.quote-link:link,
.quote-link:active,
.quote-link:visited {
	color: #fff;
	border: 2px solid #fff;
	border-radius: 4px;
	padding: 15px 40px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	display: inline-block;
	white-space: nowrap;
	margin: 10px 0 0 0;
}
.quote-link:hover {
	color: #fff;
	background: #3f4040;
	border: 2px solid #3f4040;
}

/*Responsive layout*/
.navbar {
	display: none;
}


@media handheld, only screen and (max-width: 2100px) {
	.BannerGraphicsCommon h1 {
		font-size: 2.8em;
	}
	.BannerGraphicsCommon p {
		font-size: 1.1em;
	}
	.btn-banner {
		font-size: 1.1em !important;
		margin-top: 15px !important;
	}
}

@media handheld, only screen and (max-width: 1800px) {
	.BannerGraphicsCommon h1 {
		font-size: 2.1em;
	}
	.BannerGraphicsCommon p {
		font-size: 1em;
	}
	.btn-banner {
		font-size: 1em !important;
		margin-top: 10px !important;
	}
}

@media handheld, only screen and (max-width: 1280px) {
	.BannerGraphicsCommon h1 {
		font-size: 2em;
		margin-bottom: 8px;
	}
	.BannerGraphicsCommon p {
		font-size: 1.1em;
	}
	.btn-banner {
		font-size: 1em !important;
		margin-top: 10px !important;
	}
	.BannerGraphicsCommon,
	a.BannerGraphicsCommon {
		text-align: center;
	}
	.BannerGraphicsRight {
		position: relative;
		transform: none;
	}
	.mosaic-block p {
		font-size: 1.1em;
	}
}

@media handheld, only screen and (max-width: 1100px) {
	.welcome-text h2 {
		font-size: 24px;
	}
	.display-1 {
		font-size: 4rem;
		font-weight: 300;
	}
	.display-2 {
		font-size: 3.5rem;
		font-weight: 300;
	}
	.display-3 {
		font-size: 2.5rem;
		font-weight: 300;
	}
	.display-4 {
		font-size: 2rem;
		font-weight: 300;
	}
	.display-5 {
		font-size: 1.5rem;
		font-weight: 300;
	}
	.BannerPaneHolder,
	a.BannerPaneHolder {
		position: relative;
		max-width: 100%;
		overflow: hidden;
	}
	.BannerGraphicsCommon,
	a.BannerGraphicsCommon {
		padding: 0px 30px;
		width: 35%;
	}
	.BannerGraphicsCenter {
		bottom: 5%;
		left: 62.5%;
		margin-left: -30%;
	}
	.mobile-text-center {
		text-align: center;
	}
	.BxArrows {
	}
	.BxArrow {
		top: 40%;
		height: 50px;
		width: 50px;
	}
	.BxArrowLeft {
		left: 2px;
		padding: 10px 0 0 4px;
	}
	.BxArrowRight {
		right: 2px;
		padding: 10px 0 0 4px;
	}
	a.bx-prev,
	a.bx-next {
		color: #fff;
		font-size: 0.8em;
	}
	.BannerGraphicsCommon::before {
		display: none;
	}
	.bar3 .mosaic-overlay {
		top: -290px;
		height: 290px;
	}
	.Woomark li {
		width: 300px;
	}
}

@media handheld, only screen and (max-width: 991px) {
	.BxArrow {
		top: 50%;
	}
	.HomeVirtues img {
		width: 100%;
		height: auto;
	}
	.RightPane {
		width: 100%;
		max-width: 100%;
		overflow: hidden;
		border-left: 0;
		-webkit-border-bottom-left-radius: 0px;
		-moz-border-radius-bottomleft: 0px;
		border-bottom-left-radius: 0px;
	}
	.QuotePaneRight {
		text-align: center;
	}
	.bar3 .mosaic-overlay {
		top: -400px;
		height: 400px;
	}
	.mosaic-block p {
		z-index: 999;
	}
	.mosaic-block {
		padding-bottom: 62.85%;
		font-size: 1.7em;
	}
	.Menu1 {
		margin: 0;
	}
	/* bron dnn logo changes */
	.dnn-logo,
	.dnnMenu {
		text-align: center;
	}
	.dnn-logo svg {
		max-width: 50%;
		display: inline;
		position: static;
	}
	/* bron row fix */
	.row {
	}
}

@media handheld, only screen and (max-width: 767px) {
	.cbp-so-side {
		float: none;
		width: 100%;
	}
	.RespImg {float:none;display:block;text-align:center;margin:0 auto;}
	.MobileSiteTools,
	.MobileSiteTools a,
	.MobileSiteTools .User:before,
	.MobileSiteTools .Lock:before {
		font-size: 1.2em;
		color: #efefef;
	}
	.MobileSiteTools {
		text-align: center;
		background: #121212;
		padding: 10px 0;
	}
	.MobileSiteTools .login-style {
		margin-top: 15px;
	}
	.MobileSiteTools .searchInputContainer,
	.MobileSiteTools .searchInputContainer .search {
		font-size: 1.4em;
	}
	a.search {
		display: none;
	}
	ul.searchSkinObjectPreview > li {
		width: 90%;
		text-align: center;
	}
	ul.searchSkinObjectPreview {
		width: 90%;
		margin-left: 5%;
	}
	.TopSiteTools {
		display: none;
	}
	.TopPhone {
		display: inherit;
		font-size: 11px;
	}
	.TopPhone em {
		margin: 0 4px 0 8px;
		font-size: 18px;
	}
	.TopPhone .display-5 {
		font-size: 18px;
	}
	.TopSocialIcon {
		display: none;
	}
	.PhoneBlock {
		text-align: center;
	}
	.search-collapse {
		width: 100%;
		left: 0;
	}
	.navbar-collapse {
		padding: 0px;
	}
	.navbar {
		display: inherit;
	}
	.navbar-inverse {
		border: none;
		background: inherit;
		margin: 35px 0 0 20px;
	}
	.navbar-inverse .navbar-toggle {
		background: #3f4040;
	}
	.navbar-inverse .navbar-toggle:hover {
		background: #333;
	}
	.MobileMenu {
		display: inherit;
	}
	.Menu1 {
		display: none;
		margin: 0px;
		padding: 0px;
	}
	.menu_hidden {
		display: none !important;
	}
	.menu_box,
	.menu_box:link,
	.menu_box:active,
	.menu_box:visited {
		display: inline-block;
		float: right;
		border-radius: 3px;
		margin: 0;
		font-size: 21px;
		color: #fff;
		line-height: 35px;
		text-align: center;
		position: absolute;
		right: 25px;
		top: 25px;
		color: #343434;
		z-index: 9999;
	}
	.HeaderPane {
		text-align: center;
	}
	#first_countdown,
	.countdown_title {
		width: 100%;
	}
	.display-1 {
		font-size: 2.5rem;
		font-weight: 300;
	}
	.display-2 {
		font-size: 2rem;
		font-weight: 300;
	}
	.display-3 {
		font-size: 1.5rem;
		font-weight: 300;
	}
	.display-4 {
		font-size: 1.25rem;
		font-weight: 300;
	}
	.display-5 {
		font-size: 1rem;
		font-weight: 300;
	}
	.clearfix:before,
	.clearfix:after {
		display: table;
		content: " ";
	}
	.clearfix:after {
		clear: both;
	}
	/* Banner Styles */
	.bx-wrapper .bx-pager {
		display: none;
	}
	.FooterPane {
		font-size: 0.7em;
	}
	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6 {
		text-align: center;
	}
	.pull-right {
		float: none !important;
	}
	.PartnerListing {
		text-align: center;
	}
	.ContentImage {
		display: none;
	}

	/* bron dnn-logo additions */

	.dnn-logo {
		margin-top: 15px;
		height: 85px;
		margin-bottom: 15px;
	}
	.dnn-logo svg {
		display: block;
		position: absolute;
		top: 0;
		left: auto;
		right: 15px;
		margin: 0;
		max-height: 100%;
	}
}

@media only screen and (max-width: 620px) {
	/*.OuterBxWrapper  {padding-top:42%;}*/
	/* bron banner fix */
	.BannerGraphicsCommon h1 {
		font-size: 1.2em;
		margin-top: 0;
		padding: 0 15px;
	}
	.BannerGraphicsCommon p {
		font-size: 0.9em;
		display: block;
		padding: 0 15px;
	}
	.FallCallBigBtn {
		font-size: 0.4em;
	}
}

@media handheld, only screen and (max-width: 455px) {
	a.mosaic-overlay p {
		display: block;
		padding: 20px;
	}
	.dnn-logo img {
		width: auto;
		height: auto;
		max-width: 250px;
		margin-left: 45px;
	}
	.isStuck .dnn-logo img {
		max-height: 60px;
	}
	.isStuck button {
		margin: -8px 0 0 0;
	}
	.HomeVirtuesHolder {
		padding-bottom: 25px;
		width: 100%;
	}
	.HomeVirtues {
		width: 100%;
		min-height: 75px;
		overflow: hidden;
		margin: 10px 0;
		margin: 10px 0 10px 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}
	
	.ExplainerPane h3 {font-size:0.8em;}
	
	.QuotePane2 p {text-align:center;}
	
	.RightPane {
		height: auto;
		width: 100%;
	}
	.dnn-logo img {
		width: auto;
		height: auto;
		max-width: 200px;
		margin-left: 45px;
	}
	.FooterLinks {
		text-align: center;
	}
	.login-style {
		font-size: 0.5em;
	}
	.ContentImage {
		display: none;
	}
	.navbar-toggle {
		margin-top: 8px;
	}
	.isStuck {
		position: relative !important;
	}
	.LeftContentTools {
		text-align: center;
		width: 100%;
		float: none;
	}
	.RightContentTools {
		text-align: center;
		width: 100%;
		float: none;
	}
	.NormalTextBox {
		padding: 8px 8px;
		font-size: 14px;
		background: #efefef;
		color: #333;
		width: auto;
		margin-top: 7px;
	}

	.mosaic-block {
		height: 150px;
	}
	.bar3 .mosaic-overlay {
		padding: 0;
		font-size: 0.65em;
	}
	.Woomark li {
		width: 300px;
	}
	/*.OuterBxWrapper  {padding-top:56%;}*/
}
