fa/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */

html {height: 100%;} 
form {height: 100%;} 


#header {
	width:100%;
	padding: 20px 0px 8px 50px;
	border-bottom: solid 5px #005696;
	position: fixed;
    top: 0;
    z-index: 1000;
    background: #ffffff;
	min-height: 130px;
}

#navigation{
	z-index: 3000;
    position: absolute;
	margin-top: 33px;
}

.social_media {
	float: right;
	text-align: right;
}

.search_panel {
	display:none;
	position:absolute;
	width:250px;
	margin-top:50px;
	z-index:9999;
}

.NormalTextBox { padding-top:3px; }

.header_btn, a.header_btn, a.header_btn:link, a.header_btn:visited {
	color:#005696;
	background-color:#ffffff;
	font-size:12px;
	border:#bbb solid 1px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding:10px;
	margin-left:3px;	
}

a.header_btn:hover {
	color:#005696;
	background-color:#fdda1c;
	border:#fdda1c solid 1px;
	text-decoration:none;	
}

.slicknav_menu {
	display:none;
	z-index: 1500;
}

.nav {
	margin:0px auto;
}

#page_title {
	width: 100%;
	min-height: 590px;
	margin-top: 110px;
}

.Default {
	background: url(../images/pagephotos/default.jpg) no-repeat top center;
	background-size: cover;
}

.About-Us {
	background: url(../images/pagephotos/About-Us.jpg) no-repeat top center;
	background-size: cover;
}

.about-us {
	background: url(../images/pagephotos/About-Us.jpg) no-repeat top center;
	background-size: cover;
}

.Membership {
	background: url(../images/pagephotos/Membership.jpg) no-repeat top center;
	background-size: cover;
}

.membership {
	background: url(../images/pagephotos/Membership.jpg) no-repeat top center;
	background-size: cover;
}

.Publications {
	background: url(../images/pagephotos/Publications.jpg) no-repeat top center;
	background-size: cover;
}

.publications {
	background: url(../images/pagephotos/Publications.jpg) no-repeat top center;
	background-size: cover;
}

.Airlines {
	background: url(../images/pagephotos/Airlines.jpg) no-repeat top center;
	background-size: cover;
}

.airlines {
	background: url(../images/pagephotos/Airlines.jpg) no-repeat top center;
	background-size: cover;
}

.Appraisers {
	background: url(../images/pagephotos/Appraisers.jpg) no-repeat top center;
	background-size: cover;
}

.appraisers {
	background: url(../images/pagephotos/Appraisers.jpg) no-repeat top center;
	background-size: cover;
}

.News_Photo {
	background: url(../images/pagephotos/News.jpg) no-repeat top center;
	background-size: cover;
}

.news_photo {
	background: url(../images/pagephotos/News.jpg) no-repeat top center;
	background-size: cover;
}

#appraisers_page_title {
	width: 100%;
	min-height: 900px;
	margin-top: 0px;
	background:url(../images/pagephotos/Appraisers_Landing.jpg) no-repeat top center;
	background-size: cover;
}

.side_navigation {
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	width: 228px;
	float: right;
	background-color:rgba(112, 188, 82, 0.8);
	margin-top: 10%;
    z-index: 900;
	top: 115px;
	position: absolute;
	right:0px;
}

.side_nav_title {
	display: block;
	width: 100%;
	background:#fdda1c;
	color: #005696;
	text-transform: uppercase;
	padding: 10px 0px 10px 20px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}

a.side_nav, a.side_nav:link, a.side_nav:visited {
	display: block;
	color: #ffffff;
	width: 100%;
	padding-top:5px;
	padding-bottom:10px;
	padding-left:20px;
	font-size:18px;
}

a.side_nav:hover {
	display: block;
	color: #fdda1c;
	width: 100%;
	padding-top:5px;
	padding-bottom:10px;
	padding-left:20px;
	font-size:18px;
}

