@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Stardos+Stencil');
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
@import url('https://fonts.googleapis.com/css?family=Oswald:400,700');
@import url('https://fonts.googleapis.com/css?family=raleway:400,900');
@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Serif:400,400i,500,500i,600,600i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,300,400,700,900');


html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, a, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* CSS Document */

html {
    height: 100%;
    margin: 0;
}

body {
	margin: 0;
	padding: 0;
	color: #000;
	height: 100%;	
	background-color: #005f87;
	background-image: url("graphics/blue_back_216x126.png");
	/*background-repeat: no-repeat;*/
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}

p {
	font-family: "IBM Plex Serif", Georgia, Times New Roman, serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	padding-bottom: 16px;
	width: auto;
	
}
	
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 0px;
	padding-left: 0px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}

/*Link Colors*/

a:link {
	color: #44a8b1;
	text-decoration: underline;
}

a:visited {
	color: #44a8b1;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	text-decoration: none;
}

.right-align {
	float: right;
	padding-left: 10px;
}

.left-align {
	float: left;
	padding-right: 10px;
}


.basic_center {
	text-align:center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.basic_graphic_left {
	text-align: left;
	float: left;
	display: inline-block;
	margin-left: auto;
	margin-right: 10px;
	padding-left: auto;
	padding-right: 10px;
	padding-bottom: 10px;
	width: auto;
}

.basic_graphic_right {
	text-align: left;
	float: right;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: auto;
	padding-bottom: 10px;
	width: auto;
}


.Header_name {
	font-family: "Montserrat", Helvetica, Arial, "sans-serif";
	font-weight: 300;
	font-size: 42px;
	line-height: 54px;
	color: #ffffff;
	padding-bottom: 10px;
	padding-top: 10px;
	clear: both;
}

#Head_name_ALT {
	font-family: "Montserrat", Helvetica, Arial, "sans-serif";
	font-weight: 300;
	font-size: 42px;
	line-height: 54px;
	color: #c1c1c1;
	padding-bottom: 10px;
	padding-top: 0px;
}

h1 {
	font-family: "Montserrat", Helvetica, Arial, "sans-serif";
	font-weight: 700;
	font-size: 36px;
	padding-bottom: 8px;
	text-align: left;
	color: #056087;	
}

h2 {
	font-family: "Montserrat", Helvetica, Arial, "sans-serif";
	font-weight: 300;
	font-size: 36px;
	padding-bottom: 8px;
	text-align: left;
	color: #ffffff;	
}

h3 {
	font-family: "Montserrat", Helvetica, Arial, "sans-serif";
	font-weight: 700;
	font-size: 24px;
	line-height: 21px;
	padding-bottom: 0px;
	text-align: left;
	color: #056087;	
}

h4 {
	font-family: "Montserrat", Helvetica, Arial, "sans-serif";
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	padding-bottom: 8px;
	text-align: left;
	color: #44a8b1;	
}

h5 {
	font-family: "Montserrat", Helvetica, Arial, "sans-serif";
	font-weight: 700;
	font-size: 30px;
	line-height: 26px;
	padding-bottom: 4px;
	padding-top: 4px;
	text-align: left;
	color: #056087;	
}

h6 {
	font-family: "Montserrat", Helvetica, Arial, "sans-serif";
	font-weight: 400;
	font-size: 30px;
	line-height: 26px;
	padding-bottom: 4px;
	padding-top: 4px;
	text-align: left;
	color: #056087;	
}

.center_text {
	text-align:center;
}

.port_page_header_text {
	text-align:left;
	height: 36px;
}

.subheader_name {
	font-family: "Montserrat", Helvetica, Arial, "sans-serif";
	font-weight: 700;
	font-size: 21px;
	line-height: 28px;
	padding-bottom: 0px;
	padding-top: 0px;
	color: #dba63c;
}

.subheader_name2 {
	font-family: "Montserrat", Helvetica, Arial, "san-serif";
	font-weight: 400;
	font-size: 26px;
	line-height: 28px;
	padding-bottom: 0px;
	padding-top: 0px;
	color: #dba63c;
}

