
#pfp_narrative {
    width: 60%;
}

#dtc_narrative {
    width: 60%;
}

.container {
    width: 100%;
    max-width: 1200px;
}

.span-18 {
    width: 100%;
}

.calculator .span-18.prepend-top.prepend-3 {
    padding-left: 0;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto !important;
    float: none;
}

#savings_banner {
    min-height: 230px;
}

#result_sliders, #signup_button {
    width: 100% !important;
}

.calc-disclaimers {
    width: 100% !important;
}

.calc-body .calc-prodtype {
    width: 60%;
}

.calc-signupForm {
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

    .calc-signupForm #banklist {
        width: 100%;
        margin-left: 0;
    }

    .calc-signupForm table {
        margin: 0 auto;
    }

        .calc-signupForm table td {
            width: 40%;
            box-sizing: border-box;
        }

#panelfaq table td {
    width: auto;
    box-sizing: border-box;
}

.calc-signupForm label {
    width: auto;
    line-height: 1.1;
}

.calc-signupForm textarea {
    width: 100%;
    box-sizing: border-box;
}

.calc-signupForm .greenbutton {
    /*margin: -20px 40px 30px 40px;*/
}

.calc-signupForm input[type="text"] {
    width: 100%;
    box-sizing: border-box;
}

.calc-signupForm #selectcreditrating {
    width: 100%;
}

.calculator .ui-dialog-titlebar,
.productmarketlanding .ui-dialog-titlebar {
    background: none !important;
    border: none !important;
}

.calc-body #typeSelect {
    width: auto !important;
}

.calc-body .product-group {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

#recalculate input {
    background-image: -webkit-linear-gradient(top, #54bce3, #3799bd);
    background-image: linear-gradient(to bottom, #54bce3, #3799bd);
}

@media screen and (max-width: 610px) {

    .calc-body .calc-prodtype {
        width: 100%;
    }

    .calc-body #typeSelect {
        width: 100%;
    }

        .calc-body #typeSelect select {
            width: 100%;
        }

    #pfp_narrative {
        width: 100%;
    }

    #dtc_narrative {
        width: 100%;
    }

    #savings_banner h1 {
        margin: 20px 20px 10px 40px;
    }

    #savings_banner p {
        margin: 0px 20px 10px 40px;
    }

    #savings_banner {
        overflow: hidden;
        text-align: center;
    }

        #savings_banner .badge {
            top: auto;
            left: auto;
            position: static;
            margin: 10px auto;
        }

            #savings_banner .badge .caption {
                /*margin-top: auto;
        display:none;*/
            }

    .bar_result_other .bar_contents {
        width: 60% !important;
    }

    .bar_result_other .bar_result_first {
        width: 90% !important;
    }

    #sliders_child .bank_name {
        width: 90% !important;
    }
    /* -- 03.14.19 -- */
    .calc-body {
        padding-left: 30px;
        padding-right: 30px;
        box-sizing: border-box;
    }

        .calc-body .calc-amt {
            width: 100%;
            margin-right: 0;
        }

            .calc-body .calc-amt input {
                width: 100% !important;
                box-sizing: border-box;
            }

        .calc-body .product-control-group {
            width: 100%;
            /*outline: solid 1px;*/
            clear: both;
            overflow: hidden;
        }

    #recalculate {
        width: 100% !important;
        text-align: center;
        margin-bottom: 1.5rem;
    }

        #recalculate input {
            margin-top: 1rem;
        }
}

/* -- also 03.14.19 -- */
.bar_contents,
.bar_result_other .bar_contents {
    background-image: none !important;
    border-radius: 4px 0 0 4px;
}




/* --- visibility functionality -- */

.show-for-small {
    display: none;
}

@media screen and (max-width: 649px) {
    .show-for-small {
        display: block;
    }

    .show-for-large {
        display: none;
    }
}

.text-center {
    text-align: center;
}

.aboutus #content,
.greatrateaward #content,
.privacy #content,
.fisolutions #content {
    padding-left: 10px;
    padding-right: 10px;
}

.ui-widget {
    font-family: 'ProximaNovaReg';
}

.ui-widget-header {
    font-family: 'ProximaNovaBold';
    border: 1px solid #389ABE !important;
    background: #389ABE !important;
    text-align: center;
}

.product_selection .selectwrapper {
    width: auto;
    background: none;
    border: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
}

