html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.4;
	color: #fff;
	background-color: #414042;
}
.container {
	max-width: 1220px;
	padding-left: 8%;
	padding-right: 30px;
}
.col-half {
	width: 48%;
}
.col-one-fourth {
	width: 22%;
	margin-right: 4%;
}
.col-last {
	margin-right: 0;
}
.cf:before,
.cf:after {
	content: " ";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
	*zoom: 1;
}
.fl-l {
	float: left;
}
.fl-r {
	float: right;
}
.list-reset {
	list-style: none;
	margin: 0 0 30px 0;
	padding: 0;
	line-height: 1;
}
.svg-wrapper {
	height: 0;
	position: relative;
}
.svg-wrapper svg {
	position: absolute;
	top: 0;
	left: 0;
}
	
h1, h3 {
	text-transform: uppercase;
	color: #8DC63F;
	font-weight: 800;
	margin: 0 0 20px 0;
}
h1 {
	font-size: 80px;
	line-height: 1;
	max-width: 1000px;
}
h3 {
	font-size: 28px;
}
p {
	margin: 0 0 25px 0;
}
.kicker {
	font-weight: 800;
	font-size: 36px;
	margin-bottom: 50px;
}
strong {
	font-weight: 800;
}
a {
	display: inline-block;
	text-decoration: none;
	color: #fff;
	border-bottom: 1px dotted rgba(255,255,255,0.3);
	transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
a:hover,
a:focus,
a:active { 
	border-color: transparent;
	color: #8DC63F;
}

#page-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
}
	#page-wrapper:before {
		content: "";
		width: 960px;
	    height: 960px;
	    background: url("logo-watermark@2x.png") no-repeat 50% 50%;
	    background-size: cover;
	    position: absolute;
	    top: 60px;
	    right: -340px;
		opacity: 0.5;
	}

#masthead {
	width: 100%;
	clear: both;
	position: relative;
	z-index: 5;
}

	#logo {
		position: relative;
		padding: 45px 15px 45px 0;
		background-color: #fff;
	}
		#logo:before {
			content: "";
			width: 2000px;
			height: 100%;
			background-color: #fff;
			position: absolute;
			top: 0;
			left: -2000px;
		}
		#logo:after {
			content: "";
			width: 60px;
			height: 101%;
		    background: url("bg-logo.png") no-repeat right bottom;
		    background-size: cover;
			position: absolute;
			z-index: -1;
			bottom: 0;
			right: -60px;
		}
		#logo .svg-wrapper {
			width: 394px;
			padding-bottom: 75px;
		}

#main-content {
	width: 100%;
	clear: both;
	padding: 80px 0 60px 0;
	position: relative;
	z-index: 5;
}
	.branch--ak br {
		display: none;
	}
	.branch-contact {
		font-size: 24px;
	}
		.branch-contact__detail {
			margin-bottom: 10px;
		}
			.branch-contact__detail a {
				display: inline-block;
				margin-left: 6px;
				padding-bottom: 4px;
			}

#footer {
	width: 100%;
	clear: both;
	position: relative;
	z-index: 5;
}
	
	#footer-inset {
		border-top: 2px solid #545355;
		padding: 50px 0;
	}
	
	#footer-description {
		max-width: 220px;
	}
		#footer-description br {
			display: none;
		}
	
	.contact-list {
		line-height: 1.5;
	}
		.contact-list__contact {
			margin-bottom: 19px;
		}
			.contact-list__role {
				display: block;
			}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	
	.container {
		padding-left: 30px;
	}
	
	h1 {
		font-size: 72px;
		max-width: 900px;
	}
	
	#logo {
		padding: 35px 0;
	}
	
	#main-content {
		padding: 60px 0 40px 0;
	}
		.branch-contact {
		    font-size: 22px;
		}
	
	#footer-description {
		font-size: 18px;
	}

	.contact-list {
	    line-height: 1.6;
	}		
		.contact-list__contact {
		    margin-bottom: 20px;
		}	
			.contact-list__role {
				font-size: 16px;
			}

}

