@font-face {
  font-family: 'Pea Soup';
  src: local("Pea Soup Regular"), local("PeaSoup-Regular"), url("PeaSoup-Regular.woff2") format("woff2"), url("PeaSoup-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

.template--accordion div.template--accordion__container {
  padding: 25px; }

/*--------------------------------------------------
	Columns
--------------------------------------------------*/
.template {
  margin: 1em 0; }

.template__columns {
  margin: 0 -25px; }
  .template__columns:before, .template__columns:after {
    content: "";
    display: table; }
  .template__columns:after {
    clear: both; }

.template__columns__span {
  width: 100%;
  float: left;
  padding: 0 25px; }

@media all and (min-width: 769px) {
  .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%; } }

/*--------------------------------------------------
	Circular Image
--------------------------------------------------*/
.template__circleImg {
  width: 270px;
  height: 270px;
  margin: 0 auto;
  border: 10px #FDFDFD solid;
  border-radius: 50%;
  overflow: hidden;
  position: relative; }
  .mason--admin .template__circleImg:hover {
    outline: 1px #EF5B25 solid; }
  .template__circleImg > span {
    width: 100% !important;
    height: 100% !important; }
  .template__circleImg img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    @supports ((-o-object-fit: cover) or (object-fit: cover)) {
      .template__circleImg img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none; } }

@media all and (min-width: 1025px) {
  .template__circleImg {
    width: 355px;
    height: 355px;
    border: 20px #FDFDFD solid; }
    .content__region > .template__circleImg:first-child {
      margin-top: -90px; }
  .template__circleImg--left {
    float: left;
    margin-right: 70px; }
  .template__circleImg--right {
    float: right;
    margin-left: 70px; } }

/*--------------------------------------------------
	Attention
--------------------------------------------------*/
.content__region .attention {
  display: block;
  width: 100%;
  padding: 20px;
  margin: 1em 0;
  background-color: #2D9C6F;
  font-size: 1.1em;
  color: #fff; }
  .content__region .attention > * {
    color: #fff;
    line-height: 1.4; }
  .mason--swimSchool .content__region .attention {
    background-color: #100F2E; }

@media all and (min-width: 1025px) {
  .content__region .attention {
    margin: 2em 0; } }

/*--------------------------------------------------
	Button Link
--------------------------------------------------*/
.button__link {
  display: inline-block;
  margin: 1.5em 0; }
  .button__link a {
    display: block;
    padding: 0 30px;
    line-height: 60px;
    border-radius: 30px;
    background-color: #A51008;
    color: #FFF;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none !important;
    -webkit-transition: background-color 350ms ease, color 350ms ease, border 350ms ease, padding 350ms ease;
    -o-transition: background-color 350ms ease, color 350ms ease, border 350ms ease, padding 350ms ease;
    transition: background-color 350ms ease, color 350ms ease, border 350ms ease, padding 350ms ease; }
    .button__link a:after {
      content: '\f0da';
      font-family: 'FontAwesome';
      margin-left: 15px;
      -webkit-transition: margin-left 350ms ease;
      -o-transition: margin-left 350ms ease;
      transition: margin-left 350ms ease; }
    .button__link a:hover {
      color: #fff;
      background-color: #F7962C;
      padding: 0 25px 0 30px; }
      .button__link a:hover:after {
        margin-left: 20px; }

.button__link--red a {
  background-color: #F7962C; }
  .button__link--red a:hover {
    background-color: #A51008; }

.button__link--white a {
  background-color: #fff;
  color: #A51008;
  border: 2px solid #fff; }
  .button__link--white a:hover {
    background-color: #A51008;
    color: #fff; }

.button__link--alt a {
  background: none;
  border: 2px rgba(165, 16, 8, 0.15) solid;
  line-height: 56px;
  color: #A51008; }
  .button__link--alt a:hover {
    border: 2px #A51008 solid;
    color: #fff;
    background-color: #A51008; }

.button__link--alt--red a {
  background: none;
  border: 2px rgba(247, 150, 44, 0.15) solid;
  line-height: 56px;
  color: #F7962C; }
  .button__link--alt--red a:hover {
    border: 2px #F7962C solid;
    color: #fff;
    background-color: #F7962C; }

/*--------------------------------------------------
	Table
--------------------------------------------------*/
.table__container {
  display: block;
  max-width: 100%;
  overflow: auto;
  margin: 20px 0; }
  .table__container table {
    table-layout: fixed;
    min-width: 800px; }
    .table__container table td, .table__container table th {
      line-height: 20px;
      font-family: "Playfair Display", serif;
      border: 1px solid #fff;
      font-weight: 700;
      padding: 15px 0; }
    .table__container table thead th {
      background-color: #A51008;
      color: #fff;
      padding: 30px 0;
      text-align: center; }
    .table__container table thead td {
      width: 80px;
      border: none; }
    .table__container table tbody {
      border: 1px solid #A51008; }
      .table__container table tbody th:first-child {
        background: #E0EAE9;
        color: #A51008;
        font-family: "Source Sans Pro", sans-serif;
        font-weight: 400;
        width: 80px;
        text-align: center; }
      .table__container table tbody th:not(:first-child) {
        background-color: #A51008;
        color: #fff;
        padding: 30px 0;
        text-align: center; }
      .table__container table tbody td {
        background-color: #92B5B2;
        color: #A51008; }
        .table__container table tbody td:empty {
          background: #E0EAE9; }

/*--------------------------------------------------
	Block Quote
--------------------------------------------------*/
blockquote {
  margin: calc(1em + 42.5px) 0 1em;
  padding: 50px 5vw 25px;
  background-color: #A51008;
  position: relative; }
  blockquote:before {
    content: '\201c';
    font-family: "Playfair Display", serif;
    font-size: 4.11765em;
    font-style: italic;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    position: absolute;
    background-color: #A51008;
    background-clip: padding-box;
    width: 85px;
    height: 85px;
    border: 7.5px rgba(167, 167, 167, 0.15) solid;
    border-radius: 50%;
    padding-right: 20px;
    line-height: 95px;
    left: 0;
    right: 0;
    margin: auto;
    top: -42.5px; }
  blockquote > * {
    color: #fff;
    font-family: "Playfair Display", serif;
    font-size: 1.17647em;
    font-style: italic;
    line-height: 1.4; }
    blockquote > *:first-child {
      margin-top: 0; }
    blockquote > *:last-child {
      margin-bottom: 0; }
      blockquote > *:last-child:not(:first-child) {
        font-family: "Source Sans Pro", sans-serif;
        font-size: 1.0625em;
        font-weight: 600;
        font-style: normal;
        color: rgba(255, 255, 255, 0.5); }

@media all and (min-width: 1025px) {
  blockquote {
    margin: 2em 0;
    padding: 45px 45px 45px 90px; }
    blockquote > * {
      font-size: 1.875em; }
    blockquote:before {
      left: -42.5px;
      top: 0;
      bottom: 0;
      right: auto; } }

/*--------------------------------------------------
	Intro
--------------------------------------------------*/
.intro {
  font-family: "Playfair Display", serif;
  color: #A51008;
  font-weight: 700;
  line-height: 1.4; }

@media all and (min-width: 1025px) {
  .intro {
    font-size: 1.375em; } }

/*--------------------------------------------------
	Link Boxes
--------------------------------------------------*/
.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: #F7962C;
    -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: 769px) {
  .content__region .template--linkbox {
    height: 320px; } }

@media all and (min-width: 1301px) {
  .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(165, 16, 8, 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 {
    width: 100%;
    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;
      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: 415px) {
  .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; } }

@media all and (min-width: 1025px) {
  .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; } }

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