/*********************************
REA App

Desktop style sheet 

#EE3124		red
#eeeeee		grey

#FONTS
#WRAPPERS
#CONTAINERS
#INTERNAL CONTAINERS
#CONTAINER CLASSES

**********************************/


@font-face {
  font-family: 'CenturyGothic';
  src: url('CenturyGothic.eot?#iefix') format('embedded-opentype'),  
  url('CenturyGothic.woff') format('woff'), 
  url('CenturyGothic.ttf')  format('truetype'), 
  url('CenturyGothic.svg#CenturyGothic') format('svg');
  font-weight: normal;
  font-style: normal;
}


*{
    margin:0px;
    padding:0px;
    font-family:  Arial, Helvetica, san-serif;
    
}

img, div { behavior: url(/scripts/iepngfix.htc) } 


/*********************************
#FONTS
**********************************/

h1{

font-size: 22px;
color: #003D79;
font-weight:normal;
margin-bottom: 33px;
}


h2{
color: #003D79;
font-size: 12pt;
font-weight:normal;
padding: 8px 0 5px 8px;
}

.menu-item h2{
font-weight: normal;
font-size: 18pt;
color: #ffffff;

}



h3{

font-size: 12pt;
color: #003D79;
font-weight:normal;
}


h4{

font-size: 12pt;
color: #003D79;
margin-bottom: 15px;
font-weight:normal;
}

h5{

font-size: 12pt;
color: #00539f;
margin-bottom: 0px;
font-weight: normal;
}


p{
color: #000000;
padding-bottom: 10px;
font-size: 15px;
}

a{
text-decoration: none;
color: #000000;
}


#footer_container a{
color: #000;
font-size: 10pt;

}

ul{
list-style-position: inside;
padding: 10px;
}

#footer_container ul{
list-style-type: none;
padding: 0;
margin: 0;
}

li{
color: #000;
margin-bottom: 10px;
}

hr{


width: 100%;
color: #FFF;
border-top: 5px solid #FFF;
border-bottom: none;
border-left: none;
border-right: none;
margin-bottom: 20px;
margin-top: 10px;
}


/*********************************
#WRAPPERS
**********************************/
body{
min-width: 1024px;
background:  #ffffff;
}


#top_wrapper{

background: #EE3124;
width: 100%;
height: 5px;

}

#content_wrapper{

background:  #FFF;
background-position: bottom;
width: 100%;
}

#footer_wrapper{

background:  #ffffff;
width: 100%;
border-top: solid thick #003D79;
padding-top: 30px;
margin-top: 40px;
}


/*********************************
#CONTAINERS
**********************************/

#header_container{

width: 1024px;
height: 130px;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
background:#FFF;
overflow: hidden;
}

#nav_container{
width: 100%;
height: 55px;
background-color: #EE3124;
	
}


#content_container{

width: 1024px;
height: auto;
min-height: 600px;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
background: none;
overflow: hidden;


}

#inner_container{

width: 1024px;
height: auto;
margin-top: 33px;
margin-right: auto;
margin-bottom: 50px;
margin-left: auto;
background: #ffffff;
}


#footer_container{

width: 1024px;
height: auto;
min-height: 200px;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
background: none;
overflow: hidden;
padding-top: 0px;
text-align: left;

}

/*********************************
#CONTAINER CLASSES
**********************************/

.clear{
	clear: both;
}

/*********************************
#INTERNAL CONTAINERS
**********************************/

#logo{

width: 516px;
height: 92px;
display: block;
float: left;
margin-top: 30px;
background:url(../../images/headerlogo.jpg) no-repeat;
}

.log_container{
	float: right;
	margin-top: 10px;
	width: 300px;
	height: 76px;
}

.log_container img{
margin-left: 55px;	
	
}

#main-side{
	width: 319px;
	height: 352px;
	float:right;	
}

#sideone{
	width: 319px;
	height: auto;
	background-color: #eeeeee;
	 float: left;
}


