/* 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;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0.1px;
}

/* CSS VARIABLES */
:root {
    --primaryColor: #ca252b;
    --primaryColorHalf: #ca252b88;
    --secondaryColor: #ca252b;
    --secondaryColorHalf: #ca252b88;
    
    --errorColor: #ca252b;
    --errorColorHalf: #ca252b88;
    --errorBackgroundColor: #f0c7c8;
    /* --successColor: #21a178;
    --successColorHalf: #21a17888; */
    --successColor: #00A753;
    --successColorHalf: #00A75388;
    /*    --successColor: rgba(49, 140, 186, 0.5);*/
    
    --textPrimary: #231f20;
    --textSecondary: #8F9194;
    --textHeader: #363636;

    --backgroundPrimary: #fff;
    --backgroundSecondary: #efeeee;

    --shadowPrimary: rgba(121, 22, 25, 0.2);
    --shadowSecondary:rgba(121, 22, 25, 0.2);
    --shadowGray: 0 8px 16px #99999933;
    
    --icon-font-solid: "Font Awesome 6 Free";
}

.blue {
    --primaryColor: #178CFE;
}

.theme.blue-orange {
    --primaryColor: #06409E;
    --primaryColorHalf: #06409E88;
    --secondaryColor: #FF5E13;
    --secondaryColorHalf: #FF5E1388;
    
    --successColor: #00A753;
    --successColorHalf: #00A75388;
    --errorColor: #ca252b;
    --errorColorHalf: #ca252b88;
    --errorBackgroundColor: #f0c7c8;
    
    --textPrimary: #231f20;
    --textSecondary: #8F9194;
    --textHeader: #363636;
    
    --shadowPrimary: rgba(6, 64, 158, 0.2);
    --shadowSecondary: rgba(255, 94, 19, 0.2);
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html {
    width: 100%;
}

body {
  top: 0 !important;
}

body,
p {
    line-height: 1.25;
}

ol,
ul {
    list-style: none;
    margin-left: 2rem;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* *:focus {
	border: #43AFDC;
	border-width: 2px;
} */

html,
body,
form,
table,
select,
button,
p,
.tooltip,
textarea,
input {
    display: block;
    position: relative;
    visibility: visible;
    font-family: "Montserrat", "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: normal;
    color: #363636;
}

/* Chrome, Safari, Edge, Opera */
/* Removes arrows/spinners from number input */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Removes arrows/spinners from number input */
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

code {
    font-family: "Source Code Pro", monospace;
    color: var(--primaryColor);
    background: #efeeee80;
    padding: 0.25rem;
    border-radius: 0.25rem;
}

header {
    z-index: 100;
    padding: 15px;
    top: 0;
    transition: all 0.2s;
}

footer {
    display: block;
    position: relative;
    bottom: 25px;
    font-size: 14px;
    background: var(--backgroundSecondary);
    padding: 1rem;
    margin-top: 2rem;
}

footer .column {
    padding: 1rem 2rem;
}

footer p,
footer a {
    color: #8F9194;
}

footer p {
   line-height: 1.5rem;
}

.footer-logo {
    display: block;
    height: 50px;
    width: auto;
    opacity: 0.5;
}

.footer-logo img {
    height: 50px;
    opacity: 0.7;
    fill: #ca252b;
}

.footer-links,
.footer-links a {
   text-decoration: none;
   line-height: 1.5rem;
}

@media screen and (max-width: 760px) {
    body {
        max-width: 100%;
        overflow-x: hidden !important;
    }
}

body {
    overflow-x: hidden;
    top: 0;
    width: 100%;
    transition: all 0.5s cubic-bezier(0, 0.93, 0.53, 1);
}

body *::selection {
    background-color: rgba(192, 192, 192, 0.3);
    color: var(--primaryColor);
}

body *::-moz-selection {
    background-color: rgba(192, 192, 192, 0.3);
    color: var(--primaryColor);
}

.main-logo a img {
    height: 50px;
    width: auto;
    transition: all 0.2s;
    opacity: 0.7;
    margin-left: 50px;
}

h1 {
    display: block;
    font-family: "Montserrat", "Open Sans", Helvetica, sans-serif;
    font-weight: 800;
    line-height: 0.8em;
    font-size: 36px;
    padding: 10px 0 5px 0;
    /* margin: 0.8em; */
    letter-spacing: normal;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.2s;
}

h2 {
    display: block;
    font-family: "Montserrat", "Open Sans", Helvetica, sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #8F9194;
    /* margin: 0.8em; */
    letter-spacing: normal;
    text-align: center;
}

h2 .fill {
    text-transform: uppercase;
}

h3 {
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 5px !important;
}

h3.section-title {
    position: absolute;
    margin-bottom: 15px !important;
    transform: rotate(90deg);
    text-align: left;
    width: 200px !important;
    color: var(--primaryColor);
    top: 70px;
    left: -130px;
}

h3.section-title::after {
    display: block;
    position: absolute;
    content: "";
    width: 300px;
    border-bottom: 1px solid var(--secondaryColor);
    height: 1px;
    top: 0px;
    left: 7px;
    z-index: 100;
}

button:hover {
    cursor: pointer;
}

.results-container .section-title {
    left: -94px;
    top: 77px;
}

b {
    font-weight: 700;
}

.sidebar-menu {
    position: fixed;
    display: block;
    left: 0;
    top: 0;
    margin-left: 0;
    padding: 15px 5px;
    height: 100%;
    width: 50px;
    background: var(--backgroundSecondary);
    z-index: 1000;
}

.sidebar-menu li {
    position: relative;
    display: block;
    margin-bottom: 25px;
}

.sidebar-menu a {
    color: none;
}

.sidebar-menu-icon {
    padding: 10px;
    height: auto;
    text-align: center;
    color: var(--textPrimary);
    border-radius: none;
    transition: all 0.2s;
}

.sidebar-menu-icon:hover {
    color: #FFF;
    background: var(--primaryColor);
    border-radius: 10px;
    transition: all 0.2s;
}

.sidebar-menu-icon:hover > .menu-label {
    opacity: 1;
    transform: translateX(0);
    transition: all 0.2s;
}

.sidebar-menu-icon.active {
	color: var(--primaryColor);
	/* background: #fff; */
	border: 1px solid var(--primaryColorHalf);
	border-radius: 10px;
}

.sidebar-menu-icon.active:hover {
	color: #FFF;
}

.menu-label {
    position: absolute;
    display: block;
    opacity: 0;
    left: 50px;
    top: -19px;
    width: 130px;
    padding: 10px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
    border: 1px solid var(--textSecondary);
    /* color: var(--textSecondary); */
    color: var(--textSecondary) !important;
    /* background: #FFFFFF88; */
    background: #FFF;
    box-shadow: 0 2px 10px rgba(35, 31, 32, 0.1),
    0 -2px 10px rgba(255, 255, 255, 01);
    /* backdrop-filter: blur(10px); */
    transform: translateX(-200px);
    z-index: -100;
    transition: all 0.2s ease-in-out;
    transition-delay: 0.2s;
}

.menu-label:hover {
    background: #FFF;
    color: var(--primaryColor) !important;
    border: 1px solid var(--primaryColor);
    transition: all 0.2s;
}

#main-body {
    display: block;
    margin-left: 50px;
}

.main-menu {
    display: block;
    position: relative;
    padding: 20px;
    text-align: right;
}

.main-menu a {
    color: #363636;
}

.main-menu a i {
    font-size: 26px;
}

.main-nav {
    position: relative;
    display: block;
    text-align: center;
    /*
    text-decoration: none;
    list-style-type: none;
    */
    text-transform: uppercase;
    color: #4a4a4a;
    font-size: 18px;
    font-weight: 800;
    transition: all 0.25s;
    /*
    padding: 10px;
    width: 80%;
    margin: auto;
    border: solid 1px var(--primaryColor);
    margin-bottom: 10px;
    background: var(--primaryColor);
    color: #FFF;
    transition: 0.25s;
*/
}

.main-nav-icon {
    width: 100%;
    padding: 50px;
    font-size: 48px;
    color: #4a4a4a;
    text-align: center;
    transition: all 0.25s;
}

/*
.main-nav:hover + .main-nav-icon {
    color: var(--primaryColor) !important;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}*/

.nav-panel {
    border-radius: 3px;
    text-decoration: none;
    padding-bottom: 20px !important;
    transition: all 0.25s;
    background: #fffa;
    border: solid 1px transparent;
}

.nav-panel:hover {
    /*
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    box-shadow: 0 5px 40px rgba(0, 0, 0, 0.1);
*/
    background: var(--backgroundPrimary);
    box-shadow: var(--shadowPrimary);
    border: solid 1px var(--primaryColor);
    transition: all 0.25s;
}

.nav-panel:hover .main-nav-icon,
.nav-panel:hover .main-nav {
    color: var(--primaryColor);
    transform: scale(1.1);
    transition: all 0.25s;
}

/*
.nav-panel:hover ~ .main-nav-button ~ .main-nav-icon {
    transform: scale(1.1);
    transition: all 0.25s;
}
*/

.menu-icon {
    display: block;
    /*    position: relative;*/
    content: "";
    margin: 10px;
    padding: 10px;
    z-index: 1000;
}

.menu {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    margin: 0;
    padding: 10px;
    width: 160px;
    height: 100%;
    overflow: hidden;
    transition: 0.5s;
    /*    background: #efeeee;*/
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(16px);
    opacity: 0;
    pointer-events: none;
    z-index: -100;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
}

.main-menu input {
    position: absolute;
    width: 24px;
    height: 24px;
    right: 10px;
    top: 4px;
    cursor: pointer;
    z-index: 100;
    pointer-events: none;
    opacity: 0;
}

.main-menu span {
    position: absolute;
    display: block;
    right: 10px;
    width: 22px;
    height: 3px;
    border-radius: 50px;
    background-color: #363636;
    /*    pointer-events: none;*/
    transition: 0.3s;
}

.main-menu input:checked ~ .menu-icon span {
    background-color: var(--primaryColor);
}

.main-menu .menu-icon span:nth-child(2) {
    transform: translateY(-6px);
}

.main-menu input:checked ~ .menu-icon span:nth-child(2) {
    transform: translateY(0) rotate(-45deg);
}

.main-menu .menu-icon span:nth-child(3) {
    transform: translateY(6px);
}

.main-menu input:checked ~ .menu-icon span:nth-child(3) {
    transform: translateY(0) rotate(45deg);
}

.main-menu input:checked ~ .menu-icon span:nth-child(1) {
    opacity: 0;
}

.main-menu input:checked ~ .menu {
    opacity: 100;
    z-index: 100;
    transition: 0.5s;
    pointer-events: all;
}

.menu-open {
  transform: translate(-160px, 0);
  transition: 0.25s;
}

.menu-closed {
  transform: translate(0, 0);
  transition: 0.25s;
}

.menu li {
    list-style: none;
    margin: 10px 10px;
}

.menu li a {
    position: relative;
    text-decoration: none;
    color: #363636;
    text-transform: uppercase;
    width: 140px;
    text-align: left;
    letter-spacing: 0.8px;
    font-weight: 400;
    transition: 0.5s;
}

.menu li a:hover,
.menu li a:focus {
    color: var(--primaryColor);
    transition: 0.2s;
}

.underline {
    display: block;
    position: relative;
    width: 100%;
}

.menu li a::before,
.underline::before {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    background: var(--primaryColor);
    visibility: hidden;
    transform: scaleX(0);
    transition: 0.2s;
}

.menu li a::before {
    bottom: -2px;
}

.underline::before {
    bottom: 0;
}

textarea ~ .underline::before {
    bottom: -14px;
}

.dsdanotepad ~ .underline::before {
    bottom: 2px;
}

.menu li a:hover:before,
.menu li a:focus:before,
.input:focus ~ .underline::before,
textarea:focus ~ .underline::before,
select:focus ~ .underline::before {
    visibility: visible;
    transform: scaleX(1);
}

.navbar.is-fixed-top: {
    margin-left: auto;
    margin-right: auto;
}

form,
section {
    position: relative;
    display: block;
    overflow-y: visible;
    background: #efeeee;
    padding: 3% 3% 4.5% 3%;
    margin: 3% 0 10% 0;
    border-radius: .25rem;
}

form .label,
form .full-label {
    position: relative;
    display: inline;
    text-align: left;
    color: #8F9194;
    /*    text-transform: uppercase;*/
    text-decoration: none;
    font-size: 12px;
    letter-spacing: normal;
    padding: 6px 0px 6px 6px;
    top: 4px;
    transition: all 0.2s;
}

.label .fill {
    font-weight: 700;
}

.label ul li {
    list-style-type: square;
    margin: 5px auto;
}

.full-label {
    color: #363636 !important;
    text-align: center !important;
    font-weight: 700;
    margin: auto;
}

form .label {
    width: auto;
    max-width: calc(100% - 20px);
    color: #363636;
}

.left-align {
    text-align: left !important;
}

.right-align {
    text-align: right !important;
}

.center-align {
    text-align: center !important;
}

.float-right {
    float: right;
}

.container:last-child {
    margin-bottom: -0.75rem;
}

.text-label {
    display: block;
    position: absolute;
    width: 100%;
    font-size: 12px;
    text-transform: uppercase;
    margin-top: -44px;
    margin-left: 10px;
    color: #8F9194;
    pointer-events: none;
    transition: all 0.3s;
}

.sub-label {
    display: block;
    position: absolute;
    font-size: 8px;
    letter-spacing: 0.5px;
    margin-top: -12px;
    margin-left: 10px;
    z-index: 10;
}

.sub-label.link {
    color: var(--primaryColor);
    border-bottom: 1px solid var(--primaryColor);
    transition: all 0.25s;
}

.sub-label.link:hover {
    color: #363636;
    border-bottom: 1px solid #363636;
    transition: all 0.25s;
}

.input:focus ~ .text-label,
.has-content ~ .text-label {
    font-size: 8px;
    margin-top: -50px;
    margin-left: 10px;
    letter-spacing: 0.5px;
    transition: all 0.3s;
}



.input:focus ~ .text-label,
form textarea:focus ~ .text-label {
    color: var(--primaryColor);
}

form .secondlabel {
    position: relative;
    display: block;
    text-align: left;
    /*	letter-spacing: -0.05em;*/
    letter-spacing: normal;
    padding: 5px;
}

.input {
    content: "";
    display: block;
    position: relative;
    background: #fff;
    border: solid 1px rgba(35, 31, 32, 0.1);
    padding: 18px 8px 4px 8px;
    font-size: 14px;
    color: #363636;
    font-weight: 400;
    width: 100%;
    /*	transition-property: width, border;*/
    transition: all 0.2s;
}

.input,
form select,
textarea {
    margin-bottom: 14px;
}

.underline {
    bottom: 14px;
}

.store-indicator {
   display: block;
   position: absolute;
   visibility: hidden;
   opacity: 0;
   /* left: 50%; */
   right: 10px;
   top: 8px;
   padding: 3px 5px;
   border-radius: 3px;
   border: solid 1px var(--backgroundSecondary);
   background: var(--backgroundSecondary);
   transition: all 0.2s;
}

.store-indicator.good,
.store-indicator.warning {
   visibility: visible;
   opacity: 1;
   transition: all 0.2s;
}

.store-indicator.good {
   border-color: var(--successColor);
   color: var(--successColor);
}

.store-indicator.good:after {
    content: "";
    position: absolute;
}

.store-indicator.warning {
   border-color: var(--errorColor);
   color: var(--errorColor);
}

/* .store-indicator.warning:after {
    font-family: "Font Awesome";
    font-style: normal;
    content: &#xf00d;
} */
/*
form .input::before,
textarea::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 1px;
    left: 0;
    background: var(--primaryColor);
    visibility: visible;
    transform: scaleX(1);
    transition: 0.2s;
    z-index: 100;
}
*/

textarea {
    border: solid 1px rgba(35, 31, 32, 0.1);
    border-radius: 1px;
    padding: 6px;
    width: 100%;
}

form input:focus,
textarea:focus,
select:focus {
    outline: none;
    /*	border-bottom: 1px solid var(--primaryColor);*/
    /*	transition-property: width, border;*/
    transition: all 0.2s;
}

form select {
    position: relative;
    display: block;
    border-radius: 0em;
    width: 100%;
    background: #fff;
    font-size: 12px;
    color: #363636;
    box-sizing: border-box;
    border: solid 1px rgba(35, 31, 32, 0.1);
    padding: 18px 8.5px 7px 8.5px;
    /*	height: 3em;*/
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

form select:hover {
    cursor: pointer;
}

.custom-select {
    display: block;
    position: relative;
    /*    overflow: auto;*/
    width: 100%;
    /* word-wrap: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; */
    background: transparent;
    z-index: 10;
    /*    padding: 12.5px 10px;*/
    /*    margin: 2px auto;*/
}

.custom-select:hover {
    cursor: pointer;
}

.custom-select::after {
    display: block;
    position: absolute;
    font: normal normal 900 16px/1 var(--icon-font-solid);
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0d7";
    background: var(--backgroundPrimary);
    padding: 10px 10px 10px 24px;
    top: 3px;
    right: 2px;
    color: var(--primaryColor);
    z-index: 0;
    pointer-events: none;
}

.custom-select:focus::after {
    transform: rotate(180);
}

.custom-select select option{
   display: block;
   overflow: hidden;
   word-wrap: nowrap;
   width: calc(100% - 26px);
   text-overflow: ellipsis;
}

#start-date::after {
    display: block;
    position: absolute;
    font: normal normal normal 16px/1 'iconmonstr-iconic-font';
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e007";
    top: 14px;
    right: 10px;
    color: var(--primaryColor);
    z-index: 0;
    pointer-events: none;
}

form select::-ms-expand {
    display: none;
}

.formbutton {
    display: inline-block;
    position: relative;
    text-align: center;
    border-radius: 0px;
    box-shadow: none;
    border: solid 1px var(--primaryColor);
    background: var(--primaryColor);
    color: #FFF;
    padding: 8px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin: 10px 5px;
    width: 180px;
    transition: 0.5s;
}

.formbutton.secondary {
    background: #FFF;
    color: var(--primaryColor);
}

.formbutton:hover {
    cursor: pointer;
    color: var(--primaryColor);
    background: #fff;
    /*    border: solid 2px var(--primaryColor);*/
    transition: 0.25s;
    box-shadow: 0 2px 15px 3px rgba(202, 37, 42, 0.1);
    /*        0 -2px 10px rgba(255, 255, 255, 01);*/
}

.formbutton:active,
.main-nav:active {
    transform: scale(1.1);
    transition: 0.05s;
}

.button-container {
    display: block;
    position: absolute;
    width: auto;
    min-width: 130px;
    left: 50%;
    transform: translateX(-50%);
}

.outer-button-container {
    display: block;
    position: relative;
    height: 70px;
}

form input::placeholder {
    color: #CCC;
}

form input::-webkit-input-placeholder {
    color: #CCC;
}

form input::-moz-placeholder {
    color: #CCC;
}

form input:-ms-input-placeholder {
    color: #CCC;
}

form input:-moz-placeholder {
    color: #CCC;
}

.section {
    margin-bottom: 12px !important;
}

.under-hood .section {
   position: relative;
   padding: 0 0 1rem 0;
   /* border-bottom: 1px solid #00000033; */
}

.under-hood .section:before {
   content: '';
   width: 60%;
   left: 20%;
   height: 1px;
   background: #00000018;
   position: absolute;
   top: -10px;
}

.under-hood .section:first-child:before,
.under-hood .section.hide:before {
   height: 0;
}

.under-hood .section .main {
   font-weight: 700;
}

.under-hood .switch {
   transition: all 0.25s;
}

.under-hood .disabled{
   opacity: 0.4;
   filter: grayscale(1);
   /* pointer-events: none; */
   transition: all 0.25s;
}

.disabled *,
.disabled label * {
   cursor: not-allowed;
   pointer-events: none;
}

.results-container {
    position: relative;
    background: #fff;
    padding: calc(6% + 9px);
    margin: 3% 0;
    color: #333;
    background: #FFFFFF;
    z-index: 1;
}

.results-container div {
    top: 3px;
    line-height: 1.2rem;
    font-size: 13px;
}

/*
.results-container::after {
    content: '';
    position: absolute;
    border-left: 1px solid var(--primaryColor);
    height: 50%;
    width: 1px;
    top: 0;
    left: 0;
    transition: all 0.3s;
}
*/

.results-container::before,
.main-nav-container::before {
    background-image: url("images/large-cmg-watermark.svg");
    background-repeat: no-repeat;
    background-position: left top;
    content: '';
    position: absolute;
    opacity: 1;
    height: 600px;
    width: 600px;
    left: 50%;
    z-index: -1;
}

.cursor-pointer {
   cursor: pointer;
}

.tableerror,
.tableerror .label {
    color: #f73636;
    font-weight: 400;
    font-size: 12px;
}

.tableerror {
    display: none !important;
}

.fill {
    color: var(--primaryColor);
}

/*
.row > div {
    margin-top: 3px;
    margin-bottom: 3px;
}
*/

.customcdkshow {
    display: none;
}

.default-checkbox {
    display: none;
}

.checkmark {
    background: #fff;
    height: 16px;
    width: 16px;
    display: inline-block;
    padding: 0;
    border: solid 1px rgba(35, 31, 32, 0.3);
    margin: 6px 2px 6px 0px;
    transition: background 0.1s;
    /*    float: left;*/
    vertical-align: top;
    cursor: pointer;
}

.checkmark:hover,
.formbutton:hover,
a.main-nav:hover {
    /*
    box-shadow: 0 2px 10px rgba(121,22,25,0.3),
        0 -2px 10px rgba(255,255,255,01);
*/
    /*
    box-shadow: 0 1px 2px rgba(121, 22, 25, 0.2),
    0 2px 4px rgba(121, 22, 25, 0.2),
    0 4px 8px rgba(121, 22, 25, 0.2),
    0 8px 16px rgba(121, 22, 25, 0.2);
*/
    transition: 0.2s;
}

.default-checkbox:checked + label {
    background: var(--primaryColor);
    transition: background 0.1s;
}

.default-checkbox:active + label {
    transform: scale(0.8);
    transition: 0.05s;
}

.default-checkbox:checked:active + label {
    transform: scale(1.2);
    transition: 0.05s;
}

.default-checkbox:checked ~ .label {
    text-decoration: line-through;
    color: #8F9194;
    transition: all 0.2s;
}

.no-strike {
    color: #8F9194 !important;
    top: 0 !important;
}

.default-checkbox:checked ~ .no-strike {
    text-decoration: none !important;
    transition: all 0.2s;
}

/*icon font styles*/
.label .im::before,
.full-label .im:before,
.title .im:before {
    position: relative;
    display: inline-block;
    color: var(--primaryColor);
    font-size: 12px;
    cursor: pointer;
}

.label .im,
.full-label .im,
.title .im {
    position: relative;
    top: 2px;
    font-size: 14px;
}

.label .iconcontainer,
.full-label .iconcontainer,
.title .iconcontainer {
    position: relative;
    margin: -5px 2px 0 0;
    display: inline-block;
    color: var(--primaryColor);
}

.copy-icon-container {
   position: absolute;
   display: block;
   box-sizing: border-box;
   padding: 1.5rem;
   background: none;
   border-radius: 100%;
   overflow: hidden;
   /* width: 1rem;
   height: 1rem; */
   right: 2rem;
   top: 50%;
   /* box-shadow: 0 1px 2px rgba(140, 140, 140, 0.2),
   0 2px 4px rgba(140, 140, 140, 0.2),
   0 4px 8px rgba(140, 140, 140, 0.2),
   0 8px 16px rgba(140, 140, 140, 0.2); */
   /* box-shadow: var(--shadowGray); */
   box-shadow: 0 2px 10px rgb(35 31 32 / 10%), 0 -2px 10px rgb(255 255 255);
   border: 1px solid var(--backgroundSecondary);
   transition: all 0.2s;
}

.copy-icon-container .im {
   position: absolute;
   top: calc(50% - 0.6rem);
   left: calc(50% - 0.6rem);
   font-size: 1.2rem;
   color: var(--textPrimary);
   transition: all 0.2s;
}

.copy-icon-container:hover {
   background: #efeeee;
   transition: all 0.2s;
   border: 1px solid var(--primaryColor);
}

.copy-icon-container:hover i {
   color: var(--primaryColor);
   transition: all 0.2s;
}

.clipboard-content {
   position: relative;
   display: inline;
   opacity: 0;
   height: 0;
   width: 0;
   margin: 0;
   padding: 0;
   bottom: 0;
   right: 0;
}

/* styles */
.tooltip,
.input-tooltip span,
.sub-label-tooltip span {
    visibility: hidden;
    display: block;
    /*	background: var(--primaryColor);*/
    /*    background: rgba(255, 255, 255, 0.5);*/
    background: #fff;
    border-radius: 3px;
    /*	color: #fff;*/
    color: var(--secondaryColor);
    padding: 20px;
    font-family: "Montserrat", sans-serif;
    text-transform: none;
    letter-spacing: inherit;
    width: 300px;
    text-align: center;
    position: absolute;
    z-index: 1000;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s, visibility 0s linear 0.3s;
    box-shadow: 0 1px 2px var(--shadowSecondary),
    box-shadow: 0 2px 4px var(--shadowSecondary),
    box-shadow: 0 4px 8px var(--shadowSecondary),
    box-shadow: 0 8px 16px var(--shadowSecondary);
    /*    backdrop-filter: blur(16px);*/
    border: 1px solid var(--secondaryColor); 
}

.tooltip {
    position: absolute;
    bottom: 160%;
    margin-left: -30px;
    left: 50%;
}

.tooltip table {
    text-align: left;
}

.tooltip table tr * {
    padding: 3px;
}

.tooltip table th {
    font-weight: 700;
}

.tooltip table tbody:nth-child(even) {
  background: var(--backgroundSecondary);
  box-shadow: 0 0 0 1px var(--backgroundSecondary); 
  border-radius: 5px;
}

.input-tooltip,
.sub-label-tooltip {
    position: relative;
    display: block;
    visibility: visible;
}

.input-tooltip span {
    top: 30%;
    width: 100%;
}

.sub-label-tooltip span {
    margin-top: 10px;
    width: 100%;
}

/* tooltip arrow */
.tooltip::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 9.75%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: var(--primaryColor) transparent transparent transparent;
}

.input-tooltip span::after,
.sub-label-tooltip span::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent var(--primaryColor) transparent;
}

.iconcontainer:hover .tooltip,
.input:focus ~ .input-tooltip span,
.sub-label.link:hover ~ .sub-label-tooltip span {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.5s;
}

.tooltip .emphasis {
    color: #ccc;
    font-style: italic;
    font-weight: 400;
}

.tooltip .fill {
    font-weight: 700;
}

.tooltip ul li {
    display: list-item;
    text-align: left;
    margin-left: 0px;
}

.tooltip-link {
   font-weight: 700;
   text-decoration: underline;
   color: var(--textPrimary);
   pointer-events: auto;
}

/* admin section */
.admin {
    /*    background: #fff;*/
    position: relative;
    /*	margin: auto;*/
    /*    padding: 20px 10px 10px 10px;*/
    margin: 20px auto;
}

.title {
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 5px !important;
}

.sideways-title {
    position: absolute;
    top: 40px;
    left: -40px;
    text-align: left;
    color: var(--primaryColor);
    transform: rotate(90deg);
    text-transform: uppercase;
    font-weight: 800;
    font-size: 12px;
    z-index: 10;
}

.checklist-item {
    position: relative;
    display: block;
    opacity: 1;
    padding: 3px 9px;
    /*    transform: scaleY(1);*/
    transition: all 0.5s;
    border-radius: 3px;
    animation: expand 0.5s;
}

