h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #cc8a00;
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #cc8a00;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
}

a {
  text-decoration: underline;
}

.container {
  position: static;
  display: block;
  height: auto;
  margin: 50px;
  padding: 25px;
  background-color: #fff;
  box-shadow: 0 0 26px -5px #000;
}

.header {
  position: relative;
  display: block;
  width: auto;
  height: auto;
  margin-right: auto;
  margin-left: 0px;
  padding-top: 0px;
  padding-left: 0px;
  border-style: none;
  border-bottom-width: 6px;
  border-bottom-color: #cc8a00;
  text-align: center;
}

.heading {
  position: relative;
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 0px;
  padding-bottom: 13px;
  border-bottom: 4px solid #cc8a00;
  font-family: 'Open Sans', sans-serif;
  color: #5b6770;
  font-size: 50px;
  font-weight: 300;
  text-align: center;
}

.line {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 50%;
  height: 4px;
  margin-left: -26px;
  background-color: #cc8a00;
}

.svg {
  position: static;
  top: 92px;
  right: 100px;
  width: 100%;
  float: right;
  text-align: left;
}

.logo {
  position: absolute;
  right: 0px;
  bottom: 15px;
  width: 180px;
}

.inner-container {
  margin: 30px 0px 0px;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.column-2 {
  height: auto;
  padding-right: 0px;
  padding-left: 20px;
  border-style: none;
}

.column-1 {
  display: block;
  padding: 0px 20px 0px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-width: 2px;
  border-right-style: dotted;
  border-right-color: #cc8a00;
  text-align: center;
}

.content-block {
  margin-bottom: 0px;
  padding: 0px;
  text-align: center;
}

.content-block.extra-bottom {
  margin-bottom: 94px;
}

.button {
  border-radius: 10px;
  background-color: #cc8a00;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.button.full-width-btn {
  width: 100%;
  -webkit-transition-property: none;
  transition-property: none;
}

.button.full-width-btn:hover {
  background-color: #5b6770;
}

.body {
  background-image: url('../images/cambria_texture.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-family: 'Open Sans', sans-serif;
  color: #5b6770;
}

.content-copy {
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 26px;
}

.content-copy.modal-copy {
  overflow: scroll;
  max-height: 300px;
  margin-bottom: 30px;
  padding: 16px;
  border: 1px solid #a2a6aa;
  font-size: 14px;
  text-align: left;
}

.content-copy.light-content {
  margin-bottom: 30px;
  line-height: 32px;
  font-weight: 300;
  text-align: center;
}

.inner-content {
  margin-bottom: 0px;
  padding-right: 60px;
  padding-left: 60px;
}

.inner-content.modal-content {
  position: static;
  bottom: 0%;
  padding: 20px 40px 30px;
  background-color: #fff;
  box-shadow: 0 0 33px -4px #000;
}

.terms-conditions {
  margin-top: 15px;
}

.fine-print {
  font-size: 12px;
}

.fine-print-header {
  color: #cc8a00;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  cursor: pointer;
}

.fine-print-header:hover {
  text-decoration: underline;
}

.login {
  margin-top: 51px;
  text-align: center;
}

.login.form-login {
  margin-top: 65px;
}

.login.button-wrapper {
  display: block;
  max-width: 400px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
}

.login.modal-accept {
  margin-top: 30px;
}

.form-row {
  margin-top: 15px;
}

.form-column {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 15px 0px;
  text-align: center;
}

.form-column.no-border {
  padding: 15px 15px 0px;
  border-right: 4px none #cc8a00;
}

.form-column.right-border {
  margin-bottom: 10px;
  padding: 15px 15px 0px;
  border-width: 2px;
  border-right-style: dotted;
  border-right-color: #cc8a00;
}

.text-field {
  margin-bottom: 12px;
  border-radius: 15px;
  text-align: center;
}

.text-field.half-width-field {
  width: 50%;
  margin-right: 0px;
  float: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.text-field.half-width-field.month {
  display: inline-block;
  width: 48%;
  margin-right: 5px;
  float: left;
}

.text-field.half-width-field.year {
  display: inline-block;
  width: 48%;
  margin-left: 5px;
  float: right;
}

.text-field.credit-field {
  text-align: left;
}

.text-field.wrapped-field {
  width: 45%;
}

.form-header {
  display: inline-block;
  margin-top: 0px;
}

.form-header.secure-access {
  margin-bottom: 0px;
}

.form-block {
  padding: 15px 15px 0px;
}

.form-block.lower-form {
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.or-dots {
  width: 50%;
  height: 10px;
  float: none;
  border-width: 2px;
  border-top-style: dotted;
  border-top-color: #cc8a00;
}

.or-dots.right-dots {
  float: none;
}

.or-border {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.or-border.second-or {
  display: none;
}

.or-text {
  display: inline-block;
  margin-top: -9px;
  padding-right: 8px;
  padding-left: 8px;
  color: #cc8a00;
}

.form {
  display: block;
  margin-bottom: 0px;
}

.field-label {
  margin-bottom: 2px;
  padding-left: 13px;
  font-size: 11px;
  font-weight: 400;
}

.image {
  margin-left: 0px;
  float: left;
}

.credit-cards {
  display: inline-block;
  width: 48%;
  float: right;
}

.lock {
  margin-top: -11px;
  margin-left: 12px;
}

.lock-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.modal-wrapper {
  position: relative;
  left: 0px;
  top: 25%;
  right: 0px;
  bottom: 0px;
  display: block;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}

.terms-header {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.modal {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2000;
  display: none;
  height: auto;
  background-color: rgba(0, 0, 0, .6);
}

.close-button {
  display: inline-block;
  margin-top: 15px;
  margin-right: 20px;
  float: right;
  color: #cc8a00;
  font-size: 29px;
  font-weight: 700;
  cursor: pointer;
}

.form-wrapper {
  padding-top: 15px;
  padding-right: 60px;
  padding-left: 60px;
}

.modal-open {
  overflow: hidden;
}

.field-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-field-2 {
  width: 45%;
}

.text-field-3 {
  width: 45%;
}

.index-menu {
  position: static;
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 54px;
  text-align: center;
}

.index-menu.menu-links {
  color: #000;
}

.index-wrapper {
  position: fixed;
  left: 0px;
  top: 0%;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link {
  color: #0041cc;
  text-decoration: underline;
}

.link.index-link {
  text-decoration: none;
}

.link.index-link:hover {
  color: #cc8a00;
  text-decoration: underline;
}

.index-link {
  color: #5b6770;
}

.superscript {
  position: relative;
  left: -1px;
  top: -10px;
  font-size: 12px;
}

@media (max-width: 991px) {
  .container {
    margin: 30px;
  }
  .header {
    padding-top: 70px;
  }
  .heading {
    padding-bottom: 7px;
    font-size: 40px;
  }
  .logo {
    top: 20px;
    right: 20px;
    bottom: auto;
    width: 150px;
  }
  .inner-container {
    display: block;
  }
  .row {
    display: block;
  }
  .column-2 {
    padding-left: 0px;
  }
  .column-1 {
    margin-bottom: 20px;
    padding-right: 0px;
    border-right-style: none;
    border-bottom-style: dotted;
    border-bottom-color: #cc8a00;
  }
  .content-block.extra-bottom {
    margin-bottom: 20px;
  }
  .inner-content {
    margin-bottom: 30px;
  }
  .login {
    margin-top: 51px;
  }
  .form-column.no-border {
    padding-top: 0px;
  }
  .form-column.right-border {
    padding-top: 0px;
  }
  .modal-wrapper {
    overflow: scroll;
  }
  .modal {
    height: auto;
  }
  .field-wrapper {
    width: 90%;
  }
}

@media (max-width: 767px) {
  .header {
    padding-top: 85px;
  }
  .logo {
    left: 20px;
    top: 10px;
    right: 20px;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .column-2 {
    padding-left: 0px;
  }
  .content-block.extra-bottom {
    margin-bottom: 0px;
  }
  .content-copy.modal-copy {
    max-height: none;
  }
  .inner-content {
    padding-right: 0px;
    padding-left: 0px;
  }
  .login {
    margin-top: 51px;
  }
  .form-column {
    margin-bottom: 10px;
  }
  .form-column.no-border {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .form-column.right-border {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    border-style: none;
  }
  .text-field {
    margin-bottom: 20px;
  }
  .text-field.half-width-field.month {
    margin-bottom: 5px;
  }
  .text-field.half-width-field.year {
    margin-bottom: 5px;
  }
  .text-field.credit-field {
    margin-bottom: 5px;
  }
  .text-field.wrapped-field {
    width: 100%;
    margin-bottom: 10px;
  }
  .form-block {
    margin-top: 0px;
    padding-top: 0px;
  }
  .form-block.lower-form {
    padding-right: 0px;
    padding-left: 0px;
  }
  .or-border {
    margin-top: 6px;
    margin-bottom: 0px;
  }
  .or-border.second-or {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 25px;
    margin-bottom: 15px;
  }
  .form {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .field-label {
    clear: left;
  }
  .image {
    margin-left: 0px;
  }
  .lock-title {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .modal-wrapper {
    position: relative;
    top: 0%;
    max-height: 100%;
  }
  .modal {
    display: none;
  }
  .form-wrapper {
    margin-top: 15px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .field-wrapper {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 479px) {
  .container {
    margin: 0px;
  }
  .header {
    padding-top: 85px;
  }
  .heading {
    width: 90%;
  }
  .column-2 {
    padding-left: 0px;
  }
  .column-1 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .content-copy.modal-copy {
    max-height: none;
    border-color: #5b6770;
  }
  .inner-content.modal-content {
    padding-right: 20px;
    padding-left: 20px;
  }
  .form-block {
    padding-right: 0px;
    padding-left: 0px;
  }
  .form {
    padding-right: 0px;
    padding-left: 0px;
  }
  .image {
    width: auto;
    margin-left: 0px;
    float: left;
  }
  .credit-cards {
    width: 48%;
    float: right;
  }
  .terms-header {
    font-size: 17px;
  }
  .modal {
    display: none;
    height: auto;
  }
  .x {
    font-size: 25px;
  }
}