#sidetwo{
	width: 319px;
	height: 175px;
	background-color: #eeeeee;
	margin-top: 28px;
}


#sidetwo img{
	
	margin-left: 15px;
	
}

#video-side{
	width: 319px;
	height: auto;
	background-color: #eeeeee;
	margin-top: 57px;
	float:right;
	margin-bottom: 58px;
}

#nav{
width: 1000px;
height: 55px;
list-style: none;
margin: 0 auto;

}

#nav_container #nav ul li{
display: block;
float: left;
}
	
#nav ul li a {
font-weight:200;
font-size: 13px;
height: 18px;
padding-top: 7px;
text-transform: uppercase;
}



/* RESPONSIVE CSS FOR MENU */
/* phone 3 lines menu */
	@media screen and (max-width: 989px) {
	
		#nav{
			width: 100%;
			height: auto;
			list-style: none;
			float: left;
			
		}


		#menu {
			width:99%;
			display: block;
			background:none;
			font-size:2.5em;
			text-align: right;
			padding-right: 0;
			padding-bottom: 8px;
		}
		#nav br {   display: none; }
		#nav li, #nav li a{ height: auto; background: #EE3124; text-align: left;
		
			border-right:none;
			font-size:12px;
			color: #fff;
			
			padding: 1%;
			margin-bottom: 5px;
			margin-left: 0;
			}
		#nav li a{ padding-left: 0;}
		.home-icon{ text-align: left; margin-left: -5px; padding-right: 5px; float: none;}
		#nav.js {
			display: none;
		}
		#nav ul {
			width:92% !important;
			margin-top: 0px;
			background: #EE3124;
			padding:4%; 
			padding-bottom: 20px;
		}

	#nav ul li{
		display: block;
		border-bottom: 1px solid #fd585f;
		}
	#nav ul li a, #nav ul li a:hover, ul#nav li a:active {
		border-bottom: none !important;
		padding-bottom: 0px !important;
		border-left: none;
		width: 100%;

		}
	
	}

	@media screen and (min-width: 989px) {
		#menu {
			display: none;
		}
	}
	
	
.Home {
		display: inline-block;
		width: 66px;
		color: #fff;
		text-align:center;
		text-decoration: none;
}
		
.Video {
		display: inline-block;
		width: 72px;
		color: #fff;
		text-align:center;
		text-decoration: none;
		border-left:  #ffffff solid thin;

}

.VBF {
		display: inline-block;
		width: 60px;
		color: #fff;
		text-align:center;
		text-decoration: none;
		border-left:  #ffffff solid thin;


}

.Whats-New {
    border-left: thin solid #ffffff;
    color: #fff;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    width: 118px;
}
		
.Audio {
		display: inline-block;
		width: 74px;
		color: #fff;
		text-align:center;
		text-decoration: none;
		border-left:  #ffffff solid thin;


}

.Documents{
		display: inline-block;
		width: 118px;
		color: #fff;
		text-align:center;
		text-decoration: none;
		border-left:  #ffffff solid thin;


}
		
.Letters {
		display: inline-block;
		width: 78px;
		color: #fff;
		text-align:center;
		text-decoration: none;
		border-left:  #ffffff solid thin;


}

.Marketing-Visuals{
		display: inline-block;
		width: 166px;
		color: #fff;
		text-align:center;
		text-decoration: none;
		border-left:  #ffffff solid thin;

}
		
		
.Events {
		display: inline-block;
		width: 77px;
		color: #fff;
		text-align:center;
		text-decoration: none;
		border-left:  #ffffff solid thin;

}
		
		
.Agents {
		display: inline-block;
		width: 83px;
		color: #fff;
		text-align:center;
		text-decoration: none;
		border-left:  #ffffff solid thin;
}

.Coaching {
		display: inline-block;
		width: 93px;
		color: #fff;
		text-align:center;
		text-decoration: none;
		border-left:  #ffffff solid thin;
}

#nav ul li a:hover, ul#nav li a:active {
	border-bottom:  #ffffff solid thin;

	}

