﻿/* New CSS */
.red {
    color: Red;
}
label[for="change-ownership-work-ext"], label[for="owner-info-work-ext"],
#change-ownership-work-ext, #owner-info-work-ext {
    display: none;
}

.requestType input[type="checkbox"] {
    border-radius: 0;
    height: auto;
    margin: 1px 0 0;
    padding: 0;
    position: absolute;
    width: auto;
}
.requestType input[type="checkbox"] + label::before {
    margin: -4px 0 0 -3px;
    position: absolute;
}
.field-container hr {
    background-color:#DDD;
    height:1px;
}
.field-container input, .field-container select {
    box-sizing: border-box;
    width: 100%;
}
.recapchawidth {
    width:0px !important;
}
.requestContainer {
    display:table-row;
}
.requestContainer > div, .requestContainer label {
    display:table-cell;
}
.requestContainer span {
    display: inline-block;
    line-height: 12px;
}

.findmetooltip {
    position: relative;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0);
    box-sizing: border-box;
    font-family: "Open Sans", sans-serif;
    text-decoration: underline;
    color: #0076b4;
    text-align: left;
    line-height: normal;
    padding-left: 5px;
 
}
    .findmetooltip .findmetooltiptext {
        visibility: hidden;
        width: 200px;
        background-color: #333333;
        color: #ffffff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        top: 25px;
        left: 15px;
        font-size: 13px;
    }
.findmetooltip:hover .findmetooltiptext {
        visibility: visible;
}

#tooltip {
    text-align: center;
    font-family: "Open Sans";
    font-size: 14px;
    color: #fff;
    background: #29A9E0;
    position: absolute;
    z-index: 100;
    padding: 15px;
}
#tooltip:after /* triangle decoration */ {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #29A9E0;
	content: '';
	position: absolute;
	left: 50%;
	bottom: -10px;
	margin-left: -10px;
}
#tooltip.top:after {
	border-top-color: transparent;
	border-bottom: 10px solid #29A9E0;
	top: -20px;
	bottom: auto;
}
#tooltip.left:after {
	left: 10px;
	margin: 0;
}
#tooltip.right:after {
	right: 10px;
	left: auto;
	margin: 0;
}
/**/
input[type=checkbox]
{
    height:auto;
    margin:0;
    padding:0;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
   
}
.viTrimFeatures {
	height: auto !important;
    margin-left: 20px;
}
#SCIMainCol .captcha, #SCIMainCol .VINInstruction {
	display: inline-block;
    margin-left: 73px;
}
.VINInstruction
{
    margin:10px 0;
    font-size:10px;
    font-family: "Open Sans";
}
.ErrorMsgContainer {
    color: red;
    margin: 20px 0;
    line-height: 20px;
}
.loader {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    border: 13px solid #f3f3f3;
    border-radius: 50%;
    border-top: 13px solid #3498db;
    width: 70px;
    height: 70px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}
.submit-text {
    font-size: large;
}

.succceed {
    color:green;
}

.content .third {
	width: 33.33% !important;
}
/*.content input[type="checkbox"] + label:before, input[type="checkbox"] + p label:before {
    background: url("../Content/7907/Media/General/webimage/icons/icons-sprite.png") no-repeat -340px 0;
}*/


.ErrorMsgContainer ul
{
    list-style-position:inside;
    font-size:12px;
}
.contact {
	list-style-type: none;
}
.contact li {
	margin-bottom: 16px;
	background: rgb(240, 240, 240);
	font-family: "Open Sans";
	color: rgb(51,51,51);
	font-size: 14px;
}
.contact li .twitter a span {
	font-family: "Open Sans";
	font-size: 22px;
	line-height: 120%;
	color: rgb(51,51,51);
	text-align: left;
}
.contact li a {
	border-radius: 4px 4px 4px 4px;
	color: rgb(51, 51, 51);
	padding: 20px 0;
	text-decoration: none;
	font-family: "Open Sans"
}
.contact li p {
	border-radius: 4px 4px 4px 4px;
	color: rgb(51, 51, 51);
	margin: 0!important;
	text-decoration: none;
	font-family: "Open Sans";
}
.font18 {
	font-size: 18px;
}
.boldText {
    font-weight: bold;
}
 .smallerFont {
font-size: 90%;
font-weight: bold;
}

