
.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  background-color: #1a3c59;
  font-family: Avenirnext, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 32px;
}

h1,
.the-content .has-x-large-font-size:not(p) {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 3em !important;
  line-height: 1.2em;
  font-weight: 600;
  letter-spacing: -1px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 2.1em;
  line-height: 1.35em;
  font-weight: 600;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.4em;
  line-height: 1.3em;
  font-weight: 600;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #92bcee;
  font-size: 1.1em;
  line-height: 1.3em;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

a {
  text-decoration: underline;
  cursor: pointer;
}

ul {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 25px;
}

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

label {
  display: block;
  margin-bottom: 0px;
  opacity: 0.75;
  font-size: 12px;
  font-weight: 600;
}

.sect {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 75px 20px;
}

.sect.cta {
  background-color: #fff;
  color: #13324c;
}

.sect.dimmer {
  background-color: #1a1a1a;
}

.sect.cta-block {
  padding-top: 125px;
  padding-bottom: 125px;
  background-color: #333;
  color: #fff;
}

.sect.sect-dim {
  background-color: #111;
}

.sect.sect-classes {
  padding: 0px;
  border: 20px solid #222;
  background-color: #444;
  color: #fff;
  font-weight: 300;
}

.sect.classes {
  padding-top: 50px;
  padding-right: 60px;
  padding-left: 60px;
  color: #fff;
  font-size: 12px;
  line-height: 25px;
}

.sect.sect-wave {
  /*padding-top: 200px;
  background-image: url('../images/wave.png');*/
  padding-top: 50px;
  background-image: none;
  background-color: #fff;
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
  color: #13324c;
}

.sect.sect-wave.bot-sm {
  padding-bottom: 50px;
}

.sect.sect-cta {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(146, 188, 238, 0.06)), to(rgba(146, 188, 238, 0.06))), url('../images/wave-lines.png');
  background-image: linear-gradient(180deg, rgba(146, 188, 238, 0.06), rgba(146, 188, 238, 0.06)), url('../images/wave-lines.png');
  background-position: 0px 0px, 50% 60%;
  background-size: auto, cover;
  color: #13324c;
  text-align: center;
}

