/*
Theme Name: Victoria Foundation
Theme URI: http://www.eclipsecreative.ca
Description: Child Theme for Honeybadger WordPress Theme
Author: Eclipse Creative
Author URI: http://www.eclipsecreative.ca
Template: honeybadger-theme
Version: 1.0
*/

/******************************
FONT AND ICONMOON STYLES
******************************/

@font-face {
  font-family: "viva_beautifulregular";
  src: url("assets/fonts/cultivated_mind_-_viva_beautiful-webfont.woff2")
      format("woff2"),
    url("assets/fonts/cultivated_mind_-_viva_beautiful-webfont.woff")
      format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "icomoon";
  src: url("assets/fonts/icomoon.eot?509tgo");
  src: url("assets/fonts/icomoon.eot?509tgo#iefix") format("embedded-opentype"),
    url("assets/fonts/icomoon.ttf?509tgo") format("truetype"),
    url("assets/fonts/icomoon.woff?509tgo") format("woff"),
    url("assets/fonts/icomoon.svg?509tgo#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-email:before {
  content: "\e900";
}
.icon-right-arrow:before {
  content: "\e907";
}
.icon-circle-arrow-right:before {
  content: "\e909";
}
.icon-web-link:before {
  content: "\e908";
}
.icon-dot-bar:before {
  content: "\e905";
}
.icon-phone:before {
  content: "\e901";
}
.icon-number-1:before {
  content: "\e902";
}
.icon-number-2:before {
  content: "\e903";
}
.icon-number-3:before {
  content: "\e904";
}
.icon-pdf-download:before {
  content: "\e906";
}

/******************************
BASE STYLES
******************************/

body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
}

body {
  color: #003d71;
  font-size: 18px;
}

h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
}

.button {
  border-radius: 40px;
  background: rgba(0, 61, 113, 0.9);
  text-transform: uppercase;
  font-weight: 600;
  color: #ffffff;
  border: 2px solid #003d71;
  padding: 15px 30px;
  min-width: 220px;
}

.button:hover {
  background-color: transparent;
  color: #003d71;
}
.no-top-padding {
  padding-top: 0;
}

#fancybox-wrap div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#fancybox-wrap {
  height: auto !important;
  max-height: 100%;
  max-width: 1160px;
  border: none;
}
#fancybox-content {
  height: auto !important;
  max-height: 100%;
  width: 100% !important;
  max-width: 1160px;
  border: none !important;
}
#fancybox-content > div {
  width: 100% !important;
  max-width: 1160px;
  border: none !important;
}
a {
  transition: all 250ms;
}

.clear { clear: both; }

/******************************
COLOR BAR STYLES
******************************/
@keyframes bars {
  0% {
    flex: 1;
  }
  50% {
    flex: 2;
  }
  100% {
    flex: 1;
  }
}

.color-bar {
  display: flex;
}

.color-bar div {
  flex: 1;
  float: left;
  height: 10px;
  margin: 0;
}

.color-bar .lightblue {
  background-color: #30b3c7;
  animation: bars 5s ease-in-out infinite;
}

.color-bar .darkblue {
  background-color: #156fbe;
}

.color-bar .yellow {
  background-color: #f9cb0b;
}

.color-bar .purple {
  background-color: #a949ee;
  animation: bars 5s ease-in-out infinite;
}

.color-bar .teal {
  background-color: #03db98;
}

.color-bar .pink {
  background-color: #dd1286;
}

.color-bar .green {
  background-color: #16bc04;
  animation: bars 5s ease-in-out infinite;
}

.color-bar .orange {
  background-color: #f1592a;
}

/******************************
LIGHTBLUE STYLES
******************************/
.lightblue .dot-bar:before,
.lightblue .related-links h2:before,
.lightblue .related-links a,
.lightblue .basic-text-content a,
.lightblue .accordion-content a,
.lightblue .number-1:before,
.lightblue .number-2:before,
.lightblue .number-3:before,
.lightblue .bullet,
.lightblue .accordion-title::before,
.lightblue .intro a,
.lightblue .three-column-text a,
.lightblue .four-column-text a,
.lightblue article a,
.lightblue .sidebar a {
  color: #30b3c7;
}

.lightblue .cta,
.lightblue .pagination .current {
  background-color: #30b3c7;
}

.lightblue .round-color-border {
  border-color: #30b3c7;
}

.lightblue .vital_signs_first .button,
.lightblue article .read-more {
  border: 4px solid #30b3c7;
}

.lightblue .vital_signs_first .button:hover,
.lightblue article .read-more:hover,
.lightblue article .read-more:active,
.lightblue article .read-more:focus {
  background-color: #30b3c7 !important;
}

/******************************
DARKBLUE STYLES
******************************/
.darkblue .dot-bar:before,
.darkblue .related-links h2:before,
.darkblue .related-links a,
.darkblue .basic-text-content a,
.darkblue .accordion-content a,
.darkblue .number-1:before,
.darkblue .number-2:before,
.darkblue .number-3:before,
.darkblue .bullet,
.darkblue .accordion-title::before,
.darkblue .intro a,
.darkblue .three-column-text a,
.darkblue .four-column-text a,
.darkblue article a,
.darkblue .sidebar a {
  color: #156fbe;
}

.darkblue .cta,
.darkblue .pagination .current {
  background-color: #156fbe;
  color: #ffffff;
}

.darkblue .round-color-border {
  border-color: #156fbe;
}

.darkblue .vital_signs_first .button,
.darkblue article .read-more {
  border: 4px solid #156fbe;
}

.darkblue .vital_signs_first .button:hover,
.darkblue article .read-more:hover,
.darkblue article .read-more:active,
.darkblue article .read-more:focus {
  background-color: #156fbe !important;
}

/******************************
YELLOW STYLES
******************************/
.yellow .dot-bar:before,
.yellow .related-links h2:before,
.yellow .related-links a,
.yellow .basic-text-content a,
.yellow .accordion-content a,
.yellow .number-1:before,
.yellow .number-2:before,
.yellow .number-3:before,
.yellow .bullet,
.yellow .accordion-title::before,
.yellow .intro a,
.yellow .three-column-text a,
.yellow .four-column-text a,
.yellow article a,
.yellow .sidebar a {
  color: #f9cb0b;
}

.yellow .cta,
.yellow .pagination .current {
  background-color: #f9cb0b;
}

.yellow .round-color-border {
  border-color: #f9cb0b;
}

.yellow .vital_signs_first .button,
.yellow article .read-more {
  border: 4px solid #f9cb0b;
}

.yellow .vital_signs_first .button:hover,
.yellow article .read-more:hover,
.yellow article .read-more:active,
.yellow article .read-more:focus {
  background-color: #f9cb0b !important;
}

/******************************
PURPLE STYLES
******************************/
.purple .dot-bar:before,
.purple .related-links h2:before,
.purple .related-links a,
.purple .basic-text-content a,
.purple .accordion-content a,
.purple .number-1:before,
.purple .number-2:before,
.purple .number-3:before,
.purple .bullet,
.purple .accordion-title::before,
.purple .intro a,
.purple .three-column-text a,
.purple .four-column-text a,
.purple article a,
.purple .sidebar a {
  color: #a949ee;
}

.purple .cta,
.purple .pagination .current {
  background-color: #a949ee;
}

.purple .round-color-border {
  border-color: #a949ee;
}

.purple .vital_signs_first .button,
.purple article .read-more {
  border: 4px solid #a949ee;
}

.purple .vital_signs_first .button:hover,
.purple article .read-more:hover,
.purple article .read-more:active,
.purple article .read-more:focus {
  background-color: #a949ee !important;
}

/******************************
TEAL STYLES
******************************/
.teal .dot-bar:before,
.teal .related-links h2:before,
.teal .related-links a,
.teal .basic-text-content a,
.teal .accordion-content a,
.teal .number-1:before,
.teal .number-2:before,
.teal .number-3:before,
.teal .bullet,
.teal .accordion-title::before,
.teal .intro a,
.teal .three-column-text a,
.teal .four-column-text a,
.teal article a,
.teal .sidebar a {
  color: #03db98;
}

