@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700");
@font-face {
  font-family: "powerupicons";
  src: url("../../../fonts/powerupicons.eot");
  src: url("../../../fonts/powerupicons.eot?#iefix") format("embedded-opentype"),
    url("../../../fonts/powerupicons.woff") format("woff"),
    url("../../../fonts/powerupicons.ttf") format("truetype"),
    url("../../../fonts/powerupicons.svg#powerupicons") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "powerupicons" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-pup-"]:before,
[class*=" icon-pup-"]:before {
  font-family: "powerupicons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-pup-assistant-coach:before {
  content: "a";
}

.icon-pup-volunteer:before {
  content: "b";
}

.icon-pup-assistant-manager:before {
  content: "c";
}

.icon-pup-attendance:before {
  content: "d";
}

.icon-pup-back-to-top:before {
  content: "e";
}

.icon-pup-coach:before {
  content: "f";
}

.icon-pup-delete:before {
  content: "g";
}

.icon-pup-download:before {
  content: "h";
}

.icon-pup-edit:before {
  content: "i";
}

.icon-pup-emailer:before {
  content: "j";
}

.icon-pup-family-calendar:before {
  content: "k";
}

.icon-pup-general-manager:before {
  content: "l";
}

.icon-pup-head-coach:before {
  content: "m";
}

.icon-pup-launch-new-window:before {
  content: "n";
}

.icon-pup-update:before {
  content: "o";
}

.icon-pup-tracking:before {
  content: "p";
}

.icon-pup-teams:before {
  content: "q";
}

.icon-pup-schedule:before {
  content: "r";
}

.icon-pup-roster:before {
  content: "s";
}

.icon-pup-resource-hub:before {
  content: "t";
}

.icon-pup-report-facility-available:before {
  content: "u";
}

.icon-pup-registration-pool:before {
  content: "v";
}

.icon-pup-referee:before {
  content: "w";
}

.icon-pup-player-ratings:before {
  content: "x";
}

.icon-pup-player:before {
  content: "y";
}

.icon-pup-manager:before {
  content: "z";
}

.icon-pup-launch-video:before {
  content: "A";
}

.icon-pup-club-contact:before {
  content: "B";
}

.icon-pup-club-news:before {
  content: "C";
}

.icon-pup-contact-directory:before {
  content: "D";
}

.icon-pup-home:before {
  content: "E";
}

.icon-pup-instagram:before {
  content: "F";
}

.icon-pup-linkedin:before {
  content: "G";
}

.icon-pup-member:before {
  content: "H";
}

.icon-pup-password:before {
  content: "I";
}

.icon-pup-standings:before {
  content: "J";
}

.icon-pup-switch-club:before {
  content: "K";
}

.icon-pup-skus:before {
  content: "L";
}

.icon-pup-shipping:before {
  content: "M";
}

.icon-pup-facebook:before {
  content: "N";
}

.icon-pup-youtube:before {
  content: "O";
}

.icon-pup-refund:before {
  content: "P";
}

.icon-pup-twitter:before {
  content: "Q";
}

.icon-pup-tickets:before {
  content: "R";
}

.icon-pup-privacy:before {
  content: "S";
}

.icon-pup-burger:before {
  content: "T";
}

.icon-pup-link:before {
  content: "U";
}

.icon-pup-login:before {
  content: "V";
}

.icon-pup-logout:before {
  content: "W";
}

.icon-pup-phone:before {
  content: "X";
}

.icon-pup-www:before {
  content: "Y";
}

.icon-pup-cevron-left:before {
  content: "Z";
}

.icon-pup-email:before {
  content: "0";
}

.icon-pup-aarow-left:before {
  content: "1";
}

.icon-pup-events:before {
  content: "2";
}

table tr th,
table tr td {
  padding: 4px;
}

table:not(.ignore) {
  table-layout: fixed;
  border-color: #032e63;
  border-collapse: collapse;
}

table:not(.ignore) tr th,
table:not(.ignore) thead tr th {
  padding: 4px;
  color: #fff;
  background-color: #010914;
  vertical-align: middle;
  text-align: center;
  font-size: 0.9em;
  font-weight: 400;
}

table:not(.ignore) tr + tr th {
  border-top: 1px solid #032e63;
}

table:not(.ignore) tbody tr:hover td {
  background-color: #cfcfcf;
}

table:not(.ignore) tbody tr td:hover {
  background-color: #f1f1f1;
}

table:not(.ignore) tbody tr td {
  border-color: #032e63;
  border-width: 1px;
  border-style: solid;
  padding: 4px;
  font-size: 0.8rem;
  background-color: #ffffff;
  transition: background-color 0.25s linear;
}

table.condensed:not(.ignore) tr th,
table.condensed:not(.ignore) thead tr th {
  padding: 3px;
  font-size: 0.8rem;
}

table.condensed:not(.ignore) tr td {
  border-color: #1a247e;
  padding: 3px;
  font-size: 0.75rem;
  line-height: 1.5rem;
}

@media screen and (max-width: 640px) {
  table:not(.ignore) tbody tr td {
    font-size: 11px;
  }

  table:not(.ignore) tbody tr td.smaller {
    font-size: 9px;
  }

  table:not(.ignore) tbody tr td {
    min-width: 40px;
    border-collapse: none;
  }
}
.grid,
.grid .row {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  align-items: center;
  justify-content: center;
  margin: 0;
  list-style: none;
}

.grid * figure + figure {
  margin-top: 0.25em;
}

.grid * figure img,
.grid .row * figure img {
  max-width: 100%;
  display: inline-block;
}

.grid.gg1 {
  grid-gap: 1px;
}

.grid.gg5 {
  grid-gap: 5px;
}

.grid.gg10 {
  grid-gap: 10px;
}

.grid.gg15 {
  grid-gap: 15px;
}

.grid.gg20 {
  grid-gap: 20px;
}

.grid.gg1rem {
  grid-gap: 1rem;
}

.grid.gg2rem {
  grid-gap: 2rem;
}

.js-center {
  justify-self: center;
}

.js-fstart {
  justify-self: flex-start;
}

.js-fend {
  justify-self: flex-end;
}

.js-left {
  justify-self: left;
}

.js-right {
  justify-self: right;
}

ul.grid {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}

.grid.nogap,
.grid .row.nogap {
  grid-gap: 0;
}

.grid.align-start > *,
.grid .align-start {
  align-self: start;
}

.grid .row.x2,
.grid.x2,
ul.grid.x2,
div.grid.x2 {
  grid-template-columns: 1fr 1fr;
}

.grid .row.x3,
.grid.x3,
ul.grid.x3,
div.grid.x3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.grid .row.x4,
.grid.x4,
ul.grid.x4,
div.grid.x4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid .row.x5,
.grid.x5,
ul.grid.x5,
div.grid.x5 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.grid .row.x6,
.grid.x6,
ul.grid.x6,
div.grid.x6 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.grid .row.x7,
.grid.x7,
ul.grid.x7,
div.grid.x7 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

ul.grid > li,
ul.grid.x1 > li,
ul.grid.x2 > li,
ul.grid.x3 > li,
ul.grid.x4 > li {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

ul.grid > li > a,
ul.grid.x1 > li > a,
ul.grid.x2 > li > a,
ul.grid.x3 > li > a,
ul.grid.x4 > li > a {
  display: block;
  width: auto;
  margin: 0;
  padding: 0.2rem;
  line-height: 1.5rem;
  overflow: hidden;
  transition: all 0.25s ease;
}

ul.grid > li > a:hover,
ul.grid.x1 > li > a:hover,
ul.grid.x2 > li > a:hover,
ul.grid.x3 > li > a:hover,
ul.grid.x4 > li > a:hover {
  background-color: #ffffff;
  color: #fba734;
}

ul.grid > li > a:active,
ul.grid.x1 > li > a:active,
ul.grid.x2 > li > a:active,
ul.grid.x3 > li > a:active,
ul.grid.x4 > li > a:active {
  background-color: #ffffff;
  color: #fba734;
}

.grid.x3 > * > h2,
.aside > h2,
aside > h2 {
  margin-bottom: 0;
}

.aside > h2,
aside > h2 {
  margin-right: 0;
}

.grid.x3 > *:first-child > h2:first-child {
  margin-left: 0;
}

.aside > ul,
aside > ul {
  margin: 10px 15px 15px;
}

.grid.x3 > * > h2 + p,
.grid.x2 > * > h2 + p {
  margin-top: 10px;
}

main {
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

body.home > main > section.dark.grid,
body.inner > main > section {
  padding-left: 6vw;
  padding-right: 6vw;
}

body.inner > main > section > .white {
  background-color: #ffffff;
  padding: 125px 3vw;
}

body.inner > main > section {
  font-size: 21px;
  font-weight: 300;
  letter-spacing: 0.42px;
  line-height: 35px;
}

body.inner > main > section.light.x2.grid div:last-child {
  margin-right: 20%;
}

body.inner > main section:first-child {
  padding-top: 60px;
  padding-bottom: 60px;
}

body.inner > main section + section {
  padding-top: 85px;
  padding-bottom: 85px;
}

body.inner > main > section:first-child {
  padding-top: 155px;
}

body.inner > main section + section.light,
main section + section.dark,
main section + section.darker {
  padding-top: 82px;
  padding-bottom: 82px;
}

body.inner > main section.lighter {
  background-color: #f7fbfe;
}

body.inner > main section.light {
  background-color: #ebf4fc;
}

main section.dark {
  background-color: #035eb1;
}

main section.dark > *,
main section.darker > * {
  color: #fff;
}

body.inner main section.darker > h5,
body.home main section.darker > h5 {
  text-transform: unset;
  font-size: 36px;
  font-weight: 300;
  letter-spacing: 0.65px;
  line-height: 44px;
  margin: 0;
}

main section.darker > a.button {
  margin-right: 14%;
}

main section.dark > h5 {
  color: #ffcd0c;
  margin-bottom: 82px;
}

main section.dark > p {
  font-size: 42px;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 1.17px;
  line-height: 56px;
  font-family: "franklin-gothic-urw-comp";
}

main section.dark > p.small {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.33px;
  line-height: 22px;
  text-align: center;
  font-style: normal;
}

main section.darker {
  background-color: #162d58;
}

body.home > main section.dark h5,
body.inner > main section h5 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 19px;
  margin-bottom: 40px;
}

body.inner > main > section.grid.x1 > h3 {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.42px;
  line-height: 35px;
}

body.inner > main > section.light.x1 {
  padding-top: 82px;
  padding-bottom: 82px;
}

body.inner > main > section.light > div.x2 {
  padding-top: 82px;
  padding-bottom: 82px;
}

body.inner > main section.light.x2 > img,
body.inner > main section.light div.x2 > img {
  width: 70%;
  margin-left: 20%;
}

body.inner > main > section.grid.x1 > h3,
body.inner > main > section.grid.x1 > p {
  margin-left: 11%;
  margin-right: 11%;
  margin-top: 0;
}

body.inner > main > section.grid.x1 > p {
  margin-bottom: 50px;
}

body.inner > main > section.grid.x1 > p:last-child {
  margin-bottom: 0;
}

body.inner > main > section.grid.x1.dark > img {
  margin-bottom: 30px;
  max-height: 200px;
}

#mobileheader.light,
header.light {
  background-color: #ffffff;
  position: fixed;
  transition: background-color 0.25s ease-in-out, box-shadow 0.4s ease-in-out;
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.1);
}

#mobileheader {
  transition: background-color 0.25s ease-in, box-shadow 0.4s ease-in-out;
}

#mobileheader,
#mobileheader.dark {
  background-color: #035eb1;
  position: fixed;
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.1);
}

#mobileheader.transparent {
  background-color: transparent;
}

header > a.button {
  justify-self: flex-end;
}

header {
  position: fixed;
  width: 100%;
  margin: 0;
  z-index: 1000;
  transition: background-color 0.25s ease;
}

body.inner > header {
  position: fixed;
  width: 100%;
  margin: 0;
  z-index: 1000;
  transition: background-color 0.25s ease;
}

header > :first-child {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  height: 90px;
  display: grid;
  grid-column-gap: 0;
  grid-row-gap: 0;
  grid-template-columns: auto auto auto;
  align-items: center;
  justify-content: stretch;
  justify-items: flex-start;
  background-color: transparent;
}

header > :first-child > .button {
  justify-self: flex-end;
}

#mobileheader.light,
body.inner > header.light,
header.light {
  transition: background-color 0.25s ease;
  background-color: #ffffff;
}

section img {
  max-width: 100%;
}

section.hero {
  padding-left: 6vw;
  padding-right: 6vw;
  margin-top: 0;
  padding-top: 90px;
  height: 870px;
  background-image: url("../../684a644421a780106cdc0cc9bc0c1c83/img/hero-bg.png");
  background-size: cover;
  background-position: top center;
  resize: both;
}

section.hero.packages {
  padding-top: 5vh;
  padding-bottom: 5vh;
  height: 1000px;
  background-image: url("../../684a644421a780106cdc0cc9bc0c1c83/img/hero-bg-packages.jpg");
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
}

section.hero.packages > div.grid aside > img {
  justify-self: center;
  align-self: center;
  margin: 0 auto;
}

section.hero > * {
  color: #ffffff;
  margin: 1.2em 0 0.7em 3vw;
  font-family: "franklin-gothic-urw", "Arial", "Helvetica", sans-serif;
}

