@charset "UTF-8";
/**
 * BSD Styles
 */
@font-face {
  font-family: national;
  src: url("fonts/national-regular.otf");
}
@font-face {
  font-family: billCorp_roman;
  font-display: auto;
  src: url("fonts/bill_corp_m3_roman-webfont.eot");
  src: url("fonts/bill_corp_m3_roman-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/bill_corp_m3_roman.ttf") format("truetype"), url("fonts/bill_corp_m3_roman-webfont.woff2") format("woff2"), url("fonts/bill_corp_m3_roman-webfont.woff") format("woff"), url("fonts/bill_corp_m3_roman-webfont.svg#bill_corp_m3_roman") format("svg");
}
@font-face {
  font-family: billCorp_super;
  font-display: auto;
  src: url("fonts/bill_corp_m3_super-webfont.eot");
  src: url("fonts/bill_corp_m3_super-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/bill_corp_m3_super.ttf") format("truetype"), url("fonts/bill_corp_m3_super-webfont.woff2") format("woff2"), url("fonts/bill_corp_m3_super-webfont.woff") format("woff"), url("fonts/bill_corp_m3_super-webfont.svg#bill_corp_m3super") format("svg");
}
/*---------------*/
/* MEDIA QEURIES */
/*---------------*/
.grid {
  display: flex;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: 2%;
  margin-left: 2%;
}
@media (max-width: 599px) {
  .grid {
    display: block;
    flex: none;
  }
}

.grid_reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.grid {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}

.grid__item, .grid__item_span-12, .grid__item_span-11, .grid__item_span-10, .grid__item_span-9, .grid__item_span-8, .grid__item_span-7, .grid__item_span-6, .grid__item_span-5, .grid__item_span-4, .grid__item_span-3, .grid__item_span-2, .grid__item_span-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 2%;
  padding-left: 2%;
}
@media (max-width: 599px) {
  .grid__item, .grid__item_span-12, .grid__item_span-11, .grid__item_span-10, .grid__item_span-9, .grid__item_span-8, .grid__item_span-7, .grid__item_span-6, .grid__item_span-5, .grid__item_span-4, .grid__item_span-3, .grid__item_span-2, .grid__item_span-1 {
    max-width: 100% !important;
    flex-basis: 100% !important;
  }
}

.grid__item_span-1 {
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
}

.grid__item_span-2 {
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}

.grid__item_span-3 {
  flex-basis: 25%;
  max-width: 25%;
}

.grid__item_span-4 {
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}

.grid__item_span-5 {
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
}

.grid__item_span-6 {
  flex-basis: 50%;
  max-width: 50%;
}

.grid__item_span-7 {
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
}

.grid__item_span-8 {
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
}

.grid__item_span-9 {
  flex-basis: 75%;
  max-width: 75%;
}

.grid__item_span-10 {
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
}

.grid__item_span-11 {
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
}

.grid__item_span-12 {
  flex-basis: 100%;
  max-width: 100%;
}

.grid_end {
  justify-content: flex-end;
}

.grid_center {
  margin: 0 auto;
}

.grid_space-around {
  justify-content: space-around;
}

.grid_space-between {
  justify-content: space-between;
}

