@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);

html {
    width: auto !important;
    position: relative;
    min-height: 100%;
}

body {
    width: auto !important;
    overflow-x: hidden !important;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    background-color: #EAEAEA;
    background-image: url(../Images/dark-circles.png);
}

.scrollToTop, .scrollToTop:focus {
    font-size: 50px;
    background-color: rgba(206, 206, 206, 0.78);
    color: #000;
    position: fixed;
    bottom: 40px;
    right: 25px;
    z-index: 1000000;
    cursor: pointer;
    width: 46px;
    height: 46px;
    border-radius: 50px;
    padding: 3px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.4);
}

    .scrollToTop .icon-arrow-up {
        right: 4px;
        top: 1px;
        position: relative;
        display: block;
    }

    .scrollToTop:hover {
        background-color: #fff;
    }
/* General CSS */
.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.spacer-40 {
    height: 40px;
    clear: both;
}

.spacer-10 {
    height: 10px;
}

.spacer-15 {
    height: 15px;
}

.spacer-20 {
    height: 20px;
}

.spacer-25 {
    height: 25px;
}

.spacer-30 {
    height: 30px;
}

.clearFix {
    clear: both;
}

.width-25 {
    width: 25%;
}

.width-50 {
    width: 50%;
}

.width-75 {
    width: 75%;
}

.width-100 {
    width: 100%;
}

.margin-top-offset-15 {
    margin-top: -15px;
}

.noDisplay {
    display: none;
}

.display {
    display: block;
}

.display-inline {
    display: inline-block !important;
}

label {
    font-weight: 600;
    font-size: 14px;
    color: #2A568F;
    display: block;
    margin: 5px 0;
}

    label.cvv-label {
        display: inline-block;
    }

.floatRight {
    float: right;
}

.floatLeft {
    float: left;
}

.box.update-recurring label {
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 5px;
    font-weight: bold;
}

a.link {
    color: #296DC1;
    text-decoration: underline;
}

a.banner-link {
    text-decoration: underline;
}

p {
    font-weight: normal;
    margin-bottom: 15px;
    line-height: 15px;
}

#WoP {
    display: none;
}

.white {
    color: #fff;
}

.caps {
    text-transform: uppercase;
}

h2,
.h2 {
    font-size: 22px;
    font-weight: 400;
    color: #043268;
    margin-bottom: 15px;
}

.form-h2 {
    margin: 8px 0;
}

h2.centered-h2 {
    font-size: 22px;
    font-weight: 400;
    color: #FFFFFF;
    background-color: rgba(78, 78, 78, 0.5);
    width: 100%;
    text-align: center;
    padding: 10px 0;
    border-left: 10px solid #C9E1FF;
}

h1,
.h1 {
    font-size: 36px;
    font-weight: 300;
    color: #6A9E42;
}

h3,
.h3 {
    font-size: 18px;
    font-weight: 400;
    color: #296DC1;
    margin-bottom: 10px;
}

h4 {
    font-size: 14px;
    font-weight: bold;
    color: #6A9E42;
}

ol li {
    list-style-type: decimal;
    margin-left: 15px;
    margin-bottom: 5px;
}

.ruler {
    border-bottom: 1px solid #74B743;
    margin: 20px 0;
}

.dotted-ruler {
    border-bottom: 1px dotted #296DC1;
    margin: 25px 0 10px 0;
}

.float-right {
    float: right;
}

.no-float {
    float: none !important;
}

.margin-r-l {
    margin-left: -15px;
    margin-right: -15px;
}

.no-padding-left {
    padding-left: 0;
}

.no-padding-right {
    padding-right: 0;
}

.no-padding-r-l {
    padding-left: 0;
    padding-right: 0;
}

.no-margin-r-l {
    margin-left: 0;
    margin-right: 0;
}

.no-margin-top {
    margin-top: 0;
}

.no-margin-bottom {
    margin-bottom: 0;
}

.border-right {
    border-right: 1px solid #fff;
}

input[type="submit"].margin-left-5 {
    margin-left: 5px;
}

input:focus {
    border: 1px solid #A9A9A9;
    outline: none;
}
/* Close CSS */

.close, input[type="submit"].close, span.close a, span.b-close {
    margin-top: 0 !important;
    padding-right: 15px;
    font-weight: bold !important;
    cursor: pointer;
    border: none;
    background-color: transparent;
    color: #656565;
    padding: 0;
}

    .close:hover, input[type="submit"].close:hover, span.close a:hover, span.close a:hover {
        color: #C7726A;
        background: transparent;
        border: none;
    }

    span.b-close a {
        color: #2a568f;
        padding-top: 10px;
    }

    span.b-close a {
        background-color: transparent;
        color: #2a568f;
        border: none;
    }

        span.b-close a:hover {
            background-color: transparent;
            color: #296dc1;
            border: none;
        }
/* Tables */
.table {
    border: 1px solid #cacaca;
    font-size: 11px;
}

    .table ul {
        width: 100%;
        display: table;
        table-layout: fixed;
        background-color: #fff;
    }

        .table ul li {
            display: table-cell;
            text-align: left;
            position: relative;
            vertical-align: top;
            line-height: normal;
            padding: 7px;
            overflow: hidden;
            -ms-text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
        }

    .table .header-table {
        background: #002F65;
        color: #fff;
        font-size: 12px;
        width: 100%;
        font-weight: bold;
        line-height: 30px;
    }

ul.result-row.selected {
    background-color: #E9F8FF;
}

.pagination-wrap {
    display: inline-block;
    position: relative;
    background-color: #2c3b43;
    width: 100%;
    text-align: center;
    padding: 5px 0;
}

    .pagination-wrap .icon {
        color: white;
        position: relative;
        display: inline-block;
        cursor: pointer;
        margin-right: 10px;
        margin-left: 10px;
        top: 2px;
    }

        .pagination-wrap .icon.amt-fast-forward {
            margin-right: 0;
        }

