#header { 
	display: block; width: 100%; min-height: 160px; position: relative; }

#menul { 
	position: fixed; 
	top: 0px; 
	left: 0px; 
	width: 320px; 
	padding-top: 90px;
	min-height: 100%; 
	z-index: 1000; 
	background-color: #eaf2f6;
	display: none;
	border-right: 3px #ffffff solid;
}

#menul a.btn {
	position: absolute !important;
	left: 95px;
	top: 30px;  
	float: left;	
}

#menul .two-lines { 
	line-height: 20px;
	padding-top: 4px;
	padding-bottom: 4px;		
}

.nav a.menuOpen {
	position: absolute !important;
	margin: -25px;
	margin-top: -30px;	
	left: 95px;
	top: 30px;  
	float: left;		
}


.nav a.menuOpen .in {
	display: inline;
}

#menul a.bigButton {
	background-color: #0096ff;
	color: #ffffff;
	font-family: "din-condensed-web", sans-serif; 
	font-weight: normal;		
	display: inline-table;
	font-size: 19px;
	line-height: 30px;
	max-height: 30px;
	text-align: center;
	margin: 30px 0px 30px 50px;
	padding: 0px 24px;
	padding-right: 44px;
	text-decoration: none;
	text-transform: uppercase;
	position: relative;
}

#menul a.bigButton span {
	position: absolute; 
	top: 0px;
	right: 15px;
}


#menul a.bigButton .icon {
	float: right;
	margin: 0px;
}

#menul > ul {
	margin: 0;
	padding: 0 25px;
	position: relative;
}

#menul ul li {
	list-style: none;
	font-size: 19px;
	line-height: 30px;
	margin: 0px; 
	padding: 0px 0px 0px 25px;
	border-top: 1px solid #d9e6ee;
	color: #000000; 
	font-family: "din-condensed-web", sans-serif; 
	font-weight: normal;	
}


#menul ul li.first {
	border-top: none;
}

#menul ul li:last-child {
	border-bottom: 1px solid #d9e6ee;
}

#menul > ul > li > a {
	text-decoration: none;
	color: #000000;
	padding-right: 25px; 
}


#menul > ul > li > ul {
	margin: 0px;
	padding: 0px;	
	margin-left: -25px;
	width: 100%;
	border-top: 1px solid #d9e6ee;	
	padding-left: 25px;
}

#menul > ul > li > ul > li {
	color: #a1a1a1;
	list-style:  square;
	list-style-position: inside;
	padding: 0px;
	margin-left: 25px;
	font-size: 14px;
	line-height: 30px;
}

#menul > ul > li > ul > li > a {
	color: #a1a1a1;
	font-size: 19px;
	line-height: 30px;
	text-decoration: none;
}

#article { 
	display: block; 
	position: relative;
	width: 100%; 
	margin-bottom: 60px;
	background-color: #ffffff;
}

#article .background {
	z-index: 1;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	min-height: 300px; 
	max-height: 370px; 
	background-color: #fffee3;
	clear: both;
}

#article .content {
	position: relative;
	width: 65.6%;
	float: right;
	z-index: 100;
}

#article .content .in {
	padding-right: 80px;

}

#article .content p { margin: 1em 0; }

#article .content blockquote {
	margin-left: -25px; 
}

#article .content blockquote strong {
	font-weight: normal;
	font-family: Arial;
	font-size: 15px;
	line-height: 18px;
}

.floatingList { 
	display: none;
	background-color: #fffee3; 	
}

#promo-list {
	background-color: #ffffff !important;
	margin-bottom: 40px;
}



#article-list.headline { 
	background-image: url("/img/article-list-headline.gif");
	background-position: 90px 0px;
	background-repeat: no-repeat;
}

.floatingList article .box {
	width: auto; 
	height: 300px;
	display: block;
	text-align: left;
	border: 3px solid black;	
	text-decoration: none;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}


.floatingList article .box.inverse { 
	background-image: none !important;
	background-color: #000000;
	color: #ff4800;
}

.floatingList article .box.inverse h1,
.floatingList article .box.inverse h2,
.floatingList article .box.inverse h3,
.floatingList article .box.inverse h4,
.floatingList article .box.inverse h5,
.floatingList article .box.inverse h6,
.floatingList article .box.inverse .perex
{
	color: #fffee3 !important;
} 


