@charset "UTF-8";
html, body {
  margin: 0;
  padding: 0;
}

.wrapper {
  box-sizing: border-box;
  max-width: 295px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .wrapper {
    max-width: 752px;
  }
  .wrapper::after {
    content: "";
    clear: both;
    display: table;
  }
}
@media (min-width: 992px) {
  .wrapper {
    max-width: 1200px;
  }
}

/* Link Color Mixin 
  Who Likes being able to quickly over-ride default link static and hover colors?! You Do!
  use on the <a> selector (or whatever you are hovering) passing a $static and/or $hover color or neither (uses site defaults):
  @include link-color(color(swatch-one), color(swatch-two));
    OR
  @include link-color;
 */
/* Graceful degredations from http://cssfontstack.com */
*[class*=fa-] {
  opacity: 0;
  transition: opacity ease-in 0.2s;
  display: inline-block;
  width: 0.875em;
}
.wf-active *[class*=fa-] {
  opacity: 1;
}
.wf-inactive *[class*=fa-] {
  opacity: 1;
}
.wf-active *[class*=fa-]:not(.fa-fw, .fa-li) {
  width: auto;
}

*[class*=font-effects] {
  opacity: 0;
  transition: opacity ease 0.2s;
}
*[class*=font-effects] .wf-gfx-loaded {
  opacity: 1;
}

a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

body {
  color: #02476a;
  font-size: 17px;
  font-family: IBM Plex Sans, Verdana, Geneva, sans-serif;
  font-weight: 400;
  line-height: 1.25;
}
@media (min-width: 768px) {
  body {
    line-height: 1.375;
  }
}

.link, a {
  text-decoration: none;
  will-change: color, text-shadow;
  transition: all 0.2s ease;
}
.link, a, .link:visited, .link:active, .link:visited:active {
  color: #0091ba;
}
.link:hover, a:hover, .link:visited:hover {
  color: #00aada;
}

.italic, i, em {
  font-style: italic;
}

.bold, b, strong, .h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6 {
  font-weight: 700;
}

.h1, h1 {
  font-family: IBM Plex Sans, Verdana, Geneva, sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.2s;
  font-size: 2em;
  /* 2x body copy size = 32px */
  line-height: 1.25;
  /* 45px / 36px */
}
.wf-active .h1, .wf-active h1 {
  opacity: 1;
}
.wf-inactive .h1, .wf-inactive h1 {
  opacity: 1;
}
@media (min-width: 768px) {
  .h1, h1 {
    font-size: 2.5em;
    /* 2.5x body copy size = 40px */
    line-height: 1.125;
  }
}
@media (min-width: 992px) {
  .h1, h1 {
    font-size: 3em;
    /* keep to a multiple of the 20px line height and something more appropriate for display headings */
    line-height: 1.05;
  }
}

.h2, h2 {
  font-family: IBM Plex Sans, Verdana, Geneva, sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.2s;
  font-size: 1.625em;
  /* 1.625x body copy size = 26px */
  line-height: 1.15384615;
  /* 30px / 26px */
}
.wf-active .h2, .wf-active h2 {
  opacity: 1;
}
.wf-inactive .h2, .wf-inactive h2 {
  opacity: 1;
}
@media (min-width: 768px) {
  .h2, h2 {
    font-size: 2em;
    /* 2x body copy size = 32px */
    line-height: 1.25;
  }
}
@media (min-width: 992px) {
  .h2, h2 {
    font-size: 2.25em;
    /* 2.25x body copy size = 36px */
    line-height: 1.25;
  }
}

.h3, h3 {
  font-family: IBM Plex Sans, Verdana, Geneva, sans-serif;
  font-weight: 600;
  opacity: 0;
  transition: opacity ease-in 0.2s;
  font-size: 1.375em;
  /* 1.375x body copy size = 22px */
  line-height: 1.13636364;
  /* 25px / 22px */
}
.wf-active .h3, .wf-active h3 {
  opacity: 1;
}
.wf-inactive .h3, .wf-inactive h3 {
  opacity: 1;
}
@media (min-width: 768px) {
  .h3, h3 {
    font-size: 1.5em;
    /* 1.5x body copy size = 24px */
    line-height: 1.25;
  }
}
@media (min-width: 992px) {
  .h3, h3 {
    font-size: 1.75em;
    /* 1.75x body copy size = 28px */
    line-height: 1.25;
  }
}

.h4, h4 {
  font-family: IBM Plex Sans, Verdana, Geneva, sans-serif;
  font-weight: 600;
  opacity: 0;
  transition: opacity ease-in 0.2s;
  font-size: 1.125em;
  /* 1.125x body copy size = 18px */
  line-height: 1.11111111;
}
.wf-active .h4, .wf-active h4 {
  opacity: 1;
}
.wf-inactive .h4, .wf-inactive h4 {
  opacity: 1;
}
@media (min-width: 768px) {
  .h4, h4 {
    line-height: 1.22222222;
    /* (22px / 18px) */
  }
}

.h5, h5 {
  font-family: IBM Plex Sans, Verdana, Geneva, sans-serif;
  font-weight: 600;
  opacity: 0;
  transition: opacity ease-in 0.2s;
  font-size: 1.0625em;
  /* 1.0625x body copy size = 17px */
  line-height: 1.11111111;
}
.wf-active .h5, .wf-active h5 {
  opacity: 1;
}
.wf-inactive .h5, .wf-inactive h5 {
  opacity: 1;
}

.h6, h6 {
  font-family: IBM Plex Sans, Verdana, Geneva, sans-serif;
  font-weight: 600;
  opacity: 0;
  transition: opacity ease-in 0.2s;
  font-size: 1em;
  line-height: 1.11111111;
}
.wf-active .h6, .wf-active h6 {
  opacity: 1;
}
.wf-inactive .h6, .wf-inactive h6 {
  opacity: 1;
}

.h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6 {
  margin-top: 1em;
  margin-bottom: 0.35em;
}

aside h2 {
  margin-top: 0;
  font-size: 1.5em;
}
@media (min-width: 768px) {
  aside h2 {
    font-size: 1.75em;
  }
}
@media (min-width: 992px) {
  aside h2 {
    font-size: 2em;
  }
}

.block-margins, ul, ol, pre, blockquote {
  margin: 1rem 0;
}

p {
  margin: 0 0 1rem 0;
}

blockquote {
  margin-left: 1em;
  margin-right: 1em;
}

/* overrides */
.intro-text {
  font-size: 1.5em;
  line-height: 1.375;
}

.blockify {
  display: block !important;
}

.inlinify {
  display: inline-block !important;
}

.clearfix {
  overflow: hidden;
}

.pie-clearfix {
  overflow: visible;
}

