@charset "UTF-8";
/*!

Theme Name: Heading Home
Description: Dedicated Wordpress theme for Default Theme

*/
body {
  background-color: #001F53;
  font-family: quatro, sans-serif;
  font-weight: 400;
  color: #000F29;
}

h1, .h1 {
  font-family: sirba-web, serif;
  font-weight: 700;
  font-size: 80px;
  line-height: 1;
  letter-spacing: -0.15;
}

h2, .h2 {
  font-family: sirba-web, serif;
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
  color: #000F29;
}

h3, .h3 {
  font-family: sirba-web, serif;
  font-size: 32px;
  line-height: 1.11;
  font-weight: 700;
  color: #000F29;
}

h4, .h4 {
  font-family: quatro, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.33;
  color: #000F29;
}

.leadparagraph {
  font-size: 40px;
  line-height: 1.45;
  font-weight: 400;
  margin-bottom: 80px;
}

blockquote.alternate, blockquote {
  border-left: 6px solid #FFB81C;
  margin: 40px 0 60px;
}

blockquote.alternate p, blockquote p {
  font-family: sirba-web, serif;
  font-style: italic;
  font-size: 44px;
  line-height: 1.2;
}

blockquote.alternate cite, blockquote cite {
  font-style: italic;
}

blockquote.alternate cite:before, blockquote cite:before {
  left: 20px;
}

blockquote.alternate .author, blockquote .author {
  font-size: 14px;
  line-height: 1.14;
  color: #000F29;
  font-weight: 700;
  font-family: quatro, sans-serif;
  font-style: normal;
}

::-moz-selection {
  background: #d9e9ff;
  color: #000F29;
}

::selection {
  background: #d9e9ff;
  color: #000F29;
}

::-moz-selection {
  background: #d9e9ff;
  color: #000F29;
}

p {
  font-size: 22px;
  line-height: 1.45;
}

p + h2 {
  margin-top: 77px;
}

hr {
  border-top: 3px solid #003DA5;
}

a {
  color: #1b6bff;
  font-weight: 500;
  outline: none;
}

a:hover, a:focus {
  color: #000F29;
  text-decoration: none;
  border-color: transparent !important;
  outline: none;
}

.highlight-text {
  background-color: #d9e9ff;
  padding: 3px;
}

a.btn-icon {
  background-color: #003da5;
  text-align: center;
  width: 100%;
  line-height: 1;
  color: #fff;
  display: block;
  border: 0;
  height: 96px;
  line-height: 90px;
  font-size: 32px;
  font-weight: 700;
  position: relative;
  overflow: hidden;
}

a.btn-icon:before {
  position: absolute;
  height: 100%;
  width: 100%;
  line-height: 2.5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  left: 0;
  top: -100%;
  content: " ";
  background-position: center;
  background-repeat: no-repeat;
}

a.btn-icon:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a.btn-icon:hover:before {
  top: 0;
}

a.btn-icon span {
  display: inline-block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  -moz-transition: all 0.3s;
  -moz-backface-visibility: hidden;
  transition: all 0.3s;
  backface-visibility: hidden;
}

a.btn-icon:hover span {
  -webkit-transform: translateY(300%);
  transform: translateY(300%);
}

.container {
  max-width: 1500px;
  margin: 0 auto;
}

.container-fluid {
  padding: 0 90px;
}

.main-container {
  padding: 0;
  max-width: 1920px;
  margin: 0 auto;
  background-color: #fdfdfe;
  overflow: hidden;
}

/* Button CSS */
.c-btn {
  font-size: 18px;
  border-radius: 4px;
  background-color: #1B6BFF;
  min-width: 180px;
  text-transform: none;
  padding: 18px 15px 17px;
  letter-spacing: 0;
  font-weight: 700;
  position: relative;
}

.c-btn-icon {
  position: absolute;
  top: 50%;
  opacity: 0;
  color: #59e944;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  right: auto;
}

.c-btn.c-btn-primary:hover {
  background-color: #003da5;
  padding-right: 50px;
}

.c-btn.c-btn-primary:hover .c-btn-icon {
  opacity: 1;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  padding-left: 15px;
}

.c-btn-secondary {
  background-color: transparent;
  border: 3px solid #1b6bff;
  border-radius: 4px;
  color: #1B6BFF;
  padding: 16px 30px 14px;
}