.teal .cta,
.teal .pagination .current {
  background-color: #03db98;
}

.teal .round-color-border {
  border-color: #03db98;
}

.teal .vital_signs_first .button,
.teal article .read-more {
  border: 4px solid #03db98;
}

.teal .vital_signs_first .button:hover,
.teal article .read-more:hover,
.teal article .read-more:active,
.teal article .read-more:focus {
  background-color: #03db98 !important;
}

/******************************
PINK STYLES
******************************/
.pink .dot-bar:before,
.pink .related-links h2:before,
.pink .related-links a,
.pink .basic-text-content a,
.pink .accordion-content a,
.pink .number-1:before,
.pink .number-2:before,
.pink .number-3:before,
.pink .bullet,
.pink .accordion-title::before,
.pink .intro a,
.pink .three-column-text a,
.pink .four-column-text a,
.pink article a,
.pink .sidebar a {
  color: #dd1286;
}

.pink .cta,
.pink .pagination .current {
  background-color: #dd1286;
  color: #ffffff;
}

.pink .round-color-border {
  border-color: #dd1286;
}

.pink .vital_signs_first .button,
.pink article .read-more {
  border: 4px solid #dd1286;
}

.pink .vital_signs_first .button:hover,
.pink article .read-more:hover,
.pink article .read-more:active,
.pink article .read-more:focus {
  background-color: #dd1286 !important;
}

/******************************
GREEN STYLES
******************************/
.green .dot-bar:before,
.green .related-links h2:before,
.green .related-links a,
.green .basic-text-content a,
.green .accordion-content a,
.green .number-1:before,
.green .number-2:before,
.green .number-3:before,
.green .bullet,
.green .accordion-title::before,
.green .intro a,
.green .three-column-text a,
.green .four-column-text a,
.green article a,
.green .sidebar a {
  color: #16bc04;
}

.green .cta,
.green .pagination .current {
  background-color: #16bc04;
}

.green .round-color-border {
  border-color: #16bc04;
}

.green .vital_signs_first .button,
.green article .read-more {
  border: 4px solid #16bc04;
}

.green .vital_signs_first .button:hover,
.green article .read-more:hover,
.green article .read-more:active,
.green article .read-more:focus {
  background-color: #16bc04 !important;
}

/******************************
ORANGE STYLES
******************************/
.orange .dot-bar:before,
.orange .related-links h2:before,
.orange .related-links a,
.orange .basic-text-content a,
.orange .accordion-content a,
.orange .number-1:before,
.orange .number-2:before,
.orange .number-3:before,
.orange .bullet,
.orange .accordion-title::before,
.orange .intro a,
.orange .three-column-text a,
.orange .four-column-text a,
.orange article a,
.orange .sidebar a {
  color: #f1592a;
}

.orange .cta,
.orange .pagination .current {
  background-color: #f1592a;
  color: #ffffff;
}

.orange .round-color-border {
  border-color: #f1592a;
}

.orange .vital_signs_first .button,
.orange article .read-more {
  border: 4px solid #f1592a;
}

.orange .vital_signs_first .button:hover,
.orange article .read-more:hover,
.orange article .read-more:active,
.orange article .read-more:focus {
  background-color: #f1592a !important;
}

/******************************
BASE ICON STYLES
******************************/

.dot-bar {
  position: relative;
}

.dot-bar:before {
  content: "\e905";
  font-family: "icomoon";
  position: absolute;
  text-align: center;
  width: 100%;
  top: -12px;
  left: 0;
}

.related-links h2 {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
}

.related-links h2:before {
  content: "\e908";
  font-family: "icomoon";
  position: relative;
  margin-right: 10px;
}

.related-links a:before {
  content: "\e909";
  font-family: "icomoon";
  position: relative;
  margin-right: 5px;
}

.number-1,
.number-2,
.number-3 {
  text-indent: -200px;
  font-style: normal;
}

.number-1:before,
.number-2:before,
.number-3:before {
  font-family: "icomoon";
  position: relative;
  font-size: 50px;
  vertical-align: middle;
}

.number-1:before {
  content: "\e902";
}

.number-2:before {
  content: "\e903";
}

.number-3:before {
  content: "\e904";
}

.right-arrow:before {
  content: "\e907";
  font-family: "icomoon";
  position: relative;
  font-size: 7px;
  margin-left: 5px;
  vertical-align: middle;
}

.button.email span,
.button.phone span {
  position: relative;
}

.button.email span:before,
.button.phone span:before {
  font-family: "icomoon";
  position: relative;
  margin-right: 10px;
  vertical-align: middle;
  font-size: 20px;
}

.button.email span:before {
  content: "\e900";
  font-size: 16px;
  vertical-align: top;
}

.button.phone span:before {
  content: "\e901";
}

.pdf-download:before {
  font-family: "icomoon";
  position: relative;
  margin-right: 10px;
  content: "\e906";
}

.cta .button.disabled {
  opacity: 1;
  background: rgba(255, 255, 255, 0.1);
  border: 3px solid rgba(255, 255, 255, 0.25);
}

.cta .button.disabled:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.1);
  border: 3px solid rgba(255, 255, 255, 0.25);
}
/******************************
SPECIAL SECTION STYLES
******************************/

/* AWARD FUND // SINGLE PAGE */
.section-header {
  width: 100%;
  height: 80vh;
  
}
.section-header-heading {
  font-size: 120px;
  line-height: 120px;
  color: #fff;
  font-family: "viva_beautifulregular" !important;
  position: relative;
  text-align: center;
  transform: translateY(-50%);
  top: 50%;
}
@media screen and (max-width: 800px) {
  .section-accordion-content-container {
    width: 100% !important;
  }
  .section-header-heading {
    font-size: 85px;
    padding: 20px;
  }
}

