
:root {
  --highliteColor1: #003046;
  --primary-color: #003046;
  --secondary-color: #030211;
}


html
{
    background-color: #0B2335;
}

body
{
    color: #030211;
    font-family: 'Nunito Sans', sans-serif !important;
}

section .row {
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
}

/* base formatting */
h1 {
    font-family: 'Nunito Sans', sans-serif !important;
    color: #030211;
    font-weight: 300;
    line-height: 2.75rem;
    margin-bottom: 0.8rem;
    font-size: 2.125rem;
}

h2, .columnBlock h2 {
    font-weight: 400;
    font-size: 1.625rem;
    line-height: 2rem;
    color: #030211;
}

h3 {
    font-size: 1.375rem;
    line-height: 2.1875rem;
    text-transform: none;
    font-weight: 400;
    color: #030211;
}

p {
    position: relative;
    display: block;
    font-size: 1rem;
    line-height: 30px;
    letter-spacing: .5px;
    font-family: 'Nunito Sans', sans-serif !important;
    font-weight: 400;
    font-style: normal;
    color: #030211;
}

header, .headerRow {
    background-color: white;
}

.topNavContainer {
    background-color: white;
}


/* hero css 

.hero-section2.lensOverlay .hero-section-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white !important;
    background-color: rgba(244, 245, 245, 0.7);
    background: rgba(244, 245, 245, 0.7);
    color: rgba(244, 245, 245, 0.7);
    width: 45%;
    padding: 2rem 3rem 1rem 2rem;
    margin-left: 0;
    margin-right: 0;
    height: 70%;
}
.hero-section2.lensOverlay .hero-section-text {
    height: auto;
    background-color: #20b4e2;
    opacity: 0.8;
    padding: 2rem;
    color: #000 !important;
}
*/

.hero-section3.lensOverlay .hero-section-text h1,
.hero-section3.lensOverlay .hero-section-text h2,
.hero-section3.lensOverlay .hero-section-text h3,
.hero-section3.lensOverlay .hero-section-text p
{
    color: #030211;
}

.hero-section3.lensOverlay .hero-section-text h1
{
    font-size: 2.125rem;
    line-height: 2.5rem;
    color: #030211;
}

.hero-section3.lensOverlay .hero-section-text p {
    font-size: 1rem;
    line-height: 1.5625rem;
    margin-bottom: 1rem;
    color: #030211;
}

.paragraphBlock.verticalLine.highliteColor1::before {
    border-color: #030211;
}

.imageBlock .linkContainer, .imageBlock .linkContainer2 {
    margin: 2rem 0 0 0;
}

.heroBlockComponent
{
    padding-top: 0;
    padding-bottom: 0 !important;
}

.heroBlockComponent .imageBlockContent
{
    width: 90%;
    margin: 1rem auto 0 auto;
}

.title-bar {
    background: #fff !important;
    margin: 0 auto;
    width: 100%;
}

.heroBlockComponent .imageBlockContent p
{
    font-size: 1rem;
}

.headerBlock {
    margin-bottom: 0;
}

.columnBlock
{
    text-align: center;
    position: relative;
    margin-bottom: 0;
}

.columnGrid .row > h2, .columnGrid .row > h3
{
    text-align: center;
    margin-bottom: 2.6rem;
    font-size: 1.5rem;
}

.thumbnail
{
    border: none;
    box-shadow: none;
    margin-bottom: 1rem;
}

.disclaimerParagraph p
{
    font-size: 0.8rem;
    text-align: center;
    line-height: 1.4;
}

.pnf-marq.lensOverlay .hero-section-text {
    background-color: #20b4e2;
    opacity: 0.8;
    padding: 2rem;
    color: #000 !important;
}

.pnf-marq.hero-section > div:first-of-type p,
.pnf-marq.hero-section > div:first-of-type h1 {
    color: #000;
}

/* .imageBlockContent {
    margin-top: 1.4rem;
} */

.paragraphBlock.verticalLine .linkContainer {
    padding-left: 2rem;
}

/* buttons */

.button
{
    text-transform: none;
    border-radius: 25px;
    font-weight: 700;
}

.button.primary
{
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: .85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 25px;
  transition: background-color .25s ease-out,color .25s ease-out;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #3A60FF;
  color: #fff;
}

