@font-face {
  font-family: "Cambria";
  src: url("fonts/Cambria/font.woff2") format("woff2"), url("fonts/Cambria/font.woff") format("woff");
}
@font-face {
  font-family: "CambriaBold";
  src: url("fonts/CambriaBold/font.woff2") format("woff2"), url("fonts/CambriaBold/font.woff") format("woff");
}
@font-face {
  font-family: "CambriaBoldItalic";
  src: url("fonts/CambriaBoldItalic/font.woff2") format("woff2"), url("fonts/CambriaBoldItalic/font.woff") format("woff");
}
@font-face {
  font-family: "CambriaItalic";
  src: url("fonts/CambriaItalic/font.woff2") format("woff2"), url("fonts/CambriaItalic/font.woff") format("woff");
}
html, body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.6;
  font-family: "Cambria";
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
}

p {
  padding: 10px 0;
  font-size: 1.3rem;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2rem;
  line-height: 1.3;
  padding: 30px 0;
}

figure {
  margin: 0;
  text-align: center;
}

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

ul {
  padding: 0;
  margin: 0;
}

.rounded-border {
  border: 1px solid;
  border-radius: 12px;
  padding: 40px;
}

ul.menu {
  list-style-type: none;
}
ul.menu li.button a {
  border: 1px solid;
  display: block;
  padding: 8px 32px;
  border-radius: 8px;
  font-size: 1.25rem;
}
ul.menu li.button a:hover {
  text-decoration: none;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.aligncenter {
  margin: 0 auto;
}

.has-small-font-size {
  font-size: 0.8125em;
}

.has-normal-font-size {
  font-size: initial;
}

.has-medium-font-size {
  font-size: 1.4em;
}

.has-large-font-size {
  font-size: 2em;
}

.has-huge-font-size {
  font-size: 3em;
}

.half-opacity {
  opacity: 50%;
}

@media (max-width: 374px) {
  body, html {
    font-size: 14px;
  }
}
.color-scheme-type-dark {
  background-color: #231f20;
  color: #ffffff;
}
.color-scheme-type-dark a:hover {
  color: #cde1ff;
  text-decoration: underline;
}
.color-scheme-type-dark a.button:hover {
  color: #231f20;
  background-color: #ffffff;
  border-color: #231f20;
}
.color-scheme-type-dark .gform_footer input[type=submit] {
  background-color: #ffffff;
  color: #231f20;
}

.color-scheme-type-blue {
  background-color: #cde1ff;
  color: #363770;
}
.color-scheme-type-blue .gform_footer input[type=submit] {
  background-color: #363770;
  color: #cde1ff;
}

.color-scheme-type-light {
  background-color: #ffffff;
  color: #363770;
}
.color-scheme-type-light input[type=submit] {
  background-color: #333592;
  color: #ffffff;
}
.color-scheme-type-light .search-form .search-input-container .search-submit {
  background-color: #333592;
  color: #ffffff;
}
.color-scheme-type-light .list-post .element-image .type {
  background-color: #363770;
  color: #ffffff;
}
.color-scheme-type-light .list-post.no-image-provided .element-image {
  background-color: grey;
}
.color-scheme-type-light figcaption {
  color: #231f20;
}

/* .color-scheme-type-light > p {
  color: inherit;
}*/

.has-white-color {
  color: #ffffff;
}

.has-black-color {
  color: #231f20;
}

.has-red-color {
  color: #c32b33;
}

.has-blue-color {
  color: #333592;
}

.has-periwinkle-color {
  color: #cde1ff;
}

.has-cyan-color {
  color: #d9f2e3;
}

.has-purple-color {
  color: #363770;
}

.has-purple-light-color {
	color: #303790;
}

.has-peach-color {
  color: #ffde9d;
}

.has-teal-color {
  color: #d0edf2;
}

.has-maroon-color {
	color: #8E191C;
}

.has-green-color {
	color: #047343;
}

.has-orange-color {
	color: #F39324;
}

.has-pink-color {
	color: #FFACB0;
}

.has-apricot-color {
	color: #FFCFB5;
}

.has-white-background-color {
  background-color: #ffffff;
}

.has-black-background-color {
  background-color: #231f20;
}

.has-red-background-color {
  background-color: #c32b33;
}

.has-blue-background-color {
  background-color: #333592;
}

.has-periwinkle-background-color {
  background-color: #cde1ff;
}

.has-cyan-background-color {
  background-color: #d9f2e3;
}

.has-purple-background-color {
  background-color: #363770;
}

.has-peach-background-color {
  background-color: #ffde9d;
}

.has-teal-background-color {
  background-color: #d0edf2;
}

.has-white-border-color {
  border-color: #ffffff;
}

.has-black-border-color {
  border-color: #231f20;
}

.has-red-border-color {
  border-color: #c32b33;
}

.has-blue-border-color {
  border-color: #333592;
}

.has-periwinkle-border-color {
  border-color: #cde1ff;
}

.has-cyan-border-color {
  border-color: #d9f2e3;
}

.has-purple-border-color {
  border-color: #363770;
}

.has-peach-border-color {
  border-color: #ffde9d;
}

.has-teal-border-color {
  border-color: #d0edf2;
}

header .logo-link, footer .logo-link {
  display: flex;
  justify-content: center;
  margin: 12px 20px;
}
header .logo-link img, footer .logo-link img {
  min-height: 62px;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .menu-header-primary-menu-container {
  display: flex;
  align-items: center;
}
header #menu-header-primary-menu {
  display: none;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 1.28px;
  text-transform: uppercase;
}
header #menu-header-primary-menu li {
  padding-right: 40px;
  list-style-type: none;
}

