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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	margin:0;
	padding:0;
}
main {
	display: block;
}
#vancouver {
	height:34px;
	width: 100%;
	background-color: #015b35;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 34px;
	color: #fff;
	text-align: center;
	
}

#oregon {
  /* The image used */
  background-image: url("images/home_loan.jpg");

  /* Full height */
  height: 854px;
  width: 100%;
  /* Center and scale the image nicely */
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.rockaway {
	height: 42px;
	padding: 20px;
	box-sizing: border-box;
	background-color: transparent;
}

.rockaway a {
	text-decoration: none;
	color: #fff;
	font-family: adobe-garamond-pro,"proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 700;
	font-stretch: normal;
	font-size: 14px;
	letter-spacing: 1.46px;
	text-transform: uppercase;
	line-height: 1em;
	text-shadow: 1px 1px 1px rgb(0 0 0 / 50%);
	display: block;
	padding: .75em 1.5em;
	position:relative;
	top:20px;
}

.rockaway img {
	position: absolute;
	top: 54px;
	left: 20px;
}

.mortgage {
	height: 42px;
	padding: 20px;
	box-sizing: border-box;
	background-color: transparent;
}

.mortgage a {
	text-decoration: none;
	color: #fff;
	font-family: adobe-garamond-pro,"proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 700;
	font-stretch: normal;
	font-size: 14px;
	letter-spacing: 1.46px;
	text-transform: uppercase;
	line-height: 1em;
	text-shadow: 1px 1px 1px rgb(0 0 0 / 50%);
	display: block;
	padding: .75em 1.5em;
	position:relative;
	top:20px;
}

.mortgage img {
	position: absolute;
	top: -20px;
	left: 0;
}


.warren {
	height: 110px;
	padding: 20px;
	box-sizing: border-box;
	background-color: #ccc;
}

.warren a {
	text-decoration: none;
	color: #fff;
	font-family: adobe-garamond-pro,"proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 700;
	font-stretch: normal;
	font-size: 14px;
	letter-spacing: 1.46px;
	text-transform: uppercase;
	line-height: 1em;
	text-shadow: 1px 1px 1px rgb(0 0 0 / 50%);
	display: block;
	padding: .75em 1.5em;
	position:relative;
	top:20px;
}

.warren img {
	position: absolute;
	top: -20px;
	left: 0;
}

.apply {
	border: 1px solid #015b35;
	display: block;
	background-color: #015b35;
	border-radius: 3px;
}

.apply a:hover {
	background: rgba(1, 91, 53, 0.6) !important;
	color: #fff !important;
}

.mortgage .apply:hover {
	background-color: #015b35;
	opacity: 0.5;
	color: #fff
}

.loans {
	font-family: adobe-garamond-pro,"proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 1.6em;
    color: #090a0b;
}

.rates {
	display: block;
	font-family: adobe-garamond-pro,"proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 800;
	font-style: normal;
	font-size: 48px;
	text-transform: uppercase;
	line-height: 1em;
	color: #fff;
	letter-spacing:.0833333em;
	text-align: center;
	position: relative;
	top: 200px;
}

@media only screen and (max-width: 749px) {
    .rates {
	top:100px;
	font-size: 36px;
    }
	
	.rates h3 {
	font-size: .8em !important;
	}
}

.rates ul {
	position: relative;
	display: block;
	left:33%;
	width: 33%;
}

.rates ul li {
	margin: 5px 0;
}

.rates ul li a, .rates ul li a:visited {
	display: inline-block;
	background-color: #265bab;
	border-radius: 3px;
	padding: 1em 1.5em;
	color: #fff;
	width: 66%;
}

.rates ul li a:hover {
	opacity: 0.5;
	color: #fff;
}

.rates h3 {
	font-family: Volkhov;
    font-weight: 400;
    font-style: italic;
    font-size: 1em;
    letter-spacing: 1px;
    text-transform: none;
    line-height: 1.2em;
    color: #fff;
    margin: 20px 0;
	white-space:pre-wrap;
	padding: 0 15%;
}