.clear {
  clear: both;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.float-left {
  float: left;
}

img.float-left {
  margin-right: gutter();
}

.float-right {
  float: right;
}

img.float-right {
  margin-left: gutter();
}

.no-float {
  float: none !important;
}

.headroom {
  margin-top: 2em !important;
}

.less-headroom {
  margin-top: 1em;
}

.more-less-headroom {
  margin-top: 0.5em;
}

.no-headroom {
  margin-top: 0 !important;
}

.legroom {
  margin-bottom: 2em;
}

.less-legroom {
  margin-bottom: 1em;
}

.more-less-legroom {
  margin-bottom: 0.5em;
}

.no-legroom {
  margin-bottom: 0;
}

.no-margin {
  margin: 0 !important;
}

.no-border {
  border: none !important;
}

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

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

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

.hide-text {
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
}

.hyphenate {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

.list-reset {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.list-reset li {
  margin: 0;
}

.list-inline li {
  display: inline-block;
  float: left;
}
.list-inline li:not(:first-child) {
  margin-left: 0.5em;
}
.list-inline li:not(:last-child) {
  margin-right: 0.5em;
}

/* ghost button */
.ghost-button {
  cursor: pointer;
  display: inline-block;
  padding: 0.5em 1em;
  color: #02476a;
  background-color: white;
  border: 1px solid #ce7131 !important;
  border-radius: 2px;
  text-align: center;
  outline: none;
  text-decoration: none;
  font-family: IBM Plex Sans, Verdana, Geneva, sans-serif;
  font-weight: 400;
  opacity: 0;
  transition: opacity ease-in 0.2s;
  line-height: 1.2;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, background-image 0.2s ease-out, border-color 0.2s ease-out;
}
.wf-active .ghost-button {
  opacity: 1;
}
.wf-inactive .ghost-button {
  opacity: 1;
}
.ghost-button:link, .ghost-button:visited {
  color: #02476a;
}
.ghost-button:hover, .ghost-button:active {
  background-color: #ce7131;
  color: white !important;
  transition: color 0.2s ease-in, background-color 0.2s ease-in, background-image 0.2s ease-in, border-color 0.2s ease-in;
}
.ghost-button.small {
  font-size: 0.85em;
}

.freeform-column.freeform-column-content-align-left button, .freeform-column.freeform-column-content-align-left input[type=submit] {
  cursor: pointer;
  display: inline-block;
  padding: 0.5em 1em;
  color: #02476a;
  background-color: white;
  border: 1px solid #ce7131 !important;
  border-radius: 2px;
  text-align: center;
  outline: none;
  text-decoration: none;
  font-family: IBM Plex Sans, Verdana, Geneva, sans-serif;
  font-weight: 400;
  opacity: 0;
  transition: opacity ease-in 0.2s;
  line-height: 1.2;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, background-image 0.2s ease-out, border-color 0.2s ease-out;
}
.wf-active .freeform-column.freeform-column-content-align-left button, .wf-active .freeform-column.freeform-column-content-align-left input[type=submit] {
  opacity: 1;
}
.wf-inactive .freeform-column.freeform-column-content-align-left button, .wf-inactive .freeform-column.freeform-column-content-align-left input[type=submit] {
  opacity: 1;
}
.freeform-column.freeform-column-content-align-left button:link, .freeform-column.freeform-column-content-align-left input[type=submit]:link, .freeform-column.freeform-column-content-align-left button:visited, .freeform-column.freeform-column-content-align-left input[type=submit]:visited {
  color: #02476a;
}
.freeform-column.freeform-column-content-align-left button:hover, .freeform-column.freeform-column-content-align-left input[type=submit]:hover, .freeform-column.freeform-column-content-align-left button:active, .freeform-column.freeform-column-content-align-left input[type=submit]:active {
  background-color: #ce7131;
  color: white !important;
  transition: color 0.2s ease-in, background-color 0.2s ease-in, background-image 0.2s ease-in, border-color 0.2s ease-in;
}
.freeform-column.freeform-column-content-align-left button.small, .freeform-column.freeform-column-content-align-left input.small[type=submit] {
  font-size: 0.85em;
}

/* ghost button */
.ghost-button-message {
  cursor: pointer;
  display: inline-block;
  padding: 0.5em 1em;
  color: white;
  background-color: #02476a;
  border: 1px solid white !important;
  border-radius: 2px;
  text-align: center;
  outline: none;
  text-decoration: none;
  font-family: IBM Plex Sans, Verdana, Geneva, sans-serif;
  font-weight: 400;
  opacity: 0;
  transition: opacity ease-in 0.2s;
  line-height: 1.2;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, background-image 0.2s ease-out, border-color 0.2s ease-out;
}
.wf-active .ghost-button-message {
  opacity: 1;
}
.wf-inactive .ghost-button-message {
  opacity: 1;
}
.ghost-button-message:link, .ghost-button-message:visited {
  color: white;
}
.ghost-button-message:hover, .ghost-button-message:active {
  background-color: #ce7131;
  color: white !important;
  transition: color 0.2s ease-in, background-color 0.2s ease-in, background-image 0.2s ease-in, border-color 0.2s ease-in;
}
.ghost-button-message.small {
  font-size: 0.85em;
}

/* striped table */
table.striped {
  border: 1px solid #0091ba;
  border-radius: 2px;
}
table.striped th {
  font-weight: 600;
  background-color: #0091ba;
  border-right: 1px solid rgba(255, 255, 255, 0.75);
}
table.striped th:first-child {
  border-radius: 1px 0 0 0;
}
table.striped th:last-child {
  border-radius: 0 1px 0 0;
}
table.striped td {
  background-color: rgba(255, 255, 255, 0.75);
  border-right: 1px solid rgba(0, 145, 186, 0.5);
  border-bottom: 1px solid rgba(0, 145, 186, 0.5);
}
table.striped th,
table.striped td {
  padding: 0.5em;
  vertical-align: top;
}
table.striped th:last-child,
table.striped td:last-child {
  border-right: none;
}
table.striped tbody tr:last-child td {
  border-bottom: none;
}
table.striped tbody tr:nth-child(even) td {
  background-color: rgba(255, 255, 255, 0.5);
}
table.striped tfoot td {
  background-color: rgba(2, 71, 106, 0.1);
  border-top: 1px solid rgba(0, 145, 186, 0.5);
  border-bottom: none;
  text-align: center;
  font-size: 0.8em;
}
table.striped tfoot td:first-child {
  border-radius: 0 0 0 1px;
}
table.striped tfoot td:last-child {
  border-radius: 0 0 1px 0;
}
table.striped tfoot td:only-child {
  border-radius: 0 0 1px 1px;
}
table.striped caption {
  position: absolute;
  left: -9000px;
}

@media (min-width: 768px) {
  .mobile-only {
    display: none;
  }
}

.no-mobile {
  display: none;
}
@media (min-width: 768px) {
  .no-mobile {
    display: block;
  }
  .no-mobile ul li {
    display: list-item;
  }
}

.no-mobile-inline {
  display: none;
}
@media (min-width: 768px) {
  .no-mobile-inline {
    display: inline-block;
  }
}

@media (min-width: 768px) {
  .no-tablet {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .flex-centered {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

/* debug */
div.debug {
  font-size: 10px;
  position: relative;
  background-color: #d91350;
  border: 1px dotted #d91350;
  color: white;
  padding: 2em 1em 1em 1em;
  border-radius: 1em;
  opacity: 0.5;
}
div.debug:hover {
  opacity: 1;
}
div.debug::before {
  content: "debug";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1em;
  line-height: 1em;
  color: #d91350;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px dotted white;
  border-radius: 1em 1em 0 0;
  padding: 0.25em 1em;
}

@-webkit-keyframes animate-shadow {
  0% {
    box-shadow: 0px 0px 50px 25px #023550;
  }
  100% {
    box-shadow: 0px 0px 0px 0px #023550;
  }
}
@keyframes animate-shadow {
  0% {
    box-shadow: 0px 0px 50px 25px #023550;
  }
  100% {
    box-shadow: 0px 0px 0px 0px #023550;
  }
}
form {
  font-family: IBM Plex Sans, Verdana, Geneva, sans-serif;
  font-size: 1em;
  font-weight: 400;
  overflow: visible;
}
form *,
form *::before,
form *::after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
form .group.radio.inline label {
  margin-right: 1.5em;
}

input[type=email],
input[type=date],
input[type=text],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
textarea {
  -webkit-appearance: none;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #96938c;
  font-size: 1em;
  min-height: 2em;
  padding: 0.5em 6px;
  width: 100%;
  color: rgba(45, 38, 25, 0.9);
}
input[type=email]:focus, input[type=email]:target,
input[type=date]:focus,
input[type=date]:target,
input[type=text]:focus,
input[type=text]:target,
input[type=datetime]:focus,
input[type=datetime]:target,
input[type=datetime-local]:focus,
input[type=datetime-local]:target,
input[type=email]:focus,
input[type=email]:target,
input[type=month]:focus,
input[type=month]:target,
input[type=number]:focus,
input[type=number]:target,
input[type=password]:focus,
input[type=password]:target,
input[type=tel]:focus,
input[type=tel]:target,
input[type=text]:focus,
input[type=text]:target,
input[type=time]:focus,
input[type=time]:target,
input[type=url]:focus,
input[type=url]:target,
input[type=week]:focus,
input[type=week]:target,
textarea:focus,
textarea:target {
  color: #2d2619;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #96938c;
}
.error input[type=email]:focus, div.formError[style*="opacity: 0."] + input[type=email]:focus, div.formError[style*="opacity: 0."] + input[type=email], input[type=email]:focus.error,
.error input[type=date]:focus,
div.formError[style*="opacity: 0."] + input[type=date]:focus,
div.formError[style*="opacity: 0."] + input[type=date],
input[type=date]:focus.error,
.error input[type=text]:focus,
div.formError[style*="opacity: 0."] + input[type=text]:focus,
div.formError[style*="opacity: 0."] + input[type=text],
input[type=text]:focus.error,
.error input[type=datetime]:focus,
div.formError[style*="opacity: 0."] + input[type=datetime]:focus,
div.formError[style*="opacity: 0."] + input[type=datetime],
input[type=datetime]:focus.error,
.error input[type=datetime-local]:focus,
div.formError[style*="opacity: 0."] + input[type=datetime-local]:focus,
div.formError[style*="opacity: 0."] + input[type=datetime-local],
input[type=datetime-local]:focus.error,
.error input[type=email]:focus,
div.formError[style*="opacity: 0."] + input[type=email]:focus,
div.formError[style*="opacity: 0."] + input[type=email],
input[type=email]:focus.error,
.error input[type=month]:focus,
div.formError[style*="opacity: 0."] + input[type=month]:focus,
div.formError[style*="opacity: 0."] + input[type=month],
input[type=month]:focus.error,
.error input[type=number]:focus,
div.formError[style*="opacity: 0."] + input[type=number]:focus,
div.formError[style*="opacity: 0."] + input[type=number],
input[type=number]:focus.error,
.error input[type=password]:focus,
div.formError[style*="opacity: 0."] + input[type=password]:focus,
div.formError[style*="opacity: 0."] + input[type=password],
input[type=password]:focus.error,
.error input[type=tel]:focus,
div.formError[style*="opacity: 0."] + input[type=tel]:focus,
div.formError[style*="opacity: 0."] + input[type=tel],
input[type=tel]:focus.error,
.error input[type=text]:focus,
div.formError[style*="opacity: 0."] + input[type=text]:focus,
div.formError[style*="opacity: 0."] + input[type=text],
input[type=text]:focus.error,
.error input[type=time]:focus,
div.formError[style*="opacity: 0."] + input[type=time]:focus,
div.formError[style*="opacity: 0."] + input[type=time],
input[type=time]:focus.error,
.error input[type=url]:focus,
div.formError[style*="opacity: 0."] + input[type=url]:focus,
div.formError[style*="opacity: 0."] + input[type=url],
input[type=url]:focus.error,
.error input[type=week]:focus,
div.formError[style*="opacity: 0."] + input[type=week]:focus,
div.formError[style*="opacity: 0."] + input[type=week],
input[type=week]:focus.error,
.error textarea:focus,
div.formError[style*="opacity: 0."] + textarea:focus,
div.formError[style*="opacity: 0."] + textarea,
textarea:focus.error {
  color: #d91350;
}
input[type=email]:focus,
input[type=date]:focus,
input[type=text]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
textarea:focus {
  outline-color: #02405f;
  outline-width: 2px;
  outline-style: solid;
  outline-offset: 1px;
}
.error input[type=email]:focus, div.formError[style^="opacity: 0."] + input[type=email]:focus, input[type=email]:focus.error,
.error input[type=date]:focus,
div.formError[style^="opacity: 0."] + input[type=date]:focus,
input[type=date]:focus.error,
.error input[type=text]:focus,
div.formError[style^="opacity: 0."] + input[type=text]:focus,
input[type=text]:focus.error,
.error input[type=datetime]:focus,
div.formError[style^="opacity: 0."] + input[type=datetime]:focus,
input[type=datetime]:focus.error,
.error input[type=datetime-local]:focus,
div.formError[style^="opacity: 0."] + input[type=datetime-local]:focus,
input[type=datetime-local]:focus.error,
.error input[type=email]:focus,
div.formError[style^="opacity: 0."] + input[type=email]:focus,
input[type=email]:focus.error,
.error input[type=month]:focus,
div.formError[style^="opacity: 0."] + input[type=month]:focus,
input[type=month]:focus.error,
.error input[type=number]:focus,
div.formError[style^="opacity: 0."] + input[type=number]:focus,
input[type=number]:focus.error,
.error input[type=password]:focus,
div.formError[style^="opacity: 0."] + input[type=password]:focus,
input[type=password]:focus.error,
.error input[type=tel]:focus,
div.formError[style^="opacity: 0."] + input[type=tel]:focus,
input[type=tel]:focus.error,
.error input[type=text]:focus,
div.formError[style^="opacity: 0."] + input[type=text]:focus,
input[type=text]:focus.error,
.error input[type=time]:focus,
div.formError[style^="opacity: 0."] + input[type=time]:focus,
input[type=time]:focus.error,
.error input[type=url]:focus,
div.formError[style^="opacity: 0."] + input[type=url]:focus,
input[type=url]:focus.error,
.error input[type=week]:focus,
div.formError[style^="opacity: 0."] + input[type=week]:focus,
input[type=week]:focus.error,
.error textarea:focus,
div.formError[style^="opacity: 0."] + textarea:focus,
textarea:focus.error {
  outline-width: 2px;
  outline-style: solid;
  outline-offset: 1px;
}
input[type=email][size="1"],
input[type=date][size="1"],
input[type=text][size="1"],
input[type=datetime][size="1"],
input[type=datetime-local][size="1"],
input[type=email][size="1"],
input[type=month][size="1"],
input[type=number][size="1"],
input[type=password][size="1"],
input[type=tel][size="1"],
input[type=text][size="1"],
input[type=time][size="1"],
input[type=url][size="1"],
input[type=week][size="1"],
textarea[size="1"] {
  width: 1em;
}
input[type=email][size="2"],
input[type=date][size="2"],
input[type=text][size="2"],
input[type=datetime][size="2"],
input[type=datetime-local][size="2"],
input[type=email][size="2"],
input[type=month][size="2"],
input[type=number][size="2"],
input[type=password][size="2"],
input[type=tel][size="2"],
input[type=text][size="2"],
input[type=time][size="2"],
input[type=url][size="2"],
input[type=week][size="2"],
textarea[size="2"] {
  width: 2em;
}
input[type=email][size="3"],
input[type=date][size="3"],
input[type=text][size="3"],
input[type=datetime][size="3"],
input[type=datetime-local][size="3"],
input[type=email][size="3"],
input[type=month][size="3"],
input[type=number][size="3"],
input[type=password][size="3"],
input[type=tel][size="3"],
input[type=text][size="3"],
input[type=time][size="3"],
input[type=url][size="3"],
input[type=week][size="3"],
textarea[size="3"] {
  width: 3em;
}
input[type=email][size="4"],
input[type=date][size="4"],
input[type=text][size="4"],
input[type=datetime][size="4"],
input[type=datetime-local][size="4"],
input[type=email][size="4"],
input[type=month][size="4"],
input[type=number][size="4"],
input[type=password][size="4"],
input[type=tel][size="4"],
input[type=text][size="4"],
input[type=time][size="4"],
input[type=url][size="4"],
input[type=week][size="4"],
textarea[size="4"] {
  width: 4em;
}
input[type=email][size="5"],
input[type=date][size="5"],
input[type=text][size="5"],
input[type=datetime][size="5"],
input[type=datetime-local][size="5"],
input[type=email][size="5"],
input[type=month][size="5"],
input[type=number][size="5"],
input[type=password][size="5"],
input[type=tel][size="5"],
input[type=text][size="5"],
input[type=time][size="5"],
input[type=url][size="5"],
input[type=week][size="5"],
textarea[size="5"] {
  width: 5em;
}
input[type=email][type=submit], input[type=email][type=reset],
input[type=date][type=submit],
input[type=date][type=reset],
input[type=text][type=submit],
input[type=text][type=reset],
input[type=datetime][type=submit],
input[type=datetime][type=reset],
input[type=datetime-local][type=submit],
input[type=datetime-local][type=reset],
input[type=email][type=submit],
input[type=email][type=reset],
input[type=month][type=submit],
input[type=month][type=reset],
input[type=number][type=submit],
input[type=number][type=reset],
input[type=password][type=submit],
input[type=password][type=reset],
input[type=tel][type=submit],
input[type=tel][type=reset],
input[type=text][type=submit],
input[type=text][type=reset],
input[type=time][type=submit],
input[type=time][type=reset],
input[type=url][type=submit],
input[type=url][type=reset],
input[type=week][type=submit],
input[type=week][type=reset],
textarea[type=submit],
textarea[type=reset] {
  background-color: #0091ba;
  background-image: none;
  color: white;
}
input[type=email][type=submit]:hover, input[type=email][type=reset]:hover,
input[type=date][type=submit]:hover,
input[type=date][type=reset]:hover,
input[type=text][type=submit]:hover,
input[type=text][type=reset]:hover,
input[type=datetime][type=submit]:hover,
input[type=datetime][type=reset]:hover,
input[type=datetime-local][type=submit]:hover,
input[type=datetime-local][type=reset]:hover,
input[type=email][type=submit]:hover,
input[type=email][type=reset]:hover,
input[type=month][type=submit]:hover,
input[type=month][type=reset]:hover,
input[type=number][type=submit]:hover,
input[type=number][type=reset]:hover,
input[type=password][type=submit]:hover,
input[type=password][type=reset]:hover,
input[type=tel][type=submit]:hover,
input[type=tel][type=reset]:hover,
input[type=text][type=submit]:hover,
input[type=text][type=reset]:hover,
input[type=time][type=submit]:hover,
input[type=time][type=reset]:hover,
input[type=url][type=submit]:hover,
input[type=url][type=reset]:hover,
input[type=week][type=submit]:hover,
input[type=week][type=reset]:hover,
textarea[type=submit]:hover,
textarea[type=reset]:hover {
  background-color: #00aada;
  background-image: none;
}
input[type=email][readonly],
input[type=date][readonly],
input[type=text][readonly],
input[type=datetime][readonly],
input[type=datetime-local][readonly],
input[type=email][readonly],
input[type=month][readonly],
input[type=number][readonly],
input[type=password][readonly],
input[type=tel][readonly],
input[type=text][readonly],
input[type=time][readonly],
input[type=url][readonly],
input[type=week][readonly],
textarea[readonly] {
  background-color: rgba(242, 242, 241, 0.805);
  color: rgba(54, 47, 34, 0.895);
  font-size: 0.8em;
}

input[type=radio]:not(old),
input[type=checkbox]:not(old) {
  width: 2em !important;
  margin: 0;
  padding: 0;
}
input[type=radio]:not(old) + label,
input[type=checkbox]:not(old) + label {
  line-height: 2em;
  vertical-align: middle;
}
input[type=radio]:not(old) + label::before,
input[type=checkbox]:not(old) + label::before {
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 2em;
  color: #02476a;
  height: 2em;
  line-height: 2em;
  margin-left: -1em;
  margin-right: 0.5em;
  vertical-align: middle;
}
input[type=radio]:not(old):checked + label::before,
input[type=checkbox]:not(old):checked + label::before {
  color: #0091ba;
}
input[type=radio]:not(old):focus + label,
input[type=checkbox]:not(old):focus + label {
  box-shadow: 0px 0px 2px 0px #02405f;
}

input[type=radio]:not(old) + label::before {
  content: "";
}
input[type=radio]:not(old):checked + label::before {
  content: "";
}

input[type=checkbox]:not(old) + label::before {
  content: "";
}
input[type=checkbox]:not(old):checked + label::before {
  content: "";
}

textarea {
  resize: vertical;
}

label {
  font-size: 0.85em;
}

/* Group control */
.group.sized {
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .group.sized.half {
    width: 50%;
  }
  *[class*=sized] ~ .group.sized.half {
    width: 48%;
    margin-left: 2%;
  }
  *[class*=sized] ~ .group.sized.half.new-row {
    width: 50%;
    margin-left: 0;
    clear: both;
  }
  .group:not(*[class*=sized]) + .group.sized.half, .group.sized.half.new-row {
    width: 50%;
    margin-left: 0;
    clear: both;
  }
}
@media (min-width: 768px) {
  .group.sized.third {
    width: 33%;
  }
  *[class*=sized] ~ .group.sized.third {
    width: 31%;
    margin-left: 2%;
  }
  *[class*=sized] ~ .group.sized.third.new-row {
    width: 33%;
    margin-left: 0;
    clear: both;
  }
  .group:not(*[class*=sized]) + .group.sized.third, .group.sized.third.new-row {
    width: 33%;
    margin-left: 0;
    clear: both;
  }
}
@media (min-width: 768px) {
  .group.sized.quarter {
    width: 25%;
  }
  *[class*=sized] ~ .group.sized.quarter {
    width: 23%;
    margin-left: 2%;
  }
  *[class*=sized] ~ .group.sized.quarter.new-row {
    width: 25%;
    margin-left: 0;
    clear: both;
  }
  .group:not(*[class*=sized]) + .group.sized.quarter, .group.sized.quarter.new-row {
    width: 25%;
    margin-left: 0;
    clear: both;
  }
}
@media (min-width: 768px) {
  .group.sized.three-quarter {
    width: 75%;
  }
  *[class*=sized] ~ .group.sized.three-quarter {
    width: 73%;
    margin-left: 2%;
  }
  *[class*=sized] ~ .group.sized.three-quarter.new-row {
    width: 75%;
    margin-left: 0;
    clear: both;
  }
  .group:not(*[class*=sized]) + .group.sized.three-quarter, .group.sized.three-quarter.new-row {
    width: 75%;
    margin-left: 0;
    clear: both;
  }
}
.group.sized + *:not(*[class*=sized]) {
  clear: both;
}
.group.readonly label::after {
  display: inline-block;
  height: 1em;
  bottom: -1em;
  content: "(Read Only)";
  color: rgba(45, 38, 25, 0.85);
  font-size: 0.75em;
  line-height: 1em;
}

/* Fancy Stylized Inputs 
 * inspired by http://tympanus.net/Development/TextInputEffects/ */
.group.pulse-on-focus {
  display: block;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
}
.group.pulse-on-focus input[type=email]:focus,
.group.pulse-on-focus input[type=date]:focus,
.group.pulse-on-focus input[type=text]:focus,
.group.pulse-on-focus input[type=datetime]:focus,
.group.pulse-on-focus input[type=datetime-local]:focus,
.group.pulse-on-focus input[type=email]:focus,
.group.pulse-on-focus input[type=month]:focus,
.group.pulse-on-focus input[type=number]:focus,
.group.pulse-on-focus input[type=password]:focus,
.group.pulse-on-focus input[type=tel]:focus,
.group.pulse-on-focus input[type=text]:focus,
.group.pulse-on-focus input[type=time]:focus,
.group.pulse-on-focus input[type=url]:focus,
.group.pulse-on-focus input[type=week]:focus,
.group.pulse-on-focus textarea:focus,
.group.pulse-on-focus select:focus {
  outline-width: 1px;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-animation: animate-shadow 0.3s normal;
  animation: animate-shadow 0.3s normal;
}

.group.radio.switcher {
  /*  insipired by http://cssdeck.com/labs/radio-button
    <div class="group radio switcher">
      <!-- #blank is optional, but recommended - it allows users to not answer the question-->
      <label for="blank">So here's the Yes or No Question...</label>
      <input type="radio" name="field_name" id="blank" value="" checked>
      <input type="radio" name="field_name" id="yes"   value="yes">
      <input type="radio" name="field_name" id="no"    value="no">
      <div class="switch">
        <label for="yes">Yes</label>
        <label for="no" >No</label>
        <span></span>
      </div>
    </div>
    */
  position: relative;
}
.group.radio.switcher > label {
  display: block;
  text-align: center;
}
.group.radio.switcher input[type=radio] {
  display: none;
}
.group.radio.switcher .switch {
  width: calc(100% - 2em);
  height: 2em;
  text-align: center;
  margin: 0 auto;
  background: #0091ba;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 1em;
  position: relative;
}
.group.radio.switcher .switch span {
  position: absolute;
  width: 20px;
  height: 4px;
  top: 50%;
  left: 50%;
  margin: -2px 0px 0px -4px;
  background: white;
  display: block;
  -webkit-transform: rotate(-45deg);
  -webkit-transition: all 0.2s ease;
  transform: rotate(-45deg);
  transition: all 0.2s ease;
}
.group.radio.switcher .switch span:after {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 12px;
  margin-top: -8px;
  background: white;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.group.radio.switcher .switch span:before {
  content: "or";
  -webkit-transform: rotate(45deg);
  display: block;
  position: absolute;
  top: -17px;
  left: -2px;
  z-index: 100;
  color: #96938c;
  font-size: 0.8em;
  text-transform: uppercase;
}
.group.radio.switcher .switch label {
  cursor: pointer;
  color: rgba(255, 255, 255, 0.5);
  width: 50%;
  line-height: 2.3529411765 em;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.group.radio.switcher .switch label[for*=yes] {
  position: absolute;
  left: 0px;
  height: 20px;
}
.group.radio.switcher .switch label[for*=no] {
  position: absolute;
  right: 0px;
}
.group.radio.switcher label[for*=blank]:after {
  content: " (reset)";
  font-size: 0.8em;
  font-style: italic;
  cursor: pointer;
}
.group.radio.switcher #no:checked ~ .switch {
  background: #96938c;
}
.group.radio.switcher #no:checked ~ .switch span {
  background: #0091ba;
  margin-left: -8px;
}
.group.radio.switcher #no:checked ~ .switch span:after {
  background: #0091ba;
  height: 20px;
  margin-top: -8px;
  margin-left: 8px;
}
.group.radio.switcher #no:checked ~ .switch span:before {
  display: none;
}
.group.radio.switcher #no:checked ~ .switch label[for*=no] {
  color: white;
  font-weight: 700;
}
.group.radio.switcher #yes:checked ~ .switch span:before {
  display: none;
}
.group.radio.switcher #yes:checked ~ .switch label[for*=yes] {
  color: white;
  font-weight: 700;
}
.group.radio.switcher #blank:checked ~ .switch {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #96938c;
}
.group.radio.switcher #blank:checked ~ .switch label {
  color: rgba(45, 38, 25, 0.9);
}