section.hero > h1,
section.hero > p {
  width: auto;
  max-width: 480px;
}

section.packages > div:first-child {
  align-self: center;
}

section.packages div h4.large {
  color: #ffcd0c;
  display: block;
  border-bottom: 6px dotted #ffcd0c;
  text-transform: uppercase;
  padding-bottom: 1rem;
  margin-right: 9vw;
}

section.hero.packages h5 {
  color: #ffffff;
  opacity: 0.65;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

section.hero.packages > * {
  margin: 0;
}

section.hero.packages > div.grid {
  grid-row-gap: 2.25rem;
  align-items: flex-start;
}

section.hero.packages > div.grid aside > div {
  display: grid;
  margin: 0 1vw;
}

section.hero.packages > div.grid aside > div h3 {
  align-self: flex-end;
}

section.hero.packages > div.grid aside > div p {
  align-self: flex-start;
}

section.hero.packages > div.grid aside p {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.4px;
  line-height: 28px;
}

section.hero.packages > div.grid aside {
  height: 100%;
  background-color: #ffffff;
  padding: 1vw;
  display: grid;
  grid-template-columns: 2fr 4fr;
  margin: 0.25vw;
  transition: margin 0.25s ease, padding 0.25s ease, box-shadow 0.25s ease;
}

section.hero.packages > div.grid aside:hover {
  transition: all 0.25s ease;
  margin: 0;
  padding: 1.25vw;
  box-shadow: 0 0 16px -2px rgba(0, 0, 0, 0.75);
}

section.hero.packages > div.grid aside h3.small {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.51px;
  line-height: 34px;
}

section.book-demo {
  background-color: #162d58;
  display: grid;
  grid-template-columns: 6fr 6fr;
  justify-content: center;
  border-style: solid;
  border-color: #162d58;
  border-width: 5vh 5vw 5vh 5vw;
  margin-top: 0 !important;
}

section.book-demo > div:first-child {
  background-color: #ffffff;
  padding: 2rem 6vw 2rem 6vw;
  position: relative;
  z-index: 2;
}

section.book-demo > div:first-child p > label {
  font-size: 1.2rem;
  line-height: 1.5rem;
}

section.book-demo > div:first-child p > label {
  font-size: 0.9rem;
  line-height: 1.25rem;
  color: #035eb1;
  font-weight: 700;
}

section.book-demo > div:last-child {
  padding: 1vh 2vw 1vh 5vw;
  display: grid;
  align-content: space-between;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

section.book-demo > div:last-child article {
  background-color: #162d58;
  position: absolute;
  top: 7vh;
}

section.book-demo > div:last-child > h5 {
  color: #ffcd0c;
  margin-bottom: 1.5em;
  text-transform: uppercase;
  position: relative;
  top: 1vh;
}

section.book-demo > div:last-child article p {
  color: #dfe7e9;
  margin-bottom: 1.5em;
  margin-top: 0;
  font-size: 1.7rem;
  line-height: 2.2rem;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 1.17px;
  font-family: "Arial", "Helvetica", sans-serif;
}

section.book-demo > div:last-child article p:not(.small) strong {
  color: #ffcd0c;
}

section.book-demo > div:last-child article img {
  float: left;
  margin-right: 25px;
  margin-bottom: 1.5em;
}

section.book-demo > div:last-child article p span > img,
section.book-demo > div:last-child article p div.grid > img {
  margin: 0;
  float: none;
}

section.book-demo > div:last-child article p.small {
  float: left;
  margin-top: 1.5em;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.33px;
  line-height: 22px;
  font-style: normal;
  font-family: "franklin-gothic-urw", "Arial", "Helvetica", sans-serif;
}

section.book-demo > div:last-child nav {
  align-self: center;
  text-align: center;
  margin: 0 0 1vh 0;
  padding: 0;
}

section.book-demo > div:last-child nav ul {
  grid-column-gap: 3px;
  display: grid;
  grid-template-columns: repeat(auto-fit, 35px);
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
}

section.book-demo > div:last-child nav ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

section.book-demo > div:last-child nav ul li a {
  text-decoration: none;
  color: #ffffff;
  font-size: 1.3rem;
  line-height: 2em;
  text-align: center;
  display: block;
  width: 100%;
}

footer {
  display: grid;
  grid-template-columns: 6fr 6fr;
  border-style: solid;
  border-color: #ffffff;
  border-width: 5vh 5vw 5vh 5vw;
  padding: 0;
  justify-content: center;
  align-items: flex-start;
  font-family: "franklin-gothic-urw", "Arial", "Helvetica", sans-serif;
}

footer > div > p.copyright {
  color: #3d5066;
  font-size: 14px;
  line-height: 24px;
}

footer address {
  color: #3d5066;
  margin-top: 2rem;
  margin-bottom: 4rem;
  font-style: normal;
  line-height: 1.7em;
}

footer nav {
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 0;
  display: grid;
}

footer nav ul {
  margin: 0;
  padding: 0;
}

footer nav ul li {
  list-style-type: none;
  margin-right: 2.5vw;
  margin-bottom: 0.95rem;
}

footer nav ul li strong {
  color: #005cb4;
  text-transform: uppercase;
  letter-spacing: 0.35px;
}

footer a:link,
footer a:visited,
footer a {
  text-decoration: none;
  color: #3c5067;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  display: block;
  width: 100%;
  letter-spacing: 0.35px;
  transition: all 0.3s ease-in-out;
}

footer a:hover {
  color: #035eb1;
  text-decoration: underline;
}

footer a:active {
  text-decoration: underline;
}

footer a:focus {
  text-decoration: none;
  outline-color: #035eb1;
  outline-style: solid;
  outline-offset: 4px;
  outline-width: 2px;
  border-color: transparent;
}

footer nav ul > li.gap.single {
  margin-bottom: 30px;
}

footer nav ul > li.gap.double {
  margin-bottom: 60px;
}

footer nav ul > li.gap.triple {
  margin-bottom: 78px;
}

footer > div a:link,
footer > div a:visited,
footer > div a {
  display: inline;
}

a.icon.fb {
  padding-left: 30px;
  background: transparent
    url("/pub/c/684a644421a780106cdc0cc9bc0c1c83/img/icon-facebook.png") 4px
    no-repeat;
}

a.icon.in {
  padding-left: 30px;
  background: transparent
    url("/pub/c/684a644421a780106cdc0cc9bc0c1c83/img/icon-instagram.png") left
    no-repeat;
}

a.icon.tw {
  padding-left: 30px;
  background: transparent
    url("/pub/c/684a644421a780106cdc0cc9bc0c1c83/img/icon-twitter.png") left
    no-repeat;
}

a.icon.yt {
  padding-left: 30px;
  background: transparent
    url("/pub/c/684a644421a780106cdc0cc9bc0c1c83/img/icon-youtube.png") left
    no-repeat;
}

a.icon.ca {
  padding-left: 30px;
  background: transparent
    url("/pub/c/684a644421a780106cdc0cc9bc0c1c83/img/icon-capterra.png") left
    no-repeat;
}

section.features {
  display: grid;
  grid-template-columns: 3fr 9fr;
  border-style: solid;
  border-color: #d7e9f8;
  border-width: 5vh 3vw 5vh 3vw;
  padding: 0;
  justify-content: center;
  align-items: center;
  background: #ffffff;
}

section.features > div:first-child {
  padding: 7vh 0;
  height: 100%;
  border-radius: 4px 0 0 4px;
  background-color: #ffffff;
}

section.features > div > * {
  margin: 0 0 2vh 3vw;
}

ul#feature-list {
  list-style-type: none;
  padding: 0;
}

ul#feature-list li {
  list-style-type: none;
  padding: 0;
  margin-bottom: 0.75em;
}

ul#feature-list li > a {
  font-family: "franklin-gothic-urw", "Arial", "Helvetica", sans-serif;
  color: #3c5067;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.72px;
  line-height: 24px;
  text-decoration: none;
  position: relative;
  padding: 0 2px 1px 0;
  display: inline-block;
}

ul#feature-list li > a.active,
ul#feature-list li > a:active,
ul#feature-list li > a:focus {
  font-weight: 500;
  color: #005cb4;
}

ul#feature-list li > a:focus {
  outline-color: #fcfcfc;
  outline-style: solid;
  outline-offset: 6px;
  outline-width: 1px;
}

section.features > #feature {
  border-radius: 0 4px 4px 0;
  background-color: #ffffff;
  padding: 0;
  margin: 0;
  height: 650px;
  max-height: 100vh;
  display: grid;
}

section.features > #feature > aside {
  display: grid;
  grid-template-columns: 5fr 4fr;
  align-items: center;
  padding: 0;
  margin-left: 0;
}

section.features > #feature > aside > img {
  justify-self: center;
  max-width: 99%;
  max-height: 99%;
  position: relative;
  z-index: 2;
  background-color: #fff;
}

section.features > #feature > aside > div {
  overflow: hidden;
  padding: 0 3vw 0 0;
  position: relative;
  z-index: 1;
}

section.get-started {
  display: grid;
  grid-template-columns: 7fr 5fr;
  justify-content: center;
  padding: 5vh 3vw 1vh 3vw;
}

section.get-started > div {
  justify-self: center;
}

section.get-started > div > * {
  margin: 1.2em 3vw 1em 0;
}

.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

* {
  box-sizing: border-box;
  font-family: "Arial", "Helvetica", sans-serif;
}