.checklist-item:hover {
    background: #fff;
    box-shadow: 0 2px 10px rgba(35, 31, 32, 0.1),
        0 -2px 10px rgba(255, 255, 255, 01);
    transition: all 0.1s;
}

/*
.checklist-item.hide {
    display: block opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}
*/

.checklist-settings {
    display: block;
    padding: 3px 16px;
    transition: all 0.1s;
    border-radius: 3px;
}

.checklist-settings .title {
    padding: 14px 0 9px 0;
    color: var(--primaryColor);
}

.checklist-item ul {
    padding-bottom: 10px;
}

.dsdanotepad {
    display: block;
    position: relative;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    border: solid 1px rgba(35, 31, 32, 0.2);
    border-radius: 1px;
    margin-bottom: 16px;
}

.dsdanotepad ~ .text-label {
    margin-top: -40px;
}

form textarea:focus ~ .text-label,
textarea.has-content ~ .text-label {
    font-size: 8px;
    margin-top: -16px;
    margin-left: 8px;
    transition: all 0.3s;
    /*    background: #fff;*/
    /*    box-shadow: 0 0 5px #fff;*/
    letter-spacing: 0.5px;
}

textarea::placeholder {
    color: #8F9194;
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 0;
}

textarea ~ .sub-label {
    margin-top: 2px;
}

