/*
RESET CSS
*/
@import url("https://use.typekit.net/uek2qhh.css");
footer,
body {
  font-family: "DM Sans", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.6rem;
}
mai
* {
  margin: 0;
  padding: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

p,
a {
  color: #4b4649;
  font-size: 2rem;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.ml-auto {
  margin-left: auto !important;
}

main {
  opacity: 0;
  -webkit-transition: 0.3s opacity ease;
  -o-transition: 0.3s opacity ease;
  transition: 0.3s opacity ease;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}
main p {
  color: #4b4649;
  font-size: 2rem;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  line-height: 1.4;
}


@media (max-width: 56.25em) {
  .main p,
	p,
	a{
    font-size: 1.6rem !important;
  }
}
main img {
  max-width: 100%;
  height: auto;
  display: block;
}
main a {
  color: #4b4649;
  text-decoration: underline;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
}
main a:hover {
  color: #a5037f;
  text-decoration: underline;
}

a:link,
a:visited {
  text-decoration: none;
}

.body-section {
  background-size: cover !important;
  background-position: center !important;
  position: relative;
}
.body-section--inner {
  padding: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.body-section--inner.thin-section {
  max-width: 750px;
}

.button-section {
  text-align: center;
  margin: 30px 0;
}

#header-search-bar {
  z-index: 13;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 56.25em) {
  #header-search-bar {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 56.25em) {
  .member-button {
    text-align: center;
  }
}

#fixed-nav .flex-container {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

input[type="search"] {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #4b4649;
  font-weight: 500;
  padding: 13px 20px;
}

.search_entry {
  width: 100%;
  padding-left: 10px;
  height: 54px;
  -webkit-appearance: none;
  border: 2px solid #707070;
  border-radius: 5px;
}

#header-search-bar input[type="submit"],
#search-bar input[type="submit"] {
  background: url(../img/search-icon.png) 0 0 no-repeat;
  border: 0 none;
  /* height: 1.5em; */
  line-height: 1.5em;
  margin: 0;
  padding: 3px 0;
  text-indent: 100px;
  width: 24px;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  float: right;
  cursor: pointer;
  height: 22px;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  height: 24px;
}

#navigation {
  width: 85%;
}

.logged-in #fixed-nav {
  margin-top: 32px !important;
}

#fixed-nav {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  background: #ffffff 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 3px 6px #00000029;
  box-shadow: 0px 3px 6px #00000029;
  opacity: 1;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  height: 100px;
  -webkit-transition: 0.2s background-color ease;
  -o-transition: 0.2s background-color ease;
  transition: 0.2s background-color ease;
}
@media (max-width: 56.25em) {
  #fixed-nav {
    border-bottom: none;
    height: 75px;
  }
}

#fixed-nav .flex-container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 56.25em) {
  #fixed-nav .flex-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }
}
#fixed-nav .flex-container .twocol {
  width: 15%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100% !important;
  padding: 16px;
}
#fixed-nav .flex-container .twocol svg {
  display: block;
  width: 100%;
  max-width: 171px;
}
#fixed-nav .flex-container .twocol a {
  display: block;
}
@media (max-width: 56.25em) {
  #fixed-nav .flex-container .twocol {
    position: relative;
    height: auto;
    padding: 2rem !important;
    width: 100%;
    -webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.23);
    box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.23);
  }
}

header img {
  display: block;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
  max-width: 26.5rem;
  width: 100%;
  display: block;
}
@media (max-width: 56.25em) {
  header img {
    position: relative;
    z-index: 1;
  }
}
@media (max-width: 37.5em) {
  header img {
    max-width: 100%;
  }
}

#backdrop {
  display: none;
  position: fixed;
  top: 105px;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
@media (max-width: 56.25em) {
  #backdrop.open {
    display: block;
    opacity: 1;
  }
}

#navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (max-width: 56.25em) {
  #navigation {
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    top: 75px;
    -webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.23);
    box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.23);
  }
  #navigation a {
    margin-left: 40px !important;
  }
  #navigation a.button {
    margin: 0;
    margin-left: 0 !important;
    padding: 14px 2px;
  }
  #navigation a.button:not(:last-child) {
    margin-bottom: 20px;
  }
  #navigation .top-nav {
    display: none;
  }
  #navigation .top-nav-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    padding: 0 30px 40px;
  }
  #navigation .top-nav-mobile li {
    padding: 0 30px;
  }
  #navigation .top-nav-mobile a {
    width: 100%;
    text-align: center;
  }
}

#nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 56.25em) {
  #nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: unset;
    margin-left: 0;
    background: #fff;
    margin-right: 0;
    padding-bottom: 20px;
  }
  #nav .button {
    color: #fff !important;
  }
}
#nav > li {
  position: relative;
  padding: 0 17px;
}
#nav > li.menu-item-has-children {
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
  padding-right: 30px;
}
#nav > li.menu-item-has-children > a {
  position: relative;
}
#nav > li.menu-item-has-children > a:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  position: absolute;
  right: -20px;
  top: 42%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
@media (max-width: 56.25em) {
  #nav > li.menu-item-has-children > a:after {
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
  }
}
#nav > li.menu-item-has-children.open > a {
  position: relative;
}
#nav > li.menu-item-has-children.open > a:after {
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
@media (max-width: 56.25em) {
  #nav > li {
    padding: 0 !important;
  }
}
#nav li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#nav li:not(.menu-item-has-children) a:after {
  content: "";
  position: absolute;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%) scaleX(0);
  -ms-transform: translateX(-50%) scaleX(0);
  transform: translateX(-50%) scaleX(0);
  background-color: #4b4649;
  height: 2px;
  top: 100%;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
@media (max-width: 56.25em) {
  #nav li {
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
#nav a {
  font-size: 2rem;
  line-height: 2.6rem;
  letter-spacing: 0px;
  color: #581448;
  position: relative;
}
@media (max-width: 56.25em) {
  #nav a {
    text-align: left;
    margin: 1.5rem 0;
    font-size: 1.8rem;
  }
}

.nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nav-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#nav-wrapper {
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
#nav-wrapper.open {
  background: #fff;
}

#mobile-nav {
  display: none;
  cursor: pointer;
  width: 4.5rem;
  height: 4.5rem;
  position: absolute;
  right: 2.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 56.25em) {
  #mobile-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px;
  }
}