@media screen and (max-width: 500px) {
  .section-header-heading {
    font-size: 85px;
    padding: 20px;
  }
  .section-full-width-content {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 420px) {
  .section-header-heading {
    font-size: 50px;
    line-height: 60px;
    padding: 20px;
  }
}

.section-full-width {
  width: 100%;
  height: auto;
  padding: 75px 0;
}
.section-full-width-heading,
.section-full-width-content {
  text-align: center !important;
  padding: 10px 0 10px 0;
  font-size: 21px;
  margin: 0 auto;
  max-width: 85rem;
}
.section-full-width-content {
  padding: 0 30px;
  max-width: 80rem;
}
.section-full-width::before {
  content: "\e905";
  font-family: "icomoon";
  position: absolute;
  text-align: center;
  width: 100%;
  top: -12px;
  left: 0;
}
.section-fifty-fifty-fund {
  width: 100%;
  height: auto;
  padding: 60px 30px;
}
.section-fifty-fifty-fund-flex {
  display: flex;
  max-width: 85rem;
  margin: 0 auto;
  align-items: center;
}
.section-fifty-fifty-fund-image {
  width: 100%;
  height: auto;
  flex-basis: 100%;
	text-align: center;
}
.section-fifty-fifty-fund-text {
  padding-right: 5%;
  flex-basis: 100%;
}

.full-width-bar .columns { padding: 30px 0 30px 0; }
.full-width-bar .columns .column { position: relative; display: inline-block; border-radius: 10px; border: 2px solid #003d71; margin: 10px; float: unset; vertical-align: top; padding: 30px; line-height: 1; }
.full-width-bar .columns a:hover .column { background-color: #003d71; }
/*.full-width-bar .columns .column .column-info { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); padding: 30px; line-height: 1; width: 100%; }*/
.full-width-bar .columns .column img { margin: 0 0 10px 0; }
.full-width-bar .columns .column .title { color: #003d71; font-weight: 600; transition: all .25s ease-in-out; }
.full-width-bar .columns a:hover .column .title { color: #FFFFFF; }
.full-width-bar .columns .column .text p { color: #003d71; font-size: 15px; margin: 10px 0 0 0 !important; line-height: 1.25; transition: all .25s ease-in-out; }
.full-width-bar .columns a:hover .column .text p { color: #FFFFFF; } 
.full-width-bar .columns .column .button { margin: 20px 0 0 0; min-width: unset; }
.full-width-bar .columns a:hover .column .button { background-color: #FFFFFF; color: #003d71; }

@media screen and (max-width: 1023px) {
    .full-width-bar .columns .column { width: calc(50% - 20px) !important; }
}

@media screen and (max-width: 800px) {
  .section-fifty-fifty-fund-flex {
    flex-direction: column;
  }
  .section-fifty-fifty-fund-text {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 639px) {
    .full-width-bar .columns .column { width: calc(100% - 20px) !important; }
}

.section-js-input {
  max-width: 85rem;
  height: auto;
  transform: translateY(-80px);
  margin-left: auto;
  margin-right: auto;
}

.section-accordion {
  width: 100%;
  padding: 75px 30px;
}
.section-accordion-content-container {
  max-width: 85rem;
  margin-left: auto;
  margin-right: auto;
}

.pattern-bg {
  background-image: url("assets/images/main-bg-pattern.jpg");
  background-repeat: repeat;
  background-size: 300px auto;
}

.blue-pattern-bg {
  background-image: url("assets/images/blue-bg-pattern.jpg");
  background-repeat: repeat;
  background-size: 600px auto;
  color: #ffffff;
}

.blue-pattern-bg h2 {
  text-align: center;
}

.blue-pattern-bg a {
  text-decoration: underline;
  color: #ffffff !important;
}

.round-color-border {
  border: 3px solid #000000;
  border-radius: 80px;
  padding: 70px;
  font-size: 35px;
  text-align: center;
  margin: 90px 0 40px;
}

.round-color-border img {
  width: 110px;
  height: auto;
  margin: -125px auto -30px;
  display: block;
}

/******************************
HEADER STYLES
******************************/

.top-bar {
  padding: 0;
}

.top-bar,
.top-bar ul {
  background-color: transparent;
}

#top-nav {
  width: 640px;
  margin: auto;
}

#top-bar-menu {
  max-width: none !important;
}

#top-bar-upper {
  background-color: #ffffff;
}

#top-bar-upper .social {
  margin: 0;
  margin-left: 10px;
}

#top-bar-upper .top-bar-right {
  margin-bottom: -5px;
}

#top-bar-upper .menu-top-navigation-container {
  display: inline-block;
}
#top-bar-upper .social li {
  line-height: 0.2;
}

#top-bar-upper .social a {
  color: #939598;
}

#top-bar-upper .social i:before {
  font-size: 20px;
}

#top-bar-upper .social li + li {
  margin-left: 5px;
}

#top-bar-upper .top-bar-right li:last-child a {
  color: #f1592a;
}

#top-bar-upper .top-bar-right a {
  text-transform: uppercase;
  font-size: 12px;
  color: #333333;
  font-weight: 600;
  padding: 7px 10px;
  margin: 3px;
}

#top-bar-upper .top-bar-right li + li a {
  margin-left: 10px;
}

#top-bar-upper .top-bar-right a:hover,
#top-bar-upper .top-bar-right li:last-child a:hover {
  color: #003d71;
}

#top-bar-upper .top-bar-right .current-menu-item a {
  background-color: transparent;
  border-bottom: 0;
}

#top-bar-lower {
  background: rgba(0, 61, 113, 0.8);
  padding: 20px 0;
}

#top-bar-lower .logo img {
  height: 60px;
}

#top-bar-lower .menu li a {
  text-transform: uppercase;
  font-weight: 600;
  color: #ffffff;
  font-size: 18px;
  padding-left: 10px;
}

#top-bar-lower .menu li a:hover {
  color: #f9cb0b;
}
#top-bar-lower .menu li + li a {
  margin-left: 10px;
}

#top-bar-lower .menu {
  margin-top: 10px;
}

#top-bar-lower .menu li .is-dropdown-submenu {
  background-color: rgba(255, 255, 255, 0.95);
  top: 70%;
  padding-bottom: 5px;
}

#top-bar-lower .menu li .is-dropdown-submenu ul {
  top: 0;
  margin-top: 0;
}

#top-bar-menu .current-menu-parent a,
#top-bar-menu .active > a {
  background-color: transparent;
  color: #f9cb0b;
  border-bottom: 4px solid #f9cb0b;
  padding-bottom: 8px;
}

#top-bar-menu .current-menu-parent .is-dropdown-submenu li a {
  border-bottom: 0;
  padding: 10px 5px;
  margin: 0 10px;
}

#top-bar-menu .menu li .is-dropdown-submenu li a {
  margin: 0 10px;
}

#top-bar-menu .menu li .is-dropdown-submenu li + li a {
  margin: 0 10px;
}

#top-bar-menu .menu li .is-dropdown-submenu li:hover {
  background-color: #e2e2e3;
}

#top-bar-lower .menu li .is-dropdown-submenu li a {
  color: #333333;
  font-weight: 300;
  font-size: 16px;
  padding: 10px 0;
  margin: 0 10px;
  text-transform: none;
}

#top-bar-lower .menu li .is-dropdown-submenu .current-menu-item a {
  border-bottom: 4px solid #f9cb0b;
  padding-bottom: 6px;
  font-weight: 600;
}

#top-bar-lower .menu li .is-dropdown-submenu .current-menu-item ul li a {
  border-bottom: 0;
  padding-bottom: 10px 0;
  font-weight: 300;
}

#top-bar-lower .menu .is-dropdown-submenu-parent > a::after,
#off-canvas .menu .is-accordion-submenu-parent > a::after {
  border-color: #ffffff transparent transparent;
}

#top-bar-lower .menu .is-dropdown-submenu-parent ul li a::after {
  border-color: transparent #333333 transparent transparent;
}

.sticky.is-stuck {
  margin-top: 0 !important;
  width: 100% !important;
}

.sticky-container {
  position: fixed;
  z-index: 999;
}

/******************************
SEARCH FORM STYLES
******************************/

.search-form {
  display: inline-block;
  vertical-align: top;
  margin-top: 6px;
}

.search-form input[type="search"] {
  display: inline;
  border: none;
  font-size: 12px;
  text-transform: uppercase;
  margin: 0;
  display: inline-block;
  padding: 3px;
  box-shadow: none;
  width: 75px;
  float: left;
  height: 20px;
  background-color: #eeeeee;
}

.search-form input[type="submit"] {
  background-color: #f9cb0b;
  padding: 5px;
  background-image: url("assets/images/icon-search.png");
  width: 20px;
  height: 20px;
  display: inline-block;
  border: none;
  background-size: 12px auto;
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: 0;
  vertical-align: top;
}

/* Webkit */
.search-form ::-webkit-input-placeholder {
  color: #333333;
}
/* Firefox 4-18 */
.search-form :-moz-placeholder {
  color: #333333;
}
/* Firefox 19+ */
.search-form ::-moz-placeholder {
  color: #333333;
}
/* IE10+ */
.search-form :-ms-input-placeholder {
  color: #333333;
}

.search-results-page,
.error-page,
.single-post-page,
.default-archive-page {
  padding-top: 0;
}

.search-results-page,
.error-page,
.default-archive-page,
.single-post-page-blog{
    padding-top: 150px;
}
.search-results-page,
.default-archive-page a {
  color: #156fbe;
}

.search-results-page .pagination .current,
.default-archive-page .pagination .current {
  background-color: #156fbe;
}

/******************************
OFF CANVAS STYLES
******************************/

#top-bar-lower .off-canvas-toggle {
  display: block;
  width: 30px;
  float: right;
  margin-right: 10px;
  margin-top: 5px;
}

#top-bar-lower .off-canvas-toggle img,
.off-canvas-close img {
  width: 100%;
  height: auto;
}

.off-canvas-content {
  box-shadow: none;
}