.product_selection select {
    height: 30px;
    width: 100%;
    background-color: #EFEFEF;
    margin-top: 1px;
    font-size: 14px;
}

#welcome {
    width: 52%;
}

#callus {
    background: url('../images/clickToCall-woman.png') no-repeat right bottom, url(img/BG-texture.png);
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #C3C4C6;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .66), inset 0 0 4px rgba(41, 43, 46, .33);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .66), inset 0 0 4px rgba(41, 43, 46, .33);
    box-shadow: 0 1px 0 rgba(255, 255, 255, .66), inset 0 0 4px rgba(41, 43, 46, .33);
    width: 48%;
}

    #callus h3 {
        font-size: 21px;
        line-height: 1.2;
        margin-top: 30px;
    }

#subtext #callus p {
    font-size: 16px !important;
    line-height: 1.2 !important;
}

#featured {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    /* float: none; */
    /* text-align: center; */
}

    #featured .span-11 {
        width: 100%;
        max-width: 680px;
        margin-left: auto;
        margin-right: auto !important;
        float: none;
    }



.productmarketlanding #featured_gra_winner .greenbutton {
    margin: 0 auto;
    width: 100%;
    max-width: 220px;
}

.productmarketlanding .sup-rate {
    float: none;
    font-family: 'ProximaNovaReg';
    margin-left: 2px;
}

.ratetable thead th,
.sticky-thead thead th {
    background-color: #999a9d;
    color: white;
    text-transform: uppercase;
}

    .ratetable thead th.company_sort,
    .sticky-thead thead th.company_sort,
    .ratetable td:first-child {
    }

.ratetable th.sortasc a,
.ratetable th.company_sort a,
.sticky-thead th.sortasc a,
.sticky-thead th.company_sort a {
    background: url(img/asc.gif) no-repeat;
    background-position: right 10px;
    display: block;
}

.ratetable .rate_table_header a,
.sticky-thead thead th a {
    text-transform: uppercase;
    color: white;
    text-decoration: none;
    display: block;
    padding: 10px !important;
}

.ratetable th.sortasc a,
.sticky-thead th.sortasc a {
    padding-left: 0;
}

.ratetable th.sortdesc a,
.sticky-thead th.sortdesc a {
    background: url(img/desc.gif) no-repeat;
    background-position: right 10px;
    display: block;
}

/* For table sticky headers */
.sticky-wrap {
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;
    /* margin: 3em 0; */
    width: 100%;
}

    .sticky-wrap .sticky-thead {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        transition: all .125s ease-in-out;
        z-index: 50;
        width: auto; /* Prevent table from stretching to full size */
    }

    .sticky-wrap .sticky-thead {
        box-shadow: 0 0.25em 0.1em -0.1em rgba(0,0,0,.125);
        z-index: 100;
        width: 100%; /* Force stretch */
    }

    .sticky-wrap td,
    .sticky-wrap th {
        box-sizing: border-box;
    }

.ratetable tbody td img {
    min-width: 50px;
    height: auto !important;
}

#pml_geosearch .postal_code {
    width: 99% !important;
    /* box-sizing: border-box; */
}

#pml_geosearch #typeSelect {
    width: 100%;
    margin-bottom: 2px;
}

    #pml_geosearch #typeSelect select {
        height: 36px;
    }

#pml_geosearch #geosearch {
    width: 100%;
    margin-top: 0;
    margin-bottom: 30px;
}

    #pml_geosearch #geosearch .greenbutton {
        margin-top: 0 !important;
    }

.productmarketlanding .FIrUaWinner {
    padding-bottom: 20px;
    overflow: hidden;
}

    .productmarketlanding .FIrUaWinner .right {
        text-decoration: none;
        float: right;
        width: 30%;
        text-align: center;
    }

        .productmarketlanding .FIrUaWinner .right .right {
            float: none !important;
        }

        .productmarketlanding .FIrUaWinner .right .GRA-slogan {
            color: #333;
            font-family: 'ProximaNovaReg';
        }

    .productmarketlanding .FIrUaWinner .sidebar-GRA-seal {
        float: none;
        margin-left: auto;
        margin-top: -4px;
        margin-right: auto;
        height: auto;
    }





.calc-signupForm .dialog-close {
    display: none;
}

#logo {
    height: 80px;
}

.main-nav-GRA {
    text-indent: 0;
    background: none !important;
    z-index: 100;
}

    .main-nav-GRA .GRA-slogan {
        text-align: center;
        color: #17171a;
        font-size: 15px;
        line-height: 1.1;
        text-shadow: none;
    }