.navigation__icon,
.navigation__icon::before,
.navigation__icon::after {
  width: 1.8rem;
  height: 2px;
  background-color: #581448;
  border-radius: 5px;
  display: inline-block;
  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.navigation__icon::before,
.navigation__icon::after {
  content: "";
  position: absolute;
  left: 0;
}

.navigation__icon::before {
  top: -0.5rem;
}

.navigation__icon::after {
  top: 0.5rem;
}

.open .navigation__icon {
  background-color: transparent !important;
}

.open .navigation__icon:before {
  top: 0;
  background-color: #000;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.open .navigation__icon:after {
  top: 0;
  background-color: #000;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.header-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (max-width: 56.25em) {
  .header-social {
    visibility: hidden;
    display: none;
  }
}

header .facebook_button {
  display: block;
}
header .facebook_button:hover path {
  fill: #536669;
}

.top-navigation {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
}
.top-navigation > div {
  padding: 5px;
}
@media (max-width: 56.25em) {
  .top-navigation {
    display: none !important;
  }
}

.menu-item-has-children:hover a::after {
  opacity: 1;
}

.menu-item-has-children:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 56.25em) {
  #nav .sub-menu a {
    font-size: 1.8rem;
    margin-left: 30px !important;
	  	  margin-top: 0.25rem !important;
	  margin-bottom: 0.25rem !important;
  }
}

@media (max-width: 56.25em) {
  .opened {
    background: #fff;
  }
  .opened > .sub-menu {
    border-top: 2px solid #707070;
    display: block;
    max-height: 0;
    overflow: hidden;
  }
}

.sub-menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 100%;
  background: #fff;
  z-index: 1;
  border-radius: 2px;
  min-width: 200px;
  -webkit-transition: 0.2s opacity ease;
  -o-transition: 0.2s opacity ease;
  transition: 0.2s opacity ease;
  -webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.23);
  box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.23);
  padding: 10px 20px;
	min-width: 275px;
}

.sub-menu li{
		  padding: 5px 0;

}

@media (max-width: 56.25em) {
  .sub-menu {
    visibility: visible;
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
    max-width: initial;
    z-index: 1;
    opacity: 1;
    top: 0;
    display: none;
    border: none;
    overflow: hidden;
	background: #fafafa !important;
    width: 100%;
  }
}

@media (max-width: 56.25em) {
  .sub-menu a {
    margin-left: 25px;
    display: block;
  }
}

.top-navigation-mobile {
  display: none !important;
}
@media (max-width: 56.25em) {
  .top-navigation-mobile {
    display: block !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 20px !important;
  }
}

#nav > li {
  position: relative;
  height: 100%;
}

#nav li:hover > a,
#nav .current-menu-item > a,
#nav .current-menu-parent > a,
#nav .current_page_item > a {
  color: #a5037f;
}

@media (max-width: 56.25em) {
  #nav li:hover > a,
  #nav .current-menu-item > a,
  #nav .current-menu-parent > a,
  #nav .current_page_item > a {
    color: #a5037f !important;
  }
  #nav li:hover a.button,
  #nav .current-menu-item a.button,
  #nav .current-menu-parent a.button,
  #nav .current_page_item a.button {
    color: #fff !important;
  }
}

.home .logo {
  width: 290px;
}

@media (max-width: 68.125em) {
.logo {
  max-width: 18%;
}
	
}

.scrolled .logo {
  width: 150px;
}

.logo {
  width: 150px;
  position: absolute;
	padding: 10px;
  left: 0;
  top: 0;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
@media (max-width: 56.25em) {
  .logo {
    width: 100px !important;
	  	  max-width: initial !important;
  }
}

.mobile-phone-link {
  display: none !important;
}
@media (max-width: 56.25em) {
  .mobile-phone-link {
    display: block !important;
    width: 28px;
    height: 31px;
    background-size: cover;
    position: absolute;
    right: 9.5rem;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    font-size: 28px;
  }
  .mobile-phone-link a {
    display: block !important;
    width: 100% !important;
    height: 100%;
    padding: 0 !important;
  }
}

#big-video {
  position: relative;
  background: #fff;
  border: 20px solid #fff;
}
@media (max-width: 56.25em) {
  #big-video {
    border: 10px solid #fff;
  }
}

.video {
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

video {
  width: 100%;
  top: 0;
  left: 0;
  display: block;
  -webkit-transition: 0.2s opacity ease;
  -o-transition: 0.2s opacity ease;
  transition: 0.2s opacity ease;
}

#big-video .video-element {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.video-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 75%;
	    text-shadow: 2px 2px 4px #000000;
}

.video-content .button{
	text-shadow: none;
}
@media (max-width: 56.25em) {
  .video-content {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    padding: 25px;
    background: #581448;
  }
}

.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
@media (max-width: 56.25em) {
  .flex-container.mobile-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 56.25em) {
  .flex-container.mobile-wrap .third:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 56.25em) {
  .flex-container.mobile-wrap .half:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 37.5em) {
  .flex-container.phone-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.two-thirds {
  width: calc(66.6666667% - 5rem);
}
@media (max-width: 56.25em) {
  .two-thirds {
    width: 100%;
  }
}

.third {
  width: calc(33.3333% - 5rem);
}
@media (max-width: 56.25em) {
  .third {
    width: 100%;
    padding: 1rem 0 !important;
  }
}

.half {
  width: calc(50% - 5rem);
}
.half--inner{
	width: 100%;
}
@media (max-width: 56.25em) {
  .half {
    width: 100%;
  }
}

.quarter {
  width: calc(25% - 5rem);
	padding: 0 !important;
}
@media (max-width: 56.25em) {
  .quarter {
    width: 100%;
    padding: 1rem 0 !important;
  }
}
@media (max-width: 37.5em) {
  .quarter {
    width: 100%;
  }
}

.middle {
  padding: 0 1rem;
}

.grid {
  display: -ms-grid;
  display: grid;
}
.grid.two {
  -ms-grid-columns: 1fr 100px 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 100px;
  -moz-column-gap: 100px;
  column-gap: 100px;
  row-gap: 80px;
}
@media (max-width: 56.25em) {
  .grid.two {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
    row-gap: 30px;
  }
}
.grid.four {
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr 40px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  row-gap: 40px;
}
@media (max-width: 56.25em) {
  .grid.four {
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 30px;
  }
}
@media (max-width: 37.5em) {
  .grid.four {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
    row-gap: 30px;
  }
}

.center img {
  display: block;
  margin: 0 auto;
}

footer .footer-inner {
  width: 100%;
}
@media (max-width: 56.25em) {
  footer .footer-inner {
    width: 100%;
  }
}

footer h4 {
  font-size: 1.6rem;
}

footer .contact-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
footer .contact-link svg {
  display: block;
  width: 14px;
  max-width: 14px;
  margin-right: 8px;
}
footer .contact-link:not(:last-child) {
  margin-bottom: 14px;
}

footer .policies {
  margin-bottom: 6px;
}

footer .top-footer {
  font-size: 16px;
  line-height: 20px;
  background: #4b4649 0% 0% no-repeat padding-box;
  height: 150px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 80px;
}
footer .top-footer .footer-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
footer .top-footer .footer-title h4 {
  margin-bottom: 15px;
}
footer .top-footer .social-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (max-width: 56.25em) {
  footer .top-footer .social-footer {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
footer .top-footer .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
footer .top-footer .social-links a {
  margin-left: 10px;
}
@media (max-width: 56.25em) {
  footer .top-footer .social-links {
    margin-left: 0;
  }
}
footer .top-footer .social-links svg {
  width: 32px;
  height: 32px;
}
footer .top-footer .social-links svg path {
  fill: #fff;
}
@media (max-width: 56.25em) {
  footer .top-footer {
    height: auto;
    padding: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  footer .top-footer .half:last-child {
    margin-bottom: 15px;
  }
}
footer .top-footer .footer-title h3 {
  padding-bottom: 28px;
}
@media (max-width: 56.25em) {
  footer .top-footer .footer-title h3 {
    padding-bottom: 10px;
  }
}

footer a {
  color: #fff;
}

.page-title {
  text-align: center;
  padding: 30px 0px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 56.25em) {
  .page-title {
    padding: 30px 0px;
  }
}

.content-section--inner {
  padding: 100px;
  max-width: 1166px;
  margin: 0 auto;
}
@media (max-width: 56.25em) {
  .content-section--inner {
    padding: 30px;
  }
}

.text-margin > *:not(:last-child) {
  margin-bottom: 15px;
}

.full-image-container img {
  display: block;
  width: 100%;
  max-width: initial;
}

.title-wrapper {
  padding: 0 100px;
}
@media (max-width: 56.25em) {
  .title-wrapper {
    padding: 0 30px;
  }
}

.post-title {
  text-align: center;
  border-bottom: 2px solid #c7c7c7;
  padding: 80px 20px;
}
@media (max-width: 56.25em) {
  .post-title {
    padding: 40px 20px;
  }
}

.page-title,
.content-section,
.block--inner {
  background-size: cover !important;
}

.block--inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.block--inner .block-content-inner {
  max-width: 600px;
  padding: 100px;
}
@media (max-width: 56.25em) {
  .block--inner .block-content-inner {
    padding: 30px;
  }
}

.content-inner .button:last-child {
  margin-bottom: 0 !important;
}

.opened-header h4 {
  padding-bottom: 0;
}

.thumbnail-container {
  position: relative;
  display: block;
}
.thumbnail-container .hover-thumbnail {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
  opacity: 0;
}

.post-content:hover .hover-thumbnail {
  opacity: 1;
}

.thumb-img img {
  max-width: initial;
  width: 100%;
}

#page_controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#page_controls .full {
  width: 100%;
}
#page_controls .control-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  background: #00255b;
  text-align: center;
  margin-bottom: 0 !important;
}
#page_controls .control-button h5 {
  padding-bottom: 0;
  color: #fff;
}
#page_controls .control-button a {
  width: 100%;
  display: block;
  padding: 33px;
  text-decoration: none !important;
}
@media (max-width: 56.25em) {
  #page_controls .control-button {
    margin-bottom: 2px !important;
  }
}
#page_controls #prev.half {
  border-right: 1px solid #fff;
}
@media (max-width: 56.25em) {
  #page_controls #prev.half {
    border-right: none;
  }
}
#page_controls #next.half {
  border-left: 1px solid #fff;
}
@media (max-width: 56.25em) {
  #page_controls #next.half {
    border-left: none;
  }
}
#page_controls .control-icon {
  width: 30px;
  height: 30px;
  border-top: 2px solid #1682c6;
  border-right: 2px solid #1682c6;
}
#page_controls .prev-icon {
  -webkit-transform: rotate(-135deg) translateY(50%);
  -ms-transform: rotate(-135deg) translateY(50%);
  transform: rotate(-135deg) translateY(50%);
  position: absolute;
  left: 5%;
  top: 50%;
}
#page_controls .next-icon {
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  right: 5%;
  top: 50%;
}

@media (max-width: 56.25em) {
  header .flex-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.halves-section:not(:last-child) {
  border-bottom: 2px solid #a1a9b2;
}

@media (max-width: 56.25em) {
  .halves-section:last-child {
    padding-bottom: 0;
  }
}

.halves-section .half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.post-thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}

.section-title {
  position: relative;
  text-align: left;
  margin-bottom: 40px;
}
@media (max-width: 56.25em) {
  .section-title {
    text-align: center;
  }
}
.section-title .view-all {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.section-title .view-all svg {
  margin-left: 15px;
}
@media (max-width: 56.25em) {
  .section-title .view-all {
    position: relative;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: initial;
    margin-top: 5px;
  }
}
.section-title.left-align {
  text-align: left;
}

.content-tiles .content-tile {
  padding: 20px;
}

.content-tiles .content-tile--inner {
  position: relative;
  min-height: 200px;
  background: #f8f8f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 30px;
  height: 100%;
}
.content-tiles .content-tile--inner img {
  display: block;
}
@media (max-width: 56.25em) {
  .content-tiles .content-tile--inner {
    margin-bottom: 0 !important;
  }
}

.image-tiles .image-tile {
  padding: 20px;
}

.image-tiles .image-tile--inner {
  position: relative;
  min-height: 200px;
  background: #fff;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.image-tiles .image-tile--inner img {
  display: block;
}
@media (max-width: 56.25em) {
  .image-tiles .image-tile--inner {
    margin-bottom: 0 !important;
  }
}
.image-tiles .image-tile--inner:hover {
  -webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.23);
  box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.23);
  border: 2px solid #00a3ca;
}

.image-list .image-list-item {
  padding: 20px;
}
.image-list .image-list-item--content {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.image-list .image-list-item .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    to(#000)
  );
  background: -o-linear-gradient(top, transparent, #000);
  background: linear-gradient(to bottom, transparent, #000);
  opacity: 0.5;
}

.image-list .image-list-item--inner {
  position: relative;
  background: #fff;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}
.image-list .image-list-item--inner .button-icon {
  width: 100%;
}
.image-list .image-list-item--inner img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 56.25em) {
  .image-list .image-list-item--inner {
    margin-bottom: 0 !important;
  }
}

.image-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  color: #fff;
}
.image-link svg {
  margin-left: 10px;
}
.image-link.active {
  color: #00adee;
}
.image-link.active svg path {
  stroke: #00adee;
}

.image-link-image {
  opacity: 0;
  -webkit-transition: 0.4s opacity ease;
  -o-transition: 0.4s opacity ease;
  transition: 0.4s opacity ease;
}
.image-link-image.active {
  opacity: 1;
}

.image-links-wrapper {
  background: #161616;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 429px;
}
@media (max-width: 56.25em) {
  .image-links-wrapper {
    background: #fff;
    padding: 0;
  }
}
.image-links-wrapper a {
  font-size: 22px;
}
.image-links-wrapper .section-image-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 33.3333%;
}
.image-links-wrapper .section-image-links .mobile-image,
.image-links-wrapper .section-image-links .mobile-title {
  display: none;
}
@media (max-width: 56.25em) {
  .image-links-wrapper .section-image-links {
    width: 100%;
  }
  .image-links-wrapper .section-image-links .desktop-content {
    display: none !important;
  }
  .image-links-wrapper .section-image-links .mobile-image,
  .image-links-wrapper .section-image-links .mobile-title {
    display: block;
    width: 100%;
  }
  .image-links-wrapper .section-image-links .image-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .image-links-wrapper .section-image-links .image-link img {
    display: block;
    width: 100%;
    height: auto;
  }
  .image-links-wrapper .section-image-links .image-link .mobile-title {
    background: #000;
    color: #fff !important;
    padding: 10px;
  }
}
.image-links-wrapper .section-image-links-images {
  width: 66.66666%;
  position: relative;
}
@media (max-width: 56.25em) {
  .image-links-wrapper .section-image-links-images {
    display: none !important;
  }
}
.image-links-wrapper .section-image-links-images .image-link-image {
  width: 100%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.image-links-wrapper .section-image-links-images img {
  -o-object-fit: contain;
  object-fit: contain;
}

.post {
  padding: 15px;
}

.alm-reveal,
.posts-list {
  padding-bottom: 45px;
}
.alm-reveal .post-link,
.posts-list .post-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
	flex-direction: column;
}
.alm-reveal .post-link p,
.posts-list .post-link p {
  color: #4b4649 !important;
  margin-top: 22px;
}
.alm-reveal .post-link h5,
.alm-reveal .post-link p,
.posts-list .post-link h5,
.posts-list .post-link p {
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.alm-reveal .post-link:hover h5,
.alm-reveal .post-link:hover p,
.posts-list .post-link:hover h5,
.posts-list .post-link:hover p {
  color: #a5037f !important;
}
@media (max-width: 56.25em) {
  .alm-reveal .post-link,
  .posts-list .post-link {
    max-width: 280px;
    margin: 0 auto;
  }
  .alm-reveal .post-link:last-of-type,
  .posts-list .post-link:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
  }
}

.section-title {
  text-align: center;
}
.section-title h2 {
  letter-spacing: 1.2px;
}

.testimonials-title {
  width: 100%;
  text-align: center;
  padding: 30px 0;
  margin-bottom: 60px;
}

.testimonials {
  position: relative;
}

.testimonial--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.slider-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  top: 80px;
  font-weight: 700;
}

.slick-arrow {
  display: block;
  background-size: cover !important;
  background-position: center !important;
  cursor: pointer;
  position: absolute;
  top: -45px;
  border-radius: 50px;
  width: 30px;
  height: 30px;
}

.slick-next {
  left: 40px;
}

.slick-prev {
  left: 0;
}

.button-container {
  text-align: center;
  padding: 30px 0;
}

.client-content {
  padding-right: 50px;
}

.client-logos {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.client-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.client-logo:not(:last-child) {
  margin-bottom: 20px;
}

.client-page .client-logo {
  padding: 30px 0;
}
@media (max-width: 56.25em) {
  .client-page .client-logo {
    padding: 10px 0;
  }
}

@media (max-width: 56.25em) {
  .event-text {
    padding-bottom: 10px;
  }
}

.event-banner {
  padding-top: 40px;
  padding-bottom: 40px;
}

.event-details--inner {
  max-width: 800px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}
.event-details--inner .event-date {
  text-align: center;
}

@media (max-width: 56.25em) {
  .event-list {
    padding-top: 0 !important;
  }
}

.event-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 2px solid #c6c6c6;
  padding: 60px 0;
}
@media (max-width: 56.25em) {
  .event-item {
    padding-bottom: 40px;
  }
}

.event-item .blue-text {
  font-weight: 700;
  color: #0086e3;
}

.date-month {
  text-transform: uppercase;
  margin-bottom: 20px;
}

@media (max-width: 56.25em) {
  .date-day {
    margin-bottom: 10px;
  }
}

.event-item .event-start-date {
  width: 20%;
  min-width: 240px;
  text-align: center;
}

@media (max-width: 56.25em) {
  .event-item .event-start-date {
    width: 100%;
  }
}

.event-item .event-start-date h6 {
  font-weight: 500;
}

.event-item .event-start-date .date-day h1 {
  font-size: 10rem;
  color: #3056a3;
  letter-spacing: 6px;
}

.event-item .event-main-content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media (max-width: 56.25em) {
  .event-item .event-main-content {
    width: 100%;
    margin-bottom: 30px;
  }
}

.event-item .event-buttons {
  min-width: 300px;
}

.event-item .event-buttons .button:not(:last-child) {
  margin-right: 10px;
}

.past-events .blue {
  padding: 0 !important;
}

.register-button {
  margin-top: 30px;
}

@media (max-width: 56.25em) {
  .register-button {
    text-align: center;
  }
}

.opened .plusmin {
  border-color: #959595;
}

.opened .plusmin::after {
  -webkit-transform: translateX(-50%) translateY(-1.5px) rotate(180deg);
  -ms-transform: translateX(-50%) translateY(-1.5px) rotate(180deg);
  transform: translateX(-50%) translateY(-1.5px) rotate(180deg);
}

dt:hover .plusmin::after,
dt:hover .plusmin::before {
  background: #a5037f;
}

.opened .plusmin::after,
.opened .plusmin::before {
  background: #a5037f;
}

.plusmin {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
  display: block;
}

.plusmin:before {
  content: "";
  width: 80%;
  height: 3px;
  background: #959595;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
  padding: 1px;
}

.plusmin:after {
  content: "";
  width: 80%;
  height: 3px;
  background: #959595;
  display: block;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-1.5px) rotate(90deg);
  -ms-transform: translateX(-50%) translateY(-1.5px) rotate(90deg);
  transform: translateX(-50%) translateY(-1.5px) rotate(90deg);
  position: absolute;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
  padding: 1px;
}

dt {
  cursor: pointer;
  position: relative;
}
dt h3 {
  color: #581448;
}
dt:hover h3 {
  color: #a5037f;
}

dd {
  display: none;
}

.hidden-text {
  padding: 30px 0;
  border-bottom: 1px solid #ebebeb;
}
.hidden-text:not(:last-child) {
  margin-bottom: 20px;
}

@media (max-width: 56.25em) {
  .content-section {
    padding: 0 !important;
  }
}

.content-section .body-section--inner {
  width: 100%;
  padding: 20px !important;
}
.content-section .body-section--inner:first-child {
  padding-top: 40px !important;
}
@media (max-width: 56.25em) {
  .content-section .body-section--inner:first-child {
    padding-top: 20px !important;
  }
}
.content-section .body-section--inner:last-child {
  padding-bottom: 40px !important;
}
@media (max-width: 56.25em) {
  .content-section .body-section--inner:last-child {
    padding-bottom: 20px !important;
  }
}
.content-section .body-section--inner a:link {
  color: #581448;
  text-decoration: none;
}
.content-section .body-section--inner a:link:hover {
  text-decoration: underline;
}