@font-face {
  font-family: billCorp_roman;
  font-display: auto;
  src: url(‘fonts/bill_corp_m3_roman-webfont.eot’);
  src: url(‘fonts/bill_corp_m3_roman-webfont.eot?#iefix’) format(‘embedded-opentype’), url(‘fonts/bill_corp_m3_roman.ttf’) format(‘truetype’), url(‘fonts/bill_corp_m3_roman-webfont.woff2’) format(‘woff2’), url(‘fonts/bill_corp_m3_roman-webfont.woff’) format(‘woff’), url(‘fonts/bill_corp_m3_roman-webfont.svg#bill_corp_m3_roman’) format(‘svg’);
}
@font-face {
  font-family: ‘billCorp_super’;
  font-display: auto;
  src: url(‘../fonts/bill_corp_m3_super-webfont.eot’);
  src: url(‘../fonts/bill_corp_m3_super-webfont.eot?#iefix’) format(‘embedded-opentype’), url(‘../fonts/bill_corp_m3_super.ttf’) format(‘truetype’), url(‘../fonts/bill_corp_m3_super-webfont.woff2’) format(‘woff2’), url(‘../fonts/bill_corp_m3_super-webfont.woff’) format(‘woff’), url(‘../fonts/bill_corp_m3_super-webfont.svg#bill_corp_m3super’) format(‘svg’);
}
h1 {
  font-family: "Playfair Display", serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 5.875rem;
  color: #00130B;
  letter-spacing: 0.125rem;
  line-height: 5rem;
  font-weight: 400 !important;
  -webkit-font-smoothing: antialiased;
}

h2 {
  /* H2: Subtitle: */
  font-family: "Playfair Display", serif;
  font-size: 30px;
  letter-spacing: 0.51px;
  line-height: 40px;
  margin-bottom: 40px;
  font-weight: 400 !important;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 599px) {
  h2 {
    font-size: 24px;
    line-height: 32px;
  }
}

h3 {
  /* H3: Section title: */
  font-family: "Playfair Display", serif;
  font-weight: 800;
  font-size: 35px;
  color: #2D2E2F;
  letter-spacing: 1.11px;
  line-height: 35px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}

h4 {
  /* H4: Key point: */
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 23px;
  color: #2D2E2F;
  letter-spacing: 0.33px;
  line-height: 28px;
  -webkit-font-smoothing: antialiased;
}

h5, .meta-text {
  font-family: "Playfair Display", serif;
  font-size: 11px;
  color: #A7A9AC;
  letter-spacing: 1.33px;
  line-height: 14px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}

p {
  /* This is a paragraph Copy 4: */
  font-family: "national", sans-serif;
  font-size: 16px;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
}
p.lead {
  font-size: 20px;
  font-family: "Playfair Display", serif;
  font-weight: 400 !important;
  -webkit-font-smoothing: antialiased;
  line-height: 28px;
}
p.opacity {
  opacity: 0.65;
}

a {
  -webkit-font-smoothing: antialiased;
}

.textLeft {
  text-align: left;
}

.textCenter {
  text-align: center;
}

.light {
  color: #FEFEFE;
}

.dark {
  color: #333F48;
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
}

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  initial-letter: 1.5;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  min-width: 1024px;
}
@media (min-width: 600px) and (max-width: 1023px) {
  body {
    min-width: 600px;
  }
}
@media (max-width: 599px) {
  body {
    min-width: 300px;
  }
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 3.125rem;
  border-radius: 10px;
}

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 10px;
}

.inline {
  display: inline-block;
  vertical-align: top;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.center_vert {
  top: 50%;
  transform: translateY(-50%);
}

.center_hor {
  left: 50%;
  transform: translateX(-50%);
}

.center_all {
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.clear:before, .clear:after {
  content: " ";
  display: table;
}

.clear:after {
  clear: both;
}

.clear {
  *zoom: 1;
}

.red {
  color: #ED1B2F;
}

.grey {
  color: #5B5F65;
}

.white {
  color: white;
}

.center {
  text-align: center;
}

.redBkgd {
  background: #ED1B2F;
}

a {
  /* LINK: */
  font-family: "national", sans-serif;
  letter-spacing: 0.93px;
  line-height: 18px;
  text-decoration: none;
  display: inline-block;
}

.interactiveDiv {
  box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
.interactiveDiv p {
  margin: 0;
  line-height: 20px;
}

/*
  padding / margins
*/
.margin80 {
  margin: 80px 0;
}

.padding80 {
  padding: 80px 0;
}

.p0 {
  padding: 0;
}

.m0 {
  margin: 0;
}

.mb10 {
  margin-bottom: 10px;
}

.mt40 {
  margin-top: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

/*
  colors
*/
.bk-dark {
  background: #333F48;
}

.bk-orange {
  background: #B95F30;
}

.bk-yellow {
  background: #B6B485;
}

.bk-green {
  background: #6B8E70;
}

.bk-blue-trans {
  background: rgba(60, 77, 92, 0.9);
}

.bk-orange-trans {
  background: rgba(185, 95, 48, 0.9);
}

.bk-yellow-trans {
  background: rgba(182, 180, 133, 0.9);
}

.bk-green-trans {
  background: rgba(107, 142, 122, 0.9);
}

.gridlayoutmonthwrapper {
  position: absolute;
  width: 100%;
}

a:after {
  transition: width 0.3s ease;
  width: 0;
  height: 1px;
  background: white;
  display: block;
  margin-top: 2px;
  margin-left: 0px;
  content: " ";
}
a:hover:after {
  /*content: ' ';
  width:50%; 
  height:1px;
  background:white;
  display:block;
  transition: width 0.3s ease;*/
}

/**
 * Header
 **/
/**
 * Page Introductions
 **/
/**
 * Footer
 **/
body, a, h1 {
  font-family: "billCorp_roman", sans-serif;
}

html {
  margin-top: 0 !important;
}

a {
  color: white;
}
a :visited {
  color: white;
}

header, #whySection, #applicationSection, footer {
  background-color: black;
  color: white;
}

#home > div, header > div {
  padding: 0 10vw;
}

h1 {
  font-size: 130%;
  line-height: 1.3;
  text-transform: none;
}

p, #gform_confirmation_message_1, .gfield_description {
  line-height: 1.8;
  letter-spacing: 0.83px;
  font-family: "billCorp_roman", sans-serif;
}

.boldText {
  font-family: "billCorp_super", sans-serif;
}

ul {
  list-style-type: none;
  padding-left: 0;
}

header {
  padding-top: 10%;
  padding-bottom: 0;
}
header .headerTop {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: flex-start;
}
header .headerTop .desktopLink {
  color: white;
  text-decoration: none;
  display: none;
}
header .headerTop .mobileLink {
  width: 20%;
}
header .headerTop .logo {
  width: 75%;
}
header .banner {
  padding: 0;
}
header .banner .desktopVisual {
  display: none;
}
header .banner .bannerGif {
  margin-top: 10%;
}

#topSection h1 {
  padding-top: 20%;
  padding-bottom: 15%;
}
#topSection ul {
  padding-top: 20%;
}
#topSection ul li {
  padding-bottom: 10%;
  font-family: "billCorp_roman", sans-serif;
}
#topSection ul li img {
  height: 75px;
  width: 75px;
}
#topSection .rightText {
  padding-bottom: 25%;
}
#topSection .rightText p {
  margin-bottom: 0;
  margin-top: 0;
}

