/* 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;
}

.nojs-visible {
  display: block;
}
.nojs-hidden {
  display: none;
}
fieldset.nojs-visible {
  opacity: 1;
  transform: none;
}

body,
html {
  margin: 0;
  padding: 0;
  color: #242e38;
  background: white;
  font-size: 15.5px;
  line-height: 1.5em;
  font-family: "Montserrat", sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;

  text-align: center;

  overflow-x: hidden;
  overflow-y: visible;
}
body {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

div.content {
  max-width: 768px;
  padding: 0.875em;
  margin: 0 auto;
  text-align: left;
}

h1 {
  text-align: center;
  line-height: 0;
}
img {
  user-select: none;
  -webkit-user-drag: none;
}
form {
  box-sizing: content-box;
  width: 100%;
  margin: 0 -1em;
  padding: 1em;
  overflow: hidden;
}
legend {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 0.5rem;
}
legend img {
  float: right;
  margin: 1rem 0.25rem 1rem 2rem;
  max-width: 8em;
}
h2 {
  font-size: 23px;
  font-weight: 600;
  margin: 1.5rem 0 2rem;
  letter-spacing: -0.75px;
}
h2::after {
  content: "";
  display: block;
  width: 1.75em;
  position: relative;
  top: 0.75em;
  border-radius: 1px;
  height: 4px;
  background: #2bf;
  left: 1px;
}
legend p,
p.authorization {
  line-height: 1.4em;
  font-size: 15px;
  letter-spacing: 0.025em;
  margin-bottom: 0.5rem;
}
p.authorization {
  font-size: 12.5px;
  text-align: justify;
}
label {
  display: block;
  font-weight: 600;
  margin: 0 0 0.333rem;
  overflow: visible;
  letter-spacing: -0.04em;
}
label.checked:after {
  content: "\2713";
  color: green;
  position: absolute;
  font-size: 2.5em;
  margin: -0.3rem 0 0 0.6rem;
}

input,
textarea,
select,
option {
  font-family: inherit;
  font-size: inherit;
}
input,
textarea,
select {
  display: block;
  padding: 0.88rem 1rem;
  /*line-height: 3em;*/
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  transition: border-color 0.35s, color 0.35s;

  border: none;
  border-radius: 2px;

  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16),
    0 0 0 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid #888;
  border-left: 1px solid #ddd;

  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -webkit-border-radius: 2px;
}
input:optional,
textarea:optional,
select:optional {
  border-color: #bbb;
  background: rgb(251, 251, 251);
  opacity: 0.8;
}
input:hover,
textarea:hover,
select:hover {
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.08);
  opacity: 1;
  outline: none;
}
input:focus,
textarea:focus,
select:focus {
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.08);
  outline: none;
  color: #1f5269;
  opacity: 1;
}

select {
  padding: 0.825rem;
}

input[type="submit"],
input[type="button"] {
  margin: 0 auto;
  display: block;
  line-height: 3em;
  min-height: 3em;
  min-width: 10em;
  border: 0;
  color: #fff;
  font-weight: 700;
  background: #546e7a;
  padding: 0;
  border-radius: 5px;
  cursor: pointer;
}
input[type="number"] {
  padding-right: 0px;
}
input:user-invalid {
  background: #f44336;
  color: #fff;
  border-color: #fff;
  font-weight: 700;
}
input:user-invalid {
  border-color: #f44336;
  border-width: 2px;
}
input::placeholder,
.placeholding {
  color: #ddd;
}
input:user-invalid::placeholder {
  color: #f44336;
}

input[type="submit"].busy,
input[type="button"].busy {
  opacity: 0.33;
  color: #ddd;
  cursor: wait;
}
input[type="submit"].brightpath,
input[type="button"].brightpath {
  background: #2c94fd;
  background: #2bf;
}

img#taycor_logo {
  height: 30px;
}
.taycor_only_logo {
  margin-top: 1rem;
  margin-left: 0.6rem;
  margin-bottom: 2rem;
}
.taycor_only_logo img#taycor_logo {
  height: 55px;
}

#nav_container {
}
#nav_container i {
  display: none;
}
#nav_container ul {
  display: flex;
  width: 100%;
}
#nav_container li {
  display: inline-block;
  text-align: center;
  flex-grow: 1;
  color: #7f7f7f;
  border-bottom: 4px solid #ccc;
  margin: 0 0 2rem;
  padding: 0 0 0.75rem;
  letter-spacing: 0;
  user-select: none;
  cursor: default;
}
#nav_container li.past {
  border-color: #2bf;
}
#nav_container li.active {
  border-color: #2bf;
  color: #2bf;
  font-weight: 500;
}
#nav_container li.complete {
  opacity: 0.5;
  color: #8df;
}

