@media screen {
    .clr-white {
        color: #FFF;
    }
    .clr-blue {
        color: #6e91b3;
    }
    .bg-blue {
        background-color: #003e7a;
    }
    .pattern-blue {
        background-image: url(../images/blue-pattern.png);
    }
    .pattern-gray {
        background-image: url(../images/gray-pattern.png);
    }
    .gform_fields {
        padding: 0;
        list-style: none;
    }
    .gfield {
        margin-bottom: 12px;
        vertical-align: top;
    }
    .gfield label {
        display: none;
    }
    input {
        display: inline-block;
        width: 100%;
        height: 34px;
        padding: 6px 12px;
        font-size: 16px;
        line-height: 1.42857143;
        color: #000;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 6px;
        height: 40px;
        text-transform: uppercase;
    }
    textarea {
        display: block;
        width: 100%;
        height: 34px;
        padding: 6px 12px;
        font-size: 16px;
        line-height: 1.42857143;
        color: #000;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 6px;
        height: 90px;
        text-transform: uppercase;
    }
    .gform_button  {
        background-color: #f44d03;
        border:0;
        color: #FFF;
    }
    .validation_error {
        color: #a94442;
        padding: 10px;
        font-size: 14px;
        border: 1px solid #a94442;
        margin-bottom: 10px;
        background: #F2DEDE;
    }
    .validation_message {
        color: #a94442;
        border: 1px solid #a94442;
        margin-bottom: 10px;
        background: #F2DEDE;
        padding: 5px;
        font-size: 12px;
    }
    .minion-pro {
        font-family: 'MinionPro-It';
    }
    .btn {
        font-size: 16px;
        padding: 15px 35px;
    }
    .btn-orange {
        background-color: #f14c04;
        color: #FFF;
    }
    .btn-orange:hover,
    .btn-orange:focus {
        color: #000;
        background-color: #FFF;
    }
    .ease {
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }
    .oval {
        border-radius: 50px;
    }
    #gform_fields_1 {
        display: inline-block;
        width: 100%;
        float: left;
    }
    .gf-col-4 {
        width: 97%;
        margin: 0  1%;
        display: inline-block;
        margin-bottom: 10px;
    }
    .gf-col-8 {
        width: 97%;
        margin: 0  1%;
        display: inline-block;
        margin-bottom: 10px;
    }
    #gform_submit_button_1 {
        display: none;
    }
    #subBtn {
        border:0;
    }
    .gform_confirmation_message {
        color: #FFF;
        font-size: 24px;
    }
    .col-count-2 {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        -ms-column-count: 1;
        -o-column-count: 1;
        column-count: 1;
    }
    .list-style-1 li{
        background-image: url(../images/list-style-sports.png);
        background-repeat: no-repeat;
        background-position: center left;
    }
    .flex-control-paging {
        display: inline-block;
        list-style: none;
        padding: 0;
    }
    .flex-control-paging  li,
    .flex-active {
        display: inline-block;
        background-color: #c8c8c8;
        border-radius: 50%;
        height: 12px;
        width: 12px;
        margin: 0 1px;
        left: -10px;
    }
    .flex-control-paging  li a {
        text-indent: -88999px;
        cursor: pointer;
        color: transparent;
    }
    .flex-active {
        background-color: #003e7a;
    }
    .productPager span {
        color: transparent;
        background-color: #c8c8c8;
        border-radius: 50%;
        line-height: 0;
        font-size: 11px;
        padding: 0 3px;
        margin: 0 1px;
        cursor: pointer;
    }
    .productPager span.selected {
        background-color: #003e7a;
    }
    /*Social*/
    .social-list .icon {
        color: #FFF;
        border-radius: 50%;
        padding: 8px 6px 1px 7px;
        font-size: 20px;
        line-height: 0;
    }
    .syt-facebook-2 {
        background-color: #3c599b;
    }
    .syt-gplus {
        background-color: #df6769;
    }
    .syt-twitter {
        background-color: #3adcef;
    }
    .syt-linkedin {
        background-color: #026CC0;
    }
}
@media (min-width: 480px) {
    .col-count-2 {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        -ms-column-count: 2;
        -o-column-count: 2;
        column-count: 2;
    }
}
@media (min-width: 768px) {
    .gf-col-4 {
        width: 31.33%;
    }
    .gf-col-8 {
        width: 64.6%;
    }
    .col-count-2 {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        -ms-column-count: 2;
        -o-column-count: 2;
        column-count: 2;
    }
}