body {
	font-family: 'Raleway', sans-serif;
	font-size:15px;
	font-weight:500;
	line-height:20px;
	color:#5f5f63;
	background:#333daa;
}

.dnnLogin {
	padding-top:45px;
}

.LoginPanel {
	width:100%;
	max-width: 400px;
	padding-right: 0;
	float: none;
	margin: 0 auto;
}

.container {
	width:auto;
	max-width:1320px;
}

a, a:visited {
	color:#00759a;
	text-decoration:underline !important;
	cursor:pointer;
}

a:hover, a:active {
	color:#94c82c;;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	text-decoration:none !important;
}

.dnnFormInfoAdminErrMssg {
	display:none;
}

.leftPane .dnnFormInfoAdminErrMssg {
	display:block;
}

.underline {
	text-decoration:underline !important;
}

.nowrap {
	white-space:nowrap;
}

.video-wrapper {
	max-width:640px;
	margin:15px auto;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0;
	height: 0;
	overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.btn {
	border-radius:0;
	font-weight:700;
}

.btn-primary, .btn-primary:active, .btn-primary:visited, .btn-primary:focus {
	color: #fff;
	background-color: #232a75;
	border-color: #232a75;
	text-decoration:none !important;
}

.btn-primary:hover {
	color:#fff;
	background-color: #3498d1;
	border-color: #3498d1;
	text-decoration:none !important;
}

.btn-secondary, .btn-secondary:active, .btn-secondary:visited, .btn-secondary:focus {
	color: #232a75;
	background-color: #3498d1;
	border-color: #3498d1;
	text-decoration:none !important;
}

.btn-secondary:hover {
	color: #232a75;
	background-color: #232a75;
	border-color: #232a75;
	text-decoration:none !important;
}

.form-control {
	border-radius:0;
}

#emailSignUp {
	width:250px;
}

h1 {
	font-size: 28px;
	line-height: 32px;
	font-weight:900;
	color:#232a75;
}

h2 {
	font-size: 24px;
	line-height: 28px;
	font-weight:900;
	color:#00759a;
}

h3 {
	font-size: 20px;
	line-height: 24px;
	font-weight:800;
	color:#232a75;;
}

h4 {
	font-size: 18px;
	line-height: 22px;
	font-weight:700;
	color:#00759a;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', sans-serif;
}

.lightBlue, .lightBlue a {
	color:#5fabd0;
}

.sc-content-block-quick-insert {
	display:none !important;
}

.dnnSortable.ui-sortable, .dnnSortable.ui-droppable {
    padding: 0;
    width: 100%;
}

.searchSkinObjectPreview_group {
	display:none;
}

.dnnSearchBoxPanel .dnnSearchBox {
	margin-right:130px;
}

.dnnSearchBoxPanel, .dnnSearchResultPanel {
	margin:0 auto;
	background:none;
}

/*.dnnSearchResultItem-Subset {
	display:none !important;
}*/

img {
	max-width:100%;
	height:auto;
}

.PopupImage {
	cursor:pointer;
}

.nobold {
	font-weight:normal;
}

.highlight {
	color:#fff625;
	font-weight:900;
}

.text-heavy {
	font-weight:800;
}


/* SCROLL UP */

#scrollUp {
	bottom: 5px;
	right: 20px;
	padding: 5px;
	color: #cbcbbd;
	font-size:42px;
	line-height:24px;
	opacity:0.50;
	text-align:center;
}

#scrollUp:hover {
	opacity:0.9;
}

.ScrollUpLabel {
	font-size:18px;
	line-height:18px;
	display:block;
	padding-top:3px;
}