#off-canvas {
  background-color: #003d71;
}

#off-canvas {
  height: 100%;
}

#off-canvas #menu-main-navigation {
  clear: both;
}

#off-canvas .menu .is-accordion-submenu-parent > a::after {
  right: 5px;
}

#offcanvas-nav {
  clear: both;
}

.off-canvas-close {
  display: block;
  width: 20px;
  float: right;
  margin: 10px;
}

#off-canvas .menu li {
  padding: 0 10px;
}

#off-canvas .menu li a {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px 5px;
}

#off-canvas .menu .current-menu-parent a {
  border-bottom: 4px solid #f9cb0b;
  background-color: transparent;
}

#off-canvas .menu .current-menu-parent ul li a {
  border-bottom: none;
  padding-left: 10px;
}

#off-canvas .menu .current-menu-parent ul .current-menu-item a {
  color: #f9cb0b;
}

/******************************
HOME PAGE STYLES
******************************/
.image-slider .slick-slider .slick-slide img {
  transition: all 8s;
}

.image-slider .slick-slider .slick-active img {
  transform: scale(1.05);
}

.image-slider .slide-content p {
  font-size: 22px;
}

.image-slider .button {
  margin-top: 40px;
}

.image-slider p {
  margin-top: 40px;
}

.image-slider .button:hover {
  background-color: #ffffff;
  color: #003d71;
}

.image-slider .slide-content .row {
  padding-top: 120px;
}

.heading-bold h2 { font-weight: 400; }
.no-padding { padding: 0 0 30px 0 !important; }
.column-style.image-slider { padding: 10px; }
.column-style.image-slider .row { max-width: 1920px; margin: 0 auto; padding: 0; }
.column-style.image-slider .slick-slider .slick-slide { padding: 30px; }
.column-style.image-slider .v-center { top: unset; transform: unset; }
.column-style.image-slider .slick-slider .slick-slide img { width: auto; height: 300px; margin: 0 auto; border-radius: 90%; }
.column-style.image-slider .slick-slider .slick-slide .slide-content { position: relative; }
.column-style.image-slider .slick-slider .slick-slide .slide-content { color: #003d71; }
.column-style .slick-dots { text-align: center; list-style-type: none; }
.column-style .slick-dots li { display: inline-block; background-color: silver; height: 15px; width: 15px; margin: 10px 5px 20px 5px; border-radius: 90%; font-size: 0; cursor: pointer; }
.column-style .slick-dots li.slick-active { background-color: rgba(0, 61, 113, 0.8) }

.testimonial.image-slider { padding: 10px; }
.testimonial.image-slider .row { max-width: 1920px; margin: 0 auto; padding: 0; }
.testimonial.image-slider .slick-slider .slick-slide { padding: 30px; }
.testimonial.image-slider .v-center { top: unset; transform: unset; }
.testimonial.image-slider .slick-slider .slick-slide img { width: auto; height: 300px; margin: 0 auto; border-radius: 90%; }
.testimonial.image-slider .slick-slider .slick-slide .slide-content { position: relative; }
.testimonial.image-slider .slick-slider .slick-slide .slide-content { color: #003d71; }
.testimonial.image-slider .slick-slider .slick-slide .slide-content h1 { font-family: "Open Sans", sans-serif; color: #003d71; font-size: 26px; font-weight: 600; line-height: 40px; padding: 30px 0 10px 0; }
.testimonial.image-slider .slick-slider .slick-slide .slide-content p { margin: 0 auto; font-size: 17px; font-style: italic; max-width: 810px; }
.testimonial .slick-dots { text-align: center; list-style-type: none; }
.testimonial .slick-dots li { display: inline-block; background-color: silver; height: 15px; width: 15px; margin: 10px 5px 20px 5px; border-radius: 90%; font-size: 0; cursor: pointer; }
.testimonial .slick-dots li.slick-active { background-color: rgba(0, 61, 113, 0.8) }


.home-intro p {
  font-size: 25px !important;
  font-weight: 300 !important;
}

.newsletter-signup {
  color: #ffffff;
}

.newsletter-signup .gform_confirmation_message {
  text-align: center;
  padding: 40px 0;
}

.newsletter-signup p {
  text-transform: uppercase;
  display: inline-block;
  font-weight: 700;
  letter-spacing: 1px;
}

.newsletter-signup .gform_wrapper .gform_body {
  width: 80% !important;
  display: inline-block;
  vertical-align: top;
}

.newsletter-signup .gform_wrapper .validation_error {
  border: none;
  color: #ffffff;
}

.newsletter-signup .gform_wrapper .gform_body #field_2_3 {
  margin-top: 30px;
}

.newsletter-signup .gform_wrapper .gform_body .gfield {
  width: 33%;
  display: inline-block;
  margin-top: 0;
  vertical-align: top;
}

.newsletter-signup .gform_wrapper .gform_body .ginput_container {
  margin-top: 0;
}

.newsletter-signup .gform_wrapper .gform_body .gfield label {
  font-size: 10px;
  color: #ffffff;
  text-transform: uppercase;
}

.newsletter-signup .gform_wrapper .gform_footer {
  width: 19%;
  display: inline-block;
  margin-top: 0;
}

.newsletter-signup .gform_wrapper .gform_footer input {
  background-color: #eff0eb;
  color: #333333;
  margin-top: 25px;
  border: 3px solid #eff0eb;
}

.newsletter-signup .gform_wrapper .gform_footer input:hover {
  background-color: transparent;
  color: #eff0eb;
}

/******************************
HOME PAGE GRID STYLES
******************************/

.grid a svg {
  width: 40px;
}

.grid a .info {
  padding: 7% 10%;
}

.grid a .button {
  margin-top: 10px;
}

.home-tiles .row {
  max-width: none;
}

.home-tiles .row .columns {
  padding: 0;
}

.home-tiles .row .row {
  margin: 0;
}

.home-tiles .row .columns .column {
  padding: 0;
}

.home-tiles a {
  position: relative;
  display: block;
  color: #ffffff;
  font-weight: 600;
  overflow: hidden;
}

.home-tiles a img {
  transition: all 2.5s;
}

.home-tiles a:hover img {
  transform: scale(1.05);
}

.home-tiles a .info {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 30px 60px;
}

.home-tiles a .info h4 {
  font-weight: 600;
}

.home-tiles .column:nth-child(1) a {
  background: rgba(249, 203, 11, 1);
}

.home-tiles .column:nth-child(1) a .info {
  background: rgba(249, 203, 11, 0.75);
}

.home-tiles .column:nth-child(2) a {
  background: rgba(169, 73, 238, 1);
}

.home-tiles .column:nth-child(2) a .info {
  background: rgba(169, 73, 238, 0.75);
}

.home-tiles .column:nth-child(3) a .info {
  background: rgba(3, 219, 152, 0.75);
}

.home-tiles .column:nth-child(3) a {
  background: rgba(3, 219, 152, 1);
}

.home-tiles .column:nth-child(4) a .info {
  background: rgba(221, 18, 134, 0.75);
}

.home-tiles .column:nth-child(4) a {
  background: rgba(221, 18, 134, 1);
}

.home-tiles a:hover img {
  opacity: 0.7;
}

.home-tiles a .info .button {
  padding: 0;
  background-color: transparent;
  min-width: 1px;
  border: none;
}

.home-tiles a .info .button:hover {
  color: #ffffff;
}

.home-tiles a .info .learnmore {
  display: none;
}

.vital-tiles a .info {
  background-color: #eeeeee;
  color: #333333;
}

.vital-tiles a .info .title {
  font-weight: 400;
}

.vital-tiles a .info p {
  font-size: 15px;
  line-height: 18px;
}

.vital-tiles a .title {
  color: #003d71;
}

.vital-tiles a .info .button {
  background-color: #003d71;
  color: #ffffff;
  margin-top: 20px;
}

.vital-tiles a .info .button:hover {
  background-color: #ffffff;
  color: #333333;
}

.vital-tiles a {
  overflow: hidden;
  display: block;
}

.vital-tiles a img {
  transition: all 2.5s;
}

.vital-tiles a:hover img {
  transform: scale(1.05);
}
/******************************
PAGE HEADER STYLES
******************************/

.page-header {
  background-color: #292929;
  height: 900px;
  background-position: center center;
  overflow: hidden;
}

.page-header h1,
.image-slider h1 {
  font-size: 120px;
  line-height: 120px;
  color: #ffffff;
  font-family: "viva_beautifulregular";
}

.page-header .row {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding-top: 125px;
}

/******************************
INTRO STYLES
******************************/
.intro h2 {
  font-weight: 300;
}

.intro p {
  font-size: 20px;
}

/******************************
ACCORDION STYLES
******************************/
.accordion,
.accordion-content {
  background-color: transparent;
}

.accordion .accordion-content table tr:first-of-type td {
  /*font-size: 18px !important;*/
}
.accordion .accordion-content table td {
  font-size: 15px;
}

.accordion-title {
  text-transform: uppercase;
  color: inherit !important;
  padding: 0.8rem;
  padding-right: 40px;
}

.accordion-title:before {
  font-size: 40px;
  font-weight: 300;
  right: 0.8rem;
  top: 20%;
}

.pattern-bg .accordion {
  border-bottom: none;
}
.pattern-bg .accordion-title,
.pattern-bg .accordion-content {
  border-bottom: 1px solid #d6d6d6;
}

.accordion-content ul,
.basic-text-content ul {
  margin-bottom: 20px;
}

/******************************
TWO COLUMN, THREE COLUMN, FOUR COLUMN STYLES
******************************/
.two-column-text h6,
.three-column-text h6,
.four-column-text h6 {
  font-size: 25px;
}

.four-column-text h6 {
  margin-bottom: 15px;
}
/******************************
CTA STYLES
******************************/

.cta {
  background-image: url("assets/images/keyboard.png");
  background-size: cover;
  background-color: #003d71;
}

.cta h2 {
  font-weight: 300;
}
.cta .button {
  background-color: rgba(255, 255, 255, 0.4);
  color: #003d71;
  border: 3px solid #ffffff;
  margin-top: 40px;
  margin-bottom: 0;
  padding: 15px;
}

.cta .button:hover {
  background-color: #ffffff;
}

.cta .button + .button {
  margin-left: 30px;
}

.one-logo img {
  width: 80%;
  max-width: 400px;
  margin-top: 30px;
}

.logos img {
  margin: 10px;
  margin-top: 30px;
}

/******************************
STAFF PAGE STYLES
******************************/
.team-member {
  margin-bottom: 40px;
}

.team-member-content .title {
  margin-bottom: 0;
  line-height: 24px;
  margin-top: 10px;
}

.team-member-content .title a {
  color: inherit;
  font-size: 22px;
  font-weight: 400;
}

.team-member-content .position {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.team-member-content .team-excerpt p {
  font-size: 16px;
  line-height: 20px;
}

.team-member .icon-circle-arrow-right,
.team-member .icon-email {
  font-family: "Open Sans", sans-serif !important;
  text-transform: uppercase;
  color: inherit;
  font-size: 16px;
  font-weight: 600;
  display: block;
}

.team-member .icon-email {
  margin-bottom: 10px;
  margin-top: 10px;
}

.team-member .icon-circle-arrow-right:before,
.team-member .icon-email:before {
  font-family: "icomoon" !important;
  margin-right: 5px;
}

.team-member .icon-email:before {
  font-size: 12px;
}

.team-member-modal {
  padding: 20px;
}

.team-member-modal .position {
  text-transform: uppercase;
  margin-bottom: 15px;
}

.team-member-modal .team-content {
  padding-bottom: 10px;
}

/******************************
ARCHIVE PAGE STYLES
******************************/
.vital_signs_first .button,
article .read-more {
  background-color: transparent;
  color: #003d71 !important;
  border: 4px solid #30b3c7;
}

.vital_signs_first .button:hover,
article .read-more:hover {
  color: #ffffff !important;
  background-color: #30b3c7 !important;
}

.vital-signs-victoria .title,
.vital-signs-youth .title {
  color: #30b3c7;
}

.vital-signs-victoria .title:before,
.vital-signs-youth .title:before {
  content: "\e909";
  font-family: "icomoon";
  position: relative;
  margin-right: 5px;
}

.vital-signs-modal a {
  color: #30b3c7;
}

@media (max-width: 1024px) {
  #fancybox-wrap { 
    width: 85% !important;
    overflow-x: hidden !important;
  }
  #fancybox-content { 
    overflow-y: auto !important;
  }
  .vital-signs-modal {

  } 
  .vital-signs-modal .small-5,
  .vital-signs-modal .small-7 {
    width: 100%;
  } 
  .vital-signs-modal .vital-modal-image img,
  .vital-signs-modal .small-5  {
    width: 100%;
  }
  .vital-modal-content ul {
    margin-left: 0rem;
  }
  .vital-signs-modal .columns{
    padding: 0px!important;
  }
  #fancybox-close {
    top: -10px;
    right: -10px;
 }
}

