/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */
#navigation{
	width:100%;
	height:40px;
	/*background-color:#00aced; - blue */
	background-color:#f58220;
	z-index:1000;
}

#home_header {
	background:url('../images/header_bg.png') 50% 0 no-repeat;
    height: 40px;
	width:100%;
    margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

#header {
	background:url('../images/header_bg.png') 50% 0 no-repeat;
    height: 205px;
	width:100%;
    margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

#body_content {
	width:100%;
	margin-top:25px;	
}


.slicknav_menu {
	display:none;
}

.nav {
	width:980px;
	margin:0px auto;
}

#keynote {
	width:100%;
	text-align:center;
	padding:25px 0px;	
}

#keynote h4 { font-size: 2.8rem; line-height: 1.35; letter-spacing: 0rem; color:#4c4c4e;margin-top:8px; margin-bottom:0px;}

#banner {
	width:100%;
	height:438px;	
	background:url('../images/2020banner.png') no-repeat 50% 0;
	margin:0 0 120px 0;
	padding:0;
    background-size: cover;
}

#dnn_BannerPane {
	background: rgba(0,0,0,0.8);
    position: absolute;
    width: 100%;
    margin-top: 435px;
    padding: 0px 50px;
	box-sizing: border-box;
	
}

#testimonal {
	background:url('../images/testimonal_photos2.jpg') no-repeat 50% 0;
    height:280px;
	width:100%;
    margin: 0;
	padding:0;
    background-size: cover;
}

#footer {
	width:100%;
	height:371px;
	/*background-color:#00aced; - BLUE*/
	background-color:#f58220;
	/*border-top:#4bd9f8 solid 25px; - BLUE*/
	border-top:#da7509 solid 25px;
	color:#ffffff;
}

#footer p {	
	color:#ffffff;
	font-size:13px;
	margin-top:18px;
}

a.footer_links {
	font-size:13px; 
	color:#ffffff;
	font-weight: normal;
	text-decoration:underline; 
}

a.footer_links:link {
	font-size:13px; 
	color:#ffffff;
	font-weight: normal;
	text-decoration:underline;
}

a.footer_links:visited {
	font-size:13px; 
	color:#ffffff;
	font-weight: normal;
	text-decoration:underline;
}

a.footer_links:hover {
	font-size:13px; 
	color:#ffffff;
	font-weight: normal;
	text-decoration:none; 
}

a.footer_links:active {
	font-size:13px; 
	color:#ffffff;
	font-weight: normal;
	text-decoration:underline;
}			


.hidden_link, a.hidden_link:link, a.hidden_link:hover {
	color:#ffffff;	
}


.top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(46, 42, 37, 0.8) url(../images/top-arrow.png) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.top.is-visible, .top.fade-out, .no-touch .top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s; 
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.top.is-visible {
  visibility: visible;
  opacity: 1;
}
.top.fade-out {
  opacity: .5;
}


/* Default Over-rides */

#main_container {
	padding:0;
	margin:0;	
}

#banner_container {
	padding:25px 0px 0px 0px;
	margin:0;	
	color:#ffffff;
	/*font-size:24px;*/
}

#banner_container td {
	color:#ffffff;
	/*font-size:24px;*/
}

#banner_container p {
	color:#ffffff;
	/*font-size:24px;*/
}

#banner_container a, #banner_container a:link, #banner_container a:visited {
	color:#ffffff;
	text-decoration: none !important;
	/*font-size:24px;*/
}

#banner_container a:hover{
	color:#ffffff;
	text-decoration: underline !important;
	/*font-size:24px;*/
}

#blog_container {
	padding:10px 0px 0px 0px;
	margin:0;	
	color:#ffffff;
	font-size:14px;
}

#blog_container td {
	color:#ffffff;
	font-size:14px;
}

#blog_container p {
	color:#ffffff;
	font-size:14px;
	margin-bottom:0.5rem;
	margin-top:0.5rem;
}

#blog_container table {
	margin-bottom:0rem;
}

#blog_container a {
	color:#ffffff;
	font-size:14px;
}

td #dnn_ContentPane {
	margin:0;
	padding:0;	
}

p, UL LI, UL LI LI, UL LI LI LI, OL LI, OL OL LI, OL OL OL LI, OL UL LI, td {
	font-size:14px;
	line-height:22px;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}


a.dnnPrimaryAction {
	text-decoration:none;
	color:#ffffff;
}

a.dnnSecondaryAction {
	text-decoration:none;	
}

#ControlBar_ControlPanel {
	position:absolute !important;
	z-index:9000;	
	top:0;
}

#ControlPanelWrapper #dnnCPWrap{filter:none !important;}

/* Modules */
.DnnModule{margin:0 0 2em 0;}

/* Panes - In Layout Mode */
.paneOutline{border:0;}
.paneOutline span.SubHead center{border:1px #ccc dotted;border-left:0;border-right:0;line-height:2.5em;}

#iPopUp{display:none;}
.eipbackimg{z-index:1000;}

/* Fonts */
.Normal{font-size:14px;line-height:22px; font-family:'Open Sans', sans-serif;}
.SubHead{color:#333;}

/* Language Object */
.language-object { display:inline-block; margin-left: 5px; }

.dnnEditState .DnnModule { 
opacity: 1.0; 
} 

.dnnSearchBox {
	width:80%;
}

.full_opacity {
	opacity:1.0 !important;
}

#dnn_ctr557_View_pnlRotate {
    margin: 0 auto;
}

/* #Media Queries
================================================== */

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 768px) {

#navigation {
	display:none;	
}

#header {
	margin-top:0px;	
}

.slicknav_menu {
	display:block;
}

}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {}