
body {
    line-height: 18px;
    font-family: 'Open Sans', sans-serif;
}

header {
    height: 60px;
}

/*
    HERO SECTION
*/
.hero {
    background: #75c1e3;
    padding: 60px 10px;
    margin-top: 7px;
}

.hero h1 {
    font-size: 3.6em;
}

.hero h2 {
    font-weight: 400;
    font-size: 2.15em;
}

.hero h3 {
    font-weight: 300;
    font-size: 1.65em;
}

.hero h1, .hero h2, .hero h3 {
    text-align: center;
    color: white;
}

.help-text {
    font-size: 1.1em;
    padding: 20px 10px
}

.sign-up {
    background: #eee;
    padding: 10px;
}

/*
    Check your eligibility styling
*/

.page-links {
    margin-bottom: 20px;
}

.page-links a {
    color: #3c763d;
    font-size: 1.2em;
    margin-right: 4px;

}

.page-links li {
    border-right: 1px solid #222;
}

.page-links li:last-child {
    border-right: none;
}

.sign-up span {
    font-size: 0.8em;
    color: #222;
}

.btn-danger {
    background-color: #f73131;
    font-size: 1.4em;
}

/*
    NAVBAR
*/
.navbar-inverse {
    background-image: none;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid #eee;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    margin-top: 0;
}

.navbar-inverse .navbar-header {
    width: 100%;
}

.navbar-inverse .navbar-header .hamburger {
    float: right;
    margin-top: 2px;
}

.navbar-inverse .navbar-header .hamburger .icon-bar {
    background-color: #000;
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-inverse .navbar-header .hamburger .icon-bar + .icon-bar {
    margin-top: 4px;
}

.navbar-inverse .navbar-header .menu-title {
    float: left;
    margin-right: 10px;
}

.navbar-inverse .navbar-toggle {
    display: block;
    border: none;
    padding: 0;
    margin-top: 15px;
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:active {
    background-color: transparent;
}

.navbar-inverse .navbar-nav {
    float: right;
}

.navbar-inverse .navbar-nav > .open > a {
    color: inherit;
}

.navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:active, .navbar-inverse .navbar-nav > .open > a:focus {
    color: inherit;
}

.navbar-inverse .navbar-nav .greeting {
    border-right: 1px solid #aaa;
    margin: 10px 0;
    padding: 0 10px;
    color: #333;
}

.navbar-inverse .navbar-nav .greeting .account-num {
    display: block;
}

.navbar-inverse .navbar-nav .tel {
    border-right: 1px solid #aaa;
    margin: 10px 0;
    padding: 0 10px;
}

.navbar-inverse .navbar-nav .login {
    border-right: 1px solid #aaa;
    margin: 10px 0;
    padding: 0 10px;
}

.navbar-inverse .navbar-nav .dropdown {
    margin: 11px 0;
    padding: 0 10px;
}

.navbar-inverse .navbar-nav #account-menu {
    margin: 10px 0;
    padding: 0 10px;
}

.navbar-inverse .navbar-nav #account-menu a {
    color: #333;
    margin: 5px;
}

.navbar-inverse .navbar-nav #account-menu a.btn {
    color: #fff;
}

.navbar-inverse .navbar-nav #account-menu .glyphicon {
    color: #aaa;
}

.navbar-inverse .navbar-nav #account-menu .dropdown-menu {
    padding: 0;
    width: 230px;
    left: -95px;
}

.navbar-inverse .navbar-nav #account-menu .dropdown-menu a {
    border-bottom: 1px solid #e1e0dd;
    padding: 10px 20px;
    margin: 0;
    white-space: nowrap;
}

.navbar-inverse .navbar-nav #account-menu .dropdown-menu a.btn {
    margin: 10px;
}

.navbar-inverse .navbar-nav #account-menu .dropdown-menu a.btn:hover {
    background-color: green;
    opacity: 0.9;
}

.navbar-inverse .navbar-nav #account-menu .dropdown-menu .nav {
    margin-bottom: 0;
}

