body {
	font-family:"Roboto", sans-serif;
	font-weight:300;
	font-size:20px;
	line-height:24px;
	color:#fff;
	background: url(images/backgrounds/body.jpg) no-repeat top center #040609;
	background-size:100% auto;
}

h1, h2, h3, h4, h5, h6 {
	font-family:inherit;
}

a, a:visited {
	color:#e47e3b;
}

a:hover, a:active {
	color:#000;
	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;
}

a {
	cursor:pointer;
}

.btn {
	border-radius: 0;
	font-weight: 700;
	text-transform: uppercase;
	line-height: normal;
	padding-top: 3px;
	padding-bottom: 3px;
}

.btn-primary, .btn-primary:active, .btn-primary:visited, .btn-primary:focus {
	color:#fff !important;
	background-color: #000 !important;
	border-color: #000 !important;
	text-decoration:none !important;
	min-width:200px;
}

.btn-primary:hover {
	color: #fff !important;
	background-color: #777 !important;
	border-color: #777 !important;
	text-decoration:none !important;
}

.btn-secondary, .btn-secondary:active, .btn-secondary:visited, .btn-secondary:focus {
	color: #fff !important;
	background-color: #8d9da3 !important;
	border-color: #8d9da3 !important;
	text-decoration:none !important;
	min-width:200px;
}

.btn-secondary:hover {
	color:#fff !important;
	background-color: #a61e22 !important;
	border-color: #a61e22 !important;
	text-decoration:none !important;
}

.btn-back {
	background:#1e2020 !important;
	color:#fff !important;
	font-size:12px;
	display:block;
	width:100%;
	text-align:right;
	padding:5px 15px !important;
}

.btn-back span {
	padding-left:5px;
}

.animateHidden {
	opacity:0;
}

.animateHidden.visible {
	opacity:1;
}

.form-control {
	border-radius:0;
}

.mark, mark {
    background-color: transparent;
}

h1 {
	font-size: 28px;
	line-height: 32px;
	font-weight:700;
	color:#e57e3b;
	margin:30px 0;
	padding:0;
	text-transform:uppercase;
}

h2 {
	font-size: 26px;
	line-height: 30px;
	font-weight:700;
	color:#e57e3b;
	margin:30px 0;
	padding:0;
	text-transform:uppercase;
}

h3 {
	font-size: 24px;
	line-height: 28px;
	font-weight:700;
	color:#e57e3b;
	margin:30px 0;
	padding:0;
	text-transform:uppercase;
}

h4 {
	font-size: 22px;
	line-height: 26px;
	font-weight:500;
	color:#e57e3b;
	margin:30px 0;
	padding:0;
}

h5 {
	font-size: 20px;
	line-height: 24px;
	font-weight:500;
	color:#e57e3b;
	margin:30px 0;
	padding:0;
}

h6 {
	font-size: 18px;
	line-height: 22px;
	font-weight:500;
	color:#e57e3b;
	margin:30px 0;
	padding:0;
}

p {
	margin:30px 0;
	padding:0;
}

.sc-content-block-quick-insert {
	display:none !important;
}

.dnnSortable.ui-sortable, .dnnSortable.ui-droppable {
    padding: 0;
    width: 100%;
}

img {
	max-width:100%;
	height:auto;
}

.popupImage {
	cursor:pointer;
}


/* 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;
}

.container {
	position: relative;
	padding-left: 45px;
	padding-right: 45px;
}

.pageContent {
	position:relative;
	z-index:1;
}

.pageBody {
	position:relative;
	margin-left:250px;
	z-index:1;
}

.leftNavAnimate header, .leftNavAnimate .pageBody {
	transition: all 0.3s ease-in-out;
}

.personabar-visible body#Body::after {
	left:151px;
}

.leftNavClosed .pageContent {
	left:0;
}

.leftNavClosed header, .leftNavClosed .pageBody {
	margin-left:0;
}

.leftNavOpen.leftNavAnimate header, .leftNavOpen.leftNavAnimate .pageBody {
	transition: all 0.3s ease-in-out;
}

.personabar-visible .leftNav.open {
	margin-left: 80px;
	border-right: 2px solid rgba(255,255,255,0.2);
}

header {
	position: relative;
	display:flex;
	align-items: center;
	margin-left:250px;
	padding:0 15px 15px;
}

	header .logo {
		text-align: left;
		min-width: 40%;
		padding: 15px 0;
	}
	
	header .headerIconContainer  {
		width:100% !important;
		display:flex;
		justify-content: right;
	}
	
	header .headerIconContainer .headerIcon  {
		padding:5px;
	}
	
	header .headerIconContainer .headerIcon:hover {
		background:rgba(0,0,0,0.33);
	}
	
	header .headerIconContainer img {
		max-height:170px;
	}

.panes {
	min-height:600px;
}

.homeHeroPane {
	position: relative;
	z-index: -1;
}

.homeHeroPane.DNNEmptyPane {
	display:none;
	margin-top:0 !important;	
}

#HeroVideo, #FooterVideo {
	width:100%;
	display: block;
}

.contentPane {
	transition: all 0.3s ease-in-out;
}

.DNNEmptyPane {
	min-width:0;
	border:none;
	margin:0;
	padding:0 !important;
}

.communicationsFooter {
	position: relative;
}

.communicationsFooter .container-fluid {
	position:absolute;
	z-index:1;
	bottom:30px;
	left:0;
	width:100%;
}

.communicationsFooter a {
	color:#fff;
	font-size:32px;
	line-height:36px;
}

.communicationsFooter a:hover {
	color:#e47e3b;
}

footer {
	text-align:center;
	color:#fff;
	font-size: 16px;
	line-height: normal;
	font-weight:bold;
	background:#e47e3b;
	color:#0b0b14;
}

footer a {
	color:inherit;
}

footer .container-fluid {
	text-align:left;
	padding:20px 30px;
}

footer .container-fluid .row {
	align-items: center;
}

footer .container-fluid .socialIcons {
	
}

footer .container-fluid .socialIcons a {
	color: #e47e3b;
	background: #0b0b14;
	padding: 5px 12px;
	display:inline-block;
}

footer .copyright {
	font-size:15px;
	margin:20px 0;
}

/* custom animations */

@-webkit-keyframes subtleZoomIn {
  from {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
    transform: scale3d(1.2, 1.2, 1.2);
  }

  to {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,11);
  }
}

@keyframes subtleZoomIn {
  from {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
    transform: scale3d(1.2, 1.2, 1.2);
  }

  to {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,11);
  }
}


.subtleZoomIn {
  -webkit-animation-name: subtleZoomIn;
  animation-name: subtleZoomIn;
}