ul.pagination {
    position: relative;
    display: inline-block;
    text-align: center;
    margin: 10px 0;
}

.page-nav {
    color: white;
    position: relative;
    display: inline-block;
}

    .page-nav input[type="text"].current-page {
        width: 30px;
        display: inline-block;
        position: relative;
        float: none;
        text-align: center;
        text-indent: 0;
        background-color: #283448;
        border-radius: 10px;
        color: white;
    }

ul.pagination li {
    position: relative;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.17);
    color: #ffffff;
    padding: 3px 10px;
    cursor: pointer;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

    ul.pagination li:hover, ul.pagination li.active-page {
        background-color: rgba(0, 255, 114, 0.52);
        -webkit-box-shadow: 0px 7px 14px 0px rgba(0,0,0,0.55);
        -moz-box-shadow: 0px 7px 14px 0px rgba(0,0,0,0.55);
        box-shadow: 0px 7px 14px 0px rgba(0,0,0,0.55);
        font-weight: 700;
    }

select#page-number {
    width: 55px;
    height: 30px;
    padding: 0;
    top: 3px;
    position: relative;
}

span.t-page-count {
    margin-right: 10px;
}

span#total-pages {
    color: white;
    padding: 0 10px;
    top: 2px;
    position: relative;
    font-size: .75rem;
}

ul.column-headers {
    padding-right: 20PX;
}

.table .header-table li {
    text-align: left;
    border-bottom: 1px solid #6593bf;
}

.table ul.column-headers li {
    padding-top: 7px;
    color: #fff;
}

li.comment-col {
    width: 40%;
}

li.desc-col {
    width: 50%;
}

.hidden-label {
    display: none;
}

.results-table {
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.results-table-lg {
    max-height: 50vh;
    overflow-x: hidden;
    overflow-y: scroll;
}

.result-row:hover {
    background: #EBFFD7 !important;
    cursor: pointer;
}

/* Box CSS*/
.h2-box {
    display: block;
    height: 40px;
    text-indent: 10px;
    line-height: 35px;
    /* border-radius: 3px 3px 0 0; */
    background-color: rgba(255, 255, 255, 0.8);
    color: #29679c;
    border-top: 5px solid #29679c;
    border-bottom: 1px solid #B4D3ED;
    box-shadow: 0 2px 4px rgba(0,0,0,.24);
}

    .h2-box:first-child {
        margin-top: 15px;
    }

.box-header {
    font-size: 18px;
    font-weight: 400;
}

/* Link CSS*/
#plan-id a, #plan-id input[type="submit"] {
    width: 100%;
}


/*Input CSS */
input[type="submit"].threeOptions, a.threeOptions {
    margin: 0;
}

input.matching-btn.threeOptions.activeExpandedItem, a.matching-btn.threeOptions.activeExpandedItem {
    background-color: #DEDEDE;
    color: #2A568F;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

input[type="text"], select {
    width: 100%;
    height: 25px;
    font-family: 'Open Sans', sans-serif;
    padding: 5px;
}

input[type=submit], a.button, a.go-btn, a.click-here, a.sidebar-btn, a.fileClaimBtn, a.billing-btn, #plan-id a, #plan-id input[type="submit"], #_FileClaimContactInfo a {
    font-size: 12px;
    color: #fff;
    background: #2A568F;
    display: inline-block;
    text-align: center;
    padding: 10px 15px;
    font-weight: normal;
    border: none;
    -webkit-appearance: none;
    border-radius: 2px;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    float: right;
    margin: 15px 0;
}

    input[type=submit]:hover, a.go-btn:hover, a.button:hover, a.click-here:hover, a:hover.sidebar-btn, a.fileClaimBtn:hover, #plan-id a:hover, #plan-id input[type="submit"]:hover, a.billing-btn:hover, #_FileClaimContactInfo a:hover {
        background: #4C79B3;
        text-decoration: none;
        cursor: pointer;
        -o-transition: .3s;
        -ms-transition: .3s;
        -moz-transition: .3s;
        -webkit-transition: .3s;
    }

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

a.tab.active {
    color: black;
}

a.click-here {
    float: none;
    margin: 0 5px;
    padding: 5px;
    border-radius: 2px;
}

a.component-maintenance {
    font-size: 13px;
    padding: 0 6px;
    margin-top: 15px;
    border-radius: 0;
}

textarea {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    border: 1px solid #296dc1;
    width: 100%;
    min-height: 100px;
    font-family: 'Open Sans', sans-serif;
}

a.sidebar-btn {
    width: 100%;
    background: #dedede;
    color: #2a568f;
    min-height: 50px;
    font-weight: 700;
    line-height: 50px;
}

a:hover.sidebar-btn {
    background: #B7B7B7;
}

/*.plans-wrap input:hover {
    background-color: #4C79B3;
    color: #fff;
}*/

.matching-btn, .matching-button, .matching-buttons {
    width: 100%;
}

/*POPUP & PROCESSING------------------------------*/
#blanket {
    background-color: #111;
    opacity: 0.27;
    filter: alpha(opacity=27);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9001;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

#mask /* Z-index of #mask must lower than #boxes .window */ {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9000;
    background-color: #111;
    opacity: 0.27;
    filter: alpha(opacity=27);
    display: none;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

#boxes .window {
    position: fixed;
    /* min-width: /*320px; */
    margin-right: auto;
    max-width: 550px;
    min-width: 375px;
    height: auto;
    display: none;
    z-index: 9999;
    padding: 20px;
    background-color: White;
}

#boxes .lg-min-width {
    max-height: 650px;
    overflow-x: hidden;
    padding: 0 15px 0 0;
}

