
/* Fonts */
@font-face {
    font-family: 'fordngbs-antenna-re';
    font-display: auto;
    src: url('https://www.ford.com/etc/designs/common/skin/ford/fonts/AntennaRegular/regular.eot?#iefix') format('embedded-opentype'), url('https://www.ford.com/etc/designs/common/skin/ford/fonts/AntennaRegular/regular.woff') format('woff'), url('https://www.ford.com/etc/designs/common/skin/ford/fonts/AntennaRegular/regular.ttf') format('truetype'), url('https://www.ford.com/etc/designs/common/skin/ford/fonts/AntennaRegular/regular.svg#fordngbs-antenna-re') format('svg');
}

@font-face {
    font-family: 'fordngbs-antenna-light';
    font-display: auto;
    src: url('https://www.ford.com/etc/designs/common/skin/ford/fonts/AntennaLight/light.eot?#iefix') format('embedded-opentype'), url('https://www.ford.com/etc/designs/common/skin/ford/fonts/AntennaLight/light.woff') format('woff'), url('https://www.ford.com/etc/designs/common/skin/ford/fonts/AntennaLight/light.ttf') format('truetype'), url('https://www.ford.com/etc/designs/common/skin/ford/fonts/AntennaLight/light.svg#fordngbs-antenna-light') format('svg');
}

@font-face {
    font-family: 'fordngbs-antenna-extra-light';
    font-display: auto;
    src: url('https://www.ford.com/etc/designs/common/skin/ford/fonts/AntennaExtraLight/extraLight.eot?#iefix') format('embedded-opentype'), url('https://www.ford.com/etc/designs/common/skin/ford/fonts/AntennaExtraLight/extraLight.woff') format('woff'), url('https://www.ford.com/etc/designs/common/skin/ford/fonts/AntennaExtraLight/extraLight.ttf') format('truetype'), url('https://www.ford.com/etc/designs/common/skin/ford/fonts/AntennaExtraLight/extraLight.svg#fordngbs-antenna-extra-light') format('svg');
}

@font-face {
    font-family: 'fordngbs-antenna-bold';
    font-display: auto;
    src: url('https://www.ford.com/etc/designs/common/skin/ford/fonts/AntennaBold/bold.eot?#iefix') format('embedded-opentype'), url('https://www.ford.com/etc/designs/common/skin/ford/fonts/AntennaBold/bold.woff') format('woff'), url('https://www.ford.com/etc/designs/common/skin/ford/fonts/AntennaBold/bold.ttf') format('truetype'), url('https://www.ford.com/etc/designs/common/skin/ford/fonts/AntennaBold/bold.svg#fordngbs-antenna-bold') format('svg');
}

@font-face {
    font-family: 'fordngbs-antenna-cond-bold';
    font-display: auto;
    src: url('https://www.ford.com/etc/designs/common/skin/ford/fonts/AntennaCondBold/cond-bold.eot?#iefix') format('embedded-opentype'), url('https://www.ford.com/etc/designs/common/skin/ford/fonts/AntennaCondBold/cond-bold.woff') format('woff')
}

/* Main */
html {
    box-sizing: border-box;
}