input[type="checkbox"]+p label:before {
   background:none;
}

.uploadButton {
   background: #2B80B9;
    border: 1px solid #2B80B9;
    display: inline-block;
    padding: 6px 32px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;   
    border-radius: 4px;
    position: relative;
    color:white;
}

.upload {
    position: absolute;
    width: 100%;
    height: 100%;
     top: -10%;
    left:-15%; 
     cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.paddingTop10{
    padding-top:10px;
}
.pad .paddingTop10{
    padding-top:0;
}


.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 16px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.contact_form {
	border-radius: 5px 5px 5px 5px;
	background-color: #f5f5f5;
	border: 1px solid #eee;
	margin-top: 10px;
	padding: 10px 20px 20px 20px;
}
.contact_form label {
	font-family: "Open Sans";
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 120%;
	color: rgb(102,102,102);
	text-align: left;
}
.contact_form .text_input {
	width: 88%;
    background-color:#ffffff;
    height:40px !important;
    font-family: "Open Sans";
}
.inputheight {
    height: 38px !important;
    margin-top: 8px !important;
}
.contact_form select {
	width: 100%;
    height:100%;
}
.row img
{
    padding-bottom:0;
}
.row .fifth {
	position: relative;
}
.row .small-third {
	position: relative;
	width: 42%;
}
.display-inlineblock {
	display: inline-block;
}
.contactIcon
{
    vertical-align:middle;
    background-position:center center;
    background-repeat:no-repeat;
    padding:40px;
    display:inline-block;
}
.icon-mail_n {
	background-image:url(../content/7907/Media/General/WebImage/mail.png);
    line-height:85px;	
}
.icon-twitter_n {
    background-image:url(../content/7907/Media/General/WebImage/twitter_large_logo.png);
    line-height:65px;
}
.icon-mobile_n {
	background-image:url(../content/7907/Media/General/WebImage/mobile.png);
	line-height:65px;
}
.icon-e_mail_n
{
    background-image: url(../content/7907/Media/General/WebImage/e_mail.png);
    padding: 40px 25px 0 40px;
    line-height: 65px;
    margin-top:15px;
}
#SCIMainCol .icon-e_mail_n
{
    margin: 15px 20px 0 -10px;
}
#SCIMainCol .grayBox
{
    padding:17px;
}
.resultMessage
{
    margin-top:10px;
}
.va-middle {
    vertical-align:middle;
}
.viTrimFeatures li {
    margin-bottom: 8px;
    line-height:17px;
}
.five
{
    width:335px;
}
.ErrorBorder {
    border: 1px solid red !important;
}
.icon-mobile
{
    display:inline-block;
    width:75px;
    height:60px;
}
#SCIMainCol .CommentContainer
{
    width:284px !important;
}
.txtAreaComment
{
    width: 240px;
    height: 78px;
    background-color: #ffffff;
    padding: 5px 10px;
}
.txtAreaCommentPR
{
    width:667px;
}
.textCommentdiv {
    width:345px;
    padding-top:20px;
}
.inner_shadow {
    -moz-box-shadow: inset 1px 1px 2px #D8D8D8;
    -webkit-box-shadow: inset 1px 1px 2px #D8D8D8;
    box-shadow: inset 1px 1px 2px #D8D8D8;
    border: 1px solid #CCCCCC;
}
.centerCheckbox {
    width: 18px;
    height: 18px;
    vertical-align: middle;
    position: absolute;
}
.centerCheckbox .checkboxVeneer {
    top: -2px;
}
.FieldContent {
    display: block;
    padding-left: 24px;
    font:12px/12px Arial;
}
#SCIMainCol .cbPanel, #SCIMainCol .ErrorMsgContainer
{
    margin-left:75px;
}
.clearButtonContainer
{
    clear:right;
}
.uiButton {
    height: auto;
    box-shadow: none;
    margin:3px 0 0 10px;
}
.pad .five
{
    width: auto;
}
.pad .storyCopy
{
    margin-bottom:14px;
}
.pad .contact li, .pad .row .fifth
{
    text-align: center;
}
.pad textarea
{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.pad .uiButton {
    margin:0;
    width: 100%;
    padding:20px;
    box-sizing: border-box;
}
.pad .submitButton
{
    display: block;
    width:100%;
}
.pad #ErrorMsgContainer
{
    margin-bottom:10px !important;
}
.pad .row .small-third
{
    width:43%;
}
/*classes for update forms */
.content {
	margin: 0 20px;
}

.content, content p, .content.third label  {
  font-family:Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height:2.5em;
  color:rgb(102,102,102);
  text-align:left;
}
.content select {
    padding: 5px;
    margin: 0;
    font-family: Arial, sans-serif;
    color: #666666;
    font-size: 12px;
    border: 1px solid #cccccc !important;
    -webkit-box-shadow: inset 1px 1px 1px 0px #dddddd;
    box-shadow: inset 1px 1px 1px 0px #dddddd;
    background: #ffffff;

}

.content .third label sup, #contactUsForm label sup {
    color:red;
    font-weight: bold;
    font-size: 15px !important;
    top:-0.125em;
}

.content .errorMessage {
 display:none;
}

.content .error .errorMessage {
 display: block;
 color: red;
}
.content .error .errorMessage.photoMessage {
    line-height:1.5em;
    padding-top:1em;
    padding-bottom:1em;
}

.content .error .half input {
    border: .2px solid red;
    }

.content .error .half input>div {
    margin: 5px 0;
    color: red;
    }

#contactUsForm input[type="text"], #contactUsForm input[type="email"], #contactUsForm input[type="tel"], #contactUsForm select {
    box-sizing: border-box;
    height: 28px;
    padding-left: 0.5em;
    width: 100%;
}
.greyBox {
    border: 1px solid rgb(204,204,204);
    padding: 22px 22px 8px;
    border-radius: 5px;
    box-sizing:border-box;
}
.redBox {
    border-color:red;
}