/* honey pot */
.screen-reader {
  display: block !important;
  left: -9999px !important;
  position: absolute !important;
}

/* body */
body {
  margin-top: 58px;
}
@media (min-width: 768px) {
  body {
    margin-top: 125px;
  }
}

html.js-nav,
html.js-nav body {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

/* header */
body > header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: #02476a;
  z-index: 1000;
  height: 58px;
}
@media (min-width: 768px) {
  body > header {
    height: 125px;
  }
}
@media (min-width: 768px) {
  header > .wrapper {
    height: 125px;
    position: relative;
  }
}

.phone {
  display: none;
}
@media (min-width: 768px) {
  .phone {
    display: block;
    position: absolute;
    right: 12px;
    top: 30px;
    color: white;
    font-size: 24px;
    font-weight: 600;
    line-height: 18px;
  }
  .phone span {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .phone {
    top: 28px;
    font-size: 32px;
    line-height: 24px;
  }
}

a.logo {
  background-image: url(/images/site_images/SJAdamsLogotype.svg);
  background-repeat: no-repeat;
  background-size: contain;
  font: 0/0 sans-serif;
  height: 40px;
  width: 65vw;
  display: block;
  position: absolute;
  top: 12px;
  left: 12px;
}
@media (min-width: 768px) {
  a.logo {
    height: 50px;
    width: 300px;
    top: 20px;
    left: 0;
  }
}
@media (min-width: 992px) {
  a.logo {
    left: 12px;
    width: 350px;
  }
}

/* Navigation components */
a.skip-navigation {
  height: 28px;
  padding: 6px;
  position: absolute;
  top: -100px;
  left: 0px;
  color: white;
  line-height: 34px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom-right-radius: 2px;
  background: transparent;
  -webkit-transition: top 1s ease-out, background 1s linear;
  transition: top 1s ease-out, background 1s linear;
  z-index: 10001;
}
a.skip-navigation:focus {
  position: absolute;
  left: 0px;
  top: 0px;
  background: rgba(0, 145, 186, 0.8);
  outline: 0;
  -webkit-transition: top 0.1s ease-in, background 0.5s linear;
  transition: top 0.1s ease-in, background 0.5s linear;
}
@media (min-width: 768px) {
  a.skip-navigation {
    display: none;
  }
}

a.mobile-navigation {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 58px;
  overflow-y: hidden;
  background-color: #02476a;
  box-shadow: 0px 0px 12px 4px gray;
  z-index: 2000;
}
@media (min-width: 768px) {
  a.mobile-navigation {
    display: none;
  }
}

a.nav-toggle {
  position: absolute;
  top: 0.7em;
  right: 0.5em;
  display: block;
  width: 32px;
  height: 1.5em;
  font-size: 1.5em;
  z-index: 3000;
}
@media (min-width: 768px) {
  a.nav-toggle {
    display: none;
  }
}

#nav-icon {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: white;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#nav-icon span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon span:nth-child(2) {
  top: 9px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon span:nth-child(3) {
  top: 18px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon.open span:nth-child(1) {
  -webkit-transform: translate(8px, -2px) rotate(45deg);
  -moz-transform: translate(8px, -2px) rotate(45deg);
  -o-transform: translate(8px, -2px) rotate(45deg);
  transform: translate(8px, -2px) rotate(45deg);
}

#nav-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#nav-icon.open span:nth-child(3) {
  -webkit-transform: translate(8px, 2px) rotate(-45deg);
  -moz-transform: translate(8px, 2px) rotate(-45deg);
  -o-transform: translate(8px, 2px) rotate(-45deg);
  transform: translate(8px, 2px) rotate(-45deg);
}

a.mobile-navigation {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 58px;
  overflow-y: hidden;
  background-color: #02476a;
  box-shadow: 0px 0px 12px 4px gray;
  z-index: 2000;
}
@media (min-width: 768px) {
  a.mobile-navigation {
    display: none;
  }
}

a.nav-toggle {
  position: absolute;
  top: 0.7em;
  right: 0.5em;
  display: block;
  width: 32px;
  height: 1.5em;
  font-size: 1.5em;
  z-index: 3000;
}
@media (min-width: 768px) {
  a.nav-toggle {
    display: none;
  }
}

#nav-icon {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: white;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#nav-icon span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon span:nth-child(2) {
  top: 9px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon span:nth-child(3) {
  top: 18px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon.open span:nth-child(1) {
  -webkit-transform: translate(8px, -2px) rotate(45deg);
  -moz-transform: translate(8px, -2px) rotate(45deg);
  -o-transform: translate(8px, -2px) rotate(45deg);
  transform: translate(8px, -2px) rotate(45deg);
}

#nav-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#nav-icon.open span:nth-child(3) {
  -webkit-transform: translate(8px, 2px) rotate(-45deg);
  -moz-transform: translate(8px, 2px) rotate(-45deg);
  -o-transform: translate(8px, 2px) rotate(-45deg);
  transform: translate(8px, 2px) rotate(-45deg);
}

nav.main {
  display: none;
}

nav.main.active {
  display: block;
  position: absolute;
  top: 58px;
  left: 0;
  width: 100vw;
  height: 90vh;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  background-color: #02476a;
  font-size: 1.4em;
}
nav.main.active ul,
nav.main.active li {
  margin: 0;
  padding: 5px 0 0 0;
  list-style: none;
}
nav.main.active li,
nav.main.active li a {
  display: block;
  width: auto;
  min-height: 40px;
  line-height: 1.3em;
}
nav.main.active li a {
  padding: 0 1em;
}
nav.main.active li.current > a {
  font-weight: bold;
}
nav.main.active li.no-mobile {
  display: none;
}
nav.main.active ul {
  position: relative;
  margin-top: 1rem;
}
nav.main.active ul li {
  border-bottom: 1px solid #407590;
}
nav.main.active ul li.current a {
  color: white;
}
nav.main.active ul li > ul {
  display: none;
}
nav.main.active ul li:hover > ul {
  display: block;
}
nav.main.active ul li.current > ul {
  display: block;
}
nav.main.active ul ul {
  margin: 0;
  background-color: #115d83;
}
nav.main.active ul ul li > a {
  padding-left: 36px;
}
nav.main.active ul ul li:last-child {
  border-bottom: none;
}
nav.main.active ul > li a {
  font-family: IBM Plex Sans, Verdana, Geneva, sans-serif;
  font-weight: 400;
  opacity: 0;
  transition: opacity ease-in 0.2s;
}
.wf-active nav.main.active ul > li a {
  opacity: 1;
}
.wf-inactive nav.main.active ul > li a {
  opacity: 1;
}
nav.main.active ul > li a, nav.main.active ul > li a:visited, nav.main.active ul > li a:active, nav.main.active ul > li a:visited:active {
  color: white;
}
nav.main.active ul > li a:hover, nav.main.active ul > li a:visited:hover {
  color: #00aada;
}
nav.main.active ul > li a:hover, nav.main.active ul > li a:visited:hover {
  font-weight: bold;
  text-decoration: none;
  color: white;
}
nav.main.active ul > li a.ghost-button {
  margin: 0.5em;
  white-space: nowrap;
}
nav.main.active ul > li a.ghost-button:hover, nav.main.active ul > li a.ghost-button:visited:hover {
  text-decoration: none;
  color: #013047;
}

@media (min-width: 768px) {
  nav.main {
    display: block;
    overflow: visible;
    background-color: transparent;
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 0 12px 0 0;
  }
  nav.main ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: inline-block;
    float: right;
    font-size: 1rem;
  }
  nav.main ul li {
    margin: 0;
  }
  nav.main ul > li {
    position: relative;
    border-bottom: none;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    line-height: 1rem;
    height: 38px;
    padding: 3px 6px;
  }
  nav.main ul > li a, nav.main ul > li a:visited {
    color: #c7dce6;
  }
  nav.main ul > li a:hover {
    color: white;
  }
  nav.main ul > li:hover {
    background-color: #02476a;
  }
  nav.main ul > li:hover ul.second-level {
    height: auto;
  }
  nav.main ul > li:hover ul.second-level li {
    height: 28px;
  }
  nav.main ul li.current > a {
    color: white;
    text-shadow: 0 0 0 #2d2619;
    font-weight: bold;
  }
  nav.main ul.second-level {
    display: block;
    position: absolute;
    overflow: hidden;
    top: 44px;
    left: -30px;
    right: -45px;
    margin: 0;
    padding: 0;
    list-style-type: none;
    z-index: 9000;
    background-color: rgba(2, 71, 106, 0.9);
    -webkit-transition: height 0.25s ease-in;
    -moz-transition: height 0.25s ease-in;
    -ms-transition: height 0.25s ease-in;
    transition: height 0.25s ease-in;
    box-shadow: 0px 2px 3px #2d2619;
    height: 0;
  }
  nav.main ul.second-level li {
    margin: 0;
  }
  nav.main ul.second-level li {
    border-bottom: none !important;
    border-top: 1px solid white;
    display: block;
    line-height: 16px;
    text-align: left;
    padding: 8px;
    height: 0;
    -webkit-transition: height 0.25s ease-in;
    -moz-transition: height 0.25s ease-in;
    -ms-transition: height 0.25s ease-in;
    transition: height 0.25s ease-in;
  }
  nav.main ul.second-level li a {
    display: block;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 992px) {
  nav.main ul > li {
    padding: 3px 12px;
  }
  nav.main ul.second-level {
    left: -5px;
  }
}

/* message (alerts, warnings, announcements) */
#message {
  color: #02476a;
  overflow: visible;
  padding: 0.5rem 0.5rem 0.25rem 0.5rem;
  font-size: 1rem;
  position: fixed;
  top: 58px;
  text-align: center;
  z-index: 1400;
  width: calc(100vw - (0.5rem * 2));
  max-height: calc(100vh - 125px - (0.5rem * 1.5));
  overflow: auto;
}
#message + #message--open {
  position: fixed;
  top: 20px;
  right: 65px;
  z-index: 1200;
  cursor: pointer;
  display: inline-block;
  width: 1rem;
}
#message + #message--open, #message + #message--open:link, #message + #message--open:visited, #message + #message--open:visited:hover, #message + #message--open:hover, #message + #message--open:active {
  color: white;
}
#message + #message--open.Notice, #message + #message--open.Notice:link, #message + #message--open.Notice:visited, #message + #message--open.Notice:visited:hover, #message + #message--open.Notice:hover, #message + #message--open.Notice:active {
  color: #115d83;
}
#message .message--icon {
  width: 1.5rem;
  height: 1.5rem;
  font-size: 1.5rem;
  line-height: 1.5rem;
  margin: auto;
  display: block;
  float: left;
  margin-right: 0.5rem;
}
#message h2 {
  font-family: IBM Plex Sans, Verdana, Geneva, sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.2s;
  font-size: 1em;
  margin-bottom: 0;
  color: white;
}
.wf-active #message h2 {
  opacity: 1;
}
.wf-inactive #message h2 {
  opacity: 1;
}
#message .message--text {
  font-family: IBM Plex Sans, Verdana, Geneva, sans-serif;
  font-weight: 400;
  opacity: 0;
  transition: opacity ease-in 0.2s;
  color: white;
}
.wf-active #message .message--text {
  opacity: 1;
}
.wf-inactive #message .message--text {
  opacity: 1;
}
#message .message--text * {
  margin-top: 0;
  transition: font-size 0.2s ease-in-out;
}
#message .message--text h3 {
  font-size: 1.2em;
}
#message .message--text a {
  text-decoration: underline !important;
}
#message .message--more {
  font-weight: 500;
}
#message a.message--read-more {
  display: block;
  color: #c7dce6;
  cursor: pointer;
  text-decoration: underline;
}
#message a.message--read-more:hover {
  color: white;
}
#message #message--close {
  display: block;
  float: right;
  width: 2.25rem;
  height: 2.25rem;
  font-size: 1.874925rem;
  line-height: 1.874925rem;
  text-align: center;
  color: white;
  cursor: pointer;
}
#message a:link, #message a:visited, #message a:visited:hover, #message a:hover, #message a:active {
  color: white;
  text-decoration: none;
}
#message.Notice {
  background-color: #0091ba;
  overflow: auto;
}
#message.Notice .message--icon {
  color: white;
}
@media (min-width: 768px) {
  #message {
    top: 125px;
    font-size: 1rem;
    text-align: left;
    transition: top 0.1s ease-in;
    width: calc(100vw - (0.5rem * 2));
  }
  #message + #message--open {
    top: 1rem;
    right: unset;
    left: 0.5rem;
  }
  .stuck ~ #message + #message--open, .sp_open ~ #message + #message--open {
    left: 5.875rem;
  }
  #message + #message--open.Notice, #message + #message--open.Notice:link, #message + #message--open.Notice:visited, #message + #message--open.Notice:visited:hover, #message + #message--open.Notice:hover, #message + #message--open.Notice:active {
    color: white;
  }
  #message h2 {
    line-height: 1.5em;
    margin-left: 2rem;
  }
  #message h2.open {
    font-size: 1.75rem;
    margin-bottom: 0;
  }
  #message h2.open .message--icon {
    width: 2.8125rem;
    height: 2.8125rem;
    font-size: 2.8125rem;
    line-height: 2.8125rem;
    margin-right: 0.5rem;
    margin-left: auto;
  }
  #message a.message--read-more {
    display: inline;
    font-size: 0.75rem;
    padding-left: 10px;
  }
  #message .message--text {
    padding-right: 0.5rem;
  }
  #message .message--more {
    padding: 1rem 1rem 0.5rem 1rem;
    padding-left: 7.625rem;
  }
  #message .message-links {
    padding-left: 0.5em;
  }
  .has-subnav ~ #message {
    top: 152px;
  }
  .stuck ~ #message, #message.sp_open {
    top: 5.25rem;
  }
}
@media (min-width: 992px) {
  #message {
    width: 1024px;
    max-width: unset;
    padding-left: calc(50vw - 512px);
    padding-right: calc(50vw - 512px);
  }
  #message + #message--open {
    top: 90px;
  }
}

