/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 20px;
  padding-bottom: 150px;

}
body,p,h1,h2,h3,h4,h5 {
  font-family: Arial, sans-serif;
}


/* overrivde bootstrap margins */
.row {
	margin-left:-1px !important;
	margin-right:-1px !important;

}


.banner_img {
	
	width:90%;
}
.font_blue {
   color: rgb(3, 42, 81);
}
.font_orange {
	color: #ff9800;
}
.font_big {
    font-size:40px;
}
.seperator {
	height: 10px;
	width:1px;
	margin-left:2%;
	margin-right:2%;
	background-color: #aaaaaa;
}
.navbar {
	padding:20px;
}

.footer {
  position: fixed;
  bottom: 0;
  width: 100%;

  /* Set the fixed height of the footer here */

  padding:10px;
  margin-top:5%;
  background-color: rgb(3, 42, 81);
}
.font_white {
	color:#ffffff;
}

 .malogo {
 	height:40px;
 }
 
 .img-hover:hover {
	 
	 opacity:0.80;
 }

.importantnotes {
	overflow:scroll;
	height:150px;
}
.midicon img {
	width:50px;
	vertical-align: middle;
}

.midarrow {
	float:right; margin-right:25px;
}	
.midicon {
     float:left;margin-left:30px;
}
.marginbottom10px {
	margin-bottom:10px;
	
}

.hrblue {

}

.middleheader {
	float:left;margin-left:35px;
}
.middleheader h3 {
	font-weight:bold;
}

.arrowdown {
	height:auto;
	width:50px;
	margin-right:5px;
	margin-top:3px;
}
.arrowrotate{
    	
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}
.middleheader {
	color:#ffffff;

}

.sectionheader {
	
	border-top: 2px solid black;
}

.marginbottom18px {
	margin-bottom:18px;
	
}

.sectionbody {	
        background-color: #efefef;
   	width: 100%;   
   	padding-left: 20px;  
	padding-right:20px; 
        display: table;
}


	
.middleicon {
	width:170px;
}


.bodysubcls {
	color: #f3816a;
	top:20%;
}

.bodysubcontent {
	padding:5px;
}



.subarrow {
	font-weight:bold;
	color:red;
}


.importantnotes {
	margin-top:10px;
	border: 1px gray solid;
	padding:5px;
}
	.spacedr {
           display:none;
        }

@media screen and (max-width: 874px) {
	.midicon img { 
		width:50px;
		top:40%;
	}
	 h3 {
		font-size:15px;
	}
	.midarrow img {
  		width: 19px;
  		height: auto;
   		margin-top: 50%;
	}



	h5 {
		font-size:16px;
	}

	.toprighticon {
		width:135px;
	}
	.middleicon {
		width:150px;
	}
	.slick-dots li button, .slick-dots li button:before {
		width:12px !important;
		height:12px !important;
	        font-size: 16px  !important;
	}
	.slick-dots   {
		 bottom:-55px !important;
	}
}  



@media screen and (max-width: 595px) {
	.middleicon {
		width:130px;
	}
	.midicon img { 
		display:none;

	}
	

	.spacedr {
           display:block;
        }


	 .slick-dots li button,  .slick-dots li button:before {
		width:12px !important;
		height:12px !important;
	        font-size: 16px  !important;

	}
	.slick-dots   {
		 bottom:-55px  !important;
	}
	.midarrow {
		margin-bottom:20px;
	}

	.middleheader h3 {
	    padding: 0 20px 0 0px;
	    font-size: 20px;
	}
}