@media only screen and (max-width: 749px) {
    .sylvan li a {
        font-size: .3em !important;
    }
	
	.rates ul {
		left: 16.5%;
		width: 66%;
	}
}

#beaverton {
	width: 66%;
	margin: 0 auto;
}

#beaverton h1 {
	color:#015b35;
	font-family: adobe-garamond-pro,"proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 45px;
	letter-spacing: 0px;
	text-transform: none;
	line-height: 1.2em;
	margin: 2em 0 .5em;
	text-align: center;
	white-space:pre-wrap;
}

#beaverton h2 {
	color: #090a0b;
	margin: 1.5em 0;
	font-family: adobe-garamond-pro,"proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	letter-spacing: 2px;
	text-transform: uppercase;
	line-height: 20px;
	text-align:center;
}
#beaverton h3 {
	color: #090a0b;
	margin: 1em 0;
	font-family: adobe-garamond-pro,"proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 800;
	font-style: italic;
	font-size: 18px;
	letter-spacing: 2px;
	text-transform: uppercase;
	line-height: 1.2em;
	text-align:center;
}

#beaverton p {
	font-family: adobe-garamond-pro,"proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	letter-spacing: 0px;
	line-height: 1.6em;
	text-align:center;
}

#beaverton hr {
	color: #bbb;
	margin:5em 0;
	width: 100%;
}

#beaverton ol {
	display: block;
    list-style-type: decimal;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
	font-family: adobe-garamond-pro;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 1.6em;
}

#beaverton ol b {
	font-weight: bold;
}

@media only screen and (max-width: 749px) {
    #beaverton h1 {
        font-size: 30px !important;
    }
}

.scappoose {
	width: 29%;
	float: left;
	margin: 80px 20px;
}

.scappoose h3 {
	color:#1344a0;
	font-family: adobe-garamond-pro,"proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	letter-spacing: 2px;
	text-transform: uppercase;
	line-height: 1.2em;
	text-align: center;
	margin: 30px 0;
}

.scappoose p {
	color:#090a0b;
	font-family: adobe-garamond-pro,"proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	letter-spacing: 0px;
	line-height: 1.6em;
	text-align: center;
}

@media only screen and (max-width: 749px) {
   .scappoose {
	width: 100%;
	margin: 0 auto;
	visibility: visible;
	display: block;
    }
	
	.scappoose img {
		margin: auto;
		width: 100%;
	}
	
	.beaverton h3 {
	font-size: .8em;
	line-height: .8em;
	height: 1em;
	position: relative;
	top: .5em;
	}

	.scappoose p {
	font-size: 12px;
	line-height: 12px;
	top: 1em;
	visibility: visible;
	display: block;
	}
	
	.scappoose ul li {
		margin-top: 1em;
	}
	
	#hillsboro {
		width: 90%;
	}
	#hillsboro h2 {
		font-size: .5em;
	}
}

.scappoose ul {
	position: relative;
	width: 100%;
	margin: 30px 0;
}

.scappoose ul li a {
	font-family: adobe-garamond-pro,"proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 15px;
	text-transform: uppercase;
	line-height: 1em;
	color: #fff;
	text-align: center;	
	display: block;
	background-color: #265bab;
	border-radius: 3px;
	padding: 1em 1.5em;
	text-decoration: none;
}

.scappoose ul li a:hover {
	opacity: 0.5;
	color: #fff;
}

#hillsboro {
	width:100%;
	background-color: #ECECEC;
	float: left;
}

#hillsboro h2 {
	font-family: adobe-garamond-pro,"proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size:16px;
	letter-spacing: 2px;
	text-transform: uppercase;
	line-height: 1.2em;
	text-align: center;
	margin: 40px 0;
}
#hillsboro ul {
	position: relative;
	width: 100%;
	margin: 30px 0;
}