#body_content {
	width:100%;
	padding:50px 0px;
	background-size: cover;
	background-position: center;
	position: relative;
	background-image:url(../images/homepage/bodybg.png);
	background-size: 85%;
	background-repeat: no-repeat;
}


#footer {
	min-height: 400px;
	width:100%;
	background:url(../images/footer_bg.jpg) no-repeat center top;
	background-size: cover;
	color:#ffffff;
	font-size: 18px;
}

a.footer_title {
	font-size: 20px;
	text-transform: uppercase;
	display: inline-block;
	color: #ffffff;
    padding-bottom: 10px;
}

a.footer_title:after {
	content: '';
	display: block;
	margin: auto;
	height: 5px;
	width: 0;
	background: transparent;
	transition: width .5s ease,  background-color .5s ease;
	margin-top: 5px;
}

a.footer_title:hover:after {
	width: 100%;
	background: #fdda1c;
	border-radius: 1px 1px 20px 20px;
}


.footer_name {
	font-size: 26px;
	font-weight: bold;
	line-height: 30px;
}

.footer_address {
	text-transform: uppercase;
	font-size: 15px;
}

.footer_row{
	padding-top: 40px;
}

#footer p {	
	color:#ffffff;
	font-size: 18px;
}

.footer_bar {
	border-right: #ffffff solid 1px;
}

.copyright {
	font-size: 14px;
}

a.footer_email, a.footer_email:link, a.footer_email:visited, a.footer_email:active {
	color:#ffffff;
	text-decoration:none; 
}

a.footer_email:hover {
	text-decoration:none;
	color: #fdda1c;
}


a.footer_links, a.footer_links:link, a.footer_links:visited, a.footer_links:active {
	color:#ffffff;
	display: inline-block;
	width: 100%;
	padding: 5px 0px;
	text-decoration:none; 
	font-size: 16px;
}

a.footer_links:hover {
	text-decoration:none;
	color: #fdda1c;
}

.hidden_link, a.hidden_link:link, a.hidden_link:hover, a.hidden_link:visited {
	color:#003777;	
}

.name {
	color:#005696;
	font-size: 30px;
}

#accordion h3 {
	font-size: 40px;
	display: block;
	width: 100%;
	background: url(../images/down_arrow.png) no-repeat 18px 15px #81817d;
	line-height:normal;
	color: #ffffff;
	padding: 10px;
	text-indent: 60px;
	margin-bottom: 2px;
	font-weight: bold;
	outline: none;
	cursor: pointer;
}

#accordion h3.ui-state-active {
	background: url(../images/accrod_bg_hover.png) no-repeat 0px 0px #00498a !important;
	background-size: cover;
	margin-bottom: 45px;
}


/* Homepage Styles
---------------------------------------------------------*/

.mission_txt, .mission_text {
	text-align: center;
	font-size: 30px;
	color: #81817d;
	line-height: 40px;
	padding-bottom: 30px;
}

.bucket {
	text-align: center;
	padding-bottom: 20px;
}

.bucket_txt {
	font-size: 24px;
	color: #81817d;
	line-height: 35px;
}

#lg_bucket_content {
	width: 100%;
	margin:15px 0px;
	display: table;
}

#sponsor_content {
	width: 100%;
	margin:50px 0px;
}

#home_page_title {
	width: 100%;
	min-height: 900px;
	margin-top: 110px;
	background-size: cover;
	background-position: center;
	position: relative;
	background-image:url(../images/homepage/hero_image.jpg);
}

.header-unit {
    width: 100%;
	/*min-height:650px;*/
	margin-top: 110px;
	display: table;
}
#video-container {
    position: relative;
}
#video-container {
    top:0%;
    left:0%;
    height:100%;
    width:100%;
    overflow: hidden;
}
video {
   /* position:absolute;*/
    z-index:-1;
}
video.fillWidth {
    width: 100%;
}

.youtube {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}
 