.vital-modal-image,
.vital-modal-content {
  padding: 40px;
}

.vital-modal-content h2 {
  font-size: 1.5rem;
  text-transform: uppercase;
}

.vital-modal-content li {
  list-style-type: none;
}
.vital-modal-content li:before {
  color: #30b3c7;
  content: "\e909";
  font-family: "icomoon";
  position: relative;
  margin-right: 5px;
}

.vital_signs .column:last-child:not(:first-child),
.columns:last-child:not(:first-child) {
  float: left;
}
.vital_sign {
  margin: 20px 0;
}

.vital_sign a {
  margin-top: 10px;
  display: block;
}

article {
  overflow: hidden;
}

article + article {
  margin-top: 40px;
}

article .read-more {
  color: #003d71;
}

article .tags,
article .byline {
  font-size: 15px;
}

.search-results article a img {
  transition: all 2.5s;
}

.search-results article a {
  overflow: hidden;
  display: block;
}

.search-results article:hover img {
  transform: scale(1.05);
}

.tags {
  color: #003d71;
}

.sidebar li {
  position: relative;
  line-height: 20px;
  margin: 8px 0;
}

.baw_widgetarchives_widget_class .open a:hover,
.baw_widgetarchives_widget_class .closed a:hover {
  background-color: #e2e2e3;
}

.baw_widgetarchives_widget_class li ul li a {
  padding-left: 10px;
}

.baw_widgetarchives_widget_class li ul li a:hover {
  background-color: transparent !important;
}

.sidebar li a {
  width: 100%;
  display: block;
}

.sidebar li.open:before {
  content: "-";
  position: absolute;
  right: 1px;
  top: -4px;
  font-size: 30px;
}

.sidebar li.closed:before {
  content: "+";
  position: absolute;
  right: 0;
  top: -2px;
  font-size: 20px;
}

.sidebar h4 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  margin: 10px 0 0;
}

.archive #content #inner-content {
  padding-bottom: 60px;
}

.archive article h2 {
  font-size: 30px;
  margin: 0 0 5px;
  line-height: 35px;
}

.gallery {
  margin-top: 20px;
}

.gallery .gallery-image {
  display: inline-block;
}

.gallery .gallery-caption {
  font-size: 12px;
  font-style: italic;
  display: inherit;
}

.featured-image {
  display: inline-block;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  width: 33%;
}

.board-meetings article + article {
  margin-top: 10px;
}

.board-meetings a {
  color: #156fbe;
}
/******************************
CONTACT FORM STYLES
******************************/
.contact .row {
  max-width: 877px;
  margin: auto;
}

.contact-info .row {
  max-width: 1050px;
}

.contact .gform_wrapper {
  padding-bottom: 40px;
}

.contact .gform_wrapper .gfield_label {
  color: inherit;
  text-transform: uppercase;
  font-size: 16px;
}

.contact .gform_wrapper .gfield_required {
  color: #f1592a;
}