h2.arrow-right {
    background: url(/Content/7907/Media/General/CSS/images/chevron-right_blue.png) no-repeat right center;
    padding-right:15px;
}

h2.arrow-down {
    background: url(/Content/7907/Media/General/CSS/images/chevron-down_blue.png) no-repeat right center;
}

/*small icons in front of headers*/
.el_updates:before, .unsubscribe:before, .owner_info:before, .ownership:before, .unsubscribe_magazine:before{
  content: "";
  display: inline-block;
  width: 64px;
  height: 48px;
  vertical-align: middle;
  margin-right: 5px;
}

.el_updates:before {
  background: url('/content/7907/Media/General/webimage/about/el_updates.png') no-repeat;
  margin-left:-5px;
}

.unsubscribe:before {
  background: url('/content/7907/Media/General/webimage/about/unsubscribe.png') no-repeat;
  margin-top:10px;
}

.owner_info:before{  
  background: url('/content/7907/Media/General/webimage/about/owner_info.png') no-repeat;
  margin-left:-9px;
}
.ownership:before{ 
  background: url('/content/7907/Media/General/webimage/about/ownership.png') no-repeat;
  margin-left:-9px;
}
.unsubscribe_magazine:before{ 
  background: url('/content/7907/Media/General/webimage/about/unsubscribe_magazine.png') no-repeat;
  margin-top:10px;
}

.displayTable {
	display:table
}
.displayTableCell {
	display:table-cell
}
.verticalAlignMiddle {
	vertical-align:middle;
}
.padding20 {
	padding: 20px;
}
.width97 {
	width: 97%;
}
.widthAuto {
   width: auto;
}
.ui-radioBtn {
    top: 5px !important;
    margin-left: -3px;
    margin-right: 5px;
}

.ui-radioBtn.active {
border: none;
}

.ui-radioBtn.marginLeft {
    margin-left:1em;
}

.recaptcha > div {
    margin: 0 auto;
}

.pad #recaptcha {
    margin-bottom:15px;
    width:100%;
}

#mainContent .twoThird {
    width:66%;
}

.caslLegal {
    padding-left:24px;
}

.mysubarubox span {
    line-height:15px;
    padding-top:1px;
}

