@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Nunito+Sans:400,600,700,800&display=swap");
input[type="button"].red, button.red, a.red {
  font-weight: 800;
  color: white;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 17px 25px;
  background-color: #ffffff;
  border: none;
  transition: .5s;
  font-size: 16px;
  margin-top: 10px;
  outline: none !important; }
  input[type="button"].red i, button.red i, a.red i {
    color: white; }
  input[type="button"].red:hover, button.red:hover, a.red:hover {
    background-color: black;
    transition: .5s;
    cursor: pointer; }
  input[type="button"].red.outline, button.red.outline, a.red.outline {
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #ffffff; }
    input[type="button"].red.outline i, button.red.outline i, a.red.outline i {
      color: #ffffff; }
  input[type="button"].red.nooutline, button.red.nooutline, a.red.nooutline {
    border: 1px solid white;
    color: #ffffff;
    background-color: transparent; }
    input[type="button"].red.nooutline i, button.red.nooutline i, a.red.nooutline i {
      color: #ffffff; }
    input[type="button"].red.nooutline:hover, button.red.nooutline:hover, a.red.nooutline:hover {
      border: 1px solid #ffffff; }
  @media (min-width: 1024px) {
    input[type="button"].red, button.red, a.red {
      margin-top: 10px; } }
  @media (min-width: 1400px) {
    input[type="button"].red, button.red, a.red {
      margin-top: 30px; } }

button.btn-text {
  box-shadow: none;
  border: 0px;
  font-size: 18px;
  font-family: "Nunito Sans", sans-serif;
  letter-spacing: 1.5px;
  font-weight: 300;
  margin-left: 20px;
  background: transparent; }
  button.btn-text:hover {
    color: #ffffff;
    transition: .3s;
    cursor: pointer; }

h1 {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 300;
  font-size: 2.2em;
  line-height: 1.2em;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #223165;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 4px; }
  @media (min-width: 768px) {
    h1 {
      font-size: 45px;
      line-height: 52px; } }
  @media (min-width: 1024px) {
    h1 {
      font-size: 45px;
      line-height: 52px; } }
  @media (min-width: 1280px) {
    h1 {
      font-size: 50px;
      line-height: 52px; } }

h2 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 0.01em;
  position: relative;
  padding-bottom: 10px;
  color: #223165; }
  @media (min-width: 768px) {
    h2 {
      font-size: 40px;
      line-height: 50px; } }

h3 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 26px;
  line-height: 32px;
  letter-spacing: 1px;
  font-weight: 700;
  color: #223165;
  margin: 0px; }
  @media (min-width: 768px) {
    h3 {
      font-size: 30px;
      line-height: 34px; } }

h4 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0px;
  font-weight: 700;
  color: #223165; }
  @media (min-width: 768px) {
    h4 {
      letter-spacing: 0px;
      font-size: 20px;
      line-height: 30px; } }

h5 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    h5 {
      letter-spacing: 1px;
      font-size: 14px;
      line-height: 24px; } }

h6 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #223165;
  margin: 0px; }
  @media (min-width: 768px) {
    h6 {
      font-size: 17px;
      line-height: 25px; } }

p, ul li {
  font-family: "Nunito Sans", sans-serif;
  font-size: 17px;
  line-height: 25px;
  font-weight: 400;
  color: #223165; }
  @media (min-width: 768px) {
    p, ul li {
      font-size: 1.1em;
      line-height: 1.4em; } }

p a {
  color: #30a0da;
  text-decoration: underline; }
  p a:hover {
    cursor: pointer;
    color: #512f90; }

p.small {
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #294197; }
  p.small b {
    font-size: 14px; }
  @media (min-width: 768px) {
    p.small {
      font-size: 14px;
      line-height: 20px;
      color: #294197; }
      p.small b {
        font-size: 14px;
        line-height: 20px; } }

p.large {
  font-family: "Nunito Sans", sans-serif;
  color: #223165;
  letter-spacing: 0px;
  font-size: 18px;
  line-height: 1.4em;
  font-weight: 400;
  padding: 1em 0 0 0; }
  @media (min-width: 768px) {
    p.large {
      line-height: 1.5em;
      font-size: 22px; } }
  @media (min-width: 1400px) {
    p.large {
      font-size: 24px; } }

blockquote {
  margin: auto 0; }
  blockquote h4 {
    padding: 0em 1em 0 1em;
    font-style: italic; }
    blockquote h4 p {
      color: #30a0da !important;
      font-size: 85%; }
    @media (min-width: 768px) {
      blockquote h4 {
        padding: 0em 2em 0 2em; } }

body {
  margin: 0px;
  transition: .5s; }

body.lock-scroll {
  overflow: hidden; }

::selection {
  background: #512f90;
  /* WebKit/Blink Browsers */
  color: white; }

::-moz-selection {
  background: #512f90;
  /* Gecko Browsers */
  color: white; }

body.confirmation {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: -webkit-linear-gradient(legacy-direction(180deg), #294197, #223165);
  background: linear-gradient(180deg, #294197, #223165);
  transition: .5s; }
  body.confirmation p.large {
    text-align: center !important; }
  body.confirmation .htmlContent p, body.confirmation h1, body.confirmation p {
    text-align: center !important; }
  body.confirmation h4 {
    margin-top: 0px; }
  body.confirmation #company-logo {
    margin-bottom: auto; }
  body.confirmation div.cta {
    margin-bottom: auto;
    margin-top: 5em; }
    body.confirmation div.cta a i {
      margin-left: 0px;
      margin-right: 0px; }
    body.confirmation div.cta a:hover i {
      margin-left: 0px;
      margin-right: 11px; }
  body.confirmation .body-wrapper.form {
    background-color: white !important;
    width: 90vw !important;
    height: 80vh !important;
    border-radius: 10px;
    overflow-y: scroll;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    /* Track */
    /* Handle */
    /* Handle on hover */ }
    @media (min-width: 768px) {
      body.confirmation .body-wrapper.form {
        width: 80vw !important;
        height: 80vh !important; } }
    body.confirmation .body-wrapper.form::-webkit-scrollbar {
      width: 15px; }
    body.confirmation .body-wrapper.form::-webkit-scrollbar-track {
      border-radius: 30px;
      background: -webkit-linear-gradient(legacy-direction(180deg), #eaf2f9, white);
      background: linear-gradient(180deg, #eaf2f9, white);
      transition: .5s; }
    body.confirmation .body-wrapper.form::-webkit-scrollbar-thumb {
      border-radius: 30px;
      background: -webkit-linear-gradient(legacy-direction(180deg), #294197, #30a0da);
      background: linear-gradient(180deg, #294197, #30a0da);
      transition: .5s; }
    body.confirmation .body-wrapper.form::-webkit-scrollbar-thumb:hover {
      background: -webkit-linear-gradient(legacy-direction(180deg), #294197, #30a0da);
      background: linear-gradient(180deg, #294197, #30a0da);
      transition: .5s; }

.basic-page {
  padding: 2em 30px;
  margin-top: 20vh; }
  @media (min-width: 768px) {
    .basic-page {
      padding: 2em 50px; } }
  @media (min-width: 1024px) {
    .basic-page {
      padding: 2em 30px; } }
  @media (min-width: 1280px) {
    .basic-page {
      padding: 2em 80px; } }
  @media (min-width: 1400px) {
    .basic-page {
      padding: 2em 120px; } }
  .basic-page .color-wrapper {
    background: -webkit-linear-gradient(legacy-direction(180deg), #294197, #512f90);
    background: linear-gradient(180deg, #294197, #512f90);
    transition: .5s;
    padding: 2em;
    border-radius: 20px; }
    .basic-page .color-wrapper p, .basic-page .color-wrapper h1, .basic-page .color-wrapper h2, .basic-page .color-wrapper h3 {
      color: white; }
    @media (min-width: 768px) {
      .basic-page .color-wrapper {
        margin-top: 10vh;
        padding: 2em; } }
    @media (min-width: 1024px) {
      .basic-page .color-wrapper {
        padding: 3em 3em; } }
  .basic-page h1 {
    margin-bottom: 1.5em; }
  .basic-page.uni #interior-intro {
    margin-top: 0px !important;
    height: auto !important; }
    .basic-page.uni #interior-intro .intro-content.centerintro {
      margin-bottom: 0px !important;
      margin-top: 1em; }
      .basic-page.uni #interior-intro .intro-content.centerintro img {
        margin-bottom: 0px !important; }
  .basic-page.uni .color-wrapper {
    margin-top: 0px; }

.bumpDown {
  margin-top: 15em;
  transition: .5s; }
  @media (min-width: 768px) {
    .bumpDown {
      margin-top: 11em; } }
  @media (min-width: 1024px) {
    .bumpDown {
      margin-top: 10em; } }

#announcementBar {
  position: fixed;
  top: -100%;
  left: 0;
  right: 0;
  height: 15em;
  z-index: 70000;
  border-bottom: 3px solid #294197;
  transition: .4s;
  background: -webkit-linear-gradient(legacy-direction(180deg), #eaf2f9, white);
  background: linear-gradient(180deg, #eaf2f9, white);
  transition: .5s; }
  @media (min-width: 768px) {
    #announcementBar {
      height: 11em; } }
  @media (min-width: 1024px) {
    #announcementBar {
      height: 10em; } }
  #announcementBar #closeannouncement {
    position: absolute;
    top: 20px;
    right: 20px; }
  #announcementBar.shown {
    top: 0px; }
  #announcementBar p {
    text-align: center; }
  #announcementBar a {
    margin-left: 20px; }
  #announcementBar div.flex {
    padding: 20px;
    box-sizing: border-box;
    flex-direction: column;
    height: 100%;
    align-items: center;
    justify-content: center; }

.hide-on-mobile {
  display: none !important;
  border-bottom: 3px solid #294197; }
  @media (min-width: 768px) {
    .hide-on-mobile {
      display: inline !important; } }

.show-on-mobile {
  display: flex; }
  @media (min-width: 768px) {
    .show-on-mobile {
      display: none !important; } }

.box.lightbg {
  background-color: #eaf2f9;
  padding: 1em 2em 3em;
  color: #223165; }

a {
  color: #223165;
  text-decoration: none;
  font-family: "Nunito Sans", sans-serif;
  font-size: .9em;
  font-weight: 600;
  transition: .3s; }
  a i {
    transform: scale(1);
    color: white;
    transition: .5s;
    width: auto;
    color: #223165;
    margin-left: 8px; }
  @media (min-width: 768px) {
    a {
      font-size: 1em; }
      a i {
        width: auto;
        transform: scale(1);
        margin-left: 8px; } }
  a:hover {
    transition: .3s;
    color: #512f90; }
    a:hover i {
      transition: .5s;
      transform: scale(1);
      width: auto;
      margin-left: 11px;
      color: #512f90; }

a.sml-btn {
  font-family: "Nunito Sans", sans-serif;
  color: white;
  background-color: #223165;
  padding: 10px 15px;
  border-radius: 40px;
  font-size: .9em;
  font-weight: 600;
  transition: .5s;
  letter-spacing: .5px;
  background: -webkit-linear-gradient(legacy-direction(110deg), #223165, #223165);
  background: linear-gradient(110deg, #223165, #223165);
  transition: .5s; }
  a.sml-btn i {
    transform: scale(1);
    color: white;
    transition: .5s;
    width: auto;
    color: white;
    margin-left: 10px;
    font-size: .9em; }
  @media (min-width: 768px) {
    a.sml-btn {
      padding: 15px 25px; }
      a.sml-btn i {
        width: 0px;
        transform: scale(0);
        margin-left: 0px; } }
  a.sml-btn:hover {
    transition: .5s;
    color: white;
    background-color: #294197;
    box-shadow: 0 8px 22px 0px rgba(34, 49, 101, 0.3);
    transition: .5s;
    background: -webkit-linear-gradient(legacy-direction(110deg), #512f90, #223165);
    background: linear-gradient(110deg, #512f90, #223165);
    transition: .5s; }
    a.sml-btn:hover i {
      transition: .5s;
      transform: scale(1);
      width: auto;
      margin-left: 10px; }
  @media (min-width: 768px) {
    a.sml-btn {
      padding: 10px 20px;
      font-size: 1em; } }

a.line-btn {
  font-family: "Nunito Sans", sans-serif;
  color: #223165;
  padding: 10px 15px;
  border-radius: 40px;
  font-size: .9em;
  font-weight: 600;
  transition: .5s;
  letter-spacing: .5px;
  border: 1px solid #223165; }
  a.line-btn i {
    transform: scale(1);
    color: #223165;
    transition: .5s;
    width: auto;
    margin-left: 5px;
    font-size: .9em; }
  a.line-btn:hover {
    box-shadow: 0 8px 22px 0px rgba(34, 49, 101, 0.3);
    transition: .5s;
    transition: .5s;
    color: #512f90;
    border: 1px solid #512f90;
    background: -webkit-linear-gradient(legacy-direction(90deg), #eaf2f9, white);
    background: linear-gradient(90deg, #eaf2f9, white);
    transition: .5s; }
    a.line-btn:hover i {
      color: #512f90; }
  @media (min-width: 768px) {
    a.line-btn {
      padding: 10px 20px;
      font-size: 1em; }
      a.line-btn i {
        margin-left: 10px; } }

a.lrg-btn {
  font-family: "Nunito Sans", sans-serif;
  color: white;
  background: -webkit-linear-gradient(legacy-direction(110deg), #223165, #223165);
  background: linear-gradient(110deg, #223165, #223165);
  transition: .5s;
  padding: 15px 25px;
  border-radius: 40px;
  font-size: 1.3em;
  font-weight: 600;
  transition: .5s;
  letter-spacing: .5px; }
  a.lrg-btn i {
    transform: scale(1);
    color: white;
    transition: .5s;
    width: auto;
    color: white;
    margin-left: 10px;
    font-size: .9em; }
  @media (min-width: 768px) {
    a.lrg-btn i {
      width: 0px;
      transform: scale(0);
      margin-left: 0px; } }
  a.lrg-btn:hover {
    transition: .5s;
    color: white;
    box-shadow: 0 8px 22px 0px rgba(34, 49, 101, 0.3);
    transition: .5s;
    background: -webkit-linear-gradient(legacy-direction(110deg), #294197, #223165);
    background: linear-gradient(110deg, #294197, #223165);
    transition: .5s; }
    a.lrg-btn:hover i {
      transition: .5s;
      transform: scale(1);
      width: auto;
      margin-left: 10px; }
  a.lrg-btn.purple {
    color: white;
    background-color: #512f90; }
  @media (min-width: 768px) {
    a.lrg-btn {
      padding: 20px 30px;
      font-size: 1.5em; } }

#interior-intro .intro-content.centerintro {
  width: 100%;
  text-align: center; }
  #interior-intro .intro-content.centerintro h1 {
    color: #223165; }
  #interior-intro .intro-content.centerintro img {
    height: 100px;
    width: auto;
    margin: 0 auto;
    margin-bottom: 1em; }
    @media (min-width: 768px) {
      #interior-intro .intro-content.centerintro img {
        height: 150px;
        width: auto;
        margin: 0 auto;
        margin-bottom: 2em; } }

.centered {
  text-align: center;
  padding: 2em 30px; }
  @media (min-width: 768px) {
    .centered {
      padding: 2em 50px; } }
  @media (min-width: 1024px) {
    .centered {
      padding: 2em 30px; } }
  @media (min-width: 1280px) {
    .centered {
      padding: 2em 80px; } }
  @media (min-width: 1400px) {
    .centered {
      padding: 2em 120px; } }
  .centered p, .centered h1, .centered h2, .centered h3, .centered h4, .centered h5, .centered h6 {
    text-align: center; }

img {
  width: 100%; }

img.small-icon {
  width: 50px;
  height: auto;
  padding-bottom: 1em; }

.flex {
  display: flex;
  flex-direction: column; }
  @media (min-width: 768px) {
    .flex {
      flex-direction: row; } }

.divider {
  height: 4px;
  width: 100%;
  background: -webkit-linear-gradient(legacy-direction(90deg), transparent, #eaf2f9, transparent);
  background: linear-gradient(90deg, transparent, #eaf2f9, transparent);
  transition: background 1s ease-out;
  margin: 0em auto 3em; }
  @media (min-width: 768px) {
    .divider {
      width: 100%;
      margin: 2em auto; } }
  @media (min-width: 1024px) {
    .divider {
      width: 90%;
      margin: 4em auto; } }

.two-up {
  display: flex;
  align-items: center;
  padding: 4em 0em;
  display: flex;
  flex-direction: column; }
  @media (min-width: 768px) {
    .two-up {
      flex-direction: row; } }
  .two-up:first-child {
    padding-top: 2em; }
  @media (min-width: 768px) {
    .two-up:first-child {
      padding-top: 6em; } }
  .two-up .text-side, .two-up .img-side {
    flex: 1;
    box-sizing: border-box; }
  .two-up.right-img .text-side {
    padding-left: 20px; }
  .two-up.right-img .img-side {
    padding-right: 20px;
    padding-left: 20px; }
  @media (min-width: 768px) {
    .two-up.right-img .text-side {
      padding-left: 100px; }
    .two-up.right-img .img-side {
      padding-right: 10%;
      padding-left: 8%; } }
  .two-up.left-img .text-side {
    padding-right: 20px; }
  .two-up.left-img .img-side {
    padding-left: 20px;
    padding-right: 20px; }
  @media (min-width: 768px) {
    .two-up.left-img .text-side {
      padding-right: 100px; }
    .two-up.left-img .img-side {
      padding-left: 10%;
      padding-right: 8%; } }

#intro-hero {
  height: 70vh;
  display: flex;
  align-items: flex-end;
  padding: 2em 30px;
  background: -webkit-linear-gradient(legacy-direction(180deg), white, #294197);
  background: linear-gradient(180deg, white, #294197);
  transition: .5s; }
  @media (min-width: 768px) {
    #intro-hero {
      padding: 2em 50px; } }
  @media (min-width: 1024px) {
    #intro-hero {
      padding: 2em 30px; } }
  @media (min-width: 1280px) {
    #intro-hero {
      padding: 2em 80px; } }
  @media (min-width: 1400px) {
    #intro-hero {
      padding: 2em 120px; } }
  #intro-hero .intro-content {
    width: 90%; }
    #intro-hero .intro-content h1, #intro-hero .intro-content p.large {
      color: white; }
    @media (min-width: 768px) {
      #intro-hero .intro-content {
        width: 80%; } }

.wide {
  padding: 0 20px;
  max-width: 1200px;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .wide {
      padding: 0 90px; } }
  @media (min-width: 1024px) {
    .wide {
      padding: 0 125px; } }

.center {
  text-align: center; }
  .center .intro-img img {
    margin-bottom: 3em; }
  @media (min-width: 1024px) {
    .center {
      margin-bottom: 6em; } }

ul {
  padding: 0px;
  list-style: none; }

section.borders {
  border-top: 1px solid black;
  border-bottom: 1px solid black; }

section.padding {
  padding: 45px 20px; }
  @media (min-width: 768px) {
    section.padding {
      padding: 45px 90px; } }

#interior-intro.header {
  position: relative;
  height: 80vh; }
  @media (min-width: 768px) {
    #interior-intro.header {
      height: 80vh; } }
  #interior-intro.header p.large {
    padding-top: 0px; }
  #interior-intro.header div.imgContainer {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat !important; }
    #interior-intro.header div.imgContainer.one {
      background-image: url("../_img/skyline1.jpg");
      background-position: center 48%;
      background-size: cover; }
    #interior-intro.header div.imgContainer.two {
      background-image: url("../_img/skyline2.jpg");
      background-position: center 43%;
      background-size: cover; }
    #interior-intro.header div.imgContainer.three {
      background-image: url("../_img/skyline3.jpg");
      background-position: top center;
      background-size: cover; }
    #interior-intro.header div.imgContainer.four {
      background-image: url("../_img/skyline4.jpg");
      background-position: center 52%;
      background-size: cover; }
    #interior-intro.header div.imgContainer.institution {
      background-image: url("../_img/institution-img.jpg");
      background-position: center bottom; }
      @media (min-width: 768px) {
        #interior-intro.header div.imgContainer.institution {
          background-position: center 30%; } }
  #interior-intro.header div.whitegradient {
    background: linear-gradient(rgba(34, 49, 101, 0), rgba(34, 49, 101, 0), rgba(34, 49, 101, 0.9), #223165);
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    z-index: 0;
    bottom: 0; }
  #interior-intro.header .intro-content {
    z-index: 2; }

#cookies {
  background-color: #30a0da;
  position: fixed;
  bottom: 1em;
  right: 1em;
  left: 1em;
  padding: 15px 50px 15px 25px;
  border-radius: 10px;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.1);
  z-index: 3000; }
  #cookies p {
    color: white;
    padding: 0px;
    margin: 0px; }
  #cookies a {
    color: #294197;
    font-weight: 300; }
    #cookies a:hover {
      color: #223165; }
  #cookies span.close:before, #cookies .close:after {
    position: absolute;
    top: 18px;
    right: 29px;
    content: ' ';
    height: 20px;
    width: 4px;
    background-color: white; }
  #cookies span.close:before {
    transform: rotate(45deg); }
  #cookies span.close:after {
    transform: rotate(-45deg); }
  @media (min-width: 768px) {
    #cookies {
      left: auto; } }