* {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

body {
    margin: 0;
    padding: 0;
    background: rgba(0, 0, 0, .8) !important;
    font-size: 14px;
    color: #333333;
    font-family: 'fordngbs-antenna-re', 'fordngbs-antenna-light', arial, helvetica, sans-serif !important;
    font-weight: 300;
}

a {
    color:#0678bc;
}

h1 {
    margin: 0 0 10px 0;
    font-weight: 200 !important;
    font-size: 36px;
    font-family: 'fordngbs-antenna-light', arial, helvetica, sans-serif !important;
}

h2 {
    margin: 16px 0 0 0;
    color: #0678bc;
    text-align: center;
    text-transform: uppercase;
    padding: 6px 0px;
    font-size: 0.7rem;
    font-family: 'fordngbs-antenna-light', 'fordngbs-antenna-re', arial, helvetica, sans-serif;
    font-weight: 700;
}

input[type="checkbox"] {
    opacity: 0;
    transform: scale(.8);
  -ms-transform: scale(.8);
  -moz-transform: scale(.8);
  -webkit-transform: scale(.8);
  -o-transform: scale(.8);
}

input[type="text"] {
    display: block;
    box-sizing: border-box;
    /* padding: 4px; */
    width: 100%;
    border-bottom: 1px solid #AAA;
    font-weight: 400;
    font-size: 15px;
    transition: 0.2s ease;
    height: 40px;
    background-color: #fff;
    margin-bottom: 30px;
    border: 1px solid #ddd;
    color: #626466;
}

input[type="submit"] {
    width: 120px;
    height: 40px;
    font-family: 'fordngbs-antenna-light';
    font-size: 16px;
    transition: 0.1s ease;
    cursor: pointer;
    color: #fff;
    background-color: #0678bc;
    border-color: #0678bc;
}

input[type="submit"]:hover {
    transition: 0.1s ease;
    background-color: #1c384d;
    border: 1px solid #1c384d;
}

input[type="text"]:focus,
input[type="submit"]:focus,
textarea:focus,
div.fd-golf-checkbox-wrapper:focus {
    outline-color: #1b394e !important;
    outline-offset: 1px !important;
    outline-width: 1px !important;
    outline-style: dotted !important;
}

label {
    display: block;
    margin-bottom: 6px;
    color: #616161;
    font-size: 75%;
    font-weight: bold;
    font-family: 'fordngbs-antenna-re';
}

sup {
    font-size: 10px !important;
    font-weight: normal;
    top: -.5em;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    font-family: 'fordngbs-antenna-light';
}

p {
   
}

textarea {
    overflow: auto;
    width: 100%;
    resize: none;
}

textarea:disabled {
    border: 1px solid #B3B3B3;
    /* background-color: #c6c6c6; */
}

input:disabled {
    cursor: none !important;
}

ul.clearList {
	padding: 10px 0 0 0;
}

ul.clearList li {
	list-style-type: none;
	margin-bottom: 15px;
}

li {
    list-style: none;
}

.focus{
	outline: 2px solid #37a9e8;
    outline-offset: 5px;
}

/* checkbox stuff */
.a11y-checkbox, 
.a11y-radio {
  position: absolute;
  border: 0;
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0px, 0px, 0px, 0px);
}

/* 
Gather the magic. 
<label> must be relative (psuedo elements will be position absolute)
& inline-block or block (e.g. not inline. so padding is applied consistantly across various browsers)
*/
.a11y-checkbox-label {
	position: relative;
	display: inline-block;
	margin: 0 0 5px 0;
	padding: 0 0 0 30px;
}
.a11y-checkbox-label span {
	display: inline-block;
	padding: 5px;
}
/*
Cast the magic.
Create the box where our custom images will live.
*/
input[type="checkbox"] + .a11y-checkbox-label:before
{
  position: absolute;
  top: 0rem;
  left: 0;
  width: 26px;
  height: 26px;
  line-height: 26px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  transform: scale(.8);
  -ms-transform: scale(.8);
  -moz-transform: scale(.8);
  -webkit-transform: scale(.8);
  -o-transform: scale(.8);
}

/*
Invoke the magic.
Load the custom images as content rather than background images so they still render in high-contrast mode.
*/

/* Checkbox - Default State */
input[type="checkbox"] + .a11y-checkbox-label:before {
  content: '';
  background: transparent url(//www.ford.com/etc/designs/common/golf/skin/ford/img/golf-sprite2x-ford.png) no-repeat -30px 0;
  background-size: 221px 61px;
  margin-right: 10px;
  display: inline-block;
		
}

/* Checkbox - Selected State */
input[type="checkbox"]:checked + .a11y-checkbox-label::before {
	background: transparent url(//www.ford.com/etc/designs/common/golf/skin/ford/img/golf-sprite2x-ford.png) no-repeat 0 0;
    background-size: 221px 61px;
	content:'';
	margin-right: 10px;
    display: inline-block;
    transform: scale(.8);
  -ms-transform: scale(.8);
  -moz-transform: scale(.8);
  -webkit-transform: scale(.8);
  -o-transform: scale(.8);
}


/* Checkbox - Selected Focused State */
input[type="checkbox"]:checked:focus + .a11y-checkbox-label::before {
  background: transparent url(//www.ford.com/etc/designs/common/golf/skin/ford/img/golf-sprite2x-ford.png) no-repeat 0 0;
    background-size: 221px 61px;
	content:'';
	margin-right: 10px;
    display: inline-block;
}

input, textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}



.bordered {
    border: 1px solid #f00;
}

/* Selectors */
#box {
    width: 850px;
    height: auto;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    padding: 0px 0px;
    padding-bottom: 100px;
}

#inner-box {
    position: relative;
    width: auto;
    height: 480px;
    margin-left: 30px;
    margin-right: 60px;
}