#notes {
    max-width: 100%;
    min-width: 100%;
}

/*#f1-text,*/
.section.axcessa,
.section.axcessapw,
.nonewaxcessa,
#nonewaxcessa,
#notesresult {
    display: none;
}

.results-title,
.bold {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
}

.italic {
    font-style: italic;
}

.results-container a {
    color: var(--primaryColor);
    text-decoration: underline;
}

.results-container a:hover {
    color: var(--primaryColorHalf);
}

.results-container ul li {
    font-family: Montserrat, sans-serif;
    list-style-type: square;
    line-height: 1.4rem;
    padding-bottom: 8px;
}

.results-container ul li ul li {
    font-size: 10px;
    padding-bottom: 8px;
}

.phonetoggle,
.cdktogglehide {
    display: block;
}

#notesresult {
    display: block;
}

label:hover {
    cursor: pointer;
}

.category {
    display: block;
    position: relative;
    height: auto;
    padding: 15px 15px !important;
    /*    overflow: hidden;*/
       /* background: #FFF; */
    /*    margin: 0 0 10px 0;*/
}

/* .category-container { //container for styling the entire category without affecting the responsiveness.
    display: block;
    padding: 15px 15px !important;
    margin: 0.5rem;
    border: 1px solid #DEDDDD;
    border-radius: 0.5rem;
} */

