﻿/* ------------------ BASE COLOR THEME
    Test Color: #B22222
    Test Color 2: #00CED1
*/
/* ------------------ IMPORT REUSABLE SCSS */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

strong {
  font-weight: bold; }

/* ------------------ MAIN CHUNKS */
* {
  box-sizing: border-box;
  font-family: Gotham, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }

body {
    width: 100%;
    font-family: Gotham, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dcdce1+0,f0eff0+40,f0eff0+60,dcdce1+100 */
    background: #dcdce1; /* Old browsers */
    background: -moz-linear-gradient(left, #dcdce1 0%, #f0eff0 40%, #f0eff0 60%, #dcdce1 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #dcdce1 0%,#f0eff0 40%,#f0eff0 60%,#dcdce1 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #dcdce1 0%,#f0eff0 40%,#f0eff0 60%,#dcdce1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcdce1', endColorstr='#dcdce1',GradientType=1 ); /* IE6-9 */
    color: #020202;
    font-size: 0.8vmin;
}

    .bg-main:after {
        content: "";
        position: fixed; /* stretch a fixed position to the whole screen */
        top: 0;
        height: 100vh; /* fix for mobile browser address bar appearing disappearing */
        left: 0;
        right: 0;
        z-index: -1; /* needed to keep in the background */
        background: url(../content/images/wld-inel-bg.jpg);
        background-position: center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

.bg {
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
}

.hidden {
  display: none !important; }

.spaced {
  padding: 3em 0em !important; }

.smallContainer {
  margin: 0 auto;
  width: 50%; }

.top {
  margin: 100px 0;
  text-align: center;
}
.top .intelLogo {
    width: 400px;
    margin:0 auto;
}
 

.mid {
  height: 100%;
  width: 1200px;
  max-width: 98%;
  margin: 0 auto;
  position: relative;
  padding: 2em; }
  .mid .bg {
    top: 0;
    z-index: -2; }
    .mid .bg video {
      max-height: 100%;
      max-width: 100%; }

div[data-page-content=""] {
  height: 100%;
  overflow-y: scroll;
  position: relative;
  z-index: 1; }
  div[data-page-content=""]::-webkit-scrollbar {
    display: none; }



/* ------------------ LAYOUT ELEMENTS */
hr {
    border: 0em solid;
    border-bottom: 0.1em solid #232322;
    padding-top: 1em;
    margin: 0;
}

.column {
  float: left; }

.full {
  width: 100%; }

.threeQuarter {
  width: 75%; }

.twoThird {
  width: 66.6667%; }

.half {
  width: 50%; }

.third {
  width: 33.3333%; }

.quarter {
  width: 25%; }

.rightAlign, .rightAlign * {
  text-align: right; }

.searchCol {
  width: 30.6667%;
  /*width: 23%;*/
  height: 10em; }

.endSearchCol {
  width: 8%;
  height: 10em; 
  position: relative;
}

.endSearchCol .inputContainer{
    position: absolute;
    bottom: 0;
}


.xButton {
    display: block;
    height: 1.5em;
    width: 1.5em;
    position: absolute;
    z-index: 2;
    top: 2em;
    left: 2em;
    background: #B22222;
    color: #fff !important;
    background-size: 100% 100%;
    text-align: center;
    line-height: 1.5em;
    font-size: 3em;
    border: none;
    border-radius: 1em;
}

    .xButton:visited {
        color: #fff !important;
    }

.xButton:hover, .searchColButton:hover {
    background: #00CED1;
    color: #fff;
}

#modal, #userModal, #programModal, #locationModal, #timeoutModal, #editModal {
  display: none; }

#programModal .inputContainer {
  margin: 0 auto; }

#modal:target, #userModal:target, #programModal:target, #locationModal:target, #timeoutModal:target, #editModal:target {
  display: block; }

.modalContent {
  position: relative;
  height: 100%; }