.sect.sect-form {
  padding: 200px 0px 75px;
  background-color: #fff;
  background-image: url('../images/wave.png'), -webkit-gradient(linear, left top, left bottom, from(#226386), to(#1a3c59));
  background-image: url('../images/wave.png'), linear-gradient(180deg, #226386, #1a3c59);
  background-position: 50% 0%, 0px 0px;
  background-size: contain, auto;
  background-repeat: no-repeat, repeat;
}

.sect.sect-form.sect-home {
  overflow: visible;
  padding-right: 20px;
  padding-left: 20px;
}

.sect.lite {
  background-color: #fff;
  color: #13324c;
}

.sect.sect2 {
  padding-top: 25px;
}

.sect.sect2.lite.sect-team {
  padding-top: 50px;
}

.sect.sect-blog {
  overflow: visible;
  padding-top: 0px;
  background-color: #fff;
  color: #303030;
}

.sect.sect-archive {
  padding-top: 20px;
  background-color: #fff;
  color: #303030;
}

.sect.sect-slider {
  padding: 0px 0px 25px;
  background-color: #1a3c59;
  background-image: url('../images/wave-full.jpeg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sect.sect-press {
  padding-top: 0px;
}

.sect.sect-sm {
  padding-top: 50px;
  padding-bottom: 50px;
}

.title {
  margin-bottom: 10px;
  font-size: 10px;
  line-height: 16px;
  font-weight: 900;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.btn-sp {
  display: inline-block;
  width: 10px;
  height: 10px;
}

.navlink {
  display: inline-block;
  padding: 0px 20px;
  -webkit-transition: opacity 200ms cubic-bezier(.215, .61, .355, 1);
  transition: opacity 200ms cubic-bezier(.215, .61, .355, 1);
  color: #fff;
  font-size: 18px;
  line-height: 70px;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
}

.navlink:hover {
  opacity: 0.75;
  color: #92bcee;
}

.navlink.w--current {
  color: #4e92df;
}

.navlink.smlink {
  padding-right: 10px;
  padding-left: 10px;
  opacity: 0.75;
  font-size: 11px;
  line-height: 40px;
}

.navlink.nav-dd {
  padding-right: 17px;
}
.nav .btn.btn-nav {
    min-width: 110px;
    margin-top: 16px;
    margin-left: 10px;
    padding: 9px 25px 7px !important;
    /*background-image: none;*/
    font-size: 16px;
    line-height: 22px;
}

.msg {
  height: 50px;
  margin-bottom: 15px;
  padding: 0px 10px;
  border: 1px none #000;
  border-radius: 0px;
  background-color: #f8f8f8;
}

.msg.msg-area {
  min-height: 100px;
  margin-bottom: 25px;
  padding-top: 15px;
}

.msg.nsg-subs {
  width: 65%;
  min-height: 52px;
  margin-bottom: 0px;
  float: left;
}

.msg.msg-search {
  margin-bottom: 0px;
  padding-left: 30px;
  font-size: 16px;
}

.swatch {
  width: 50px;
  height: 50px;
  margin-right: 2%;
  float: left;
  border: 4px solid #fff;
  border-radius: 100px;
  background-color: #303030;
  box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.15);
  color: #fff;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
}

.swatch.bg1 {
  background-color: #13324c;
}

.swatch.bg2 {
  background-color: #1a3c59;
}

.swatch.bg3 {
  background-color: #4e92df;
  color: #222;
}

.swatch.bg-f {
  background-color: #eee;
}

.p-xs {
  font-size: 12px;
  line-height: 19px;
}

.nav-logo {
  height: 100%;
}

.logo {
  height: 70px;
  margin-right: 25px;
  padding-top: 20px;
  padding-bottom: 10px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  cursor: pointer;
}

.logo:hover {
  opacity: 0.8;
}

.nav {
  z-index: 1111 !important;
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  background-color: transparent;
  -webkit-transition: background-color 250ms cubic-bezier(.215, .61, .355, 1);
  transition: background-color 250ms cubic-bezier(.215, .61, .355, 1);
}
.nav.navon {
    background-color: #13324c;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 14%);
}


.ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  list-style-type: none;
}

.footer {
  width: 100%;
  padding-top: 50px;
  padding-right: 25px;
  padding-left: 25px;
  background-color: #13324c;
  color: #fff;
}

.foot-logo {
  height: 40px;
}

.fff {
  color: #fff;
}

.p-lrg {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 38px;
  font-weight: 500;
}

.ctr {
  text-align: center;
}

.top25 {
  margin-top: 25px;
  text-align: left;
}

.bot25 {
  margin-bottom: 25px;
}

.bot50 {
  margin-bottom: 50px;
}

.bot75 {
  margin-bottom: 75px;
}

.bot100 {
  margin-bottom: 100px;
  float: left;
}

.dim {
  opacity: 0.5;
}

.col50 {
  display: inline-block;
  width: 50%;
}

.col50.col-form {
  padding-right: 10px;
}

.align-r {
  text-align: right;
}

.form {
  width: 400px;
  max-width: 100%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.hero {
  position: relative;
  display: block;
  width: 100%;
  padding: 200px 20px 50px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(26, 60, 89, 0.4)), to(rgba(26, 60, 89, 0.4))), -webkit-gradient(linear, left bottom, left top, color-stop(3%, #1a3c59), to(rgba(0, 151, 68, 0.35))), url('../images/landing.jpeg');
  background-image: linear-gradient(180deg, rgba(26, 60, 89, 0.4), rgba(26, 60, 89, 0.4)), linear-gradient(0deg, #1a3c59 3%, rgba(0, 151, 68, 0.35)), url('../images/landing.jpeg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  text-align: center;
}

.link {
  color: #4e92df;
}

.success {
  background-color: transparent;
}

.navlist {
  float: left;
}

.navlist.bav-r {
  float: right;
}

.fa-soc {
  display: inline-block;
  width: 40px;
  height: 40px;
  opacity: 0.75;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: Fontawesome, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.fa-soc:hover {
  opacity: 1;
}

.fa-soc.soc-lrg {
  width: 60px;
  height: 75px;
  font-size: 30px;
  line-height: 75px;
}

.row {
  display: block;
  width: 100%;
}

.img {
  width: 100%;
}

.img.opac {
  opacity: 0.5;
}

.flex-ctr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider {
  height: auto;
  background-color: transparent;
}

.arrow {
  font-size: 30px;
}

.arrow.aro-crc {
  width: 50px;
  height: 50px;
  margin-right: -25px;
  margin-left: -25px;
  border: 2px solid #fff;
  border-radius: 50px;
  background-color: #303030;
  font-size: 22px;
}

.slidenav {
  bottom: 10px;
  z-index: 2;
  opacity: 0.5;
  -webkit-transform: scale3d(1, 0.2, 1);
  transform: scale3d(1, 0.2, 1);
  font-size: 16px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.slide {
  height: auto;
}

.mask {
  height: auto;
}

.cta-img {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  width: 50%;
  height: 100%;
  float: right;
  background-image: url('../images/3x2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  text-align: center;
}

.col.col-form {
  padding: 40px 50px;
  background-color: #111;
}

.col.col-bg {
  background-image: url('../images/3x2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.page {
  width: 100%;
  padding: 150px 20px 110px;
  background-image: url('../images/about-contact-legal-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
}

.page.page-full {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-top: 0px;
  padding-bottom: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.error {
  color: #111;
}

.card {
  width: 50%;
  margin-bottom: 0px;
  padding: 10px;
}

.card-goto {
  display: block;
  overflow: hidden;
  border-radius: 7px;
  background-color: #fff;
  box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.2);
  color: #333;
  text-decoration: none;
}

.div-block {
  padding: 15px 20px;
}

.img-box {
  position: relative;
}

.overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.5);
  opacity: 0;
  -webkit-transition: all 500ms cubic-bezier(.215, .61, .355, 1);
  transition: all 500ms cubic-bezier(.215, .61, .355, 1);
}

.overlay:hover {
  padding-top: 0px;
  opacity: 1;
}

.overlay-ico {
  height: 50px;
}

.item-li {
  width: 33.333333333333336%;
  margin-bottom: 40px;
  float: left;
  list-style-type: none;
}

.feat-ico {
  max-height: 40px;
  max-width: 40px;
  float: left;
}

.feat-p {
  width: 75%;
  margin-left: 25px;
  float: left;
}

.select {
  display: inline-block;
  height: 50px;
}

.sizes {
  height: 32px;
}

.text-block {
  padding-left: 20px;
  font-size: 13px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: none;
}

.sizes-row {
  display: inline-block;
  padding: 8px;
  background-color: #444;
}

.feat-icon {
  display: block;
  max-height: 40px;
  max-width: 40px;
  margin-bottom: 10px;
}

.item-list {
  width: 33.333333333333336%;
  margin-bottom: 40px;
  padding-right: 25px;
  padding-left: 25px;
  float: left;
  text-align: left;
  list-style-type: none;
}

.coltall {
  overflow: scroll;
  height: 430px;
  padding: 50px;
  font-size: 10px;
  line-height: 18px;
}

.coltall.col2 {
  padding-bottom: 0px;
  background-color: hsla(0, 0%, 100%, 0.05);
  font-size: 16px;
  line-height: 26px;
}

.align-l {
  text-align: left;
}

.caps {
  text-transform: uppercase;
}

.dark {
  color: #303030;
}

.wp-block-getwid-content-slider:not(.alignwide,.alignfull),
.wp-block-gallery:not(.alignwide,.alignfull),
.wp-block-kadence-rowlayout:not(.alignwide,.alignfull),
.wp-block-columns:not(.alignwide,.alignfull),
.wp-block-cover:not(.alignwide,.alignfull),
.wp-block-group:not(.alignwide,.alignfull),
body > .the_content > [class*="wp-block-"] {
  width: 940px;
  max-width: 100%;
  margin: 0 auto;
}
.wp-block[data-align="full"] > div {
    width: 100% !important;
}
/*.wp-block-cover {
  padding: 0 !important;
}
.wp-block-cover .wp-block-cover__inner-container {
  padding: 0 20px !important;
}*/

body > .the_content > [class*="wp-block-"].alignwide,
.alignwide,
.wide {
  width: 1400px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
body > .the_content > [class*="wp-block-"].alignfull,
.alignfull {
  width: 100% !important;
  max-width: none !important;
}

.list {
  display: block;
}

.float-l {
  float: left;
}

.float-r {
  float: right;
}

.fa {
  font-family: Fontawesome, sans-serif;
}

.bot0 {
  margin-bottom: 0px;
}

.rel {
  position: relative;
  z-index: 1;
}

.ind {
  padding-left: 10px;
  opacity: 0.6;
  font-size: 0.7em;
  line-height: 2em;
}

.dne {
  display: block;
  color: #f55151;
  font-size: 13px;
  text-transform: uppercase;
}

.inline {
  display: inline-block;
}

.p-max {
  width: 600px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.form-pic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  border-radius: 10px;
}

.bot10 {
  margin-bottom: 10px;
}

.cards {
  position: relative;
  background-color: #333;
  background-image: url('../images/3x2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
}

.img-sp {
  position: relative;
  z-index: -1;
  width: 100%;
  opacity: 0;
}

.card-info {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  padding: 30px 20px 15px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.75)), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.75), hsla(0, 0%, 100%, 0));
}

.form-subs {
  border: 2px solid #fff;
}

.tri {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  border-top: 50px solid #4e92df;
  border-left: 50px solid transparent;
}

.pagi {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 2px;
  margin-left: 2px;
  padding-right: 2px;
  padding-left: 2px;
  border-radius: 100px;
  background-color: #111;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
}

.pagi.paged {
  width: auto;
  height: auto;
  margin-right: 25px;
  margin-left: 25px;
  border-radius: 0px;
  background-color: transparent;
}

.pagination .page-numbers.current {
  background-color: transparent;
}

.pagination .page-numbers {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 2px;
  border-radius: 70px;
  background-color: #f8f8f8;
  color: #13324c;
  font-size: 14px;
  line-height: 30px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.fa-aro {
  padding-right: 3px;
  padding-left: 3px;
  font-family: Fontawesome, sans-serif;
  line-height: 20px;
}

.checkbox {
  display: inline-block;
  margin-right: 13px;
  margin-bottom: 0px;
  line-height: 26px;
}

.radio {
  display: inline-block;
  margin-right: 13px;
  margin-bottom: 0px;
  line-height: 26px;
}

.ul-listsq {
  list-style-type: square;
}

.radiobtn {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.check {
  width: 20px;
  height: 20px;
  margin-top: 3px;
  margin-right: 6px;
  border: 1px solid #ccc;
  border-radius: 0px;
}

.bot15 {
  margin-bottom: 15px;
}

.blog-h {
  color: #303030;
}

.contained {
  width: 700px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.row2col {
  -webkit-column-count: 2;
  column-count: 2;
}

.logorow {
  width: 120px;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
}

.footname {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #4e92df;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 1px;
}

.ftlinks {
  display: block;
  opacity: 0.75;
  -webkit-transition: all 200ms cubic-bezier(.215, .61, .355, 1);
  transition: all 200ms cubic-bezier(.215, .61, .355, 1);
  color: #fff;
  font-size: 15px;
  line-height: 40px;
  font-weight: 400;
  text-decoration: none;
}

.ftlinks:hover {
  opacity: 0.75;
}

.ftlinks.w--current {
  color: #fff;
}

.col-linebot {
  border-bottom: 1px solid #333;
}

.col0 {
  padding-right: 0px;
  padding-left: 0px;
}

.ul-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.soci {
  display: inline-block;
  float: right;
}

.col-row {
  width: 500px;
  max-width: 85%;
  margin-right: auto;
  margin-left: auto;
}

.head {
  width: 100%;
  padding: 150px 20px 110px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(24, 59, 90, 0.5)), color-stop(96%, #1a3c59)), url('../images/careers.jpeg');
  background-image: linear-gradient(180deg, rgba(24, 59, 90, 0.5), #1a3c59 96%), url('../images/careers.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  font-size: 18px;
  text-align: center;
}

.head.head-wave {
  position: relative;
  padding-top: 150px;
  padding-bottom: 110px;
  background-image: url('../images/about-contact-legal-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.head.head-blog {
  padding-bottom: 50px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(55%, hsla(0, 0%, 100%, 0)), to(#fff)), url('../images/wave-lines.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 55%, #fff), url('../images/wave-lines.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  color: #13324c;
}

.head.head-meet {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(24, 59, 90, 0.4)), to(rgba(24, 59, 90, 0.6))), url('../images/roadmountains.jpeg');
  background-image: linear-gradient(180deg, rgba(24, 59, 90, 0.4), rgba(24, 59, 90, 0.6)), url('../images/roadmountains.jpeg');
}

.head.bg-carrier {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(24, 59, 90, 0.5)), color-stop(96%, #1a3c59)), url('../images/imgs_0001_shutterstock_1468770464.jpg');
  background-image: linear-gradient(180deg, rgba(24, 59, 90, 0.5), #1a3c59 96%), url('../images/imgs_0001_shutterstock_1468770464.jpg');
  background-position: 0px 0px, 50% 70%;
}

.head.bg-start {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(24, 59, 90, 0.5)), color-stop(96%, #1a3c59)), url('../images/free-assessments.jpeg');
  background-image: linear-gradient(180deg, rgba(24, 59, 90, 0.5), #1a3c59 96%), url('../images/free-assessments.jpeg');
}

.head.bg-contact {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(24, 59, 90, 0.5)), color-stop(96%, #1a3c59)), url('../images/contact.jpeg');
  background-image: linear-gradient(180deg, rgba(24, 59, 90, 0.5), #1a3c59 96%), url('../images/contact.jpeg');
}

.head.bg-ship {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(24, 59, 90, 0.5)), color-stop(96%, #1a3c59)), url('../images/imgs_0000_shutterstock_1849527766.jpg');
  background-image: linear-gradient(180deg, rgba(24, 59, 90, 0.5), #1a3c59 96%), url('../images/imgs_0000_shutterstock_1849527766.jpg');
}

.head.bg-broker {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(24, 59, 90, 0.0)), color-stop(96%, #1a3c59)), url('../images/roadmountains.jpeg');
  background-image: linear-gradient(180deg, rgba(24, 59, 90, 0.0), #1a3c59 96%), url('../images/roadmountains.jpeg');
  background-position: 0px 0px, 50% 50%;
}

.green {
  color: #1dd264;
}

.h1sm {
  margin-bottom: 30px;
  color: #92bcee;
  font-size: 1.2em;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.ul-team {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
}

.li-team {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 15px;
}

.block-team {
  padding: 30px;
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
  background-color: #f8f8f8;
  color: #13324c;
}

.team-img {
  height: 160px;
  margin-right: 40px;
  border-radius: 100px;
  background-color: #4e92df;
}

.flex-team {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.job {
  color: #92bcee;
  line-height: 22px;
  font-weight: 500;
}

.rev-ico {
  display: block;
  height: 150px;
  margin: -50px auto 25px;
}

.slider-revs {
  height: auto;
  background-color: transparent;
  text-align: center;
}

.slide-rev {
  position: relative;
  z-index: 1;
  height: auto;
  padding-right: 50px;
  padding-bottom: 50px;
  padding-left: 50px;
  border-top-left-radius: 60px;
  border-bottom-right-radius: 60px;
  background-color: #f8f8f8;
  color: #13324c;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}

.aro-slide {
  bottom: 0px;
  height: 400px;
  margin-bottom: 0px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-size: 22px;
}

.aro-slide:hover {
  opacity: 0.8;
}

.botlink {
  display: inline-block;
  padding: 0px 9px;
  -webkit-transition: opacity 200ms cubic-bezier(.215, .61, .355, 1);
  transition: opacity 200ms cubic-bezier(.215, .61, .355, 1);
  color: #fff;
  font-size: 12px;
  line-height: 40px;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
}

.botlink:hover {
  opacity: 0.75;
}

.botlink.w--current {
  color: #fff;
}

.botlink.text {
  cursor: auto;
}

.botlink.text:hover {
  opacity: 1;
}

.ddlist.w--open {
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
}

.ddlink {
  padding-right: 25px;
  padding-left: 25px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  text-align: center;
}

.ddlink:hover {
  opacity: 0.75;
}

.ddlink.w--current {
  color: #1dd264;
}

.ul-blog {
  padding-left: 0px;
  list-style-type: none;
}

.ul-blog.ul-press {
  width: 750px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.li-blog {
  margin-bottom: 20px;
}

.blog-img {
  width: 80%;
  margin-left: -20px;
  background-image: url('../images/1_B0Xp_DB8M0vqwxW7daA7NQ.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.blog-go {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f8f8f8;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  color: #13324c;
  text-decoration: none;
  cursor: pointer;
}

.blog-go:hover {
  opacity: 0.9;
}

.blog-go.press-go {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.blog-go.press-go:hover {
  opacity: 1;
}

.blog-r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.p-sm {
  font-size: 15px;
  line-height: 26px;
}

.more {
  color: #1dd264;
  font-size: 15px;
  font-weight: 500;
}

.h1-blog {
  margin-bottom: 20px;
  font-size: 3em;
}

.tags {
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 6px;
  padding: 7px 19px 6px;
  border-radius: 50px;
  background-color: #f8f8f8;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  color: #92bcee;
  font-size: 13px;
  line-height: 26px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.tags:hover {
  background-color: #1dd264;
  color: #fff;
}

.slide-revs {
  height: auto;
  padding-top: 60px;
  text-align: center;
}

.hero-fade {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  overflow: hidden;
  background-color: #1a3c59;
  opacity: 0;
}

.contain-p {
  padding-right: 50px;
  padding-left: 50px;
}

.contains {
  width: 450px;
  margin-right: auto;
  margin-left: auto;
}

.btn-lbox {
  text-decoration: none;
}

.modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: none;
  overflow: scroll;
  height: 100vh;
  padding: 75px 20px 100px;
  background-color: hsla(0, 0%, 100%, 0.98);
  color: #13324c;
}

.wp-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  padding: 89px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e9e9e9;
  color: rgba(19, 50, 76, 0.1);
  font-size: 3em;
  font-weight: 700;
  text-align: center;
}

.modal-x {
  position: absolute;
  left: auto;
  top: 10px;
  right: 10px;
  bottom: auto;
  width: 50px;
  height: 50px;
  background-color: hsla(0, 0%, 100%, 0.5);
  font-family: Fontawesome, sans-serif;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}

.rowrel {
  position: relative;
  width: 100%;
}

.html-embed-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.soc-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 550px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.soc-row {
  padding-left: 35px;
}

.press-img {
  position: relative;
  width: 60%;
}

.press-logo {
  max-height: 130px;
  max-width: 180px;
}

.press-ctr {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(146, 188, 238, 0.1);
}

.fade {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 110px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(26, 60, 89, 0)), to(#1a3c59));
  background-image: linear-gradient(180deg, rgba(26, 60, 89, 0), #1a3c59);
}

.formarea {
  padding: 40px;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  background-color: #fff;
}

.logoft {
  display: block;
  height: 32px;
  margin-bottom: 50px;
}

.image-2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.quote {
  position: absolute;
  left: 25px;
  top: 25px;
  right: auto;
  bottom: auto;
  width: 60px;
}

.col-home {
  padding-right: 50px;
}

.press-r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.p-wider {
  margin-right: -20px;
}

.search-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 7px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #f8f8f8;
}

.search-row {
  width: 380px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.pagis {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 2px;
  border-radius: 70px;
  background-color: #f8f8f8;
  color: #13324c;
  font-size: 14px;
  line-height: 30px;
  font-weight: 500;
  text-align: center;
}

.pagis.pagenow {
  background-color: transparent;
}

.pagis.fa {
  line-height: 28px;
}

.wider {
  max-width: 1100px;
}

.job-area {
  padding: 20px;
}

.icons {
  height: 60px;
  margin-bottom: 25px;
}

.icons.ico2 {
  height: 50px;
  padding-top: 3px;
  padding-bottom: 5px;
}

.bot30 {
  margin-bottom: 30px;
}

.btns-xs {
  display: none;
}

.slidetop {
  height: auto;
  padding-top: 200px;
  text-align: center;
}

.icontop {
  display: inline-block;
  height: 40px;
  margin-bottom: 20px;
}

.icontop.newicons {
  height: 70px;
}

.imgrel {
  position: relative;
  display: block;
}

.shad-l {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: linear-gradient(45deg, rgba(26, 60, 89, 0.8), hsla(0, 0%, 100%, 0.1) 50%);
}

.shad-l.shad-r {
  background-image: linear-gradient(315deg, rgba(26, 60, 89, 0.8), hsla(0, 0%, 100%, 0.1) 50%);
}

.btn-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-ico {
  display: inline-block;
  height: 21px;
  padding-right: 15px;
  padding-bottom: 2px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.p-box {
  padding: 30px 25px;
  border: 4px solid #f8fafe;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: #fff;
  color: #13324c;
}

.p-box {
  height: 100%;
}

.cols-tall {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.col-tall {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.topcard {
  height: 100%;
  padding: 15px 20px 20px;
  border: 4px solid #f8fafe;
  background-color: #fff;
  color: #13324c;
}

.topcard {
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

html.w-mod-js *[data-ix="loadfade"] {
  opacity: 0;
  -webkit-transform: translate(0px, 25px);
  -ms-transform: translate(0px, 25px);
  transform: translate(0px, 25px);
}

html.w-mod-js *[data-ix="bgfade"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="herofade"] {
  opacity: 1;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3em;
  }

/*  .sect.sect-wave {
    padding-top: 200px;
  }*/

  .sect.sect-form {
    padding-top: 140px;
  }

  .sect.sect-slider {
    background-size: 100%;
  }

  .btn.btn-nav {
    display: block;
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    font-size: 18px;
    line-height: 40px;
  }

  .navlink {
    display: block;
    line-height: 60px;
    text-align: center;
  }

  .navlink.nav-dd {
    margin-bottom: 10px;
  }

  .nav {
    padding-right: 0px;
  }

  .menu {
    padding: 22px 17px;
  }

  .menu.w--open {
    background-color: #13324c;
  }

  .footer {
    padding-top: 50px;
  }

  .menu-line {
    width: 30px;
    height: 2px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0px;
    background-color: #fff;
  }

  .hero {
    padding-top: 150px;
  }

  .navlist {
    display: none;
    background-color: #13324c;
  }

  .flex-ctr.stack-md {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .flex-ctr.stack-md.flip-md {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .col.bot50-md {
    margin-bottom: 50px;
  }

  .feat-p {
    width: 70%;
  }

  .wide {
    max-width: 100%;
  }

  .col-row {
    max-width: 100%;
  }

  .li-team {
    width: 100%;
  }

  .ddlist.w--open {
    position: relative;
    border-radius: 0px;
    background-color: transparent;
  }

  .ddlink {
    color: #fff;
    text-align: center;
  }

  .blog-img {
    margin-left: 0px;
  }

  .col-home {
    padding-right: 20px;
  }

  .p-wider {
    margin-right: 0px;
  }

  .btns-xs {
    display: block;
    padding-right: 20px;
    padding-left: 20px;
  }

  .slidetop {
    padding-top: 150px;
  }
}

@media screen and (max-width: 767px) {
  .sect.cta {
    padding-top: 75px;
    padding-bottom: 75px;
  }

/*  .sect.sect-wave {
    padding-top: 150px;
  }
*/
  .sect.sect-form {
    padding-right: 20px;
    padding-left: 20px;
  }

  .sect.sect-archive {
    padding-right: 20px;
    padding-left: 20px;
  }

  .sect.sect-goals {
    padding-top: 20px;
    padding-bottom: 75px;
  }

  .btn.btn-blu.btn-home {
    margin-bottom: 10px;
    padding-right: 15px;
    padding-left: 0px;
  }

  .footer {
    text-align: center;
  }

  .hero {
    padding-top: 125px;
  }

  .flex-ctr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .flex-ctr.flip-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .col {
    padding-right: 0px;
    padding-left: 0px;
  }

  .page {
    padding-top: 125px;
    padding-bottom: 90px;
  }

  .item-li {
    text-align: center;
  }

  .feat-ico {
    max-height: 35px;
    max-width: none;
    margin-bottom: 12px;
    float: none;
  }

  .feat-p {
    width: 100%;
    margin-left: 0px;
    padding-left: 0px;
    float: none;
    text-align: center;
  }

  .feat-icon {
    max-height: 35px;
    max-width: none;
    margin-bottom: 12px;
    float: none;
  }

  .item-list {
    text-align: center;
  }

  .block-sm {
    display: block;
  }

  .hide-sm {
    display: none;
  }

  .ctr-sm {
    text-align: center;
  }

  .bot25-sm {
    margin-bottom: 25px;
  }

  .bot50-sm {
    margin-bottom: 50px;
  }

  .col-row {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .head {
    padding-top: 125px;
    padding-bottom: 90px;
  }

  .head.head-wave {
    padding-top: 125px;
    padding-bottom: 90px;
  }

  .slide-rev {
    padding-right: 30px;
    padding-left: 30px;
  }

  .li-blog {
    margin-bottom: 40px;
  }

  .blog-img {
    width: 100%;
    margin-top: -20px;
  }

  .blog-go {
    padding-right: 50px;
    padding-left: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .blog-go.press-go {
    padding-right: 0px;
    padding-left: 0px;
  }

  .blog-r {
    padding-top: 35px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .contain-p {
    padding-right: 0px;
    padding-left: 0px;
  }

  .press-img {
    width: 100%;
  }

  .press-ctr {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .formarea {
    padding: 20px;
  }

  .logoft {
    margin-right: auto;
    margin-left: auto;
  }

  .quote {
    width: 70px;
  }

  .col-home {
    margin-bottom: 25px;
  }

  .press-r {
    padding-top: 35px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .slidetop {
    padding-top: 75px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .btn-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cols-tall {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .col-tall {
    padding-right: 0px;
    padding-left: 0px;
  }

  .topcard {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.6em;
  }

  h2 {
    font-size: 2em;
    line-height: 1.2em;
  }

  .sect.cta {
    padding-top: 52px;
  }

/*  .sect.sect-wave {
    padding-top: 75px;
  }*/

  .sect.sect-form {
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .sect.sect-goals {
    padding-bottom: 25px;
  }

  .btn {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .btn.btn-start {
    width: auto;
  }

  .nav {
    padding-left: 10px;
  }

  .footer {
    padding-right: 0px;
    padding-left: 0px;
  }

  .p-lrg {
    line-height: 36px;
  }

  .ctr {
    text-align: center;
  }

  .hero {
    padding-top: 110px;
    padding-bottom: 25px;
    font-size: 16px;
  }

  .col.bot50-md.bot25-xs {
    margin-bottom: 25px;
  }

  .page {
    padding-top: 110px;
    padding-bottom: 75px;
  }

  .item-li {
    width: 50%;
  }

  .feat-p {
    font-size: 12px;
    line-height: 18px;
  }

  .item-list {
    width: 50%;
  }

  .block-xs {
    display: block;
  }

  .hide-xs {
    display: none;
  }

  .ctr-xs {
    text-align: center;
  }

  .footname {
    margin-top: 35px;
    margin-bottom: 10px;
  }

  .ftlinks {
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
    line-height: 30px;
  }

  .bot25-xs {
    margin-bottom: 25px;
  }

  .bot50-xs {
    margin-bottom: 50px;
  }

  .soci {
    display: block;
    float: none;
  }

  .col-row {
    max-width: 100%;
  }

  .head {
    padding-top: 110px;
    padding-bottom: 75px;
  }

  .head.head-wave {
    padding-top: 110px;
    padding-bottom: 75px;
  }

  .head.head-blog {
    padding-bottom: 50px;
  }

  .li-team {
    padding-right: 0px;
    padding-left: 0px;
  }

  .block-team {
    padding: 20px;
  }

  .team-img {
    height: 140px;
  }

  .flex-team {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .rev-ico {
    height: 120px;
    margin-top: -20px;
    margin-bottom: 20px;
  }

  .slide-rev {
    padding-right: 20px;
    padding-left: 20px;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
    font-size: 16px;
    line-height: 28px;
  }

  .blog-go {
    padding-right: 20px;
    padding-left: 20px;
  }

  .blog-r {
    padding: 20px 0px 40px;
  }

  .slide-revs {
    padding-top: 25px;
  }

  .press-logo {
    max-height: 130px;
    max-width: 200px;
  }

  .press-ctr {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .logoft {
    margin-bottom: 25px;
  }

  .quote {
    left: 10px;
    top: 10px;
    right: auto;
    bottom: auto;
    width: 60px;
    padding: 10px;
  }

  .slidetop {
    padding-top: 75px;
  }
}

@font-face {
  font-family: 'Fontawesome';
  src: url('../fonts/fontawesome-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Avenirnext';
  src: url('../fonts/AvenirNext-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenirnext';
  src: url('../fonts/AvenirNext-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenirnext';
  src: url('../fonts/AvenirNext-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenirnext';
  src: url('../fonts/AvenirNext-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
