.cacontainer * {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

.cacontainer {
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0 auto
}

.cacontainer:after {
    content: "";
    display: table;
    clear: both
}

.cacontainer .carow [class*="ca-"] h1 {
    display: block;
    float: none;
    padding: 10px;
    font-size: 32px
}

.cacontainer .carow [class*="ca-"] h2 {
    color: #000000 !important;
    display: block;
    float: none;
    padding: 10px;
    font-size: 28px
}

.cacontainer .carow [class*="ca-"] h3 {
    color: #000000 !important;
    display: block;
    float: none;
    padding: 10px;
    line-height: 100%;
    font-size: 24px
}

.cacontainer .carow [class*="ca-"] h4 {
    display: block;
    float: none;
    padding: 10px;
    font-size: 18px
}

.cacontainer ul {
    font-size: 14px;
    list-style: disc;
    padding: 10px 0 10px 40px
}

.cacontainer ol {
    font-size: 14px;
    padding: 10px 0 10px 40px
}

.cacontainer .disclaimer {
    font-size: 8px;
    line-height: 8px;
    padding: 10px 0 10px 0
}

.cacontainer .caheader {
    padding: 0 0 20px 0
}

.cacontainer p {
    font-size: 14px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px
}

.cacontainer .carow {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: auto
}

.cacontainer .carow [class*="ca-"] {
    float: left;
    padding-right: 20px
}

.cacontainer .carow [class*="ca-"] {
    padding: 0 10px
}

.cacontainer .carow .ca-1 {
    width: 8.33333333%
}

.cacontainer .carow .ca-2 {
    width: 16.66666667%
}

.cacontainer .carow .ca-3 {
    width: 25%
}

.cacontainer .carow .ca-4 {
    width: 33.33333333%
}

.cacontainer .carow .ca-5 {
    width: 41.66666667%
}

.cacontainer .carow .ca-6 {
    width: 50%
}

.cacontainer .carow .ca-7 {
    width: 58.33333333%
}

.cacontainer .carow .ca-8 {
    width: 66.66666667%
}

.cacontainer .carow .ca-9 {
    width: 75%
}

.cacontainer .carow .ca-10 {
    width: 83.33333333%
}

.cacontainer .carow .ca-11 {
    width: 91.66666667%
}

.cacontainer .carow .ca-12 {
    width: 100%
}

.cacontainer .carow .ca-fifths {
    width: 20%
}

.cacontainer .carow .ca-offset-1 {
    margin-left: 8.33333333%
}

.cacontainer .carow .ca-offset-2 {
    margin-left: 25%
}

.cacontainer .camobileonly {
    display: none
}

.grid-pad {
    padding: 20px 0 20px 20px
}

a.cabtn {
    text-align: center;
    text-decoration: none;
    padding: 10px;
    width: 100%;
    margin: 10px 0;
    border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px
}

a.cabtnblock {
    text-align: center;
    text-decoration: none;
    padding: 40px 10px;
    width: 100%;
    margin: 10px 0;
    border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px
}

.shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform
}

.shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity
}

.shadow:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.shadow:focus {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.shadow:active {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.shadow:hover:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px)
}

.shadow:focus:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px)
}

.shadow:active:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px)
}

.cabtn-white {
    background: #fff;
    border: 1px solid #fff;
    color: #000000 !important
}

.cabtn-white:hover {
    background: #d9d9d9;
    border: 1px solid #f5f5f5;
    color: #000000
}

.cabtn-black {
    background: #000;
    border: 1px solid #fff;
    color: #FFFFFF !important
}

.cabtn-black:hover {
    background: #000;
    border: 1px solid #f5f5f5;
    color: #FFFFFF !important
}

.cabtn-hisf {
    background: #0992cc;
    border: 1px solid #0992cc;
    color: #FFFFFF !important
}

.cabtn-hisf:hover {
    background: #0f6d95;
    border: 1px solid #0f6d95;
    color: #FFFFFF !important
}

.cabtn-genesis {
    background: #141414;
    border: 1px solid #141414;
    color: #fff !important
}

.cabtn-genesis:hover {
    background: #141414;
    border: 1px solid #141414;
    color: #fff !important
}