#box2 {
    height: auto;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    padding: 0px 0px 75px 0px;
}

.center {
    text-align: center;
}

#inner-box2 {
    position: relative;
    width: auto;
    height: 550px;
}

.left2 {
    padding: 0px;
    width: auto;
    height: 375px;
    margin-left: 30px;
    margin-right: 30px;
}

.left {
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    padding: 0px;
    width: 40%;
    height: 375px;
}

.right {
    position: absolute;
    top: -10px;
    right: 0px;
    box-sizing: border-box;
    width: 50%;
    height: 375px;
    background: #fff;
    background-size: cover;
    background-position: center;
}

.hdr-close-btn {
    background: transparent url(https://www.ford.com/etc/designs/common/golf/skin/ford/img/golf-sprite2x-ford.png) no-repeat -135px 0;
    background-size: 221px 61px;
    float: right;
    width: 20px;
    height: 20px;
    position: relative;
    top: 0px;
    cursor: pointer;
    margin-top: 35px;
    margin-right: 20px;
}

.hdr-opt-out-close-btn {
    background: transparent url(https://www.ford.com/etc/designs/common/golf/skin/ford/img/golf-sprite2x-ford.png) no-repeat -135px 0;
    background-size: 221px 61px;
    float: right;
    width: 20px;
    height: 20px;
    position: relative;
    top: 0px;
    cursor: pointer;
    margin-top: 35px;
    margin-right: 20px;
}

.hdr-close-modal-btn {
    background: transparent url(https://www.ford.com/etc/designs/common/golf/skin/ford/img/golf-sprite2x-ford.png) no-repeat -135px 0;
    background-size: 221px 61px;
    float: right;
    width: 20px;
    height: 20px;
    position: relative;
    top: 0px;
    cursor: pointer;
}

.hdr-form-title {
    font-size: 150%;
    font-weight: 300;
    color: #616161;
    padding: 35px;
}

.hdr-main-description-wrapper {
    width: 90%;
    font-size: 30px;
    margin-left: 30px;
    margin-right: 200px;
    margin-bottom: 0px;
}

.thank-you {
    font-size: 30px;
}

.thank-you-title {
    font-size: 30px;
}

.hdr-title-wrapper {
    height: 94px;
    padding: 0px 0px 0px 0px;
    font-size: small;
    border-bottom: 1px solid #efefef;
    margin: 0 0 18px 0;
    font-family: 'fordngbs-antenna-light', arial, helvetica, sans-serif !important;
}

.hdr-txt {
    color: #616161;
    max-width: 690px;
    font-size: small;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 23px;
    margin-top: 32px;
    font-family: 'fordngbs-antenna-light', arial, helvetica, sans-serif;
    line-height: 18px;
}

.vehicle-title {
    font-family: 'fordngbs-antenna-extra-light', 'fordngbs-antenna', 'fordngbs-antenna-re', Arial, Helvetica, Sans-Serif;
    font-weight: 200;
    line-height: 1;
    font-size: 18px;
    padding-bottom: 10px;
    margin: 10px 0 15px;
    border-bottom: 1px solid #dbdbdb;
    display: block;
}

.dealer-name,
.vehicle-vin {
    margin: 4px 0;
}

.model-name {
    font-weight: bold;
}

.vin {
    font-weight: bold;
    font-family: 'fordngbs-antenna-re';
}

.cell {
    color: #616161;
    font-size: small;
}

.myear {
    color: #616161;
}

.trim {
    color: #616161;
}

.optout {
    font-size: small;
    color: #0678bc;
    margin-top: 30px;
    margin-right: 30px;
    display: block;
    font-family: 'fordngbs-antenna-light';
    cursor:pointer;
}

.cancel {
    margin: 20px 0 0 0;
    text-align: center;
    display: block;
    color: #0678bc;
    font-size: smaller;
    cursor: pointer;
}

.optout,
.cancel {
    text-decoration: underline;
}

.optout:hover,
.cancel:hover {
    text-decoration: none;
}

.fd-golf-check-wrapper {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 100%;
    font-size: 80%;
}

.fd-golf-check-icon-wrapper {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.fd-golf-check-icon {
    width: 22px !important;
    height: 22px !important;
    border: 1px solid #B3B3B3;
    vertical-align: middle;
    background-size: 221px 61px;
    margin-right: 10px;
    display: table-cell;
}

.fd-golf-check-txt-wrapper {
    display: inline-block;
    vertical-align: middle;
    width: 85%;
}

.fd-golf-check-txt {
    display: inline-block;
}

.fd-golf-toggled .fd-golf-check-icon {
    background: transparent url(//www.ford.com/etc/designs/common/golf/skin/ford/img/golf-sprite2x-ford.png) no-repeat 0 0;
    background-size: 200px 55px;
}

#sub2,
#signup_submit {
    display: block;
    width: 150px;
    height: 45px;
    font-size: 16px;
    cursor: pointer;
    color: #fff;
    background-color: #0678bc;
    border: none;
}

#opt_out_sub2_wrapper {
    margin-top: 20px;
    text-align:center;
}

#opt_out_sub2 {
    font-weight: 200 !important;
}

#opt_out_sub2,
#signup_submit {
    width: 150px;
    height: 45px;
    font-size: 16px;
    cursor: pointer;
    color: #fff;
    background-color: #0678bc;
    border: none;
}

#signup_submit {
    margin: 0px;
}

