html, body {
    height: 100%;
    margin: 0;
    overflow: auto;
}

body {
	background-color: #ffffff;
	color: #1c0a14;
	font-family: 'Overpass', sans-serif;
	font-size: 15px;
	font-weight: 300;
	letter-spacing: 0.005em;
	line-height: 22px;
	margin: 0;
  position: relative;
  min-height: calc(100% - 345px); 
}

a {
  color: #079CEE;
  text-decoration: none;
  /* no underline */
}

p {
	margin-bottom: 20px;
	margin-top: 0;
}

small {
	font-size: 13px;
	line-height: 18px;
}

b, strong {
	font-weight: 700;
}

sup {
	font-size: 12px;
}

h1 {
    font-size: 60px;
    font-weight: 700;
    letter-spacing: -.035em;
    line-height: 1.1;
    margin: 14px 0;
}
h2 {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    margin: 14px 0;
}
h3 {
    font-size: 36px;
    font-weight: 300;
    line-height: 1.5;
    margin: 14px 0;
}
h4 {
    font-size: 18px;
    font-weight: 900;
    letter-spacing: .1em;
    line-height: 1.5;
    text-transform: uppercase;
    margin: 14px 0;
    color: #079CEE;
}
h5 {
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .2em;
    line-height: 1.25;
    text-transform: uppercase;
    margin: 14px 0;
}
h6 {
    font-size: 15px;
    font-style: italic;
    font-weight: 300;
    line-height: 1.25;
    margin: 14px 0;
}

header {
    height: 70px;
    background-color: #fff;
    width: 100%;
    filter: drop-shadow(0 10px 10px rgba(0,0,0,.05));
    z-index: 8;
    position: fixed;
    top: 0;
    left: 0;
    transition: 200ms;
    display: flex;
    align-items: center;
}

header .container {
  width: 100%;
}

header .header-img-cont {
    max-width: 1180px;
    width: 100%;
    margin: 0 auto;
}

footer {
    color: #fff;
    width: 100%;
    position: relative;
    background: rgb(26,63,95);
    background: linear-gradient(140deg, rgba(26,63,95,1) 0%, rgba(8,18,29,1) 65%);
    margin-top: 0;
    padding: 50px 0px;
    /* position: absolute; */
    /* bottom: 0; */
}