.modalWindow {
    height: 60em;
    width: 60em;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: rgba(220, 220, 225, 0.95);
    border: 0.1em solid #000;
    border-radius: 1em;
    z-index: 900;
    padding: 2em;
}
  .modalWindow .xButton {
    z-index: 5;
    top: -1em;
    left: -1em; }
  .modalWindow .chromeButton, .modalWindow .chromeButton:hover, .modalWindow .chromeButton:active, .modalWindow .chromeButton:visited {
    width: 100%;
    margin: 0.5em 0em;
    height: 3em;
    line-height: 3em;
    font-size: 3.5em; }

#userModal .chromeButton, #userModal .chromeButton:hover, #userModal .chromeButton:active, #userModal .chromeButton:visited {
  font-size: 2em; }

.modalOverlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  height: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.7); }

.userModalName {
  font-weight: 900;
  font-size: 3.5em;
 }

.modalBottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; }

.overlay {
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0; }

.blackOverlay {
  background: black;
  transition: background 1s; }

.darkOverlay {
  background: rgba(0, 0, 0, 0.6);
  transition: background 1s; }

.loading {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 51;
  width: 5em;
  height: 5em;
  border: 0em solid;
  border-radius: 2.5em;
  background: #4b7d41;
  background: -moz-linear-gradient(left, #4b7d41 0%, #4b7d41 50%, #90278c 51%, #90278c 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #4b7d41), color-stop(50%, #4b7d41), color-stop(51%, #90278c), color-stop(100%, #90278c));
  background: -webkit-linear-gradient(left, #4b7d41 0%, #4b7d41 50%, #90278c 51%, #90278c 100%);
  background: -o-linear-gradient(left, #4b7d41 0%, #4b7d41 50%, #90278c 51%, #90278c 100%);
  background: -ms-linear-gradient(left, #4b7d41 0%, #4b7d41 50%, #90278c 51%, #90278c 100%);
  background: linear-gradient(to right, #4b7d41 0%, #4b7d41 50%, #90278c 51%, #90278c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b7d41', endColorstr='#90278c', GradientType=1 );
  animation: spin 1s ease infinite; }

.initializing {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 51;
  width: 60em;
  height: 20em;
  background: #000 url("images/initializing.gif") center center no-repeat;
  background-size: 60em auto; }

@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

.loadingOverlay {
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dcdce1+0,f0eff0+40,f0eff0+60,dcdce1+100 */
    background: #dcdce1; /* Old browsers */
    background: -moz-linear-gradient(left, #dcdce1 0%, #f0eff0 40%, #f0eff0 60%, #dcdce1 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #dcdce1 0%,#f0eff0 40%,#f0eff0 60%,#dcdce1 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #dcdce1 0%,#f0eff0 40%,#f0eff0 60%,#dcdce1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcdce1', endColorstr='#dcdce1',GradientType=1 ); /* IE6-9 */
    z-index: 50;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s, visibility 0s;
}

.hideLoading {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0s 0.5s; }

.pageVideo {
  width: 500px;
  max-height: 100%; }

/* ------------------ TEXT ELEMENTS */
p {
  font-size: 3em;
  padding: 0.5em 0em; }

h1, h2, h3, h4, h5 {
  font-size: 5em;
  color: #232322; }

a, a:hover, a:active, a:visited {
    color: #B22222;
    text-decoration: none;
}

.center {
  text-align: center !important; }

.chromeButton, .chromeButton:hover, .chromeButton:active, .chromeButton:visited {
    font-size: 3em;
    font-weight: 300;
    display: inline-block;
    padding: 0em 2em;
    min-height: 2em;
    line-height: 2em;
    margin: 0.5em 1em;
    border: 0px solid;
    border-radius: 0.3em;
    background: #B22222;
    background-size: 100% 100%;
    cursor: pointer;
    user-select: none;
    color: #fff;
}

button.chromeButton, button.chromeButton:hover, button.chromeButton:active, button.chromeButton:visited {
    font-size: 3em;
    font-weight: 300;
    display: inline-block;
    padding: 0em 2em;
    min-height: 2em;
    line-height: 2em;
    margin: 0.5em 1em;
    border: 0px solid;
    border-radius: 0.3em;
    background: #B22222;
    background-size: 100% 100%;
    cursor: pointer;
    user-select: none;
    color: #fff;
}

.disabledButton, .disabledButton:hover, .disabledButton:active, .disabledButton:visited, .chromeButton:hover, button.chromeButton:hover {
    background: #00CED1 !important;
    color: #aaa;
}

.cloneButton, .cloneButton:hover, .cloneButton:active, .cloneButton:visited, .remButn, .remButn:hover, .remButn:active, .remButn:visited {
  margin: 0 0.5em;
  font-size: 2em;
  text-align: center;
  width: 5em; }

.cloneTarget {
  width: 100%;
  height: 5em;
  position: relative; }

.navButtons {
  width: 100%;
  z-index: 1;
  margin: 25px 0;
}

.viewReport, .viewReport:hover, .viewReport:active, .viewReport:visited {
    z-index: 100;
    position: absolute;
    width: 300px;
    top: 38%;
    left: calc(50% - 150px);
    margin: 0;
    text-align: center;
}

.reportWrapper {
  position: relative;
  height: 100%;
  min-width: 63em;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
 }

legend > h1 ~ p {
  padding: 0.5em 0em 1em; }

legend:last-child {
  padding-bottom: 2em; }

.pinpad {
  width: 25em;
  height: 34em;
  margin: 0 auto;
  opacity: 0.8; }

.pinbutton {
  display: block;
  float: left;
  background-image: url("Images/pin.png");
  background-repeat: no-repeat;
  background-size: 25em 34em;
  width: 8em;
  height: 8em;
  margin: 0.5em 0.3em 0 0;
  cursor: pointer;
  transition: background 0.45s; }

.clickedPinButton {
  background-image: url("Images/pin-lightup.png"); }

.pin_1 {
  background-position: -0.3em -0.5em; }

.pin_2 {
  background-position: -8.6em -0.5em; }

.pin_3 {
  background-position: -16.6em -0.5em; }

.pin_4 {
  background-position: -0.3em -9em; }

.pin_5 {
  background-position: -8.6em -9em; }

.pin_6 {
  background-position: -16.6em -9em; }

.pin_7 {
  background-position: -0.3em -17.2em; }

.pin_8 {
  background-position: -8.6em -17.2em; }

.pin_9 {
  background-position: -16.6em -17.2em; }

.pin_0 {
  background-position: -0.1em -25.6em;
  width: 24.9em; }

/* ------------------ ONBOARD FORM */
#step1, #step2, #step3, #step4, #step5 {
  display: none; }

#step1:target, #step2:target, #step3:target, #step4:target, #step5:target {
  display: block !important; }
  #step1:target .chromeButton, #step2:target .chromeButton, #step3:target .chromeButton, #step4:target .chromeButton, #step5:target .chromeButton {
    margin-top: 2em; }

.exceptions {
  padding: 2em 6em; }

.male_female_box {
  width: 10rem;
  margin: 10px auto; }
  .male_female_box .inputContainer {
    text-align: center;
    width: 5rem;
    clear: none;
    float: left;
    padding: 10px 0em; }


    .male_female_box .male:before, .male_female_box .female:before {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        background: #B22222;
        color: #fff;
        font-size: 20px;
        line-height: 50px;
    }

  .male_female_box .male:before {
    content: "\f183"; 
  }
  .male_female_box .female:before {
    content: "\f182";
  }

  .male_female_box .male:before, .male_female_box .female:before {
    border-radius: 0.5em;
    width: 50px;
    height: 50px;
    padding: 0;
    margin: 0;
    float: none;
    display: inline-block;
    background-size: 100% 100% !important; }
  
  .male_female_box input[name="sex"]:checked ~ label:before {
    border-color: #0f0; 
    color: #fff;
    font-size: 20px;
    line-height: 50px;
  }

.datalist {
  display: block;
  position: absolute;
  z-index: 20;
  top: 4em;
  left: 1.5em;
  width: calc(75% - 2em); }
  .datalist > li {
    display: block;
    width: 100%;
    color: #000;
    font-size: 2em;
    padding: 0.5em;
    background: #fff; }
    .datalist > li:hover {
      background: #ddd !important; }

/* This class is generated by MVC. */
.validation-summary-errors {
  padding-left: 1em; }
  .validation-summary-errors span {
    color: red;
    font-size: 3em;
    font-weight: bold; }
  .validation-summary-errors ul {
    padding: 2em; }
  .validation-summary-errors li {
    color: red;
    font-size: 2em; }

.loginError {
  color: red;
  font-size: 2em;
  font-weight: bold;
  padding-left: 1em; }

.error {
  position: absolute;
  display: block;
  width: 12em;
  height: 1.5em;
  line-height: 1.5em;
  top: -0.9em;
  right: 0.5em;
  padding: 0.2em;
  background: #f00;
  font-size: 0.75rem;
  font-weight: bold;
  border: 0em solid;
  border-top-right-radius: 0.3em;
  border-top-left-radius: 0.3em; }

.sexError {
  top: -10px;
  left: 5px; }

.invalid {
  border-color: #f00 !important; }

.clear {
  clear: both; }

.questionProgram, .modalBottom, .userModalLocation {
    
}
/* ------------------ TABLE STYLES */
.searchWrapper {
    position: relative;
    height: 2.5em;
    padding: 0.5em;
}
  .searchWrapper .searchBar {
    font-size: 1em;
    padding-right: 2em; }
  .searchWrapper .searchButton {
    width: 2em;
    height: 2em;
    background: #B22222;
    background-size: 100% 100%;
    position: absolute;
    top: 0.5em;
    right: 0.5em;
    cursor: pointer;
    border: 0em solid;
    border-top-right-radius: 0.2em;
    border-bottom-right-radius: 0.2em; }


.searchColButton {
    color: #fff;
    font-size: 13px;
    padding: 4px 7px;
    background: #B22222;
    background-size: 100% 100%;
    cursor: pointer;
    border: 0em solid;
    border-radius: 0.5em;
}

table {
  width: 100%;
  text-align: center;
  margin-top: 2em; }

tbody tr:nth-child(odd) {
  background: rgba(255, 255, 255, 0.85); }

tbody tr:nth-child(even) {
  background: rgba(255, 255, 255, 0.75); }

thead {
  background: rgba(255, 255, 255, 0.75); }

th {
  font-weight: 900; }

th, td {
  height: 2em;
  font-size: 2.5em;
  color: #555;
  vertical-align: middle; }
  th .chromeButton, th .chromeButton:hover, th .chromeButton:active, th .chromeButton:visited, td .chromeButton, td .chromeButton:hover, td .chromeButton:active, td .chromeButton:visited {
    font-size: 1em; }

/* ------------------ FORM STYLES */
form {
  padding-bottom: 10em; }

legend {
  width: 100%; }
  legend p {
    font-size: 2em;
    padding: 3em 1em 1em 1em; }

label {
  width: 100%;
  display: block;
  float: left;
  line-height: 2em;
  font-size: 2em;
  user-select: none;
  cursor: pointer; }

.inputContainer {
  text-align: left;
  padding: 1em;
  clear: both;
  font-size: 1em;
  position: relative;
}

.inputContainer option{
    text-align: left;
}

input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="date"], input[type="number"], textarea, select {
    font-size: 2em;
    display: block;
    width: calc(100% - 0.5em);
    height: 2em;
    padding: 0.3em;
    margin: 0 0.5em;
    border: 0.05em solid #232322;
    border-radius: 0.2em;
    background: rgba(255, 255, 255, 0.6);
    color: #000;
    text-align: left;
}

/*--------------  ToolTip CSS  --------------*/
#tooltip {
  text-align: center;
  font: 2em bold;
  color: #000;
  border: 0.05em solid #fff;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0.8em 0.5em 0.7em rgba(0, 0, 0, 0.7);
  border-radius: 0.5em;
  position: absolute;
  z-index: 100;
  padding: 10px; }

#tooltip:after {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -10px; }

#tooltip.top:after {
  border-top-color: transparent;
  border-bottom: 10px solid #fff;
  top: -20px;
  bottom: auto; }

#tooltip.left:after {
  left: 10px;
  margin: 0; }

#tooltip.right:after {
  right: 10px;
  left: auto;
  margin: 0; }

.editButton {
  display: block;
  position: absolute;
  font-size: 5em;
  top: 0em;
  right: 0em;
  color: #B22222 !important; }

#ui-datepicker-div {
  width: 50vmin; }

.ui-datepicker-trigger {
  float: right;
  padding-right: 1em;
  width: 15%;
  height: 3.85em; }

input[type="text"].inputTypeDate {
    font-size: 2em;
    display: block;
    width: calc(100% - 4em);
    height: 2em;
    padding: 0.3em;
    margin: 0 0.5em;
    border: 0.05em solid #232322;
    border-radius: 0.2em;
    background: rgba(255, 255, 255, 0.6);
    color: #000;
    text-align: left;
    float: left;
}

.ui-datepicker-month, .ui-datepicker-year {
  width: 25%;
  display: block;
  float: left;
  height: 2em;
  font-size: 2em !important;
  margin: 0.5em !important; }
  .ui-datepicker-month option, .ui-datepicker-year option {
    font-size: 2em; }

textarea, select[multiple="multiple"] {
  height: 7em;
  resize: none;
  margin-top: 1em;
  background-image: none;
  text-align: left; }

select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  position: relative;
  background-image: url("images/select.png");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain; }

input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
  outline: 0px solid;
  background-color: rgba(255, 255, 255, 0.8); }
  input[type="text"]:focus::-webkit-input-placeholder, input[type="password"]:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder, select:focus::-webkit-input-placeholder {
    color: #000; }
  input[type="text"]:focus:-ms-input-placeholder, input[type="password"]:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder, select:focus:-ms-input-placeholder {
    color: #000; }
  input[type="text"]:focus::-ms-input-placeholder, input[type="password"]:focus::-ms-input-placeholder, textarea:focus::-ms-input-placeholder, select:focus::-ms-input-placeholder {
    color: #000; }
  input[type="text"]:focus::placeholder, input[type="password"]:focus::placeholder, textarea:focus::placeholder, select:focus::placeholder {
    color: #000; }

input[type="text"]::-webkit-input-placeholder {
  color: #000; }

input[type="text"]:-ms-input-placeholder {
  color: #000; }

input[type="text"]::-ms-input-placeholder {
  color: #000; }

input[type="text"]::placeholder {
  color: #000; }

input[type="checkbox"] {
  display: none; }
  input[type="checkbox"] ~ label {
    position: relative; }
    input[type="checkbox"] ~ label:before {
        content: '';
        display: block;
        float: left;
        height: 2em;
        width: 2em;
        margin-right: 0.5em;
        border: 1px solid #232322;
        border-radius: 0.3em;
        z-index: 1;
    }
  input[type="checkbox"]:checked ~ label:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
    content: "\f00c";
    color: #fff;
    text-align: center;
    line-height: 26px;
    background: #B22222;
    background-size: 100% 100%;
    border-color: #00CED1; 
  }

input[type="radio"] {
  display: none; }
  input[type="radio"] ~ label {
    position: relative; }
    input[type="radio"] ~ label:before {
        content: '';
        display: block;
        float: left;
        height: 2em;
        width: 2em;
        margin-right: 0.5em;
        border: 1px solid #232322;
        border-radius: 1em;
        z-index: 1;
    }
  input[type="radio"]:checked ~ label:before {
    background: #B22222;
     font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
    content: "\f00c";
    color: #fff;
    text-align: center;
    line-height: 26px;
   }

.bodyType {
  width: 11.1111%;
  float: left;
  text-align: center;
  clear: none; }
  .bodyType p {
    font-size: 1em; }
  .bodyType input[type="radio"] ~ label,
  .bodyType input[type="checkbox"] ~ label {
    width: 100%;
    padding-top: 15em; }
    .bodyType input[type="radio"] ~ label:before,
    .bodyType input[type="checkbox"] ~ label:before {
      margin: 0 auto;
      float: none; }
    .bodyType input[type="radio"] ~ label:after,
    .bodyType input[type="checkbox"] ~ label:after {
      content: "";
      position: absolute;
      top: 0;
      left: calc(50% - 2.5em);
      width: 5em;
      height: 13em;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain; }

.bodyTypeWeightloss {
  width: 16.6666%; }

#bodyNormal ~ label:after {
  background-image: url("images/body-types-4.png"); }

#bodyAthletic ~ label:after {
  background-image: url("images/body-types-5.png"); }

#bodySkinny ~ label:after {
  background-image: url("images/body-types-6.png"); }

#bodyBigBelly ~ label:after {
  background-image: url("images/body-types-1.png"); }

#bodyPear ~ label:after {
  background-image: url("images/body-types-2.png"); }

#bodyBigAllOver ~ label:after {
  background-image: url("images/body-types-3.png"); }

#bodySpareTire ~ label:after {
  background-image: url("images/body-types-7.png"); }

