/* 
  -----------------------------------
  PVII Vanilla
  by Project Seven Development
  www.projectseven.com
  CSS
  -----------------------------------
*/

body {
	background-color: #F0F0F0;
	margin: 0px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #535353;
}
.scalable {
	width: auto;
	height: auto;
	max-width: 100%;
}
.rounded {
	border-radius: 5px;
	border: 1px solid rgba(0,0,0,.25);
}
img {
	vertical-align: bottom;
}
#layout-container, #footer-container, #copyright-container, #signupContainer {
	margin: auto;
	box-sizing: border-box;
	padding: 20px;
}
#layout-container {
	padding-top: 0px;
}
#topBarWrap {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	background-color: #000000;
	box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
	z-index: 1100;
}
#topBar {
	margin: auto;
	box-sizing: border-box;
	padding: 18px 50px;
	text-align: right;
	color: #DADADA;
}
#topBar a {
	color: #DADADA;
	font-size: .95em;
	font-weight: 700;
	text-decoration: none;
}
#topBar a:hover {
	text-decoration: underline;
}
#mastheadWrap {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	padding: 0px;
	background-color: #FFFFFF;
	box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
	z-index: 1000;
}
#masthead {
	margin: auto;
	box-sizing: border-box;
	padding: 30px 50px;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.soc-mast, .soc-mast-sign {
	height: 40px;
	width: 40px;
	display: inline-block;
	margin-right: 8px;
}
.soc-mast-sign {
	height: 40px;
	width: 100px;
	display: inline-block;
	margin-right: 8px;
}
.soc-mast.zero-margin {
	margin-right: 0px;
}
.soc-mast path, .soc-mast-sign path {
	fill: #000000;
	transition: 200ms; transition-timing-function: ease-in-out; -webkit-transition: 200ms; -webkit-transition-timing-function: ease-in-out;
}
.soc-mast:hover path, .soc-mast-sign:hover path {
	fill: #B64246;
}
.flex-align {
	display: flex;
	align-items: center;
	justify-content: center;
}
#menuWrap {
	position: relative;
	z-index: 900;
	box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
}
#banner-container {
	box-sizing: border-box;
	border-bottom: solid #FFF 2px;
}
#signupWrap {
	background-color: #626262;
    box-sizing: border-box;
	color: #FFFFFF;
	text-align: center;
	font-weight: 700;
}
#signupContainer a {
	color: #FFFFFF;
	font-weight: 700;
}
#signupContainer a:hover {
	color: #f0f0f0;
}
.para  p {
	font-size: 1.7em;
	line-height: 1;
}
.max-980 {
	max-width: 980px;
}
.max-1024 {
	max-width: 1024px;
}
.max-1280 {
	max-width: 1280px;
}
.max-1180 {
	max-width: 1180px;
}
.max-1440 {
	max-width: 1440px;
}
.max-1600 {
	max-width: 1600px;
}
.max-none {
	max-width: none;
}
h1, h2, h3, h4 {
	font-weight: 700;
}
h1 {
	margin: 0px;
}
h3, h4 {margin-top: 1em;}
h1 {font-size: 1.5em;}
h2 {font-size: 1.35em;}
h3 {font-size: 1.2em;}
h4 {font-size: 1.05em;}
h1 {
	text-transform: uppercase;
}
#signupContainer h2 {
	font-size: 2em;
}
.main-content ul li {
	margin: 20px 0px;
}
.main-content  {
	line-height: 1.6em;
}
.columns-container:after, #masthead:after {
	content: "";
	display: table;
	clear: both;
}
.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: 30px;
}
.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;
}
#footerWrap {
	background-color: #B64246;
    color: #FFF;
    box-sizing: border-box;
    font-size: .8em;
    font-weight: 700;
	line-height: 1.7em;
}
#footer-container ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer-container ul {
	margin-top: 1em;
}
#footer-container ul li {
	margin-bottom: 5px;
}
#footer-container a {
	color: #FFF;
	text-decoration: none;
	word-wrap: break-word;	
}
#footer-container a:hover {
	color: #FFF;
	text-decoration: underline;
}
.soc-foot {
	height: 24px;
	width: 24px;
	display: inline-block;
	margin-right: 8px;
}
.soc-foot path {
	fill: #EBEBEB;
	transition: 200ms; transition-timing-function: ease-in-out; -webkit-transition: 200ms; -webkit-transition-timing-function: ease-in-out;
}
.soc-foot:hover path {
	fill: #000000;
}
#copyrightWrap {
	background-color: #000;
	width: 100%;
	border-top: #949494 1px solid;
}
#copyright-container {
	line-height: 1.7em;
	color: #FFF;
	font-size: .8em;
}
.copyright {
	padding: 0px 30px;
}
.main-content a {
	color: #535353;
	text-decoration: underline;
	font-weight: 700;
}
.main-content a:hover {
	color: #B64246;
}
.main-content .home-columns a {
	display: block;
	background-color: #626262;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	font-size: .9em;
}
.main-content .home-columns a:hover {
	background-color: #000000;
}
.main-content .home-columns span {
	padding: 5px 10px;
	display: block;
}
.image-right {
	float: right;
	padding: 0px 0px 20px 20px;
	margin-top: 20px;
}
#video-background {
	background: url(/imgs/Decker-Video-Background.jpg);
	background-color: #640D10;
    background-repeat: no-repeat;
    background-size: cover;
	background-attachment: fixed;
}
#video-container {
	margin: 0px auto;
}
.video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	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: 56.25%; 
	padding-top: 0px; 
	height: 0px; 
	overflow: hidden; 
	margin-top: 1em;
	margin-bottom: 1em;
}
.map-wrapper iframe, .map-wrapper object, .map-wrapper embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.box-shadow {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}
.negMargin {
	margin-top: -40px;
}

