@charset "UTF-8";
/* CSS Document */
h1.navy, h1.white{
	line-height: 39px;
	margin: 0;
}
h1.navycontact{
	line-height: 48px;
	color: #0D2F62;
}
h1.mmm{
	color: #ffffff;
	line-height: 39px;
	margin: 0;
	font-size: 2.5em;
}
h3 {
	text-transform: uppercase;
	text-align: center;
	font-size: 2rem;
}
body > section.navy > div {
	padding-bottom: 5vh;
	padding-top: 5vh;
}

/*****standards and tenets page****/
section.herostandard {
			background-size: cover;
			background-image: url("images/StandardsOfPracticeHero_v1.jpg");
			background-repeat: no-repeat;
			max-height: 140px;
			padding: 0 20vw;
			height: 30vh;
			position: relative;
		}
section.heroboard {
			background-size: cover;
			background-image: url("images/BoardOfDirectors.jpg");
			background-repeat: no-repeat;
			max-height: 140px;
			padding: 0 20vw;
			height: 30vh;
			position: relative;
		}

/*end standards and tenets page*/
/*****board of directors page****/

.column1 {
	width: 100%;
	text-align: center;
	display: inline-block;
	margin: 2.5% 0;
}
.column1:first-child{
	margin-top: 5%;
}
.column1 img {
	width: 90%;
	display: block;
    max-width: 500px;
    margin: 0 auto;
}
.column1 p {
	line-height: .4;
    font-size: 2.5rem;
}

/*****end board of directors page****/
/*************member page************/
.form-group{
	font-family: canada-type-gibson, sans-serif;
	font-style: normal;
	width: 100%;
	display: inline-block;
	float: left;
}
.form-group1{
	font-family: canada-type-gibson, sans-serif;
	font-style: normal;
	width: 100%;
	display: inline-block;
	float: left;
}
.formcontain{
	min-height: 100vh;
	margin-bottom: 10%;
}
.formcontain h1{
	margin: 5% 0;
} 
.form-control {
	padding: 2%;
	width: 90%;
	font-family: canada-type-gibson, sans-serif;
	font-style: normal;
	font-size: 2rem;
}
.formlabels {
	float:left;
	padding: 7% 0 2% 0;
	width: 100%;
	font-size: 2rem;
}
.formlabels1 {
	float:left;
	padding: 7% 0 2% 0;
	width: 100%;
	font-size: 2rem;
}
.btncontact{
	clear: both;
	margin: 5% 0;
}
form {
	overflow: auto;
}
/***********end member page**********/
/***********success page**************/
.formsuccess {
    font-size: 2rem;
    color: #0D2F62;
    padding-top: 20%;
    line-height: 2rem;
}
/***********end success page**********/
/**********************************************/
/**Large devices (desktops, 992px and up)*/	
@media only screen and (min-width: 992px),
only screen and (-webkit-min-device-pixel-ratio: 2)      and (min-width: 992px),
only screen and (   min--moz-device-pixel-ratio: 2)      and (min-width: 992px),
only screen and (     -o-min-device-pixel-ratio: 2/1)    and (min-width: 992px),
only screen and (        min-device-pixel-ratio: 2)      and (min-width: 992px),
only screen and (                min-resolution: 192dpi) and (min-width: 992px),
only screen and (                min-resolution: 2dppx)  and (min-width: 992px) 
{ 
	h1.navy, h1.white{
	line-height: 18px;
	color: #0D2F62;
	}
	h1.mmm {
	color: #0D2F62;	
	line-height: 28px;
	font-size: 2.1em;
	}
	h3 {
	font-size: 1.5rem;
	}
	.column1 {
	width: 32.8%;
	}
	.column1 p {
	line-height: .4;
    font-size: 1rem;
}
	.column1 img {
    max-width: 250px;
}
	.form-group{
	width: 49%;
}
	.form-control, .formlabels, .formlabels1 {
	font-size: 1rem;
} 
	.formlabels1 {
	padding: 3% 0 2% 0;
}
	.formcontain{
	min-height: 55vh;
}
	h1.navycontact{
	line-height: 30px;
}
}
/**Extra large devices (large desktops, 1200px and up)**/	
@media only screen and (min-width: 1200px), 
only screen and (-webkit-min-device-pixel-ratio: 2)      and (min-width: 1200px),
only screen and (   min--moz-device-pixel-ratio: 2)      and (min-width: 1200px),
only screen and (     -o-min-device-pixel-ratio: 2/1)    and (min-width: 1200px),
only screen and (        min-device-pixel-ratio: 2)      and (min-width: 1200px),
only screen and (                min-resolution: 192dpi) and (min-width: 1200px),
only screen and (                min-resolution: 2dppx)  and (min-width: 1200px) 
{ 
	body > section.navy > div {
	width: 40vw;
	padding: 5vh 30vw;
	}
	h1.navy, h1.white{
	line-height: 27px;
	font-size: 2.1rem;
	}
	
	
	
}