html, body {
	position:relative;
	/*width:100%;
	height:100%;
	overflow:auto;*/
}

body {
	background: #072086;
	/*background: linear-gradient(5deg, rgba(74,175,227,1) 0%, rgba(36,40,103,1) 100%);
	background-image: radial-gradient(circle at bottom left, #077dd4 0%, #072086 75%);*/
	
	background: -webkit-linear-gradient(36deg, rgb(55, 175, 226) 0%, rgb(35, 107, 181) 40%, rgb(40, 49, 124) 80%, rgb(36, 40, 104) 100%);
	background: -o-linear-gradient(36deg, rgb(55, 175, 226) 0%, rgb(35, 107, 181) 40%, rgb(40, 49, 124) 80%, rgb(36, 40, 104) 100%);
	background: -ms-linear-gradient(36deg, rgb(55, 175, 226) 0%, rgb(35, 107, 181) 40%, rgb(40, 49, 124) 80%, rgb(36, 40, 104) 100%);
	background: -moz-linear-gradient(36deg, rgb(55, 175, 226) 0%, rgb(35, 107, 181) 40%, rgb(40, 49, 124) 80%, rgb(36, 40, 104) 100%);
	background: linear-gradient(54deg, rgb(55, 175, 226) 0%, rgb(35, 107, 181) 40%, rgb(40, 49, 124) 80%, rgb(36, 40, 104) 100%);
	
	/*background: -webkit-linear-gradient(29deg, rgb(7, 102, 192) 0%, rgb(7, 54, 160) 80%, rgb(7, 45, 152) 100%);
	background: -o-linear-gradient(29deg, rgb(7, 102, 192) 0%, rgb(7, 54, 160) 80%, rgb(7, 45, 152) 100%);
	background: -ms-linear-gradient(29deg, rgb(7, 102, 192) 0%, rgb(7, 54, 160) 80%, rgb(7, 45, 152) 100%);
	background: -moz-linear-gradient(29deg, rgb(7, 102, 192) 0%, rgb(7, 54, 160) 80%, rgb(7, 45, 152) 100%);
	background: linear-gradient(61deg, rgb(7, 102, 192) 0%, rgb(7, 54, 160) 80%, rgb(7, 45, 152) 100%);*/
	
	font-family: Montserrat, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
	overflow-x: hidden;
}

.container {
    max-width: 1280px;
}

h1 {
	font-family:inherit;
	font-size:2.25em;
	font-weight:bold;
	color:#000;
	line-height:1.2em;
	margin: 0.75em 0;
}

h2 {
	font-family:inherit;
	font-size:1.5em;
	font-weight:bold;
	color:#000;
	line-height:1.2em;
	margin: 0.75em 0;
}

h3 {
	font-family:inherit;
	font-size:1.35em;
	font-weight:bold;
	color:#000;
	line-height:1.2em;
	margin: 0.75em 0;
}

h4 {
	font-family:inherit;
	font-size:1.15em;
	font-weight:bold;
	color:#000;
	line-height:1.2em;
	margin: 0.75em 0;
}

h5 {
	font-family:inherit;
	font-size:1.10em;
	font-weight:bold;
	color:#000;
	line-height:1.2em;
	margin: 0.75em 0;
}

h6 {
	font-family:inherit;
	font-size:1em;
	font-weight:bold;
	color:#000;
	line-height:1.2em;
	margin: 0.75em 0;
}

a, a:visited, a:active {
	text-decoration:none !important;
	color:#000;
}

a:hover {
	color:#000;
}

.btn {
	position:relative;
	border-radius:30px;
	border:none;
	font-weight:500;
	text-transform:uppercase;
	font-size:1em;
	line-height:1.25em;
	margin:5px;
	box-shadow:none !important;
	transition:none;
}

.btn-primary, .btn-primary:active, .btn-primary:visited, .btn-primary:focus {
	color: #fff !important;
	background: rgb(130,97,69) !important;
	background: linear-gradient(160deg, rgba(209,4,5,1) 0%, rgba(116,5,10,1) 100%) !important;
	border: none !important;
	text-decoration:none !important;
	padding: 10px 30px !important;
	min-width: 225px !important;
}

.btn-primary:hover {
	color:#fff !important;
	background: linear-gradient(340deg, rgba(209,4,5,1) 0%, rgba(116,5,10,1) 100%) !important;
	border: none !important;
	text-decoration:none !important;
}