/* Smooth Scrolling */
html {
  scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
html {
  background: #fff;
  height: 100%;
  font-family: "franklin-gothic-urw", "Arial", "Helvetica", sans-serif;
}

body {
  background: inherit;
  font-family: "franklin-gothic-urw", "Arial", "Helvetica", sans-serif;
  font-size: 1rem;
  line-height: 1.4rem;
  padding: 0;
  margin: 0;
  color: #001b36;
}

p {
  color: #011c35;
  font-size: 21px;
  font-weight: 300;
  letter-spacing: 0.42px;
  line-height: 35px;
  font-family: "franklin-gothic-urw", "Arial", "Helvetica", sans-serif;
}

figure {
  margin: 0;
}

address {
  margin: 0 0 1em 0;
  color: #001b36;
}

::selection {
  background-color: #4fb9fc;
  color: #ffffff;
}

::-moz-selection {
  background-color: #4fb9fc;
  color: #ffffff;
}

::-webkit-selection {
  background-color: #4fb9fc;
  color: #ffffff;
}

.clearfix:before,
.clearfix:after {
  content: ".";
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "franklin-gothic-urw", "Arial", "Helvetica", sans-serif;
  font-weight: 400;
  display: block;
  color: #032e63;
  padding: 0;
  margin: 0;
  color: #035eb1;
}

h1 {
  font-size: 64px;
  font-weight: 900;
  line-height: 64px;
}

h2 {
  font-size: 42px;
  letter-spacing: 0.84px;
  font-weight: 300;
  line-height: 50px;
}

h3 {
  font-size: 48px;
  line-height: 58px;
  letter-spacing: 0.87px;
  font-weight: 300;
}

h3.large {
  font-weight: 500;
}

h3.small {
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
}

h4 {
  font-weight: 300;
  font-size: 60px;
  letter-spacing: 2.46px;
  line-height: 64px;
}

h4.large {
  font-weight: 900;
}

h5 {
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 1px;
  font-weight: 500;
  color: #162d58;
  text-transform: capitalize;
}

h6 {
  font-size: 0.6rem;
  line-height: 1.1rem;
  font-style: italic;
}

a {
  color: #005cb4;
  text-decoration: underline;
  transition: color 0.25s ease;
}

a:link {
  color: #005cb4;
  text-decoration: underline;
}

a:visited {
  color: #032e63;
  text-decoration: underline;
}

a:hover {
  color: #fba734;
  text-decoration: underline;
}

a:active {
  color: #035eb1;
  text-decoration: underline;
}

a img {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

ol,
ul {
  padding: 0 0 0 1rem;
  margin: 0 1rem 1em 0;
}

ol ol li {
  list-style-type: lower-alpha;
}

ol ol ol li {
  list-style-type: lower-roman;
}

ul + ul {
  margin-top: -0.5rem;
}

li {
  margin: 0 0 0.25rem 0;
  padding: 0;
}

li.nobullet {
  list-style: none;
}

ul.horizontal,
ol.horizontal {
  margin: 0;
  padding: 0;
}

ul.horizontal li,
ol.horizontal li {
  float: left;
  display: block;
  margin: 0 0.25rem 0 0;
  padding: 0;
}

ul.horizontal.floatright li,
ol.horizontal.floatright li {
  float: left;
  margin: 0 0 0 0.25rem;
}

ul.horizontal li a,
ol.horizontal li a {
  display: block;
  border: none;
}

.yank {
  display: block;
  left: -999em;
  position: absolute;
}

.fldsetContributer {
  border-color: #006600;
}

.fldsetNormal {
  border-color: #000099;
}

.invisible,
.hidden {
  display: none !important;
}

.show {
  display: block;
}

.floatright {
  float: right;
}

.floatleft {
  float: left;
}

img.floatleft {
  margin-right: 10px;
  margin-bottom: 10px;
}

.clearall {
  clear: both;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.ucase {
  text-transform: uppercase;
}

.lcase {
  text-transform: lowercase;
}

.alignleft,
.left {
  text-align: left;
}

.alignright,
.right {
  text-align: right;
}

.aligncenter,
.center {
  text-align: center;
}

.grid.center > img {
  margin-left: auto;
  margin-right: auto;
}

.error404 {
  font-size: 5em;
  text-align: right;
  margin: 50px 20px;
  padding: 0;
}

.mNews h1 > img {
  float: left;
  margin: 0.25em 0.5em 0.25em 0;
}

hr {
  border-bottom: 1px solid #032e63;
  border-width: 0 0 1px 0;
}

.input_checkbox,
.input_image,
.input_radio {
  border: none;
  background: none;
  padding: 0;
  margin: 3px 0 0 0;
}

figcaption {
  font-size: 0.75rem;
  text-align: center;
  color: #555;
  margin-top: -0.25rem;
}

.button:visited,
.button:link,
.button {
  font-family: "franklin-gothic-urw", "Arial", "Helvetica", sans-serif;
  letter-spacing: 1.55px;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  padding: 0.55rem 0.85rem;
  border-radius: 6px;
  border: 5px solid transparent;
  color: #162d58;
  background-color: #ffffff;
  transition: background-color 0.25s ease-in-out, opacity 0.25s ease-in;
  opacity: 1;
  text-decoration: none;
  font-weight: 500;
  display: inline-block;
}

.button:hover,
.button:active {
  color: #162d58;
  background-color: #ffcd0c;
}

.button:active {
  opacity: 0.6;
}

.button:focus {
  color: #162d58;
  background-color: #ffffff;
  border-color: #ffcd0c;
  opacity: 1;
  outline: none;
}

body.inner header .button:visited,
#mobileheader.light .button:visited,
header.light .button:visited,
body.inner header .button:link,
#mobileheader.light .button:link,
header.light .button:link,
body.inner header .button,
#mobileheader.light .button,
header.light .button {
  font-family: "franklin-gothic-urw", "Arial", "Helvetica", sans-serif;
  letter-spacing: 1.55px;
  font-size: 14px;
  line-height: 17px;
  border-radius: 6px;
  border: 5px solid transparent;
  color: #ffffff;
  background-color: #035eb1;
  transition: background-color 0.25s ease-in-out, opacity 0.25s ease-in,
    border-color 0.25s ease;
  opacity: 1;
  text-decoration: none;
  font-weight: 500;
  display: inline-block;
}

header .button:hover,
#mobileheader.light .button:hover,
header.light .button:hover {
  color: #ffffff;
  background-color: #011c35;
}

header .button:active,
#mobileheader.light .button:active,
header.light .button:active {
  color: #999999;
}

header .button:focus,
#mobileheader.light .button:focus,
header.light .button:focus {
  color: #ffffff;
  background-color: #035eb1;
  border-color: #059af9;
  opacity: 1;
}

.button.inverse:visited,
.button.inverse:link,
.button.inverse {
  font-size: 16px;
  line-height: 19px;
  color: #162d58;
  background-color: #ffcd0c;
  letter-spacing: 0.95px;
}

.button.inverse:hover,
.button.inverse:active {
  color: #ffffff;
  background-color: #035eb1;
}

.button.inverse:active {
  opacity: 0.6;
}

.button.inverse:focus {
  border-color: #059af9;
  color: #162d58;
  background-color: #ffcd0c;
  opacity: 1;
}

section.hero .button.inverse {
  transition: color 0.5s ease-in-out, border-color 0.3s ease-in,
    background-color 0.34s linear;
}

section.hero .button.inverse:hover,
section.hero .button.inverse:active {
  color: #ffffff;
  background-color: #011c35;
}

section.hero .button.inverse:focus {
  border-color: #059af9;
  color: #ffffff;
  background-color: #035eb1;
  opacity: 1;
}

.button.primary:visited,
.button.primary:link,
.button.primary {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  background-color: #035eb1;
  letter-spacing: 1.06px;
}

.button.primary:hover,
.button.primary:active {
  color: #ffffff;
  background-color: #011c35;
  transition: all 0.2s ease;
}

.button.primary:active {
  opacity: 0.6;
}

.button.primary:focus {
  border-color: #059af9;
  color: #ffffff;
  background-color: #035eb1;
  opacity: 1;
}

ul#feature-list li > a.active::before,
.button.learn-more::before {
  content: " →";
  position: absolute;
  right: -15px;
}

ul#feature-list li > a.active::before {
  right: -25px;
}

.button.learn-more:visited,
.button.learn-more:link,
.button.learn-more {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.95px;
  line-height: 19px;
  margin: 0;
  padding: 0 2px 1px 0;
  position: relative;
  color: #035eb1;
  background-color: transparent;
  letter-spacing: 1.06px;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #035eb1;
}

.button.learn-more:hover,
.button.learn-more:active {
  color: #162d58;
  border-bottom-color: #162d58;
}

.button.learn-more:active {
  border-bottom-color: transparent;
}

.button.learn-more:focus {
  color: #035eb1;
  outline-color: #035eb1;
  outline-style: solid;
  outline-offset: 10px;
  outline-width: 2px;
  border-color: transparent;
  border-bottom-color: #035eb1;
}

.ntb {
  border-top: none !important;
}

.nrb {
  border-right: none !important;
}

.nbb {
  border-bottom: none !important;
}

.nlb {
  border-left: none !important;
}

.nlm {
  margin-left: 0 !important;
}

.nrm {
  margin-right: 0 !important;
}

.ntm {
  margin-top: 0 !important;
}

.nbm {
  margin-bottom: 0 !important;
}

.nlp {
  padding-left: 0 !important;
}

.nrp {
  padding-right: 0 !important;
}

.ntp {
  padding-top: 0 !important;
}

.nbp {
  padding-bottom: 0 !important;
}

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

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

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

.no-borders tr td,
.no-border tr td,
.no-borders,
.no-border {
  border: none !important;
}

html {
  background: #fff;
  color: #001b36;
}

/* BEGIN Menu Module style */
[id*="Menu"] ul {
  display: block;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

[id*="Menu"] ul li {
  display: inline-block;
  list-style: none;
  width: auto;
  padding: 0;
  margin: 0;
}

[id*="Menu"] ul li {
  position: relative;
}

[id*="Menu"] ul li a {
  display: block;
  text-decoration: none;
  color: #ffffff;
  background-color: transparent;
}

/* main menu */
div.mainmenu > #MainMenu {
  transition: all 0.35s ease-in-out;
}

div.mainmenu > #MainMenu a {
  text-decoration: none;
}

div.mainmenu > #MainMenu > div {
  font-family: monospace;
}

div.mainmenu > #MainMenu ul {
  background-color: transparent;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

div.mainmenu > #MainMenu > ul {
  display: block;
  width: 100%;
  height: 49px;
}

div.mainmenu > #MainMenu ul li {
  display: block;
  float: left;
  padding: 0;
  position: relative;
  text-decoration: none;
}

div.mainmenu > #MainMenu > ul > li {
  margin-right: 3.5vw;
}

div.mainmenu > #MainMenu ul li a {
  font-family: "franklin-gothic-urw", "Arial", "Helvetica", sans-serif;
  font-weight: 500;
  letter-spacing: 1.55px;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
  text-transform: uppercase;
  cursor: pointer;
  display: grid;
}

div.mainmenu > #MainMenu > ul > li > a {
  padding: 0.9em 0 0.8em 0;
  transition: color 0.25s ease;
}

body.inner > header div.mainmenu > #MainMenu > ul > li > a {
  color: #162d58;
}

div.mainmenu > #MainMenu > ul > li > a .brdr {
  background-color: #fff;
  border: none;
  height: 2px;
  width: 100%;
  margin-top: 10px;
  opacity: 0;
  transition: opacity 0.35s ease, background-color 0.25s ease;
}

div.mainmenu > #MainMenu:hover > ul > li > a > .brdr {
  -webkit-animation: scale-in-hor-center 0.3s
    cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: scale-in-hor-center 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

header.light div.mainmenu > #MainMenu > ul > li > a .brdr {
  background-color: #059af9;
}

body.inner > header div.mainmenu > #MainMenu > ul > li > a .brdr {
  background-color: #162d58;
}

div.mainmenu > #MainMenu > ul > li > a:hover {
  color: #059af9;
}

div.mainmenu > #MainMenu > ul > li > a:hover > .brdr {
  background-color: #059af9;
}

header.light div.mainmenu > #MainMenu:hover > ul > li > a {
  color: #059af9;
}

header.light div.mainmenu > #MainMenu > ul > li > a:hover > .brdr {
  background-color: #059af9;
}

body.inner > header div.mainmenu > #MainMenu > ul > li > a:hover {
  color: #059af9;
}

body.inner > header div.mainmenu > #MainMenu:hover > ul > li > a:hover .brdr {
  background-color: #059af9;
}

div.mainmenu > #MainMenu > ul > li > a:active {
  color: #ffcd0c;
}

div.mainmenu > #MainMenu > ul > li > a:active > .brdr {
  background-color: #ffcd0c;
  transition: background-color 0.25s ease;
}

header.light div.mainmenu > #MainMenu > ul > li > a:active {
  color: #003b4e;
}

header.light div.mainmenu > #MainMenu > ul > li > a:active > .brdr {
  background-color: #003b4e;
  transition: background-color 0.25s ease;
}

header.light div.mainmenu > #MainMenu ul li a:hover,
header.light div.mainmenu > #MainMenu ul li a {
  color: #162d58;
}

header.light div.mainmenu > #MainMenu > ul > li > a:hover {
  border-bottom-color: #035eb1;
}

div.mainmenu > #MainMenu ul li:focus-within a {
  outline: none;
}

#site-wrapper > main > div.top.light div.mainmenu > #MainMenu ul li a {
  color: #162d58;
}

div.mainmenu > #MainMenu ul li ul {
  background-color: #011c35;
  visibility: hidden;
  opacity: 0;
  width: 230px;
  position: absolute;
  margin-top: 0;
  padding: 20px 10px;
  left: -25px;
  display: none;
  z-index: 200;
  box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.1);
  transition: opacity 0.2s ease, color 0.25s ease;
  -webkit-animation: scale-in-tl 0.33s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: scale-in-tl 0.33s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

header.light div.mainmenu > #MainMenu ul li ul {
  background-color: #fff;
}

div.mainmenu > #MainMenu ul li ul {
  background-color: #011c35;
}

div.mainmenu > #MainMenu > ul > li:hover > ul > li:hover > a + ul,
div.mainmenu > #MainMenu > ul > li:hover > a + ul {
  visibility: visible;
  opacity: 1;
  display: block;
  border-radius: 1px;
  overflow: hidden;
}

#MainMenu ul li ul li {
  clear: both;
  width: 100%;
  padding: 0;
  -webkit-animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

div.mainmenu > #MainMenu ul li ul li:nth-child(1) {
  animation-delay: 0.055s;
}

div.mainmenu > #MainMenu ul li ul li:nth-child(2) {
  animation-delay: 0.11s;
}

div.mainmenu > #MainMenu ul li ul li:nth-child(3) {
  animation-delay: 0.165s;
}

div.mainmenu > #MainMenu ul li ul li:nth-child(4) {
  animation-delay: 0.22s;
}

div.mainmenu > #MainMenu ul li ul li:nth-child(5) {
  animation-delay: 0.275s;
}

div.mainmenu > #MainMenu ul li ul li:nth-child(6) {
  animation-delay: 0.33s;
}

div.mainmenu > #MainMenu ul li ul li:nth-child(7) {
  animation-delay: 0.385s;
}

div.mainmenu > #MainMenu ul li ul li:nth-child(8) {
  animation-delay: 0.44s;
}

div.mainmenu > #MainMenu ul li ul li:nth-child(9) {
  animation-delay: 0.495s;
}

div.mainmenu > #MainMenu ul li ul li:nth-child(10) {
  animation-delay: 0.55s;
}

div.mainmenu > #MainMenu ul li ul li a {
  width: 100%;
  padding: 5px 15px;
  background-color: transparent;
  color: #fff;
  letter-spacing: 1.55px;
  line-height: 20px;
  font-size: 14px;
  transition: box-shadow 0.2s ease;
}

header.light div.mainmenu > #MainMenu ul li ul li a {
  color: #162d58;
}

div.mainmenu > #MainMenu ul li ul li a:hover {
  color: #ffcd0c;
  box-shadow: inset 0 0 24px -12px rgba(3, 94, 177, 0.11);
}

header.light div.mainmenu > #MainMenu ul li ul li a:hover {
  color: #035eb1;
}

div.mainmenu > #MainMenu ul li ul li a:active {
  box-shadow: inset 0 0 25px -10px rgba(255, 205, 12, 0.225);
}

div.mainmenu > #MainMenu ul li ul li a:focus {
  box-shadow: inset 0 0 28px -9px rgba(255, 205, 12, 0.45);
}

header.light div.mainmenu > #MainMenu ul li ul li a:active {
  box-shadow: inset 0 0 25px -10px rgba(3, 94, 177, 0.225);
}

header.light div.mainmenu > #MainMenu ul li ul li a:focus {
  box-shadow: inset 0 0 28px -9px rgba(3, 94, 177, 0.45);
}

/* END Menu Module style    rgb(3,94,177)    rgb(255,205,12) */
/* BEGIN mobile menu style */
#mobileheader {
  display: none;
}