.c-btn-secondary:before {
  height: 100%;
  left: 0;
  width: 3px;
  background-color: #1b6bff;
  position: absolute;
  content: " ";
  top: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.c-btn-secondary span {
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.c-btn-secondary:hover, .c-btn-secondary:focus {
  padding-right: 30px;
  color: #fff;
  border-color: #1b6bff !important;
}

.c-btn-secondary:hover span, .c-btn-secondary:focus span {
  color: #fff;
}

.c-btn-secondary:hover:before, .c-btn-secondary:focus:before {
  width: 100%;
}

.c-btn.c-btn-color-alt {
  background-color: #ffffff;
  color: #1B6BFF;
}

.c-btn.c-btn-color-alt:hover {
  background-color: #ffffff;
  color: #003da5;
}

.c-btn.c-btn-color-alt .c-btn-icon polygon {
  fill: #003da5;
}

.c-btn-wrapper {
  display: block;
}

.c-btn-wrapper.left {
  display: inline-block;
  margin-left: 5px;
}

.c-btn-wrapper.right {
  display: inline-block;
  margin-right: 5px;
}

.center {
  text-align: center;
}

.c-btn-wrapper.right .c-btn {
  display: table;
  margin-left: auto;
}

ul:not([class]) {
  margin: 0 0 32px;
}

ul:not([class]) li:before {
  border-radius: 0;
  height: 4px;
  width: 4px;
  left: 20px;
}

ul:not([class]) li li:before {
  background-color: #000F29;
  width: 6px;
  left: 0;
}

ul:not([class]) li {
  position: relative;
  padding: 0 0 0 50px;
  line-height: 1.45;
}

ul:not([class]) li ul {
  margin-top: 20px;
}

ul:not([class]) li li {
  margin: 0 0 20px 0;
  padding: 0 0 0 30px;
}

ol li {
  padding: 0 0 0 50px;
  line-height: 1.45;
}

ol li:before {
  left: 20px;
  top: 2px;
  font-size: 20px;
}

ol li ol {
  margin-top: 20px;
}

ol li ol li {
  margin: 0 0 20px 0;
  padding: 0 0 0 25px;
}

ol li ol li:before {
  content: " ";
  background-color: #000F29;
  width: 6px;
  left: 0;
  height: 4px;
  top: 13px;
}

.block-top-spacing {
  /*padding-top: 150px;*/
  padding-top: 112px;
}

.columns-spacing-bottom {
  padding-bottom: 70px;
  padding-top: 50px;
}

/* Header Start */
.main-header {
  padding: 27px 0 26px;
}

.main-header__wrapper {
  max-width: 100%;
}

.main-header__logo {
  line-height: 1;
  border: 0;
  display: inline-block;
}

.main-header {
  position: fixed;
  /*-webkit-transition: all 0.4s ease-in-out;*/
  /*transition: all 0.4s ease-in-out;*/
  top: 0;
  width: 100%;
  background-color: #003da5;
  max-width: 1920px;
}

.main-header__left {
  padding-left: 0;
  line-height: 1;
}

.main-header__nav {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 40%;
          flex: 1 0 40%;
  margin-left: 40px;
}

.main-header__nav a {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  border: 0;
}

.main-header__nav > .menu {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.main-header__nav a:before {
  display: none;
}

.main-header__nav > .menu > li {
  padding: 0;
  margin-right: 48px;
}

.main-header__nav > .menu > li.menu-item-has-children > a {
  position: relative;
}

.main-header__nav > .menu > li.menu-item-has-children > a:after {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  content: " ";
  position: absolute;
  right: -16px;
  top: 7px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.main-header__nav > .menu > li.open > a:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.main-header__nav > .menu > li > a .arrow-menu {
  opacity: 0;
  visibility: hidden;
  -webkif-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.main-header__nav > .menu > li.open > a .arrow-menu {
  opacity: 1;
  visibility: visible;
  z-index: 99999;
  position: absolute;
  width: 100%;
}

.main-header__nav > .menu > li.open > a .arrow-menu:before {
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #d9e9ff;
  content: " ";
  position: absolute;
  left: 50%;
  bottom: -65px;
  -webkif-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.main-header__nav > .menu > li a:hover, .main-header__nav > .menu > li a:focus {
  color: #fff;
}

.main-header__nav > .menu > li .sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #d9e9ff;
  width: 100%;
  text-align: center;
  display: none;
}

.main-header__nav > .menu > li .sub-menu li {
  margin: 0 10px;
  padding: 0;
}

.main-header__nav > .menu > li .sub-menu a {
  color: #001f53;
  font-size: 18px;
  border: 0;
  padding: 23px 0;
  font-weight: 500;
}

.main-header__nav > .menu > li .sub-menu a:hover {
  color: #003da5;
}

.main-header__right {
  margin-right: 45px;
}

.main-header__right a.get-help {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  border: 0;
  padding-right: 16px;
  margin-right: 25px;
  text-transform: uppercase;
  letter-spacing: 0.55px;
}

.main-header__right a.get-help:after {
  right: 0;
  background-image: url(images/icons/arrow-right.svg);
  background-repeat: no-repeat;
  width: 10px;
  height: 13px;
  position: absolute;
  content: " ";
  top: 5px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.main-header__right a.get-help:hover:after {
  right: -4px;
}

.main-header__right .c-btn {
  background-color: #ffffff;
  border-radius: 5px;
  height: 48px;
  font-size: 18px;
  font-weight: 700;
  color: #003da5;
  padding: 0;
  line-height: 48px;
  min-width: 160px;
  border: 0;
  letter-spacing: 0.55px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-transform: uppercase;
}

.main-header__right .c-btn svg {
  height: 16px;
  width: 18px;
  margin-right: 10px;
  display: inline-block;
  position: relative;
  top: 1px;
}

.main-header__right .c-btn path {
  fill: #1b6bff;
  height: 16px;
  width: 18px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.main-header__right .c-btn use, .main-header__right .c-btn clipPath, .main-header__right .c-btn defs {
  height: 16px;
  width: 18px;
}

.main-header__right .c-btn use path {
  fill: #1b6bff;
  height: 16px;
  width: 18px;
}

.main-header__right .c-btn:hover {
  background-color: #1b6bff;
  color: #fff;
  padding: 0;
}

.main-header__right .c-btn:hover svg path {
  fill: #fff;
}

.header-extra-height {
  height: auto;
  background-color: #003da5;
}

.stickyHeader .main-header {
  padding: 11px 0 11px;
}

.stickyHeader .main-header__nav > .menu > li.open > a .arrow-menu:before {
  bottom: -50px;
}

#page{
  margin-top: 112px;
}

/* Footer start */
.main-footer__top {
  background-color: #001f53;
  padding: 64px 75px 77px;
  min-height: auto;
}

.btn-donate:before {
  background-image: url(images/icons/donate.svg);
}

.btn-volunteer:before {
  background-image: url(images/icons/volunteer.svg);
}

.btn-advocate:before {
  background-image: url(images/icons/advocate.svg);
}

.bottom-foot {
  padding-top: 80px;
}

#menu-footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 350px;
  width: 100%;
}

#menu-footer-menu li {
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 145px;
  width: 100%;
  display: inline-block;
}

#menu-footer-menu li a {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

#menu-footer-menu li a:hover {
  text-decoration: underline;
}

.social-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.social-links li {
  list-style: none;
  margin: 0 10px;
  padding: 0;
}

.social-links li a {
  display: block;
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.social-links li path {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.social-links li a:hover path {
  fill: #1B6BFF;
}

.united-way-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.main-footer__bottom {
  background-color: #001f53;
  min-height: auto;
  padding: 0 75px 30px;
}

.main-footer__bottom p {
  margin: 0;
  font-size: 16px;
  color: #fff;
  margin: 0;
}

.main-footer__bottom a {
  color: #fff;
  margin-left: 22px;
  font-weight: 400;
}

.main-footer__bottom a:hover {
  text-decoration: underline;
}

.copyright p {
  text-align: right;
}

.copyright a {
  color: #fff;
  margin: 0;
}

.main-footer__bottom p {
  display: inline-block;
  width: auto;
}

.copyright p {
  width: 100%;
}
.copyright {
  display: none;
}

#menu-footer-bottom-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  width: auto;
}

#menu-footer-bottom-menu li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}

#menu-footer-bottom-menu li a {
  color: #fff;
  margin-left: 22px;
  font-weight: 400;
  font-size: 16px;
}

/* Stylesheet Page */
.page-hero--thumbnail {
  background-color: #D9E9FF;
  position: relative;
  margin-bottom: 80px;
  padding-bottom: 75px;
}

.page-hero--thumbnail:before {
  position: absolute;
  content: " ";
  height: 550px;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #003DA5;
}

.page-hero--thumbnail .page-hero__content {
  padding-top: 80px;
  padding-bottom: 85px;
}

.page-hero--thumbnail .page-hero__thumbnail {
  min-height: 710px;
  background-size: cover;
}

.single-accordion {
  border-top: 2px solid #000F29;
  position: relative;
  margin-top: -2px;
  -webkit-transition: border .25s ease-in-out;
  transition: border .25s ease-in-out;
}

.single-accordion:last-of-type {
  border-bottom: 2px solid #000F29;
}

.single-accordion.active, .single-accordion:hover {
  border-color: #FFB81C;
  border-width: 2px;
}

.single-accordion:hover + .single-accordion {
  border-top-color: #FFB81C;
}

.single-accordion.active:after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #FFB81C;
  content: " ";
  z-index: 1;
}

.single-accordion__title h4 {
  color: #001F53;
}

.single-accordion__title:hover, .single-accordion__title:hover h4 {
  color: #FFB81C;
}

/*.single-accordion__title:after { content: "+"; color: #001F53; border: 0; -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); transform: translate(0,-50%); height: auto; width: auto; margin: 0; font-size: 32px; margin-top: 9px; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out;}
.single-accordion.active .single-accordion__title:after{ content: "-"; -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); transform: translate(0,-50%); -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }*/
.single-accordion__title:after {
  content: " ";
  color: #001F53;
  border: 0;
  -webkit-transform: translate(0, -55%);
  transform: translate(0, -55%);
  height: 16px;
  width: 16px;
  margin: 0;
  font-size: 32px;
  margin-top: 9px;
  -webkit-transition: none;
  transition: none;
  background-image: url(images/icons/plus-icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  /*-webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out;*/
}

.single-accordion.active .single-accordion__title:after {
  background-image: url(images/icons/minus-icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: none;
  transform: none;
  margin: 0;
}

.single-accordion.active:last-of-type {
  border-bottom: 0;
}

.tabs__link-list-wrapper {
  border: 0;
}

.tabs__tab-content {
  /*padding: 70px 0 170px;*/
  padding: 70px 0 128px;
}

.tabs__tab-content p img {
  margin: 0 0 30px;
}

#page .tablepress {
  margin: 20px 0 60px;
}

.tabs__tab-content-wrapper {
  background-color: #D9E9FF;
  border: 0;
}

.tabs__link a {
  padding: 0 0 6px;
  font-size: 18px;
  line-height: 1.78;
  color: #001F53;
  font-weight: 700;
  min-width: auto;
}

.tabs__link:not(:first-child) {
  margin-left: 26px;
}

.tabs__link:not(:first-child) a {
  padding-left: 0;
}

.tabs__link a:after {
  background-color: #FFB81C;
  height: 4px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.tabs__link.active a {
  color: #002E7C;
}

.tabs__link a:hover {
  color: #002E7C;
}

#page .tablepress thead th {
  font-size: 14px;
  color: #000F29;
  font-weight: 600;
}

#page .tablepress tbody td {
  font-size: 16px;
  color: #000F29;
  font-weight: 400;
}

#page .tablepress tbody td:after, #page .tablepress thead th:after {
  border-color: #1950AE;
}

.block-content-links .content-link__icon {
  display: none;
}

.block-content-image .content-link__title {
  padding: 16px 0;
}

.block-content-image h2.section-title {
  font-size: 14px;
  color: #000F29;
  text-align: left;
  font-weight: 700;
  border-bottom: 2px solid #1950AE;
  text-transform: uppercase;
  font-family: quatro, sans-serif;
  padding-bottom: 10px;
}

.block-content-links-text h2.section-title {
  font-size: 14px;
  color: #000F29;
  text-align: left;
  font-weight: 700;
  border-bottom: 2px solid #1950AE;
  text-transform: uppercase;
  font-family: quatro, sans-serif;
  padding-bottom: 10px;
}

.content-link__img-wrapper {
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.content-link__img-wrapper img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.content-link:hover .content-link__img-wrapper img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.block-content-image .content-link__title span {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(93%, transparent), color-stop(10%, #001F53));
  background-image: linear-gradient(to bottom, transparent 93%, #001F53 10%);
  background-size: 0% 100%;
  background-repeat: no-repeat;
  text-decoration: none;
  -webkit-transition: background-size 0.4s ease;
  transition: background-size 0.4s ease;
}

.block-content-image .content-link:hover span {
  background-size: 100% 100%;
  cursor: pointer;
}

.block-content-links-text .content-link__title {
  padding: 0;
}

.block-content-links-text .content-link__icon {
  display: block;
}

.block-content-links-text .content-link {
  border-color: transparent;
}

.content-link__title {
  font-size: 20px;
  color: #001F53;
  font-weight: 700;
  padding: 0;
  display: inline-block;
}

.block-content-links-text .content-link span {
  line-height: 1;
  display: inline-block;
}

.content-link .content-link__icon {
  position: static;
  -webkit-transform: none;
          transform: none;
  top: auto;
  display: inline-block;
  width: auto;
  height: auto;
  line-height: 1;
  vertical-align: middle;
  margin-left: 5px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.block-content-links-text .content-link__icon svg {
  position: static;
}

.block-content-links-text .content-link__icon polygon {
  fill: #001F53;
}

/*.block-content-links-text .content-link:hover span{ border-bottom: 1px solid #001F53;}*/
.block-content-links-text .content-link:hover .content-link__icon {
  margin-left: 13px;
  width: auto;
}

.block-cta {
  padding: 80px 90px;
  background-color: #d9e9ff;
}

.block-cta-inner {
  padding: 48px 33px;
  background-color: #003da5;
  width: 100%;
}

.block-content-links-text .content-link .content-link__title {
  position: relative;
}

.block-content-links-text:not(.block-content-links) .content-link .content-link__title:before {
  position: absolute;
  content: " ";
  height: 5px;
  background-color: #ffb81c;
  width: 100%;
  left: 0;
  bottom: -5px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.block-content-links-text .content-link:hover .content-link__title:before {
  background-color: #001f53;
}

.block-content-links-text.block-content-links .content-link .content-link__title span {
  position: relative;
}

.block-content-links-text.block-content-links .content-link .content-link__title span:before {
  position: absolute;
  content: "";
  height: 1px;
  background-color: #001F53;
  width: 100%;
  left: 0;
  bottom: -2px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0;
}

.block-content-links-text.block-content-links .content-link:hover .content-link__title span:before {
  opacity: 1;
}

.lightbox-gallery__gallery-wrapper {
  background-color: #002e7c;
}

.lightbox-gallery__gallery-wrapper .container-fluid {
  padding: 0;
}

.lightbox-gallery__close:after, .lightbox-gallery__close:before {
  background-color: #fff;
}

.lightbox-gallery__single-slide.slick-slide figcaption {
  opacity: 0;
  visibility: hidden;
}

.lightbox-gallery__single-slide.slick-slide.slick-active figcaption {
  opacity: 1;
  visibility: visible;
}

.lightbox-gallery__gallery-wrapper .slick-arrow {
  background-color: #fff;
  border: 0;
  height: 107px;
  width: 107px;
  z-index: 1;
}

.lightbox-gallery__gallery-wrapper .slick-arrow.slick-prev {
  left: 107px;
}

.lightbox-gallery__gallery-wrapper .slick-arrow.slick-next {
  right: 107px;
}

.lightbox-gallery__slide-image {
  width: 100%;
  padding: 0 15px;
}

.lightbox-gallery__single-slide img {
  width: 100%;
}

.lightbox-gallery__single-thumb {
  overflow: hidden;
  padding: 0;
  margin-bottom: 31px;
  display: block;
}

.lightbox-gallery-thumb {
  overflow: hidden;
}

.lightbox-gallery__single-thumb img {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.lightbox-gallery__single-thumb img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  cursor: pointer;
}

.slick-arrow:after {
  border: 0;
  display: none;
}

.slick-arrow.slick-prev svg {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.slick-arrow polygon {
  fill: #003DA5;
}

.slick-arrow:hover polygon {
  fill: #1b6bff;
}

.lightbox-gallery__close:hover {
  background: #003da5;
}

.lightbox-gallery__close:before {
  height: 4px;
}

.lightbox-gallery__close:after {
  width: 4px;
}

.lightbox-gallery__caption {
  color: #fff;
}

.block-content-images {
  background-color: #d9e9ff;
  padding: 170px 0;
}

.block-content-images + .block-content-images {
  padding-bottom: 170px;
  padding-top: 0;
}

.b-content-images__content-wrapper {
  background-color: #fff;
  max-width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 98px 100px 106px;
  left: 75px;
  z-index: 1;
}

.b-content-images__content-wrapper h3 {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.71px;
  font-family: quatro, sans-serif;
}

.b-content-images__content-wrapper p {
  font-size: 44px;
  line-height: 1.09;
  font-family: sirba-web, serif;
  font-style: italic;
  margin-bottom: 25px;
  position: relative;
}

.b-content-images__content-wrapper p:before {
  position: absolute;
  content: ' “ ';
  left: -22px;
  display: inline-block;
}

.b-content-images__content-wrapper p:after {
  content: ' ” ';
  display: inline-block;
}

.b-content-images__col.image-right {
  padding: 0;
}

.b-content-images__col.image-left {
  padding: 0;
}

.b-content-images__col.content-right .b-content-images__content-wrapper {
  left: -75px;
}

.gallery__slider-wrapper {
  background-color: #d9e9ff;
  padding: 120px 0 100px;
}

.gallery__slider-bc .slick-arrow {
  background-color: #fff;
  border: 0;
  height: 80px;
  width: 80px;
  z-index: 1;
}

.gallery__slider-bc .slick-arrow.slick-prev {
  left: 6%;
}

.gallery__slider-bc .slick-arrow.slick-next {
  right: 6%;
  left: auto;
}

.bc-gallery__single-slide {
  width: 100%;
  padding: 0 15px;
}

.gallery__slider-bc img {
  width: 100%;
}

.bc-gallery__caption {
  color: #000;
}

.block-gallery-slider {
  padding-top: 100px;
}

.content-image__align-left.spacing-normal {
  padding-right: 20px;
}

.content-image__align-right.spacing-normal {
  padding-left: 20px;
}

.block-cta__button-wrapper .c-btn-icon {
  right: 15px;
}

.block-cta__button-wrapper .c-btn.c-btn-primary:hover .c-btn-icon {
  right: 30px;
}

/*.content-image__align-left.spacing-normal {padding-left: 90px;}
.content-image__align-right.spacing-normal {padding-right: 90px;}*/
.page-fullwidth-image {
  padding-left: 90px;
  padding-right: 90px;
}

.block-content-images .container-fluid {
  padding: 0 15px;
}

.b-content-images__col.content-left {
  max-width: 650px;
  -webkit-box-flex: 0;
          flex: 0 0 670px;
  -ms-flex: 0 0 670px;
}

.b-content-images__col.image-right {
  max-width: calc(100% - 670px);
  -webkit-box-flex: 0;
          flex: 0 0 calc(100% - 670px);
  -ms-flex: 0 0 calc(100% - 670px);
}

.b-content-images__col.content-right.order-lg-last {
  max-width: 670px;
  -webkit-box-flex: 0;
          flex: 0 0 670px;
  -ms-flex: 0 0 670px;
}

.b-content-images__col.image-left.order-lg-first {
  max-width: calc(100% - 670px);
  -webkit-box-flex: 0;
          flex: 0 0 calc(100% - 670px);
  -ms-flex: 0 0 calc(100% - 670px);
}

/*
    Custom block - iframe conent
    ============================
*/
.iframe-content__holder .iframe-wrapper iframe {
    min-height: 1200px;
    display: block;
    width: 100%;
	position: initial;
}

.iframe-content__holder .iframe-wrapper {
    position: initial;
    height: initial;
    position: initial;
    padding:initial;
    margin:initial;
}

/* Blog Page */
.top-blog-section {
  background-color: #003da5;
  padding: 58px 0 160px;
}

.main-title {
  text-align: center;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  will-change: transform, opacity;
  opacity: 0;
}

.main-title.go {
  -webkit-transition: opacity 1.2s ease-in-out, -webkit-transform 0.8s ease-in-out;
  transition: opacity 1.2s ease-in-out, -webkit-transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out, opacity 1.2s ease-in-out;
  transition: transform 0.8s ease-in-out, opacity 1.2s ease-in-out, -webkit-transform 0.8s ease-in-out;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
}

.main-title span {
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
}

.main-title h1 {
  color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(55%, transparent), color-stop(10%, #1b6bff));
  background-image: linear-gradient(to bottom, transparent 55%, #1b6bff 10%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: inline;
  margin: 0;
}

.top-blog-section .blog-main {
  margin-top: 96px;
}

.blog-main-image {
  overflow: hidden;
  position: relative;
  display: block;
}

.blog-main-image img {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transform: scale(1);
  transform: scale(1);
  width: 100%;
}

.blog-main-image:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  cursor: pointer;
}

.blog-content-text {
  margin-top: 16px;
  max-width: 300px;
}

.blog-content-text h1 {
  font-size: 64px;
}

.blog-content-text .featured {
  background-color: #ffffff;
  text-transform: uppercase;
  color: #000f29;
  font-weight: 700;
  font-size: 14px;
  display: inline-block;
  padding: 0 13px;
  margin-bottom: 21px;
}

.blog-content-text .category {
  margin-bottom: 6px;
}

.blog-content-text .category a {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}

.blog-content-text .category a:hover {
  text-decoration: underline;
}

.blog-content-text .category span {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  position: relative;
  margin-left: 10px;
  padding-left: 10px;
}

.blog-content-text .category span:before {
  position: absolute;
  left: 0;
  height: 100%;
  width: 2px;
  background-color: #ffffff;
  top: 0;
  content: " ";
}

.blog-content-text h3 {
  font-size: 40px;
  line-height: 1.1;
  margin: 0 0 18px;
}

.blog-content-text h3 a {
  color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(95%, transparent), color-stop(10%, #fff));
  background-image: linear-gradient(to bottom, transparent 95%, #fff 10%);
  background-size: 0% 100%;
  background-repeat: no-repeat;
  text-decoration: none;
  -webkit-transition: background-size 0.4s ease;
  transition: background-size 0.4s ease;
}

.blog-content-text h3 a:hover {
  background-size: 100% 100%;
}

.blog-content-text .author {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.83px;
}

.blog-content-text .author:hover {
  text-decoration: underline;
}

.bottom-blog-section {
  background-color: #d9e9ff;
  padding-bottom: 80px;
}

.bottom-blogs {
  padding-top: 64px;
}

.categories-list {
  list-style: none;
  padding: 61px 0 0;
  margin: 0;
  text-align: center;
  width: 100%;
}

.categories-list li {
  display: inline-block;
  width: auto;
  margin: 0 18px;
  vertical-align: middle;
}

.categories-list li label {
  text-transform: uppercase;
  font-weight: 500;
  text-transform: uppercase;
  color: #002e7c;
  font-size: 9px;
  letter-spacing: 1.11px;
  margin: 0;
}

.categories-list li a {
  color: #001f53;
  position: relative;
  overflow: hidden;
  font-size: 18px;
}

.categories-list li a:hover {
  color: #1b6bff;
}

.categories-list li a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  border: solid;
  border-width: 1px 0;
  margin-top: 0px;
  /*-webkit-transform: translateX(-100%); transform: translateX(-100%);*/
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.categories-list li a.active {
  color: #1b6bff;
}

.categories-list li a.active:after {
  -webkit-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1;
  width: 100%;
}

.single-blog-main {
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding: 0 15px;
  width: 33.33%;
}

.animated {
  opacity: 0;
}

.animated.visible_div {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  opacity: 1;
}

.bottom-blogs .single-blog-text {
  background-color: #fff;
  position: relative;
  left: 20px;
  width: calc(100% - 40px);
  top: -32px;
  padding: 5px 20px 15px;
  margin-bottom: 16px;
}

.bottom-blogs .single-blog-text .category {
  margin-bottom: 6px;
}

.bottom-blogs .single-blog-text .category a {
  color: #666f7f;
  font-weight: 500;
  font-size: 12px;
}

.bottom-blogs .single-blog-text .category a:hover {
  text-decoration: underline;
}

.bottom-blogs .single-blog-text .category span {
  color: #666f7f;
  font-weight: 500;
  font-size: 12px;
  position: relative;
  padding-left: 10px;
  margin-left: 10px;
}

.bottom-blogs .single-blog-text .category span:before {
  position: absolute;
  left: 0;
  height: 100%;
  width: 1px;
  background-color: #cccfd4;
  top: 0;
  content: " ";
}

.single-blog-image {
  overflow: hidden;
  position: relative;
  display: block;
}

.single-blog-image img {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.single-blog-image:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  cursor: pointer;
}

.bottom-blogs .single-blog-text h4 {
  font-size: 21px;
  margin: 0;
  font-family: sirba-web, serif;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 29px;
}

.bottom-blogs .single-blog-text h4 a {
  color: #000f29;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(93%, transparent), color-stop(10%, #001F53));
  background-image: linear-gradient(to bottom, transparent 93%, #001F53 10%);
  background-size: 0% 100%;
  background-repeat: no-repeat;
  text-decoration: none;
  -webkit-transition: background-size 0.4s ease;
  transition: background-size 0.4s ease;
  font-weight: 700;
}

.bottom-blogs .single-blog-text h4 a:hover {
  background-size: 100% 100%;
}

.bottom-blogs .single-blog-text .author {
  font-size: 12px;
  font-weight: 700;
  color: #000f29;
  text-transform: uppercase;
  letter-spacing: 0.83px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bottom-blogs .single-blog-text .author:hover {
  text-decoration: underline;
}

.list-cptapagination {
  padding: 0;
  text-align: center;
  list-style: none;
  margin: 30px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.list-cptapagination li {
  margin: 0 15px;
}

.list-cptapagination li a {
  padding: 0 5px 4px;
  font-size: 18px;
  color: #001f53;
  font-weight: 700;
  position: relative;
}

.list-cptapagination li a:hover {
  color: #1b6bff;
}

.list-cptapagination li a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #1b6bff;
  content: " ";
  opacity: 0;
  visibility: hidden;
}

.list-cptapagination li a.active {
  color: #1b6bff;
}

.list-cptapagination li a.active:before {
  opacity: 1;
  visibility: visible;
}

.list-cptapagination li a polygon {
  fill: #001f53;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.list-cptapagination li a:hover polygon {
  fill: #1b6bff;
}

.list-cptapagination li:first-child a, .list-cptapagination li:first-child > span {
  background: url(images/icons/link-arrow.svg) no-repeat;
  display: block;
  width: 11px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  height: 13px;
  font-size: 0;
}

.list-cptapagination li.deactive:first-child a, .list-cptapagination li.deactive:first-child > span {
  background: url(images/icons/link-arrow.svg) no-repeat;
}

.list-cptapagination li:first-child a, .list-cptapagination li:first-child > span {
  background: url(images/icons/link-arrow-active.svg) no-repeat;
}

.list-cptapagination li.deactive:first-child a:hover, .list-cptapagination li.deactive:first-child > span:hover {
  background: url(images/icons/link-arrow.svg) no-repeat;
}

.list-cptapagination li:first-child a:hover, .list-cptapagination li:first-child > span:hover {
  background: url(images/icons/link-arrow-hover.svg) no-repeat;
}

.list-cptapagination li:last-child a, .list-cptapagination li:last-child > span {
  background: url(images/icons/link-arrow-active.svg) no-repeat;
  display: block;
  width: 11px;
  height: 13px;
  position: relative;
  font-size: 0;
}

.list-cptapagination li.deactive:last-child a, .list-cptapagination li.deactive:last-child > span {
  background: url(images/icons/link-arrow.svg) no-repeat;
}

.list-cptapagination li:last-child a:hover, .list-cptapagination li:last-child > span:hover {
  background: url(images/icons/link-arrow-hover.svg) no-repeat;
}

.list-cptapagination li.deactive:last-child a:hover, .list-cptapagination li.deactive:last-child > span:hover {
  background: url(images/icons/link-arrow.svg) no-repeat;
}

.pagination {
  display: block;
  width: 100%;
  text-align: center;
}

.screen-reader-text {
  display: none;
}

.pagination a, .pagination span {
  padding: 0 5px 4px;
  font-size: 18px;
  color: #001f53;
  font-weight: 700;
  position: relative;
  margin: 0 10px;
}

.pagination a:hover {
  color: #1b6bff;
}

.pagination a:before, .pagination span:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #1b6bff;
  content: " ";
  opacity: 0;
  visibility: hidden;
}

.pagination a.current, .pagination span.current {
  color: #1b6bff;
}

.pagination a.current:before, .pagination span:before {
  opacity: 1;
  visibility: visible;
}

.pagination a.prev {
  background: url(images/icons/link-arrow-active.svg) no-repeat;
  display: inline-block;
  width: 11px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  height: 13px;
  font-size: 0;
  vertical-align: middle;
}

.pagination a.prev:hover {
  background: url(images/icons/link-arrow-hover.svg) no-repeat;
}

.pagination a.next {
  background: url(images/icons/link-arrow-active.svg) no-repeat;
  display: inline-block;
  width: 11px;
  height: 13px;
  position: relative;
  font-size: 0;
  vertical-align: middle;
}

.pagination a.next:hover {
  background: url(images/icons/link-arrow-hover.svg) no-repeat;
}

/*.pagination .current:after{ background: url(images/icons/link-arrow-active.svg) no-repeat; display: inline-block; width: 11px; transform: rotate(180deg); -webkit-transform: rotate(180deg); height: 13px; font-size: 0; vertical-align: middle; content: " "; position: absolute; left: -40px; top: 6px;}*/
#myblog_loder {
  display: none;
}

.bottom-blogs .c-btn-wrapper {
  width: 100%;
  text-align: center;
  margin: 80px 0 0 0;
}

.bottom-blogs .c-btn-wrapper .c-btn-secondary {
  padding: 13px 22px 13px;
}

.nav-links {
  margin: 30px 0 0 0;
}

/* Blog Detail Page */
.blog-title-section {
  padding: 40px 0 0;
  background-color: transparent;
  position: relative;
  text-align: center;
}

.blog-title-section:before {
  background-color: #003da5;
  content: " ";
  height: 635px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.blog-title-section .blog-main {
  margin: 0;
}

.blog-title-section .blog-content-text {
  max-width: 900px;
  margin: 0 auto 64px;
}

.blog-title-section .blog-content-text .category span {
  width: auto;
  line-height: 1;
  text-transform: capitalize;
}

.tag-section {
  padding-bottom: 96px;
}

.blog-detail-img {
  width: 100%;
  margin-bottom: 80px;
}

.blog-detail-img img {
  width: 100%;
}

.related-section {
  padding: 100px 0 60px 0;
}

.related-section .bottom-blogs {
  padding: 0;
}

.blog-date-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 1;
  margin-bottom: 80px;
  margin-top: 50px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 15px;
}

.blog-date {
  color: #000f29;
  font-weight: 700;
  letter-spacing: 0.83px;
  font-size: 12px;
  text-transform: uppercase;
}

.blog-date-tag a {
  color: #000f29;
  font-weight: 700;
  position: relative;
}

.blog-date-tag a:after {
  height: 100%;
  content: " ";
  background-color: #cccfd4;
  width: 2px;
  display: inline-block;
  position: relative;
  height: 15px;
  margin: 0 10px -3px 10px;
}

.blog-tags a:last-of-type:after {
  display: none;
}

.blog-date a:hover {
  text-decoration: underline;
}

.blog-tags {
  color: #000f29;
  font-weight: 700;
  letter-spacing: 0.83px;
  font-size: 12px;
  text-transform: uppercase;
}

.blog-tags a {
  color: #000f29;
  font-weight: 700;
  position: relative;
}

.blog-tags a:hover {
  text-decoration: underline;
}

.blog-btn {
  margin: 0 auto;
  text-align: center;
}

.blog-btn .c-btn-wrapper {
  margin: 0;
}

.bottom-blogs h3 {
  display: inline-block;
  width: 100%;
  margin: 0 0 50px;
  text-align: center;
  font-family: quatro, sans-serif;
  font-weight: 700;
}

.related-slider .slick-dots {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.related-slider .slick-dots li {
  list-style: none;
  margin: 0 8px;
  padding: 0;
  text-align: center;
  display: inline-block;
}

.related-slider .slick-dots li button {
  width: 12px;
  height: 12px;
  border: 3px solid #000f29;
  background-color: transparent;
  border-radius: 50%;
  padding: 0;
  font-size: 0;
  outline: none;
  cursor: pointer;
}

.related-slider .slick-dots li.slick-active button {
  background-color: #000f29;
}

.share-buttons {
  position: fixed;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 56px;
}

.share-buttons .a2a_kit a {
  margin: 8px 0;
}

.share-buttons .a2a_kit a span {
  -webkit-transition: transform 0.3s ease-out 0s, background-color 0.3s ease-out 0s;
  -webkit-transition: background-color 0.3s ease-out 0s, -webkit-transform 0.3s ease-out 0s;
  transition: background-color 0.3s ease-out 0s, -webkit-transform 0.3s ease-out 0s;
  transition: transform 0.3s ease-out 0s, background-color 0.3s ease-out 0s;
  transition: transform 0.3s ease-out 0s, background-color 0.3s ease-out 0s, -webkit-transform 0.3s ease-out 0s;
}

.share-buttons .a2a_kit .a2a_svg {
  border-radius: 50% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #003da5 !important;
}

.share-buttons .a2a_kit .a2a_svg svg {
  height: 30px;
  width: 30px;
}

/*.share-buttons .a2a_kit a:hover{ -webkit-transform: scale3d(1.2, 1.2, 1); -moz-transform: scale3d(1.2, 1.2, 1); transform: scale3d(1.2, 1.2, 1);}*/
.share-buttons .a2a_kit a:hover span {
  opacity: 1 !important;
  background-color: #1B6BFF !important;
}

/* Home Page */
.hero-section {
  position: relative;
  overflow: hidden;
}

.hero-section:before {
  background-color: #003da5;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 70px;
  content: "";
  width: 100%;
}

.hero-inner {
  height: 100%;
}

.slide-image-wrap {
  position: relative;
  width: calc(100% - 210px);
  margin-left: auto;
  height: 100%;
}

.slide-title-wrap {
  position: absolute;
  bottom: 71px;
  max-width: 680px;
  width: 100%;
}

.slide-title-wrap h1 {
  color: #fff;
  overflow: hidden;
}

.slide-title-wrap .single-text-block {
  position: relative;
  overflow: hidden;
}

.slide-title-wrap .slide__box {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #1b6bff;
  left: 0;
  top: 0;
}

.slide-title-wrap .home-text {
  display: inline-block;
  /*background-color: #1b6bff;*/
  padding: 0 40px;
  line-height: 1.1;
  position: relative;
}

.slide-title-wrap .single-text-block:first-child .slide__box {
  width: 85%;
}

.slide-loader {
  position: absolute;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #003da5;
  pointer-events: none;
  /*-webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out;*/
}

.slide-image-wrap, .slide-title-wrap {
  pointer-events: none;
  /*opacity: 0;*/
}

/*.slide-visible .slide-image-wrap {*/
  /*opacity: 1;*/
/*}*/

.slide-img img {
  min-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

/*.animation .slide-title-wrap{ opacity: 1; overflow: hidden;}*/
.animation .single-text-block {
  opacity: 1;
}

.single-text-block.first {
  opacity: 0;
  width: 100%;
}

.animation .single-text-block.first {
  opacity: 1;
}

.single-text-block.first .slide__box {
  opacity: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.animation .single-text-block.first .slide__box {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: transform 0.2s ease-in-out;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.single-text-block.first .home-text {
  opacity: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.animation .single-text-block.first .home-text {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: transform 0.2s ease-in-out;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.single-text-block.second {
  opacity: 0;
}

.single-text-block.second {
  opacity: 0;
  width: 100%;
}

.animation .single-text-block.second {
  opacity: 1;
}

.single-text-block.second .slide__box {
  opacity: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.animation .single-text-block.second .slide__box {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: transform 0.2s ease-in-out;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.single-text-block.second .home-text {
  opacity: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.animation .single-text-block.second .home-text {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: transform 0.3s ease-in-out;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

/*@keyframes secondaryImageOverlayIn {
  0% {width: 0;}
  100% {width: 100%;}
}*/
.head-section {
  padding: 155px 0 125px;
}

.head-section .lead-inner {
  max-width: 1040px;
  margin: 0 auto;
  text-align: center;
}

.lead-inner p.leadparagraph {
  font-family: sirba-web, serif;
  line-height: 1.45;
  margin: 0 0 50px;
  font-size: 44px;
}

.lead-inner .content-link__title {
  font-size: 24px;
  color: #001f53;
  font-weight: 700;
  position: relative;
}

.lead-inner .content-link__icon svg {
  position: static;
}

.lead-inner .content-link__icon polygon {
  fill: #001f53;
}

/*.lead-inner .content-link__icon{ line-height: 0;}*/
.lead-inner .content-link:hover .content-link__icon {
  width: auto;
}

.head-section a.content-link {
  display: inline-block;
}

.impact-section {
  position: relative;
}

.impact-section:before {
  bottom: 0;
  height: 513px;
  width: 100%;
  left: 0;
  position: absolute;
  content: " ";
  background-color: #003da5;
}

.impact-inner-blocks {
  position: relative;
  background-color: #d9e9ff;
  padding: 116px 57px 170px;
}

.impact-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 42px;
  max-width: 100%;
  margin: 0 auto 40px;
}

.impact-top .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.impact-top .single-impact {
  margin: 0 35px 70px;
  min-height: 312px;
  max-width: 312px;
  width: 100%;
  padding: 0;
}

.impact-top .single-block {
  /*max-width: 312px; min-height: 312px;*/
  background-color: #edf5ff;
  padding: 13px;
  border-radius: 50%;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*max-width: 260px; min-height: 260px;*/
}

.impact-top .single-inner {
  background-color: #fff;
  border-radius: 50%;
  /*height: 100%; */
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 37px;
  /*padding: 0 25px;*/
}

.impact-top .single-block .number {
  font-size: 80px;
  /*font-size: 60px;*/
  color: #003da5;
  font-weight: 700;
  line-height: 1;
}

.impact-top .single-block p {
  margin: 0;
  line-height: 1.14;
  width: 100%;
  font-size: 21px;
}

.impact-bottom {
  text-align: center;
  max-width: 950px;
  margin: 0 auto;
}

.impact-bottom h2 {
  font-size: 60px;
  font-weight: bold;
  color: #000f29;
  line-height: 1.2;
}

.impact-bottom h2 a {
  color: #000f29;
  position: relative;
  font-weight: bold;
}

.impact-bottom h2 a:before {
  background-color: #1b6bff;
  position: absolute;
  content: " ";
  left: 0;
  bottom: -6px;
  height: 8px;
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.impact-bottom h2 a:hover:before {
  background-color: #003da5;
}

.home-heros-section {
  background-color: #003da5;
  padding: 155px 0 170px;
}

.home-heros-section .home-hero-title {
  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;
}

.home-heros-section .home-hero-title h2 {
  margin: 0;
  color: #fff;
}

.home-heros-section .home-hero-title a.content-link {
  margin: 0;
}

.home-heros-section .home-hero-title .content-link__title {
  color: #fff;
  font-size: 24px;
}

.home-heros-section .home-hero-title polygon {
  fill: #fff;
}

.home-heros-section .content-link:hover .content-link__title:before {
  background-color: #fff;
}

.hero-home-slider {
  /*display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; justify-content: flex-start; align-items: center;*/
  position: relative;
}

.hero-home-slider .align-items-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  position: relative;
}

.hero-slider-image {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 60%;
          flex: 1 0 60%;
  max-width: 60%;
  width: 100%;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.hero-slider-image img {
  width: 100%;
}

.hero-slider-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 40%;
          flex: 1 0 40%;
  max-width: calc(40% + 60px);
  width: calc(100% + 60px);
  background-color: #fff;
  margin: 0;
  padding: 90px 110px 120px 80px;
  position: absolute;
  left: auto;
  right: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  height: calc(100% - 100px);
}

.hero-slider-content:before {
  position: absolute;
  content: " ";
  height: 60px;
  width: 60px;
  left: -30px;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  background-color: #fff;
}

.hero-slider-content .slider-content {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.hero-slider-content img {
  margin-bottom: 35px;
}

.hero-slider-content h3 {
  font-size: 36px;
  color: #000f29;
  font-style: italic;
  font-weight: 400;
  position: relative;
  margin: 0 0 40px;
  line-height: 1.11;
}

.hero-home-slider .slick-arrow {
  margin: 0;
  position: absolute;
  /*bottom: 10px;*/
  right: 0;
  left: auto;
  /*top: auto;*/
  -webkit-transform: none;
          transform: none;
  width: 80px;
  height: 80px;
  background-color: #1b6bff;
  border: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 1;
  margin-top: 10px;
}

.hero-home-slider .slick-arrow.slick-prev {
  right: 125px;
}

.hero-home-slider .slick-arrow.slick-next {
  right: 30px;
}

.hero-home-slider .slick-arrow polygon {
  fill: #fff;
}

/*.hero-home-slider .slick-arrow:hover{ background-color: #003da5;}*/
.event-section {
  padding: 160px 0;
  position: relative;
  overflow: hidden;
}

.event-block {
  max-width: 1100px;
  margin: 0 auto 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.event-block:last-child {
  margin-bottom: 0;
}

.event-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  padding: 58px 70px 0 0;
  max-width: 50%;
  width: 100%;
}

.event-content .upcoming {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.71px;
  line-height: 1;
  position: relative;
  margin-bottom: 32px;
}

.event-content .upcoming:before {
  background-color: #ffb81c;
  height: 5px;
  left: -100%;
  position: absolute;
  content: " ";
  right: calc(100% + 10px);
  top: 3px;
  width: 0;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.event-content .upcoming.go:before {
  width: calc(100% - 10px);
}

.event-content h3 {
  font-size: 36px;
  font-weight: 400;
  margin: 0 0 17px;
}

.event-content h3 a {
  color: #000f29;
}

.event-content p {
  margin: 0 0 20px;
}

.event-image {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 48%;
          flex: 1 0 48%;
  max-width: 48%;
  width: 100%;
}

.event-section .c-btn-wrapper .c-btn-wrapper {
  display: inline-block;
  margin-left: 0;
}

.date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  margin-bottom: 9px;
}

.date img {
  margin-right: 8px;
}

.address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  margin-bottom: 25px;
}

.address img {
  margin-right: 8px;
}

.event-content .c-btn-wrapper {
  display: inline-block;
}

.event-content .c-btn-wrapper .c-btn-primary {
  padding: 16px 20px 15px;
}

.event-content .c-btn.c-btn-primary:hover .c-btn-icon {
  padding-left: 5px;
}

.event-content .c-btn-wrapper a {
  margin-right: 10px;
  vertical-align: top;
  padding: 13px 20px;
  min-width: 160px;
  font-size: 16px;
}

.related-slider {
  width: 100%;
}

.one_half {
  padding: 0 20px 0 0;
}

.one_half.last_column {
  padding: 0 0 0 20px;
}

@media all and (-ms-high-contrast: none) {
  .hero-slider-content {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.single-accordion__title {
  padding: 43px 50px 20px 20px;
}

.single-accordion__title:hover, .single-accordion__title:hover h4 {
  color: #001F53;
}

.main-inner-banner {
  position: relative;
  padding: 0 90px;
}

input [type="button"], input [type="reset"], input [type="submit"] {
  font-size: 18px;
  border-radius: 4px;
  background-color: #1B6BFF;
  min-width: 180px;
  text-transform: none;
  padding: 24px 15px 23px;
  letter-spacing: 0;
  font-weight: 700;
  position: relative;
  display: inline-block;
  border: 0;
  padding: 24px 15px 23px;
  color: #fff;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

input [type="button"]:hover, input [type="reset"]:hover, input [type="submit"]:hover {
  background-color: #003da5;
}

/***************************
*** GRAVITY FORMS STYLES ***
****************************
1.General
2.Grid
    2a.Halfs
    2b.Thirds
    2c.Columns
    2d.List Inline
3.Fields
    3a.Checkbox, Radio
    3b.Dropdown
    3c.Multiselect
    3d.Text Input Fields
    3e.Textarea Field
    3f.Name Fields
        3fa.General Styles
        3fb.First Name & Last Name
        3fc.Prefix & First Name & Last Name
        3fd.First Name & Last Name & Suffix
        3fe.First Name & Middle Name & Last Name
        3ff.Prefix & First Name & Middle Name & Last Name & Last Name
        3fg.Prefix & First Name & Middle Name & Last Name & Suffix
        3fh.First Name & Middle Name & Last Name & Suffix
    3g.Date Fields
    3h.Time Fields
    3i.Address Fields
    3j.List Field
    3k.Single Product
    3l.Quantity
    3m.HTML
4.Buttons
5.IE/Edge Modify
*/
/************
* 1.General *
************/
div.gform_wrapper {
  max-width: 100%;
  margin: 0;
}

div.gform_wrapper p {
  margin: 0;
}

div.gform_wrapper br {
  display: none;
}

div.gform_wrapper div.gform_body {
  width: auto !important;
  margin-left: -15px;
}

div.gform_wrapper ul.gform_fields.form_sublabel_below table.gfield_list td:after {
  display: none;
}

div.gform_wrapper ul.gform_fields {
  margin-right: -15px;
  margin-left: -15px;
  font-size: 0;
  line-height: 0;
}

div.gform_wrapper ul.gform_fields li.gfield {
  padding-left: 15px;
}

div.gform_wrapper ul.gform_fields li.gfield:not(.gfield_html) {
  font-size: 16px;
  line-height: 26px;
}

div.gform_wrapper ul.gform_fields li.gfield::before {
  display: none;
}

div.gform_wrapper .clear-multi {
  display: block;
  margin-right: -15px;
  margin-left: -15px;
}

div.gform_wrapper .clear-multi:after {
  display: table;
  clear: both;
  content: '';
}

div.gform_wrapper input:not([type='checkbox']):not([type='radio']) + label:not(.gfield_label),
div.gform_wrapper input:not([type='checkbox']):not([type='radio']) + br + label:not(.gfield_label),
div.gform_wrapper select + label:not(.gfield_label),
div.gform_wrapper select + br + label:not(.gfield_label),
div.gform_wrapper .select2 + br + label:not(.gfield_label),
div.gform_wrapper .select2 + label:not(.gfield_label) {
  margin-top: 5px !important;
  margin-bottom: 8px !important;
}

div.gform_wrapper .top_label .ginput_container {
  width: 100%;
  padding-right: 0;
}

div.gform_wrapper .top_label .ginput_container.ginput_container_fileupload {
  width: 100%;
}

div.gform_wrapper .top_label .ginput_container input:not([type='file']),
div.gform_wrapper .top_label .ginput_container select,
div.gform_wrapper .top_label .ginput_container textarea,
form input:not([type='file']):not([type='submit']):not(#search) {
  border: 1px solid darkgray !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

div.gform_wrapper .top_label .ginput_container select {
  height: 38.8px;
  margin-top: 0 !important;
  margin-right: 0;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
  border: 1px solid darkgray !important;
  -webkit-appearance: menulist;
}

div.gform_wrapper .top_label .ginput_container select[multiple='multiple'] {
  -webkit-appearance: listbox;
}

div.gform_wrapper .top_label .ginput_container br {
  display: none;
}
/* 
div.gform_wrapper .top_label .ginput_container *:not(img) {
  width: 100%;
} */

div.gform_wrapper .top_label .ginput_container .gfield_list_cell {
  width: auto;
}

div.gform_wrapper .ginput_complex.ginput_container_address .ginput_left,
div.gform_wrapper .ginput_complex.ginput_container_address .ginput_right,
div.gform_wrapper .ginput_complex.ginput_container_address span.ginput_right + span.ginput_left {
  margin-right: 0 !important;
  padding-right: 0 !important;
}

div.gform_wrapper .top_label li.gfield.gf_left_half *,
div.gform_wrapper .top_label li.gfield.gf_right_half *,
div.gform_wrapper .top_label li.gfield.gf_right_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) *,
div.gform_wrapper .top_label li.gfield.gf_left_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) *,
div.gform_wrapper .top_label li.gfield.gf_middle_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) *,
div.gform_wrapper .top_label li.gfield.gf_list_2col *,
div.gform_wrapper .top_label li.gfield.gf_list_3col *,
div.gform_wrapper .top_label li.gfield.gf_list_4col *,
div.gform_wrapper .top_label li.gfield.gf_list_5col * {
  width: 100%;
}

div.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
div.gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
  margin: 0;
}

.ui-datepicker {
  position: absolute;
}

/*********
* 2.GRID *
**********/
/* 2a.Halfs */
div.gform_wrapper .top_label li.gfield.gf_left_half .ginput_container,
div.gform_wrapper .top_label li.gfield.gf_right_half .ginput_container {
  padding: 0;
}

/* 2b.Thirds */
div.gform_wrapper .top_label li.gfield:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.gf_left_third) + li.gfield.gf_middle_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
  margin-left: 33.3% !important;
}

div.gform_wrapper .top_label li.gfield:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.gf_left_third):not(.gf_middle_third) + li.gfield.gf_right_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
  margin-left: 66.6% !important;
}

div.gform_wrapper .top_label li.gfield.gf_left_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) + li.gfield.gf_right_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
  margin-left: 33.3% !important;
}

/* 2c.Columns */
div.gform_wrapper .top_label li.gfield.gf_list_2col {
  width: 50%;
}

div.gform_wrapper .top_label li.gfield.gf_list_3col {
  width: 33.3%;
}

div.gform_wrapper .top_label li.gfield.gf_list_4col {
  width: 25%;
}

div.gform_wrapper .top_label li.gfield.gf_list_5col {
  width: 20%;
}

div.gform_wrapper .top_label li.gfield.gf_list_2col,
div.gform_wrapper .top_label li.gfield.gf_list_3col,
div.gform_wrapper .top_label li.gfield.gf_list_4col,
div.gform_wrapper .top_label li.gfield.gf_list_5col {
  display: inline-block;
}

/* 2d.List inline */
div.gform_wrapper .gf_list_inline ul.gfield_checkbox,
div.gform_wrapper .gf_list_inline ul.gfield_radio {
  margin-right: -15px;
  margin-left: -15px;
}

div.gform_wrapper li.gf_list_inline ul.gfield_checkbox li,
div.gform_wrapper li.gf_list_inline ul.gfield_radio li {
  margin-right: 0;
  padding: 0 15px !important;
}

div.gform_wrapper .gf_list_inline .gfield_checkbox li label,
div.gform_wrapper .gf_list_inline .gfield_radio li label {
  max-width: 100%;
  margin: 0;
}

/***********
* 3.FIELDS *
***********/
/* 3.General */
div.gform_wrapper input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']) {
  height: 39px;
}

/* 3a.Checkbox, Radio */
div.gform_wrapper .top_label li ul.gfield_checkbox,
div.gform_wrapper .top_label li ul.gfield_radio {
  width: auto;
}

div.gform_wrapper .top_label li ul.gfield_checkbox br,
div.gform_wrapper .top_label li ul.gfield_radio br {
  display: none;
}

div.gform_wrapper .top_label li ul.gfield_checkbox input[type='checkbox'],
div.gform_wrapper .top_label li ul.gfield_radio input[type='checkbox'] {
  margin-top: 1px;
  -webkit-appearance: checkbox;
}

div.gform_wrapper .top_label li ul.gfield_checkbox input[type='radio'],
div.gform_wrapper .top_label li ul.gfield_radio input[type='radio'] {
  margin-top: 3px;
  -webkit-appearance: radio;
}

/* 3b.Dropdowns */
.select2-dropdown {
  font-size: 16px;
  line-height: normal;
  border-color: darkgray;
  border-top: 1px solid darkgray !important;
  border-radius: 0;
}

.select2-results__option {
  padding: 2px;
  padding-left: 6px;
}

.select2-results__option:hover {
  color: #fff;
  background-color: #6a7832 !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  color: #666;
  background-color: transparent;
}

.select2-container--default .select2-results__option[aria-selected=true]:hover {
  color: #fff;
  background-color: #6a7832;
}

div.gform_wrapper .select2.select2-container {
  width: 100% !important;
  max-width: 100%;
  margin-bottom: 0 !important;
  padding-right: 0 !important;
}

div.gform_wrapper .select2.select2-container * {
  margin-bottom: 0 !important;
}

div.gform_wrapper .select2.select2-container .selection {
  float: none;
  width: 100%;
  padding: 0;
}

div.gform_wrapper .select2.select2-container.select2-container--open.select2-container--below .select2-selection.select2-selection--single {
  border-bottom-color: transparent;
}

div.gform_wrapper .select2-selection.select2-selection--single {
  width: 100% !important;
}

div.gform_wrapper .select2-container--default .select2-selection--single {
  font-size: 16px;
  height: 39.2px;
  border-color: darkgray;
  border-radius: 0;
  outline: none;
}

div.gform_wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 39.2px;
}

div.gform_wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  width: 7.5px !important;
  height: 15px;
  margin-top: -7.5px;
  margin-right: 0;
  padding-right: 0;
}

div.gform_wrapper .select2-container--default .select2-selection--single .select2-selection__arrow:before,
div.gform_wrapper .select2-container--default .select2-selection--single .select2-selection__arrow:after {
  position: absolute;
  left: 0;
  display: block;
  content: '';
}

div.gform_wrapper .select2-container--default .select2-selection--single .select2-selection__arrow:before {
  top: 0;
  width: 0;
  height: 0;
  border-width: 0 3.75px 6px 3.75px;
  border-style: solid;
  border-color: transparent transparent #444 transparent;
}

div.gform_wrapper .select2-container--default .select2-selection--single .select2-selection__arrow:after {
  bottom: 0;
  width: 0;
  height: 0;
  border-width: 6px 3.75px 0 3.75px;
  border-style: solid;
  border-color: #444 transparent transparent transparent;
}

div.gform_wrapper .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

div.gform_wrapper .top_label .ginput_container.ginput_container_select {
  width: 100%;
}

div.gform_wrapper .top_label .ginput_container.ginput_container_select select {
  width: 100%;
  border-radius: 0;
}

/* 3c.Multiselect */
div.gform_wrapper select[multiple='multiple'] {
  height: auto !important;
  min-height: 39.2px;
  padding: 8px;
}

div.gform_wrapper .top_label select.medium {
  width: 100%;
}

/* 3d.Text Input fields */
div.gform_wrapper {
  /* 3e.Textarea Field */
}

div.gform_wrapper .top_label input.medium {
  width: 100%;
}

div.gform_wrapper .top_label textarea {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* 3f.Name Fields */
/** 3fa.General Styles **/
div.gform_wrapper .top_label div.ginput_container.ginput_container_name {
  width: auto;
  margin-right: -15px;
  margin-left: -15px;
  padding-right: 0;
}

div.gform_wrapper .top_label div.ginput_container.ginput_container_name span:not([class^='select2']):not(.selection) {
  margin-right: 0;
}

div.gform_wrapper .top_label div.ginput_container.ginput_container_name:after {
  display: table;
  clear: both;
  content: '';
}

div.gform_wrapper .top_label div.ginput_container.ginput_container_name > p,
div.gform_wrapper .top_label div.ginput_container.ginput_container_name > span:not([class^='select2']):not(.selection) {
  display: block;
  width: 50%;
  padding: 0 15px;
}

div.gform_wrapper .top_label div.ginput_container.ginput_container_name > span:not([class^='select2']):not(.selection) + p {
  display: none;
}

/** 3fb.First Name & Last Name **/
div.gform_wrapper .top_label div.ginput_container.no_prefix.has_first_name.no_middle_name.has_last_name.no_suffix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

div.gform_wrapper .top_label div.ginput_container.no_prefix.has_first_name.no_middle_name.has_last_name.no_suffix p {
  float: left;
  width: 50%;
  padding: 0 15px;
}

div.gform_wrapper .top_label div.ginput_container.no_prefix.has_first_name.no_middle_name.has_last_name.no_suffix p span:not([class^='select2']):not(.selection) {
  width: 100%;
  padding: 0;
}

/** 3fc.Prefix & First Name & Last Name **/
div.gform_wrapper .top_label div.ginput_container.has_prefix.has_first_name.no_middle_name.has_last_name.no_suffix > p {
  float: left;
  width: 50%;
  padding: 0 15px;
}

div.gform_wrapper .top_label div.ginput_container.has_prefix.has_first_name.no_middle_name.has_last_name.no_suffix > p span:not([class^='select2']):not(.selection) {
  width: 100%;
  padding: 0;
}

div.gform_wrapper .top_label div.ginput_container.has_prefix.has_first_name.no_middle_name.has_last_name.no_suffix .name_prefix {
  padding: 0 15px;
}

div.gform_wrapper .top_label div.ginput_container.has_prefix.has_first_name.no_middle_name.has_last_name.no_suffix span:not(.name_prefix):not(.name_last):not([class^='select2']):not(.selection) {
  float: left;
  width: 50%;
  padding: 0 15px;
}

/** 3fd.First Name & Last Name & Suffix **/
div.gform_wrapper .top_label div.ginput_container.no_prefix.has_first_name.no_middle_name.has_last_name.has_suffix p:first-child {
  float: left;
  width: 50%;
  margin-bottom: 0;
}

div.gform_wrapper .top_label div.ginput_container.no_prefix.has_first_name.no_middle_name.has_last_name.has_suffix p:first-child span:not([class^='select2']):not(.selection) {
  width: 100%;
  padding: 0;
}

div.gform_wrapper .top_label div.ginput_container.no_prefix.has_first_name.no_middle_name.has_last_name.has_suffix p:last-child {
  width: 100%;
  padding: 0;
}

div.gform_wrapper .top_label div.ginput_container.no_prefix.has_first_name.no_middle_name.has_last_name.has_suffix p:last-child span:not([class^='select2']):not(.selection) {
  width: 50%;
  padding: 0 15px;
}

/** 3fe.First Name & Middle Name & Last Name **/
div.gform_wrapper .top_label div.ginput_container.no_prefix.has_first_name.has_middle_name.has_last_name.no_suffix p {
  width: auto;
  margin-right: -15px;
  margin-left: -15px;
  padding: 0;
}

div.gform_wrapper .top_label div.ginput_container.no_prefix.has_first_name.has_middle_name.has_last_name.no_suffix p:after {
  display: table;
  clear: both;
  content: '';
}

div.gform_wrapper .top_label div.ginput_container.no_prefix.has_first_name.has_middle_name.has_last_name.no_suffix p span:not([class^='select2']):not(.selection) {
  float: left;
  width: 33.333%;
  padding: 0 15px;
}

/** 3ff.Prefix & First Name & Middle Name & Last Name & Last Name **/
div.gform_wrapper .top_label div.ginput_container.has_prefix.has_first_name.has_middle_name.has_last_name.no_suffix .name_prefix {
  padding: 0 15px;
}

div.gform_wrapper .top_label div.ginput_container.has_prefix.has_first_name.has_middle_name.has_last_name.no_suffix span:not(.name_prefix):not([class^='select2']):not(.selection) {
  float: left;
  width: 33.333%;
  padding: 0 15px;
}

/** 3fg.Prefix & First Name & Middle Name & Last Name & Suffix **/
div.gform_wrapper .top_label div.ginput_container.has_prefix.has_first_name.has_middle_name.has_last_name.has_suffix .name_prefix,
div.gform_wrapper .top_label div.ginput_container.has_prefix.has_first_name.has_middle_name.has_last_name.has_suffix .name_suffix {
  padding: 0 15px;
}

div.gform_wrapper .top_label div.ginput_container.has_prefix.has_first_name.has_middle_name.has_last_name.has_suffix span:not(.name_prefix):not(.name_suffix):not([class^='select2']):not(.selection) {
  float: left;
  width: 33.333%;
  padding: 0 15px;
}

/** 3fh.First Name & Middle Name & Last Name & Suffix **/
div.gform_wrapper .top_label div.ginput_container.no_prefix.has_first_name.has_middle_name.has_last_name.has_suffix {
  margin-right: 0;
  margin-left: 0;
}

div.gform_wrapper .top_label div.ginput_container.no_prefix.has_first_name.has_middle_name.has_last_name.has_suffix > p {
  width: auto;
  margin-right: -15px;
  margin-left: -15px;
  padding: 0;
}

div.gform_wrapper .top_label div.ginput_container.no_prefix.has_first_name.has_middle_name.has_last_name.has_suffix .name_suffix {
  width: 50%;
  padding: 0 15px;
}

div.gform_wrapper .top_label div.ginput_container.no_prefix.has_first_name.has_middle_name.has_last_name.has_suffix span:not(.name_suffix):not([class^='select2']):not(.selection) {
  float: left;
  width: 33.333%;
  padding: 0 15px;
}

/* 3g.Date Fields */
div.gform_wrapper .top_label li.gfield > div.ginput_container.ginput_container_date {
  width: auto;
  margin-right: -15px;
  margin-left: -15px;
  padding-right: 0;
}

div.gform_wrapper .top_label li.gfield > div.ginput_container.ginput_container_date .datepicker {
  width: calc(50% - 30px);
  margin-right: 15px;
  margin-left: 15px;
}

div.gform_wrapper .top_label li.gfield > div.ginput_container.ginput_container_date .clear-multi {
  display: block;
  margin-right: 0;
  margin-left: 0;
}

div.gform_wrapper .top_label li.gfield > div.ginput_container.ginput_container_date .clear-multi > div {
  padding: 0 15px;
}

div.gform_wrapper .top_label li.gfield > div.ginput_container.ginput_container_date .ginput_container_date {
  margin-right: 0;
}

div.gform_wrapper .top_label li.gfield > div.ginput_container.ginput_container_date .gfield_date_month,
div.gform_wrapper .top_label li.gfield > div.ginput_container.ginput_container_date .gfield_date_day,
div.gform_wrapper .top_label li.gfield > div.ginput_container.ginput_container_date .gfield_date_year {
  float: left;
  width: 33.333%;
  max-width: none;
  margin: 0;
}

div.gform_wrapper .top_label li.gfield > div.ginput_container.ginput_container_date .gfield_date_month label,
div.gform_wrapper .top_label li.gfield > div.ginput_container.ginput_container_date .gfield_date_day label,
div.gform_wrapper .top_label li.gfield > div.ginput_container.ginput_container_date .gfield_date_year label {
  text-align: left;
}

div.gform_wrapper .top_label li.gfield > div.ginput_container.ginput_container_date .gfield_date_dropdown_month,
div.gform_wrapper .top_label li.gfield > div.ginput_container.ginput_container_date .gfield_date_dropdown_day,
div.gform_wrapper .top_label li.gfield > div.ginput_container.ginput_container_date .gfield_date_dropdown_year {
  display: block;
  float: left;
  width: 16.66666667%;
  margin-top: 0;
  margin-bottom: 0;
}

/* 3h.Time Fields */
div.gform_wrapper div.gfield_time_hour.ginput_container.ginput_container_time,
div.gform_wrapper div.gfield_time_minute.ginput_container.ginput_container_time,
div.gform_wrapper div.gfield_time_ampm.ginput_container.ginput_container_time {
  position: relative;
  float: left;
  width: 16.66666667%;
  max-width: none;
  margin-right: 0;
  padding: 0 15px;
}

div.gform_wrapper div.gfield_time_hour.ginput_container.ginput_container_time label,
div.gform_wrapper div.gfield_time_hour.ginput_container.ginput_container_time select,
div.gform_wrapper div.gfield_time_minute.ginput_container.ginput_container_time label,
div.gform_wrapper div.gfield_time_minute.ginput_container.ginput_container_time select,
div.gform_wrapper div.gfield_time_ampm.ginput_container.ginput_container_time label,
div.gform_wrapper div.gfield_time_ampm.ginput_container.ginput_container_time select {
  left: 0;
  width: 100% !important;
  max-width: 100% !important;
}

div.gform_wrapper div.gfield_time_hour.ginput_container.ginput_container_time i,
div.gform_wrapper div.gfield_time_minute.ginput_container.ginput_container_time i,
div.gform_wrapper div.gfield_time_ampm.ginput_container.ginput_container_time i {
  display: none;
}

div.gform_wrapper div.gfield_time_hour.ginput_container.ginput_container_time label,
div.gform_wrapper div.gfield_time_minute.ginput_container.ginput_container_time label,
div.gform_wrapper div.gfield_time_ampm.ginput_container.ginput_container_time label {
  text-align: left;
}

/* 3i. Address Fields */
div.gform_wrapper .ginput_complex.ginput_container.ginput_container_address {
  width: auto;
  margin-right: -15px;
  margin-left: -15px;
  padding-right: 0;
}

div.gform_wrapper .ginput_complex.ginput_container.ginput_container_address:after {
  display: table;
  clear: both;
  content: '';
}

div.gform_wrapper .ginput_complex.ginput_container.ginput_container_address .ginput_full {
  display: block;
  width: 100%;
  padding: 0 15px;
}

div.gform_wrapper .ginput_complex.ginput_container.ginput_container_address .address_city,
div.gform_wrapper .ginput_complex.ginput_container.ginput_container_address .address_state,
div.gform_wrapper .ginput_complex.ginput_container.ginput_container_address .address_zip,
div.gform_wrapper .ginput_complex.ginput_container.ginput_container_address .address_country {
  padding: 0 15px !important;
}

div.gform_wrapper .ginput_complex.ginput_container.ginput_container_address .ginput_right,
div.gform_wrapper .ginput_complex.ginput_container.ginput_container_address .ginput_left {
  display: block;
  float: left;
  width: 50%;
  padding: 0 15px;
}

div.gform_wrapper .ginput_complex.ginput_container.ginput_container_address .ginput_right.address_city,
div.gform_wrapper .ginput_complex.ginput_container.ginput_container_address .ginput_right.address_state,
div.gform_wrapper .ginput_complex.ginput_container.ginput_container_address .ginput_right.address_zip,
div.gform_wrapper .ginput_complex.ginput_container.ginput_container_address .ginput_right.address_country,
div.gform_wrapper .ginput_complex.ginput_container.ginput_container_address .ginput_left.address_city,
div.gform_wrapper .ginput_complex.ginput_container.ginput_container_address .ginput_left.address_state,
div.gform_wrapper .ginput_complex.ginput_container.ginput_container_address .ginput_left.address_zip,
div.gform_wrapper .ginput_complex.ginput_container.ginput_container_address .ginput_left.address_country {
  padding: 0 15px !important;
}

div.gform_wrapper .ginput_complex.ginput_container.ginput_container_address .ginput_right {
  float: right;
}

div.gform_wrapper .ginput_complex.ginput_container.ginput_container_address .ginput_left {
  float: left;
}

/* 3j.List Field */
div.gform_wrapper .ginput_container.ginput_container_list.ginput_list {
  width: 100%;
  padding-right: 0;
}

div.gform_wrapper table.gfield_list tr.gfield_list_group {
  display: table-row;
}

div.gform_wrapper table.gfield_list tr td {
  display: table-cell;
}

div.gform_wrapper table.gfield_list tr td.gfield_list_cell,
div.gform_wrapper table.gfield_list tr td.gfield_list_cell input {
  width: 100%;
  margin: 0;
}

div.gform_wrapper table.gfield_list tr td.gfield_list_icons {
  position: relative;
}

div.gform_wrapper table.gfield_list tr td.gfield_list_icons img {
  position: absolute !important;
  top: 50%;
  left: 3px;
  display: block;
  width: auto;
  height: 19.4px;
  margin: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  outline: 0;
}

div.gform_wrapper table.gfield_list tr td.gfield_list_icons img:last-child {
  left: 23px;
}

div.gform_wrapper table.gfield_list tr td.gfield_list_icons img.delete_list_item,
div.gform_wrapper table.gfield_list tr td.gfield_list_icons img.add_list_item {
  margin: 0 !important;
}

/* 3k.Single Product */
div.gform_wrapper .ginput_container.ginput_container_singleproduct {
  width: 100%;
}

/* 3l.Quantity */
div.gform_wrapper .gfield.gfield_price.gfield_quantity {
  margin: 16px 0 0;
  padding: 0;
  padding-left: 15px;
}

div.gform_wrapper .gfield.gfield_price.gfield_quantity label {
  display: block;
  width: 33.333%;
}

div.gform_wrapper .gfield.gfield_price.gfield_quantity .ginput_container.ginput_container_number {
  width: 33.333%;
}

/* 4.Button Style */
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input [type="button"], .gform_wrapper .gform_footer input [type="reset"], .gform_wrapper .gform_footer input [type="submit"] {
  font-size: 18px;
  border-radius: 4px;
  background-color: #1B6BFF;
  min-width: 180px;
  text-transform: none;
  padding: 24px 15px 23px;
  letter-spacing: 0;
  font-weight: 700;
  position: relative;
  display: inline-block;
  border: 0;
  padding: 24px 15px 23px;
  color: #fff;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input [type="button"]:hover, .gform_wrapper .gform_footer input [type="reset"]:hover, .gform_wrapper .gform_footer input [type="submit"]:hover {
  background-color: #003da5;
}

.gform_wrapper.gform_validation_error .top_label input.medium:not(.datepicker),
.gform_wrapper.gform_validation_error .top_label select.medium {
  width: 100% !important;
}

.gform_wrapper li.gfield.gfield_error {
  padding-right: 15px !important;
}

/* 5. IE/Edge Modify */
div.gf_browser_unknown table.gfield_list td.gfield_list_icons img,
div.gf_browser_ie table.gfield_list td.gfield_list_icons img {
  position: relative;
  top: auto;
  display: inline;
  -webkit-transform: none;
  transform: none;
}

div.gf_browser_unknown .top_label .ginput_container.ginput_container_fileupload,
div.gf_browser_ie .top_label .ginput_container.ginput_container_fileupload {
  width: 50%;
}

div.gf_browser_unknown table.gfield_list tr td.gfield_list_icons img,
div.gf_browser_ie table.gfield_list tr td.gfield_list_icons img {
  top: auto;
}

#page .gform_ajax_spinner {
  position: absolute;
  top: 100%;
  right: 0;
}

.gform_confirmation_message {
  margin-bottom: 100px;
}


.hero-section .slide-img-hero{
  float: right;
  width: 100%;
}

.hero-section .slide-img-hero img{
  width: 100%;
}
.third-party-left-logo{
    padding-right: 15px;
}
@media only screen and (min-width: 992px) {
  .home-heros-section .slick-arrow {
    top: auto !important;
    bottom: 10px !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .home-heros-section .slick-arrow {
    bottom: 20px !important;
  }
}

.page-template-blog .categories-list li a::after {
	border: none;
}

.page-template-blog .categories-list li a.active {
	text-decoration: underline;
}


/* Brands block  */
.block-content-brands {
  margin: 100px 0;
}
.block-content-brands .container {
  max-width: 1300px;
}
.block-content-brands__subsection:not(:first-child) {
  margin-top: 150px;
}
.block-content-brands__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  gap: 30px;
  margin-top: 20px;
}
.block-content-brands__brand {
  max-width: 250px;
  width: 250px;
}
.block-content-brands__label {
  font-size: 40px;
  line-height: 45px;
  font-weight: 500;
  max-width: 230px;
  padding: 30px 0;
  display: block;
  text-align: center;
  opacity: .8;
}
/* Brands block  */

.main-footer .copyright {
  display: none!important;
} 