#hillsboro ul li a {
	font-family: adobe-garamond-pro,"proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 15px;
	text-transform: uppercase;
	line-height: 1em;
	color: #fff;
	text-align: center;	
	display: block;
	background-color: #265bab;
	border-radius: 3px;
	padding: 1em 1.5em;
	text-decoration: none;
	width: 20%;
	margin-left: 40%;
}

@media only screen and (max-width: 749px) {
    #hillsboro ul li a {
        margin-left: 33% !important;
    }
}

#hillsboro ul li a:hover {
	opacity: 0.5;
	color: #fff;
}

#portland {
	width: 100%;
	background-color: #252525;
	float:left;
	padding-bottom: 20px;
}

#portland ul {
	text-align: center;
}

#portland li {
	display: inline-block;
}

#portland ul li a {
	text-decoration: none;
	color: #fff;
	font-family: adobe-garamond-pro,"proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 400;
	font-stretch: normal;
	font-size: 13px;
	letter-spacing: 2px;
	text-transform: uppercase;
	line-height: 1em;
	text-shadow: 1px 1px 1px rgb(0 0 0 / 50%);
	display: block;
	padding: .75em 1.5em;
	position:relative;
	top:20px;
	text-align: center;
}

#portland ul li a:hover {
	color: #015b35;
}

#portland p {
	color: #fff;
	font-family: adobe-garamond-pro,"proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 300;
	font-stretch: normal;
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
	line-height: 1.25em;
	text-shadow: 1px 1px 1px rgb(0 0 0 / 50%);
	display: block;
	padding: .75em 1.5em;
	position:relative;
	top:20px;
	text-align: center;
}

#portland a {
	color: #fff;
}

#sthelens {
	  /* The image used */
  background-image: url("images/mortgage.jpeg");

  /* Full height */
  height: 854px;
  width: 100%;
  /* Center and scale the image nicely */
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.rainier {
	display: block;
	font-family: adobe-garamond-pro,"proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 1em;
	color: #fff;
	letter-spacing:.0833333em;
	text-align: center;	
}

.rainier ul {
	position: relative;
	margin:auto;
	width: 60%;
}

.rainier ul li a, .rates ul li a:visited {
	font-family: adobe-garamond-pro,"proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 15px;
	text-transform: uppercase;
	line-height: 1em;
	color: #fff;
	text-align: center;	
	display: block;
	background-color: #265bab;
	border-radius: 3px;
	padding: 1em 1.5em;
	text-decoration: none;
	margin: 2em 0;
}

.rainier ul li a:hover {
	opacity: 0.5;
	color: #fff;
}

.aloha {
	margin-bottom: 5em;
}

.aloha a {
	color: #1344a0;
    text-decoration: none;
	font-family: adobe-garamond-pro,"proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 1.2em;
	display:inline;
	text-align: center;
	padding: 6em;
}

@media only screen and (max-width: 749px) {
    .aloha a {
	display: inline-block;
	padding: 0 !important;
	margin-bottom: 1em;
    }
}

#bethany {
	  /* The image used */
  background-image: url("images/refinance.jpeg");

  /* Full height */
  height: 854px;
  width: 100%;
  /* Center and scale the image nicely */
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
#team {
  width: 100%;
}
#usda {
	width: 50%;
	float: left;
}

#usda p {
	font-family: adobe-garamond-pro,"proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 1.4em;
    color: #090a0b;
	text-align: left;
	padding-right: 1em;
	margin-bottom: 1em;
}

@media only screen and (max-width: 749px) {
    #usda {
	width:100% !important;
    }
	
	.image {
		width: 100%;
		height: auto;
	}
}

#fcf-form {
	width: 66%;
	margin: 0 auto;
}

#fha {
	width: 50%;
	float: left;
}
#equity, #refinance {
	width: 50%;
	float: left;
}

#equity p, #refinance p {
	font-family: adobe-garamond-pro,"proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 1.4em;
    color: #090a0b;
	text-align: left;
	padding-right: 1em;
	margin-bottom: 1em;
}