input.mysubaruTos,
input.addVehicleTos {
    display:none;
}
.mysubaruTos, input[type="checkbox"].mysubaruTos + label::before,
.addVehicleTos, input[type="checkbox"].addVehicleTos + label::before {
    max-height: 0;
    transition: max-height 0.33s ease-in-out;
    overflow: hidden;
}
input[type="checkbox"].mysubaruTos + label::before,
input[type="checkbox"].addVehicleTos + label::before {
    margin-left: 22px;
}
span.addVehicleTos,
input[type="checkbox"].addVehicleTos + label::before {
    margin-top:10px;
}
span.mysubaruTos,
span.addVehicleTos {
    margin-left: 22px;
}
.mysubaruTos.open,
.addVehicleTos.open {
    transition: max-height 0.33s ease-in-out;
}
input[type="checkbox"].open + label::before {
    max-height: 18px;
}
span.mysubaruTos.open,
span.addVehicleTos.open {
    max-height: 30px;
}
.consentBox input[type="checkbox"].mysubaruTos,
.consentBox input[type="checkbox"].addVehicleTos {
    margin-left: 24px;
}
.useHighlight {
    color:black;
    font-weight:bold;
}

.gender {
    display:inline-block;
    padding-right:10px;
}
.MySubaruForm {
    margin-bottom:0px;
    margin-top:20px;
}
#subarucreateaccountid, #subarucreateaccountid {
    display: none;
}

#consentFormId, #purchasedtextId {
    display: block;
}

.MySubaruForm #subarucreateaccountid, .MySubaruForm #subarucreateaccountid {
    display: block;
}

.MySubaruForm #consentFormId, .MySubaruForm #purchasedtextId {
    display: none;
}

span.ownershipWorkExt {
    margin-left: 1em;
    margin-left: 1rem;
    margin-right: 0.25em;
    margin-right: 0.25rem;
}
input.ownershipWorkExt {
    width:2em;
    width:2rem;
}

/** Province sample sprite **/
.provinceSampleContainer {
    background-color: #E5E5E5;
    padding: 15px;
}
.provinceSampleContainer label {
    color: black;
    font-weight: bold;
}
.provinceSample {
    background-image: url(/content/7907/media/general/webimage/about/contactus-ownershipsamples.png);
    background-repeat:no-repeat;
}
.AB {
    background-position: 0px 0px;
    width: 347px;
    height: 181px;
}
.BC {
    background-position: 0px -326px;
    width: 319px;
    height: 412px;
}
.MB {
    background-position: 0px -181px;
    width: 347px;
    height: 145px;
}
.NS {
    background-position: 0px -738px;
    width: 472px;
    height: 196px;
}
.ON {
    background-position: 0px -934px;
    width: 400px;
    height: 230px;
}
.PE {
    background-position: -319px -326px;
    width: 260px;
    height: 194px;
}
.QC {
    background-position: -347px -162px;
    width: 251px;
    height: 84px;
}
.SK {
    background-position: 0px -1789px;
    width: 390px;
    height: 511px;
}

.en.NB, .en.NL, .en.NT, .en.NU, .en.YT {
    background-position: -28px -1613px;
    width: 345px;
    height: 176px;
}
.fr.NB, .fr.NL, .fr.NT, .fr.NU, .fr.YT {
    background-position: -397px -1613px;
    width: 345px;
    height: 176px;
}
/** End Province sample sprite **/

.reachingOut {
    width: 60%;
}
.FrContent .reachingOut.contact li {
    padding: 0px;
}
.reachingOut .grayBox {
    line-height: 1.25em;
}
.reachingOut li a {
    color: #2b80b9;
    font-weight: bold;
    text-decoration: none;
}

.reachingOut li a:active {
    color: #000000;
}

.reachingOut li a:hover {
    color: #2C98E9;
    text-decoration: none;
}



/* 2023 */
div.contact2023 ul.reachingOut {
    width: 100%;
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    align-items:stretch;
    gap:1em;
}
div.contact2023 ul.reachingOut li {
    box-sizing: border-box;
    margin-bottom: 0px;
    width: 49%;
}

