/*
 * Start Bootstrap - Landing Page (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

/*------------------
Brand Colors

1. Gray             #808285     rgba(128,130,133)
2. Red              #C8102E     rgba(200,16,26,1)
3. Reflex Blue      #0053a0     rgba(0,20,137,1)
4. Blue             #0053a0     rgba(0,83,160,1)
------------------*/

/* ----------------------------------------------------------------
Table of Contents

    - Reset.css
    - Bootstrap Adjustments
    - Helper Classes
    - Basic
    - Typography
    - Leave Notice
    - Navigation
    - Sections
        - Intro Header
        - Plan Identifier
        - Resources
        - Tools
        - Video
        - Account
    - Footer
    - Button
    - Back to Top
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
    Helper Classes
-----------------------------------------------------------------*/
html * {
    text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body,
html {
    width: 100%;
    height: 100%;
}

.uppercase { 
    text-transform: uppercase !important; 
}

.lowercase { 
    text-transform: lowercase !important; 
}

.capitalize { 
    text-transform: capitalize !important; 
}

.nott { 
    text-transform: none !important; 
}

/*.tright { 
    text-align: right !important; 
}

.tleft { 
    text-align: left !important; 
}

.tcenter { 
    text-align: center !important; 
}*/

.nomargin {
    margin: 0 !important; 
}

.noleftmargin { 
    margin-left: 0 !important; 
}

.norightmargin { 
    margin-right: 0 !important; 
}

.notopmargin { 
    margin-top: 0 !important; 
}

.nobottommargin { 
    margin-bottom: 0 !important; 
}


/* ----------------------------------------------------------------
    Basic
-----------------------------------------------------------------*/
dl, dt, dd, ol, ul, li {
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
    display: block;
    font-size: 0px;
    height: 0px;
    line-height: 0;
    width: 100%;
    overflow:hidden;
}

a img { border: none; }

img { max-width: 100%; }

::selection {
    background: #0053a0;
    color: #FFF;
    text-shadow: none;
}

::-moz-selection {
    background: #0053a0; /* Firefox */
    color: #FFF;
    text-shadow: none;
}

::-webkit-selection {
    background: #0053a0; /* Safari */
    color: #FFF;
    text-shadow: none;
}

:active,
{ outline: none !important; }

/* ----------------------------------------------------------------
    Typography
-----------------------------------------------------------------*/
body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 700;
}

h1 {
    text-transform: uppercase;
}

a.anchor {
    display: block;
    position: relative;
    top: -120px;
    visibility: hidden;
}

/* ----------------------------------------------------------------
    Leave Notice
-----------------------------------------------------------------*/
.leave-trigger {
    z-index: 999;
    display: block;
    cursor: pointer;
}

.leave-notice {
    font-family: inherit;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 83, 160, 0.9);
    text-align: center;
    font-size: 100%;
    padding-top: 5%;
    z-index: 1031;
    color: #fff;
}

.leave-notice h1 {
    color: #fff;
    font-size: 18px;
}

.leave-notice h1.disclaimer {
    font-size: 32px;
}

.leave-notice p {
    max-width: 800px;
    padding: 20px;
    margin: 0px auto;
    padding-bottom: 50px;
    line-height: 1.25em;
    font-size: 18px;
    font-weight: normal;
}

a.link-btn h1 {
    border: 1px solid #fff;
    padding: 20px;
}

a.link-btn h1:hover {
    background: #C8102E;
}

/* ----------------------------------------------------------------
    Navigation
-----------------------------------------------------------------*/
.navbar {
    -webkit-box-shadow: 0 1px 5px 0 rgba(96, 96, 96, 0.3);
    -moz-box-shadow: 0 1px 5px 0 rgba(96, 96, 96, 0.3);
    box-shadow: 0 1px 5px 0 rgba(96, 96, 96, 0.3);
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
     background-color: transparent; 
}
.navbar-default .navbar-toggle {
     border-color: transparent; 
}

.navbar-default .navbar-nav a {
    -webkit-transition: color 0.25s ease;
    -moz-transition: color 0.25s ease;
    -o-transition: color 0.25s ease;
    transition: color 0.25s ease;
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
    color: #0053a0;
    text-decoration: none;
    background: transparent;
}

.navbar-default .navbar-nav>li:last-child a,
.navbar-default .navbar-nav>li.active:last-child a {
    color: #fff;
}

.navbar-default .navbar-nav>li:last-child a span {
    background: #C8102E;
    padding: 10px;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px; 
    border-radius: 3px;

    border-width: 2px;
    border-style: solid;
    border-color: rgb(200, 16, 46);
    border-image: initial;
    transition: 0.25s ease;

}

.navbar-default .navbar-nav>li:last-child a span:hover {
    background: transparent;
    color: #C8102E;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(200, 16, 46);
    border-image: initial;
}