img.mobile-logo {
  margin: 10px auto 0 4vw;
  width: 130px;
  display: inline-block;
}

@media screen and (max-width: 720px) {
  div#mobileheader.open-drawer {
    background-color: #035eb1;
    transition: background-color 0.25s ease-in-out;
  }

  div#mobileheader #banner {
    height: 75px;
    width: 100%;
    display: block;
    justify-content: center;
    align-content: center;
    background: transparent;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10001;
  }

  nav.drawer {
    z-index: 90;
    width: 25%;
    max-width: 100%;
    overflow: hidden;
    height: 100%;
    max-height: 100%;
    display: block;
    position: fixed;
    top: 0;
    left: -310px;
    padding-top: 75px;
    box-sizing: border-box;
    transition: 0.5s;
  }

  #main-nav {
    background-color: #035eb1;
    background: linear-gradient(
      180deg,
      rgb(3, 94, 177) 85%,
      rgba(3, 84, 158, 0.98) 100%
    );
  }

  nav.drawer .drawer-contents {
    display: grid;
    height: 100%;
    width: 100%;
    overflow-y: scroll;
    background: transparent;
    grid-auto-rows: max-content;
  }

  nav.drawer .drawer-contents > a.button {
    display: block;
    margin: 20px auto 30px auto;
    align-self: flex-start;
    text-align: center;
    background-color: #ffcd0c;
    color: #162d58;
  }

  nav.drawer ul.select {
    box-sizing: border-box;
    padding: 10px;
    padding-bottom: 20px;
    width: 100%;
    margin-top: 1em;
  }

  nav.drawer ul.select li.expandable > ul.sub {
    display: none !important;
  }

  nav.drawer ul.select li.expandable {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  nav.drawer ul.select li.expandable > a,
  nav.drawer ul.select li.expandable > a:link,
  nav.drawer ul.select li.expandable > a:hover,
  nav.drawer ul.select li.expandable > a:visited,
  nav.drawer ul.select li.expandable > a:active {
    transition: 0.3s;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2.21px;
    line-height: 24px;
    text-align: center;
  }

  nav.drawer ul.select li.expandable > a::after {
    font-size: 12px;
    line-height: inherit;
    font-weight: 400;
    margin-left: 10px;
    font-family: "Lucida Console", Monaco, monospace;
    position: absolute;
    content: ">";
    transform: rotate(90deg) scale(1, 2.25);
    -webkit-transform: rotate(90deg) scale(1, 2.25);
    transition: 0.2s;
  }

  nav.drawer ul.select li.expandable.expanded > ul.sub {
    display: block !important;
    position: relative;
  }

  nav.drawer ul.select li {
    display: block;
    padding: 0;
    margin: 0;
    list-style-type: none;
  }

  #mobileheader nav.drawer #MainMenu ul.select li ul li {
    -webkit-animation: scale-in-center 0.25s
      cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
    animation: scale-in-center 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  }

  #mobileheader nav.drawer #MainMenu ul.select li ul li:nth-child(1) {
    animation-delay: 0.035s;
  }

  #mobileheader nav.drawer #MainMenu ul.select li ul li:nth-child(2) {
    animation-delay: 0.07s;
  }

  #mobileheader nav.drawer #MainMenu ul.select li ul li:nth-child(3) {
    animation-delay: 0.105s;
  }

  #mobileheader nav.drawer #MainMenu ul.select li ul li:nth-child(4) {
    animation-delay: 0.14s;
  }

  #mobileheader nav.drawer #MainMenu ul.select li ul li:nth-child(5) {
    animation-delay: 0.175s;
  }

  #mobileheader nav.drawer #MainMenu ul.select li ul li:nth-child(6) {
    animation-delay: 0.21s;
  }

  #mobileheader nav.drawer #MainMenu ul.select li ul li:nth-child(7) {
    animation-delay: 0.245s;
  }

  #mobileheader nav.drawer #MainMenu ul.select li ul li:nth-child(8) {
    animation-delay: 0.28s;
  }

  #mobileheader nav.drawer #MainMenu ul.select li ul li:nth-child(9) {
    animation-delay: 0.315s;
  }

  #mobileheader nav.drawer #MainMenu ul.select li ul li:nth-child(10) {
    animation-delay: 0.35s;
  }

  nav.drawer ul.select > li a,
  nav.drawer ul.select > li a:link,
  nav.drawer ul.select > li a:hover,
  nav.drawer ul.select > li a:visited,
  nav.drawer ul.select > li a:active {
    color: #ffffff;
    text-decoration: none;
    display: block;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding: 0.5em;
    text-transform: uppercase;
    text-align: center;
  }

  nav.drawer ul.select li ul {
    padding: 0;
    margin: 0;
  }

  nav.drawer ul.select li ul li {
    color: #333;
  }

  nav.drawer ul.select li ul li a,
  nav.drawer ul.select li ul li a:link,
  nav.drawer ul.select li ul li a:hover,
  nav.drawer ul.select li ul li a:visited,
  nav.drawer ul.select li ul li a:active {
    color: #ffffff;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    text-transform: capitalize;
  }

  nav.drawer ul.select li ul li ul {
    padding: 0;
    margin: 0;
  }

  nav.drawer ul.select ul {
    padding: 0;
  }

  .open-drawer nav.drawer {
    width: 100%;
    left: 0;
    max-width: 100%;
    background: transparent;
    transition: 0.5s;
  }
}
.drawer-hamburger {
  position: fixed;
  z-index: 4;
  top: 12px;
  right: 2vw;
  display: block;
  box-sizing: content-box;
  width: 1.8rem;
  padding: 1.1em 0.8em 1.1em;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  border: 0;
  outline: 0;
  background-color: transparent;
}

.drawer-hamburger:hover {
  cursor: pointer;
  background-color: transparent;
}

.drawer-hamburger-icon {
  position: relative;
  display: block;
  margin-top: 10px;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  width: 100%;
  height: 2px;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #ffffff;
}

#mobileheader.light .drawer-hamburger-icon,
#mobileheader.light .drawer-hamburger-icon:after,
#mobileheader.light .drawer-hamburger-icon:before {
  background-color: #162d58;
}

.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  position: absolute;
  top: -10px;
  left: 0;
  content: " ";
}

.drawer-hamburger-icon:after {
  top: 10px;
}

.open-drawer .drawer-hamburger-icon {
  background-color: transparent;
}

.open-drawer .drawer-hamburger-icon:after,
.open-drawer .drawer-hamburger-icon:before {
  top: 0;
}

.open-drawer .drawer-hamburger-icon:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.open-drawer .drawer-hamburger-icon:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}

/* END mobile menu style */
/* BEGIN Search Module */
#search-site {
  height: 50px;
  margin: 0 0 10px 0;
  padding: 0;
  grid-template-columns: auto 50px;
  grid-gap: 0;
  justify-content: normal;
  background-color: #3b6a86;
  border-radius: 5px;
}

/* If the searchbar is moved to the header area */
.grid.top .left .floatright #search-site {
  height: 40px;
  margin-bottom: 0;
}

#search-site > * {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
}

#search-site input[type="text"] {
  font-size: 0.9rem;
  padding: 0 20px;
  color: #ffffff;
}

#search-site input[type="text"]::placeholder {
  color: #ffffff;
}

input[type="text"]::-ms-input-placeholder {
  color: #ffffff;
}

input[type="text"]::selection {
  background-color: #ffffff;
  color: #fba734;
}

input[type="text"]::-moz-selection {
  background-color: #ffffff;
  color: #fba734;
}

input[type="text"]::-webkit-selection {
  background-color: #ffffff;
  color: #fba734;
}

#search-site input[type="text"]:active,
#search-site input[type="text"]:focus {
  color: #ffffff;
  background: #fba734;
  transition: background-color 1s;
  text-shadow: none;
}

#search-site button {
  transition: background-color 0.5s ease;
}

#search-site button:focus,
#search-site button:active,
#search-site button:hover {
  background-color: #035eb1;
}

/* END Search Module */
/* BEGIN Search Results style */
ul.search_results {
  margin: 0 0 20px 0;
  padding: 0;
}

ul.search_results li {
  list-style-type: none;
  margin-bottom: 16px;
}

ul.search_results li > a:first-child {
  font-size: 1.2em;
  text-decoration: none;
  color: #032e63;
}

ul.search_results li > a:first-child:hover {
  text-decoration: underline;
}

p.xsltsearch_result_title {
  margin-top: 20px;
}

p.xsltsearch_result_title a {
  background-repeat: no-repeat;
  background-position: 0 0.3em;
  font-size: 1.3em;
  font-weight: normal;
  line-height: 1.3em;
  margin: 0 0 0px 2px;
  padding: 0 0 0 0;
  color: #f8971d;
}

p.xsltsearch_result_title a:link {
  color: #f8971d;
}

/* END Search Results style */
/* #Social Links
	================================================== */
ul.social li a,
ul.social li a img {
  margin: 10px 0 0 0;
  padding: 0;
}

ul.social li img:hover {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0px 0px 11px 1px #bbbbbb;
  padding: 0;
}

ul.social {
  margin: 15px 20px 15px 15px;
}

.social-feeds .heading {
  font-size: 1.5em !important;
  margin: 0;
  padding: 10px 0;
  text-align: center;
  width: 100%;
  color: #ffffff;
}

.social-feeds .heading.instatab {
  background: #333;
}

.social-feeds .heading.twittertab {
  background: #55acee;
}

.social-feeds .heading.facebooktab {
  background: #3c5899;
}

/* one item */
.social-feeds > ul li:first-child:nth-last-child(1) {
  width: 100%;
}

/* two items */
.social-feeds > ul li:first-child:nth-last-child(2),
.social-feeds > ul li:first-child:nth-last-child(2) ~ li {
  width: 50%;
}

/* three items */
.social-feeds > ul li:first-child:nth-last-child(3),
.social-feeds > ul li:first-child:nth-last-child(3) ~ li {
  width: 33.3333%;
}

/* four items */
.social-feeds > ul li:first-child:nth-last-child(4),
.social-feeds > ul li:first-child:nth-last-child(4) ~ li {
  width: 25%;
}

/* five items */
.social-feeds > ul li:first-child:nth-last-child(5),
.social-feeds > ul li:first-child:nth-last-child(5) ~ li {
  width: 20%;
}

.social-feeds > ul li:first-child a h2.heading {
  border-radius: 5px 0 0 0;
}

.social-feeds > ul li:last-child a h2.heading {
  border-radius: 0 5px 0 0;
}

.social-feeds {
  padding: 0;
  margin: 1px 0 10px 0;
  width: 100%;
  box-sizing: border-box;
  max-width: 100%;
}

.social-feeds .tab {
  clear: left;
  display: none;
  width: 280px;
  width: 100%;
  height: 390px;
  padding: 10px 10px;
  overflow: hidden;
  box-sizing: border-box;
  margin: 0px auto;
}

.social-feeds .tab {
  max-width: 320px;
  max-width: 100%;
}

#tw {
  background-color: #55acee;
}

.twitter-timeline {
  color: #ffffff !important;
}

#insta {
  background-color: #333;
}

#fb {
  background-color: #3c5899;
}

#fb > div {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
}

#insta > div {
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  padding-bottom: 8px;
}

#insta > div h3 {
  padding: 10px 5px 5px 5px;
  margin: 0px 0px 4px 0px;
  text-align: center;
}

#insta > div h3 a:hover {
  text-decoration: none;
}

.social-feeds .tab.active {
  display: block;
  border-radius: 0 0 5px 5px;
}

.social-feeds .tab.hidden {
  display: none;
}

.pluginLikeboxStream {
  height: 170px !important;
}

.social-feeds ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.social-feeds ul li {
  float: left;
  margin: 0 0px 0 0;
  padding: 0;
  box-sizing: border-box;
}

.social-feeds ul li img {
  max-width: 100%;
  vertical-align: bottom;
}

#instacontainer {
  width: 100%;
  box-sizing: border-box;
  padding: 3px;
  margin: 0px 0px 0px 0px;
  height: 320px;
  overflow-y: scroll;
}

#instafeed {
  width: 100%;
  box-sizing: border-box;
  margin: 0px 0px 0px 0px;
}

#instafeed a {
  display: block;
  text-align: center;
}

#instafeed a img {
  padding: 2px;
  margin: 5px 0px;
  box-shadow: 0px 0px 10px #999999;
}

.heading.insta {
  background: #333;
}

.fb-like-box,
.fb-like-box span,
.fb-like.fb_iframe_widget span iframe,
.fb-page {
  width: 100% !important;
}

.fb-display-container {
  width: 100%;
}

@media screen and (max-width: 720px) {
  .social-feeds {
    width: 100%;
    margin: 1px auto 0px auto;
  }
}
/* BEGIN Quick Links Module */
ul.quicklinks {
  margin: 1px 0 0 0;
  padding: 0;
  list-style-type: none;
}

ul.quicklinks li {
  text-align: left;
  border-top: 1px solid #f1f1f1;
  margin: 0;
}

ul.quicklinks li:first-child {
  border-top: none;
}

ul.quicklinks li:last-child {
  margin-bottom: 1px;
}

ul.quicklinks li a,
ul.quicklinks li a:link {
  display: block;
  padding: 0.75rem 10px 0.75rem 50px;
  font-size: 1rem;
  font-weight: normal;
  font-family: "Arial", "Helvetica", sans-serif !important;
  text-decoration: none;
  transition: color 0.75s ease;
  color: #032e63;
  background-color: #ffffff;
  border-radius: 5px;
}