#contactUs-vinArea, #contactUs-purchaseTypeArea {
    /*padding-left: 1em;*/
}
.disabled {
    opacity:0.66;
}
.VinSearchContainer {
    width: 654px;
    height: 224px;
    background-color: #ffffff;
}
.VinsearchRectangle{
  width: 654px;
  height: 42px;
  padding: 2px 2px 2px 2px;
  border-radius: 4px;
  background-color: #f2f2f2;
  box-sizing: border-box;

}
.pleaseEnterYourVin {
    height: 19px;
    background-color: rgba(255, 255, 255, 0);
    box-sizing: border-box;
    font-family: "Open Sans Bold", "Open Sans", sans-serif;
    font-weight: 700;
    color: #333333;
    text-align: left;
    line-height: normal;
}
.if-you-are-a-subaru {
    width: 657px;
    height: 25px;
    background-color: rgba(255, 255, 255, 0);
    box-sizing: border-box;
    font-family: "Arial", sans-serif;
    color: #333333;
    text-align: left;
    line-height: 45px;
    padding:10px 2px 2px;
}
.vinRadio{
    position:relative;
    left:200px;
}
.i-have-the-vin {
    width: 126px;
    height: 19px;
    border: 1px solid #797979;
    background-color: #ffffff;
    box-sizing: border-box;
    font-family: "Open Sans Bold", "Open Sans", sans-serif;
    font-weight: 700;
    color: #333333;
    text-align: left;
    line-height: normal;
}
.i-have-the-vin:disabled {
        background-color: #f0f0f0;
        box-sizing: border-box;
}
.i-don-t-have-the-v {
    width: 166px;
    height: 19px;
    border: 1px solid #797979;
    background-color: #ffffff;
    box-sizing: border-box;
    font-family: "Open Sans Bold", "Open Sans", sans-serif;
    font-weight: 700;
    color: #333333;
    text-align: left;
    line-height: normal;
}
.i-don-t-have-the-v:disabled {
        background-color: #f0f0f0;
        box-sizing: border-box;
}
.please-enter-17-char {
    width: 345px;
    height: 36px;
    padding: 2px 2px 2px 10px;
    border-radius: 3px;
    border: 1px solid #d9001b;
    background-color: #ffffff;
    box-sizing: border-box;
    font-family: "Open Sans", sans-serif;
    color: rgba(51, 51, 51, 0.49);
    text-align: left;
    line-height: normal;
}
.where-to-find {
    width: 92px;
    height: 15px;
    background-color: rgba(255, 255, 255, 0);
    box-sizing: border-box;
    font-family: "Open Sans", sans-serif;
    text-decoration: underline;
    color: #0076b4;
    text-align: left;
    line-height: normal;
    padding-left:5px;
}
.vinImage {
    /*width: 170px;
    height: 120px;*/
    box-sizing: border-box;
    position: relative;
    top: 37px;
    left: 23px;
}
.vindivcont {
    position: relative;
    /*bottom: 16px;*/
}
.contactInfoContainer {
    width: 730px;
    height: 2872px;
    padding: 2px 2px 2px 2px;
    background-color: #ffffff;
    box-sizing: border-box;
}
.please-wait-while-w {
    width: 154px;
    height: 78px;
    /*background-color: #ffffff;*/
    position:absolute;
    right :362px; 
    top:765px;
}
.loaderImage {
    width: 48px;
    height: 48px;
    border: 5px solid #FFF;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}
@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.buttonload {
    background-color: !important #2B80B9; 
    border: none; /* Remove borders */
    color: white; /* White text */
    padding: 12px 16px; /* Some padding */
    font-size: 16px /* Set a font size */
}
.lodershape {
    width: 48px;    
    height: 50px;
    opacity: 0.42;
    padding: 2px 2px 2px 2px;
   /*background-color: #000000;*/
    box-sizing: border-box;
}
.lodertext {
    position: relative;
    right: 65px;
    top: 7px;
    width: 250px;
}
.requiredField {
    width: 154px;
    height: 12px;
    background-color: rgba(255, 255, 255, 0);
    box-sizing: border-box;
    font-family: "Open Sans", sans-serif;
    color: #333333;
    text-align: left;
    line-height: 12px;
}
.inputTextField {
    width: 345px;
    height: auto;
    margin-top:10px;
}
.contactOptions details {
    position: relative;
    width: 100%;
    cursor:default;
}
.contactOptions summary {
    cursor: pointer;
    list-style: none;
}
.dropdownborder {
    border: 1px solid #cccccc;
}
.commentSection{
   height :100px;
   width:345px;
}
.buttonstyle{
    width:145px;
}
.rebatelink{
    
}
.contactOptions details p {
    width: 100%;
    position: absolute;
    top: 100%;
    margin-top: 1.5em;
    padding-top: 1em;
    border: solid 1px #ccc;
    padding-right: 1em;
    padding-left: 1em;
    left: -1em;
    background-color: white;
    padding-bottom: 1em;
}

.errorMessage {
    color: red;
    margin-top: 5px;
    font-size: 14px;
}
.contactusFlexRow {
    width:100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 1em;
}
.contactusFlexRow .col {
    width: 47%;
}
#contactUsForm textarea {
    box-sizing: border-box;
    height: 10em;
    resize: none;
    width: 100%;
}
.starlinkText {
    font-weight: bold;
    color: #0a77c3;
    font-size: 16px;
}



