/* Variables and Classes ================================================================================================ */
.vcenter {
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.chromejitterfix, .scroll-to-top {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}

/* Reset ================================================================================================ */
a, abbr, acronym, address, applet, article, aside, audio, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, small, span, strike, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, div, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

html, body {
  height: 100%;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  display: block;
}

input {
  -webkit-appearance: none;
}

/* Globals ================================================================================================ */
body {
  background: #fff;
}

body, p, a, li, input, textarea, div {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  color: #000;
  line-height: 24px;
}

p {
  padding-bottom: 18px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "EB Garamond", serif;
  line-height: normal;
}

a {
  color: #b4a55b;
  font-weight: bold;
}

a:hover {
  color: #d4cba1;
  text-decoration: underline;
}

a, input, textarea, button {
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

input:focus, textarea:focus {
  border: 1px solid #bbb;
  background: #fff;
}

/*li {list-style-image:url(../images/bullet.png)}*/
input, textarea {
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: 1px solid #ddd;
  background: #fafafa;
  width: 96%;
  padding: 0 0 0 3%;
  line-height: 35px;
}

input {
  height: 35px;
}

.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
}

.hidden {
  display: none;
}

/*hide until mobile*/
.hum {
  display: none !important;
}

#fancybox-overlay {
  background: rgba(30, 63, 32, 0.5) !important;
}

@media screen and (max-width: 1012px) {
  /*mobile hide*/
  .mh {
    display: none !important;
  }

  .hum {
    display: block !important;
  }
}
/* Page Location Indicator ================================================================================================ */
.sidebar {
  height: 100%;
  width: 200px;
  border-left: 1px solid #989da4;
  position: absolute;
  left: 70px;
}

.sidebar div {
  position: absolute;
  top: 50%;
  margin: -18px 0 0 -10px;
  color: #989da4;
  font-size: 20px;
  height: 30px;
  line-height: 30px;
}

.sidebar div span.sidebullet {
  font-size: 35px;
  display: block;
  float: left;
}

.sidebar div span.sidetitle {
  display: block;
  float: left;
  margin-left: 10px;
  font-family: "EB Garamond", serif;
  font-size: 20px;
  padding-top: 2px;
}

.sidebartop {
  height: 50%;
  bottom: 0;
}

.sidebartop div {
  top: 0;
  margin: -20px 0 0 -10px;
}

.sidebarbottom {
  height: 50%;
  top: 0;
}

.sidebarbottom div {
  top: 100%;
  margin: -20px 0 0 -10px;
}

@media screen and (max-width: 1440px) {
  .sidebar1440 div {
    top: 100px;
  }

  .sidebarbottom1440 {
    height: 100px;
  }
}
@media screen and (max-width: 1366px) {
  .sidebar {
    left: 50px;
  }
}
@media screen and (max-width: 1200px) {
  .sidebar {
    left: 30px;
  }
}
@media screen and (max-width: 1012px) {
  .sidebar {
    display: none;
  }
}
/* Site ================================================================================================ */
.sitewidth {
  width: 980px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .sitewidth {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1012px) {
  #sitecontainer {
    width: 100%;
    overflow: hidden;
  }

  .sitewidth {
    width: 90%;
    margin: 0 auto;
  }
}
/* Header ================================================================================================ */
#header1 {
  width: 100%;
  height: 754px;
  position: relative;
  background: url(../images/bg1.jpg) top center #072809;
  overflow: hidden;
}

.logo {
  width: 81px;
  height: 72px;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -40px;
  top: 19px;
  z-index: 4;
}

.logo2 {
  position: absolute;
  width: 52px;
  height: 54px;
}

.logo2 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: absolute;
  top: 14px;
  left: 14px;
  -moz-transition: opacity 0.7s;
  -o-transition: opacity 0.7s;
  -webkit-transition: opacity 0.7s;
  transition: opacity 0.7s;
}

.logo:hover .logo2 {
  position: absolute;
  top: 14px;
  left: 14px;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.topnav {
  width: 350px;
  position: absolute;
  top: 15px;
}

.topnavleft {
  left: 50%;
  margin-left: -440px;
  text-align: right;
}

.topnavright {
  right: 50%;
  margin-right: -440px;
}

.topnav a {
  color: #fff;
  font-weight: normal;
  text-decoration: none;
}

.topnav a, .topnav a span {
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.topnav a:hover, .topnav a:hover span {
  color: #c3d4c4;
}

.topnavphone {
  padding-left: 20px;
  background: url(../images/topnavphone.png) no-repeat 0 3px;
}

.topnavemail {
  padding-left: 27px;
  background: url(../images/topnavemail.png) no-repeat 0 4px;
}

.topnavmap {
  padding-left: 17px;
  background: url(../images/topnavmap.png) no-repeat 0 3px;
}

.topnavspace {
  padding: 0 16px 0 16px;
  color: #fff;
}

#topleft, #topright {
  width: 50%;
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  height: 1px;
  top: 55px;
}

#topleft {
  left: -60px;
}