.home .main-nav-GRA .GRA-slogan {
    color: white;
}


.stButton .stFb, .stButton .stTwbutton, .stButton .stMainServices {
    height: 24px !important;
}

.ratetable .save_button.green_save_button {
    background-image: -moz-linear-gradient(0deg, #8bab51 0%, #9ec35c 100%);
    background-image: -o-linear-gradient(0deg, #8bab51 0%, #9ec35c 100%);
    background-image: -webkit-linear-gradient(0deg, #8bab51 0%, #9ec35c 100%);
    background-image: linear-gradient(0deg, #8bab51 0%, #9ec35c 100%);
}

.ratetable .save_button_mobile.green_save_button {
    background-image: -moz-linear-gradient(0deg, #8bab51 0%, #9ec35c 100%);
    background-image: -o-linear-gradient(0deg, #8bab51 0%, #9ec35c 100%);
    background-image: -webkit-linear-gradient(0deg, #8bab51 0%, #9ec35c 100%);
    background-image: linear-gradient(0deg, #8bab51 0%, #9ec35c 100%);
}

.save_button {
    padding-bottom: 2px;
    height: auto;
    text-align: center !important;
}

a.save_button_mobile,
.productmarketlanding #featured_gra_winner .greenbutton.mobile {
    display: none;
}

.ratetable .save_button_background,
.ratetable .save_button_mobile_background {
    background-image: -webkit-linear-gradient(top, #cdcdcd, #97989a); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
    background-image: linear-gradient(to bottom, #cdcdcd, #97989a); /* Chrome 26, Firefox 16+, IE 10+, Opera */
}

.ratetable .save_button_green_background,
.ratetable .save_button_green_mobile_background {
    background-image: -webkit-linear-gradient(top, #8bab51, #8bab51); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
    background-image: linear-gradient(to bottom, #8bab51, #8bab51); /* Chrome 26, Firefox 16+, IE 10+, Opera */
}

.calc-signupForm .COS-request label {
    display: inline;
    float: none;
    margin-left: 0;
}

.calc-signupForm #banklistform {
    margin-bottom: 20px;
}

#banklistform fieldset {
    padding: 8px 15px;
}

.productmarketlanding #featured_gra_winner .greenbutton.desktop {
}

@media screen and (max-width: 649px) {
    a.save_button {
        display: none;
    }

    a.save_button_mobile {
        display: block;
    }

    #top,
    #logo {
        height: 60px;
    }

        #logo a {
            top: 5px;
            left: 5px;
            width: 260px;
            height: 50px;
            background-size: contain;
        }

    #welcome,
    #callus,
    #featured {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

        #featured > div {
            width: 100%;
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

    .cta-buy-dt,
    #top ul,
    #subtext {
        display: none !important;
    }

    #header, .interior #header {
        position: relative;
        height: 24px;
        background: #2c2f33 url(img/BG-banner.jpg) no-repeat center top;
    }

    h1.cta {
        font-size: 32px;
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 14px;
    }

    #content {
        padding-top: 16px;
    }

    .home .GRA-chunk-mobile {
        padding-left: 10px;
        padding-right: 10px;
    }

    #cta,
    .productmarketlanding #cta {
        margin-top: 4px;
        width: 100%;
    }

        #cta span,
        .productmarketlanding #cta span {
            font-size: 14px;
            line-height: 1.25;
            float: none;
        }

            #cta span br {
                display: none;
            }

        #cta h4 {
            display: none;
        }

    #postal_code,
    #typeSelect,
    #geosearch {
        width: 100%;
        text-align: center;
        padding: 0px 20px !important;
    }

    #typeSelect, #creditRatingHolder {
        margin-top: -5px;
    }

    #geosearch .greenbutton {
        margin: 0 auto !important;
    }

    .home #postal_code input.postal_code {
        width: 100% !important;
    }

    .rate-stats {
        padding-left: 20px;
        padding-right: 20px;
    }

        .rate-stats h3 {
            font-family: 'ProximaNovaReg';
            font-size: 16px;
            line-height: 1.2;
            color: #626262;
            margin-bottom: 10px;
        }

    #content .rate-stats li {
        font-size: 14px;
    }

    .rate-stats h3 .date,
    .rate-stats li .number {
        font-weight: bold;
    }

    .GRA-seal {
        padding-right: 0.833em;
    }

    .GRA-slogan {
        text-align: center;
        line-height: 1.15;
        font-size: 12px;
    }

    .GRA-chunk-mobile .last p {
        font-size: 14px;
        line-height: 16px;
        margin-top: 18px;
    }



    .productmarketlanding #content {
        padding-top: 20px;
    }

    .top_left_side, .top_right_side {
        width: 100%;
        padding-left: 20px !important;
        padding-right: 20px !important;
        margin-right: 0 !important;
    }

    .search_results_grid,
    #pml_featured,
    #pml_trust_logos,
    #pml_geosearch,
    #pml_about {
        margin-right: 0 !important;
    }

    .productmarketlanding #content h1.pml_title {
        text-align: center;
        margin-bottom: 5px;
        font-size: 24px;
    }

    #date_market_heading {
        margin: 0;
    }

    #sort_notification {
        display: none;
    }

    #search_panel {
        background: #dededb;
    }

    .productmarketlanding #search_controls {
        background-color: transparent;
        padding: 0;
    }

        .productmarketlanding #search_controls.open {
        }

    .productmarketlanding #search_panel {
        height: 40px;
        overflow: hidden;
        /*-webkit-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;*/
        margin-bottom: 0;
        position: relative;
    }

        .productmarketlanding #search_panel.open {
            height: auto;
            overflow: auto;
            padding-bottom: 8px;
        }

    #search_panel > div.mobile-filters-toggle {
        width: 100% !important;
        background-color: #389ABE;
        display: block;
        overflow: hidden;
    }

    #search_panel > .span-7.append-1 {
        width: 100% !important;
    }

    #search_panel .product_selection {
        position: absolute;
        top: 4px;
        left: 4px;
    }

    .product_selection label {
        display: none;
    }

    .productmarketlanding label {
        font-size: 16px;
    }

    a.filters-toggle {
        display: block;
        background-color: #389ABE;
        padding: 12px;
        margin-bottom: 5px;
        color: white;
        text-decoration: none;
        font-weight: bold;
        height: 40px;
        width: 90px;
        float: right;
    }

        a.filters-toggle .icon-filter,
        a.filters-toggle .icon-close {
            float: right;
            width: 14px;
            height: 16px;
            fill: white;
        }

        a.filters-toggle .icon-close,
        .productmarketlanding #search_panel.open .icon-filter {
            display: none;
        }

    .productmarketlanding #search_panel.open .icon-close {
        display: initial;
    }

    #search_panel > div {
        width: 50% !important;
    }

    .productmarketlanding #search_controls .filters_label {
        margin-left: 0.833em;
    }

    .productmarketlanding #search_controls .product_name {
        font-size: 14px;
        margin-bottom: 20px;
        margin-top: 2px;
        line-height: 1.15;
    }

    #pml_trust_logos p {
        text-align: center;
    }

    #pml_trust_logos img {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    /* SELECT MENU RULES MOVED OUT OF MQ */
    .prod-checkboxes {
        margin-right: 0;
    }

    .ratetable {
        position: relative;
    }

        .ratetable tbody {
            /* height: 300px; */
            /* padding-top: 30px; */
            /* overflow: scroll; */
            /* display: inline-block; */
        }

            .ratetable tbody ::-webkit-scrollbar {
                -webkit-appearance: none;
                width: 7px;
            }

            .ratetable tbody ::-webkit-scrollbar-thumb {
                border-radius: 4px;
                background-color: rgba(0,0,0,.5);
                -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
                box-shadow: 0 0 1px rgba(255,255,255,.5);
            }



        .ratetable .rate_table_header {
        }

        .ratetable tr:nth-child(2) {
        }

    .productmarketlanding #featured_gra_winner .greenbutton {
        margin-left: auto;
        margin-right: auto;
    }

    #featured_gra_winner {
        /* height: 100px; */
        overflow: hidden;
        position: fixed;
        width: 100%;
        z-index: 999;
        bottom: -24px;
        left: 0;
        border: none;
        right: 0;
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        border-radius: 0 !important;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .productmarketlanding #content #featured_gra_winner .top_sec {
        width: 80%;
        float: left;
    }

    .productmarketlanding .top_right_side {
        padding-top: 0;
        width: 100%;
    }

    .productmarketlanding .GRA-seal-slogan {
        width: 20%;
        margin-top: -1rem;
        float: left;
        padding-left: .25rem;
        text-align: center;
    }

        .productmarketlanding .GRA-seal-slogan .GRA-seal {
            padding-right: 0;
            margin-left: auto;
            margin-right: auto;
        }

    #featured_gra_winner .GRA-slogan {
        font-size: 8px;
    }

    .productmarketlanding #featured_gra_winner .greenbutton {
        margin-left: auto;
        margin-right: auto;
        font-size: 14px;
        height: 22px;
        line-height: 22px;
    }

    .productmarketlanding #featured_gra_winner .ffi_gra_cert {
        display: none;
    }

    .productmarketlanding #footer {
        padding-bottom: 130px;
    }

    .top_sec span {
        display: inline;
    }

    #featured_gra_winner h3 {
        font-size: 12px;
        margin-bottom: 6px;
        width: 100%;
        float: right;
        padding-left: 4px;
        padding-right: 4px;
    }

    .top_sec .svgs_amt {
        font-size: 1rem;
    }

    .productmarketlanding #signup_button {
        width: 80% !important;
    }

    .shine {
        display: none;
    }

    .disclaimer {
        clear: both;
        margin: 1em 0.833em;
    }

    #footer li {
        display: inline-block;
    }

    #footer .tertiary {
        margin-left: 0;
    }

    #fb_icon span, #twitter_icon span {
        display: none;
    }

    /* --- moved out into all-widths
	.calc-signupForm {
    	width: 100%;
    	margin-left: 0;
    	text-align: left;
	}

	.calc-signupForm #banklist {
    	width: 100%;
    	margin-left: 0;
	}

	.calc-signupForm table {
	    margin: 0 auto;
	}
	.calc-signupForm table td {
		width: 40%;
		box-sizing: border-box;
	}
	.calc-signupForm label {
		width: auto;
		line-height: 1.1;
	}
	.calc-signupForm textarea {
		width: 100%;
		box-sizing: border-box;
	}
	.calc-signupForm .greenbutton {
		margin: -20px 40px 30px 40px;
	}
	*/

    .thankyou #footer .share_buttons {
        display: none;
    }

    .contactus .container .span-13,
    .contactus .container .span-9 {
        width: 100%;
        padding-right: 20px;
    }

    .contactus table,
    .contactus input[type="text"],
    .contactus textarea {
        box-sizing: border-box;
        width: 100%;
    }

    .contactus h1 {
        margin-left: 20px;
    }

    .contactus #callus {
        margin-left: 20px;
        width: auto;
        float: none !important;
    }

        .contactus #callus h3 {
            margin-left: 10px;
            margin-right: 140px;
        }

        .contactus #callus p {
            margin-left: 10px;
        }

    .calculator .ui-dialog {
        width: 100% !important;
        top: 0px !important;
        left: 0px !important;
    }
}