#oneTimePaymentModal p {
    clear: left;
    font-size: 12px;
}

#oneTimePaymentModal label {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: bold;
    float: left;
    font-size: 12px;
}

#oneTimePaymentModal h2 {
    margin-bottom: 5px;
}

#oneTimePaymentModal input[type="text"], #oneTimePaymentModal input[type="password"], #oneTimePaymentModal select {
    height: 25px;
    margin-bottom: 5px;
}

input[type="password"] {
    width: 100%;
    font-family: 'Open Sans', sans-serif;
}

.deleteIcon {
    background-position: -60px 0;
}

.iconSprite {
    background: transparent url(../../Content/Images/Icons.png) 0 0 no-repeat;
    width: 18px;
    height: 18px;
    display: block;
    float: left;
    margin: 1px;
}

.deleteIcon {
    background-position: -54px 0;
}

    .deleteIcon:hover {
        background-position: -54px -18px;
    }

.deleteBox {
    position: absolute;
    top: -8px;
    right: -8px;
    cursor: pointer;
    display: block;
}

.editIcon {
    background-position: -74px -1px;
}

    .editIcon:hover {
        background-position: -74px -19px;
    }

span.editIcon a, span.editIcon a:hover {
    border: none;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    background-color: black;
    z-index: 99;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=6);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
    min-height: 100%;
    width: 100%;
}

.popup-padding-15 {
    padding: 15px;
}

.loading {
    font-family: 'Open Sans', sans-serif;
    font-size: 10pt;
    width: 160px;
    height: 140px;
    display: none;
    position: fixed;
    background-color: White;
    z-index: 999;
    padding: 10px;
    color: #296dc1;
    font-weight: bold;
    opacity: 1;
    border-radius: 5px;
}

a.show-hide {
    padding: 4px;
    color: #FFFFFF;
    background-color: #002F65;
    border: none;
    margin-bottom: 0;
    margin-top: 7px;
    float: right;
    cursor: pointer;
}

label.creditCardCvvLabel {
    color: #CE7F2B;
    text-decoration: underline;
    float: right;
    font-weight: normal;
}

.popover {
    position: absolute;
    font-size: 12px;
    width: 250px !important;
    height: 102px;
    border: 1px solid #444;
    white-space: normal !important;
    color: #111;
    border: 1px solid rgba(78, 78, 78, 0.5);
    background: #efefef;
    border-radius: 3px;
    padding: 10px;
}
/**** MyWarranties Sidebar ****/



/* View Plans Column CSS*/


.box, .box-front {
    padding: 15px;
    /* border-top: 1px solid #296dc1; */
    /* border-radius: 0 0 10px 10px; */
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.8);
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.239216) 0 2px 4px;
    margin-bottom: 25px;
}

.box-front {
    margin-top: 15px;
    border-top: 5px solid #2A568F;
}

.form-header {
    margin-top: 15px;
    position: relative;
    display: inline-block;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    border-top: 5px solid #2A568F;
    border-bottom: 1px solid #2A568F;
    box-shadow: 0 2px 4px rgba(0,0,0,.24);
}

.subform, .contact-form {
    background-color: #ECECEC;
    position: relative;
    padding: 35px;
    display: inline-block;
    width: 100%;
    margin: 0 15px 15px 0;
    border: 1px solid #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,.24);
}

.contact-form {
    background-color: rgba(247, 247, 247, 0.95);
}

.subform p {
    margin: 10px;
}

.subform-border {
    border-right: 1px dotted #6F6F6F;
}

.subform input[type="text"] {
    padding-left: 5px;
    margin-bottom: 10px;
}

.form-body label, .subform label {
    margin-bottom: 10px;
    /* color: #000; */
    font-weight: 500;
}

.form-body {
    position: relative;
    display: inline-block;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 15px 125px;
    box-shadow: 0 2px 4px rgba(0,0,0,.24);
    bottom: 2px;
    margin-bottom: 15px;
}

.missing-plan a {
    text-decoration: underline;
    color: #74B743;
    font-weight: normal;
}

.fixed-col-offset {
    top: 0;
    position: relative;
    width: 100%;
    min-height: 256px;
    z-index: 100;
}

.view-plans p {
    line-height: 14px;
    font-size: 12px;
    color: #fff;
    margin: 10px 0;
}

.sidebar-h2 {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    border-left: 10px solid #74b743;
    margin-left: -15px;
    padding-left: 15px;
}

span.side-bar-h3 {
    font-size: 16px;
    border-width: 0;
    margin-left: 0;
}

.view-plans .icon-search2 {
    display: inline;
    color: #fff;
    font-size: 32px;
    position: relative;
    top: 3px;
}

.sidebar-h3 {
    font-size: 24px;
    font-weight: 200;
    color: #fff;
    margin-top: 15px;
    display: inline-block;
}

.sidebar-ruler {
    border-bottom: 1px solid #fff;
    margin: 15px 0;
}

select.plan-select {
    margin: 15px 0;
    width: 100%;
    height: 40px;
}

/* jQuery UI Popup CSS*/
.ui-dialog .ui-dialog-titlebar-close {
    background: url('../Images/cancel-circle.png') no-repeat 0 0 !important;
    width: 18px !important;
    height: 16px !important;
    border: none !important;
    cursor: pointer;
    outline: none;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default:hover {
    background-position: 0 -16px;
}

.ui-widget-header {
    border: none !important;
    color: #222222 !important;
    background: transparent !important;
    font-weight: bold !important;
}

.ui-dialog .ui-dialog-content {
    overflow-y: auto !important;
    overflow-x: inherit !important;
    /*max-height: 400px !important;*/
}

.ui-dialog .ui-dialog-titlebar-close {
    display: block !important;
}

.no-close .ui-dialog-titlebar-close {
    display: none !important;
}

.ui-icon-closethick {
    display: none !important;
}

#ui-datepicker-div {
    z-index: 20 !important;
}