#topright {
  right: -60px;
}

#header1text {
  text-align: center;
  color: #fff;
  padding-top: 220px;
  font-size: 18px;
}


#header1text2 {
  background: rgba(30, 63, 32, 0.5);
  color: #b4a55b;
  width: 52%;
  margin-left: -30%;
  position: absolute;
  top: 270px;
  left: 50%;
  padding: 40px 4% 40px 4%;
  text-align: center;
}

#header1text2 sub {
	font-size: .75em;
}

#header1 h1 {
  
  font-size: 85px; /* font-size: 62px; */
  line-height: 70px;
  font-weight: normal;
  text-align: center;
  text-shadow: 3px 3px 20px rgba(0, 0, 0, 0.5);
/* 
	width: 52%;
	margin-left: -30%;
	position: absolute;
	top: 270px;
	left: 50%;
	padding: 40px 4% 40px 4%;
*/
	display: inline-block;
	font-variant: small-caps;
	margin-left: 0 !important;
}

#header1 h1 span {
  font-weight: normal;
  color: #fff;
  font-size: 55px;
  margin-left: -100px;
}

#header1 h1 span.job-title {
	font-variant: normal;
	font-style: italic;
	position: relative;
	top: -.2em;
}

#header1 #snead-logo {
	display: inline-block;
	position: relative;
	
	width: 100px;
	top: -63px;

	margin-right: 15px;
}

#mainnav {
  width: 620px;
  position: absolute;
  left: 50%;
  margin-left: -310px;
  bottom: 70px;
  color: #fff;
  font-family: "EB Garamond", serif;
  font-size: 26px;
  text-align: center;
}

#mainnav a {
  color: #fff;
  font-family: "EB Garamond", serif;
  text-decoration: none;
  font-weight: normal;
  font-size: 26px;
}

#mainnav a:hover {
  color: #b4a55b;
}

#mainnav span {
  padding: 0 23px 0 23px;
}

@media screen and (max-width: 1600px) {
  #header1 {
    height: 714px;
  }
  
	#header1 #snead-logo {
	
		width: 85px;
		top: -48px;

		margin-right: 15px;
	}


  #header1 h1 {
    /* width: 56%; */
    margin-left: -32%;
    font-size: 60px;
	line-height: 1em;
  }
  
  #header1 h1 span {
	font-size: .75em;
  
  }

  #mainnav {
    bottom: 50px;
  }
  
  
}
@media screen and (max-width: 1400px) {
  #header1 h1 {
    width: auto; /* width: 60%; */
    /* margin-left: -34%; */
    font-size: 60px;
  }
}
@media screen and (max-width: 1350px) {
  #header1 {
    height: 694px;
  }
  
  #header1 #snead-logo {
		width: 75px;
		top: -50px;
		margin-right: 10px;
	}

  #header1 h1 {
    font-size: 55px;
    line-height: 60px;
  }

  #header1 h1 span {
    font-size: 45px;
  }

  #mainnav {
    bottom: 40px;
  }
}
@media screen and (max-width: 1200px) {
  #header1 {
    height: 644px;
  }

  #header1text {
    padding-top: 210px;
  }
  
 #header1text2 {
	/* margin-left: -36%; */
	position: relative;
	top: 0px;
 }
 
	 #header1 #snead-logo {
		width: 45px;
		top: -50px;
		margin-right: 10px;
	
	}
	


  #header1 h1 {
    /* width: 64%; */
    /* margin-left: -36%; */
    font-size: 45px;
    line-height: 50px;
    top: 260px;
  }

  #header1 h1 span {
    font-size: 35px;
	margin-left: -75px;
  }
}
@media screen and (max-width: 1012px) {
  #header1 {
    height: auto;
    padding-bottom: 30px;
  }

  .topnav {
    width: 100%;
    top: inherit;
    position: relative;
  }

  .topnavleft {
    left: 0;
    margin-left: 0;
    height: 57px;
    margin-top: 20px;
  }

  .topnavright {
    right: 0;
    margin-right: 0;
    text-align: right;
  }

  .topnavleft a, .topnavright a {
    background-position: 0 0;
    padding-left: 0;
    display: block;
    position: absolute;
  }

  .topnavphone {
    width: 14px;
    height: 14px;
    right: 28px;
  }

  .topnavemail {
    width: 20px;
    height: 13px;
    right: 25px;
    margin-top: 5px;
  }
  
  @-moz-document url-prefix() { 
	  .topnavemail {

		margin-top: 30px;
	  }
	}

  .topnavmap {
    width: 11px;
    height: 14px;
    right: 30px;
  }

  .topnavspace {
    display: none;
  }

  #topleft, #topright {
    display: none;
  }

  #header1text {
    padding-top: 47px;
    padding-bottom: 10px;
  }
  
  #header1text2 {
	width: 84%;
	margin-left: -46%;
  
  }
  
  #header1 #snead-logo {
	display: none;
  
  }

  #header1 h1 {
    width: 84%;
    font-size: 37px;
    line-height: 40px;
    padding: 25px 4% 25px 4%;
    margin-left: inherit;
    /* position: inherit; */
    top: inherit;
    left: inherit;
    margin: 0 auto;
  }

  #header1 h1 span {
    font-size: 30px;
	margin-left: 0px;
  }

  #mainnav {
    width: 100%;
    position: relative;
    left: inherit;
    margin-left: inherit;
    bottom: inherit;
    margin-top: 30px;
  }

  #mainnav a {
    line-height: 40px;
    text-shadow: 1px 1px 3px rgba(30, 63, 32, 0.8);
  }
}
/* Footer ================================================================================================ */
.scroll-to-top {
  position: fixed;
  background: url(../images/backtotop.png) no-repeat 50% 44% rgba(85, 85, 85, 0.7);
  cursor: pointer;
  width: 45px;
  height: 40px;
  bottom: 18px;
  right: 18px;
  display: none;
  z-index: 999;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.scroll-to-top:hover {
  background-color: rgba(85, 85, 85, 0.85);
}

#footer {
  background: #101010;
  height: 110px;
  position: relative;
}