.image-section {
  background-size: cover !important;
  background-position: center !important;
  padding: 90px;
  position: relative;
}
.image-section .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #2e3033;
  opacity: 0.7;
}
@media (max-width: 56.25em) {
  .image-section {
    padding: 30px;
  }
}

.collapsible-section {
  padding: 45px 0;
}

.next-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  position: relative;
  background: #581448;
}
.next-prev .prev-post {
  position: relative;
  margin-left: 15px;
  margin-right: auto;
}
.next-prev .next-post {
  position: relative;
  margin-right: 15px;
  margin-left: auto;
}
.next-prev .all-link {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 56.25em) {
  .next-prev {
    padding: 20px 10px;
  }
}

.icon {
  width: 10px;
  height: 10px;
  display: block;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
}
.icon.prev-icon {
  top: 41%;
  left: -15px;
  -webkit-transform: translateY(-50%) rotate(135deg);
  -ms-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
}
.icon.next-icon {
  top: 41%;
  right: -15px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.video-container {
  position: relative;
}
.video-container .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
  opacity: 0.5;
}
@media (max-width: 56.25em) {
  .video-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .video-container .overlay {
    opacity: 0;
  }
}

.stats-section {
  background: #efeefa;
  text-align: center;
}
.stats-section .stat-col {
  margin-top: 15px;
  padding: 15px;
}
.stats-section .stat-col--inner {
  padding: 30px;
  border-radius: 15px;
}
.stats-section .stat-col:first-child .stat-col--inner {
  background: #00a3ca;
}
.stats-section .stat-col:nth-child(2) .stat-col--inner {
  background: #005982;
}
.stats-section .stat-col:nth-child(3) .stat-col--inner {
  background: #c7410f;
}
.stats-section .stat-icon {
  height: 100px;
}
.stats-section .stat-value h1 {
  font-size: 5rem;
}

.logo-slider-section {
  background-color: #f8f8f8;
}

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

.logo-slider {
  margin-bottom: 30px;
}