/* main */
section.hero {
  position: relative;
  background-position: 10% 0;
  background-size: cover;
  height: 320px;
  box-shadow: 0px 1px 5px #02476a;
}
section.hero h1 {
  margin: 0;
  color: white;
  font-weight: 300;
  text-shadow: 2px 2px 1px #023047, 0px 0px 5px #023047;
  position: absolute;
  top: 10px;
  left: 10px;
}
section.hero .hero-content {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
section.hero .hero-content h2 {
  color: white;
  text-shadow: 2px 2px 1px #023047, 0px 0px 5px #023047;
}
section.hero .hero-content a.mobile-only {
  float: right;
}
section.hero .slideshow {
  display: none;
}
@media (min-width: 768px) {
  section.hero {
    height: 50vh;
    max-height: 400px;
  }
  section.hero h1 {
    width: 60vw;
  }
  section.hero .hero-content {
    width: 35vw;
    padding-top: 1em;
    height: 95%;
  }
  section.hero .hero-content h2 {
    color: #02476a;
    text-shadow: none;
    text-align: center;
    font-size: 1.75em;
  }
  section.hero .slideshow {
    display: block;
    height: 200px;
    margin-top: 20px;
  }
  section.hero .slideshow p {
    color: #02476a;
    font-size: 0.9em;
    line-height: 1.6em;
    font-style: italic;
    padding: 0.5em;
    background-color: rgba(255, 255, 255, 0.5);
  }
  section.hero a.no-mobile {
    max-width: 180px;
    margin: auto;
  }
}
@media (min-width: 992px) {
  section.hero {
    height: 65vh;
    min-height: 470px;
    max-height: 700px;
  }
  section.hero h1 {
    width: auto;
    font-size: 3.5em;
    top: 0.5em;
    left: 1em;
  }
  section.hero .hero-content {
    width: 25vw;
    height: 400px;
    bottom: 1em;
  }
  section.hero .hero-content h2 {
    margin-top: 1em;
    color: #02476a;
    text-shadow: none;
  }
  section.hero .slideshow {
    height: 200px;
    margin-top: 35px;
  }
}

.mid-page-message {
  padding: 1em;
  background-color: #407590;
  border-bottom: 1px solid #02476a;
  overflow: auto;
}
.mid-page-message p {
  color: white;
  font-weight: 300;
  font-style: italic;
  line-height: 1.4em;
  font-size: 1.2em;
}
.mid-page-message p::before {
  font-family: "FontAwesome";
  content: "";
  color: #4a87a7;
  font-size: 2em;
  margin-left: -1em;
}
.mid-page-message p::after {
  font-family: "FontAwesome";
  content: "";
  color: #4a87a7;
  font-size: 2em;
}
.mid-page-message figure {
  margin: 0;
  float: right;
}
.mid-page-message figcaption {
  color: white;
  text-align: right;
  font-size: 0.8em;
  font-style: italic;
}
.mid-page-message img {
  border-radius: 50%;
}
@media (min-width: 768px) {
  .mid-page-message p {
    width: 60%;
    float: left;
    padding-left: 12%;
    font-size: 1.3em;
    line-height: 1.5em;
  }
  .mid-page-message figure {
    margin-right: 1em;
  }
}
@media (min-width: 992px) {
  .mid-page-message figure {
    float: left;
  }
}

.call-to-actions {
  background-color: #51b7d4;
  padding: 1em;
  box-shadow: 0px 1px 5px #02476a;
}

article.cta-cards {
  padding: 1em;
  margin: 1em 0;
  text-align: center;
  border: 1px solid #0091ba;
  border-radius: 2px;
  background-color: #b6dce7;
}
article.cta-cards h3 {
  color: #02476a;
  font-size: 1.2em;
  font-weight: 600;
  margin-top: 0;
}
article.cta-cards img {
  width: 100px;
  height: 84px;
}
@media (min-width: 768px) {
  article.cta-cards {
    position: relative;
    width: 25%;
    margin: 1em 0.5em;
    height: 180px;
  }
  article.cta-cards a {
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
  }
}

.credentials {
  padding: 1em 0;
  text-align: center;
}
.credentials img {
  display: inline-block;
  margin: 1em 0.5em;
}

/* article#main-content  (id for interior pages)*/
.mobile-aside a {
  margin-bottom: 2em;
}

article#main-content {
  overflow: hidden;
  padding: 1em 0 2.5em 0;
}
article#main-content img {
  width: 100%;
}
article#main-content .caption {
  font-style: italic;
  font-size: 0.8em;
}
article#main-content aside {
  display: none;
  padding: 0 0 1em 0;
}
article#main-content aside section h2:first-of-type {
  margin-top: 0;
  font-size: 1.3em;
}
@media (min-width: 768px) {
  article#main-content .page-image, article#main-content section {
    width: 74.46809%;
    float: left;
    margin-right: 2.12766%;
  }
  article#main-content aside {
    display: block;
    float: right;
    width: 23.40426%;
    margin-right: 0;
  }
  article#main-content aside .sidebar-block-content {
    text-align: center;
    border: 1px solid #c7dce6;
    padding: 0.5em;
  }
  article#main-content aside .sidebar-block-content p {
    font-size: 0.9em;
  }
  article#main-content aside .sidebar-block-content form {
    text-align: left;
  }
}
@media (min-width: 992px) {
  article#main-content .page-image, article#main-content section {
    width: 70.78464%;
    margin-right: 0.16694%;
  }
  article#main-content aside {
    width: 24.87479%;
  }
}