.youtube iframe,
.youtube object,
.youtube embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

#home_body_content {
	width:100%;
	padding:50px 0px;
	background-size: cover;
	background-position: center;
	position: relative;
	background-image:url(../images/homepage/bodybg.png);
	background-size: 85%;
	background-repeat: no-repeat;

}

.btn_jet_trader {
	display: block;
	width: 32%;
	min-height: 500px;
	min-width:395px;
	background: url(../images/homepage/btn_jet_trader.jpg) no-repeat bottom center;
	background-size: cover;
	float: left;
	margin-right: 1%;
	margin-top:3%;
	-o-transition:.5s;
  	-ms-transition:.5s;
  	-moz-transition:.5s;
  	-webkit-transition:.5s;
  	transition:.5s;
}

.btn_jet_trader:hover {
	background: url(../images/homepage/btn_jet_trader_hover.jpg) no-repeat bottom center;
	background-size: cover;
	cursor: pointer;
}

a.btn_jet_trader_link, a.btn_istat_news_link, a.btn_directory_link {
	position: absolute;
	left: -9000px;
}

.btn_istat_news {
	display: block;
	width: 32%;
	min-height: 500px;
	min-width:395px;
	background: url(../images/homepage/btn_istat_news.jpg) no-repeat bottom center;
	background-size: cover;
	float: left;
	margin-right: 1%;
	margin-top:3%;
	-o-transition:.5s;
  	-ms-transition:.5s;
  	-moz-transition:.5s;
  	-webkit-transition:.5s;
  	transition:.5s;
}

.btn_istat_news:hover {
	background: url(../images/homepage/btn_istat_news_hover.jpg) no-repeat bottom center;
	background-size: cover;
	cursor: pointer;
}

.btn_directory {
	display: block;
	width: 32%;
	min-height: 500px;
	min-width:395px;
	background: url(../images/homepage/btn_directory.jpg) no-repeat bottom center;
	background-size: cover;
	float: left;
	margin-right: 1%;
	margin-top:3%;
	-o-transition:.5s;
  	-ms-transition:.5s;
  	-moz-transition:.5s;
  	-webkit-transition:.5s;
  	transition:.5s;
}

.btn_directory:hover {
	background: url(../images/homepage/btn_directory_hover.jpg) no-repeat bottom center;
	background-size: cover;
	cursor: pointer;
}

/* News Styles
-------------------------------------------------*/

.article_card {
	width: 285px;
	height: 500px;
	margin-right: 2%;
	float: left;
	margin-bottom: 40px;
	overflow: hidden;
	cursor: pointer;
}

.article_card:nth-child(3n) {
	width: 285px;
	height: 500px;
	margin-right: 0%;
	float: left;
	margin-bottom: 40px;
	overflow: hidden;
	cursor: pointer;
}

.article_title {
	font-size: 25px;
    line-height: 30px;
	color: #005696;
}

.article_title_lg {
	font-size: 45px;
	color: #005696;
	line-height: 60px;
}

/* Default Over-rides
-------------------------------------------------*/

h1 {
	font-size: 60px;
	color: #005696;
	font-weight: bold;
	line-height: 70px;
	display: block;
	width: 100%;
	text-align: center;
	background: url(../images/h1_bg.png) no-repeat center bottom;
	padding-bottom: 30px;
}

h2 {
	font-size: 30px;
	color: #005696;
	font-weight: bold;
	line-height: 40px;
	letter-spacing: .5px;
}

h3 {
	font-size: 20px;
	line-height: 20px;
	color: #005696;
}

h4 {
	font-size: 16px;
	line-height: 20px;
	color: #005696;
}

#main_container {
	padding:0;
	margin:0;	
}

#main_container H2 {
	font-size: 30px;
	color: #005696;
	font-weight: bold;
	line-height: 40px;
	display: block;
	width: 100%;
}

.Invisible {
	display: table;
	width: 100%;
}


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:20px;
	line-height:28px;
}