input[disabled] {
  opacity: 0.4;
  cursor: initial;
}

.field_whole {
  flex: 1 1 100%;
  max-width: 100%;
  position: relative;
}
.field_half {
  flex: 1 1 50%;
  max-width: 49.75%;
  position: relative;
}
.field_whole,
.field_half {
  margin: 2rem auto;
  box-sizing: border-box;
}
.field_half.left {
  padding: 0 0.625rem 0 0;
}
.field_half.right {
  padding: 0 0 0 0.625rem;
}
.field_whole.missing {
  outline: #ff8a65 solid 0.125em;
  outline-offset: 0.75em;
  box-shadow: 0 0 0 0.75em #fbe9e7;
  background: #fbe9e7;
  color: #bf360c;
}

.dual_inner {
  box-sizing: border-box;
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
.dual_inner:first-child {
  padding: 0 0.625rem 0 0;
}
.dual_inner:last-child {
  padding: 0 0 0 0.625rem;
}

.app-both-hidden,
.nojs-hidden.app-both-hidden {
  display: none;
}
.app-el-only .app-both-hidden,
.app-el-only .nojs-hidden.app-both-hidden {
  display: block;
}
.app-el-only .app-el-hidden,
.app-wc-only .app-wc-hidden {
  display: none;
}

.app-card {
  box-sizing: border-box;
  position: relative;
  top: 0;
  left: 0;
  z-index: 9;
  width: 33%;
  height: 100%;
  min-width: 6.25rem;
  min-height: 10.5em;
  flex-grow: 1;
  margin: 0.625rem 0;
  color: #fff;
  background: #1a4e82;
  font-weight: 800;
  transition: all 0.3s ease-out;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.07), 0 0px 3px 0 rgba(0, 0, 0, 0.02),
    0 0px 2px -2px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  opacity: 0.9;
  cursor: pointer;
  display: flex;
  align-items: baseline;
  overflow: hidden;
  opacity: 1;
  outline: 1px solid #1a4e8200;
  outline-offset: 0.125em;
  outline-style: dotted;
}
.app-card:hover {
  opacity: 0.92;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12),
    0 2px 4px -1px rgba(0, 0, 0, 0.3);
  outline: 2px solid #1a4e82ff;
  outline-offset: 0.67em;
  outline-style: dotted;
}
.app-card h4 {
  transition: all 0.3s ease-out;
  font-size: 1.25rem;
  line-height: 1.1em;
  text-shadow: 0.125em 0.125em 0em rgba(0, 0, 0, 0.125);
  transform: translate3d(0em, 0, 0);
  text-transform: uppercase;
  margin: 1rem 5rem 1rem 1rem;
  position: relative;
  z-index: 10;
}
.app-card:hover h4 {
  transform: translate3d(0.375rem, 0, 0);
  text-shadow: 0.125em 0.125em 0.125em rgba(0, 0, 0, 0.33);
}
.app-card h4 i {
  font-weight: 100;
  display: block;
  font-size: 1rem;
  position: relative;
  margin-right: -4em;
  letter-spacing: -0.03125em;
}
.app-card .card-graphic {
  position: absolute;
  transition: all 0.3s ease-out;
  opacity: 0.9;
}
.app-card:hover .card-graphic {
  opacity: 1;
}

.card-graphic#div_cardgfx_el {
  bottom: -0.25em;
  right: 0;
  width: 9.5em;
  height: 7.5em;
}
.app-card:hover .card-graphic#div_cardgfx_el {
  bottom: -0.125em;
  width: 9.75em;
  height: 8em;
}
.card-graphic#div_cardgfx_wc {
  bottom: 1.125em;
  right: 1.25em;
  width: 5em;
  height: 5em;
  border-radius: 2px;
  overflow: hidden;
}
.app-card:hover .card-graphic#div_cardgfx_wc {
  bottom: 1.125em;
  right: 1.25em;
  width: 5.4em;
  height: 5.4em;
}
.card-graphic#div_cardgfx_both {
  width: 25em;
  height: 25em;
  bottom: -9em;
  right: -9em;
}
.app-card:hover .card-graphic#div_cardgfx_both {
  width: 27.5em;
  height: 27.5em;
  bottom: -10em;
  right: -10em;
}