.test_copy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

/* Social Media Icons*/

.social_block {
	float: right;
	margin-left: 0px;
	margin-right: 15px;
}

.social_wrap, .social_wrap UL, .social_wrap LI {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	width: 132px;
	height: 40px;
	display: inline;
}

.facebook a {
	float: left;
	width: 40px;
	height: 40px;
	margin-top: 0px;
	padding: 0px 0px;
	margin-right: 10px;
	background-image: url(graphics/facebook.png);
}
            
.facebook a:hover {
	background-image: url(graphics/facebook_X.png);
}

.linkedin a {
	float: left;
	width: 40px;
	height: 40px;
	margin-top: 0px;
	padding: 0px 0px;
	margin-right: 10px;
	background-image: url(graphics/linkedin.png);
}
            
.linkedin a:hover {
	background-image: url(graphics/linkedin_X.png);
}

.email a {
	float: left;
	width: 40px;
	height: 40px;
	margin-top: 0px;
	padding: 0px 0px;
	margin-right: 10px;
	background-image: url(graphics/email.png);
}
            
.email a:hover {
	background-image: url(graphics/email_X.png);
}

.youtube a {
	float: left;
	width: 40px;
	height: 40px;
	margin-top: 0px;
	padding: 0px 0px;
	margin-right: 4px;
	background-image: url(graphics/youtube.png);
}
            
.youtube a:hover {
	background-image: url(graphics/youtube_X.png);
}




/* Basic Structure */

.global_contain {
	width: 100%;
	/*background-color: #;*/
	overflow: hidden;
}

.header_wrap {
	width: 100%;
	/*background-color: #005f87;*/
	height: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 0px;
	clear: both;
	/*background-image: url(graphics/Banner_Halftone_568974.png);
	background-repeat: no-repeat;
	background-size: cover;*/
	visibility: visible;
}


.header_wrap2 {
	width: 100%;
	/*background-color: #005f87;*/
	height: 0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 0px;
	visibility: hidden;
}

.first_call_wrap {
	background-color: #c1c1c1;
	margin-right: 36px;
	margin-bottom: 16px;
	height: 100%;
	text-align: left;
	overflow: hidden;
	border-radius: 16px;
	padding-top: 16px;
	padding-left: 16px;
	padding-right: 16px;
}

.first_call_wrap p{
	color: #414141;
}

.content_width_1024 {
	max-width: 1024px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	height: 100%;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
}

.first_call_wrap_ochre {
	background-color: #ffa729;
	background-image: url("graphics/gold_back_216x126.png");
	margin-right: 36px;
	margin-bottom: 16px;
	height: 100%;
	text-align: left;
	overflow: hidden;
	border-radius: 16px;
	padding-top: 16px;
	padding-left: 16px;
	padding-right: 16px;
}

.first_call_wrap_ochre p{
	color: #414141;
}

.light_grey_band {
	background-color: #c1c1c1;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
	text-align: left;
	overflow: hidden;
	border-radius: 0px;
	padding-top: 16px;
	padding-left: 36px;
	padding-right: 30px;
	padding-bottom: 0px;
}

.light_grey_band p{
	color: #414141;
}

.yellow_band {
	background-color: #ffa729;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
	text-align: left;
	overflow: hidden;
	border-radius: 0px;
	padding-top: 16px;
	padding-left: 36px;
	padding-right: 30px;
}

.yellow_band p{
	color: #414141;
}