article.staff {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #4a87a7;
}
article.staff .staff-image {
  float: left;
  margin: 0 1em 0.5em 0;
}
article.staff h2 {
  margin-bottom: 0;
}
article.staff h3.job-title {
  margin-top: 0;
  font-size: 1em;
  font-style: italic;
}

article.staff:last-child {
  border-bottom: none;
}

article.testimonial {
  position: relative;
  padding-bottom: 1em;
}
article.testimonial p:first-child {
  padding: 0 2em;
}
article.testimonial::before {
  font-family: "FontAwesome";
  content: "";
  color: #c7dce6;
  font-size: 2em;
  position: absolute;
  top: -10px;
  left: 0;
}
article.testimonial::after {
  font-family: "FontAwesome";
  content: "";
  color: #c7dce6;
  font-size: 2em;
  position: absolute;
  bottom: 55px;
  right: 8px;
}
article.testimonial p.testimonial-author {
  text-align: right;
  font-style: italic;
  font-size: 0.8em;
}
@media (min-width: 992px) {
  article.testimonial {
    margin-left: 15%;
    margin-right: 15%;
  }
}

@media (min-width: 768px) {
  aside.list-page {
    padding-top: 135px !important;
  }
}
@media (min-width: 992px) {
  aside.list-page {
    padding-top: 150px !important;
  }
}