.contact .gform_footer input {
  background-color: #f1592a;
  border: 3px solid #f1592a;
}

.contact .gform_footer input:hover {
  background-color: transparent;
  color: #003d71;
}

.contact .gform_wrapper select {
  background-image: url("assets/images/select-dropdown-arrow.jpg");
  background-size: auto 100%;
  background-origin: padding-box;
}

.gform_wrapper input[type="text"],
.gform_wrapper textarea,
.gform_wrapper select {
  border: none;
  padding: 10px 20px !important;
  height: auto;
}
/******************************
FOOTER STYLES
******************************/

footer {
  color: #ffffff;
  font-size: 13px;
  margin-top: 0 !important;
}

footer #upper-footer {
  background-color: #003d71;
}

footer #lower-footer {
  background-color: #272828;
  padding: 40px 0;
}

footer #lower-footer a {
  color: #ffffff;
}

footer #lower-footer .menu {
  margin-bottom: 20px;
  margin-top: 15px;
}

footer #lower-footer .menu li a {
  padding: 0;
  margin: 0 10px;
  font-size: 18px;
}

footer #lower-footer .menu .current-menu-item a {
  background-color: transparent;
  color: #f9cb0b;
}

footer #lower-footer .menu li:first-child a {
  margin-left: 0;
}

footer #lower-footer .menu li + li {
  border-left: 1px solid #ffffff;
}

footer #lower-footer .footer-bottom-right {
  text-align: right;
}

footer #lower-footer #members {
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
}

footer #lower-footer #members img {
  width: auto;
  height: 75px;
  display: inline-block;
  margin: 0 5px;
}

footer #lower-footer #members img + img {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #ffffff;
}

.post-type-archive-pulse,
.single-pulse,
.tax-pulse_category,
.page-template-page-searchwp-supplemental {
  border: 40px solid #fff;
  height: auto !important;
}

.post-type-archive-pulse header.header,
.single-pulse header.header,
.tax-pulse_category header.header,
.page-template-page-searchwp-supplemental header.header {
  display: none;
}

.post-type-archive-pulse footer #lower-footer,
.single-pulse footer #lower-footer,
.tax-pulse_category footer #lower-footer,
.page-template-page-searchwp-supplemental footer #lower-footer {
  background-color: #266CBA;
}

.post-type-archive-pulse .color-bar,
.single-pulse .color-bar,
.tax-pulse_category .color-bar,
.page-template-page-searchwp-supplemental .color-bar {
  display: none;
}

.post-type-archive-pulse #content,
.single-pulse #content,
.tax-pulse_category #content,
.page-template-page-searchwp-supplemental #content {
  background: #69A6D8 url(assets/images/wave-graphic.svg) no-repeat top right / 455px 198px;
  background-position-y: -122px;
  padding: 30px !important;
}


.single-pulse #content,
.page-template-page-searchwp-supplemental #content {
  background-color: rgba(105,166,216,0.1);
}

.page-template-page-searchwp-supplemental .search-result {
  padding: 30px 0;
  border-bottom: 1px solid #888888;
  margin-bottom: 30px;
  font-size: 20px;
  color: #000;
}

.page-template-page-searchwp-supplemental .search-result:last-child {
  border: none;
}

.pulse-header {
  padding: 75px 0 30px;
  max-width: 1920px;
  margin: 0 auto;
  text-align: center;
}

.archive .pulse-header::after {
  content: '';
  display: block;
  width: 100px;
  height: 4px;
  background-color: #fff;
  margin: 30px auto 0;
}

.pulse-logo {
  width: 570px;
  max-width: 80%;
}

.pulse-filters {
  padding: 30px 0;
  display: flex;
  align-items: center;
  max-width: 1920px;
  margin: 0 auto;
}

.archive .pulse-filters {
  padding: 30px 15px;
}

.pulse-filters a {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  display: block;
  padding: 15px 30px;
  border-radius: 8px;
  border: 1px solid #fff;
  margin-right: 15px;
  font-weight: 600;
  transition: all 250ms;
}

.pulse-filters a:hover {
  background-color: #fff;
  color: #69A6D8;
}

.pulse-filters form {
  margin-left: auto;
  margin-top: 0;
  display: flex;
  align-items: center;
}

.pulse-filters .search-field {
  width: auto !important;
  height: auto !important;
  background-color: #69A6D8 !important;
  padding: 15px !important;
  border-radius: 8px;
  border: 1px solid #fff !important;
  text-transform: none !important;
  font-size: 17px !important;
}

.pulse-filters .search-field::placeholder {
  color: #fff;
}

.pulse-filters .search-submit {
  margin-left: 5px;
  height: 48px !important;
  width: 48px !important;
  border: 1px solid #fff !important;
  border-radius: 8px;
  background: url(assets/images/icon-search-white.svg) no-repeat center center / 50% !important;
  padding: 5px !important;
  color: transparent;
}

.single-pulse .pulse-filters .search-submit {
  background: url(assets/images/icon-search-blue.svg) no-repeat center center / 50% !important;
  border-color: #266CBA !important;
}

.pulse-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.pulse-grid-item {
  position: relative;
  margin: 15px;
}

.pulse-grid-item:first-child {
  grid-area: 1 / 1 / 3 / 3;
}

.pulse-grid-item:nth-child(10) {
  grid-area: 3 / 3 / 5 / 5;
}

.pulse-grid-item .image-wrap {
  height: 100%;
  overflow: hidden;
  position: relative;
}

.pulse-grid-item .image-wrap::after {
  content: '';
  background: linear-gradient(transparent, rgba(0,0,0,0.7));
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  pointer-events: none;
}

.pulse-grid-item .image-wrap img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 250ms;
}

.pulse-grid-item:hover .image-wrap img {
  transform: scale(1.05);
}

.pulse-grid-item {
  position: relative;
  min-height: 300px;
}

.pulse-grid-item .content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px;
  text-align: center;
}

.pulse-grid-item .content a {
  color: #fff;
  transition: all 250ms;
  margin-right: 10px;
  text-transform: uppercase;
  font-size: 16px;
}

.pulse-grid-item .content a:hover {
  color: #69A6D8;
}

.pulse-grid-item .content h3 {
  margin: 0 auto 15px;
  line-height: 1.1;
}

.pulse-grid-item .content h3 a {
  font-size: 33px;
  font-weight: 600;
  text-transform: none;
  margin-right: 0;
}

.pulse-grid-item .content > a {
  white-space: nowrap;
}

.pulse-grid-item:first-child h3 a,
.pulse-grid-item:nth-child(10) h3 a {
  font-size: 64px;
}

.post-type-archive-pulse .page-navigation,
.tax-pulse_category .page-navigation,
.page-template-page-searchwp-supplemental .page-navigation {
  text-align: center;
}

.post-type-archive-pulse .pagination .current,
.tax-pulse_category .pagination .current,
.page-template-page-searchwp-supplemental .current {
  background-color: #266CBA;
  border-radius: 4px;
}

.page-template-page-searchwp-supplemental .nav-links {
  display: flex;
  justify-content: center;
}

.post-type-archive-pulse .page-navigation a,
.tax-pulse_category .page-navigation a,
.page-template-page-searchwp-supplemental .page-navigation a {
  color: #fff;
  border-radius: 4px;
}

.post-type-archive-pulse .page-navigation a:hover,
.tax-pulse_category .page-navigation a:hover,
.page-template-page-searchwp-supplemental .page-navigation a {
  color: #266CBA;
  background-color: #69A6D8;
}

.single-pulse {
  font-weight: 100;
  color: #000;
}

.single-pulse .pulse-header {
  text-align: center;
}

.single-pulse .pulse-filters a {
  color: #266CBA;
  border-color: #266CBA;
}

.single-pulse .pulse-filters a:hover {
  background-color: #266CBA;
  color: #fff;
}

.single-pulse .pulse-filters .search-field {
  background-color: transparent !important;
  border-color: #266CBA !important;
}