#whySection h1 {
  color: white;
  padding-top: 30%;
  padding-bottom: 15%;
  margin-top: 0;
}
#whySection ul {
  margin-top: 0;
}
#whySection .reasons {
  padding-bottom: 20%;
}
#whySection .imgText {
  padding-bottom: 15%;
}
#whySection .rightText {
  margin: 0;
  padding-bottom: 20%;
}

.general p {
  margin-bottom: 0;
}

#applicationSection {
  margin-top: -1px;
}
#applicationSection .leftText {
  padding-bottom: 15%;
}
#applicationSection .leftText h1 {
  margin: 0;
  color: white;
  padding-bottom: 5%;
}
#applicationSection input {
  margin-bottom: 10%;
  font-family: "billCorp_super", sans-serif;
  letter-spacing: 0.83px;
}
#applicationSection input[type=text] {
  width: 100%;
  padding: 3%;
  color: white;
  background-color: black;
  border: none;
  border-bottom: 1px solid #707070;
  padding-left: 0;
  font-size: 16px;
}
#applicationSection input::placeholder {
  color: white;
  font-family: "billCorp_super", sans-serif;
  font-size: 16px;
  letter-spacing: 0.83px;
}
#applicationSection input[type=text]:active, #applicationSection input[type=text]:focus {
  appearance: none;
  outline: none;
}
#applicationSection input[type=file] {
  width: 100%;
  z-index: 4;
  font-size: 16px;
  border: 2px dashed #707070;
  padding: 10%;
  text-align: center;
  font-family: "billCorp_super", sans-serif;
}
#applicationSection #file-upload-button {
  display: none;
}
#applicationSection .urlInput {
  margin-bottom: 25%;
}
#applicationSection .gform_fileupload_rules {
  display: none;
}
#applicationSection label {
  display: none;
  z-index: 1;
}
#applicationSection label[for=input_1_6] {
  display: block;
  font-size: 16px;
  letter-spacing: 0.83px;
  padding-bottom: 1%;
  font-family: "billCorp_super", sans-serif;
}
#applicationSection input[type=submit] {
  color: black;
  background-color: white;
  border: none;
  padding: 5%;
  padding-left: 10%;
  padding-right: 10%;
  border-radius: 1px;
  appearance: none;
  -webkit-appearance: none;
  font-size: 16px;
}
#applicationSection .gform_footer {
  margin-top: -20%;
}
#applicationSection .gform_title {
  display: none;
}

footer {
  margin-top: -1px;
  color: white;
  text-align: center;
  padding-top: 20%;
  padding-bottom: 10%;
}
footer a:visited {
  color: white;
}