.thank-you-modal {
    max-width: 850px;
}

.fd-golf-form-wrapper .fd-golf-error label {
    color: #f00;
}

.fd-golf-form-wrapper .fd-golf-error input {
    border: 1px solid #f00;
}

.empty {
    border: 1px solid #f00;
}

#recapErr {
    display: none;
    margin-bottom: 6px;
    color: #D92E14;;
    font-size: 75%;
    font-weight: bold;
    font-family: 'fordngbs-antenna-re';
}

.nplate {
    text-transform: uppercase;
    font-family: 'fordngbs-antenna-re';
}

.uno {
    text-transform: none;
    font-family: 'fordngbs-antenna-light';
}

.EstNetprice {
    font-family: 'fordngbs-antenna-re', arial, helvetica, sans-serif;
    font-weight: 700;
}

.vehicle-vin,
.dealer-name {
    font-family: 'fordngbs-antenna-light', arial, helvetica, sans-serif;
    font-weight: 300;
    margin: 0 0 8px;
}

#two {
    text-align: left;
    font-size: 30px;
    margin-left: 30px;
    margin-right: 30px;
}

.hdr-txt2 {
    margin-left: 30px;
    margin-right: 30px;
}

.g-recaptcha {
    margin-top: 10px;
    transform: scale(0.73);
    -webkit-transform: scale(0.73);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

/* Spinner */
.page-splash {
    width: 100%;
    height: 100%;
    min-height: 480px;
    background: rgba(255, 255, 255, .65);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3000;
}

.ng-hide {
    display: none !important;
}

.page-splash .ford-loader {
    width: 35px;
    height: 35px;
    margin-left: -17.5px;
}

.loader {
    margin: auto;
    position: fixed;
    z-index: 3010;
    top: 40%;
    left: 50%;
}

.loader,
.loader .spinner {
    display: block;
}

.page-splash .ford-loader .spinner {
    width: 35px;
    height: 35px;
    background: url(https://www.ford.com/cmslibs/etc/designs/shop_ford/inventory/images/loading.gif) center center no-repeat;
    background-size: 35px 35px;
}

.ttip {
    position: relative;
    display: inline-block;
}

.ttip>sup {
    margin: 0 0 0 -4px;
    top: -.6em;
}

.ttip .ttiptxt {
    font-size: 10px;
    visibility: hidden;
    width: 250px;
    height: auto;
    padding: 1.2em;
    position: absolute;
    z-index: 1;
    bottom: -800%;
    right: 200%;
    margin-left: -60px;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    border: solid 1px #e6e6e6;
    line-height: 20px;
}

.ttip:hover {
    cursor: pointer;
}

.viz {
    visibility: visible !important;
}

.ttip .hdr-close-btn:hover {
    outline: none !important;
}

.ttip .hdr-close-btn {
    outline: 1px solid #0678bc !important;
    outline-offset: 8px;
}

.ttip_dos {
    position: relative;
    display: inline-block;
}

.ttip_dos>sup {
    margin: 0 0 0 -4px;
    top: -.4em;
}

.ttip_dos .ttiptxt_dos {
    font-size: 10px !important;
    position: fixed;
    left: 45%;
    margin-top: -50px;
    margin-left: -100px;
    visibility: hidden;
    width: 250px;
    height: auto;
    padding: 1.2em;
    z-index: 1;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    border: solid 1px #e6e6e6;
    line-height: 20px;
    font-size: large;
    font-family: 'fordngbs-antenna-extra-light', 'fordngbs-antenna', 'fordngbs-antenna-re', Arial, Helvetica, Sans-Serif;
}

.ttip_dos:hover {
    cursor: pointer;
}

.ttip_dos .hdr-close-btn:hover {
    outline: none !important;
}

.ttip_dos .hdr-close-btn {
    outline: 1px solid #0678bc !important;
    outline-offset: 8px;
}

.arrow-icon {
    background-color: transparent;
    height: 2.8em;
    width: 2.8em;
    display: initial;
    padding: 0.5em;
    margin: 1em auto;
    position: relative;
    cursor: pointer;
}

/* Modals */
.modal {overflow: auto !important;}
.modal-backdrop {
    background-color: rgba(0,0,0,.5) !important;
}
.modal-dialog {width: 100% !important;}
.modal-body {
    max-height: 100%;
    padding: 0px;
}
.modal-content  {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important; 
}
.opt-out-modal-content {
    width: 490px;
    margin: auto;
}
.start-notification-modal-content {
    width: 850px;
    margin: auto;
}

.thank-you-modal-content {
    width: 490px;
    margin: auto;
}

.hidden {
    display: none !important;
}
.error{
    color: #D92E14;
    text-align: center; 
    margin-bottom: 10px;
}

@media screen and (max-width: 850px) {
    .modal-dialog {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
    }
    #box,
    #box2 {
        width: 100%;
        height: auto;
        padding: 0px 0px;
        padding-bottom: 20%;
        margin: 0% auto;
		    box-shadow: 0 0 0 rgba(255, 255, 255, 0.4);
    }
    .start-notification-modal-content {
        width: 100%;
    }

    .thank-you-modal-content {
        width: 490px;
    }

    #inner-box {
        width: auto;
        height: auto;
        margin-right: 30px;
    }
    .right {
        position: relative !important;
        width: auto;
        height: auto;
        margin-bottom: 32px;
        right: 0;
    }
    .left {
        position: relative !important;
        width: auto;
        height: auto;
        margin-bottom: 32px;
    }
    .hdr-txt {
        line-height: 15px;
        margin-left: 30px;
        margin-right: 30px;
    }
    .g-recaptcha {
        transform: scale(1);
        -webkit-transform: scale(1);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
    .g-recaptcha {
        margin-bottom:  25px;
    }
    .ttip .ttiptxt {
        bottom: -600%;
        left: -550%;
    }
    .ttip_dos .ttiptxt_dos {
        left: 40%;
    }
    .right-bar {
        top: 12px;
    }
    #opt_out_sub2,
    #signup_submit {
        width: 100%;
        padding: 0px;
    }
    #sub2,
    #signup_submit {
        width: 100%;
        padding: 0px;
    }
    .optout {
        text-align: center;
        margin-right: 0px;
    }
	

    .cancel {
        margin: 20px 0 0 0;
    }
    .optout,
    .ftr-txt {
        text-align: center;
    }
    #box2 {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .opt-out-modal-content {
        max-width: 490px;
    }
	textarea {
        width: 99%;
    }
    .thank-you-title {
        font-size: 48px;
    }
}