.show {
    display: flex;
}

.content-updates h2 {
   color: var(--textHeader);
   font-weight: 800;
   margin: 6rem 0 0rem 0;
}

.content-updates h2:first-child {
   margin: 6rem 0 0rem 0;
}

.content-updates h3 {
   font-weight: 400;
   color: var(--textSecondary);
}

.content-updates h2,
.content-updates h3 {
   text-align: left;
}

.content-updates h4 {
   font-weight: 700;
   color: var(--primaryColor);
   margin: 1rem 0 .5rem 0;
}

.content-updates h5 {
   font-weight: 700;
   font-style: italic;
   color: var(--primaryColor);
}

.content-updates h2:before {
   position: absolute;
   content: '';
   border-top: 2px solid var(--primaryColor);
   width: 50px;
   left: 10px;
   margin-top: -2rem;
}

.content-updates ul {
   margin-top: 0.2rem;
   margin-bottom: 1rem;
}

.content-updates ul:last-child {
   margin-bottom: 4rem;
}

.content-updates ul li {
   list-style-type: square;
   line-height: 1.4rem;
   margin-bottom: 0.5rem;
}

#results .show,
#job-title-wrapper .show,
#job-input-wrapper .show,
.category .show {
    display: block;
}

.category ul .show {
    display: list-item;
}