#equity h3, #refinance h3 {
	font-size: 16px;
}

#matt, #camren, #bobbi, #bailey, #kimberly, #felicia, #isaac, #mari {
	margin-top: 2em;
	width: 50%;
	float: left;
}

#mchugh, #mccollum, #wasch, #perkins, #schaff, #muir, #hamm, #gardner {
	width: 47%;
	margin: 0 0 5% 3%;
	float:left;
}

#mchugh p, #mccollum p, #wasch p, #perkins p, #schaff p, #muir p, #hamm p, #gardner p {
	font-family: adobe-garamond-pro,"proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 1.4em;
    color: #090a0b;
	text-align: left;
	margin-bottom: 1em;
}

@media only screen and (max-width: 749px) {
#matt, #camren, #bobbi, #bailey, #kimberly, #felicia, #isaac, #mari {
	width:100% !important;
	margin: 0;
	padding: 0;
    }
	
#mchugh, #mccollum, #wasch, #perkins, #schaff, #muir, #hamm, #gardner {
		width: 100%;
	}
}

.seaside {
	display: block;
	font-family: adobe-garamond-pro,"proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 1em;
	color: #fff;
	letter-spacing:.0833333em;
	text-align: center;	
}

.seaside ul {
	position: relative;
	margin:auto;
	width: 80%;
}

.seaside ul li a, .rates ul li a:visited {
	font-family: adobe-garamond-pro,"proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 15px;
	text-transform: uppercase;
	line-height: 1em;
	color: #fff;
	text-align: center;	
	display: block;
	background-color: #265bab;
	border-radius: 3px;
	padding: 1em 1.5em;
	text-decoration: none;
	margin: 2em 0;
}

.seaside ul li a:hover {
	opacity: 0.5;
	color: #fff;
}

#tillamook {
	width: 66%;
	margin: 0 auto;
}

#gearhart {
	width:10%;
	margin-right: 5%;
	float: left;
}

#astoria {
	width:85%;
	float:left;
}

#longview {
	width: 20%;
	float: left;
	margin-top: 5em;;
	padding-top: 0;
	padding-right: 5%;
}

#longview p {
	font-family: adobe-garamond-pro,"proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 1.4em;
    color: #090a0b;
	text-align: left;
	padding-right: 1em;
	margin-bottom: 1em;
}

#longview h3 {
	font-family: adobe-garamond-pro;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    letter-spacing: 0px;
    text-transform: none;
    text-decoration: none;
    line-height: 1.2em;
    color: #00746b;
    margin-bottom: 0.5em;
}

#longview ul li a {
	font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    font-style: normal;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    color: rgba(26,26,26,.4);
    line-height: 1.25em;
    display: block;
    padding: 0 0 0.75em;
}

#longview ul li a:hover, #longview ul li a.on {
	color: #000;
}


@media only screen and (max-width: 749px) {
    #longview {
	width:100%;
	float: none !important;
	display: inline-block;
	margin: 0 auto;
    }
	
	#longview ul li a {
		text-align: center;
	}
	
	#kelso {
		width: 100% !important;
	}
	
	#kelso h1 {
		font-size: 1.8em !important;
		width: 100% !important;
		text-align: center;
		margin: 0 auto;
		padding: 0;
	}
	
	#kelso h2 {
		text-align: center !important;
	}
	
	#kelso p {
		text-align: center !important;
		margin: 0 !important;
		padding: 0 !important;
	}
}

#kelso {
	width: 75%;
	float: left;
}

#kelso h2 {
    font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 22px;
    letter-spacing: 0px;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    line-height: 1.2em;
	text-align: left;
}

#kelso h4 {
	font-weight: bold;
}

#kelso p {
	font-family: adobe-garamond-pro,"proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 1.4em;
    color: #090a0b;
	text-align: left;
	padding-right: 1em;
	margin-bottom: 1em;
}

#kelso a {
	color:#1344a0;
	text-decoration: none;
}

#kelso a:hover {
	text-decoration: underline;
}