.single-pulse .pulse-filters .search-field::placeholder,
.single-pulse h1,
.single-pulse h2,
.single-pulse h3,
.single-pulse h4,
.single-pulse h5 {
  color: #266CBA;
  font-weight: 400;
  margin-bottom: 15px;
  margin-top: 30px;
}

.single-pulse p {
  margin-bottom: 30px;
}

.single-pulse-container {
  max-width: 1130px;
  margin: 0 auto;
}

.single-pulse-header {
  padding: 30px 0;
}

.single-pulse-header .image-wrap {
  width: 100%;
}

.single-pulse-header .image-wrap img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.single-pulse-header h1 {
  font-weight: 600;
  line-height: 1.1;
  margin-top: 30px;
  border-bottom: 1px solid #A5A5A5;
  padding-bottom: 30px;
}

.single-pulse blockquote {
  padding: 30px 0;
  max-width: 90%;
  color: #266CBA;
  font-size: 28px;
  margin: 0 auto;
  border: none;
  font-weight: normal;
}

.single-pulse blockquote * {
  color: #266CBA;
}

.single-pulse cite {
  text-transform: uppercase;
  text-align: right;
  font-weight: bold;
  font-size: 19px;
  margin-top: 30px;
}

.single-pulse cite::before {
  display: none;
}

.single-pulse .terms {
  display: flex;
  align-items: center;
}

.single-pulse .terms a {
  color: #888888;
  text-transform: uppercase;
  margin: 0 15px 15px 0;
  font-weight: 700;
  display: block;
}

.single-pulse .terms a:hover {
  color: #266CBA;
}

.gallery-item {
  padding: 15px;
}

.gallery-item img {
  border: none !important;
}

.featured-posts {
  padding: 60px 0;
}

.featured-posts .slick-arrow {
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  color: transparent;
  width: 36px;
  height: 36px;
  background: url(assets/images/slide-arrow.svg) no-repeat center center / contain;
}

.featured-posts .slick-prev {
  left: -60px;
  transform: translateY(-50%) rotate(180deg);
}

.featured-posts .slick-next {
  right: -60px;
}

.featured-posts .image-wrap {
  height: 385px;
  background: linear-gradient(transparent, rgba(0,0,0,0.5));
}

.featured-posts .image-wrap img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: -1;
}

.featured-posts .slide {
  margin-right: 15px;
  position: relative;
}

.featured-posts .content {
  position: absolute;
  padding: 30px;
  bottom: 0;
  left: 0;
  text-align: center;
}

.featured-posts h4 {
  margin-top: 0;
}

.featured-posts h4 a {
  color: #fff;
  font-weight: 100;
  font-size: 30px;
}

.featured-posts h4 a:hover {
  color: #266CBA;
}

.featured-posts .terms {
  display: block;
}

.featured-posts .terms a {
  color: #fff;
  font-size: 12px;
  margin: 0;
}

.featured-posts h2 {
  text-align: center;
  text-transform: uppercase;
  border-top: 2px solid #A5A5A5;
  margin-top: 0;
  padding-top: 30px;
  margin-bottom: 30px;
}

.pulse-grid-wrapper {
  max-width: 1920px;
  margin: 0 auto;
}

.pulse-intro {
  padding: 15px 0;
  color: #fff;
  text-align: center;
  max-width: 1130px;
  margin: 0 auto;
}

.pulse-intro h1,
.pulse-intro h2,
.pulse-intro h3,
.pulse-intro h4 {
  margin-bottom: 15px;
}

.pulse-filters-mobile select {
  margin: 0;
  border: 1px solid #fff !important;
  border-radius: 8px;
  padding: 15px !important;
  background-color: transparent !important;
  height: unset;
  color: #fff !important;
  cursor: pointer;
}
.single .pulse-filters-mobile select {
  color: #266CBA !important;
  border-color: #266CBA !important;
}

@media screen and (min-width: 1400px) {
  .single-pulse .gallery {
    width: calc(100% + 120px);
    margin-left: -60px !important;
  }
}

@media screen and (max-width: 1600px) {
  .pulse-grid-item .content h3 a {
    font-size: 24px;
  }
}

@media screen and (max-width: 1400px) {
  .featured-posts {
    padding: 60px;
  }

  #top-bar-lower {
    padding: 20px 10px;
  }

  .post-type-archive-pulse #content,
  .tax-pulse_category  #content,
  .page-template-page-searchwp-supplemental #content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .post-type-archive-pulse .pulse-grid-wrapper,
  .tax-pulse_category  .pulse-grid-wrapper,
  .page-template-page-searchwp-supplemental .pulse-grid-wrapper {
    flex-basis: 100%;
  }

  .pulse-filters a {
    display: none;
  }

  .pulse-filters-mobile {
    display: block;
    margin-right: 15px;
  }

  .pulse-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .pulse-grid-item:first-child,
  .pulse-grid-item:nth-child(10) {
    grid-area: unset;
  }
}

@media screen and (max-width: 1200px) {
  .page-header {
    height: 700px;
  }

  .newsletter-signup .gform_wrapper .gform_body #field_2_3 {
    margin-top: 10px;
  }

  .newsletter-signup .gform_wrapper .gform_footer input {
    min-width: 100px;
    width: 100% !important;
    display: block;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1750px) {
  .home-tiles a .info {
    padding: 20px;
  }

  .home-tiles a .info h4 {
    font-size: 20px;
  }

  .home-tiles a .info p {
    font-size: 14px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .home-tiles a .info h4 {
    line-height: 20px;
  }

  .home-tiles a .info p {
    margin-bottom: 0;
    line-height: 17px;
  }

  .home-tiles a .button {
    margin-bottom: 0;
  }
  .single-post-page-blog{
    padding-top: 160px;
  }
  #content .award-fund-banner .row,
  #content .section-header-heading {
    top: 65% !important;
  }
  .search-results-page,
.error-page,
.default-archive-page,
.single-post-page-blog{
    padding-top: 150px;
}
.search-results-page,
.error-page,
.default-archive-page{
    padding-top: 200px;
}
}

@media screen and (min-width: 640px) and (max-width: 1200px) {
  .section-header-heading {
    transform: translateY(-35%) !important;
  }

  #top-bar-lower .top-bar-left,
  #top-bar-lower .top-bar-right {
    width: 100%;
  }

  #top-bar-lower .top-bar-left .logo img {
    margin: auto;
    display: block;
    height: 50px;
  }

  #top-bar-lower .top-bar-right #menu-main-navigation-1 {
    width: 640px;
    margin: auto;
    margin-top: 15px;
  }

}

@media screen and (max-width: 1024px) {
  .pulse-filters {
    flex-basis: 100%;
  }

  .pulse-filters a {
    width: 100%;
  }

  .header {
    height: 140px !important;
  }
  .sticky-container {
    position: relative;
  }

  #top-bar-lower {
    background-color: #003d71;
  }

  .page-header {
    height: 600px;
  }

  .page-header .row,
  .image-slider .slide-content .row {
    padding-top: 0;
  }

  .image-slider h1 {
    font-size: 80px;
    line-height: 80px;
  }

  .image-slider .slide-content p {
    margin-top: 10px;
  }

  .image-slider .slide-content .button {
    margin-top: 20px;
  }

  .search-results-page,
  .single-post-page,
  .error-page,
  .default-archive-page {
    padding: 40px 0;
  }

  .archive #content #inner-content {
    padding-bottom: 30px;
  }

  .menu-footer-navigation-container ul li {
    width: 32%;
    display: inline-block;
  }

  footer #lower-footer .footer-top,
  footer #lower-footer .footer-bottom-right {
    text-align: center;
    margin-top: 10px;
  }
  .menu-footer-navigation-container ul li {
    width: 100%;
  }

  footer #lower-footer .menu li + li {
    border-left: none;
  }
}

