.template--accordion h2.template--accordion__title {
  font-family: "Poppins", sans-serif; }

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@keyframes marquee {
  0% {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.template:before, .template:after {
  content: "";
  display: table; }

.template:after {
  clear: both; }

.lte-ie7 .template {
  zoom: 1; }

.template__columns {
  margin: 0 -1em; }

.template__columns__span {
  width: 100%;
  float: left;
  padding: 0 1em; }

.mason--admin .template__columns__span {
  cursor: text;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
  position: relative;
  border: 3px solid #281838;
  border-top-width: 0px; }
  .mason--admin .template__columns__span:before {
    content: 'Column';
    position: absolute;
    top: 0;
    right: 0;
    background: #281838;
    text-transform: none;
    font-size: 12px;
    color: #FFF;
    padding: 6px 10px;
    line-height: 1.5em;
    z-index: 2; }
  .mason--admin .template__columns__span:first-child {
    border-top-width: 3px; }
  .mason--admin .template__columns__span:nth-child(1):before {
    content: 'Column 1'; }
  .mason--admin .template__columns__span:nth-child(2):before {
    content: 'Column 2'; }
  .mason--admin .template__columns__span:nth-child(3):before {
    content: 'Column 3'; }

@media all and (min-width: 768px) {
  .template__columns__span--1 {
    width: 8.33333%; }
  .template__columns__span--2 {
    width: 16.66667%; }
  .template__columns__span--3 {
    width: 25%; }
  .template__columns__span--4 {
    width: 33.33333%; }
  .template__columns__span--5 {
    width: 41.66667%; }
  .template__columns__span--6 {
    width: 50%; }
  .template__columns__span--7 {
    width: 58.33333%; }
  .template__columns__span--8 {
    width: 66.66667%; }
  .template__columns__span--9 {
    width: 75%; }
  .template__columns__span--10 {
    width: 83.33333%; }
  .template__columns__span--11 {
    width: 91.66667%; }
  .template__columns__span--12 {
    width: 100%; }
  .mason--admin .template__columns__span {
    border-top-width: 3px;
    border-left-width: 0px; }
    .mason--admin .template__columns__span:first-child {
      border-left-width: 3px; } }

.lte-ie8 .template__columns__span--1 {
  width: 8.33333%; }

.lte-ie8 .template__columns__span--2 {
  width: 16.66667%; }

.lte-ie8 .template__columns__span--3 {
  width: 25%; }

.lte-ie8 .template__columns__span--4 {
  width: 33.33333%; }

.lte-ie8 .template__columns__span--5 {
  width: 41.66667%; }

.lte-ie8 .template__columns__span--6 {
  width: 50%; }

.lte-ie8 .template__columns__span--7 {
  width: 58.33333%; }

.lte-ie8 .template__columns__span--8 {
  width: 66.66667%; }

.lte-ie8 .template__columns__span--9 {
  width: 75%; }

.lte-ie8 .template__columns__span--10 {
  width: 83.33333%; }

.lte-ie8 .template__columns__span--11 {
  width: 91.66667%; }

.lte-ie8 .template__columns__span--12 {
  width: 100%; }

.lte-ie8 .mason--admin .template__columns__span {
  border-top-width: 3px;
  border-left-width: 0px; }
  .lte-ie8 .mason--admin .template__columns__span:first-child {
    border-left-width: 3px; }

@media all and (min-width: 600px) {
  .template__columns__span--4 {
    width: 50%; } }

@media all and (min-width: 1050px) {
  .template__columns__span--4 {
    width: 33.333%; } }

@media all and (min-width: 600px) {
  .template__columns__span--4 {
    width: 50%; } }

@media all and (min-width: 1050px) {
  .template__columns__span--4 {
    width: 33.333%; } }

@media all and (min-width: 600px) {
  .template__columns__span--4 {
    width: 50%; } }

@media all and (min-width: 1050px) {
  .template__columns__span--4 {
    width: 33.333%; } }

.intro {
  margin-bottom: 1.25em;
  font-size: 1.5em;
  font-weight: 700;
  letter-spacing: 0.01em; }
  @media all and (max-width: 767px) {
    .intro {
      font-size: 1.2em !important; } }
  .intro .lte-ie8 {
    font-size: 1.2em !important; }

.template--accordion {
  margin-bottom: 10px; }
  .template--accordion h2.template--accordion__title {
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: var(--primary-color);
    color: var(--primary-text-color);
    font-size: 1em;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    padding: 12px 12px 12px 40px;
    -webkit-filter: drop-shadow(0px 16px 24px rgba(0, 0, 0, 0.15));
    filter: drop-shadow(0px 16px 24px rgba(0, 0, 0, 0.15));
    -webkit-transition: color .3s ease, background .3s ease, -webkit-box-shadow .3s ease;
    transition: color .3s ease, background .3s ease, -webkit-box-shadow .3s ease;
    -o-transition: color .3s ease, background .3s ease, box-shadow .3s ease;
    transition: color .3s ease, background .3s ease, box-shadow .3s ease;
    transition: color .3s ease, background .3s ease, box-shadow .3s ease, -webkit-box-shadow .3s ease; }
    @media all and (min-width: 425px) {
      .template--accordion h2.template--accordion__title {
        font-size: 1em; } }
    .template--accordion h2.template--accordion__title .lte-ie8 {
      font-size: 1em; }
    @media all and (min-width: 768px) {
      .template--accordion h2.template--accordion__title {
        font-size: 1.125em; } }
    .template--accordion h2.template--accordion__title .lte-ie8 {
      font-size: 1.125em; }
    @media all and (min-width: 1050px) {
      .template--accordion h2.template--accordion__title {
        font-size: 1.25em; } }
    @media all and (min-width: 1440px) {
      .template--accordion h2.template--accordion__title {
        font-size: 1.375em; } }
    .template--accordion h2.template--accordion__title:after {
      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;
      content: "\f067";
      font-family: fontAwesome;
      border: 0;
      font-weight: 400;
      position: static;
      width: 48px;
      height: 48px;
      color: #fff;
      -webkit-transition: background .3s ease, color .3s ease, -webkit-transform .3s ease;
      transition: background .3s ease, color .3s ease, -webkit-transform .3s ease;
      -o-transition: transform .3s ease, background .3s ease, color .3s ease;
      transition: transform .3s ease, background .3s ease, color .3s ease;
      transition: transform .3s ease, background .3s ease, color .3s ease, -webkit-transform .3s ease;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      margin-top: 0;
      margin-left: 1em; }
    .template--accordion h2.template--accordion__title:hover {
      background: var(--primary-darker-color); }
  .template--accordion .template--accordion__icon {
    position: relative; }
  .template--accordion div.template--accordion__container {
    background: var(--primary-color);
    color: var(--primary-text-color);
    padding-left: 2.5em; }
  .template--accordion.active h2.template--accordion__title {
    color: var(--primary-text-color);
    background: var(--primary-darker-color); }
    .template--accordion.active h2.template--accordion__title:after {
      content: "\f068";
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg); }

@media all and (min-width: 600px) {
  .template__columns__span--4 {
    width: 50%; } }

@media all and (min-width: 1050px) {
  .template__columns__span--4 {
    width: 33.333%; } }

.template__attention {
  display: block;
  width: 100%;
  padding: 1.4em 2em;
  color: #FFF;
  background: var(--secondary-color);
  border: 2px solid #DBDBDB;
  line-height: 1.55em;
  letter-spacing: .025em;
  margin: 1em 0;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); }