.naces {
  padding: 3em 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  @media (min-width: 768px) {
    .naces {
      flex-direction: row; } }
  .naces img {
    height: 80px;
    width: auto;
    padding-top: 25px; }
  .naces p {
    padding-bottom: 0px;
    margin: 0px;
    color: gray;
    text-align: center;
    padding-top: 0px; }
  @media (min-width: 768px) {
    .naces img {
      padding-top: 0px;
      height: 100px;
      padding-left: 1.5em; } }
  @media (min-width: 1024px) {
    .naces img {
      height: 120px;
      width: auto; } }

.corporate-logos {
  display: flex;
  align-items: center;
  justify-content: center; }
  .corporate-logos img {
    height: 80px;
    width: auto;
    padding: 1em 1.5em; }

.contact .values ul {
  flex-wrap: wrap; }
  .contact .values ul li {
    display: flex;
    flex-direction: column;
    background-color: white;
    flex: 26%;
    box-sizing: border-box;
    padding: 0em 2em 1em;
    margin: 20px;
    border-radius: 30px;
    border: 1px solid #eaf2f9; }
    .contact .values ul li img {
      width: auto;
      height: auto;
      max-height: 120px;
      max-width: 120px;
      margin-top: 1em;
      margin-bottom: 1em; }
    .contact .values ul li .service-img {
      flex: 1;
      text-align: center; }
    .contact .values ul li .service-detail {
      flex: 7;
      padding-left: 0em;
      text-align: center; }
      .contact .values ul li .service-detail h4 {
        margin-top: 0px;
        font-weight: 700;
        text-transform: uppercase; }

div.error-page {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: -webkit-linear-gradient(legacy-direction(180deg), #512f90, #294197);
  background: linear-gradient(180deg, #512f90, #294197);
  transition: .5s; }
  div.error-page h1 {
    color: white; }
  div.error-page .lrg-btn {
    margin-top: 1em;
    display: inline-block; }
    div.error-page .lrg-btn:hover {
      background: -webkit-linear-gradient(legacy-direction(100deg), #223165, #294197);
      background: linear-gradient(100deg, #223165, #294197);
      transition: .5s; }

#top-bar.is-stuck {
  padding: 2em 30px;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: white;
  border-bottom: 1px solid #eaf2f9;
  height: 70px; }
  @media (min-width: 768px) {
    #top-bar.is-stuck {
      padding: 2em 50px; } }
  @media (min-width: 1024px) {
    #top-bar.is-stuck {
      padding: 2em 30px; } }
  @media (min-width: 1280px) {
    #top-bar.is-stuck {
      padding: 2em 80px; } }
  @media (min-width: 1400px) {
    #top-bar.is-stuck {
      padding: 2em 120px; } }
  @media (min-width: 768px) {
    #top-bar.is-stuck {
      height: auto;
      padding-top: 10px !important;
      padding-bottom: 10px !important; } }
  @media (min-width: 1024px) {
    #top-bar.is-stuck {
      padding-top: 0px !important;
      padding-bottom: 0px !important; } }
  #top-bar.is-stuck .shrink-logo {
    height: 47px;
    overflow: hidden;
    transition: .3s; }
  #top-bar.is-stuck img.top-logo {
    width: 142px;
    margin-left: -40px;
    transition: .3s; }
  #top-bar.is-stuck nav {
    padding: 1em 0; }
  #top-bar.is-stuck ul li a {
    font-size: 14px; }

#top-bar {
  padding: 2em 30px;
  z-index: 3001;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0; }
  @media (min-width: 768px) {
    #top-bar {
      padding: 2em 50px; } }
  @media (min-width: 1024px) {
    #top-bar {
      padding: 2em 30px; } }
  @media (min-width: 1280px) {
    #top-bar {
      padding: 2em 80px; } }
  @media (min-width: 1400px) {
    #top-bar {
      padding: 2em 120px; } }
  @media (min-width: 1024px) {
    #top-bar {
      padding: 2em 30px; } }
  @media (min-width: 1024px) and (min-width: 768px) {
    #top-bar {
      padding: 2em 50px; } }
  @media (min-width: 1024px) and (min-width: 1024px) {
    #top-bar {
      padding: 2em 30px; } }
  @media (min-width: 1024px) and (min-width: 1280px) {
    #top-bar {
      padding: 2em 80px; } }
  @media (min-width: 1024px) and (min-width: 1400px) {
    #top-bar {
      padding: 2em 120px; } }
  @media (min-width: 1400px) {
    #top-bar {
      padding-left: 50px;
      padding-right: 50px; } }
  #top-bar nav ul {
    display: none; }
  #top-bar.ul-out {
    bottom: 0; }
    #top-bar.ul-out .mobile-btn {
      top: 30px; }
    #top-bar.ul-out img.top-logo {
      width: 142px; }
    #top-bar.ul-out nav ul {
      flex-direction: column;
      padding-left: 0px;
      background-color: white;
      height: auto;
      width: 100vw;
      left: 0;
      position: absolute;
      display: flex; }
      #top-bar.ul-out nav ul li {
        text-align: right;
        opacity: 1;
        white-space: nowrap;
        display: block;
        margin-bottom: 20px;
        padding-right: 0px;
        padding: 20px 0;
        margin: 0px;
        text-align: center; }
        #top-bar.ul-out nav ul li a {
          font-size: 24px;
          text-align: center;
          opacity: 1; }
          #top-bar.ul-out nav ul li a i.fas {
            font-size: 75%; }
          #top-bar.ul-out nav ul li a.statusChecker {
            padding: 15px 20px;
            margin: 0 2em; }
    #top-bar.ul-out nav > ul {
      height: 100vh; }
  @media (min-width: 768px) {
    #top-bar {
      justify-content: space-between; } }
  #top-bar img.top-logo {
    width: 150px;
    height: auto;
    transition: .8s; }
    @media (min-width: 1024px) {
      #top-bar img.top-logo {
        width: 150px;
        height: auto; } }
    @media (min-width: 1280px) {
      #top-bar img.top-logo {
        width: 200px;
        height: auto; } }
  #top-bar nav ul {
    list-style: none;
    margin: 0px;
    height: 0px;
    position: absolute;
    left: 0;
    right: 0;
    top: 71px;
    width: 100vw;
    overflow: hidden;
    background-color: white; }
    #top-bar nav ul a {
      font-size: 24px;
      text-align: center;
      opacity: 0;
      font-weight: 800; }
      #top-bar nav ul a i.fas {
        font-size: 75%;
        margin-left: 1px; }
    @media (min-width: 768px) {
      #top-bar nav ul {
        height: auto;
        overflow: visible;
        background-color: transparent; }
        #top-bar nav ul a {
          font-size: 14px; } }
    @media (min-width: 1024px) {
      #top-bar nav ul {
        display: flex;
        align-items: center;
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        width: auto; }
        #top-bar nav ul a {
          opacity: 1; } }
    #top-bar nav ul li {
      position: relative;
      font-family: "Nunito Sans", sans-serif;
      margin-right: 1em;
      position: relative;
      height: auto; }
      @media (min-width: 1400px) {
        #top-bar nav ul li {
          margin-right: 1.2em; } }
      #top-bar nav ul li a {
        font-family: "Nunito Sans", sans-serif;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0px;
        color: #223165;
        font-weight: 500;
        text-decoration: none;
        display: block; }
        #top-bar nav ul li a.open {
          color: #512f90; }
          #top-bar nav ul li a.open i {
            transform: rotate(180deg);
            transition: .3s; }
        @media (min-width: 1024px) {
          #top-bar nav ul li a {
            font-size: 14px; } }
        @media (min-width: 1400px) {
          #top-bar nav ul li a {
            font-size: 15px; } }
        #top-bar nav ul li a.statusChecker {
          background: -webkit-linear-gradient(legacy-direction(110deg), #512f90, #294197);
          background: linear-gradient(110deg, #512f90, #294197);
          transition: .5s;
          transition: .3s;
          padding: 10px 20px;
          color: white;
          transition: .5s; }
          #top-bar nav ul li a.statusChecker:hover {
            transition: .5s;
            background: -webkit-linear-gradient(legacy-direction(110deg), #512f90, #294197);
            background: linear-gradient(110deg, #512f90, #294197);
            transition: .5s; }
          @media (min-width: 1024px) {
            #top-bar nav ul li a.statusChecker {
              padding: 8px 12px; } }
          @media (min-width: 1400px) {
            #top-bar nav ul li a.statusChecker {
              padding: 10px 15px; } }
      #top-bar nav ul li.btnwrap {
        margin-right: 0px !important;
        padding: 10px; }
        @media (min-width: 1024px) {
          #top-bar nav ul li.btnwrap {
            padding: 0px; } }
        #top-bar nav ul li.btnwrap a.statusChecker {
          border-radius: 30px !important;
          background: -webkit-linear-gradient(legacy-direction(110deg), #223165, #223165);
          background: linear-gradient(110deg, #223165, #223165);
          transition: .5s; }
          #top-bar nav ul li.btnwrap a.statusChecker:hover {
            transition: .5s;
            background: -webkit-linear-gradient(legacy-direction(110deg), #223165, #512f90);
            background: linear-gradient(110deg, #223165, #512f90);
            transition: .5s; }
          @media (min-width: 1024px) {
            #top-bar nav ul li.btnwrap a.statusChecker {
              border-radius: 30px 0 0 30px !important; } }
      #top-bar nav ul li.btnwrap ~ .btnwrap a.statusChecker {
        border-radius: 30px !important;
        background: -webkit-linear-gradient(legacy-direction(110deg), #294197, #294197);
        background: linear-gradient(110deg, #294197, #294197);
        transition: .5s; }
        #top-bar nav ul li.btnwrap ~ .btnwrap a.statusChecker:hover {
          transition: .5s;
          background: -webkit-linear-gradient(legacy-direction(110deg), #512f90, #294197);
          background: linear-gradient(110deg, #512f90, #294197);
          transition: .5s; }
        @media (min-width: 1024px) {
          #top-bar nav ul li.btnwrap ~ .btnwrap a.statusChecker {
            border-radius: 0 30px 30px 0 !important; } }
      #top-bar nav ul li:last-child {
        margin-right: 0em; }
        #top-bar nav ul li:last-child:before {
          display: none; }
        #top-bar nav ul li:last-child:hover {
          transition: .3s; }
          #top-bar nav ul li:last-child:hover:before {
            display: none; }
      #top-bar nav ul li:hover {
        transition: .3s; }
        #top-bar nav ul li:hover:before {
          background-color: white;
          height: 3px;
          transition: .3s; }
      #top-bar nav ul li ul.subnav {
        display: block;
        flex-direction: column;
        position: relative;
        display: none;
        align-items: baseline;
        padding-top: 0em;
        border-top: 10px solid rgba(255, 255, 255, 0);
        width: auto;
        height: auto;
        top: 0px; }
        @media (min-width: 1024px) {
          #top-bar nav ul li ul.subnav {
            padding-top: 25px;
            width: 300px;
            position: absolute;
            left: -100px;
            top: 15px; } }
        #top-bar nav ul li ul.subnav li {
          margin-right: 0px;
          text-align: center;
          padding: 10px 0px;
          border-top: 0px solid #294197;
          width: 100%;
          box-sizing: border-box;
          white-space: normal; }
          @media (min-width: 1024px) {
            #top-bar nav ul li ul.subnav li {
              padding: 20px 15px;
              border-top: 1px solid #294197;
              width: 100%;
              box-shadow: 0px 6px 20px -11px  black;
              background: #223165; }
              #top-bar nav ul li ul.subnav li:hover {
                background-color: #294197; }
              #top-bar nav ul li ul.subnav li:first-child {
                border-radius: 20px 20px 0 0; }
              #top-bar nav ul li ul.subnav li:last-child {
                border-radius: 0 0 20px 20px; } }
          #top-bar nav ul li ul.subnav li a {
            text-align: center; }
            #top-bar nav ul li ul.subnav li a:hover {
              cursor: pointer; }
            #top-bar nav ul li ul.subnav li a p, #top-bar nav ul li ul.subnav li a i {
              color: #223165 !important; }
            #top-bar nav ul li ul.subnav li a i {
              margin-left: 4px; }
            #top-bar nav ul li ul.subnav li a p {
              font-size: 75%;
              margin: 0px;
              font-weight: 500;
              margin-bottom: 3px; }
            #top-bar nav ul li ul.subnav li a p.small {
              font-weight: 400;
              font-size: 12px;
              line-height: 1.4em;
              margin: 4px 4em 0 4em; }
          @media (min-width: 1024px) {
            #top-bar nav ul li ul.subnav li {
              padding: 10px 15px;
              text-align: left; }
              #top-bar nav ul li ul.subnav li a {
                text-align: left; }
                #top-bar nav ul li ul.subnav li a p, #top-bar nav ul li ul.subnav li a i {
                  color: white !important; }
                #top-bar nav ul li ul.subnav li a p.small {
                  line-height: 1.4em;
                  margin: 0px; }
                #top-bar nav ul li ul.subnav li a p i {
                  top: 3px;
                  position: relative;
                  float: right;
                  transform: scale(0);
                  transition: .5s;
                  margin-left: 0px;
                  font-size: .9em;
                  color: #223165; }
                #top-bar nav ul li ul.subnav li a:hover p i {
                  transition: .5s;
                  transform: scale(1);
                  margin-left: 10px;
                  color: #223165; } }
      @media (min-width: 768px) {
        #top-bar nav ul li:hover > ul.subnav {
          display: block; } }

#top-bar.ul-out nav ul.main-nav__sub {
  top: 0;
}
.mobile-btn {
  display: flex;
  align-items: center;
  position: absolute;
  right: 30px; }
  @media (min-width: 768px) {
    .mobile-btn {
      right: 50px; } }
  @media (min-width: 1024px) {
    .mobile-btn {
      display: none; } }

#burger-menu {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center; }

.burger-closed {
  z-index: 2003;
  width: auto;
  transition: 1s; }
  .burger-closed span,
  .burger-closed span:before,
  .burger-closed span:after {
    cursor: pointer;
    height: 3px;
    width: 30px;
    background: #223165;
    position: relative;
    display: block; }
  .burger-closed span:before {
    content: '';
    top: -9px; }
  .burger-closed span:after {
    content: '';
    bottom: -7px; }
  .burger-closed:hover {
    cursor: pointer; }

.burger-active span {
  background-color: transparent !important;
  transition: .3s; }