@media screen and (max-width: 768px) {
  .pulse-filters {
    flex-direction: column;
    max-width: 100%;
  }

  .pulse-filters form {
    margin: 15px auto 0;
  }

  .pulse-filters-mobile {
    margin-right: 0;
    width: 300px;
    max-width: 100%;
  }

  .pulse-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .single-pulse {
    font-size: 18px;
  }

  .single-pulse .gallery-item,
  .single-pulse .gallery-item img {
    width: 100% !important;
  }

  body {
    font-size: 16px;
  }

  .intro p {
    font-size: 18px;
  }

  .page-header {
    height: 500px;
  }

  .page-header h1 {
    font-size: 80px;
    line-height: 80px;
  }

  .newsletter-signup .gform_wrapper .gform_body #field_2_3 {
    text-align: center;
  }

  .newsletter-signup .gform_wrapper .gform_body #field_2_3 p {
    margin-bottom: 0;
  }

  .newsletter-signup .gform_wrapper .gform_body {
    width: 100% !important;
  }

  .newsletter-signup .gform_wrapper .gform_body .gfield,
  .newsletter-signup .gform_wrapper .gform_footer {
    width: 100%;
  }

  .newsletter-signup .gform_wrapper .gform_footer input {
    max-width: 250px;
    margin: auto !important;
    display: block !important;
  }

  .newsletter-signup .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0;
  }
}

@media screen and (max-width: 640px) {
  .header {
    height: 90px !important;
  }

  .padded-section,
  .contact {
    padding: 30px 10px 20px;
  }

  .contact {
    padding-top: 0;
  }

  #top-bar-upper .top-bar-right {
    width: 100%;
  }

  #top-bar-lower {
    padding: 5px 0;
  }

  #top-bar-lower .logo img {
    height: 30px;
    width: auto;
  }

  #top-bar-lower .top-bar-left {
    width: 80%;
  }

  #top-bar-lower .top-bar-right {
    width: 19%;
  }

  #top-bar-lower .top-bar-right .menu-btn {
    float: right;
  }

  #top-bar-menu {
    width: 100%;
  }

  .page-header {
    height: 400px;
  }

  .image-slider h1 {
    font-size: 50px;
    line-height: 70px;
  }

  .image-slider .slide-content p {
    font-size: 18px;
  }

  .image-slider .slide-content .button {
    margin-top: 0;
  }

  .contact .gform_wrapper {
    padding-bottom: 0;
  }

  .featured-image {
    width: 100%;
    float: none;
    margin: 0;
    margin-bottom: 10px;
  }

  .cta .button {
    display: block;
    max-width: 275px;
    margin: auto;
  }

  .cta .button + .button {
    margin-left: auto;
    margin-top: 10px;
  }
  .search-results-page, .single-post-page, .error-page, .default-archive-page {
      padding: 0 !important;
  }
}

/******************************
     TABLEPRESS STYLES
******************************/
.vital-charities {
  padding: 0px;
}
.tablepress {
  position: relative;
  border-collapse: unset !important;
  border-spacing: 2px !important;
}
.tablepress tbody td {
  font-size: 14px !important;
}
.dataTables_filter {
  margin-bottom: 10px;
}
.dataTables_length label {
  color: #173d6e;
}
.dataTables_length label select {
  border: 1px solid #173d63;
  padding: 0.25rem !important;
  width: 55px;
}
.dataTables_length label select option {
  color: #173d63;
  font-weight: bold;
}

.dataTables_filter label {
  color: #173d6e;
  text-transform: uppercase;
  font-weight: bold;
}
.dataTables_filter label input {
  border: 1px solid #173d63;
}

.dataTables_info {
  font-size: 14px !important;
  font-weight: bold;
}

.row-1 th {
  background-color: #173d6e !important;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 15px;
}

.column-1 a {
  font-size: 14px !important;
  color: #173d63 !important;
  text-decoration: underline;
}
.column-7 {
  position: absolute;
  left: 0px;
  margin: 60px 0px 0px 0px;
  width: 100%;
}
.header-collapsed {
  width: 0px;
  max-width: 0px;
  left: 100%;
}
.tablepress .row-hover tr td {
  background-color: transparent !important;
  border: 0px solid transparent !important;
}
.tablepress .row-hover tr:hover td {
  background-color: transparent !important;
  border: 0px solid transparent !important;
}
table tbody tr:nth-child(2n) {
  background-color: #f3f7fa !important;
}
.row-collapsed {
  height: 0px;
}
.row-expanded {
  height: 200px;
}
.row-description {
  display: none;
  overflow-y: scroll;
  height: 0px;
  transition: all 0.25s ease-in-out;
}
.row-description-expanded {
  display: block;
  overflow-y: scroll;
  height: 130px;
  transition: all 0.25s ease-in-out;
}
.row-description-expanded p a {
  font-size: 14px !important;
  color: #173d63 !important;
  text-decoration: underline;
}
.metadata {
  display: none;
}

.dataTables_paginate a {
  color: #173d63 !important;
  margin: 0px 20px !important;
  font-weight: bold !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  font-size: 14px !important;
}
.paging_simple .paginate_button.previous::before,
.paging_simple .paginate_button.next::after {
  color: #173d63 !important;
  text-shadow: none !important;
}

#content .award-fund-banner,
#content .section-header {
  height: 40vw;
  min-height: 600px;
  max-height: 800px;
  padding: 0 30px;
}

#content .award-fund-banner .row,
#content .section-header-heading {
  padding-top: 0;
  top: 60%;
}

#content .award-fund-banner h1,
#content .section-header-heading h1 {
  font-size: calc(30px + 4vw);
  line-height: 1;
  font-family: "viva_beautifulregular";
}

#content .award-fund-banner + .intro {
  padding: 75px 15px;
}

.two-column-image-text > .row > .columns:first-child {
  padding-right: 5%;
}

.form-container > .row > .columns {
  width: 100%;
}

.BBFormSection {
  max-width: 100% !important;
}

@media (max-width: 1200px) {
  #content .award-fund-banner .row,
  #content .section-header-heading {
    top: 50%;
  }
}

@media (max-width: 1024px) {
  #content .award-fund-banner,
  #content .section-header {
    min-height: 400px;
  }
}

@media (max-width: 640px) {
  #content .award-fund-banner .row,
  #content .section-header-heading {
    top: 52%;
  }
  .two-column-image-text > .row > .columns:first-child {
    height: auto !important;
  }
  .post-type-archive-pulse,
  .single-pulse,
  .tax-pulse_category,
  .page-template-page-searchwp-supplemental {
    border: 15px solid #fff;
  }
  .featured-posts {
    padding: 30px;
  }
  .featured-posts .slide {
    margin-right: 0;
  }
  .featured-posts .slick-prev {
    left: -45px;
  }
  .featured-posts .slick-next {
    right: -45px;
  }
  .pulse-filters form {
    position: relative;
  }
  .pulse-filters .search-submit {
    position: absolute;
    top: 4px;
    right: 4px;
    border: none !important;
  }
}

.sec-button {
    background: transparent!important;
    color: #003d71!important;
}

/* VITAL VICTORIA PODCAST */
section#podcast-banner img {
    width: 100%;
    max-width: 640px;
    margin: 5em 0em;
}

section#podcast-banner .button {
    background: #1EB2C5;
    border: 2px solid #1EB2C5;
}

section#podcast-banner .button:hover {
    background: transparent;
    border: 2px solid #1EB2C5;
    color: white;
}

/* VITAL SIGNS survey */
#vital-signs-background {
  background-position: center top!important;
}

/* COMMUNITY ACTION FUNDS PAGES */

.custom-quote {
  border-left: 2px solid #003d71;
  padding-left: 16px;
  margin: 32px 0px 32px 0px;
}

.custom-quote .quotation {
  font-size: 16pt;
  font-style: italic
}


.hollow-2 {
  border: 2px solid white;
  border-radius: 99px;
  color: white!important;
  display: inline-block;
  width: 100%;
  padding: 12px 0px;
}

.hollow-2:hover {
  border: 2px solid #003d71;
  color:#003d71!important;
  background: white;
}