.cabtn-toyota {
    background: #d71921;
    border: 1px solid #d71921;
    color: #fff !important
}

.cabtn-toyota:hover {
    background: #921116;
    border: 1px solid #d71921;
    color: #fff !important
}

.cabtn-buick {
    background: #f26518;
    border: 1px solid #f26518;
    color: #fff
}

.cabtn-buick:hover {
    background: #b3460a;
    border: 1px solid #f26518;
    color: #fff !important
}

.cabtn-mini {
    background: #000000;
    border: 1px solid #000000;
    color: #fff;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important
}

.cabtn-mini:hover {
    background: #000000;
    border: 1px solid #000000;
    color: #fff
}

.cabtn-honda {
    background: #2086c1;
    border: 1px solid #2086c1;
    color: #fff
}

.cabtn-honda:hover {
    background: #15587f;
    border: 1px solid #2086c1;
    color: #fff
}

.cabtn-ford {
    background: #2D96CD;
    font-size: 14px !important;
    border: 1px solid #2D96CD;
    color: #fff !important
}

.cabtn-ford:hover {
    background: #1f688e;
    border: 1px solid #2D96CD;
    color: #fff !important
}

.cabtn-subaru {
    background: #20609F;
    border: 1px solid #20609F;
    color: #fff
}

.cabtn-subaru:hover {
    background: #133a5f;
    border: 1px solid #20609F;
    color: #fff
}

.cabtn-hyundai {
    background: #002D73;
    border: 1px solid #002D73;
    color: #fff !important
}

.cabtn-hyundai:hover {
    background: #000f27;
    border: 1px solid #002D73;
    color: #fff !important
}

.cabtn-lexus {
    background: #1a1a1a;
    border: 1px solid #1a1a1a;
    color: #fff
}

.cabtn-lexus:hover {
    background: #000;
    border: 1px solid #1a1a1a;
    color: #fff
}

.cabtn-chevy {
    background: #f1b923;
    border: 1px solid #f1b923;
    color: #fff
}

.cabtn-chevy:hover {
    background: #bc8c0c;
    border: 1px solid #f1b923;
    color: #fff
}

.cabtn-kia {
    background: #c4172c;
    border: 1px solid #c4172c;
    color: #fff
}

.cabtn-kia:hover {
    background: #800f1d;
    border: 1px solid #c4172c;
    color: #fff
}

.cabtn-gmc {
    background: #BC0A0F;
    border: 1px solid #BC0A0F;
    color: #fff
}

.cabtn-gmc:hover {
    background: #730609;
    border: 1px solid #BC0A0F;
    color: #fff
}

.cabtn-volvo {
    background: #003057;
    border: 1px solid #003057;
    color: #fff
}

.cabtn-volvo:hover {
    background: #00060b;
    border: 1px solid #003057;
    color: #fff
}

.cabtn-infiniti {
    background: #201d26;
    border: 1px solid #201d26;
    color: #fff !important
}

.cabtn-infiniti:hover {
    background: #000;
    border: 1px solid #201d26;
    color: #fff !important
}

.cabtn-nissan {
    background: #c3002f;
    border: 1px solid #c3002f;
    color: #fff
}

.cabtn-nissan:hover {
    background: #77001d;
    border: 1px solid #c3002f;
    color: #fff
}

.cabtn-vw {
    background: #00B1EB;
    border: 1px solid #00B1EB;
    color: #fff
}

.cabtn-vw:hover {
    background: #00779f;
    border: 1px solid #00B1EB;
    color: #fff
}

.cabtn-mitsubishi {
    background: #f02;
    border: 1px solid #f02;
    color: #fff
}

.cabtn-mitsubishi:hover {
    background: #b30018;
    border: 1px solid #f02;
    color: #fff
}

.cabtn-mazda {
    background: #222;
    border: 1px solid #222;
    color: #fff
}

.cabtn-mazda:hover {
    background: #000;
    border: 1px solid #222;
    color: #fff
}

.cabtn-mazda:visited {
    background: #222;
    border: 1px solid #222;
    color: #fff
}

.cabtn-maserati {
    background: #0b2749;
    border: 1px solid #0b2749;
    color: #fff
}