header {
	padding:10px 0 0;
	background:#fff;
}

	header .container {
		background:url(images/bg-header.jpg) no-repeat right top #fff;
		padding:10px 0 20px;
		text-align:right;
		position:relative;
	}

	.logo {
		float:left;
		margin-left:30px;
	}
	
	.headerRow1 {
		margin:30px 30px 18px 0;
		display:flex;
		float:right;
	}
	
		.phone {
			font-family: 'Open Sans', sans-serif;
			margin-right:20px;
			font-weight:bold;
			font-size:20px;
			line-height:24px;
		}
		
			.phone a {
				color:#00759a;
				font-size:20px;
			}
		
			.phone a:hover {
				color:#94c82c;
			}
		
		.localization {
			
		}
		
		.localizationMobile {
			display:none;
		}
		
		.localizationMobile a {
			color:#19219b;
			font-size:35px;
		}
	
	.headerRow2 {
		display:flex;
		float:right;
		clear:right;
		margin-right:30px;
	}
	
		.sociallinks {
			clear:both;
		}
		
			.sociallinks ul {
				margin:0;
				padding:0;
			}
			
			.sociallinks ul li {
				list-style:none;
				float:left;
			}
			
			.sociallinks ul li.circle a {
				display: block;
				font-size: 18px;
				line-height: 20px;
				padding: 5px 5px;
				width: 30px;
				height: 30px;
				color: #fff;
				background: #19219b;
				text-align: center;
				border-radius: 30px;
				margin:0 4px;
			}
			
			.sociallinks ul li.circle a:hover {
				background:#94c82c;
			}
			
			.sociallinks ul li.newsletter a {
				display: block;
				font-size: 32px;
				line-height: 30px;
				padding: 0px 5px;
				width: 30px;
				height: 30px;
				color: #94c82c;
				text-align: center;
				margin:-2px 4px auto;
			}
			
			.sociallinks ul li.newsletter a:hover {
				color:#48a8df;
			}
		
		.toplinks {
			margin-left:5px;
			margin-right:10px;
		}
		
			.toplinks ul {
				margin:0;
				padding:0;
			}
			
			.toplinks ul li {
				list-style:none;
				float:left;
				border-right:2px solid #00759a;
				margin: 8px 0;
			}
			
			.toplinks ul li:last-child {
				border-right:none;
			}
			
			.toplinks ul li a {
				color:#00759a;
				font-size:14px;
				line-height:14px;
				font-weight:bold;
				text-transform:uppercase;
				display:block;
				padding:0 15px;
			}
			
			.toplinks ul li a:hover {
				color:#94c82c;
			}
		
		.search {

		}
		
			.search a {
				color:#00759a;
				font-size:20px;
				line-height:20px;
				padding:5px 0;
				display:block;
			}
			
			.search a:hover {
				color:#94c82c;
			}
			
	.mobileMenu {
		position:absolute;
		right:0;
		bottom:15px;
	}
	
		.btnMobileMenu {
			display:none;
			font-size:60px;
			color:#94c82c;
			line-height: 75px;
			padding:7px 15px 0;
		}
		
		.btnMobileMenu a:hover, .btnMobileMenu:focus, .btnMobileMenu:hover, .menuActive .btnMobileMenu {
			color:#232a75;
		}
		
		.mobileMenuContainer {
			margin-left:9px;
		}
		
		.btnMobileMenu .faLabel {
			padding-left: 6px;
		}

nav.mobile {
	position:relative;
	display:none;
}

.googleTranslateMobileContainer {
	display: none;
	background:#94c82c;
    padding: 10px 30px;
    text-align: center;
    width: 100% !important;
	border-bottom:1px solid #fff;
	border-bottom-color:rgba(255,255,255,0.7);
}

	.googleTranslateMobile {
		display:inline-block;
	}

	.googleTranslateMobileContainer .closeTranslate {
		font-size: 24px;
		margin-left: 10px;
		display:inline-block;
		color:#fff;
		top: 2px;
		position: relative;
	}

.searchContainer {
	display: none;
	background:#94c82c;
    padding: 10px 30px;
    text-align: center;
    width: 100% !important;
	border-bottom:1px solid #fff;
	border-bottom-color:rgba(255,255,255,0.7);
}

	.searchContainer > span {
		display: table;
		margin: 0 auto;
		max-width: 500px;
		width: 100%;
	}
	
	.searchInputContainer {
		display: table-cell;
		width: 100%;
		text-align:left;
	}
	
	.searchInputContainer input {
		border:none;
		padding:5px 10px;
		font-size:18px;
		line-height:22px;
		width:100%;
	}
	
	.searchInputContainer a.dnnSearchBoxClearText {
		top:0;
	}
	
	.searchContainer ul.searchSkinObjectPreview {
		width:100%;
	}
	
	.searchContainer .fa {
		color:#fff;
		font-size:22px;
		line-height:22px;
	}
	
	.searchContainer a.SkinObject {
		display: table-cell;
		padding-left: 10px;
	}
	
	.searchBtn {
		padding:6px 0;
	}
	
	.searchContainer .closeSearch {
		font-size: 24px;
		margin-left: 10px;
	}

.pageContent {
	background:#fff;
}