.page {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.container {
    max-width: 1180px;
    width: auto;
    padding: 10px 25px;
    margin: 0 auto;
}

footer .container .footer-row {
    display: flex;
    gap: 50px;
    justify-content: space-between;
} 

footer .container .footer-row .footer-col {
    display: flex;
    flex-direction: column;
}

footer .container .footer-row .footer-col a svg {
    margin-top: 14px;
}

footer .container .footer-row .footer-col .quick-link {
    color: #e1faf9;
    text-decoration: none;
    background-color: transparent;
    transition: color 0.2s ease;
    margin-bottom: 5px;
}

footer .container .footer-row .footer-col .quick-link:hover {
    text-decoration: underline;
    outline: 0;
}

footer .container .footer-row .footer-col .footer-btn-cont {
    display: flex;
    flex-direction: row;
    gap: 15px;
}

.button {
    color: #fffff2;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .075em;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    background: #079CEE;
    border: 2px solid #079CEE;
    border-radius: 22px;
    padding: 14px 22px;
    height: 44px;
    white-space: nowrap;
    display: inline-block;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.button:hover {
    color: #fffff2;
    background-color: #004658;
    border-color: #004658;
    text-decoration: none;
}

.button.footer-btn {
    color: #079CEE;
    background: transparent;
    border-color: #079CEE;
}

.button.footer-btn:hover {
    background: transparent;
    border-color: #fff;
    color: #fff;
}

section.main {
    padding: 150px 0px 100px 0px;
    /* min-height: calc(100vh - 275px); */
    /* min-height: calc(100% - 345px); */
    /* margin-bottom: 275px; */
}

.main-row {
    display: flex;
    flex-direction: row;
}
  
@media (max-width: 1080px) {
    section.main {
        padding: 100px 0px;
    }
    .main-row {
        flex-direction: column-reverse;
        align-items: center;
        /* padding: 0px 25px; */
    }
    .main-row-img {
        max-width: 400px;
    }
    .main-row-img img {
        width: 100%;
    }
    footer {
        position: relative;
    }
    footer .container .footer-row {
        flex-direction: column;
    }
}

.faq-heading {
  font-size: 22px;
  margin-bottom: 0px;
  font-weight: 600;
}


/* Forms */

.forms-page .row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  gap: 15px;
  width: 100%;
}

.forms-page.ach .row {
  justify-content: unset;
}

.form-horizontal .button {
  background: #076ea8!important;
  border-color: #076ea8!important;
}
input[type='text'] {
  width: 227px;
}
#email-addr {
  width: 503px;
  gap: 25px;
}
#currency {
  width: 220px;
  gap: 25px;
}
input[type='tel'] {
  width: 227px;
}
#card-holder-name,
#card-number {
  width: 510px;
}
input[type='num'] {
  -webkit-appearance: none;
  appearance: none;
  background: #ffffff;
  color: #1c0a14;
  font-family: 'Overpass', sans-serif;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.005em;
  line-height: 22px;
  margin: 0;
  max-width: 100%;
  outline: none;
  padding: 8px 15px;
  border-radius: 5px;
  border: 1px solid #ccc;
}
.button.secondary {
  margin: 0px 25px;
}
input[type='submit'] {
  margin: 0px 25px;
}
.cc-payment-hr {
  border-top: 1px solid #DFDDDD;
}
.submit-row {
  margin: 0 auto;
}
.four-item-row {
  width: 75px !important;
}
.four-item-row.gray {
  background-color: #F7F5F5;
  border: 2px solid #E3E1E1;
}
.convenience-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 115px !important;
}
.convenience-fields {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  border-bottom: 1px solid #DFDDDD;
  padding-bottom: 15px;
}
.total-row {
  display: flex;
  align-items: flex-end;
}
.total-field {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: center;
  text-align: center;
}
.convenience-fields:after {
  content: '+';
  position: absolute;
  top: 465px;
  right: 150px;
}
.last-row {
  gap: 40px !important;
}
@media (max-width: 760px) {
  .forms-page .main-row-content {
    width: 100%;
  }
  .main-row .main-row-content .row .button {
    margin-top: 10px;
  }
  .form-horizontal .row {
    flex-direction: column;
  }
  .total-row {
    flex-direction: row !important;
    justify-content: flex-start !important;
    gap: 50px !important;
  }
  .convenience-col {
    display: flex;
    flex-direction: column;
  }
  input[type='text'], #email-addr {
    width: 93%;
  }
  input[type='email'],
  #card-holder-name,
  #card-number {
    width: 93%;
  }
  #is-recurring {
    width: 100%;
  }
  select {
    width: 100%;
  }
  input[type='tel'] {
    width: 93%;
  }
  input[type='submit'] {
    margin: 0px;
  }
  .button.secondary {
    margin: 25px;
  }
  .convenience-row {
    flex-direction: column;
    gap: 25px;
  }
  .convenience-fields {
    padding-bottom: 15px;
    flex-direction: row;
    width: 100%;
    gap: 50px;
  }
  .total-col,
  .total-field {
    max-width: 100px;
  }
  .convenience-fields:after {
    position: relative;
    top: 12px;
    right: 192px;
  }
}
.white-card {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 30px;
  position: relative;
}