.btn-secondary, .btn-secondary:active, .btn-secondary:visited, .btn-secondary:focus {
	color: #fff !important;
	background-color: #0e595e !important;
	border-color: #0e595e !important;
	text-decoration:none !important;
}

.btn-secondary:hover {
	color: #fff !important;
	background-color: #39b7ab !important;
	border-color: #39b7ab !important;
	text-decoration:none !important;
}

.btn-sm, .btn-sm:active, .btn-sm:visited, .btn-sm:focus {
	font-size: 0.75em !important;
	padding: 6px 12px !important;
	min-width: 100px !important;
}

.btn-download:after {
	content: "\f0ed";
	font-family: 'FontAwesome';
	padding-left: 8px;
	position: relative;
	font-size: 1.5em;
	bottom: -0.125em;
}

.btn-external-link:after {
	content: "\f08e";
	font-family: 'FontAwesome';
	padding-left: 8px;
	position: relative;
	font-size: 1.5em;
	bottom: -0.125em;
}

.btn-contact:after {
	content: "\f003";
	font-family: 'FontAwesome';
	padding-left: 8px;
	position: relative;
	font-size: 1.5em;
	bottom: -0.125em;
}

.sc-content-block-quick-insert {
	/*display:none !important;*/
}

.sc-content-block-menu-addcontent {
	display:none !important;
}

.customModuleEmpty {
	position:relative;
	border:1px solid #ccc;
	padding: 30px 60px 60px !important;
	background: repeating-linear-gradient(45deg, #ddd, #ddd 10px, #eee 10px, #eee 20px) !important;
	max-width:none !important;
}

.customModuleIconPreview {
	text-align:center;
}

.customModuleIconPreview img {
	height:250px;
}

.customModuleName {
	padding:10px 0;
	text-align:center;
	color:#000;
	font-weight:900;
	font-size:1rem;
	line-height:1rem;
}

img {
	max-width:100%;
	height:auto;
}

.fa-btn {
	border-radius: 100%;
	border: 2px solid #777779;
	background: #777779;
	color: #fff;
	display: inline-block;
	padding: 7px;
	text-align:center;
}

.fa-btn:hover {
	color:#5e8f90;
	border-color:#5e8f90;
}

.fa-btn.solid {
	background:#0e595e;
	color:#eef9fb;
}

.fa-btn.solid:hover {
	background:#5e8f90;
	border-color:#5e8f90;
}

.fa-btn i.fa {
	font-size: 2em;
	width: 1em;
}

body:not(.dnnEditState) .DNNEmptyPane {
  min-height: 0;
}

.dnnLogin .LoginPanel {
	color:#fff;
	margin: 0 auto;
	float: none;
	padding: 60px 0;
}

header {
	/*position: relative;
	z-index: 2;
	padding: 0 15px;
	display:flex;
	background: rgba(32,37,36,0.28); /*#2f251d */
	font-weight:bold;
	text-transform:uppercase;
	color:#fff;
	position:relative;
	z-index:999;
}

header .rowTop a {
	color:#fff;
}

header .rowTop a:hover {
	color:#45a1d3;
}

header .headerRow {
	display: flex;
	width: 100%;
}

header .rowTop {
	position: relative;
	z-index: 2;
	height:60px;
}

header .headerRow .item {
	flex-grow: 1;
	justify-content: center;
	display: flex;
	align-items: center;
	padding: 10px 15px;
	border-radius:0;
}

header .headerRow .itemSpacer,
header .headerRow .itemPseg {
	/*min-width: 190px;
	max-width: 190px;*/
}

header .headerRow .itemPseg {
	background:#D9DAD9;
}

header .headerRow .item img {
	/*padding-right:10px;*/
}

header .headerRow .itemSpacer img,
header .headerRow .itemPseg img {
	padding-right:0;
}

header .rowBottom {
	background:#fff;
	color:#737373;
	min-height: 70px;
	padding-top: 8px;
}

header .rowBottom a {
	color:#737373;
}

header .rowBottom a:hover {
	color:#A90509;
}

header .rowBottom .itemLogo {
	justify-content: left;
	flex-grow: 0;
	width: 380px;
}

header .rowBottom .itemLogo a {
	position: absolute;
	z-index: 1;
	top: 22px;
}

header .rowBottom .menuItem {
	flex-grow: 1;
	justify-content: center;
	align-items: center;
	display: flex;
}

header .rowBottom .itemPhone {
	position: relative;
	flex-grow: 0;
}

header .rowBottom .itemPhone .espanol {
	position: absolute;
	top: 0;
	font-size: 0.85em;
	right: 15px;
}

header .rowBottom .itemPhone a {
	color:#A90509;
}

header .rowBottom .itemPhone a:hover {
	color:#000;
}

header .rowBottom .itemPhone img {
	padding-right:5px;
}

header .mainNav {
	flex-grow: 1;
	justify-content: center;
	display: flex;
	align-items: center;
	padding: 10px 15px;
}


body.personabar-visible header {
	/*padding-left: 80px;*/
}

	.logo img {
		/*height:100px;*/
	}
	
	.headerCell {
		padding:15px;
		/*text-align:center;
		align-self: center;*/
		margin: 0 auto;
	}
	
	
.heroPane {
	position:relative;
	z-index:4;
}

.contentPane {
	position:relative;
	z-index:3;
	min-height:100px;
}

.fullWidthPane {
	position:relative;
	z-index:2;
}

.bottomPane {
	position:relative;
	z-index:1;
}


.socialIcons {
	list-style: none;
	display: flex;
	margin: 0 -5px 30px;
	padding: 0;
}

	.socialIcons li {
		margin: 0 5px;
		padding: 0;
		display: flex;
	}
	
		.socialIcons li a {
			font-size: 1.25em;
			line-height: 1.25em;
			padding: 4px;
			width: 1.75em;
			height: 1.75em;
			text-align: center;
			border-radius: 1.25em;
			color: #000;
			border: 1px solid #000;
		}
		
		.socialIcons li a:hover {
			color:#A90509;
			border-color:#A90509;
		}


/* SCROLL UP */

#scrollUp {
	bottom: 5px;
	right: 20px;
	padding: 5px;
	font-size:42px;
	line-height:24px;
	opacity:0.50;
	text-align:center;
	color:#4b4d5d;
}