ul.quicklinks li a:link,
ul.quicklinks li a:visited {
  text-decoration: none;
}

ul.quicklinks li a:hover {
  background-color: #00789f;
  color: #ffffff;
}

ul.quicklinks li a:active {
  background-color: #035eb1;
  color: #ffffff;
}

.aside > ul.quicklinks,
aside > ul.quicklinks {
  margin-bottom: 10px;
}

ul.quicklinks li.ql a {
  padding-left: 15px;
  display: grid;
  grid-template-columns: 1fr 7fr;
}

ul.quicklinks li.ql a span:first-child {
  font-size: 1.25rem;
}

/* END Quick Links Module */
.mReg {
  padding: 0;
  margin: 0;
}

.mReg li {
  float: left;
  width: 100%;
  display: block;
  list-style-type: none;
  padding: 0;
  margin: 3px 0 10px 0;
  clear: both;
}
@media screen and (max-width: 720px) {
  .mReg li {
    float: none;
  }
}

.mReg li > label {
  float: left;
  text-align: right;
  width: 40%;
  font-size: 1.3em;
  line-height: 1.6em;
  padding-right: 5px;
  display: block;
}
@media screen and (max-width: 720px) {
  .mReg li > label {
    float: none;
    width: 100%;
    text-align: left;
  }
}

.mReg > p {
  padding-left: 2px;
  font-size: 11px;
  color: #032e63;
}

.mReg > p label {
  padding-right: 4px;
  display: block;
}

.mReg li input[type="text"],
.mReg li textarea,
.mReg li select {
  float: left;
  padding: 6px 5px;
  border: 1px solid #032e63;
  background-color: #efefef;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
@media screen and (max-width: 720px) {
  .mReg li input[type="text"],
  .mReg li textarea,
  .mReg li select {
    float: none;
    width: 100%;
    box-sizing: border-box;
  }
}

.mReg li input[type="text"] {
  width: 250px;
}
@media screen and (max-width: 720px) {
  .mReg li input[type="text"] {
    width: 100%;
    box-sizing: border-box;
  }
}

.mReg li select {
  padding-right: 5px;
}

.mReg li select option {
  padding-right: 10px;
}

#sel_Category,
#sel_Tags {
  height: 150px;
}

.mReg li textarea:hover,
.mReg li textarea:active,
.mReg li input[type="text"]:hover,
.mReg li input[type="text"]:focus {
  color: #032e63;
  border-color: #032e63;
  background-color: #primary-bg-color;
  -webkit-transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}

.mreg .button,
.mReg #cmdBack,
.mReg li input[type="submit"] {
  display: block;
  min-width: 100px;
  margin: 0 auto 0;
  font-size: 1.4em;
  line-height: 1.6em;
  padding: 5px 10px;
  color: #ffffff;
  background-color: #035eb1;
  border-color: #011c35;
  border: 1px solid;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.mReg #cmdBack {
  float: left;
}

.button:hover,
.button:active,
.mReg #cmdBack:hover,
.mReg #cmdBack:active,
.mReg li input[type="submit"]:hover,
.mReg li input[type="submit"]:active {
  transition: background-color 0.3s linear;
  color: #ffffff;
  background-color: #011c35;
  border-color: #059af9;
}

li.mRegLOnly {
  width: 99%;
  text-align: left;
  margin: 0;
  padding: 0;
}

li.mRegROnly {
  width: 99%;
  margin: 0;
  padding: 0;
}

div.alert {
  font-weight: normal;
  font-size: 0.9em;
  margin: -4px 0 0 40%;
  padding: 0 0 5px 0;
  color: #b00;
  text-align: left;
  background-color: transparent;
  clear: both;
}

div.mRegRadio {
  width: 250px;
  text-align: left;
  margin: 0 0 0.5em 41%;
  font-size: 1.2em;
  line-height: 1.6em;
  padding: 4px 8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

div.mRegRadio input {
  vertical-align: middle;
}

div.mRegRadio img {
  margin: 2px 2px 0 4px;
}

div.mRegRadioWide {
  width: 100%;
  text-align: left;
  margin: 0 0 1em 0;
  padding: 1px 4px;
}

div.mRegRadioWide input {
  vertical-align: middle;
  margin: 0;
  padding: 0;
}

div.mRegRadioWide table {
  display: inline;
  margin: 0;
  padding: 0;
}

div.mRegRadioWide img {
  margin: 2px 2px 0 4px;
}

div.mRegRadioHoriz {
  font-size: 1.2em;
  line-height: 1.6em;
  display: inline;
  margin: 0;
  padding: 4px 8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

div.mRegRadioHoriz input {
  vertical-align: middle;
}

div.mRegRadioHoriz img {
  margin: 2px 2px 0 4px;
}

.checked_radio {
  color: #primary-fg-color;
  background-color: #ffffff;
}

div.mRegRadio:hover,
div.mRegRadioHoriz:hover {
  color: #primary-fg-color;
  background-color: #ffffff;
  transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}

.mRegHTMLTextarea {
  border: 1px solid #efefef;
  display: inline-block;
  padding: 3px 5px;
}

.mRegStep {
  padding: 5px;
}

.mRegStep legend {
  font-weight: bold;
}

#align_letf {
  display: none !important;
}

#align_letf input[type="text"] {
  display: none !important;
}

/* BEGIN Summary Modules (News/Calendar) */
ul.summary {
  margin: 1px 0 10px 0;
  padding: 0;
  list-style-type: none;
}

ul.summary li {
  text-align: left;
  border-top: 1px solid #cfcfcf;
  margin: 0;
  border-radius: 5px;
}

ul.summary li h3 {
  font-size: 1.2em;
  line-height: 1.2em;
  margin: 0;
  padding: 0;
  color: #032e63;
}

ul.summary li:first-child {
  border-top: none;
}

ul.summary li a,
ul.summary li a:link,
ul.summary li a:visited {
  font-size: 0.8rem;
  line-height: 1.3rem;
  padding: 0.75rem 1rem;
  display: block;
  text-decoration: none;
  transition: background-color 0.25s ease;
  color: #032e63;
  background-color: transparent;
  border-radius: 5px;
}

ul.summary li:nth-child(even) a {
  background-color: #d9d9d9;
}

ul.summary li a:hover * {
  color: #ffffff;
}

ul.summary li a:active {
  background-color: #035eb1;
}

ul.summary li.foot-link > a {
  display: grid;
  grid-template-columns: auto 16px;
  color: #ffffff;
  background-color: #003b4e;
  padding: 10px 20px;
}

ul.summary li.foot-link > a .icon {
  padding-top: 1px;
  font-size: 1rem;
}

ul.summary li.foot-link > a:hover,
ul.summary li a:hover {
  text-decoration: none;
  background-color: #00789f;
  color: #ffffff;
}

ul.summary li.foot-link > a:active,
ul.summary li a:active {
  background-color: #035eb1;
}

/* END Summary Modules (News/Calendar) */
/* BEGIN Calendar Module style */
#cal-event-body br,
#cal-event-foot br {
  clear: both;
}

.cal-legend {
  background-color: #003b4e;
  color: #ffffff;
  text-align: center;
}

.cal-legend strong {
  font-size: 0.8rem;
}

.cal-frame {
  background-color: #aaaaaa;
  color: #001b36;
}

.cal-frame > table {
  width: 100%;
}

.cal-frame > table th,
.cal-frame > table td {
  width: 14%;
  padding: 3px;
}

.cal-frame > table td > table + table {
  min-height: 40px;
}

.cal-frame .li {
  font-size: 0.75em;
  line-height: 1.2em;
  padding-bottom: 0.25em;
  margin: 0 0 0.25em 0;
}

.cal-frame td p.li {
  border-bottom: 1px solid #cfcfcf;
}

.cal-frame td p.li:last-child {
  border-bottom: none;
}

.cal-frame td p.li a.thickbox {
  padding: 3px 4px;
}

.cal-frame a,
.cal-frame a:link {
  text-decoration: none;
  padding-left: 3px;
  padding-right: 3px;
  display: inline-block;
}

.cal-frame a:hover,
.cal-frame a:active {
  background-color: #032e63;
  color: #ffffff;
  -webkit-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
  transition: background-color 0.25s;
}

#cal-title {
  line-height: normal;
}

.cal-off {
  background-color: #f1f1f1;
  color: #001b36;
  height: 50px;
}

.cal-on {
  background-color: #ffffff;
  color: #001b36;
  height: 50px;
}

.cal-hilite {
  background-color: #003b4e;
  color: #ffffff;
}
.cal-hilite strong {
  color: #ffffff;
  background: #3b6a86;
  border-radius: 50%;
  padding: 4px 7px;
  display: inline-block;
  position: relative;
  top: -6px;
  left: -14px;
}

.cal-hilite a,
.cal-hilite a:link,
.cal-hilite a:visited,
.cal-hilite a:hover {
  color: #ffffff;
}

.cal-entry {
  font-size: 0.76em;
}

.cal-body {
  background-color: #f1f1f1;
  color: #001b36;
}

#site-wrapper > main div.page-content #CalendarHeadTable,
#CalendarHeadTable {
  width: 100%;
  padding: 5px;
  margin-bottom: 0;
}

#site-wrapper > main div.page-content div.calendar-container table tr td table {
  margin: 0;
}

#CalendarTable {
  width: 100%;
  border-collapse: collapse;
}

.calendar-container {
  width: 100%;
}

/* The main calendar widget.  DIV containing a table. */
.calendar {
  position: relative;
  display: none;
  border: 1px solid;
  border-color: #fff #000 #000 #fff;
  font-size: 11px;
  cursor: default;
  background: Window;
  color: WindowText;
  font-family: tahoma, verdana, sans-serif;
}

.calendar table {
  border: 1px solid;
  border-color: #fff #000 #000 #fff;
  font-size: 11px;
  cursor: default;
  background: Window;
  color: WindowText;
  font-family: tahoma, verdana, sans-serif;
}

/* Header part -- contains navigation buttons and day names. */
.calendar .button {
  /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;
  padding: 1px;
  border: 1px solid;
  border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
  background: ButtonFace;
}

.calendar .nav {
  background: ButtonFace url(menuarrow.gif) no-repeat 100% 100%;
}

.calendar thead .title {
  /* This holds the current "month, year" */
  font-weight: bold;
  padding: 1px;
  border: 1px solid #000;
  background: ActiveCaption;
  color: CaptionText;
  text-align: center;
}

.calendar thead .headrow {
  /* Row <TR> containing navigation buttons */
}

.calendar thead .daynames {
  /* Row <TR> containing the day names */
}

.calendar thead .name {
  /* Cells <TD> containing the day names */
  border-bottom: 1px solid ButtonShadow;
  padding: 2px;
  text-align: center;
  background: ButtonFace;
  color: ButtonText;
}

.calendar thead .weekend {
  /* How a weekend day name shows in header */
  color: #032e63;
}

.calendar thead .hilite {
  /* How do the buttons in header appear when hover */
  border: 2px solid;
  padding: 0px;
  border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
}

.calendar thead .active {
  /* Active (pressed) buttons in header */
  border-width: 1px;
  padding: 2px 0px 0px 2px;
  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
}

/* The body part -- contains all the days in month. */
.calendar tbody .day {
  /* Cells <TD> containing month days dates */
  width: 2em;
  text-align: right;
  padding: 2px 4px 2px 2px;
}

.calendar tbody .day.othermonth {
  font-size: 80%;
  color: #aaaaaa;
}

.calendar tbody .day.othermonth.oweekend {
  color: #faa;
}

.calendar table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid ButtonShadow;
  background: ButtonFace;
  color: ButtonText;
}

.calendar tbody .rowhilite td {
  background: Highlight;
  color: HighlightText;
}

.calendar tbody td.hilite {
  /* Hovered cells <TD> */
  padding: 1px 3px 1px 1px;
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
}

.calendar tbody td.active {
  /* Active (pressed) cells <TD> */
  padding: 2px 2px 0px 2px;
  border: 1px solid;
  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
}

.calendar tbody td.selected {
  /* Cell showing selected date */
  font-weight: bold;
  border: 1px solid;
  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
  padding: 2px 2px 0px 2px;
  background: ButtonFace;
  color: ButtonText;
}

.calendar tbody td.weekend {
  /* Cells showing weekend days */
  color: #032e63;
}

.calendar tbody td.today {
  /* Cell showing today date */
  font-weight: bold;
  color: #00f;
}

.calendar tbody td.disabled {
  color: GrayText;
}

.calendar tbody .emptycell {
  /* Empty cells (the best is to hide them) */
  visibility: hidden;
}

.calendar tbody .emptyrow {
  /* Empty row (some months need less than 6 rows) */
  display: none;
}

/* The footer part -- status bar and "Close" button */
.calendar tfoot .footrow {
  /* The <TR> in footer (only one right now) */
}

.calendar tfoot .ttip {
  /* Tooltip (status bar) cell <TD> */
  background: ButtonFace;
  padding: 1px;
  border: 1px solid;
  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
  color: ButtonText;
  text-align: center;
}

.calendar tfoot .hilite {
  /* Hover style for buttons in footer */
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
  padding: 1px;
  background: #e4e0d8;
}