#logofooter {
  float: left;
  margin-top: 18px;
}

.footernavphone {
  padding-left: 24px;
  background: url(../images/bigphone.png) no-repeat 0 3px;
  color: #fff;
  text-decoration: none !important;
  font-size: 18px;
  font-weight: normal;
  float: left;
  margin: 42px 0 0 45px;
}


	
#paypal_form {
	display: inline-block;
}
#payment {
	display: inline-block;
	margin: 32px 42px 0px 42px;
	/* font-size: 18px; */
	border: 1px solid rgba(255, 255, 255, 0.5);
/* 	padding: 10px 20px; */
	padding: 0px;
	text-decoration: none;
	color: #b4a55b;
	background: none;
	width: 160px;
	height: 46px;
	font-weight: bold;
	outline:0 !important;
}
#payment:hover {
	color: #d4cba1;
	cursor: pointer;
}

#footernav {
  color: #fff;
  font-family: "EB Garamond", serif;
  font-size: 19px;
  text-align: right;
  position: absolute;
  right: 0;
  top: 43px;
}

#footernav a {
  color: #fff;
  font-family: "EB Garamond", serif;
  text-decoration: none;
  font-weight: normal;
  font-size: 19px;
}

#footernav a:hover {
  color: #b4a55b;
}

#footernav span {
  padding: 0 18px 0 18px;
}

@media screen and (max-width: 1200px) {
  .scroll-to-top {
    bottom: 2px;
    right: 2px;
  }
}
@media screen and (max-width: 1012px) {
  .scroll-to-top {
    display: none !important;
  }

  #footer {
    height: auto;
    padding-top: 30px;
    text-align: center;
    padding-bottom: 40px;
  }

  #logofooter {
    float: none;
    display: block;
    margin: 0 auto;
    width: 72px;
    margin-top: 17px;
  }

  .footernavphone {
    float: none;
    margin: 0 auto;
    width: 115px;
    display: block;
    margin-top: 47px;
  }

  #footernav {
    position: relative;
    right: inherit;
    top: inherit;
    text-align: center;
    margin-top: 37px;
    line-height: 34px;
  }
}
/* Editor Fixes ================================================================================================ */
.is-cms .parallax {
  height: 500px !important;
}

/* Parallax Globals ================================================================================================ */
.parallax {
  position: relative;
  z-index: 1;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .parallax {
    background-attachment: scroll;
  }
}
@media only screen and (max-device-width: 480px) {
  .parallax {
    background-attachment: scroll;
  }
}
