@font-face {
  font-family: VZIcons;
  src: url('../../../clientlibs/clientlib-base/resources/fonts/icon-fonts/vzicons.woff') format('woff'), url('../../../clientlibs/clientlib-base/resources/fonts/icon-fonts/vzicons.ttf') format('truetype');
}

body {
 font-family: BrandFont, Arial, sans-serif;
 font-size: 100%;
 margin: 0;
 padding: 0;
 -webkit-text-size-adjust: 100%;
 overflow-y: scroll;
 background: #fff;
 color: #333;
 font-weight: normal;
 font-style: normal;
 line-height: 1.5;
 cursor: default;
 font-size: 0.875rem;
}
.margin-bottom-xlarge {
 margin-bottom: 3.375rem !important;
}

.row {
 width: 100%;
 margin-left: auto;
 margin-right: auto;
 margin-top: 0;
 margin-bottom: 0;
 max-width: 80rem;
 *zoom: 1;
}
.row {
 width: 970px;
}
.column,  .columns {
   padding-left: 0.5625rem;
   padding-right: 0.5625rem;
   float: left;
}
.tiny-12 {
   width: 100%;
}
.button, a.button{
	width: 100%;
    display: inline-block;
    min-height: 3rem;
    position: relative;
    background-image: none;
    vertical-align: middle;
    padding: 0.75rem 3.5rem 0.75rem 1.875rem;
    margin-bottom: 0;
    background-color: #cd040b;
    text-align: left;
    color: #fff;
    font-family: BrandFont, Arial, sans-serif;
    font-style: normal;
    font-size: 1rem;
    font-weight: bold;
    text-decoration: none;
    line-height: 1.5;
    border: none;
    cursor: pointer;
    -moz-transition: background 0.2s;
    -o-transition: background 0.2s;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
    outline: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    -webkit-transform: rotate(0.0deg);
	
}
.button.cta-text, a.button.cta-text {
    background: none;
    color: #000;
	font-size: 1rem;	
    padding-left: 0;
    padding-right: 2rem;
	width: auto;
	margin-bottom:1.2rem;/*earlier it was 1.5rem*/
}
 a.button.cta-text:before {
    content: "\e631";
	font-family: VZIcons;
	font-size: .95rem;
    top: 53%;
	right: 0.375rem;	 
	position: absolute;
	line-height: 1;
	font-style: normal;
	font-weight: 400;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	margin-top: -0.5625rem;
	-moz-transition: right 0.3s, left 0.3s, color 0.3s;
    -o-transition: right 0.3s, left 0.3s, color 0.3s;
    -webkit-transition: right 0.3s, left 0.3s, color 0.3s;
    transition: right 0.3s, left 0.3s, color 0.3s;
}
a.button.cta-text:hover{
	background: none;
    color: #000;
	font-size: 1rem;
	padding-left: 0;
    padding-right: 2rem;
	width: auto;
}
.button:hover.cta-text:not(.no-animate)::before, .button:hover.animate::before,
a.button:hover.cta-text:not(.no-animate)::before,
a.button:hover.animate::before {
  right: -0.25rem;
}
.titleDecsription ul, ol, dl {
    list-style-position: outside;
}
.titleDecsription .columns.tiny-12 a.button.cta-text.mw-large {
   margin-bottom: 0;
}
.headline1-title-description{
	color: #000;
	font-family: BrandFont, Arial, sans-serif;
    text-rendering: optimizeLegibility;
    margin-top: 0.875rem;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    font-weight: bold;
    font-style: normal;
	font-size: 3rem;
    line-height: 5.125rem;
}
.headline2-title-description{
	color: #333;
	margin-bottom: 0.75rem;
    font-size: 2.25rem;
	line-height: 2.375rem;
	font-weight: bold;
	font-family: BrandFont, Arial, sans-serif;
    text-rendering: optimizeLegibility;
	font-style: normal;
	
}
.headline3-title-description{
	font-size: 2rem;
    line-height: 2.125rem; 
    font-weight: bold;
	font-family: BrandFont, Arial, sans-serif;
    text-rendering: optimizeLegibility;
	font-style: normal;            
}
.headline4-title-description{
	font-size: 1.875rem;
	line-height: 2rem;
    font-weight: bold;
	font-family: BrandFont, Arial, sans-serif;
    text-rendering: optimizeLegibility;
	font-style: normal;        
}
.headline5-title-description{
	font-size: 1.5rem;
	line-height: 1.875rem;
    font-weight: bold;
	font-family: BrandFont, Arial, sans-serif;
    text-rendering: optimizeLegibility;
	font-style: normal;
	margin-bottom: 0.75rem;
}
.headline6-title-description{
	font-size: 1.125rem;
	line-height: 1.5rem;
    font-weight: bold;
	font-family: BrandFont, Arial, sans-serif;
    text-rendering: optimizeLegibility;
	font-style: normal;
}
.headline2-title-description-small{
	font-size: 1.5rem;
    line-height: 1.875rem;
    color: #333;
	margin-bottom: 0.75rem;
    font-weight: bold;
	font-family: BrandFont, Arial, sans-serif;
    text-rendering: optimizeLegibility;
	font-style: normal;
}
p, .p {
    font-family: BrandFont, Arial, sans-serif;
    font-weight: normal;
    font-size: 0.875rem;
    line-height: 1.5;
    margin-bottom: 1.5rem;
    text-rendering: optimizeLegibility;
	margin-top: 0;
}
.margin-bottom-xlarge {
    margin-bottom: 3.375rem !important;
}
.margin-top-xlarge {
    margin-top: 3.375rem !important;
}
.mw-large {
    max-width: 18.75rem !important;
}
.margin-bottom-zero {
    margin-bottom: 0rem !important;
}
.cta.section:first-child .row .columns.tiny-12 a.button.cta-text {
    margin-bottom: 0;
}

