@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700,700i&display=swap');

@font-face {
  font-family: 'league_gothicregular';
  src: url('https://6787119.fs1.hubspotusercontent-na1.net/hubfs/6787119/Website_Templates/UW_2020/fonts/leaguegothic-regular-webfont.woff2') format('woff2'),
    url('https://6787119.fs1.hubspotusercontent-na1.net/hubfs/6787119/Website_Templates/UW_2020/fonts/leaguegothic-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'aksanaregular';
  src: url('https://6787119.fs1.hubspotusercontent-na1.net/hubfs/6787119/Website_Templates/UW_2020/fonts/aksana-webfont.woff2') format('woff2'),
    url('https://6787119.fs1.hubspotusercontent-na1.net/hubfs/6787119/Website_Templates/UW_2020/fonts/aksana-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/*================================================================
1. BASE STYLES
================================================================*/

html {
  scroll-behavior: smooth;
}

/* Base
----------------------------------------------------------------*/

body {
  color: #333;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 1.7;
}

img {
  max-width: 100%;
  height: auto;
}

/* Typography
----------------------------------------------------------------*/

a {
  color: #005191;
  -webkit-transition: all .2s ease;
  moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}
a:hover, a:active, a:focus {
  color: #539ed0;
}
a:hover, a:focus {
  text-decoration: underline;
}
p {
  margin-top: 20px;
  margin-bottom: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: 'league_gothicregular', Arial Narrow;
  line-height: 1.2;
  font-weight: 400;
  text-transform: uppercase;
}
p:first-child,
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}
h1, .h1 {
  font-size: 60px;
  line-height: 1;
}
h2, .h2 {
  display: inline;
  padding: 0 10px;
  background-color: #333;
  color: #fff;
  font-size: 40px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
h3, .h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: none;
}
h4, .h4 {
  font-size: 22px;
}
h5, .h5 {
  font-size: 20px;
}
h6, .h6 {
  font-size: 18px;
}

hr {
  margin-top: 45px;
  margin-bottom: 45px;
  border-top: 1px solid #efefef;
}

ul,
ol {
  margin-top: 20px;
  margin-bottom: 20px;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-wrap {
  overflow-wrap: break-word !important;
}

/* Utility Classes
----------------------------------------------------------------*/

/* Spacing */

.m-0 {
  margin: 0;
}
.mt-0 {
  margin-top: 0;
}
.mt-15 {
  margin-top: 15px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-45 {
  margin-top: 45px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-75 {
  margin-top: 75px;
}
.mt-90 {
  margin-top: 90px;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-45 {
  margin-bottom: 45px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-75 {
  margin-bottom: 75px;
}
.mb-90 {
  margin-bottom: 90px;
}

/* Colors */

.blue-dark {
  color: #0044b5;
}
.blue-light {
  color: #a7d2ff;
}
.gray-dark {
  color: #333;
}
.gray-light {
  color: #efefef;
}
.orange-dark {
  color: #f47925;
}
.orange-light {
  color: #ffba00;
}
.red {
  color: #fd372c;
}

/* Backgrounds */

.bg-blue-dark {
  background-color: #0044b5;
  color: #fff;
}
.bg-blue-dark a {
  color: #fff;
}
.bg-blue-light {
  background-color: #a7d2ff;
  color: #fff;
}
.bg-blue-light a {
  color: #fff;
}
.bg-blue-light a:hover, .bg-blue-light a:active, .bg-blue-light a:focus {
  color: #015191;
}
.bg-gray-dark {
  background-color: #333;
  color: #fff;
}
.bg-gray-dark a {
  color: #fff;
}
.bg-gray-light {
  background-color: #efefef;
}
.bg-orange-dark {
  background-color: #f47925;
}
.bg-orange-dark a {
  color: #fff;
}
.bg-orange-light {
  background-color: #ffba00;
}
.bg-orange-light h1 {
  color: #333;
}
.bg-red {
  background-color: #fd372c;
}
.bg-red a {
  color: #fff;
}

/* Accessibility */

.skip-to-content {
  position: absolute;
  top: 5px;
  left: 5px;
}

/* Bootstrap Overrides
----------------------------------------------------------------*/

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.text-xs-left {
  text-align: left;
}
.text-xs-right {
  text-align: right;
}
.text-xs-center {
  text-align: center;
}
.text-xs-justify {
  text-align: justify;
}

/* Responsive Text Alignment */
@media (min-width: 768px) {
  .text-sm-left {
    text-align: left;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-justify {
    text-align: justify;
  }
}
@media (min-width: 992px) {
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-justify {
    text-align: justify;
  }
}
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left;
  }
  .text-lg-right {
    text-align: right;
  }
  .text-lg-center {
    text-align: center;
  }
  .text-lg-justify {
    text-align: justify;
  }
}

/*================================================================
2. STRUCTURE
================================================================*/

.wrapper {
  padding-top: 61px;
}
@media (min-width: 992px) {
  .wrapper {
    padding-top: 0;
  }
}

/* Header
----------------------------------------------------------------*/

.header {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #efefef;
}
.header-simple {
  padding: 20px 0;
  text-align: center;
}
.header-simple-logo img {
  width: 217px;
  height: 40px;
}
@media (min-width: 992px) {
  .header {
    position: relative;
    border-bottom: 0;
  }
  .header-simple-logo img {
    width: 326px;
    height: 60px;
  }
}

/* Content
----------------------------------------------------------------*/

.content {
  padding: 60px 0;
}
@media (min-width: 992px) {
  .content {
    padding: 90px 0;
  }
}
.content.pt-0 {
  padding-top: 0;
}
.content.pb-0 {
  padding-bottom: 0;
}

/* Footer
----------------------------------------------------------------*/

.footer {
  margin-top: 30px;
}
.footer-top {
  font-size: 15px;
}
.footer-top a {
  text-decoration: none;
}
.footer-top-col-lg {
  width: 100%;
  padding: 30px 0;
  text-align: center;
}
.footer-top-col-sm {
  margin: 0 -15px;
  padding: 30px;
  text-align: center;
}
.footer-top-logo {
  display: block;
  margin-bottom: 30px;
}
.footer-top-logo img {
/*   height: 72px; */
  padding: 6px 6px 6px 9px;
  background-color: #fff;
}
.footer-top-cta {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .footer-top .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer-top-col-lg {
    width: 66.666%;
    padding: 60px 0;
    text-align: left;
  }
  .footer-top-col-sm {
    width: 33.333%;
    padding: 60px 30px;
    margin: 0;
  }
  .footer-top-cta {
    margin-bottom: 0;
  }
}

.footer-bottom {
  padding: 20px 0;
  text-align: center;
}
.footer-bottom a {
  text-decoration: none;
}
.footer-bottom ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}
.footer-bottom ul li {
  line-height: 1;
  font-size: 14px;
}
@media (min-width: 992px) {
  .footer-bottom ul li {
    display: inline-block;
    padding: 0 10px;
    border-left: 1px solid #fff;
  }
  .footer-bottom ul li:first-of-type {
    border-left: 0;
  }
}

/*================================================================
3. Navigation
================================================================*/

/* Nav Mobile */

.nav-mobile {
  padding: 10px 0;
}
.nav-mobile nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.nav-mobile-logo img {
  width: 217px;
  height: 40px;
}
.nav-mobile-slide-out {
  position: fixed;
  top: 61px;
  right: -100%;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  overflow-y: scroll;
}
.nav-mobile-slide-out.active {
  right: 0;
}
.nav-mobile-slide-out .btn {
  width: 100%;
  border: 0;
  background-color: #005191;
  border-radius: 0;
  color: #fff;
}
.nav-mobile-slide-out .btn:hover, .nav-mobile-slide-out .btn:active, .nav-mobile-slide-out .btn:focus {
  background-color: #539ed0;
}
.nav-mobile ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-mobile ul li {
  display: block;
  margin: 0;
}
.nav-mobile ul li a {
  display: block;
  padding: 10px 15px;
  background-color: #efefef;
  border-bottom: 1px solid #fff;
  color: #005191;
  font-family: 'Roboto',sans-serif;
  font-size: 16px;
  font-weight: 700;
}
.nav-mobile ul li a i {
  position: absolute;
  right: 15px;
  width: 30px;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
}
.nav-mobile ul li a:hover, .nav-mobile ul li a:active, .nav-mobile ul li a:focus, .nav-mobile ul li.active a, .nav-mobile ul li.active-branch a {
  background-color: #539ed0;
  color: #fff;
}
.nav-mobile ul.nav-mobile-dropdown {
  display: none;
}
.nav-mobile ul.nav-mobile-dropdown li a {
  background-color: #fff;
  border-bottom: 1px solid #efefef;
  color: #000;
  font-size: 15px;
  font-weight: 400;
}
.nav-mobile ul.nav-mobile-dropdown li a:hover, .nav-mobile ul.nav-mobile-dropdown li a:active, .nav-mobile ul.nav-mobile-dropdown li a:focus, .nav-mobile ul.nav-mobile-dropdown li.active a {
  color: #539ed0;
}
.nav-toggle {
  width: 30px;
  height: 40px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
.nav-toggle span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #005191;
  border-radius: 3px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}
.nav-toggle span:nth-child(1) {
  top: 11px;
}
.nav-toggle span:nth-child(2), .nav-toggle span:nth-child(3) {
  top: 19px;
}
.nav-toggle span:nth-child(4) {
  top: 27px;
}
.nav-toggle.active span:nth-child(1) {
  top: 19px;
  width: 0%;
  left: 50%;
}
.nav-toggle.active span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nav-toggle.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.nav-toggle.active span:nth-child(4) {
  top: 19px;
  width: 0%;
  left: 50%;
}

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

/* Nav Top */

.nav-top {
  display: none;
}
@media (min-width: 992px) {
  .nav-top {
    display: block;
    background-color: #fff;
    padding: 20px 0;
  }
  .nav-top nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .nav-top-logo img {
    width: 326px;
    height: 60px;
  }
  .nav-top ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .nav-top ul li {
    position: relative;
    display: inline-block;
    margin-left: 30px;
  }
  .nav-top ul li a {
    display: block;
    color: #539ed0;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 15px;
    text-decoration: none !important;
  }
  .nav-top ul li a:hover, .nav-top ul li a:active, .nav-top ul li a:focus, .nav-top ul li.active a, .nav-top ul li.active-branch a {
    color: #005191;
  }
  .nav-top ul.nav-top-dropdown {
    display: none;
    position: absolute;
    z-index: 3;
    left: -15px;
    width: 200px;
    margin-top: 15px;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.15);
    box-shadow: 0 3px 6px rgba(0,0,0,.15);
  }
  .nav-top ul.nav-top-dropdown.active {
    display: block;
  }
  .nav-top ul.nav-top-dropdown li {
    display: block;
    margin: 0;
  }
  .nav-top ul.nav-top-dropdown li a {
    padding: 10px 15px;
    background-color: #efefef;
    border-bottom: 1px solid #fff;
    color: #000;
    font-weight: 400;
    text-transform: none;
  }
  .nav-top ul.nav-top-dropdown li:last-of-type a {
    border-bottom: 0;
  }
  .nav-top ul.nav-top-dropdown li a:hover, .nav-top ul.nav-top-dropdown li a:active, .nav-top ul.nav-top-dropdown li a:focus, .nav-top ul.nav-top-dropdown li.active a {
    background-color: #539ed0;
    color: #fff;
  }
}

/* Nav Main */

.nav-main {
  display: none;
}
@media (min-width: 992px) {
  .nav-main {
    display: block;
    padding: 20px 0;
    background-color: #efefef;
  }
  .nav-main ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .nav-main ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .nav-main ul li {
    position: relative;
    display: inline-block;
    border-left: 1px solid rgba(0,81,145,.2);
    width: 100%;
    line-height: 1.2;
    text-align: center;
  }
  .nav-main ul li:last-of-type {
    border-right: 1px solid rgba(0,81,145,.2);
  }
  .nav-main ul li a {
    display: block;
    color: #005191;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
  }
  .nav-main ul li a:hover, .nav-main ul li a:active, .nav-main ul li a:focus, .nav-main ul li.active a, .nav-main ul li.active-branch a {
    color: #539ed0;
  }
  .nav-main ul.nav-main-dropdown {
    display: none;
    position: absolute;
    z-index: 3;
    left: 0;
    width: 100%;
    margin-top: 20px;
  }
  .nav-main ul.nav-main-dropdown.active {
    display: block;
  }
  .nav-main ul.nav-main-dropdown li {
    display: block;
    margin: 0;
    border: 0;
    line-height: 1.7;
  }
  .nav-main ul.nav-main-dropdown li a {
    padding: 10px 15px;
    background-color: #efefef;
    border-bottom: 1px solid #fff;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    text-transform: none;
  }
  .nav-main ul.nav-main-dropdown li:first-of-type a {
    color: #539ed0;
    font-weight: 700;
    line-height: 2.6;
    text-transform: uppercase;
  }
  .nav-main ul.nav-main-dropdown li:last-of-type a {
    border-bottom: 0;
  }
  .nav-main ul.nav-main-dropdown li a:hover, .nav-main ul.nav-main-dropdown li a:active, .nav-main ul.nav-main-dropdown li a:focus, .nav-main ul.nav-main-dropdown li.active a {
    background-color: #539ed0;
    color: #fff;
  }
}

/* Nav Footer */

.nav-footer ul {
  margin: 0 0 25px 0;
  padding: 0;
  list-style: none;
}
.nav-footer ul li {
  margin-bottom: 5px;
}
.nav-footer ul li a {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
}
.nav-footer ul li a:hover, .nav-footer ul li.active a {
  color: #539ed0;
}

/*================================================================
4. FORMS AND BUTTONS
================================================================*/

.btn {
  padding: 15px 20px;
  background-color: transparent;
  border: 2px solid #333;
  border-radius: 200px;
  color: #333;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  white-space: inherit;
  text-decoration: none;
}
.btn:hover {
  background-color: #333;
  color: #fff;
}

.btn-blue {
  border-color: #005191;
  color: #005191;
}
.btn-blue:hover, .btn-blue:active, .btn-blue:focus {
  background-color: #005191;
  color: #fff;
}

.btn-white {
  border-color: #fff;
  color: #fff;
}
.btn-white:hover, .btn-white:active, .btn-white:focus {
  background-color: #fff;
  color: #005191;
}

.blob-btn {
  z-index: 1;
  position: relative;
  overflow: hidden;
  border: 0;
}
.blob-btn:before {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #005191;
  border-radius: 200px;
}
.blob-btn:after {
  content: "";
  z-index: -2;
  position: absolute;
  left: 3px;
  top: 3px;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s 0.2s;
  -o-transition: all 0.3s 0.2s;
  transition: all 0.3s 0.2s;
  border-radius: 200px;
}
.blob-btn:hover {
  color: #fff;
}
.blob-btn:hover:after {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  left: 0;
  top: 0;
}
.blob-btn__inner {
  z-index: -1;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
.blob-btn__blobs {
  position: relative;
  display: block;
  height: 100%;
  -webkit-filter: url("#goo");
  filter: url("#goo");
}
.blob-btn__blob {
  position: absolute;
  top: 2px;
  width: 25%;
  height: 100%;
  background: #005191;
  border-radius: 100%;
  -webkit-transform: translate3d(0, 150%, 0) scale(1.7);
  transform: translate3d(0, 150%, 0) scale(1.7);
  -webkit-transition: -webkit-transform 0.45s;
  transition: -webkit-transform 0.45s;
  -o-transition: transform 0.45s;
  transition: transform 0.45s;
  transition: transform 0.45s, -webkit-transform 0.45s;
}
@supports ((-webkit-filter: url("#goo")) or (filter: url("#goo"))) {
  .blob-btn__blob {
    -webkit-transform: translate3d(0, 150%, 0) scale(1.4);
    transform: translate3d(0, 150%, 0) scale(1.4);
  }
}
.blob-btn__blob:nth-child(1) {
  left: 0%;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.blob-btn__blob:nth-child(2) {
  left: 30%;
  -webkit-transition-delay: 0.08s;
  -o-transition-delay: 0.08s;
  transition-delay: 0.08s;
}
.blob-btn__blob:nth-child(3) {
  left: 60%;
  -webkit-transition-delay: 0.16s;
  -o-transition-delay: 0.16s;
  transition-delay: 0.16s;
}
.blob-btn__blob:nth-child(4) {
  left: 90%;
  -webkit-transition-delay: 0.24s;
  -o-transition-delay: 0.24s;
  transition-delay: 0.24s;
}
.blob-btn:hover .blob-btn__blob {
  -webkit-transform: translateZ(0) scale(1.7);
  transform: translateZ(0) scale(1.7);
}
@supports ((-webkit-filter: url("#goo")) or (filter: url("#goo"))) {
  .blob-btn:hover .blob-btn__blob {
    -webkit-transform: translateZ(0) scale(1.4);
    transform: translateZ(0) scale(1.4);
  }
}

/* Hubspot Overrides */

.hs-input, .hs-search-field__input {
  width: 100%;
  margin-bottom: 15px;
  padding: 5px 10px;
  border: 1px solid #ccc;
}
.hs-button.primary {
  padding: 15px 20px;
  background-color: transparent;
  border: 2px solid #005191;
  border-radius: 200px;
  color: #005191;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  white-space: inherit;
  -webkit-appearance: none;
}
.hs-button.primary:hover, .hs-button.primary:active, .hs-button.primary:focus {
  background-color: #005191;
  color: #fff;
}
.hs-form-field textarea {
  min-height: 100px;
}
.hs-error-msgs {
  position: relative;
  top: -5px;
  margin: 0;
  padding: 0 0 0 15px !important;
  list-style: none;
  color: red;
  font-size: 15px;
}
.hs-error-msgs:after {
  position: absolute;
  content: '\f0d8';
  top: 0;
  left: 0;
  font-family: 'FontAwesome';
}
.hs-input.invalid {
  border-color: red;
}
.hs-form fieldset {
  max-width: inherit !important;
}
.hs-form fieldset.form-columns-1 .hs-form-field, .hs-form fieldset.form-columns-2 .hs-form-field, .hs-form fieldset.form-columns-3 .hs-form-field {
  width: 100% !important;
}
.hs-form fieldset.form-columns-1 .hs-form-field .input, .hs-form fieldset.form-columns-2 .hs-form-field .input, .hs-form fieldset.form-columns-3 .hs-form-field .input {
  margin-right: 0 !important;
}
.hs-form fieldset.form-columns-1 .hs-form-field .hs-input, .hs-form fieldset.form-columns-2 .hs-form-field .hs-input, .hs-form fieldset.form-columns-3 .hs-form-field .hs-input {
  width: 100% !important;
}
.hs-form fieldset select {
  height: 40px;
}
.hs-form ul.inputs-list {
  margin: 0 0 15px 0;
  padding: 0;
  list-style: none;
}
.hs-form .hs-form-field ul.inputs-list .hs-input {
  position: relative;
  top: -2px;
  width: auto !important;
  margin: 0 10px 0 0;
  height: auto;
  display: inline-block;
}
.hs-form .hs-form-field ul.inputs-list span {
  font-weight: 400;
}
@media (min-width: 480px) {
  .hs-form fieldset.form-columns-1 .hs-form-field {
    width: 100% !important;
  }
  .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 50% !important;
  }
  .hs-form fieldset.form-columns-2 .hs-form-field:nth-of-type(1) {
    padding-right: 7.5px;
  }
  .hs-form fieldset.form-columns-2 .hs-form-field:nth-of-type(2) {
    padding-left: 7.5px;
  }
  .hs-form fieldset.form-columns-3 .hs-form-field {
    width: 33.333% !important;
  }
  .hs-form fieldset.form-columns-3 .hs-form-field:nth-of-type(1) {
    padding-right: 7.5px;
  }
  .hs-form fieldset.form-columns-3 .hs-form-field:nth-of-type(2) {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .hs-form fieldset.form-columns-3 .hs-form-field:nth-of-type(3) {
    padding-left: 7.5px;
  }
}
#hs_cos_wrapper_my_password_prompt {
  display: block;
  margin-top: 30px;
}
#hs-pwd-widget-password {
  width: 100%;
  max-width: 100%;
  height: 50px !important;
  margin-bottom: 15px;
  padding: 5px 10px;
  border: 1px solid #ccc;
}
#hs_cos_wrapper_my_password_prompt .hs-button.primary {
  width: 100%;
}
@media (min-width: 768px) {
  #hs-pwd-widget-password {
    width: 240px;
    margin-bottom: 0;
    margin-right: 15px;
  }
  #hs_cos_wrapper_my_password_prompt .hs-button.primary {
    width: auto;
  }
}

#hs_cos_wrapper_Search_Field {
  margin-top: 20px;
}
.nav-top #hs_cos_wrapper_Search_Field {
  display: inline-block;
  margin-top: 0;
}
.nav-top #hs_cos_wrapper_Search_Field .hs-search-field__input {
  width: 0;
  height: 30px;
  margin: 0;
  padding: 0;
  background-color: #eff0ef;
  border: 0;
  font-size: 15px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
