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


body
{
	background-color: #f6f6f6;
	margin: 0px;
    padding: 0px;
}


p {
	margin: 0px;
	padding: 0px;
}

h1 {
	font-family: 'Red Hat Text', sans-serif;
	font-weight: 300;
	font-size: 36px;
	line-height: 40px;
	color: #444444;
	text-align: center;
	margin: 0px 25px 0px 25px;
	padding: 50px 0px 15px 0px;
}

h2 {
	font-family: 'Red Hat Text', sans-serif;
	font-weight: 300;
	font-size: 28px;
	line-height: 32px;
	color: #444444;
	text-align: center;
	margin: 0px 25px 0px 25px;
	padding: 10px 0px 20px 0px;
}

h3 {
	font-family: 'Red Hat Text', sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 32px;
	color: #444444;
	text-align: left;
	margin: 0px;
	padding: 25px 0px 20px 25px;
	float: left;
}

h4 {
	font-family: 'Red Hat Text', sans-serif;
	font-weight: 400;
	font-size: 28px;
	line-height: 32px;
	color: #444444;
	text-align: left;
	margin: 0px;
	padding: 25px 0px 20px 0px;
}

h5 {
	font-family: 'Red Hat Text', sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 28px;
	color: #444444;
	text-align: left;
	margin: 0px;
	padding: 25px 0px 10px 0px;
}

h6 {
	font-family: 'Red Hat Text', sans-serif;
	font-weight: 300;
	font-size: 24px;
	line-height: 32px;
	color: #444444;
	text-align: center;
	margin: 0px 25px 0px 25px;
	padding: 20px 0px 20px 0px;
}




/* Container */

#topbar {
	background-color: #f6f6f6;
	width: 100%;
	height: 20px;
	padding: 10px 10px 8px 10px;	
	position: relative;
}

.topbar-callout {
	font-family: 'Red Hat Text', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #444444;
	text-align: right;
	margin: 0 auto;
	max-width: 1110px;
}

.topbar-callout a:link {
	text-decoration: none;
	color: #444444;
}
.topbar-callout a:visited {
	text-decoration: none;
	color: #444444;
}
.topbar-callout a:active {
	text-decoration: none;
	color: #444444;
}
.topbar-callout a:hover {
	text-decoration: none;
	color: #1A73E8;
}

.contact-icon {
	margin: 0px 5px 0px 20px;
}

header {
	margin: 0 auto;
	width: 100%;
	background: #183167;
	min-height: auto;
	padding: 5px 10px 5px 10px;
	display: block;
	position: relative;	
} 

.header-container {
	margin: 0 auto;
	max-width: 1140px;
}

	
#logo {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 25px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 20px;
	width: 225px;
	height: 60px;
	position: relative;
	float: left;
}

nav {
	position: relative;
	height: auto;
	margin-top: 25px;
	text-align: right;
	display: block;
	float: right;
}

.container {
	margin: 0 auto;
	width: 100%;
	}

/* Hero */

.hero-container {
	background-image: url("../images/hero-image-family-moving.jpg");
	text-align: center;
	height: 600px;
	width: 100%;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
	position: relative;
}

.hero-copy {
	width: 800px;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 44px;
	line-height: 54px;
	color: #ffffff;
	text-align: center;
	padding: 180px 40px 10px 40px;
	min-height: auto;
	margin: auto;
	position: relative;
}

.hero-secondary-copy {
	width: 800px;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 26px;
	line-height: 32px;
	color: #ffffff;
	text-align: center;
	padding: 20px 40px 20px 40px;
	min-height: auto;
	margin: auto;
	position: relative;
}

.hero-button {
	text-align: center;
    color: #ffffff;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
    font-size: 16px;
	text-decoration: none;
	display: inline-block;
	background: #183167;
    padding: 8px 20px;
	margin: 40px 40px 10px 40px;
	border: 0px;
	border-radius: 5px;
}

.hero-button a:link, a:visited, a:active {
	text-decoration: none;
	color: #ffffff;
}

.hero-button:hover {
	background: #1A73E8;
	text-decoration: none;
	color: #ffffff;
}




/* Main */

main {
	width: 100%;
	min-height: auto;
	margin: auto;
	position: relative;
}


section {
	width: 100%;
	min-height: auto;
	margin: auto;
	position: 100px;
  	display: block;
}