.hide {
    display: none !important;
}

.visual-hide {
    padding: 0 9px;
    pointer-events: none;
    /*    float: left;*/
    transition: all 0.1s;
}

@keyframes collapse {
    0% {
        /*                opacity: 1;*/
        transform: scaleY(1);
    }

    50% {
        /*                opacity: 0;*/
        transform: scaleY(1);
    }

    100% {
        /*                opacity: 0;*/

        transform: scaleY(0);
    }
}

@keyframes expand {
    0% {
        opacity: 0;
        transform: scaleY(0);
        /*        height: auto;*/
    }

    50% {
        opacity: 0;
        transform: scaleY(1);
        /*        height: auto;*/
    }

    100% {
        opacity: 1;
        transform: scaleY(1);
        /*        height: 0;*/
    }
}

.expand-toggle {
    visibility: hidden;
    pointer-events: none;
    height: 10px;
}

.expand-toggle:checked ~ .expand {
    height: 100%;
    opacity: 1;
    transform: scaleY(1);
    transition: all 0.5s cubic-bezier(ease-out);
}

.expand-toggle:checked ~ h3 .expand-label i,
.expand-toggle:checked ~ h3 .expand-label img {
    transform: rotate(90deg);
    transform-origin: 50% 50%;
    top: -57px;
    transition: all .5s cubic-bezier(ease-out);
}

.expand-toggle ~ .section-title::after {
    width: 60px;
    transition: all 0.25s;
}

.expand-toggle:checked ~ .section-title::after {
    width: 300px;
    transition: all 0.25s;
}

.expand-toggle ~ .expand {
    height: 0;
    opacity: 0;
    transform: scaleY(0);
    /*    overflow: hidden;*/
    transition: all 0.25s;
}

.expand-label i,
.expand-label img {
    position: absolute;
    /*    color: var(--primaryColor);*/
    fill: var(--primaryColor) !important;
    font-size: 20px;
    width: 40px;
    height: 40px;
    padding: 10px 10px 8px 10px;
    top: -60px;
    right: 146px;
    transform: rotate(270deg);
    transform-origin: 50% 50%;
    transition: rotate 0.5s, color 0.5s;
    object-fit: cover;
    object-position: 50% 40%;
    /*    border: 1px solid black;*/
}

.expand-label i:hover {
    color: #363636;
    transition: all 0.2s;
}

#job-title-checkbox {
    display: absolute;
    visibility: hidden;
    height: 0;
    pointer-events: none;
}

.input-wrapper {
    display: block;
    position: relative;
    width: 100%;
}

.error-msg-container {
    display: block;
    position: relative;
    /* opacity: 0;
    visibility: hidden; */
    color: var(--errorColor);
    font-size: 10px;
    top: -12px;
    /* transition: all 0.2s; */
}

.error-msg {
    display: inline-block;
    position: relative;
    top: -2px;
    /* opacity: 0;
    transition: all 0.2s; */
}

.error-msg-container i {
    font-size: 14px;
    padding: 5px 5px 0 5px;
    /* opacity: 0;
    transition: all 0.2s; */
}

.error-msg-container,
.error-msg,
.error-msg-container i {
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s;
}

.warning {
    border: 1px solid var(--errorColor) !important;
    background: var(--errorBackgroundColor) !important;
}

.warning:focus {
    border: none !important;
    background: #fff !important;
}

.warning ~ .text-label {
    color: var(--errorColor) !important;
}

.warning ~ .error-msg-container,
.warning ~ .error-msg-container .error-msg,
.warning ~ .error-msg-container i {
    opacity: 1 !important;
    visibility: visible;
    transition: all 0.2s;
}