@media all and (min-width: 1050px) {
  .template__attention {
    margin: 2em 0;
    padding: 2em; } }

.button__link {
  display: inline-block;
  font-size: 1em; }
  .button__link a, .button__link > span {
    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;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-decoration: none !important;
    padding: 19px 22px;
    background: var(--primary-color);
    color: var(--primary-text-color);
    border: 2px solid var(--primary-color);
    border-radius: 50px;
    -webkit-transition: background .3s ease, color .3s ease, border-color .3s ease;
    -o-transition: background .3s ease, color .3s ease, border-color .3s ease;
    transition: background .3s ease, color .3s ease, border-color .3s ease;
    -webkit-filter: drop-shadow(0px 16px 24px rgba(0, 0, 0, 0.15));
    filter: drop-shadow(0px 16px 24px rgba(0, 0, 0, 0.15)); }
    .button__link a:hover, .button__link > span:hover {
      background: transparent;
      color: var(--primary-color); }
  .button__link--white a, .button__link--white > span {
    border: 2px solid var(--primary-text-color);
    background: var(--primary-text-color);
    color: var(--primary-color); }
    .button__link--white a:hover, .button__link--white > span:hover {
      background: transparent;
      color: var(--primary-text-color); }
  .button__link--alt a, .button__link--alt > span {
    border: 2px solid var(--primary-text-color);
    background: transparent;
    color: var(--primary-text-color); }
    .button__link--alt a:hover, .button__link--alt > span:hover {
      background: var(--primary-text-color);
      color: var(--primary-color); }