.logo-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.logo-image img {
  display: block;
}
.logo-image .logo-image-base {
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.logo-image .logo-image-hover {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: 0.2 all ease;
  -o-transition: 0.2 all ease;
  transition: 0.2 all ease;
}
.logo-image:hover .logo-image-base {
  opacity: 0;
}
.logo-image:hover .logo-image-hover {
  opacity: 1;
}

.logo-grid-tile {
  border: 1px solid #bbbbbb;
  width: 20%;
  margin-left: -1px;
  margin-top: -1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 10px;
}
@media (max-width: 75em) {
  .logo-grid-tile {
    width: 25%;
  }
}
@media (max-width: 56.25em) {
  .logo-grid-tile {
    width: 33.3333%;
  }
}
@media (max-width: 37.5em) {
  .logo-grid-tile {
    width: 50%;
  }
}

.category-banner {
  background-color: #4b4649;
}
.category-banner .category-image {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.category-banner .category-image .image-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#4b4649),
    to(transparent)
  );
  background: -o-linear-gradient(bottom, #4b4649, transparent);
  background: linear-gradient(to top, #4b4649, transparent);
}
.category-banner .category-banner-content {
  padding: 20px 80px 80px 80px;
}
.category-banner .category-banner-content h1 {
  margin-bottom: 40px;
}
@media (max-width: 56.25em) {
  .category-banner .category-banner-content {
    padding: 20px;
  }
}

.alm-reveal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.project {
  padding: 20px;
  position: relative;
}
.project img {
  width: 100%;
  height: auto;
  display: block;
}
.project--inner {
  position: relative;
}
.project .project-title {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 80px;
  width: 100%;
  background-color: #4b4649;
  padding: 20px;
  z-index: 1;
  -webkit-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
@media (max-width: 56.25em) {
  .project .project-title {
    height: initial;
    padding: 10px;
  }
}
.project .project-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #4b4649;
  opacity: 0;
  -webkit-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.project:hover .project-overlay {
  opacity: 0.5;
}
.project:hover .project-title {
  background-color: transparent;
}

.category-selector {
  margin-left: 20px;
}
@media (max-width: 56.25em) {
  .category-selector {
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .category-selector .category-link {
    margin-bottom: 10px;
  }
  .category-selector .category-link:after {
    display: none !important;
  }
}
.category-selector .category-link {
  position: relative;
  margin-right: 10px;
  text-decoration: none;
  color: #161616;
  text-decoration: none !important;
  -webkit-transition: 0.2s color ease;
  -o-transition: 0.2s color ease;
  transition: 0.2s color ease;
}
.category-selector .category-link.active,
.category-selector .category-link:hover {
  color: #00adee;
}
.category-selector .category-link:not(:last-child):after {
  content: "·";
  color: #161616 !important;
  display: block;
  position: absolute;
  right: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.post-tag {
  width: 55px;
  height: 55px !important;
  position: relative;
}
.post-tag .previous-arrow {
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 56.25em) {
  .post-tag .previous-arrow {
    width: 35px;
    height: 35px !important;
  }
  .post-tag .previous-arrow svg {
    width: 35px;
    height: 35px !important;
  }
}
.post-tag .next-arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 56.25em) {
  .post-tag .next-arrow {
    width: 35px;
    height: 35px !important;
  }
  .post-tag .next-arrow svg {
    width: 35px;
    height: 35px !important;
  }
}
@media (max-width: 56.25em) {
  .post-tag {
    width: 35px;
    height: 35px !important;
  }
}

.next-post {
  margin-left: auto;
}

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

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

.alm-btn-wrap {
  display: none;
}

.view-all-button {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.cta-section .cta {
  padding: 80px;
  background: #efeefa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 15px;
  border: 2px solid transparent;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
@media (max-width: 56.25em) {
  .cta-section .cta {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px;
  }
  .cta-section .cta > div:not(:last-child) {
    margin-bottom: 15px;
  }
}
.cta-section .cta-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cta-section .cta-right h6 {
  margin-right: 10px;
}
.cta-section .cta:hover {
  background: #fff;
  border: 2px solid #00a3ca;
  -webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.23);
  box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.23);
}

.quotes-section {
  background: #f8f8f8;
  border-top: 2px solid #707070;
  border-bottom: 2px solid #707070;
}
.quotes-section .quotes--inner {
  position: relative;
}
.quotes-section .view-all {
  position: absolute;
  right: 0;
  top: 0;
  color: #4b4649;
}
.quotes-section .view-all svg {
  margin-left: 15px;
}

.big-quoute {
  width: 25%;
}
.big-quoute svg {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 56.25em) {
  .big-quoute {
    width: 100%;
  }
  .big-quoute svg {
    margin-top: 15px;
  }
}

.quotes-slider {
  width: 75%;
  margin-top: 50px;
}
@media (max-width: 56.25em) {
  .quotes-slider {
    width: 100%;
  }
}

.post-title {
  margin-top: 10px;
}

.gradient,
.banner-svg-parent {
  -webkit-animation: gradientBackground 5s alternate ease-in-out;
  animation: gradientBackground 5s alternate ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#0080c5),
    to(#4b4649)
  );
  background: -o-linear-gradient(right, #0080c5, #4b4649);
  background: linear-gradient(to left, #0080c5, #4b4649);
  background-size: 150% !important;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  position: relative;
  z-index: 2;
  min-height: 200px;
}

@keyframes gradientBackground {
  0% {
    background-position: left;
  }
  100% {
    background-position: right;
  }
}

@-webkit-keyframes gradientBackground {
  0% {
    background-position: left;
  }
  100% {
    background-position: right;
  }
}

.align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.team-member h4,
.team-member p {
  color: #4b4649;
}

.team-member img {
  border-radius: 15px;
}

.team-member:hover h4,
.team-member:hover p {
  color: #00a3ca;
}

.links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}
@media (max-width: 56.25em) {
  .links {
    margin-left: 0;
  }
}
.links svg {
  width: 25px !important;
  height: 25px;
  margin-right: 10px;
}
.links svg path {
  fill: #581448;
}

.webinar--inner {
  background: #f8f8f8;
  border-radius: 15px;
  padding: 30px;
}
.webinar--inner .button {
  z-index: 1;
}

.webinar-title {
  padding: 60px;
}
.webinar-title .title--inner {
  text-align: center;
}

.image-list-item {
  padding: 20px;
}
.image-list-item--content {
  padding: 30px;
}
.image-list-item--inner {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  height: 100%;
}
.image-list-item--inner img {
  display: block;
  width: 100%;
  height: auto;
}

.button-half {
  padding: 0 20px;
}
@media (max-width: 56.25em) {
  .button-half {
    padding: 0 !important;
  }
}

a.button.big-button {
  width: 100%;
  border-radius: 10px;
  font-size: 28px;
  font-weight: 700;
  min-height: 124px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #011340 !important;
  border: 2px solid #efeefa;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
}
a.button.big-button:after {
  background: #efeefa !important;
}
a.button.big-button:before {
  background: #fff !important;
}
a.button.big-button:hover {
  color: #0080c5 !important;
  border-color: #0080c5 !important;
}

.image-half--inner {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  display: block;
}

.image-half--image {
  aspect-ratio: 1.8;
}
.image-half--image img {
  aspect-ratio: 1.8;
  width: 100%;
  display: block;
}

.image-half--content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff !important;
  font-size: 2.8rem;
  font-weight: 700;
  text-decoration: none !important;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.image-half--content:hover {
  background: #0080c5;
}

.image-half--inner .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #4b4649;
  opacity: 0.5;
  top: 0;
  left: 0;
}

.full-half {
  padding: 100px;
  background-position: center !important;
  background-size: cover !important;
}
@media (max-width: 56.25em) {
  .full-half {
    margin-bottom: 0 !important;
    padding: 30px;
  }
  .full-half.image {
    min-height: 300px;
  }
}

main ul {
  padding-left: 20px;
}
main ul li {
  padding-bottom: 10px;
}

.narrow {
  max-width: 766px;
  margin: 0 auto;
}

.brands {
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.brand {
  width: calc(25% - 40px);
  position: relative;
  text-decoration: none !important;
}
.brand .gradient {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    to(rgba(0, 0, 0, 0.5))
  );
  background: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.5));
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5));
  z-index: -1;
}
.brand .logo {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 20px;
}
.brand .logo img {
  max-width: 100%;
  display: block;
}
.brand .image img {
  display: block;
  position: relative;
  z-index: -2;
}
.brand:hover .overlay {
  opacity: 1;
}
.brand .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
  padding: 20px;
}
.brand .overlay .title,
.brand .overlay .description,
.brand .overlay .button {
  position: relative;
  z-index: 1;
  text-align: center;
}
.brand .overlay-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
}
@media (max-width: 56.25em) {
  .brand {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .brand .gradient {
    display: none;
  }
  .brand .overlay {
    display: none !important;
  }
  .brand .image {
    display: none;
  }
  .brand .logo {
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    min-width: 210px;
  }
}

.full-screen-image {
  height: 300px;
  background-position: center !important;
  background-size: auto 300px !important;
}

.posts-page-link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
	    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.posts-page-link a {
  margin-left: auto;
}
@media (max-width: 56.25em) {
  .posts-page-link {
    display: none;
  }
}
.posts-page-link.mobile {
  display: none;
}
@media (max-width: 56.25em) {
  .posts-page-link.mobile {
    display: block;
  }
}

.posts-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 22px;
	position: relative;
}

.grid.three,
.alm-reveal,
.posts-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr 50px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
  row-gap: 80px;
}
@media (max-width: 56.25em) {
  .grid.three,
  .alm-reveal,
  .posts-list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    row-gap: 30px;
  }
}
@media (max-width: 37.5em) {
  .alm-reveal,
  .posts-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
}

.body .social-link svg path {
  fill: #581448;
}

.team-section {
  margin-bottom: 40px;
}

.post-link {
  position: relative;
}
.post-link:hover .team-content {
  opacity: 1;
}
.post-link:hover p {
  color: #a5037f !important;
}

.team-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 20px;
}
.team-content h4 {
  margin-bottom: 5px;
}
.team-content h4,
.team-content h6 {
  position: relative;
  z-index: 1;
}

.team-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #581448;
  opacity: 0.5;
}

.post-type-archive-team-member .alm-reveal {
  display: -ms-grid;
  display: grid;
  /* from: 1fr 40px 1fr 40px 1fr 40px 1fr */
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;       /* 3 cols for IE */
  /* from: 1fr 1fr 1fr 1fr */
  grid-template-columns: 1fr 1fr 1fr;            /* 3 cols for modern browsers */
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  row-gap: 40px;
}

@media (max-width: 56.25em) {
  .post-type-archive-team-member .alm-reveal {
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    row-gap: 40px;
  }
}
@media (max-width: 37.5em) {
  .post-type-archive-team-member .alm-reveal {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    row-gap: 40px;
  }
}

.view-more {
  color: #581448;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.view-more svg {
  margin-left: 18px;
}

/*ANIMATIONS*/
.text-in {
  opacity: 0;
}

