/* html {
height:100%;
width:100%;
}
body {
margin:0;
padding:0;
height:100%;
width:100%;
font-family:'Helvetica World W01', Arial, sans-serif;
color: #999999;
font-size:14px;
line-height:28px;
} */

/* h1 {
  color:#0f5196;
  font-family:'HelveticaWorldW01-Bold';
  font-size:30px;
  line-height:39px;
} */

html {
  font-size: 10px;
  scroll-behavior: smooth;
}

html, body {
  /* font-family: Roboto,Helvetica,Arial,sans-serif; */
  height: 100%;
}

body {
  color: #6c6f72;
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  /* padding-top: 8rem; */
}

/* @media (min-width: 768px) {
  body {
      padding-top: 8rem;
  }
} */

/* h1, h2, h3, h4,h5, h6 {
  font-family: 'Roboto Condensed', sans-serif;
} */

h1 {
  /* color: #0f5196; */
  color: #171d4d;
  font-family: 'Poppins';
  font-size: 42px;
  font-weight: 600;
  line-height: 44px;
  padding-bottom: 15px;
}

/* @media (min-width: 768px) {
  h1 {
      font-size: 72px;
  }
} */

h2 {
  /* color: #449dfb; */
  color: #171d4d;
  font-family: 'Poppins';
  font-size: 30px;
  font-weight: 700;
  line-height: 39px;
}

/* @media (min-width: 768px) {
  h2 {
      font-size: 48px;
  }
} */

h3, h4, h5, h6 {
    font-family: 'Poppins';
    font-weight: 600;
}

h3 {
  color: #171d4d;
  font-size: 30px;
  /* font-weight: bold; */
}

@media (min-width: 768px) {
  h3 {
      font-size: 36px;
  }
}

h4 {
  color: #171d4d;
  font-size: 20px;
  font-weight: bold;
}

@media (min-width: 768px) {
  h4 {
      font-size: 24px;
  }
}

h5 {
  color: #171d4d;
  font-size: 20px;
  /* font-weight: bold; */
}

a {
  color:#007cdb;
}

/* FOR LINKS AND BUTTONS */
button, a:hover, a:focus, a:visited {
    text-decoration: none;
    outline: none !important;
}
/* END LINKS AND BUTTONS */


/* img {
 margin: 0;
 padding: 0;
 border: 0;
}
table { border-collapse:collapse; border-spacing:0;}
*/

b {
  font-family: 'Poppins', Arial, sans-serif;
  font-weight: 400;
}

p {
  font-size: 16px;
  margin-top: 0px;
  /* margin-bottom: 2rem; */
}

dl, ol, ul {
  margin-bottom: 2rem;
}

select {
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px #efefef;
  font-size: 16px;
  text-indent: 1rem;
  padding: .4rem 1rem;
}

.form-group {
  margin-bottom: 2rem;
}

.col-form-label {
  color: #666666;
  font-size: 20px;
  /* line-height: 40px; */
  /* padding-top: 15px; */
}

.form-control {
  border: 1px solid #ccc;
  border-radius: .3rem;
  box-shadow: inset 0 1px 3px #efefef;
  font-size: 16px;
  padding: .4rem 1rem;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #0f5196;
  outline: 0;
  box-shadow: none;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(4rem + 2px);
}

/* FOR STYLES FORMS */
.styled-form input[type="text"], .styled-form input[type="email"], .styled-form input[type="password"], .styled-form input[type="tel"], .styled-form input[type="number"], .styled-form input[type="url"], .styled-form select, .styled-form textarea {
  position: relative;
  display: block;
  width: 100%;
  background: #ffffff;
  line-height: 30px;
  padding: .8rem 2rem;
  height: 5rem;
  border: 1px solid #f4f4f4;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}
/* END STYLED FORMS */

.btn {
  border-radius: .4rem;
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  padding: 1rem 2rem;
}

.text--blue {
  /* color: #0f5196; */
  color: #3e80b7;
}

.text--light-blue {
  color: #458cd7;
}

.text--black {
  color: #212529
}

.text--green {
  color: #66a92f;
}

.text--orange {
  color: #f15a24;
}

.text--red {
  color: #980a0a;
}

/* OLD SELECTOR NAMES */
.blue {
    /* color: #0f5196; */
    color: #3e80b7;
}

.black {
    color: black;
}

.lightBlue {
    color: #458cd7;
}

.red {
    color: #980a0a;
}
/* END OLD SELECTOR NAMES */


.background--gray {
  background-color: #f8f8f8;
}

.background--green {
  background-color: #66a92f;
}

.background--orange {
  background-color: #f15a24;
}

.background--blue {
  /* background-color: #0f5196; */
  background-color: #3e80b7;
}

.background--red {
  background-color: #980a0a;
}

.blue-separator-bar {
  background-color: #0f5196;
  height: 3px;
  width: 100%;
}

.gray-separator-bar {
  background-color: #c5d3e3;
  height: 1px;
  width: 100%;
}

/* PAGE WRAPPER */
.page-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}