#nav ul li a{
	padding-bottom: 8px;
	padding-right: 0;
}


.main-content{

width: 634px;
height: auto;
padding:0;
float: left;
display: block;
}

.main-content img{
	padding-bottom: 72px;
}



.video-content{
width: 1020px;
float: left;
height: auto;
background: #e5e5e5;
padding: 0;
padding-bottom: 70px;
}

.favourite-star-yellow{
width: 45px;
height: 45px;
display: block;
float: right;
margin-top:40px;
background:url(../../images/favourite-yellowstar.jpg)center no-repeat;
}

.favourite-star-red{
width: 45px;
height: 45px;
display: block;
float: right;
background:url(../../images/favourite-redstar.jpg) center no-repeat;
}

.video-info{
width: 638px;
height: 416px;	
margin-top: 50px;
}

.video-info img{
padding-bottom:0px;
}

.button{
width: 255px;
height: 90px;
background-color: #e13300;
display: block;
float: left;
}

.videogrey{

background: #e5e5e5 930px center no-repeat;
height: 80px;
}

.videowhite{

background: #FFF 930px center no-repeat;
padding-top: 15px;
padding-bottom: 15px;
height: 80px;
}

.full-column_one{

width: 634px;
height: auto;
overflow: hidden;
display: block;
background: #ffffff;
margin-bottom: 27px;
}

.full-column_one h1{
margin-bottom: 33px;
}

.video-item{

width: 630px;
float: left;
height: 80px;
display: block;
opacity: 1;
 
}


.video-item:hover{
opacity: 0.8;
}



.video-img{
width: 84px;
height: 69px;
float: left;
padding-left: 30px;
background: none;
}

.play{
width: 84px;
height: 69px;
background:url(../../images/select-button-on-videos.png) center no-repeat;
display: block;
margin-top: -145px;
position: relative;
z-index: 2;
}
.play:hover{
background:url(../../images/select-button-on-videos-selected.png)) center no-repeat;

}

.video-txt{
float: left;
padding-left: 20px;
padding-right: 220px;
padding-top: 22px;
overflow: hidden;
height: 45px;
}

.video-txt p{
padding-bottom: 0;
}

.full-column2{

width: 1024px;
height: 559px;
display: block;
background: #ffffff;
overflow: hidden;
padding-top: 5px;
}

.full-column3{

width: 1024px;
height: 559px;
display: block;
background: #e5e5e5;
overflow: hidden;
padding-top: 5px;
}


.login{
width: 319px;
height: 120px;
}

.find-form{
width: 319px;
min-height: 310px;
height: auto;
}

input{
width: 290px;
height: 15px;
padding: 5px;
margin-right: 10px;
margin-top: 4px;
float:right;
border: 1px solid #ffffff;
}

button{
width: 300px;
height: 20px;
background: #EE3124;
border: 0;
color: #ffffff;
font-size: 10pt;
margin-top: 10px;
float: right;
margin-right: 10px;
}

.password {
	float: right;
	font-size: 10px;
	margin-right: 10px;
	font-weight:bold;
	margin-top: 5px;
	}


.membership {
	font-size: 14px;
	margin-left: 10px;
}

.left-list{
width: 320px;
float: left;
height: auto;
min-height: 80px;
background: none;
padding: 0 10px 0 0;
}


.right-list{
width: 280px;
float: right;
height: auto;
min-height: 80px;
background: none;
padding: 0 10px 0 20px;
border-left: 2px solid #003D79;
}

.middle-list{
width: 345px;
height: auto;
min-height: 80px;
background: none;
padding: 0 10px 0 20px;
border-left: 2px solid #003D79;
display: flex;
float: left;
}


/*********************************
#PAGINATION
**********************************/

.pagination{
	width: 218px;
	padding-left: 8px;
	height: 30px;
	background: none;
	float: right;
	margin-top: 20px;
	border-radius: 8px;
	border:thin solid #eeeeee;
	margin-bottom: 40px;
}