button.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only {
    float: none;
    margin: 0 auto;
    border: none;
    background-color: #dedede;
    outline: none;
    position: relative;
    width: inherit;
}
/* Plan Column CSS */
.plan-tabs {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-top: 15px;
}

.tab {
    display: inline-block;
    position: relative;
    background-color: #ADADAD;
    width: 100%;
    height: 30px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    line-height: 30px;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}

    .tab:hover {
        background-color: #8A8A8A;
    }

a.tab {
    margin-bottom: 0;
}

.plans {
    display: inline-block;
    position: relative;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    min-height: 306px;
    padding: 15px;
    margin-bottom: 15px;
}

.plans-wrap {
    display: block;
    background-color: #fff;
    position: relative;
    padding: 15px;
    box-shadow: 0 2px 4px rgba(0,0,0,.24);
    border-left: 10px solid #2A568F;
    z-index: 10;
    margin-bottom: 25px;
}

    .plans-wrap .icon-computer-help {
        font-size: 120px;
        color: #17254F;
        height: 85px;
    }

.active, .active:hover {
    background-color: rgba(255, 255, 255, 0.8);
}

.activeExpandedItem {
    background-color: #DEDEDE !important;
    color: #515151;
}

.expandedArea .expandedItem {
    background-color: #DEDEDE;
    width: 100%;
    padding: 15px;
    z-index: 1;
    position: relative;
    display: none;
}



img.payment-icons {
    margin-top: 25px;
}

#billingContent label {
    margin: 10px 0;
    font-size: 12px;
    position: relative;
    display: block;
}

#billingContent input[type="text"], select {
    margin-bottom: 5px;
    height: 40px;
    outline: none;
}

    select:focus {
        outline: none;
    }

.billing-policy .box {
    margin-bottom: 0;
}
/* Navbar CSS */

.navbar {
    padding: 13px;
    padding-bottom: 0;
    -webkit-transition: background .8s ease-out, padding .8s ease-out;
    -moz-transition: background .8s ease-out, padding .8s ease-out;
    transition: background .8s ease-out, padding .8s ease-out;
    margin-bottom: 0;
    min-height: 72px;
}

.navbar-inverse {
    background-color: #fff;
    border-color: transparent;
    border-radius: 0;
    box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.2);
    z-index: 100;
    height: 100px;
    padding: 0;
    border: none;
}

    .navbar-inverse .navbar-toggle {
        border: 2px solid #2E6DB6;
        border-radius: 0;
    }

        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: #002252;
            height: 2px;
        }

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
        border-bottom: 5px solid #296DC1;
        background-color: #C7C7C7;
    }

    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        margin-top: 0;
    }

.dropdown-menu > li > a:hover {
    background: #29568F;
    color: #fff;
}

.navbar-brand {
    padding: 5px 0;
    background-image: url(../Images/Logos/AMTlogo.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 247px;
    height: 75px;
    display: inline-block;
    position: relative;
    bottom: 2px;
}

.navbar-inverse .navbar-brand {
    margin-top: 38px;
}

.navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #858586;
}

.navbar-inverse .navbar-nav > li > a {
    background: none;
    font-size: 14px;
    background-color: none;
    height: 99px;
    padding-top: 38px;
}

    .navbar-inverse .navbar-nav > li > a:hover {
        border-bottom: 3px solid #296DC1;
    }

    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
        cursor: pointer;
        color: #858586;
    }

.icon-settings {
    font-size: 29px;
    height: 20px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: initial;
    padding: 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.open > .dropdown-menu {
    display: block;
}

ul.dropdown-menu li {
    margin-bottom: 0;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 17px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #ffffff;
    white-space: nowrap;
    min-width: 98px;
    margin-top: 0;
    border-radius: 0;
    min-height: initial;
    background: #73B843;
}
/* Sidebar CSS */

.view-plans {
    margin-top: 15px;
    display: inline-block;
    background-color: #2a568f;
    width: 100%;
    position: relative;
    padding: 15px;
    margin-bottom: 15px;
}
/* Home Page */
h1.bg-text {
    font-size: 32px;
    color: #C9E1FF;
    background-color: rgba(0, 0, 0, 0.65);
    padding: 5px 25px;
    border-radius: 0;
    /*border-left: 10px solid #C9E1FF;*/
    width: 100%;
    font-style: italic;
}

p.bg-p-text {
    font-size: 16px;
    background-color: rgba(0, 0, 0, 0.65);
    padding: 10px 25px;
    border-radius: 0;
    border-bottom: 5px solid #C9E1FF;
    width: 100%;
    color: #fff;
    /* margin-top: 15px; */
}

.intro-text {
    background: #2E6DB6;
    width: 100%;
    padding: 25px 0;
    text-align: center;
}

.arrow-down {
    position: absolute;
    background-color: #2E6DB6;
    display: block;
    width: 50px;
    height: 50px;
    top: 543px;
    right: 65px;
    cursor: pointer;
    /* box-shadow: 0 4px 11px 0px rgba(0, 0, 0, 0.7); */
    border-radius: 20px 20px 0 0;
}

    .arrow-down:hover, .arrow-down .icon:hover {
        opacity: 1;
    }

    .arrow-down .icon {
        font-size: 54px;
        height: 41px;
        margin-top: 5px;
        color: #fff;
        opacity: .40;
        right: 1px;
        position: relative;
    }

h1.intro {
    color: #fff;
}

.services {
    padding: 0;
    width: 100%;
    position: relative;
    height: 150px;
    /*background-image: url(../img/maze-white.png);*/
    background-repeat: repeat;
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.4);
    z-index: 2000;
}