/* NAV BAR */
nav {
    /* border-bottom: .1rem solid #c5d3e3; */
}

.navbar {
    padding: 1rem;
}

@media (min-width: 992px) {
    .navbar {
        padding: 0 1rem;
    }
}

@media (min-width: 992px) {
    .navbar > .container {
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .navbar > .container {
        /* max-width: 90%; */
    }
}

.navbar-toggler {
    padding: .4rem 1.2rem;
    font-size: 2rem;
}

.navbar-nav .nav-link {
    font-family: 'Poppins', Arial, sans-serif;
    font-weight: 500;
    padding: .8rem 1rem;
}

.navbar-nav .nav-item.active .nav-link  {
    /* color: #0f5196; */
    color: #3e80b7;
}

.navbar-light .navbar-nav .join a {
    display: block;
    background: rgb(42,78,126);
    background: linear-gradient(135deg, rgba(42,78,126,1) 0%, rgba(69,145,203,1) 50%, rgba(42,78,126,1) 100%);
    border-radius: 6px;
    color: #fff;
    font-family: 'Poppins', Arial, sans-serif;
    font-weight: 500;
    margin-left: 0px;
    padding: 0.8rem 1.5rem;
    text-align: center;
}

.navbar-light .navbar-nav .join a:hover {
  background-color: #c82333;
  border-color: #bd2130;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
      border-bottom: solid 2px white;
      padding: 3rem 1rem;
  }

  .navbar-expand-lg .navbar-nav .nav-link:hover {
      /* border-bottom: 2px solid #0f5196; */
      border-bottom: 2px solid #3e80b7;
  }

  .navbar-light .navbar-nav .join a {
      margin-top: 1.2rem;
      padding: 1.8rem 1.5rem;
      text-align: left;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-lg .navbar-nav .nav-link {
      font-size: 20px;
      padding: 2.7rem 1rem;
      /* padding-top: 3rem; */
  }

  .navbar-light .navbar-nav .join a {
      font-size: 20px;
      margin-top: .9rem;
  }
}

.navbar-brand {
  padding-bottom: .3rem;
  padding-top: .3rem;
}
/* END NAV BAR */


/* BREADCRUMBS */
.bread-crumbs {
  background-color: white;
  color: #0f5196;
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  height: 4rem;
  line-height: 2rem;
  margin-bottom: 2rem;
  padding: 1rem 0;
  text-align: right;
  width: 100%;
}

.bcArrow {
  color: #333333;
  font-size: 17px;
}

.bread-crumb-name {
  position: relative;
  display: inline-block;
  height: 2.4rem;
}

.bread-crumbs a {
  color: #333333;
  font-family: 'Poppins', Arial, sans-serif;
  font-weight: 400;
  text-decoration: none;
}
/* END BREADCRUMBS */


/* MAIN CONTENT CONTAINER */
.main-content-container {
    background-color: #f8f8f8;
    flex: 1;
    margin: 0 auto;
    width: 100%;
}

#outermost {
 margin: 0 auto;
 height:100%;
 width:100%;
 padding: 0;
 z-index: 9001
}
#content {
 width:100%;
 height:100%;
 display:table;
}
.mainCenter {
 margin: 0 auto;
 width:1200px;
}
#topRow {
 height:90px;
 display:table-row;
}
#header {
 height:90px;
 width:100%;
 display:table-cell;
 position:relative;
}
#headerLogo {
 display:table-cell;
 vertical-align:middle;
 width:152px;
}
#headerUserNav {
 display:table-cell;
 height:90px;
}

.header-user {
  width: 100%;
}

@media (min-width: 992px) {
  .header-user {
    display: flex;
    height: 32px;
  }
}

