
#linez { position:absolute; width:100%; }

#linez .w-col {
    border-top:35px solid #050a18;
    border-bottom:35px solid #050a18;
    height:16em;
    border-right: 1px solid hsla(0, 0%, 100%, .27);
  }

.w-col .banner { margin-left:25%; }

.section {
  height: 50em;
  background-image: url('../images/coral-investors-bg.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.section.heading {
  height: auto;
  margin-top: 0px;
    ipadding-top: 16px;
  background-image: url('../images/bkgrd.jpg?v=1');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.div-block {
  display: block;
  min-height: none;
  min-width: 1150px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 51px;
}

.body {
  font-family: 'Open Sans', sans-serif;
}

.container {
  margin-top: 39px;
}

.heading {
  color: #a7ca14;
  font-weight: 700;
}

.paragraph {
  margin-bottom: 45px;
  font-size: 19px;
  line-height: 31px;
}

.investment-bullets {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 19px;
  line-height: 26px;
}

.section-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#050a18), to(#050a18));
  background-image: linear-gradient(180deg, #050a18, #050a18);
position:relative;
}

.div-block-2 {
  margin: 40px 15px;
}

.banner {
  display: block;
  margin: 50px;
}

.ban-head {
  color: #70d7ce;
  font-size: 42px;
}

.paragraph-2 {
  color: #fff;
}

.paragraph-3 {
  color: #fff;
}

.paragraph-4 {
  color: #fff;
}

.paragraph-5 {
  color: #fff;
}

.ban-para {
  margin-top: 14px;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}

.x-container {
  display: block;
  width: auto;
    imax-width: 1250px;
  margin-right: auto;
  margin-left: auto;
}

.headline {
    iwidth: 85%;
    imargin-top: 12px;
  clear: none;
  border-style: none;
    ibackground-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .53)), to(rgba(0, 0, 0, .53)));
    ibackground-image: linear-gradient(180deg, rgba(0, 0, 0, .53), rgba(0, 0, 0, .53));
  color: #70d7ce;
  font-size: 38px;
  font-weight: 700;
  text-align: center;
    itext-shadow: 0 1px 0 #000;
  color:#4c4c4c;
}

.text-span {
  display: block;
    icolor: #fff;
  font-size: 31px;
  font-weight: 400;
    itext-shadow: 0 1px 0 #000;
}

.e-form {
  width: 605px;
  margin-bottom:3em;
  margin-left: 0px;
  margin-right: 4vw;
    ipadding: 5% 10% 8% 10%;
  padding: 2.2em 4.3em 3.5em 4.3em;
 /* background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f0e7), to(#f2f0e7));
  background-image: linear-gradient(180deg, #f2f0e7, #f2f0e7);*/
  background:#efefef;
  color: #4c4c4c;
  float:right;
}

.e-form input,
.e-form select {
  height: 4em;
  border-width: 2px;  
  border-color: #d2d2d2;
  border-radius: 5px;
  line-height: 1;
}

.e-form select option {
  color: #4c4c4c;
}

.e-form div.w-checkbox input {
  height:13px;
}

.e-form input#submit {
  margin-top: 1.5em;
}
 
form#email-form {
  margin-top:3em;
}

.submit-button {
  display: block;
  width: 100%;
  margin-top: 19px;
  margin-right: auto;
  margin-left: auto;
  border-style: none;
  /*background-image: -webkit-gradient(linear, left top, left bottom, from(#70d7ce), to(#70d7ce));
  background-image: linear-gradient(180deg, #70d7ce, #70d7ce);*/

  box-shadow: -2px 3px 9px -2px rgba(0, 0, 0, .42);
  color: #000;
  font-size: 18px;
}

.submit-button.button {
  background-color: transparent;
  background:#002a3a;
  color:white;
}

header#pre-header { 
  padding:0.7em 0 0.4em 0;
  position: relative;
  z-index: 999;
  -webkit-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.15);
  font-size: 1.3em;
}

header#pre-header .w-col img { 
  float: left;
  margin-right:1em;
  height:70px;
}

header#pre-header .w-col span { 
  font-size:0.8em;
}


header#pre-header .w-col p { 
  iline-height: 1.3;
  padding-top:0.3em;
}

header#pre-header .w-col p a { 
  font-size:0.8em;
  line-height:2.6;
}

header#pre-header .w-container {
  max-width: 1200px;
}