.legal-statement {
    background-color: #E4E4E4;
    padding: 20px 0;
}

    .legal-statement p {
        margin: 0;
    }

a.tb-boxes {
    font-size: 14px;
    color: #364D7D;
    font-weight: normal;
    display: inline-block;
    width: 24%;
    margin-top: 0;
    text-decoration: none;
    height: 150px;
    line-height: 0;
    text-align: center;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}

    a.tb-boxes.active {
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.27);
    }

.tb-boxes:hover {
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    /* border-bottom: 30px solid #2E6DB6; */
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.27);
}

    .tb-boxes:hover > span.b-wrap {
        top: 20px;
        -o-transition: .3s;
        -ms-transition: .3s;
        -moz-transition: .3s;
        -webkit-transition: .3s;
    }

.tb-boxes:not(.active) {
    box-shadow: none !important;
}

span.b-wrap {
    position: relative;
    display: block;
    top: 25px;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}

    span.b-wrap:hover {
        top: 20px;
        -o-transition: .3s;
        -ms-transition: .3s;
        -moz-transition: .3s;
        -webkit-transition: .3s;
    }

.tb-boxes .icon {
    font-size: 80px;
    height: 60px;
}

.tb-boxes p {
    margin-top: 20px;
    text-align: center;
}


.breakdown, .features {
    background: #768EA9;
    padding: 0;
    z-index: 10000;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}

.breakdown-text h2, .benefits h2 {
    font-size: 30px;
    color: #C9E1FF;
    background-color: rgba(78, 78, 78, 0.5);
    padding: 10px 25px;
    border-radius: 0;
    border-left: 10px solid #C9E1FF;
    width: 100%;
    font-style: italic;
}

.breakdown-text p {
    font-size: 14px;
    margin-top: 20px;
    line-height: 20px;
    color: #fff;
    font-weight: 300;
}


input.matching-button, input.matching-button:hover {
    width: 100%;
    min-height: 40px;
    background-color: #2E6DB6;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    outline: none;
}

    input.matching-button:hover {
        background-color: #17254f;
    }

.no-display {
    display: none;
}

.display {
    display: block;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}

.notVisibleBlock {
    display: none;
}

.visibleBlock {
    display: block;
}

.breakdown-text {
    margin: 35px 0;
}

.hero-text {
    position: relative;
    margin-top: 330px;
}

.hero-bg {
    background-color: #FFFFFF;
    background-image: url(../Images/branding-heroes/amt-v2.jpg);
    background-repeat: no-repeat;
    background-position: center 0%;
    background-size: cover;
    width: 100%;
    display: block;
    height: 560px;
    position: relative;
}

select[name="tbCoverage"] {
    margin: 15px 0;
}

.carousel-1, .carousel-2, .carousel-3, .carousel-4 {
    background-image: url(../Images/carousel/carousel-1.png);
    background-repeat: no-repeat;
    background-position: center 0%;
    background-size: cover;
    width: 100%;
    display: block;
    height: 271px;
}

.carousel-2 {
    background-image: url(../Images/carousel/carousel-2.png);
}

.carousel-3 {
    background-image: url(../Images/carousel/carousel-3.png);
}

.carousel-4 {
    background-image: url(../Images/carousel/carousel-4.png);
}
/* Billing tab*/
.billing h2 {
    margin-bottom: 5px;
}

.billing .dotted-ruler {
    margin: 10px 0;
}

/*ERROR & VALIDATION--------------------------------*/

select.select-validation-error, select.input-validation-error {
    background: #fbb;
    border-color: #cc4c40 !important;
    outline: none;
}

input.input-validation-error {
    background: #fbb;
    border-color: #cc4c40 !important;
    outline: none;
    width: 100%;
    height: 40px;
}

textarea.textarea-validation-error {
    background: #fbb;
    border-color: #cc4c40 !important;
    outline: none;
}

.field-validation-error {
    float: left;
    clear: left;
    font-size: 0.8em;
    color: #900C00;
    margin: 5px 20px;
}

.error-message, .val-message, .success-message {
    top: 0;
    left: 0;
    width: 100%;
    position: relative;
    background: #cc4c40;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    padding: 10px;
}

.success-message {
    background: #4fa600;
}

.val-message {
    background-color: #BE680D;
}

.validation-message {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #A90000;
    color: #FFFFFF;
    font-weight: bold;
}

/* Footer CSS */
.footer, #footer-sec {
    background-color: #4A4A4A;
    color: #fff;
    font-size: 14px;
    text-align: center;
    /* margin-top: 15px; */
    line-height: 16px;
    padding: 20px 0;
}

    #footer-sec a {
        text-decoration: underline;
    }
/**** Product Group CSS ****/
.product-group {
    height: 165px;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
}

.apparel-1 {
    background-image: url(../Images/product-groups/apparel-1.png);
}

.apparel-2 {
    background-image: url(../Images/product-groups/apparel-2.png);
}

.appliances-large {
    background-image: url(../Images/product-groups/appliances-large.png);
}

.appliances-small {
    background-image: url(../Images/product-groups/appliances-small.png);
}

.computer {
    background-image: url(../Images/product-groups/computer.png);
}

.furniture {
    background-image: url(../Images/product-groups/furniture.png);
}

.jewelry {
    background-image: url(../Images/product-groups/jewelry.png);
}

.mobile-devices {
    background-image: url(../Images/product-groups/mobile-devices.png);
}

.outdoor-camping {
    background-image: url(../Images/product-groups/outdoor-camping.png);
}

.power-tools {
    background-image: url(../Images/product-groups/power-tools.png);
}

.shield-placeholder {
    background-image: url(../Images/product-groups/shield-placeholder.png);
}

.tv-electronics {
    background-image: url(../Images/product-groups/tv-electronics.png);
}

.sunglasses {
    background-image: url(../Images/product-groups/sunglasses.png);
}