.calendar tfoot .active {
  /* Active (pressed) style for buttons in footer */
  padding: 2px 0px 0px 2px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
}

/* Combo boxes (menus that display months/years for direct selection) */
.calendar .combo {
  position: absolute;
  display: none;
  width: 4em;
  top: 0px;
  left: 0px;
  cursor: default;
  border: 1px solid;
  border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
  background: Menu;
  color: MenuText;
  font-size: 90%;
  padding: 1px;
  z-index: 100;
}

.calendar .combo .label,
.calendar .combo .label-IEfix {
  text-align: center;
  padding: 1px;
}

.calendar .combo .label-IEfix {
  width: 4em;
}

.calendar .combo .active {
  padding: 0px;
  border: 1px solid #000;
}

.calendar .combo .hilite {
  background: Highlight;
  color: HighlightText;
}

.calendar td.time {
  border-top: 1px solid ButtonShadow;
  padding: 1px 0px;
  text-align: center;
  background-color: ButtonFace;
}

.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
  padding: 0px 3px 0px 4px;
  border: 1px solid #889;
  font-weight: bold;
  background-color: Menu;
}

.calendar td.time .ampm {
  text-align: center;
}

.calendar td.time .colon {
  padding: 0px 2px 0px 3px;
  font-weight: bold;
}

.calendar td.time span.hilite {
  border-color: #001b36;
  background-color: Highlight;
  color: HighlightText;
}

.calendar td.time span.active {
  border-color: #032e63;
  background-color: #ffffff;
  color: #0f0;
}

/* Calendar Event
*********************/
.cal-eventL {
  width: 25%;
  float: left;
  text-align: right;
  padding: 4px 5px 4px 0;
}

.cal-eventR {
  width: auto;
  float: left;
  text-align: left;
  padding: 4px 0 4px 0;
}

#cal-event {
  text-align: center;
  width: 100%;
  margin: 10px 0 0 0;
}

#cal-event-head {
  width: 400px;
  text-align: left;
  border: 1px solid #999999;
  background-color: #fff;
  color: #001b36;
}

#cal-event-head-print {
  text-align: right;
  padding: 1px 1px 1px 1px;
}

#cal-event-head-title {
  text-align: center;
  padding: 1px 1px 1px 1px;
  font-weight: bold;
}

#cal-event-head-day {
  text-align: center;
  padding: 4px 0 4px 0;
}

#cal-event-body {
  width: 400px;
  text-align: left;
  border: 1px solid #999999;
  background-color: #f1f1f1;
  color: #001b36;
}

#cal-event-foot {
  width: 400px;
  text-align: right;
}

/* END Calendar Module style */
/* BEGIN Sitemap Module style */
.sitemap ul {
  margin: 0 0 5px 0;
}

.sitemap ul li {
  margin: 0 0 5px 0;
}

.sitemap ul.level1 {
  font-size: 1.1em;
  margin-left: 1em;
}

.sitemap ul.level2 {
  font-size: 1em;
  margin-left: 1.5em;
}

.sitemap ul.level3 {
  font-size: 0.9em;
  margin-left: 2em;
}

.sitemap {
  width: 30%;
  float: left;
  margin-left: 3%;
  margin-bottom: 1em;
}

.sitemap strong {
  margin: 0;
  font-weight: 700;
}

.sitemap ul {
  margin: 0 0 5px 0;
}

.sitemap ul li {
  margin: 0 0 5px 0;
}

.sitemap ul.level1 {
  font-size: 1.1em;
  margin-left: 1em;
}

.sitemap ul.level2 {
  font-size: 1em;
  margin-left: 1.5em;
}

.sitemap ul.level3 {
  font-size: 0.9em;
  margin-left: 2em;
}

/* END Sitemap Module style */
/* BEGIN Registration Module style */
.mReg {
  padding: 0;
  margin: 0;
  position: relative;
}

div.alert {
  font-weight: normal;
  font-size: 12.5px;
  line-height: 1.4em;
  text-align: left;
  font-weight: 700;
  margin: -0.25rem 0 0 0;
  padding: 0 0 0 0;
  background-color: transparent;
  display: block;
  animation: breath-strobe 2s infinite ease-in-out;
}

@keyframes breath-strobe {
  0% {
    color: #035eb1;
  }
  25% {
    color: #03549e;
  }
  50% {
    color: #002c3a;
  }
  75% {
    color: #03549e;
  }
  100% {
    color: #035eb1;
  }
}
.mReg li {
  width: 100%;
  display: block;
  position: relative;
  grid-auto-rows: auto;
  align-items: center;
  justify-content: center;
  margin: 0 0 10px 0;
  list-style: none;
  clear: both;
}

.mReg li.mRegLOnly {
  grid-template-columns: 1fr;
  text-align: left;
  padding: 0;
  margin-bottom: 0;
}

.mReg li.mRegROnly {
  grid-template-columns: 1fr;
  padding: 0;
}

.mReg li.mRegButtonRow {
  grid-template-columns: 1fr;
  padding: 0;
  align-items: center;
  justify-content: center;
  margin-top: 4vh;
  margin-bottom: 0;
  text-align: center;
}

.mReg li div.grid {
  justify-items: center;
  width: fit-content;
  margin: 0 auto;
  grid-column-gap: 15px;
}

.mReg li > label {
  font-family: "franklin-gothic-urw", "Arial", "Helvetica", sans-serif;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  width: 100%;
  display: block;
  margin-top: 1.25em;
  padding-bottom: 0.4em;
}

.mReg li > label[for^="chk_top"] {
  font-weight: 400;
  margin-top: 13.5px;
}

.mReg li > label em {
  float: right;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  margin-right: 1rem;
}

.mReg li input[type="text"],
.mReg li textarea,
.mReg li select {
  font-family: "franklin-gothic-urw", "Arial", "Helvetica", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  width: 100%;
  justify-content: normal;
  padding: 10px 15px;
  border: 1px solid #697892;
  color: #010101;
  background-color: #fff;
  transition: background-color 0.5s ease;
}

.mReg li input[type="text"]::placeholder {
  color: #ffffff;
}

.mReg li input[type="text"]::-ms-input-placeholder {
  color: #ffffff;
}

.mReg li input[type="text"]::selection {
  background-color: #fba734;
  color: #ffffff;
}

.mReg li input[type="text"]::-moz-selection {
  background-color: #fba734;
  color: #ffffff;
}

.mReg li input[type="text"]::-webkit-selection {
  background-color: #fba734;
  color: #ffffff;
}

.mReg li select {
  padding-right: 5px;
}

.mReg li select option {
  padding-right: 10px;
}

.mReg li textarea:focus,
.mReg li input[type="text"]:focus {
  color: #162d58;
  box-shadow: inset 0 0 2em rgba(215, 233, 248, 0.85);
  border-color: #162d58;
}

.mReg input[type="submit"] {
  color: #ffffff;
  background-color: #035eb1;
  border-color: #011c35;
  opacity: 1;
}

.mReg #cmdBack:focus,
.mReg li input[type="submit"]:focus {
  color: #ffffff;
  background-color: #011c35;
  border-color: #059af9;
  opacity: 1;
}

.mReg input[type="checkbox"] {
  position: absolute;
  top: 11px;
  left: 5px;
  height: 20px;
  width: 20px;
}

div.mRegRadio {
  text-align: left;
  margin: 0 0 0.5em 41%;
  padding: 4px 8px;
  font-size: 1.2em;
  line-height: 1.6em;
  border-radius: 5px;
}

div.mRegRadio input {
  vertical-align: middle;
}

div.mRegRadio img {
  margin: 2px 2px 0 4px;
}

div.mRegRadioWide {
  width: 100%;
  text-align: left;
  margin: 0 0 1em 0;
  padding: 1px 4px;
}

div.mRegRadioWide input {
  vertical-align: middle;
  margin: 0;
  padding: 0;
}

div.mRegRadioWide table {
  display: inline;
  margin: 0;
  padding: 0;
}

div.mRegRadioWide img {
  margin: 2px 2px 0 4px;
}

div.mRegRadioHoriz {
  font-size: 1.2em;
  line-height: 1.6em;
  display: inline;
  margin: 0;
  padding: 4px 8px;
  border-radius: 5px;
}

div.mRegRadioHoriz input {
  vertical-align: middle;
}

div.mRegRadioHoriz img {
  margin: 2px 2px 0 4px;
}

.checked_radio {
  color: #ffffff;
  background-color: #032e63;
}

div.mRegRadio:hover,
div.mRegRadioHoriz:hover {
  color: #ffffff;
  background-color: #032e63;
  transition: all 0.5s ease;
}

.mRegHTMLTextarea {
  border: 1px solid #efefef;
  display: inline-block;
  padding: 3px 5px;
}

.mRegStep {
  padding: 5px;
}

.mRegStep legend {
  font-weight: bold;
}

#align_letf {
  display: none !important;
}

#align_letf input[type="text"] {
  display: none !important;
}

@media screen and (max-width: 720px) {
  .mReg li {
    grid-template-columns: 1fr;
    grid-row-gap: 0;
  }

  .mReg li > label {
    text-align: left;
  }

  .mReg .alert {
    padding: 0;
  }

  .mReg li input[type="text"],
  .mReg li textarea,
  .mReg li select {
    width: 100%;
    box-sizing: border-box;
  }

  .mReg li input[type="text"] {
    width: 100%;
    box-sizing: border-box;
  }

  .mreg .button,
  .mReg #cmdBack,
  .mReg li input[type="submit"] {
    width: 100%;
  }
}
/* END Registration Module style */
/* BEGIN Gallery & Popup style */
body.internal #site-wrapper > main > div.grid div.page-content > .gallery,
.gallery {
  width: 100%;
  margin: 20px 0;
  padding: 0;
  list-style-type: none;
}

.gallery ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-gap: 10px;
  margin: 0;
  padding: 0;
  align-items: center;
  justify-items: baseline;
}

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

.gallery li:nth-child(odd) {
  text-align: left;
  margin-left: 0;
}

.gallery li:nth-child(even) {
  text-align: right;
  margin-right: 0;
}

.gallery li a img {
  border: 3px solid #032e63;
  max-width: 100%;
  display: inline;
  vertical-align: bottom;
}

.gallery li img:hover {
  border-color: #000000;
}

/* Image Gallery  */
.gallery_table td a {
  text-decoration: none;
}

.parentDisable {
  z-index: 994;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ccc;
  color: #aaa;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.image_bordered_popup {
  z-index: 995;
  border: 5px solid #c96;
  display: none;
  background-color: #fff;
  position: absolute;
  padding: 15px;
}

#popup,
#popup a.link {
  background-color: #fff;
  color: #000;
  position: absolute;
}

/* END Gallery & Popup style */
/* BEGIN Quick Slideshow Module */
.text_container {
  bottom: 0;
  left: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  height: auto;
  z-index: 80;
  color: #ffffff;
  background-color: rgba(50, 50, 50, 0.8);
  box-sizing: border-box;
}

main > .sy-box,
main > .grid + .grid + section.slideshow {
  padding: 0 10px;
}

main > .sy-box img,
main > .grid + .grid + section.slideshow article img {
  width: 100% !important;
}

@media screen and (max-width: 720px) {
  .text_container {
    position: relative;
  }
}
.text_container > * {
  margin-top: 0;
  padding: 5px 10px 5px 10px;
}

.slide_text {
  display: table-cell;
  vertical-align: text-top;
  text-align: left;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  text-shadow: 0px 0px 20px black;
}

/* END Quick Slideshow Module */
/*Tool Tip*/
#tooltip {
  position: absolute;
  z-index: 3000;
  border: 1px solid #999;
  background-color: #333;
  color: #ffffff;
  padding: 5px;
  line-height: 1.3em;
}

#tooltip h3,
#tooltip div {
  margin: 0;
  padding: 3px 6px;
  color: #ffffff;
}

/* BEGIN Document Module style */
ul.mod_document h3.toggleCategory {
  margin-bottom: 0;
  padding-bottom: 0;
  cursor: pointer;
}

ul.mod_document h3.toggleCategory:hover {
  color: #669966;
}

ul.mod_document h3.toggleCategory span {
  font-weight: normal;
}

ul.mod_document {
  list-style-type: none;
  margin: 0 0 2em 0;
  padding: 0;
}

ul.mod_document > li {
  margin-bottom: 10px;
}

ul.mod_document li > ul {
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 5px;
  padding-bottom: 0;
  list-style-type: none;
}

ul.mod_document li > ul li {
  font-family: arial, helvetica, sans-serif;
  text-align: left;
}

ul.mod_document li .mdoc_desc {
  margin: 2px 0 3px 23px;
  padding: 2px 4px;
  background-color: #cfcfcf;
  color: #032e63;
}

a.toggler,
a.toggler:link,
a.toggler:visited {
  color: #032e63;
}

/* END Document Module style */
/* BEGIN Intranet style */
.mIntranet {
  padding: 0;
  margin: 0 0 0 0;
  width: 360px;
}

.mIntranet li {
  float: left;
  width: 100%;
  display: block;
  list-style-type: none;
  padding: 0;
  margin: 3px 0 10px 0;
  clear: both;
}

.mIntranet li > label {
  float: left;
  text-align: right;
  width: 40%;
  font-size: 1.3em;
  line-height: 1.6em;
  padding-right: 5px;
  display: block;
}