@media (min-width: 992px) {
  article.list {
    padding-right: 150px !important;
  }
}

.carrier-logo {
  height: 100px;
  width: 45%;
  max-width: 150px;
  margin: 0 0.25em;
  display: flex;
  align-items: center;
  float: left;
}
@media (min-width: 768px) {
  .carrier-logo {
    height: 175px;
    width: 33%;
    max-width: 200px;
    margin: 0 0.5em;
  }
}
@media (min-width: 992px) {
  .carrier-logo {
    width: 25%;
    max-width: 250px;
  }
}

.carrier-list {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #4a87a7;
}
.carrier-list .carrier-list-logo {
  display: flex;
  align-items: center;
  width: 150px;
}
.carrier-list h3 {
  margin-top: 0;
}
.carrier-list:first-child {
  margin-top: 2em;
}
.carrier-list:last-child {
  border-bottom: none;
}
@media (min-width: 768px) {
  .carrier-list {
    height: 100px;
  }
  .carrier-list .carrier-list-logo {
    float: left;
    height: 100px;
    margin-right: 1em;
    width: 200px;
  }
}

@media (min-width: 768px) {
  .contact-block {
    width: 47%;
    margin-right: 12px;
    float: left;
  }
  .contact-block p {
    margin-bottom: 0;
  }
}