#kelso ul {
	list-style:disc;
	margin-left: 1em;
	font-family: adobe-garamond-pro,"proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 1.4em;
    color: #090a0b;
	text-align: left;
	padding-right: 1em;
	margin-bottom: 1em;
}

#kelso ul li {
	margin-bottom: 1em;
}

#kelso ul li b {
	font-weight: bold;
}

.pmi {
	width: 100%;
	margin: 0 10%;
}

.pmi ul {
	list-style: none;
}

.pmi ul li {
	color: #fff;
}

.pmi ul li a, .pmi ul li a:visited {
	display: inline-block;
	background-color: #265bab;
	border-radius: 3px;
	padding: 1em 1.5em;
	color: #fff !important;
	width: 66%;
	text-align: center;
}

.pmi ul li a:hover {
	opacity: 0.5;
	color: #fff;
	text-decoration: none;
}

@media only screen and (max-width: 749px) {
    #camas {
		width: 100% !important;
	}
	
	#camas h1 {
		font-size: 1.8em !important;
		width: 100% !important;
		text-align: center;
		margin: 0 auto;
		padding: 0;
	}
	
	#camas h2 {
		text-align: center !important;
	}
	
	#camas p {
		margin: 0 !important;
		padding: 0 !important;
	}
}

#camas {
	width: 75%;
	float: left;
}

#camas h2 {
    font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 22px;
    letter-spacing: 0px;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    line-height: 1.2em;
	text-align: left;
}

#camas h4 {
	font-weight: bold;
}

#camas p {
	font-family: adobe-garamond-pro,"proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 1.4em;
    color: #090a0b;
	text-align: left;
	padding-right: 1em;
	margin-bottom: 1em;
}

#camas a {
	color:#1344a0;
	text-decoration: none;
}

#camas a:hover {
	text-decoration: underline;
}

#camas ul {
	list-style:disc;
	margin-left: 1em;
	font-family: adobe-garamond-pro,"proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 1.4em;
    color: #090a0b;
	text-align: left;
	padding-right: 1em;
	margin-bottom: 1em;
}

#camas ul li {
	margin-bottom: 1em;
}

#camas ul li b {
	font-weight: bold;
}

.last {
	padding-bottom: 5em;
}

.navbar {
	position:absolute;
	top:50px;
	right: 40px;
}


/* Hide element on Desktop */
@media only screen and (min-width: 1156px) {
    .topnav {
        display: none !important;
    }
}

/* Hide element on Tablet/Phone */
@media only screen and (max-width: 1155px) {
    .navbar {
        display: none !important;
    }
}



.navbar a {
    float: left;
	color: #fff;
	font-family: adobe-garamond-pro,"proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 700;
	font-stretch: normal;
	font-size: 14px;
	letter-spacing: 1.46px;
	text-transform: uppercase;
	line-height: 1em;
	text-shadow: 1px 1px 1px rgb(0 0 0 / 50%);
}

.dropdown {
  float: left;
}

.dropdown .dropbtn {
  font-size: 14px;  
  border: none;
  outline: none;
  color: #fff;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn {
	color: #015B35;
}

.dropdown-content {
  display: none;
  position: absolute;
  margin-top: 10px;
  background-color: #9C9C9C;
  min-width: 160px;
  min-height: 225px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: #fff;
  padding: 5px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  color: #015B35;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/* Style the navigation menu */
.topnav {
  overflow:hidden;
  text-align: right;
  position: absolute;
  top: 80px;
  right:20PX;
  z-index: 1;
}

/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #myLinks {
  display: none;
  height: 150px;
}

/* Style navigation menu links */
.topnav a {
  color: white;
  padding: 0 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
  background-color: #ccc;
}

/* Style the hamburger menu */
.topnav a.icon {
  background: black;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.topnav a:hover, .preapproval {
  color: #015B35 !important;
}

/* Style the active link (or home/logo) */
.active {
  background-color: #015B35;
  color: white;
  position: relative;
  top: 0;
}