.floatingList article .box .in {
	width: auto; 
	max-height: 100%;
	display: block;
	clear: both;
	margin: 20px;
	text-overflow: ellipsis;	
}

.floatingList article .box .in .perex {
	font-family: "courier-prime", Courier, monospace;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
	margin: 0;
	font-weight: normal;
	text-overflow: ellipsis;
}


/* EDU SECTION */
.edu #article-list, .edu #article .background {
	background-color: #eaf2f6 !important;
}

.edu #article-list.headline { 
	background-image: url("/img/edu-article-list-headline.gif");
}

#main-promo {
	position: relative;
	width: 100%;
	/*min-height: 350px;*/
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;	
	margin-bottom: 40px;
	overflow: hidden;	
}

#main-promo .title {
	width: 100%;
	min-height: 90px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-color: #f54806;
	color: #ffffff;
	z-index: 10;
	opacity: 0.95;
}

#main-promo .title a {
	text-decoration: none;
	display: block;
	padding: 20px 70px;
	color: #ffffff;
}

#main-promo .title h5, #main-promo .title h2 {
	color: #ffffff;
	margin: 0;
} 

#main-promo .controls {
	position: absolute;
	z-index: 100%;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 30px;
}


#main-promo .controls > a{
	display: block;
	width: 29px;
	height: 30px;
	position: absolute;
	text-indent: -5000px;
	
}



.floatingList form {
	margin: 0;
	padding: 0;
	border: 0;
	clear: both;
	font-family: "courier-prime", Courier, monospace;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
	width: auto; 
	padding-top: 5px;
	padding-right: 70px;
	overflow: hidden;
	float: right;
}

.floatingList form a {
	color: #ff4800;
	float: right;
}

.floatingList form fieldset {
	clear: both;
	overflow: hidden;
	margin-bottom: 80px;
}

.floatingList form fieldset.last {
	margin-bottom: 30px !important;
}

.floatingList form fieldset legend {
	display: block;
	float: left;
	width: 110px;
	text-align: right;
	margin-right: 25px;
}

.floatingList form fieldset label {
	margin-left: 5px;
	margin-right: 25px;
}

.no-border-top { border-top: none !important; }
.no-border-bottom { border-bottom: none !important; }
.no-border-right { border-right: none !important; }
.no-border-left { border-left: none !important; }
.no-border { border: none !important; }

#footer { 
	display: block; 
	clear: both;
	overflow: hidden;
	width: 100%; 
	color: #000;
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
	font-family: "courier-prime", Courier, monospace;
}

#footer .in {
	margin: 60px;
	clear: both;
	display: block;	
}

#footer a,
a.footer { 
	color: #000;
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
	font-family: "courier-prime", Courier, monospace;
}

#footer a:hover,
a.footer:hover {
	text-decoration: underline;
/*	color: #938c1d;	*/
} 

#footer > article	div {
	
}


.button, .btn {
	display: block;
	float: left;
	font-family: "din-condensed-web", sans-serif;
	font-weight: normal; 
	font-size: 20px;
	line-height: 42px;
	background-color: #000000;
	padding: 0px 15px;
	color: #ffffff;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	margin-top: 1em;
}

/* ICONS */
.icon {
	display: block; 
	background-position: top left;
	background-repeat: no-repeat;
}

span.icon {
	width: 29px; 
	height: 30px; 
	float: left;
}

/* IMAGES */
.video {
	max-width: 640px;
	margin: 1em 0 2em 0;
}

.image + span.caption {
	display: block;
	font-family: "courier-prime", Courier, monospace;
	color: #938c1d;
	font-size: 12px;
	line-height: 15px;
	padding: 10px 0 10px 40px;
}

.image + span.caption a {
	color: #938c1d;
}

.imageContainer { 
	display: block; 
	max-width: 565px;
	width: 100%;
	float: left; 
}
.imageContainer:after { 
	clear: both; 
	content: " "; 
	display: table; 
}

.image { display: block; position: relative; }


.image img { display: block; z-index: 1; max-width: 100%; max-height: 100%; }