.white-background {
	margin: 0 auto;
	width: 100%;
	padding: 0px 0px 30px 0px;
	background: #ffffff;
}

.gray-background {
	margin: 0 auto;
	width: 100%;
	padding: 0px 0px 30px 0px;
	background: #f6f6f6;
}

.gray-background-breadcrumbs {
	margin: 0 auto;
	width: 100%;
	padding: 0px 0px 0px 0px;
	background: #f6f6f6;
}

.body-container {
	margin: 0 auto;
	max-width: 1140px;
}

 .home-grid-container-items-3 {
	width: 100%; 
  	display: grid;
  	grid-column-gap: 0px;
  	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: auto;
	align-content: start;
  	justify-content: space-evenly;
	padding: 0px;
	margin: 0px 25px 0px 25px;
} 

.grid-header-3 {
	grid-column: 1 / span 3;
	grid-row: 1 / span 1;
	text-align: center;
}

.callout3-1 {
	grid-column: 1 / span 1;
	grid-row: 2 / span 1;
	text-align: center;
}

.callout3-2 {
	grid-column: 2 / span 1;
	grid-row: 2 / span 1;
	text-align: center;
}

.callout3-3 {
	grid-column: 3 / span 1;
	grid-row: 2 / span 1;
	text-align: center;
}

 .home-grid-container-items-2 {
	width: 100%; 
  	display: grid;
  	grid-column-gap: 0px;
  	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto;
	align-content: start;
  	justify-content: space-evenly;
	padding: 0px;
	margin: 0px 25px 0px 25px;
} 

.grid-header-2 {
	grid-column: 1 / span 2;
	grid-row: 1 / span 1;
	text-align: center;
}

.callout2-1 {
	grid-column: 1 / span 1;
	grid-row: 2 / span 1;
	text-align: center;
}

.callout2-2 {
	grid-column: 2 / span 1;
	grid-row: 2 / span 1;
	text-align: center;
}

.callout2-3 {
	grid-column: 1 / span 1;
	grid-row: 3 / span 1;
	text-align: center;
}

.callout2-4 {
	grid-column: 2 / span 1;
	grid-row: 3 / span 1;
	text-align: center;
}

.callout2-5 {
	grid-column: 1 / span 1;
	grid-row: 4 / span 1;
	text-align: center;
}

.callout-icon {
	width: 110px;
	height: 110px;
	margin: 40px 0px 10px 0px;
}

.loan-officer-photo {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	margin: 40px 0px 10px 0px;
}

.loan-officer-no-photo {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	margin: 40px 0px 10px 0px;
}

 .home-grid-container-items-4 {
	width: 100%; 
  	display: grid;
  	grid-column-gap: 25px;
  	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-rows: auto;
	align-content: start;
  	justify-content: space-evenly;
	padding: 0px;
	margin: 0px 25px 0px 25px;
} 

.grid-header-4 {
	grid-column: 1 / span 4;
	grid-row: 1 / span 1;
	text-align: center;
}

.callout4-1 {
	grid-column: 1 / span 2;
	grid-row: 2 / span 1;
	background: #f6f6f6;
}

.callout4-2 {
	grid-column: 3 / span 2;
	grid-row: 2 / span 1;
	background: #f6f6f6;
}

.callout4-3 {
	grid-column: 2 / span 2;
	grid-row: 3 / span 1;
	text-align: center;
}

.callout4-4 {
	grid-column: 3 / span 1;
	grid-row: 3 / span 1;
}

.callout4-icon {
	margin: 40px 0px 10px 0px;
}


/* Secondary Pages */

 .grid-container-secondary-page {
	width: 100%; 
  	display: grid;
  	grid-column-gap: 50px;
  	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-rows: auto;
	align-content: start;
  	justify-content: space-evenly;
	padding: 0px;
	margin: 0px 25px 0px 25px;
} 

.description {
	grid-column: 1 / span 5;
	grid-row: 1 / span 1;
	text-align: left;
	background: #ffffff;
}

.aside {
	grid-column: 6 / span 2;
	grid-row: 1 / span 1;
	text-align: right;
	background-color: #ffffff;
	margin: 0px 15px 0px 0px;
}

 .full-page {
	width: 100%; 
	padding: 30px 0px 30px 0px;
	margin: 0px 25px 0px 25px;
} 