.google-translate-select__container {
  display: block;
  line-height: 1;
  margin-left: 2rem;
  padding: 4px 0;
  text-align: right;
  width: 100%;
}

@media (min-width: 992px) {
  .google-translate-select__container {
    width: 18rem;
  }
}

.header-user-info {
  height: 3.2rem;
  line-height: 32px;
  overflow: hidden;
  text-align: center;
  width: 100%;
}

@media (min-width: 992px) {
  .header-user-info {
    margin-left: 18rem;
    flex: 1;
  }
}

#headerGoogleSec {
 display:table-cell;
 width:152px;
}
#headerGoogle {
 width:152px;
 font-size: 9px;
 line-height: 9px;
 height: 18px;
 padding-top:4px;
}
#headerGoogleLogin {
 padding-top:5px;
 text-align:right;
}
#headerGoogleLogin a {
 padding-top:5px;
 color:#0f5196;
 text-decoration:none;
}

#headerNav {
 height:58px;
 width:100%;
}
#headerNav ul {
 margin:0px;
 padding:0px;
 float:right;
}

/* NEED TO USE */
#headerNav li {
  display: inline-block;
  height: 43px;
  margin: 0px 15px 0px 15px;
  border-bottom: solid 2px white;
  padding-top: 15px;
}

#headerNav li.join {
  background-color: #dc3545;
  border-radius: 6px;
  margin-left: 0px;
  padding-right: 15px;
  padding-left: 15px;
  border-bottom: solid 2px white;
}

#headerNav a {
    text-decoration: none;
    font-size: 14px;
    color: #333333;
    font-family: 'Poppins', Arial, sans-serif;
    font-weight: 500;
}

#headerNav a.activate, #headerNav a:hover {
    /* color: #0f5196; */
    color: #3e80b7;
}

#headerNav li:hover {
    /* border-bottom: solid 2px #0f5196; */
    border-bottom: 2px solid #3e80b7;
}

#headerNav a.join,#headerNav a.join:hover {
 color: white;
}
/* END NEED TO USE */

.resource-disclaimer {
    background-color: #fff;
    padding: 10rem 0;
}

/* LEGACY STYLES */
#bodyRow {
  display: table-row;
  height: 100%;
}

.page-banner {
    background-position: center;
    background-size: cover;
    height: 20rem;
    margin: 0px auto;
    max-width: 192rem;
    width: 100%;
}

#bodyCell {
  display: table-cell;
  width: 100%;
}

.corpBody {
  height: 100%;
  margin: 0px auto;
  padding-bottom: 35px;
  width: 975px;
}
/* END LEGACY STYLES */


/* NAV TABS */
.nav-tabs .nav-link {
  color: #0f5196;
}

.tab-content > .tab-pane {
  position: relative;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  float: none;
  margin-top: 0;
  padding: 4rem 0 20rem;
  width: 100%;
}
/* END NAV TABS */


/* #footer {
 position:relative;
 display:table-cell;
 height: 336px;
 width:100%;
 background: #eeeff1 url(../images/corp/footerBGrepeat.gif) top left repeat-x;
}

#footerBGCenter {
 margin: 0 auto;
 width:1200px;
 height: 336px;
 background: #eeeff1 url(../images/corp/footerBG.gif) top left;
}

}
#footerLinks {
 float:left;
 height:281px;
 width:355px;
 text-align:center;
 background: url(../images/corp/footerVertDiv.png) top right no-repeat, url(../images/corp/footerVertDiv.png) top left no-repeat;
} */


/* FOOTER */
.main-footer {
    background-color: #091627;
    color: #bebebe;
    justify-content: flex-end;
    padding: 4rem 2rem;
    width: 100%;
}

.main-footer .footer-top {
        margin-bottom: 2rem;
    /* padding: 2rem 2rem; */
}

/* @media (min-width: 768px) {
  .footer-content {
      display: flex;
      justify-content: space-between;
  }
} */

.main-footer .footer-logo-link-container {
    margin-bottom: 3rem;
    text-align: center;
}

.footer-logo-link {
    display: block;
    height: auto;
    margin: 0;
    /* width: 240px; */
}

.footer-logo-link img {
    height: auto;
    width: 213px;
}

.main-footer .footer-email-us-container {
    margin-bottom: 4rem;
    text-align: center;
}