footer {
  font-size: 1.3rem;
  padding: 20px 20px 40px 20px;
}
footer .footer-widgets {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
footer .footer-widgets h1, footer .footer-widgets h2, footer .footer-widgets h3, footer .footer-widgets h4, footer .footer-widgets h5, footer .footer-widgets h6 {
  margin: 8px 0;
}
footer .footer-widgets p {
  margin: 8px 0;
}
footer .footer-widgets .widget-area {
  text-align: center;
  padding: 20px;
}
footer .footer-social-menu-container {
  justify-content: center;
}
footer #menu-footer-social-menu {
  display: flex;
  font-size: 1.25rem;
}
footer #menu-footer-social-menu li {
  padding-right: 16px;
  opacity: 0.5;
}
footer #menu-footer-social-menu li:hover {
  opacity: 1;
}
footer .footer-primary-menu-container {
  padding-top: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
}
footer #menu-footer-primary-menu {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

.menu-container {
  background-color: inherit;
  color: inherit;
  display: flex;
  align-items: center;
}
.menu-container ul {
  list-style-type: none;
}
.menu-container .menu {
  background-color: inherit;
  color: inherit;
}
.menu-container .menu ul, .menu-container .menu li {
  background-color: inherit;
  color: inherit;
}

.menu:not(.mobile) .sub-menu li {
  padding-left: 20px;
}
.menu:not(.mobile) > .menu-item-has-children > .sub-menu {
  display: none;
  position: absolute;
  padding: 12px;
  background-color: inherit;
  color: inherit;
}
.menu:not(.mobile) > .menu-item-has-children:hover > .sub-menu {
  display: block;
}

.mobile-menu-wrapper {
  display: none;
  position: fixed;
  height: 100vh;
  width: 100vw;
  left: 0px;
  top: 80px;
  font-size: 2rem;
  z-index: 1;
}
.mobile-menu-wrapper .menu-container {
  margin-top: 5vh;
}
.mobile-menu-wrapper:hover {
  cursor: pointer;
}
.mobile-menu-wrapper li {
  text-align: center;
}
.mobile-menu-wrapper li .sub-menu {
  font-size: 0.8em;
}

.mobile-menu-toggle {
  padding: 20px;
}
.mobile-menu-toggle .fa-bars {
  display: inline-block;
}
.mobile-menu-toggle .fa-times {
  display: none;
}

