@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,600,700,800);
/*@font-face {
    font-family: "";
    src: url('../fonts/.eot');
    src: url('../fonts/.eot?#iefix') format('embedded-opentype'),
    url('../fonts/.svg#BerlinerGroDDemBol') format('svg'),
    url('../fonts/.woff') format('woff'),
    url('../fonts/.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}*/

h1, h2, h3, h4, h5, h6{
    font-family: "MetropolisRegular", Helvetica, Roboto, Arial, sans-serif !important;
    font-weight: 400;
    color: #1A428A;
}
h1{
    font-size: 55px;
}
h2{
    font-size: 40px;
}
h3{
    font-size: 35px;
}
h4{
    font-size: 30px;
}
h5{
    font-size: 25px;
}
h6{
    font-size: 18px;
}
.resources h5{
    color: #1A428A !important;
}
.fa{
    font-size: 30px;
}
#footer-vert-center p, #footer-vert-center a{
    font-size: 14px;
}
#footer-vert-center .fa{
    font-size: 20px;
    padding: 0 10px;
    color: #1A428A;
}
p{
    font-family: "MetropolisRegular", Helvetica, Roboto, Arial, sans-serif !important;
}
.col-two-subscribe h3, .col-two-subscribe h6, .hero-push h1{
    color: #fff !important;
}
a{
    color: #0091da;
}
a:hover{
    color: #1A428A;
}
.button-primary{
    background-color: #78be20;
    border-color: #78be20;
    color: #ffffff;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    width: 315px;
}
.button-primary:hover{
        background: #78be20;
        color: #fff;
        -webkit-filter: brightness(1.1);
        -moz-filter: brightness(1.1);
        -ms-filter: brightness(1.1);
        filter: brightness(1.1);
}
.button-primary-blue{
    background-color: #0091da;
    border-bottom-color: rgba(0, 0, 0, 0);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-color: #0091da;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgba(0, 0, 0, 0);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgba(0, 0, 0, 0);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: rgba(0, 0, 0, 0);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-style: solid;
    border-top-width: 1px;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 36px;
    padding-right: 36px;
    outline-color: rgb(10, 10, 10);
    outline-style: none;
    outline-width: 0px;
    text-align: center;
    text-align: center;
    text-decoration: none;
    transition-property: background-color, color;
    transition-timing-function: ease-out, ease-out;
    width: 340px;
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
}
.button-primary-blue:hover{
        background: #0091da;
        color: #fff;
        -webkit-filter: brightness(1.1);
        -moz-filter: brightness(1.1);
        -ms-filter: brightness(1.1);
        filter: brightness(1.1);
}
.button-primary-blue:visited{
        background: #0091da;
        color: #fff;
}
.button-primary-blue:focus{
    background: #1A428A;
}
.button-primary-blue-active{
    background: #1A428A;
}
.button-primary-blue-active:hover{
    background: #1A428A;
    -webkit-filter: brightness(1.1);
    -moz-filter: brightness(1.1);
    -ms-filter: brightness(1.1);
    filter: brightness(1.1);
}