.content .custom__rounded__button {
  display: table;
  color: var(--primary-color);
  min-height: 3em; }
  .content .custom__rounded__button:hover {
    color: #fff; }

.table__container {
  display: block;
  max-width: 100%;
  overflow: auto;
  margin: 20px 0; }
  .table__container table {
    text-align: center; }
    .table__container table th, .table__container table td {
      border: 2px #fff solid; }
      .table__container table th:first-of-type, .table__container table td:first-of-type {
        border-left: none; }
      .table__container table th:last-of-type, .table__container table td:last-of-type {
        border-right: none; }
    .table__container table th {
      background-color: var(--primary-color);
      color: #fff;
      border-top: none;
      padding: 1.5em; }
    .table__container table td {
      background-color: #dfdfdf;
      color: #5E5E5E;
      font-weight: 600; }
    .table__container table tr:last-of-type td {
      border-bottom: none; }

blockquote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-style: italic;
  font-size: 1.5em;
  font-weight: 700;
  text-align: center;
  color: var(--primary-text-color);
  line-height: 36px;
  padding: clamp(25px, calc(1.5625rem + ((1vw - 4.25px) * 2.4631)), 50px) 5%;
  margin: 0; }
  blockquote p {
    position: relative;
    margin: 0;
    z-index: 10; }
  blockquote sup {
    top: 0;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: var(--secondary-color); }
  blockquote:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 150%;
    height: 100%;
    background: var(--primary-color);
    opacity: 0.8;
    z-index: 8; }
  blockquote:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 150%;
    height: 100%;
    background-image: url("/_site/images/design/blockquote.png");
    background-size: cover; }

.content .custom__download__button {
  display: block;
  background: var(--primary-color);
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  padding: 2em 4em 2em 1.5em;
  color: #fff;
  text-decoration: none; }
  .content .custom__download__button:after {
    content: "";
    position: absolute;
    background: #88b756 url("/_site/images/design/download.png") no-repeat center;
    width: 65px;
    top: 0;
    height: 100%;
    right: 0;
    margin: auto;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease; }

@media all and (min-width: 600px) {
  .content .custom__download__button {
    padding: 1.3em 5em 1.3em 2em;
    -webkit-transition: background .3s ease, color .3s ease;
    -o-transition: background .3s ease, color .3s ease;
    transition: background .3s ease, color .3s ease; }
    .content .custom__download__button:before {
      content: "";
      position: absolute;
      background: #b8da82 url("/_site/images/design/downloadhover.png") no-repeat center;
      width: 65px;
      top: 0;
      height: 100%;
      right: 0;
      margin: auto;
      z-index: 3;
      opacity: 0;
      -webkit-transition: opacity .3s ease;
      -o-transition: opacity .3s ease;
      transition: opacity .3s ease; }
    .content .custom__download__button:hover {
      background: #92b961;
      color: #fff;
      text-decoration: none; }
      .content .custom__download__button:hover:before {
        opacity: 1; } }