.yellow_band a:link {
	color: #005f87;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}

.yellow_band a:visited {
	color: #414141;
	text-decoration: none;
}

.yellow_band a:hover, a:active, a:focus {
	text-decoration: none;
}


.pale_green_band {
	background-color: #44a8b1;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
	text-align: left;
	overflow: hidden;
	border-radius: 0px;
	padding-top: 16px;
	padding-left: 36px;
	padding-right: 30px;
}

.gold_band_background {
	background-color: #dba63c;
	background-image: url("graphics/gold_back_216x126.png");
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
	text-align: left;
	overflow: hidden;
	border-radius: 0px;
	padding-top: 16px;
	padding-left: 36px;
	padding-right: 30px;
}

.pale_green_band p{
	color: #414141;
}

.second_call_wrap {
	background-color: #568974;
	margin-right: 36px;
	margin-bottom: 16px;
	overflow: hidden;
	position: relative;
	border-radius: 16px;
	padding-top: 16px;
	padding-left: 16px;
	padding-right: 16px;
}

.second_call_wrap p{
	color: #ffffff;
}

/*.first_call {
	width: 32%;
	background-color: #3F9;
	height: 300px;
	display: inline-block;
	margin-left: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 5px;
	float: left;
}*/

.article_wrap {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	/*background-color: #007984;*/
	padding: 20px;
	padding-bottom: 4px;
}

.left_1col {
	width: 100%;
	height: 100%;
	float: left;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #B2B2B2;
	position: relative;
	border-radius: 16px;
	padding: 16px;
}
		
.right_1col {
	width: 100%;
	height: auto;
	float: left;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #005f87;
	position: relative;
	border-radius: 16px;
	padding: 16px;
}

.right_1col p{
	font-family: "IBM Plex Serif", Georgia, Times New Roman, serif;
	font-weight: 400;
	align-content: center;
	vertical-align: middle;
	font-size: 14px;
	line-height: 20px;
	padding: 0px;
	color: #005f87;	
}


.NAV_up_icon {
	width: 100px;
	height: 58px;
	margin-left: auto;
	margin-right: auto;
}

.NAV_up_icon a:link img{
	background-image: url(graphics/Up_arrow_whiteback.png);
}

.NAV_up_icon a:visited img{
	background-image: url(graphics/Up_arrow_whiteback.png);
}

.NAV_up_icon a:hover img{
	background-image: url(graphics/Up_arrow_whiteback_hover.png);
}

.NAV_up_icon a:active img{
	background-image: url(graphics/Up_arrow_whiteback_touch.png);
}

.NAV_up_icon a:link{
	text-decoration: none;
	color: #414141;
}

.NAV_up_icon a:visited{
	text-decoration: none;
	color: #414141;
}

.NAV_up_icon a:hover{
	text-decoration: none;
	color: #ffa729;
}
.NAV_up_icon a:active{
	text-decoration: none;
	color: #414141;
}


.icon_col {
	width: 100%;
	height: auto;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	/*background-color: #005f87;*/
	position: relative;
	border-radius: 0px;
	padding-bottom: 0px;
}

.icon_col p{
	font-family: "Montserrat", Helvetica, Arial, "sans-serif";
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
}

.NAV_icon_container {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 120px;
	height: 100px;
	float: none;
	padding-top: 10px;
}

.NAV_resume_icon {
	width: 120px;
	height: 74px;
	margin-left: auto;
	margin-right: auto;
}

.NAV_resume_icon a:link img{
	background-image: url(graphics/resume_icon.png);
}

.NAV_resume_icon a:visited img{
	background-image: url(graphics/resume_icon.png);
}


.NAV_resume_icon a:hover img{
	background-image: url(graphics/resume_icon_hover.png);
}

.NAV_resume_icon a:active img{
	background-image: url(graphics/resume_icon_touch.png);
}

.NAV_resume_icon a:link{
	text-decoration: none;
	color: #ffffff;
}

.NAV_resume_icon a:visited{
	text-decoration: none;
	color: #ffffff;
}

.NAV_resume_icon a:hover{
	text-decoration: none;
	color: #44a8b1;
}
.NAV_resume_icon a:active{
	text-decoration: none;
	color: #ffa729;
}


.NAV_home_icon {
	width: 120px;
	height: 74px;
	margin-leftresume: auto;
	margin-right: auto;
}

.NAV_home_icon a:link img{
	background-image: url(graphics/home_icon.png);
}

.NAV_home_icon a:visited img{
	background-image: url(graphics/home_icon.png);
}


.NAV_home_icon a:hover img{
	background-image: url(graphics/home_icon_hover.png);
}

.NAV_home_icon a:active img{
	background-image: url(graphics/home_icon_touch.png);
}

.NAV_home_icon a:link{
	text-decoration: none;
	color: #ffffff;
}

.NAV_home_icon a:visited{
	text-decoration: none;
	color: #ffffff;
}

.NAV_home_icon a:hover{
	text-decoration: none;
	color: #44a8b1;
}
.NAV_home_icon a:active{
	text-decoration: none;
	color: #ffa729;
}



.NAV_portfolio_icon {
	width: 120px;
	height: 74px;
	margin-left: auto;
	margin-right: auto;
}

.NAV_portfolio_icon a:link img{
	background-image: url(graphics/portfolio_icon.png);
}

.NAV_portfolio_icon a:visited img{
	background-image: url(graphics/portfolio_icon.png);
}

.NAV_portfolio_icon a:hover img{
	background-image: url(graphics/portfolio_icon_hover.png);
}

.NAV_portfolio_icon a:active img{
	background-image: url(graphics/portfolio_icon_touch.png);
}

.NAV_portfolio_icon a:link {
	text-decoration: none;
	color: #ffffff;
}

.NAV_portfolio_icon a:visited {
	text-decoration: none;
	color: #ffffff;
}

.NAV_portfolio_icon a:hover {
	text-decoration: none;
	color: #44a8b1;
}
.NAV_portfolio_icon a:active {
	text-decoration: none;
	color: #ffa729;
}

.NAV_contact_icon {
	width: 120px;
	height: 74px;
	margin-left: auto;
	margin-right: auto;
}

.NAV_contact_icon a:link img{
	background-image: url(graphics/contact_icon.png);
}

.NAV_contact_icon a:visited img{
	background-image: url(graphics/contact_icon.png);
}

.NAV_contact_icon a:hover img{
	background-image: url(graphics/contact_icon_hover.png);
}

.NAV_contact_icon a:active img{
	background-image: url(graphics/contact_icon_touch.png);
}

.NAV_contact_icon a:link {
	text-decoration: none;
	color: #ffffff;
}

.NAV_contact_icon a:visited {
	text-decoration: none;
	color: #ffffff;
}

.NAV_contact_icon a:hover {
	text-decoration: none;
	color: #44a8b1;
}
.NAV_contact_icon a:active {
	text-decoration: none;
	color: #ffa729;
}

.NAV_linkedin_icon {
	width: 120px;
	height: 74px;
	margin-left: auto;
	margin-right: auto;
}

.NAV_linkedin_icon a:link img{
	background-image: url(graphics/linkedin_icon.png);
}

.NAV_linkedin_icon a:visitedimg{
	background-image: url(graphics/linkedin_icon.png);
}


.NAV_linkedin_icon a:hover img{
	background-image: url(graphics/linkedin_icon_hover.png);
}

.NAV_linkedin_icon a:active img{
	background-image: url(graphics/linkedin_icon_touch.png);
}

.NAV_linkedin_icon a:link {
	text-decoration: none;
	color: #ffffff;
}

.NAV_linkedin_icon a:visited {
	text-decoration: none;
	color: #ffffff;
}

.NAV_linkedin_icon a:hover {
	text-decoration: none;
	color: #44a8b1;
}
.NAV_linkedin_icon a:active {
	text-decoration: none;
	color: #ffa729;
}






.icon_basic_center {
	display: inline-block;
	vertical-align: top;
	width: 150px;
	float: none;
	margin: auto;
}

.right_1col_inside {
	/*clear: both;*/


}

.home_btn {
    position:absolute;
    top:10px;
	font-family: "Oswald", san-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	padding-left: 10px;
}

.home_btn a:link {
	color: #c1c1c1;
	text-decoration: none;
}

.home_btn a:visited {
	color: #c1c1c1;
	text-decoration: none;
}

.home_btn a:hover, a:active, a:focus {
	color: #ca4c00;
	text-decoration: none;
}



.top_btn {
	font-family: "Oswald", san-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 20px;
}

.top_btn a:link {
	color: #414141;
	text-decoration: none;
}

.top_btn a:visited {
	color: #414141;
	text-decoration: none;
}

.top_btn a:hover, a:active, a:focus {
	color: #ca4c00;
	text-decoration: none;
}




/* Footer Area */

/*.footer_wrap {
	clear: both;
	width: 1000px;
	background-color: #340;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
}*/

.footer_wrap {
	width: 100%;
	height: 100%;
	padding: 10px;
	float: left;
}

.footer_col_first {
	width: 180px;
	padding: 0px;
	text-align: left;
	margin-left: 10px;
	float: left;
}
	
.footer_col_first p{
	font-family: "Montserrat", san-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	padding: 0;
	color: #ffffff;
}

.footer_col_second {
	width: 240px;
	padding: 0px;
	text-align: left;
	margin-left: 10px;
	float: left;
}
	
.footer_col_second p{
	font-family: "Montserrat", san-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	padding: 0px;
	color: #ffffff;
}

.video_wrapper {
	border: 16px solid #005f87;
	margin-bottom: 30px;
	box-shadow: 14px 14px 18px 0px #285643;
	border-radius: 0px;
	margin-left: 0;
}

.preload_images {
	display:none!important;
}


/* ====== Adding in Elemnets for Mobile ====== */
	

@media screen and (max-width: 696px) {

.basic_graphic_right {
	text-align: left;
	float: left;
	display: inline-block;
	margin-left: auto;
	margin-right: 10px;
	padding-left: auto;
	padding-right: 10px;
	padding-bottom: 10px;
	width: auto;
}

	
	.subheader_name {
	font-family: "Montserrat", Helvetica, Arial, "sans-serif";
	font-weight: 700;
	font-size: 24px;
	line-height: 28px;
	padding-bottom: 20px;
	padding-top: 0px;
	color: #dba63c;
}
	
	.NAV_icon_container {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100px;
	height: 100px;
	float: none;
	padding-top: 10px;
}
.basic_graphic_left {
	text-align: left;
	float: left;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
	padding-right: 10px;
	width: 100%;
}

.basic_graphic_right {
	text-align: left;
	float: left;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 0;
	width: 100%;
}
	
	
.header_wrap {
	width: 100%;
	/*background-color: #005f87;*/
	height: 0px;
	margin-top: -40px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 0px;
	visibility: hidden;
	clear: both;
	/*background-image: url(graphics/Banner_Halftone.png);
	background-size: cover;*/
}

.header_wrap2 {
	width: 100%;
	/*background-color: #005f87;*/
	height: 140px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 10px;
	visibility: visible;
	/*background-image: url(graphics/Banner_Halftone.png);*/
	background-size: cover;
	/*background-image: url(graphics/headback.png);*/
}

.left_1col {
	width: 90%;
	height: auto;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
	
.right_1col {
	width: 86%;
	height: auto;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #005f87;
	position: relative;
}

.footer_wrap {
	width: 100%;
	height: 100%;
	/*background-color: #414141;*/
	padding: 20px;
	float: left;
}

.footer_col_first {
	width: 180px;
	padding: 0;
	text-align: left;
	margin-left: 10px;
	clear: both;
}
	
.footer_col_first p{
	font-family: "Montserrat", san-serif;
	font-size: 16px;
	line-height: 20px;
	padding: 0px;
	color: #ffffff;
}

.footer_col_second {
	width: 240px;
	padding: 0px;
	text-align: left;
	margin-left: 10px;
	margin-top: 16px;
	clear: both;
}
	
.footer_col_second p{
	font-family: "Montserrat", san-serif;
	font-size: 16px;
	line-height: 20px;
	padding: 0px;
	color: #ffffff;
}



}