.button.secondary
{
    background-color: #241ED6;
    color: #fff;
    font-size: 1.1rem;
    font-weight: bold;
    padding: 0.9rem 2.5rem;
    border-radius: 25px;
}

.button.hollow {
    border: 1px solid #003046;
    color: #003046;
    border-radius: 0;
}

.button.tertiary {
    border: 1px solid #3A60FF;
    background-color: #fff;
    color: #3A60FF;
}

.button.primary:hover,
.button.hollow:hover, 
.button.secondary:hover, 
.button.tertiary:hover
 {
    background-color: #241ED6;
    color: #fff;
    text-decoration: underline;
}

.testimonial-section .blockquote p {
    margin: 1.5em 0 1.5em;
    padding: 0;
    position: relative;
    border: none;
    color: #003046;
}

.centeredColumns .row
{
    max-width: 50rem;
}

.footerRow small, .footerFootnote p {
    color: white;
    padding: 0;
    font-size: 0.8rem;
}

.basic-footer .footerLegal {
    margin-top: 0;
    text-align: center;
}

.footerLogo, .footerLinkContainer
{
    display: none;
}

.title-bar-title
{
  margin: 0 auto;
}

.blockGrid3 .paragraphBlock .paragraphContainer {
    padding: 0rem 1.5rem;
}

.imageBlockContent div, .imageBlockContent p, .columnFootnote p, .columnFootnote ul, .columnFootnote ol, .headerBlockContainer p {
    position: relative;
    display: block;
    font-size: 1rem;
    line-height: 30px;
    letter-spacing: .5px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #030211;
}

.paragraphFootnote, .blockgridFootnote {
    display: block;
    font-style: normal;
    margin-bottom: 0.6rem;
    line-height: 1rem;
    font-size: 10px;
}

.footerRow, .fatFooterRow { 
    background: #0B2335 !important;
}

a:link, a {
    color: #3A60FF;
    /*color: #0069b5;*/
}

a:hover, a:focus {
    color: #241ED6;
    text-decoration: underline;
    /*font-weight: 600;*/
}

@media screen and (max-width: 40em) {

    .navLogo-mobile
    {
        height:auto;
        width: 60%;
    }

    .columnBlock
    {
        margin-bottom: -2rem;
    }

    .hero-section3 .hero-container.stackHero .hero-section-text {
        padding: 0;
        position: relative;
        width: 100%;
        align-items: center;
        justify-content: center;
        margin: 1rem auto;
    }

}

@media screen and (min-width: 40em) and (max-width: 63.9375em) and (orientation: portrait) {

  .hero-section2.extraTallHeight {
      height: 40vh;
  }

      .columnBlock
    {
        margin-bottom: -2rem;
    }

    .hero-section3 .hero-container.stackHero .hero-section-text {
        padding: 0;
        position: relative;
        width: 100%;
        align-items: center;
        justify-content: center;
        margin: 1rem auto;
    }

}

@media screen and (min-width: 70em) {

  .hero-section2 .button:first-child {
    margin-left: -15rem;
  }
  
  .hero-section3 .hero-section-text {
      padding: 2rem 3rem 2rem 5rem;
  }

}

@media only screen and (max-width: 1366px) and (orientation: landscape) {
    .hero-section3 .hero-container.stackHero .row h1  {
        color: #3A60FF;
    }

    .hero-section3 .hero-container.stackHero .hero-section-text {
        padding: 0;
        position: relative;
        width: 100%;
        align-items: center;
        justify-content: center;
        margin: 1rem auto;
    }

    .hero-section3 .hero-container.stackHero .row p {
        color: #003046;
    }
}


@media (min-width: 1024px) and (max-width: 1366px) and (orientation: portrait) {
    .hero-section3 .lensOverlay {
            width: 60%;
            margin-left: 2rem;
    }
}

@media (min-width: 1024px) and (max-width: 1292px) and (orientation: portrait) {
    .hero-section3 .hero-section-text {
        padding: 1rem 0;
        position: relative;
    }
}

@media screen and (max-width: 64em) {
    .hero-section3 .hero-container {
        flex-direction: column;
        position: relative;
        width: 100%;
    }
}

@media screen and (max-width: 39.9375em) {
    .paragraphBlock .linkContainer {
        text-align: center;
    }
}
