* {
  box-sizing: border-box; }

fieldset * + * {
  margin-top: 1em;
  margin-bottom: 0; }

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%; }

body {
  background: #2A3159;
  color: #FFF;
  font: 100%/1.5 'work_sansregular', sans-serif; }

header {
  background: #FFF;
  color: #000;
  height: 70px;
  padding: 18px 1.5em; }
  header .logo {
    float: left;
    height: 34px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease; }
    header .logo a {
      display: block;
      height: 60px;
      padding: 10px 144px 10px 10px;
      width: 194px;
      position: relative;
      text-decoration: none;
      -webkit-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      transition: all 300ms ease; }
  header .logo + .logo {
    border-left: 1px solid #888;
    margin-left: 2em;
    padding-left: 2em; }
  @media (max-width: 550px) {
    header .logo + .logo {
      display: none; } }

img {
  height: auto;
  max-height: 100%;
  width: auto;
  max-width: 100%; }

a img {
  border: 0; }

h1 {
  background: radial-gradient(circle at center bottom, rgba(255, 255, 255, 0.3), rgba(0, 0, 0, 0.2)), #8DAEF2;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2) inset;
  font-family: 'work_sansitalic', sans-serif;
  font-size: 2.875em;
  font-weight: 600;
  font-style: italic;
  letter-spacing: -1px;
  line-height: 1;
  margin: 0;
  padding: .25em 0 .5em;
  text-align: center;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1), 0 2px 0 rgba(0, 0, 0, 0.1), 0 3px 0 rgba(0, 0, 0, 0.1), 0 4px 0 rgba(0, 0, 0, 0.1); }

