/* LAYOUT */

* {
  margin: 0;  
}

html {
  margin: 0;
  padding: 0;  
  background-color: #FFFFFF;
}

body {
  margin: 0 auto 0 auto;
  padding: 0;
  background-color: #FFFFFF;
  width: 100%;
  text-align: left;
  min-height: 100%;
}

img {
  padding: 0;
  margin: 0;
}

p {
  padding: 0;
  margin: 0;
}

/* NAV */

/* BOOSTRAP OVERRIDES */

.col-centered {
  float: none;
  margin: 0 auto;
}

.container.no-gutter{
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.no-padding-left {
  padding-left: 0;
}

.no-padding-right {
  padding-right: 0;
}

.no-padding, .no-gutter {
  padding-left: 0;
  padding-right: 0;
}

/* TEXT */

html, body {
  font-family: "Myriad Web Pro", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #000000; 
}

#footer {
  color: #FFFFFF;
  border-top: #FFFFFF 8px solid;
  padding-bottom: 50px;
  background-attachment: static;
  background-repeat: no-repeat;
  background-position: top center;
  background-image: url(../images/feature-large.jpg);
  z-index: 10005;
}

#footer a.eschar-logo {
  position: absolute;
  display: block;
  text-indent: -9999px;
  white-space: nowrap;
  right: 0px;
  background-attachment: static;
  background-repeat: no-repeat;
  background-position: top center;
  background-image: url(../images/eschar-logo-small.png);
  height: 48px;
  width: 183px;
}

a, a:link, a:active, a:visited {
	color: #354c5c;
  text-decoration: underline; 
  outline: none; 
}

a:hover {
  text-decoration: underline;  
  outline: none;
}

#footer a, #footer a:link, #footer a:active, #footer a:visited {
  color: #FFFFFF;
  text-decoration: underline;  
}

#footer a:hover {
  color: #FFFFFF;
  text-decoration: underline;  
}

h1, h2, h3, h4 {
  font-family: 'Anton', sans-serif; 
}

h1 {
  font-size: 4.500em;  
  text-transform: uppercase;
	font-weight: 200;
	letter-spacing: 1px;
}

h2 {
  font-size: 2.250em;
	line-height: 1em;
  text-transform: uppercase; 
	font-weight: 200;
	letter-spacing: 1px;
}

.modal-dialog h2 {
	color: #DFE12D;	
	font-weight: 200;
}

.modal-dialog h3 {
	color: #FFFFFF;
	font-weight: 200;
}

h2, h3 { 
  margin: 0 0 20px 0;
}

h4, h5, h6 {
  margin: 0 0 10px 0;
}

section {
	position: relative;
	z-index: 10005; /* default z-index */
}

a.call-to-action {
	font-family: "Anton", Arial, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	color: #DFE12D;
	font-size: 1.1em;
  background-image: url(../images/arrow-yellow.png);
	background-position: center right;
	padding-right: 25px;
	background-repeat: no-repeat;
	font-weight: 200;
	letter-spacing: 1px;
}

/* FEATURE */

#feature {
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
}

#feature #logo, #feature #save-the-date {
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  text-indent: -9999px;
  white-space: nowrap;
}

#feature #home-calls {
  position: fixed;
	z-index: 10004;
	color: #FFFFFF;
	text-align: center;
}

#feature #home-calls .header1 {
	border-top: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;	
	font-size: 2.0em;
	color: #DFE12D;
	line-height: 1.25em;
	width: auto;
	display: inline-block;
	margin-bottom: 10px;
}

#feature #home-calls .header2 {
	text-transform: uppercase;
	font-weight: 200;
	line-height: 1.0em;
}

#feature #home-calls p {
	margin: 20px 0;
}

#feature #logo {
  z-index: 10001;
}

#feature #save-the-date {
  z-index: 10002;
}

#feature #learn-more {
  position: absolute;
  width: 100%;
  bottom: 0px;
  text-align: center;
  z-index: 10003;
}

#feature #learn-more a {
  background-attachment: static;
  background-repeat: no-repeat;
  background-position: top center;
  width: 106px;
  margin: 0 auto;
  text-indent: -9999px;
  white-space: nowrap;
  display: inline-block;
	font-weight: 200;
	letter-spacing: 1px;
}