.repair-status h1.headline1-title-description.margin-bottom-xlarge {
    margin: 0 !important;
    font-size: 24px;
	padding-bottom: 1.125rem !important;
	line-height: 27px;
}
.repair-status .columns.tiny-12 p {
    margin-bottom: 0;
}
.repair-status {
    padding-top: 30px;
    padding-bottom: 12px;
}
/* Bg color */
.bg-grey-columns {
    background-color: #f6f6f6 !important;
}

/*.cta .row .columns.tiny-12 {
    padding-left: 0;
    padding-right: 0;
}*/
@media only screen and (min-width: 30.0625rem) {  
  .button.flex, a.button.flex {
    width: 65%;
  }
}
@media only screen and (min-width: 48rem) {  
  .button.flex, a.button.flex {
    width: 60%;
  }
 
}
@media only screen and (min-width: 60.625rem) {  
  .button.flex, a.button.flex {
    width: 50%;
  }
}
@media only screen and (min-width: 80.0625rem) { 
  .button.flex, a.button.flex {
    width: 40%;
  }
}
@media only screen and (max-width: 47.9375rem) {
 
	.headline1-title-description{
		font-size: 1.875rem;
		line-height: 2rem;
	}
	.headline2-title-description{
		font-size: 1.5rem;
		color: #333;
		line-height: 1.60rem;
		margin-bottom: 0.75rem;
	}
    .headline3-title-description {
	  font-size: 1.5rem;
	  color: #cd040b;
	  line-height: 1.625rem;
	  margin-bottom: 0.75rem;
	}	
	.headline4-title-description {
	  font-size: 1.125rem;
	  color: #cd040b;
	  line-height: 1.25rem;
	  margin-bottom: 0.75rem;
	}	
	.headline5-title-description {
	  font-size: 1.125rem;
	  color: #333;
	  line-height: 1.25rem;
	  margin-bottom: 0.75rem;
	}	
	.headline6-title-description{
	  font-size: 1rem;
	  color: #333;
	  line-height: 1.25rem;
	  margin-bottom: 0.75rem;
	}
    .headline2-title-description-small{
		font-size: 1.125rem;
		color: #333;
		line-height: 1.25rem;
		margin-bottom: 0.75rem;
	
	}
}
.titleDecsription ul {
  margin-left: 1.2rem;
  margin-top: -  1.5rem !important  ;
}
.titleDecsription ol {
  margin-left: 1.2rem;
  margin-top: -  1.5rem !important  ;
}
/*09-10-2019 updates below*/
a.button.cta-text.mw-large{
	max-width:100% !important;
}
.remove-extra-margin h1,
.remove-extra-margin h2,
.remove-extra-margin h3,
.remove-extra-margin h4,
.remove-extra-margin h5,
.remove-extra-margin h6{
	margin-bottom: 0.75rem !important;
    margin-top: 0 !important;
}
.remove-extra-margin p:last-child {
    margin-bottom: 0 !important;
}
/* Contact us Page styles Starts*/
.box-border h2.headline2-title-description {
    padding-top: 1.25rem !important;
    font-size: 32px;
    padding-left: 1.25rem !important;
}

/*Contact us page Styles Ends */
.bg-grey-columns.repair-status.cmb-container {
    width: 100% !important;
}
.button:focus:not(.no-focus-effect).link-text::after, .button:focus:not(.no-focus-effect).cta-text::after, a.button:focus:not(.no-focus-effect).link-text::after, a.button:focus:not(.no-focus-effect).cta-text::after {
    content: '';
    position: absolute;
    top: 10%;
    bottom: 10%;
    left: -3px;
    right: -3px;
    box-shadow: 0 0 0.0625rem 0.125rem #8ad4f7;
    border-radius: 0.125rem;
}
.button:focus:not(.no-focus-effect).link-text::after, .button:focus:not(.no-focus-effect).mw-large::after, a.button:focus:not(.no-focus-effect).link-text::after, a.button:focus:not(.no-focus-effect).mw-large::after {
    content: '';
    position: absolute;
    top: 10%;
    bottom: 10%;
    left: -3px;
    right: -3px;
    box-shadow: 0 0 0.0625rem 0.125rem black;
    border-radius: 0.125rem;
}
.columncontrol .titleDecsription .row {
    width: 100%;
}