@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,700;0,800;1,500&display=swap);
@import url(https://fonts.googleapis.com/css?family=Fira Sans Condensed);
@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,700;0,800;1,500&display=swap);
@import url(https://fonts.googleapis.com/css?family=Fira Sans Condensed);
@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,700;0,800;1,500&display=swap);
@import url(https://fonts.googleapis.com/css?family=Fira Sans Condensed);
@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,700;0,800;1,500&display=swap);
@import url(https://fonts.googleapis.com/css?family=Fira Sans Condensed);
@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic&subset=latin&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,700;0,800;1,500&display=swap);
@import url(https://fonts.googleapis.com/css?family=Fira Sans Condensed);
@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,700;0,800;1,500&display=swap);
@import url(https://fonts.googleapis.com/css?family=Fira Sans Condensed);
@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,700;0,800;1,500&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,700;0,800;1,500&display=swap);
@import url(https://fonts.googleapis.com/css?family=Fira Sans Condensed);
@import url(https://fonts.googleapis.com/css?family=Fira Sans Condensed);
@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,700;0,800;1,500&display=swap);
@import url(https://fonts.googleapis.com/css?family=Fira Sans Condensed);
/*---  Colors  ---*/
.cca-menu {
  z-index: 2000 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cca-menu .cca-menu-container {
  background: #505052 !important;
  color: #ffffff !important;
  padding: 0 2em;
  min-width: 1200px;
  border-radius: 8px;
}
.cca-menu .cca-menu-container .fixed {
  background: #505052 !important;
  padding: 0 2em;
  height: 120px !important;
  transition: all 0.3s ease-in-out;
}
.cca-menu .cca-menu-container .fixed a .image {
  width: 200px !important;
}
.cca-menu .cca-menu-container .item {
  color: #ffffff !important;
  text-decoration: none !important;
  font-family: 'Montserrat', Arial, sans-serif;
  border: none !important;
  height: 100%;
}
.cca-menu .cca-menu-container .item:focus {
  outline: 1px solid #0ab58f;
}
.cca-menu .cca-menu-container .item .cca-item {
  margin: 0 auto;
}
.cca-menu .cca-menu-container .item .cca-item p {
  font-size: 1rem !important;
  font-weight: 500 !important;
  margin: 0 !important;
  text-align: left;
}
.cca-menu .cca-menu-container .item .cca-item a {
  color: inherit;
  position: inherit;
}
.cca-menu .cca-menu-container .item .cca-item a:hover {
  text-decoration: none;
}
.cca-menu .cca-menu-container .item .cca-item div.dropdown {
  display: flex;
  justify-content: flex-start;
  flex-flow: row nowrap;
  align-items: center;
}
.cca-menu .cca-menu-container .item .cca-item div.dropdown.active::after {
  content: '';
  position: absolute;
  bottom: 25px;
  left: 10px;
  right: 10px;
  border-bottom: 4px solid #09b58f !important;
}
.cca-menu .cca-menu-container .item .cca-item div.dropdown i.icon {
  margin-bottom: 10px;
}
.cca-menu .cca-menu-container .item .cca-item h4 {
  font-size: 1.2em;
  margin: 0 0.5em 0 0 !important;
  position: relative;
}
.cca-menu .cca-menu-container .item .cca-item:hover {
  cursor: pointer;
}
.cca-menu .cca-menu-container .item .cca-item:hover::after {
  content: '';
  position: absolute;
  bottom: 25px;
  left: 10px;
  right: 10px;
  border-bottom: 4px solid #09b58f !important;
}
.cca-menu .cca-menu-container .item:hover {
  background: #505052 !important;
}
.cca-menu .cca-menu-container .item.menu-logo:hover,
.cca-menu .cca-menu-container .item.menu-button:hover {
  background: none !important;
}
.cca-menu .cca-menu-container .item.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 10px;
  right: 10px;
  border-bottom: 2px solid #2a8947 !important;
}
.cca-menu .cca-menu-container .right.menu .item + .item {
  margin-left: 4em;
}
.cca-menu .mega-menu {
  z-index: 0 !important;
  position: fixed;
  top: 120px !important;
  left: 0;
  width: 100% !important;
  min-height: 18vh !important;
  padding: 5em 2em 2em;
  background: #aacf9f;
  background-image: url(/static/images/cards/mega-menu.png) !important;
  background-repeat: repeat;
  background-size: 100%;
  box-shadow: 5px 0 20px rgba(0, 0, 0, 0.22);
}
.cca-menu .mega-menu .dropdown {
  display: flex;
  flex-flow: row nowrap;
}
.cca-menu .mega-menu .dropdown .icon {
  padding: 0 0.5em;
  margin-bottom: 0 !important;
}
.cca-menu .mega-menu .menu-items {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-evenly;
  align-items: flex-start;
  color: #2c463b;
}
.cca-menu .mega-menu .menu-items h4 {
  color: #2c463b;
  position: relative;
}
.cca-menu .mega-menu .menu-items h4:hover {
  color: #09b58f;
  cursor: pointer;
}
.cca-menu .mega-menu .menu-items ul {
  padding: 0;
}
.cca-menu .mega-menu .menu-items ul li {
  list-style: none !important;
  line-height: 1.15em !important;
  font-size: 1.3em !important;
  font-weight: 500;
  margin-bottom: 0.8em;
  text-align: left;
}
.cca-menu .mega-menu .menu-items ul li:hover {
  color: #09b58f;
  cursor: pointer;
}
.cca-menu .mega-menu .menu-items.six-items > * {
  width: 14%;
}
.search {
  width: 250px;
}
.search .ui.icon.input {
  width: 100%;
}
.search .ui.icon.input input.prompt.addsearch {
  background: none !important;
  border: 1px solid white;
  border-radius: 0 !important;
  padding: 1.2rem;
  color: white;
}
.search .ui.icon.input input.prompt.addsearch:focus,
.search .ui.icon.input input.prompt.addsearch:active {
  outline: 1px solid white;
  background: white !important;
  color: black !important;
}
.search .ui.icon.input input.prompt.addsearch:focus ~ i.search.icon,
.search .ui.icon.input input.prompt.addsearch:active ~ i.search.icon {
  color: black !important;
}
.search .ui.icon.input i.search.icon {
  color: white !important;
  opacity: 0.8 !important;
}
.search i.search.icon {
  color: white !important;
  opacity: 0.8 !important;
}
div#addsearch-results {
  margin: 0;
}
div#addsearch-results .addsearch-result-item-container .addsearch-result-item-sub h2 a {
  color: #0ab58f;
}
div#addsearch-results .addsearch-result-item-container .addsearch-result-item-sub p {
  color: #505052;
}
div#addsearch-results .addsearch-result-item-container .addsearch-result-item-sub .addsearch_category em {
  font-size: 0.77rem !important;
}
@media (any-hover: none) and (max-width: 1025px) {
  .cca-menu.cca-menu-mobile.tablet.mobile.only {
    display: block !important;
  }
  .ui.basic.segment.tablet.or.lower.hidden.cca-menu {
    display: none !important;
  }
}
@media only screen and (max-width: 700px) {
  div#addsearch-results {
    top: 107px;
    left: 50% !important;
    transform: translate(-50%) !important;
    width: 95% !important;
    margin: auto !important;
  }
  .addsearch {
    width: 100%;
  }
}
@media only screen and (min-width: 701px) and (max-width: 1280px) {
  .cca-menu .cca-menu-container .right.menu .item + .item {
    margin-left: 1em;
  }
  .search {
    width: 200px;
  }
  .cca-menu .cca-menu-container .right.menu .item {
    margin: 0 !important;
  }
  .cca-menu .cca-menu-container .right.menu .item h4 {
    font-size: 1.05rem !important;
  }
  .cca-menu .cca-menu-container .right.menu .item p {
    font-size: 0.86rem !important;
  }
}
/* -------------------------  */
/*    Mobile Header Styles    */
/* -------------------------  */
.cca-menu-mobile {
  padding: 0;
}
.cca-menu-mobile .ui.secondary.top.fixed.menu {
  z-index: 110 !important;
  background: #505052;
  height: 90px !important;
  padding: 0 !important;
}
.cca-menu-mobile .ui.secondary.top.fixed.menu a .image {
  width: 180px !important;
}
.cca-menu-mobile .ui.secondary.top.fixed.menu a.header.menu-logo {
  padding-left: 0 !important;
}
.cca-menu-mobile .ui.secondary.top.fixed.menu .menu-hamburger {
  padding-top: 0;
  width: 90px;
  position: relative;
}
.cca-menu-mobile .ui.secondary.top.fixed.menu .menu-hamburger::after {
  content: 'MENU';
  font-size: 12px;
  display: block;
  position: absolute;
  bottom: 1em;
  left: 50%;
  transform: translateX(-50%);
}
.cca-mobile-submenu-container {
  position: fixed;
  z-index: 110 !important;
  background: #505052;
  margin: 0 !important;
  margin-top: 90px !important;
  width: 100% !important;
  overflow: hidden;
  transform: translateX(200vh);
  transition: transform 80ms linear;
}
.cca-mobile-submenu-container.active {
  transform: translateX(0);
}
.cca-mobile-submenu-container .menu-content {
  padding: 2em;
  padding-bottom: 5em;
  max-height: 100vh !important;
  overflow-y: scroll !important;
}
.cca-mobile-submenu-container .menu-content .item.search {
  width: 100%;
}
.cca-mobile-submenu-container .menu-content .item {
  padding-bottom: 1em !important;
}
.cca-mobile-submenu-container .menu-content .item .cca-item {
  margin: 0 auto;
  padding: 1em 0;
}
.cca-mobile-submenu-container .menu-content .item .cca-item p {
  font-size: 1rem !important;
  font-weight: 500 !important;
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.81);
}
.cca-mobile-submenu-container .menu-content .item .cca-item div.dropdown {
  display: flex;
  justify-content: flex-start;
  flex-flow: row nowrap;
  align-items: center;
  padding: 0 0 1em 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.42);
}
.cca-mobile-submenu-container .menu-content .item .cca-item div.dropdown h4,
.cca-mobile-submenu-container .menu-content .item .cca-item div.dropdown i {
  height: 100%;
  margin: 0 1em 0 0 !important;
  color: white;
}
.cca-mobile-submenu-container .menu-content .item .cca-item div.dropdown.active::after {
  content: '';
  position: absolute;
  bottom: 25px;
  left: 10px;
  right: 10px;
  border-bottom: 4px solid #09b58f !important;
}
.cca-mobile-submenu-container .menu-content .item .submenu-container {
  padding: 0 2em 2em 3rem;
  background: #c1d9ba;
  margin: 0 -2em;
}
.cca-mobile-submenu-container .menu-content .item .submenu-container .subheading:not(.drop) {
  color: #2c463b;
  padding: 1em 0;
  position: relative;
}
.cca-mobile-submenu-container .menu-content .item .submenu-container .subheading:not(.drop) .dropdown {
  display: flex;
  justify-content: flex-start;
  flex-flow: row nowrap;
  align-items: flex-end;
}
.cca-mobile-submenu-container .menu-content .item .submenu-container .subheading:not(.drop) .dropdown h4,
.cca-mobile-submenu-container .menu-content .item .submenu-container .subheading:not(.drop) .dropdown i {
  height: 100%;
  margin: 0 1em 0 0 !important;
  color: #2c463b;
}
.cca-mobile-submenu-container .menu-content .item .submenu-container .subheading:not(.drop) ul {
  padding-left: 1rem !important;
}
.cca-mobile-submenu-container .menu-content .item .submenu-container .subheading:not(.drop) ul li {
  list-style: none;
  margin: 1rem 0;
  color: #2c463b;
  text-align: left;
  font-size: 1rem !important;
  line-height: 2em;
}
.cca-mobile-submenu-container .menu-content .item .submenu-container .subheading:not(.drop) p {
  margin: 0;
  color: #2c463b;
  font-size: 1em !important;
}
.cca-mobile-submenu-container .menu-content .item:last-child .submenu-container {
  margin-bottom: 15em;
}
.mobile-sidebar {
  z-index: 105;
  width: 100% !important;
  position: fixed;
  margin: 0 !important;
  right: 0;
  background: #505052;
  color: white;
  text-align: right;
  padding: 2em;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  transition: all 0.25s ease-in-out;
}
.mobile-sidebar .item {
  border-bottom: 1px solid #2a8947 !important;
}
.mobile-sidebar.active {
  transform: translateY(10px);
}
.mobile-sidebar.hidden {
  transform: translateY(-100%);
}
.mobile-sidebar .addsearch {
  width: 100%;
}
@media only screen and (max-width: 700px) {
  div#addsearch-results {
    top: 107px;
    left: 50% !important;
    transform: translate(-50%) !important;
    width: 85% !important;
    margin: auto !important;
  }
  div#addsearch-results .addsearch-result-item-container .addsearch-result-item-sub h2 a {
    font-size: 1rem;
    color: #0ab58f;
    margin: 0 !important;
  }
  div#addsearch-results .addsearch-result-item-container .addsearch-result-item-sub p {
    font-size: 0.77rem !important;
    color: #505052;
  }
  div#addsearch-results .addsearch-result-item-container .addsearch-result-item-sub .addsearch_category em {
    font-size: 0.77rem !important;
  }
}
/* -------------------------  */