/* Contact Us Page */

 .grid-container-contact-us-page {
	width: 100%; 
  	display: grid;
  	grid-column-gap: 50px;
  	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto;
	align-content: start;
  	justify-content: space-evenly;
	padding: 0px;
	margin: 0px 25px 0px 25px;
} 

.address-area {
	grid-column: 1 / span 1;
	grid-row: 1 / span 1;
	text-align: left;
	background: #ffffff;
}

.map {
	grid-column: 2 / span 1;
	grid-row: 1 / span 1;
	text-align: right;
	background-color: #ffffff;
	margin: 30px 25px 0px 0px;
}


/* Aside */

.aside-header {
	font-family: 'Red Hat Text', sans-serif;
	font-size: 18px;
	line-height: 24px;
	text-align: left;
	font-weight: 400;
	color: #444444;
	margin: 30px 0px 0px 15px;
}


/* Form */

 .form {
	width: 100%; 
	padding: 0px;
	margin: 0px 25px 0px 25px;
} 


/* breadcrumbs */

ul.breadcrumbs { list-style: none; } /* remove bullet points */

ul.breadcrumbs li { display: inline; } /* show list items horizontally */

/* Put an angle bracket (>) between list items */
ul.breadcrumbs li+li:before {
  content: ">";
  padding: 10px;  
}

ul.breadcrumbs li a { text-decoration: none; } /* remove underlines from links */