.come-in .text-in {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateY(9rem);
  -ms-transform: translateY(9rem);
  transform: translateY(9rem);
  -webkit-animation: come-in 0.8s ease forwards;
  animation: come-in 0.8s ease forwards;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.come-in {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateY(15rem);
  -ms-transform: translateY(15rem);
  transform: translateY(15rem);
  -webkit-animation: come-in 0.8s ease forwards;
  animation: come-in 0.8s ease forwards;
}
.come-in:nth-child(2) .text-in {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.come-in:nth-child(3) .text-in {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

.come-in:nth-child(odd) {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
}

.already-visible {
  -webkit-transform: translateY(15rem);
  -ms-transform: translateY(15rem);
  transform: translateY(15rem);
  -webkit-animation: come-in 0.8s ease forwards;
  animation: come-in 0.8s ease forwards;
}

.come-in .animate-width {
  -webkit-animation: anim-width 0.5s ease forwards;
  animation: anim-width 0.5s ease forwards;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

@keyframes anim-width {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@-webkit-keyframes anim-width {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@keyframes text-down {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes text-down {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes come-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes come-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

h1 {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 5rem;
  color: #581448;
}
	h1 > a{
		font-size: 5rem !important;
	}
@media (max-width: 56.25em) {
  h1 {
    font-size: 3.7rem;
  }
		h1 > a{
		font-size: 3.7rem !important;
	}
}

h2 {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4rem;
  color: #581448;
}

	h2 > a{
		font-size: 4rem !important;
	}
@media (max-width: 56.25em) {
  h2 {
    font-size: 3rem;
  }
	
	h2 > a{
		font-size: 3rem !important;
	}
}

h3 {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3rem;
  color: #581448;
}
	h3 > a{
		font-size: 3rem !important;
	}
@media (max-width: 56.25em) {
  h3 {
    font-size: 2.25rem;
  }
		h3 > a{
		font-size: 2.25rem !important;
	}
}

h4 {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.5rem;
  color: #581448;
}
	h4 > a{
		font-size: 2.5rem !important;
	}
@media (max-width: 56.25em) {
  h4 {
    font-size: 1.8rem;
  }
			h4 > a{
		font-size: 1.8rem !important;
	}
}

h5 {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.2rem;
  color: #581448;
}
	h5 > a{
		font-size: 2.2rem !important;
	}
@media (max-width: 56.25em) {
  h5 {
    font-size: 1.6rem;
  }
			h5 > a{
		font-size: 1.6rem !important;
	}
}

h6 {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  color: #4b4649;
}
	h6 > a{
		font-size: 1.6rem !important;
	}
@media (max-width: 56.25em) {
  h6 {
    font-size: 1.4rem;
  }
		h6 > a{
		font-size: 1.4rem !important;
	}
}

.text-white,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white li {
  color: #fff !important;
}

blockquote {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-style: normal;
  color: #581448;
  border-left: 2px solid #581448;
  padding-left: 15px;
}
blockquote h1,
blockquote h2,
blockquote h3,
blockquote h4,
blockquote h5,
blockquote h6,
blockquote p {
  color: #581448 !important;
}

.dd-btn,
.button,
#fsSubmitButton2858406,
.form-submit input[type="submit"],
#slider-section .button,
footer .button,
a.button {
  border-radius: 0px;
  text-align: center;
  margin-bottom: 20px;
  padding: 0px 13px;
  color: #fff !important;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  border-radius: 50px;
  letter-spacing: 1px;
  line-height: 1;
  -webkit-transition: color 0.2s ease-in;
  -o-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
  -webkit-transition: background 0.2s ease-in;
  -o-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
  text-decoration: none !important;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border: 1px solid #581448;
  height: 56px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #581448 !important;
}
.dd-btn:hover,
.button:hover,
#fsSubmitButton2858406:hover,
.form-submit input[type="submit"]:hover,
#slider-section .button:hover,
footer .button:hover,
a.button:hover {
  color: #581448 !important;
  background: #fff !important;
}
.dd-btn.alt,
.button.alt,
#fsSubmitButton2858406.alt,
.form-submit input[type="submit"].alt,
#slider-section .button.alt,
footer .button.alt,
a.button.alt {
  color: #581448 !important;
  background: #fff !important;
  width: 100%;
  max-width: 327px;
  border-radius: 10px;
  height: 50px;
  padding-right: 20px;
}
.dd-btn.alt:hover,
.button.alt:hover,
#fsSubmitButton2858406.alt:hover,
.form-submit input[type="submit"].alt:hover,
#slider-section .button.alt:hover,
footer .button.alt:hover,
a.button.alt:hover {
  color: #fff !important;
  background: #581448 !important;
}
.dd-btn.alt:hover:after,
.button.alt:hover:after,
#fsSubmitButton2858406.alt:hover:after,
.form-submit input[type="submit"].alt:hover:after,
#slider-section .button.alt:hover:after,
footer .button.alt:hover:after,
a.button.alt:hover:after {
  background: url(../img/arrow-white.png) no-repeat !important;
  background-position: center !important;
  background-size: 10px 6px !important;
}
.dd-btn.alt:after,
.button.alt:after,
#fsSubmitButton2858406.alt:after,
.form-submit input[type="submit"].alt:after,
#slider-section .button.alt:after,
footer .button.alt:after,
a.button.alt:after {
  content: "";
  display: block;
  width: 10px;
  height: 6px;
  background: url(../img/arrow-red.png) no-repeat !important;
  background-position: center !important;
  background-size: 10px 6px !important;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.text-white .button {
  color: #581448 !important;
  background: #fff !important;
}
.text-white .button:hover {
  color: #fff !important;
  background: #581448 !important;
}

.sub-menu a:hover{
	text-decoration: underline !important;
}

.recipe-card {
    position: relative;
    background: #f9f3e8;
    border-radius: 20px;
    overflow: hidden
}

.recipe-card-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-repeat: no-repeat;
    height: 33.3333%;
    background-size: cover
}

.recipe-card-thumbnail,
.recipe-card-title,
.recipe-card-size {
    position: relative;
    z-index: 1
}

.recipe-card-thumbnail {
    padding: 10px 25px;
    display: flex;
    justify-content: center;
	filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.4));
}

.recipe-card-title {
    padding: 10px;
    width: 100%;
    text-align: center
}

.recipe-card-size {
    padding-bottom: 25px;
    width: 100%;
    text-align: center
}

.recipe-card a {
    text-decoration: none !important
}

.load-more-button {
    height: 0px !important
}

.post-card {
    padding: 0;
    border-radius: 20px;
    background: #fff;
    display: flex;
    flex-direction: column
}

.post-card-inner {
    text-decoration: none !important
}

.post-card:hover .post-card-thumbnail img {
    transform: scale(1.2)
}

.post-card-thumbnail {
    display: block;
    width: 100%;
    height: auto;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    overflow: hidden
}

.post-card-thumbnail.post {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px
}

.post-card-thumbnail img {
    transition: .5s all ease;
    display: block;
    width: 100%;
    height: auto
}

.post-card-title {
    padding: 40px;
    flex-grow: 1
}

.post-card-title.post {
    padding: 10px 0
}

.post-filters {
    background: #f9f3e8;
    border-radius: 20px
}

.post-cat-buttons {
    width: 50%;
    padding: 10px 25px 25px;
    display: flex;
    flex-wrap: wrap;
	align-items: flex-start;
	flex-direction: column;
}

.post-cat-button{
	cursor: pointer;
    padding: 6px 10px;
    margin: 5px 10px 5px 0px;
    color: #3b3b3b !important;
    transition: .2s all ease;
    border-radius: 10px;
    font-size: 1.6rem !important;
    font-weight: 500;
    border: 1px solid #cacaca;
    display: inline-block;
}

.filter-buttons{
	display: flex;
	flex-wrap: wrap;
}

@media(max-width: 56.25em) {
    .post-cat-buttons {
        width: 100%
    }
}

.post-cat-header {
    width: 100%;
    margin-bottom: 5px
}

.posts-page {
    padding-top: 0 !important
}

.product-page-content {
    max-width: 855px;
    margin: 0 auto;
    padding: 0 40px 40px
}

@media(max-width: 56.25em) {
    .product-page-content {
        padding-bottom: 20px
    }
}

.product-page-text-content {
    padding-bottom: 40px
}

@media(max-width: 56.25em) {
    .product-page-text-content {
        padding-bottom: 20px
    }
}

.alt-search-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px
}

.view-all-button {
    margin-top: 20px
}

@media(max-width: 56.25em) {
    .view-all-button {
        margin-top: 0
    }
}

.product-section {
    width: 50%
}

@media(max-width: 56.25em) {
    .product-section {
        width: 100%
    }
    .product-section .title {
        margin-top: 25px
    }
}

.product-image {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    background: #f9f3e8;
}

.product-image img {
	position: relative;
	z-index: 1;
	filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.4));
	
}

.product-content {
    padding-left: 25px
}

@media(max-width: 56.25em) {
    .product-content {
        padding-left: 0
    }
}

.product-content>* {
    margin-bottom: 0px !important;
}

.product-contents {
    align-items: flex-start
}

.recipe-cat-thumbnail {
    position: relative;
    border-radius: 20px;
    overflow: hidden
}

.recipe-cat-thumbnail img {
    transition: .8s all ease
}

.recipe-cat-thumbnail:hover img {
    transform: scale(1.2)
}

.recipe-cat-header {
    text-align: center;
    margin-bottom: 40px
}

.recipe-cat-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%)
}

.recipe-cat-title {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.recipe-cat-title h3 {
    text-decoration: none !important
}

.all-recipes {
    background: #f9f3e8;
    padding-top: 40px
}

.recipes-search {
    background: #f9f3e8
}

.recipe-content-wrapper {
    background: #f9f3e8
}

.recipe-section {
    width: 50%
}

@media(max-width: 56.25em) {
    .recipe-section {
        width: 100%
    }
}

.recipe-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-right: 25px
}

.recipe-content>* {
    margin-bottom: 20px
}

@media(max-width: 56.25em) {
    .recipe-content {
        padding-right: 0
    }
}

.recipe-image img {
    overflow: hidden;
    border-radius: 20px
}

.direction-step {
    display: flex;
    align-items: center;
    border-top: 1px solid #cacaca;
    padding: 15px 0
}

.step-number {
    min-width: 65px;
    padding-right: 20px;
		margin-top: -7px;
}

@media(max-width: 56.25em) {
    .step-number {
       min-width: 50px;
    }
}

.ingredients {
    margin-bottom: 40px
}

.directions {
    margin-bottom: 50px
}

.directions>h2 {
    margin-bottom: 23px !important
}

@media(max-width: 56.25em) {
    .directions {
        margin-bottom: 30px
    }
}

.block-title {
    margin-bottom: 20px !important
}

.recipe-details-card {
    border-radius: 20px;
    padding: 40px 20px
}

.recipe-details-card:not(:last-child) {
    margin-bottom: 40px
}

.serach-form {
    display: flex;
    width: 100%
}

.search-label {
    display: flex;
    flex-grow: 1;
    width: 100%
}

.search-field {
    background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
    background: #fff 0% 0% no-repeat padding-box;
    border: none;
    outline: none !important;
    border-bottom: 1px solid #cacaca;
    text-align: center;
    font: normal normal normal 25px/30px p22-mackinac-pro, serif;
    letter-spacing: 0px;
    color: #cacaca;
    flex-grow: 1;
    text-align: left
}

.search-field+.search-submit .fa-search {
    color: #cacaca
}

.search-field::-moz-placeholder {
    color: #cacaca
}

.search-field::placeholder {
    color: #cacaca
}

.search-field:hover+.search-submit .fa-search,
.search-field:focus+.search-submit .fa-search {
    color: #581448;
}

.search-field:focus::-moz-placeholder,
.search-field:hover::-moz-placeholder {
    color: #581448;
}

.search-field:focus::placeholder,
.search-field:hover::placeholder {
    color: #581448;
}

.search-submit:hover+.search-field::-moz-placeholder,
.search-submit:focus+.search-field::-moz-placeholder {
    color: #581448;
}

.search-submit:hover+.search-field::placeholder,
.search-submit:focus+.search-field::placeholder {
    color: #581448;
}

.search-submit:hover .fa-search {
    color: #581448;
}

.search-field::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none
}