.mIntranet li input[type="text"],
.mIntranet li input[type="password"] {
  float: left;
  padding: 6px 5px;
  border: 1px solid #032e63;
  background-color: #efefef;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.mIntranet li input[type="text"]:hover,
.mIntranet li input[type="text"]:focus,
.mIntranet li input[type="password"]:hover,
.mIntranet li input[type="password"]:focus {
  color: #000;
  border-color: #032e63;
  background-color: #ffffff;
  -webkit-transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}

#user_photo {
  width: 254px;
  height: auto;
  float: right;
  margin: 0 30px 0 0;
}

/* END Intranet style */
.adminMenu {
  position: fixed;
  top: 1px;
  left: 1px;
  white-space: nowrap !important;
  z-index: 10005;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
  background-image: url(/pub/images/bolt.png);
  background-repeat: no-repeat;
  background-position: 10px 0;
  color: #fff;
  padding: 0 1px 2px 40px;
  line-height: 32px;
  border: 1px solid #666;
  box-shadow: 0px 0px 5px 2px #111;
  box-shadow: 0px 0px 5px 2px rgba(1, 1, 1, 0.7);
  transition: background-color 0.3s linear;
}

.adminMenu:hover {
  background-color: #000;
  background-color: black;
  transition: background-color 0.3s linear;
}

.adminMenu.metrouicss .button {
  text-decoration: none;
}

.adminMenu > span {
  padding-right: 8px;
}

.adminMenu a,
.adminMenu a:link,
.adminMenu a:visited {
  text-decoration: none;
  width: 32px;
}

.adminMenu a.button:hover,
.adminMenu a.button:active {
  background-color: #da532c !important;
  transition: background-color 0.3s linear;
}

.adminMenu.metrouicss a.button {
  font-size: 13px;
  min-width: 32px;
  width: 32px;
  padding: 4px 7px;
  margin: 0 5px 0 0;
}

.adminMenu.metrouicss a.button:last-child {
  margin-right: 0;
}

.funnel_edittab {
  position: absolute;
  white-space: nowrap !important;
  cursor: move;
  z-index: 6000;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  line-height: 32px;
  padding: 2px 3px 2px 10px !important;
  border: 1px solid #666;
  box-shadow: 0px 0px 5px 2px #00aba9;
  box-shadow: 0px 0px 5px 2px rgba(0, 171, 169, 0.5);
  transition: background-color 0.3s linear;
  width: auto;
  min-width: 220px;
  display: grid;
  grid-template-columns: 1fr auto auto auto auto;
}

.grid.bottom .funnel_edittab {
  position: relative;
  width: auto;
  width: fit-content;
}

.funnel_edittab:hover {
  background-color: #000;
  background-color: black;
  transition: background-color 0.3s linear;
}

.funnel_edittab.metrouicss .button {
  text-decoration: none;
}

.funnel_edittab > span {
  padding-right: 8px;
}

.funnel_edittab a,
.funnel_edittab a:link,
.funnel_edittab a:visited {
  text-decoration: none;
  width: 32px;
}

.funnel_edittab a.button:hover,
.funnel_edittab a.button:active {
  background-color: #da532c !important;
  -webkit-transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}

.funnel_edittab.metrouicss a.button {
  font-size: 13px;
  min-width: 32px;
  width: 32px;
  padding: 4px 7px;
  margin: 0 0 0 5px;
}

.funnel_edittab.metrouicss a.button:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1280px) {
  header {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  h3 {
    font-size: 40px;
    line-height: 38px;
  }

  h4.large {
    font-size: 3rem;
  }

  section.features > #feature > aside > img {
    max-width: 85%;
  }

  section.book-demo > div:last-child article p {
    font-size: 2.4rem;
    line-height: 3rem;
  }
}
@media screen and (min-width: 2000px) {
  section.book-demo {
    border-left-width: 4vw;
    border-right-width: 4vw;
  }

  section.hero {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
@media screen and (max-width: 1024px) {
  section.hero {
    height: auto;
    background-size: 155vw;
    background-repeat: no-repeat;
    padding: 80px 3vw 155px;
  }

  section.hero > * {
    margin: 1.2em 0 0.7em 0;
  }

  section.features > #feature > aside {
    margin-bottom: 0;
  }

  ul#feature-list {
    margin: 0;
  }

  section.get-started > div > * {
    margin-top: 0;
  }

  section.get-started {
    padding: 4vh 3vw 4vh 3vw;
  }

  section.get-started > img {
    align-self: center;
  }

  ul#feature-list li a {
    font-size: 16px;
    line-height: 22px;
  }

  #feature aside h3 {
    font-size: 1.8rem;
    line-height: 2.3rem;
  }

  #feature aside div {
    padding-left: 1.5vw;
  }

  #feature aside div > p {
    font-size: 1.3rem;
    line-height: 1.75rem;
  }

  section.features > #feature {
    height: auto;
  }

  section.packages div h4.large {
    margin-right: 7vw;
  }

  section.book-demo > div:last-child article p {
    font-size: 2.1rem;
    line-height: 2.7rem;
  }

  footer a:link,
  footer a:visited,
  footer ul li strong,
  footer a {
    text-decoration: none;
    color: #3c5067;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.35px;
    transition: all 0.3s ease-in-out;
  }
}
@media screen and (max-width: 768px) {
  section.hero {
    height: auto;
    background-size: 140vw;
    background-repeat: no-repeat;
    padding: 100px 3vw 90px;
  }

  section.hero > h1 {
    font-size: 2.25rem;
    font-weight: 900;
    line-height: 2.85rem;
    margin: 0 0 0.7em 0;
    padding-right: 10vw;
  }

  section.hero > p {
    font-size: 1.175rem;
    line-height: 2rem;
    margin: 0 0 0.7em 0;
    padding-right: 10vw;
  }

  section.hero > a.button {
    margin-left: 0;
    margin-top: 0;
  }

  body.inner > main section.lighter.x2 > div {
    display: grid;
  }

  body.inner > main section div a.button {
    justify-self: center;
    margin-top: 42px;
  }

  div.mainmenu > div[id*="MainMenu"] ul li a {
    font-size: 0.65rem;
  }

  [id*="MiniMenu"] ul li a {
    font-size: 0.75rem;
  }

  h2 {
    font-size: 32px;
    font-weight: 300;
    letter-spacing: 0.64px;
    line-height: 38px;
    margin-bottom: 42px;
  }

  h5 {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.82px;
    line-height: 24px;
  }

  header div #mMenu {
    justify-self: right;
  }

  section.features > div > * {
    margin: 0;
  }

  ul#feature-list li > a {
    font-size: 16px;
    line-height: 22px;
  }

  body.inner > main > section:first-child {
    padding-top: 120px;
  }

  body.inner > main > section.x2 {
    grid-template-columns: 1fr;
    grid-row-gap: 4vh;
    justify-items: center;
  }

  body.inner > main > section.x2 > * {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.inner > main > section.x2 > img {
    max-height: 312px;
    width: auto !important;
  }

  main section.darker > a.button {
    margin-top: 3%;
  }

  main section.darker > h5 {
    font-size: 32px;
    line-height: 40px;
  }

  footer,
  main section.book-demo,
  main section.hero.packages {
    height: auto;
    padding: 4vh 3vw 4vh 3vw;
    border-width: 0;
    background-size: cover;
  }

  main section.hero.packages > div.grid > aside {
    padding: 5% 1vw 2%;
  }

  body.inner > main section + section,
  body.inner > main section + section.light,
  main section + section.dark,
  main section + section.darker {
    padding-top: 4vh;
    padding-bottom: 4vh;
  }

  main section.dark > h5 {
    margin-bottom: 41px;
  }

  main section.dark > p {
    font-size: 24px;
    line-height: 38px;
  }

  main section.features > div > h5 {
    margin: 0 0 0.75em 0;
  }

  main section.features {
    border-width: 4vh 3vw 4vh 3vw;
    grid-template-columns: 3fr 8fr;
  }

  section.features > #feature {
    height: 450px;
  }

  main section.features > div:first-child {
    padding-left: 3vw;
    padding: 4vh 0 4vh 3vw;
  }

  h4.large {
    font-size: 2.2rem;
    line-height: 3.4rem;
    margin-right: 7vw;
  }

  h3.small,
  #feature aside h3,
  section.hero.packages > div.grid aside h3.small {
    font-size: 22px;
    line-height: 28px;
  }

  ul.mReg li p,
  #feature aside div > p,
  section.hero.packages > div.grid aside p {
    font-size: 14px;
    line-height: 24px;
  }

  main .grid.bottom p {
    font-size: 0.8rem;
    line-height: 1.1rem;
  }

  section.book-demo > div:last-child > h5 {
    font-size: 16px;
    line-height: 28px;
  }

  section.book-demo > div:last-child article p {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }

  main section.get-started {
    grid-template-columns: 6fr 5fr;
  }

  main section.get-started > img {
    max-width: 95%;
    margin-left: 2.5%;
  }

  main section.get-started p {
    font-size: 1.175rem;
    line-height: 2rem;
    margin: 0 0 inherit 0;
  }

  .animated-hidden {
    opacity: 1;
  }

  footer > div a img {
    max-width: 70%;
  }

  footer {
    grid-template-columns: 5fr 6fr;
  }

  footer > div > p.copyright,
  footer nav ul li strong,
  footer nav ul li a:link,
  footer nav ul li a:visited,
  footer nav ul li a {
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.35px;
    line-height: 18px;
  }
}
/* Hide Main Menu, show mobile menu */
@media screen and (max-width: 720px) {
  .mod_social-feed-title,
  .social-feeds,
  .grid.top .left .floatright #search-site {
    display: none;
  }

  .grid .row.x3 * figure img,
  .grid.x3 * figure img,
  ul.grid.x3 * figure img,
  div.grid.x3 * figure img {
    min-width: 100%;
  }

  .grid .row.x4 * figure img,
  .grid.x4 * figure img,
  ul.grid.x4 * figure img,
  div.grid.x4 * figure img {
    min-width: 100%;
  }

  main .grid.bottom .sit-on-the-bottom {
    padding-top: 1em;
  }

  main .grid.bottom > div.center a img {
    margin-top: 0;
  }

  header {
    display: none;
  }

  #mobileheader.transparent,
  #mobileheader {
    height: 75px;
    width: 100%;
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1000;
    background-color: #035eb1;
  }

  #mobileheader > div > a.button {
    margin-top: 5px;
    position: fixed;
    right: 18%;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 500;
    padding: 0.35em 0.5em;
  }

  main .top > div.mainmenu {
    display: none;
  }

  main .top > div.right {
    display: none;
  }

  main .top > div.left {
    padding-left: 0;
  }

  body.inner > main > section.grid.x1 > h3,
  body.inner > main > section.grid.x1 > p {
    margin-left: 5%;
    margin-right: 5%;
  }

  section,
  section.book-demo,
  section.get-started,
  section.features,
  section.packages,
  section.hero {
    display: grid;
    grid-template-columns: 1fr !important;
    padding: 3vh 6vw;
  }

  section > p,
  p {
    font-size: 1.275rem;
    line-height: 2.1rem;
    margin-bottom: 1.3rem;
  }

  body.inner section > p,
  body.inner p {
    margin-bottom: auto;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.36px;
    line-height: 28px;
  }

  .mReg li p {
    margin-bottom: 2rem;
  }

  h1 {
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 2.85rem;
  }

  h2 {
    font-size: 21px;
    letter-spacing: 0.84px;
    font-weight: 300;
    line-height: 25px;
  }

  body.inner main section:first-child div h2 {
    font-size: 32px;
    font-weight: 300;
    letter-spacing: 0.64px;
    line-height: 38px;
  }

  h3 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 300;
  }

  h3.large {
    font-weight: 500;
  }

  h3.medium {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0.37px;
    line-height: 30px;
  }

  h3.small {
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
  }

  h4 {
    font-weight: 300;
    font-size: 30px;
    letter-spacing: normal;
    line-height: 32px;
  }

  h4.large {
    font-weight: 900;
  }

  section.hero {
    padding-top: 545px;
    height: auto;
    background-color: #035eb1;
    background-image: url("../../684a644421a780106cdc0cc9bc0c1c83/img/hero-bg-mobile.jpg");
    background-size: cover;
    background-position: top center;
  }

  section.hero > * {
    margin-top: 0;
  }

  section.hero > h1 {
    margin-bottom: 2rem;
  }

  section.hero > p {
    margin-bottom: 2.5rem;
  }

  section.hero > a.button {
    justify-self: center;
    margin-left: 0;
    margin-bottom: 2rem;
  }

  section.get-started > div > * {
    margin: 0 0 2rem;
  }

  section.get-started img {
    margin-top: 2rem;
  }

  section.get-started h2 {
    font-size: 2.3rem;
    line-height: 2.8rem;
  }

  section.get-started > div {
    display: grid;
  }

  section.get-started > div a.button {
    justify-self: center;
    margin-top: 1rem;
  }

  section.features {
    padding: 0;
    background-color: #d7e9f8;
  }

  section.features > div > * {
    margin: 0;
  }

  section.features > div:first-child {
    margin: 0;
    padding: 1rem 0;
    background-color: #d7e9f8;
  }

  section.features > div:first-child h5 {
    text-transform: uppercase;
    text-align: center;
    color: #162d58;
    font-size: 1.25rem;
    line-height: 1.65rem;
    letter-spacing: 0.36px;
    font-weight: 700;
    margin-bottom: 1rem;
  }

  section.features > #feature > aside > img {
    width: 90%;
    max-height: fit-content;
    margin-bottom: 2rem;
  }

  #feature-list {
    display: none;
  }

  section.features > #feature {
    height: auto;
    max-height: unset;
    background-color: transparent;
    margin-left: 3vw;
    margin-right: 3vw;
    grid-row-gap: 9vw;
    overflow: hidden;
  }

  section.features > #feature > aside {
    background-color: #ffffff;
    display: grid !important;
    grid-template-columns: 1fr;
    padding: 4vh 6vw;
    margin: 0;
  }

  #feature > aside div h3.large {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }

  section.features > #feature > aside > div,
  #feature aside div {
    padding-left: 0;
    padding-right: 0;
  }

  #feature aside div > p {
    font-size: 1.3rem;
    line-height: 1.75rem;
  }

  section.hero.packages {
    height: auto;
  }

  section.hero.packages h5 {
    margin-bottom: 1rem;
    margin-top: 1rem;
    margin-left: 3vw;
  }

  section.hero.packages h4.large {
    display: block;
    padding-bottom: 0.5rem;
    margin: 0 3vw 12vw 3vw;
    font-size: 2.1rem;
    letter-spacing: 1px;
  }

  section.hero.packages > div.grid aside {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 3vw;
  }

  section.hero.packages > div aside p {
    font-size: 1.3rem;
    line-height: 1.95rem;
  }

  section.hero.packages > div.grid aside > img {
    margin: 0 3vw;
    margin: 0 auto;
  }

  section.hero.packages > div.grid aside div:last-child {
    padding: 0 6vw;
  }

  section.hero.packages > div.grid aside div:last-child h3 {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.44px;
    line-height: 28px;
  }

  section.book-demo {
    padding: 0 0 0 0;
    border: none;
  }

  section.book-demo > div:first-child,
  section.book-demo > div:last-child,
  section.book-demo > div {
    min-height: 80vh;
    padding: 7% 10vw;
  }

  section.book-demo > div:last-child article {
    display: block !important;
    margin: 10% 0 10% 0;
    border-bottom: 1px solid #fff;
    padding-bottom: 10%;
  }

  section.book-demo > div:last-child article:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  section.book-demo > div > nav {
    display: none;
  }

  section.book-demo > div:last-child div article p {
    font-size: 24px;
    font-style: italic;
    font-weight: 300;
    letter-spacing: 0.44px;
    line-height: 36px;
    text-align: center;
  }

  section.book-demo > div:last-child > h5 {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.82px;
    line-height: 24px;
    text-align: center;
    margin-top: 5%;
  }

  section.book-demo h3.small {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.95rem;
  }

  section.book-demo > div:last-child div article img,
  section.book-demo > div:last-child div article p.small {
    float: none;
    margin: 0 auto;
    display: block;
  }

  section.book-demo > div:last-child article {
    position: static;
  }

  section.book-demo > div article p:first-child:before {
    content: '"';
  }

  section.book-demo > div article p:first-child:after {
    content: '"';
  }

  section.book-demo form ul.mReg {
    margin-top: 10%;
  }

  main section.darker {
    position: relative;
  }

  main section.darker > a.button {
    position: absolute;
    bottom: 64px;
    margin-top: 0;
    margin-right: 0;
    justify-self: center;
  }

  main section.darker > h5 {
    position: relative;
    margin-bottom: 98px;
    font-size: 32px;
    font-weight: 300;
    letter-spacing: 0.58px;
    line-height: 36px;
    text-align: center;
  }

  body.inner > main > section.darker.center + section.light.x1.grid {
    padding-left: 0;
    padding-right: 0;
  }

  body.inner > main > section.light > div.white.x2 {
    grid-template-columns: 1fr;
    position: relative;
    padding: 35px 6vw 50px;
  }

  body.inner > main > section.light > div.white.x2 > div h2 {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0.37px;
    line-height: 30px;
    margin-bottom: 25px;
  }

  body.inner > main > section.light > div.white.x2 > div h5 {
    position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
    text-align: center;
  }

  body.inner > main > section.light > div.white.x2 > div .button {
    border-width: 0 0 1px 0;
    border-radius: 0;
  }
}
@media screen and (max-width: 620px) {
  body > main section + footer,
  body.inner > main section + footer {
    position: relative;
    border: none;
    border-width: 0;
    padding: 50px 4vw 300px;
  }

  footer,
  footer > div,
  footer nav {
    max-width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 0;
    justify-content: center;
    text-align: center;
    position: static;
  }

  footer > div > a {
    text-align: center;
  }

  footer a img {
    width: auto;
    max-width: 70%;
    margin: 0 auto;
  }

  footer > div > a:link,
  footer > div > a:visited,
  footer > div > a {
    display: grid;
    align-self: center;
    justify-self: center;
  }

  footer > div > address > a {
    display: inline;
    text-decoration: underline;
  }

  footer > div > address {
    position: absolute !important;
    bottom: 95px;
    width: 80%;
    margin-top: 2rem;
    margin-bottom: 0;
    margin-left: 7%;
  }

  footer > div > p.copyright {
    position: absolute !important;
    bottom: 5px;
    left: 0;
    width: 80%;
    margin-left: 10%;
  }

  footer > nav > ul > li.book-demo-link {
    position: absolute;
    bottom: 240px;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 0;
  }

  footer > nav {
    margin: 50px 0 0 0;
  }

  footer nav li,
  footer nav li a:link,
  footer nav li a:visited,
  footer nav li a {
    text-align: center;
    margin: 0 0 0 0;
  }

  footer nav ul > li.gap.single,
  footer nav ul > li.gap,
  footer nav ul > li.gap.double,
  footer nav ul > li {
    margin-right: 0;
    margin-bottom: 1.25rem;
  }

  footer nav ul li a.icon {
    width: 25%;
    margin: 0 0 0 37vw;
    padding: 0;
    text-align: left;
  }

  footer > div > p.copyright,
  footer nav ul li strong,
  footer nav ul li a:link,
  footer nav ul li a:visited,
  footer nav ul li a {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.35px;
    line-height: 24px;
  }

  footer nav ul li strong,
  footer nav > ul > li > a > strong {
    font-weight: 700;
  }
}
@media screen and (max-width: 480px) {
  footer nav ul li a.icon {
    margin: 0 0 0 33vw;
  }

  body.inner > main > section.x2 > img {
    max-height: 180px;
    width: auto !important;
  }
}
@media screen and (max-width: 375px) {
  footer nav ul li a.icon {
    margin: 0 0 0 30vw;
  }

  section.hero {
    padding-top: 700px;
  }

  #mobileLogo {
    width: 110px;
  }
}
.bw1 {
  border-width: 1px !important;
}

