/* These styles are used in the backend editor AND in the Theme (frontend) */

/* CSS is provided by the theme itself, and modified by any custom css you add to the theme. */
/* But that CSS is not active when using the backend-editor, so here is a good place to put  */
/* any custom css which should be active in the frontend website and also applied to editor. */
/* The goal is to make the visual editor display as like the final frontend view as possible */
/* so do not forget to configure the TinyMCE styles dropdown with elements to match these.   */

/* Suggested general non-tag-specific visual styles (for all websites) */

.list       { margin: 0.35rem 0; }
.stdtop     { margin-top: 0.65rem !important; }
.moretop    { margin-top: 0.8rem  !important; }
.lotstop    { margin-top: 1rem    !important; }
.hugetop    { margin-top: 1.3rem  !important; }
.stdbottom  { margin-bottom: 0.65rem !important; }
.morebottom { margin-bottom: 0.8rem  !important; }
.lotsbottom { margin-bottom: 1rem    !important; }
.hugebottom { margin-bottom: 1.3rem  !important; }

.topless    { margin-top: 0 !important; }
.bottomless { margin-bottom: 0 !important; }

.beforelist { margin-bottom: 0.3rem; }

.lastitempx { padding-bottom: 12px !important; }
.lastitemem { margin-bottom: 0; padding-bottom: 1.3rem; }

strong, .strong, .fett, .bold, .smallBold, .smallerBold { font-weight: bold; }

/* Revert to normal text within strong */
.notstrong { font-weight: normal; }

.smaller, .smallerBold { font-size: 0.95rem; line-height: 1.25; }

.small, .smallBold { font-size: 0.89rem; line-height: 1.2; }

/* Append your site-specific styles here */



a.site-btn, a:visited.site-btn{
    display: inline-block;
    font-size: 1.5rem;
    color: #005681;
    line-height: 1.6rem;
    padding: 10px 2rem;
    font-weight: normal;
    background-color: #fff;
    font-family: 'ProximaNova Medium', 'Helvetica', Sans-serif;
    border: 1px #b6b8ba solid;
    border-radius: 20px;
    text-decoration: none;
    text-transform: uppercase;
}

.quotemore a.site-btn,.quotemore a:visited.site-btn {
        border: 1px #231f20 solid;
            font-size: 1.5rem;
                letter-spacing: 1px;
                 padding: 10px 2rem;
                 border-radius: 20px;
}

a.site-btn:hover {
    background-color: #005681;
    color: white;
}

h1 {
    font-family: 'ProximaNova Light', sans-serif;
    text-transform: uppercase;
    margin-bottom:0;
    letter-spacing: 0px;
    color:#005681;
    font-size: 7.8rem;
    line-height: 8.8rem  
}

h2 {
    font-family: 'ProximaNova Regular', 'Helvetica';
    font-size: 2.7rem;
    line-height: 3.2rem;
    font-weight: normal;
    color:#3DBBC7;
    margin-top:0;
    margin-bottom:3rem;
}

.light-blue-text { color:#3DBBC7;font-family: 'ProximaNova Medium',sans-serif }
.dark-blue-text { color:#005681;font-family: 'ProximaNova Regular',sans-serif }



section h4, h4 {color:#00a7c7;font-size:3.2rem;font-family: 'ProximaNova Regular';margin:0;margin-bottom:10px; }
section h3, h3 {color:#005681;font-size:4.8rem;font-family: 'ProximaNova Light' }