.navbar-default .navbar-nav>li:last-child a span:focus { 
background: transparent;
 color: #C8102E;
 border-width: 2px;
 border-style: solid;
 border-color: #222222;
 border-image: initial;
}

.navbar-default .navbar-nav>li a {
    color: #707275;
}

.navbar-header button a:focus {
 outline: 2px solid #222222;
}

.topnav {
    font-size: 16px;
    height: 120px;
    line-height: 60px;
}

.topnav img {
    height: 90px;
    padding: 10px;
}

.topnav ul {
    height: 120px;
}

.topnav ul li a {
    line-height: 90px;
}

.navbar-toggle {
    margin-top: 25px;
}

.lead {
    font-size: 18px;
    font-weight: 400;
}
.tools-link {
    font-size: 22px;
    font-weight: normal;
}

@media(max-width:991px) {
    .topnav img {
        padding: 15px 0;
    }
}

@media(max-width:767px) {
    .tools-link {
        font-size: 18px;
    }
}

/* ----------------------------------------------------------------
    Sections
-----------------------------------------------------------------*/

/* Intro Header
-----------------------------------------------------------------*/
.intro-header {
    margin-top: 120px;
    padding-top: 90px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 0px;
    text-align: center;
    color: #f8f8f8;
    background: url(https://image.aulrs.oneamericaemailservices.com/lib/fe5215707d6c00747c12/m/1/fa345c3a-fcf8-4c65-9037-4996be92afbc.jpg) no-repeat center center;
    background-size: cover;
    max-height: 70%;
    height: 50vw;
    box-shadow: inset 0 0 0 30px rgba(255,255,255,0.3);
}

.intro-message {
    position: absolute;
    text-align: left;
    background: #0053a0;
    width: 570px;
    padding: 10px;
    left: 0;
}

.intro-message > h1 {
    margin: 0;
    font-size: 60px;
    width: 450px;
    position: relative;
    left: 30px;
}

.intro-message > h1:last-child {
    left: 120px;
}

h1 .h1-small {
    text-transform: lowercase;
    font-style: italic;
    font-size: .6em;
    font-weight: normal;
}

h1 .h1-align-top {
    vertical-align: top;
}

.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

@media(max-width:767px) {
    .intro-header {
        box-shadow: inset 0 0 0 20px rgba(255,255,255,0.3);
    }

    .intro-header .container {
        padding-left: 0;
    }

    .intro-message {
        padding-bottom: 7px;
        width: 430px;
    }

    .intro-message > h1 {
        font-size: 3em;
        width: 380px;
    }

    .navbar-collapse {
        background: #fff;
    }

    .topnav ul {
        height: 200px;
    }

    .topnav ul li a {
        line-height: 40px;
    }

    .tools {
        margin-bottom: 40px;
    }
}

@media (max-width: 834px) {
    .intro-header {
        padding-top: 30px;
        max-height: 100%;
        height: 100vw;
    }

    .intro-header .container {
        padding-left: 0;
    }
    .tools {
        margin-bottom: 40px;
    }
}

@media (max-width: 1366px) {
    .intro-header {
        padding-top: 90px;
    }

    .intro-header .container {
        padding-left: 0;
        margin-left: 0;
    }
}

@media(max-width:510px) {
    .intro-message > h1 {
        font-size: 2.25em;
        width: 275px;
    }

    .intro-message {
        width: 350px
    }

    .intro-header {
        padding-top: 20px;
        max-height: 70%;
        height: 73vw;
    }
}

@media(max-width:736px) {
    .intro-header {
        padding-top: 90px;
        max-height: 100%;
        height: 100vw;
    }
}

@media(min-width: 320px) and (max-width: 510px) {
    .intro-header {
        padding-top: 40px;
    }
    .intro-message {
        width: 270px
    }
    .intro-message > h1 {
        left: 0px;
    }
    .intro-message > h1:last-child {
        left: 20px;
    }
}

/* Plan Identifier
-----------------------------------------------------------------*/
.plan-identifier {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0056a6+0,092f59+100 */
    background: #0053a0; /* Old browsers */
    text-align: center;
    color: #fff;
    height: 100px;
    position: relative;
    /*top: -20px;*/
}
.plan-identifier h2 {
    font-weight: normal;
    line-height: 100px;
    font-size: 30px;
    margin: 0;
    font-weight: 700;
}

@media(max-width:767px) {
    .plan-identifier {
        top: 0;
    }
    .plan-identifier h2 {
        line-height: 30px;
        position: relative;
        top: 20px;
    }
}

@media(max-width:694px) {
    .plan-identifier {
        top: 0;
    }
    .plan-identifier h2 {
        line-height: 60px;
    }
}

@media(max-width:375px) {
    .plan-identifier {
        top: 0;
    }
    .plan-identifier h2 {
        line-height: 30px;
    }
}

/* Video
-----------------------------------------------------------------*/
.video {
    margin-top: -90px;
}

.video, .tools-account {
    border-top: 1px solid lightgrey;
    border-bottom: 1px solid lightgrey;
}

.video .container {
    margin-top: 45px;
}

.video-player {
    margin-top: 20px;
    height: 0;
    padding-bottom: 28.6%;
}

.BrightcoveExperience {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media(max-width:992px) {
    .video-player {
        padding-bottom: 57%;
    }
}

/* Resources
-----------------------------------------------------------------*/
.resources a {
    color: #0053a0;

    -webkit-transition: top 0.25s ease, color 0.25s ease;
    -moz-transition: top 0.25s ease, color 0.25s ease;
    -o-transition: top 0.25s ease, color 0.25s ease;
    transition: top 0.25s ease, color 0.25s ease;

    position: relative;
    top: 0;
}

.resources a:hover {
    color: #C8102E;
    text-decoration: none;
    position: relative;
    top: -2px;
}

.resource-link {
    list-style-type: none;
    text-align: center;
    font-weight: normal;
    line-height: 1em;
}

.resource-link i {
    display: block;
    margin-bottom: 15px;
}

.white {
    background: #fff;
    padding-right: 0px !important;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px; 
    border-radius: 3px;

    -webkit-box-shadow: 0px 0px 80px 0px rgba(0,0,0,.1);
    -moz-box-shadow: 0px 0px 80px 0px rgba(0,0,0,.1);
    box-shadow: 0px 0px 80px 0px rgba(0,0,0,.1);     
}

.grey {
    background: #d6d6d8;
    padding-right: 0px !important;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px; 
    border-radius: 3px;

    -webkit-box-shadow: 0px 0px 80px 0px rgba(0,0,0,.1);
    -moz-box-shadow: 0px 0px 80px 0px rgba(0,0,0,.1);
    box-shadow: 0px 0px 80px 0px rgba(0,0,0,.1); 
}

.grey .section-heading {
    color: #fff;
}

.account a h2 {
    color: #fff;
    font-weight: normal;
}

h2.link {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0056a6+0,092f59+100 */
    background: #0056a6; /* Old browsers */
    font-size: 24px;
    margin: 0px;
    padding: 38px 20px;
    text-align: center;
    color: #fff;
    -webkit-transition: background 0.25s ease;
    -moz-transition: background 0.25s ease;
    -o-transition: background 0.25s ease;
    transition: background 0.25s ease;
    margin-bottom: 35px;
}

/*h2.link:first-child {
    margin-bottom: 35px;
}*/

h2.link:hover {
    background: #C8102E; /* Old browsers */
}

/* Tools
-----------------------------------------------------------------*/
.tools ul {
    margin-bottom: 20px;
}

.tools li {
    padding: 0px;
    margin: 0px;
    margin-bottom: 5px;
}

.tools li a {
    -webkit-transition: left 0.25s ease;
    -moz-transition: left 0.25s ease;
    -o-transition: left 0.25s ease,;
    transition: left 0.25s ease;
    position: relative;
    left: 0;
    color: #0053a0;        
}

.tools li a:hover {
    color: #C8102E;
    text-decoration: none;
    left: 2px;
    top: 0;
}

.tools {
    padding: 5px 30px
}

.content-section-a {
    padding: 100px 0;
    background-color: #f8f8f8;
}

.content-section-b {
    padding: 100px 0;
    border-top: 0px solid #e7e7e7;
    border-bottom: 0px solid #e7e7e7;
}

.section-heading {
    margin-bottom: 0px;
}

.section-heading-spacer {
    float: left;
    width: 95%;
    border-top: 1px solid #e7e7e7;
    margin-bottom: 35px;
}

#resources {
    overflow-y: scroll;
    scroll-behavior: smooth;
}


@media(max-width:1199px) {

}

@media(max-width:767px) {

}

@media(max-width: 320px) {
    .resource-link .fa-5x {
        font-size: 3em;
    }
}

/* ----------------------------------------------------------------
    Footer
-----------------------------------------------------------------*/
footer img.logo {
    width: 125px;
}

footer {
    padding: 20px 0px;
    background-color: #0053a0;
}

footer div div {
    margin-top: 10px;
    padding-bottom: 5px;
}

footer {
    color: #fff;
}

footer .disclosure {
    font-family: "Arial Narrow", Arial, sans-serif;
    text-transform: uppercase;
    font-weight: normal;
}

footer p.copyright {
    margin: 0px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 20px;
}
.disclosure {
    text-align: left;
}

@media(max-width:414px) {
    footer .text-left,
    footer .text-right {
        text-align: center;
    }
}

/* ----------------------------------------------------------------
    Button
-----------------------------------------------------------------*/
.button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
/*    margin: 5px; */
    padding: 0 22px;
    font-size: 24px;
    height: 100px;
    line-height: 100px;
    background-color: #0053a0;
    color: #fff;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0;
    width: 100%;
    text-align: center;
    border: none;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(0,83,160);
    border-image: initial;
    margin-bottom: 20px;
}