a.dnnPrimaryAction {
	text-decoration:none;
	color:#ffffff;
}

a.dnnSecondaryAction {
	text-decoration:none;	
}

#ControlBar_ControlPanel {
	position:absolute !important;
	z-index:9000;	
	top:0;
}


#EDNadmin li::before {
  content: " " !important; 
  padding-right: 0px; 
  top: 0px; 
}


#ControlPanelWrapper #dnnCPWrap{filter:none !important;}

/* Modules */

/* 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:15px;line-height:22px;}
.SubHead{color:#333;}

/* Language Object */
.language-object { display:inline-block; margin-left: 5px; }

.dnnEditState .DnnModule { 
opacity: 1.0; 
} 

.dnnSearchBox {
	width:80%;
}

.desktop {
	display: block;
}

.mobile {
	display: none;
}

/* #Media Queries
================================================== */

@media only screen and (max-width: 1680px) {
	.desktop {
		display: none;
	}
}

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 1280px) {
	.side_navigation {
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	width: 180px;
	float: right;
	background-color:rgba(112, 188, 82, 0.8);
	margin-top: 10%;
    z-index: 900;
	top: 100px;
	position: absolute;
	right:0px;
}

a.side_nav, a.side_nav:link, a.side_nav:visited {
	display: block;
	color: #ffffff;
	width: 100%;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:20px;
	font-size:16px;
}

#page_title {
    width: 100%;
    min-height: 450px;
    margin-top: 110px;
}

.search_panel {
	margin-left:-40px;
}

#dnnMenu .topLevel li a {
	padding: 10px 14px 0px 14px;
	font-size:19px
	}
#navigation {margin-left:-95px;}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.showsearch {display:none;}
	#dnnMenu .topLevel li a {
		padding: 10px 10px 0px 10px;
		font-size:17px;
	}
	#navigation {margin-left:-150px;}
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 768px) {

	#navigation, .header-unit {
		display:none;	
	}

	#header {
		position: relative;
	}
	
	.slicknav_menu {
		display:block;
	}
	
	.desktop, .side_navigation {
		display: none;
	}

	.mobile {
		display: block;
	}
	
	#home_page_title {
		background-image:url(../images/homepage/mobile_hero_image.jpg);
		background-size: contain;
		background-repeat: no-repeat;
		min-height: 570px;
		margin-top: 0px;
	}
	
	#page_title {
		margin-top: 0px;
	}
	
	.btn_jet_trader, .btn_istat_news, .btn_directory {
		width: 100%;
	}
	
	.Default {
		background: url(../images/pagephotos/mobile_About-Us.jpg) no-repeat top center;
		background-size: contain;
	}

	.About-Us {
		background: url(../images/pagephotos/mobile_About-Us.jpg) no-repeat top center;
		background-size: contain;
	}

	.Membership {
		background: url(../images/pagephotos/mobile_Membership.jpg) no-repeat top center;
		background-size: contain;
	}

	.Publications {
		background: url(../images/pagephotos/mobile_Publications.jpg) no-repeat top center;
		background-size: contain;
	}

	.Airlines {
		background: url(../images/pagephotos/mobile_Airlines.jpg) no-repeat top center;
		background-size: contain;
	}
	
	.Appraisers {
		background: url(../images/pagephotos/mobile_Appraisers.jpg) no-repeat top center;
		background-size: contain;
	}
	
	.News_Photo {
		background: url(../images/pagephotos/mobile_News.jpg) no-repeat top center;
		background-size: contain;
}
	
	.footer_bar {
		border-right: #ffffff solid 0px;
	}
	
	.social_media {
		margin-top:5px;
		margin-bottom:10px;
	}
	
	.showsearch {display:none;}	
	
}

/* 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) {
	
	.social_media {
		margin-top:5px;
		margin-bottom:10px;
	}
	
	.showsearch {display:none;}

	
}