#bodySaggingFat ~ label:after {
  background-image: url("images/body-types-8.png"); }

#bodyBackFat ~ label:after {
  background-image: url("images/body-types-9.png"); }

.scale1-10 {
  width: 8.3333%;
  float: left;
  text-align: center; }
  .scale1-10 .inputContainer {
    text-align: inherit; }
    .scale1-10 .inputContainer p {
      font-size: 1em; }
    .scale1-10 .inputContainer input[type="radio"] ~ label,
    .scale1-10 .inputContainer input[type="checkbox"] ~ label {
      margin-left: calc(50% - 1em); }
      .scale1-10 .inputContainer input[type="radio"] ~ label:before,
      .scale1-10 .inputContainer input[type="checkbox"] ~ label:before {
        margin-right: 0; }
  .scale1-10 label p {
    clear: both;
    margin-left: -50%;
    font-weight: bold; }

.groupList {
  clear: both;
  font-size: 2em;
  padding: 0.5em; }
  .groupList li {
    padding: 0.5em 0em; }

.dna_third_column {
  padding: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  height: 8em; }

.dna_h3 {
  font-size: 3em;
  font-weight: 600;
  color: #fff;
  padding-top: 10px; }

.dnachk-nosnp ~ label:before {
  border-color: green !important; }

.dnachk-homo ~ label:before {
  border-color: red !important; }

.dnachk-hetero ~ label:before {
  border-color: yellow !important; }

    .chromeButton.spinning {
        background-color: white;
        padding-right: 40px;
    }

        .chromeButton.spinning:after {
            content: '';
            position: absolute;
            right: 6px;
            top: 50%;
            width: 0;
            height: 0;
            box-shadow: 0px 0px 0 1px darken(blue,10%);
            position: absolute;
            border-radius: 50%;
            animation: rotate360 .5s infinite linear, exist .1s forwards ease;
        }

        .chromeButton.spinning:before {
            content: "";
            width: 0px;
            height: 0px;
            border-radius: 50%;
            right: 6px;
            top: 50%;
            position: absolute;
            border: 2px solid darken(blue,40%);
            border-right: 3px solid red;
            animation: rotate360 .5s infinite linear, exist .1s forwards ease;
        }

/* ------------------ MEDIA QUERIES */
@media (orientation: landscape) {


}