.burger-active span:before {
  top: 2px;
  left: 0;
  transform: rotate(45deg);
  transition: .3s;
  background: #223165; }

.burger-active span:after {
  bottom: 1px;
  left: 0;
  transform: rotate(-45deg);
  transition: .3s;
  background: #223165; }

.ctaBlock {
  margin-top: 3em;
  padding: 2em 30px;
  padding-bottom: 4em !important;
  background: -webkit-linear-gradient(legacy-direction(178deg), #512f90, #30a0da);
  background: linear-gradient(178deg, #512f90, #30a0da);
  transition: .5s;
  text-align: center; }
  @media (min-width: 768px) {
    .ctaBlock {
      padding: 2em 50px; } }
  @media (min-width: 1024px) {
    .ctaBlock {
      padding: 2em 30px; } }
  @media (min-width: 1280px) {
    .ctaBlock {
      padding: 2em 80px; } }
  @media (min-width: 1400px) {
    .ctaBlock {
      padding: 2em 120px; } }
  .ctaBlock p.large {
    font-family: "Nunito Sans", sans-serif;
    color: white;
    letter-spacing: 0px;
    font-size: 20px;
    line-height: 1.5em;
    font-weight: 100;
    width: 80%;
    margin: 0 auto;
    padding: 1em 0 2em 0; }
  .ctaBlock br {
    display: none; }
  @media (min-width: 768px) {
    .ctaBlock {
      padding-bottom: 6em !important; }
      .ctaBlock p.large {
        font-size: 2em; } }
  @media (min-width: 1024px) {
    .ctaBlock br {
      display: block; } }

.gradient-bar {
  height: 6px;
  width: 100%;
  background: -webkit-linear-gradient(legacy-direction(90deg), #294197, #223165);
  background: linear-gradient(90deg, #294197, #223165);
  transition: .5s; }

footer {
  background: -webkit-linear-gradient(legacy-direction(180deg), white, #eaf2f9);
  background: linear-gradient(180deg, white, #eaf2f9);
  transition: .5s;
  padding: 10px 0; }
  footer .footer-list {
    display: flex;
    flex-direction: column;
    padding: 2em 30px; }
    @media (min-width: 768px) {
      footer .footer-list {
        flex-direction: row; } }
    @media (min-width: 768px) {
      footer .footer-list {
        padding: 2em 50px; } }
    @media (min-width: 1024px) {
      footer .footer-list {
        padding: 2em 30px; } }
    @media (min-width: 1280px) {
      footer .footer-list {
        padding: 2em 80px; } }
    @media (min-width: 1400px) {
      footer .footer-list {
        padding: 2em 120px; } }
    footer .footer-list img {
      width: 250px;
      padding-bottom: 2em; }
    @media (min-width: 768px) {
      footer .footer-list {
        padding: 30px 20px; }
        footer .footer-list img {
          width: 300px; } }
    @media (min-width: 1024px) {
      footer .footer-list {
        padding: 30px 40px; } }
    @media (min-width: 1280px) {
      footer .footer-list {
        padding: 30px 98px; } }
    footer .footer-list ul {
      padding-left: 0px !important;
      list-style: none;
      margin-bottom: 0px; }
      @media (min-width: 768px) {
        footer .footer-list ul {
          margin-bottom: 10px;
          margin-right: 50px; }
          footer .footer-list ul:nth-child(2) {
            margin-left: auto; } }
      footer .footer-list ul:first-child li {
        text-align: center; }
      footer .footer-list ul p.column-header {
        color: #30a0da;
        font-weight: 800;
        text-align: center; }
        footer .footer-list ul p.column-header i {
          transition: .3s; }
        @media (min-width: 768px) {
          footer .footer-list ul p.column-header {
            text-align: left; } }
        footer .footer-list ul p.column-header.open i {
          transform: rotate(180deg);
          transition: .3s; }
      footer .footer-list ul li {
        text-align: center; }
        @media (min-width: 768px) {
          footer .footer-list ul li {
            text-align: left; } }
        footer .footer-list ul li a {
          font-family: "Nunito Sans", sans-serif;
          font-size: 14px;
          letter-spacing: 0.5px;
          font-weight: 500;
          line-height: 27px;
          color: #223165; }
          footer .footer-list ul li a:hover {
            color: #30a0da; }
        footer .footer-list ul li ul.socials {
          display: flex;
          padding-left: 0px;
          margin-top: 0px;
          margin: 0px;
          justify-content: center;
          margin-left: 10px; }
          footer .footer-list ul li ul.socials li {
            margin-right: 10px;
            white-space: nowrap; }
            footer .footer-list ul li ul.socials li:last-child {
              margin-right: 0px; }
            footer .footer-list ul li ul.socials li a {
              display: flex;
              align-items: center;
              justify-content: center;
              width: 45px;
              height: 45px;
              background: -webkit-linear-gradient(legacy-direction(110deg), #223165, #223165);
              background: linear-gradient(110deg, #223165, #223165);
              transition: .5s;
              border-radius: 10px;
              color: white; }
              footer .footer-list ul li ul.socials li a i.fab {
                position: relative;
                font-size: 24px;
                color: white;
                transform: scale(1);
                width: auto;
                margin-left: 0px; }
              footer .footer-list ul li ul.socials li a:hover {
                transition: .3s;
                background: -webkit-linear-gradient(legacy-direction(180deg), #223165, #294197);
                background: linear-gradient(180deg, #223165, #294197);
                transition: .5s; }
                footer .footer-list ul li ul.socials li a:hover i {
                  transition: .5s;
                  transform: scale(1);
                  width: auto;
                  margin-left: 0px; }
      @media (min-width: 1024px) {
        footer .footer-list ul {
          margin-right: 50px; } }
      @media (min-width: 1400px) {
        footer .footer-list ul {
          margin-right: 80px; } }
  footer .footer-foot {
    padding: 2em 30px;
    display: flex;
    justify-content: space-between; }
    @media (min-width: 768px) {
      footer .footer-foot {
        padding: 2em 50px; } }
    @media (min-width: 1024px) {
      footer .footer-foot {
        padding: 2em 30px; } }
    @media (min-width: 1280px) {
      footer .footer-foot {
        padding: 2em 80px; } }
    @media (min-width: 1400px) {
      footer .footer-foot {
        padding: 2em 120px; } }
    footer .footer-foot h6 {
      font-family: "Nunito Sans", sans-serif;
      font-size: 14px;
      letter-spacing: 0.5px;
      font-weight: 500;
      line-height: 27px;
      color: #223165; }
      footer .footer-foot h6 span {
        color: #30a0da; }

.wFormContainer .wForm {
  padding: 20px !important;
  background-color: transparent !important; }

.wForm h3.wFormTitle {
  color: #294197 !important;
  font-family: "Nunito Sans", sans-serif !important;
  text-align: center; }

.wFormFooter {
  display: none; }

.wFormContainer .wFormHeader {
  display: none; }

.wFormContainer .wForm .inputWrapper {
  width: 100% !important;
  box-sizing: border-box; }
  .wFormContainer .wForm .inputWrapper input {
    width: 100% !important;
    box-sizing: border-box; }

.wFormContainer .field-hint-inactive, .wFormContainer .field-hint {
  background-color: transparent !important; }

.wForm div.oneField {
  width: 100% !important;
  text-align: left !important; }

.wFormContainer .inputWrapper input[type='text'], .wFormContainer .inputWrapper textarea {
  width: 100% !important; }

.wFormContainer {
  max-width: none !important; }
  .wFormContainer .section.group, .wFormContainer .section.inline.group {
    display: flex;
    justify-content: space-between;
    display: flex;
    flex-direction: column; }
    @media (min-width: 768px) {
      .wFormContainer .section.group, .wFormContainer .section.inline.group {
        flex-direction: row; } }
  .wFormContainer form {
    margin: 0 auto;
    width: 100% !important; }
    .wFormContainer form body.application .wFormContainer .oneField input:not([type="file"]), .wFormContainer form body.application .wFormContainer .inputWrapper textarea, .wFormContainer form body.application .wFormContainer .inputWrapper select, .wFormContainer form body.application .wFormContainer .inputWrapper input, .wFormContainer form body.requestCopies .wFormContainer .oneField input:not([type="file"]), .wFormContainer form body.requestCopies .wFormContainer .inputWrapper textarea, .wFormContainer form body.requestCopies .wFormContainer .inputWrapper select, .wFormContainer form body.requestCopies .wFormContainer .inputWrapper input, .wFormContainer form body.spanishApplication .wFormContainer .oneField input:not([type="file"]), .wFormContainer form body.spanishApplication .wFormContainer .inputWrapper textarea, .wFormContainer form body.spanishApplication .wFormContainer .inputWrapper select, .wFormContainer form body.spanishApplication .wFormContainer .inputWrapper input, .wFormContainer form .inputWrapper input[type='text'], .wFormContainer form .wFormContainer .inputWrapper textarea {
      width: 100% !important; }
      .wFormContainer form body.application .wFormContainer .oneField input:not([type="file"])#tfa_2, .wFormContainer form body.application .wFormContainer .inputWrapper textarea#tfa_2, .wFormContainer form body.application .wFormContainer .inputWrapper select#tfa_2, .wFormContainer form body.application .wFormContainer .inputWrapper input#tfa_2, .wFormContainer form body.requestCopies .wFormContainer .oneField input:not([type="file"])#tfa_2, .wFormContainer form body.requestCopies .wFormContainer .inputWrapper textarea#tfa_2, .wFormContainer form body.requestCopies .wFormContainer .inputWrapper select#tfa_2, .wFormContainer form body.requestCopies .wFormContainer .inputWrapper input#tfa_2, .wFormContainer form body.spanishApplication .wFormContainer .oneField input:not([type="file"])#tfa_2, .wFormContainer form body.spanishApplication .wFormContainer .inputWrapper textarea#tfa_2, .wFormContainer form body.spanishApplication .wFormContainer .inputWrapper select#tfa_2, .wFormContainer form body.spanishApplication .wFormContainer .inputWrapper input#tfa_2, .wFormContainer form .inputWrapper input[type='text']#tfa_2, .wFormContainer form .wFormContainer .inputWrapper textarea#tfa_2 {
        width: 100% !important; }
    .wFormContainer form input, .wFormContainer form textarea {
      border-radius: 15px !important;
      border: 1px solid white !important;
      padding: 20px 10px  !important;
      color: #294197 !important;
      width: 100% !important;
      background-color: #f5f7fb  !important; }
    .wFormContainer form input[type="text"]:active, .wFormContainer form input[type="text"]:focus, .wFormContainer form textarea:active, .wFormContainer form textarea:focus {
      border: 1px solid #294197 !important;
      background: -webkit-linear-gradient(legacy-direction(300deg), white, #eaf2f9);
      background: linear-gradient(300deg, white, #eaf2f9);
      transition: .5s; }
    .wFormContainer form label {
      text-align: left !important;
      font-size: 1em !important;
      color: #294197 !important;
      font-family: "Nunito Sans", sans-serif !important;
      padding: 3px 1px !important; }
      @media (min-width: 768px) {
        .wFormContainer form label {
          font-size: 1em !important;
          padding: 1px !important; } }
    .wFormContainer form fieldset input, .wFormContainer form fieldset textarea {
      border: 1px solid white !important;
      background-color: white  !important;
      width: 100% !important; }
    .wFormContainer form fieldset input[type="text"]:active, .wFormContainer form fieldset input[type="text"]:focus, .wFormContainer form fieldset textarea:active, .wFormContainer form fieldset textarea:focus {
      border: 1px solid #294197 !important;
      background: -webkit-linear-gradient(legacy-direction(300deg), white, #eaf2f9);
      background: linear-gradient(300deg, white, #eaf2f9);
      transition: .5s;
      width: 100% !important; }
    .wFormContainer form .twitter-typeahead {
      width: 100% !important; }
      .wFormContainer form .twitter-typeahead input {
        padding-left: 35px !important; }
    .wFormContainer form .wFormContainer .inputWrapper select {
      width: 100% !important; }
    .wFormContainer form .duplicateSpan a {
      position: relative;
      font-size: .9em;
      padding-right: 10px !important; }
      .wFormContainer form .duplicateSpan a:before {
        content: '+';
        position: relative;
        left: -10px; }
    .wFormContainer form .ul-container {
      column-count: 1; }
      @media (min-width: 768px) {
        .wFormContainer form .ul-container {
          column-count: 3; } }
    .wFormContainer form .actions {
      text-align: center;
      display: inline-block; }
    .wFormContainer form .primaryAction {
      margin-top: 0px !important;
      font-family: "Nunito Sans", sans-serif !important;
      color: #eaf2f9 !important;
      border: 1px solid #eaf2f9 !important;
      background: -webkit-linear-gradient(legacy-direction(110deg), #30a0da, #294197);
      background: linear-gradient(110deg, #30a0da, #294197);
      transition: .5s;
      padding: 10px 25px !important;
      border-radius: 40px !important;
      font-size: 1em !important;
      font-weight: 600 !important;
      transition: .5s !important;
      letter-spacing: .5px !important;
      margin: 0 auto;
      text-align: center;
      opacity: .5; }
      .wFormContainer form .primaryAction:hover {
        transition: .5s !important;
        opacity: 1; }

.readonly {
  font-weight: bold !important;
  color: #512f90 !important; }

.wForm .preField {
  min-width: 0px !important; }

body.requestCopies br {
  display: none; }

body.requestCopies fieldset {
  background-color: none !important; }

body.requestCopies #tfa_2, body.requestCopies #tfa_7, body.requestCopies #tfa_180 {
  margin-top: 1em;
  flex-direction: column !important; }

body.requestCopies .htmlContent {
  text-align: center !important; }
  body.requestCopies .htmlContent h4 span, body.requestCopies .htmlContent .labelsAbove .preField span {
    color: #223165 !important;
    font-family: "Nunito Sans", sans-serif !important;
    margin-top: 1.5em;
    margin-bottom: 0em;
    letter-spacing: 0px  !important; }
  body.requestCopies .htmlContent span {
    text-align: center; }

body.requestCopies .oneChoice input[type="radio"], body.requestCopies .oneChoice input[type="checkbox"] {
  width: 10px !important;
  display: none; }

body.requestCopies .oneChoice input[type="radio"] + label, body.requestCopies .oneChoice input[type="checkbox"] + label {
  background: #eaf2f9 !important;
  display: inline-block !important;
  margin: 0 10px 0px 0px !important;
  border-radius: 10px !important;
  padding: 5px 12px 5px 35px  !important;
  text-align: center !important;
  position: relative;
  transition: .5s; }
  body.requestCopies .oneChoice input[type="radio"] + label:hover, body.requestCopies .oneChoice input[type="checkbox"] + label:hover {
    background: #294197 !important;
    color: white !important;
    transition: .5s; }
    body.requestCopies .oneChoice input[type="radio"] + label:hover label, body.requestCopies .oneChoice input[type="checkbox"] + label:hover label {
      color: white !important; }
  body.requestCopies .oneChoice input[type="radio"] + label:before, body.requestCopies .oneChoice input[type="checkbox"] + label:before {
    position: absolute;
    top: 4px;
    left: 6px;
    content: '';
    height: 20px;
    width: 20px;
    background: white;
    border-radius: 8px; }

body.requestCopies .oneChoice input[type="radio"]:checked + label, body.requestCopies .oneChoice input[type="radio"] + label.checked, body.requestCopies .oneChoice input[type="checkbox"]:checked + label, body.requestCopies .oneChoice input[type="checkbox"]:checked + label.checked {
  background: #294197 !important;
  color: white !important; }
  body.requestCopies .oneChoice input[type="radio"]:checked + label:before, body.requestCopies .oneChoice input[type="radio"] + label.checked:before, body.requestCopies .oneChoice input[type="checkbox"]:checked + label:before, body.requestCopies .oneChoice input[type="checkbox"]:checked + label.checked:before {
    content: 'X';
    color: #294197 !important; }

body.requestCopies .oneChoice .input-radio-faux {
  background-color: #eaf2f9; }

body.requestCopies .wfPagingButtons {
  left: 0px; }

body.requestCopies .wFormContainer .oneField input:not([type="file"]), body.requestCopies .wFormContainer .inputWrapper textarea, body.requestCopies .wFormContainer .inputWrapper select {
  background: white  !important; }

body.requestCopies #tfa_127.section.inline.group {
  flex-wrap: wrap; }
  body.requestCopies #tfa_127.section.inline.group .oneField {
    flex: auto; }

#tfa_105-HTML {
  font-family: "Nunito Sans", sans-serif !important;
  letter-spacing: 0px !important; }

div.kalendae.k-floating {
  left: 60% !important;
  top: 50% !important;
  position: absolute;
  z-index: 10000; }

.gm-style .place-card-large {
  display: none !important; }

.gm-inset.gm-inset-hover-enabled {
  display: none !important; }

/* ================================= */
.container {
  width: 100%;
  position: relative; }

.Accordions {
  display: block;
  margin: auto; }

.Accordion_item {
  width: 100%;
  height: auto;
  padding: 20px 0;
  border-bottom: 1px solid #eaf2f9;
  box-sizing: border-box; }
  .Accordion_item:last-child {
    border-bottom: none; }
  .Accordion_item .title_tab {
    width: auto;
    padding: 0px;
    cursor: pointer;
    transition: .3s;
    border-radius: 5px;
    display: inline-block;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end; }
    .Accordion_item .title_tab i {
      margin-left: 20px; }
    .Accordion_item .title_tab b {
      padding: 5px 10px;
      background-color: #294197;
      color: white;
      margin-right: 20px;
      margin-left: 20px;
      transition: .5s;
      border-radius: 5px; }
    .Accordion_item .title_tab .title {
      position: relative;
      font-weight: bolder !important;
      margin: 0px; }

.inner_content {
  width: 100%;
  height: auto;
  display: none;
  overflow: hidden; }
  .inner_content p {
    margin: auto;
    opacity: 0;
    transform: translate3d(0px, 60px, 0px);
    transition: transform 0.6s cubic-bezier(0, 0.99, 0.44, 1.01), opacity 0.8s 0.1s cubic-bezier(0, 0.99, 0.44, 1.01);
    padding-top: 1em; }
    .inner_content p a {
      color: #30a0da;
      text-decoration: underline; }
      .inner_content p a:hover {
        color: #30a0da; }

/* ================================= */
.Accordion_item {
  padding: 20px;
  border-radius: 0px;
  margin-left: -20px;
  width: 113%; }
  @media (min-width: 768px) {
    .Accordion_item {
      padding: 30px;
      margin-left: -30px;
      width: 100%; } }
  .Accordion_item .title_tab:hover b {
    background-color: #30a0da;
    transition: .3s; }
  .Accordion_item .title_tab.active {
    border-top: none;
    background-color: transparent !important;
    transition: .3s; }
    .Accordion_item .title_tab.active b {
      transform: rotate(45deg);
      transition: .5s;
      background-color: #30a0da;
      font-size: 16px;
      padding: 5px 10px; }
    .Accordion_item .title_tab.active i {
      opacity: 0; }
    .Accordion_item .title_tab.active .title {
      margin-bottom: 0px;
      background-color: transparent !important; }
  .Accordion_item .title_tab:hover {
    transition: .3s; }
  .Accordion_item .inner_content p.show {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
    transition: opacity 0.8s cubic-bezier(0, 0.99, 0.44, 1.01), transform 0.6s 0.1s cubic-bezier(0, 0.99, 0.44, 1.01); }

.Accordion_item.open {
  background: -webkit-linear-gradient(legacy-direction(180deg), #294197, #512f90);
  background: linear-gradient(180deg, #294197, #512f90);
  transition: .5s;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 8px 22px 0px rgba(34, 49, 101, 0.3);
  transition: .5s;
  width: 113%; }
  .Accordion_item.open p, .Accordion_item.open .title, .Accordion_item.open ul li {
    color: white !important; }
  @media (min-width: 768px) {
    .Accordion_item.open {
      padding: 30px;
      width: 100%; } }

.accordion {
  width: 100%;
  margin-bottom: 0px; }
  .accordion i {
    margin-left: 10px; }
  @media (min-width: 768px) {
    .accordion i {
      display: none; } }

.accordionDrop {
  padding-top: 10px; }
  @media (min-width: 768px) {
    .accordionDrop {
      display: block !important; } }

#home-hero {
  background-image: url("../_img/home/SpanTran_Homepage_Hero.jpg");
  background-size: cover;
  background-position: 64% bottom;
  height: 75vh;
  display: flex;
  align-items: center;
  padding: 2em 30px;
  padding-top: 0px !important;
  padding-bottom: 0px !important; }
  @media (min-width: 768px) {
    #home-hero {
      padding: 2em 50px; } }
  @media (min-width: 1024px) {
    #home-hero {
      padding: 2em 30px; } }
  @media (min-width: 1280px) {
    #home-hero {
      padding: 2em 80px; } }
  @media (min-width: 1400px) {
    #home-hero {
      padding: 2em 120px; } }
  @media (min-width: 768px) {
    #home-hero {
      background-position: center bottom;
      height: 87vh; } }
  #home-hero .hero-content {
    max-width: 90%; }
    @media (min-width: 768px) {
      #home-hero .hero-content {
        margin-top: 10vh; } }
    #home-hero .hero-content h1 {
      font-size: 3em;
      line-height: 1.1em;
      margin-bottom: 1em;
      font-weight: 700;
      text-transform: none;
      letter-spacing: 0px; }
      @media (min-width: 768px) {
        #home-hero .hero-content h1 {
          margin-bottom: 0.6em;
          font-size: 5em; } }
    #home-hero .hero-content a.lrg-btn {
      background-color: #512f90; }
      #home-hero .hero-content a.lrg-btn:hover {
        background-color: #223165; }

#how-to {
  background: -webkit-linear-gradient(legacy-direction(180deg), white, #6cc7f7);
  background: linear-gradient(180deg, white, #6cc7f7);
  transition: .5s;
  padding: 0 7% 7em;
  position: relative; }
  @media (min-width: 768px) {
    #how-to.hide-on-mobile {
      display: flex !important; } }
  @media (min-width: 1280px) {
    #how-to {
      padding: 0 12% 7em; } }
  @media (min-width: 1400px) {
    #how-to {
      padding: 0 17% 7em; } }
  #how-to .center-how-to.withline {
    position: absolute !important;
    margin: 0 auto;
    width: 100%;
    left: 0;
    height: 100%;
    z-index: 1; }
    #how-to .center-how-to.withline .line {
      width: 3px;
      top: 12.4%;
      height: 71%;
      background: -webkit-linear-gradient(legacy-direction(180deg), #223165, #512f90, #6cc7f7);
      background: linear-gradient(180deg, #223165, #512f90, #6cc7f7);
      transition: background 1s ease-out;
      margin: 0 auto;
      position: relative; }
  #how-to .how-item {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding-top: 5em;
    z-index: 2;
    position: relative; }
    @media (min-width: 768px) {
      #how-to .how-item {
        padding-top: 6em; } }
  #how-to .center-how-to {
    text-align: center;
    position: relative;
    flex: .5;
    margin-top: -5em; }
    @media (min-width: 768px) {
      #how-to .center-how-to {
        margin-top: -1em; } }
    @media (min-width: 1024px) {
      #how-to .center-how-to {
        margin-top: -1em; } }
    #how-to .center-how-to h3 {
      font-family: "Nunito Sans", sans-serif;
      padding: 1em 0 .5em;
      font-size: 22px;
      color: #30a0da;
      text-transform: uppercase; }
    #how-to .center-how-to h2 {
      font-weight: 400; }
    #how-to .center-how-to p {
      margin-bottom: 10px; }
    #how-to .center-how-to i {
      color: #223165; }
    #how-to .center-how-to .how-to-num {
      width: 100%;
      text-align: center; }
      #how-to .center-how-to .how-to-num span {
        background: -webkit-linear-gradient(legacy-direction(180deg), #512f90, #294197);
        background: linear-gradient(180deg, #512f90, #294197);
        transition: .5s;
        display: flex;
        width: 30px;
        height: 30px;
        align-items: center;
        justify-content: center;
        border-radius: 100%;
        margin: 0 auto; }
        #how-to .center-how-to .how-to-num span p {
          color: white;
          padding: 0px;
          margin: 0px;
          line-height: 0px;
          font-size: 1em; }
        @media (min-width: 768px) {
          #how-to .center-how-to .how-to-num span {
            width: 50px;
            height: 50px; }
            #how-to .center-how-to .how-to-num span p {
              font-size: 1.5em; } }
        @media (min-width: 1024px) {
          #how-to .center-how-to .how-to-num span {
            width: 100px;
            height: 100px; }
            #how-to .center-how-to .how-to-num span p {
              font-size: 3em; } }
  #how-to .right-how-to {
    flex: 1; }
  #how-to .left-how-to {
    flex: 1; }
  #how-to .step {
    text-align: left;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    #how-to .step h2 {
      color: #223165;
      text-align: left;
      margin: 0px;
      padding-bottom: 0px; }
      @media (min-width: 768px) {
        #how-to .step h2 {
          text-align: left;
          margin: 10px 0;
          padding-bottom: 00px; } }
    #how-to .step p.large {
      text-align: left;
      padding-top: 0px; }
    #how-to .step a {
      margin-right: auto; }
    #how-to .step img {
      width: 80% !important;
      margin: 0 auto; }
    @media (min-width: 768px) {
      #how-to .step {
        text-align: center;
        padding: 2em 0em; }
        #how-to .step img {
          width: 100% !important;
          margin: 0 auto; } }
    @media (min-width: 1024px) {
      #how-to .step {
        padding: 2em; }
        #how-to .step img {
          width: 65% !important;
          margin: 0 auto; } }