.content__region .template--linkbox {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 280px;
  margin: 1em 0; }
  .content__region .template--linkbox a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 5; }
  .content__region .template--linkbox .link__box__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
    background: var(--secondary-color);
    -webkit-transition: background .4s ease;
    -o-transition: background .4s ease;
    transition: background .4s ease; }
    .content__region .template--linkbox .link__box__bg img {
      max-width: none;
      -o-object-fit: cover;
      object-fit: cover;
      width: 100%;
      height: 100%;
      -webkit-transition: -webkit-transform .4s ease;
      transition: -webkit-transform .4s ease;
      -o-transition: transform .4s ease;
      transition: transform .4s ease;
      transition: transform .4s ease, -webkit-transform .4s ease; }
  .content__region .template--linkbox .link__box__container {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 0;
    left: 0;
    color: #FFF;
    text-align: center;
    z-index: 3; }
    .content__region .template--linkbox .link__box__container:before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 200%;
      opacity: .85;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
      background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
      z-index: 2;
      -webkit-transition: opacity .3s ease, height .3s ease;
      -o-transition: opacity .3s ease, height .3s ease;
      transition: opacity .3s ease, height .3s ease; }
    .content__region .template--linkbox .link__box__container .link__box__container__header {
      position: relative;
      padding: 1em;
      z-index: 2; }
    .content__region .template--linkbox .link__box__container h3 {
      position: relative;
      font-size: 18px;
      margin: 0;
      color: #FFF;
      font-weight: 700;
      padding: 0 1em; }
    .content__region .template--linkbox .link__box__container p {
      padding: 0 5%; }
    .mason--admin .content__region .template--linkbox .link__box__container {
      position: static; }
  .content__region .template--linkbox:hover .link__box__bg img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .content__region .template--linkbox:hover .link__box__container:before {
    opacity: 1;
    height: 140%; }

@media all and (min-width: 768px) {
  .content__region .template--linkbox {
    height: 320px; } }

.lte-ie8 .content__region .template--linkbox {
  height: 320px; }

@media all and (min-width: 1440px) {
  .content__region .template--linkbox {
    height: 380px; } }