.warning ~ .error-msg-container::before {
    display: block;
    position: absolute;
    font: normal normal 900 10px/1 var(--icon-font-solid);
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f071";
    opacity: 1;
    top: -42px;
    left: -14px;
    padding: 15px 2px 15px 3px;
    color: var(--backgroundPrimary) !important;
    background: var(--errorColor);
    z-index: 1;
    pointer-events: none;
    border-radius: 3px 0 0 3px;
    transition: all 0.2s;
    /*    animation: status-fade 5s;*/
}

.warning:focus ~ .error-msg-container::before{
    opacity: 0;
    left: 0px;
    transition: all 0.2s;
}

/* .warning.has-content ~ .text-label::after {
    top: -5px;
} */



.good {
    /*    border: 1px solid rgba(49, 140, 186, 0.3) !important;*/
    animation: good 3s;
    /* border: 1px solid rgba(35, 31, 32, 0.2); */
    border: 1px solid var(--successColorHalf);
}

.good ~ .text-label::after {
    /* display: block; */
    display: none;
    position: absolute;
    font: normal normal normal 16px/1 'iconmonstr-iconic-font';
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e0f1";
    opacity: 0.5;
    top: 8px;
    right: 40px;
    color: var(--successColor) !important;
    z-index: 10;
    pointer-events: none;
    animation: status-fade 5s;
}

.good ~ .underline::before {
    background: var(--successColor);
}

.title.good {
    border: none !important;
    color: var(--successColor) !important;
}

.title.good::after {
    display: inline-block;
    position: absolute;
    float: left;
    font: normal normal normal 16px/1 var(--icon-font-solid);
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f058";
    transform-origin: center;
    transform: translate(5px, -1px);
    /*    color: rgba(49, 140, 186, 0.5) !important;*/
    color: var(--successColor);
    z-index: 10;
    pointer-events: none;
    animation: category-check 0.3s;
}

@keyframes category-check {
    0% {
        opacity: 0;
        transform-origin: center;
        transform: scale(0) translate(5px, -1px);
    }

    50% {
        opacity: 1;
        transform: scale(1.2) translate(5px, -1px);
    }

    100% {
        opacity: 1;
        transform: scale(1) translate(5px, -1px);
    }

}

@keyframes good {
    0% {
        /*        border: 1px solid rgba(49, 140, 186, 0.5);*/
        border: 1px solid var(--successColorHalf);
    }

    90% {
        /*        border: 1px solid rgba(49, 140, 186, 0.5);*/
        border: 1px solid var(--successColorHalf);
    }

    100% {
        /* border: 1px solid rgba(35, 31, 32, 0.2); */
        border: 1px solid var(--successColorHalf);
    }

}