.navbar-inverse .navbar-nav #account-menu .dropdown-menu .nav a {
    padding-left: 30px;
    background-color: #f5f9fc;
}

.navbar-inverse .navbar-nav li > a,
.navbar-inverse .navbar-nav li > a:hover {
    color: #333;
    margin: 10px 0;
    padding: 0 10px;
}

.navbar-inverse .navbar-text {
    color: #333;
    margin-left: 0;
    float: right;
}

.navbar-inverse .navbar-text .glyphicon {
    font-size: 12px;
}

.navbar-inverse .navbar-text:after {
    content: "|";
    color: #666;
    float: right;
    margin-left: 15px;
}

.navbar-brand {
    padding: 5px 5px 15px;
}

.navbar-brand img {
    width: 165px;
}

@media (min-width: 321px) {
    .navbar-brand img {
        width: 205px;
    }
}

/*
    FOOTER
*/

footer {
    background-color: #073f60;
    color: #fff;
    position: relative;
    top: 0;
    width: 100%;
}

.footer-brand img {
    width: 205px;
}

.footer-content {
    padding-top: 15px;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    line-height: 30px;
}

.footer-content a {
    text-decoration: none;
    color: #fff;
}

.footer-content a:hover {
    text-decoration: underline;
    color: #fff;
}

.footer-content img {
    margin-right: 12px;
}

.footer-disclaimer {
    border-top: 1px solid #fff;
    padding: 20px 25px 30px 0;
    line-height: 20px;
}

.footer-disclaimer p {
    padding: 5px 0;
    margin-bottom: 0;
}

.footer-privacy-image {
    width: 35px;
    height: 18.5px;
    vertical-align: text-top;
}

.ddmenu {
    height: 145px;
    width: 130px;
    border: 1px solid #ccc;
    top: 120px;
    position: absolute;
    background-color: #fff;
    color: #000 !important;
    overflow: auto;
    padding-left: 7px;
    font-size: 14px;
    line-height: 16px;
    left: -10px;
    border-radius: 10px;
    z-index: 99;
}

.ddmenu a, .ddmenu a:hover {
    color: #000;
}

/*
    422 ERROR-SPECIFIC STYLING
*/

.contact-row {
    margin-top: 30px;
    font-size: 16px;
    border-bottom: 1px solid #aaa;
    padding-bottom: 20px;
}

.contact-row:first-child {
    margin-top: 20px;
}

.contact-row:last-child {
    border-bottom: none;
}

.contact-row:last-child {
    margin-bottom: 40px;
}

.contact-icon-bg {
    height: calc(100% - 90px);
    width: 3px;
    background-color: #dbf0e5;
    z-index: -1;
    position: absolute;
    left: 15.877%;
    display: inline;
    min-height: 100px;
    top: 50px;
}

.hiw-icon {
    background-color: #fff;
    border-radius: 50%;
}

.p-title {
    font-weight: 700;
    margin-bottom: 22px;
}

.contact-row:first-child .p-title {
    margin-top: 20px;
}

.main-page-hero .hero-blue-section {
    padding-top: 60px;
    padding-bottom: 60px;
}

/*
    MISC
*/

.padded-row {
    padding: 30px 0;
}

.padded-row .help-text {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 400;
}


/*
    404 ERROR-SPECIFIC STYLING FROM ACQUISITION
*/

.h-center-v-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-styles {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    opacity: 1;
    padding: inherit;
}

@media (max-width: 768px) {
    .form-styles {
        box-shadow: none;
        padding: 20px 0 0 0;
    }
}

.form-title {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    color: #333333;
    opacity: 1;
}

@media (max-width: 768px) {
    .form-title {
        font-size: 16px;
        font-weight: bold;
    }
}

.element-sizing {
    margin: 0 auto;
    margin-bottom: 2%;
}

@media (max-width: 480px) {
    .element-sizing {
        width: 90%;
        font-size: medium;
    }
}

@media (min-width: 768px) {
    .element-sizing {
        width: 70%;
    }
}