header#pre-header .tag-line {
  font-style:italic;
}

header#pre-header ul.nav {
    ifloat: right;
    imargin: 1em 0 0 0;
  padding: 0;
  list-style: none;
  font-size:16px;
  font-weight:bold;
  border-top: 1px solid lightgray;
  display:inline-block;
  padding-top:0.5em;
}

header#pre-header ul.nav li {
  float: left;
  margin:0 0 0 1vw;
  margin:0 0 0 1.8em;
  display:inline;
}

header#pre-header ul.nav li:first-child {
  margin:0;
}

header#pre-header ul.nav li a,
header#pre-header ul.nav li a:visited {
  text-decoration:none;
  color:grey;
}

header#pre-header ul.nav li a:hover,
header#pre-header ul.nav li a:active {
  border-bottom:1px solid grey;
  color:#002a3a;
}

header#header { ipadding-top:2em; }

.e-form select#country { float:left; width:48%; }
.e-form input[name=phone] { float:right; width:48%; }

.w-checkbox { clear:both; }

.w-checkbox input[type=checkbox] { position:relative; top:3px; }

.div-block-3 {
  margin: 6px 0px 15px;
  padding-right: 0px;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-size: 22px;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0px;
}

.text-span-2 {
  display: block;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0px;
}

.image {
  margin-top: -9px;
}

.paragraph-6 {
  margin-top: 13px;
  margin-bottom: 13px;
  font-size: 13px;
  line-height: 14px;
  font-weight: 300;
}

.checkbox-field {
  margin-top: 12px;
  padding-right: 21px;
  padding-left: 35px;
}

.checkbox-label {
  padding-right: 5px;
  font-size: 11px;
  line-height: 12px;
}

.checkbox {
  margin-top: 2px;
  padding-top: 0px;
}

.section-3 {
  margin-bottom: 20px;
}

.list-item {
  margin-top: 0px;
}

.section-4 {
  margin-top: 2px;
}

.column {
  min-height: 53em;
  padding-left: 0px;
  background-image: url('../images/feature-investment2.jpg');
  background-position: 53% 67%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  text-align: right;
}

.column-2 {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-right: 0px;
  padding-left: 0px;
}

.heads {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -1px;
}

.div-block-4 {
  margin: 24px 56px 20px;
  margin: 9%;
}

.paragraph-7 {
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
}

.sub-head {
  margin-top: 4px;
  margin-bottom: 33px;
  font-size: 25px;
  font-weight: 400;
}

.column-3 {
  padding: 10px 9px;
}

.column-4 {
  padding: 10px;
}

.text-block {
  font-size: 15px;
}

.heading-3 {
  font-size: 24px;
}

.heading-4 {
  margin-top: 1.5em;
  margin-bottom: 41px;
  text-align: center;
  font-size:2em;
}

.partners {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6px;
  -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;
}

.columns {
  position: relative;
  display: block;
}

.column-5 {
  display: block;
  margin-bottom: 28px;
  background-color: transparent;
  text-align: left;
}

.column-6 {
  border-right: 1px none #3f3d3d;
}

.column-6.sep-line {
  height: 20em;
  border-top-width: 25px;
  border-bottom-width: 25px;
}

.footer {
    imargin-top: 21px;
  padding-top: 7px;
  padding-bottom: 16px;
  border-style: none;
  border-color: rgba(99, 91, 91, .24);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .09)), to(rgba(0, 0, 0, .09)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .09), rgba(0, 0, 0, .09));
}