.topArticles {
	background:#94c82c;
	font-size:14px;
	line-height:18px;
	padding:11px 30px;
}
	
	.topArticles ul {
		margin:0 auto;
		padding:0;
		display: flex;
		justify-content: center;
		max-width:1140px;
	}
	
	.topArticles li {
		list-style:none;
	}
	
	.topArticles li {
		border-right:2px solid #242a74;
	}
	
	.topArticles li:last-child {
		border:none;
	}
	
	.topArticles a {
		display:block;
		padding:5px 15px;
		font-style:italic;
		color:#242a74;
	}
	
	.topArticles a:hover {
		color:#fff !important;
	}
	
	.topArticles a::after {
		content:">>";
		margin-left:5px;
		font-weight:bold;
		font-size:18px;
		line-height:18px;
	}
	
	.topArticles a strong {
		font-style:normal;
	}
	
	
.hero {
	background:#fff;
}

	.hero .heroItem {
		max-width:1170px;
		margin:0 auto;
	}
	
	.hero img {
		width:1170px;
		max-width:100%;
		height:auto;
	}


.takeAction {
	background:#48a8df;
	padding:30px 0;
}

	.takeAction h2 {
		color:#fff625;
		font-size:34px;
		line-height:38px;
		margin:0 0 20px 0;
		padding:0;
		text-align:center;
	}
	
	.takeAction .actionItems {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		width: 100%;
		max-width:1140px;
		margin:0 auto;
	}
	
	.takeAction .actionItem {
		display: flex;
		flex-direction: column;
		flex-basis: 100%;
		flex: 1;
		margin:0;
	}
	
	.takeAction .actionItemContent {
		padding:0 15px;
	}
	
	.takeAction .actionItemContent img {
		display:block;
		margin:0 auto 5px;
	}
	
	.takeAction .actionItemContent h3 {
		text-align:center;
		font-size:22px;
		line-height:26px;
		color:#fff625;
	}
	
	.takeAction .actionItemContent ul {
		display:table;
		margin:0 auto;
		padding:0;
		width:auto;
	}
	
	.takeAction .actionItemContent li {
		list-style:none;
		display:block;
		font-size:16px;
		line-height:20px;
		color:#fff;
		padding:8px 0;
		text-align:center;
	}
	
	.takeAction .actionItemContent a {
		font-weight:800;
		color:#fff;
	}
	
	.takeAction .actionItemContent a:hover {
		color:#94c82c;
		text-decoration:none !important;
	}
	
	.takeAction .actionItemContent a:after {
		content:">>";
		margin-left:3px;
	}
	
	.takeAction .actionItemContent li.moreLink {
		margin-top:10px;
	}
	
	.takeAction .actionItemContent li.moreLink a::before {
		content:"-";
		margin-left:-6px;
	}
	
	.takeAction .actionItemContent li.noDash a::before {
		content:"";
	}


heroPane {
	
}

.paneContainer {
	
}

.contentPane {
	
}

.rightPane {
	
}


.standardContainer {
	padding:30px 0;
	font-weight:500;
}

	.standardContainer h1 {
		margin:0 0 30px;
		padding:0;
	}
	
	.standardContainer  {
		font-size:18px;
		line-height:25px;
	}

.borderedBox {
	border:7px solid #b3cfe0;
	background:#232a75;
	color:#fff;
	margin:15px 0 0;
	padding:20px 0;
	display:flex;
	font-size:20px;
	justify-content: center;
	align-items: center;
}

.orangeBorderedBox {
	background:#df6d38;
}

.blueBorderedBox {
	background:#232a75;
}

	.rightPane .borderedBox {
		margin:15px 0 0;
		font-size:18px;
	}
	
	.borderedBox .contentLeft {
		/*display:inline-block;
		float:left;*/
		padding-left:10%;
		padding-right:5%;
		width:30%;
	}
	
	.rightPane .borderedBox .contentLeft {
		padding-left:5%;
	}
	
	.borderedBox .contentLeft img {
		width:100%;
		height:auto;
	}
	
	.borderedBox .content {
		display:inline-block;
	}
	
	.borderedBox .contentRight {
		/*display:inline-block;
		float:left;*/
		/*padding-top:50px;*/
		padding-right:10%;
		width:70%;
	}
	
	.rightPane .borderedBox .contentRight {
		/*padding-top:20px;*/
		padding-right:5px;
	}
	
	.rightPane .borderedBox .contentRight #emailSignUp {
		width: 125px;
	}
	
	.borderedBox .contentCentered {
		padding:10px 30px;
		text-align:center;
	}
	
	.borderedBox .form-inline {
		margin:15px 0 0;
	}
	
	.borderedBox a {
		color:#fff;
	}
	
	.borderedBox a::after {
		content:">>";
		color:#fff625;
		padding-left:2px;
	}
	
	.borderedBox a:hover, .borderedBox a:hover::after {
		color:#a2d144;
		transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	}
	
	.borderedBox .social a::after {
		content:"";
	}
	
	.borderedBox .social a {
		display: inline-block;
		font-size: 18px;
		line-height: 20px;
		padding: 5px 5px;
		width: 30px;
		height: 30px;
		color: #232a75;
		background: #fff625;
		text-align: center;
		border-radius: 30px;
		margin:0 4px;
	}
	
	.borderedBox .social a:hover {
		background:#fff;
		color:#232a75 !important;
	}
	
	.rightPane .borderedBox .social a {
		margin-top:15px;
		margin-bottom:15px;
	}
	
	.blueBorderedBox .btn-secondary:hover {
		background-color: #a1cc3a;
		border-color: #a1cc3a;
	}
	
	.blueBorderedBox a:hover, .blueBorderedBox a:hover::after {
		color:#fff625 !important;
	}
	