.cabtn-maserati:hover {
    background: #000;
    border: 1px solid #0b2749;
    color: #fff
}

.cabtn-mb {
    background: #222;
    border: 1px solid #222;
    color: #fff
}

.cabtn-mb:visited {
    background: #222;
    border: 1px solid #222;
    color: #fff
}

.cabtn-mb:hover {
    background: #000;
    border: 1px solid #222;
    color: #fff
}

.cabtn-lincoln {
    background: #231F1F;
    border: 1px solid #231F1F;
    color: #fff
}

.cabtn-lincoln:hover {
    background: #000;
    border: 1px solid #231F1F;
    color: #fff
}

.cabtn-bmw {
    text-transform: capitalize;
    background: #1c69d4;
    border: 1px solid #1c69d4;
    color: #fff !important;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important
}

.cabtn-bmw:hover {
    background: #134890;
    border: 1px solid #1c69d4;
    color: #fff
}

.cabtn-cadillac {
    background: #9e1834;
    border: 1px solid #9e1834;
    color: #fff !important;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important
}

.cabtn-cadillac:hover {
    background: #800F1D;
    border: 1px solid #9e1834;
    color: #fff
}

.cabtn-audi {
    background: #cd1f35;
    border: 1px solid #cd1f35;
    color: #fff
}

.cabtn-audi:hover {
    background: #8b1524;
    border: 1px solid #cd1f35;
    color: #fff
}

.cabtn-acura {
    background: #e82c2a;
    border: 1px solid #e82c2a;
    color: #fff
}

.cabtn-acura:hover {
    background: #b21513;
    border: 1px solid #e82c2a;
    color: #fff
}

.cabtn-default {
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    color: #444444
}

.cabtn-default:hover {
    background: #cfcfcf;
    border: 1px solid #f5f5f5;
    color: #444444
}

.cabtn-white {
    background: #fff;
    border: 1px solid #fff;
    color: #000000 !important
}

.cabtn-white:hover {
    background: #d9d9d9;
    border: 1px solid #f5f5f5;
    color: #000000 !important
}

.cab-buick {
    background: #f26518;
    color: #fff
}

.cab-mini {
    background: #000000;
    color: #fff
}

.cab-toyota {
    background: #d71921;
    color: #fff
}

.cab-honda {
    background: #2086c1;
    color: #fff
}

.cab-ford {
    background: #2D96CD;
    color: #fff
}

.cab-subaru {
    background: #20609F;
    color: #fff
}

.cab-hyundai {
    background: #002D73;
    color: #fff
}

.cab-lexus {
    background: #1a1a1a;
    color: #fff
}

.cab-chevy {
    background: #f1b923;
    color: #fff
}

.cab-kia {
    background: #c4172c;
    color: #fff
}

.cab-gmc {
    background: #BC0A0F;
    color: #fff
}

.cab-volvo {
    background: #003057;
    color: #fff
}

.cab-infiniti {
    background: #201d26;
    color: #fff
}

.cab-nissan {
    background: #c3002f;
    color: #fff
}

.cab-vw {
    background: #00B1EB;
    color: #fff
}

.cab-mitsubishi {
    background: #f02;
    color: #fff
}

.cab-mazda {
    background: #df0000;
    color: #fff
}

.cab-maserati {
    background: #0b2749;
    color: #fff
}

.cab-mb {
    background: #222;
    color: #fff
}

.cab-lincoln {
    background: #231F1F;
    color: #fff
}

.cab-bmw {
    background: #1c69d4;
    color: #fff
}

.cab-audi {
    background: #cd1f35;
    color: #fff
}

.cab-acura {
    background: #e82c2a;
    color: #fff
}

.cadefault {
    background: #f5f5f5
}

.ca-white {
    background: #fff
}

th.cab-toyota {
    background: #d71921 !important
}

th.cab-honda {
    background: #2086c1 !important
}

th.cab-buick {
    background: #f26518 !important
}

th.cab-mini {
    background: #000000 !important
}

th.cab-ford {
    background: #2D96CD !important
}

th.cab-subaru {
    background: #20609F !important
}