.nav-top #hs_cos_wrapper_Search_Field .hs-search-field__input.active {
  width: 99px;
  margin-right: 10px;
  padding: 0 10px;
}
.nav-top .hs-search-field__suggestions {
  display: none;
  position: absolute;
  z-index: 2;
  width: calc(100% - 10px);
  background-color: #fbfbfb;
  border: 0;
  font-size: 15px;
}
.nav-top .hs-search-field__suggestions li {
  margin: 0;
  padding: 5px 10px;
}
.nav-top .hs-search-field__suggestions a:hover,
.nav-top .hs-search-field__suggestions a:focus {
  background-color: transparent;
  outline: 0;
}
.nav-top-search-toggle {
  color: #539ed0;
  font-size: 15px;
  transition: all .2s ease;
}
.nav-top-search-toggle:hover {
  color: #005191;
  cursor: pointer;
}

.nav-top-search button.hs-search-field__button {
    display: none;
}

@media(min-width: 1200px) {
  .nav-top #hs_cos_wrapper_Search_Field .hs-search-field__input.active {
    width: 200px;
  }
}

.hs-form legend.hs-field-desc {
  margin-bottom: 10px;
  font-size: 16px;
  border-bottom: 0;
}

/*================================================================
5. PAGE SPECIFIC STYLES
================================================================*/

/* Blog
----------------------------------------------------------------*/

/* Blog Post */

.blog-post-header {
  margin-bottom: 60px;
}
.blog-post-info {
  margin-bottom: 30px;
}
.blog-post-featured-image img {
  display: block;
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.blog-post-related-posts {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #f1f1f1;
}
.blog-post-related-posts a {
  text-decoration: none; 
}
@media (min-width: 992px) {
  .blog-post-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .blog-post-info {
    margin-bottom: 0;
    width: 40%;
  }
  .blog-post-featured-image {
    width: 60%;
    padding-left: 30px;
  }
  .blog-post-featured-image img {
    height: 400px;
  }
}

/* Blog Author */

.blog-author-sm {
  position: relative;
}
.blog-author-sm:after {
  content: '';
  display: block;
  clear: both;
}
.blog-author-sm img {
  float: left;
  width: 80px;
  height: 80px;
  margin-right: 15px;
  padding: 3px;
  border-radius: 50%;
  border: 3px solid #337ab7;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.blog-author-lg {
  margin-bottom: 60px;
}
.blog-author-lg img {
  width: 220px;
  height: 220px;
  padding: 3px;
  border-radius: 50%;
  border: 3px solid #337ab7;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.blog-post-body {
  margin-top: 10px;
  margin-bottom: 30px;
}
.blog-post-related {
  display: block;
  width: 100%;
  height: 200px;
  background-color: #f1f1f1;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.blog-listing {
  margin-bottom: 30px;
}
.blog-listing-item {
  display: block;
  margin-bottom: 30px;
  background: #f1f1f1;
  -webkit-box-shadow: 0 0 0 rgba(0,0,0,.2);
  box-shadow: 0 0 0 rgba(0,0,0,.2);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  text-decoration: none !important;
}
.blog-listing-item:hover {
  -webkit-box-shadow: 0 0 20px rgba(0,0,0,.2);
  box-shadow: 0 0 20px rgba(0,0,0,.2);
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}
.blog-listing-item-featured-image {
  display: block;
}
.blog-listing-item-featured-image img {
  display: block;
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.blog-listing-item-summary {
  display: block;
  padding: 30px;
}
.blog-social-sharing {
  padding-top: 15px;
}
.blog-social-sharing a {
  position: relative;
  display: block;
  margin-bottom: -10px;
}
.blog-social-sharing a:after {
  display: block;
  content: '';
  clear: both;
}

.progress-bar-wrapper {
  position: fixed;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: transparent;
  color: #fa8d3e;
}
.progress-bar-wrapper::-webkit-progress-bar {
  background-color: transparent;
}
.progress-bar-wrapper::-webkit-progress-value {
  background-color: #fa8d3e;
}
.progress-bar-wrapper::-moz-progress-bar {
  background-color: #fa8d3e;
}
.hs-blog-social-share {
  height: auto !important;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
  display: block;
  float: none;
}
/* .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item.hs-blog-social-share-item-facebook {
  margin-bottom: 9px;
  margin-top: -5px;
} */
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item.hs-blog-social-share-item-facebook {
  margin-left: -8px;
  margin-top: 15px;
}

/* Blog Pagination */

.blog-pagination {
  position: relative;
  text-align: center;
}
.blog-pagination span.previous, .blog-pagination a.previous-posts-link {
  position: absolute;
  left: 15px;
}
.blog-pagination span.next, .blog-pagination a.next-posts-link {
  position: absolute;
  right: 15px;
}
.blog-pagination span {
  display: inline-block;
  opacity: .5;
}
.blog-pagination a {
  text-decoration: none;
}

/* Sticky CTA */

.sticky-cta {
  position: fixed;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
.sticky-cta.active {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

@media (min-width: 992px) {
  .blog-listing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .blog-listing-item {
    width: calc(33.333% - 15px);
  }
  .blog-listing-item.w2 {
    width: calc(66.666% - 15px);
  }
  .blog-listing-item.w2 .blog-5-listing-item-featured-image img {
    height: 400px;
  }
}

/* Event
----------------------------------------------------------------*/

.event-listing-item {
  padding: 30px 0;
  border-bottom: 1px solid #efefef;
}
.event-listing-item:first-of-type {
  padding-top: 0;
}
.event-listing-item:last-of-type {
  padding-bottom: 0;
  border-bottom: 0;
}
.event-listing-item-details-day {
  display: inline-block;
  margin-bottom: 10px;
  padding: 10px 15px;
  background-color: #333;
  color: #fff;
  font-family: 'league_gothicregular';
  font-size: 50px;
  line-height: 1;
}
.event-listing-item-details-month {
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .event-listing-item {
    padding: 60px 0;
  }
}

.content.event a {
  overflow-wrap: break-word;
}

/* Team Members
----------------------------------------------------------------*/

.team-members {
  max-width: 1500px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.team-member {
  margin-bottom: 30px;
}
.team-member:nth-last-of-type(1) {
  margin-bottom: 0;
}
.team-member-photo {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  max-width: 100%;
}
.team-member-photo__hover-img {
  position: absolute;
  left: 0;
  z-index: -1;
}
.team-member-photo.has-hover-img:hover .team-member-photo__base-img {
  opacity: 0;
}
.team-member-info {
  margin-bottom: 15px;
  padding: 0 15px;
}
.team-member-title {
  margin-bottom: 20px;
}
.team-member-social-icon {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #004987;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
}
.team-member-social-icon:hover {
  background-color: #08afc9;
  color: #fff;
}
@media (min-width: 768px) {
  .team-member {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 45px;
  }
  .team-member-photo {
    width: 280px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .team-member:nth-last-of-type(2) {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .team-members {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .team-member {
    width: 50%;
    margin-bottom: 60px;
  }
  .team-member-photo {
    margin-bottom: 0;
  }
  .team-member-info {
    margin-bottom: 0;
  }
}

/*================================================================
6. MISCELLANOUS
================================================================*/

/* Hero Simple */

.hero-simple-heading {
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
}
.hero-simple-heading h1 {
  margin-bottom: 0;
}
.hero-simple-heading h1 em {
  display: block;
  font-family: 'aksanaregular';
  font-size: 60px;
  line-height: 1;
  letter-spacing: -2px;
  text-transform: none;
}
.hero-simple-heading p:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .hero-simple-heading h1 em {
    font-size: 80px;
  }
}
@media (min-width: 1200px) {
  .hero-simple-heading h1 em {
    font-size: 100px;
  }
}

/* Social */

.social {
  margin: 0;
  padding: 0;
  list-style: none;
}
.social li {
  display: inline-block;
  margin-right: 6px;
}
.social li a {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #005191;
  border-radius: 50%;
  color: #efefef;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
}
.social li a:hover {
  background-color: #539ed0;
  color: #efefef;
}

/* Donate Button */

.h-widget-wrap .h-widget-button {
  padding: 15px 20px !important;
  background-color: #015191 !important;
  border-radius: 200px !important;
  height: auto !important;
  font-size: inherit !important;
  box-shadow: none !important;
}
.h-widget-wrap .h-widget-button .h-widget-btn-txt {
  font-family: 'Roboto', sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  vertical-align: initial !important;
  text-transform: uppercase;
}

/*================================================================
7. MEDIA QUERIES
================================================================*/

/* Extra small devices (phones, 480px and up) */
@media (min-width: 480px) {}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  h1, .h1 {
    font-size: 70px;
  }
  h2, .h2 {
    font-size: 50px;
  }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 80px;
  }
  h2, .h2 {
    font-size: 60px;
  }
}
/* Desktop header logo */
.nav-top-logo img {
  max-height: 140px;    /* Adjust this number until it looks right */
  height: auto !important;
  width: auto !important;
}

/* Mobile header logo */
.nav-mobile-logo img,
.nav-mobile .nav-top-logo img {
  max-height: 80px;    /* Mobile logo usually a bit smaller */
  height: auto !important;
  width: auto !important;
}

/* === Fix header logo sizing === */
.header-logo img {
  height: 80px;          /* adjust this number to fit your header nicely */
  width: auto;
  max-width: 100%;
  object-fit: contain;
  display: block;
}

/* === Center header logo === */
.header-logo {
  display: block;
  text-align: center;
  margin: 0 auto;
}

/* Center just the logo anchor */
.header-logo {
  display: block;           /* ensures margins work */
  width: fit-content;       /* shrink to logo width */
  margin: 0 auto;           /* centers the anchor */
  float: none;              /* neutralize old float rules */
  text-align: center;       /* harmless helper */
  align-self: center;       /* works if parent is flex */
}

/* Keep the image tidy */
.header-logo img {
  display: block;           /* removes inline spacing */
  height: 60px;             /* or your chosen height */
  width: auto;              /* preserve aspect ratio */
  object-fit: contain;
}

<style>
  html, body {
    height: auto !important;
    overflow-y: scroll !important;
  }
  section, div {
    max-height: none !important;
  }
</style>

@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700,700i&display=swap');

@font-face {
  font-family: 'league_gothicregular';
  src: url('https://6787119.fs1.hubspotusercontent-na1.net/hubfs/6787119/Website_Templates/UW_2020/fonts/leaguegothic-regular-webfont.woff2') format('woff2'),
    url('https://6787119.fs1.hubspotusercontent-na1.net/hubfs/6787119/Website_Templates/UW_2020/fonts/leaguegothic-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'aksanaregular';
  src: url('https://6787119.fs1.hubspotusercontent-na1.net/hubfs/6787119/Website_Templates/UW_2020/fonts/aksana-webfont.woff2') format('woff2'),
    url('https://6787119.fs1.hubspotusercontent-na1.net/hubfs/6787119/Website_Templates/UW_2020/fonts/aksana-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/*================================================================
1. BASE STYLES
================================================================*/

html {
  scroll-behavior: smooth;
}

/* Base
----------------------------------------------------------------*/

body {
  color: #333;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 1.7;
}

img {
  max-width: 100%;
  height: auto;
}

/* Typography
----------------------------------------------------------------*/

a {
  color: #005191;
  -webkit-transition: all .2s ease;
  moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}
a:hover, a:active, a:focus {
  color: #539ed0;
}
a:hover, a:focus {
  text-decoration: underline;
}
p {
  margin-top: 20px;
  margin-bottom: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: 'league_gothicregular', Arial Narrow;
  line-height: 1.2;
  font-weight: 400;
  text-transform: uppercase;
}
p:first-child,
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}
h1, .h1 {
  font-size: 60px;
  line-height: 1;
}
h2, .h2 {
  display: inline;
  padding: 0 10px;
  background-color: #333;
  color: #fff;
  font-size: 40px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
h3, .h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: none;
}
h4, .h4 {
  font-size: 22px;
}
h5, .h5 {
  font-size: 20px;
}
h6, .h6 {
  font-size: 18px;
}

hr {
  margin-top: 45px;
  margin-bottom: 45px;
  border-top: 1px solid #efefef;
}

ul,
ol {
  margin-top: 20px;
  margin-bottom: 20px;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-wrap {
  overflow-wrap: break-word !important;
}

/* Utility Classes
----------------------------------------------------------------*/

/* Spacing */

.m-0 {
  margin: 0;
}
.mt-0 {
  margin-top: 0;
}
.mt-15 {
  margin-top: 15px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-45 {
  margin-top: 45px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-75 {
  margin-top: 75px;
}
.mt-90 {
  margin-top: 90px;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-45 {
  margin-bottom: 45px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-75 {
  margin-bottom: 75px;
}
.mb-90 {
  margin-bottom: 90px;
}

/* Colors */

.blue-dark {
  color: #0044b5;
}
.blue-light {
  color: #a7d2ff;
}
.gray-dark {
  color: #333;
}
.gray-light {
  color: #efefef;
}
.orange-dark {
  color: #f47925;
}
.orange-light {
  color: #ffba00;
}
.red {
  color: #fd372c;
}

/* Backgrounds */

.bg-blue-dark {
  background-color: #0044b5;
  color: #fff;
}
.bg-blue-dark a {
  color: #fff;
}
.bg-blue-light {
  background-color: #a7d2ff;
  color: #fff;
}
.bg-blue-light a {
  color: #fff;
}
.bg-blue-light a:hover, .bg-blue-light a:active, .bg-blue-light a:focus {
  color: #015191;
}
.bg-gray-dark {
  background-color: #333;
  color: #fff;
}
.bg-gray-dark a {
  color: #fff;
}
.bg-gray-light {
  background-color: #efefef;
}
.bg-orange-dark {
  background-color: #f47925;
}
.bg-orange-dark a {
  color: #fff;
}
.bg-orange-light {
  background-color: #ffba00;
}
.bg-orange-light h1 {
  color: #333;
}
.bg-red {
  background-color: #fd372c;
}
.bg-red a {
  color: #fff;
}

/* Accessibility */

.skip-to-content {
  position: absolute;
  top: 5px;
  left: 5px;
}

/* Bootstrap Overrides
----------------------------------------------------------------*/

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.text-xs-left {
  text-align: left;
}
.text-xs-right {
  text-align: right;
}
.text-xs-center {
  text-align: center;
}
.text-xs-justify {
  text-align: justify;
}

/* Responsive Text Alignment */
@media (min-width: 768px) {
  .text-sm-left {
    text-align: left;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-justify {
    text-align: justify;
  }
}
@media (min-width: 992px) {
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-justify {
    text-align: justify;
  }
}
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left;
  }
  .text-lg-right {
    text-align: right;
  }
  .text-lg-center {
    text-align: center;
  }
  .text-lg-justify {
    text-align: justify;
  }
}

/*================================================================
2. STRUCTURE
================================================================*/

.wrapper {
  padding-top: 61px;
}
@media (min-width: 992px) {
  .wrapper {
    padding-top: 0;
  }
}

/* Header
----------------------------------------------------------------*/

.header {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #efefef;
}
.header-simple {
  padding: 20px 0;
  text-align: center;
}
.header-simple-logo img {
  width: 217px;
  height: 40px;
}
@media (min-width: 992px) {
  .header {
    position: relative;
    border-bottom: 0;
  }
  .header-simple-logo img {
    width: 326px;
    height: 60px;
  }
}

/* Content
----------------------------------------------------------------*/

.content {
  padding: 60px 0;
}
@media (min-width: 992px) {
  .content {
    padding: 90px 0;
  }
}
.content.pt-0 {
  padding-top: 0;
}
.content.pb-0 {
  padding-bottom: 0;
}

/* Footer
----------------------------------------------------------------*/

.footer {
  margin-top: 30px;
}
.footer-top {
  font-size: 15px;
}
.footer-top a {
  text-decoration: none;
}
.footer-top-col-lg {
  width: 100%;
  padding: 30px 0;
  text-align: center;
}
.footer-top-col-sm {
  margin: 0 -15px;
  padding: 30px;
  text-align: center;
}
.footer-top-logo {
  display: block;
  margin-bottom: 30px;
}
.footer-top-logo img {
/*   height: 72px; */
  padding: 6px 6px 6px 9px;
  background-color: #fff;
}
.footer-top-cta {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .footer-top .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer-top-col-lg {
    width: 66.666%;
    padding: 60px 0;
    text-align: left;
  }
  .footer-top-col-sm {
    width: 33.333%;
    padding: 60px 30px;
    margin: 0;
  }
  .footer-top-cta {
    margin-bottom: 0;
  }
}

.footer-bottom {
  padding: 20px 0;
  text-align: center;
}
.footer-bottom a {
  text-decoration: none;
}
.footer-bottom ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}
.footer-bottom ul li {
  line-height: 1;
  font-size: 14px;
}
@media (min-width: 992px) {
  .footer-bottom ul li {
    display: inline-block;
    padding: 0 10px;
    border-left: 1px solid #fff;
  }
  .footer-bottom ul li:first-of-type {
    border-left: 0;
  }
}

/*================================================================
3. Navigation
================================================================*/

/* Nav Mobile */

.nav-mobile {
  padding: 10px 0;
}
.nav-mobile nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.nav-mobile-logo img {
  width: 217px;
  height: 40px;
}
.nav-mobile-slide-out {
  position: fixed;
  top: 61px;
  right: -100%;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  overflow-y: scroll;
}
.nav-mobile-slide-out.active {
  right: 0;
}
.nav-mobile-slide-out .btn {
  width: 100%;
  border: 0;
  background-color: #005191;
  border-radius: 0;
  color: #fff;
}
.nav-mobile-slide-out .btn:hover, .nav-mobile-slide-out .btn:active, .nav-mobile-slide-out .btn:focus {
  background-color: #539ed0;
}
.nav-mobile ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-mobile ul li {
  display: block;
  margin: 0;
}
.nav-mobile ul li a {
  display: block;
  padding: 10px 15px;
  background-color: #efefef;
  border-bottom: 1px solid #fff;
  color: #005191;
  font-family: 'Roboto',sans-serif;
  font-size: 16px;
  font-weight: 700;
}
.nav-mobile ul li a i {
  position: absolute;
  right: 15px;
  width: 30px;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
}
.nav-mobile ul li a:hover, .nav-mobile ul li a:active, .nav-mobile ul li a:focus, .nav-mobile ul li.active a, .nav-mobile ul li.active-branch a {
  background-color: #539ed0;
  color: #fff;
}
.nav-mobile ul.nav-mobile-dropdown {
  display: none;
}
.nav-mobile ul.nav-mobile-dropdown li a {
  background-color: #fff;
  border-bottom: 1px solid #efefef;
  color: #000;
  font-size: 15px;
  font-weight: 400;
}
.nav-mobile ul.nav-mobile-dropdown li a:hover, .nav-mobile ul.nav-mobile-dropdown li a:active, .nav-mobile ul.nav-mobile-dropdown li a:focus, .nav-mobile ul.nav-mobile-dropdown li.active a {
  color: #539ed0;
}
.nav-toggle {
  width: 30px;
  height: 40px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
.nav-toggle span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #005191;
  border-radius: 3px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}
.nav-toggle span:nth-child(1) {
  top: 11px;
}
.nav-toggle span:nth-child(2), .nav-toggle span:nth-child(3) {
  top: 19px;
}
.nav-toggle span:nth-child(4) {
  top: 27px;
}
.nav-toggle.active span:nth-child(1) {
  top: 19px;
  width: 0%;
  left: 50%;
}
.nav-toggle.active span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nav-toggle.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.nav-toggle.active span:nth-child(4) {
  top: 19px;
  width: 0%;
  left: 50%;
}

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

/* Nav Top */

.nav-top {
  display: none;
}
@media (min-width: 992px) {
  .nav-top {
    display: block;
    background-color: #fff;
    padding: 20px 0;
  }
  .nav-top nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .nav-top-logo img {
    width: 326px;
    height: 60px;
  }
  .nav-top ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .nav-top ul li {
    position: relative;
    display: inline-block;
    margin-left: 30px;
  }
  .nav-top ul li a {
    display: block;
    color: #539ed0;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 15px;
    text-decoration: none !important;
  }
  .nav-top ul li a:hover, .nav-top ul li a:active, .nav-top ul li a:focus, .nav-top ul li.active a, .nav-top ul li.active-branch a {
    color: #005191;
  }
  .nav-top ul.nav-top-dropdown {
    display: none;
    position: absolute;
    z-index: 3;
    left: -15px;
    width: 200px;
    margin-top: 15px;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.15);
    box-shadow: 0 3px 6px rgba(0,0,0,.15);
  }
  .nav-top ul.nav-top-dropdown.active {
    display: block;
  }
  .nav-top ul.nav-top-dropdown li {
    display: block;
    margin: 0;
  }
  .nav-top ul.nav-top-dropdown li a {
    padding: 10px 15px;
    background-color: #efefef;
    border-bottom: 1px solid #fff;
    color: #000;
    font-weight: 400;
    text-transform: none;
  }
  .nav-top ul.nav-top-dropdown li:last-of-type a {
    border-bottom: 0;
  }
  .nav-top ul.nav-top-dropdown li a:hover, .nav-top ul.nav-top-dropdown li a:active, .nav-top ul.nav-top-dropdown li a:focus, .nav-top ul.nav-top-dropdown li.active a {
    background-color: #539ed0;
    color: #fff;
  }
}

/* Nav Main */

.nav-main {
  display: none;
}
@media (min-width: 992px) {
  .nav-main {
    display: block;
    padding: 20px 0;
    background-color: #efefef;
  }
  .nav-main ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .nav-main ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .nav-main ul li {
    position: relative;
    display: inline-block;
    border-left: 1px solid rgba(0,81,145,.2);
    width: 100%;
    line-height: 1.2;
    text-align: center;
  }
  .nav-main ul li:last-of-type {
    border-right: 1px solid rgba(0,81,145,.2);
  }
  .nav-main ul li a {
    display: block;
    color: #005191;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
  }
  .nav-main ul li a:hover, .nav-main ul li a:active, .nav-main ul li a:focus, .nav-main ul li.active a, .nav-main ul li.active-branch a {
    color: #539ed0;
  }
  .nav-main ul.nav-main-dropdown {
    display: none;
    position: absolute;
    z-index: 3;
    left: 0;
    width: 100%;
    margin-top: 20px;
  }
  .nav-main ul.nav-main-dropdown.active {
    display: block;
  }
  .nav-main ul.nav-main-dropdown li {
    display: block;
    margin: 0;
    border: 0;
    line-height: 1.7;
  }
  .nav-main ul.nav-main-dropdown li a {
    padding: 10px 15px;
    background-color: #efefef;
    border-bottom: 1px solid #fff;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    text-transform: none;
  }
  .nav-main ul.nav-main-dropdown li:first-of-type a {
    color: #539ed0;
    font-weight: 700;
    line-height: 2.6;
    text-transform: uppercase;
  }
  .nav-main ul.nav-main-dropdown li:last-of-type a {
    border-bottom: 0;
  }
  .nav-main ul.nav-main-dropdown li a:hover, .nav-main ul.nav-main-dropdown li a:active, .nav-main ul.nav-main-dropdown li a:focus, .nav-main ul.nav-main-dropdown li.active a {
    background-color: #539ed0;
    color: #fff;
  }
}

/* Nav Footer */

.nav-footer ul {
  margin: 0 0 25px 0;
  padding: 0;
  list-style: none;
}
.nav-footer ul li {
  margin-bottom: 5px;
}
.nav-footer ul li a {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
}
.nav-footer ul li a:hover, .nav-footer ul li.active a {
  color: #539ed0;
}

/*================================================================
4. FORMS AND BUTTONS
================================================================*/

.btn {
  padding: 15px 20px;
  background-color: transparent;
  border: 2px solid #333;
  border-radius: 200px;
  color: #333;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  white-space: inherit;
  text-decoration: none;
}
.btn:hover {
  background-color: #333;
  color: #fff;
}

.btn-blue {
  border-color: #005191;
  color: #005191;
}
.btn-blue:hover, .btn-blue:active, .btn-blue:focus {
  background-color: #005191;
  color: #fff;
}

.btn-white {
  border-color: #fff;
  color: #fff;
}
.btn-white:hover, .btn-white:active, .btn-white:focus {
  background-color: #fff;
  color: #005191;
}

.blob-btn {
  z-index: 1;
  position: relative;
  overflow: hidden;
  border: 0;
}
.blob-btn:before {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #005191;
  border-radius: 200px;
}
.blob-btn:after {
  content: "";
  z-index: -2;
  position: absolute;
  left: 3px;
  top: 3px;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s 0.2s;
  -o-transition: all 0.3s 0.2s;
  transition: all 0.3s 0.2s;
  border-radius: 200px;
}
.blob-btn:hover {
  color: #fff;
}
.blob-btn:hover:after {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  left: 0;
  top: 0;
}
.blob-btn__inner {
  z-index: -1;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
.blob-btn__blobs {
  position: relative;
  display: block;
  height: 100%;
  -webkit-filter: url("#goo");
  filter: url("#goo");
}
.blob-btn__blob {
  position: absolute;
  top: 2px;
  width: 25%;
  height: 100%;
  background: #005191;
  border-radius: 100%;
  -webkit-transform: translate3d(0, 150%, 0) scale(1.7);
  transform: translate3d(0, 150%, 0) scale(1.7);
  -webkit-transition: -webkit-transform 0.45s;
  transition: -webkit-transform 0.45s;
  -o-transition: transform 0.45s;
  transition: transform 0.45s;
  transition: transform 0.45s, -webkit-transform 0.45s;
}
@supports ((-webkit-filter: url("#goo")) or (filter: url("#goo"))) {
  .blob-btn__blob {
    -webkit-transform: translate3d(0, 150%, 0) scale(1.4);
    transform: translate3d(0, 150%, 0) scale(1.4);
  }
}
.blob-btn__blob:nth-child(1) {
  left: 0%;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.blob-btn__blob:nth-child(2) {
  left: 30%;
  -webkit-transition-delay: 0.08s;
  -o-transition-delay: 0.08s;
  transition-delay: 0.08s;
}
.blob-btn__blob:nth-child(3) {
  left: 60%;
  -webkit-transition-delay: 0.16s;
  -o-transition-delay: 0.16s;
  transition-delay: 0.16s;
}
.blob-btn__blob:nth-child(4) {
  left: 90%;
  -webkit-transition-delay: 0.24s;
  -o-transition-delay: 0.24s;
  transition-delay: 0.24s;
}
.blob-btn:hover .blob-btn__blob {
  -webkit-transform: translateZ(0) scale(1.7);
  transform: translateZ(0) scale(1.7);
}
@supports ((-webkit-filter: url("#goo")) or (filter: url("#goo"))) {
  .blob-btn:hover .blob-btn__blob {
    -webkit-transform: translateZ(0) scale(1.4);
    transform: translateZ(0) scale(1.4);
  }
}

/* Hubspot Overrides */

.hs-input, .hs-search-field__input {
  width: 100%;
  margin-bottom: 15px;
  padding: 5px 10px;
  border: 1px solid #ccc;
}
.hs-button.primary {
  padding: 15px 20px;
  background-color: transparent;
  border: 2px solid #005191;
  border-radius: 200px;
  color: #005191;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  white-space: inherit;
  -webkit-appearance: none;
}
.hs-button.primary:hover, .hs-button.primary:active, .hs-button.primary:focus {
  background-color: #005191;
  color: #fff;
}
.hs-form-field textarea {
  min-height: 100px;
}
.hs-error-msgs {
  position: relative;
  top: -5px;
  margin: 0;
  padding: 0 0 0 15px !important;
  list-style: none;
  color: red;
  font-size: 15px;
}
.hs-error-msgs:after {
  position: absolute;
  content: '\f0d8';
  top: 0;
  left: 0;
  font-family: 'FontAwesome';
}
.hs-input.invalid {
  border-color: red;
}
.hs-form fieldset {
  max-width: inherit !important;
}
.hs-form fieldset.form-columns-1 .hs-form-field, .hs-form fieldset.form-columns-2 .hs-form-field, .hs-form fieldset.form-columns-3 .hs-form-field {
  width: 100% !important;
}
.hs-form fieldset.form-columns-1 .hs-form-field .input, .hs-form fieldset.form-columns-2 .hs-form-field .input, .hs-form fieldset.form-columns-3 .hs-form-field .input {
  margin-right: 0 !important;
}
.hs-form fieldset.form-columns-1 .hs-form-field .hs-input, .hs-form fieldset.form-columns-2 .hs-form-field .hs-input, .hs-form fieldset.form-columns-3 .hs-form-field .hs-input {
  width: 100% !important;
}
.hs-form fieldset select {
  height: 40px;
}
.hs-form ul.inputs-list {
  margin: 0 0 15px 0;
  padding: 0;
  list-style: none;
}
.hs-form .hs-form-field ul.inputs-list .hs-input {
  position: relative;
  top: -2px;
  width: auto !important;
  margin: 0 10px 0 0;
  height: auto;
  display: inline-block;
}
.hs-form .hs-form-field ul.inputs-list span {
  font-weight: 400;
}
@media (min-width: 480px) {
  .hs-form fieldset.form-columns-1 .hs-form-field {
    width: 100% !important;
  }
  .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 50% !important;
  }
  .hs-form fieldset.form-columns-2 .hs-form-field:nth-of-type(1) {
    padding-right: 7.5px;
  }
  .hs-form fieldset.form-columns-2 .hs-form-field:nth-of-type(2) {
    padding-left: 7.5px;
  }
  .hs-form fieldset.form-columns-3 .hs-form-field {
    width: 33.333% !important;
  }
  .hs-form fieldset.form-columns-3 .hs-form-field:nth-of-type(1) {
    padding-right: 7.5px;
  }
  .hs-form fieldset.form-columns-3 .hs-form-field:nth-of-type(2) {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .hs-form fieldset.form-columns-3 .hs-form-field:nth-of-type(3) {
    padding-left: 7.5px;
  }
}
#hs_cos_wrapper_my_password_prompt {
  display: block;
  margin-top: 30px;
}
#hs-pwd-widget-password {
  width: 100%;
  max-width: 100%;
  height: 50px !important;
  margin-bottom: 15px;
  padding: 5px 10px;
  border: 1px solid #ccc;
}
#hs_cos_wrapper_my_password_prompt .hs-button.primary {
  width: 100%;
}
@media (min-width: 768px) {
  #hs-pwd-widget-password {
    width: 240px;
    margin-bottom: 0;
    margin-right: 15px;
  }
  #hs_cos_wrapper_my_password_prompt .hs-button.primary {
    width: auto;
  }
}

#hs_cos_wrapper_Search_Field {
  margin-top: 20px;
}
.nav-top #hs_cos_wrapper_Search_Field {
  display: inline-block;
  margin-top: 0;
}
.nav-top #hs_cos_wrapper_Search_Field .hs-search-field__input {
  width: 0;
  height: 30px;
  margin: 0;
  padding: 0;
  background-color: #eff0ef;
  border: 0;
  font-size: 15px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
.nav-top #hs_cos_wrapper_Search_Field .hs-search-field__input.active {
  width: 99px;
  margin-right: 10px;
  padding: 0 10px;
}
.nav-top .hs-search-field__suggestions {
  display: none;
  position: absolute;
  z-index: 2;
  width: calc(100% - 10px);
  background-color: #fbfbfb;
  border: 0;
  font-size: 15px;
}
.nav-top .hs-search-field__suggestions li {
  margin: 0;
  padding: 5px 10px;
}
.nav-top .hs-search-field__suggestions a:hover,
.nav-top .hs-search-field__suggestions a:focus {
  background-color: transparent;
  outline: 0;
}
.nav-top-search-toggle {
  color: #539ed0;
  font-size: 15px;
  transition: all .2s ease;
}
.nav-top-search-toggle:hover {
  color: #005191;
  cursor: pointer;
}

.nav-top-search button.hs-search-field__button {
    display: none;
}

@media(min-width: 1200px) {
  .nav-top #hs_cos_wrapper_Search_Field .hs-search-field__input.active {
    width: 200px;
  }
}

.hs-form legend.hs-field-desc {
  margin-bottom: 10px;
  font-size: 16px;
  border-bottom: 0;
}

/*================================================================
5. PAGE SPECIFIC STYLES
================================================================*/

/* Blog
----------------------------------------------------------------*/

/* Blog Post */

.blog-post-header {
  margin-bottom: 60px;
}
.blog-post-info {
  margin-bottom: 30px;
}
.blog-post-featured-image img {
  display: block;
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.blog-post-related-posts {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #f1f1f1;
}
.blog-post-related-posts a {
  text-decoration: none; 
}
@media (min-width: 992px) {
  .blog-post-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .blog-post-info {
    margin-bottom: 0;
    width: 40%;
  }
  .blog-post-featured-image {
    width: 60%;
    padding-left: 30px;
  }
  .blog-post-featured-image img {
    height: 400px;
  }
}

/* Blog Author */

.blog-author-sm {
  position: relative;
}
.blog-author-sm:after {
  content: '';
  display: block;
  clear: both;
}
.blog-author-sm img {
  float: left;
  width: 80px;
  height: 80px;
  margin-right: 15px;
  padding: 3px;
  border-radius: 50%;
  border: 3px solid #337ab7;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.blog-author-lg {
  margin-bottom: 60px;
}
.blog-author-lg img {
  width: 220px;
  height: 220px;
  padding: 3px;
  border-radius: 50%;
  border: 3px solid #337ab7;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.blog-post-body {
  margin-top: 10px;
  margin-bottom: 30px;
}
.blog-post-related {
  display: block;
  width: 100%;
  height: 200px;
  background-color: #f1f1f1;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.blog-listing {
  margin-bottom: 30px;
}
.blog-listing-item {
  display: block;
  margin-bottom: 30px;
  background: #f1f1f1;
  -webkit-box-shadow: 0 0 0 rgba(0,0,0,.2);
  box-shadow: 0 0 0 rgba(0,0,0,.2);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  text-decoration: none !important;
}
.blog-listing-item:hover {
  -webkit-box-shadow: 0 0 20px rgba(0,0,0,.2);
  box-shadow: 0 0 20px rgba(0,0,0,.2);
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}
.blog-listing-item-featured-image {
  display: block;
}
.blog-listing-item-featured-image img {
  display: block;
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.blog-listing-item-summary {
  display: block;
  padding: 30px;
}
.blog-social-sharing {
  padding-top: 15px;
}
.blog-social-sharing a {
  position: relative;
  display: block;
  margin-bottom: -10px;
}
.blog-social-sharing a:after {
  display: block;
  content: '';
  clear: both;
}

.progress-bar-wrapper {
  position: fixed;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: transparent;
  color: #fa8d3e;
}
.progress-bar-wrapper::-webkit-progress-bar {
  background-color: transparent;
}
.progress-bar-wrapper::-webkit-progress-value {
  background-color: #fa8d3e;
}
.progress-bar-wrapper::-moz-progress-bar {
  background-color: #fa8d3e;
}
.hs-blog-social-share {
  height: auto !important;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
  display: block;
  float: none;
}
/* .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item.hs-blog-social-share-item-facebook {
  margin-bottom: 9px;
  margin-top: -5px;
} */
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item.hs-blog-social-share-item-facebook {
  margin-left: -8px;
  margin-top: 15px;
}

/* Blog Pagination */

.blog-pagination {
  position: relative;
  text-align: center;
}
.blog-pagination span.previous, .blog-pagination a.previous-posts-link {
  position: absolute;
  left: 15px;
}
.blog-pagination span.next, .blog-pagination a.next-posts-link {
  position: absolute;
  right: 15px;
}
.blog-pagination span {
  display: inline-block;
  opacity: .5;
}
.blog-pagination a {
  text-decoration: none;
}

/* Sticky CTA */

.sticky-cta {
  position: fixed;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
.sticky-cta.active {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

@media (min-width: 992px) {
  .blog-listing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .blog-listing-item {
    width: calc(33.333% - 15px);
  }
  .blog-listing-item.w2 {
    width: calc(66.666% - 15px);
  }
  .blog-listing-item.w2 .blog-5-listing-item-featured-image img {
    height: 400px;
  }
}

/* Event
----------------------------------------------------------------*/

.event-listing-item {
  padding: 30px 0;
  border-bottom: 1px solid #efefef;
}
.event-listing-item:first-of-type {
  padding-top: 0;
}
.event-listing-item:last-of-type {
  padding-bottom: 0;
  border-bottom: 0;
}
.event-listing-item-details-day {
  display: inline-block;
  margin-bottom: 10px;
  padding: 10px 15px;
  background-color: #333;
  color: #fff;
  font-family: 'league_gothicregular';
  font-size: 50px;
  line-height: 1;
}
.event-listing-item-details-month {
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .event-listing-item {
    padding: 60px 0;
  }
}

.content.event a {
  overflow-wrap: break-word;
}

/* Team Members
----------------------------------------------------------------*/

.team-members {
  max-width: 1500px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.team-member {
  margin-bottom: 30px;
}
.team-member:nth-last-of-type(1) {
  margin-bottom: 0;
}
.team-member-photo {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  max-width: 100%;
}
.team-member-photo__hover-img {
  position: absolute;
  left: 0;
  z-index: -1;
}
.team-member-photo.has-hover-img:hover .team-member-photo__base-img {
  opacity: 0;
}
.team-member-info {
  margin-bottom: 15px;
  padding: 0 15px;
}
.team-member-title {
  margin-bottom: 20px;
}
.team-member-social-icon {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #004987;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
}
.team-member-social-icon:hover {
  background-color: #08afc9;
  color: #fff;
}
@media (min-width: 768px) {
  .team-member {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 45px;
  }
  .team-member-photo {
    width: 280px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .team-member:nth-last-of-type(2) {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .team-members {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .team-member {
    width: 50%;
    margin-bottom: 60px;
  }
  .team-member-photo {
    margin-bottom: 0;
  }
  .team-member-info {
    margin-bottom: 0;
  }
}

/*================================================================
6. MISCELLANOUS
================================================================*/

/* Hero Simple */

.hero-simple-heading {
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
}
.hero-simple-heading h1 {
  margin-bottom: 0;
}
.hero-simple-heading h1 em {
  display: block;
  font-family: 'aksanaregular';
  font-size: 60px;
  line-height: 1;
  letter-spacing: -2px;
  text-transform: none;
}
.hero-simple-heading p:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .hero-simple-heading h1 em {
    font-size: 80px;
  }
}
@media (min-width: 1200px) {
  .hero-simple-heading h1 em {
    font-size: 100px;
  }
}

/* Social */

.social {
  margin: 0;
  padding: 0;
  list-style: none;
}
.social li {
  display: inline-block;
  margin-right: 6px;
}
.social li a {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #005191;
  border-radius: 50%;
  color: #efefef;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
}
.social li a:hover {
  background-color: #539ed0;
  color: #efefef;
}

/* Donate Button */

.h-widget-wrap .h-widget-button {
  padding: 15px 20px !important;
  background-color: #015191 !important;
  border-radius: 200px !important;
  height: auto !important;
  font-size: inherit !important;
  box-shadow: none !important;
}
.h-widget-wrap .h-widget-button .h-widget-btn-txt {
  font-family: 'Roboto', sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  vertical-align: initial !important;
  text-transform: uppercase;
}

/*================================================================
7. MEDIA QUERIES
================================================================*/

/* Extra small devices (phones, 480px and up) */
@media (min-width: 480px) {}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  h1, .h1 {
    font-size: 70px;
  }
  h2, .h2 {
    font-size: 50px;
  }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 80px;
  }
  h2, .h2 {
    font-size: 60px;
  }
}
/* Desktop header logo */
.nav-top-logo img {
  max-height: 140px;    /* Adjust this number until it looks right */
  height: auto !important;
  width: auto !important;
}

/* Mobile header logo */
.nav-mobile-logo img,
.nav-mobile .nav-top-logo img {
  max-height: 80px;    /* Mobile logo usually a bit smaller */
  height: auto !important;
  width: auto !important;
}

/* === Fix header logo sizing === */
.header-logo img {
  height: 80px;          /* adjust this number to fit your header nicely */
  width: auto;
  max-width: 100%;
  object-fit: contain;
  display: block;
}

/* === Center header logo === */
.header-logo {
  display: block;
  text-align: center;
  margin: 0 auto;
}

/* Center just the logo anchor */
.header-logo {
  display: block;           /* ensures margins work */
  width: fit-content;       /* shrink to logo width */
  margin: 0 auto;           /* centers the anchor */
  float: none;              /* neutralize old float rules */
  text-align: center;       /* harmless helper */
  align-self: center;       /* works if parent is flex */
}

/* Keep the image tidy */
.header-logo img {
  display: block;           /* removes inline spacing */
  height: 60px;             /* or your chosen height */
  width: auto;              /* preserve aspect ratio */
  object-fit: contain;
}

/* === Mobile Scroll Fix === */
html, body {
  height: auto !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch;
}
section, div {
  max-height: none !important;
}

/* Adjust wrapper padding for fixed header on mobile */
@media (max-width: 991px) {
  .wrapper {
    padding-top: 80px;
  }
}

/* Mobile menu safety fix */
.nav-mobile-slide-out {
  height: 100vh;
  overflow-y: auto;
}