/*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%;
}
.main-content .home-columns .column-30 {
	margin-top: 20px;
	margin-right: 5%;
}
.main-content .home-columns .column-30:last-child {
	margin-right: 0%;
}
.column-33 {
	width: 33.3334%;
}
.column-35 {
	width: 35%;
}
.column-40 {
	width: 40%;
}
.column-45 {
	width: 45%;
	margin-right: 10%;
}
.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;}
.video-pad {padding: 20px 0px;}
.foot-padded {
	padding: 0px 30px;
}
.no-margin-right {
	margin-right: 0% !important;
}
@media only screen and (min-width: 700px) and (max-width: 950px) {
.soc-mast, .soc-mast.zero-margin {
	height: 30px;
	width: 30px;
	margin: 0px 4px;
}
.soc-mast-sign {
	height: 30px;
	width: 75px;
	margin: 0px 4px;
}
}

@media only screen and (min-width: 700px) and (max-width: 800px) {
.main-content .home-columns a {
	font-size: .75em;
}
}

@media only screen and (min-width: 0px) and (max-width: 700px) {
body {
	-webkit-text-size-adjust: none;
}
#layout-container, #topBar, #banner, #footer-container, #copyright-container, #signupContainer {
	max-width: none;
	padding: 0px;
}
#masthead {
	max-width: none;
	padding: 10px 30px;
}
#masthead .column-33 {
	text-align: center;
}
.soc-mast, .soc-mast.zero-margin {
	height: 24px;
	width: 24px;
	margin: 0px 4px;
}
.soc-mast-sign {
	height: 24px;
	width: 60px;
	margin: 0px 4px;
}
.flex-align {
	display: block;
}
.column, .vanilla-column {
	float: none !important;
	width: auto !important;
}
.columns-container, .column-group {
	border: none;
	background-image: none;
}
#masthead-left, #masthead-right {
	float: none;
	width: auto;
	text-align: left;
}
#topBarWrap {
	box-shadow: none;
}
#topBar {
	padding: 10px 30px;
	text-align: center;
	line-height: 1.5em;
}
#topBar a {
	font-size: .9em;
}
.main-content .home-columns .column-30 {
	margin-right: 0%;
}
.image-right {
	float: none;
	padding: 20px 0px;
	margin-top: 0px;
}
.foot-padded {
	padding: 15px 30px;
}
.copyright {
	padding: 20px 30px;
}
.hideLogo {
	display: none;
}
.cellPadTop {
	padding-top: 15px;
}
#signupWrap {
	padding: 10px 30px;
	font-size: 70%;
}
.map-wrapper.box-shadow.negMargin {
	margin-top: auto;
}
.mapPad {
	padding: 20px 0px !important;
}
.column-45 {
	margin-right: 0%;
}
}

@media only screen and (max-device-width: 480px) {
body {
	-webkit-text-size-adjust: none;
	font-size: 16px;
}
input.search-box, select:focus, input:focus {
	font-size: 10px;
}
input.search-box {
	width: 60%;
}
input.search-button {
	right: 41%;
}
}

@media only screen and (max-device-width: 480px) and (orientation : landscape) {
body {
	-webkit-text-size-adjust: none;
	font-size: 12px;
}
input.search-box {
	width: 70%;
}
input.search-button {
	right: 31%;
}
}