.page-buttons{
	width: 218px;
	height: 20px;
	border-radius: 5px;
	padding: 5px 0;
}

.page-buttons a{
	font-size: 14px;
	color: #003246;
	border-right: 1px solid  #d1dfe8;
	padding: 0px 7px;
	float: left;
	font-weight:bold;

}
.page-buttons a:hover{
	color: #000;
}
.page-buttons .current{
	color: #000;
	font-weight:normal;
}
.page-buttons .no-border{
	border-right: 0;
}

/*********************************
#Agents List
**********************************/

.red-bar{
background: #EE3124;
width: 631px;
height: 50px;
}

.red-bar p{
color: #FFF;
padding-top: 15px;
padding-left: 20px;
}

.agent-item:hover{
opacity: 0.8;

}
.agent-txt{
float: left;
width: auto;
overflow: hidden;
padding-top:15px;

}

.agent-txt p{
padding-bottom: 0;
color: #003D79;
}

#search{
width: 220px;
height: 25px;
border-left: 5px solid #eeeeee;
background: #eeeeee url(../../images/searchicon.png) left no-repeat;
color: #000;
}

/*********************************
#Find form
**********************************/

.find-container{
border: 1px solid #dedede;
border-radius: 3px;

}


.find-item{
border-bottom: 1px solid #dedede;
height: auto;
width: 100%;
margin-bottom:10px;
margin-top: 10px;
}



.find-item input {
    background: #fff none repeat scroll 0 0;
    border-right: 1px solid #dedede;
    float: left;
    font-size: 12px;
    height: 15px;
  width: 92%;
margin: 2%;
padding: 2%;
}



.find-item label{
float: left;
padding: 0px 20px;
margin-top: 0px;
padding-top: 30px;
background: #fff;
height: 50px;
}



.find-button{
background: url(../../images/icon-find.png) center no-repeat;
height: 80px;
width: 80px;
float: left;
margin: 0;
cursor: pointer;
}


.find-submit{
background: #EE3124;
border-right: 1px #ffffff solid;
margin: 2%;
height: 40px;
width: 96%;
float: left;
cursor: pointer;
font-size: 12px;

}


.find-select {
   width: 296px;
   height: 22px;
   overflow: hidden;
   background:  url(../../images/icon-down-arrow.png) #FFF no-repeat right;
   border:0;
   padding-top: 0px;
   margin-left: 10px;
   }
   

.find-select select {
   background: transparent;
   width: 296px;
   font-size: 12px;
   border: 0;
   appearance: none;
   -webkit-appearance: none;
    -moz-appearance: none;
   	color: #AAA;
	margin-left: 10px;
}



.find-category {
    background: #fff url("../../images/icon-down-arrow.png") no-repeat scroll right center;
    border: 0 none;
    height: 20px;
    margin-left: 0px;
    margin-top: 45px;
    overflow: hidden;
    margin: 2%;
    padding: 2% 0;
    width: 96%;
}


.find-category select {
   background: transparent;
   width: 306px;
   font-size: 12px;
   border: 0;
    appearance: none;
   -webkit-appearance: none;
    -moz-appearance: none;
   	color: #AAA;
	margin-left: 1px;
}

  
.textarea{
height: 50px;
    margin: 2%;
    overflow: hidden;
    padding: 2% 2%;
    width: 92%;

border: 0;

background-color: #FFF;
font-size: 12px;
float: left;
}

#video-list {
	height: 80px;
	width: 270px;
	margin: 10px 0 0 11px
}

#video-list img {
	float: left;

}

.video-inner p {
	font-size: 10px;
	line-height: 14px;
	color: #000;
	margin-left: 130px;

}

.video-inner a {
	font-size: 10px;
	font-weight:bold;
	color: #EE3124;
	text-decoration: none;
}

.agent-item{

width: 634px;
float: left;
display: block;
opacity: 1;
padding-left: 20px;
 
}

.agentwhite{
padding-bottom: 15px;
}