th.cab-hyundai {
    background: #002D73 !important
}

th.cab-lexus {
    background: #1a1a1a !important
}

th.cab-chevy {
    background: #f1b923 !important
}

th.cab-kia {
    background: #c4172c !important
}

th.cab-gmc {
    background: #BC0A0F !important
}

th.cab-volvo {
    background: #003057 !important
}

th.cab-infiniti {
    background: #201d26 !important
}

th.cab-nissan {
    background: #c3002f !important
}

th.cab-vw {
    background: #00B1EB !important
}

th.cab-mitsubishi {
    background: #f02 !important
}

th.cab-mazda {
    background: #df0000 !important
}

th.cab-maserati {
    background: #0b2749 !important
}

th.cab-mb {
    background: #222 !important
}

th.cab-lincoln {
    background: #231F1F !important
}

th.cab-bmw {
    background: #1c69d4 !important
}

th.cab-audi {
    background: #cd1f35 !important
}

th.cab-acura {
    background: #e82c2a !important
}

th.cadefault {
    background: #f5f5f5 !important
}

th.ca-white {
    background: #fff !important
}

.ca-buick {
    color: #f26518
}

.ca-mini {
    color: #000000
}

.ca-toyota {
    color: #d71921
}

.ca-honda {
    color: #2086c1
}

.ca-ford {
    color: #2D96CD
}

.ca-subaru {
    color: #20609F
}

.ca-hyundai {
    color: #002D73
}

.ca-lexus {
    color: #1a1a1a
}

.ca-chevy {
    color: #f1b923
}

.ca-kia {
    color: #c4172c
}

.ca-gmc {
    color: #BC0A0F
}

.ca-volvo {
    color: #003057
}

.ca-infiniti {
    color: #201d26
}

.ca-nissan {
    color: #c3002f
}

.ca-vw {
    color: #00B1EB
}

.ca-mitsubishi {
    color: #f02
}

.ca-mazda {
    color: #df0000
}

.ca-mb {
    color: #222
}

.ca-lincoln {
    color: #231F1F
}

.ca-bmw {
    color: #1c69d4
}

.ca-audi {
    color: #cd1f35
}

