/* Custom easing */
/* Media Query Mixins */
* {
  margin: 0;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 16px;
}

body {
  overflow-x: hidden;
}

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

p,
ol,
ul {
  font-family: "Poppins";
  color: #000000;
  font-weight: 400;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

body.fixed-nav .site-logo a img {
  width: 200px;
}
@media only screen and (max-width: 767px) {
  body.fixed-nav .site-logo a img {
    width: 140px;
  }
}

p {
  line-height: 1.5;
}

small {
  margin-bottom: 10px;
  display: inherit;
}

h1 {
  font-family: "Poppins";
  font-size: 2.5rem;
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 2rem;
  }
}

h2#cpr-title {
  color: #28292c;
}

h2#cpr-title::before {
  content: none;
  background-color: transparent !important;
}

h2 {
  position: relative;
  padding: 10px 0px;
  font-size: 60px;
  font-weight: bold;
  color: white;
  font-family: "Poppins";
  display: inline-block;
  padding: 8px 20px 7px 20px;
  background-color: #50c1bb;
  border-radius: 99px;
  -webkit-border-radius: 99px;
  -o-border-radius: 99px;
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 40px;
  }
}
h2 span {
  position: relative;
  z-index: 10;
}
h2::before {
  content: "";
  width: 700px;
  height: 87px;
  background-color: #53bf8e;
  top: 0;
  left: -550px;
  position: absolute;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  h2::before {
    height: 63px;
  }
}
h2.accordion-header {
  padding: 0px;
}
h2.accordion-header::before {
  content: none;
}

h3 {
  font-family: "Poppins";
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  h3 {
    font-size: 1.5rem;
  }
}

h5 {
  font-family: "Poppins";
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 15px 0;
  color: #00395c;
}

h6 {
  font-size: 18px;
  font-family: "Poppins";
}

.site-logo {
  display: flex;
  justify-content: left;
  align-items: center;
  position: relative;
  z-index: 1000;
}
.site-logo a img {
  max-width: -moz-max-content;
  max-width: max-content;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .site-logo a img {
    width: 150px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .site-logo a img {
    width: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .site-logo a img {
    width: 150px;
  }
}
@media (max-width: 480px) {
  .site-logo a img {
    width: 150px;
  }
}

.textwidget p {
  font-family: "Montserrat";
  font-size: 0.9rem;
}
.textwidget p strong {
  margin-bottom: 10px;
  display: block;
  font-family: "Poppins";
}

#sidebar .widget-title {
  position: relative;
  margin-bottom: 30px;
}
#sidebar .widget-title::after {
  content: "";
  width: 40px;
  height: 2px;
  background-color: #53bf8e;
  position: absolute;
  left: 0;
  bottom: -10px;
}

.widget-title {
  font-family: "Poppins";
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 15px;
}

#text-3 {
  padding: 0 40px 0;
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  #text-3 {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  #text-3 {
    padding: 0;
  }
}

#text-4 {
  padding: 0 0 0 40px;
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  #text-4 {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  #text-4 {
    padding: 0;
  }
}

.container {
  max-width: 1440px;
}

/* .toolkit-slider .swiper-slide {
	@include borderRadiusAll(10px);
} */
.toolkit-slider .swiper-container {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
}

.page-title-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
.page-title-container .guide-dates {
  line-height: 1;
  text-align: right;
}

.text-block {
  padding: 20px;
  background-color: #ebebeb;
  border: 1px solid #ccc;
  margin-bottom: 15px;
}
.text-block p {
  line-height: 1.7;
}

span.protip {
  color: #0d6efd;
}
span.protip:hover {
  cursor: pointer;
}

/* body.fixed-nav .header-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0;
	z-index: 2000;
} */
body.fixed-nav .menu-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  z-index: 2000;
}