div.section-5 {
  background:#f9f9f9;
  padding:4em 0;
  margin-top:3.5em;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#050a18), to(#24335d));
  background-image: linear-gradient(180deg, #050a18, #24335d);
  color:white;
}

div.section-5 div.w-container div.w-row div.w-col:first-child { padding-right:3%; }
div.section-5 div.w-container div.w-row div.w-col:first-child + div { padding-left:3%; }

  div.section-5 div.w-row div.w-col p { line-height: 1.5; }

div.section-5 h4 {
  font-size:1.5em;
}

div.section-5 p {
  font-size:1.2em;
}

div.section-5 .heading-4 {
  margin-top:1em;
}

.we-txt { color:white; font-family: 'Source Sans Pro', sans-serif; font-weight:normal; font-size:1em; letter-spacing:4;  text-align: center; font-style:normal; margin-top:2em; color:inherit; }
.we-txt i { font-style:normal; margin: 3%;  }
.we-txt span { font-weight:bold; }
.we-txt i.s { margin-left:0; }
.we-txt i.f { margin-right:0; }

div.section-5 .we-txt { font-size:1.6em;  margin-top:3em; }

footer.footer p.we-txt { font-weight:bold; color:gray; }

.foot-tagline {
  color: #6e6e6e;
  text-align: center;
}

.image-2 {
  max-width: 55%;
  text-align: center;
}

.column-7 {
  text-align: center;
}

.link {
  margin-top: 23px;
  font-style: italic;
  font-weight: 600;
}

.text-block-2 {
  margin-top: 23px;
  color: #6e6e6e;
  text-align: right;
}

.link-2 {
  color: #6e6e6e;
  font-style: normal;
  text-decoration: none;
  text-transform: none;
}

.link-2:hover {
  color: #000;
  text-decoration: underline;
}

.column-8 {
  padding-left: 0px;
}

.column-9 {
  padding-right: 0px;
}

.button-wrap {
  display: block;
  margin-top: 51px;
  margin-bottom:60px;
  padding: 0px;
  color: #000;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
}

.button-wrap .button { padding:1.5em 4.8em; }

.button {
  padding: 8px 24px;
  border-style: none;
  border-radius: 7px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#70d7ce), to(#70d7ce));
  background-image: linear-gradient(180deg, #70d7ce, #70d7ce);
  font-size: 21px;
  font-weight: 700;
  text-decoration: none;
  color:black;
}

.button:hover {
  box-shadow: -3px 3px 2px 0 rgba(0, 0, 0, .41);
}

.unordered-list {
  font-size: 16px;
  line-height: 32px;
  list-style-type: square;
}

.heading-5 {
  margin-left: 229px;
  font-family: 'Open Sans', sans-serif;
  font-size: 31px;
  line-height: 36px;
  font-style: italic;
  font-weight: 700;
  letter-spacing: -1px;
}

.heading-4 { color:grey; }

.text-block-3 {
  position: static;
  margin-right: 10px;
  color: #fff;
  font-style: italic;
  font-weight: 400;
  text-align: right;
}

.tagline {
  position: static;
  right: 0px;
  bottom: -20em;
  margin-top: 326px;
  text-align: left;
}

.columns-2 {
  margin-top: 21px;
}

.column-12 {
  text-align: left;
}

.columns-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: url('../images/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
}

.column-13 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: left;
}

.column-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/featured-bg.png'), url('../images/featured-bg.png');
  background-position: 0px 0px, 0px 0px;
  background-size: 2px 199px, 2px;
  background-attachment: fixed, scroll;
}

.column-15 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.column-16 {
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: inline;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 109px;
  -ms-flex-preferred-size: 109px;
  flex-basis: 109px;
  text-align: left;
}

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

.column-17 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/featured-bg.png');
  background-position: 50% 50%;
  background-repeat: repeat-x;
  background-attachment: scroll;
  font-weight: 300;
  text-align: left;
}

.column-18 {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 118px;
  -ms-flex-preferred-size: 118px;
  flex-basis: 118px;
}

.heading-6 {
  margin-top: 53px;
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 0px;
  color: #fff;
  font-size: 1.2vw;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.list-item-2 {
  line-height: 26px;
}

.image-3 {
  margin-top: 17px;
}

.paragraph-8 {
  font-size: 11px;
  text-align: left;
  margin-top:2em;
  line-height: 1;
}

.italic-text {
  font-size: 11px;
  text-align: center;
}

.container-2 {
  margin-bottom: 28px;
  padding-top: 0px;
}

.column-20.sep-line {
  height: 20em;
}

.column-21 {
  display: block;
}

.column-21.sep-line {
  height: 20em;
}

.text-block-4 {
  margin-top: -9px;
  margin-bottom: 8px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 13px;
  text-align: center;
}

.sep-line {
  border-style: solid solid solid none;
  border-top-width: 35px;
  border-top-color: #050a18;
  border-right-width: 1px;
  border-right-color: hsla(0, 0%, 100%, .35);
  border-bottom-width: 35px;
  border-bottom-color: #050a18;
}

@media (max-width: 2060px) {

  .div-block-4 {
    margin-top:6%;
  }

}

@media (max-width: 1718px) {

#linez .w-col {
    height:30vh;
    margin:0;
  }

}