#div_cartset {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

#div_appcard_ef {
  background: linear-gradient(
    145deg,
    hsl(143, 52%, 35%) 0%,
    hsl(132, 39%, 51%) 50%,
    rgb(68, 185, 78) 100%
  );
  margin-right: 1rem;
}
#div_appcard_wc {
  background: linear-gradient(
    150deg,
    hsl(191, 78%, 50%) 0%,
    hsl(194, 59%, 52%) 30%,
    hsl(195, 73%, 55%) 70%,
    hsl(195, 77%, 45%) 100%
  );
  margin-right: 1rem;
}
#div_appcard_both {
  background: linear-gradient(
    20deg,
    hsl(223, 51%, 43%) 0%,
    hsl(210, 68%, 47%) 50%,
    hsl(205, 92%, 59%) 100%
  );
}

p.hint {
  font-size: 12.5px;
  color: #888;
  margin: 0.25em;
  position: absolute;
}
p.hint.critical {
  line-height: 1.4em;
  font-weight: 500;
  color: #f44336;
  z-index: 99;
  text-shadow: 0px -2px 2px #ffffff;
  color: #d32f2f;
}
p.hint.detail {
  text-align: center;
  min-width: 100%;
  margin: 0;
}

input[type="checkbox"] {
  width: auto;
  display: inline-block;
  margin: 0;
  box-shadow: none;
  border: none;
  line-height: 0;
  position: relative;
  top: 2px;
  left: 2px;
  appearance: checkbox;
  -webkit-appearance: checkbox;
}

label i {
  color: #888;
  font-weight: normal;
}

@media screen and (max-width: 432px) {
  fieldset legend h2 {
    font-size: 5.45vw;
  }
  fieldset legend p {
    font-size: 13.5px;
  }
  p.hint {
    position: relative;
  }
}

@media screen and (max-width: 568px) {
  div.content {
    padding: 0.5em;
  }
  form {
    margin: 0 auto;
    padding: 0;
    overflow: visible;
  }
  legend img {
    display: none;
  }
  #nav_container li {
    font-weight: 500;
  }
  #nav_container i {
    display: block;
  }
  #nav_container span {
    display: none;
  }
  .field_half {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .field_half.left,
  .field_half.right {
    padding: 0;
  }
  .field_whole,
  .field_half {
    margin: 1rem auto;
  }
  .field_half.noresponse {
    flex: 1 1 49.5%;
    max-width: 49.5%;
    box-sizing: border-box;
  }
  .field_half.left.noresponse {
    padding: 0 0.25rem 0 0;
  }
  .field_half.right.noresponse {
    padding: 0 0 0 0.25rem;
  }
  .submit-btn-over {
    margin-bottom: 6em;
  }
  .submit-btn-under {
    position: relative;
    top: 4.5em;
    margin-bottom: -4em;
  }
}

@media screen and (max-width: 841px) {
  #div_cartset {
    flex-direction: column;
    max-width: 90vw;
    margin: 0 auto;
  }
  .app-card {
    width: 100%;
    height: auto;
    min-height: 7.5em;
    align-items: center;
  }
  .app-card h4 {
    margin-right: 7rem;
    font-size: 1.5rem;
  }
  .app-card h4 i {
    margin-right: 0;
    font-size: 1rem;
    line-height: 1em;
  }
}

fieldset {
  overflow: visible;
  transition: transform 0.4s, opacity 0.3s;
  transition-timing-function: ease-in-out;
  transform: translate3d(100%, 0, 0);
  opacity: 0;
}
fieldset > div {
  display: flex;
  flex-flow: wrap;
  background: #fff;
  overflow-y: visible;
}
fieldset > div > hr {
  width: 100%;
  position: relative;
  top: 0;
  margin: 1em 0px;
  border-width: 1px;
  border-color: #2bf;
  box-shadow: 0px -1px 7px #90ddff;
  clear: both;
  display: block;
}

fieldset.displayed {
  height: auto;
  transform: translate3d(0%, 0, 0);
  opacity: 1;
  display: block;
  margin-bottom: 2em;
}

fieldset.collapsed {
  display: block;
  height: 0px;
  overflow: visible;
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
  position: relative;
  z-index: 9;
}
fieldset.collapsed legend {
  height: 0;
}

.reddened label,
span.reddened {
  color: #e53935;
}

.norton_seal {
  padding: 0 !important;
}
