/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}

/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritence from `body` */
  background-color: #fff;
  border: 1px solid #fff;
}


/*
 * Base structure
 */

html,
body {
  height: 100%;
  background-color: #333;
}
body {
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 3px rgba(0,0,0,.5);
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}

h2 {
  font-size: 19px;
  letter-spacing: 1px;
  line-height: 27px;
  font-weight: 300;
  margin-bottom:30px;
  margin-top: 30px;
}

.copy {
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 1px;
  text-align: left;
  margin-bottom: 22px;
}


/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
  background: -webkit-linear-gradient(#063865, #032a4b); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#063865, #032a4b); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#063865, #032a4b); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#063865, #032a4b); /* Standard syntax */
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
}

/* Padding for spacing */
.inner {
  padding: 30px;
}


/*
 * Header
 */
.masthead-brand {
  margin-top: 10px;
  margin-bottom: 10px;
}

.masthead-nav > li {
  display: inline-block;
}
.masthead-nav > li + li {
  margin-left: 20px;
}
.masthead-nav > li > a {
  padding-right: 0;
  padding-left: 0;
  font-size: 16px;
  color: #fff; /* IE8 proofing */
  color: rgba(255,255,255,.75);
  border-bottom: 2px solid transparent;
}
.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
  background-color: transparent;
  border-bottom-color: #a9a9a9;
  border-bottom-color: rgba(255,255,255,.25);
}
.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
  color: #fff;
  border-bottom-color: #fff;
}

@media (min-width: 768px) {
  .masthead-brand {
    float: left;
  }
  .masthead-nav {
    float: right;
  }
}

label {
  text-shadow:none;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
}
select,
input[type="text"], 
input[type="password"], 
input[type="date"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="month"], 
input[type="week"], 
input[type="email"], 
input[type="number"], 
input[type="search"], 
input[type="tel"], 
input[type="time"], 
input[type="url"], 
input[type="color"], 
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  background-color: #D1DFE9;
  font-family: inherit;
  border: 1px solid #D1DFE9;
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 1.25rem;
  margin: 0.3rem 0 1.7rem 0;
  height: 3rem;
  width: 100%;
  font-weight: 400;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
  }


.form-btn, button.tiny, .button.tiny {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  background-color: #467DA7 !important;
  border: 1px solid #467DA7 !important;
  color: #ffffff;
  letter-spacing: 2px;
  margin-left: 0.9375rem;
  }

.form-btn:hover {
  text-transform: uppercase;
  font-weight: 600;
  font-weight: 1px;
  font-size: 13px;
  background-color: #6A97B8 !important;
  border: 1px solid #6A97B8 !important;
  color: #ffffff;
  letter-spacing: 2px;
  }

button.mfp-close {
  color: #ffffff !important;
  font-weight: 300 !important;
  font-family: 'Lato', sans-serif !important;
  font-size: 44px;
  height: 44px;
  line-height: 44px;
}

.hr {
  width: 100%;
  height: 1px;
  background-color: #6A97B8;
  margin: 24px 0px 32px;
}

h1.form-headline {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 1px;
}

p.form-intro {
  font-weight: 300;
  font-size: 13px;
  letter-spacing: 1px;
}

/*
 * Cover
 */

.cover {
  padding: 30px;
}
.cover .btn-lg {
  padding: 10px 20px;
}

/* Favus */

.btn {
  text-transform: uppercase;
  font-weight: 600;
  font-weight: 1px;
  font-size: 13px;
  background-color: #355671;
  border: 1px solid #355671;
  color: #ffffff;
  letter-spacing: 2px;
}

.btn:hover {
  font-weight: 600;
  background-color: #5b748b;
  border: 1px solid #5b748b;
  color: #ffffff;
}

.divider-left {
  text-align: right;
  padding-right: 40px;
}

.divider-right {
  border-left: solid 1px #8195a6;
  text-align:left;
  padding-left: 40px;
  line-height: 24px;
  letter-spacing: 1px;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

p.last {
  margin-bottom: 30px;
}

.form-row {
  margin-left: auto !important;
  margin-right: auto !important;
}


/*
 * Footer
 */

.mastfoot {
  color: #999; /* IE8 proofing */
  color: rgba(255,255,255,.5);
}


/*
 * Affix and center
 */

@media (min-width: 768px) {
  /* Pull out the header and footer */
  .masthead {
    position: fixed;
    top: 0;
  }
  .mastfoot {
    position: fixed;
    bottom: 0;
  }
  /* Start the vertical centering */
  .site-wrapper-inner {
    vertical-align: middle;
  }
  /* Handle the widths */
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%; /* Must be percentage or pixels for horizontal alignment */
  }

}

@media (max-width: 530px) {

  .divider-right, .divider-left {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .divider-right {
    border-left: solid 0px #8195a6;
    margin-top: 24px;
  }

}


@media (min-width: 992px) {
  .masthead,
  .mastfoot,
  .cover-container {
    width: 850px;
  }
}