#scrollUp:hover {
	opacity:0.9;
}

.ScrollUpLabel {
	font-size:18px;
	line-height:18px;
	display:block;
	padding-top:3px;
}

footer {
	padding-bottom:45px;
}

footer .footerContainer {
	position:relative;
	background:#fff;
	display:flex;
	padding:30px 60px;
}

footer .footerPane {
	width: calc(100% / 3) !important;
}

footer .footerPaneLeft {
	
}

footer .footerPaneCenter {
	text-align: center;
}

footer .footerPaneCenter img {
	position: relative;
	margin-top: -75px;
	z-index: 998;
	padding:0 60px;
}

footer .footerPaneRight {
	
}

nav.footerMenu {
	padding:15px 0;
	background:#fff;
}

nav.footerMenu ul {
	list-style:none;
	margin:0;
	padding:0;
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
}

nav.footerMenu ul li {
	
}

nav.footerMenu ul li a {
	padding:10px 15px;
	font-weight:bold;
	text-transform:uppercase;
	font-size:0.85em;
}

footer .copyright {
	padding:15px 30px;
	background:#fff;
	text-align:center;
	font-size:0.75em;
}


.heroFooterButtons, .heroFooterButtons h1, .heroFooterButtons h2, .heroFooterButtons h3, .heroFooterButtons h4, .heroFooterButtons h5, .heroFooterButtons h6 {
	font-size:1.2em;
	font-weight:bold;
	color:#011F80;
	margin:0;
	text-transform:uppercase;
}

.heroFooterButtons ul {
	list-style:none;
	display:flex;
	margin:0 -0.1em;
	padding:0;
}

.heroFooterButtons ul li {
	padding: 0;
	margin: 0 0.1em;
	background: #fff;
	color: #011F80;
	display: flex;
	width: calc(100% / 3);
	justify-content: center;
	position: relative;
	text-align: center;
}

.heroFooterButtons ul li a {
	color:#011F80;
	position:relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px 15px 25px;
	width:100%;
	height:100%;
}

.heroFooterButtons ul li a:after {
	content: "";
	position: absolute;
	z-index: 1;
	bottom: 15px;
	border: 2px solid #A90509;
	width: 110px;
}

.heroFooterButtons ul li a:hover {
	color:#A90509;
}

/* BLOG */

.DnnModule-432 {
	padding: 15px 30px;
	background: #fff;
}

.app-news5-flynn {
	padding-top:20px;
}