.main-footer .footer-email-us-label {
    display: inline-block;
    color: white;
    font-size: 16px;
}

.main-footer .main-footer .footer-contact-us-link {
    display: inline-block;
    color: white;
    font-size: 16px;
    text-decoration: none;
}

.main-footer .footer-links-container {
    margin-bottom: 3rem;
    text-align: center;
}

@media (min-width: 768px) {
    .main-footer .footer-links-container {
        /* margin-bottom: 2rem;
        margin-right: 2rem;
        text-align: left; */
    }
}

/* .footer-section-title {
  font-size: 16px;
  color: white;
}

.footer-about, .footer-links, .footer-contact-us {
  margin-bottom: 3rem;
}

@media (min-width: 768px) {
  .footer-about, .footer-links, .footer-contact-us {
      margin-bottom: 0;
  }
}
*/

.main-footer .footer-links-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

@media (min-width: 768px) {
    .main-footer .footer-links-list {
        flex-direction: row;
    }
}

.main-footer .footer-links-list .footer-nav-link {
    display: block;
    padding: 0.5rem 1rem;
}

.main-footer .footer-links-list .footer-nav-link, .main-footer .footer-support-email-link {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}

.main-footer .footer-links-list .footer-nav-link:hover, .main-footer .footer-support-email-link:hover {
    color: #3f80b8;
}

.main-footer .footer-disclaimer-container {
    margin-bottom: 4rem;
}

.main-footer .footer-disclaimer {
    color: #fff;
    font-size: 14px;
    line-height: 15px;
    padding: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .main-footer .footer-disclaimer {
        /* padding: 0 4rem; */
    }
}

.main-footer .footer-copyright {
    color: #fff;
}


/* ADD THIS FOR SVG FOOTER LOGO */
/* .footer-logo-link img {
  height: auto;
  width: 240px;
}

@media (min-width: 768px) {
  .footer-logo-link img{
      width: 160px;
  }
}

@media (min-width: 1200px) {
  .footer-logo-link img{
      width: 240px;
  }
}*/
/* END ADD THIS FOR SVG FOOTER LOGO */


/* .footer-logo-link_mobile {
  display: block;
  margin: 0 auto;
  width: 210px;
}

.footer-logo-link {
  display: none;
}

@media (min-width: 768px) {
  .footer-logo-link_mobile {
      display: none;
  }

  .footer-logo-link {
      display: block;
      margin: 0;
      width: 280px;
  }
} */

.main-footer .footer-bottom {
    margin: 0;
}

.main-footer .footer-copyright-container {
    text-align: center;
}

@media (min-width: 768px) {
    .main-footer .footer-copyright-container {

    }
}

.main-footer .footer-powered-by-container {
    text-align: center;
}

@media (min-width: 768px) {
    .main-footer .footer-powered-by-container {
        text-align: right;
    }
}

.main-footer .footer-powered-by {
    color: #fff;
    font-size: 12px;
}


/* OLD SELECTOR NAMES */
.header, .bigHeader {
 color: #0f5196;
 font-family:'Helvetica Inserat LT W01 Rg';
 font-size:38px;
 line-height:44px;
 padding-bottom:15px;
}
.subHeader {
 color: #0f5196;
 font-family:'Helvetica Inserat LT W01 Rg';
 font-size:20px;
 line-height:25px;
}
.headerMedium {
 font-size:27px;
 line-height:38px;
 color:#666666;
 margin:20px 0px;
}
.headerSubMedium {
 font-size:20px;
 line-height:26px;
 color:#666666;
 margin:20px 0px;
}
/* END OLD SELECTOR NAMES */

/* NEW SELECTOR NAMES */
.heading, .big-heading {
  color: #0f5196;
  font-family:'Helvetica Inserat LT W01 Rg';
  font-size:38px;
  line-height:44px;
  padding-bottom:15px;
}
 
.sub-heading {
  color: #0f5196;
  font-family:'Helvetica Inserat LT W01 Rg';
  font-size:20px;
  line-height:25px;
}

.heading-medium {
  font-size:27px;
  line-height:38px;
  color:#666666;
  margin:20px 0px;
}

.heading-sub-medium {
  font-size:20px;
  line-height:26px;
  color:#666666;
  margin:20px 0px;
}