#map_canvas {
  width: 100%;
  height: 350px;
  border: 1px solid #02476a;
}

.sidebar-testimonial {
  position: relative;
  padding-bottom: 1em;
  font-size: 0.9em;
  margin: 0 20px;
}
.sidebar-testimonial::before {
  font-family: "FontAwesome";
  content: "";
  color: #c7dce6;
  font-size: 2em;
  position: absolute;
  top: -10px;
  left: -30px;
}
.sidebar-testimonial::after {
  font-family: "FontAwesome";
  content: "";
  color: #c7dce6;
  font-size: 2em;
  position: absolute;
  bottom: 20px;
  right: -20px;
}

/* Button Definitions */
.button-box {
  overflow: hidden;
  overflow: visible;
}
.button-box a, .button-box button, .button-box input[type=submit] {
  float: right;
}

a.button, button.button, input.button[type=submit] {
  text-align: center;
  border: none;
  margin: 0.5em 0;
  height: auto;
}
a.button.small, button.button.small, input.button.small[type=submit] {
  font-size: 0.8em;
}
a.button.large, button.button.large, input.button.large[type=submit] {
  font-size: 1.33em;
}
a.button.full-width, button.button.full-width, input.button.full-width[type=submit] {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
a.float-right, button.float-right, input.float-right[type=submit] {
  margin-left: 1em;
}

/* footer */
body > footer {
  background-color: #006d8c;
}
body > footer .social-media-links {
  text-align: center;
  padding: 1em 0;
}
body > footer .social-media-links a {
  font-size: 38px;
  margin: 0 12px;
  color: #c7dce6;
}
body > footer .social-media-links a :hover {
  color: white;
}
body > footer nav {
  display: none;
}
body > footer nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  overflow: visible;
}
body > footer nav ul li {
  margin: 0;
}
body > footer nav ul li {
  display: inline-block;
  float: left;
}
body > footer nav ul li:not(:first-child) {
  margin-left: 0.5em;
}
body > footer nav ul li:not(:last-child) {
  margin-right: 0.5em;
}
body > footer .copyright {
  text-align: center;
  color: #c7dce6;
  font-size: 0.8em;
}
body > footer .credits {
  margin-bottom: 0;
  padding-bottom: 1em;
}
body > footer .credits a[title*=Imp] {
  display: block;
  width: 100%;
  height: 1em;
  margin: 0.25em auto;
  padding-top: 28px;
  background-color: transparent;
  background-image: url(/images/site_images/an-id-creation.svg);
  background-size: 100px 25px;
  background-repeat: no-repeat;
  background-position: top center;
  text-align: center;
  line-height: 1rem;
  font-size: 0.5rem;
}
@media (min-width: 992px) {
  body > footer .credits a[title*=Imp] {
    font: 0/0 serif;
    text-shadow: none;
    color: transparent;
  }
}

