/* Animations */
.animated { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
.animated.infinite { -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite;}
.pulse { -webkit-animation-name: pulse; animation-name: pulse; }
@-webkit-keyframes pulse{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}
@keyframes pulse{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}
.fadeIn { -webkit-animation-name: fadeIn; animation-name: fadeIn; }
@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}
@keyframes fadeIn{from{opacity:0}to{opacity:1}}
.fadeInDown { -webkit-animation-name: fadeInDown; animation-name: fadeInDown; }
@-webkit-keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}
@keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}
.fadeInLeft { -webkit-animation-name: fadeInLeft; animation-name: fadeInLeft;}
@-webkit-keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}
@keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}
.fadeInRight { -webkit-animation-name: fadeInRight; animation-name: fadeInRight; }
@-webkit-keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}
@keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}
.fadeInUp { -webkit-animation-name: fadeInUp; animation-name: fadeInUp; }
@-webkit-keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}
@keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}
.fadeOut { -webkit-animation-name: fadeOut; animation-name: fadeOut;}
@-webkit-keyframes fadeOut{from{opacity:1}to{opacity:0}}
@keyframes fadeOut{from{opacity:1}to{opacity:0}}
.zoomIn { -webkit-animation-name: zoomIn; animation-name: zoomIn; }
@-webkit-keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}
@keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}
.slideInDown { -webkit-animation-name: slideInDown; animation-name: slideInDown; }
@-webkit-keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}
@keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}
.slideInLeft { -webkit-animation-name: slideInLeft; animation-name: slideInLeft; }
@-webkit-keyframes slideInLeft{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}
@keyframes slideInLeft{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}
.slideInRight { -webkit-animation-name: slideInRight; animation-name: slideInRight; }
@-webkit-keyframes slideInRight{from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}
@keyframes slideInRight{from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}
.slideInUp { -webkit-animation-name: slideInUp; animation-name: slideInUp; }
.zoomIn { -webkit-animation-name: zoomIn; animation-name: zoomIn; }
@keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}
.heartbeat {-webkit-animation: heartbeat 1.5s ease-in-out infinite both; animation: heartbeat 1.5s ease-in-out infinite both;}
@-webkit-keyframes heartbeat{from{-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:center center;transform-origin:center center;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}10%{-webkit-transform:scale(.91);transform:scale(.91);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}17%{-webkit-transform:scale(.98);transform:scale(.98);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}33%{-webkit-transform:scale(.87);transform:scale(.87);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}45%{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}@keyframes heartbeat{from{-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:center center;transform-origin:center center;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}10%{-webkit-transform:scale(.91);transform:scale(.91);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}17%{-webkit-transform:scale(.98);transform:scale(.98);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}33%{-webkit-transform:scale(.87);transform:scale(.87);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}45%{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}


/* reset styles to normal */
.progress,sub,sup{vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hr,main,menu,nav,section,summary{display:block}hr,sub,sup{position:relative}body,figure{margin:0}button,hr,input,select{overflow:visible}[type=checkbox],[type=radio],legend{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;-webkit-box-sizing:border-box;box-sizing:border-box; font-size: 100%;}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:0 0 .67em}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:60%;line-height:0}sub{bottom:-.25em}sup{top:-.45em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;border:0}button,input,select,textarea{font:inherit;line-height:initial;margin:0}optgroup{font-weight:700}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{cursor:pointer}[disabled]{cursor:default}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button;border:0}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}button:-moz-focusring,input:-moz-focusring{outline:ButtonText dotted 1px}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}address {font-style: normal}img {max-width:100%; display: block; margin: 0 auto}*,*::before,*::after{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing: grayscale;}
*::before, *::after, a {-webkit-transition:all .4s;  transition: all .4s;} i::before {-webkit-transition:none;transition: none}
.clearfix:before, .clearfix:after{display:table;content:" "; clear: both}
a[name]{display: block; cursor: auto!important} p.has_target {margin: 0}
.no-scroll-map iframe {display: block; width: 100%}