#home-services {
  padding: 2em 30px; }
  @media (min-width: 768px) {
    #home-services {
      padding: 2em 50px; } }
  @media (min-width: 1024px) {
    #home-services {
      padding: 2em 30px; } }
  @media (min-width: 1280px) {
    #home-services {
      padding: 2em 80px; } }
  @media (min-width: 1400px) {
    #home-services {
      padding: 2em 120px; } }
  @media (min-width: 768px) {
    #home-services {
      padding-bottom: 4em !important;
      padding-top: 5em !important; } }
  #home-services .center-pp {
    text-align: center; }
    #home-services .center-pp p.large {
      font-family: "Nunito Sans", sans-serif;
      color: #223165;
      width: 90%;
      margin: 0 auto;
      padding: 1em 0 2em 0; }
      @media (min-width: 768px) {
        #home-services .center-pp p.large {
          width: 75%; } }
  #home-services ul {
    padding-bottom: 0px;
    margin-bottom: 0px; }
    @media (min-width: 768px) {
      #home-services ul {
        flex-direction: column; } }
    @media (min-width: 1024px) {
      #home-services ul {
        flex-direction: row; } }
    #home-services ul li {
      background-color: #eaf2f9;
      padding: 1.5em 1.5em 2em;
      margin: 10px 0px;
      text-align: center;
      flex: 1;
      border-radius: 20px;
      display: flex;
      flex-direction: column;
      justify-content: space-around;
      align-items: center; }
      #home-services ul li h3 {
        margin-top: 10px;
        margin-bottom: 0px; }
      #home-services ul li img {
        width: auto;
        height: auto;
        max-width: 75px;
        max-height: 75px; }
      @media (min-width: 768px) {
        #home-services ul li {
          padding: 1em 1.5em 2em;
          margin: 20px; }
          #home-services ul li img {
            max-width: 100px;
            max-height: 100px; } }
      @media (min-width: 1024px) {
        #home-services ul li {
          padding: 1em 1.5em 3em; } }

#services-landing {
  padding: 2em 30px; }
  @media (min-width: 768px) {
    #services-landing {
      padding: 2em 50px; } }
  @media (min-width: 1024px) {
    #services-landing {
      padding: 2em 30px; } }
  @media (min-width: 1280px) {
    #services-landing {
      padding: 2em 80px; } }
  @media (min-width: 1400px) {
    #services-landing {
      padding: 2em 120px; } }
  #services-landing ul {
    flex-wrap: wrap; }
    #services-landing ul li {
      background-color: #eaf2f9;
      padding: 1em 1em 3em;
      margin: 20px 0;
      text-align: center;
      flex: 46%;
      box-sizing: border-box;
      border-radius: 20px; }
      #services-landing ul li img {
        width: auto;
        height: auto;
        max-width: 100px;
        max-height: 100px; }
      #services-landing ul li h3 {
        margin-bottom: 5px; }
      #services-landing ul li p {
        margin: 0 0 40px 0; }
      @media (min-width: 768px) {
        #services-landing ul li {
          padding: 2em 4em 3em;
          margin: 20px; } }
      @media (min-width: 1024px) {
        #services-landing ul li {
          flex: 45%;
          padding: 1em 2em 3em; } }

#interior-intro {
  height: 70vh;
  display: flex;
  align-items: flex-end;
  padding: 2em 30px; }
  @media (min-width: 768px) {
    #interior-intro {
      padding: 2em 50px; } }
  @media (min-width: 1024px) {
    #interior-intro {
      padding: 2em 30px; } }
  @media (min-width: 1280px) {
    #interior-intro {
      padding: 2em 80px; } }
  @media (min-width: 1400px) {
    #interior-intro {
      padding: 2em 120px; } }
  #interior-intro .intro-content {
    width: 100%; }
    #interior-intro .intro-content h1, #interior-intro .intro-content p.large {
      color: white; }
    @media (min-width: 768px) {
      #interior-intro .intro-content {
        width: 100%;
        margin-bottom: 2em; } }
    @media (min-width: 1024px) {
      #interior-intro .intro-content {
        width: 80%; } }

.chart-wrapper {
  padding: 2em 30px;
  padding-top: 7em !important;
  padding-bottom: 0em !important;
  background: -webkit-linear-gradient(legacy-direction(180deg), #eaf2f9, white);
  background: linear-gradient(180deg, #eaf2f9, white);
  transition: .5s; }
  @media (min-width: 768px) {
    .chart-wrapper {
      padding: 2em 50px; } }
  @media (min-width: 1024px) {
    .chart-wrapper {
      padding: 2em 30px; } }
  @media (min-width: 1280px) {
    .chart-wrapper {
      padding: 2em 80px; } }
  @media (min-width: 1400px) {
    .chart-wrapper {
      padding: 2em 120px; } }
  .chart-wrapper h4 {
    text-align: center; }

#service-chart, .service-chart {
  box-shadow: 0px 0px 70px rgba(34, 49, 101, 0.1);
  border-radius: 20px;
  background-color: white;
  padding: 15px;
  overflow: scroll; }
  @media (min-width: 768px) {
    #service-chart, .service-chart {
      padding: 20px;
      border-radius: 30px; } }
  @media (min-width: 1024px) {
    #service-chart, .service-chart {
      padding: 40px; } }
  #service-chart table, .service-chart table {
    border-spacing: 0px !important;
    margin: 0 auto;
    width: 100%; }
    #service-chart table tr.shaded, .service-chart table tr.shaded {
      background-color: #eaf2f9; }
    #service-chart table tr.icon-row td, .service-chart table tr.icon-row td {
      text-align: center;
      padding: 1em 0em;
      vertical-align: baseline;
      border-top: none;
      transition: .3s;
      width: auto; }
      @media (min-width: 768px) {
        #service-chart table tr.icon-row td, .service-chart table tr.icon-row td {
          width: 110px; } }
      @media (min-width: 1024px) {
        #service-chart table tr.icon-row td, .service-chart table tr.icon-row td {
          width: 150px; } }
      #service-chart table tr.icon-row td:first-child, .service-chart table tr.icon-row td:first-child {
        width: auto; }
      #service-chart table tr.icon-row td img, .service-chart table tr.icon-row td img {
        width: auto;
        height: auto;
        max-height: 50px;
        max-width: 50px; }
      #service-chart table tr.icon-row td h4, .service-chart table tr.icon-row td h4 {
        font-weight: 600;
        margin: 0px;
        padding: 0px 51px; }
        @media (min-width: 768px) {
          #service-chart table tr.icon-row td h4, .service-chart table tr.icon-row td h4 {
            padding: 0px; } }
        #service-chart table tr.icon-row td h4 span, .service-chart table tr.icon-row td h4 span {
          font-weight: 300;
          font-size: 70%;
          color: #90a0ba;
          display: block;
          white-space: nowrap;
          line-height: 1.1em !important; }
    #service-chart table tr.learn-more p, .service-chart table tr.learn-more p {
      text-align: center;
      color: #30a0da;
      padding-left: 0px !important;
      font-weight: bold;
      padding: 1.5em 0 1em 0; }
      #service-chart table tr.learn-more p i, .service-chart table tr.learn-more p i {
        font-size: 80%;
        color: #30a0da; }
      #service-chart table tr.learn-more p:hover, .service-chart table tr.learn-more p:hover {
        cursor: pointer;
        color: #223165; }
        #service-chart table tr.learn-more p:hover i, .service-chart table tr.learn-more p:hover i {
          color: #223165; }
    #service-chart table tr td, .service-chart table tr td {
      text-align: center;
      border-top: 1px solid #eaf2f9;
      transition: .3s; }
      #service-chart table tr td p, .service-chart table tr td p {
        color: #223165;
        padding: 0px 10px 0 10px;
        font-weight: 300;
        font-size: 14px;
        line-height: 20px;
        text-align: left;
        max-width: 200px;
        margin: 10px 0;
        max-width: 400px;
        width: 160px; }
        @media (min-width: 768px) {
          #service-chart table tr td p, .service-chart table tr td p {
            max-width: 200px;
            width: auto; } }
        #service-chart table tr td p.price, .service-chart table tr td p.price {
          text-align: center;
          color: #223165;
          font-weight: 700;
          padding: 0px 0px 0 0px; }
        #service-chart table tr td p.chart-title, .service-chart table tr td p.chart-title {
          padding: 20px 10px;
          font-size: 18px; }
      #service-chart table tr td img, .service-chart table tr td img {
        width: 30px; }
      #service-chart table tr td div.dot, .service-chart table tr td div.dot {
        height: 10px;
        width: 10px;
        background-color: #d8e7eb;
        border-radius: 100%;
        margin: 0 auto; }
    #service-chart table tr td.highlight, .service-chart table tr td.highlight {
      background: #eaf2f9;
      transform: scale(1.1);
      transition: .3s; }
      #service-chart table tr td.highlight.top, .service-chart table tr td.highlight.top {
        border-radius: 30px 30px 0px 0px; }
      #service-chart table tr td.highlight.bottom, .service-chart table tr td.highlight.bottom {
        border-radius: 0px 0px 30px 30px; }
    #service-chart table tr.pricing td p, #service-chart table tr.pricing td p.price, .service-chart table tr.pricing td p, .service-chart table tr.pricing td p.price {
      font-size: 18px;
      margin: 15px 0; }