.borderedBox .fullWidth {
	display: block;
	clear: both;
	padding-top:15px;
	margin:0 10%;
}

a.linkYellow {
	color:#fafa0f;
}


.fbFeedContainer {
	margin:30px 15px 0;
	background:#f1f2f2;
	border-bottom:15px solid #a2d144;
}

	.fbFeedContainer .containerHeader {
		background:#232a75;
	}

	.fbFeedContainer h4 {
		font-size:16px;
		font-weight:700;
		line-height:20px;
		color:#fff;
		padding:10px 15px;
	}
	
	.fbFeedContainer .fbLike {
		float:right;
	}
	
	.fbFeedContainer .containerContent {
		padding:0;
		font-size:14px;
		color:#33414f;
	}
	
	.fbFeedContainer ul {
		margin:0;
		padding:0;
	}
	
	.fbFeedContainer li {
		list-style:none;
	}
	
	.fbFeedContainer h5 {
		font-size:16px;
		font-weight:800;
		color:#232a75;
		margin:0 0 10px;
		padding:0;
	}
	
	.fbFeedContainer h6 {
		font-size:15px;
		font-weight:700;
		color:#3498d1;
		margin:0 0 2px;
		padding:0;
	}
	
	.fbFeedContainer .containerContent p::after {
		content:">>";
	}


.newsFeedContainer {
	margin:30px 15px 0;
	background:#f1f2f2;
	border-bottom:15px solid #262f98;
}

	.newsFeedContainer .containerHeader {
		background:#48a8df;
	}

	.newsFeedContainer h4 {
		font-size:16px;
		font-weight:700;
		line-height:20px;
		color:#fff;
		padding:10px 15px;
	}
	
	.newsFeedContainer .containerContent {
		padding:15px 15px 0;
		font-size:14px;
		color:#33414f;
	}
	
	.newsFeedContainer ul {
		margin:0;
		padding:0;
	}
	
	.newsFeedContainer li {
		list-style:none;
	}
	
	.newsFeedContainer h5 {
		font-size:16px;
		font-weight:800;
		color:#232a75;
		margin:0 0 10px;
		padding:0;
	}
	
	.newsFeedContainer h5, .newsFeedContainer h5 a {
		color:#232a75;
	}
	
	.newsFeedContainer h5 a:hover {
		color:#3498d1;
	}
	
	.newsFeedContainer h6 {
		font-size:15px;
		font-weight:700;
		color:#3498d1;
		margin:0 0 2px;
		padding:0;
	}
	
	.newsFeedContainer .containerContent p::after {
		content:">>";
	}
	
	.newsFeedContainer .moreLink {
		display:block;
		padding:0 15px 15px;
		font-size:18px;
		font-weight:800;
		color:#8cbd29 !important;
	}
	
	.newsFeedContainer .moreLink::after {
		content:" >>";
	}
	
	.newsFeedContainer .moreLink:hover {
		color:#232a75 !important;
	}
	

.greenContainer {
	background:url("images/bg-greenbox.jpg") no-repeat top center #9ec14d;
	background-size:cover;
	padding:75px 30px;
	margin:30px 0 5px;
}
	
	.greenContainer h2 {
		text-align:center;
		color:#fff;
		font-weight:900;
		font-size:36px;
		line-height:46px;
		max-width:1140px;
		margin:0 auto;
		text-transform:uppercase;
	}