@media screen and (min-width: 1px) and (max-width: 400px) {

    #featured_gra_winner {
        height: 100px;
    }

        #featured_gra_winner .GRA-slogan {
            font-size: 8px;
        }

    .calc-signupForm table.trust_logos td {
        width: 33.3333%;
    }

        .calc-signupForm table.trust_logos td img {
            max-width: 100%;
        }
}

@media screen and (min-width: 401px) and (max-width: 500px) {

    #featured_gra_winner {
        height: 130px;
    }

        #featured_gra_winner .GRA-slogan {
            font-size: 10px;
        }
}

@media screen and (min-width: 501px) and (max-width: 650px) {

    #featured_gra_winner {
        height: 160px;
    }

        #featured_gra_winner .GRA-slogan {
            font-size: 11px;
        }
}



@media screen and (min-width: 650px) {

    .container {
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
    }

    .productmarketlanding #postal_code {
        width: 100%;
    }

    .home #typeSelect {
        margin-right: 4% !important;
    }

    #search_panel > div {
        width: 50%;
        padding-left: 10px;
    }

    #search_panel .prod-checkboxes {
        padding-left: 0;
    }

    #pml_geosearch .postal_code {
        width: 99% !important;
        /* box-sizing: border-box; */
    }

    #pml_geosearch #typeSelect {
        width: 100%;
    }

    #pml_geosearch #geosearch {
        width: 100%;
    }


    #geosearch input[type="submit"].greenbutton {
        padding-left: 0 !important;
        padding-right: 0 !important;
        width: 100%;
        font-size: 15px;
        margin-bottom: 0 !important;
        padding-top: 14px !important;
        padding-bottom: 16px !important;
    }

    .productmarketlanding .ui-dialog-titlebar {
        display: block;
        margin-bottom: 0;
        height: 30px;
    }

    .ui-dialog .ui-dialog-titlebar-close {
        position: absolute;
    }

    .productmarketlanding #featured_gra_winner {
        background-size: cover !important;
    }

    #featured_gra_winner .feat_fi_gra h3 {
        font-size: 12px;
        text-align: center;
    }

    .productmarketlanding .ffi_gra_cert {
        padding: 10px;
    }

    .productmarketlanding #featured_gra_winner .feat_fi_gra {
        margin-left: 0;
        margin-right: 0;
    }

    .feat_fi_gra .feat_fi_gra_seal {
        float: none;
        margin: 0 auto;
        width: 70%;
        max-width: 150px;
    }

    .feat_fi_gra .GRA-slogan {
        color: #33353b;
        line-height: 1.1;
    }

    .productmarketlanding .FIrUaWinner {
    }

        .productmarketlanding .FIrUaWinner .right {
            width: 50%;
            margin-left: 4px;
        }

            .productmarketlanding .FIrUaWinner .right .right {
                float: none !important;
            }

            .productmarketlanding .FIrUaWinner .right .GRA-slogan {
                font-size: 10px;
                line-height: 1.1;
            }

        .productmarketlanding .FIrUaWinner .sidebar-GRA-seal {
            float: none;
            margin-left: auto;
            margin-top: -4px;
            margin-right: auto;
            height: auto;
        }

    .ratetable thead th:last-child,
    .sticky-thead thead th:last-child,
    .ratetable td:last-child {
        padding-right: 20px;
    }

    .contactus table,
    .contactus input[type="text"],
    .contactus textarea {
        box-sizing: border-box;
        width: 100%;
    }

    .contactus h1 {
        margin-left: 20px;
    }

    .contactus #callus {
        margin-left: 20px;
        width: auto;
        height: 280px;
        float: none !important;
    }

        .contactus #callus h3 {
            margin-top: 10px;
            margin-left: 10px;
            margin-right: 0;
        }

        .contactus #callus p {
            margin-left: 10px;
            margin-right: 0;
        }
}