.image .controls { position: absolute; }
.image a.controls { 
	width: 29px; 
	height: 30px; 
	z-index: 1000;
	background-color: white;
	text-align: center;
	line-height: 30px;
	font-weight: bold;
	text-indent: -5000px;
}


/* ICONS */

.next { 
	top: 0px; 
	right: 0px;	
	background-image: url('/img/icons/arrow-right.gif'); 
}

.previous { 
	top: 0px; 
	left: 0px;	
	background-image: url('/img/icons/arrow-left.gif'); 
}

.zoom { 
	right: 0px;
	bottom: 0px; 		
	background-image: url('/img/icons/zoom.gif'); 
}

.menu { 
	background-image: url('/img/icons/menu.gif'); 
}

.close { 
	background-image: url('/img/icons/close.gif'); 
}

.facebook { 
	background-image: url('/img/icons/facebook.gif'); 
}

.search { 
	background-image: url('/img/icons/search.gif'); 
}

.subscribe { 
	background-image: url('/img/icons/subscribe.gif'); 
}

.blueArrow {
	background-image: url('/img/icons/arrow-right-blue.gif'); 
}


/* FILETYPES */
.doc { 
	background-image: url('/img/icons/filetypes/doc.gif'); 
}

.pdf { 
	background-image: url('/img/icons/filetypes/pdf.gif'); 
}



/* Navigation */
.nav a, #menul a.btn {
	display: block;
	height: 30px;
	position: relative;
	clear: both;
	color: #000000; 
	font-family: "din-condensed-web", sans-serif; 
	font-weight: normal;
	text-decoration: none;
	font-size: 19px;
	line-height: 30px;
	margin-bottom: 13px;
}

.nav a .in {
	display: none;
}

.nav a:hover .in {
	display: inline;
}


.nav a.left-side {
	float: left;	
}

.nav a.left-side .icon, #menul a.btn .icon {
	position: relative;
	margin-right: 10px;
}

.nav a.right-side {
	float: right;	
	padding-right: 40px; 
	margin-right: 65px;
}

.nav a.right-side .icon {
	position: absolute;
	right: 0px;
}


/* FORMS */
form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

form label {
	display: block;
	margin-bottom: 5px;	
	font-family: Arial, sans-serif;		
	font-size: 16px;
	line-height: 21px;	
	font-weight: bold;	
	color: #000;
}

form label .req {
	color: #ff0000;
}

form .btn {
	margin-top: 0;
	width: 110px;
	text-align: center;
}

.input-field {
	width: 240px;
	font-family: Arial, sans-serif;		
	font-size: 15px;
	line-height: 21px;
	padding: 5px 10px;	
	font-weight: normal;
	color: #000;
	border: 1px solid #bfbfbb;
	display: block;
	margin-bottom: 1.5em;
}

.input-field.error {
	background-color: #fffea4;
	border-color: #ff0000;
	color: #000;
}

/* SELECT FIELD */
.select-style {    
	border: 1px solid #bfbfbb;
    width: 260px;    
    overflow: hidden;
    background: #fff url("../images/icons/select-arrow.gif") no-repeat 100% 50%;
    margin-bottom: 1.5em;
}

.select-style select {
    width: 130%;
	font-family: Arial, sans-serif;	
	font-weight: bold;
	font-size: 15px;
	line-height: 20px;	
	padding: 4px 10px;	
	
	color: #000;    
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
}

.select-style select:focus {
    outline: none;
}



/* PLACEHOLDERS CSS */
.input-field::-webkit-input-placeholder {
   color: #bfbfbb;
}

.input-field:-moz-placeholder { /* Firefox 18- */
   color: #bfbfbb;  
}

.input-field::-moz-placeholder {  /* Firefox 19+ */
   color: #bfbfbb;  
}

.input-field:-ms-input-placeholder {  
   color: #bfbfbb;  
}

.error::-webkit-input-placeholder {
   color: #ff0000;
}

.error:-moz-placeholder { /* Firefox 18- */
 color: #ff0000;
}

.error::-moz-placeholder {  /* Firefox 19+ */
   color: #ff0000;
}

.error:-ms-input-placeholder {  
   color: #ff0000;
}