footer {
	color:#fff625;
}

	footer a, footer a:visited {
		color:#fff625;
	}
	
	footer a:hover {
		color:#fff;
	}

	.footerContainer {
		max-width:1170px;
		margin:0 auto;
		padding: 15px 0 30px;
	}
	
	
	.footerContent {
		padding:0 30px 20px;
		display:flex;
	}
	
	.footerLeft {
		flex:1;
	}
	
		.footerLeft img {
			padding-right:30px;
		}
	
	.footerCenter {
		flex:3;
		position:relative;
	}
	
		.footerCenter .address {
			position:absolute;
			left:0;
			bottom:0;
		}
	
	.footerRight {
		flex:1;
		position:relative;
	}
	
		.footerRight ul {
			position:absolute;
			right:0;
			bottom:27px;
			margin:0;
			padding:0;
		}
		
		.footerRight ul li {
			list-style:none;
			float:left;
		}
	
		.footerRight ul li.circle a {
			display: block;
			font-size: 18px;
			line-height: 20px;
			padding: 5px 5px;
			width: 30px;
			height: 30px;
			color: #333daa;
			background: #fff625;
			text-align: center;
			border-radius: 30px;
			margin:0 4px;
		}
		
		.footerRight ul li.circle a:hover {
			background:#fff;
		}
		
		.footerRight ul li.newsletter a {
			display: block;
			font-size: 32px;
			line-height: 30px;
			padding: 0px 5px;
			width: 30px;
			height: 30px;
			color: #94c82c;
			text-align: center;
			margin:-2px 4px auto;
		}
		
		.footerRight ul li.newsletter a:hover {
			color:#48a8df;
		}
	
	.footerBottom {
		padding:0;
		font-weight:500;
		text-align:center;
	}
	
		.footerBottom ul {
			margin:0;
			padding:0 0 5px;
			list-style:none;
			font-size:0;
			line-height:normal;
		}
		
		.footerBottom li {
			border-right:1px solid #fff625;
			padding:0px 15px;
			display:inline-block;
			font-size:14px;
			line-height:16px;
		}
		
		.footerBottom li:first-child {
			border:none;
			display:block;
			padding-bottom:6px;
		}
		
		.footerBottom li:last-child {
			border:none;
		}
		
		.footerBottom > a {
			padding:5px 15px 0;
			display:block;
		}


.notificationPane {
	text-align:center;
	display:none;
	width:100%;
	z-index:999;
}

.notificationPane .dnnDragHint {
	display:none;
}

.notificationPane .alert-red {
	
}

.notificationPane .alert {
	background:#fff625 ;
	margin-bottom:0;
	border-radius:0;
	padding-left:10px;
	padding-right:10px;
}

.notificationPane, .notificationPane .Normal {
	color:#34424e;
	font-size:14px;
	line-height:18px;
	font-weight:bold;
}

.notificationPane p {
	margin:3px 0;
}

.notificationPane .dnnPrimaryAction {
	font-size:12px;
	line-height:18px;
	padding:3px 8px;
	margin: 0 5px;
	text-decoration:none !important;
	text-transform:uppercase;
}

.notificationPanefixed {
	position:fixed;
	z-index:9999;
	top:0;
}

.notificationPane.dnnModuleManager.dnnSortable {
	min-height:0 !important;
}

.notificationPane .alert-red {
	background:#e34444;
}

.notificationPane .alert-red, .notificationPane .alert-red .Normal {
	color:#fff;
}

.dnnEditState .userway {
	display:none !important;	
}

.carousel-control-prev, .carousel-control-next {
	width:30px;
	opacity:0.25;
}

.carousel-control-prev .carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23232a75' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next .carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23232a75' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
	opacity:0.75;
}

.carousel-indicators {
	margin-bottom:0;
}

.carousel-indicators li {
	background-color:#232a75;
}

/* Let's Be Blunt Page */

table#blunt-table {
	border-collapse: separate;
	margin: 0 0 1.5em;
	margin-bottom: 1.5em;
	width: 100%;
	margin-bottom: 30px;
	border: none;
	line-height: 2em;
}

table#blunt-table td {
	padding: 8px;
	text-align: left;
	background-color: white;
	color: black;
	font-size: 20px;
	vertical-align: middle;
	border: none;
}

table#blunt-table tr:first-child td {
	text-decoration: none;
	font-size: 46px !important;
	color: #0693e3;
	text-align: center;
	font-size: 30px;
	line-height: normal;
}

table#blunt-table td img {
	width: 100px;
	max-width:100%;
}


@import url('https://fonts.googleapis.com/css?family=Raleway:500,700,800,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:700&display=swap');