.button.button-red {
    background-color: #C8102E;
    border-style: solid;
    border-color: rgb(200, 16, 46);
    border-image: initial;
}

/*.button.button-red:hover {
    background-color: #0053a0;
}*/

.button.button-red:hover {
    background-color: transparent;
    color: #C8102E;
    position: relative;
    top: 0;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(200, 16, 46);
    border-image: initial;
}

.button:hover {
    background-color: transparent;
    color: #0053a0;
    position: relative;
    top: 0;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(0,83,160);
    border-image: initial;
}

.button i {
    position: relative;
    top: 1px;
    line-height: 1;
    margin-right: 5px;
    width: 16px;
    text-align: center;
}

.button.tright i { margin: 0 0 0 5px; }

.button.button-rounded {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px; 
    border-radius: 3px; 
}

@media(max-width:767px) {
    .button {
        font-size: 14px;
    }
}

@media(min-width:375px) and (max-width:736px) {
    .button {
        font-size: 18px;
    }
}

/* Button - Icon Reveal
-----------------------------------------------------------------*/
.button.button-reveal {
    padding: 0 28px;
    overflow: hidden;
}

.button.button-reveal i {
    display: block;
    position: absolute;
    top: 0;
    left: -32px;
    width: 32px;
    height: 100px;
    line-height: 100px;
    margin: 0;
    text-align: center;
/*    background-color: rgba(0,83,160,1);
*/    color: rgba(0,83,160,1);
}