@media (max-width: 1250px) {

  header#pre-header ul.nav li:last-child {
    margin-right:1em;
  }

  header#pre-header div.w-col:first-child img {
    margin-left:1em;
  }

  .button-wrap .button { padding:5% 12%; margin-bottom:30px; }

  p.paragraph-8 { margin-top:0; }
  p.paragraph-8 em { font-size:10px; }
  p.paragraph-8 em br { display:none; }

}

@media (max-width: 1024px) {

  div.section-5 p.we-txt { font-size:1.4em; }

}

@media (max-width: 991px) {
/*
  .banner { margin:0 50px; }

  .banner h2 { margin-top:0; }

  .columns-5.w-row .w-col {
    border-top: 15px solid #050a18;
    border-bottom: 15px solid #050a18;
  }

  .columns-5.w-row .column-6,
  .columns-5.w-row .column-20 {
    border-right: 1px solid hsla(0, 0%, 100%, .27);
  }
*/

  div.div-block-4 { margin-bottom:0; }

  div.section-4 div.w-col {
    width: 100%;
    left: auto;
    right: auto;
  }

  .button-wrap { text-align:left; margin-top:50px; margin-bottom:40px; }
  .button-wrap .button { padding:1.5em 4.8em; }

  p.paragraph-8 em { font-size:11px; }
  p.paragraph-8 em br { display:block; }

  p.header#pre-header div.w-col { display:block; width:100%; text-align:center; }

  header#pre-header ul.nav { margin:auto; }

  .section-2 .w-col { min-height: 21em; }

  #linez { display:none; }

  .section.heading {
    min-width: 100%;
  }
  .heading {
    border: 3vw none #000;
  }
  .banner {
    min-height: 12em;
  }
  .ban-head {
    display: block;
  }
  .headline {
      iwidth: 45vw;
    margin: 0px auto;
    padding-top: 0px;
  }
  .e-form {
    position: static;
    top: 95px;
      iwidth: 46vw;
    width:605px;
    float:none;
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 16px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .48);
  }
  .heading-2 {
    ifont-size: 3.3vw;
    iline-height: 2.8vw;
  }
  .text-span-2 {
    ifont-size: 3vw;
  }
  .section-3 {
    margin-top: 120px;
  }
  .column {
    min-height: 45em;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .heads {
    display: block;
  }
  .div-block-4 {
    margin-right: 20px;
    margin-left: 20px;
  }
  .columns {
    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;
  }
  .column-5 {
    height: 2em;
    margin-bottom: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .text-block-2 {
    font-size: 13px;
  }
  .button {
    padding-right: 22px;
    padding-left: 22px;
    font-size: 18px;
    text-align: center;
  }
  .unordered-list {
    padding-left: 18px;
  }
  .heading-5 {
    margin-left: 0px;
    padding-right: 59px;
    padding-left: 59px;
    font-size: 28px;
  }
  .text-block-3 {
    padding-right: 0px;
    padding-left: 59px;
    text-align: left;
  }
  .tagline {
    margin-top: 0px;
  }
  .column-10 {
    position: relative;
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
  }
  .columns-2 {
    margin-left: 0px;
  }
  .heading-6 {
    font-size: 2.1vw;
  }
  .image-3 {
    margin-left: 22px;
  }
}

@media (max-width: 850px) {

  h1.headline span.text-span { font-size:27px; }

}

@media (max-width: 767px) {

  header#header { background:none; }

  header#header div.x-container div.w-row:first-of-type div.w-col:first-child { display:none; height:31em; 

  margin-top: 0px;
  background-image: url('../images/bkgrd.jpg?v=1');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  ibackground-attachment: fixed;
}

  header#header div.x-container div.w-row:first-of-type + div div.w-col:first-child { position:relative; }

  div.e-form { /*position: absolute; top:15em; z-index:99999999;*/ width:97%; background:#666666; }

  div.section-2 { display:none; }

  .heading { width:80%; }

  h3.heading-4{ margin-bottom:0; }

  div.container-2 div.w-row div.partners.w-col:first-child { margin-top:0; }
  div.container-2 div.w-row:first-of-type div.w-col:first-child + div + div { margin-top:0; }
  div.container-2 div.w-row div.w-col img { width:250px; }

  div.section-5 div.w-container div.w-row div.w-col:first-child { padding-right:10px; margin:0 5% 6% 5%; width:89%; }
  div.section-5 div.w-container div.w-row div.w-col:first-child + div { padding-left:10px; margin: 0 5% 0 5%; width:89%; }

  div.section-5 p.we-txt { font-size:1.2em; }

  .section-2 .w-col {
    min-height: 11em;
  }
  .heading-3 {
    font-size: 30px;
  }
  .columns-5.w-row .w-col {
    border-right: 15vw solid #050a18;
    border-bottom: 1px solid hsla(0, 0%, 100%, .27);
    border-left: 15vw solid #050a18;
    padding:2em 0;
  }
  .section.heading {
    ipadding-top: 29px;
  }
  .section-2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#050a18), to(#050a18));
    background-image: linear-gradient(180deg, #050a18, #050a18);
  }
  .w-col .banner {
    min-height: 0em;
    margin: 30px 34px;
  }
  .ban-head {
    text-align: center;
  }
  .ban-para {
    border-right: 555px none #000;
    text-align: center;
  }
  .headline {
    iwidth: 70%;
  }
  .e-form {
    top: 167px;
    color: white;
  }
  .e-form a,
  .e-form a:link,
  .e-form a:visited,
  .e-form a:active { color:white; }

  .e-form a:hover { color:#70D6CD; }

  .e-form h1.headline { color:white; }
  .section-3 {
    margin-top: 177px;
  }
  .column-3 {
    display: inline-block;
  }
  .column-4 {
    display: inline-block;
  }
  .partners {
    margin-top: 40px;
  }
  .link {
    text-align: center;
  }
  .text-block-2 {
    margin-top: -34px;
    margin-bottom: 18px;
    text-align: center;
  }
  .link-2 {
    text-align: center;
  }
  .button-wrap {
    text-align: center;
  }
  .button {
    display: block;
      iwidth: 90%;
    height: 80%;
    margin-top: 12px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 15px;
    padding-right: 22px;
    padding-bottom: 15px;
  }
  .submit-button.button {
    background:#70D6CD;
  }
  .heading-6 {
    font-size: 4.6vw;
  }
  .column-22 {
    margin-top: 35px;
  }
}

@media (max-width: 665px) {
  .e-form { width:95%; }
}

@media (max-width: 610px) {
  header#pre-header ul.nav {
    font-size:14px;
  }
  div.section-5 p.we-txt { font-size:1.1em; }

  p.paragraph-8 em br { display:none; }
}

@media (max-width: 519px) {
  header#pre-header ul.nav { display:none; }
}


@media (max-width: 479px) {
  .heading {
    padding-right: 10px;
    padding-left: 10px;
  }
  .paragraph {
    padding-right: 10px;
    padding-left: 10px;
  }
  .investment-bullets {
    padding-left: 20px;
  }
  .section-2 {
    text-align: center;
  }
  .banner {
    margin-right: auto;
    margin-left: auto;
  }
  .headline {
    width: 90%;
    font-size: 38px;
    text-align: center;
  }
  .e-form {
    top: 188px;
    width: 90%;
    padding-right: 12px;
    padding-left: 12px;
  }
  .div-block-3 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .heading-2 {
    margin-top: 10px;
    font-size: 16.5px;
  }
  .text-span-2 {
    font-size: 15.5px;
  }
  .paragraph-6 {
    margin-top: 6px;
    text-align: left;
  }
  .checkbox-label {
    text-align: left;
  }
  .heads {
    text-align: center;
  }
  .paragraph-7 {
    text-align: center;
  }
  .column-3 {
    text-align: center;
  }
  .column-4 {
    text-align: center;
  }
  .partners {
    margin-top: 45px;
  }
  .column-5 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-6 {
    position: static;
    text-align: center;
  }
  .foot-tagline {
    margin-bottom: 0px;
  }
  .text-block-2 {
    margin-top: -33px;
  }
  .heading-5 {
    padding-right: 0px;
    padding-left: 0px;
    text-shadow: 1px 1px 6px #000;
  }
  .text-block-3 {
    padding-left: 0px;
  }
  .column-10 {
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .column-11 {
    text-align: center;
  }
  .column-16 {
    -webkit-flex-basis: 109px;
    -ms-flex-preferred-size: 109px;
    flex-basis: 109px;
  }
  .heading-6 {
    margin-top: 41px;
    padding-top: 0px;
  }
  .columns-5 {
    text-align: center;
  }
  .column-19 {
    position: static;
  }
  .column-20 {
    position: static;
  }
  .column-21 {
    position: static;
  }
}