.ca-acura {
    color: #e82c2a
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-justify {
    text-align: justify
}

.ca-title {
    text-transform: uppercase
}

.ca-vertical {
    vertical-align: middle
}

.ca-inner-wrapper {
    margin: 0 10px;
    width: 100% !important
}

.caimage {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%
}

.cacontainer button.cabtn {
    text-align: center;
    text-decoration: none;
    padding: 10px;
    width: 100%;
    margin: 10px 0;
    border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px
}

.cacontainer button.cabtnblock {
    text-align: center;
    text-decoration: none;
    padding: 40px 10px;
    width: 100%;
    margin: 10px 0;
    border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px
}

.cacontainer .caform-control {
    float: left;
    position: relative;
    right: -25%;
    margin: 0 auto;
    width: 50%
}

.cacontainer .caform-control .carow {
    width: 100%
}

.cacontainer .caform-control h1 {
    padding: 0px 0px 10px 40px;
    display: block;
    border-bottom: 1px solid #DADADA;
    margin: -10px -30px 30px -30px;
    color: #888
}

.cacontainer .caform-control h1>span {
    display: block;
    font-size: 11px
}

.cacontainer .caform-control label {
    font-size: 16px;
    display: block;
    margin: 0px 0px 5px
}

.cacontainer .caform-control label>span {
    font-size: 16px;
    float: left;
    width: 20%;
    text-align: right;
    padding-right: 10px;
    margin-top: 10px;
    color: #333;
    font-weight: bold
}

.cacontainer .caform-control input[type="text"],
.cacontainer .caform-control input[type="email"],
.cacontainer .caform-control textarea,
.cacontainer .caform-control select {
    border: 1px solid #CCC;
    color: #888;
    height: 40px;
    font-size: 14px;
    line-height: 15px;
    margin-bottom: 16px;
    margin-right: 6px;
    margin-top: 2px;
    outline: 0 none;
    padding: 10px 0px 10px 5px;
    width: 90%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.cacontainer .caform-control select {
    background: #fff url("https://www.theautohost.com/_assets/coding/cagriddle/css/down-arrow.png") no-repeat right;
    background: #fff url("https://www.theautohost.com/_assets/coding/cagriddle/css/down-arrow.png") no-repeat right;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    width: 70%;
    height: 35px;
    line-height: 15px
}

.cacontainer .caform-control textarea {
    height: 100px;
    padding: 5px 0px 0px 5px;
    width: 95%
}

.cacontainer .caform {
    width: 100%;
    padding: 20px 30px 20px 30px;
    color: #888
}

.cacontainer .caform .carow {
    width: 100%
}

.cacontainer .caform h1 {
    padding: 0px 0px 10px 40px;
    display: block;
    border-bottom: 1px solid #DADADA;
    margin: -10px -30px 30px -30px;
    color: #888
}

.cacontainer .caform h1>span {
    display: block;
    font-size: 11px
}

.cacontainer .caform label {
    font-size: 16px;
    display: block;
    margin: 0px 0px 5px
}

.cacontainer .caform label>span {
    font-size: 16px;
    float: left;
    width: 20%;
    text-align: right;
    padding-right: 10px;
    margin-top: 10px;
    color: #333;
    font-weight: bold
}

.cacontainer .caform input[type="text"],
.cacontainer .caform input[type="email"],
.cacontainer .caform textarea,
.cacontainer .caform select {
    border: 1px solid #CCC;
    color: #888;
    height: 40px;
    font-size: 14px;
    line-height: 15px;
    margin-bottom: 16px;
    margin-right: 6px;
    margin-top: 2px;
    outline: 0 none;
    padding: 10px 0px 10px 5px;
    width: 90%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.cacontainer .caform select {
    background: #fff url("https://www.theautohost.com/_assets/coding/cagriddle/css/down-arrow.png") no-repeat right;
    background: #fff url("https://www.theautohost.com/_assets/coding/cagriddle/css/down-arrow.png") no-repeat right;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    width: 70%;
    height: 35px;
    line-height: 15px
}

.cacontainer .caform ul.ca-inline li {
    display: inline;
    margin: 0 10px;
}

.cacontainer .caform ul.ca-inline li label {
    display: inline;
}

.cacontainer .caform textarea {
    height: 100px;
    padding: 5px 0px 0px 5px;
    width: 70%
}

.cacontainer .carow {
    width: 100%
}

.cacontainer .carow .cavideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0
}

.cacontainer .carow .cavideo iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important
}

.cacontainer .carow .caiframe {
    position: relative;
    padding-bottom: 95%;
    padding-top: 0;
}

.cacontainer .carow .caiframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important
}

.cacontainer .carow .caimage-wrapper {
    position: relative;
    padding-bottom: 20.25% !important;
    padding-top: 25px;
    height: 0
}

.cacontainer .carow .caimage-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important
}

.cacontainer table.catable {
    width: 100%;
    max-width: 100%;
    border: 1px solid #c5c5c5;
    border-collapse: collapse
}

.cacontainer table.catable th {
    background: #808080;
    color: #FFFFFF;
    font-weight: bold;
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: uppercase
}

.cacontainer table.catable td {
    border: 1px solid #c5c5c5
}

.cacontainer table.catable td,
.cacontainer table.catable th {
    padding: .625em !important;
    text-align: center
}

.cacontainer table.castriped td {
    border: none
}

.cacontainer table.castriped tr:nth-of-type(odd) {
    background: #eeeeee
}

@media only screen and (max-width: 650px) {
    .cacontainer .carow {
        padding: 0
    }

    .cacontainer .carow [class*="ca-"] {
        width: 100%;
        margin: 5px 0
    }

    .cacontainer .carow [class*="ca-"] h1 {
        font-size: 24px !important
    }

    .cacontainer .carow [class*="ca-"] .heading h1 {
        font-size: 18px !important
    }

    .cacontainer .carow a.cabtn {
        margin: 5px 0
    }

    .cacontainer .carow .catable {
        width: 100%;
        border: 0
    }

    .cacontainer .carow .catable thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px
    }

    .cacontainer .carow .catable tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em
    }

    .cacontainer .carow .catable td.cacomparehead {
        font-weight: bold;
        display: block;
        font-size: .8em;
        text-align: center
    }

    .cacontainer .carow .catable td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: right
    }

    .cacontainer .carow .catable td:before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase
    }

    .cacontainer .carow .catable td:last-child {
        border-bottom: 0
    }

    .cacontainer .camobileonly {
        display: block
    }

    .cacontainer .calargeonly {
        display: none
    }
}