/* MARGINS */

.push_10 {
  padding: 0;
  margin: 0;
  height: 10px !important;  
  line-height: 1px !important;
}

.push_20 {
  padding: 0;
  margin: 0;
  height: 20px !important;
  line-height: 1px !important;
}

.push_30 {
  padding: 0;
  margin: 0;
  height: 30px !important;  
  line-height: 1px !important;
}

.push_40 {
  padding: 0;
  margin: 0;
  height: 40px !important;
  line-height: 1px !important;
}

.push_50 {
  padding: 0;
  margin: 0;
  height: 50px !important;
  line-height: 1px !important;
}

.push_60 {
  padding: 0;
  margin: 0;
  height: 60px !important;
  line-height: 1px !important;
}

.push_70 {
  padding: 0;
  margin: 0;
  height: 70px !important;
  line-height: 1px !important;
}

.push_80 {
  padding: 0;
  margin: 0;
  height: 80px !important;
  line-height: 1px !important;
}


.pad_10 {
  padding: 0 10px 0 10px;
  margin: 0;  
}

.pad_20 {
  padding: 0 20px 0 20px;
  margin: 0;  
}

.pad_30 {
  padding: 0 30px 0 30px;
  margin: 0;  
}

.pad_40 {
  padding: 0 40px 0 40px;
  margin: 0;  
}

.pad_50 {
  padding: 0 50px 0 50px;
  margin: 0;  
}

.pad_left_5 {
  padding-left: 5px !important;
}

.pad_right_5 {
  padding-right: 5px !important;  
}

.pad_left_10 {
  padding-left: 10px !important;
}

.pad_right_10 {
  padding-right: 10px !important;  
}

.pad_left_15 {
  padding-left: 15px !important;
}

.pad_right_15 {
  padding-right: 15px !important;  
}

.pad_left_20 {
  padding-left: 20px !important;
}

.pad_right_20 {
  padding-right: 20px !important;  
}

.pad_left_30 {
  padding-left: 30px !important;
}

.pad_right_30 {
  padding-right: 30px !important;  
}

.pad_left_40 {
  padding-left: 40px !important;
}

.pad_right_40 {
  padding-right: 40px !important;  
}

.pad_left_50 {
  padding-left: 50px !important;
}

.pad_right_50 {
  padding-right: 50px !important;  
}

.pad_left_60 {
  padding-left: 60px !important;
}

.pad_right_60 {
  padding-right: 60px !important;  
}

.pad_left_70 {
  padding-left: 70px !important;
}

.pad_right_70 {
  padding-right: 70px !important;  
}

.pad_left_80 {
  padding-left: 80px !important;
}

.pad_right_80 {
  padding-right: 80px !important;  
}

.clear {
  clear: both;
  padding: 0;
  margin: 0;
  height: 0;
  line-height: 1px !important;
}

.center_align {
  margin-left: auto !important;
  margin-right: auto !important;
}

.center_justify {
  text-align: center !important;
}

.left_align {
  float: left !important;
  clear: none !important;
}

.right_align {
  float: right !important;
  clear: none !important;
}

.left_justify {
  text-align: left !important;
}

.right_justify {
  text-align: right !important;
}

/* SECTIONS */

section.bg {
  background-attachment: fixed;
  background-size: cover;
  padding-left: 0;
  padding-right: 0;
  /* border-top: #FFFFFF 8px solid; */
  font-size: 1em;
}

section.bg .title-block {
  padding-left: 0;
  padding-right: 0;
  background-repeat: no-repeat;
  background-position: bottom center;
}

section.bg .title-block.odd {
  background-image: url(../images/section-title-back-1.png);
}

section.bg .title-block.even {
  background-image: url(../images/section-title-back-2.png);
}

section.bg .title-block h1 {
  position: relative;
  color: #FFFFFF;
  bottom: 20px;
  line-height: 72px;
}

section.bg .content-block {
  background-color:rgba(200, 200, 200, 0.87);
  padding-left: 0;
  padding-right: 0;
  padding-top: 70px;
  padding-bottom: 70px;
  line-height: 150%;
}

section.bg .content-block p {
  margin-bottom: 10px;
}