/*---  Colors  ---*/
/*Footer styles */
.cca-footer {
  background: #505052 !important;
  color: white;
  font-size: 14px !important;
  line-height: 18px !important;
  padding: 2em 1.8em !important;
  position: relative;
}
.cca-footer p,
.cca-footer li {
  font-size: 14px !important;
  line-height: 18px !important;
  margin: 0.5em 0 !important;
}
.cca-footer a,
.cca-footer a.footerLink {
  font-size: 14px !important;
  line-height: 18px !important;
  color: white !important;
}
.cca-footer a:hover,
.cca-footer a.footerLink:hover {
  text-decoration: underline !important;
}
.cca-footer ul {
  list-style: none;
  padding-left: 0 !important;
  font-size: 14px !important;
}
.cca-footer .footer-content {
  padding-top: 2em !important;
}
.cca-footer .footer-content .copyright {
  font-size: 0.9rem !important;
}
.cca-footer .footer-content .copyright a {
  font-size: 1em !important;
  text-decoration: underline;
}
.cca-footer .subscribe {
  font-size: 14px !important;
  line-height: 18px !important;
}
.cca-footer .subscribe a {
  color: #0ab58f !important;
  font-weight: bold;
}
.cca-footer .footer-container + .footer-container {
  margin-top: 2.5em;
}
.cca-footer .footerSectionTitle {
  font-size: 14px !important;
  line-height: 18px !important;
  font-weight: 600;
  text-transform: uppercase !important;
  color: #fff7ee;
}
.cca-footer .image-size-60 {
  width: 60%;
}
.cca-footer .image-size-40 {
  width: 40%;
}
.cca-footer .image-size-70 {
  width: 70%;
}
.cca-footer .image-size-70.logo {
  max-width: 220px;
  max-height: 90px;
}
.cca-footer a {
  color: white !important;
}
.cca-footer .socialImages {
  display: flex;
}
.cca-footer .socialImages span {
  margin-left: auto;
}
.cca-footer .socialImages a {
  padding: 0 0.3em;
  text-decoration: none;
  color: white !important;
}
.cca-footer .socialImages a:hover,
.cca-footer .socialImages a:active,
.cca-footer .socialImages a:visited {
  text-decoration: none !important;
}
.cca-footer .footerLink a {
  color: white !important;
  line-height: 1.8em !important;
}
.cca-footer .footerLink a:hover {
  text-decoration: underline;
}
.cca-footer .imageColumn {
  display: flex !important;
  flex-direction: column;
}
.shielded {
  position: absolute;
  bottom: 1em;
  left: 0;
  padding: 1em;
  z-index: 10 !important;
}
.shielded img {
  cursor: pointer;
  margin: 0px auto;
  display: inherit;
  height: 60px !important;
  width: 60px !important;
}
@media only screen and (max-width: 768px) {
  .cca-footer {
    padding: 12px !important;
  }
  .cca-footer .grid {
    text-align: left;
    width: 100% !important;
  }
  .cca-footer img {
    width: 80%;
  }
  .cca-footer img.image-size-70 {
    width: 60%;
  }
  .cca-footer a {
    color: #fff !important;
  }
  .cca-footer .socialImages a {
    text-decoration: none;
    color: white !important;
  }
  .cca-footer .socialImages a:hover,
  .cca-footer .socialImages a:active,
  .cca-footer .socialImages a:visited {
    text-decoration: none !important;
  }
  .shielded {
    position: initial;
    display: block;
    z-index: 10 !important;
  }
  .shielded img {
    cursor: pointer;
    margin: 0;
    display: inherit;
    height: 60px !important;
    width: 60px !important;
  }
}

