/* tinyMCE Custom Formats */
body{
    font-size: 17px;
    //line-height: 1.8;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-tap-highlight-color: rgba(3, 169, 224, 0.5);
    font-weight: 400;
}

p{
    margin: 0 0 20px;
}

.lead{
    font-size: 1.2em;
    color: #7B8EB7;
    margin: 30px 0;
    line-height: 1.5;
    font-weight: 400;
}

.page-title{
    margin-top: 0;
}


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    line-height: 1.3;
    font-weight: 400;
}

h1, .h1{
    font-size: 2em;
    letter-spacing: .025em;
}

h2, .h2{
    font-size: 1.5em;
}

h3, .h3{
    font-size: 1.2em;
    font-weight: bold;
}


.h4, .h5, .h6,h4, h5, h6{
    font-size: 1em;
    font-weight: bold;
}

.h1, .h2, .h3, h1, h2, h3{
    margin-top: 30px;
    margin-bottom: 10px
}


a {
  color: #1f82c0;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #165e8b;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
 
.wp-caption{
    padding: 1rem 0;
}



blockquote{
    color: #31B7C9;
    font-size: 1.25rem;
    line-height: 1.25;
    position: relative;
    border-left: 5px solid #eee;
}

blockquote footer.small{
    color: #777;
    font-size: 0.8em;
    font-weight: 400;
    line-height: 1.8;
    text-transform: none;
    margin-top: 0;
}

blockquote .small:before, blockquote footer:before, blockquote small:before{
    content: '';
}


blockquote, .info-box, .fhg-download-box{
    margin: 1.5rem;
    padding: 1.5rem 1.5rem 1.5rem 5rem;
}

.info-box, .fhg-download-box{
    color: #fff;
    background-color: #31B8CA;
    border: 0;
    font-size: 1.2rem;
    line-height: 1.25;
    position: relative;
    margin: 1.5rem 0;
}

.fhg-download-box{
    background-color: #009374;
}

    
.fhg-download-box h3{
        margin-top:0;
}
    
.fhg-download-box form{
        margin-top: 3rem;
}

.info-box p, .fhg-download-box p{
    margin-bottom: 0;
}

.info-box a{
    color: #fff;
    text-decoration: underline;
}

.info-box a:hover{
    color: #e1e1e1;
}

blockquote:before, .info-box:before, .fhg-download-box:before{
    display: block;
    padding-left: 13px;
     font-family: FontAwesome;
    content: "\f10d";
    font-size: 2rem;
    position: absolute;
    top: 19px;
    left: 0.5rem;
}

.info-box:before{
    content: "\f05a ";
    color: #fff;
    font-size: 2em;
}

.fhg-download-box:before{
    content: "\f019 ";
    color: #fff;
    font-size: 2em;
}


blockquote cite:before {
    content: "\2014 \2009";
}