.template--twoboxes, .template--threeboxes, .template--fourboxes, .template--fiveboxes {
  margin: 1em -10px; }
  .template--twoboxes .template--linkbox, .template--threeboxes .template--linkbox, .template--fourboxes .template--linkbox, .template--fiveboxes .template--linkbox {
    margin: 0;
    border: 10px solid #FFF; }

.mason--admin .content__region .template--linkbox {
  height: auto !important;
  background: rgba(var(--primary-color), 0.5); }
  .mason--admin .content__region .template--linkbox a {
    position: relative;
    opacity: 1;
    background: #EF5B25;
    color: #FFF !important;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 20px;
    height: 40px;
    cursor: pointer; }
  .mason--admin .content__region .template--linkbox .link__box__container {
    position: static;
    -webkit-transform: translate(0) scale(1);
    -ms-transform: translate(0) scale(1);
    transform: translate(0) scale(1);
    padding: 30px; }
    .mason--admin .content__region .template--linkbox .link__box__container:before {
      display: none; }
    .mason--admin .content__region .template--linkbox .link__box__container .link__box__container__header {
      position: static;
      -webkit-transform: translate(0) scale(1);
      -ms-transform: translate(0) scale(1);
      transform: translate(0) scale(1);
      padding: 0; }
  .mason--admin .content__region .template--linkbox .link__box__bg {
    position: static;
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    height: auto;
    display: block;
    border: 1px solid #EF5B25;
    background: transparent; }
    .mason--admin .content__region .template--linkbox .link__box__bg > * {
      width: 100%; }
    .mason--admin .content__region .template--linkbox .link__box__bg img {
      display: block;
      -webkit-transform: scale(1) !important;
      -ms-transform: scale(1) !important;
      transform: scale(1) !important;
      max-width: 100%;
      height: auto;
      opacity: 1 !important;
      max-width: none;
      -o-object-fit: cover;
      object-fit: cover;
      width: 100%;
      height: 100%; }
    .mason--admin .content__region .template--linkbox .link__box__bg:after {
      display: none; }

@media all and (min-width: 425px) {
  .template--twoboxes .template--linkbox {
    width: 50%;
    float: left; }
  .template--threeboxes .template {
    margin: 0; }
  .template--threeboxes .template--linkbox {
    width: 50%;
    float: left; }
  .template--threeboxes .template--linkbox:first-child {
    width: 100%;
    height: 200px; }
  .template--fourboxes .template--linkbox {
    width: 50%;
    float: left; }
  .template--fiveboxes .template--linkbox {
    width: 50%;
    float: left; }
  .template--fiveboxes .template--linkbox:first-child {
    width: 100%;
    height: 200px; } }

.lte-ie8 .template--twoboxes .template--linkbox {
  width: 50%;
  float: left; }

.lte-ie8 .template--threeboxes .template {
  margin: 0; }

.lte-ie8 .template--threeboxes .template--linkbox {
  width: 50%;
  float: left; }

.lte-ie8 .template--threeboxes .template--linkbox:first-child {
  width: 100%;
  height: 200px; }

.lte-ie8 .template--fourboxes .template--linkbox {
  width: 50%;
  float: left; }

.lte-ie8 .template--fiveboxes .template--linkbox {
  width: 50%;
  float: left; }

.lte-ie8 .template--fiveboxes .template--linkbox:first-child {
  width: 100%;
  height: 200px; }

@media all and (min-width: 1050px) {
  .template--threeboxes .template {
    margin: 0; }
  .template--threeboxes .template--linkbox {
    width: 50%;
    float: left; }
  .template--threeboxes .template--linkbox:first-child {
    width: 100%;
    height: 380px; }
  .template--fourboxes .template--linkbox {
    height: 300px; }
  .template--fiveboxes .template--linkbox {
    width: 33.333%;
    height: 380px; }
  .template--fiveboxes .template--linkbox:first-child {
    width: 50%;
    height: 300px; }
    .template--fiveboxes .template--linkbox:first-child + div {
      width: 50%;
      height: 300px; } }

.template--info {
  position: relative;
  overflow: hidden; }
  .template--info .info__image {
    height: 160px; }
  .template--info .info__text {
    padding: 2em;
    color: #fff; }
    .template--info .info__text h3, .template--info .info__text h2, .template--info .info__text h4, .template--info .info__text h5 {
      margin: 0;
      color: #fff;
      text-transform: uppercase;
      letter-spacing: 0.02em; }

.template--info-left {
  background: var(--primary-darker-color); }
  .template--info-left .custom__rounded__button {
    border-color: #fff;
    color: #fff; }
    .template--info-left .custom__rounded__button:hover {
      color: var(--primary-color);
      background: #fff; }

.template--info-right {
  background: var(--primary-darker-color); }
  .template--info-right .custom__rounded__button {
    border-color: #fff;
    color: #fff; }
    .template--info-right .custom__rounded__button:hover {
      color: var(--primary-color);
      background: #fff; }

@media all and (min-width: 600px) {
  .template--info .info__image {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%; }
  .template--info-left {
    padding-left: 50%; }
    .template--info-left .info__image {
      left: 0; }
  .template--info-right {
    padding-right: 50%; }
    .template--info-right .info__image {
      right: 0; } }

@media all and (min-width: 1050px) {
  .template--info .info__image {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%; }
  .template--info .info__text {
    padding: 4em 2em;
    font-size: 1.05em; }
  .template--info-left {
    padding-left: 40%; }
  .template--info-right {
    padding-right: 40%; } }

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