/*---  Colors  ---*/
.scroll-to-top {
  position: sticky !important;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  bottom: 2em !important;
  float: right;
  margin-top: -2rem;
  margin-right: 2.5rem;
  cursor: pointer;
  color: #2c463b !important;
  z-index: 101;
}
.scroll-to-top .scroll-icon {
  animation: fadeIn 300ms ease-in-out 200ms both;
  background: #09b58f;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 1em;
}
.scroll-to-top .scroll-icon img {
  transform: rotate(-90deg);
  width: 100%;
  height: 100%;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
_:-ms-fullscreen,
:root .scroll-to-top {
  position: relative;
  display: block;
  margin-top: 0.8em;
}

/*---  Colors  ---*/
div.ui.text.container.cookie-popup {
  z-index: 1200 !important;
  max-width: 420px;
  position: fixed;
  bottom: 2em;
  left: 2em;
  padding: 2em;
  background: #ffffff;
  border-bottom: 10px solid #09b58f;
  box-shadow: -1px 1px 7px 3px rgba(0, 0, 0, 0.12);
}
div.ui.text.container.cookie-popup div {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  color: #505052;
}
div.ui.text.container.cookie-popup .cookie-buttons {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
div.ui.text.container.cookie-popup .cookie-buttons a {
  color: #0ab58f;
}
div.ui.text.container.cookie-popup .cookie-buttons button.ui.button {
  background: #09b58f;
  margin-right: 1em !important ;
}
div.ui.text.container.cookie-popup button {
  float: right;
}
@media only screen and (max-width: 767px) {
  div.ui.text.container.cookie-popup {
    padding: 0.5em 1.5em;
    bottom: 1em;
    left: 0;
    right: 0;
    margin: auto;
    border-bottom-width: 5px;
  }
  div.ui.text.container.cookie-popup div .image {
    display: none;
  }
  div.ui.text.container.cookie-popup div p {
    font-size: 12px !important;
  }
  div.ui.text.container.cookie-popup .cookie-buttons {
    margin-top: 0;
  }
  div.ui.text.container.cookie-popup .cookie-buttons .ui.button.primary,
  div.ui.text.container.cookie-popup .cookie-buttons a {
    font-size: 12px !important;
  }
}

/*---  Colors  ---*/
body {
  background: #fff4e9;
  font-family: 'Montserrat', Arial, sans-serif !important;
  margin: auto;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Montserrat', Arial, sans-serif !important;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child {
  margin-top: 0 !important;
}
p,
li {
  font-size: 16px !important;
  line-height: 1.8em !important;
}
p:last-child,
li:last-child {
  margin-bottom: 1em;
}
.subheader {
  margin-bottom: 0.2em;
}
.subheader + h1,
h2,
h3,
h4 {
  margin-top: 0 !important;
}
.layout-wrapper.noscroll {
  overflow: hidden;
  position: fixed;
}
.strong {
  font-weight: bold;
}
.underline {
  text-decoration: underline;
}
.header-underline {
  position: relative;
}
.header-underline::after {
  content: '';
  width: 25%;
  height: 2px;
  background: #505052;
  position: absolute;
  bottom: -5px;
  left: 0;
}
.container.section {
  margin: auto;
}
.cca-content {
  font-family: 'Fira Sans', Arial, sans-serif !important;
  background-color: #ffffff !important;
  padding: 3em 0 !important;
  margin: 0 auto !important;
}
.cca-content + .cca-content {
  padding-top: 0 !important;
}
.cca-content .main.home {
  margin: 0 auto;
  padding: 0 3em;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  align-items: center;
}
.cca-content .main.home > div.intro {
  width: 70%;
  color: #595454;
}
.cca-content .main.home > div.intro h2.subheader {
  font-size: 16px !important;
  color: #595454;
}
.cca-content .main.home > div.intro h1 {
  font-size: 18px !important;
  color: #595454;
}
.cca-content .main.home > div.intro p {
  width: 75%;
  color: #595454;
}
.cca-content .main.home > div.intro a {
  color: #0ab58f;
  font-weight: bold;
}
.cca-content .main.home > div.intro a:hover {
  text-decoration: underline;
}
.cca-content .container .main {
  margin: 0 !important;
  padding: 2em 0;
  background: #ffffff !important;
  display: flex;
  flex-direction: row;
}
.cca-content .container .wrapper-container {
  width: 100%;
}
.cca-content .faq-accordion .accordion {
  font-size: 1.25em !important;
  line-height: 1.5em;
  font-family: 16px !important;
}
.cca-content .faq-accordion .accordion .title {
  background-color: #f3f0e7;
  color: #2c463b !important;
  font-family: 16px !important;
  font-weight: bold !important;
  cursor: pointer;
  transition: 0.4s;
  border-radius: 30px;
  margin: 1em 0;
}
.cca-content .faq-accordion .accordion .title:hover {
  background-color: #c1d9ba;
}
.cca-content .faq-accordion .accordion .title i {
  float: right;
  font-size: 12px !important;
  font-weight: bold !important;
  margin: 0 !important;
  text-align: right;
}
.cca-content .faq-accordion .accordion .title.active {
  color: #2c463b !important;
  background-color: #c1d9ba;
}
.cca-content .faq-accordion .accordion .title.active i::before {
  content: '\F068';
}
.cca-content .faq-accordion .accordion .content {
  color: #42525c;
  font-weight: normal;
  padding: 0 0.95em !important;
  font-family: 16px !important;
}
.cca-content .padding-topbottom {
  padding: 2em 0;
}
.cca-content .nopadding {
  padding: 0 !important;
}
.cca-content .profile-image {
  width: 150px;
  height: 150px;
  float: left;
  margin: 0 1em 0 0;
}
.cca-content div.video {
  width: 50%;
}
.cca-content div.video.right-float {
  width: 30%;
}
.cca-content div.video .ui.embed {
  margin-bottom: 1em;
}
.cca-content div.video .ui.embed .placeholder {
  margin: 0 !important;
}
.cca-content div.video p.caption {
  font-size: 0.95rem !important;
  font-style: italic;
}
.flexed {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.flexed.column {
  flex-flow: column nowrap;
  justify-content: center;
  align-content: flex-start;
}
.flexed.topalign {
  align-items: flex-start;
}
.container.cancer-info {
  padding: 2em 5em;
  background: #ffffff;
  color: #595454;
}
.container.cancer-info .ui.header {
  color: #595454;
  margin-bottom: 1em;
  margin-left: 0.5em;
}
.container.cancer-info .cancer-group {
  color: #595454;
  min-height: 200px;
  width: 20%;
  margin: 0 2em 0 0;
  padding: 0 1em;
}
.container.cancer-info .cancer-group:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.ui.fluid.card.carousel-container {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.ui.fluid.card.carousel-container .content.carousel {
  position: relative;
}
.ui.fluid.card.carousel-container .content.carousel .carousel-indicators {
  position: absolute;
  bottom: 1em;
  left: 50%;
  transform: translate(-50%);
}
.ui.fluid.card.carousel-container .content.carousel .carousel-indicators span {
  margin: 0 0.5em;
}
.ui.fluid.card.carousel-container .content.carousel .carousel-indicators span div.ui.circular.empty.label.grey {
  background-color: white !important;
}
.ui.fluid.card.carousel-container .content.carousel .carousel-indicators span div.ui.circular.empty.label.black {
  background-color: #09b58f !important;
}
/* Responsive Table Styles
================================== */
.cca-table {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 3em 0;
  padding: 0;
}
.cca-table div {
  flex-grow: 1;
  font-size: 16px !important;
  line-height: 20px !important;
  color: #595454 !important;
  box-sizing: border-box;
  padding: 0.8em 1.2em;
  width: 100%;
  overflow: hidden;
  list-style: none;
  word-break: break-word;
  border: solid 1px rgba(0, 0, 0, 0.2);
}
.cca-table div > h1,
.cca-table div > h2,
.cca-table div > h3,
.cca-table div > h4,
.cca-table div > h5,
.cca-table div > h6 {
  margin: 0;
}
.cca-table div.header {
  font-weight: bold;
}
.cca-table.whare-tapa-wha div:nth-child(2n-1) {
  width: 30%;
}
.cca-table.whare-tapa-wha div:nth-child(2n) {
  width: 70%;
}
.cca-table.whare-tapa-wha img {
  height: 80px !important;
  width: 80px !important;
}
/* Table column sizing
================================== */
.cca-table--2cols > div {
  width: 50%;
}
.cca-table--2cols > div:nth-child(2n -1) {
  font-weight: bold;
}
.cca-table--3cols > div {
  width: 33.33%;
}
.cca-table--3cols > div.header {
  font-weight: bold;
}
.cca-table--4cols > div {
  width: 25%;
}
.no-flexbox .cca-table {
  display: block;
}
.no-flexbox .cca-table > div {
  width: 100%;
}
.no-flexbox .cca-table > div.footer {
  margin-bottom: 1em;
}
.addsearch {
  border: none;
  height: 29px;
  width: 360px;
  border-radius: 16px;
  background: #ffffff;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* Semantic UI has these classes, however they're only applicable to*/
/* grids, containers, rows and columns.*/
/* plus, there isn't any `mobile hidden`, `X hidden` class.*/
/* this snippet is using the same class names and same approach*/
/* plus a bit more but to all elements.*/
/* see https://github.com/Semantic-Org/Semantic-UI/issues/1114*/
/* Mobile */
@media only screen and (max-width: 700px) {
  [class*='mobile hidden'],
  [class*='tablet only']:not(.mobile),
  [class*='computer only']:not(.mobile),
  [class*='large screen only']:not(.mobile),
  [class*='widescreen only']:not(.mobile),
  [class*='or lower hidden'] {
    display: none !important;
  }
  .container.section {
    margin: 0 !important;
  }
  .cca-content .main.home {
    margin: 0 auto;
    padding: 0 2em;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-around;
    align-items: center;
  }
  .cca-content .main.home > div.intro,
  .cca-content .main.home > div.intro p {
    width: 100%;
  }
  .cca-content .main.home > div.video {
    width: 100%;
  }
  .cca-content .container .main {
    display: block !important;
  }
  .cca-content .container .main .hcm-image img {
    margin: auto !important;
    width: 100% !important;
    height: 100% !important;
  }
  .flexed {
    flex-flow: column wrap;
  }
  .flexed.column {
    flex-flow: column wrap;
  }
  .container.cancer-info {
    padding: 2em;
  }
  .container.cancer-info .cancer-group {
    width: 100%;
    min-height: 0;
    margin-bottom: 2em;
    border-right: none !important;
  }
  .cca-table {
    display: block;
  }
  .cca-table > div {
    width: 100% !important;
  }
  .cca-table > div.header {
    display: none;
  }
  .cca-table > div.footer {
    margin-bottom: 1em;
  }
  .cca-table.cca-table--2cols > div:nth-child(2n) {
    margin-bottom: 1em;
  }
  .cca-table.cca-table--2cols > div:nth-child(2n-1) {
    font-weight: 800;
    background: #f7f7f7;
    border-bottom: 1px solid #333;
  }
  .cca-table.cca-table--3cols div {
    border: none;
    border: 1px solid #bababa;
    padding: 0.8em;
  }
  .cca-table.cca-table--3cols div:nth-child(3n) {
    margin-bottom: 1em;
  }
  .cca-table.cca-table--3cols div:nth-child(3n-2) {
    font-weight: 800;
    background: #f7f7f7;
    border-bottom: 1px solid #333;
  }
  .cca-table.cca-table--4cols > div:nth-child(4n) {
    margin-bottom: 1em;
  }
  a.anchor {
    top: -100px !important;
  }
}
/* Tablet / iPad Portrait */
@media only screen and (min-width: 700px) and (max-width: 991px) {
  [class*='mobile only']:not(.tablet),
  [class*='tablet hidden'],
  [class*='computer only']:not(.tablet),
  [class*='large screen only']:not(.tablet),
  [class*='widescreen only']:not(.tablet),
  [class*='or lower hidden']:not(.mobile) {
    display: none !important;
  }
  .cancer-info .flexed {
    flex-flow: row wrap;
    justify-content: space-evenly;
  }
  .cancer-info .flexed .cancer-group {
    width: 45%;
    border-right: none !important;
  }
  a.anchor {
    top: -100px !important;
  }
}
/* Computer / Desktop / iPad Landscape */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  [class*='mobile only']:not(.computer),
  [class*='tablet only']:not(.computer),
  [class*='computer hidden'],
  [class*='large screen only']:not(.computer),
  [class*='widescreen only']:not(.computer),
  [class*='or lower hidden']:not(.mobile, .tablet) {
    display: none !important;
  }
}
/* Large Monitor */
@media only screen and (min-width: 1200px) and (max-width: 1919px) {
  [class*='mobile only']:not([class*='large screen']),
  [class*='tablet only']:not([class*='large screen']),
  [class*='computer only']:not([class*='large screen']),
  [class*='large screen hidden'],
  [class*='widescreen only']:not([class*='large screen']),
  [class*='or lower hidden']:not(.computer):not(.tablet):not(.mobile) {
    display: none !important;
  }
}
/* Widescreen Monitor */
@media only screen and (min-width: 1920px) {
  [class*='mobile only']:not([class*='widescreen']),
  [class*='tablet only']:not([class*='widescreen']),
  [class*='computer only']:not([class*='widescreen']),
  [class*='large screen only']:not([class*='widescreen']),
  [class*='widescreen hidden'],
  [class*='widescreen or lower hidden'] {
    display: none !important;
  }
}
_:-ms-fullscreen a:focus,
:root a:focus {
  outline: 2px solid white !important;
}
_:-ms-fullscreen .search input,
:root .search input {
  min-height: 50px !important;
}
_:-ms-fullscreen p.subscribe.underline,
:root p.subscribe.underline {
  text-decoration: none !important;
}
_:-ms-fullscreen .video-hero .carousel .hero-image.video iframe,
:root .video-hero .carousel .hero-image.video iframe {
  min-height: 500px;
}
_:-ms-fullscreen .cca-menu .mega-menu .menu-items,
:root .cca-menu .mega-menu .menu-items {
  justify-content: space-around;
}

/*---  Colors  ---*/
.ui.segment.hero {
  z-index: 5;
  min-height: 400px;
  padding: 0;
  margin: 120px 0 0 0;
  background: #fff4e8;
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.ui.segment.hero .hero-image {
  width: 60%;
  min-height: 500px;
  background-size: cover !important;
  background-position: center 35% !important;
  background-repeat: no-repeat !important;
}
.ui.segment.hero .hero-image img {
  position: absolute;
  top: 20%;
}
.ui.segment.hero .hero-content {
  width: 40%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  box-sizing: border-box;
  padding: 2em;
  background-color: #c1d9ba;
}
.ui.segment.hero .hero-content.blue {
  background-color: #a0cece;
}
.ui.segment.hero .hero-content.blue h3,
.ui.segment.hero .hero-content.blue h1.ui.header,
.ui.segment.hero .hero-content.blue p {
  color: #565554;
}
.ui.segment.hero .hero-content.red {
  background-color: #f2756f;
}
.ui.segment.hero .hero-content.red h3,
.ui.segment.hero .hero-content.red h1.ui.header,
.ui.segment.hero .hero-content.red p {
  color: #fff;
}
.ui.segment.hero .hero-content h1.ui.header {
  font-weight: 800;
  font-size: 42px;
  line-height: 52px;
  color: #2c463b;
  margin: 0;
  padding: 0;
  position: relative;
}
.ui.segment.hero .hero-content h1.ui.header::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -6px;
  height: 2px;
  width: 7.5%;
  background: white;
}
.ui.segment.hero .hero-content h3 {
  font-size: 22px;
  line-height: 26px;
  margin: 0.5em 0;
  color: #2c463b;
  margin: 0;
  padding: 0;
}
.ui.segment.hero .hero-content p {
  color: #2c463b;
  font-size: 16px;
  line-height: 20px;
  padding-top: 2em;
  font-weight: lighter;
}
.video-hero {
  margin: 0 !important;
  padding: 0 !important;
  margin-top: 120px !important;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  background: #fff4e9 !important;
  height: 500px;
}
.video-hero div.ui.fluid.card.carousel-container {
  margin: 0 !important;
  height: 100%;
  width: 65%;
}
.video-hero div.ui.fluid.card.carousel-container .content.carousel {
  padding: 0 !important;
  width: 100%;
  max-height: 500px !important;
  background: black;
  border-radius: 0 !important;
}
.video-hero div.ui.fluid.card.carousel-container .content.carousel .hero-image {
  width: 100%;
  min-height: 500px;
  background-size: cover !important;
  background-position: 100% 20% !important;
  background-repeat: no-repeat !important;
}
.video-hero div.ui.fluid.card.carousel-container .content.carousel .hero-image.video.placeholder {
  background-position: center !important;
  position: relative;
}
.video-hero div.ui.fluid.card.carousel-container .content.carousel .hero-image.video.placeholder::after {
  content: url(/static/icons/play.svg);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 80px;
  width: 80px;
}
.video-hero div.ui.fluid.card.carousel-container .content.carousel .hero-image.video.placeholder:hover {
  cursor: pointer;
}
.video-hero div.ui.fluid.card.carousel-container .content.carousel .hero-image.video.placeholder:hover::after {
  filter: brightness(1.2);
}
.video-hero div.ui.fluid.card.carousel-container .content.carousel .hero-image .caption-container {
  position: absolute;
  top: 10%;
  right: 0;
  height: 15em;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.video-hero div.ui.fluid.card.carousel-container .content.carousel .hero-image .caption-container .content {
  height: 100%;
  padding: 4em 2em;
  color: white;
  text-transform: uppercase;
}
.video-hero div.ui.fluid.card.carousel-container .content.carousel .hero-image .caption-container .content.blue {
  background: #a0cece;
}
.video-hero div.ui.fluid.card.carousel-container .content.carousel .hero-image .caption-container .content.yellow {
  background: #edc776;
}
.video-hero div.ui.fluid.card.carousel-container .content.carousel .carousel-indicators {
  bottom: 3em;
}
.video-hero .content {
  background: #fff4e9;
  width: 35%;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-evenly;
  align-items: flex-start;
}
.video-hero .content div.content-card {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 33.33% !important;
  padding: 1em 3em;
  border-bottom: 1px solid white;
  color: #595454;
}
.video-hero .content div.content-card .header {
  color: #595454;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin: 0.1em 0;
  transform: translateX(0);
  transition: all 200ms ease-out;
}
.video-hero .content div.content-card .header img {
  margin-right: 1em;
  height: 1.5em;
}
.video-hero .content div.content-card .header h4.ui.header {
  font-size: 1.2em;
  margin: 0 !important;
}
.video-hero .content div.content-card p {
  font-size: 1rem !important;
  font-family: 'Fira Sans', Arial, sans-serif !important;
}
.video-hero .content div.content-card:hover {
  cursor: pointer;
  background: linear-gradient(to right, #ffffffda, #fff4e9 50%);
}
.video-hero .content div.content-card:hover .header {
  transform: translateX(4px);
  margin-left: 0.33em;
}
.video-hero .content div.content-card:hover img,
.video-hero .content div.content-card:hover .icon {
  filter: brightness(1.15);
}
@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .caption-container .content h2 {
    width: 100%;
  }
}
@media only screen and (max-width: 1280px) {
  .hero .content-container {
    width: 50vw;
  }
}
@media only screen and (max-width: 992px) {
  .ui.segment.hero {
    margin-top: 90px;
    min-height: 300px;
    flex-flow: column nowrap;
  }
  .ui.segment.hero .hero-image {
    width: 100%;
    min-height: auto;
    height: 400px;
  }
  .ui.segment.hero .hero-content {
    display: block;
    position: initial;
    width: 100%;
    margin-left: 0;
    transform: none;
  }
  .video-hero {
    height: 100%;
    margin-top: 90px !important;
  }
  .video-hero div.ui.fluid.card.carousel-container {
    width: 60%;
    min-height: 450px;
  }
  .video-hero div.ui.fluid.card.carousel-container .content.carousel .hero-image.video iframe {
    min-height: 500px;
  }
  .video-hero .content {
    width: 40%;
  }
  .video-hero .content .content-card {
    padding: 1em;
  }
  .video-hero .content .content-card p {
    font-size: 12px !important;
  }
}
@media only screen and (max-width: 700px) {
  .ui.segment.hero {
    margin-top: 90px;
    min-height: 320px;
    display: block;
  }
  .ui.segment.hero .hero-image {
    width: 100%;
    height: 300px;
    min-height: auto;
    margin: 0;
    background-size: cover !important;
    background-position: center 70% !important;
    background-repeat: no-repeat !important;
  }
  .ui.segment.hero .hero-image img {
    transform: translate(-20%, -20%);
  }
  .ui.segment.hero .hero-content {
    display: block;
    padding: 2em;
    max-width: 100%;
    transform: none;
  }
  .ui.segment.hero .hero-content h1.ui.header {
    font-size: 26px;
    line-height: 30px;
    margin: 0;
    padding: 0;
  }
  .ui.segment.hero .hero-content p {
    font-size: 16px;
    line-height: 20px;
    font-weight: lighter;
  }
  .ui.segment.hero .hero-content h3 {
    font-size: 18px;
    line-height: 22px;
    margin: 0;
    padding: 0;
  }
  .video-hero {
    margin-top: 90px !important;
    flex-flow: column nowrap;
    height: 100%;
  }
  .video-hero div.ui.fluid.card.carousel-container {
    width: 100%;
  }
  .video-hero div.ui.fluid.card.carousel-container .content.carousel .hero-image {
    min-height: 450px;
  }
  .video-hero div.ui.fluid.card.carousel-container .content.carousel .hero-image.video iframe {
    min-height: 450px;
  }
  .video-hero div.ui.fluid.card.carousel-container .content.carousel .hero-image .caption-container {
    width: 100% !important;
    height: 150px !important;
    top: 15% !important;
  }
  .video-hero div.ui.fluid.card.carousel-container .content.carousel .hero-image .caption-container .content {
    width: 40%;
    right: 0;
  }
  .video-hero div.ui.fluid.card.carousel-container .content.carousel .hero-image .caption-container .content > * {
    font-size: 14px !important;
  }
  .video-hero div.ui.fluid.card.carousel-container .content.carousel .hero-image .caption-container::after {
    height: 150px !important;
  }
  .video-hero .content {
    width: 100%;
  }
  .video-hero .content div.content-card {
    padding: 1em 2em !important;
  }
}

/*---  Colors  ---*/
.cca-content {
  font-family: 'Fira Sans', Arial, sans-serif !important;
  background-color: #ffffff !important;
  padding: 3em 0 !important;
  margin: 0 auto !important;
}
.cca-content h2 {
  font-size: 26px !important;
  line-height: 30px !important;
  color: #595454 !important;
}
.cca-content h4 {
  font-size: 18px !important;
  line-height: 22px !important;
  color: #595454 !important;
}
.cca-content h5 {
  font-size: 16px !important;
  line-height: 20px !important;
  color: #595454 !important;
}
.cca-content a {
  color: #0ab58f;
}
.cca-content p,
.cca-content li {
  font-size: 16px !important;
  line-height: 20px !important;
  color: #595454 !important;
}
.cca-content p a,
.cca-content li a {
  color: #0ab58f;
  font-family: 'Fira Sans', Arial, sans-serif !important;
}
.cca-content p a:hover,
.cca-content li a:hover {
  color: #0ab58f;
  text-decoration: underline;
  cursor: pointer;
}
.cca-content a.anchor {
  display: block;
  position: relative;
  top: -130px;
  visibility: hidden;
}
.cca-content img {
  width: 50%;
  margin: 1em 0;
}
.cca-content img.img-100 {
  width: 100% !important;
}
.cca-content img.icon {
  width: 30px;
  margin: 0.5em;
}
.cca-content img.copyright {
  height: 50px;
  width: auto;
  float: right;
  margin: 0 0 0 1em;
}
.cca-content hr {
  margin-top: 3em;
  margin-bottom: 3em;
  background: #505052 !important;
  border-width: 0.01em;
}
.cca-content ul.resourceList {
  padding-left: 0 !important;
}
.cca-content ul.resourceList li {
  list-style-type: none !important;
}
.cca-content ul.resourceList li a {
  font-family: 16px !important;
  line-height: 20px !important;
  color: #0ab58f !important;
}
.cca-content ul.resourceList li a:hover {
  color: #0ab58f !important;
  text-decoration: underline;
  cursor: pointer;
}

/*---  Colors  ---*/
.card-container {
  background: #fff4e9;
  padding: 5em;
}
.card-container .heading {
  margin-bottom: 1em;
  color: #595454;
}
.card-container .cards {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.cca-card-picture {
  background: #fff;
  padding: 0;
  margin: 0.5em;
  width: 23%;
}
.cca-card-picture .image {
  width: 100%;
  position: relative;
}
.cca-card-picture .image::after {
  content: '';
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: -5px;
  left: 0;
  transition: height 100ms ease-in-out;
}
.cca-card-picture .content {
  padding: 2em;
  min-height: 240px !important;
  color: #595454;
}
.cca-card-picture .content h3.header {
  color: #595454;
  position: relative;
}
.cca-card-picture .content h3.header::after {
  content: '';
  width: 20%;
  height: 3px;
  position: absolute;
  bottom: -5px;
  left: 0;
  transition: width 150ms ease-out 50ms;
}
.cca-card-picture .content p {
  color: #595454;
  font-family: 'Fira Sans', Arial, sans-serif !important;
}
.cca-card-picture.red .image::after {
  background: #f2756f;
}
.cca-card-picture.red .content h3.header::after {
  background: #f2756f;
}
.cca-card-picture.blue .image::after {
  background: #a0cece;
}
.cca-card-picture.blue .content h3.header::after {
  background: #a0cece;
}
.cca-card-picture.yellow .image::after {
  background: #edc776;
}
.cca-card-picture.yellow .content h3.header::after {
  background: #edc776;
}
.cca-card-picture.green .image::after {
  background: #09b58f;
}
.cca-card-picture.green .content h3.header::after {
  background: #09b58f;
}
.cca-card-picture:hover {
  cursor: pointer;
}
.cca-card-picture:hover .image::after {
  height: 15px;
}
.cca-card-picture:hover .content h3.header::after {
  width: 30%;
}
.cca-card-info {
  position: relative;
  background: #fff;
  padding: 0;
  margin: 0.5em;
  width: 23%;
}
.cca-card-info .content {
  padding: 2em;
  min-height: 240px !important;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-around;
  color: #595454;
}
.cca-card-info .content h3.header {
  color: #595454;
  position: relative;
}
.cca-card-info .content h3.header::after {
  content: '';
  width: 20%;
  height: 3px;
  position: absolute;
  bottom: -5px;
  left: 0;
}
.cca-card-info .content p {
  color: #595454;
  font-family: 'Fira Sans', Arial, sans-serif !important;
}
.cca-card-info .content .ui.button {
  width: 100%;
  background: transparent !important;
  border: 2px solid #dadada;
  border-radius: 0 !important;
}
.cca-card-info::after {
  content: '';
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.cca-card-info.red .content .ui.button {
  border-color: #f2756f;
}
.cca-card-info.red .content h3.header::after {
  background: #f2756f;
}
.cca-card-info.red::after {
  background: #f2756f;
}
.cca-card-info.blue .content .ui.button {
  border-color: #a0cece;
}
.cca-card-info.blue .content h3.header::after {
  background: #a0cece;
}
.cca-card-info.blue::after {
  background: #a0cece;
}
.cca-card-info.yellow .content .ui.button {
  border-color: #edc776;
}
.cca-card-info.yellow .content h3.header::after {
  background: #edc776;
}
.cca-card-info.yellow::after {
  background: #edc776;
}
.cca-card-info.green .content .ui.button {
  border-color: #09b58f;
}
.cca-card-info.green .content h3.header::after {
  background: #09b58f;
}
.cca-card-info.green::after {
  background: #09b58f;
}
.cca-card-link-list {
  background: #ffffff;
  padding: 0;
  margin: 0;
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
}
.cca-card-link-list > .image {
  width: 50%;
  height: auto !important;
  background-size: cover !important;
  background-position: center bottom !important;
}
.cca-card-link-list .content {
  padding: 3em 5em;
  width: 50%;
  color: #595454;
}
.cca-card-link-list .content h2.ui.header {
  color: #595454;
  text-transform: uppercase;
}
.cca-card-link-list .content p {
  font-weight: 700;
}
.cca-card-link-list .content .links > a {
  display: block;
  padding: 1em 0;
}
.cca-card-link-list .content .links > a div h4 {
  width: 90%;
  margin-bottom: 0;
}
.cca-card-link-list .content .links > a div p {
  width: 90%;
  font-weight: 400 !important;
  font-size: 0.9rem !important;
}
.cca-card-link-list .content .links > a::after {
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
.cca-card-link-list .content .links > * {
  color: #595454;
  margin: 1em 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
  font-weight: 700;
}
.cca-card-link-list .content .links > *:hover {
  color: #09b58f;
  cursor: pointer;
}
.cca-card-link-list .content .links > *::after {
  content: '';
  position: absolute;
  right: 0;
  font-size: 20px;
  color: #09b58f;
  height: 30px;
  width: 30px;
  background: url('/static/icons/arrow.svg') no-repeat;
}
@media only screen and (min-width: 700px) and (max-width: 991px) {
  .card-container .cards {
    justify-content: space-evenly;
  }
  .cca-card-info,
  .cca-card-picture {
    width: 45%;
    margin: 0 0 1.5em 0 !important;
  }
  .cca-card-picture .content {
    min-height: 190px !important;
  }
}
@media only screen and (max-width: 700px) {
  .card-container {
    padding: 2em;
  }
  .card-container .cards {
    flex-flow: column nowrap;
  }
  .cca-card-info,
  .cca-card-picture {
    width: 100%;
    margin: 0 0 1em 0 !important;
  }
  .cca-card-picture .content {
    min-height: 0 !important;
  }
  .cca-card-info .content {
    min-height: 170px !important;
  }
  .cca-card-link-list {
    flex-flow: column nowrap;
  }
  .cca-card-link-list > .image {
    width: 100%;
    height: 300px !important;
  }
  .cca-card-link-list .content {
    padding: 1em;
    width: 95%;
    margin: auto;
  }
  .cca-card-link-list .content .links > *:last-child {
    border-bottom: none;
  }
  .cca-card-link-list.our-people > .image {
    height: 180px !important;
  }
}

/*---  Colors  ---*/
.quote-container {
  background: #d4e3ce;
  background-image: url('/static/images/cards/quote-strip-green.png');
  background-size: contain;
  background-position: bottom center;
  background-repeat: repeat-x;
  padding: 2em 1em 8em 1em;
  overflow: hidden;
}
.quote-container .heading {
  text-transform: uppercase;
  margin: auto !important;
  position: relative;
  padding: 2em;
}
.quote-container .heading h2 {
  margin: auto !important;
  text-align: center;
  color: #2c463b;
}
.quote-container .heading h2::after {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translate(-50%);
  content: '';
  width: 40px;
  height: 2px;
  background: #2c463b;
}
.quote-container .content {
  padding: 2em;
}
.quote-container .content div {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #505052;
}
.quote-container .ui.fluid.card.carousel-container .content.carousel {
  min-height: 100px;
}
.quote-container .ui.fluid.card.carousel-container .content.carousel .carousel-indicators {
  bottom: -3em;
}
@media only screen and (max-width: 700px) {
  .quote-container {
    padding: 2em 2em 6em 2em;
    background-size: cover;
    background-position: bottom center;
  }
}