.bw2 {
  border-width: 2px !important;
}

.bw3 {
  border-width: 3px !important;
}

.bw5 {
  border-width: 5px !important;
}

.bw10 {
  border-width: 10px !important;
}

.bw15 {
  border-width: 15px !important;
}

.bw20 {
  border-width: 20px !important;
}

.bw30 {
  border-width: 30px !important;
}

ul.grid[class*="x"] .padding5,
.padding5 {
  padding: 5px;
}

ul.grid[class*="x"] .padding10,
.padding10 {
  padding: 10px;
}

ul.grid[class*="x"] .padding15,
.padding15 {
  padding: 15px;
}

ul.grid[class*="x"] .padding20,
.padding20 {
  padding: 20px;
}

.pr1 {
  padding-right: 1px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pl1 {
  padding-left: 1px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pt1 {
  padding-top: 1px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb1 {
  padding-bottom: 1px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.margin5 {
  margin: 5px;
}

.margin10 {
  margin: 10px;
}

.margin15 {
  margin: 15px;
}

.margin20 {
  margin: 20px;
}

.mt1 {
  margin-top: 1px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mr1 {
  margin-right: 1px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.ml1 {
  margin-left: 1px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.mb1 {
  margin-bottom: 1px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ntb {
  border-top: none !important;
}

.nrb {
  border-right: none !important;
}

.nbb {
  border-bottom: none !important;
}

.nlb {
  border-left: none !important;
}

.nlm {
  margin-left: 0 !important;
}

.nrm {
  margin-right: 0 !important;
}

.ntm {
  margin-top: 0 !important;
}

.nbm {
  margin-bottom: 0 !important;
}

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

.nlp {
  padding-left: 0 !important;
}

.nrp {
  padding-right: 0 !important;
}

.ntp {
  padding-top: 0 !important;
}

.nbp {
  padding-bottom: 0 !important;
}

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

hr[class*="bd-"] {
  border-width: 0 0 1px 0;
  border-style: solid;
}

table[class*="bd-"] tbody tr td {
  border-width: 1px 1px 1px 1px;
  border-style: solid;
}

[class*="bg-hover-"] {
  -webkit-transition: background-color 0.45s ease;
  -o-transition: background-color 0.45s ease;
  -moz-transition: background-color 0.45s ease;
  transition: background-color 0.45s ease;
}

[class*="fg-hover-"] {
  -webkit-transition: color 0.45s ease;
  -o-transition: color 0.45s ease;
  -moz-transition: color 0.45s ease;
  transition: color 0.45s ease;
}

/* Will make sure any settings on the tr are not blocked by a td default background colour */
table tr[class*="bg-"] th,
table tr[class*="bg-"] td,
table thead tr[class*="bg-"] th,
table tbody tr[class*="bg-"] td {
  background-color: transparent;
}

@supports (-ms-ime-align: auto) or (-ms-accelerator: true) {
  /* IE Edge 12+ CSS OR IE Edge 16+ CSS */
  body.home main .grid.top + div.grid.x2 > div > .grid {
    display: block;
    margin-bottom: 10px;
    width: 100%;
    float: left;
  }

  main .grid aside .grid figure,
  body.home main .grid.top + div.grid.x2 .grid figure {
    display: block;
    float: left;
    margin: 0 6%;
  }

  main .grid aside .grid figure:last-child,
  body.home main .grid.top + div.grid.x2 .grid figure:last-child {
    margin-right: 0;
  }

  main .grid aside .grid figure img,
  body.home main .grid.top + div.grid.x2 .grid figure img {
    display: block;
  }

  main .grid.x2 div + div > h2 {
    clear: left;
  }
}
a.button.animated-hidden,
.animated-hidden {
  opacity: 0 !important;
}

@media screen and (max-width: 720px) {
  a.button.animated-hidden,
  .animated-hidden {
    opacity: 1 !important;
  }
}
.scale-in-hor-center {
  -webkit-animation: scale-in-hor-center 0.5s
    cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: scale-in-hor-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2020-2-25 10:9:22
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation scale-in-hor-center
 * ----------------------------------------
 */
@-webkit-keyframes scale-in-hor-center {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
  }
}
@keyframes scale-in-hor-center {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2020-2-25 12:0:18
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation fade-in-bottom
 * ----------------------------------------
 */
.fade-in-bottom {
  -webkit-animation: fade-in-bottom 0.75s both;
  animation: fade-in-bottom 0.75s both;
}

@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2020-2-27 9:15:35
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation slide-in-left
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.slide-in-left {
  display: block !important;
  -webkit-animation: slide-in-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
    both;
  animation: slide-in-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2020-2-27 9:16:0
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation slide-in-right
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.slide-in-right {
  display: block !important;
  -webkit-animation: slide-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
    both;
  animation: slide-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.fade-in {
  -webkit-animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2020-3-2 18:1:42
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation fade-in
 * ----------------------------------------
 */
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2020-2-27 9:33:27
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation slide-out-left
 * ----------------------------------------
 */
@-webkit-keyframes slide-out-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0;
  }
}
@keyframes slide-out-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0;
  }
}
.slide-out-left {
  -webkit-animation: slide-out-left 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53)
    both;
  animation: slide-out-left 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2020-2-27 9:33:49
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation slide-out-right
 * ----------------------------------------
 */
@-webkit-keyframes slide-out-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0;
    display: none !important;
  }
}
@keyframes slide-out-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0;
    display: none !important;
  }
}
.slide-out-right {
  -webkit-animation: slide-out-right 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53)
    both;
  animation: slide-out-right 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2020-2-27 15:26:50
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation scale-in-center
 * ----------------------------------------
 */
@-webkit-keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.scale-in-center {
  -webkit-animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
    both;
  animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2020-2-27 15:53:41
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation fade-in-left
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-left {
  -webkit-animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.scale-in-tl {
  -webkit-animation: scale-in-tl 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: scale-in-tl 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2020-3-2 16:20:53
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation scale-in-tl
 * ----------------------------------------
 */
@-webkit-keyframes scale-in-tl {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    opacity: 1;
  }
}
@keyframes scale-in-tl {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    opacity: 1;
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2020-3-2 16:22:28
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation scale-in-top
 * ----------------------------------------
 */
@-webkit-keyframes scale-in-top {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    opacity: 1;
  }
}
@keyframes scale-in-top {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    opacity: 1;
  }
}
.d25 {
  animation-delay: 0.25s !important;
}

.d50 {
  animation-delay: 0.5s !important;
}

.d75 {
  animation-delay: 0.75s !important;
}

.d100 {
  animation-delay: 1s !important;
}

/*# sourceMappingURL=master.default.css.map */