@media only screen and (max-width: 40em) {
    .reachingOut {
        width: 100%;
    }

    .half, .third, .twoThird {
        width: 100% !important;
    }

    .content {
        margin: 0px;
    }

    .content .third {
        width: 100% !important;
    }

    .content, content p, .content.third label {
        line-height: 150%;
    }

    .gender {
        display:block;
    }
    /*.rc-anchor-normal {
    height: 74px;
    width: 240px;
        }   

    .rc-anchor-normal .rc-anchor-checkbox-label {
        width: 82px;
    }

    .recaptcha-checkbox {       
        width: 28px;
    }
    .rc-anchor-logo-portrait {
        margin: 10px 0 0 16px;
        width: 58px;
    }
    .rc-anchor-normal .rc-anchor-pt {
    margin: 4px 70px 0 0;
    padding-right: 2px;
    position: absolute;
    right: 0px;
    text-align: right;
    width: 116px;
}*/

}
@media only screen and (min-width: 40.063em) { 
 .marginBottom.third {
     width: 33.333% !important; 
 }

}


@media only screen and (min-width: 801px)
{
    .pad .leftFloat
    {
        float:left;
    }
    .pad .row .small-third
    {
        float:left;
    }
    .pad .filterContainer
    {
        width:88%;
    }
    .pad .icon-e_mail_n
    {
        margin-top:34px;
    }
    .pad .contact_form textarea
    {
        height: 161px;
        position: absolute;
        width: 88%;
    }
        .pad .contact_form textarea:after
        {
            clear:left;
        }
    .pad .CategoryIndent
    {
        clear:left;
    }
    .pad .cbPanel, .pad .captcha, .pad #ErrorMsgContainer {
        margin: 0 65px;
    }
    .pad .VINInstruction
    {
        margin:10px 75px;
        clear:left;
        padding-top: 10px;
    }
    .pad .icon-mobile
    {
    display:inline-block;
        width:64px;
    }
    .pad .contact_form .text_input, .pad .filterContainer, .pad .contact_form textarea  {
	    width: 95%;
    }
    .pad .MobileHide:before
    {
        content:"";
        clear:left;
    }
}
@media only screen and (max-width: 800px)
{
    .pad .MobileHide
    {
        display:none !important;
    }
    .pad .row .fifth, .pad .row .small-third, .pad .InputText
    {
        width: 100%;
    }
    .pad .row .small-third
    {
        padding-right: 0 !important;
    }

    .pad .icon-mobile
    {
        display: none;
    }

    .pad .txtAreaComment
    {
        display: block;
        width: 100%;
    }
}
#EmailDetailContainer
{
    display:none;
}
.cbPanel
{
    display:none;
}
.ContactElement
{
    margin:0 auto;
    text-align:left;
    width:300px;
}
.prContactUsImg
{
    float:right;
    overflow:hidden;
    display:inline-block;
}
.FrContent .contact li
{
    padding: 11px 0;
}

#photoLink {
    top:-10px;
}
#ownershipCopy, #owner-info-ownershipCopy, #wheretofindlink, #wheretofindlinkUpdateConc {
    height: auto;
    max-height: 0px;
    overflow: hidden;
    transition: max-height ease-out 0.8s;
}
    #ownershipCopy p, #owner-info-ownershipCopy p, #wheretofindlink p, #wheretofindlinkUpdateConc p {
        background-color: #E5E5E5;
        border: 1px solid #EEE;
        box-sizing: border-box;
        padding: 0.8em;
    }
    #ownershipCopy.open, #owner-info-ownershipCopy.open, #wheretofindlink.open, #wheretofindlinkUpdateConc.open {
        max-height: 210px;
    }