a.button--red {
  display: inline-block;
  background: #980a0a;
  font-family: 'HelveticaWorldW01-Bold';
  border-radius: 4px;
  color: white;
  font-size: 16px;
  line-height: 21px;
  margin: 1rem 0;
  padding: 1rem 2rem;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
}
/* END NEW SELECTOR NAMES */


/* VIDEO POPUP - Need to move to separate file */
.video-popup {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100vh;
  z-index: 9997;
  transition: all 300ms ease-in-out;
}

.video-popup-overlay {
  position: absolute;
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
  background-color: black;
  opacity: 0.75;
  z-index: 9996;
}

.video-popup-content {
  position: absolute;
  margin: 0;
  padding: 30px;
  box-sizing: border-box;
  background-color: white;
  border-radius: 10px;
  text-align: center;
  z-index: 9999;
}

.close-video-popup-btn {
  border-width: 1px;
  border-style: solid;
  text-decoration: none!important;
  background-clip: padding-box;
  font-size: 16px;
  display: block;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
  user-select: none;
  padding: 0;
  width: 1.75em;
  height: 1.75em;
  text-indent: -9999px;
  white-space: nowrap!important;
  font-weight: 400;
  border-radius: 1em;
  position: absolute;
  margin: 5px;
  z-index: 1005;
  right: -18px;
  top: -20px;
  color: #333;
  background-color: #fff;
  text-shadow: none;
  border-color: #979797;
}

.close-video-popup-btn:after {
  position: absolute;
  background-color: #007cdb;
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%23FFF%22%20points%3D%2214%2C3%2011%2C0%207%2C4%203%2C0%200%2C3%204%2C7%200%2C11%203%2C14%207%2C10%2011%2C14%2014%2C11%2010%2C7%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  top: 50%;
  left: 50%;
  margin-top: -11px;
  margin-left: -11px;
}

.close-video-popup-tbn:hover:after {
    background-color: #0a4b8f;
}

.video-popup-content h3 {
  font-size: 30px;
  color: #007cdb;
  margin: 0 0 20px 0;
  padding: 0;
}

.video-popup-content .video-container {
  margin-bottom: 20px;
}