.page {
  background-color: #2A3159;
  background-image: radial-gradient(circle at center top, rgba(141, 174, 242, 0.25), #2a3159);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3) inset;
  min-height: calc(100vh - 9em);
  padding: 1px 0 1em; }

form {
  padding: 1em 2em 2em; }

.page-inner {
  margin: 0 auto;
  max-width: 840px; }
  .page-inner > p:first-child {
    margin: 0;
    padding: 2em 2em 0;
    text-align: center; }
  .page-inner form {
    float: left;
    position: relative;
    width: calc(100% - 20em); }
  .page-inner form + form {
    width: 20em; }
  .page-inner form:first-of-type fieldset {
    background-color: #2A3159;
    border-color: #2A3159; }
  .page-inner form + form fieldset {
    background-color: #2A3159;
    border-color: #2A3159; }
  @media (min-width: 690px) {
    .page-inner form:first-of-type {
      padding-right: 0; } }
  @media (max-width: 689px) {
    .page-inner form, .page-inner form + form {
      float: none;
      margin-right: auto;
      margin-left: auto;
      max-width: 26em;
      padding: 0 1em;
      width: auto; } }

fieldset {
  border: 1px solid #FFF;
  border-radius: 0.125em;
  margin: 1em 0 0;
  padding: 1em; }

fieldset legend {
  color: inherit;
  font-family: 'work_sansregular', sans-serif;
  font-size: 1.5em;
  font-weight: 600;
  padding: 0 .25em;
  text-shadow: 3px 2px 0 rgba(0, 0, 0, 0.15); }

fieldset fieldset {
  border: 0;
  padding: 0; }

fieldset fieldset legend {
  font-size: 1em;
  font-weight: normal; }

fieldset > p {
  background: rgba(0, 0, 0, 0.1);
  margin-top: 0;
  padding: .25em .75em .5em; }

fieldset > p * {
  display: block; }

.digitless {
  list-style: none;
  margin-right: 0;
  margin-left: 0;
  padding: 0; }

.digitless > li {
  margin: 1em 0 0;
  padding: 0; }

.digitless > li:first-child {
  margin: 0; }

.digitless .radio {
  float: left;
  margin: .25em 0 0 !important;
  padding-left: 2em;
  width: calc(100% / 2); }

.radio input {
  float: left;
  margin-left: -1.25em; }

label + .field {
  margin-top: 0;
  padding-top: .25em; }

fieldset fieldset .digitless {
  margin: 0; }

input,
select,
textarea {
  border: 0;
  border-radius: 0.125em;
  color: #333;
  font-family: inherit;
  font-size: inherit; }

input:not([type="radio"]):not([type="checkbox"]),
textarea {
  padding: .25em;
  resize: vertical;
  width: 100%; }

textarea {
  height: 3em; }

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type="number"]:invalid, textarea:invalid {
  box-shadow: inset 0 0 1px 2px #C00; }

input[type="number"]:required, textarea:required {
  box-shadow: none; }

input[type="number"]:focus, textarea:focus {
  box-shadow: inset 0 0 1px 2px #FFE81A; }

input[type="number"] {
  -moz-appearance: textfield; }

.buttons input[type="submit"],
body .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default {
  background-color: #05A6A6;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
  color: #FFF;
  font-family: 'work_sansregular', sans-serif;
  font-size: 1.25em;
  font-weight: 600;
  letter-spacing: -1px;
  padding: .5em;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease; }

.buttons input:hover {
  background-color: #15B6B6;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0));
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease; }

.loader-wrapper {
  background-color: rgba(0, 0, 0, 0.2);
  color: #FFF;
  padding: 1.5em;
  position: relative;
  text-align: center; }

.loader-wrapper .text {
  display: inline-block;
  font-size: 1.5em;
  font-weight: normal;
  letter-spacing: .125em;
  line-height: 2em;
  opacity: 1;
  position: relative;
  text-transform: uppercase;
  top: -.3125em;
  -webkit-animation: loadfade 1.4s infinite linear alternate;
  animation: loadfade 1.4s infinite linear alternate; }

.loader {
  background-image: radial-gradient(circle, white 15%, rgba(255, 255, 255, 0) 20%);
  display: inline-block;
  font-size: 1em;
  height: 2em;
  margin: .5em 1em 0 0;
  overflow: hidden;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 2em; }

.loader::before {
  border-width: .125em;
  border-style: solid;
  border-color: white transparent;
  border-radius: 50%;
  content: '';
  display: block;
  height: 1.5em;
  width: 1.5em;
  position: absolute;
  top: .125em;
  left: .125em;
  -webkit-animation: loadspin 1.4s infinite linear;
  animation: loadspin 1.4s infinite linear; }

.loader::after {
  border-width: .25em;
  border-style: solid;
  border-color: transparent rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  content: '';
  display: block;
  height: .75em;
  width: .75em;
  position: absolute;
  top: .375em;
  left: .375em;
  -webkit-animation: loadspin 1.4s infinite linear reverse;
  animation: loadspin 1.4s infinite linear reverse; }

.results {
  border-radius: 0.125em;
  box-shadow: 0 0.25em 0.125em rgba(0, 0, 0, 0.3);
  clear: both;
  margin: 2em auto;
  max-width: 22em; }

.results h2 {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15)), #2A3159;
  border-radius: 0.125em 0.125em 0 0;
  color: #FFF;
  font-family: 'work_sansitalic';
  font-size: 1.625em;
  font-style: italic;
  letter-spacing: -1px;
  margin: 0;
  padding: .125em 1rem;
  position: relative;
  text-align: center; }

.results .port {
  margin: 0; }

.results .port li {
  background: rgba(255, 255, 255, 0.9);
  color: #333;
  font-size: 1.25em;
  line-height: 2.5;
  margin: 0;
  padding: .5em 1em;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease; }

.results .port li:nth-child(even) {
  background: rgba(255, 255, 255, 0.85); }

.results .port li:last-child {
  border-radius: 0 0 0.125em 0.125em; }

.results .port li:hover {
  background: white; }

.port .number {
  float: left;
  margin-right: 1em;
  min-width: 7em;
  text-align: right;
  width: calc(85% - 3em); }

.port .pos .number {
  font-family: 'work_sansregular';
  font-weight: 600; }

.port .neg .number {
  opacity: .5; }

.port .icon {
  background-image: url(../images/checkmark-circle-jade.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 80%;
  display: block;
  height: 2.5em;
  overflow: hidden;
  text-indent: 100%;
  white-space: no-wrap;
  width: 2em; }

.port .neg .icon {
  background-image: url(../images/x-circle-scarlet.svg); }

.results .avail {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 0 0 0.125em 0.125em;
  color: #333;
  padding: 1em 1em .5em; }

.avail p {
  margin-top: 0; }

.avail .msg {
  display: block;
  padding-top: .5em; }

.avail .icon {
  background-image: url(../images/checkmark-circle-jade.svg);
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  float: right;
  height: 4em;
  margin: 0 0 0 1em;
  overflow: hidden;
  text-indent: 100%;
  white-space: no-wrap;
  width: 4em; }

.avail .neg .icon {
  background-image: url(../images/x-circle-scarlet.svg); }

.page::after, .digitless::after, .port li::after, .avail::after {
  clear: both;
  content: '';
  display: table; }

.entrance {
  max-width: 30em;
  width: 95%;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2; }
  .entrance .verify {
    margin-top: 0; }

.entrance form,
.quote-form form {
  background-color: #2A3159;
  background-image: radial-gradient(circle at center top, rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0.15));
  box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.3);
  position: relative; }

.entrance form::before {
  background-image: url(../images/corner-stripe.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  color: #F24130;
  content: "Free";
  display: block;
  font-family: 'work_sansregular', sans-serif;
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.2;
  padding: 0 3em;
  position: absolute;
  text-transform: uppercase;
  top: 1.5em;
  left: -2.125em;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.entrance .title,
.quote-form .title {
  font-family: 'work_sansregular', sans-serif;
  font-weight: 600;
  font-size: 2.5em;
  line-height: 1.2;
  text-align: center; }

.entrance .digitless,
.quote-form .digitless {
  margin-top: 0; }

.quote-form {
  max-height: 100vh;
  max-width: 30em;
  width: 95%;
  overflow: auto;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2; }

.quote-form .close {
  background-color: transparent;
  color: #FFF;
  display: block;
  font-family: 'work_sansregular', sans-serif;
  font-size: 2rem;
  font-weight: 600;
  height: 2rem;
  line-height: 2rem;
  opacity: .7;
  position: absolute;
  right: .5rem;
  text-decoration: none;
  top: .5rem;
  width: 2rem; }

.quote-form .close:hover {
  opacity: 1; }

.quote-form fieldset {
  margin-top: 0; }

.quote-form .thank-you {
  background: url(../images/happy-smiley.png) no-repeat left center;
  margin: 0 auto;
  min-height: 98px;
  padding: 10px 0 0 115px; }

.quote-form .thank-you > div {
  background: #FFF;
  border-radius: 0.125em;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  color: #444;
  font-size: 1.25em;
  margin: 0;
  padding: .125em .5em .25em .75em;
  position: relative; }

.quote-form .thank-you > div::before {
  border-width: .5em 1em .5em 0;
  border-style: solid;
  border-color: transparent #FFF;
  content: '';
  height: 0;
  width: 0;
  position: absolute;
  left: -.75em;
  top: 40%; }

.quote-form .thank-you > div > div {
  border-top: 1px dashed rgba(0, 0, 0, 0.1);
  margin-top: .5em;
  padding: .5em 0; }

.btn {
  background-color: transparent;
  border-radius: 0.125em;
  color: #F60;
  display: inline-block;
  font-size: .875em;
  line-height: 1.2;
  padding: .125em .5em .25em 25px;
  position: relative;
  text-decoration: none; }

.btn:hover {
  background-color: #EEE; }

.btn::before {
  background: rgba(0, 0, 0, 0.4);
  box-shadow: 5px 0 0 rgba(0, 0, 0, 0.4), 10px 0 0 rgba(0, 0, 0, 0.4), 0 5px 0 rgba(0, 0, 0, 0.4), 5px 5px 0 rgba(0, 0, 0, 0.4), 10px 5px 0 rgba(0, 0, 0, 0.4), 0 10px 0 rgba(0, 0, 0, 0.4), 5px 10px 0 rgba(0, 0, 0, 0.4), 10px 10px 0 rgba(0, 0, 0, 0.4);
  content: '';
  position: absolute;
  top: .375em;
  left: 5px;
  height: 4px;
  width: 4px; }

.btn:hover::before {
  background: #05a6a6;
  box-shadow: 5px 0 0 #05a6a6, 10px 0 0 #05a6a6, 0 5px 0 #05a6a6, 5px 5px 0 #05a6a6, 10px 5px 0 #05a6a6, 0 10px 0 #05a6a6, 5px 10px 0 #05a6a6, 10px 10px 0 #05a6a6; }

@media (min-width: 400px) {
  .quote-form li:first-child,
  .quote-form li:first-child + li {
    float: left;
    margin-top: 0;
    margin-bottom: 1em;
    width: calc(50% - .5em); }

  .quote-form li:first-child {
    margin-right: 1em; } }
@media (max-width: 369px) {
  .btn {
    padding: .125em .5em .25em; }

  .btn::before {
    display: none; } }
.quote-form .stacked li:nth-child(3) {
  clear: left; }

.quote-form textarea {
  height: 6em; }

.overlay {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1; }

.jc-bs3-container {
  color: #444; }

.jconfirm-title {
  color: #002775;
  font-family: 'work_sansregular', sans-serif;
  font-weight: 600; }

body .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default {
  background-color: #888;
  color: #FFF;
  padding-left: 2em;
  padding-right: 2em;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease; }

.jconfirm-content {
  line-height: 1.2; }

body .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default:hover {
  background-color: #999;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0));
  color: #FFF;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease; }

@-webkit-keyframes loadspin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes loadspin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes loadfade {
  0% {
    opacity: 1; }
  100% {
    opacity: .5; } }
@keyframes loadfade {
  0% {
    opacity: 1; }
  100% {
    opacity: .5; } }