select {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url(./icon-down.svg);
  background-position: right 12px center;
  background-repeat: no-repeat;
  background-size: 12px auto;
  border-radius: 5px;
  border: 1px solid #ccc;
  color: #1c0a14;
  font-family: "Overpass", sans-serif;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.005em;
  line-height: 22px;
  margin: 0;
  max-width: 100%;
  outline: none;
  padding: 8px 35px 8px 15px;
}
input[type="date"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea {
  -webkit-appearance: none;
  appearance: none;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #ccc;
  color: #1c0a14;
  font-family: "Overpass", sans-serif;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.005em;
  line-height: 22px;
  margin: 0;
  max-width: 100%;
  outline: none;
  padding: 8px 15px;
}
input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border-radius: 5px;
  border: 1px solid #ccc;
  cursor: pointer;
  height: 20px;
  margin: 10px 4px -10px 0;
  outline: none;
  padding: 0;
  width: 20px;
}
input[type="checkbox"]:checked {
  background-image: url(./icon-check.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
}
input[type="radio"] {
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border-radius: 5px;
  border: 1px solid #ccc;
  cursor: pointer;
  height: 30px;
  margin: 10px 4px -10px 0;
  outline: none;
  padding: 0;
  width: 30px;
}
input[type="radio"]:checked {
  background-image: url(./icon-check.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
}













/* Column styles */
/* @media (min-width: 768px) {
    .container {
      width: 750px;
    }
  }
  @media (min-width: 992px) {
    .container {
      width: 970px;
    }
  }
  @media (min-width: 1200px) {
    .container {
      width: 1170px;
    }
  } */
  .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
  }
  .col-xs-12 {
    width: 100%;
  }
  .col-xs-11 {
    width: 91.66666667%;
  }
  .col-xs-10 {
    width: 83.33333333%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-8 {
    width: 66.66666667%;
  }
  .col-xs-7 {
    width: 58.33333333%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-5 {
    width: 41.66666667%;
  }
  .col-xs-4 {
    width: 33.33333333%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-2 {
    width: 16.66666667%;
  }
  .col-xs-1 {
    width: 8.33333333%;
  }
  .col-xs-pull-12 {
    right: 100%;
  }
  .col-xs-pull-11 {
    right: 91.66666667%;
  }
  .col-xs-pull-10 {
    right: 83.33333333%;
  }
  .col-xs-pull-9 {
    right: 75%;
  }
  .col-xs-pull-8 {
    right: 66.66666667%;
  }
  .col-xs-pull-7 {
    right: 58.33333333%;
  }
  .col-xs-pull-6 {
    right: 50%;
  }
  .col-xs-pull-5 {
    right: 41.66666667%;
  }
  .col-xs-pull-4 {
    right: 33.33333333%;
  }
  .col-xs-pull-3 {
    right: 25%;
  }
  .col-xs-pull-2 {
    right: 16.66666667%;
  }
  .col-xs-pull-1 {
    right: 8.33333333%;
  }
  .col-xs-pull-0 {
    right: auto;
  }
  .col-xs-push-12 {
    left: 100%;
  }
  .col-xs-push-11 {
    left: 91.66666667%;
  }
  .col-xs-push-10 {
    left: 83.33333333%;
  }
  .col-xs-push-9 {
    left: 75%;
  }
  .col-xs-push-8 {
    left: 66.66666667%;
  }
  .col-xs-push-7 {
    left: 58.33333333%;
  }
  .col-xs-push-6 {
    left: 50%;
  }
  .col-xs-push-5 {
    left: 41.66666667%;
  }
  .col-xs-push-4 {
    left: 33.33333333%;
  }
  .col-xs-push-3 {
    left: 25%;
  }
  .col-xs-push-2 {
    left: 16.66666667%;
  }
  .col-xs-push-1 {
    left: 8.33333333%;
  }
  .col-xs-push-0 {
    left: auto;
  }
  .col-xs-offset-12 {
    margin-left: 100%;
  }
  .col-xs-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xs-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xs-offset-9 {
    margin-left: 75%;
  }
  .col-xs-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xs-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xs-offset-6 {
    margin-left: 50%;
  }
  .col-xs-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xs-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xs-offset-3 {
    margin-left: 25%;
  }
  .col-xs-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xs-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xs-offset-0 {
    margin-left: 0%;
  }
  @media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
      float: left;
    }
    .col-sm-12 {
      width: 100%;
    }
    .col-sm-11 {
      width: 91.66666667%;
    }
    .col-sm-10 {
      width: 83.33333333%;
    }
    .col-sm-9 {
      width: 75%;
    }
    .col-sm-8 {
      width: 66.66666667%;
    }
    .col-sm-7 {
      width: 58.33333333%;
    }
    .col-sm-6 {
      width: 50%;
    }
    .col-sm-5 {
      width: 41.66666667%;
    }
    .col-sm-4 {
      width: 33.33333333%;
    }
    .col-sm-3 {
      width: 25%;
    }
    .col-sm-2 {
      width: 16.66666667%;
    }
    .col-sm-1 {
      width: 8.33333333%;
    }
    .col-sm-pull-12 {
      right: 100%;
    }
    .col-sm-pull-11 {
      right: 91.66666667%;
    }
    .col-sm-pull-10 {
      right: 83.33333333%;
    }
    .col-sm-pull-9 {
      right: 75%;
    }
    .col-sm-pull-8 {
      right: 66.66666667%;
    }
    .col-sm-pull-7 {
      right: 58.33333333%;
    }
    .col-sm-pull-6 {
      right: 50%;
    }
    .col-sm-pull-5 {
      right: 41.66666667%;
    }
    .col-sm-pull-4 {
      right: 33.33333333%;
    }
    .col-sm-pull-3 {
      right: 25%;
    }
    .col-sm-pull-2 {
      right: 16.66666667%;
    }
    .col-sm-pull-1 {
      right: 8.33333333%;
    }
    .col-sm-pull-0 {
      right: auto;
    }
    .col-sm-push-12 {
      left: 100%;
    }
    .col-sm-push-11 {
      left: 91.66666667%;
    }
    .col-sm-push-10 {
      left: 83.33333333%;
    }
    .col-sm-push-9 {
      left: 75%;
    }
    .col-sm-push-8 {
      left: 66.66666667%;
    }
    .col-sm-push-7 {
      left: 58.33333333%;
    }
    .col-sm-push-6 {
      left: 50%;
    }
    .col-sm-push-5 {
      left: 41.66666667%;
    }
    .col-sm-push-4 {
      left: 33.33333333%;
    }
    .col-sm-push-3 {
      left: 25%;
    }
    .col-sm-push-2 {
      left: 16.66666667%;
    }
    .col-sm-push-1 {
      left: 8.33333333%;
    }
    .col-sm-push-0 {
      left: auto;
    }
    .col-sm-offset-12 {
      margin-left: 100%;
    }
    .col-sm-offset-11 {
      margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
      margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
      margin-left: 75%;
    }
    .col-sm-offset-8 {
      margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
      margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
      margin-left: 50%;
    }
    .col-sm-offset-5 {
      margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
      margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
      margin-left: 25%;
    }
    .col-sm-offset-2 {
      margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
      margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
      margin-left: 0%;
    }
  }
  @media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
      float: left;
    }
    .col-md-12 {
      width: 100%;
    }
    .col-md-11 {
      width: 91.66666667%;
    }
    .col-md-10 {
      width: 83.33333333%;
    }
    .col-md-9 {
      width: 75%;
    }
    .col-md-8 {
      width: 66.66666667%;
    }
    .col-md-7 {
      width: 58.33333333%;
    }
    .col-md-6 {
      width: 50%;
    }
    .col-md-5 {
      width: 41.66666667%;
    }
    .col-md-4 {
      width: 33.33333333%;
    }
    .col-md-3 {
      width: 25%;
    }
    .col-md-2 {
      width: 16.66666667%;
    }
    .col-md-1 {
      width: 8.33333333%;
    }
    .col-md-pull-12 {
      right: 100%;
    }
    .col-md-pull-11 {
      right: 91.66666667%;
    }
    .col-md-pull-10 {
      right: 83.33333333%;
    }
    .col-md-pull-9 {
      right: 75%;
    }
    .col-md-pull-8 {
      right: 66.66666667%;
    }
    .col-md-pull-7 {
      right: 58.33333333%;
    }
    .col-md-pull-6 {
      right: 50%;
    }
    .col-md-pull-5 {
      right: 41.66666667%;
    }
    .col-md-pull-4 {
      right: 33.33333333%;
    }
    .col-md-pull-3 {
      right: 25%;
    }
    .col-md-pull-2 {
      right: 16.66666667%;
    }
    .col-md-pull-1 {
      right: 8.33333333%;
    }
    .col-md-pull-0 {
      right: auto;
    }
    .col-md-push-12 {
      left: 100%;
    }
    .col-md-push-11 {
      left: 91.66666667%;
    }
    .col-md-push-10 {
      left: 83.33333333%;
    }
    .col-md-push-9 {
      left: 75%;
    }
    .col-md-push-8 {
      left: 66.66666667%;
    }
    .col-md-push-7 {
      left: 58.33333333%;
    }
    .col-md-push-6 {
      left: 50%;
    }
    .col-md-push-5 {
      left: 41.66666667%;
    }
    .col-md-push-4 {
      left: 33.33333333%;
    }
    .col-md-push-3 {
      left: 25%;
    }
    .col-md-push-2 {
      left: 16.66666667%;
    }
    .col-md-push-1 {
      left: 8.33333333%;
    }
    .col-md-push-0 {
      left: auto;
    }
    .col-md-offset-12 {
      margin-left: 100%;
    }
    .col-md-offset-11 {
      margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
      margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
      margin-left: 75%;
    }
    .col-md-offset-8 {
      margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
      margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
      margin-left: 50%;
    }
    .col-md-offset-5 {
      margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
      margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
      margin-left: 25%;
    }
    .col-md-offset-2 {
      margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
      margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
      margin-left: 0%;
    }
  }
  @media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
      float: left;
    }
    .col-lg-12 {
      width: 100%;
    }
    .col-lg-11 {
      width: 91.66666667%;
    }
    .col-lg-10 {
      width: 83.33333333%;
    }
    .col-lg-9 {
      width: 75%;
    }
    .col-lg-8 {
      width: 66.66666667%;
    }
    .col-lg-7 {
      width: 58.33333333%;
    }
    .col-lg-6 {
      width: 50%;
    }
    .col-lg-5 {
      width: 41.66666667%;
    }
    .col-lg-4 {
      width: 33.33333333%;
    }
    .col-lg-3 {
      width: 25%;
    }
    .col-lg-2 {
      width: 16.66666667%;
    }
    .col-lg-1 {
      width: 8.33333333%;
    }
    .col-lg-pull-12 {
      right: 100%;
    }
    .col-lg-pull-11 {
      right: 91.66666667%;
    }
    .col-lg-pull-10 {
      right: 83.33333333%;
    }
    .col-lg-pull-9 {
      right: 75%;
    }
    .col-lg-pull-8 {
      right: 66.66666667%;
    }
    .col-lg-pull-7 {
      right: 58.33333333%;
    }
    .col-lg-pull-6 {
      right: 50%;
    }
    .col-lg-pull-5 {
      right: 41.66666667%;
    }
    .col-lg-pull-4 {
      right: 33.33333333%;
    }
    .col-lg-pull-3 {
      right: 25%;
    }
    .col-lg-pull-2 {
      right: 16.66666667%;
    }
    .col-lg-pull-1 {
      right: 8.33333333%;
    }
    .col-lg-pull-0 {
      right: auto;
    }
    .col-lg-push-12 {
      left: 100%;
    }
    .col-lg-push-11 {
      left: 91.66666667%;
    }
    .col-lg-push-10 {
      left: 83.33333333%;
    }
    .col-lg-push-9 {
      left: 75%;
    }
    .col-lg-push-8 {
      left: 66.66666667%;
    }
    .col-lg-push-7 {
      left: 58.33333333%;
    }
    .col-lg-push-6 {
      left: 50%;
    }
    .col-lg-push-5 {
      left: 41.66666667%;
    }
    .col-lg-push-4 {
      left: 33.33333333%;
    }
    .col-lg-push-3 {
      left: 25%;
    }
    .col-lg-push-2 {
      left: 16.66666667%;
    }
    .col-lg-push-1 {
      left: 8.33333333%;
    }
    .col-lg-push-0 {
      left: auto;
    }
    .col-lg-offset-12 {
      margin-left: 100%;
    }
    .col-lg-offset-11 {
      margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
      margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
      margin-left: 75%;
    }
    .col-lg-offset-8 {
      margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
      margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
      margin-left: 50%;
    }
    .col-lg-offset-5 {
      margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
      margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
      margin-left: 25%;
    }
    .col-lg-offset-2 {
      margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
      margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
      margin-left: 0%;
    }
  }