@media screen and (max-width: 900px) {

    .ratetable th:nth-child(3),
    .ratetable td:nth-child(3),
    .ratetable th:nth-child(4),
    .ratetable td:nth-child(4),
    .sticky-thead thead th:nth-child(3),
    .sticky-thead thead th:nth-child(4) {
        display: none;
    }

    .ratetable th,
    .ratetable td {
        width: 33.33333333%;
    }

    .ratetable td {
        padding-left: 0;
    }

        .ratetable td:first-child {
            padding-left: 8px;
        }

    .ratetable th.company_sort a {
        padding-left: 0;
    }

    .save_button_mobile {
        line-height: 1.1;
        width: 60px;
        height: 40px;
        padding-top: 5px;
        margin-left: -30px;
        /* margin-right: 0; */
    }
}




@media screen and (min-width: 650px) and (max-width: 900px) {

    .productmarketlanding .top_left_side {
        width: 70%;
    }

    .productmarketlanding .top_right_side {
        width: 30%;
    }

    .productmarketlanding #header #cta {
        width: 100%;
    }

        .productmarketlanding #header #cta span {
            font-size: 15px;
            float: none;
        }

        .productmarketlanding #header #cta h4 {
            font-size: 13px;
            float: none;
            display: inline;
            letter-spacing: 1px;
        }
}

@media screen and (min-width: 901px) {
    .productmarketlanding .top_left_side {
        width: 77%;
    }

    .productmarketlanding .top_right_side {
        width: 23%;
    }

    .contactus #callus {
        margin-left: 20px;
        width: auto;
        height: 180px;
        float: none !important;
    }

        .contactus #callus h3 {
            margin-top: 30px;
            margin-left: 10px;
            margin-right: 120px;
        }

        .contactus #callus p {
            margin-left: 10px;
            margin-right: 100px;
        }
}


@media screen and (min-width: 980px) {

    #geosearch input[type="submit"].greenbutton {
        font-size: 20px;
        padding-top: 13px !important;
        padding-bottom: 14px !important;
    }
}

@media screen and (min-width: 1140px) {
    #callus h3 {
        margin-right: 160px;
    }
}