.ui-dialog.stayLoggedIn .ui-dialog-buttonpane, .ui-dialog.stayLoggedIn .ui-dialog-buttonpane .ui-dialog-buttonset {
    text-align: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    padding: 5px;
}

a.form-step {
    display: inline-block;
    position: relative;
    background-color: #D2D8D8;
    color: #2a568f;
    text-transform: uppercase;
    font-weight: 500;
    width: 100%;
    text-align: center;
    font-size: 14px;
    cursor: default;
}

    a.form-step.enabled-step {
        background-color: rgba(255, 255, 255, 0.75);
        color: #2a568f;
    }

    a.form-step.done {
        background-color: #4fa600;
    }

.form-wrapper {
    display: block;
    position: relative;
    background-color: rgba(255, 255, 255, 0.75);
    padding: 25px;
}

span.step-num.icon.icon-check {
    color: #438c00;
    font-size: 28px;
    height: 20px;
    display: inline-block;
    position: relative;
    top: 8px;
}

span.c-link-text {
    display: inline-block;
    position: relative;
    line-height: 45px;
}

.c-m-wrap {
    margin: 25px 0;
}

.c-m-review-table ul.result-row:nth-child(even) {
    background-color: transparent !important;
}

.c-m-review-table ul.result-row li:last-child {
    background-color: #dedede !important;
}

.c-m-review-table ul.result-row:hover {
    background-color: transparent !important;
    cursor: default;
}

a.view-in-devices {
    margin-top: 35px;
    position: relative;
    display: block;
}

ul.checkbox-list li, ul.checkbox-list li input[type="checkbox"] {
    margin: 0;
}

.drop-table .header-table {
    background-color: #fff;
    color: #002F65;
    padding-right: 15px;
    position: relative;
}

    .drop-table .header-table li {
        border-bottom: 1px solid #cacaca;
    }

a.go-btn {
    margin: 8px 0;
}


/* repair progress tracker styles */