#credential-list {
  padding: 2em 20px; }
  @media (min-width: 768px) {
    #credential-list {
      padding: 4em 10%; } }
  @media (min-width: 1280px) {
    #credential-list {
      padding: 4em 20%; } }
  #credential-list ul li {
    display: flex;
    flex-direction: column;
    margin-bottom: 4em; }
    @media (min-width: 768px) {
      #credential-list ul li {
        flex-direction: row; } }
    @media (min-width: 1024px) {
      #credential-list ul li {
        margin-bottom: 8em; } }
    #credential-list ul li img {
      width: auto;
      height: auto;
      max-height: 150px;
      max-width: 100px;
      margin-top: 3em;
      margin-bottom: 2em;
      margin-top: 3em;
      padding-left: 5px; }
      @media (min-width: 768px) {
        #credential-list ul li img {
          padding-left: 0px;
          max-height: 80px;
          max-width: 80px;
          margin-top: 3em; } }
    #credential-list ul li .service-img {
      flex: 1;
      text-align: left; }
      @media (min-width: 768px) {
        #credential-list ul li .service-img {
          text-align: right; } }
    #credential-list ul li .service-detail {
      flex: 7;
      padding-left: 1em;
      padding-right: 1em; }
      #credential-list ul li .service-detail h4 {
        margin-top: 0px;
        font-weight: 700; }
    #credential-list ul li a.to-top {
      display: inherit;
      text-transform: uppercase;
      font-size: 80%; }
      #credential-list ul li a.to-top i {
        line-height: 21px; }
      @media (min-width: 768px) {
        #credential-list ul li a.to-top {
          font-size: 100%;
          padding-left: 2em; } }
    #credential-list ul li .take-action {
      display: inline-block;
      margin-top: 1em;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      @media (min-width: 768px) {
        #credential-list ul li .take-action {
          margin-top: 0px; } }
      #credential-list ul li .take-action a.sml-btn {
        background: -webkit-linear-gradient(legacy-direction(270deg), transparent, transparent);
        background: linear-gradient(270deg, transparent, transparent);
        transition: .5s;
        border: 1px solid #223165;
        color: #223165; }
        #credential-list ul li .take-action a.sml-btn i {
          color: #223165; }
        #credential-list ul li .take-action a.sml-btn:hover {
          background: -webkit-linear-gradient(legacy-direction(270deg), #eaf2f9, white);
          background: linear-gradient(270deg, #eaf2f9, white);
          transition: .5s; }

.interior-content {
  padding: 2em 30px;
  background: -webkit-linear-gradient(legacy-direction(180deg), #eaf2f9, white);
  background: linear-gradient(180deg, #eaf2f9, white);
  transition: .5s; }
  @media (min-width: 768px) {
    .interior-content {
      padding: 2em 50px; } }
  @media (min-width: 1024px) {
    .interior-content {
      padding: 2em 30px; } }
  @media (min-width: 1280px) {
    .interior-content {
      padding: 2em 80px; } }
  @media (min-width: 1400px) {
    .interior-content {
      padding: 2em 120px; } }
  .interior-content.verifications .divider:last-child {
    display: none; }
  @media (min-width: 768px) {
    .interior-content.verifications {
      padding: 0 6%; } }
  @media (min-width: 1024px) {
    .interior-content.verifications {
      padding: 0 8%; } }
  @media (min-width: 1280px) {
    .interior-content.verifications {
      padding: 0 15%; } }

.two-up.no-img {
  align-items: flex-end;
  display: flex;
  flex-direction: column; }
  @media (min-width: 768px) {
    .two-up.no-img {
      flex-direction: row; } }
  .two-up.no-img .text-side {
    flex: 1; }
    .two-up.no-img .text-side p {
      margin-bottom: 0px; }
    .two-up.no-img .text-side h3 {
      font-family: "Nunito Sans", sans-serif;
      margin: 0px; }
    .two-up.no-img .text-side h4 {
      font-weight: 700;
      margin-top: 15px; }
    .two-up.no-img .text-side.right {
      background-color: white;
      padding: 20px 20px 0 20px;
      border-radius: 20px;
      flex: 1;
      margin-top: 2em; }
      .two-up.no-img .text-side.right p {
        margin-bottom: 0px; }
      .two-up.no-img .text-side.right h4 {
        margin-top: 0px;
        margin-bottom: 0px; }
      @media (min-width: 768px) {
        .two-up.no-img .text-side.right {
          margin-left: 2em;
          margin-top: 0em; } }
      .two-up.no-img .text-side.right .Accordion_item {
        padding: 10px;
        margin-left: 0px;
        box-sizing: border-box;
        width: 100%; }
        @media (min-width: 768px) {
          .two-up.no-img .text-side.right .Accordion_item {
            padding: 20px 20px; } }
        .two-up.no-img .text-side.right .Accordion_item .title_tab {
          justify-content: space-between; }
          .two-up.no-img .text-side.right .Accordion_item .title_tab b {
            margin-right: 0px; }
  .two-up.no-img:last-child {
    padding-top: 0px;
    padding-bottom: 10em; }

.verification-charts {
  margin-top: 4em; }
  @media (min-width: 768px) {
    .verification-charts {
      margin-top: 6em; } }
  .verification-charts .tabs .tabs-nav li {
    color: #30a0da;
    width: 32%;
    white-space: normal;
    line-height: 1.3em; }
  .verification-charts .tabs .tabs-nav li.active {
    background-color: #223165;
    color: white;
    border-top: 4px solid #30a0da;
    width: 36%;
    white-space: normal; }
  @media (min-width: 768px) {
    .verification-charts .tabs .tabs-nav li, .verification-charts .tabs .tabs-nav li.active {
      width: auto; } }
  .verification-charts .tabs .tab-container {
    background: -webkit-linear-gradient(legacy-direction(180deg), #223165, white);
    background: linear-gradient(180deg, #223165, white);
    transition: .5s;
    padding: 0 30px;
    padding-top: 2em;
    padding-bottom: 2em; }
    @media (min-width: 768px) {
      .verification-charts .tabs .tab-container {
        padding: 6em 8%; } }
    @media (min-width: 1024px) {
      .verification-charts .tabs .tab-container {
        padding: 6em 15%; } }

.verify-chart {
  box-shadow: 0px 0px 70px rgba(34, 49, 101, 0.1);
  border-radius: 20px;
  background-color: white;
  padding: 15px; }
  @media (min-width: 768px) {
    .verify-chart {
      padding: 20px;
      border-radius: 30px; } }
  @media (min-width: 1024px) {
    .verify-chart {
      padding: 40px; } }
  .verify-chart .embed-chart {
    border: 1px solid #eaf2f9;
    border-radius: 20px;
    padding: 0 10px 20px;
    margin: 1em 0;
    width: 100%;
    box-sizing: border-box;
    background: -webkit-linear-gradient(legacy-direction(180deg), #512f90, #294197);
    background: linear-gradient(180deg, #512f90, #294197);
    transition: .5s; }
    .verify-chart .embed-chart h4 {
      color: white;
      text-align: center;
      text-decoration: underline; }
    @media (min-width: 768px) {
      .verify-chart .embed-chart {
        margin: 4em auto;
        width: 100%;
        padding: 0 20px 20px; } }
    @media (min-width: 1024px) {
      .verify-chart .embed-chart {
        width: 100%; } }
  .verify-chart .embed-chart:last-child {
    background: -webkit-linear-gradient(legacy-direction(180deg), #294197, #223165);
    background: linear-gradient(180deg, #294197, #223165);
    transition: .5s; }
  .verify-chart table {
    border-spacing: 0px !important;
    margin: 0 auto;
    width: 100%; }
    .verify-chart table tr td {
      text-align: center;
      border-top: 1px solid rgba(255, 255, 255, 0.1);
      transition: .3s; }
      .verify-chart table tr td:last-child {
        padding: 0px 5px; }
        @media (min-width: 768px) {
          .verify-chart table tr td:last-child {
            padding: 0px 3em; } }
      .verify-chart table tr td h4 {
        text-align: center; }
      .verify-chart table tr td p {
        padding: 0px 0px 0 10px;
        font-weight: 300;
        font-size: 14px;
        line-height: 20px;
        text-align: left;
        margin: 10px 0; }
        .verify-chart table tr td p.price {
          text-align: center;
          font-weight: 700;
          padding: 0px 0px 0 0px; }
        .verify-chart table tr td p.chart-title {
          padding: 10px 10px;
          font-size: 18px; }
      .verify-chart table tr td img {
        width: 30px; }
      .verify-chart table tr td div.dot {
        height: 10px;
        width: 10px;
        background-color: #d8e7eb;
        border-radius: 100%;
        margin: 0 auto; }
    .verify-chart table tr.pricing td p, .verify-chart table tr.pricing td p.price {
      font-size: 18px;
      margin: 15px 0; }
    .verify-chart table tr:first-child td {
      border-top: none !important; }

.translations.interior-content {
  text-align: center; }
  .translations.interior-content img {
    width: 200px; }
  .translations.interior-content h4, .translations.interior-content p, .translations.interior-content h5, .translations.interior-content h6, .translations.interior-content h3, .translations.interior-content h2, .translations.interior-content h1 {
    width: 75%;
    max-width: 900px;
    margin: 0 auto; }
  .translations.interior-content h4, .translations.interior-content h3 {
    color: #294197; }
  .translations.interior-content h3 {
    padding: 2em 0 1em; }
  .translations.interior-content .translation-form .wFormContainer > div {
    width: 100%; }
    @media (min-width: 768px) {
      .translations.interior-content .translation-form .wFormContainer > div {
        width: 100%; } }
    @media (min-width: 1024px) {
      .translations.interior-content .translation-form .wFormContainer > div {
        width: 100%; } }
  .translations.interior-content .translation-form .wFormContainer .wForm {
    margin-top: 5em !important;
    background-color: #fff !important;
    border-radius: 20px; }

body.scheduleOfFees .interior-content section {
  margin-top: 4em; }

body.scheduleOfFees div.jumpto {
  display: flex;
  align-items: flex-start;
  margin-top: 2em;
  flex-direction: row;
  flex-wrap: wrap; }
  @media (min-width: 768px) {
    body.scheduleOfFees div.jumpto {
      flex-direction: row;
      align-items: flex-end; } }
  body.scheduleOfFees div.jumpto a.line-btn {
    margin-top: 10px;
    margin-right: 20px;
    background-color: transparent !important;
    border: 1px solid white;
    color: white; }
    body.scheduleOfFees div.jumpto a.line-btn i {
      color: white; }
    @media (min-width: 768px) {
      body.scheduleOfFees div.jumpto a.line-btn {
        margin-top: 0px; } }
    body.scheduleOfFees div.jumpto a.line-btn:hover {
      color: #223165; }
      body.scheduleOfFees div.jumpto a.line-btn:hover i {
        color: #223165; }
  body.scheduleOfFees div.jumpto p.small {
    margin-top: 0px;
    color: #223165;
    padding-top: 0px; }

body.scheduleOfFees .verify-chart > p {
  width: 100%; }
  @media (min-width: 768px) {
    body.scheduleOfFees .verify-chart > p {
      width: 100%; } }
  @media (min-width: 1024px) {
    body.scheduleOfFees .verify-chart > p {
      width: 80%; } }

body.scheduleOfFees .verify-chart table p, body.scheduleOfFees .verify-chart table p.price {
  color: white; }

/*=================================================
  Variables
==================================================*/
/*=================================================
	Mixins
==================================================*/
/*=======================================
  TAB BODY
========================================*/
.tabs {
  left: 0;
  right: 0;
  z-index: 1000;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  position: relative; }

/*=======================================
  TAB NAVIGATION
========================================*/
.tabs-nav {
  text-align: center; }
  .tabs-nav ul {
    margin: 0;
    padding: 0;
    margin-top: -4em; }
  .tabs-nav li {
    width: auto;
    padding: 10px 10px;
    font-family: "Nunito Sans", sans-serif;
    display: inline-block;
    /* For normal, healthy browsers */
    /*white-space: nowrap;*/
    *display: inline;
    zoom: 1;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
    text-transform: uppercase;
    color: #eaf2f9;
    cursor: pointer;
    margin-bottom: 0;
    background-color: rgba(255, 255, 255, 0.15);
    font-weight: 600;
    border-top: 1px solid transparent;
    transition: .5s;
    font-size: .7em;
    letter-spacing: .5px;
    position: relative;
    top: 2px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    * html .tabs-nav li {
      /* for IE6 */
      display: inline; }
    * + html .tabs-nav li {
      /* for IE7 */
      display: inline; }
    @media (min-width: 768px) {
      .tabs-nav li {
        border-top: 4px solid transparent;
        font-size: 1.1em;
        padding: 10px 30px;
        position: relative;
        top: 2px; } }
    .tabs-nav li:hover {
      color: #30a0da;
      background-color: #fff;
      transition: .5s; }
    .tabs-nav li:first-child {
      margin-left: 0;
      border-left: 0; }
    .tabs-nav li:last-child {
      border-right: 0;
      border-left: 0; }

/*=======================================
  TAB CONTENT
========================================*/
.tab-container {
  padding: 2em 30px;
  background-color: #fff;
  top: -1px;
  position: relative; }
  @media (min-width: 768px) {
    .tab-container {
      padding: 2em 50px; } }
  @media (min-width: 1024px) {
    .tab-container {
      padding: 2em 30px; } }
  @media (min-width: 1280px) {
    .tab-container {
      padding: 2em 80px; } }
  @media (min-width: 1400px) {
    .tab-container {
      padding: 2em 120px; } }

/*=======================================
  GENERAL STATES
========================================*/
.block {
  display: block; }

.active, li.active {
  color: #294197;
  border-top: 5px solid #30a0da;
  background-color: #fff;
  font-size: 1em;
  letter-spacing: 0px; }
  @media (min-width: 768px) {
    .active, li.active {
      font-size: 1.3em;
      letter-spacing: .5px; } }
  @media (min-width: 1024px) {
    .active, li.active {
      font-size: 1.5em;
      border-top: 7px solid #30a0da; } }

.hide {
  display: none; }

.show {
  display: block; }

/*=======================================
  POSITIONING
========================================*/
.fixed {
  position: fixed; }

.absolute {
  position: absolute; }

.relative {
  position: relative; }

.top {
  top: 0; }

body.whySpantran #intro-hero {
  height: 85vh;
  display: flex;
  align-items: flex-end;
  width: 100%;
  padding: 2em 30px;
  background: -webkit-linear-gradient(legacy-direction(180deg), #eaf2f9, #294197);
  background: linear-gradient(180deg, #eaf2f9, #294197);
  transition: .5s;
  padding-bottom: 6em !important;
  box-sizing: border-box; }
  @media (min-width: 768px) {
    body.whySpantran #intro-hero {
      padding: 2em 50px; } }
  @media (min-width: 1024px) {
    body.whySpantran #intro-hero {
      padding: 2em 30px; } }
  @media (min-width: 1280px) {
    body.whySpantran #intro-hero {
      padding: 2em 80px; } }
  @media (min-width: 1400px) {
    body.whySpantran #intro-hero {
      padding: 2em 120px; } }
  @media (min-width: 768px) {
    body.whySpantran #intro-hero {
      height: 70vh; } }
  @media (min-width: 1024px) {
    body.whySpantran #intro-hero {
      height: 80vh; } }
  body.whySpantran #intro-hero .intro-content {
    width: 100%; }
    body.whySpantran #intro-hero .intro-content h1, body.whySpantran #intro-hero .intro-content p.large {
      color: white; }
    body.whySpantran #intro-hero .intro-content p {
      margin-bottom: 0px;
      font-family: "Nunito Sans", sans-serif;
      color: white;
      letter-spacing: 0px;
      font-size: 18px;
      line-height: 1.4em;
      font-weight: 400;
      padding: 0em 0 0 0; }
      @media (min-width: 768px) {
        body.whySpantran #intro-hero .intro-content p {
          line-height: 1.5em;
          font-size: 22px; } }
    @media (min-width: 768px) {
      body.whySpantran #intro-hero .intro-content {
        width: 100%; } }
    @media (min-width: 1024px) {
      body.whySpantran #intro-hero .intro-content {
        width: 90%; } }

body.whySpantran .about-us-content ul {
  flex-wrap: wrap;
  justify-content: center; }
  body.whySpantran .about-us-content ul li {
    display: flex;
    box-sizing: border-box;
    padding: 2em 1em 1em;
    margin: 20px;
    max-width: 500px; }
    body.whySpantran .about-us-content ul li img {
      width: 100px;
      height: 100px;
      max-height: 100px;
      max-width: 100px; }
    body.whySpantran .about-us-content ul li .service-img {
      text-align: right; }
    body.whySpantran .about-us-content ul li .service-detail {
      padding-left: 1em; }
      body.whySpantran .about-us-content ul li .service-detail h4 {
        margin-top: 0px;
        font-weight: 600; }

body.whySpantran .about-us-content.whatwedo {
  text-align: center;
  padding: 2em 10px 1em;
  text-align: center; }
  body.whySpantran .about-us-content.whatwedo + section {
    padding: 1em; }
    body.whySpantran .about-us-content.whatwedo + section p {
      text-align: center; }
    @media (min-width: 768px) {
      body.whySpantran .about-us-content.whatwedo + section {
        padding: 3em; } }
  body.whySpantran .about-us-content.whatwedo p.large {
    text-align: center;
    margin: 0 auto;
    color: #223165;
    width: 80%; }
  body.whySpantran .about-us-content.whatwedo ul {
    padding: 0 1em;
    align-items: flex-start; }
    body.whySpantran .about-us-content.whatwedo ul li {
      text-align: center;
      justify-content: flex-start;
      align-items: center;
      flex-direction: column;
      justify-content: center;
      border-right: 1px solid transparent;
      padding: 0em;
      margin: 0px;
      margin-top: 1em;
      width: 100%; }
      body.whySpantran .about-us-content.whatwedo ul li:last-child {
        border-right: 0px solid white; }
      body.whySpantran .about-us-content.whatwedo ul li .service-detail {
        padding-left: 0px; }
      @media (min-width: 768px) {
        body.whySpantran .about-us-content.whatwedo ul li {
          margin-top: 1em;
          width: 50%; } }
      @media (min-width: 1024px) {
        body.whySpantran .about-us-content.whatwedo ul li {
          width: 25%; } }
      body.whySpantran .about-us-content.whatwedo ul li p {
        transition: .3s; }
      body.whySpantran .about-us-content.whatwedo ul li h4 {
        margin-bottom: 0px;
        transition: .3s; }
      body.whySpantran .about-us-content.whatwedo ul li img {
        margin: 0px;
        transition: .3s;
        width: 80px;
        height: 80px;
        margin-bottom: .5em; }
    @media (min-width: 768px) {
      body.whySpantran .about-us-content.whatwedo ul {
        padding: 0 1em; }
        body.whySpantran .about-us-content.whatwedo ul li {
          padding: 0 1em; }
          body.whySpantran .about-us-content.whatwedo ul li img {
            margin-bottom: 1em;
            width: 100px;
            height: 100px; } }
    @media (min-width: 1024px) {
      body.whySpantran .about-us-content.whatwedo ul li {
        padding: 0 1em; } }
    @media (min-width: 1400px) {
      body.whySpantran .about-us-content.whatwedo ul li {
        padding: 0 2em; } }

body.whySpantran .about-us-content.mission {
  background-color: #eaf2f9;
  padding: 3em 10px 3em;
  text-align: center; }
  body.whySpantran .about-us-content.mission h3 {
    margin: 1em 0 0 0;
    letter-spacing: 0px; }
  body.whySpantran .about-us-content.mission p.large {
    text-align: center;
    margin: 0 auto;
    width: 80%; }
  body.whySpantran .about-us-content.mission img {
    width: 80%; }
  @media (min-width: 768px) {
    body.whySpantran .about-us-content.mission img {
      width: 60%; } }

body.whySpantran .about-us-content.values {
  padding: 0em; }
  @media (min-width: 768px) {
    body.whySpantran .about-us-content.values {
      padding: 1em 2em; } }
  @media (min-width: 1024px) {
    body.whySpantran .about-us-content.values {
      padding: 2em 3em; } }
  body.whySpantran .about-us-content.values ul {
    flex-wrap: wrap;
    border-radius: 30px;
    overflow: hidden; }
    body.whySpantran .about-us-content.values ul li {
      display: flex;
      flex-direction: column;
      background: -webkit-linear-gradient(legacy-direction(180deg), #294197, #223165);
      background: linear-gradient(180deg, #294197, #223165);
      transition: .5s;
      box-sizing: border-box;
      padding: 0em 1.2em 1em;
      margin: 0px;
      border: 1px solid white;
      width: 100%; }
      @media (min-width: 768px) {
        body.whySpantran .about-us-content.values ul li {
          width: 49.33%;
          padding: 0em 2.5em 1em; } }
      @media (min-width: 1024px) {
        body.whySpantran .about-us-content.values ul li {
          width: 33.33%; } }
      body.whySpantran .about-us-content.values ul li:nth-child(1) {
        background: -webkit-linear-gradient(legacy-direction(160deg), #294197, #512f90);
        background: linear-gradient(160deg, #294197, #512f90);
        transition: .5s; }
      body.whySpantran .about-us-content.values ul li:nth-child(2) {
        background: -webkit-linear-gradient(legacy-direction(190deg), #294197, #223165);
        background: linear-gradient(190deg, #294197, #223165);
        transition: .5s; }
      body.whySpantran .about-us-content.values ul li:nth-child(3) {
        background: -webkit-linear-gradient(legacy-direction(180deg), #30a0da, #294197);
        background: linear-gradient(180deg, #30a0da, #294197);
        transition: .5s; }
      body.whySpantran .about-us-content.values ul li:nth-child(4) {
        background: -webkit-linear-gradient(legacy-direction(170deg), #223165, #294197);
        background: linear-gradient(170deg, #223165, #294197);
        transition: .5s; }
      body.whySpantran .about-us-content.values ul li:nth-child(5) {
        background: -webkit-linear-gradient(legacy-direction(150deg), #512f90, #223165);
        background: linear-gradient(150deg, #512f90, #223165);
        transition: .5s; }
      body.whySpantran .about-us-content.values ul li:nth-child(6) {
        background: -webkit-linear-gradient(legacy-direction(180deg), #294197, #512f90);
        background: linear-gradient(180deg, #294197, #512f90);
        transition: .5s; }
      body.whySpantran .about-us-content.values ul li img {
        width: auto;
        height: auto;
        max-height: 120px;
        max-width: 120px;
        margin-top: 1em;
        margin-bottom: 1em; }
      body.whySpantran .about-us-content.values ul li .service-img {
        flex: 1;
        text-align: center; }
      body.whySpantran .about-us-content.values ul li .service-detail {
        flex: 7;
        padding-left: 0em;
        text-align: center; }
        body.whySpantran .about-us-content.values ul li .service-detail h3 {
          margin-top: 0px;
          font-weight: 700;
          text-transform: capitalize;
          margin: 0px; }
        body.whySpantran .about-us-content.values ul li .service-detail h3, body.whySpantran .about-us-content.values ul li .service-detail p {
          color: white; }

.body-wrapper.tools #interior-intro {
  height: 50vh;
  padding-bottom: 3em; }
  @media (min-width: 768px) {
    .body-wrapper.tools #interior-intro {
      padding-bottom: 1em; } }

.faq-section {
  padding: 2em 30px;
  padding-top: 3em !important;
  background: -webkit-linear-gradient(legacy-direction(180deg), #294197, white);
  background: linear-gradient(180deg, #294197, white);
  transition: .5s; }
  @media (min-width: 768px) {
    .faq-section {
      padding: 2em 50px; } }
  @media (min-width: 1024px) {
    .faq-section {
      padding: 2em 30px; } }
  @media (min-width: 1280px) {
    .faq-section {
      padding: 2em 80px; } }
  @media (min-width: 1400px) {
    .faq-section {
      padding: 2em 120px; } }
  .faq-section .container {
    width: 100%;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .faq-section .container {
        width: 100%; } }
    @media (min-width: 1024px) {
      .faq-section .container {
        width: 80%; } }
    .faq-section .container .Accordions .Accordion_item {
      padding: 20px 0px 20px 20px;
      background-color: white;
      margin: 1em 0;
      border-radius: 20px;
      transition: .5s;
      border: 0px solid white;
      width: 100%; }
      @media (min-width: 1024px) {
        .faq-section .container .Accordions .Accordion_item {
          padding: 30px 10px 30px 30px; } }
      .faq-section .container .Accordions .Accordion_item .title_tab {
        transition: .5s;
        flex-direction: row-reverse !important;
        justify-content: space-between !important; }
    .faq-section .container .inner_content p {
      padding-right: 20px; }
    @media (min-width: 768px) {
      .faq-section .container .inner_content p {
        padding-right: 20%; } }

.blog-section {
  padding: 2em 30px;
  padding-top: 3em !important;
  background: -webkit-linear-gradient(legacy-direction(180deg), #30a0da, white);
  background: linear-gradient(180deg, #30a0da, white);
  transition: .5s; }
  @media (min-width: 768px) {
    .blog-section {
      padding: 2em 50px; } }
  @media (min-width: 1024px) {
    .blog-section {
      padding: 2em 30px; } }
  @media (min-width: 1280px) {
    .blog-section {
      padding: 2em 80px; } }
  @media (min-width: 1400px) {
    .blog-section {
      padding: 2em 120px; } }
  .blog-section ul {
    flex-wrap: wrap;
    justify-content: space-between; }
    .blog-section ul li {
      background-color: white;
      padding: 0em 2em 1em;
      text-align: center;
      max-width: 100%;
      box-sizing: border-box;
      outline: 30px solid transparent;
      border-radius: 20px;
      display: flex;
      flex-direction: column;
      border: 2px solid #30a0da;
      position: relative;
      flex: 0 0 47%;
      margin: 1%;
      min-height: 200px;
      margin-bottom: 20px; }
      .blog-section ul li:hover {
        box-shadow: 0 8px 22px 0px rgba(34, 49, 101, 0.3);
        transition: .5s; }
      .blog-section ul li:last-child {
        margin-right: auto; }
      @media (min-width: 768px) {
        .blog-section ul li {
          flex: 0 0 47%;
          margin: 1%;
          min-height: 250px;
          padding: 1em 2em 2em 2em; } }
      @media (min-width: 1024px) {
        .blog-section ul li {
          flex: 0 0 32%;
          margin: 0.6666%;
          min-height: 350px;
          padding: 1em 2em 2em 2em; } }
      .blog-section ul li a {
        display: inline-block;
        margin-left: auto;
        margin-top: auto;
        color: #223165; }
        .blog-section ul li a i {
          color: #223165; }
        .blog-section ul li a:hover {
          color: #30a0da; }
          .blog-section ul li a:hover i {
            color: #30a0da; }
      .blog-section ul li img {
        width: auto;
        height: auto;
        max-width: 100px;
        max-height: 100px; }
      .blog-section ul li h4 {
        text-align: left; }
      .blog-section ul li h3 {
        margin-bottom: 0px;
        text-align: left; }

.blog-post {
  display: flex;
  display: flex;
  flex-direction: column;
  padding: 2em 30px; }
  @media (min-width: 768px) {
    .blog-post {
      flex-direction: row; } }
  @media (min-width: 768px) {
    .blog-post {
      padding: 2em 50px; } }
  @media (min-width: 1024px) {
    .blog-post {
      padding: 2em 30px; } }
  @media (min-width: 1280px) {
    .blog-post {
      padding: 2em 80px; } }
  @media (min-width: 1400px) {
    .blog-post {
      padding: 2em 120px; } }
  .blog-post .blog-content {
    width: 80%;
    margin: 0 auto; }
    .blog-post .blog-content .blog-info {
      margin-bottom: 2em; }
      .blog-post .blog-content .blog-info p.small {
        color: #30a0da; }
    .blog-post .blog-content p {
      color: #444444; }
  .blog-post aside#sidebar {
    width: 100%;
    border-radius: 20px;
    align-self: flex-start;
    box-sizing: border-box;
    margin-top: 11em; }
    .blog-post aside#sidebar ul.recents li {
      margin-bottom: 1em; }
      .blog-post aside#sidebar ul.recents li p {
        color: #30a0da; }
    @media (min-width: 768px) {
      .blog-post aside#sidebar {
        width: 400px;
        margin-left: 5em; } }

.forms-section {
  padding: 2em 30px;
  padding-top: 3em !important;
  background: -webkit-linear-gradient(legacy-direction(180deg), #294197, white);
  background: linear-gradient(180deg, #294197, white);
  transition: .5s; }
  @media (min-width: 768px) {
    .forms-section {
      padding: 2em 50px; } }
  @media (min-width: 1024px) {
    .forms-section {
      padding: 2em 30px; } }
  @media (min-width: 1280px) {
    .forms-section {
      padding: 2em 80px; } }
  @media (min-width: 1400px) {
    .forms-section {
      padding: 2em 120px; } }
  .forms-section a.line-btn {
    margin-right: 5px; }
  .forms-section ul.flex {
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    justify-content: space-between; }
    @media (min-width: 768px) {
      .forms-section ul.flex {
        width: 100%; } }
    @media (min-width: 1024px) {
      .forms-section ul.flex {
        width: 80%; } }
    .forms-section ul.flex li {
      padding: 0px 10px 35px 20px;
      background-color: white;
      margin: 1em 0em;
      border-radius: 20px;
      transition: .5s;
      border: 0px solid white;
      width: 100%;
      box-sizing: border-box; }
      @media (min-width: 768px) {
        .forms-section ul.flex li {
          margin: 1em .5em;
          width: 100%; } }
      @media (min-width: 1024px) {
        .forms-section ul.flex li {
          margin: 1em .5em;
          width: 47%; } }

.contact-section {
  padding: 2em 30px;
  padding-top: 3em !important;
  background: -webkit-linear-gradient(legacy-direction(180deg), #eaf2f9, white);
  background: linear-gradient(180deg, #eaf2f9, white);
  transition: .5s;
  padding-bottom: 0px; }
  @media (min-width: 768px) {
    .contact-section {
      padding: 2em 50px; } }
  @media (min-width: 1024px) {
    .contact-section {
      padding: 2em 30px; } }
  @media (min-width: 1280px) {
    .contact-section {
      padding: 2em 80px; } }
  @media (min-width: 1400px) {
    .contact-section {
      padding: 2em 120px; } }
  .contact-section ul {
    padding: 0em 0em 0em 0em;
    border-radius: 20px;
    overflow: hidden;
    flex-direction: column; }
    @media (min-width: 1024px) {
      .contact-section ul {
        flex-direction: row; } }
    .contact-section ul li {
      padding: 0em 1.5em 2em;
      flex: 1;
      background: -webkit-linear-gradient(legacy-direction(180deg), #294197, #512f90);
      background: linear-gradient(180deg, #294197, #512f90);
      transition: .5s;
      text-align: center;
      margin-bottom: 20px;
      border-radius: 10px; }
      .contact-section ul li img {
        width: 50px;
        height: 50px;
        text-align: center; }
      .contact-section ul li p, .contact-section ul li h4, .contact-section ul li h3, .contact-section ul li h2 {
        color: white; }
      .contact-section ul li p {
        margin: 0px; }
      @media (min-width: 768px) {
        .contact-section ul li {
          margin-bottom: 0px;
          border-radius: 0px;
          border-bottom: 1px solid white;
          padding: 0em 5em 1em; }
          .contact-section ul li:last-child {
            border-bottom: 0px solid white; } }
      @media (min-width: 1024px) {
        .contact-section ul li {
          padding: 0em 2.5em 4em;
          border-right: 0px solid white;
          border-right: 1px solid white; }
          .contact-section ul li:last-child {
            border-right: 0px solid white; } }
      .contact-section ul li .service-detail {
        display: flex;
        flex-direction: column;
        height: 100%;
        padding-top: 2em; }
      .contact-section ul li .hours-title {
        margin: 2em 0 1em; }
      .contact-section ul li .number {
        padding-top: 10px; }
        .contact-section ul li .number span.day {
          color: #30a0da; }
      .contact-section ul li .customMessage {
        border: 1px solid white;
        padding: 10px;
        border-radius: 10px;
        margin: 2em 0;
        background: white; }
        .contact-section ul li .customMessage p, .contact-section ul li .customMessage h1, .contact-section ul li .customMessage h2, .contact-section ul li .customMessage h3 {
          color: #512f90; }
  .contact-section .Hours {
    margin-top: auto;
    background: -webkit-linear-gradient(legacy-direction(180deg), #223165, #512f90);
    background: linear-gradient(180deg, #223165, #512f90);
    transition: .5s;
    border-radius: 20px;
    padding: 15px 30px;
    margin-bottom: 1em; }
    .contact-section .Hours p.title {
      font-weight: 700;
      margin-bottom: 1em; }
  .contact-section .timeitem {
    display: flex;
    justify-content: space-between;
    padding: 4px 0; }
    .contact-section .timeitem p {
      margin: 0px; }
    .contact-section .timeitem:first-child {
      border-top: 0px solid #223165; }
  .contact-section .day {
    font-weight: 700; }

body.contact form {
  margin: 0 auto !important;
  text-align: center; }
  body.contact form .primaryAction {
    opacity: 1 !important; }
    @media (min-width: 1024px) {
      body.contact form .primaryAction {
        opacity: .5 !important; } }

@media (min-width: 768px) {
  body.contact .wFormContainer .wForm {
    padding: 0 8em !important; } }

@media (min-width: 1280px) {
  body.contact .wFormContainer .wForm {
    padding: 0 20% !important; } }

#company-logo {
  text-align: center;
  width: auto;
  position: relative;
  padding: 20px;
  display: block;
  padding-bottom: 0px; }
  #company-logo img {
    width: 120px; }

body.application, body.requestCopies, body.spanishApplication {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: -webkit-linear-gradient(legacy-direction(180deg), #294197, #223165);
  background: linear-gradient(180deg, #294197, #223165);
  transition: .5s; }
  body.application #top-bar, body.requestCopies #top-bar, body.spanishApplication #top-bar {
    display: none; }
  body.application .ctaBlock, body.requestCopies .ctaBlock, body.spanishApplication .ctaBlock {
    display: none; }
  body.application .gradient-bar, body.requestCopies .gradient-bar, body.spanishApplication .gradient-bar {
    display: none; }
  body.application footer, body.requestCopies footer, body.spanishApplication footer {
    display: none; }
  body.application p.large, body.requestCopies p.large, body.spanishApplication p.large {
    text-align: center !important; }
  body.application .htmlContent p, body.requestCopies .htmlContent p, body.spanishApplication .htmlContent p {
    text-align: center !important; }
  body.application h4, body.requestCopies h4, body.spanishApplication h4 {
    margin-top: 0px; }
  body.application .body-wrapper.form, body.requestCopies .body-wrapper.form, body.spanishApplication .body-wrapper.form {
    background-color: white !important;
    width: 90vw !important;
    height: 80vh !important;
    border-radius: 10px;
    overflow-y: scroll;
    /* Track */
    /* Handle */
    /* Handle on hover */ }
    @media (min-width: 768px) {
      body.application .body-wrapper.form, body.requestCopies .body-wrapper.form, body.spanishApplication .body-wrapper.form {
        width: 80vw !important;
        height: 80vh !important; } }
    body.application .body-wrapper.form::-webkit-scrollbar, body.requestCopies .body-wrapper.form::-webkit-scrollbar, body.spanishApplication .body-wrapper.form::-webkit-scrollbar {
      width: 15px; }
    body.application .body-wrapper.form::-webkit-scrollbar-track, body.requestCopies .body-wrapper.form::-webkit-scrollbar-track, body.spanishApplication .body-wrapper.form::-webkit-scrollbar-track {
      border-radius: 30px;
      background: -webkit-linear-gradient(legacy-direction(180deg), #eaf2f9, white);
      background: linear-gradient(180deg, #eaf2f9, white);
      transition: .5s; }
    body.application .body-wrapper.form::-webkit-scrollbar-thumb, body.requestCopies .body-wrapper.form::-webkit-scrollbar-thumb, body.spanishApplication .body-wrapper.form::-webkit-scrollbar-thumb {
      border-radius: 30px;
      background: -webkit-linear-gradient(legacy-direction(180deg), #294197, #30a0da);
      background: linear-gradient(180deg, #294197, #30a0da);
      transition: .5s; }
    body.application .body-wrapper.form::-webkit-scrollbar-thumb:hover, body.requestCopies .body-wrapper.form::-webkit-scrollbar-thumb:hover, body.spanishApplication .body-wrapper.form::-webkit-scrollbar-thumb:hover {
      background: -webkit-linear-gradient(legacy-direction(180deg), #294197, #30a0da);
      background: linear-gradient(180deg, #294197, #30a0da);
      transition: .5s; }
  body.application .wFormContainer .supportInfo, body.requestCopies .wFormContainer .supportInfo, body.spanishApplication .wFormContainer .supportInfo {
    display: none; }
  body.application .wForm form .wfPagingButtons, body.requestCopies .wForm form .wfPagingButtons, body.spanishApplication .wForm form .wfPagingButtons {
    float: none !important; }
  body.application .wForm form, body.requestCopies .wForm form, body.spanishApplication .wForm form {
    text-align: left; }
  body.application .wFormContainer .wForm, body.requestCopies .wFormContainer .wForm, body.spanishApplication .wFormContainer .wForm {
    margin: 0 auto !important;
    padding: 0px !important; }
    body.application .wFormContainer .wForm .wFormTitle, body.requestCopies .wFormContainer .wForm .wFormTitle, body.spanishApplication .wFormContainer .wForm .wFormTitle {
      display: none; }
    body.application .wFormContainer .wForm label, body.requestCopies .wFormContainer .wForm label, body.spanishApplication .wFormContainer .wForm label {
      text-align: left;
      padding-bottom: 0px !important; }
    body.application .wFormContainer .wForm .codesection p, body.requestCopies .wFormContainer .wForm .codesection p, body.spanishApplication .wFormContainer .wForm .codesection p {
      text-align: center; }
    body.application .wFormContainer .wForm .wfTabNav, body.requestCopies .wFormContainer .wForm .wfTabNav, body.spanishApplication .wFormContainer .wForm .wfTabNav {
      position: absolute !important;
      top: 3.3%;
      color: white;
      width: 100%;
      left: 0px;
      box-sizing: border-box;
      text-align: center !important;
      display: flex;
      justify-content: space-evenly;
      padding: 0 10px !important; }
      @media (min-width: 768px) {
        body.application .wFormContainer .wForm .wfTabNav, body.requestCopies .wFormContainer .wForm .wfTabNav, body.spanishApplication .wFormContainer .wForm .wfTabNav {
          padding: 0 20% !important; } }
      body.application .wFormContainer .wForm .wfTabNav .wfTabNavLabel, body.requestCopies .wFormContainer .wForm .wfTabNav .wfTabNavLabel, body.spanishApplication .wFormContainer .wForm .wfTabNav .wfTabNavLabel {
        display: none; }
      body.application .wFormContainer .wForm .wfTabNav .wfTab, body.requestCopies .wFormContainer .wForm .wfTabNav .wfTab, body.spanishApplication .wFormContainer .wForm .wfTabNav .wfTab {
        display: inline-block;
        min-width: 1.6em;
        margin: 0 0.1em;
        padding: 0 0.3em;
        box-sizing: border-box;
        line-height: 2em !important;
        text-align: center;
        background-color: #fff;
        text-decoration: none;
        color: #223165 !important;
        border-radius: 100% !important;
        width: 25px;
        height: 25px;
        border: 0px solid white !important;
        position: relative; }
        body.application .wFormContainer .wForm .wfTabNav .wfTab:hover, body.requestCopies .wFormContainer .wForm .wfTabNav .wfTab:hover, body.spanishApplication .wFormContainer .wForm .wfTabNav .wfTab:hover {
          background-color: #512f90;
          color: white !important; }
        body.application .wFormContainer .wForm .wfTabNav .wfTab:after, body.requestCopies .wFormContainer .wForm .wfTabNav .wfTab:after, body.spanishApplication .wFormContainer .wForm .wfTabNav .wfTab:after {
          position: absolute;
          left: 25px;
          top: 50%;
          width: 61%;
          height: 1px;
          content: '';
          background-color: white; }
          @media (min-width: 768px) {
            body.application .wFormContainer .wForm .wfTabNav .wfTab:after, body.requestCopies .wFormContainer .wForm .wfTabNav .wfTab:after, body.spanishApplication .wFormContainer .wForm .wfTabNav .wfTab:after {
              left: 25px;
              width: 175%; } }
          @media (min-width: 1024px) {
            body.application .wFormContainer .wForm .wfTabNav .wfTab:after, body.requestCopies .wFormContainer .wForm .wfTabNav .wfTab:after, body.spanishApplication .wFormContainer .wForm .wfTabNav .wfTab:after {
              left: 30px;
              width: 200%; } }
          @media (min-width: 1400px) {
            body.application .wFormContainer .wForm .wfTabNav .wfTab:after, body.requestCopies .wFormContainer .wForm .wfTabNav .wfTab:after, body.spanishApplication .wFormContainer .wForm .wfTabNav .wfTab:after {
              left: 25px;
              width: 322%; } }
        body.application .wFormContainer .wForm .wfTabNav .wfTab:last-child:after, body.requestCopies .wFormContainer .wForm .wfTabNav .wfTab:last-child:after, body.spanishApplication .wFormContainer .wForm .wfTabNav .wfTab:last-child:after {
          display: none; }
      body.application .wFormContainer .wForm .wfTabNav .wfTab.wfTabCurrentPage, body.requestCopies .wFormContainer .wForm .wfTabNav .wfTab.wfTabCurrentPage, body.spanishApplication .wFormContainer .wForm .wfTabNav .wfTab.wfTabCurrentPage {
        border-color: transparent !important;
        background-color: #30a0da;
        color: #fff !important;
        box-shadow: 0 8px 22px 0px rgba(34, 49, 101, 0.3);
        transition: .5s; }
    body.application .wFormContainer .wForm .htmlContent, body.requestCopies .wFormContainer .wForm .htmlContent, body.spanishApplication .wFormContainer .wForm .htmlContent {
      color: #223165;
      font-family: "Nunito Sans", sans-serif;
      margin-top: 1.5em;
      margin-bottom: 0em; }
  body.application .wFormContainer .section.pageSection > h4, body.requestCopies .wFormContainer .section.pageSection > h4, body.spanishApplication .wFormContainer .section.pageSection > h4 {
    color: #223165;
    font-family: "Nunito Sans", sans-serif;
    text-align: center;
    font-size: 120%; }
  body.application .wForm .labelsAbove .preField, body.requestCopies .wForm .labelsAbove .preField, body.spanishApplication .wForm .labelsAbove .preField {
    color: #223165;
    font-family: "Nunito Sans", sans-serif; }
  body.application .wForm div > div.oneField, body.requestCopies .wForm div > div.oneField, body.spanishApplication .wForm div > div.oneField {
    margin-top: 0px !important;
    flex: 1; }
    body.application .wForm div > div.oneField label, body.requestCopies .wForm div > div.oneField label, body.spanishApplication .wForm div > div.oneField label {
      text-align: left !important; }
    body.application .wForm div > div.oneField input, body.requestCopies .wForm div > div.oneField input, body.spanishApplication .wForm div > div.oneField input {
      width: 100% !important; }
  body.application .wFormContainer .oneField input:not([type="file"]), body.application .wFormContainer .inputWrapper textarea, body.application .wFormContainer .inputWrapper select, body.application .wFormContainer .inputWrapper input, body.requestCopies .wFormContainer .oneField input:not([type="file"]), body.requestCopies .wFormContainer .inputWrapper textarea, body.requestCopies .wFormContainer .inputWrapper select, body.requestCopies .wFormContainer .inputWrapper input, body.spanishApplication .wFormContainer .oneField input:not([type="file"]), body.spanishApplication .wFormContainer .inputWrapper textarea, body.spanishApplication .wFormContainer .inputWrapper select, body.spanishApplication .wFormContainer .inputWrapper input {
    border: 1px solid #294197;
    position: relative;
    width: 100% !important; }
  body.application .section.inline.group, body.requestCopies .section.inline.group, body.spanishApplication .section.inline.group {
    width: 100% !important; }
    body.application .section.inline.group input, body.requestCopies .section.inline.group input, body.spanishApplication .section.inline.group input {
      width: 100% !important; }
  body.application form input, body.requestCopies form input, body.spanishApplication form input {
    padding: 10px 10px !important;
    height: auto !important;
    background-color: #f5f7fb  !important;
    width: 100% !important;
    max-width: none !important; }
  body.application form, body.requestCopies form, body.spanishApplication form {
    width: 90% !important;
    margin: 0 auto !important; }
    @media (min-width: 768px) {
      body.application form, body.requestCopies form, body.spanishApplication form {
        width: 90% !important; } }
    @media (min-width: 1024px) {
      body.application form, body.requestCopies form, body.spanishApplication form {
        width: 80% !important; } }
    body.application form .choices.vertical, body.requestCopies form .choices.vertical, body.spanishApplication form .choices.vertical {
      display: flex;
      flex-direction: column; }
      body.application form .choices.vertical .postField, body.requestCopies form .choices.vertical .postField, body.spanishApplication form .choices.vertical .postField {
        margin: 0 4px 0 4px; }
      body.application form .choices.vertical .oneChoice input[type="radio"], body.application form .choices.vertical .oneChoice input[type="checkbox"], body.requestCopies form .choices.vertical .oneChoice input[type="radio"], body.requestCopies form .choices.vertical .oneChoice input[type="checkbox"], body.spanishApplication form .choices.vertical .oneChoice input[type="radio"], body.spanishApplication form .choices.vertical .oneChoice input[type="checkbox"] {
        width: 10px !important;
        display: none; }
      body.application form .choices.vertical .oneChoice input[type="radio"] + label, body.application form .choices.vertical .oneChoice input[type="checkbox"] + label, body.requestCopies form .choices.vertical .oneChoice input[type="radio"] + label, body.requestCopies form .choices.vertical .oneChoice input[type="checkbox"] + label, body.spanishApplication form .choices.vertical .oneChoice input[type="radio"] + label, body.spanishApplication form .choices.vertical .oneChoice input[type="checkbox"] + label {
        background: #eaf2f9 !important;
        display: inline-block !important;
        margin: 0 10px 0px 0px !important;
        border-radius: 10px !important;
        padding: 5px 12px 5px 35px  !important;
        text-align: center !important;
        position: relative;
        transition: .5s; }
        body.application form .choices.vertical .oneChoice input[type="radio"] + label:hover, body.application form .choices.vertical .oneChoice input[type="checkbox"] + label:hover, body.requestCopies form .choices.vertical .oneChoice input[type="radio"] + label:hover, body.requestCopies form .choices.vertical .oneChoice input[type="checkbox"] + label:hover, body.spanishApplication form .choices.vertical .oneChoice input[type="radio"] + label:hover, body.spanishApplication form .choices.vertical .oneChoice input[type="checkbox"] + label:hover {
          background: #294197 !important;
          color: white !important;
          transition: .5s; }
          body.application form .choices.vertical .oneChoice input[type="radio"] + label:hover label, body.application form .choices.vertical .oneChoice input[type="checkbox"] + label:hover label, body.requestCopies form .choices.vertical .oneChoice input[type="radio"] + label:hover label, body.requestCopies form .choices.vertical .oneChoice input[type="checkbox"] + label:hover label, body.spanishApplication form .choices.vertical .oneChoice input[type="radio"] + label:hover label, body.spanishApplication form .choices.vertical .oneChoice input[type="checkbox"] + label:hover label {
            color: white !important; }
        body.application form .choices.vertical .oneChoice input[type="radio"] + label:before, body.application form .choices.vertical .oneChoice input[type="checkbox"] + label:before, body.requestCopies form .choices.vertical .oneChoice input[type="radio"] + label:before, body.requestCopies form .choices.vertical .oneChoice input[type="checkbox"] + label:before, body.spanishApplication form .choices.vertical .oneChoice input[type="radio"] + label:before, body.spanishApplication form .choices.vertical .oneChoice input[type="checkbox"] + label:before {
          position: absolute;
          top: 4px;
          left: 6px;
          content: '';
          height: 20px;
          width: 20px;
          background: white;
          border-radius: 8px; }
      body.application form .choices.vertical .oneChoice input[type="radio"]:checked + label, body.application form .choices.vertical .oneChoice input[type="checkbox"]:checked + label, body.application form .choices.vertical .oneChoice input[type="checkbox"]:checked + label.checked, body.requestCopies form .choices.vertical .oneChoice input[type="radio"]:checked + label, body.requestCopies form .choices.vertical .oneChoice input[type="checkbox"]:checked + label, body.requestCopies form .choices.vertical .oneChoice input[type="checkbox"]:checked + label.checked, body.spanishApplication form .choices.vertical .oneChoice input[type="radio"]:checked + label, body.spanishApplication form .choices.vertical .oneChoice input[type="checkbox"]:checked + label, body.spanishApplication form .choices.vertical .oneChoice input[type="checkbox"]:checked + label.checked {
        background: #294197 !important;
        color: white !important; }
        body.application form .choices.vertical .oneChoice input[type="radio"]:checked + label:before, body.application form .choices.vertical .oneChoice input[type="checkbox"]:checked + label:before, body.application form .choices.vertical .oneChoice input[type="checkbox"]:checked + label.checked:before, body.requestCopies form .choices.vertical .oneChoice input[type="radio"]:checked + label:before, body.requestCopies form .choices.vertical .oneChoice input[type="checkbox"]:checked + label:before, body.requestCopies form .choices.vertical .oneChoice input[type="checkbox"]:checked + label.checked:before, body.spanishApplication form .choices.vertical .oneChoice input[type="radio"]:checked + label:before, body.spanishApplication form .choices.vertical .oneChoice input[type="checkbox"]:checked + label:before, body.spanishApplication form .choices.vertical .oneChoice input[type="checkbox"]:checked + label.checked:before {
          content: 'X';
          color: #294197 !important; }
      body.application form .choices.vertical .oneChoice .input-radio-faux, body.requestCopies form .choices.vertical .oneChoice .input-radio-faux, body.spanishApplication form .choices.vertical .oneChoice .input-radio-faux {
        background-color: #eaf2f9; }
    body.application form select, body.requestCopies form select, body.spanishApplication form select {
      min-height: 36px !important;
      border-radius: 15px !important;
      padding: 0 10px !important;
      background-color: #f5f7fb  !important;
      border: 1px solid white !important; }
  body.application .wForm ul li, body.requestCopies .wForm ul li, body.spanishApplication .wForm ul li {
    padding: 0px !important; }
  body.application .wfPagingButtons, body.requestCopies .wfPagingButtons, body.spanishApplication .wfPagingButtons {
    display: flex !important;
    justify-content: space-evenly !important;
    top: 86.3%;
    position: absolute;
    width: 66% !important;
    left: 16%; }
    @media (min-width: 768px) {
      body.application .wfPagingButtons, body.requestCopies .wfPagingButtons, body.spanishApplication .wfPagingButtons {
        width: 39% !important;
        left: 29%; } }
    @media (min-width: 1024px) {
      body.application .wfPagingButtons, body.requestCopies .wfPagingButtons, body.spanishApplication .wfPagingButtons {
        width: 29% !important;
        left: 34.2%; } }
    @media (min-width: 1400px) {
      body.application .wfPagingButtons, body.requestCopies .wfPagingButtons, body.spanishApplication .wfPagingButtons {
        width: 20.6% !important;
        left: 38.7%; } }
  body.application .primaryAction, body.requestCopies .primaryAction, body.spanishApplication .primaryAction {
    margin-top: 0px !important;
    font-family: "Nunito Sans", sans-serif !important;
    color: #eaf2f9 !important;
    border: 0px solid white !important;
    background: -webkit-linear-gradient(legacy-direction(110deg), #512f90, #512f90);
    background: linear-gradient(110deg, #512f90, #512f90);
    transition: .5s;
    padding: 5px !important;
    border-radius: 0 20px 20px 0 !important;
    font-size: 1em !important;
    font-weight: 800 !important;
    transition: .5s !important;
    letter-spacing: .5px !important;
    margin: 0 auto;
    text-align: center;
    opacity: 1;
    width: 125px !important;
    height: 35px !important;
    position: absolute;
    right: 16.3%;
    top: 87.8%; }
    @media (min-width: 768px) {
      body.application .primaryAction, body.requestCopies .primaryAction, body.spanishApplication .primaryAction {
        padding: 10px 25px !important;
        width: 150px !important;
        height: 45px !important;
        right: 31.5%;
        top: 87.5%; } }
    @media (min-width: 1024px) {
      body.application .primaryAction, body.requestCopies .primaryAction, body.spanishApplication .primaryAction {
        right: 36.1%;
        top: 87.9%; } }
    @media (min-width: 1400px) {
      body.application .primaryAction, body.requestCopies .primaryAction, body.spanishApplication .primaryAction {
        right: 40.3%;
        top: 87.7%; } }
    body.application .primaryAction:hover, body.requestCopies .primaryAction:hover, body.spanishApplication .primaryAction:hover {
      transition: .5s !important;
      opacity: 1; }
  body.application .wFormContainer .wForm .wfPageNextButton, body.application .wFormContainer .wForm .wfPagePreviousButton, body.requestCopies .wFormContainer .wForm .wfPageNextButton, body.requestCopies .wFormContainer .wForm .wfPagePreviousButton, body.spanishApplication .wFormContainer .wForm .wfPageNextButton, body.spanishApplication .wFormContainer .wForm .wfPagePreviousButton {
    padding: 5px !important;
    border-radius: 10px !important;
    font-size: 1em !important;
    font-weight: 600 !important;
    transition: .5s !important;
    letter-spacing: 0px !important;
    margin-right: 0px !important;
    text-align: center;
    width: 125px !important;
    height: 35px !important;
    white-space: normal;
    border: 0px solid white !important;
    line-height: 1.2em;
    background: -webkit-linear-gradient(legacy-direction(110deg), #294197, #294197);
    background: linear-gradient(110deg, #294197, #294197);
    transition: .5s; }
    @media (min-width: 768px) {
      body.application .wFormContainer .wForm .wfPageNextButton, body.application .wFormContainer .wForm .wfPagePreviousButton, body.requestCopies .wFormContainer .wForm .wfPageNextButton, body.requestCopies .wFormContainer .wForm .wfPagePreviousButton, body.spanishApplication .wFormContainer .wForm .wfPageNextButton, body.spanishApplication .wFormContainer .wForm .wfPagePreviousButton {
        width: 150px !important;
        height: 45px !important; } }
  body.application .wFormContainer .wForm .wfPageNextButton, body.requestCopies .wFormContainer .wForm .wfPageNextButton, body.spanishApplication .wFormContainer .wForm .wfPageNextButton {
    margin-top: 0px !important;
    font-family: "Nunito Sans", sans-serif !important;
    color: white !important;
    background: -webkit-linear-gradient(legacy-direction(110deg), #30a0da, #30a0da);
    background: linear-gradient(110deg, #30a0da, #30a0da);
    transition: .5s;
    margin-left: auto !important;
    border-radius: 0 20px 20px 0 !important; }
    body.application .wFormContainer .wForm .wfPageNextButton:hover, body.requestCopies .wFormContainer .wForm .wfPageNextButton:hover, body.spanishApplication .wFormContainer .wForm .wfPageNextButton:hover {
      transition: .5s !important;
      cursor: pointer;
      background: -webkit-linear-gradient(legacy-direction(110deg), #30a0da, #294197);
      background: linear-gradient(110deg, #30a0da, #294197);
      transition: .5s; }
  body.application .wFormContainer .wForm .wfPagePreviousButton, body.requestCopies .wFormContainer .wForm .wfPagePreviousButton, body.spanishApplication .wFormContainer .wForm .wfPagePreviousButton {
    margin-top: 0px !important;
    font-family: "Nunito Sans", sans-serif !important;
    color: white !important;
    background-color: white;
    opacity: 1;
    border-radius: 20px 0 0 20px !important;
    background: -webkit-linear-gradient(legacy-direction(110deg), #294197, #294197);
    background: linear-gradient(110deg, #294197, #294197);
    transition: .5s; }
    body.application .wFormContainer .wForm .wfPagePreviousButton:hover, body.requestCopies .wFormContainer .wForm .wfPagePreviousButton:hover, body.spanishApplication .wFormContainer .wForm .wfPagePreviousButton:hover {
      transition: .5s !important;
      opacity: 1;
      cursor: pointer; }
  body.application table.MsoNormalTable, body.requestCopies table.MsoNormalTable, body.spanishApplication table.MsoNormalTable {
    width: 100% !important; }
    body.application table.MsoNormalTable table.MsoNormalTable tr td, body.requestCopies table.MsoNormalTable table.MsoNormalTable tr td, body.spanishApplication table.MsoNormalTable table.MsoNormalTable tr td {
      border: 0px solid white !important;
      padding: 0px !important;
      height: auto !important; }
      body.application table.MsoNormalTable table.MsoNormalTable tr td p, body.requestCopies table.MsoNormalTable table.MsoNormalTable tr td p, body.spanishApplication table.MsoNormalTable table.MsoNormalTable tr td p {
        font-family: "Nunito Sans", sans-serif !important;
        color: #294197 !important;
        font-style: normal !important;
        text-align: left !important; }
  body.application .wFormContainer form, body.requestCopies .wFormContainer form, body.spanishApplication .wFormContainer form {
    max-width: 90% !important; }

#tfa_627, div.repeat.group, div.removeable.group {
  display: block;
  flex-wrap: wrap;
  padding: 10px;
  position: relative; }
  #tfa_627 .section.inline.group, #tfa_627 .section.group, div.repeat.group .section.inline.group, div.repeat.group .section.group, div.removeable.group .section.inline.group, div.removeable.group .section.group {
    background-color: #eaf2f9;
    flex-wrap: wrap !important;
    padding: 10px;
    border-radius: 20px; }
    #tfa_627 .section.inline.group label, #tfa_627 .section.group label, div.repeat.group .section.inline.group label, div.repeat.group .section.group label, div.removeable.group .section.inline.group label, div.removeable.group .section.group label {
      white-space: nowrap;
      padding-bottom: 0px !important; }
  #tfa_627 .removeSpan, div.repeat.group .removeSpan, div.removeable.group .removeSpan {
    position: absolute;
    right: 32px;
    bottom: -5px; }
    #tfa_627 .removeSpan:before, div.repeat.group .removeSpan:before, div.removeable.group .removeSpan:before {
      position: absolute;
      left: -15px;
      content: '–'; }

#tfa_351, #tfa_2248, #tfa_2478, #tfa_2249 {
  background-color: #eaf2f9 !important;
  border-radius: 20px !important;
  padding: 10px 15px !important;
  margin-top: 10px;
  margin-bottom: 2em;
  font-size: 150%;
  width: auto !important; }

#file-upload-button {
  background-color: #223165 !important;
  color: white !important;
  padding: 10px !important; }

#tfa_3057 {
  flex-direction: column !important; }

#tfa_3059 {
  flex-direction: column !important;
  margin-bottom: 3em; }

.delimiterBefore {
  font-size: 1.7em;
  color: #294197; }

#wfPgIndex-10-buttons {
  justify-content: flex-start !important; }

.wForm .oneField.hintsBelow .hint {
  line-height: 1.3em;
  margin-top: 5px !important;
  display: block; }

.wFormContainer .lengthIndicator {
  margin-top: 5px !important;
  color: #294197; }

.errMsg {
  font-size: 80%; }

.wFormContainer fieldset {
  position: relative;
  padding-top: 1.5em !important;
  border-radius: 20px !important;
  background: #eaf2f9;
  border: 0px solid white !important; }
  .wFormContainer fieldset legend {
    top: 1em;
    position: absolute;
    color: #294197; }
  .wFormContainer fieldset #tfa_2499, .wFormContainer fieldset #tfa_2500, .wFormContainer fieldset #tfa_2497, .wFormContainer fieldset #tfa_2498, .wFormContainer fieldset #tfa_2234, .wFormContainer fieldset #tfa_2233, .wFormContainer fieldset #tfa_2235, .wFormContainer fieldset #tfa_2232, .wFormContainer fieldset #tfa_2230, .wFormContainer fieldset #tfa_2236, .wFormContainer fieldset #tfa_2229 {
    width: 100% !important; }
  .wFormContainer fieldset fieldset {
    margin-top: 0px !important;
    padding: 1.5em 0 0 0 !important; }
  .wFormContainer fieldset #tfa_2247 {
    flex-direction: column; }

.wFormContainer .wForm .htmlContent p {
  text-align: left !important;
  font-family: "Nunito Sans", sans-serif; }

#tfa_298 {
  flex-direction: column !important; }

body.institutions .interior-content {
  padding: 0px !important; }

body.institutions h3 {
  margin-top: 0px; }

body.institutions .two-up {
  display: flex;
  align-items: center;
  padding: 0em 0em;
  display: flex;
  flex-direction: column; }
  @media (min-width: 768px) {
    body.institutions .two-up {
      flex-direction: row; } }
  body.institutions .two-up:first-child {
    flex-direction: column-reverse;
    padding-top: 3em; }
  @media (min-width: 768px) {
    body.institutions .two-up:first-child {
      padding-top: 6em;
      flex-direction: row; } }
  body.institutions .two-up .text-side, body.institutions .two-up .img-side {
    flex: 1;
    box-sizing: border-box; }
  body.institutions .two-up.right-img .text-side {
    padding: 2.5em; }
  body.institutions .two-up.right-img .img-side {
    padding-right: 0px;
    padding-left: 2em;
    flex: 1 !important;
    width: 100%; }
    body.institutions .two-up.right-img .img-side img {
      width: 100%; }
  @media (min-width: 768px) {
    body.institutions .two-up.right-img .text-side {
      padding-left: 10%; }
    body.institutions .two-up.right-img .img-side {
      padding-right: 0%;
      padding-left: 4em; } }
  @media (min-width: 1024px) {
    body.institutions .two-up.right-img .img-side {
      flex: 1.8 !important; } }
  body.institutions .two-up.left-img .text-side {
    flex: 1;
    box-sizing: border-box;
    padding: 2.5em; }
  body.institutions .two-up.left-img .img-side {
    padding-left: 0px;
    padding-right: 20px;
    flex: 1 !important;
    width: 100%; }
    body.institutions .two-up.left-img .img-side img {
      width: 100%; }
  @media (min-width: 768px) {
    body.institutions .two-up.left-img .text-side {
      padding-right: 10%; }
    body.institutions .two-up.left-img .img-side {
      padding-left: 0%;
      padding-right: 3em; } }
  @media (min-width: 1024px) {
    body.institutions .two-up.left-img .img-side {
      flex: 1.8 !important; } }

body.institutions .portalCTA {
  border-top: 1px solid #eaf2f9; }
  body.institutions .portalCTA p, body.institutions .portalCTA h4 {
    color: #30a0da; }
  body.institutions .portalCTA a {
    background: -webkit-linear-gradient(legacy-direction(110deg), #294197, #294197);
    background: linear-gradient(110deg, #294197, #294197);
    transition: .5s;
    display: inline-block;
    transition: .5s; }
    body.institutions .portalCTA a:hover {
      transition: .5s;
      cursor: pointer;
      background: -webkit-linear-gradient(legacy-direction(110deg), #294197, #30a0da);
      background: linear-gradient(110deg, #294197, #30a0da);
      transition: .5s; }

#institution-landing {
  padding: 2em 30px; }
  @media (min-width: 768px) {
    #institution-landing {
      padding: 2em 50px; } }
  @media (min-width: 1024px) {
    #institution-landing {
      padding: 2em 30px; } }
  @media (min-width: 1280px) {
    #institution-landing {
      padding: 2em 80px; } }
  @media (min-width: 1400px) {
    #institution-landing {
      padding: 2em 120px; } }
  #institution-landing ul {
    flex-wrap: wrap; }
    #institution-landing ul li {
      background-color: #eaf2f9;
      padding: 3em 1em 3em;
      margin: 10px 0;
      text-align: center;
      flex: 46%;
      box-sizing: border-box;
      border-radius: 20px;
      display: flex;
      flex-direction: column;
      justify-content: space-around;
      align-items: center; }
      #institution-landing ul li a {
        margin-top: 1em;
        display: inline-block; }
      #institution-landing ul li img {
        width: auto;
        height: auto;
        max-width: 100px;
        max-height: 100px; }
      #institution-landing ul li h3 {
        margin-bottom: 0px; }
      @media (min-width: 768px) {
        #institution-landing ul li {
          padding: 3em 2em 3em;
          margin: 20px; } }
    @media (min-width: 1024px) {
      #institution-landing ul {
        flex-wrap: nowrap; } }

.contentform a.line-btn.white {
  border: 1px solid white;
  width: 100%;
  display: block;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 15px;
  color: white; }
  .contentform a.line-btn.white i {
    color: white; }
  .contentform a.line-btn.white:hover {
    box-shadow: 0 8px 22px 0px rgba(34, 49, 101, 0.3);
    transition: .5s;
    transition: .5s;
    color: white;
    border: 1px solid white;
    background: -webkit-linear-gradient(legacy-direction(90deg), #30a0da, #223165);
    background: linear-gradient(90deg, #30a0da, #223165);
    transition: .5s; }
    .contentform a.line-btn.white:hover i {
      color: white; }

#portalLogin {
  background: -webkit-linear-gradient(legacy-direction(180deg), #30a0da, #294197);
  background: linear-gradient(180deg, #30a0da, #294197);
  transition: .5s;
  border-radius: 20px;
  padding: 0.7em 1.3em;
  z-index: 2000;
  position: absolute;
  right: 100px;
  top: 10em;
  display: none;
  right: 30px; }
  @media (min-width: 768px) {
    #portalLogin {
      display: block;
      background: -webkit-linear-gradient(legacy-direction(195deg), #512f90, #294197);
      background: linear-gradient(195deg, #512f90, #294197);
      transition: .5s; } }
  @media (min-width: 768px) {
    #portalLogin {
      right: 50px; } }
  @media (min-width: 1024px) {
    #portalLogin {
      right: 30px; } }
  @media (min-width: 1280px) {
    #portalLogin {
      right: 80px; } }
  @media (min-width: 1400px) {
    #portalLogin {
      right: 120px; } }
  #portalLogin p {
    text-align: center;
    margin: 0px;
    padding: 5px;
    color: white;
    letter-spacing: .5px;
    margin-bottom: 10px; }
  #portalLogin label, #portalLogin input {
    display: block;
    text-align: left; }
  #portalLogin label {
    font-size: .85em;
    font-family: "Nunito Sans", sans-serif; }
  #portalLogin form {
    width: 350px; }
    #portalLogin form input, #portalLogin form textarea {
      border-radius: 15px !important;
      padding: 20px 20px  !important;
      color: white !important;
      border: 1px solid white !important;
      width: 100% !important;
      box-sizing: border-box;
      margin-bottom: 15px;
      font-size: 1em; }
    #portalLogin form input[type="text"]:active, #portalLogin form input[type="text"]:focus, #portalLogin form textarea:active, #portalLogin form textarea:focus {
      border: 1px solid #294197 !important;
      background: -webkit-linear-gradient(legacy-direction(300deg), white, #eaf2f9);
      background: linear-gradient(300deg, white, #eaf2f9);
      transition: .5s; }
    #portalLogin form label {
      text-align: left !important;
      font-size: 1em !important;
      color: white !important;
      font-family: "Nunito Sans", sans-serif !important;
      padding: 3px 1px !important;
      display: none; }
      @media (min-width: 768px) {
        #portalLogin form label {
          font-size: 0.8em !important;
          padding: 1px !important; } }
    #portalLogin form input[type="submit"] {
      text-align: center;
      padding: 15px 10px !important;
      border-radius: 20px;
      background-color: transparent;
      color: white !important;
      border: 1px solid white !important; }
      #portalLogin form input[type="submit"]:hover {
        background-color: #30a0da !important;
        cursor: pointer; }
    @media (min-width: 1400px) {
      #portalLogin form {
        width: 300px; } }

.closemodal {
  position: absolute;
  top: -29px;
  right: 11%;
  color: #fff;
  cursor: pointer;
  border: 0;
  margin-top: 2em !important; }
  .closemodal i {
    color: white; }
  .closemodal:hover {
    color: #30a0da; }
    .closemodal:hover i {
      color: #30a0da; }
  @media (min-width: 768px) {
    .closemodal {
      top: 0; } }

.mask {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  background: #223165;
  background: -webkit-linear-gradient(legacy-direction(180deg), #294197, #223165);
  background: linear-gradient(180deg, #294197, #223165);
  transition: .5s;
  z-index: 50000;
  visibility: hidden;
  opacity: 0;
  transition: 0.7s; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  z-index: 50001;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s ease-out;
  transform: translateY(45px);
  display: flex;
  align-items: center;
  justify-content: center; }
  .modal .modal-content {
    width: 80%;
    height: 90%;
    background: white;
    border-radius: 20px;
    overflow-y: scroll;
    justify-content: center;
    display: flex;
    padding: 10px;
    /* Track */
    /* Handle */
    /* Handle on hover */ }
    @media (min-width: 768px) {
      .modal .modal-content {
        padding: 0px;
        width: 80%;
        height: 80%; } }
    @media (min-width: 1024px) {
      .modal .modal-content {
        width: 60%;
        height: 75%; } }
    .modal .modal-content::-webkit-scrollbar {
      width: 15px; }
    .modal .modal-content::-webkit-scrollbar-track {
      border-radius: 30px;
      background: -webkit-linear-gradient(legacy-direction(180deg), #eaf2f9, white);
      background: linear-gradient(180deg, #eaf2f9, white);
      transition: .5s; }
    .modal .modal-content::-webkit-scrollbar-thumb {
      border-radius: 30px;
      background: -webkit-linear-gradient(legacy-direction(180deg), #294197, #30a0da);
      background: linear-gradient(180deg, #294197, #30a0da);
      transition: .5s; }
    .modal .modal-content::-webkit-scrollbar-thumb:hover {
      background: -webkit-linear-gradient(legacy-direction(180deg), #294197, #30a0da);
      background: linear-gradient(180deg, #294197, #30a0da);
      transition: .5s; }

.activemodal {
  visibility: visible;
  opacity: 1;
  border-top: 0px !important; }
  .activemodal.modal {
    background-color: transparent; }

.activemodal + .modal {
  visibility: visible;
  opacity: 1;
  transform: translateY(0); }

.animatable {
  /* initially hide animatable objects */
  visibility: hidden !important;
  /* initially pause animatable objects their animations */
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused; }

/* show objects being animated */
.animate-in {
  visibility: visible !important;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -ms-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running; }

.animate-out {
  visibility: visible !important;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -ms-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  -ms-animation-direction: reverse;
  -o-animation-direction: reverse;
  animation-direction: reverse; }

.animate-out:after {
  content: '';
  letter-spacing: inherit; }

/* CSS Animations (extracted from http://glifo.uiparade.com/) */
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }

@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  20% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  20% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-o-keyframes fadeIn {
  0% {
    opacity: 0; }
  20% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  60% {
    opacity: 0; }
  20% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); }
  60% {
    -webkit-transform: translateX(20px); }
  80% {
    -webkit-transform: translateX(-5px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@-moz-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px); }
  60% {
    -moz-transform: translateX(20px); }
  80% {
    -moz-transform: translateX(-5px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }

@-o-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -o-transform: translateX(20px); }
  80% {
    -o-transform: translateX(-5px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px); }
  60% {
    transform: translateX(20px); }
  80% {
    transform: translateX(-5px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px); }
  60% {
    -webkit-transform: translateX(-20px); }
  80% {
    -webkit-transform: translateX(5px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@-moz-keyframes bounceInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px); }
  60% {
    -moz-transform: translateX(-20px); }
  80% {
    -moz-transform: translateX(5px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }

@-o-keyframes bounceInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px); }
  60% {
    -o-transform: translateX(-20px); }
  80% {
    -o-transform: translateX(5px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }

@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px); }
  60% {
    transform: translateX(-20px); }
  80% {
    transform: translateX(5px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }

@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3); }
  50% {
    -webkit-transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1); } }

@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3); }
  50% {
    -moz-transform: scale(1.05); }
  70% {
    -moz-transform: scale(0.9); }
  100% {
    opacity: 1;
    -moz-transform: scale(1); } }

@-o-keyframes bounceIn {
  0% {
    opacity: 0;
    -o-transform: scale(0.3); }
  50% {
    -o-transform: scale(1.05); }
  70% {
    -o-transform: scale(0.9); }
  100% {
    opacity: 1;
    -o-transform: scale(1); } }

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3); }
  50% {
    transform: scale(1.05); }
  70% {
    transform: scale(0.9); }
  100% {
    opacity: 1;
    transform: scale(1); } }

@-webkit-keyframes moveUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(40px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@-moz-keyframes moveUp {
  0% {
    opacity: 1;
    -moz-transform: translateY(40px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }

@-o-keyframes moveUp {
  0% {
    opacity: 1;
    -o-transform: translateY(40px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }

@keyframes moveUp {
  0% {
    opacity: 1;
    transform: translateY(40px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@-webkit-keyframes fadeBgColor {
  0% {
    background: none; }
  70% {
    background: none; }
  100% {
    background: #464646; } }

@-o-keyframes fadeBgColor {
  0% {
    background: none; }
  70% {
    background: none; }
  100% {
    background: #464646; } }

@keyframes fadeBgColor {
  0% {
    background: none; }
  70% {
    background: none; }
  100% {
    background: #464646; } }

.animate-in.animationDelay, .animate-out.animationDelay {
  animation-delay: .1s;
  -webkit-animation-delay: .1s; }

.animate-in.animationDelayMed, .animate-out.animationDelayMed {
  animation-delay: .3s;
  -webkit-animation-delay: .3s; }

.animate-in.animationDelayLong, .animate-out.animationDelayLong {
  animation-delay: .5s;
  -webkit-animation-delay: .5s; }

.animate-in.fadeBgColor, .animate-out.fadeBgColor {
  -webkit-animation-name: fadeBgColor;
  -moz-animation-name: fadeBgColor;
  -o-animation-name: fadeBgColor;
  animation-name: fadeBgColor; }

.animate-in.bounceIn, .animate-out.bounceIn {
  -webkit-animation-name: bounceIn;
  -moz-animation-name: bounceIn;
  -o-animation-name: bounceIn;
  animation-name: bounceIn; }

.animate-in.bounceInRight, .animate-out.bounceInRight {
  -webkit-animation-name: bounceInRight;
  -moz-animation-name: bounceInRight;
  -o-animation-name: bounceInRight;
  animation-name: bounceInRight; }

.animate-in.bounceInLeft, .animate-out.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  -moz-animation-name: bounceInLeft;
  -o-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

.animate-in.fadeIn, .animate-out.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn; }

.animate-in.fadeInDown, .animate-out.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown; }

.animate-in.fadeInUp, .animate-out.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp; }

.animate-in.moveUp, .animate-out.moveUp {
  -webkit-animation-name: moveUp;
  -moz-animation-name: moveUp;
  -o-animation-name: moveUp;
  animation-name: moveUp; }

body.checker .container {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100vw;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: -webkit-linear-gradient(legacy-direction(180deg), #294197, #512f90);
  background: linear-gradient(180deg, #294197, #512f90);
  transition: .5s; }
  body.checker .container .nav-to-home {
    position: absolute;
    top: 50px;
    text-decoration: none;
    font-family: "Nunito Sans", sans-serif;
    font-size: 1em;
    font-weight: 600;
    transition: .3s;
    width: 100%;
    left: 0; }
    body.checker .container .nav-to-home a {
      color: white !important; }
      body.checker .container .nav-to-home a:hover i {
        padding-right: 10px; }
    body.checker .container .nav-to-home i {
      color: white !important;
      padding-right: 5px;
      font-size: 80%; }
  body.checker .container .top-logo {
    width: 130px;
    margin-bottom: 1em; }
  body.checker .container .checker-wrap {
    width: 70%;
    background-color: white;
    padding: 2em;
    border-radius: 20px;
    position: relative;
    box-shadow: 0 8px 22px 0px rgba(34, 49, 101, 0.3);
    transition: .5s; }
    body.checker .container .checker-wrap p, body.checker .container .checker-wrap h1, body.checker .container .checker-wrap h2, body.checker .container .checker-wrap h3 {
      color: #223165; }
    body.checker .container .checker-wrap h3 {
      color: #30a0da;
      text-transform: uppercase;
      text-align: center; }
    @media (min-width: 768px) {
      body.checker .container .checker-wrap {
        width: 60%; } }
    @media (min-width: 1024px) {
      body.checker .container .checker-wrap {
        width: 60%; } }
    @media (min-width: 1280px) {
      body.checker .container .checker-wrap {
        width: 60%; } }
  body.checker .container .result {
    background-color: #30a0da;
    border-radius: 12px;
    padding: 1em 1em;
    margin: 1em; }
    body.checker .container .result p, body.checker .container .result h4 {
      margin-bottom: 0px; }
      body.checker .container .result p a, body.checker .container .result h4 a {
        color: white; }
    body.checker .container .result h4, body.checker .container .result p {
      color: white; }
    body.checker .container .result h4 {
      text-align: center;
      border-bottom: 2px solid white;
      display: inline;
      padding: 2px 0; }
    body.checker .container .result .col-results {
      display: flex;
      justify-content: space-evenly;
      padding: 1em; }
      body.checker .container .result .col-results p {
        text-align: left;
        margin-top: 5px; }
  body.checker .container .form .cmxform {
    width: 80%;
    margin: auto;
    text-align: center;
    margin-top: 3em;
    display: flex;
    align-items: center; }
    body.checker .container .form .cmxform input, body.checker .container .form .cmxform textarea {
      border-radius: 20px !important;
      border: 1px solid white !important;
      padding: 15px 15px  !important;
      color: #294197 !important;
      width: 100% !important;
      margin: .5em 0 1em;
      box-sizing: border-box;
      background-color: #f5f7fb  !important;
      outline: none !important;
      font-size: 1em; }
    body.checker .container .form .cmxform input[type="text"]:active, body.checker .container .form .cmxform input[type="text"]:focus, body.checker .container .form .cmxform textarea:active, body.checker .container .form .cmxform textarea:focus {
      border: 1px solid #294197 !important;
      background: -webkit-linear-gradient(legacy-direction(300deg), white, #eaf2f9);
      background: linear-gradient(300deg, white, #eaf2f9);
      transition: .5s; }
    body.checker .container .form .cmxform label {
      text-align: left !important;
      font-size: 1em !important;
      color: #512f90 !important;
      font-family: "Nunito Sans", sans-serif !important;
      padding: 3px 1px !important;
      margin: 0 4px; }
      @media (min-width: 768px) {
        body.checker .container .form .cmxform label {
          font-size: 1em !important;
          padding: 1px !important; } }
    body.checker .container .form .cmxform input[type="submit"] {
      margin-top: 10px !important;
      font-family: "Nunito Sans", sans-serif !important;
      color: #eaf2f9 !important;
      border: 1px solid #eaf2f9 !important;
      width: auto !important;
      background: -webkit-linear-gradient(legacy-direction(110deg), #30a0da, #294197);
      background: linear-gradient(110deg, #30a0da, #294197);
      transition: .5s;
      padding: 13px 25px !important;
      border-radius: 30px !important;
      font-size: 1em !important;
      font-weight: 600 !important;
      transition: .5s !important;
      letter-spacing: .5px !important;
      margin: 0 auto;
      text-align: center;
      opacity: 1;
      margin-bottom: 0px; }
      body.checker .container .form .cmxform input[type="submit"]:hover {
        transition: .5s !important;
        box-shadow: 0 8px 22px 0px rgba(34, 49, 101, 0.3);
        transition: .5s;
        cursor: pointer; }

@media (max-width:1023px) {
  #top-bar.ul-out nav > ul{ overflow: scroll; height: calc( 100vh - 70px );  }
  #top-bar nav ul li a{ display: inline-block; }
  #top-bar nav ul > li > a > i.fas{ z-index: 1; width: 18px; height: 18px; display: inline-block; }
  #top-bar nav ul > li.open > a > i.fas{ transform: rotate(180deg); }
}

.pop-up{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4444;
  display: block;
  opacity: 0;
}
.pop-up.show {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}
.pop-up.hidden {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  display: none;
}
#main .wrapper-closes {
  position: absolute;
  top: 3px;
  right: 3px;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  @media (min-width: 390px){
    top: 3px;
    right: 3px;
    height: 25px;
    width: 25px;
  }
  @media (min-width: 768px){
    top: 5px;
    right: 5px;
    height: 30px;
    width: 30px;
  }
  @media (min-width: 1024px) {
    top: 8px;
    right: 8px;
    height: 50px;
    width: 50px;
  }
}
.close-btn {
  position: relative;
  width: 15px;
  height: 15px;
  cursor: pointer;
  @media (min-width: 768px) {
    width: 20px;
    height: 20px;
  }
}

.close-btn::before,
.close-btn::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 1px;
  background-color: black;
}

@media (min-width: 768px) {
  .close-btn::before,
  .close-btn::after {
    width: 20px;
    height: 2px;
  }
}
@media (min-width: 1024px) {
  .close-btn::before,
  .close-btn::after {
    width: 30px;
    height: 3px;
  }
}

.close-btn::before {
  transform: translate(-50%, -50%) rotate(45deg);

}

.close-btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}