.agent-address{
	
	float: right;
	margin-right: 40px;
	height: auto;
	width: 120px;
	padding-top:15px;
	background: url(../../images/red-arrow.png) no-repeat center right;
}

.agent-address p{
padding-bottom: 0;
color: #003D79;
}

.agentgrey{
padding-bottom: 15px;
background-color:#eeeeee;
}

.agents-find-form{
width: 319px;
min-height: 200px;
height: auto;
}


.header h1{
margin-bottom: 5px;


}

.agent-icon{
	
	float: right;
	height: 40px;
	width: 120px;
	padding-top:15px;
	background:no-repeat center right;
}

.agentgrey{
padding-bottom: 15px;
background-color:#eeeeee;
}

.agent-icon img{
	
margin-top:10px;	
}

.login_two {
width: 420px;
height: auto;
border: 1px solid #ffffff;
margin-left: 260px;
margin-top: 80px;
padding: 40px; 
margin-bottom: 40px;
overflow: auto;
}

.login_two input{
width: 380px;
height: 40px;
padding: 5px;
margin-right: 10px;
margin-top: 15px;
float:right;
border: 1px solid #ffffff;	
}

.login_two button{
width: 390px;
height: 40px;
background-color: #EE3124;
display: block;
margin-top: 25px;
cursor: pointer;
}

.error{
	
float: right;
margin: 0 10px 0 10px;
color: #e13300;
height: auto;
min-height: 40px;
font-size: 10pt;
overflow:auto;
}


.hidden_desktop{
display: none;
}

.header{
padding: 4%;
}

iframe{
width: 100%;

}


/******
Course page
******/

.red-bar-media{

background: #EE3124;
width: 100%;
height: 50px;
text-transform:uppercase;
}

.red-bar-media p{
color: #fff;
padding: 15px 0 0 20px;
}

.module-icon{
width: 15%;
height: auto;
float: left;
background:none;
padding-top: 20px;
padding-bottom: 20px;
}

.module-content{
width: 85%;
float: left;
padding-top: 20px;
padding-bottom: 20px;
}

.back-link{
width: 10%;
background: #003D79;
padding:8px 8px 8px 0;
display: block;
margin-bottom: 20px;
text-align: right;
float: right;
font-size: 14px;
border-radius: 5px;
color: #fff;
margin-top: 30px;
text-align: center;
}

.course-title{
float: left;
padding-top: 30px;
font-size: 24px;
}


.module-content li{
font-size: 14px;
padding-bottom: 10px;
border-bottom: 1px solid #eee;

}


.module-content li:nth-child(odd) {
    border-bottom: 1px solid #eee;
}


/***************
light boxes
****************/
.lightbox-kl{
background: #eee;
float: right;padding: 10px 20px 8px 5px;
border-radius: 5px;
font-size: 9px;
background: #eee url(../../images/icon-note.png) no-repeat  center right;
}


.black_overlay{
display: none;
position: fixed;
top: 0%;
left: 0%;
width: 100%;
height: 100%;
background-color: black;
z-index:1001;
-moz-opacity: 0.8;
opacity:.80;
filter: alpha(opacity=80);
}

.pop_content {
display: none;
position: fixed;
top: 20%;
left: 25%;
width: 50%;
height:auto;
padding: 2%;
background-color: #eeeeee;
z-index:1002;
overflow: auto;
}
    
.close_kl{
float: right;
width: 100px;
padding: 2% 0;
height: auto;
}
    
.textarea-kl{
margin: 2% 0;
overflow: hidden;
padding: 2% 2%;
width: 96%;
border: 0;
background-color: #FFF;
font-size: 12px;
float: left;
}

.submit-kl{
width: 100%;
margin: 2% 0;
padding: 2% 0;
height: auto;
}

.compl_btn{
float: right;
padding: 10px 20px 8px 5px;
margin-left: 2px;
border-radius: 5px;
font-size: 9px;
background: #eee url(../../images/icon-tick.png) no-repeat  center right;
}
.compl_btn:after {
  content: 'Complete';
}
  