@media screen and (max-width: 736px) {
    .modal-dialog {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
    }

    #box,
    #box2 {
        width: 100%;
        height: auto;
        padding: 0px 0px;
        padding-bottom: 20%;
        margin: 0% auto;
		    box-shadow: 0 0 0 rgba(255, 255, 255, 0.4);
    }
    
    .start-notification-modal-content {
        width: 100%;
    }

    .thank-you-modal-content {
        max-width: 490px;
    }

    #inner-box {
        width: auto;
        height: auto;
        margin-right: 30px;
    }
}

/* Media Queries */
@media screen and (max-width: 667px) {
    .hdr-main-description-wrapper, .thank-you, #two {
        font-size: 48px;
    }
    .modal-dialog {
        width: 100% !important;
        /* margin: auto !important; */
        margin: 0;
        padding: 0;
    }
    h1 {
        font-size: 48px;
    }
    #two {}
    input[type="text"],
	input[type="button"]
    input[type="submit"] {
        width: 100%
    }
    input[type="submit"] {
        width: 90%;
        padding: 16px;
        height: auto;
    }
    
    #box,
    #box2 {
        width: 100%;
        height: auto;
        padding: 0px 0px;
        padding-bottom: 20%;
        margin: 0% auto;
		    box-shadow: 0 0 0 rgba(255, 255, 255, 0.4);
    }
    .start-notification-modal-content,
    .thank-you-modal-content {
        width: 100%;
    }

    #inner-box {
        width: auto;
        height: auto;
        margin-right: 30px;
    }
    .right {
        position: relative !important;
        width: auto;
        height: auto;
        margin-bottom: 32px;
        right: 0;
    }
    .left {
        position: relative !important;
        width: auto;
        height: auto;
        margin-bottom: 32px;
    }
    .hdr-txt {
        line-height: 15px;
        margin-left: 30px;
        margin-right: 30px;
    }
    .g-recaptcha {
        transform: scale(1);
        -webkit-transform: scale(1);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
    .g-recaptcha {
        margin-bottom:  25px;
    }
    .ttip .ttiptxt {
        bottom: -600%;
        left: -550%;
    }
    .ttip_dos .ttiptxt_dos {
        left: 40%;
    }
    .right-bar {
        top: 12px;
    }
    #opt_out_sub2,
    #signup_submit {
        width: 100%;
        padding: 0px;
    }
    #sub2,
    #signup_submit {
        width: 100%;
        padding: 0px;
    }
    .optout {
        text-align: center;
        margin-right: 0px;
    }
	

    .cancel {
        margin: 20px 0 0 0;
    }
    .optout,
    .ftr-txt {
        text-align: center;
    }
    #box2 {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .opt-out-modal-content {
        max-width: 490px;
    }
	
	textarea {
        width: 99%;
    }
}