@keyframes status-fade {
    0% {
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    75% {
        opacity: 1;
    }

    100% {
        opacity: 0.5;
    }

}

.is-first {
    margin-top: 125px;
}

.flatpickr-calendar.open {
    margin-top: -125px;
}

.progress-bar-fill.complete {
    /*    box-shadow: 0 0 5px 5px rgba(202, 37, 43, 0.3) !important;*/
    background: #fff;
    animation: neon-glow 3s infinite;
}

.under-hood {
   background: #dedddd;
   box-shadow: inset var(--shadowGray);
   padding: 1rem !important;
   border-radius: .25rem;
}

.under-hood .label {
   color: var(--textPrimary) !important;
}

@keyframes neon-glow {
    0% {
        box-shadow: 0 0 5px 5px rgba(202, 37, 43, 0.3);
    }

    10% {
        box-shadow: 0 0 2px 2px rgba(202, 37, 43, 0.3);
    }

    20% {
        box-shadow: 0 0 4px 3px rgba(202, 37, 43, 0.3);
    }

    30% {
        box-shadow: 0 0 5px 5px rgba(202, 37, 43, 0.3);
    }

    40% {
        box-shadow: 0 0 3px 3px rgba(202, 37, 43, 0.3);
    }

    50% {
        box-shadow: 0 0 3px 3px rgba(202, 37, 43, 0.3);
    }

    60% {
        box-shadow: 0 0 2px 2px rgba(202, 37, 43, 0.3);
    }

    70% {
        box-shadow: 0 0 5px 5px rgba(202, 37, 43, 0.3);
    }

    80% {
        box-shadow: 0 0 4px 3px rgba(202, 37, 43, 0.3);
    }

    90% {
        box-shadow: 0 0 3px 3px rgba(202, 37, 43, 0.3);
    }

    100% {
        box-shadow: 0 0 5px 5px rgba(202, 37, 43, 0.3);
    }
}

header.scrolling {
    top: 0;
    z-index: 100;
    padding: 5px 15px;
    background: #FFF;
    box-shadow: 0 2px 10px rgba(35, 31, 32, 0.1),
        0 -2px 10px rgba(255, 255, 255, 01);
    transition: all 0.2s;
}

header.scrolling h1 {
    font-size: 20px;
    padding: 0px;
    transition: all 0.2s;
}

header.scrolling h2 {
    font-size: 10px;
    padding: 0;
    transition: all 0.2s;
}

header.scrolling .main-logo a img {
    height: 30px;
    transition: all 0.2s;
}

header.scrolling .menu-icon {
    padding-top: 0px;
    transition: all 0.2s;
}

.new-button {
    display: inline-block;
    position: relative;
    max-width: 10rem;
    border: solid 1px var(--primaryColor);
    border-radius: .25rem;
    color: var(--primaryColor);
    background: var(--backgroundPrimary);
    float: left;
    margin: 0;
    padding: 0.25rem 0.75rem;
    top: .75rem;
    z-index: 10;
    transition: all 0.2s;
}

.new-button i {
    font-size: 0.8rem;
    padding-left: 0.5rem;
}

.new-button:hover {
    background: var(--backgroundSecondary);
    transition: all 0.2s;
}

.new-button:hover ~ .new-features {
    opacity: 1;
    transition: all 0.2s;
}

header.scrolling .new-button {
    top: 0;
    transition: all 0.2s;
}

.new-features {
    position: absolute;
    display: block;
    width: 24rem;
    transform: translate(-50%, 3rem);
    text-align: left;
    padding: 1.5rem;
    background: var(--backgroundSecondary);
    opacity: 0;
    transition: all 0.2s;
    pointer-events: none;
}

.new-features ul li {
    list-style: square;
    margin-left: 1.25rem;
}

/*
.good ~ .text-label::before {
    display: block;
    position: absolute;
    font: normal normal normal 16px/1 'iconmonstr-iconic-font';
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e0f1";
    top: 10px;
    left: calc(50% - 50px);
    color: rgba(49, 140, 186, 0.5) !important;
    z-index: 10;
    pointer-events: none;
    transition: color 0.5s;
}
*/

/*
.good ~ .text-label::after {
    display: block;
    position: absolute;
    font: normal normal normal 16px/1 'iconmonstr-iconic-font';
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e0f1";
    top: 10px;
    right: 50px;
    color: rgba(49, 140, 186, 0.5) !important;
    z-index: 10;
    pointer-events: none;
    transition: color 0.5s;
}
*/

.good:focus ~ .text-label,
.good::selection {
    /*    color: #318CBA !important;*/
    color: var(--successColor) !important;
}

/* .disabled {
    color: #999 !important;
    background: #eee !important;
    border: 1px solid #999;
    pointer-events: none;
} */

/*========== PROGRESS BAR ==========*/

.progress-bar-container {
    display: block;
    position: fixed !important;
    width: 100%;
    height: 25px;
    padding: 10px 50px;
    background: #efeeee;
    left: 0;
    bottom: 0;
    /*    box-shadow: 0 -5px 25px 20px rgba(100, 100, 100, 0.15);*/
    /* box-shadow: 0 -2px 10px rgba(35, 31, 32, 0.1); */
    /*        , 0 -2px 10px rgba(255, 255, 255, 01);*/
    z-index: 100;
}

.progress-bar-empty {
    height: 5px !important;
    padding: 0 !important;
    margin: 2px 0;
    background: #ddd;
    border-radius: 2.5px;
}

.progress-bar-fill {
    display: block;
    background: var(--primaryColor);
    padding: 0;
    height: 5px;
    width: 0%;
    left: 0;
    border-radius: 2.5px;
    /* box-shadow: inset 1px 1px 3px rgba(255, 255, 255, 0.5),
        inset -1px -1px 3px rgba(0, 0, 0, 0.5); */
}

.progress-label {
    text-align: right;
    font-size: 12px;
    font-weight: 700;
    padding: 0 !important;
    margin-top: -7px;
}

.show {
    /*    transform: scale(1);*/
    /*
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
*/
    /*
    display: block;
    -webkit-transition-property: display;
    -webkit-transition-delay: 0.5s;
    animation: show 0s;
    animation-delay: 0.2s;
    animation-fill-mode: forwards;
    font-size: auto;
    overflow: auto;
*/
}

/*
@keyframes show {
    from {
        display: none;
        position: absolute;
        z-index: -1;
        opactiy: 0;
    }
    to {
        display: block;
        position: relative;
        z-index: auto;
        opacity: 1;
    }
}
*/

.hide {
    /*    transform: scale(0);*/
    /*
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
*/
    /*
    display: none;
    -webkit-transition-property: display;
    -webkit-transition-delay: 0.5s;
    animation: hide 0s;
    animation-delay: 0.2s;
    animation-fill-mode: forwards;
    font-size: 0;
    overflow: hidden;
*/
}

/*
@keyframes hide {
    from {
        display: block;
        position: relative;
        z-index: auto;
        opacity: 1;
    }
    to {
        display: none;
        position: absolute;
        z-index: -1;
        opacity: 0;
    }
}
*/


/*========== ON/OFF FLIP SWITCH ==========*/

.onoffswitch {
    position: relative;
    display: inline-block;
    width: 38px;
    top: 6px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox:focus ~ .onoffswitch-label,
.onoffswitch-checkbox:hover ~ .onoffswitch-label {
    border: 1px solid rgba(35, 31, 32, 0.3);
    box-shadow: 0 2px 10px rgba(35, 31, 32, 0.1),
        0 -2px 10px rgba(255, 255, 255, 01);
    transition: all 0.2s;
}

.onoffswitch-checkbox {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid rgba(35, 31, 32, 0.1);
    box-shadow: none;
    border-radius: 20px;
    transition: all 0.2s;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.1s 0s;
}

.onoffswitch-inner:before,
.onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 20px;
    padding: 0;
    line-height: 20px;
    font-size: 14px;
    color: white;
    box-sizing: border-box;
}

.onoffswitch-inner:before {
    content: "";
    padding-left: 6px;
    background-color: #FFFFFF;
    color: #FFFFFF;
}

.onoffswitch-inner:after {
    content: "";
    padding-right: 8px;
    background-color: #FFFFFF;
    color: #999999;
    text-align: right;
}

.onoffswitch-switch {
    display: block;
    width: 16px;
    margin: 3px;
    background: #EFEEEE;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 40%;
    border: 1px solid rgba(35, 31, 32, 0.2);
    border-radius: 20px;
    transition: all 0.1s 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
    background-color: var(--primaryColor);
}

@media screen and (max-width: 1024px) {
    form {
        padding-top: 40px;
    }

    h3.section-title,
    .results-container .section-title {
        transform: rotate(0);
        left: 0;
        top: 15px;
        margin: auto;
        text-align: center;
        font-size: 16px;
        width: 100% !important;
    }

    .results-container .section-title {
        top: 23px;
    }

    .results-container p {
        top: 26px;
    }

    h3.section-title:after {
        display: none;
        border-bottom: 0px;
    }

    .expand-label .im,
    .expand-label img {
        top: -6px !important;
        left: 0;
    }

    .progress-label {
        visibility: hidden;
    }
}