.menu-container {
  width: 100%;
  background-color: rgba(25, 144, 204, 0.8);
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .menu-container {
    padding: 15px 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .menu-container {
    padding: 15px 0 !important;
  }
}

.nav {
  flex: none !important;
  width: 100%;
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .nav {
    padding-top: 110px;
  }
}
@media only screen and (max-width: 767px) {
  .nav {
    padding-top: 130px;
  }
}

.pm-nav.mobile {
  display: none !important;
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .pm-nav.mobile {
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .pm-nav.mobile {
    display: flex;
  }
}

body.nav-visible .pm-nav.mobile {
  display: block !important;
  position: relative;
  z-index: 1000;
  background-color: white;
}

.pm-nav {
  display: flex;
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0px;
  justify-content: flex-end;
  /* @include borderRadiusAll(4px); */
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .pm-nav {
    padding: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .pm-nav {
    padding: 0px;
  }
}
.pm-nav > li {
  position: relative;
  padding: 0 1.5vw;
  height: 100px;
}
@media only screen and (min-width: 2000px) and (max-width: 5000px) {
  .pm-nav > li {
    padding: 0 0.6vw;
  }
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .pm-nav > li {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .pm-nav > li {
    padding: 0;
  }
}
.pm-nav > li::before {
  content: "";
  position: absolute;
  background-color: #98cd9a !important;
  width: 100%;
  left: 0;
  height: 150px !important;
  top: -40px;
  bottom: auto;
  transform: scaley(0);
  transform-origin: bottom;
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .pm-nav > li::before {
    background-color: transparent !important;
  }
}
@media only screen and (max-width: 767px) {
  .pm-nav > li::before {
    background-color: transparent !important;
  }
}
.pm-nav > li:hover::before {
  transform: scaley(1);
  transform-origin: top;
}
.pm-nav > li:hover a {
  color: white;
}
.pm-nav > li:hover a::after {
  border-color: white !important;
}
.pm-nav > li > a {
  color: #323232;
  padding-bottom: 10px;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 13px;
  padding: 13px 0px;
  position: relative;
  text-align: center;
  z-index: 2;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  /* @include laptop-screen {
  	font-size: 0.9rem;
  }

  @include lg-screen {
  	font-size: 0.8rem;
  } */
}
@media only screen and (min-width: 2000px) and (max-width: 5000px) {
  .pm-nav > li > a {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 1440px) and (max-width: 2000px) {
  .pm-nav > li > a {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .pm-nav > li > a {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .pm-nav > li > a {
    font-size: 10px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .pm-nav {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .pm-nav {
    display: none;
  }
}

.pm-nav > li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .pm-nav > li {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .pm-nav > li {
    display: block;
  }
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .pm-nav > li.current-menu-item > span > a {
    background-color: #66686a;
    color: white;
  }
}
@media only screen and (max-width: 767px) {
  .pm-nav > li.current-menu-item > span > a {
    background-color: #66686a;
    color: white;
  }
}

.pm-nav > li > span {
  line-height: 0;
}

.pm-nav > li > span > a {
  color: #323232;
  margin: 2.4rem 15px;
  position: relative;
  font-family: "Poppins";
  font-weight: 500;
  font-size: 0.8rem;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 0.5px;
  z-index: 1;
  line-height: 1.2;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .pm-nav > li > span > a {
    margin: 0;
    padding: 1.2rem 15px;
    margin: 0 auto;
    display: table;
  }
}
@media only screen and (max-width: 767px) {
  .pm-nav > li > span > a {
    margin: 0;
    padding: 1.2rem 15px;
    margin: 0 auto;
    display: table;
  }
}

.pm-nav > li > span.animate {
  top: 0px;
  opacity: 1;
}

.pm-nav > li > span > a:hover {
  text-decoration: none !important;
}

.pm-nav > li:last-child > span > a:hover::before {
  transform: rotate(0deg) translateZ(0);
  width: 105%;
}

.pm-nav > li:first-child > span > a::after {
  content: none;
}

.pm-nav > li > span > a::after {
  content: "";
  width: 1px;
  height: 10px;
  background-color: #6953ac;
  position: absolute;
  left: -16px;
  bottom: 3px;
  z-index: 1;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .pm-nav > li > span > a::after {
    content: none;
    left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .pm-nav > li > span > a::after {
    content: none;
    left: auto;
  }
}

.pm-nav > li.menu-item-has-children > span > a::after,
.pm-nav > li.menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  margin: -4px 0 0 0;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: black;
  position: relative;
  background-color: transparent;
  top: 0px;
  right: -9px;
  transform: rotate(45deg);
}

.pm-nav > li.menu-item-has-children > span > a.active::after {
  top: 3px;
  transform: rotate(225deg);
}

/* .pm-nav li ul::before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #0081a4;
	top: -9px;
	left: 20px;
} */
/* Sub menu */
.pm-nav > li ul.sub-menu {
  position: absolute;
  left: 0px;
  top: 110%;
  min-width: 280px;
  padding: 0;
  background-color: #338f3b;
  color: #fff;
  visibility: hidden;
  opacity: 0;
  text-transform: none;
  list-style: none;
  z-index: 1000;
  transform: "translateY" -10px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  /* @include borderRadiusAll(4px); */
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .pm-nav > li ul.sub-menu {
    min-width: auto;
    width: 100%;
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .pm-nav > li ul.sub-menu {
    min-width: auto;
    width: 100%;
    left: 0;
  }
}

/* 2nd level sub menu */
.pm-nav > li > ul.sub-menu > li > ul.sub-menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 100%;
  top: 0;
  background-color: #29772f;
}

/* 3rd level sub menu */
.pm-nav > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 100%;
  top: 0;
  background-color: #216126;
}

.pm-nav > li ul.sub-menu ul {
  list-style: none;
}

.pm-nav > li ul.sub-menu > li {
  /* border-bottom: 1px solid #3f5577; */
  position: relative;
}
.pm-nav > li ul.sub-menu > li:last-child {
  border: none;
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .pm-nav > li ul.sub-menu > li.current-menu-item a {
    background-color: #338f3b;
  }
}
@media only screen and (max-width: 767px) {
  .pm-nav > li ul.sub-menu > li.current-menu-item a {
    background-color: #338f3b;
  }
}

/* .pm-nav > li ul.sub-menu > li:first-child a {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
} */
.pm-nav > li ul.sub-menu > li:last-child a {
  border-bottom: 0px solid #20b370;
  /* border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; */
}

.pm-nav > li ul.sub-menu > li a {
  color: white;
  display: block;
  font-family: "Poppins";
  margin: 0;
  padding: 13px 18px;
  font-weight: 500;
  font-size: 0.9rem;
  text-decoration: none;
  position: relative;
  border-bottom: 1px solid #20b370;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .pm-nav > li ul.sub-menu > li a {
    padding: 15px 10px 15px 10px;
    text-align: center;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .pm-nav > li ul.sub-menu > li a {
    padding: 15px 10px 15px 10px;
    text-align: center;
    margin: 0;
  }
}

/* .pm-nav > li ul.sub-menu > li a::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 5px;
	height: 5px;
	margin: -4px 0 0 0;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: white;
	position: relative;
	background-color: transparent;
	top: 1px;
	left: -10px;
	opacity: 0;

	@include rotate(-135deg);
	@include transition(all, 0.3s);
} */
.pm-nav > li ul.sub-menu > li a:hover {
  background-color: #30af3b;
}

.pm-nav > li > ul.sub-menu > li > ul.sub-menu::before {
  content: none;
}

.pm-nav > li ul.sub-menu > li.current_page_item > a {
  background-color: #30af3b;
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .pm-nav > li ul.sub-menu > li.current_page_item > a {
    background-color: #1e7025;
  }
}
@media only screen and (max-width: 767px) {
  .pm-nav > li ul.sub-menu > li.current_page_item > a {
    background-color: #1e7025;
  }
}

/* .pm-nav > li ul.sub-menu > li a::after {
	content: "";
	width: 0;
	height: 100%;
	background-color: #006580;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;

	@include transition(all, 0.3s); 
}

.pm-nav > li ul.sub-menu > li a:hover::after {
	width: 100%;

	@include md-screen {
		width: 100%;
	}

	@include sm-screen {
		width: 100%;
	}
} */
.pm-nav > li.current_page_item::before {
  transform: scaley(1);
  transform-origin: bottom;
}

.pm-nav > li.current_page_item > a {
  color: white;
}
.pm-nav > li.current_page_item > a::after {
  border-color: white !important;
}

.pm-nav > li ul.sub-menu > li.current_page_item a::after {
  width: 100%;
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .pm-nav > li ul.sub-menu > li.current_page_item a::after {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .pm-nav > li ul.sub-menu > li.current_page_item a::after {
    width: 100%;
  }
}

.pm-nav > li:hover .sub-menu {
  visibility: visible;
  opacity: 1;
}

.pm-nav > li ul.sub-menu.menu-expand {
  max-height: 1000px;
  visibility: visible !important;
  opacity: 1 !important;
  padding: 0;
}

.pm-nav > li > .sub-menu > li:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
}

.pm-nav > li > .sub-menu > li > .sub-menu > li:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
}

/* Arrow */
/* .pm-nav li ul::before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid $primaryColor;
	top: -9px;
	left: 20px;
} */
/* body.nav-visible {
	overflow: hidden;
} */
body.nav-visible .nav {
  visibility: visible;
  opacity: 1;
  z-index: 100;
}

body.nav-visible .nav::before {
  content: "";
  background-color: transparent;
  width: 100%;
  height: 80px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
}

body.nav-visible .pm-nav > li:hover .sub-menu {
  visibility: hidden;
  opacity: 0;
}

body.nav-visible .pm-nav > li > .sub-menu > li > .sub-menu > li:hover > .sub-menu {
  visibility: hidden;
  opacity: 0;
}

/* .micro-header {
  height: 50px;
  @include transition(all, 0.3s);
}

body.nav-visible .micro-header {
  height: 0px;
} */
/* Mobile menu toggle */
.pm-header__aside {
  z-index: 150;
  display: flex;
  align-items: center;
}
.pm-header__aside .mobile-btn {
  display: none;
}
.pm-header__aside .search-btn {
  border-left: 1px solid #ccc;
  padding-left: 15px;
  margin-left: 5px;
  padding-right: 5px;
  color: #53bf8e;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.pm-header__aside .search-btn:hover {
  color: #076790;
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .pm-header__aside .mobile-btn {
    display: block;
  }
  .pm-header__aside .search-btn {
    border-left: 0px solid #ccc;
    border-right: 1px solid #ccc;
    padding-left: 0px;
    margin-right: 5px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .pm-header__aside .mobile-btn {
    display: block;
  }
  .pm-header__aside .search-btn {
    border-left: 0px solid #ccc;
    border-right: 1px solid #ccc;
    padding-left: 0px;
    margin-right: 5px;
    padding-right: 15px;
  }
}

.mobile-btn {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 17px;
  padding-top: 7px;
  margin-left: 14px;
  vertical-align: middle;
  float: right;
  transition: transform 0.15s;
  z-index: 6;
  display: none;
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .mobile-btn {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .mobile-btn {
    display: block;
  }
}

.mobile-btn::before {
  content: "";
  position: absolute;
  width: 46px;
  height: 46px;
  top: 50%;
  left: 50%;
  margin: -23px 0 0 -23px;
  border-radius: 50%;
  background: #000;
  z-index: -1;
  transition: margin 0.3s, transform 0.3s, background 0.3s, opacity 0.3s;
  opacity: 0;
}

.mobile-btn span {
  display: block;
  height: 3px;
  background: black;
  transition: height 0.15s, top 0.15s, bottom 0.15s, border-radius 0.15s, transform 0.15s, opacity 0.15s, background 0.3s;
}

.mobile-btn span:first-child {
  bottom: 14px;
}

.mobile-btn span:first-child,
.mobile-btn span:last-child {
  position: absolute;
  width: 100%;
  left: 0;
}

.mobile-btn span:first-child,
.mobile-btn span:last-child {
  position: absolute;
  width: 100%;
  left: 0;
}

.mobile-btn span:last-child {
  top: 14px;
}

.mobile-btn.nav-visible span:first-child {
  bottom: 9px;
  transform: translateY(2px) rotate(45deg);
  transition: height 0.3s, top 0.3s, bottom 0.3s, border-radius 0.15s, transform 0.15s 0.3s, opacity 0.15s, background 0.3s;
}

.mobile-btn.nav-visible span:nth-child(2) {
  opacity: 0;
}

.mobile-btn.nav-visible span:last-child {
  top: 9px;
  transform: translateY(-2px) rotate(-45deg);
  transition: height 0.3s, top 0.3s, bottom 0.3s, border-radius 0.15s, transform 0.15s 0.3s, opacity 0.15s, background 0.3s;
}

.sub-menu__btn,
.sub-sub-menu__btn,
.sub-sub-sub-menu__btn {
  position: absolute !important;
  display: block;
  width: 55px;
  height: 55px;
  background-color: #dddddd !important;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .sub-menu__btn,
  .sub-sub-menu__btn,
  .sub-sub-sub-menu__btn {
    width: 35px;
  }
}
.sub-menu__btn::after,
.sub-sub-menu__btn::after,
.sub-sub-sub-menu__btn::after {
  content: none !important;
}
.sub-menu__btn > i,
.sub-sub-menu__btn > i,
.sub-sub-sub-menu__btn > i {
  color: black;
  font-size: 10px !important;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.sub-menu__btn.active,
.sub-sub-menu__btn.active,
.sub-sub-sub-menu__btn.active {
  background-color: #dddddd !important;
}
.sub-menu__btn.active > i,
.sub-sub-menu__btn.active > i,
.sub-sub-sub-menu__btn.active > i {
  transform: rotate(180deg);
}

.mr-0 {
  margin-right: 0px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mr-55 {
  margin-right: 55px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mr-65 {
  margin-right: 65px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mr-75 {
  margin-right: 75px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mr-85 {
  margin-right: 85px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mr-95 {
  margin-right: 95px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.mr-105 {
  margin-right: 105px !important;
}

.mr-110 {
  margin-right: 110px !important;
}

.mr-115 {
  margin-right: 115px !important;
}

.mr-120 {
  margin-right: 120px !important;
}

.mr-125 {
  margin-right: 125px !important;
}

.mr-130 {
  margin-right: 130px !important;
}

.mr-135 {
  margin-right: 135px !important;
}

.mr-140 {
  margin-right: 140px !important;
}

.mr-145 {
  margin-right: 145px !important;
}

.mr-150 {
  margin-right: 150px !important;
}

.mr-155 {
  margin-right: 155px !important;
}

.mr-160 {
  margin-right: 160px !important;
}

.mr-165 {
  margin-right: 165px !important;
}

.mr-170 {
  margin-right: 170px !important;
}

.mr-175 {
  margin-right: 175px !important;
}

.mr-180 {
  margin-right: 180px !important;
}

.mr-185 {
  margin-right: 185px !important;
}

.mr-190 {
  margin-right: 190px !important;
}

.mr-195 {
  margin-right: 195px !important;
}

.mr-200 {
  margin-right: 200px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.ml-55 {
  margin-left: 55px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.ml-65 {
  margin-left: 65px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.ml-75 {
  margin-left: 75px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.ml-85 {
  margin-left: 85px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.ml-95 {
  margin-left: 95px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.ml-105 {
  margin-left: 105px !important;
}

.ml-110 {
  margin-left: 110px !important;
}

.ml-115 {
  margin-left: 115px !important;
}

.ml-120 {
  margin-left: 120px !important;
}

.ml-125 {
  margin-left: 125px !important;
}

.ml-130 {
  margin-left: 130px !important;
}

.ml-135 {
  margin-left: 135px !important;
}

.ml-140 {
  margin-left: 140px !important;
}

.ml-145 {
  margin-left: 145px !important;
}

.ml-150 {
  margin-left: 150px !important;
}

.ml-155 {
  margin-left: 155px !important;
}

.ml-160 {
  margin-left: 160px !important;
}

.ml-165 {
  margin-left: 165px !important;
}

.ml-170 {
  margin-left: 170px !important;
}

.ml-175 {
  margin-left: 175px !important;
}

.ml-180 {
  margin-left: 180px !important;
}

.ml-185 {
  margin-left: 185px !important;
}

.ml-190 {
  margin-left: 190px !important;
}

.ml-195 {
  margin-left: 195px !important;
}

.ml-200 {
  margin-left: 200px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mt-105 {
  margin-top: 105px !important;
}

.mt-110 {
  margin-top: 110px !important;
}

.mt-115 {
  margin-top: 115px !important;
}

.mt-120 {
  margin-top: 120px !important;
}

.mt-125 {
  margin-top: 125px !important;
}

.mt-130 {
  margin-top: 130px !important;
}

.mt-135 {
  margin-top: 135px !important;
}

.mt-140 {
  margin-top: 140px !important;
}

.mt-145 {
  margin-top: 145px !important;
}

.mt-150 {
  margin-top: 150px !important;
}

.mt-155 {
  margin-top: 155px !important;
}

.mt-160 {
  margin-top: 160px !important;
}

.mt-165 {
  margin-top: 165px !important;
}

.mt-170 {
  margin-top: 170px !important;
}

.mt-175 {
  margin-top: 175px !important;
}

.mt-180 {
  margin-top: 180px !important;
}

.mt-185 {
  margin-top: 185px !important;
}

.mt-190 {
  margin-top: 190px !important;
}

.mt-195 {
  margin-top: 195px !important;
}

.mt-200 {
  margin-top: 200px !important;
}

.mat-0 {
  margin-top: 0px !important;
}

.mat-5 {
  margin-top: 5px !important;
}

.mat-10 {
  margin-top: 10px !important;
}

.mat-15 {
  margin-top: 15px !important;
}

.mat-20 {
  margin-top: 20px !important;
}

.mat-25 {
  margin-top: 25px !important;
}

.mat-30 {
  margin-top: 30px !important;
}

.mat-35 {
  margin-top: 35px !important;
}

.mat-40 {
  margin-top: 40px !important;
}

.mat-45 {
  margin-top: 45px !important;
}

.mat-50 {
  margin-top: 50px !important;
}

.mat-55 {
  margin-top: 55px !important;
}

.mat-60 {
  margin-top: 60px !important;
}

.mat-65 {
  margin-top: 65px !important;
}

.mat-70 {
  margin-top: 70px !important;
}

.mat-75 {
  margin-top: 75px !important;
}

.mat-80 {
  margin-top: 80px !important;
}

.mat-85 {
  margin-top: 85px !important;
}

.mat-90 {
  margin-top: 90px !important;
}

.mat-95 {
  margin-top: 95px !important;
}

.mat-100 {
  margin-top: 100px !important;
}

.mat-105 {
  margin-top: 105px !important;
}

.mat-110 {
  margin-top: 110px !important;
}

.mat-115 {
  margin-top: 115px !important;
}

.mat-120 {
  margin-top: 120px !important;
}

.mat-125 {
  margin-top: 125px !important;
}

.mat-130 {
  margin-top: 130px !important;
}

.mat-135 {
  margin-top: 135px !important;
}

.mat-140 {
  margin-top: 140px !important;
}

.mat-145 {
  margin-top: 145px !important;
}

.mat-150 {
  margin-top: 150px !important;
}

.mat-155 {
  margin-top: 155px !important;
}

.mat-160 {
  margin-top: 160px !important;
}

.mat-165 {
  margin-top: 165px !important;
}

.mat-170 {
  margin-top: 170px !important;
}

.mat-175 {
  margin-top: 175px !important;
}

.mat-180 {
  margin-top: 180px !important;
}

.mat-185 {
  margin-top: 185px !important;
}

.mat-190 {
  margin-top: 190px !important;
}

.mat-195 {
  margin-top: 195px !important;
}

.mat-200 {
  margin-top: 200px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-105 {
  margin-bottom: 105px !important;
}

.mb-110 {
  margin-bottom: 110px !important;
}

.mb-115 {
  margin-bottom: 115px !important;
}

.mb-120 {
  margin-bottom: 120px !important;
}

.mb-125 {
  margin-bottom: 125px !important;
}

.mb-130 {
  margin-bottom: 130px !important;
}

.mb-135 {
  margin-bottom: 135px !important;
}

.mb-140 {
  margin-bottom: 140px !important;
}

.mb-145 {
  margin-bottom: 145px !important;
}

.mb-150 {
  margin-bottom: 150px !important;
}

.mb-155 {
  margin-bottom: 155px !important;
}

.mb-160 {
  margin-bottom: 160px !important;
}

.mb-165 {
  margin-bottom: 165px !important;
}

.mb-170 {
  margin-bottom: 170px !important;
}

.mb-175 {
  margin-bottom: 175px !important;
}

.mb-180 {
  margin-bottom: 180px !important;
}

.mb-185 {
  margin-bottom: 185px !important;
}

.mb-190 {
  margin-bottom: 190px !important;
}

.mb-195 {
  margin-bottom: 195px !important;
}

.mb-200 {
  margin-bottom: 200px !important;
}

.mab-0 {
  margin-bottom: 0px !important;
}

.mab-5 {
  margin-bottom: 5px !important;
}

.mab-10 {
  margin-bottom: 10px !important;
}

.mab-15 {
  margin-bottom: 15px !important;
}

.mab-20 {
  margin-bottom: 20px !important;
}

.mab-25 {
  margin-bottom: 25px !important;
}

.mab-30 {
  margin-bottom: 30px !important;
}

.mab-35 {
  margin-bottom: 35px !important;
}

.mab-40 {
  margin-bottom: 40px !important;
}

.mab-45 {
  margin-bottom: 45px !important;
}

.mab-50 {
  margin-bottom: 50px !important;
}

.mab-55 {
  margin-bottom: 55px !important;
}

.mab-60 {
  margin-bottom: 60px !important;
}

.mab-65 {
  margin-bottom: 65px !important;
}

.mab-70 {
  margin-bottom: 70px !important;
}

.mab-75 {
  margin-bottom: 75px !important;
}

.mab-80 {
  margin-bottom: 80px !important;
}

.mab-85 {
  margin-bottom: 85px !important;
}

.mab-90 {
  margin-bottom: 90px !important;
}

.mab-95 {
  margin-bottom: 95px !important;
}

.mab-100 {
  margin-bottom: 100px !important;
}

.mab-105 {
  margin-bottom: 105px !important;
}

.mab-110 {
  margin-bottom: 110px !important;
}

.mab-115 {
  margin-bottom: 115px !important;
}

.mab-120 {
  margin-bottom: 120px !important;
}

.mab-125 {
  margin-bottom: 125px !important;
}

.mab-130 {
  margin-bottom: 130px !important;
}

.mab-135 {
  margin-bottom: 135px !important;
}

.mab-140 {
  margin-bottom: 140px !important;
}

.mab-145 {
  margin-bottom: 145px !important;
}

.mab-150 {
  margin-bottom: 150px !important;
}

.mab-155 {
  margin-bottom: 155px !important;
}

.mab-160 {
  margin-bottom: 160px !important;
}

.mab-165 {
  margin-bottom: 165px !important;
}

.mab-170 {
  margin-bottom: 170px !important;
}

.mab-175 {
  margin-bottom: 175px !important;
}

.mab-180 {
  margin-bottom: 180px !important;
}

.mab-185 {
  margin-bottom: 185px !important;
}

.mab-190 {
  margin-bottom: 190px !important;
}

.mab-195 {
  margin-bottom: 195px !important;
}

.mab-200 {
  margin-bottom: 200px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pl-55 {
  padding-left: 55px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pl-65 {
  padding-left: 65px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pl-75 {
  padding-left: 75px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pl-85 {
  padding-left: 85px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.pl-95 {
  padding-left: 95px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.pl-105 {
  padding-left: 105px !important;
}

.pl-110 {
  padding-left: 110px !important;
}

.pl-115 {
  padding-left: 115px !important;
}

.pl-120 {
  padding-left: 120px !important;
}

.pl-125 {
  padding-left: 125px !important;
}

.pl-130 {
  padding-left: 130px !important;
}

.pl-135 {
  padding-left: 135px !important;
}

.pl-140 {
  padding-left: 140px !important;
}

.pl-145 {
  padding-left: 145px !important;
}

.pl-150 {
  padding-left: 150px !important;
}

.pl-155 {
  padding-left: 155px !important;
}

.pl-160 {
  padding-left: 160px !important;
}

.pl-165 {
  padding-left: 165px !important;
}

.pl-170 {
  padding-left: 170px !important;
}

.pl-175 {
  padding-left: 175px !important;
}

.pl-180 {
  padding-left: 180px !important;
}

.pl-185 {
  padding-left: 185px !important;
}

.pl-190 {
  padding-left: 190px !important;
}

.pl-195 {
  padding-left: 195px !important;
}

.pl-200 {
  padding-left: 200px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pr-55 {
  padding-right: 55px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pr-65 {
  padding-right: 65px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pr-75 {
  padding-right: 75px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pr-85 {
  padding-right: 85px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.pr-95 {
  padding-right: 95px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

.pr-105 {
  padding-right: 105px !important;
}

.pr-110 {
  padding-right: 110px !important;
}

.pr-115 {
  padding-right: 115px !important;
}

.pr-120 {
  padding-right: 120px !important;
}

.pr-125 {
  padding-right: 125px !important;
}

.pr-130 {
  padding-right: 130px !important;
}

.pr-135 {
  padding-right: 135px !important;
}

.pr-140 {
  padding-right: 140px !important;
}

.pr-145 {
  padding-right: 145px !important;
}

.pr-150 {
  padding-right: 150px !important;
}

.pr-155 {
  padding-right: 155px !important;
}

.pr-160 {
  padding-right: 160px !important;
}

.pr-165 {
  padding-right: 165px !important;
}

.pr-170 {
  padding-right: 170px !important;
}

.pr-175 {
  padding-right: 175px !important;
}

.pr-180 {
  padding-right: 180px !important;
}

.pr-185 {
  padding-right: 185px !important;
}

.pr-190 {
  padding-right: 190px !important;
}

.pr-195 {
  padding-right: 195px !important;
}

.pr-200 {
  padding-right: 200px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-65 {
  padding-top: 65px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-85 {
  padding-top: 85px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-95 {
  padding-top: 95px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pt-105 {
  padding-top: 105px !important;
}

.pt-110 {
  padding-top: 110px !important;
}

.pt-115 {
  padding-top: 115px !important;
}

.pt-120 {
  padding-top: 120px !important;
}

.pt-125 {
  padding-top: 125px !important;
}

.pt-130 {
  padding-top: 130px !important;
}

.pt-135 {
  padding-top: 135px !important;
}

.pt-140 {
  padding-top: 140px !important;
}

.pt-145 {
  padding-top: 145px !important;
}

.pt-150 {
  padding-top: 150px !important;
}

.pt-155 {
  padding-top: 155px !important;
}

.pt-160 {
  padding-top: 160px !important;
}

.pt-165 {
  padding-top: 165px !important;
}

.pt-170 {
  padding-top: 170px !important;
}

.pt-175 {
  padding-top: 175px !important;
}

.pt-180 {
  padding-top: 180px !important;
}

.pt-185 {
  padding-top: 185px !important;
}

.pt-190 {
  padding-top: 190px !important;
}

.pt-195 {
  padding-top: 195px !important;
}

.pt-200 {
  padding-top: 200px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-65 {
  padding-bottom: 65px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-85 {
  padding-bottom: 85px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-95 {
  padding-bottom: 95px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pb-105 {
  padding-bottom: 105px !important;
}

.pb-110 {
  padding-bottom: 110px !important;
}

.pb-115 {
  padding-bottom: 115px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

.pb-125 {
  padding-bottom: 125px !important;
}

.pb-130 {
  padding-bottom: 130px !important;
}

.pb-135 {
  padding-bottom: 135px !important;
}

.pb-140 {
  padding-bottom: 140px !important;
}

.pb-145 {
  padding-bottom: 145px !important;
}

.pb-150 {
  padding-bottom: 150px !important;
}

.pb-155 {
  padding-bottom: 155px !important;
}

.pb-160 {
  padding-bottom: 160px !important;
}

.pb-165 {
  padding-bottom: 165px !important;
}

.pb-170 {
  padding-bottom: 170px !important;
}

.pb-175 {
  padding-bottom: 175px !important;
}

.pb-180 {
  padding-bottom: 180px !important;
}

.pb-185 {
  padding-bottom: 185px !important;
}

.pb-190 {
  padding-bottom: 190px !important;
}

.pb-195 {
  padding-bottom: 195px !important;
}

.pb-200 {
  padding-bottom: 200px !important;
}

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

.relative-position {
  position: relative;
}

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

.primary {
  color: #076790;
}

.secondary {
  color: #53bf8e;
}

.divider {
  width: 100%;
  height: 1px;
  background-color: #ccc;
  margin: 20px 0;
}

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

.flex-list {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  align-items: center;
  height: 100%;
}
.flex-list > li {
  margin: 0 0.3rem;
}
.flex-list.column {
  flex-direction: column;
}
.flex-list.row {
  flex-direction: row;
}

.light {
  color: white;
}

.bold {
  font-weight: bold;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.justify-start {
  justify-content: flex-start;
}

.justify-center {
  justify-content: center;
}

.justify-end {
  justify-content: flex-end;
}

.hidden {
  display: none !important;
}

.uc-all {
  text-transform: uppercase !important;
}

.uc-none {
  text-transform: none !important;
}

.social-links a {
  font-size: 18px;
  margin-left: 15px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.social-links a:hover {
  color: #ebebeb;
}
.social-links.footer {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
@media only screen and (max-width: 767px) {
  .social-links.footer {
    justify-content: center;
    margin-top: 20px;
  }
}
.social-links.footer a {
  background-color: #53bf8e;
  color: white;
  display: block;
  width: 35px;
  height: 35px;
  margin-left: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.social-links.footer a:hover {
  background-color: #a0212b;
}

.sticky {
  top: 150px;
  position: sticky;
}

.owl-nav {
  padding-left: 4px;
  display: inline !important;
  float: left !important;
}
@media only screen and (max-width: 767px) {
  .owl-nav {
    margin: 0 auto 20px !important;
    display: table !important;
    float: none !important;
  }
}

.owl-nav button {
  width: 60px;
  height: 60px;
  background-color: #0081a4 !important;
  color: white !important;
  text-align: center;
  font-size: 2rem !important;
  padding: 10px;
  margin-right: 4px;
  margin-top: 10px;
  opacity: 0.5;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.owl-nav button:hover {
  background-color: #53bf8e !important;
  opacity: 1;
}

.dark {
  color: #28292c;
}

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

.tagcloud {
  line-height: 2.3;
}

.tagcloud a {
  color: #28292c;
  font-weight: 400;
  border: none;
  padding: 0.3rem 1rem;
  font-family: "Poppins";
  background-color: #ececec;
  font-size: 0.9rem !important;
  transition: all 0.3s ease;
  border-radius: 99px;
  -webkit-border-radius: 99px;
  -o-border-radius: 99px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.tagcloud a:hover {
  background-color: #53bf8e;
  color: white;
}

.error-message {
  padding: 0.7rem 1rem;
  background-color: #e86084;
  border: 1px solid #ba2c51;
  color: white;
  display: none;
  font-size: 1rem !important;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
}
.error-message.active {
  display: block;
}
.error-message > i.lds-dual-ring {
  top: 3px;
  margin: 0 5px 0 0;
}

.success-message {
  padding: 0.7rem 1rem;
  background-color: #3164f0;
  border: 1px solid #1d44af;
  color: white;
  display: none;
  font-size: 0.8rem;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
}
.success-message.active {
  display: block;
}
.success-message > i.lds-dual-ring {
  top: 3px;
  margin: 0 5px 0 0;
}

.owl-dots {
  display: none !important;
}

button:focus {
  outline: none;
}

/* Chrome scollbar */
/* width */
::-webkit-scrollbar {
  width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #222326;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #076790;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #b4810b;
}

.flex {
  display: flex;
}
.flex.space-between {
  justify-content: space-between;
}

.disable {
  opacity: 0.5;
  pointer-events: none;
}

/* (min-width: 1200px) and (max-width: 5000px) */
@media only screen and (min-width: 2000px) and (max-width: 5000px) {
  .hidden-hd {
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .laptop-hd {
    display: none;
  }
}
@media only screen and (min-width: 1440px) and (max-width: 2000px) {
  .hidden-xl {
    display: none;
  }
  .visible-md {
    display: none;
  }
  .visible-sm {
    display: none;
  }
}
/* (min-width: 991px) and (max-width: 1200px) */
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .hidden-lg {
    display: none;
  }
  .visible-md {
    display: none;
  }
  .visible-sm {
    display: none;
  }
}
/* (min-width: 767px) and (max-width: 991px) */
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .visible-md {
    display: block;
  }
  .hidden-md {
    display: none;
  }
  /* Mobile menu collapse */
  .nav,
  .nav::after {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #fff;
  }
  .nav::after {
    content: "";
    height: 68px;
    /* border-bottom: 1px solid #242424; */
  }
  .nav {
    visibility: hidden;
    opacity: 0;
    flex: none !important;
    overflow-y: auto;
    height: 100%;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  }
  .pm-nav {
    flex-direction: column;
    width: 100%;
  }
  .pm-nav > li {
    border-bottom: 1px solid #eee;
  }
  .pm-nav > li:first-child {
    border-top: 1px solid #eee;
  }
  .pm-nav > li:last-child {
    border-bottom: 0px solid #eee;
  }
  .pm-nav > li > span > a {
    color: black;
    display: block;
    text-align: center;
  }
  .pm-nav > li ul.sub-menu {
    left: 0px !important;
    top: 0px !important;
    border-radius: 0px;
    position: relative !important;
    min-width: 0;
    max-height: 0;
    padding: 0;
    visibility: hidden;
    opacity: 0;
    margin-top: 0;
  }
  .pm-nav li ul::before {
    border-width: 0px;
  }
}
/* (max-width: 767px) */
@media only screen and (max-width: 767px) {
  .hidden-sm {
    display: none;
  }
  .visible-sm {
    display: none;
  }
  /* Mobile menu collapse */
  .nav,
  .nav::after {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #fff;
  }
  .nav::after {
    content: "";
    height: 68px;
    /* border-bottom: 1px solid #242424; */
  }
  .nav {
    visibility: hidden;
    opacity: 0;
    flex: none !important;
    overflow-y: auto;
    height: 100%;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  }
  .pm-nav {
    flex-direction: column;
    width: 100%;
  }
  .pm-nav > li {
    border-bottom: 1px solid #eee;
  }
  .pm-nav > li:first-child {
    border-top: 1px solid #eee;
  }
  .pm-nav > li:last-child {
    border-bottom: 0px solid #eee;
  }
  .pm-nav > li > span > a {
    color: black;
    display: block;
    text-align: center;
  }
  .pm-nav > li ul.sub-menu {
    left: 0px !important;
    top: 0px !important;
    border-radius: 0px;
    position: relative !important;
    min-width: 0;
    max-height: 0;
    padding: 0;
    visibility: hidden;
    opacity: 0;
    margin-top: 0;
  }
  .pm-nav li ul::before {
    border-width: 0px;
  }
  .order-xs-0 {
    order: 0;
  }
  .order-xs-1 {
    order: 1;
  }
}
/* (max-width: 480px) */
@media (max-width: 480px) {
  .order-xs-0 {
    order: 0;
  }
  .order-xs-1 {
    order: 1;
  }
}
/* (max-width: 320px) */
footer {
  padding: 4rem 0;
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  footer {
    margin-top: 40px;
    background-color: rgb(247, 247, 247);
  }
}
@media only screen and (max-width: 767px) {
  footer {
    margin-top: 40px;
    background-color: rgb(247, 247, 247);
  }
}

#return_to_top {
  position: fixed;
  right: -100px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  z-index: 50;
  background-color: rgba(200, 200, 200, 0.8);
  transition: all 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
}
#return_to_top:hover {
  background-color: #53bf8e;
}

#return_to_top.active {
  right: 25px;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

#return_to_top::before {
  content: "";
  width: 3px;
  height: 12px;
  background-color: white;
  position: absolute;
  top: 14px;
  left: 15px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
  transform: rotate(40deg);
}

#return_to_top::after {
  content: "";
  width: 3px;
  height: 12px;
  background-color: white;
  position: absolute;
  top: 14px;
  right: 15px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
  transform: rotate(-40deg);
}

.footer-copyright {
  padding: 20px 0;
}
.footer-copyright p {
  font-size: 0.7rem;
  font-family: "Montserrat";
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .footer-copyright p {
    text-align: center;
  }
}

.pm-widget-footer.last {
  border-left: 1px solid #ccc;
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .pm-widget-footer.last {
    margin-top: 40px;
    border-left: 0px solid #ccc;
  }
}
@media only screen and (max-width: 767px) {
  .pm-widget-footer.last {
    margin-top: 40px;
    border-left: 0px solid #ccc;
  }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .divider.footer {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .divider.footer {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .site-footer .textwidget p {
    text-align: center;
  }
}

.water-quality-actions {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 10px;
  width: 190px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
}
.water-quality-actions a {
  margin: 0 3px !important;
}
.water-quality-actions.disable a {
  pointer-events: none;
  opacity: 0.5;
}

.header-wrapper {
  position: relative;
  z-index: 100;
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .header-wrapper {
    padding: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .header-wrapper {
    padding: 0px;
  }
}

header {
  padding: 10px 0;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
}

body.fixed-nav .header-wrapper {
  padding: 10px;
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  body.fixed-nav .header-wrapper {
    padding: 0px;
  }
}
@media only screen and (max-width: 767px) {
  body.fixed-nav .header-wrapper {
    padding: 0px;
  }
}

body.fixed-nav header {
  padding: 0;
}

body.fixed-nav header.site-header .container {
  background-color: white;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

.site-header {
  padding: 0px;
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .site-header .container {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .site-header .container {
    max-width: 100%;
  }
}

.hero-banner {
  margin-top: -225px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .hero-banner {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-banner {
    margin-top: 0px;
  }
}

.micro-header {
  position: relative;
  z-index: 1000;
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .micro-header {
    background-color: #076790;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .micro-header {
    background-color: #076790;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
  }
}
.micro-header a {
  color: white;
}
.micro-header .contact-info a {
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .micro-header .contact-info a {
    font-size: 13px;
  }
}

.micro-header-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background-color: #076790;
  padding: 10px 20px !important;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
}

body.fixed-nav .micro-header {
  display: none;
}

.mobile-nav-container {
  overflow-y: scroll;
  max-height: 500px;
}

.page-header {
  padding: 60px 0 180px;
  background-image: url("img/sub-header.jpg");
  background-position: center center;
  background-size: auto;
  margin-bottom: 40px;
  text-align: right;
  position: relative;
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .page-header {
    padding: 60px 0 100px;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .page-header {
    padding: 60px 0 100px;
    text-align: center;
  }
}
.page-header::after {
  content: url("img/header-border.svg");
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -10px;
  transform: scale(-1, 1);
}
.page-header h1 {
  color: white !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
  text-align: left;
}

.gl-btn {
  display: table;
  color: black !important;
  font-weight: bold;
  position: relative;
  margin: 1rem 0 0;
  padding: 0.7rem 1.2rem;
  text-decoration: none !important;
  text-align: center;
  color: white !important;
  font-family: "Open Sans";
  font-size: 16px !important;
  text-transform: uppercase;
  background-color: #076790;
  border-radius: 99px;
  -webkit-border-radius: 99px;
  -o-border-radius: 99px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  /* &::after {
         content: "";
         width: 100%;
         height: 100%;
         position: absolute;
         top: 0;
         left: 0;
         background: #fff775;
         z-index: 1;
         transform-origin: 0% 0%;
         opacity: 0;

         @include scale(0, 1);
         @include transition(all, 0.3s);
     }

     &:hover::after {
         opacity: 1;
         @include scale(1, 1);
     } */
}
.gl-btn:hover {
  color: black !important;
}
.gl-btn > span {
  position: relative;
  z-index: 2;
}
.gl-btn.add {
  color: white;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
}
.gl-btn.add > i {
  margin-top: 10px;
}
.gl-btn.remove {
  color: white;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  background-color: red;
}
.gl-btn.remove > i {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .gl-btn.hero {
    margin: 0 auto;
  }
}
.gl-btn.centered {
  margin: 0 auto;
}
.gl-btn.load-more {
  color: #28292c !important;
  font-family: "Open Sans" !important;
  font-weight: bold !important;
}
.gl-btn.cornered {
  margin: 0;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
}

.gl-btn:hover {
  color: white !important;
  background-color: #a4cb3a;
}

/* .gl-btn > i {
	position: absolute;
	top: 30%;
	right: 15px;
	opacity: 0;
	-webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.gl-btn:hover > i {
	right: 15px;
	opacity: 1;
} */
.gl-btn.animated:hover {
  padding-left: 20px;
  padding-right: 20px;
}

.action-btn {
  padding: 0.7rem 1.5rem;
  text-align: center;
  color: white !important;
  background-color: #076790;
  display: inline-block;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.action-btn.centered {
  margin: 0 auto;
}
.action-btn.alternate {
  background-color: #a4cb3a;
  color: black;
}
.action-btn.alternate:hover {
  background-color: #666;
  color: white !important;
}
.action-btn.alternate.inactive:hover {
  background-color: #00143f;
  color: black !important;
}
.action-btn.inactive:hover {
  cursor: default;
  background-color: #f04e50;
  color: white !important;
}
.action-btn:hover {
  color: white !important;
  background-color: #a4cb3a;
}
.action-btn.step__btn {
  display: none;
}
.action-btn.step__btn.active {
  display: inline-block;
}
.action-btn.disabled {
  opacity: 0.3;
}
.action-btn.remove {
  background-color: rgb(212, 32, 32);
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  border-radius: 99px;
  -webkit-border-radius: 99px;
  -o-border-radius: 99px;
}
.action-btn.remove:hover {
  background-color: rgb(170, 27, 27);
}

.textwidget a.action-btn {
  color: white !important;
}
.textwidget a.action-btn:hover {
  color: black !important;
  background-color: #f2b849;
}

.global-search-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3000;
  pointer-events: none;
  visibility: hidden;
  padding: 30px;
}
.global-search-container > .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #076790;
  opacity: 0;
  z-index: 1;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.global-search-container > .search-form {
  z-index: 10;
  display: flex;
  flex-direction: column;
  opacity: 0;
  position: relative;
  bottom: -40px;
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.global-search-container > .search-form input {
  width: 800px;
  padding: 20px 30px;
  border: none !important;
  border-radius: 99px;
  -webkit-border-radius: 99px;
  -o-border-radius: 99px;
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .global-search-container > .search-form input {
    width: 600px;
  }
}
@media only screen and (max-width: 767px) {
  .global-search-container > .search-form input {
    width: 450px;
  }
}
@media (max-width: 480px) {
  .global-search-container > .search-form input {
    width: 320px;
  }
}
.global-search-container > .search-form p {
  color: white;
  text-align: center;
  font-size: 2.5rem;
  line-height: 1.7;
}
.global-search-container > .search-form p > small {
  display: block;
  font-size: 1.7rem;
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .global-search-container > .search-form p > small {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .global-search-container > .search-form p > small {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .global-search-container > .search-form p {
    font-size: 2rem;
    margin-bottom: 20px !important;
  }
}
@media only screen and (max-width: 767px) {
  .global-search-container > .search-form p {
    font-size: 1.5rem;
    margin-bottom: 20px !important;
  }
}
.global-search-container > .search-close-btn {
  position: absolute;
  top: 0px;
  right: 40px;
  color: white;
  font-size: 24px;
  z-index: 20;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

input {
  outline: none !important;
}

body.display-search .global-search-container {
  pointer-events: inherit;
  visibility: visible;
}

body.display-search .global-search-container .search-close-btn {
  top: 40px;
  opacity: 1;
}

body.display-search .global-search-container .search-form {
  bottom: 0px;
  opacity: 1;
}

body.display-search .global-search-container #search_overlay {
  opacity: 0.97;
}

.pm_mailchimp_textfield {
  float: left !important;
  line-height: 20px !important;
  vertical-align: middle !important;
  box-sizing: border-box;
  box-shadow: none !important;
  margin-bottom: 5px;
  border: none;
  padding: 18px !important;
  font-family: "Montserrat";
  font-size: 0.9rem;
  margin-right: 3px;
  width: 86% !important;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .pm_mailchimp_textfield {
    width: 83% !important;
  }
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .pm_mailchimp_textfield {
    width: 100% !important;
  }
}
@media only screen and (max-width: 767px) {
  .pm_mailchimp_textfield {
    width: 100% !important;
  }
}
@media (max-width: 480px) {
  .pm_mailchimp_textfield {
    width: 100% !important;
  }
}

.pm_mailchimp_textfield.Light {
  background-color: white !important;
  color: #2a2a2a !important;
}

.pm_mailchimp_textfield.Dark {
  background-color: #292929 !important;
  color: white !important;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.pm_mailchimp_textfield.Dark:focus {
  background-color: #0b0d11 !important;
}

.pm_mailchimp_textfield::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgb(189, 189, 189);
  opacity: 1;
  /* Firefox */
}

.pm_mailchimp_textfield::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgb(189, 189, 189);
  opacity: 1;
  /* Firefox */
}

.pm-mailchimp-btn {
  width: auto;
  height: auto;
  display: inline;
  background-color: #a7a7a7;
  min-width: 100px;
  display: inline-block;
  padding: 7px 14px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  color: white;
  margin: 10px 0px;
  text-align: center;
  border: 0px solid white;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.pm-mailchimp-unsub-btn,
.pm-mailchimp-unsub-btn a {
  font-family: inherit !important;
  font-size: 12px !important;
}

.pm-mailchimp-unsub-btn.Light,
.pm-mailchimp-unsub-btn.Light a {
  color: white;
}

.pm-mailchimp-unsub-btn.Light a:hover {
  color: #b1b1b1;
}

.pm-mailchimp-unsub-btn.Dark,
.pm-mailchimp-unsub-btn.Dark a {
  color: #2a2a2a;
}

.pm-mailchimp-unsub-btn.Dark a:hover {
  color: #111111;
}

.input-subscribe {
  display: table;
  color: white !important;
  font-weight: bold;
  max-width: 200px;
  position: relative;
  margin: 1rem 0 0;
  padding: 1rem 1rem;
  text-decoration: none !important;
  border: none;
  font-family: "Poppins";
  text-transform: uppercase;
  background-color: #1ca4ea;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.input-subscribe:hover {
  background-color: #1788c0;
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .input-subscribe {
    width: 100% !important;
    max-width: 100% !important;
  }
}
@media only screen and (max-width: 767px) {
  .input-subscribe {
    margin: 0;
    width: 100% !important;
    max-width: 100% !important;
  }
}
@media (max-width: 480px) {
  .input-subscribe {
    width: 100% !important;
    max-width: 100% !important;
  }
}

@media only screen and (max-width: 767px) {
  #mt_subscribe_form {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  #mt_subscribe_form {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.footer-newsletter {
  background-color: #4a4a4a;
  padding: 30px 0;
}
.footer-newsletter h6 {
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.1rem;
  font-family: "Poppins";
}
.footer-newsletter p {
  color: white;
  font-family: "Poppins";
  font-size: 1rem;
}

#mt_subscribe_result {
  text-align: left;
  padding: 10px 0 0;
  color: #a4cb3a;
  font-size: 0.8rem;
}

.nf-form-content {
  padding: 0px !important;
  max-width: 100% !important;
}

.global-contact-form input::-moz-placeholder, .global-contact-form textarea::-moz-placeholder {
  color: rgb(194, 194, 194) !important;
}

.global-contact-form input::placeholder,
.global-contact-form textarea::placeholder {
  color: rgb(194, 194, 194) !important;
}

.nf-form-content .list-select-wrap .nf-field-element > div,
.nf-form-content input:not([type=button]),
.nf-form-content textarea {
  color: rgb(194, 194, 194) !important;
}

.global-contact-form input,
.global-contact-form textarea {
  background-color: #2f4753 !important;
  border: none !important;
  border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  -o-border-radius: 4px !important;
}

.global-contact-form input:focus,
.global-contact-form textarea:focus {
  background-color: #31596d !important;
  border: none !important;
  color: white !important;
}

#ninja_forms_required_items,
.nf-field-container {
  margin-bottom: 5px !important;
}

.nf-error .nf-error-msg {
  color: #e80000;
  font-size: 12px !important;
  font-family: "Poppins" !important;
}

.nf-error-msg.nf-error-field-errors {
  display: none !important;
}

.nf-pass.field-wrap .nf-field-element:after {
  color: #00eb00 !important;
}

.nf-response-msg {
  margin-top: 20px;
}
.nf-response-msg p {
  color: #076790 !important;
  font-weight: 600 !important;
}

/* input[type="button"] {
	background-color: $secondaryColor !important;
	color: white !important;
	font-family: "Open Sans";
	text-transform: uppercase;
	font-weight: bold;
	padding: 0 40px !important;
	letter-spacing: 1px !important;

	&:hover {
		background-color: #b11522 !important;
		cursor: pointer;
	}
} */
.news-template-header {
  height: 60vh;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: fixed;
  padding: 1rem;
}
.news-template-header.blog > span {
  background-color: rgba(0, 0, 0, 0.5);
}
.news-template-header > span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
.news-template-header > h1 {
  color: white;
  font-size: 4vw;
  font-weight: 500;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .news-template-header > h1 {
    font-size: 6vw;
  }
}
@media (max-width: 480px) {
  .news-template-header > h1 {
    font-size: 7vw;
  }
}
.news-template-header > p {
  position: relative;
  z-index: 50;
  text-align: center;
}
.news-template-header.global > p {
  font-size: 2vw;
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .news-template-header.global > p {
    font-size: 3vw;
  }
}
@media only screen and (max-width: 767px) {
  .news-template-header.global > p {
    font-size: 4vw;
  }
}
@media (max-width: 480px) {
  .news-template-header.global > p {
    font-size: 6vw;
  }
}

#news_posts {
  background-color: white;
  padding: 3rem;
  color: black;
}
@media only screen and (max-width: 767px) {
  #news_posts {
    padding: 1rem;
  }
}

.global-search {
  position: relative;
  display: flex;
  flex-direction: row;
  z-index: 50;
  margin-top: 30px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
@media (max-width: 480px) {
  .global-search {
    flex-direction: column;
    width: 100%;
    padding: 1rem;
    margin-bottom: 0;
    margin-top: 0;
  }
}
.global-search > form {
  display: flex;
  flex-direction: row;
}
@media (max-width: 480px) {
  .global-search > form {
    width: 100%;
  }
}
.global-search > form > input[type=text] {
  margin-right: 0;
  width: 40vw;
  background-color: white;
  height: 40px;
  border-radius: 99px;
  -webkit-border-radius: 99px;
  -o-border-radius: 99px;
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .global-search > form > input[type=text] {
    width: 50vw;
  }
}
@media only screen and (max-width: 767px) {
  .global-search > form > input[type=text] {
    width: 50vw;
  }
}
@media (max-width: 480px) {
  .global-search > form > input[type=text] {
    width: 90%;
    margin-bottom: 5px;
  }
}
.global-search > form > input[type=submit] {
  margin-left: 0;
  top: 0px;
  border: none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
}
@media (max-width: 480px) {
  .global-search > form > input[type=submit] {
    width: 100%;
    margin-left: 2px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
  }
}

.posts-container {
  max-width: 1440px;
  display: flex;
  flex-flow: row wrap;
  z-index: 100;
  position: relative;
}
.posts-container.archive {
  margin: 0px auto;
}

.posts {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}

.owl-carousel .ln-blog-post-card {
  width: 98%;
  box-shadow: none;
}
@media only screen and (max-width: 767px) {
  .owl-carousel .ln-blog-post-card {
    min-height: 350px;
  }
}

.archive-post .ln-blog-post-card {
  width: 100%;
  margin: 0 0 30px;
}

.ln-blog-post-card {
  background-color: #f3f3f3 !important;
  overflow: hidden;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  width: 31%;
  min-height: 450px;
  margin: 1%;
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
}
.ln-blog-post-card.proposal > .featured-image > span, .ln-blog-post-card.announcement > .featured-image > span {
  display: none;
}
@media only screen and (max-width: 767px) {
  .ln-blog-post-card.proposal > .featured-image > span, .ln-blog-post-card.announcement > .featured-image > span {
    display: block;
  }
}
.ln-blog-post-card > .featured-image {
  width: 100%;
  height: 230px;
  overflow: hidden;
  position: relative;
}
.ln-blog-post-card > .featured-image > img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ln-blog-post-card > .featured-image > span {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.97;
  background: linear-gradient(to bottom, rgba(35, 52, 145, 0) 15%, rgb(35, 52, 145) 60%);
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .ln-blog-post-card {
    margin-bottom: 30px;
    height: auto;
    width: 48%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .ln-blog-post-card {
    margin-bottom: 30px;
    height: auto;
    width: 48%;
  }
}
@media only screen and (max-width: 767px) {
  .ln-blog-post-card {
    margin-bottom: 30px;
    height: auto;
    width: 100%;
    min-height: 300px;
    display: flex;
  }
}

.ln-blog-post-card.proposal .blog-meta,
.ln-blog-post-card.announcement .blog-meta {
  bottom: auto;
  left: 0;
  top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ln-blog-post-card.proposal .blog-meta .post-url,
.ln-blog-post-card.announcement .blog-meta .post-url {
  font-size: 1.7rem;
  font-weight: bold;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .ln-blog-post-card.proposal .blog-meta .post-url,
  .ln-blog-post-card.announcement .blog-meta .post-url {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .ln-blog-post-card.proposal .blog-meta .post-url,
  .ln-blog-post-card.announcement .blog-meta .post-url {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .ln-blog-post-card.proposal .blog-meta .post-url,
  .ln-blog-post-card.announcement .blog-meta .post-url {
    font-size: 1.2rem;
  }
}

.blog-meta {
  padding: 2rem;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .blog-meta {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}
.blog-meta .date-published {
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.3;
  color: #2b2b2b;
  font-size: 0.8rem;
  font-family: "Poppins";
  display: block;
}
.blog-meta .date-published .bullet {
  font-family: "Arial";
  line-height: 0;
  margin: 0 3px;
}
.blog-meta .category {
  display: inline-block;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 0.8rem;
  font-family: "Poppins";
  color: #2b2b2b;
  text-decoration: none;
  color: #076790;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.blog-meta .category:hover {
  color: #53bf8e;
}
.blog-meta .post-url {
  display: block;
  margin-bottom: 10px;
  color: #076790;
  font-family: "Montserrat";
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.3;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .blog-meta .post-url {
    font-size: 1.1rem;
  }
}
.blog-meta .post-url:hover {
  color: #53bf8e;
}
.blog-meta .tag-line {
  color: black;
  padding: 0;
  margin: 0;
}
.blog-meta .excerpt {
  color: #2b2b2b;
  font-size: 0.8rem;
  font-family: "Montserrat";
  font-weight: 500;
}
.blog-meta .read-more {
  text-transform: uppercase;
  color: white;
  font-weight: bold;
  font-size: 0.8rem;
  border: none;
  position: relative;
  text-decoration: none !important;
  margin: 20px 0 0;
  padding: 0.6rem 1.5rem !important;
  display: inline-block;
  overflow: hidden;
  letter-spacing: 0.5px;
  background-color: #53bf8e;
  font-family: "Poppins";
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.blog-meta .read-more:hover {
  background-color: #555;
  color: white !important;
}

.nf-newsletter-signup {
  display: flex;
  flex-direction: row;
  background-color: #2b2c30;
  padding: 3rem 4rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  width: 100%;
  margin: 3% 2% 3% 1%;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .nf-newsletter-signup {
    margin: 5px 5px 25px 5px;
    background-size: cover;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .nf-newsletter-signup {
    margin: 5px 5px 25px 5px;
    background-size: cover;
    flex-direction: column;
    padding: 2rem;
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .nf-newsletter-signup {
    margin: 5px 5px 30px 5px;
  }
}
.nf-newsletter-signup > span {
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  visibility: hidden;
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .nf-newsletter-signup > span {
    visibility: visible;
  }
}
@media only screen and (max-width: 767px) {
  .nf-newsletter-signup > span {
    visibility: visible;
  }
}
.nf-newsletter-signup > .left-col {
  width: 55%;
  padding-right: 2rem;
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .nf-newsletter-signup > .left-col {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .nf-newsletter-signup > .left-col {
    width: 100%;
    margin: 0 0 2rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-right: 0;
  }
}
.nf-newsletter-signup > .left-col h6 {
  font-size: 2.2rem;
  font-family: "Barlow";
  text-transform: none;
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .nf-newsletter-signup > .left-col h6 {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .nf-newsletter-signup > .left-col h6 {
    font-size: 1.5rem;
  }
}
.nf-newsletter-signup > .left-col p {
  font-size: 1.3rem;
  line-height: 1.5;
  font-family: "Montserrat";
  font-weight: 400;
  margin: 0;
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .nf-newsletter-signup > .left-col p {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .nf-newsletter-signup > .left-col p {
    font-size: 1rem;
  }
}
.nf-newsletter-signup > .right-col {
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .nf-newsletter-signup > .right-col {
    width: 100%;
  }
}

#nf_newsletter_form {
  display: flex;
  flex-direction: row;
  line-height: 0;
}
@media (max-width: 480px) {
  #nf_newsletter_form {
    flex-direction: column;
  }
}
#nf_newsletter_form .pm_mailchimp_textfield {
  width: 75% !important;
  margin: 0 5px 0 0;
}
@media (max-width: 480px) {
  #nf_newsletter_form .pm_mailchimp_textfield {
    width: 100% !important;
  }
}
#nf_newsletter_form .input-subscribe {
  margin-top: 1px;
}
@media (max-width: 480px) {
  #nf_newsletter_form .input-subscribe {
    margin-top: 10px;
    padding: 1.5rem !important;
  }
}

.post-load-more {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 20px 0 0;
}
.post-load-more .posts-count {
  margin: 0 0 1rem;
}

.wp-pagination {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  margin: 1.2rem 2% 0;
  color: #fff;
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .wp-pagination {
    margin: 0 4% 0;
  }
}
@media only screen and (max-width: 767px) {
  .wp-pagination {
    margin: 0 5% 0;
  }
}
.wp-pagination > a {
  padding: 0.5rem 1rem;
  border: 1px solid #ccc;
  color: #222;
  font-size: 0.9rem;
  text-decoration: none;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.wp-pagination > a:hover {
  background-color: #aaa;
  border: 1px solid #aaa;
  color: white !important;
}

#search_submit_btn {
  background-color: #a4cb3a;
  width: 40px;
  height: 40px;
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
}
#search_submit_btn:hover {
  background-color: #c9b042;
}

.social-list {
  display: flex;
  flex-direction: row;
}
.social-list b {
  font-family: "Poppins";
}
.social-list a {
  background-color: #53bf8e;
  display: block;
  width: 22px;
  height: 22px;
  font-size: 12px;
  color: white;
  margin-right: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.social-list a:hover {
  background-color: #076790;
}
.social-list.single-post {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 15px;
  padding-bottom: 15px;
  margin-top: 30px;
  align-items: center;
}
.social-list.single-post a {
  background-color: #53bf8e;
  display: block;
  width: 40px;
  height: 40px;
  font-size: 18px;
  color: white;
  margin-right: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 99px;
  -webkit-border-radius: 99px;
  -o-border-radius: 99px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.social-list.single-post a:hover {
  background-color: #30548b;
}

.meta-links p {
  color: white;
  font-size: 0.8rem;
  font-family: "Montserrat";
}

/* .bulletins-carousel-container {
	padding: 20px;
} */
.owl-carousel .owl-stage-outer {
  padding: 10px 0 !important;
}

.bulletins-carousel-container > a {
  background-color: #076790;
  padding: 15px 30px;
  text-transform: uppercase;
  color: white;
  text-align: center;
  font-family: "Poppins";
  font-size: 1rem;
  font-weight: bold;
  float: right;
  position: relative;
  top: 20px;
  position: relative;
  z-index: 400;
  border-radius: 99px;
  -webkit-border-radius: 99px;
  -o-border-radius: 99px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.bulletins-carousel-container > a:hover {
  background-color: #53bf8e;
}
@media only screen and (max-width: 767px) {
  .bulletins-carousel-container > a {
    float: none;
    top: 0px;
    margin: 0 auto;
    display: table;
  }
}

/* Testimonials */
.testimonial-post {
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 767px) {
  .testimonial-post {
    flex-direction: column;
  }
}
.testimonial-post > div {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .testimonial-post > div {
    width: 100%;
  }
}
.testimonial-post > .avatar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .testimonial-post > .avatar {
    padding: 0 20px 20px;
  }
}
.testimonial-post > .avatar > p.name {
  font-size: 36px;
  font-family: "Barlow";
  color: #53bf8e;
  margin-bottom: 0px;
}
.testimonial-post > .avatar > p.title {
  font-family: "Poppins";
  margin-bottom: 0px;
}
.testimonial-post > .avatar > .thumb {
  width: 200px;
  height: 200px;
  overflow: hidden;
  border: 10px solid #d9e2ee;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
}
.testimonial-post > .testimonial {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-left: 4px solid #dddddd;
  padding: 40px;
}
@media only screen and (max-width: 767px) {
  .testimonial-post > .testimonial {
    border-left: 0px solid #dddddd;
    padding: 0px 40px;
  }
}

.testimonials-carousel-container .owl-nav {
  padding-left: 4px;
  display: flex;
  justify-content: center;
  padding-top: 50px;
}
@media only screen and (max-width: 767px) {
  .testimonials-carousel-container .owl-nav {
    padding-top: 0px;
  }
}

/* Board Profile */
.board-member-post {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.board-member-post > .avatar {
  width: 220px;
  height: 220px;
  overflow: hidden;
  border: 10px solid #d9e2ee;
  margin-bottom: 20px;
  display: flex;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
}
.board-member-post > .avatar > img {
  width: 100%;
}
.board-member-post p {
  text-align: center;
  font-family: "Poppins";
  margin-bottom: 0px;
}
.board-member-post p.name {
  font-family: "Barlow";
  font-size: 2rem;
  color: #53bf8e;
  margin-bottom: 0px;
}
.board-member-post p.official-title {
  font-family: "Barlow";
  font-size: 1.2rem;
  color: #53bf8e;
  margin-bottom: 10px;
}
.board-member-post .social-list {
  border-bottom: none;
  margin-top: 10px;
}
.board-member-post .social-list a {
  margin: 0 3px;
}

.webinar-list {
  list-style: disc;
}
.webinar-list.quick-links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.webinar-list.quick-links > li {
  padding: 0;
  margin-bottom: 5px;
  line-height: 1.4;
}

.member-docs {
  list-style: disc;
}
.member-docs > li {
  padding: 0;
  margin-bottom: 5px;
  line-height: 1.4;
}

.board-docs > li,
.members-docs > li {
  padding: 0;
  margin-bottom: 15px;
  line-height: 1.4;
}
.board-docs > li i,
.members-docs > li i {
  background-color: #076790;
  color: white;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  padding-top: 6px;
  margin-right: 10px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
}

.blog-post header {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  background-color: #28292c;
  max-height: 100vh;
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .blog-post header {
    max-height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .blog-post header {
    max-height: auto;
  }
}
.blog-post header .blog-featured-image {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.blog-post header .blog-featured-image > img {
  width: 100%;
}
.blog-post header .blog-featured-image .blog-info {
  width: 100%;
  padding: 3rem;
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .blog-post header .blog-featured-image .blog-info {
    position: relative;
    background-color: inherit;
    padding: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .blog-post header .blog-featured-image .blog-info {
    position: relative;
    background-color: inherit;
    padding: 2rem;
  }
}
.blog-post header .blog-featured-image .blog-info > p {
  margin-top: 10px;
  padding-top: 0;
  text-align: center;
}
.blog-post header .blog-featured-image .blog-info > h5 {
  margin-bottom: 0px;
  text-align: center;
}
.blog-post header .blog-featured-image .blog-info > h5 > a {
  font-size: 2rem;
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .blog-post header .blog-featured-image .blog-info > h5 > a {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .blog-post header .blog-featured-image .blog-info > h5 > a {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .blog-post header .blog-featured-image .blog-info > h5 > a {
    font-size: 1.2rem;
  }
}

.read-article {
  border: 1px solid #076790;
  padding: 1rem 2rem;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Titillium Web";
  font-weight: 600;
  color: white;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.read-article:hover {
  padding: 1rem 3rem;
  background-color: #076790;
  color: black !important;
}

.posts-navigation {
  width: 40px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  padding: 0 2rem;
  color: #076790;
  font-size: 20px;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.posts-navigation > i {
  z-index: 20;
  position: relative;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.posts-navigation.prev > i {
  left: 0;
}
.posts-navigation.next > i {
  right: 0;
}
.posts-navigation > span {
  font-size: 14px;
  z-index: 10;
  opacity: 0;
  display: none;
  max-width: 80px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.posts-navigation:hover {
  padding: 0 1rem;
  width: 120px;
}
.posts-navigation:hover::before {
  background-color: #1b1b1d;
}
.posts-navigation:hover > i {
  opacity: 0;
}
.posts-navigation:hover.prev > i {
  left: 20px;
}
.posts-navigation:hover.next > i {
  right: 20px;
}
.posts-navigation:hover > span {
  display: inline-block;
  opacity: 1;
  color: white;
}
.posts-navigation::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.posts-navigation.prev {
  left: 0px;
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .posts-navigation.prev {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .posts-navigation.prev {
    display: none;
  }
}

.posts-navigation.next {
  right: 0px;
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .posts-navigation.next {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .posts-navigation.next {
    display: none;
  }
}

.blog-post .body {
  display: flex;
  flex-direction: row;
  max-width: 1440px;
  margin: 0 auto;
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .blog-post .body {
    flex-direction: column;
    padding: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .blog-post .body {
    flex-direction: column;
    padding: 2rem;
  }
}
.blog-post .body .left-col {
  width: 75%;
  padding-right: 2rem;
  border-right: 1px dashed #ccc;
}
.blog-post .body .left-col figure {
  width: 100% !important;
  height: auto;
}
.blog-post .body .left-col figure img {
  width: 100% !important;
  height: auto;
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .blog-post .body .left-col {
    width: 100%;
    border: none;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .blog-post .body .left-col {
    width: 100%;
    border: none;
    padding-right: 0;
  }
}
.blog-post .body .right-col {
  width: 25%;
  padding-left: 2rem;
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .blog-post .body .right-col {
    width: 100%;
    padding-left: 0;
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .blog-post .body .right-col {
    width: 100%;
    padding-left: 0;
    margin-top: 2rem;
  }
}
.blog-post .body p {
  color: #28292c;
  font-size: 1rem;
}
.blog-post .body p a {
  color: #076790 !important;
}

p.post-date {
  font-size: 0.8rem;
}

.post-image {
  border: 6px solid rgb(238, 238, 238);
}

.blog-tags {
  display: flex;
  flex-direction: row;
}
.blog-tags ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 767px) {
  .blog-tags ul {
    flex-direction: column;
  }
  .blog-tags ul > li:first-child {
    margin-bottom: 10px;
  }
  .blog-tags ul > li:nth-child(2) {
    display: flex;
    flex-flow: row wrap;
  }
  .blog-tags ul > li:nth-child(2) a {
    margin: 0 3px 5px;
  }
}
.blog-tags ul > li {
  margin-right: 5px;
  color: #28292c;
  font-weight: bold;
}
.blog-tags ul > li > a {
  color: #28292c;
  font-weight: 400;
  border: none;
  padding: 0.3rem 1rem;
  margin: 0 0.1rem;
  font-family: "Poppins";
  background-color: #ececec;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  border-radius: 99px;
  -webkit-border-radius: 99px;
  -o-border-radius: 99px;
}
@media only screen and (max-width: 767px) {
  .blog-tags ul > li > a {
    font-size: 2.5vw;
  }
}
@media (max-width: 480px) {
  .blog-tags ul > li > a {
    font-size: 3vw;
  }
}
.blog-tags ul > li > a:hover {
  background-color: #53bf8e;
  color: white !important;
}

.category-tags b {
  font-family: "Poppins";
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .category-tags {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .category-tags {
    margin-top: 20px;
  }
}

.category-tags a {
  color: #28292c;
  font-weight: 400;
  border: none;
  padding: 0.3rem 1rem;
  margin: 0 0.1rem;
  font-family: "Poppins";
  background-color: #ececec;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  border-radius: 99px;
  -webkit-border-radius: 99px;
  -o-border-radius: 99px;
}
.category-tags a:hover {
  background-color: #53bf8e;
  color: white !important;
}
@media only screen and (max-width: 767px) {
  .category-tags a {
    font-size: 2.5vw;
  }
}
@media (max-width: 480px) {
  .category-tags a {
    font-size: 3vw;
  }
}

.blog-post-navigation {
  margin-top: 1rem;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.blog-post-navigation.flex-end {
  justify-content: flex-end;
}
.blog-post-navigation > a.prev-post-link > span {
  margin-left: 5px;
}
.blog-post-navigation > a.prev-post-link:hover span {
  margin-left: 20px;
  margin-right: 2px;
}
.blog-post-navigation > a {
  color: #373738;
  border: 2px solid #ccc;
  padding: 8px 14px;
  font-size: 0.9rem;
  font-family: "Poppins";
  font-weight: 500;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
}
.blog-post-navigation > a > span {
  margin-right: 5px;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.blog-post-navigation > a:hover span {
  margin-right: 20px;
}

.wp-caption-text {
  color: #28292c;
  font-size: 13px;
  font-style: italic;
}

figure {
  margin: 0 !important;
  padding: 2rem 0;
}

.post-views > p {
  line-height: 0;
}
.post-views > p > img {
  width: 20px;
  position: relative;
  top: 5px;
}

.tags-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .tags-container {
    flex-direction: column;
    align-items: flex-start;
  }
}

#sidebar_menu {
  width: 80px;
  background-color: #2b2c30;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 500;
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  #sidebar_menu {
    width: 100%;
    height: 80px;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
}
@media only screen and (max-width: 767px) {
  #sidebar_menu {
    width: 100%;
    height: 80px;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  #sidebar {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  #sidebar {
    margin-top: 40px;
  }
}
#sidebar > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#sidebar > ul > li {
  margin-bottom: 10px;
  position: relative;
}
#sidebar > ul > li > a {
  color: #28292c;
  font-size: 15px;
}
#sidebar > ul > ul {
  list-style: disc;
  margin-bottom: 30px;
  margin-left: 0px;
  padding-left: 20px;
}
#sidebar > ul > ul > li > a {
  color: #28292c;
  font-size: 15px;
}
#sidebar > ul > ul > li > a:hover {
  color: #53bf8e;
}

.pm-symbol {
  margin: 30px 0 0;
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .pm-symbol {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .pm-symbol {
    margin: 0;
  }
}

.menu-btn {
  margin: 40px 0 0;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .menu-btn {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .menu-btn {
    margin: 0;
  }
}

.menu-btn a {
  text-transform: uppercase;
  font-family: "Poppins";
  font-size: 12px;
  color: #9e9e9e;
  position: relative;
  z-index: 100;
}

.hamburger-btn {
  position: relative;
  width: 100%;
  height: 17px;
  padding-top: 7px;
  transition: transform 0.15s;
  z-index: 6;
}

.hamburger-btn span {
  display: block;
  height: 2px;
  background-color: #076790;
  transition: width 0.3s, top 0.15s, bottom 0.15s, border-radius 0.15s, transform 0.15s, opacity 0.15s, background 0.3s;
}

.hamburger-btn span {
  position: absolute;
  width: 100%;
  left: 0;
}

.hamburger-btn span:first-child {
  bottom: 14px;
  width: 26px;
}

.hamburger-btn span:last-child {
  top: 14px;
  width: 13px;
}

body.nav-visible .hamburger-btn span:first-child {
  bottom: 13px;
  width: 13px;
  transform: translateY(0px) translateX(10px) rotate(45deg);
  transition: height 0.3s, top 0.3s, bottom 0.3s, border-radius 0.15s, opacity 0.15s, background 0.3s;
}

body.nav-visible .hamburger-btn span:last-child {
  top: 9px;
  transform: translateY(0px) translateX(10px) rotate(-45deg);
  transition: height 0.3s, top 0.3s, bottom 0.3s, border-radius 0.15s, opacity 0.15s, background 0.3s;
}

.global-share {
  width: 80px;
  height: 73px;
  background-color: #076790;
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .global-share {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .global-share {
    display: none;
  }
}

.global-share .share-icon {
  opacity: 1;
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}

.global-share.active .share-icon {
  opacity: 0;
}

.global-share:hover {
  background-color: #0a81b4;
}

.global-share .pop-tip {
  left: 0;
  top: -45px;
  font-family: "Titillium Web";
}

.global-share:hover .pop-tip {
  opacity: 1;
}

.global-share:hover .pop-tip::before {
  transform: scale(1, 1);
}

.share-close-icon {
  position: absolute;
  width: 2px;
  height: 40px;
  top: 40%;
  opacity: 0;
}

.global-share.active .share-close-icon {
  opacity: 1;
}

.share-close-icon::before {
  content: "";
  width: 2px;
  height: 16px;
  background-color: white;
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(0deg);
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.global-share.active .share-close-icon::before {
  transform: rotate(45deg);
}

.share-close-icon::after {
  content: "";
  width: 2px;
  height: 16px;
  background-color: white;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(0deg);
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.global-share.active .share-close-icon::after {
  transform: rotate(-45deg);
}

.pop-tip {
  width: 100%;
  height: auto;
  padding: 15px 10px;
  text-align: center;
  font-size: 10px;
  color: white;
  position: absolute;
  left: 0;
  top: 0;
  letter-spacing: 1px;
  text-transform: uppercase;
  overflow: hidden;
  opacity: 0;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.pop-tip span {
  position: relative;
  z-index: 10;
}

.pop-tip::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #1c1d20;
  z-index: 1;
  transform-origin: 0 0;
  transform: scale(0, 1);
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.sidebar-social-links {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 150px;
  left: auto;
  right: auto;
  margin: 0 auto;
  list-style: none;
  padding: 0;
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .sidebar-social-links {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .sidebar-social-links {
    display: none;
  }
}

.sidebar-social-links li:hover::before {
  height: 100%;
}

.sidebar-social-links::before {
  content: url("img/dot-divider.png");
  position: absolute;
  top: -30px;
  width: 3px;
  left: 50%;
}

.sidebar-social-links a {
  border: 1px solid #5a5b5c;
  width: 43px;
  height: 43px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px 0;
  line-height: 1;
  font-size: 15px;
  color: #5f5f61;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.sidebar-social-links a:hover {
  border: 1px solid #076790;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

label {
  display: block;
  font-size: 16px;
  font-family: "Poppins";
  margin-bottom: 10px;
}

.checkbox-entry label {
  margin-bottom: 0px !important;
}

input[type=button] {
  background-color: #a4cb3a;
  color: white;
  height: 50px;
  border: none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
input[type=button]:hover {
  background-color: #87a731;
}

input[type=text]:-moz-read-only {
  background-color: transparent !important;
  border: none !important;
}

input[type=text]:read-only {
  background-color: transparent !important;
  border: none !important;
}

input[type=text]:-moz-read-only:focus {
  background-color: transparent !important;
  color: inherit !important;
}

input[type=text]:read-only:focus {
  background-color: transparent !important;
  color: inherit !important;
}

textarea {
  width: 100%;
  padding: 8px 16px 8px;
  border: 1px solid #b9b9b9 !important;
  border-radius: 5px;
  font-size: 14px;
  color: rgb(46, 46, 46) !important;
  background-color: #e0f1ff;
  margin-bottom: 15px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

input[type=text],
input[type=password] {
  width: 100%;
  padding: 8px 16px 8px;
  border: 1px solid #b9b9b9 !important;
  border-radius: 5px;
  font-size: 14px;
  height: 50px;
  margin: 0 0 1rem;
  color: rgb(46, 46, 46) !important;
  background-color: #e0f1ff;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

select {
  margin: 0 0 1rem !important;
  border: 1px solid #b9b9b9 !important;
  background-color: #e0f1ff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
}

select.extra-padding {
  padding: 15px 16px 8px !important;
}

::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgb(133, 133, 133);
  opacity: 1;
  /* Firefox */
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgb(133, 133, 133);
  opacity: 1;
  /* Firefox */
}

input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
  background-color: #4f8192 !important;
  color: white !important;
}

input[type=text].fneaa-search-input:focus,
#searchform input[type=text]:focus {
  background-color: rgb(228, 228, 228) !important;
  color: black !important;
}

input[type=text]:focus::-moz-placeholder {
  color: #ccc;
}

input[type=text]:focus::placeholder {
  color: #ccc;
}

textarea {
  padding: 8px 16px 8px;
  border: 1px solid #e8e8e8;
  width: 100%;
  transition: all 0.3s;
}

select {
  padding: 8px 16px 8px;
  border: 1px solid #e8e8e8;
  margin: 0 0 3px;
}

/* Login Form */
.login-form-container {
  max-width: 600px;
  margin: 0 auto;
}

.login-username > label,
.login-password > label {
  display: block;
  text-align: left;
}

.login-username > input,
.login-password > input {
  border: 1px solid #ccc;
}

.login-submit input[type=submit] {
  height: auto;
  line-height: 20px;
  padding: 13px;
  float: none;
  width: 100%;
  border: none !important;
  background-color: #076790;
  color: #fff;
  text-transform: uppercase;
  box-shadow: none !important;
  font-family: "Poppins";
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.login-submit input[type=submit]:hover {
  background-color: #53bf8e;
}

#loginform p {
  margin: 0;
}

.login-remember {
  float: left;
  font-family: "Poppins";
  color: black;
  font-size: 0.8rem !important;
}

.login-remember > label {
  font-size: 0.8rem !important;
}

.lost-password {
  float: right;
  font-family: "Poppins";
  color: black !important;
  font-size: 0.8rem;
}

#mt_subscribe_result {
  text-align: left;
  padding: 10px 0;
  color: #a4cb3a;
}

.checkbox-group {
  display: flex;
  flex-direction: column;
}
.checkbox-group .checkbox-entry {
  display: flex;
  flex-direction: row;
}
.checkbox-group .checkbox-entry input {
  margin-right: 10px;
  margin-top: 0px !important;
}

/* Recent Blog posts widget */
.pm-recent-blog-posts {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pm-recent-blog-posts li:before {
  content: "" !important;
  margin: 0 !important;
  padding: 0 !important;
}

.pm-recent-blog-posts li {
  clear: both;
  overflow: hidden;
  position: relative;
  min-height: 95px;
}

.pm-recent-blog-posts .pm-date-published {
  font-size: 12px !important;
  font-weight: 300 !important;
  font-style: italic !important;
  margin-top: 7px;
}

.pm-recent-blog-post-thumb {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #0db7c4;
  float: left;
  height: 58px;
  width: 58px;
  margin-bottom: 17px;
  margin-right: 20px;
}

.pm-recent-blog-post-details {
  padding-top: 0px;
}

.pm-widget-footer .pm-recent-blog-posts {
  padding: 0px;
}

.pm-recent-blog-post-details a {
  line-height: 20px !important;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.pm-widget-footer .pm-recent-blog-post-details a {
  color: white;
}

.pm-widget-footer .pm-recent-blog-post-details .pm-date {
  color: #076790;
}

.pm-recent-blog-post-details .pm-date {
  font-size: 12px !important;
  margin-top: 10px;
}

.pm-recent-blog-post-divider {
  height: 1px;
  width: 50px;
  background-color: #ccc;
  margin: 15px 0;
}

/* Recent Blog posts widget end */
.accordion-parent {
  padding-left: 54px;
}

.accordion-item {
  margin-bottom: 2px;
  border: none;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
}

.accordion-header {
  border: none;
  display: block;
}

.accordion-button::before {
  content: "";
  position: absolute;
  background-color: #53bf8e;
  width: 53px;
  height: 53px;
  left: -55px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
}

.accordion-button::after {
  position: absolute;
  left: -38px;
  background-position: 50%;
  color: white;
}

.accordion-button {
  box-shadow: none !important;
  background-color: transparent;
  border: 1px solid #aadfcd;
  background-color: white !important;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .accordion-button {
    font-size: 13px !important;
  }
}
.accordion-button:hover {
  padding: 1rem 1.25rem 1rem 2rem;
}
.accordion-button.disable {
  pointer-events: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.accordion-button.disable::before {
  content: none;
}
.accordion-button.disable > div a {
  pointer-events: all;
  font-size: 16px;
  color: black;
}
.accordion-button.disable > div a:hover {
  color: #81c5dc;
}
.accordion-button p {
  line-height: 2;
  font-size: 14px;
}
.accordion-button p.content {
  line-height: 1.7;
}

.accordion-button:not(.collapsed) {
  box-shadow: none !important;
  background-color: transparent;
  padding: 1rem 1.25rem 1rem 2rem;
  color: #81c5dc;
}

.accordion-body {
  padding: 0.1rem 1.25rem 0.1rem 0;
}

.accordion-content {
  padding: 20px 0;
}
@media only screen and (max-width: 767px) {
  .accordion-content {
    font-size: 12px !important;
  }
}
.accordion-content .meta-info {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .accordion-content .meta-info {
    font-size: 12px !important;
  }
}

.resource-section-header {
  margin: 20px 0px;
}

.sub-accordion {
  padding-left: 108px;
}

/* .card-body {
    padding: 2px 0 0 50px;
} */
.sub-accordion .accordion-button::before {
  background-color: #36956a;
}

.accordion-body .accordion-item,
.accordion-collapse {
  background-color: #f7f7f7;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
}

.sub-accordion .accordion-collapse {
  background-color: transparent;
}

.accordion-button:after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

.diagram-container {
  position: relative;
  display: block;
  width: 494px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .diagram-container {
    width: 320px;
  }
}

.link-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 130px;
  border: 0px solid red !important;
}
@media only screen and (max-width: 767px) {
  .link-overlay {
    width: 70px;
    height: 70px;
  }
}
.link-overlay.link-1 {
  top: 40px;
  left: 185px;
  border: 0px solid blue;
}
@media only screen and (max-width: 767px) {
  .link-overlay.link-1 {
    top: 35px;
    left: 125px;
  }
}
.link-overlay.link-2 {
  top: 125px;
  left: 70px;
  border: 0px solid purple;
}
@media only screen and (max-width: 767px) {
  .link-overlay.link-2 {
    top: 185px;
    left: 75px;
  }
}
.link-overlay.link-3 {
  top: 270px;
  left: 100px;
  border: 0px solid black;
}
@media only screen and (max-width: 767px) {
  .link-overlay.link-3 {
    top: 85px;
    left: 45px;
  }
}
.link-overlay.link-4 {
  top: 125px;
  left: 300px;
  border: 0px solid yellow;
}
@media only screen and (max-width: 767px) {
  .link-overlay.link-4 {
    top: 90px;
    left: 205px;
  }
}
.link-overlay.link-5 {
  top: 270px;
  left: 280px;
  border: 0px solid red;
}
@media only screen and (max-width: 767px) {
  .link-overlay.link-5 {
    top: 185px;
    left: 180px;
  }
}

.info-container {
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .info-container {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .info-container {
    display: none;
  }
}
.info-container ul {
  font-size: 13px;
  width: 160px;
}
.info-container h5 {
  font-weight: bold;
  margin-bottom: 0px;
  color: black;
  padding-left: 16px;
  font-size: 17px;
}
.info-container a {
  position: absolute;
  top: 20px;
  left: 25px;
  border: 0px solid red;
  width: 170px;
  height: 120px;
  z-index: 10;
}
.info-container.container-1 {
  top: -130px;
  left: 380px;
  background-image: url("img/1_bg.jpg");
  width: 240px;
  height: 150px;
  padding-left: 28px;
  padding-top: 10px;
}
.info-container.container-2 {
  top: 60px;
  left: 490px;
  max-width: 220px;
  background-image: url("img/2_bg.jpg");
  width: 210px;
  height: 200px;
  padding-top: 35px;
  padding-left: 20px;
  padding-right: 10px;
}
.info-container.container-2 a {
  top: 40px;
  left: 25px;
  height: 130px;
}
.info-container.container-3 {
  top: 300px;
  left: 460px;
  max-width: 220px;
  background-image: url("img/3_bg.jpg");
  width: 200px;
  height: 200px;
  padding-top: 65px;
  padding-left: 15px;
}
.info-container.container-3 a {
  top: 60px;
  left: 20px;
  height: 120px;
}
.info-container.container-4 {
  top: 60px;
  left: -180px;
  width: 200px;
  background-image: url("img/5_bg.jpg");
  height: 160px;
  padding-left: 30px;
  padding-top: 40px;
}
.info-container.container-4 a {
  top: 35px;
  left: 20px;
  height: 120px;
}
.info-container.container-5 {
  top: 320px;
  left: -180px;
  width: 300px;
  background-image: url("img/4_bg.jpg");
  height: 160px;
  padding-left: 60px;
  padding-top: 50px;
}
.info-container.container-5 a {
  top: 35px;
  left: 65px;
  height: 120px;
}

.resource-header {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}

.resource-page-content {
  background-color: #076791;
  padding: 60px 0;
  color: white;
}

.resource-title-background {
  width: 600px;
  height: 397px;
  margin: 30px 0;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
  padding: 0 60px;
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .resource-title-background {
    width: 400px;
    height: 265px;
  }
}
@media only screen and (max-width: 767px) {
  .resource-title-background {
    width: 300px;
    height: 199px;
  }
}

.resource-search-container {
  background-color: #076791;
  width: 100%;
  padding: 70px 0 60px;
  position: relative;
}
.resource-search-container.transparent {
  padding: 0px;
  background-color: transparent !important;
}
.resource-search-container.transparent .search-icon {
  display: none;
}
.resource-search-container.transparent .search-error {
  color: rgb(0, 162, 255);
}
.resource-search-container .search-icon {
  position: absolute;
  right: -30px;
  top: -50px;
}

.search-filter-container {
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
}
.search-filter-container input {
  margin: 0 3px;
  padding: 0 20px;
}
.search-filter-container select {
  margin: 0 2px !important;
}

.search-error {
  max-width: 1000px;
  margin: 0 auto;
  color: rgb(238, 255, 0);
  padding: 10px 0 0 10px;
}

.resource-section-header {
  background-color: #53bf8e;
  padding: 10px 20px;
  text-transform: uppercase;
  color: white;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  font-family: "Poppins";
  border-bottom-left-radius: 10px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 4px;
}
@media only screen and (max-width: 767px) {
  .resource-section-header {
    font-size: 14px;
  }
}

.resources-footer {
  background-image: url("img/footer-bg.jpg");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 160px 0 90px;
}

.back-to-knowledge-hub-btn {
  padding: 10px 20px;
  border: 2px solid white;
  text-transform: uppercase;
  font-family: "Poppins";
  font-size: 18px;
  color: white;
  background-color: #076790;
  margin-top: 10px;
  display: inline-block;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
}
.back-to-knowledge-hub-btn:hover {
  background-color: #0a81b4;
  color: white;
}

.submit-resource-btn {
  padding: 10px 20px;
  border: 2px solid white;
  text-transform: uppercase;
  font-family: "Poppins";
  font-size: 18.7px;
  color: white;
  background-color: #f27522;
  margin: 5px auto;
  display: table;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
}
.submit-resource-btn:hover {
  background-color: #ff8a3c;
  color: white !important;
}

.small-print {
  font-size: 12px;
}

.resource-footer-nav-btn {
  display: flex;
  flex-direction: column;
  color: black;
  font-weight: 500;
  font-family: "Poppins";
}
.resource-footer-nav-btn.flex-end {
  align-items: flex-end;
}
.resource-footer-nav-btn img {
  width: 100px;
}
@media only screen and (max-width: 767px) {
  .resource-footer-nav-btn {
    display: none;
  }
}

body.assess-knowledge h2 {
  background-color: #a8cc3d;
}

body.assess-knowledge h2::before {
  background-color: #a8cc3d;
}

body.assess-knowledge .resource-section-header {
  background-color: #a8cc3d;
}

body.assess-knowledge .accordion-button::before {
  background-color: #a8cc3d;
}

body.assess-knowledge .accordion-button.sub-section::before {
  background-color: #409905;
}

body.assess-knowledge .accordion-button.sub-sub-section::before {
  background-color: #467e3d;
}

.feature-container.assess-knowledge {
  background-color: #f5f8e7;
}

body.program-planning h2 {
  background-color: #409905;
}

body.program-planning h2::before {
  background-color: #409905;
}

body.program-planning .resource-section-header {
  background-color: #409905;
}

body.program-planning .accordion-button::before {
  background-color: #409905;
}

body.program-planning .accordion-button.sub-section::before {
  background-color: #a9cc3e;
}

body.program-planning .accordion-button.sub-sub-section::before {
  background-color: #cded5c;
}

.feature-container.program-planning {
  background-color: #e6f1e0;
}

body.program-implementation h2 {
  background-color: #6eccad;
}

body.program-implementation h2::before {
  background-color: #6eccad;
}

body.program-implementation .resource-section-header {
  background-color: #6eccad;
}

body.program-implementation .accordion-button::before {
  background-color: #6eccad;
}

body.program-implementation .accordion-button.sub-section::before {
  background-color: #82d9b6;
}

body.program-implementation .accordion-button.sub-sub-section::before {
  background-color: #a3eaca;
}

.feature-container.program-implementation {
  background-color: #eaf7f0;
}

body.analyze-and-adapt h2 {
  background-color: #50c1bb;
}

body.analyze-and-adapt h2::before {
  background-color: #50c1bb;
}

body.analyze-and-adapt .resource-section-header {
  background-color: #50c1bb;
}

body.analyze-and-adapt .accordion-button::before {
  background-color: #50c1bb;
}

body.analyze-and-adapt .accordion-button.sub-section::before {
  background-color: #7fc6dc;
}

body.analyze-and-adapt .accordion-button.sub-sub-section::before {
  background-color: #7fd3f7;
}

.feature-container.analyze-and-adapt {
  background-color: #e8f6f6;
}

body.share h2 {
  background-color: #076791;
}

body.share h2::before {
  background-color: #076791;
}

body.share .resource-section-header {
  background-color: #076791;
}

body.share .accordion-button::before {
  background-color: #076791;
}

body.share .accordion-button.sub-section::before {
  background-color: #01395c;
}

body.share .accordion-button.sub-sub-section::before {
  background-color: #01143f;
}

.feature-container.share {
  background-color: #e0ebf1;
}

.footer-resource-nav {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-resource-nav li a {
  width: 55px;
  height: auto;
  position: relative;
  display: block;
  opacity: 0.8;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transform: scale(0.8);
}
.footer-resource-nav li a.active {
  transform: scale(1);
  opacity: 1;
}
.footer-resource-nav li a:hover {
  transform: scale(1);
  opacity: 1;
}
.footer-resource-nav li a span {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 22px;
  font-weight: bold;
  color: white;
  text-align: center;
  font-family: "Poppins";
}

.resource-post-flex {
  display: flex;
}

.resource-post-icon {
  margin-right: 10px;
}
.resource-post-icon img {
  width: 30px;
}

.resource-post-meta {
  width: 95%;
}

.resource-featured-image-container {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  width: 400px;
  height: 350px;
}
.resource-featured-image-container .featured-image {
  width: 100%;
  position: relative;
  left: 30px;
  top: 20px;
  width: 300px;
  height: 300px;
  overflow: hidden;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
}
.resource-featured-image-container .overlay {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.container {
  max-width: 1200px;
}

[tooltip] {
  position: relative; /* opinion 1 */
}

/* Applies to all tooltips */
[tooltip]::before,
[tooltip]::after {
  text-transform: none; /* opinion 2 */
  font-size: 0.9em; /* opinion 3 */
  line-height: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 0;
}

[tooltip]::before {
  content: "";
  border: 5px solid transparent; /* opinion 4 */
  z-index: 1001; /* absurdity 1 */
}

[tooltip]::after {
  content: attr(tooltip); /* magic! */
  /* most of the rest of this is opinion */
  font-family: Helvetica, sans-serif;
  text-align: center;
  /* 
    Let the content set the size of the tooltips 
    but this will also keep them from being obnoxious
    */
  min-width: 3em;
  max-width: 21em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 1ch 1.5ch;
  border-radius: 0.3ch;
  box-shadow: 0 1em 2em -0.5em rgba(0, 0, 0, 0.35);
  background: #333;
  color: #fff;
  z-index: 1000; /* absurdity 2 */
}

/* Make the tooltips respond to hover */
[tooltip]:hover::before,
[tooltip]:hover::after {
  display: block;
}

/* don't show empty tooltips */
[tooltip=""]::before,
[tooltip=""]::after {
  display: none !important;
}

/* FLOW: UP */
[tooltip]:not([flow])::before,
[tooltip][flow^=up]::before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: #333;
}

[tooltip]:not([flow])::after,
[tooltip][flow^=up]::after {
  bottom: calc(100% + 5px);
}

[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^=up]::before,
[tooltip][flow^=up]::after {
  left: 50%;
  transform: translate(-50%, -0.5em);
}

/* FLOW: DOWN */
[tooltip][flow^=down]::before {
  top: 100%;
  border-top-width: 0;
  border-bottom-color: #333;
}

[tooltip][flow^=down]::after {
  top: calc(100% + 5px);
}

[tooltip][flow^=down]::before,
[tooltip][flow^=down]::after {
  left: 50%;
  transform: translate(-50%, 0.5em);
}

/* FLOW: LEFT */
[tooltip][flow^=left]::before {
  top: 50%;
  border-right-width: 0;
  border-left-color: #333;
  left: calc(0em - 5px);
  transform: translate(-0.5em, -50%);
}

[tooltip][flow^=left]::after {
  top: 50%;
  right: calc(100% + 5px);
  transform: translate(-0.5em, -50%);
}

/* FLOW: RIGHT */
[tooltip][flow^=right]::before {
  top: 50%;
  border-left-width: 0;
  border-right-color: #333;
  right: calc(0em - 5px);
  transform: translate(0.5em, -50%);
}

[tooltip][flow^=right]::after {
  top: 50%;
  left: calc(100% + 5px);
  transform: translate(0.5em, -50%);
}

/* KEYFRAMES */
@keyframes tooltips-vert {
  to {
    opacity: 0.9;
    transform: translate(-50%, 0);
  }
}
@keyframes tooltips-horz {
  to {
    opacity: 0.9;
    transform: translate(0, -50%);
  }
}
/* FX All The Things */
[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^=up]:hover::before,
[tooltip][flow^=up]:hover::after,
[tooltip][flow^=down]:hover::before,
[tooltip][flow^=down]:hover::after {
  animation: tooltips-vert 300ms ease-out forwards;
}

[tooltip][flow^=left]:hover::before,
[tooltip][flow^=left]:hover::after,
[tooltip][flow^=right]:hover::before,
[tooltip][flow^=right]:hover::after {
  animation: tooltips-horz 300ms ease-out forwards;
}

.fields-set {
  display: none;
  margin: 2rem 0 0;
}
.fields-set.active {
  display: block;
}

.registration-navigation {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-top: 1px dotted #ccc;
  padding: 2rem 0 0;
}

.asterisk {
  color: #076790;
}

.field-item input[type=checkbox],
.field-item input[type=radio] {
  margin: 7px 7px 0 0;
  float: left;
}
.field-item input[type=checkbox]:hover,
.field-item input[type=radio]:hover {
  cursor: pointer;
}

input[type=range]:hover {
  cursor: pointer;
}

.sport__categories {
  margin: 0 0 0 2rem;
}

label:hover {
  cursor: pointer;
}

/* Input file customization */
.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.inputfile + label {
  font-size: 1.25em;
  font-weight: 700;
  color: white;
  display: inline-block;
  /* pointer-events: none; Test this on mobile devices */
}
.inputfile + label > strong {
  background-color: #076790;
  max-width: 80%;
  font-weight: 400;
  font-size: 1.7rem;
  padding: 7px 15px;
}
.inputfile + label > span {
  color: #666;
  font-weight: 400;
  font-size: 1.7rem;
  padding-left: 10px;
}

.inputfile:focus + label strong,
.inputfile + label strong:hover {
  background-color: #a4cb3a;
}

/* Datepicker overrides */
.datepick-month-header,
.datepick-month-header select,
.datepick-month-header input {
  height: 2em !important;
}

.datepick-nav,
.datepick-ctrl {
  height: 2em !important;
}

.datepick-month-header select option {
  color: black !important;
}

.datepick-month table {
  margin: 0 !important;
}

.registration-summary-fields {
  margin-bottom: 1rem;
  width: 33.333%;
  padding: 0 2rem 0 0;
}
.registration-summary-fields > h4 {
  margin: 0 0 25px;
  padding: 0 0 10px;
  position: relative;
}
.registration-summary-fields > h4::after {
  content: "";
  width: 60px;
  height: 1px;
  background-color: #076790;
  position: absolute;
  left: 0;
  bottom: -5px;
}

.registration-summary-avatar > img {
  max-width: 100%;
}

.registration-summary-certifications {
  list-style: none;
  padding: 0;
  margin: 0;
}
.registration-summary-certifications ul,
.registration-summary-certifications ol {
  margin: 0 0 1rem 4rem;
}

.registration_step.final__step.active {
  display: flex;
  flex-flow: row wrap;
}

.registration-summary-sports {
  list-style: none;
  padding: 0;
  margin: 0;
}
.registration-summary-sports ul,
.registration-summary-sports ol {
  margin: 0 0 1rem 4rem;
}

.submit-registration-status {
  justify-content: center;
  align-items: center;
  display: none;
  flex-direction: column;
  padding: 10% 0;
}
.submit-registration-status.active {
  display: flex;
}

.payment-receipt-list tbody > tr > td {
  padding: 10px 0;
  vertical-align: initial;
}

.email-validation-fields-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.email-validation-field {
  width: 50px !important;
  margin: 0 5px 0 0 !important;
  text-align: center;
}

.email-verification-error {
  display: none;
  text-align: center;
  color: #076790;
  margin: 10px 0 0;
}

.verification-validation-message {
  display: none;
}

.email-verification-success {
  display: none;
}

.fields-set {
  display: none;
  margin: 2rem 0 0;
}
.fields-set.active {
  display: block;
}

.registration-navigation {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-top: 1px dotted #ccc;
  padding: 2rem 0 0;
}

.asterisk {
  color: #076790;
}

.field-item input[type=checkbox],
.field-item input[type=radio] {
  margin: 7px 7px 0 0;
  float: left;
}
.field-item input[type=checkbox]:hover,
.field-item input[type=radio]:hover {
  cursor: pointer;
}

input[type=range]:hover {
  cursor: pointer;
}

.sport__categories {
  margin: 0 0 0 2rem;
}

label:hover {
  cursor: pointer;
}

/* Input file customization */
.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.inputfile + label {
  font-size: 1.25em;
  font-weight: 700;
  color: white;
  display: inline-block;
  /* pointer-events: none; Test this on mobile devices */
}
.inputfile + label > strong {
  background-color: #076790;
  max-width: 80%;
  font-weight: 400;
  font-size: 1.7rem;
  padding: 7px 15px;
}
.inputfile + label > span {
  color: #666;
  font-weight: 400;
  font-size: 1.7rem;
  padding-left: 10px;
}

.inputfile:focus + label strong,
.inputfile + label strong:hover {
  background-color: #a4cb3a;
}

/* Certification fields */
.certification-fields {
  width: 100%;
}

.certification-field {
  width: 100%;
  position: relative;
  margin: 10px 10px 10px 50px;
}

.delete-certification-btn {
  width: 21px;
  height: 21px;
  border: 1px solid #a2a2a2;
  display: inline-block;
  position: relative;
  top: 4px;
  position: absolute;
  left: -28px;
  top: 15px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.delete-certification-btn:hover {
  background-color: #076790;
  border: 1px solid #076790;
}
.delete-certification-btn:hover::after {
  background-color: white;
}
.delete-certification-btn::after {
  content: "";
  width: 11px;
  height: 1px;
  background-color: #076790;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 9px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

input {
  transition: all 0.4s ease !important;
  -moz-transition: all 0.4s ease !important;
  -webkit-transition: all 0.4s ease !important;
  -o-transition: all 0.4s ease !important;
}

input[type=text]:focus {
  border: 1px solid #076790;
  background-color: #076790;
  color: white;
}

.form-message {
  font-size: 1.4rem;
  color: #076790;
}

select {
  margin-bottom: 8px !important;
}

/* Datepicker overrides */
.datepick-month-header,
.datepick-month-header select,
.datepick-month-header input {
  height: 2em !important;
}

.datepick-nav,
.datepick-ctrl {
  height: 2em !important;
}

.datepick-month-header select option {
  color: black !important;
}

.datepick-month table {
  margin: 0 !important;
}

.registration-summary-fields {
  margin-bottom: 1rem;
  width: 33.333%;
  padding: 0 2rem 0 0;
}
.registration-summary-fields > h4 {
  margin: 0 0 25px;
  padding: 0 0 10px;
  position: relative;
}
.registration-summary-fields > h4::after {
  content: "";
  width: 60px;
  height: 1px;
  background-color: #076790;
  position: absolute;
  left: 0;
  bottom: -5px;
}

.registration-summary-avatar > img {
  max-width: 100%;
}

.registration-summary-certifications {
  list-style: none;
  padding: 0;
  margin: 0;
}
.registration-summary-certifications ul,
.registration-summary-certifications ol {
  margin: 0 0 1rem 4rem;
}

.registration_step.final__step.active {
  display: flex;
  flex-flow: row wrap;
}

.registration-summary-sports {
  list-style: none;
  padding: 0;
  margin: 0;
}
.registration-summary-sports ul,
.registration-summary-sports ol {
  margin: 0 0 1rem 4rem;
}

.submit-registration-status {
  justify-content: center;
  align-items: center;
  display: none;
  flex-direction: column;
  padding: 10% 0;
}
.submit-registration-status.active {
  display: flex;
}

.payment-receipt-list tbody > tr > td {
  padding: 10px 0;
  vertical-align: initial;
}

.email-validation-fields-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.email-validation-field {
  width: 50px !important;
  margin: 0 5px 0 0 !important;
  text-align: center;
}

.email-verification-error {
  display: none;
  text-align: center;
  color: #076790;
  margin: 10px 0 0;
}

.verification-validation-message {
  display: none;
}

.email-verification-success {
  display: none;
}

.step-title-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
}
.step-title-container .step-title-section {
  font-size: 24px;
  margin-bottom: 0px;
  font-family: "Poppins";
  color: #0d5471;
  font-weight: bold;
}

h3.step-title {
  font-size: 1.6rem !important;
  margin: 0;
}
h3.step-title small {
  font-size: 2rem !important;
  color: #f04e50 !important;
  display: block;
  margin: 15px 0 0;
}

.quick-nav {
  background-color: #f0f0f0;
  align-items: center;
  padding: 10px 10px 10px 20px;
  margin-top: 20px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
}
.quick-nav label {
  margin: 0px;
}
.quick-nav select {
  margin: 0px !important;
}

.contact-entry {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 10px;
}
.contact-entry input {
  margin-bottom: 0px;
}
.contact-entry a {
  margin-left: 10px !important;
}

.table {
  width: 100%;
  background-color: #ffffff;
  border-collapse: collapse;
  border-width: 2px;
  border-color: #ffffff;
  border-style: solid;
  font-family: "Poppins";
  font-weight: 400 !important;
}

.table td,
.table th {
  border-width: 2px;
  border-color: #ffffff;
  border-style: solid;
  padding: 15px;
  vertical-align: top;
}

.table thead {
  color: #ffffff !important;
  background-color: #409905;
}
.table thead tr th a {
  color: white;
  font-family: "Poppins";
  font-weight: bold !important;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.table thead tr th a:hover {
  color: #d6d6d6;
}

.table tbody > tr:nth-child(2n) td {
  background: #f2f2f2;
}

.table tbody > tr:nth-child(2n):hover td {
  background-color: #c2eeff;
}

.table tbody tr:hover {
  background-color: #c2eeff;
}

.members-directory-avatar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.members-directory-avatar img {
  width: 45%;
  border-radius: 100%;
}

.filter-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 20px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.filter-container p {
  margin-right: 10px;
  font-family: "Poppins";
}
.filter-container.disabled {
  opacity: 0.7;
  pointer-events: none;
}

.filter-options {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.filter-options p {
  margin: 0 10px 0;
}

.filter-search-btn {
  height: 40px;
  width: 65px;
  text-align: center;
  background-color: #076790;
  margin-left: 3px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.filter-search-btn i {
  color: white;
  position: relative;
  top: 7px;
}
.filter-search-btn:hover {
  background-color: #00607a;
}

.filter-results-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 10px 0;
}
.filter-results-container p {
  margin: 0;
  font-family: "Poppins";
}

td.flex-cell {
  display: flex;
}
td.flex-cell.centered {
  justify-content: center;
}

@media print {
  .fields-set {
    display: block;
  }
  .registration_step p,
  .registration_step small,
  .registration_step h1,
  .registration_step h2,
  .registration_step h3,
  .registration_step h4,
  .registration_step h5,
  .registration_step h6,
  .registration_step ul,
  .registration_step ol {
    display: none;
  }
  table tr td p {
    display: inline-block !important;
  }
  .header-wrapper,
  .page-header,
  .quick-nav,
  .guide-dates,
  .water-quality-actions,
  .remove-entry__btn,
  .add-entry__btn,
  .text-block {
    display: none !important;
  }
  .hide-print {
    display: none !important;
  }
}
.lds-dual-ring {
  width: 24px;
  height: 24px;
  opacity: 1;
  position: relative;
  top: 0;
  margin-right: 10px;
}
.lds-dual-ring.centered {
  margin: 0;
}
.lds-dual-ring::after {
  content: " ";
  display: block;
  width: 26px;
  height: 26px;
  margin: 1px;
  border-radius: 50%;
  border: 3px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@media only screen and (max-width: 767px) {
  .lds-dual-ring::after {
    width: 26px;
    height: 26px;
  }
}
.lds-dual-ring.dark::after {
  border-color: #ccc transparent #ccc transparent;
}
.lds-dual-ring.active {
  opacity: 1;
}
.lds-dual-ring.small {
  width: 15px;
  height: 18px;
  margin: 0px;
  display: inline-block;
}
.lds-dual-ring.small::after {
  content: " ";
  display: block;
  width: 15px;
  height: 18px;
  margin: 0px;
  border-radius: 50%;
  border: 3px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.toast-success {
  background-color: #51a351 !important;
  opacity: 1 !important;
  font-size: 16px !important;
}

.toast-error {
  background-color: #cc1414 !important;
  opacity: 1 !important;
  font-size: 16px !important;
}/*# sourceMappingURL=main.css.map */