/* 
  -----------------------------------
  PVII Vanilla
  by Project Seven Development
  www.projectseven.com
  CSS
  -----------------------------------
*/
*{
	margin:0;
	padding:0;
}
a[href^="tel"] {
  color: inherit; /* Inherit text color of parent element. */
  text-decoration: none; /* Remove underline. */
  /* Additional css `propery: value;` pairs here */
}
body {
	background-color: #FFFFFF;
	margin: 0px;
	font-family: 'Oswald', sans-serif;
	font-size: 1em;
	padding: 0px;
}
.scalable {
	width: auto;
	height: auto;
	max-width: 100%;
}

.rounded {
	border-radius: 5px;
	border: 1px solid rgba(0,0,0,.25);
}
#layout-container {
	box-sizing: border-box;
	padding: 0px;
	margin-top: 90px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.max-980 {
	max-width: 980px;
	margin-right: auto;
	margin-left: auto;
}
.max-1024 {
	max-width: 1024px;
	margin-right: auto;
	margin-left: auto;
}
.max-1280 {
	max-width: 1280px;
	margin-right: auto;
	margin-left: auto;
}
.max-1440 {
	max-width: 1440px;
	margin-right: auto;
	margin-left: auto;
}
.max-1600 {
	max-width: 1600px;
	margin-right: auto;
	margin-left: auto;
}
.max-none {
	max-width: none;
	margin-right: auto;
	margin-left: auto;
}
h1, h2, h3, h4 {
	margin: 0px;
	font-weight: normal;
	font-family: 'Oswald', sans-serif;
	color: #002f57;
}
h3, h4 {margin-top: 1em;}
#p7DMM_1 {
	border-radius: 0px 0px 0px 0px;
}
#masthead {
	width:100%;
	position: fixed;
	max-height: 100px;
	z-index: 99;
	min-height: 100px;
	top:0;
	float: left;
	background-color: #7D98AB;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #4797a8;
}
#masthead h1 {
	font-family: 'Oswald', sans-serif;
	font-size: 1em;
}
#masthead h1 a, #masthead h1 a:hover {
	color: #000;
	text-decoration: none;
}
h2 {font-size: 1.75em;}
h3 {font-size: 1.5em;}
h4 {font-size: 1.35em;}
.p7dmm-fixed, .p7DMM-toolbar {
	background-image: url(img/logo-small.png);
	background-repeat: no-repeat;
	background-position: 1em center;
	border-radius: 0px !important;
	min-height: 90px;
	width: 100%;
	background-color: #7d98ab;
}
#masthead-left {
	width: 40%;
	float: left;
	background-attachment: fixed;
	background-image: url(img/logo-small.png);
	background-repeat: no-repeat;
	background-position: 15% 15px;
	margin-right: auto;
	margin-left: auto;
	min-height: 90px;
	z-index: 10000;
}
#masthead-right {
	width: 60%;
	float: left;
	background-color: #7d98ab;

}
#masthead.one-column #masthead-right, #masthead.one-column #masthead-left {
	float: none;
	width: auto;
}
#masthead.one-column #masthead-right {
	display: none;
}
.columns-container:after, #masthead:after {
	content: "";
	display: table;
	clear: both;
}
.columns-container {

}
.column {
	box-sizing: border-box;
}
.sidebar-right .column, .sidebar-both .column {
	float: left;
}
.sidebar-left .column {
	float: right;
}
.sidebar-none .column {
	float: none;
}
.sidebar-right .main-content, .sidebar-left .main-content {
	width: 75%;
	padding: 20px 30px;
}
.sidebar-both .main-content {
	width: 60%;
	padding: 20px 30px;
}
.sidebar-none .main-content {
	width: auto;
	padding: 0px;
}
.sidebar-right .sidebar, .sidebar-left .sidebar {
	width: 25%;
	padding: 20px 20px;
}
.sidebar-both .sidebar {
	width: 20%;
	padding: 20px 20px;
}
.left-border {
	border-left: 1px dotted;
}
.right-border {
	border-right: 1px dotted;
}
#footer {
	background-color: #151515;
	color: #BBB;
	box-sizing: border-box;
	border-radius: 0px 0px 0px 0px;
	font-size: 80%;
	text-align: center;
	clear: both;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}
#footer a {
	color: #BBB;
	text-decoration: none;
}
#footer a:hover {
	color: #FFF;
	border-bottom: 1px solid;
}
.content-link {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted;
}
.content-link:hover {
	color: #AD2B2D;
	border-bottom: 1px solid;
}
.video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0px;
	overflow: hidden;
}
.video-wrapper iframe, .video-wrapper object, .video-wrapper embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}

.map-wrapper {
	position: relative; 
	padding-bottom: 100%; 
	padding-top: 0px; 
	height: 0px; 
	overflow: hidden; 
	margin-bottom: 20px; 
}
.map-wrapper iframe, .map-wrapper object, .map-wrapper embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*Row/Column Creator Rules*/
.vanilla-row .column-group .vanilla-column {
	box-sizing: border-box;
}
.vanilla-column {
	float: left;
}
.vanilla-row:after, .column-group:after {
	content: "";
	display: table;
	clear: both;
}
.column-15 {
	width: 15%;
}
.column-20 {
	width: 20%;
}
.column-25 {
	width: 25%;
}
.column-30 {
	width: 30%;
}
.column-33 {
	width: 33.3334%;
}
.column-35 {
	width: 35%;
}
.column-40 {
	width: 40%;
}
.column-45 {
	width: 45%;
}
.column-50 {
	width: 50%;
}
.column-55 {
	width: 55%;
}
.column-60 {
	width: 60%;
}
.column-65 {
	width: 65%;
}
.column-70 {
	width: 70%;
}
.column-75 {
	width: 75%;
}
.column-80 {
	width: 80%;
}
.column-100 {
	width: auto;
	float: none !important;
}
.padded {padding: 20px 30px;}

@media only screen and (min-width: 0px) and (max-width: 1300px) {
body {
	-webkit-text-size-adjust: none;
}
#layout-container {
	max-width: none;
	padding: 0px;
}
#masthead {
	padding: 0px 0px;
}
.column, .vanilla-column {
	float: none !important;
	width: auto !important;
}
.columns-container, .column-group {
	border: none;
	background-image: none;
}
#p7DMM_1, #footer {
	border-radius: 0px 0px 0px 0px;
}
#masthead-left, #masthead-right {
	float: none;
	width: auto;
	text-align: left;
}


}

@media only screen and (max-device-width: 480px) {
body {
	-webkit-text-size-adjust: none;
	font-size: 20px;
}


}

@media only screen and (max-device-width: 480px) and (orientation : landscape) {
body {
	-webkit-text-size-adjust: none;
	font-size: 16px;
}

}


}
p {
	font-size: 1em;
	line-height: 1.3em;
	padding: 10px;
}
