@font-face {
    font-family: 'DIN Pro';
    src: url('../fonts/DINPro-Bold.woff2') format('woff2'),
        url('../fonts/DINPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DIN Pro';
    src: url('../fonts/DINPro-Medium.woff2') format('woff2'),
        url('../fonts/DINPro-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DIN Pro';
    src: url('../fonts/DINPro-Light.woff2') format('woff2'),
        url('../fonts/DINPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DIN Pro';
    src: url('../fonts/DINPro-Black.woff2') format('woff2'),
        url('../fonts/DINPro-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

body {
    font-family: 'DIN Pro' !important;
    font-weight:400;
    padding:25px;
    font-size:13px;
}
h1, h2, h3, h4, h5, h6 {
    font-weight:300;
}
h1, h2 {font-size:27px;}
h3 {font-size:18px;}
strong {
    font-weight:500;
}
.linearBg {
    background-image: linear-gradient(90deg, rgba(199, 200, 200, 0.8) 1px, transparent 1px), linear-gradient(rgba(199, 200, 200, 0.8) 1px, transparent 1px);
    background-size: 20px 20px;
}
.mvh-100 {
    min-height: calc(100vh - 50px);
    flex-wrap:wrap;
}
.row {
    flex: 0 0 100%;
}
.lightGreyBg {
    background:#F0F0F0;
}
.border-button {
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
    border-style: solid;
    border-width: 1px;
    border-color: #DD3333;
    font-weight:300;
    color:#DD3333;
    padding: 16px 28px;
    text-transform:uppercase;
    text-decoration:none;
    transition:0.3s all;
}
.border-button:hover {
    color:#fff;
    background-color: #DD3333;
}
.border-buttonBlack {
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
    border-style: solid;
    border-width: 1px;
    border-color: #000;
    font-weight:300;
    color:#000;
    padding: 16px 28px;
    text-transform:uppercase;
    text-decoration:none;
    transition:0.3s all;
}
.cameraIcon {
    display:inline-block;
    width:18px;
    height:18px;
    position:relative;
    top:2px;
    margin-right:5px;
    background-color: #000;
    -webkit-mask-image: url('../images/camera-red.svg');
    mask-image: url('../images/camera-red.svg');
    background-size:cover;
}
.border-button:hover .cameraIcon {
    background-color:#fff;
}
.uploadIcon {
    display:inline-block;
    width:22px;
    height:18px;
    position:relative;
    top:3px;
    margin-right:5px;
    background-color: #000;
    -webkit-mask-image: url('../images/upload.svg');
    mask-image: url('../images/upload.svg');
    mask-position:center;
    mask-size:cover;
    -webkit-mask-position:center;
    -webkit-mask-size:cover;
}
.border-buttonBlack:hover .uploadIcon {
    background-color:#fff;
}
.border-buttonBlack:hover {
    color:#fff;
    background-color: #000;
}
.w-210 {
    width:210px;
}
.pageContainer {
    padding: 50px;
}
.pageContainer .column {
    float: left;
    width: 50%;
}
.p-3 {
    padding:3%;
}
.p-5 {
    padding:5%;
}
.steps-side-col-5 {padding-top:5%; padding-left:2%; padding-right:2%;}
.steps-side-col {padding-top:3%; padding-left:2%; padding-right:2%;}
.p-10 {
    padding:10%;
}
@media screen and (min-width:768px) {
    .desktop-left-margin-10 { margin-left:10%; }
    .desktop-left-margin-15 { margin-left:15%; }
    .desktop-p-25 {padding:0 25%;}
    .m-r-30 {margin-right:30px;}
}
.d-inlineblock {
    display:inline-block;
}
.radioWrapper label {
    font-size:16px;
    text-transform:uppercase;
}
.text-center {text-align:center !important;}
.text-left {text-align:left !important;}
.text-right {text-align:right !important;}
.mt-3 {margin-top:1.5rem;}
.mt-4 {margin-top:2.5rem;}
.mb-3 {margin-bottom:1.5rem;}
.divider {
    display: block;
    width: 2px;
    height: 40px;
    background-color: #1d1d1b;
    margin: 10px auto;
    text-align: center;
    line-height: 100%;
}
.tac {
    text-align: center;
}
.clear {
    clear: both;
}
#container {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
    max-width:530px; 
    max-height:397.5px;
}
#cameraWidget {position:relative;z-index:3;}
#cameraWidget .output img {max-height:397.5px;}
.cameraFrame {
    border:1px dashed #000;
    width:530px;
    height:397.5px;
    position:relative;
}
.mobile-only {display:none;}
@media screen and (min-width:768px) {
    .login-form label {max-width:85%;}
}
@media screen and (max-width:768px) {
    body {padding:10px;}
    #progressBar {max-width:280px !important; width:280px !important;}
    .cameraFrame {
        width:320px;
        min-height:210px;
        height:auto;
        margin:0 auto;
}
.mobile-only {display:inline-block;}
}
.cameraFrame:after {
    content: "";
    width:70px;
    height:70px;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    background:url('../images/camera.svg');
    background-size:cover;
}
.radioItem {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.radioItem input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0px;
  left: -30px;
  height: 18px;
  width: 18px;
  border:1px solid #DD3333;
  border-radius: 0;
}
.radioItem label {position:relative;}
.radioItem:hover input ~ .checkmark {
  background-color: #ccc;
}

.radioItem input:checked ~ .checkmark {
  background-color: #2196F3;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.radioItem input:checked ~ .checkmark:after {
  display: block;
  background:#DD3333;
  background: #DD3333;
    content: "\2713";
    color: #fff;
    text-align: center;
    font-size: 16px;
        top: -1px;
    left: -1px;
}

.radioItem .checkmark:after {
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  background: #DD3333;
}
.social-share {list-style:none;}
.social-share li {display:inline-block; margin-right:20px;}
.social-share li svg {width:auto; height:25px;}

.radio-btn-group, .checkbox-btn-group {
  display: flex;
  flex-wrap: wrap;
}
.ts-wrapper {display:inline-block !important; margin-left:20px;}
.ts-wrapper, .full .ts-control {
    position: relative;
    width:150px !important;
    height: 36px !important;
        background: transparent !important;
    border-radius: 0 !important;
    border: 1px solid #000 !important;
    box-shadow: none !important;
    outline: none !important;
}
.clinicsWrapper {display:inline-flex;}
.clinicItemContainer {width:30%; margin-right:2%; text-align:center; border:1px solid rgba(0,0,0,0.6); padding:30px; display:flex; flex-direction:column;}
video#video  {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
@media screen and (min-width:1600px) {
    #container {
    max-width:850px; 
    max-height:638px;
}
#cameraWidget .output img {max-height:638px;}
.cameraFrame {
    width:850px;
    height:638px;
}
}
@media screen and (max-width:768px) {
    .margin-mobile-none {margin-left:0 !important;}
    .mobile-m-b-15 {margin-bottom:15px;}
    p, h1, h2, h3, h4 {text-align:center;}
    .radioWrapper {padding-left:100px !important;}
    .instructions-photo {
        border-radius:50%;
        position:absolute;
        margin: -10px 0px 0 45px !important;
        border:2px solid #000;
    }
    h2 {font-size:22px;}
    .row {margin:0;}
    h1, h2 {margin: 15px 0;}
    input {width:100% !important;}
    .border-button, .border-buttonBlack {background:transparent; width:100%; margin:15px auto;}
    .border-button.d-inlineblock {display:block;}
    .border-buttonBlack.d-inlineblock {display:block;}
    .d-flex {display:block !important; text-align:center;}
    ul {text-align:left;}
    .radioItem {margin-left:0 !important; text-align:left;}
    #photoFrame {display:none !important;}
    .border-button.d-inlineblock {margin-left:0 !important;}
    .text-content {display:contents;}
    iframe {max-width:100%;}
    .social-share {text-align:right;}
    .mobile-mh-50 {min-height:50vh;}
    .mobile-m-t-60 {margin-top:60px !important;}
    .hidden-xs {display:none !important;}
    .steps-form .border-buttonBlack {display:inline-block !important; width:48%;}
    .steps-form a.border-buttonBlack {margin-right:2% !important;}
}