.repair-progress-tracker {
    /*-webkit-box-shadow: 0px 0px 30px -1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 30px -1px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 30px -1px rgba(0, 0, 0, 0.5);*/
}

    .repair-progress-tracker .statusBar {
        display: block;
        width: 100%;
    }

        .repair-progress-tracker .statusBar ul {
            margin: 0;
            padding: 0px;
            background: white;
            height: 80px;
            border-radius: 10px;
            width: 100%;
            display: table;
            background-color: rgba(34, 120, 187, 0.15);
        }

            .repair-progress-tracker .statusBar ul li {
                margin: 10px 0;
                padding: 0px;
                display: table-cell;
                text-align: center;
                width: 20%;
                /*width:15%;*/
                border-right: 1px solid rgba(202, 202, 202, .2);
            }

                .repair-progress-tracker .statusBar ul li:first-child {
                    border-radius: 10px 0 0 10px;
                }

                .repair-progress-tracker .statusBar ul li:last-child {
                    border-right: 0px;
                    border-radius: 0 10px 10px 0;
                }

                .repair-progress-tracker .statusBar ul li span {
                    display: block;
                    clear: both;
                }

                    .repair-progress-tracker .statusBar ul li span.num {
                        font-size: 3em;
                        margin-top: 10px;
                    }

                    .repair-progress-tracker .statusBar ul li span.stepLabel {
                        font-size: 1.2em;
                        font-weight: 500;
                    }



                .repair-progress-tracker .statusBar ul li.active {
                    background: #00569D; /* Old browsers */
                    background: -moz-linear-gradient(left, #00569D 0%, #004C89 100%); /* FF3.6-15 */
                    background: -webkit-linear-gradient(left, #00569D 0%,#004C89 100%); /* Chrome10-25,Safari5.1-6 */
                    background: linear-gradient(to right, #00569D 0%,#004C89 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00569D', endColorstr='#004C89',GradientType=1 );
                    color: #fff;
                    border-right-color: none;
                    box-shadow: 0 5px 10px rgba(0, 46, 84,0.3), 0 5px 10px rgba(0, 46, 84,0.2);
                    /*width: 40%;*/
                }

                .repair-progress-tracker .statusBar ul li.complete {
                    margin: 0;
                    color: #fff;
                    /*filter: blur(1px);*/
                }

                .repair-progress-tracker .statusBar ul li.one.complete {
                    /* background-color: rgba(0,120,215,0.9); */
                    background: #0076d7; /* Old browsers */
                    background: -moz-linear-gradient(left, #0076d7 0%, #057bdb 100%); /* FF3.6-15 */
                    background: -webkit-linear-gradient(left, #0076d7 0%,#057bdb 100%); /* Chrome10-25,Safari5.1-6 */
                    background: linear-gradient(to right, #0076d7 0%,#057bdb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0076d7', endColorstr='#057bdb',GradientType=1 );
                }

                .repair-progress-tracker .statusBar ul li.two.complete {
                    background: #057bdb; /* Old browsers */
                    background: -moz-linear-gradient(left, #057bdb 0%, #0d82e1 100%); /* FF3.6-15 */
                    background: -webkit-linear-gradient(left, #057bdb 0%,#0d82e1 100%); /* Chrome10-25,Safari5.1-6 */
                    background: linear-gradient(to right, #057bdb 0%,#0d82e1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#057bdb', endColorstr='#0d82e1',GradientType=1 );
                }

                .repair-progress-tracker .statusBar ul li.three.complete {
                    background: #0d82e1; /* Old browsers */
                    background: -moz-linear-gradient(left, #0d82e1 0%, #158ae9 100%); /* FF3.6-15 */
                    background: -webkit-linear-gradient(left, #0d82e1 0%,#158ae9 100%); /* Chrome10-25,Safari5.1-6 */
                    background: linear-gradient(to right, #0d82e1 0%,#158ae9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d82e1', endColorstr='#158ae9',GradientType=1 );
                }

                .repair-progress-tracker .statusBar ul li.four.complete {
                    background: #1c91ef; /* Old browsers */
                    background: -moz-linear-gradient(left, #158ae9 0%, #1c91ef 100%); /* FF3.6-15 */
                    background: -webkit-linear-gradient(left, #158ae9 0%,#1c91ef 100%); /* Chrome10-25,Safari5.1-6 */
                    background: linear-gradient(to right, #158ae9 0%,#1c91ef 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#158ae9', endColorstr='#1c91ef',GradientType=1 );
                }

                .repair-progress-tracker .statusBar ul li.five.complete {
                    background: #1c91ef; /* Old browsers */
                    background: -moz-linear-gradient(left, #1c91ef 0%, #2196f3 100%); /* FF3.6-15 */
                    background: -webkit-linear-gradient(left, #1c91ef 0%,#2196f3 100%); /* Chrome10-25,Safari5.1-6 */
                    background: linear-gradient(to right, #1c91ef 0%,#2196f3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c91ef', endColorstr='#2196f3',GradientType=1 );
                }

    .repair-progress-tracker p.statusText {
        margin-top: 20px;
        font-weight: bold;
        text-align: center;
    }

    .rostatushistorytable{
        width:100%;
        padding:12px;
    }
    .rostatushistorytable td{
        padding:0px 3px;
    }

    @media (min-width: 1998px) {
        .hero-bg {
            height: 520px;
        }
    }

    @media (max-width: 1997px) {
        .arrow-down {
            top: 582px;
        }
    }
    @media (max-width: 1440px) {
        .hero-bg {
            height: 520px;
        }
    }
    @media (min-width: 1200px) {
    }

    @media (max-width: 1199px) {
        .sidebar-h2 {
            font-size: 22px;
        }

        .arrow-down {
            top: 462px;
        }

        .form-body {
            padding: 15px 35px;
        }

        .plans {
            min-height: 294px;
        }

        .hero-bg {
            background-position: center 21%;
            height: 440px;
        }

        .carousel-1, .carousel-2, .carousel-3, .carousel-4 {
            height: 330px;
        }

        .contact-us-bg {
            background-position: center center;
        }

        .product-group {
            top: 30px;
        }

        .footer, #footer-sec {
            padding: 12px 0;
        }
    }

    @media (max-width: 991px) {
        .sidebar-h2 {
            font-size: 15px;
        }

        .view-plans .icon-search2 {
            font-size: 22px;
        }

        .sidebar-h3 {
            font-size: 18px;
        }

        .plans-wrap .icon-computer-help {
            font-size: 90px;
            color: #17254F;
            height: 65px;
        }

        .nav > li > a {
            padding: 14px 12px;
        }

        .hero-bg {
            height: 380px;
            width: 100%;
            background-position: center 13%;
        }

        .hero-text {
            margin-top: 205px;
        }

        h1.bg-text {
            font-size: 22px;
        }

        p.bg-p-text {
            font-size: 14px;
        }

        .arrow-down {
            top: 402px;
        }

        .carousel-1, .carousel-2, .carousel-3, .carousel-4 {
            background-size: 100%;
            height: 283px;
            width: 140%;
        }

        .product-group {
            top: 50px;
        }

        .navbar-inverse .navbar-brand {
            width: 180px;
            margin-top: 40px;
        }
    }

@media (max-width: 767px) {
    .subform, .contact-form {
        margin: 15px 0;
    }

    .arrow-down {
        display: none;
    }

    .plans-wrap .icon-computer-help {
        text-align: center;
    }

    .plans-wrap input {
        margin-bottom: 5px;
    }

    .form-body {
        padding: 15px 5px;
    }

    .subform-border {
        border: none;
    }

    .content {
        padding: 0 15px;
    }

    .navbar {
        padding: 0;
    }

    .navbar-inverse .navbar-brand {
        margin-top: 25px;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #FFF;
        text-align: center;
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #FFF;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
        border-bottom: none;
    }

    .navbar-inverse .navbar-nav > li > a:hover {
        border: none !important;
        color: #fff;
    }

    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
        background-color: transparent !important;
    }

    .navbar-inverse .navbar-toggle {
        border: none;
        padding: 22px 0;
        margin-right: 0;
    }

        .navbar-inverse .navbar-toggle .icon-bar {
            height: 4px;
            width: 30px;
        }

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
        border-bottom: none;
    }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        margin-top: 12px;
        background-color: #383838;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #fff;
        height: auto;
        padding-top: 10px;
    }

    .navbar-header {
        padding: 10px 15px 0;
    }

    .navbar-nav {
        margin: 0 -15px;
    }

    .nav > li {
        margin-bottom: 0;
    }

        .nav > li > a > img {
            max-width: none;
            margin-top: 15px;
        }

    .hero-bg {
        height: 270px;
        width: 100%;
        background-size: cover;
    }

    .hero-text-xs {
        color: #fff;
        display: block;
        background-color: rgba(0, 0, 0, 0.5);
        /* padding: 15px; */
        position: absolute;
        bottom: 0px;
        margin-right: 15px;
        width: 100%;
        height: 68px;
        left: 0;
    }

    h2,
    .h2 {
        font-size: 20px;
    }

    p.bg-p-text {
        font-size: 14px;
        color: #fff;
        margin-bottom: 0;
        border: none;
    }

    .table .header-table {
        display: none;
    }

    .table ul {
        border-top: 1px solid #ccc;
    }

        .table ul:first-child {
            border-top: none;
        }

        .table ul li {
            display: block;
            float: left;
            width: 50%;
        }

    .hidden-label {
        display: block;
        float: left;
        clear: left;
        color: #2a568f;
        font-size: 12px;
        margin: 0 0 2px 0;
    }

    .table ul li span {
        float: left;
        clear: left;
    }

    .contact-us-bg {
        background-size: cover;
        background-position: center center;
    }

    .contact-form {
        background-color: rgba(247, 247, 247, 0.75);
    }

    .xs-padding-left {
        padding-left: 15px;
    }

    .xs-padding-right {
        padding-right: 15px;
    }

    .xs-no-padding-r-l {
        padding-left: 0;
        padding-right: 0;
    }

    .xs-no-padding-left {
        padding-left: 0;
    }

    .xs-no-padding-right {
        padding-right: 0;
    }

    .xs-border-right {
        border-right: 1px solid #fff;
    }

    .xs-border-left {
        border-left: 1px solid #fff;
    }

    .xs-no-display {
        display: none;
    }

    .xs-display {
        display: block;
    }

    .navbar-inverse .navbar-nav > li > a {
        text-align: center;
    }

    a.component-maintenance {
        width: 100%;
    }

    .product-group {
        top: 0;
        background-size: 100%;
        width: 155px;
        margin: 0 auto;
    }

    span.c-link-text {
        display: block;
        position: relative;
        line-height: 60px;
    }

    a.form-step {
        height: 60px;
        font-size: 12px;
    }

    .step-num {
        display: none;
    }

    span.step-num.icon.icon-check {
        margin-bottom: 12px;
        display: none;
    }

    .breakdown-text h2, .benefits h2 {
        font-size: 28px;
    }

    .breakdown-text p {
        font-size: 16px;
    }




    .repair-progress-tracker .statusBar ul {
        margin: 0;
        padding: 0px;
        height: 100%;
        border-radius: 0;
        width: 100%;
        display: table;
        float: left;
        clear: both;
        border-bottom: 0;
    }

        .repair-progress-tracker .statusBar ul li {
            width: 100%;
            display: table-row;
            float: left;
            border-right: none;
            border-bottom: 1px solid rgba(202, 202, 202, .2);
            margin: 0 !important;
            padding: 10px;
        }

            .repair-progress-tracker .statusBar ul li:first-child,
            .repair-progress-tracker .statusBar ul li:last-child {
                border-radius: 0;
            }

            .repair-progress-tracker .statusBar ul li:last-child {
                border-bottom: none;
            }

            .repair-progress-tracker .statusBar ul li.one.complete {
                background: #0076d7; /* Old browsers */
                background: -moz-linear-gradient(top, #0076d7 0%, #057bdb 100%); /* FF3.6-15 */
                background: -webkit-linear-gradient(top, #0076d7 0%,#057bdb 100%); /* Chrome10-25,Safari5.1-6 */
                background: linear-gradient(to bottom, #0076d7 0%,#057bdb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0076d7', endColorstr='#057bdb',GradientType=0 ); /* IE6-9 */
            }

            .repair-progress-tracker .statusBar ul li.two.complete {
                background: #0076d7; /* Old browsers */
                background: -moz-linear-gradient(top, #057bdb 0%, #0d82e1 100%); /* FF3.6-15 */
                background: -webkit-linear-gradient(top, #057bdb 0%,#0d82e1 100%); /* Chrome10-25,Safari5.1-6 */
                background: linear-gradient(to bottom, #057bdb 0%,#0d82e1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#057bdb', endColorstr='#0d82e1',GradientType=0 ); /* IE6-9 */
            }

            .repair-progress-tracker .statusBar ul li.three.complete {
                background: #0076d7; /* Old browsers */
                background: -moz-linear-gradient(top, #0d82e1 0%, #158ae9 100%); /* FF3.6-15 */
                background: -webkit-linear-gradient(top, #0d82e1 0%,#158ae9 100%); /* Chrome10-25,Safari5.1-6 */
                background: linear-gradient(to bottom, #0d82e1 0%,#158ae9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d82e1', endColorstr='#158ae9',GradientType=0 ); /* IE6-9 */
            }

            .repair-progress-tracker .statusBar ul li.four.complete {
                background: #0076d7; /* Old browsers */
                background: -moz-linear-gradient(top, #158ae9 0%, #1c91ef 100%); /* FF3.6-15 */
                background: -webkit-linear-gradient(top, #158ae9 0%,#1c91ef 100%); /* Chrome10-25,Safari5.1-6 */
                background: linear-gradient(to bottom, #158ae9 0%,#1c91ef 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#158ae9', endColorstr='#1c91ef',GradientType=0 ); /* IE6-9 */
            }

            .repair-progress-tracker .statusBar ul li.five.complete {
                background: #0076d7; /* Old browsers */
                background: -moz-linear-gradient(top, #1c91ef 0%, #2196f3 100%); /* FF3.6-15 */
                background: -webkit-linear-gradient(top, #1c91ef 0%,#2196f3 100%); /* Chrome10-25,Safari5.1-6 */
                background: linear-gradient(to bottom, #1c91ef 0%,#2196f3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c91ef', endColorstr='#2196f3',GradientType=0 ); /* IE6-9 */
            }

            .repair-progress-tracker .statusBar ul li span {
                display: block;
                float: left;
                margin: 0px;
                padding: 0px;
                text-align: left;
                clear: none;
            }

                .repair-progress-tracker .statusBar ul li span.num {
                    font-size: 3em;
                    margin: 0px;
                    padding: 0px;
                    width: 10%;
                }

                .repair-progress-tracker .statusBar ul li span.stepLabel {
                    margin: 8px 0 0 0;
                    padding: 0px;
                    font-size: 2em;
                    width: 90%;
                }

    .repair-progress-tracker p.statusText {
        text-align: left;
        font-size: 1.5em;
        font-weight: 500;
    }
}

@media (max-width: 375px) {


    h2.contact-h2 {
        font-size: 30px;
    }
}