.pad #photoLink, .pad # {
    top: 0px;
}
.pad #ownershipCopy, .pad #owner-info-ownershipCopy, .pad #wheretofindlink, .pad #wheretofindlinkUpdateConc {
    font-size: 1em;
    margin-top: 15px;
}
    .pad #ownershipCopy.open, .pad #owner-info-ownershipCopy.open, .pad #wheretofindlink.open, .pad #wheretofindlinkUpdateConc.open {
        max-height: 500px;
    }

.title-header-name {
    position: relative;
    left: 8px;
    font-weight: bold;
    font-size: 12px;
}

.title_checkbox {
    width: 19px !important;
    height: 19px !important;
}

.header_title_pd {
    padding: 2px 16px 2px;
}

.headbgcolor {
    background-color: #f2f2f2;
}


/***
Loading styles
****/
/*.loader {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    border: 13px solid #f3f3f3;
    border-radius: 50%;
    border-top: 13px solid #3498db;
    width: 70px;
    height: 70px;
    -webkit-animation: spin 2s linear infinite;*/ /* Safari */
    /*animation: spin 2s linear infinite;
}*/

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
div[role="form"] button:disabled {
    border-color: #82bbe2;
    cursor: default;
    outline:0 none;
}



/* CSS Update Feb 27 */

.VinsearchRectangle {
	background-color: transparent !important;
}

.pleasEnteYourVin {
	margin: 0;
    font-size: 16px;
    width: auto!important;
}

.ifYouAreASubaru {
    font-size: 16px;
	padding: 0!important;
	line-height: 16px!important;
}

.vin-option {
    margin-bottom: 25px;
    font-size: 14px;
}

.imageShapePurchase{
	display: none;
}


.ui-radioBtn {
    margin-left: 0;
    box-shadow: none;
}

.ui-radioBtn+span:hover {
    cursor: pointer;
}

.findmetooltip {
	font-size: 12px;
}

#vinErrorId {
	display:none!important;
}

.subaruPurchaceContainer {
	font-size: 14px;
    color: #333;
}

.subarudivpadding p {
    font-size: 14px;
    margin: 0 15px 0 10px!important;
	color: #333!important;
}

.subarudivpadding input {
    box-shadow: none;
}

.subarudivpadding label:hover {
    cursor: pointer;
}

label {
    font-weight: bold;
    color: #333;
}


.inputTextField label {
    font-size: 13px;
    font-weight: bold;
	color: #333;
}


.form-radio-selection {
    padding: 10px 0 0;
}

.form-radio-selection label {
    font-size: 13px;
    font-weight: bold;
	line-height: 2;
}

.inputTextField {
    width: 50%;
    margin-top: 10px;
}

input.phoneId {
    height: 38px!important;
	margin-top: 5px;
}

.uiButton {
	margin:0
}

.loader-wrapper {
    height: 100%;
    margin: auto;
    /*margin: 30vh auto;*/
    width: 180px;
    text-align: center;
    font-size: 1rem;
    color: #00205B;
}

@keyframes load {
    0% {
        opacity: 0.08;
        filter: blur(5px);
        letter-spacing: 3px;
    }

    100% {
    }
}

.animate-img {
    animation: load 1s 0s ease-in-out;
    animation-direction: alternate;
    text-shadow: 0 0 1px black;
}

.animate {
    animation: load 1s 0s ease-in-out;
    animation-direction: alternate;
    text-shadow: 0 0 1px black;
}

.hrlinebrake {
    border: 0;
    clear: both;
    display: block;
    width: 96%;
    background-color: #FFFF00;
    height: 1px;
}


@media only screen and (max-width: 40em) {
    #contactUs-Vin, .inputTextField, .textCommentdiv {
        width: 100%;
    }
}
.progress {
    width: 100%;
    height: 7px;
    box-shadow: inset 1px 1px 2px #ccc;
    border: 1px solid #bbb;
    border-radius: 15px;
}

.progress-bar {
    background-color: rgb(19, 160, 19);
    height: 100%;
    width: 0%;
}
.progress-bar.halffilled {
    background-color: rgb(236, 157, 8);
}
.progress-bar.filled {
    background-color: rgb(241, 9, 9);
}

.remaining-chars {
    font-size: 11px;
    color: #b62020;
    margin-top: 3px;
    float: right;
    display: none;
}