ul.breadcrumbs li a:hover { text-decoration: underline; color: #1A73E8;} /* show underline on mouseover */

/* additional styling */
ul.breadcrumbs {
	font-family: 'Red Hat Text', sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 22px;
	color: #183167;
	text-align: right;
	margin: 0px;
	padding: 30px 10px 30px 10px;
}

ul.breadcrumbs li a {color: #444444;}

ul.breadcrumbs li a:hover {color: #1A73E8;}

ul.breadcrumbs li a:visited {color: #444444;}

ul.breadcrumbs li+li:before { color: #999999; }



/* Footer */

footer {
	background-color: #262626;
	width: 100%;
	margin: auto;
	position: relative;
	padding: 20px 10px;
	display: block;
}

#footercontainer {
	height: auto;
	margin: 0px auto;
	position: relative;
	max-width: 1110px;
}

.footercopy {
	font-family: 'Red Hat Text', sans-serif;
    font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	margin: 20px auto;
	color: #f6f6f6;
}

.footercopy a:link, a:visited, a:active {
	text-decoration: none;
	color: #f6f6f6;
}
.footercopy a:hover {
	text-decoration: none;
	color: #e2e2e2;
}


/* Text Throughout */

.bodycopy {
	font-family: 'Red Hat Text', sans-serif;
	font-size: 15px;
	line-height: 24px;
	text-align: left;
	font-weight: 400;
	color: #444444;
	margin: 0px 0px 10px 0px;
}

.bodycopy a:link, a:active {
	text-decoration: none;
	color: #183167;
	
}.bodycopy a:visited {
	text-decoration: none;
	color: #183167;
}

.bodycopy a:hover {
	text-decoration: none;
	color: #1A73E8;
}

.bodycopy-center {
	font-family: 'Red Hat Text', sans-serif;
	font-size: 15px;
	line-height: 24px;
	text-align: center;
	font-weight: 400;
	color: #444444;
	margin: 0px 25px 20px 25px;
}

.bodycopy-center a:link, a:active {
	text-decoration: none;
	color: #183167;
	
}.bodycopy-center a:visited {
	text-decoration: none;
	color: #183167;
}

.bodycopy-center a:hover {
	text-decoration: none;
	color: #1A73E8;
}


.sub-head {
	font-family: 'Red Hat Text', sans-serif;
	font-weight: 500;
	font-size: 24px;
	line-height: 28px;
	color: #444444;
	text-align: center;
	margin: 0px;
	padding: 10px 0px 10px 0px;
}

.sub-head a:link, a:active {
	text-decoration: none;
	color: #183167;
	
}.sub-head a:visited {
	text-decoration: none;
	color: #183167;
}

.sub-head a:hover {
	text-decoration: none;
	color: #1A73E8;
}

.bodycopy-left-indent {
	font-family: 'Red Hat Text', sans-serif;
	font-size: 15px;
	line-height: 24px;
	text-align: left;
	font-weight: 400;
	color: #444444;
	margin: 0px 20px 20px 20px;
}

.bodycopy-left-indent a:link, a:active {
	text-decoration: none;
	color: #183167;
	
}.bodycopy-left-indent a:visited {
	text-decoration: none;
	color: #183167;
}

.bodycopy-left-indent a:hover {
	text-decoration: none;
	color: #1A73E8;
}

.bodycopy-center-less-margin {
	font-family: 'Red Hat Text', sans-serif;
	font-size: 15px;
	line-height: 24px;
	text-align: center;
	font-weight: 400;
	color: #444444;
	margin: 0px;
}


.sub-head-sm-left-indent {
	font-family: 'Red Hat Text', sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	color: #444444;
	text-align: left;
	margin: 0px;
	padding: 10px 20px 10px 20px;
}

.sub-head-sm-left-indent a:link, a:active {
	text-decoration: none;
	color: #183167;
	
}.sub-head-sm-left-indent a:visited {
	text-decoration: none;
	color: #183167;
}

.sub-head-sm-left-indent a:hover {
	text-decoration: none;
	color: #1A73E8;
}



ul {
	margin: 0px 0px 10px 0px;
}

li.body {
    list-style: disc;
	font-family: 'Red Hat Text', sans-serif;
	font-size: 15px;
	line-height: 24px;
	text-align: left;
	font-weight: 400;
	color: #444444;
	margin: 10px 0px 0px 10px;
}

.button {
	text-align: center;
    color: #ffffff;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
    font-size: 16px;
	text-decoration: none;
	display: inline-block;
	background: #183167;
    padding: 8px 20px;
	margin: 10px 10px 10px 10px;
	border: 0px;
	border-radius: 5px;
}

.button a:link, a:visited, a:active {
	text-decoration: none;
	color: #ffffff;
}

.button:hover {
	background: #1A73E8;
	text-decoration: none;
	color: #ffffff;
}



hr {
	border: 2px solid #183167;
	margin: 0px auto;
}

.center {
	text-align: center;
	margin: 0px;
	padding: 0px;
}


.float-left {
	float: left;
	padding-right: 15px;
	padding-bottom: 20px;
}

.float-right {
	float: right;
	padding-left: 15px;
	padding-bottom: 20px;
}


img { border: 0; }

img.daro {
	border-radius: 50%;
	margin: 0px 25px;
}



html {
  overflow-y: scroll;
}


@media print and (orientation:portrait){
	/* Remove unwanted elements */
#topbarcontainer, #footercontainer
	{display: none;
}
	
body
{
	background-color: #ffffff;
	}		
}


 /* top dropdown navigation */
 /* Add a black background color to the top navigation */
.topnav {
    background-color: #183167;
    overflow: hidden;
    float: none;
}

/* Style the links inside the navigation bar */
.topnav a {
    float: left;
	display: inline-block;
    color: #ffffff;
    text-align: left;
    padding: 5px 25px 5px 0px;
    text-decoration: none;
	font-family: 'Red Hat Text', sans-serif;
	font-weight: 400;
    font-size: 14px;
}


/* Add an active class to highlight the current page */
.active {
    background-color: #183167;
    color: #ffffff;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
    display: none;
}

/* Dropdown container - needed to position the dropdown content */
.dropdown {
    float: left;
    overflow: hidden;
}

/* Style the dropdown button to fit inside the topnav */
.dropdown .dropbtn {
	font-family: 'Red Hat Text', sans-serif;
    font-weight: 400;
    font-size: 14px;
    border: none;
    outline: none;
    color: #333333;
    padding: 0px 0px 0px 0px;
    background-color: inherit;
    margin: 0;
}

/* Style the dropdown content (hidden by default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Style the links inside the dropdown */
.dropdown-content a {
    float: none;
    color: #333333;
    padding: 10px 15px;
    text-decoration: none;
    display: block;
    text-align: left;
}

/* Add a dark background on topnav links and the dropdown button on hover */
.topnav a:hover, .dropdown:hover .dropbtn {
    background-color: #183167;
    color: #e2e2e2;
}

/* Add a grey background to dropdown links on hover */
.dropdown-content a:hover {
    background-color: #e2e2e2;
    color: #183167;
}

/* Show the dropdown menu when the user moves the mouse over the dropdown button */
.dropdown:hover .dropdown-content {
    display: block;
    padding: 0px 0px;
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 900px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}
