﻿@media only screen and (min-width : 1200px) {

    .margin_lg_top {
        margin-top: 150px;
    }

    .margin_lg_title_top {
        margin-top: 80px;
    }

    .margin_img_top_lg {
        margin-top: 40px;
    }

    .date_right {
        font-size: .90em;
        font-weight: 300 !important;
        float: right;
        color: #9B9B9B;
    }

    .img_pos {
        float: right;
        margin: 0 auto;
    }
}

@media only screen and (min-width : 768px)and (max-width : 1199px) {
    .margin_sm_md_top {
        margin-top: 120px;
    }

    .margin_sm_md_title_top {
        margin-top: 60px;
    }

    .margin_img_top_sm {
        margin-top: 20px;
    }

    .date_right {
        font-size: .90em;
        font-weight: 300 !important;
        float: right;
        color: #9B9B9B;
    }

    .img_pos {
        float: none;
        margin: 0 auto;
    }
}

@media only screen and (max-width : 767px) {
    .margin_xs_top {
        margin-top: 115px;
    }

    .margin_xs_title_top {
        margin-top: 40px;
    }

    .margin_img_top_xs {
        margin-top: 15px;
    }

    .date_left {
        font-size: .90em;
        font-weight: 300 !important;
        float: left;
        color: #9B9B9B;
    }

    .remove_padding {
        padding: 0 !important;
    }

    .remove_float {
        float: none;
        margin: 0 auto;
    }

    .img_pos {
        float: none;
        margin: 0 auto;
    }
}

.logo-width {
    margin: auto;
    max-width: 300px !important;
}

.logo_div {
    text-align: center;
}

.title_text {
    font-family: proxima-nova,sans-serif !important;
}

.title_content {
    font-size: 1.5rem;
    font-weight: 600 !important;
    margin-bottom: 5px !important;
}

.hr_style {
    height: 1px;
    border: 0;
    background-color: #1d89e4;
    margin: 0.5em 0;
}

.img_adj {
    padding-right: 0px !important;
    text-align: center;
}

.p_style {
    margin-bottom: 1.5em !important;
}

.p_text {
    font-family: proxima-nova,sans-serif !important;
    font-size: 1.2em;
    line-height: 1.4em;
    color: #6E6E6E;
    font-weight: 300;
}

.cpa_link_button {
    width: 100%;
    text-align: center;
    margin-top: 50px;
}

.btn_style {
    border-radius: 5em;
    font-weight: 400 !important;
    border: none;
    padding: 5px 40px !important;
    background-color: #1e88e5;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(39,39,39,0.5);
    -moz-box-shadow: 0px 2px 5px 0px rgba(39,39,39,0.5);
    box-shadow: 0px 2px 5px 0px rgba(39,39,39,0.5);
    color:white;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    transform: none;
    -webkit-transform: none;
}