/* Z-INDEX */
.formError {
  z-index: 990;
}

.formError .formErrorContent {
  z-index: 991;
}

.formError .formErrorArrow {
  z-index: 996;
}

.ui-dialog .formError {
  z-index: 5000;
}

.ui-dialog .formError .formErrorContent {
  z-index: 5001;
}

.ui-dialog .formError .formErrorArrow {
  z-index: 5006;
}

.inputContainer {
  position: relative;
  float: left;
}

.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  cursor: pointer;
  text-align: left;
}

.formError.inline {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
}

.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none;
}

.formError .formErrorContent {
  width: 100%;
  background: #ee0101;
  position: relative;
  color: #fff;
  min-width: 120px;
  font-size: 11px;
  border: 2px solid #ddd;
  box-shadow: 0 0 6px #000;
  -moz-box-shadow: 0 0 6px #000;
  -webkit-box-shadow: 0 0 6px #000;
  -o-box-shadow: 0 0 6px #000;
  padding: 4px 10px 4px 10px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
}

.formError.inline .formErrorContent {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
}

.greenPopup .formErrorContent {
  background: #33be40;
}

.blackPopup .formErrorContent {
  background: #393939;
  color: #FFF;
}

.formError .formErrorArrow {
  width: 15px;
  margin: -2px 0 0 13px;
  position: relative;
}

body[dir=rtl] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
  margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  margin: 0px 0 0 12px;
  top: 2px;
}

.formError .formErrorArrow div {
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  box-shadow: 0 2px 3px #444;
  -moz-box-shadow: 0 2px 3px #444;
  -webkit-box-shadow: 0 2px 3px #444;
  -o-box-shadow: 0 2px 3px #444;
  font-size: 0px;
  height: 1px;
  background: #ee0101;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block;
}

.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
}

.greenPopup .formErrorArrow div {
  background: #33be40;
}

.blackPopup .formErrorArrow div {
  background: #393939;
  color: #FFF;
}

.formError .formErrorArrow .line10 {
  width: 15px;
  border: none;
}

.formError .formErrorArrow .line9 {
  width: 13px;
  border: none;
}

.formError .formErrorArrow .line8 {
  width: 11px;
}

.formError .formErrorArrow .line7 {
  width: 9px;
}

.formError .formErrorArrow .line6 {
  width: 7px;
}

.formError .formErrorArrow .line5 {
  width: 5px;
}

.formError .formErrorArrow .line4 {
  width: 3px;
}

.formError .formErrorArrow .line3 {
  width: 1px;
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
  width: 3px;
  border: none;
  background: #ddd;
}

.formError .formErrorArrow .line1 {
  width: 1px;
  border: none;
  background: #ddd;
}

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.4.2
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2015 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.chosen-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}

.chosen-container a {
  cursor: pointer;
}

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

.chosen-container-single .chosen-default {
  color: #999;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("/images/site_images/chosen/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("/images/site_images/chosen/chosen-sprite.png") no-repeat 0px 2px;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type=text] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url("/images/site_images/chosen/chosen-sprite.png") no-repeat 100% -20px;
  background: url("/images/site_images/chosen/chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("/images/site_images/chosen/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type=text] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

.chosen-rtl .chosen-search input[type=text] {
  padding: 4px 5px 4px 20px;
  background: white url("/images/site_images/chosen/chosen-sprite.png") no-repeat -30px -20px;
  background: url("/images/site_images/chosen/chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type=text],
.chosen-container-single .chosen-single abbr,
.chosen-container-single .chosen-single div b,
.chosen-container-single .chosen-search input[type=text],
.chosen-container-multi .chosen-choices .search-choice .search-choice-close,
.chosen-container .chosen-results-scroll-down span,
.chosen-container .chosen-results-scroll-up span {
    background-image: url("chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */
body, h1, h2, h3, h4, h5, h6 {
  line-height: 1.25;
}

body {
  font-size: 12pt;
}

h1 {
  font-size: 36pt;
}

h2 {
  font-size: 24pt;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 14px;
}

blockquote {
  font-size: 24px;
  line-height: 1.45833333;
}