@media only screen and (min-width: 600px) {
  .general {
    width: 50%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 2%;
  }

  header > div {
    padding: 0 3vw;
  }

  header {
    padding-top: 2%;
    padding-bottom: 0;
  }
  header .headerTop {
    align-items: center;
  }
  header .headerTop .logo {
    width: 20%;
  }
  header .headerTop .mobileLink {
    display: none;
  }
  header .headerTop .desktopLink {
    display: block;
  }
  header .banner {
    text-align: center;
    padding-bottom: 0;
    padding: 0;
  }
  header .banner .desktopVisual {
    display: block;
  }
  header .banner .mobileVisual {
    display: none;
  }
  header .banner .bannerGif {
    width: 100%;
    margin-top: 2%;
  }

  .width50, #topSection .grid3 ul {
    display: flex;
    justify-content: space-between;
  }

  h1 {
    font-size: 2.2vw;
  }

  .rightText {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
  }
  .rightText p {
    width: 50%;
  }

  #topSection .width50, #topSection .grid3 ul {
    padding-top: 10%;
    align-items: flex-start;
  }
  #topSection .width50 h1, #topSection .grid3 ul h1 {
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
    width: 50%;
  }
  #topSection .width50 div, #topSection .grid3 ul div {
    width: 49%;
  }
  #topSection .width50 div p, #topSection .grid3 ul div p {
    padding: 0;
    margin: 0;
    padding-bottom: 2%;
  }
  #topSection .grid3 ul {
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
    gap: 5vw;
    padding-top: 5%;
  }
  #topSection .grid3 ul li {
    width: 28%;
    padding-bottom: 0;
  }
  #topSection .grid3 ul .lastIcon {
    /* margin-right: auto; */
  }
  #topSection .rightText {
    padding-bottom: 10%;
    padding-top: 5%;
  }
  #topSection .rightText p {
    width: 49%;
  }

  #whySection h1 {
    padding: 0;
    margin: 0;
  }
  #whySection .reasons {
    margin: 0;
  }
  #whySection .width50, #whySection #topSection .grid3 ul, #topSection .grid3 #whySection ul {
    padding-top: 10%;
    flex-wrap: wrap;
    gap: 0.5vw;
  }
  #whySection .width50 li, #whySection #topSection .grid3 ul li, #topSection .grid3 #whySection ul li {
    width: 49%;
  }
  #whySection .width50 .imgText, #whySection #topSection .grid3 ul .imgText, #topSection .grid3 #whySection ul .imgText {
    padding-bottom: 5%;
  }
  #whySection .width50 .imgText p, #whySection #topSection .grid3 ul .imgText p, #topSection .grid3 #whySection ul .imgText p {
    width: 95%;
  }
  #whySection .width50 .imgText img, #whySection #topSection .grid3 ul .imgText img, #topSection .grid3 #whySection ul .imgText img {
    width: 100%;
  }
  #whySection .rightText {
    padding-bottom: 10%;
  }
  #whySection .rightText p {
    margin: 0;
    width: 49%;
  }
  #whySection .rightText .boldText {
    margin-bottom: 1%;
  }

  #applicationSection .leftText {
    width: 50%;
    padding-bottom: 0;
  }
  #applicationSection .leftText p {
    width: 90%;
  }
  #applicationSection .rightText .gform_wrapper {
    width: 49%;
  }
  #applicationSection .rightText .gform_wrapper input {
    margin-bottom: 5%;
  }
  #applicationSection .rightText .gform_wrapper input[type=file] {
    margin-top: 2%;
    margin-bottom: 0;
    white-space: normal;
  }
  #applicationSection .rightText .gform_wrapper input[type=submit] {
    padding: 3%;
    padding-left: 8%;
    padding-right: 8%;
    margin-top: 0;
  }
  #applicationSection .rightText .gform_wrapper label[for=input_1_6] {
    margin-top: 8%;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  #applicationSection .rightText .gform_wrapper .gfield_description {
    padding-top: 2%;
  }
  #applicationSection .rightText .gform_wrapper #field_1_6 {
    margin-bottom: 10%;
  }
  #applicationSection .rightText .gform_footer {
    margin-top: 0;
  }
  #applicationSection .rightText #gform_confirmation_message_1 {
    float: right;
  }
  #applicationSection .rightText .confirm {
    width: auto;
  }

  footer {
    padding-top: 2%;
    padding-bottom: 5%;
  }
}
#internet-explorer-error {
  position: fixed;
  width: 100%;
  height: 100%;
  background: url("./img/ie-overlay.png") repeat 0 0;
  color: white;
  padding-top: 5%;
  padding-bottom: 5%;
  z-index: 2000;
}

.IEWrapper {
  height: auto;
  width: 100%;
}

#internet-explorer-error h2 {
  text-align: center;
  margin-bottom: 20px;
}

#internet-explorer-error p {
  max-width: 650px;
  margin: auto auto;
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
  color: #fff;
}
#internet-explorer-error p a {
  color: #fff;
}
#internet-explorer-error p a:hover {
  color: grey;
  border: none;
  text-decoration: none;
}

/*# sourceMappingURL=style.css.map */
