@charset "UTF-8";
/* CSS Document */

img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

@import "build/mobile/navigation.less";

* {
    box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
}

/* For mobile phones: */
[class*="col-"] {
    width: 100%;
}

.row::after {
    content: "";
    clear: both;
    display: table;
}


/*.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

html{
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	color: #000000;
}

h2{
	color: #ae3429;
}

h3{
	color: #0e2a59;
}


.header{
	display: none;
	
}

.headerMob{
	
}

#navbar{
	display:none;
}
.topnav {
  overflow: hidden;
  background-color: #0e2a59;;;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }

}


#mediaHolder{
		display: none;
	}

.nofees{
	background: #f1f1f1;
	border-top-color: #D9191C;
	border-top-style: solid;
	border-top-width: thick;
	text-align: center;
	color: #0e2a59;
}

.mainContent{
	
}
.mortgage{
	background: #f1f1f1;
}
.exPats{
	background: #f1f1f1;
}
.content2{
	background: #FFFFFF;
}
.footer{
	background: #0e2a59;
	color: #FFFFFF;
	font-size: 0.75em;
	text-align: center;
}

.footer a:link{
	color: #FFFFFF;
}

.style-text-left-box{
	text-align: justify;
	padding-left: 5%;
	padding-right: 3%;
}
.style-text-right-box{
	text-align: justify;
	padding-left: 3%;
	padding-right: 5%;
}
.style-text-cent{
	text-align: center;
}
.style-red{
	color: #ae3429;
}
.style-blue{
	color: #0e2a59;
}

@media only screen and (min-width: 600px) {
    /* For tablets: */
    .col-m-1 {width: 8.33%;}
    .col-m-2 {width: 16.66%;}
    .col-m-3 {width: 25%;}
    .col-m-4 {width: 33.33%;}
    .col-m-5 {width: 41.66%;}
    .col-m-6 {width: 50%;}
    .col-m-7 {width: 58.33%;}
    .col-m-8 {width: 66.66%;}
    .col-m-9 {width: 75%;}
    .col-m-10 {width: 83.33%;}
    .col-m-11 {width: 91.66%;}
    .col-m-12 {width: 100%;}
	
}
@media only screen and (min-width: 768px) {
    /* For desktop: */
	[class*="col-"] {
    float: left;
    padding: 5px;
   /* border: 1px solid red;*/
}
	
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}

.row::after {
    content: "";
    clear: both;
    display: table;
}

.header{
	display:block;	
}

.headerMob{
	display: none;	
}
	
#logoBox{
	text-align: center;
}

#addressBox{
	text-align: center;
}
#infoBox{
		text-align: center;
	}
#navbar li {
    width: 150px;
	 display: inline-block;
    border-bottom: none;
    height: 35px;
    line-height: 35px;
    font-size: 1em;
  }	
#navbar{
	background: #0e2a59;;
	text-align: center;
	display: block;
}

#navbar ul {
    list-style-type: none;
	background: #0e2a59;;
    margin: 0;
    padding: 0;
	text-align: center;
}
#navbar li {
	color: #ffffff;
	height: 40px;
    
   
	
	/*display:block;
	float:none;
    padding: 10px;
    margin-bottom: 0;*/
}

#navbar a{
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	transition: .3s background-color;
}

#navbar a:hover {
  border-bottom:thick #8a2e29 solid;
}
 
#navbar a.active {
  cursor: default;
}

#navbar.icon {
    display: none;
}
#mediaHolder{
		display:block;
	}
.topnav {
  display: none;
}
.footer a:link{
	color: #FFFFFF;
}


}