.section-panel {
    padding-top: 20px;
}

.section-panel.last-panel {
    padding-top: 40px;
    padding-bottom: 40px;
}

@media (max-width: 768px) {
    .section-panel {
        padding: 0;
    }
    .section-panel.last-panel {
        padding: 0;
    }
}

.divider {
    border: 1px solid #333333;
    opacity: 0.14;
}

.minor-text {
    color: #333333;
    font-size: 14px;
    letter-spacing: 0;
    margin-top: 10px;
    opacity: 1;
}

.regular-text {
    color: #6C6C6C;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
}

@media (max-width: 768px) {
    .regular-text {
        font-size: 16px;
    }
}

.followup-text {
    background: #F5F9FC 0% 0% no-repeat padding-box;
    color: #6C6C6C;
    font-size: 16px;
    letter-spacing: 0;
    margin: 0;
    padding-top: 17px;
    padding-bottom: 20px;
}

.link-text {
    color: #007EB1;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 25px;
}

.link-text:hover,
.link-text:focus {
    color: #007EB1;
    cursor: pointer;
    text-decoration: underline;
}

.link-text:active,
.link-text.active {
    color: #073F60;
    font-weight: 600;
    text-decoration: none;
}

.link-text:visited {
    color: #073F60;
}

@media (max-width: 768px) {
    .link-text {
        font-size: 16px;
        text-decoration: underline;
    }
}

.cta-button {
    background-color: #FFFFFF;
    border: 2px solid #007EB1;
    border-radius: 5px;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0;
    text-align: center;
}

.cta-button:hover,
.cta-button:focus {
    background-color: #016C98;
    border-color: #016C98;
    color: #FFFFFF;
}

.cta-button:active,
.cta-button.active {
    box-shadow: 0 0 8px #016C98;
}

.cta-primary {
    background: #007EB1 0% 0% no-repeat padding-box;
    color: #FFFFFF;
}

.cta-primary:active,
.cta-primary.active {
    box-shadow: 0 0 8px #007EB1;
}

@media (max-width: 768px) {
    .cta-button {
        font-size: 20px;
    }
}

/* Hero */

body#err-404 {
    background-color: #F2F2F2;
    font-size: 18px;
  }
  
  .mdl-hero {
      font-family: 'Open Sans', sans-serif;
      text-align: center;
    }
  
  .mdl-hero .hero-header {
    background: linear-gradient(16deg, rgba(179, 227, 246, 0.1) 0%, rgba(179, 227, 246, 0.2) 25%, transparent 25%, transparent 96%, rgba(225, 244, 251, 0.2) 96%, rgba(225, 244, 251, 0.2) 100%), linear-gradient(236deg, rgba(202, 235, 249, 0.2) 0%, rgba(202, 235, 249, 0.2) 53%, transparent 53%, transparent 59%, rgba(133, 210, 241, 0.2) 59%, rgba(133, 210, 241, 0.2) 100%), linear-gradient(284deg, rgba(111, 202, 238, 0.2) 0%, rgba(111, 202, 238, 0.2) 46%, transparent 46%, transparent 71%, rgba(247, 252, 254, 0.2) 71%, rgba(247, 252, 254, 0.2) 100%), linear-gradient(316deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 26%, transparent 26%, transparent 49%, rgba(156, 219, 243, 0.2) 49%, rgba(156, 219, 243, 0.2) 100%), #F7FCFE;
    width: 100%;
    height: 282px;
    text-align: center;
    background-size: cover;
    margin-bottom: 20px;
  }
  @media (max-width: 768px) {
    .mdl-hero .hero-header {
      height: 95px;
      font-size: 25px;
    }
  }
  
  .hero-heading {
    width: 850px;
    max-width: 100%;
    display: inline-block;
    font-size: 30px;
    line-height: 42px;
    font-weight: 600;
  }
  
  @media (max-width: 768px) {
    .mdl-hero .hero-header {
      margin-bottom: 0;
    }
  
    .hero-heading {
      font-size: 25px;
    }
  }