.youtube-video-embed-container {
  position: relative;
  /* padding-bottom: 56.25%; - 16:9 aspect ratio (most common) */
  padding-bottom: 62.5%; /* - 16:10 aspect ratio */
  /* padding-bottom: 75%; - 4:3 aspect ratio */
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.youtube-video-embed-container iframe,
.youtube-video-embed-container object,
.youtube-video-embed-container embed {
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-popup-content .sub-pop-btn {
  clear: both;
  font-family: 'HelveticaWorldW01-Bold';
  color: #0f5196;
  border: 1px solid #0f5196;
  padding: 10px 35px;
  border-radius: 7px;
  text-decoration: none;
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 200, 0.2);
  -moz-box-shadow: 0px 0px 4px 2px rgba(0, 0, 200, 0.2);
  -webkit-box-shadow: 0px 0px 4px 2px rgba(0, 0, 200, 0.2);
}

.video-popup-content .sub-pop-btn:hover {
  color: white;
  background: #980a0a url(../images/corp/redButtonBG.gif);
  border: 1px solid #980a0a;
}
/* END VIDEO POPUOP */


.homeBox {
  width: 100%;
  border-radius: 4px;
  box-shadow: 0px 3px 5px 0px rgba( 0, 0, 0,.3 );
  background: white;
  font-size: 13px;
  margin-bottom: 25px;
  text-decoration: none;
  width: 810px;
}
.homeBoxHeader2 {
  line-height: 40px;
  box-shadow: 0px 4px 9px 0px rgba( 0, 0, 0,.1 );
  font-size: 20px;
  text-indent: 22px;
  color: #0f5196;
  font-family: 'HelveticaWorldW01-Bold';
}
.clickHeader {
 color:#0f5196;
 font-size:18px;
 line-height:24px;
 font-family:'HelveticaWorldW01-BdIt';
 margin:10px 0px;
}
.clickHeader a {
 color: #980a0a;
}
.emphasize {
 font-family:'HelveticaWorldW01-BdIt';
}

.greyBar {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ebebeb+0,ffffff+58,ffffff+60,ebebeb+100 */
  background: #ebebeb; /* Old browsers */
  background: -moz-linear-gradient(top,  #ebebeb 0%, #ffffff 58%, #ffffff 60%, #ebebeb 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #ebebeb 0%,#ffffff 58%,#ffffff 60%,#ebebeb 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #ebebeb 0%,#ffffff 58%,#ffffff 60%,#ebebeb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#ebebeb',GradientType=0 ); /* IE6-9 */
  padding: 30px 0px;
  text-align: center;
}

.greyBarArrow {
  background: url(/images/corp/greyBarArrow.png) top center no-repeat;
  height: 18px;
  margin: 0px auto 40px;
  width: 115px;
}

.pay-plan-earn-income-four-ways__heading {
  color: #458cd7;
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 45px;
}

.pay-plan-payment-method__heading {
    color: #458cd7;
    font-family: 'Poppins', Arial, sans-serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 45px;
}

a.joinButton {
  display: inline-block;
  background: #980a0a url(../images/corp/redButtonBG.gif);
  border: none;
  border-radius: 3px;
  color: white;
  cursor: pointer;
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 16.5px;
  font-weight: 600;
  line-height: 21px;
  margin: 10px 0px;
  padding: 15px 25px;
  text-decoration: none;
  text-transform: uppercase;
}

button.joinButton {
  display: inline-block;
  background: #980a0a url(../images/corp/redButtonBG.gif);
  border: none;
  border-radius: 5px;
  color: white;
  cursor: pointer;
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 22.5px;
  font-weight: 600;
  line-height: 21px;
  margin: 10px 0px;
  padding: 20px 30px;
  text-decoration: none;
}

a.redButton {
    font-family: 'Poppins', Arial, sans-serif;
    color: white;
    font-size: 12.5px;
    font-weight: 600;
    line-height: 21px;
    padding: 10px 20px;
    border-radius: 3px;
    text-decoration: none;
    margin: 10px 0px;
    display: inline-block;
    background: #980a0a url(../images/corp/redButtonBG.gif);
}

button.gray-btn {
  color: #0f5196;
  border: 1px solid #0f5196;
  border-radius: 7px;
  font-family: 'Poppins', Arial, sans-serif;
  font-weight: 600;
  padding: 10px 35px;
  text-decoration: none;
  box-shadow: 0px 0px 4px 2px rgb(0 0 200 / 20%);
  -moz-box-shadow: 0px 0px 4px 2px rgba(0, 0, 200, 0.2);
  -webkit-box-shadow: 0px 0px 4px 2px rgb(0 0 200 / 20%);
}

button.gray-btn:hover {
  color: white;
  background: #980a0a url(../images/corp/redButtonBG.gif);
  border: 1px solid #980a0a;
}

.title-bar {
  background-color: #eff7ff;
  border-top: 1px solid #c8e3fe;
  border-bottom: 1px solid #c8e3fe;
  color: #0f5196;
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 39px;
  /* margin-top: 1px; */
  padding: 10px 10px;
  text-align: center;
}

@media (min-width: 768px) {
  .title-bar {
    padding: 10px 10px 10px 110px;
    text-align: left;
  }
}

.rank-bubble {
    background-color: #fff;
    border: 1px solid #ededed;
    border-radius: 0.4rem;
    color: #6c6f72;
    margin: 20px 0px;
    padding: 20px;
    /* box-shadow: 0px 0px 10px 3px rgba(68, 157, 251, 0.1);
    -moz-box-shadow: 0px 0px 10px 3px rgba(68, 157, 251, 0.1);
    -webkit-box-shadow: 0px 0px 10px 3px rgba(68, 157, 251, 0.1); */
}

.rank-old {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eff7ff+0,ffffff+58,ffffff+60,eff7ff+100 */
    background: #ebebeb; /* Old browsers */
    background: -moz-linear-gradient(top,  #ebebeb 0%, #ffffff 58%, #ffffff 60%, #ebebeb 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ebebeb 0%,#ffffff 58%,#ffffff 60%,#ebebeb 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ebebeb 0%,#ffffff 58%,#ffffff 60%,#ebebeb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#ebebeb',GradientType=0 ); /* IE6-9 */
    color: #000000;
    margin: 30px 0px;
    padding: 20px;
    box-shadow: 0px 0px 10px 3px rgba(68, 157, 251, 0.1);
    -moz-box-shadow: 0px 0px 10px 3px rgba(68, 157, 251, 0.1);
    -webkit-box-shadow: 0px 0px 10px 3px rgba(68, 157, 251, 0.1);
  }

/* .rank-bubble h2 {
  color:#449dfb;
  margin: 20px 0;
} */

.rank-bubble p {
  margin-left: 30px;
}

.downArrowDiv {
 margin:30px auto;
 height:35px;
 width:975px;
 background: url(../images/corp/downArrowDiv.png) top center no-repeat;
 margin-top:40px;
}
.horDiv {
 margin:30px auto;
 height:37px;
 width:975px;
 background: url(../images/corp/horDiv.png) top center no-repeat;
}
.joinStep {
 min-height:40px;
 border-bottom: solid 2px #f1f1f1;
 margin-bottom:20px;
 font-family:'HelveticaWorldW01-Bold';
 color:#980a0a;
 font-size: 16px;
}
.joinStep2 {
 color: #0f5196;
 font-family:'Helvetica Inserat LT W01 Rg'; 
}
.numberCircle {
 font-family:'HelveticaWorldW01-Bold';
 color:white;
 background: #980a0a;
 border-radius: 0.9em;
 -moz-border-radius: 0.9em;
 -webkit-border-radius: 0.9em;
 display: inline-block;
 line-height: 1.8em;
 margin-right: 5px;
 text-align: center;
 width: 1.8em;
}
.myinput {
  border: 1px solid #d9dee1;
  border-radius: 3px;
  font-size: 16px;
  height: 5rem;
  text-indent: 1rem;
  width: 100%;
}

.cjoin-input {
  border: 1px solid #d9dee1;
  border-radius: 3px;
  font-size: 16px;
  height: 4rem;
  max-width: 35rem;
  padding: 0.4rem 1rem;
  text-indent: 1rem;
  width: 100%;
}

.cjoin-medium-input {
  border: 1px solid #d9dee1;
  border-radius: 3px;
  font-family: Arial,sans-serif;
  font-size: 16px;
  height: 4rem;
  margin-right: 18px;
  padding: 0.4rem 1rem;
  text-indent: 1rem;
  width: 150px;
}

.myjoininput {
  border: 1px solid #d9dee1;
  border-radius: 3px;
  font-size: 16px;
  height: 4rem;
  max-width: 35rem;
  padding: 0.4rem 1rem;
  text-indent: 1rem;
  width: 100%;
}

.myjoinshortinput {
  border: 1px solid #d9dee1;
  border-radius: 3px;
  font-family: Arial,sans-serif;
  font-size: 16px;
  height: 4rem;
  padding: 0.4rem 1rem;
  width: 90px;
}

.myjoinmediuminput {
  border: 1px solid #d9dee1;
  border-radius: 3px;
  font-family: Arial,sans-serif;
  font-size: 16px;
  height: 4rem;
  margin-right: 18px;
  padding: 0.4rem 1rem;
  text-indent: 1rem;
  width: 150px;
}

.form-check {
  margin-bottom: 1rem;
  padding-left: 2rem;
}

.form-check-input {
  margin-left: -2rem;
}

input[type=submit],button  {
    color: #0f5196;
    border: 1px solid #0f5196;
    border-radius: 7px;
    font-family: 'HelveticaWorldW01-Bold';
    padding: 10px 35px;
    text-decoration: none;
    /* box-shadow: 0px 0px 4px 2px rgba(0, 0, 200, 0.2);
    -moz-box-shadow: 0px 0px 4px 2px rgba(0, 0, 200, 0.2);
    -webkit-box-shadow: 0px 0px 4px 2px rgba(0, 0, 200, 0.2); */
}

input[type=submit]:hover {
    background: #980a0a url(../images/corp/redButtonBG.gif);
    border: 1px solid #980a0a;
    color: white;
 }

/* input[type=submit]:hover ,button:hover {
  background: #980a0a url(../images/corp/redButtonBG.gif);
  border: 1px solid #980a0a;
  color: white;
} */

.indexLabel {
color: #666666;
font-size: 20px;
line-height: 40px;
}

.myinputLogin {
  font-size: 20px;
  padding: 0.4rem 1rem;
}

#preLaunch {
 padding:22px;
 line-height:26px;
}

#footerPowered {
  text-align: right;
  color:white;
  padding-right:10px;
  font-size:8px;
}
.redDiscList li span {
 color: #999999;
}
.redDiscList ul {
  color: #980a0a;
}
#footerDisclaimer {
 color:white;
 padding: 0px 40px;
 font-size:10px;
}
