/* Apply CSS to iOS affected versions only */
body.iosBugFixCaret.modal-open {
  position: fixed;
  width: 100%;
}
.container-fluid {
  overflow: hidden;
}
body, td, li, select, input, p {
  font-family: 'polaris-book', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'polaris-bold', sans-serif;
}
.page-template-template-campaigns .hero-banner h1, .hero-banner .h1 {    font-family: 'polaris-bold', sans-serif!important; }

.page-template-template-campaigns .hero-banner h1{
    font-size: 2.5rem;
}

a {
  color: #0b4675;
  -webkit-transition: all 0.3s ease-in-out;
  moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover {
  text-decoration: none;
  color: #000;
}
.home #content a.categ-name {
  color: white;
}
.menu-active {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: url('../images/nav-bg.svg');
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.menu-active .main-menu .contact-btn a {
  background: #fff;
  border-radius: 2px;
  color: #d34d5b;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.menu-active .main-menu .contact-btn a:hover {
  background: #fff;
  color: #d34d5b;
}
header #header-menu {
  z-index: 10;
  background-repeat: no-repeat;
}
header #header-menu .logo-container img {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
header .menu-header {
  height: 50px;
}
header .menu-header, header .logo-container {
  position: relative;
  z-index: 2;
}
header .main-menu .dropdown ul {
  top: 20px;
  padding: 5px 0 0 0;
  visibility: hidden;
  background: transparent !important;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 600ms ease;
  -moz-transition: 600ms ease;
  -o-transition: 600ms ease;
  transition: 600ms ease;
}
header .main-menu .dropdown ul li {
  padding: 1px 5px;
}
header .main-menu .dropdown-item {
  color: #fff;
  left: 11px;
  padding: 2px 10px 2px 0 !important;
  border-bottom: 1px solid #fff;
}
header .main-menu .dropdown-item::after {
  border: 1px solid transparent !important;
}
header .main-menu .dropdown:hover > .dropdown-menu, header .main-menu .dropdown:hover > .dropdown-menu .dropdown-menu {
  border: transparent;
  background: transparent;
  display: block;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
header .main-menu .dropdown:hover > .dropdown-menu ul, header .main-menu .dropdown:hover > .dropdown-menu .dropdown-menu ul {
  top: 0;
}
header .main-menu .dropdown:hover > .dropdown-menu li > a, header .main-menu .dropdown:hover > .dropdown-menu .dropdown-menu li > a {
  color: #fff;
  left: 11px;
  font-size: 1rem;
  border-bottom: 1px solid #fff;
}
header .main-menu .dropdown:hover > .dropdown-menu li > a::after, header .main-menu .dropdown:hover > .dropdown-menu .dropdown-menu li > a::after {
  border: 1px solid transparent !important;
}
header .main-menu .dropdown:hover > .dropdown-menu .dropdown-item:hover, header .main-menu .dropdown:hover > .dropdown-menu .dropdown-menu .dropdown-item:hover {
  background-color: transparent !important;
}
header .main-menu .dropdown:hover > .dropdown-menu .dropdown-menu {
  position: relative;
  border: transparent;
  background: transparent;
  display: block;
  margin: 0 0 0 10px;
}
header .main-menu .dropdown-toggle::after {
  display: none !important;
}
header .main-menu li a {
  padding: 0 15px !important;
  font-family: 'polaris-bold', sans-serif;
  font-size: 1.125rem;
  color: #58585b;
  padding: 0 15px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .main-menu li a:hover {
  color: #fff;
}
header .main-menu .contact-btn {
  position: relative;
  top: 10px;
}
header .main-menu .contact-btn a {
  font-family: 'polaris-bold', sans-serif;
  font-size: 1.25rem;
  padding: 12px 15px;
  color: #fff;
  background: #d34d5b;
  border-radius: 2px;
  border: 1px solid transparent;
}
header .main-menu .contact-btn a:hover {
  background: #fff;
  color: #d34d5b;
  border: 1px solid #d34d5b;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .main-menu .contact-btn a:hover:hover {
  background: #fff;
  color: #d34d5b;
}
header .main-menu .search-icon {
  position: relative;
  top: 10px;
  cursor: pointer;
}
header .search-icon {
  padding: 0 20px;
}
header .shoulder-navbar {
  position: absolute !important;
  left: 42%;
  transform: translate(-50%, 0%);
  bottom: 0;
}
header .shoulder-vertical-nav li a {
  font-family: 'polaris-bold', sans-serif;
  font-size: 1rem;
  color: #3d8a94;
  padding: 11.25px 0;
  border-top: 1px solid #3d8a94;
  width: 225px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .shoulder-vertical-nav li a::before {
  content: "→";
  padding: 0 10px;
}
header .shoulder-vertical-nav li a:hover {
  padding-left: 5px;
  color: #d34d5b;
}
header .shoulder-vertical-nav .navbar-nav > li:last-child > a {
  border-bottom: 1px solid #3d8a94;
}
header .top-banner .row {
  width: 100%;
}
header .top-banner .first-article h1 {
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .top-banner .first-article .article-image {
  height: 364px;
  background-size: cover !important;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
header .top-banner .first-article .article-content {
  padding: 18px;
  background: #3d8a94;
  min-height: 169px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
header .top-banner .first-article a {
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .top-banner .first-article a:hover {
  text-decoration: none;
}
header .top-banner .first-article a:hover h1 {
  color: #58585b;
}
header .top-banner .first-article span {
  position: relative;
  font-family: 'polaris-bold', sans-serif;
  font-size: 1.125rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .top-banner .first-article span:hover {
  color: #d34d5b;
  padding-left: 5px;
}
header .top-banner .first-article span::before {
  content: "→";
  padding-right: 10px;
}
header .top-banner .first-article-no-image {
  background: url('../images/home-banner-bg.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 97%;
}
header .top-banner .first-article-no-image h1 {
  margin-bottom: 20px;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .top-banner .first-article-no-image a {
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .top-banner .first-article-no-image a:hover {
  text-decoration: none;
}
header .top-banner .first-article-no-image a:hover h1 {
  color: #58585b;
}
header .top-banner .first-article-no-image span {
  position: relative;
  font-family: 'polaris-bold', sans-serif;
  font-size: 1.125rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .top-banner .first-article-no-image span:hover {
  color: #d34d5b;
  padding-left: 5px;
}
header .top-banner .first-article-no-image span::before {
  content: "→";
  padding: 0 10px;
}
header .top-banner .other-articles {
  height: 167px;
  text-align: left;
  border-radius: 2px;
  padding: 25px;
}
header .top-banner .other-articles h4 {
  font-size: 1.25rem;
}
header .top-banner .other-articles .box-article {
  width: 100%;
}
header .top-banner .other-articles .box-article:hover {
  color: #58585b;
}
header .top-banner .other-articles .categ-name {
  font-size: 0.75rem;
  font-family: 'polaris-bold', sans-serif;
  margin-bottom: 10px;
  color: #fff;
}
header .top-banner .other-articles .categ-name:hover {
  color: #d34d5b;
}
header .top-banner .other-articles a {
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .top-banner .article-1 {
  background: #00746c;
}
header .top-banner .article-2 {
  background: #27b57a;
}
header .top-banner .article-3 {
  background: #a1b426;
}
#full-screen-search, #full-screen-search button, #full-screen-search button.close, #full-screen-search form, #full-screen-search form div, #full-screen-search form div input, #full-screen-search form div input.search {
  background: none;
  border: 0 none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  float: none;
  font-size: 100%;
  height: auto;
  letter-spacing: normal;
  list-style: none;
  outline: none;
  position: static;
  text-decoration: none;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  width: auto;
  visibility: visible;
  overflow: visible;
  margin: 0;
  padding: 0;
  line-height: 1;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
}
/**
 * Background
 */
.wrapper-search {
  position: absolute;
  z-index: 999;
}
#full-screen-search {
  position: fixed;
  visibility: visible;
  opacity: 1;
  z-index: 1011;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../images/search-bg.svg');
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
  /**
   * Add some CSS3 transitions for showing the Full Screen Search
   */
  transition: opacity 0.5s linear;
}
/**
 * Display Full Screen Search when Open
 */
#full-screen-search.open {
  /**
   * Because we're using visibility and opacity for CSS transition support,
   * we define position: fixed; here so that the Full Screen Search doesn't block
   * the underlying HTML elements when not open
   */
  position: fixed;
  visibility: visible;
  opacity: 1;
  display: initial;
}
/**
 * Search Form
 */
#full-screen-search form {
  position: relative;
  width: 100%;
  height: 100%;
}
/**
 * Close Button
 */
#full-screen-search button.close {
  position: absolute;
  z-index: 1001;
  top: 20px;
  right: 20px;
  font-weight: 300;
  color: #fff;
  cursor: pointer;
  transition: 0.7s;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
  opacity: 1 !important;
}
#full-screen-search button.close:hover {
  color: #000;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
/**
 * Search Form Div
 */
#full-screen-search form div {
  position: absolute;
  width: 100%;
  height: 80px;
  top: 40%;
  padding: 0 50px;
}
/**
 * Search Form Input Placeholder Color
 */
#full-screen-search form div input::-webkit-input-placeholder {
  color: #fff;
}
#full-screen-search form div input:-moz-placeholder {
  color: #fff;
}
#full-screen-search form div input::-moz-placeholder {
  color: #fff;
}
#full-screen-search form div input:-ms-input-placeholder {
  color: #fff;
}
/**
 * Search Form Input
 */
#full-screen-search form div {
  display: inline-flex;
}
#full-screen-search form div input[type="text"] {
  font-family: 'polaris-bold', sans-serif;
  font-size: 1.5rem;
  color: #fff;
  width: 100%;
  background: #00584c;
  padding: 20px;
  line-height: 40px;
}
#full-screen-search form div .search-submit {
  padding: 30px;
  background: #fff;
  color: red;
  font-size: 1.5rem;
  cursor: pointer;
}
#full-screen-search form div .search-submit:hover {
  color: #000;
}
.front-page h2 {
  color: #3d8a94;
  padding: 30px 0 20px 0;
}
.front-page h2 a {
  color: #58585b;
  font-size: 0.875rem;
  padding-left: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.front-page h2 a:hover {
  padding: 20px;
  color: #d34d5b;
}
.front-page h4 {
  color: #fff;
  padding: 10px 0;
}
.front-page .home-latest-news h2 {
  margin-bottom: 0 !important;
}
.front-page .home-latest-news h5 {
  color: #fff;
}
.front-page .home-latest-news [class*='latest-article-'] {
  position: relative;
  cursor: pointer;
  margin-bottom: 1rem !important;
  border-radius: 2px;
}
.front-page .home-latest-news .latest-article-1 {
  background: #3d8a94;
  margin-left: 0 !important;
}
.front-page .home-latest-news .latest-article-2 {
  background: #00746c;
}
.front-page .home-latest-news .latest-article-3 {
  background: #a1b426;
}
.front-page .home-latest-news .latest-article-4 {
  background: #00584c;
}
.front-page .home-latest-news .latest-article-5 {
  background: #b4dbb3;
}
.front-page .home-latest-news .latest-article-5 .entry-date, .front-page .home-latest-news .latest-article-5 h4, .front-page .home-latest-news .latest-article-5 p, .front-page .home-latest-news .latest-article-5 .left-arrow {
  color: #58585b;
}
.front-page .home-latest-news .latest-article-5 a.categ-name {
  color: #58585b !important;
}
.front-page .home-latest-news .latest-article-6 {
  background: #6ec8b8;
}
.front-page .home-latest-news .article-image {
  background-size: cover !important;
  height: 168px;
  border-radius: 2px;
}
.front-page .home-latest-news .article-content a.categ-name, .front-page .home-latest-news .entry-date {
  color: #fff;
  font-family: 'polaris-bold', sans-serif;
  font-size: 0.75rem;
}
.front-page .home-latest-news p {
  color: #fff;
  font-size: 0.85rem;
}
.front-page .home-latest-news .left-arrow {
  color: #fff;
  font-family: 'polaris-bold', sans-serif;
  font-size: 1rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.front-page .home-latest-news .left-arrow::before {
  content: "→";
  padding: 0 10px 0 0;
}
.front-page .home-latest-news .action {
  padding: 1.5rem 1.5rem 1.5rem 1rem;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
.front-page .home-latest-news .action:hover .left-arrow {
  color: #d34d5b;
  padding-left: 5px;
}
.front-page .home-latest-news .mobile-view-all h3 {
  font-size: 1.15rem;
}
.front-page .flex-grow {
  flex: 1 0 auto;
}
.front-page .home-events h2 {
  margin-bottom: 0 !important;
}
.front-page .home-events .events-article-1, .front-page .home-events .events-article-2, .front-page .home-events .events-article-3, .front-page .home-events .events-article-4 {
  border-top: 4px solid #e5e5e5;
  width: 100%;
}
.front-page .home-events .events-article-3 {
  padding-bottom: 10px !important;
  border-bottom: 4px solid #e5e5e5;
}
.front-page .home-events .subcateg-name {
  color: #00a29c;
  font-family: 'polaris-bold', sans-serif;
  font-size: 0.75rem;
}
.front-page .home-events .subcateg-name:hover {
  color: #d34d5b;
}
.front-page .home-events h4 {
  color: #3d8a94;
  margin-bottom: 5px;
  padding-bottom: 0;
}
.front-page .home-events h4:hover {
  color: #58585b;
}
.front-page .home-events .icon-location::before {
  content: url('../images/events-location.svg');
  display: block;
  width: 20px;
  height: 20px;
  padding-right: 5px;
}
.front-page .home-events .icon-clock::before {
  content: url('../images/events-clock.svg');
  display: block;
  width: 20px;
  height: 20px;
  padding-right: 5px;
}
.front-page .home-events .location, .front-page .home-events .date {
  display: inline-flex;
  color: #58585b;
  font-size: 0.875rem;
}
.front-page .home-events .events-article .article-content {
  display: inline-grid;
}
.front-page .home-events .events-article .action .left-arrow {
  color: #008e77;
  font-family: 'polaris-bold', sans-serif;
  font-size: 1rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.front-page .home-events .events-article .action .left-arrow::before {
  content: "→";
  padding: 0 10px 0 0;
}
.front-page .home-events .events-article .action:hover .left-arrow {
  color: #d34d5b;
  padding-left: 5px;
}
.front-page .home-publications {
  background: url('../images/home-publications-bg.svg');
  background-repeat: no-repeat;
  background-size: cover;
}
.front-page .home-publications .home-publications-title {
  border-radius: 2px;
  background: #fff;
}
.front-page .home-publications .home-publications-title h3 {
  font-size: 2.25rem;
  color: #3d8a94;
}
.front-page .home-publications .home-publications-title .action {
  position: absolute;
  width: 100%;
  bottom: 25px;
}
.front-page .home-publications .home-publications-title .action .left-arrow {
  color: #00a29c;
  font-family: 'polaris-bold', sans-serif;
  font-size: 1rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.front-page .home-publications .home-publications-title .action .left-arrow::before {
  content: "→";
  padding: 0 10px;
}
.front-page .home-publications .home-publications-title .action:hover .left-arrow {
  color: #d34d5b;
  padding-left: 5px;
}
.front-page .home-publications .col-publication {
  min-height: 220px;
  border-radius: 2px;
}
.front-page .home-publications [class*='publication-article-'] {
  background: #00584c;
}
.front-page .home-publications [class*='publication-article-'] .action {
  position: absolute;
  width: 100%;
  bottom: 25px;
}
.front-page .home-publications [class*='publication-article-'] .action .left-arrow {
  color: #fff;
  font-family: 'polaris-bold', sans-serif;
  font-size: 1rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.front-page .home-publications [class*='publication-article-'] .action .left-arrow::before {
  content: "→";
  padding: 0 10px;
}
.front-page .home-publications [class*='publication-article-'] .action:hover .left-arrow {
  color: #d34d5b;
  padding-left: 5px;
}
.front-page .home-publications [class*='publication-article-'] .categ-name, .front-page .home-publications [class*='publication-article-'] .entry-date {
  color: #fff !important;
  font-family: 'polaris-bold', sans-serif;
  font-size: 0.75rem;
}
.site-footer {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: url('../images/footer-bg.svg');
  background-repeat: no-repeat;
  background-size: cover;
	    position: relative;
    z-index: 9;
}
.site-footer a {
  color: #fff;
}
.site-footer a:hover {
  color: #d34d5b;
}
.site-footer #footer-widget .contact-details {
  display: inline-grid;
}
.site-footer #footer-widget .contact-details .address span {
  color: #fff;
}
.site-footer #footer-widget .contact-details h3 {
  color: #fff;
  font-family: 'polaris-book', sans-serif;
  font-size: 1.125rem;
  line-height: 30px;
  margin-bottom: 0 !important;
}
.site-footer #footer-widget .contact-details span {
  color: #00a29c;
  margin: 5px 0;
}
.site-footer #footer-widget .contact-details span a {
  padding-left: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.site-footer #footer-widget .contact-details span a:hover {
  padding-left: 10px;
}
.site-footer #footer-widget .social-links ul {
  display: inline-flex;
  padding: 0;
}
.site-footer #footer-widget .social-links ul li {
  list-style-type: none;
}
.site-footer #footer-widget .social-links ul li > a {
  padding-right: 20px;
  color: #abd7aa;
  font-size: 1.875rem;
}
.site-footer #footer-widget .social-links ul li > a:hover {
  color: #d34d5b;
}
.site-footer #footer-widget .widget_nav_menu li > a {
  padding: 2px 0 !important;
  font-size: 0.875rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.site-footer #footer-widget .widget_nav_menu li > a:hover {
  margin-left: 5px;
}
.site-footer #footer-widget .site-info {
  border-top: 1px solid #fff;
  width: 100%;
  padding: 25px 0 0 0;
}
.site-footer #footer-widget .footer-navbar .navbar-nav {
  flex-direction: inherit !important;
}
.site-footer #footer-widget .footer-navbar .navbar-nav li > a {
  border-right: 1px solid #fff;
  padding: 0 10px;
  font-size: 0.875rem;
}
.site-footer #footer-widget .footer-navbar .navbar-nav li:last-child > a {
  border-right: 0;
}
.site-footer #footer-widget .footer-navbar .navbar-nav li:first-child > a {
  padding-left: 0 !important;
}
.site-footer #footer-widget p {
  color: #fff;
  font-size: 0.875rem;
}
.page h1 {
  color: #3d8a94;
}
.page h2, .page h3 {
  margin-bottom: 1rem;
}
.page .component-pages [class*='archive-article-'] {
  position: relative;
  margin-bottom: 1rem !important;
  border-radius: 2px;
  cursor: pointer;
}
.page .component-pages [class*='archive-article-'] h4 {
  color: #fff;
  padding: 10px 0;
  font-size: 0.95rem;
}
.page .component-pages [class*='archive-article-'] p {
  color: #fff;
  font-size: 0.85rem;
}
.page .component-pages [class*='archive-article-'] .page-name {
  color: #fff !important;
}
.page .component-pages .archive-article-1 {
  background: #3d8a94;
}
.page .component-pages .archive-article-2 {
  background: #00746c;
}
.page .component-pages .archive-article-3 {
  background: #a1b426;
}
.page .component-pages .archive-article-4 {
  background: #00584c;
}
.page .component-pages .archive-article-5 {
  background: #b4dbb3;
}
.page .component-pages .archive-article-5 .categ-name, .page .component-pages .archive-article-5 .entry-date, .page .component-pages .archive-article-5 h4, .page .component-pages .archive-article-5 p, .page .component-pages .archive-article-5 .left-arrow, .page .component-pages .archive-article-5 .page-name {
  color: #58585b !important;
}
.page .component-pages .archive-article-6 {
  background: #6ec8b8;
}
.page .component-pages .archive-article-7 {
  background: #a1b426;
  margin-left: 0 !important;
}
.page .component-pages .archive-article-8 {
  background: #00746c;
}
.page .component-pages .archive-article-9 {
  background: #3d8a94;
}
.page .component-pages .article-image {
  background-size: cover !important;
  height: 168px;
}
.page .component-pages .list-layout-section .article-image {
  background-size: cover !important;
  height: 215px;
}
.page .component-pages .list-layout-section .article-image img {
  height: 100%;
}
.page .component-pages .list-layout-section .archive-list {
  margin-left: 0 !important;
}
.page .component-pages .list-layout-section .action {
  background: transparent;
  padding: 1rem;
}
.page .component-pages .categ-name, .page .component-pages .entry-date, .page .component-pages .page-name {
  color: #fff;
  font-family: 'polaris-bold', sans-serif;
  font-size: 0.75rem;
}
.page .component-pages .left-arrow {
  color: #fff;
  font-family: 'polaris-bold', sans-serif;
  font-size: 1rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.page .component-pages .left-arrow::before {
  content: "→";
  padding: 0px 10px 0px 0px;
}
.page .component-pages .action {
  padding: 1.5rem 1.5rem 1.5rem 1rem;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
.page .component-pages .action:hover .left-arrow {
  color: #d34d5b;
  padding-left: 5px;
}
.search .page-header .title {
  display: grid !important;
}
.search .page-header .title .layout-icons {
  top: 17px;
}
.archive .page-header .back-btn a, .search .page-header .back-btn a {
  color: #a1b426;
  font-family: 'polaris-bold', sans-serif;
  font-size: 1.25rem;
  line-height: 30px;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.archive .page-header .back-btn a::before, .search .page-header .back-btn a::before {
  content: "←";
  padding: 0 10px 0 0;
}
.archive .page-header .back-btn a:hover, .search .page-header .back-btn a:hover {
  padding-left: 5px;
  color: #d34d5b;
}
.archive .page-header .title, .search .page-header .title {
  display: flex;
  align-items: center;
}
.archive .page-header .title h1, .search .page-header .title h1 {
  color: #3d8a94;
  vertical-align: middle;
  display: table-cell;
}
.archive .page-header .title .layout-icons, .search .page-header .title .layout-icons {
  vertical-align: middle;
  display: inline-flex;
}
.archive .page-header .title .layout-icons .list-layout, .search .page-header .title .layout-icons .list-layout {
  background: url('../images/list-icon.svg');
  display: block;
  width: 43px;
  height: 30px;
  cursor: pointer;
}
.archive .page-header .title .layout-icons .list-layout-active, .search .page-header .title .layout-icons .list-layout-active {
  background: url('../images/list-icon-active.svg');
  display: block;
  width: 43px;
  height: 30px;
  cursor: pointer;
}
.archive .page-header .title .layout-icons .grid-layout, .search .page-header .title .layout-icons .grid-layout {
  background: url('../images/grid-icon.svg');
  display: block;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.archive .page-header .title .layout-icons .grid-layout-active, .search .page-header .title .layout-icons .grid-layout-active {
  background: url('../images/grid-icon-active.svg');
  display: block;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.archive .category-description p, .search .category-description p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
}
.archive .category-description a, .search .category-description a {
  color: #3d8a94;
}
.archive .list-layout-section, .search .list-layout-section {
  display: none;
  overflow: hidden;
}
.archive .list-layout-section img, .search .list-layout-section img {
  height: 100%;
  width: auto;
}
.archive h4, .search h4 {
  color: #fff;
  padding: 10px 0;
  font-size: 1.125rem;
}
.archive [class*='archive-article-'], .search [class*='archive-article-'] {
  position: relative;
  cursor: pointer;
  margin-bottom: 1rem !important;
  border-radius: 2px;
}
.archive .archive-article-1, .search .archive-article-1 {
  background: #3d8a94;
}
.archive .archive-article-2, .search .archive-article-2 {
  background: #00746c;
}
.archive .archive-article-3, .search .archive-article-3 {
  background: #a1b426;
}
.archive .archive-article-4, .search .archive-article-4 {
  background: #00584c;
}
.archive .archive-article-5, .search .archive-article-5 {
  background: #b4dbb3;
}
.archive .archive-article-5 .categ-name, .search .archive-article-5 .categ-name, .archive .archive-article-5 .entry-date, .search .archive-article-5 .entry-date, .archive .archive-article-5 h4, .search .archive-article-5 h4, .archive .archive-article-5 p, .search .archive-article-5 p, .archive .archive-article-5 .left-arrow, .search .archive-article-5 .left-arrow, .archive .archive-article-5 .page-name, .search .archive-article-5 .page-name {
  color: #58585b;
}
.archive .archive-article-6, .search .archive-article-6 {
  background: #6ec8b8;
}
.archive .archive-article-7, .search .archive-article-7 {
  background: #a1b426;
}
.archive .archive-article-8, .search .archive-article-8 {
  background: #00746c;
}
.archive .archive-article-9, .search .archive-article-9 {
  background: #3d8a94;
}
.archive .article-image, .search .article-image {
  background-size: cover !important;
  height: 168px;
}
.archive .list-layout-section .article-image, .search .list-layout-section .article-image {
  background-size: cover !important;
  height: 215px;
}
.archive .list-layout-section .article-image img, .search .list-layout-section .article-image img {
  height: 100%;
}
.archive .list-layout-section .archive-list, .search .list-layout-section .archive-list {
  margin-left: 0 !important;
}
.archive .list-layout-section .action, .search .list-layout-section .action {
  background: transparent;
  padding: 1rem;
}
.archive .categ-name, .search .categ-name, .archive .entry-date, .search .entry-date, .archive .page-name, .search .page-name {
  color: #fff;
  font-family: 'polaris-bold', sans-serif;
  font-size: 0.75rem;
}
.archive p, .search p {
  color: #fff;
  font-size: 0.85rem;
}
.archive .left-arrow, .search .left-arrow {
  color: #fff;
  font-family: 'polaris-bold', sans-serif;
  font-size: 1rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.archive .left-arrow::before, .search .left-arrow::before {
  content: "→";
  padding: 0px 10px 0px 0px;
}
.archive .action, .search .action {
  padding: 1.5rem 1.5rem 1.5rem 1rem;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
.archive .action:hover .left-arrow, .search .action:hover .left-arrow {
  color: #d34d5b;
  padding-left: 5px;
}
.archive .archive-article-list .action, .search .archive-article-list .action {
  background: transparent !important;
  position: absolute;
  width: 100%;
  bottom: 10px;
}
.archive .archive-article-list .action:hover .left-arrow, .search .archive-article-list .action:hover .left-arrow {
  color: #d34d5b;
  padding-left: 5px;
}
.archive .pagination, .search .pagination {
  font-size: 1rem;
  color: #58585b;
  padding: 15px 0;
  border-top: 1px solid #dcdcdc;
  border-radius: 0 !important;
}
.archive .pagination a, .search .pagination a {
  color: #27b57a;
  font-size: 1rem;
  padding: 0 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.archive .pagination a:hover, .search .pagination a:hover {
  color: #d34d5b;
}
.archive .pagination .current, .search .pagination .current {
  color: #08a881;
  padding: 0 10px;
  font-family: 'polaris-bold', sans-serif;
}
.page-title {
  color: #3d8a94;
}
.search .layout-icons {
  right: 20px;
  position: absolute;
}
#right-sidebar .archive-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
#right-sidebar h3, #right-sidebar h3 a {
  color: #3d8a94;
}
#right-sidebar h4:last-child {
  border-top: transparent !important;
}
#right-sidebar h4 {
  border-bottom: 2px solid #3d8a94;
  width: 100%;
  margin-bottom: 0;
  color: #3d8a94;
  display: inline-flex;
  font-size: 1rem;
  margin-bottom: 0 !important;
  cursor: pointer;
}
#right-sidebar h4::after {
  content: url('../images/down-arrow-green-bold.svg');
  display: block;
  width: 15px;
  height: 15px;
  padding-left: 5px;
}
#right-sidebar ul {
  padding: 0;
  margin-bottom: 0;
}
#right-sidebar li {
  padding: 10px 0;
  width: 100%;
  border-bottom: 2px solid #3d8a94;
  list-style: none;
}
#right-sidebar li .children {
  padding-top: 10px;
}
#right-sidebar li .children li {
  padding-left: 20px;
}
#right-sidebar li .children li:last-child {
  border-bottom: transparent;
  padding-bottom: 0;
}
#right-sidebar li:first-child {
  border-top: 2px solid #3d8a94;
}
#right-sidebar li > a {
  font-family: 'polaris-bold', sans-serif;
  font-size: 1.125rem;
  cursor: pointer;
  color: #3d8a94;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#right-sidebar li > a:hover {
  color: #d34d5b;
  padding-left: 5px;
}
#right-sidebar li > a:focus {
  color: #d34d5b;
}
#right-sidebar .archive-date {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#right-sidebar .archive-date .first-year {
  border-top: 2px solid #3d8a94;
}
#right-sidebar .archive-date li > a {
  font-family: 'polaris-book', sans-serif;
}
#right-sidebar .archive-date li > a::after {
  content: "→";
  padding: 0 0 0 10px;
}
#right-sidebar .archive-date .archive-year {
  height: 50px;
}
#right-sidebar .archive-date .archive-year li {
  display: none;
}
#right-sidebar .archive-date .archive-year li:first-child {
  border-top: transparent;
}
#right-sidebar .archive-date .open {
  height: auto;
}
#right-sidebar .archive-date .open li {
  display: block;
}
#right-sidebar .archive-date .open h4::after {
  content: url('../images/up-arrow-green-bold.svg');
  display: block;
  width: 15px;
  height: 15px;
  padding-left: 5px;
}
#right-sidebar .archive-tags li {
  border: transparent;
  padding: 0 2px;
}
#right-sidebar .archive-tags li a {
  font-family: 'polaris-bold', sans-serif;
}
#right-sidebar .archive-tags li a::before {
  content: "→";
  padding: 0 10px 0 0;
}
#right-sidebar .archive-tags li a::after {
  content: '';
}
#left-sidebar .post-header .back-btn a {
  color: #a1b426;
  font-family: 'polaris-bold', sans-serif;
  font-size: 1.125rem;
  line-height: 30px;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#left-sidebar .post-header .back-btn a::before {
  content: "←";
  padding: 0 10px 0 0;
}
#left-sidebar .post-header .back-btn a:hover {
  padding-left: 5px;
  color: #d34d5b;
}
#left-sidebar .sidebar-section .title {
  color: #58585b;
  font-family: 'polaris-bold', sans-serif;
  font-size: 0.875rem;
}
#left-sidebar .sidebar-section .sub-section ul {
  padding: 0;
}
#left-sidebar .sidebar-section .sub-section li:last-child {
  border-bottom: 2px solid #dcdcdc;
  width: 80%;
}
#left-sidebar .sidebar-section .sub-section li {
  list-style: none;
  border-top: 2px solid #dcdcdc;
  width: 80%;
  padding: 5px 0;
}
#left-sidebar .sidebar-section .sub-section li a {
  color: #58585b;
  font-size: 0.875rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#left-sidebar .sidebar-section .sub-section li a:hover {
  padding-left: 5px;
  color: #d34d5b;
}
#left-sidebar .sidebar-section .published-date {
  border-top: 2px solid #dcdcdc;
  border-bottom: 2px solid #dcdcdc;
  width: 80%;
}
#left-sidebar .sidebar-section .published-date .entry-date {
  padding: 5px 0;
  font-size: 0.875rem;
}
.single #content .back-btn a, .page #content .back-btn a {
  color: #a1b426;
  font-family: 'polaris-bold', sans-serif;
  font-size: 1.25rem;
  line-height: 30px;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.single #content .back-btn a::before, .page #content .back-btn a::before {
  content: "←";
  padding: 0 10px 0 0;
}
.single #content .back-btn a:hover, .page #content .back-btn a:hover {
  padding-left: 5px;
  color: #d34d5b;
}
.single #content a, .page #content a {
  color: #3d8a94;
  -webkit-transition: all 0.3s ease-in-out;
  moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.single #content a:hover, .page #content a:hover {
  color: #d34d5b;
}
.single #content iframe, .page #content iframe {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  max-width: 100%;
}
.gform_body .gfield .gfield_label {
  display: none;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  background: #00584c;
  color: #fff;
  padding: 15px !important;
  border: none;
  font-size: 1.25rem;
}
.gform_wrapper ul li.gfield {
  margin: 25px 0 !important;
}
.gform_wrapper textarea {
  background: #00584c;
  padding: 15px !important;
  border: none;
  font-size: 1.25rem;
}
input[type=submit] {
  background: transparent;
  border: none;
  color: #00a29c;
  font-family: 'polaris-bold', sans-serif;
  font-size: 1.25rem !important;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
input[type=submit]:hover {
  padding-left: 10px;
  color: #d34d5b;
}
.callout_box .left-arrow::before {
  padding: 0 10px 0 0;
}
.callout_box:hover .left-arrow {
  color: #d34d5b;
  padding-left: 5px;
}
::-webkit-input-placeholder {
  /* Chrome */
  color: #fff !important;
  font-family: 'polaris-bold', sans-serif;
  font-size: 0.875rem;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff !important;
  font-family: 'polaris-bold', sans-serif;
  font-size: 0.875rem;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff !important;
  opacity: 1 !important;
  font-family: 'polaris-bold', sans-serif;
  font-size: 0.875rem;
}
:-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #fff !important;
  opacity: 1 !important;
  font-family: 'polaris-bold', sans-serif;
  font-size: 0.875rem;
}
.page .back-btn a {
  color: #a1b426;
  font-family: 'polaris-bold', sans-serif;
  font-size: 1.25rem;
  line-height: 30px;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.page .back-btn a::before {
  content: "←";
  padding: 0 10px 0 0;
}
.page .back-btn a:hover {
  padding-left: 5px;
  color: #d34d5b;
}
.page-template-template-grid .content-page p {
  text-align: left;
}
.single .post-thumbnail img {
  width: 100%;
}
strong {
  font-family: 'polaris-bold', sans-serif;
  font-weight: normal;
}
.single .back-btn a {
  color: #a1b426;
  font-family: 'polaris-bold', sans-serif;
  font-size: 1.25rem;
  line-height: 30px;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.single .back-btn a::before {
  content: "←";
  padding: 0 10px 0 0;
}
.single .back-btn a:hover {
  padding-left: 5px;
  color: #d34d5b;
}
.single-post h1, .single-events h1 {
  color: #3d8a94;
}
.previous-article {
  width: 100%;
  float: left;
  font-size: 0.875rem;
  padding-left: 40px;
  background: #a1b426;
}
.previous-article a {
  color: #fff;
}
.previous-article a h3, .previous-article a span {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.previous-article a:hover h3, .previous-article a:hover span, .previous-article a:hover {
  color: #d34d5b;
}
.previous-article .icon {
  font-family: 'polaris-bold', sans-serif;
  font-size: 0.875rem;
  display: inline-grid;
}
.previous-article .icon::before {
  content: url('../images/left-arrow-white-bold.svg');
  display: block;
  width: 18px;
  height: 18px;
}
.previous-article h1, .previous-article h3, .previous-article span {
  color: #fff;
}
.previous-article .action {
  padding: 25px;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  width: 100%;
  bottom: 0px;
}
.previous-article .action:hover .left-arrow {
  color: #d34d5b;
  padding-left: 5px;
}
.next-article {
  width: 100%;
  float: right;
  font-size: 0.875rem;
  padding-right: 40px;
  background: #3d8a94;
}
.next-article a {
  color: #fff;
}
.next-article a h3, .next-article a span {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.next-article a:hover h3, .next-article a:hover span, .next-article a:hover {
  color: #d34d5b;
}
.next-article h1, .next-article h3, .next-article span {
  color: #fff;
}
.next-article .icon {
  font-family: 'polaris-bold', sans-serif;
  font-size: 0.875rem;
  display: inline-grid;
}
.next-article .icon::before {
  content: url('../images/right-arrow-white-bold.svg');
  display: block;
  width: 18px;
  height: 18px;
}
.next-article .action {
  padding: 25px;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  width: 100%;
  bottom: 0px;
}
.next-article .action:hover .left-arrow {
  color: #d34d5b;
  padding-left: 5px;
}
.left-arrow {
  color: #fff;
  font-family: 'polaris-bold', sans-serif;
  font-size: 1rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.left-arrow::before {
  content: "→";
  padding: 0 10px 0 20px;
}
.quote_box .content {
  font-family: 'polaris-bold', sans-serif;
  font-size: 17px;
}
.video_box {
  position: relative;
  background: rgba(61, 138, 148, 0.8);
}
.video_box:hover a {
  color: #d34d5b;
}
.video_box h2 {
  color: #fff;
}
.video_box .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  z-index: 10;
  opacity: 0.1;
}
.video_box .content {
  min-height: 300px;
  position: relative;
}
.video_box .content .icon {
  font-size: 3rem;
  position: absolute;
  width: 100%;
  bottom: 20%;
}
.video_box .content .icon::before {
  content: url('../images/play-icon.svg');
  display: block;
  width: 55px;
  height: 55px;
  padding-right: 10px;
  position: relative;
  top: -7px;
}
.video-modal-content {
  border: transparent;
}
.video-modal-body {
  background: #000;
}
.video-modal-body .close {
  color: #fff;
}
.event_box .content {
  background: #496965;
  color: #fcfcfc;
}
.event-details h5 {
  font-size: 1rem;
  display: inline-flex;
}
.event-details .where h5 {
  color: #6b6b17;
}
.event-details .where h5::before {
  content: url('../images/events-location.svg');
  display: block;
  width: 32px;
  height: 32px;
  padding-right: 10px;
  position: relative;
  top: -7px;
}
.event-details .where header {
  border-bottom: 2px solid #6b6b17;
}
.event-details .where .content {
  font-size: 0.875rem;
}
.event-details .where .directions {
  color: #58585b;
  font-family: 'polaris-bold', sans-serif;
  font-size: 0.875rem;
}
.event-details .where .directions::before {
  content: "→";
  padding: 0 10px 0 0;
}
.event-details .where .directions:hover {
  padding-left: 5px;
  color: #d34d5b;
}
.event-details .when h5 {
  color: #007479;
}
.event-details .when h5::before {
  content: url('../images/events-clock.svg');
  display: block;
  width: 32px;
  height: 32px;
  padding-right: 10px;
  position: relative;
  top: -1px;
}
.event-details .when header {
  border-bottom: 2px solid #007479;
}
.event-details .when .content {
  font-size: 0.875rem;
}
.event-details .info h5 {
  color: #89941d;
}
.event-details .info h5::before {
  content: url('../images/events-ask.svg');
  display: block;
  width: 32px;
  height: 32px;
  padding-right: 10px;
  position: relative;
  top: -1px;
}
.event-details .info header {
  border-bottom: 2px solid #89941d;
}
.event-details .info .content {
  font-size: 0.875rem;
}
.event-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
}
.event-map img {
  max-width: inherit !important;
}
.event-map .directions {
  font-size: 1rem;
  color: #d34d5b;
}
#nav-icon {
  display: initial;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
#nav-icon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 44px;
  background: #58585b;
  opacity: 1;
  right: 4px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#nav-icon span:nth-child(1) {
  top: 0px;
}
#nav-icon span:nth-child(2) {
  top: 14px;
}
#nav-icon span:nth-child(3) {
  top: 28px;
}
#nav-icon.open span:nth-child(1) {
  top: 14px;
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  -o-transform: rotate(315deg);
  transform: rotate(235deg);
}
#nav-icon.open span:nth-child(2) {
  opacity: 0;
  left: -54px;
}
#nav-icon.open span:nth-child(3) {
  top: 14px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.modal-box {
  display: none;
  position: fixed;
  z-index: 1010;
  width: 100%;
  height: 100%;
  background-clip: padding-box;
}
.modal-box .modal-header {
  padding: 0.5em 4em;
  background: #3d8a94;
  border: transparent;
}
.modal-box header {
  padding: 8px 0 0 8px;
}
.modal-box header img {
  padding-right: 10px;
}
.modal-box .modal-body {
  padding: 2em 0.5em;
  width: 100%;
}
.modal-overlay {
  opacity: 0;
  filter: alpha(opacity=0);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  height: 100%;
  background: #3d8a94 !important;
}
a.close {
  line-height: 1;
  font-size: 3.5em;
  position: absolute;
  top: 20px;
  right: 15px;
  text-decoration: none;
  transition: 0.7s;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
  font-family: -webkit-body;
}
a.close:hover {
  color: #f6851f;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fixed-header {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  margin: 0 !important;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: opacity 0.7s ease-in-out;
  -moz-transition: opacity 0.7s ease-in-out;
  -o-transition: opacity 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out;
  animation: smoothScroll 1.3s forwards;
}
.article-navigation section {
  min-height: 320px;
}
#carousel-component h3 {
  color: #3d8a94;
}
#carousel-component .flex-direction-nav a:before {
  font-size: 30px;
  color: white;
}
#carousel-component .flex-control-paging li a.flex-active {
  background: #3d8a94;
}
#carousel-component .flex-control-paging li a {
  background: transparent;
  -webkit-box-shadow: inset 0 0 3px #3d8a94;
  -moz-box-shadow: inset 0 0 3px #3d8a94;
  -o-box-shadow: inset 0 0 3px #3d8a94;
  box-shadow: inset 0 0 3px #3d8a94;
}
#card-component-gallery {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#card-component-gallery h3 {
  color: #3d8a94;
}
.component-gallery:hover .gallery-content {
  opacity: 1;
}
.gallery-image {
  border-radius: 2px;
  min-height: 150px;
}
.gallery-content {
  border-radius: 2px;
  transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  opacity: 0;
  position: absolute;
  height: 91%;
  width: 94%;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 88, 76, 0.9);
}
.gallery-content h5, .gallery-content p {
  color: #fff;
}
#card-component-people .people-image {
  min-height: 246px;
}
#card-component-people .people-name {
  border-bottom: 3px solid #3d8a94;
}
#card-component-people .people-info {
  min-height: 100px;
}
#card-component-people h3, #card-component-people h5 {
  color: #3d8a94;
}
#card-component-people p {
  margin-bottom: 0;
}
#card-component-people strong {
  color: #58585b;
  font-size: 0.875rem;
}
#card-component-people .action .left-arrow {
  color: #008e77;
  font-family: 'polaris-bold', sans-serif;
  font-size: 1rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#card-component-people .action .left-arrow::before {
  content: "→";
  padding: 0 10px 0 0;
}
#card-component-people .action:hover .left-arrow {
  color: #d34d5b;
  padding-left: 5px;
}
#card-component-links h3 {
  color: #3d8a94;
}
#card-component-links h5 {
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#card-component-links h5:hover {
  color: #d34d5b;
}
#card-component-links .row div {
  border-radius: 2px;
}
#card-component-links .component-links-1 {
  background: #3d8a94;
}
#card-component-links .component-links-2 {
  background: #abd7aa;
}
#card-component-links .component-links-2 h5 {
  color: #58585b;
}
#card-component-links .component-links-2 h5:hover {
  color: #d34d5b;
}
#card-component-links .component-links-3 {
  background: #00746c;
}
#card-component-links .component-links-4 {
  background: #a1b426;
}
#card-component-links .component-links-5 {
  background: #65c5b4;
}
#card-component-links .component-links-5 h5 {
  color: #58585b;
}
#card-component-links .component-links-5 h5:hover {
  color: #d34d5b;
}
#card-component-links .component-links-6 {
  background: #00584c;
}
#card-component-publications [class*='component-publications-']:hover .left-arrow {
  color: #d34d5b;
  padding-left: 5px;
}
#card-component-publications .row div {
  border-radius: 2px;
}
#card-component-publications .row .col-9 {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#card-component-publications .row .col-3 {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#card-component-publications h3 {
  color: #3d8a94;
}
#card-component-publications h5 {
  color: #fff;
}
#card-component-publications .left-side {
  background: #e6e6e6;
}
#card-component-publications .component-publications-1 {
  background: #3d8a94;
}
#card-component-publications .component-publications-2 {
  background: #abd7aa;
}
#card-component-publications .component-publications-2 h5, #card-component-publications .component-publications-2 .left-arrow {
  color: #58585b;
}
#card-component-publications .component-publications-3 {
  background: #00746c;
}
#card-component-publications .component-publications-4 {
  background: #a1b426;
}
#card-component-publications .component-publications-5 {
  background: #65c5b4;
}
#card-component-publications .component-publications-5 h5, #card-component-publications .component-publications-5 .left-arrow {
  color: #58585b;
}
#card-component-publications .component-publications-6 {
  background: #00584c;
}
#sidebar-gallery .gallery-image {
  min-height: 260px;
  background-size: contain !important;
}
.page-content .search-form {
  margin-bottom: 50px;
}
figure {
  margin-right: 1rem;
  float: left;
}
/* Media querries*/
@media only screen and (min-width: 480px) {
  .front-page .home-latest-news .latest-article {
    min-height: 380px;
  }
  .archive-article-list {
    min-height: 215px;
  }
  .archive .archive-article, .search .archive-article, .page .archive-article {
    min-height: 445px;
  }
  #footer-widget .footer-columns-nav {
    display: flex;
  }
}
@media only screen and (min-width: 768px) {
  .menu-header .main-menu navbar {
    padding: 0 20px !important;
  }
  .shoulder-vertical-nav {
    margin: 0 auto;
  }
  .home-publications {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 996px) {
  #right-sidebar {
    margin-top: 170px;
  }
  #masthead {
    padding-top: 43px;
  }
  #masthead .container-fluid {
    overflow: visible !important;
  }
  .pagination {
    margin-top: 3.125rem;
  }
  #card-component-links .row div h5 {
    min-height: 157px;
  }
  #card-component-publications [class*='component-publications-'] {
    min-height: 157px;
  }
  #card-component-publications h5 {
    min-height: 120px;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1366px;
  }
  .logo-container {
    position: relative;
    left: -50px;
  }
  .homepage-menu {
    top: -50px;
    position: relative;
  }
  .other-articles {
    width: 100%;
  }
  .contact-btn {
    left: 17px;
  }
  .front-page h2 {
    padding: 30px 0 60px 0;
  }
  .front-page .home-publications {
    padding: 36px 0;
  }
  .first-article-no-image {
    min-height: 531px;
  }
  .first-article-no-image h1 {
    padding-right: 1em;
  }
  .home-publications {
    margin-top: 100px;
  }
  #full-screen-search form div {
    padding: 0 25rem;
  }
  .modal-dialog {
    max-width: 800px;
  }
  .next-article .action, .previous-article .action {
    padding-left: 5rem !important;
  }
  .event-map {
    width: 110%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .fixed-header {
    padding: 0 10px !important;
  }
  .fixed-header .logo-container {
    display: block;
    margin: auto;
  }
  .fixed-header .logo-container img {
    width: 40%;
  }
  .fixed-header .main-menu {
    margin-right: 4.4rem;
  }
}
@media only screen and (max-width: 1300px) {
  header .main-menu li a {
    padding: 0 5px !important;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .archive .archive-article, .search .archive-article, .page .archive-article {
    min-height: 435px;
  }
  header .main-menu li a {
    padding: 0 6px !important;
  }
  .logo-container {
    left: -20px;
  }
}
@media (max-width: 1200px) {
  .archive-article-list {
    margin-left: 0 !important;
  }
  .gallery-content {
    width: 96%;
  }
  .site-footer .footer-navbar .navbar-nav li > a {
    padding: 0 10px 0 0 !important;
    border: transparent;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .main-menu .navbar {
    padding: 0 !important;
  }
  .main-menu .navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-box;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    -webkit-box-orient: horizontal;
  }
  .main-menu .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .main-menu .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media only screen and (max-width: 1024px) {
  .main-menu {
    position: relative;
    text-align: right;
  }
  .main-menu .navbar {
    display: none !important;
  }
  .main-menu .search-icon {
    margin-right: 70px;
  }
  .main-menu #nav-icon {
    display: initial !important;
    position: relative;
    top: 5px;
  }
  #mobile-menu {
    overflow-y: scroll;
    bottom: 0;
    overflow-x: hidden;
    top: 0 !important;
    background: #3d8a94;
  }
  #mobile-menu header {
    padding-top: 17px;
  }
  #mobile-menu header span {
    position: relative;
    top: 10px;
    padding: 0 10px;
  }
  #mobile-menu header .contact-btn a {
    font-family: 'polaris-bold', sans-serif;
    font-size: 1.25rem;
    padding: 5px 10px;
    color: #d34d5b;
    background: #fff;
    border-radius: 2px;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
  }
  #mobile-menu header .contact-btn a:hover {
    background: #d34d5b;
    color: #fff;
    text-decoration: none;
  }
  #mobile-menu .collapse {
    display: inherit !important;
  }
  #mobile-menu .navbar li > a {
    font-family: 'polaris-bold', sans-serif;
    font-size: 1.125rem;
    color: #fff;
    padding: 15px 0;
    border-bottom: 2px solid #fff;
  }
  #mobile-menu .navbar li > a:hover {
    color: #d34d5b;
    background: transparent;
  }
  #mobile-menu .navbar li > a:focus {
    color: #d34d5b;
  }
  #mobile-menu .navbar li > a::after {
    content: url('../images/down-arrow-white-bold.svg');
    display: block;
    width: 13px;
    height: 13px;
    position: absolute;
    right: 0;
    margin-top: -22px;
  }
  #mobile-menu .navbar .dropdown-toggle::after {
    display: none;
  }
  #mobile-menu .navbar .dropdown-submenu .dropdown-menu {
    left: 0;
    padding-left: 30px;
    position: relative;
    border-bottom: transparent !important;
  }
  #mobile-menu .navbar .dropdown-menu {
    display: block;
    border-bottom: 2px solid #fff !important;
    border-left: transparent !important;
    border: transparent !important;
    background: transparent;
  }
  #mobile-menu .navbar .dropdown-menu li > a {
    font-size: 1rem;
    color: #fff;
    border: transparent !important;
    padding-left: 20px;
    white-space: unset;
    position: relative;
  }
  #mobile-menu .navbar .dropdown-menu li > a::before {
    content: "→";
    padding: 0 10px 0 0;
    left: 0;
    top: 15px;
    position: absolute;
  }
  #mobile-menu .navbar .dropdown-menu li > a::after {
    content: '' !important;
  }
  #mobile-menu .navbar li:first-child > a {
    border-top: 2px solid #fff;
  }
  #mobile-menu .navbar-nav {
    width: 100%;
  }
  #mobile-menu a.close:hover {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .pagination {
    margin-top: 2.25rem;
  }
  #card-component-people .people-image {
    background-position: center !important;
    min-height: 508px;
  }
}
@media only screen and (max-width: 768px) {
  .logo-container {
    width: 95%;
    padding: 19px 0;
  }
  .home-latest-news h3 a {
    color: #58585b;
  }
  .home-latest-news h3 a::before {
    content: "→";
    padding: 0 10px;
  }
  .home-latest-news h2 {
    border-top: 2px solid #dcdcdc;
  }
  .article-navigation section {
    min-height: 360px;
  }
  .top-banner .other-articles {
    height: auto !important;
  }
  .site-footer #footer-widget .contact-details h3 {
    font-size: 17px;
  }
  .mobile-banner {
    margin-bottom: 20px;
  }
  #full-screen-search form div {
    padding: 0 10px;
  }
  #full-screen-search form div input[type="text"] {
    font-size: 1.25rem;
  }
  .site-footer {
    background: url('../images/footer-bg-mobile.svg');
    background-size: cover;
  }
}
@media (max-width: 480px) {
  .search-icon {
    top: 5px !important;
  }
  header .top-banner .first-article-no-image {
    height: 100%;
  }
  .site-footer #footer-widget p {
    padding: 20px 0;
  }
  #footer-widget .social-links {
    border-bottom: 1px solid #fff;
  }
  .site-footer #footer-widget .footer-navbar ul {
    display: block;
  }
  .site-footer #footer-widget .footer-navbar li {
    display: inline-flex;
    padding: 0 5px;
  }
  .main-menu .search-icon {
    margin-right: 50px;
  }
  .main-menu .contact-btn a {
    padding: 5px 10px !important;
  }
  #mobile-menu header span {
    padding: 0 8px;
  }
  #mobile-menu header .search-icon {
    left: 6px;
    /* .front-page .home-latest-news .without-image .action, .archive .without-image .action, .search .without-image .action, .page .without-image .action{display: none !important} */
  }
  .front-page .home-latest-news .with-image .action, .archive .with-image .action, .archive .without-image .action, .search .with-image .action, .search .without-image .action, .page .with-image .action, .page .without-image .action {
    position: relative !important;
    background: transparent !important;
    padding: 1.5rem 0;
  }
  #full-screen-search form div input[type="text"] {
    font-size: 1rem;
    padding: 10px;
  }
  #sidebar-gallery .gallery-image {
    min-height: 200px;
  }
  #left-sidebar .sidebar-section .published-date, #left-sidebar .sidebar-section .sub-section li {
    width: 100% !important;
  }
  input[type=submit] {
    text-align: left;
  }
  #card-component-people .people-info {
    min-height: auto;
  }
}
@media (max-width: 340px) {
  .main-menu .contact-btn a {
    padding: 5px 3px !important;
  }
}
@keyframes smoothScroll {
  0% {
    transform: translateY(-100px);
  }
  100% {
    transform: translateY(0px);
  }
}
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-track {
  background-color: #3d8a94;
}
::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
}
::-webkit-scrollbar-button {
  background-color: #00584c;
}
::-webkit-scrollbar-corner {
  background-color: black;
}
@font-face {
  font-family: 'polaris-book';
  src: url('fonts/Polaris-Book.eot');
  /* IE9 Compat Modes */
  src: url('fonts/Polaris-Book.eot?#iefix') format('embedded-opentype'), url('fonts/Polaris-Book.woff2') format('woff2'), url('fonts/Polaris-Book.woff') format('woff');
  /* IE6-IE8 */
  /* Super Modern Browsers */
}
@font-face {
  font-family: 'polaris-bold';
  src: url('fonts/Polaris-Bold.eot');
  /* IE9 Compat Modes */
  src: url('fonts/Polaris-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/Polaris-Bold.woff2') format('woff2'), url('fonts/Polaris-Bold.woff') format('woff');
  /* IE6-IE8 */
  /* Super Modern Browsers */
  /* Pretty Modern Browsers */
}