.hide, .page_index .internal, .page_index #page, .page_index main > hr {display: none!important}
.youtube:after, star:before, .toogle:before, main ul li:before  {font-family:'fontello'; font-weight: 400; margin:0; font-style: normal;}
/* --- end foundation --- */


/* Youtube lazyload styles */
[data-player],[data-vimeo], [data-embed] { position: relative; }
[data-player] video,[data-vimeo] video, [data-embed] video {width: 100%;}
[data-player] .play {cursor: pointer; width: 94px; display: flex; flex-direction: column; justify-content: center; align-items: center;
    height: 94px; background-color: #2f2f2e; color: #fff; border-radius: 50%; text-align: center; margin: auto;}
[data-player] .play em {font-style: normal;}
[data-embed] .play i {display: block; margin: 5px;}
[data-player] .play:hover {background-color: #25a985; }
[data-embed] .play, .carousel [data-player] .play-btn {cursor: pointer;  position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
[data-embed] .close, [data-vimeo] .close { cursor: pointer; background-color: #198d76; color: #fff; padding: 8px; text-transform: uppercase; }
[data-embed] .close:hover, [data-vimeo] .close:hover { background-color: #464646; color: #fff; }
[data-embed] .close { position: absolute; top: 0; right: 0; }
[data-embed] .close i:before { -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.carousel [data-player] .play-btn {    font-size: 65px; color: rgba(46, 186, 147, 0.74);}
.carousel [data-player] .play-btn:hover {  color: rgba(46, 46, 45, 0.9);  }
.carousel [data-embed] .close {font-size: 12px;}
.youtube { position: relative; cursor: pointer; width: 100%; font-size: 0; }
.youtube[class*="elem-"] { width: 440px; }
.youtube:before, .youtube:after { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.youtube:before { content: ""; background-color: #fff; width: 40px; height: 40px; }
.youtube:after { font-size: 70px; color: #565655; font-family: "fontello"; font-weight: 400; margin: 0; font-style: normal; content: "\e80e"; }
.youtube:hover:after { color: #ff0000; }
.youtube.active:before, .youtube.active:after { display: none; }


/* Modal */
#lean_overlay {padding: 10px; position: fixed; z-index:1100; top: 0; left: 0; height:100%; width:100%; background: rgba(0,0,0,.7); display: none; -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center; -webkit-box-align:center; -webkit-align-items:center; -ms-flex-align:center; -ms-grid-row-align:center; align-items:center; }
#lean_overlay input, #lean_overlay textarea { display: block; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box;border: none; padding: 12px 10px; font-size: 17px; margin-bottom: 10px; color: inherit;line-height: 1em; -webkit-transition:.3s ease all; transition: .3s ease all;    -webkit-box-shadow: 1.5px 2.6px 7px rgba(24, 23, 24, 0.25);    box-shadow: 1.5px 2.6px 7px rgba(24, 23, 24, 0.25); }
.modal-content { display: none; -webkit-box-flex:100%; -ms-flex:100%; flex:100%; background: rgb(237, 237, 237); max-width: 500px; -webkit-box-sizing: border-box; box-sizing: border-box; padding:20px; position: relative; margin: 15px; }
.modal-close { position: absolute; right:-15px; top:-15px; z-index:1002; cursor:pointer; width: 40px; height: 40px; border-radius: 50%; background-color: #198d75; -webkit-box-shadow:0 0 4px 2px rgba(0,0,0,.3); box-shadow:0 0 4px 2px rgba(0,0,0,.3); border: 2px solid #fff; padding: 1px;}
.modal-close i { position: relative; color:#fff; ;}
.modal-close i:before {  -webkit-transform: rotate(45deg); transform: rotate(45deg);
    font-size: 40px; margin: 0; content: '+'; line-height: 30px; }
/* FOR IE */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .modal-close i:before { margin: 3px -3px; }
    }
/* For Firefox */
@-moz-document url-prefix() {
      .modal-close { border-width: 3px; }
      .modal-close i {margin: 0 -1px;}
    }

.modal-close:hover {background-color: #80d8d0; }

/* Video Modal */
.vid-mdl {position: relative; }
.vid-mdl .modal-btn {position: absolute; right: 5px; bottom: 5px; font-size: 40px;}
#bio-modal {max-width: 800px; padding: 10px;}
#bio-modal .modal-close.vid:after{content:"Close Video"; color:#fff; position:absolute; width: 80px; top: -8px;
    right: 40px; text-align:right;opacity:0; font-size: 14px;}
#bio-modal .modal-close.vid:hover:after{opacity:1}

.modal-content .btn {  margin: 20px auto 0; display: table;}
.modal-btn i {font-size: 1.2em; margin-right: 5px;}
#ask-question strong { font-size:20px; text-align: center; text-transform: uppercase; line-height: 1; margin-bottom: 20px; display: block; }
#ask-question  textarea { height: 120px; }
.modal-content ::-webkit-input-placeholder {color: #363636}
.modal-content :-moz-placeholder {color: #363636}
.modal-content ::-moz-placeholder {color: #363636}
.modal-content :-ms-input-placeholder {color: #363636}


.schedule-options { padding: 30px 10px; }

.schedule-options em { display: none; }

@media (min-width: 1100px) { .schedule-options { max-width: 1400px; margin: 0 auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -ms-flex-pack: distribute; justify-content: space-around; text-align: center; }
  .schedule-options > div { -webkit-box-flex: 0; -ms-flex: 0 1 48%; flex: 0 1 48%; padding: 10px; }
  .schedule-options br, .schedule-options hr { display: none; }
  .schedule-options h2 { font-size: 30px; }
  .schedule-options h2 strong { color: #8a9297; font-style: 35px; font-weight: 400; text-transform: uppercase; }
  .schedule-options em { width: 2px; height: 850px;  background-color: #9a9a99; opacity: .2; display: block; } }

.styled-form *:focus { outline-style: solid; outline-color: #198d75; outline-width: thin; }

.styled-form { text-align: left; margin-top: 15px; margin-bottom: 30px; }

.styled-form .drei { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-flow: row wrap; -webkit-box-orient: horizontal; -webkit-box-direction: normal; flex-flow: row wrap; }

.styled-form .drei + .drei { margin-top: 5px; }

.styled-form .input-content, .styled-form .inline { width: calc(100% / 3 - 5px); min-height: 52px; }

.styled-form .inline, .input-content { background-color: #373737; }

.input__label-content strong, .input__label-content strong a { color: #626262; }

.input-content, .styled-form .inline label, .styled-form .inline, .input--filled .input__label .input__label-content strong, .input--filled .input__label .input__label-content a { color: #fff !important; }

.styled-form .drei:first-of-type { line-height: 1 !important; }

.styled-form .inline { padding: 8px 16px 12px; }

.styled-form .inline span input { margin-right: 4px; }

.styled-form .inline span { display: block; line-height: 1.7; }

.styled-form .inline span:first-of-type { margin-top: 10px; }

.styled-form .hear { margin: 20px 0 30px; }

.styled-form .hear label { display: inline-block; margin-right: 8px; }

.input-content { position: relative; z-index: 1; overflow: hidden; }

.input__field { -webkit-appearance: none; position: absolute; z-index: 2; display: block; float: right; border: none; border-radius: 0; padding: 0 14px; margin-top: 1.2em; height: 29px; width: 100%; background: transparent; color: #fff; }

.input__field:focus { outline: none; }

.input__label { display: inline-block; float: right; padding: 0; width: 100%; height: 100%; background: transparent; text-align: left; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.input__label::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0 solid transparent; -webkit-transition: border-width 0.3s,border-color 0.3s; transition: border-width 0.3s,border-color 0.3s; }

.input__label-content { position: relative; display: block; width: 100%; padding: 1.1em 1em; text-rendering: geometricPrecision; -webkit-transform-origin: 0% 50%; transform-origin: 0% 50%; -webkit-transition: -webkit-transform 0.3s,color 0.3s; -webkit-transition: color 0.3s,-webkit-transform 0.3s; transition: color 0.3s,-webkit-transform 0.3s; transition: transform 0.3s,color 0.3s; transition: transform 0.3s,color 0.3s,-webkit-transform 0.3s; }

.input__label-content strong { float: right; font-weight: normal; }

.input__field:focus + .input__label::before { border-width: 5px; border-color: #198d75; border-top-width: 1.2em; }

.input--filled .input__label::before { border-width: 5px; border-color: #198d75; border-top-width: 1.2em; }

.input__field:focus + .input__label .input__label-content, .input--filled .input__label .input__label-content { color: #fff; font-size: 14px; padding: .85em 1em; -webkit-transform: translate3d(0, -0.65em, 0); transform: translate3d(0, -0.65em, 0); }

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill { background-color: transparent !important; }

.styled-form [type=checkbox], .styled-form [type=radio] { -webkit-appearance: none; position: relative; background-color: #efefef; padding: 9px; border-radius: 3px; vertical-align: middle; }

.styled-form [type=checkbox]:active, .styled-form [type=checkbox]:checked:active, .styled-form [type=checkbox]:checked { background-color: #fff; }

.styled-form [type=checkbox]:checked:after { font-family: fontello; content: '\e832'; font-size: 13px; position: absolute; top: 2px; left: 2px; color: #198d75; }

.styled-form .btn { margin: 10px 0; }

@media (min-width: 1100px), (max-width: 730px) { .styled-form .input-content, .styled-form .inline { width: 100%; display: block; border-bottom: 1px solid rgba(206, 206, 206, 0.219608); }
  .styled-form .input-content + .input-content { margin-top: 5px; } }

.standard-form { max-width: 1300px; margin: 20px auto; line-height: 1; font-size: 0; margin: 0 auto; text-align: center; }

.standard-form input, .standard-form textarea { -webkit-box-sizing: border-box !important; box-sizing: border-box !important; border: 0; border-radius: 0; line-height: 1.3; font-size: 15px; width: 100%; max-width: 100%; padding: 0 13px; margin-bottom: 13px; height: 39px; color: #000; background-color: #fff; border-radius: 5px; }

.standard-form textarea { height: 104px !important; padding: 13px; resize: none; }

.standard-form input:focus, .standard-form textarea:focus { outline: 0; outline: none; -webkit-box-shadow: 0px 0px 5px #656565; box-shadow: 0px 0px 5px #656565; }

::-webkit-input-placeholder { color: #434343; }

:-moz-placeholder { color: #434343; }

::-moz-placeholder { color: #434343; }

:-ms-input-placeholder { color: #434343; }

.quiz { font-size: 17px; line-height: 1.76; text-align: center; }

.quiz > div { text-align: left; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: row nowrap; -webkit-box-orient: horizontal; -webkit-box-direction: normal; flex-flow: row nowrap; }

.quiz > div > * { padding: 6px 18px; border: 1px solid #80d8d0; display: -webkit-box; display: -ms-flexbox; display: flex; }

.quiz > div > * + * { border-left-width: 0; }

.quiz > div + div > * { border-top-width: 0; }

.quiz > div span { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; -ms-flex-flow: column; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-flow: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.quiz input[type="radio"] { display: none; }

.quiz input[type="radio"]:checked + label:before { background-color: #484848; -webkit-box-shadow: inset 0 0 0 2px #fff; box-shadow: inset 0 0 0 2px #fff; }

.quiz > div label { cursor: pointer; text-transform: uppercase; -ms-flex-flow: row nowrap; -webkit-box-orient: horizontal; -webkit-box-direction: normal; flex-flow: row nowrap; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; -ms-grid-row-align: center; align-items: center; }

.quiz > div label:before { content: ''; display: inline-block; vertical-align: middle; width: 16px; height: 16px; margin-right: 5px; border: 2px solid #484848; border-radius: 50%; }

.quiz p { text-align: left; }

.quiz p span { color: #198d75; }

.quiz article { max-width: 900px; margin: 15px auto; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.quiz article > * { width: calc(50% - 5px); }

.quiz article input, .quiz article textarea { background-color: #e8faf6; margin-bottom: 10px; }

.quiz article textarea { height: 137px !important; }

/* ---------------- Invisalign Assessement --------------- */
#invisalign-quiz { max-width: 800px; margin: 50px auto; padding-left: 20px; padding-right: 20px; text-align: left; }

#invisalign-quiz input, #invisalign-quiz textarea { background-color: #e8faf6; color: #2f2f2e; border: none; border-radius: 5px; padding: 10px; margin-left: 5px; font-size: .9rem; }

#invisalign-quiz label { margin-top: 15px; font-weight: bold; display: inline-block; }

#invisalign-quiz .top-form { margin: 20px auto; }

#invisalign-quiz .form-info { width: 130px; padding: 5px 0; }

#invisalign-quiz input[type=text], #invisalign-quiz input[type=email] { min-width: 300px; }

#invisalign-quiz input[name=age] { min-width: 40px; }

#invisalign-quiz .forms p { margin: 15px 0 15px 15px; }

#invisalign-quiz input:focus, #invisalign-quiz textarea:focus, #invisalign-quiz .regular-radio:focus + label { outline: none; -webkit-box-shadow: 0px 0px 5px #656565; box-shadow: 0px 0px 5px #656565; }

/* Checkbox styles  */
#invisalign-quiz .checks { border: 1px solid #198d75; background-color: white; }

#invisalign-quiz .checks { -webkit-appearance: none; -moz-appearance: none; appearance: none; margin: -5px; padding: 10px; border-radius: 5px; position: relative; margin-right: 6px; cursor: pointer; width: 20px; height: 20px; cursor: pointer; }

#invisalign-quiz .checks:checked:after { content: '\e832'; font: 400 13px/1 'fontello'; position: absolute; top: 5px; left: 3px; color: #198d75; }

/* Radio Styles */
#invisalign-quiz input[type="radio"] { opacity: 0; top: -5px; left: 2px; position: relative; z-index: 5; margin-left: 18px; cursor: pointer; }

#invisalign-quiz .regular-radio + label { -webkit-appearance: none; -moz-appearance: none; appearance: none; border: 2px solid #198d75; padding: 9px; border-radius: 10px; position: relative; margin-right: 6px; margin-left: -18px; top: 3px; cursor: pointer; }

#invisalign-quiz .regular-radio:checked + label:after { content: ' '; width: 12px; height: 12px; border-radius: 50px; position: absolute; top: 3px; left: 3px; background: #198d75; -webkit-box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.4); box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.4); }

.page_gum-disease-risk-assessment-quiz #invisalign-quiz input[name="age"] { min-width: 0; }
.page_gum-disease-risk-assessment-quiz #invisalign-quiz .forms > h3 { margin-top: 40px; }

.page_gum-disease-risk-assessment-quiz #invisalign-quiz input[type="text"], 
.page_gum-disease-risk-assessment-quiz #invisalign-quiz input[type="email"], 
.page_gum-disease-risk-assessment-quiz #invisalign-quiz input[type="tel"], 
.page_gum-disease-risk-assessment-quiz #invisalign-quiz textarea { margin-left: 0px; border: 1px black; border-style: solid; }

.page_gum-disease-risk-assessment-quiz #invisalign-quiz input[type="text"], #invisalign-quiz input[type="tel"] { min-width: 300px; }