@media screen and (max-device-width: 375px) and (max-device-height: 667px) {
    .cacontainer .carow {
        padding: 0
    }

    .cacontainer .carow [class*="ca-"] {
        width: 100%;
        margin: 5px 0
    }

    .cacontainer .carow [class*="ca-"] h1 {
        font-size: 24px !important
    }

    .cacontainer .carow [class*="ca-"] .heading h1 {
        font-size: 18px !important
    }

    .cacontainer .carow a.cabtn {
        margin: 5px 0
    }

    .cacontainer .carow .catable {
        width: 100%;
        border: 0
    }

    .cacontainer .carow .catable thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px
    }

    .cacontainer .carow .catable tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em
    }

    .cacontainer .carow .catable td.cacomparehead {
        font-weight: bold;
        display: block;
        font-size: .8em;
        text-align: center
    }

    .cacontainer .carow .catable td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: right
    }

    .cacontainer .carow .catable td:before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase
    }

    .cacontainer .carow .catable td:last-child {
        border-bottom: 0
    }

    .cacontainer .camobileonly {
        display: block
    }

    .cacontainer .calargeonly {
        display: none
    }

    .cacontainer .carow {
        padding: 0
    }

    .cacontainer .carow [class*="ca-"] {
        width: 100%;
        margin: 5px 0
    }

    .cacontainer .carow [class*="ca-"] h1 {
        font-size: 24px !important
    }

    .cacontainer .carow [class*="ca-"] .heading h1 {
        font-size: 18px !important
    }

    .cacontainer .carow a.cabtn {
        margin: 5px 0
    }

    .cacontainer .carow .catable {
        width: 100%;
        border: 0
    }

    .cacontainer .carow .catable thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px
    }

    .cacontainer .carow .catable tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em
    }

    .cacontainer .carow .catable td.cacomparehead {
        font-weight: bold;
        display: block;
        font-size: .8em;
        text-align: center
    }

    .cacontainer .carow .catable td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: right
    }

    .cacontainer .carow .catable td:before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase
    }

    .cacontainer .carow .catable td:last-child {
        border-bottom: 0
    }

    .cacontainer .camobileonly {
        display: block
    }

    .cacontainer .calargeonly {
        display: none
    }
}

table.catable {
    width: 100%;
    max-width: 100%;
    border: 1px solid #c5c5c5;
    font-family: Helvetica;
    border-collapse: collapse
}

th {
    background: #808080;
    color: #FFFFFF;
    font-weight: bold
}

td,
th {
    padding: 6px !important
}

table.catable th,
table.catable td {
    padding: .625em;
    text-align: center
}

table.catable th {
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: uppercase
}

@media screen and (max-width: 600px) {
    table.catable {
        border: 0
    }

    table.catable thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px
    }

    table.catable tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em
    }

    table.catable td.cacomparehead {
        font-weight: bold;
        display: block;
        font-size: .8em;
        text-align: center
    }

    table.catable td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: right
    }

    table.catable td:before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase
    }

    table.catable td:last-child {
        border-bottom: 0
    }
}

table.castriped td {
    border: none
}

table.castriped tr:nth-of-type(odd) {
    background: #eeeeee
}

/* Newly Added, 08/28/18 */
#ca-copywrite {
    color: #FFFFFF;
}

#ca-copywrite img {
    display: block;
    margin: 0 auto;
}

#ca-copywrite .ca-copywrite {
    position: relative;
    padding-bottom: 5%;
    padding-top: 0;
    max-height: 50px;
    width: 100%;
}

#ca-copywrite .ca-copywrite iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#ca-copywrite .ca-copywrite {
    position: relative;
    padding-bottom: 10%;
    padding-top: 0;
    max-height: 50px;
    width: 100%;
}