.button.button-red.button-reveal i {
    display: block;
    position: absolute;
    top: 0;
    left: -32px;
    width: 32px;
    height: 100px;
    line-height: 100px;
    margin: 0;
    text-align: center;
/*    background-color: rgba(200,16,46,1);
*/    color: rgba(200,16,46,1);
}

.button:focus { 
background-color: transparent;
 color: #0053a0;
 position: relative;
 top: 0;
 border-width: 2px;
 border-style: solid;
 border-color: #222222;
 border-image: initial;
}

.button.button-red:focus { 
background-color: transparent;
 color: #C8102E;
 position: relative;
 top: 0;
 border-width: 2px;
 border-style: solid;
 border-color: #222222;
 border-image: initial;
}

.button.button-reveal.tright i {
    left: auto;
    right: -32px;
}

.button.button-reveal.button-rounded i { border-radius: 3px 0 0 3px; }

.button.button-reveal.button-rounded.tright i { border-radius: 0 3px 3px 0; }

.button.button-reveal span {
    display: inline-block;
    position: relative;
    left: 0;
}

.button.button-reveal i,
.button.button-reveal span {
    -webkit-transition: left 0.3s ease, right 0.3s ease;
    -o-transition: left 0.3s ease, right 0.3s ease;
    transition: left 0.3s ease, right 0.3s ease;
}

.button.button-reveal:hover i { left: 0; }

.button.button-reveal.tright:hover i {
    left: auto;
    right: 0;
}

.button.button-reveal:hover span { left: 16px; }

.button.button-reveal.tright:hover span { left: -16px; }

.icon-line-arrow-right:before {
    content: "\203A";
    font-style: normal;
}

/* ----------------------------------------------------------------
    Back to Top
-----------------------------------------------------------------*/
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(128, 133, 133, 0.8) url(../img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
  transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px; 
    border-radius: 3px;
}

.cd-top.cd-top--show,
.cd-top.cd-top--fade-out,
.cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
  transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
}

.cd-top.cd-top--show {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-top--fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}

.cd-top:hover {
  background-color: #808285;
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}


/*@media (max-width: 1200px) { 
    .navbar-header { float: none; } 
    .navbar-left,.navbar-right { float: none !important; } 
    .navbar-right { background: white; width: 100%; margin-top: 0 !important; }
    .navbar-toggle { display: block; } 
    .navbar-collapse { border-top: 1px solid transparent; box-shadow: inset 0 1px 0 rgba(255,255,255,0.1); } 
    .navbar-fixed-top { top: 0; border-width: 0 0 1px; } 
    .navbar-collapse.collapse { display: none!important; } 
    .navbar-nav { float: none!important; margin-top: 7.5px; } 
    .navbar-nav>li { float: none; background: white; } 
    .navbar-nav>li>a { padding-top: 10px; padding-bottom: 10px; } 
    .collapse.in{ display:block !important; } 
    .topnav ul li a { line-height: 40px; }
}*/

a:focus {
    outline-offset: 3px;
}