@media screen and (max-width: 480px) {
    .hdr-main-description-wrapper, .thank-you, #two {
        font-size: 48px;
    }
    .cancel {
        margin: 20px 0 0 0;
    }
    #box,
    #box2 {
        padding-bottom: 30%;
        box-shadow: 0 0 0 rgba(255, 255, 255, 0);
        /* max-width: 320px !important; */
    }
    .start-notification-modal-content {
        width: 100%;
        margin: auto;
        height: auto;
        min-height: 100%;
    }

    .thank-you-modal-content {
        width: 100%;
        /* margin: auto;
        height: auto;
        min-height: 100%; */
    }
	
	.fade.in{
		padding-left: 0;
    }
    .cancel {
        margin: 20px 0 0 0;
    }
    .opt-out-modal-content {
        width: 100%;
    }
}

@media screen and (max-width: 375px) {
    .hdr-main-description-wrapper, .thank-you, #two {
        font-size: 48px;
    }
    .cancel {
        margin: 20px 0 0 0;
    }
}

@media screen and (max-width: 320px) {
    .hdr-main-description-wrapper, .thank-you, #two {
        font-size: 48px;
    }
    .cancel {
        margin: 20px 0 0 0;
    }
    .start-notification-modal-content,
    .thank-you-modal-content {
       /* width: 360px;*/
        margin: auto;
    }
}
