html,
body,
button,
input,
select,
textarea {
    color: #222;
    font-family: 'Open Sans', sans-serif;
}
html,
body {
    font-size: 14px;
    line-height: 1.5;
}
p {
    font-size: 1rem;
    margin: 15px 0 30px;
}
a {
    text-decoration: none;
    color: #1a82c0;
    -webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out;
       -moz-transition: color .2s ease-in-out, background-color .2s ease-in-out;
         -o-transition: color .2s ease-in-out, background-color .2s ease-in-out;
            transition: color .2s ease-in-out, background-color .2s ease-in-out;
}
a:hover,
a:focus{
   text-decoration: underline; 
}
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
    color: #092b5f;
}
h1, h2, h3, h4, h5, h6{
    margin: 15px 0 25px;
}
h1{
    font-size: 38px;
    font-weight: 400;
}
h2{
    font-size: 30px;
    font-weight: 400;
}
h3{
    font-size: 18px;
    font-weight: 400;
}
.intro{
    font-size: 16px;
}
h4{
    font-size: 16px;
    font-weight: 600;
}
h5{
    font-size: 14px;
    font-weight: 600;
}
h6{
    font-size: 13px;
    font-weight: 600;
}
@media (max-width: 767px) {
    h1{
        font-size: 26px;
    }
    h2{
        font-size: 22px;
    }
}
img {
    max-width: 100%;
}
.btn,
.ccms_form_element .btn {
    display: inline-block;
    padding: 9px 25px;
    border: 0;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    color: #1a82c0;
    border: solid 1px #1a82c0;
    min-width: 223px;
    margin-bottom: 15px;
    background: transparent;
    -webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out;
       -moz-transition: color .2s ease-in-out, background-color .2s ease-in-out;
         -o-transition: color .2s ease-in-out, background-color .2s ease-in-out;
            transition: color .2s ease-in-out, background-color .2s ease-in-out;
}
.btn:after{
    content: ' >';
}
.ccms_form_element .btn {
    padding: 5px 25px !important;
}
.btn:hover,
.btn:focus,
.ccms_form_element .btn:hover,
.ccms_form_element .btn:focus {
    text-decoration: none;
    color: #fff;
    background-color: #1A82C0;
}
.featured.moduletable .e2article_content .btn,
.e2articles.catblog > li .btn,
.blogfeatured .item .btn{
    border: solid 1px #fff;
    color: #fff;
}
.featured.moduletable .e2article_content .btn:hover,
.e2articles.catblog > li .btn:hover,
.blogfeatured .item .btn:hover{
    background-color: #fff;
    color: #1A82C0;
}