section.bg .content-block h2,
section.bg .content-block h3,
section.bg .content-block h4 {
  color: #354c5c;
}

section.bg .content-block .breakout-image {
  padding-left: 30px;
  padding-right: 30px;
}

section.bg .content-block .breakout-image img {
  width: 100%;
}

section.bg .content-block .call-to-action-block {
	padding: 40px 70px 40px 70px;
	width: 100%;
	height: 160px;
	color: #FFFFFF;
	font-size: 0.9em;
	background-image: url(../images/call-to-action-back.png);
	background-size: cover;
	background-repeat: no-repeat;
	line-height: 125%;
	text-align: center;
}

section.bg .content-block .call-to-action-block a {
	color: #FFFFFF;
	text-decoration: underline;
}

section.bg .content-block .call-to-action-block a.call-to-action {
	margin-right: 20px;
	text-decoration: none;
}

/* FORM */

.form-field {
  margin-top: 30px;  
}

.form-field label {
  clear: both;
  display: block;
}

.form-field input.field, .form-field textarea.field {
  clear: both;
  display: block;
  width: 100%;
  border: #757575 1px solid;
  padding: 10px;
  color: #757575;
}

.modal-dialog .form-field label, .modal-dialog .form-field .submit, .wpcf7-submit {
	color: #FFFFFF;
	font-weight: 200;
	letter-spacing: 1px;
}

.form-field textarea.field {
  height: 150px;
}

.form-field input.submit, .wpcf7-submit {
  color: #FFFFFF;
  border: none;
  display: block;
  width: 100%;
  background-color: #354c5c;
  padding: 10px;
  text-transform: uppercase;
  font-family: "Anton", Arial, sans-serif;
  font-size: 1em;
	font-weight: 200;
	letter-spacing: 1px;
}

/* NAV */

nav#head {
  background-color: transparent;
  background-image: url(../images/nav-back.png);
  background-position: left top;
  background-repeat: no-repeat;
  position: fixed;
  border-radius: 0 !important;
  border: none !important;
  height: 95px;
  width: 100%;
  z-index: 10040;
  font-family: Anton, sans-serif;
}

nav#head #inner {
  position: relative;
}

nav#head #menu {
  position: absolute;
}

.navbar {
  margin-bottom: 0;
}
    
.navbar-nav > li > a {
  padding-bottom: 0;
  padding-left: 0;
  padding-top: 0;
  text-decoration: none !important;
}

.navbar-inverse .navbar-nav > li > a {
  color: #F5F5BA;
  font-size: 1.250em;
  text-transform: uppercase;
}

nav#head #social {
  position: absolute;
  width: 100px;
}

nav#head #social a.icon {
  width: 35px;
  height: 35px;
  display: inline-block;
  text-indent: -9999px;
  white-space: nowrap;
  background-position: left top;
  background-repeat: no-repeat;
  margin: 0 5px;
}

nav#head #social a.icon.facebook {
  background-image: url(../images/icon-fb.png);
}

nav#head #social a.icon.twitter {
  background-image: url(../images/icon-tw.png);
}

/* FEATURE OVERRIDE */

@media (max-height: 600px) {

}

/* NAV OVERRIDE */
  
@media (max-width: 991px) {
  .navbar-header {
      float: none;
  }
  
  .navbar-left, .navbar-right {
      float: none !important;
  }
  
  .navbar-toggle {
      display: block;
  }
  
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
  }
  
  .navbar-fixed-top {
      border-width: 0 0 1px;
      top: 0;
  }
  
  .navbar-collapse.collapse {
      display: none !important;
  }
  
  .navbar-nav {
      float: none !important;
      margin-top: 7.5px;
  }
  
  .navbar-nav > li {
      float: none;
  }
  
  .navbar-nav > li > a {
      padding-bottom: 10px;
      padding-top: 10px;
  }
  
  .collapse.in {
      display: block !important;
  }
}

/* MODAL DIALOG */

.modal {
  z-index: 10050;
	background-color: rgba(0, 0, 0, 0.8);
}

.modal .modal-dialog {
	padding: 20px;
	background-color: rgba(0, 0, 0, 0.8);	
	margin-top: 30px;
}