@media only screen and (min-width: 980px) and (max-width: 1199px) {

	.container {
		padding-left: 30px;
	}
	
	h1 {
		font-size: 72px;
		max-width: 900px;
	}
	
	#page-wrapper:before {
	    content: "";
	    width: 840px;
	    height: 840px;
    }
	
	#logo {
		padding: 35px 0;
	}
	
	#main-content {
		padding: 60px 0 30px 0;	
	}
		.branch--whg {
			width: 42%;
		}
		.branch--ak {
			width: 56%;
		}
			.branch-contact {
				font-size: 20px;
			}
	
	#footer-content {
		width: 100%;
		margin-right: 0;	
	}
		#footer-inset {
			padding-bottom: 30px;
		}
		#footer-description {
			font-size: 22px;
			margin-bottom: 40px;
			max-width: 100%;
		}		
			#footer-description br {
				display: block;
			}
		.footer-contact {
			width: 30.63%;
		}
			
	
	
}


@media only screen and (min-width: 768px) and (max-width: 979px) {

	.container {
		padding-left: 30px;
	}
	
	h1 {
		font-size: 60px;
		max-width: 740px;
	}
	h3 {
		font-size: 24px;
	}
	.kicker {
		font-size: 30px;
	}
	
	#page-wrapper:before {
		width: 720px;
		height: 720px;
		right: -250px;
	}
	
	#main-content {
		padding: 50px 0 10px 0;
	}
		#logo {
			padding: 30px 0;
		}
			#logo .svg-wrapper {
				width: 320px;
				padding-bottom: 62px;
			}
		
		.branch--ak br {
			display: block;
		}
		.branch-contact {
		    font-size: 18px;
		    line-height: 1.4;
		}
			.branch-contact__detail {
				margin-bottom: 8px;
			}
				.branch-contact__detail a {
					padding-bottom: 2px;
				}
				
	#footer-content {
		width: 100%;
		margin-right: 0;	
	}
		#footer-inset {
			padding: 40px 0 30px 0;
		}
		#footer-description {
			font-size: 18px;
			margin-bottom: 35px;
			max-width: 100%;
		}		
			#footer-description br {
				display: block;
			}
		.footer-contact {
			width: 30.63%;
		}
			.contact-list__role {
				font-size: 14px;
				margin-top: 2px;
			}
	
}

@media only screen and (max-width: 767px) {
	
	.container {
		padding-left: 0;
		padding-right: 0;
		margin: 0 auto;
	}
	
	.col-half,
	.col-one-fourth {
		width: 100%;
	}
	
	#footer-description {
	    max-width: 100%;
	}
	
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	.container {
		width: 440px;
	}
	
	h1 {
		font-size: 36px;
	}
	h3 {
		font-size: 22px;
		margin-bottom: 10px;
	}
	.kicker {
		font-size: 20px;
		margin-bottom: 30px;
	}
	
	#page-wrapper:before {
		width: 600px;
		height: 600px;
		right: -180px;
		top: 120px;
	}
	
	#main-content {
	    padding: 50px 0 15px 0;
	}
	
		#logo {
			padding: 20px 0;
		}
			#logo:after {
				right: -50px;
			}
			#logo .svg-wrapper {
				width: 300px;
				padding-bottom: 58px;
			}
	
	.branch-contact {
	    font-size: 18px;
	}
	
	#footer-inset {
	    padding: 40px 0;
	}
	
	#footer-description {
		font-size: 20px;
		margin-bottom: 40px;
	}
	
	.contact-list {
		margin-bottom: 20px;
	}
	.contact-list__contact br {
		display: none;
	}
	.contact-list__role {
		display: inline-block;
		font-size: 16px;
		margin-left: 10px;
	}
	
}

@media only screen and (max-width: 479px) {
	
	.container {
		width: 280px;
	}
	
	html, body {
		font-size: 17px;
	}
	h1 {
		font-size: 24px;
	}
	h3 {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.kicker {
		font-size: 18px;
		margin-bottom: 30px;
	}
	
	#page-wrapper:before {
		width: 540px;
		height: 540px;
		right: -180px;
		top: 75px;
	}
	
	#masthead {
		background-color: #fff;
	}
	
		#logo {
			padding: 20px 0;
		}
		#logo .svg-wrapper {
		    width: 280px;
		    padding-bottom: 54px;
		}
		
	#main-content {
		padding: 40px 0 5px 0;
	}
	
	.branch-contact {
	    font-size: 16px;
	    line-height: 1.4;
	}
	
	#footer-inset {
		padding: 35px 0;
	}
		
	.contact-list {
		margin-bottom: 20px;
	}
	.contact-list__role {
		font-size: 15px;
		margin-top: 3px;
	}
	
}