.mobile-menu-show {
  height: 100vh;
  overflow-y: hidden;
}
.mobile-menu-show .mobile-menu-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.mobile-menu-show .mobile-menu-toggle .fa-bars {
  display: none;
}
.mobile-menu-show .mobile-menu-toggle .fa-times {
  display: inline-block;
}

body.js header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  transition: margin-top 0.5s;
}
body.js.scroll-down header {
  margin-top: -140px;
}
body.js.scroll-up header {
  margin-top: 0;
}

@media (min-width: 768px) {
  footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 1rem;
  }
  footer .left-column {
    width: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  footer .right-column {
    width: 55%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  footer .footer-widgets {
    flex-direction: row;
    justify-content: space-between;
  }
  footer .footer-widgets .widget-area {
    padding: 40px 20px 0 0;
    text-align: left;
  }
  footer .footer-widgets .widget-area p {
    font-size: 1rem;
  }
  footer .footer-primary-menu-container {
    justify-content: flex-start;
  }

  .mobile-menu-toggle {
    display: none;
  }

  header #menu-header-primary-menu {
    display: flex;
  }
}
.default-header {
  background-size: cover;
  background-repeat: no-repeat;
}
.default-header .date {
  margin-top: 10px;
}

.breadcrumbs {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.breadcrumbs > * {
  padding: 4px 8px;
  border-color: #363770;
  border-radius: 0;
  border-top: 1px solid;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid;
}
.breadcrumbs > *.separator {
  padding: 0 4px;
}
.breadcrumbs > *.separator .dividing-line {
  border-left: 1px solid;
  border-color: inherit;
  height: 100%;
  -moz-transform: skew(-25deg);
  -webkit-transform: skew(-25deg);
  transform: skew(-25deg);
}
.breadcrumbs > *:first-child {
  border: 1px solid;
  border-radius: 50%;
  margin-right: -16px;
}
.breadcrumbs > *:nth-child(2) {
  padding-left: 25px;
}
.breadcrumbs > *.last-element {
  padding-right: 0;
}
.breadcrumbs > *:last-child {
  border-radius: 0 50% 50% 0;
  border: 1px solid;
  border-left: none;
  padding-right: 18px;
  margin-left: -16px;
}

main {
  flex-direction: row;
  flex-wrap: wrap;
}
main .provide-padding {
  padding: 2.5rem 0 2.5rem 0;
}
main .content > *, main .sidebar > * {
  margin: 0 20px;
}
main .content > *.alignfull, main .sidebar > *.alignfull {
  margin: 0;
}
main .content > *.alignwide, main .sidebar > *.alignwide {
  margin: 0 10px;
}
main .content > .wp-block-cover, main .sidebar > .wp-block-cover {
  margin: 0;
}
main .content > .wp-block-cover.alignwide, main .sidebar > .wp-block-cover.alignwide {
  max-width: calc(100% - 4em);
  margin: 0 auto;
}
main .content > .wp-block-cover.alignfull, main .sidebar > .wp-block-cover.alignfull {
  max-width: calc(100% - 2em);
  margin: 0;
}
main .content > .wp-block-cover.alignright, main .sidebar > .wp-block-cover.alignright {
  margin: 0 10px 0 0;
}
main .content > .wp-block-cover.alignleft, main .sidebar > .wp-block-cover.alignleft {
  margin: 0 0 0 10px;
}
main .content > .header h1, main .sidebar > .header h1 {
  margin: 0 auto;
  max-width: 90%;
}
main .content > .header p, main .sidebar > .header p {
  margin: 0 auto;
  max-width: 90%;
}
main .sidebar h2 {
  margin: 20px 0 0 0;
}
main .sidebar h3 {
  font-size: 1.3rem;
  line-height: 1.3;
  margin-top: 50px;
}
main .sidebar .rounded-border {
  margin-top: 20px;
  padding: 10px 30px 30px 30px;
}
main .sidebar .rounded-border h3 {
  margin-top: 0;
}
main .default-header {
  padding: 0px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
main .default-header.title-only h1 {
  font-size: 4rem;
}
main .default-header h1 {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media (min-width: 768px) {
  main {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  main .content {
    width: 100%;
  }
  main .content.with-sidebar {
    width: calc(100% - 340px);
  }
  main .content > * {
    margin: 0 40px;
  }
  main .content > *.alignfull {
    margin: 0;
  }
  main .content > *.alignwide {
    margin: 0 20px;
  }
  main .content > .header h1, main .content > .header p {
    max-width: 500px;
  }
  main .sidebar {
    width: 340px;
  }
  main .default-header h1 {
    max-width: 500px;
  }
}
@media (min-width: 1024px) {
  main .content > * {
    margin: 0 80px;
  }
  main .content > *.alignfull {
    margin: 0;
  }
  main .content > *.alignwide {
    margin: 0 40px;
  }
  main .content > .header h1, main .content > .header p {
    max-width: 50%;
  }
  main .default-header h1 {
    max-width: 50%;
  }
}
@media (min-width: 1600px) {
  main > .content {
    max-width: 1600px;
    margin: 0 auto;
  }
  main > .content.with-sidebar {
    max-width: 1260px;
    margin: 0 0 0 calc(50% - 800px);
  }
  main > .content > .header {
    margin: 0 calc(50% - 1600px);
  }
  main > .header {
    max-width: unset;
    margin: unset;
  }
}
.wp-block-buttons .wp-block-button .wp-block-button__link {
  border-radius: 8px;
  /*
  			&:active, &:focus, &:hover, &:visited {
  				color: initial;
  			}
  */
}

.wp-block-embed {
  margin: 40px 3.5em !important;
}

.wp-block-file {
  margin-top: 40px !important;
}

.wp-block-group__inner-container {
  background-color: inherit;
}

.wp-block-image figure.alignleft {
  display: block;
  float: left;
  margin-right: 2em;
}

.wp-block-image figure.alignright {
  display: block;
  float: right;
  margin-left: 2em;
}

.wp-block-image .aligncenter > figcaption,
.wp-block-image .alignleft > figcaption,
.wp-block-image .alignright > figcaption {
  display: block;
}

figcaption {
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.48px;
  text-align: left;
  border-bottom: 1px solid;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.alignfull figcaption {
  padding-left: 20px;
}

ul.wp-block-latest-posts__list {
  display: flex;
  flex-direction: column;
}
ul.wp-block-latest-posts__list li {
  display: flex;
  flex-direction: row;
}
ul.wp-block-latest-posts__list li .wp-block-latest-posts__featured-image {
  flex: 1 1 33%;
  max-width: 180px;
}
ul.wp-block-latest-posts__list li .wp-block-latest-posts__featured-image img {
  border-radius: 12px;
}
ul.wp-block-latest-posts__list li > a {
  flex: 2 2 64%;
  display: flex;
  align-items: center;
  padding: 0 20px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.4;
}

.wp-block-columns.left-sidebar > div:first-of-type {
  max-width: 320px;
}

main > .content > .wp-block-columns {
  justify-content: space-between;
}

.search-form {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: stretch;
}
.search-form .search-input-container {
  width: 100%;
  position: relative;
  max-height: 50px;
}
.search-form .search-input-container .search-input {
  height: 100%;
  width: 100%;
}
.search-form .search-input-container .search-submit {
  width: 40px;
  border: 1px solid #231f20;
  background: inherit;
  color: inherit;
  border-radius: 0 5px 5px 0;
  font-size: 1.25rem;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

.gform_body .hidden_label label,
.content .hidden_label label {
  display: none;
}
.gform_body textarea,
.gform_body input[type=search],
.gform_body input[type=text],
.gform_body input[type=email],
.content textarea,
.content input[type=search],
.content input[type=text],
.content input[type=email] {
  padding: 10px 20px;
  border-radius: 4px;
  border: solid 1px #b1b4b5;
  background-color: #f6f6f6;
  color: #868e96;
  margin-bottom: 10px;
}

.gform_footer input[type=submit],
input[type=submit] {
  padding: 12px 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 8px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
  cursor: pointer;
  border: none;
  font-family: inherit;
}

.sidebar .gform_body input[type=text],
.sidebar .gform_body input[type=email] {
  width: 100%;
  max-width: 350px;
  margin: 0 auto 10px auto;
  display: block;
}
.sidebar .gform_footer input[type=submit] {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  display: block;
}

.gform_validation_container {
  display: none;
}

.ginput_container .large {
  max-width: 600px;
}
.ginput_container .medium {
  max-width: 300px;
}
.ginput_container .small {
  max-width: 150px;
}
.ginput_container > * {
  width: 100%;
}

.facetwp-facet .facetwp-input-wrap {
  width: 100%;
  max-width: 300px;
}
.facetwp-facet input, .facetwp-facet select, .facetwp-sort select {
  padding: 0 24px;
  border-radius: 4px;
  border: solid 1px #b1b4b5;
  background-color: #f6f6f6;
  color: #868e96;
  height: 54px;
  width: 100%;
  max-width: 300px;
  font-size: 1em;
}
.facetwp-facet select, .facetwp-sort select {
  cursor: pointer;
}

.facetwp-template {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.facetwp-template .element-title {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.2;
}
.facetwp-template .element-excerpt {
  line-height: 1.6;
}
.facetwp-template > .list-element {
  width: 100%;
}
.facetwp-template > .list-element .content-wrapper {
  font-size: 1.25rem;
  border-bottom: 1px solid;
  max-width: 1024px;
  display: flex;
  justify-content: space-between;
  padding: 15px 0 10px 15px;
  transition: padding-left 0.5s;
}
.facetwp-template > .list-element .element-link {
  border-radius: 50%;
  padding: 4px 10px;
}
.facetwp-template > .list-element:hover .content-wrapper {
  padding-left: 30px;
  border-color: #cde1ff;
}
.facetwp-template > .list-element:hover .element-link {
  background-color: #cde1ff;
}
.facetwp-template > .grid-element {
  width: 280px;
  margin: 0 20px 40px 20px;
  flex: 1 1 45%;
  min-width: 200px;
}
.facetwp-template > .grid-element .element-image {
  width: 100%;
  padding-bottom: 56.25%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  filter: brightness(0.97);
}
.facetwp-template > .grid-element .element-meta {
  margin: 12px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.75rem;
  text-transform: uppercase;
  white-space: unset;
  line-height: 1.3;
  letter-spacing: 0.48px;
}
.facetwp-template > .grid-element .element-meta .date {
  margin-right: 15px;
  font-weight: bold;
}
.facetwp-template > .grid-element .element-meta .districts {
  text-align: right;
  cursor: pointer;
  overflow-x: hidden;
  max-width: 200px;
}
.facetwp-template > .grid-element.resource .element-image {
  background-position: initial;
}
.facetwp-template > .grid-element.resource .element-image .resource-type {
  display: flex;
  padding: 2px 32px 5px 15px;
  justify-content: flex-start;
  align-items: center;
  border-radius: 0 0 32px 0;
  display: inline-block;
}
.facetwp-template > .grid-element.resource .element-image .resource-type i {
  padding-right: 10px;
  font-size: 0.75rem;
}
.facetwp-template > .grid-element.person {
  max-width: 200px;
  min-width: unset;
}
.facetwp-template > .grid-element.person .element-image {
  padding-bottom: 95%;
  border-radius: 50%;
}

.filter-sidebar > * {
  max-width: 80%;
  margin: 0 auto;
}
.filter-sidebar h4 {
  margin-bottom: 12px;
}

/*
.facetwp-type-dropdown {
	position: relative;
	&:after {
		content: '\25BC';
		position: absolute;
		right: 12px;
		top: 2px;

	}
	.facetwp-dropdown {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}	
}
*/
@media (min-width: 768px) {
  .facetwp-template {
    justify-content: space-between;
  }
  .facetwp-template > .grid-element.person {
    margin: 30px 20px 40px 0;
    width: 180px;
  }
}
body.archive .content,
body.search .content {
  max-width: 1048px;
  margin: 0 auto;
}
body.archive .content .pre-content,
body.search .content .pre-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
body.archive .content .pre-content label[for=search-input],
body.search .content .pre-content label[for=search-input] {
  display: none;
}
body.archive .content .post-content,
body.search .content .post-content {
  display: flex;
}
body.archive .content .post-content .facetwp-type-pager,
body.search .content .post-content .facetwp-type-pager {
  text-align: center;
}
body.archive .content .search-form,
body.search .content .search-form {
  width: 100%;
}
body.archive .content .facetwp-type-pager,
body.search .content .facetwp-type-pager {
  width: 100%;
  margin: 20px 0 0 0;
}

.list-post {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  padding-bottom: 20px;
  width: 100%;
}
.list-post .left-column, .list-post .right-column {
  min-width: 250px;
}
.list-post .left-column {
  width: 100%;
}
.list-post .right-column {
  padding: 0 20px;
  width: 100%;
}
.list-post .element-image {
  padding-bottom: 75%;
  width: 100%;
  background-size: cover;
}
.list-post .element-image .type {
  display: flex;
  padding: 5px 15px;
  justify-content: flex-start;
  align-items: center;
  border-radius: 0 0 12px 0;
  display: inline-block;
  background-color: inherit;
  color: inherit;
}
.list-post .view-more {
  font-weight: bold;
}
.list-post.no-image-provided .element-image {
  background-color: grey;
}

@media (min-width: 768px) {
  .list-post {
    flex-wrap: nowrap;
  }
  .list-post .left-column {
    width: 40%;
  }
  .list-post .right-column {
    width: calc(60% - 40px);
  }
  .list-post h3 {
    margin-top: 0;
  }

  body.archive .content .search-form,
body.search .content .search-form {
    width: 33%;
  }
  body.archive .content .facetwp-type-pager,
body.search .content .facetwp-type-pager {
    width: 33%;
    margin: 0;
  }
  body.archive .content .post-content .facetwp-type-pager,
body.search .content .post-content .facetwp-type-pager {
    text-align: left;
  }
}
.cta-button {
  max-width: 200px;
}

.caed-two-column-block {
  display: flex;
  flex-direction: column;
}
.caed-two-column-block .column h1 {
  font-size: 3.5rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  margin-top: 0;
}
.caed-two-column-block .column h2 {
  font-size: 2rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  padding-top: 0;
  padding-bottom: 0;
}
.caed-two-column-block .column p {
  padding-top: 0;
  margin-top: 0;
}
.caed-two-column-block .column .links-list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.caed-two-column-block .column .links-list a {
  margin-right: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 6px;
  border-bottom: 2px solid;
  border-color: transparent;
}
.caed-two-column-block .column .links-list a i {
  font-size: 0.7em;
}
.caed-two-column-block .column .links-list a:hover {
  border-color: inherit;
}
.caed-two-column-block .column .links-list a.view-all {
  border-color: inherit;
}
.caed-two-column-block .column .links-list a.view-all:hover {
  border-color: transparent;
}
.caed-two-column-block .column.padded {
  padding: 20px;
}
.caed-two-column-block .column.padded.remove-padding-top {
  padding-top: 0;
}
.caed-two-column-block .column.padded.remove-padding-left {
  padding-left: 0;
}
.caed-two-column-block .column.padded.remove-padding-right {
  padding-right: 0;
}
.caed-two-column-block .column.padded.remove-padding-bottom {
  padding-bottom: 0;
}
.caed-two-column-block .column.text {
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.caed-two-column-block .column.text .category {
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 1.4px;
}
.caed-two-column-block .column.image {
  display: flex;
  position: relative;
  align-items: center;
}
.caed-two-column-block .column.image a {
  display: flex;
  position: relative;
}
.caed-two-column-block .column.image .primary-image {
  max-width: unset;
  width: 100%;
}
.caed-two-column-block .column.image .overlay-container {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
}
.caed-two-column-block .column.image .overlay-container.location-top_left {
  justify-content: flex-start;
  align-items: flex-start;
}
.caed-two-column-block .column.image .overlay-container.location-top_center {
  justify-content: center;
  align-items: flex-start;
}
.caed-two-column-block .column.image .overlay-container.location-top_right {
  justify-content: center;
  align-items: flex-end;
}
.caed-two-column-block .column.image .overlay-container.location-center_left {
  justify-content: flex-start;
  align-items: center;
}
.caed-two-column-block .column.image .overlay-container.location-center {
  justify-content: center;
  align-items: center;
}
.caed-two-column-block .column.image .overlay-container.location-center_right {
  justify-content: flex-end;
  align-items: center;
}
.caed-two-column-block .column.image .overlay-container.location-bottom_left {
  justify-content: flex-start;
  align-items: flex-end;
}
.caed-two-column-block .column.image .overlay-container.location-bottom_center {
  justify-content: center;
  align-items: flex-end;
}
.caed-two-column-block .column.image .overlay-container.location-bottom_right {
  justify-content: flex-end;
  align-items: flex-end;
}
.caed-two-column-block .column.image .overlay-container .overlay {
  width: 150px;
  height: auto;
  margin: 8px;
  max-width: 25%;
}

.caed-hero-block {
  align-items: center;
}
.caed-hero-block .content-wrapper {
  padding: 20px 0;
}

.cta-button {
  padding: 8px 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 8px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.2;
}

.caed-slideshow-block {
  background-color: inherit;
}
.caed-slideshow-block .slide-navigation {
  display: flex;
  justify-content: center;
  padding: 20px 0;
  font-weight: bold;
}
.caed-slideshow-block .slide-navigation .navigation-label {
  padding: 0 30px;
}
.caed-slideshow-block .slide-navigation .previous, .caed-slideshow-block .slide-navigation .next {
  cursor: pointer;
}
.caed-slideshow-block .slides-container .caed-slide {
  height: 350px;
  width: 70%;
  margin: 0 25px;
  position: relative;
  background-color: inherit;
  background-size: contain;
  background-repeat: no-repeat;
}
.caed-slideshow-block .slides-container .caed-slide .caed-slide-hover-link {
  position: absolute;
  bottom: 20px;
  right: 20px;
  height: 64px;
  width: 64px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: none;
}
.caed-slideshow-block .slides-container .caed-slide:hover .caed-slide-hover-link {
  display: flex;
}
.caed-slideshow-block .slides-container .caed-slide .caed-slide-content {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: inherit;
  padding: 0px 15px 15px 20px;
  opacity: 0;
  transition: opacity 1s;
  width: 100%;
}
.caed-slideshow-block .slides-container .caed-slide .caed-slide-content h3 {
  font-size: 1.5rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
}
.caed-slideshow-block .slides-container .caed-slide .caed-slide-content p {
  font-size: 1rem;
  line-height: 1.6;
}
.caed-slideshow-block .slides-container .caed-slide .caed-slide-content .caed-slide-link {
  margin-top: 16px;
  display: flex;
  justify-content: center;
}
.caed-slideshow-block .slides-container .caed-slide .caed-slide-content .caed-slide-link a {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.2;
}
.caed-slideshow-block .slides-container .caed-slide.slick-active .caed-slide-content {
  opacity: 1;
}

.caed-grid-block {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.caed-grid-block .grid-element {
  width: 100%;
  margin-right: 0;
  margin-bottom: 20px;
}
.caed-grid-block .grid-element .element-image {
  padding-bottom: 65%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.caed-grid-block .grid-element .element-image .element-info {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  background-color: #363770;
  color: #ffffff;
  margin: 0;
  font-weight: normal;
  padding: 0px 20px;
  border-radius: 32px 32px 0 0;
  transition: border-radius 1s;
}
.caed-grid-block .grid-element .element-image .element-info .element-title {
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: normal;
  margin: 0;
}
.caed-grid-block .grid-element .element-image .element-info .element-excerpt {
  overflow-y: hidden;
  max-height: 0;
  font-size: 0.75rem;
  transition: max-height 0.5s;
}
.caed-grid-block .grid-element .element-image .element-info .element-excerpt p {
  font-size: 1rem;
  margin-top: 0;
}
.caed-grid-block .grid-element:hover .element-image .element-info {
  border-radius: 0;
}
.caed-grid-block .grid-element:hover .element-image .element-info .element-excerpt {
  max-height: 210px;
}

@media (min-width: 425px) {
  .caed-slideshow-block .slides-container .caed-slide {
    height: 400px;
    border-radius: 8px 160px 8px 180px;
    background-size: cover;
  }
  .caed-slideshow-block .slides-container .caed-slide .caed-slide-content {
    left: 20px;
    top: 20px;
    bottom: 20px;
    right: unset;
    width: 33%;
    border-radius: 8px 8px 8px 180px;
    min-width: 210px;
    max-width: 360px;
  }
}
@media (min-width: 768px) {
  .caed-grid-block .grid-element {
    width: 45%;
    margin-right: 20px;
  }

  .caed-two-column-block {
    flex-direction: row;
  }
  .caed-two-column-block > * {
    width: 50%;
  }
  .caed-two-column-block.image-right {
    flex-direction: row;
  }
  .caed-two-column-block.image-left {
    flex-direction: row-reverse;
  }
  .caed-two-column-block .column.padded {
    padding: 40px;
  }
  .caed-two-column-block .column .links-list {
    justify-content: flex-start;
  }
  .caed-two-column-block .column .excerpt-wrapper {
    /*
    margin-bottom: 2rem;
    max-height: 150px;
    overflow-y: hidden;
    position: relative;

    .fade-bottom {
    	position: absolute;
    	bottom: 0;
    	left: 0;
    	right: 0;
    	height: 10px;
    	background: -moz-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255, 1));
    	background: -webkit-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255, 1));
    	z-index: 1;
    }
    */
  }

  .caed-slideshow-block .slides-container .caed-slide {
    height: 400px;
  }
  .caed-slideshow-block .slides-container .caed-slide .caed-slide-content h3 {
    font-size: 1.5rem;
    line-height: 1.2;
  }
  .caed-slideshow-block .slides-container .caed-slide .caed-slide-content p {
    font-size: 1rem;
    line-height: 1.6;
  }
  .caed-slideshow-block .slides-container .caed-slide .caed-slide-content .caed-slide-link {
    margin-top: 32px;
    justify-content: center;
  }
  .caed-slideshow-block .slides-container .caed-slide .caed-slide-content .caed-slide-link a {
    font-size: 1.125rem;
    line-height: 1.2;
  }
}
@media (min-width: 1024px) {
  .caed-two-column-block .column.text.padded {
    padding: 20px 120px;
  }

  .caed-hero-block .column.text.padded {
    padding: 0px 120px;
  }

  .caed-slideshow-block .slides-container .caed-slide {
    height: 500px;
  }
  .caed-slideshow-block .slides-container .caed-slide .caed-slide-content h3 {
    font-size: 2rem;
    line-height: 1.2;
  }
  .caed-slideshow-block .slides-container .caed-slide .caed-slide-content p {
    font-size: 1.125rem;
    line-height: 1.6;
  }
  .caed-slideshow-block .slides-container .caed-slide .caed-slide-content .caed-slide-link {
    margin-top: 32px;
    justify-content: center;
  }
  .caed-slideshow-block .slides-container .caed-slide .caed-slide-content .caed-slide-link a {
    font-size: 1.25rem;
    line-height: 1.2;
  }
}
@media (min-width: 1600px) {
  main > .content > .caed-two-column-block.alignfull,
main > .content > .caed-hero-block.alignfull {
    margin: 0 calc(800px - 49.5vw);
    justify-content: center;
  }
  main > .content > .caed-two-column-block.alignfull > .column,
main > .content > .caed-hero-block.alignfull > .column {
    max-width: 800px;
  }
}

/*# sourceMappingURL=main.css.map */