.search-field {
    -ms-clear: none
}

.search-container {
    position: relative;
    display: inline-block;
    width: 100%
}

.search-field {
    padding-right: 40px;
    width: 100%
}

.search-submit {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    color: #333;
    font-size: 1.2em
}

.search-submit i {
    pointer-events: none
}

.search-form {
    display: flex;
    align-items: center;
    position: relative;
    max-width: 470px;
    margin: 0 auto
}

@media(max-width: 56.25em) {
    .search-form {
        flex-direction: column;
        max-width: initial
    }
}

input[type=search] {
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    font-style: 4ormal;
    font-size: 2.5rem;
    line-height: 3rem;
    color: #581448;
    font-weight: 400;
    padding: 10px;
    background: transparent
}

@media(max-width: 56.25em) {
    input[type=search] {
        font-size: 1.8rem
    }
}

.search_entry {
    width: 100%;
    padding-left: 10px;
    height: 54px;
    -webkit-appearance: none;
    border-bottom: 1px solid #cacaca
}

.clear-filters {
    width: 100%;
    padding-top: 25px;
    padding-left: 25px;
    justify-content: initial !important;
    align-items: end;
}

.clear-filters h5 {
    line-height: 1.1;
    margin-right: 14px;
}

clear-filters-button {
    cursor: pointer;
}