@import url("https://fonts.googleapis.com/css?family=Cabin:400,500,600,700|Caveat:400,700|Muli:400,600,700");
.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;
}

@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.0%;
  }

  .template__columns__span--4 {
    width: 33.33333%;
  }

  .template__columns__span--5 {
    width: 41.66667%;
  }

  .template__columns__span--6 {
    width: 50.0%;
  }

  .template__columns__span--7 {
    width: 58.33333%;
  }

  .template__columns__span--8 {
    width: 66.66667%;
  }

  .template__columns__span--9 {
    width: 75.0%;
  }

  .template__columns__span--10 {
    width: 83.33333%;
  }

  .template__columns__span--11 {
    width: 91.66667%;
  }

  .template__columns__span--12 {
    width: 100.0%;
  }
}
.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.0%;
}
.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.0%;
}
.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.0%;
}
.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.0%;
}

.accordion__title {
  padding: .5em 3em .5em 1em;
  border: 1px solid #00abe9;
  -webkit-transition: background .4s, color .4s;
          transition: background .4s, color .4s;
  margin-bottom: 0.25em;
  font-size: 1.125em;
  position: relative;
  color: #00abe9 !important;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.accordion__title em {
  position: absolute;
  right: 1em;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 1em;
  line-height: 1;
}
.accordion__title.open {
  background: #00abe9;
  color: #FFF !important;
}

.accordion__container {
  overflow: hidden;
  display: none;
  padding: 1em;
}
.mason--admin .accordion__container {
  height: auto;
  display: block;
}

.mason--admin {
  /* highlights accordion structure when logged in */
}
.mason--admin .accordion__title,
.mason--admin .accordion__container {
  position: relative;
  border: 3px solid #EF5B25;
}
.mason--admin .accordion__title:after,
.mason--admin .accordion__container:after {
  position: absolute;
  top: 0;
  right: 0;
  background: #EF5B25;
  text-transform: none;
  font-size: 12px;
  color: #FFF;
}
.mason--admin .accordion__title {
  cursor: default;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.mason--admin .accordion__title:after {
  padding: 0 8px 0 10px;
  content: 'Accordion Title';
}
.mason--admin .accordion__container {
  margin-bottom: 6px;
}
.mason--admin .accordion__container:after {
  padding: 0 8px 2px 10px;
  content: 'Accordion Container';
}

.attention {
  display: block;
  width: 100%;
  padding: 20px;
  color: #FFF;
  background: #0086b6;
  border: 2px solid #00abe9;
  font-size: 1.1em;
}

.button__link {
  display: inline-block;
}
.button__link a {
  display: block;
  font-family: "Cabin", sans-serif;
  font-size: 1.125em;
  font-weight: 500;
  background: #00abe9;
  color: #FFF;
  padding: 0.67em 1.529em;
  border-radius: 20px;
  letter-spacing: 0.5px;
  text-decoration: none !important;
  -webkit-transition: background .3s ease, color .3s ease;
          transition: background .3s ease, color .3s ease;
}
.button__link a:hover {
  background: #004e91;
  color: #FFF;
}

.table__container {
  display: block;
  max-width: 100%;
  overflow: auto;
}
.table__container table thead tr {
  border: 1px solid #00abe9;
}
.table__container table thead th {
  background: #cceefa;
  border-left: 1px solid #00abe9;
}
.table__container table tbody {
  border: 1px solid #00abe9;
}
.table__container table tbody td {
  border: 1px solid #00abe9;
}

blockquote {
  margin: 1em 0;
  font-style: italic;
  padding: 10px 20px;
  border-left: 5px solid #00abe9;
  background: #f2fafd;
}

.link__box {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #242424;
  min-height: 230px;
  margin: 1em 0;
}
@media all and (min-width: 769px) {
  .link__box--large {
    min-height: 476px;
  }
}
.link__box--large .lte-ie8 {
  min-height: 476px;
}
.mason--admin .link__box {
  min-height: none;
  background: none;
}
.link__box:hover .link__box__bg img {
  opacity: 0.1 !important;
}
.mason--admin .link__box:hover .link__box__bg img {
  opacity: 1 !important;
}
.link__box:hover .link__box__text h3 {
  padding: 0 0 1em;
  /* margin: 0 0 1em; */
  -webkit-transform: translateY(-150%);
      -ms-transform: translateY(-150%);
          transform: translateY(-150%);
}
.mason--admin .link__box:hover .link__box__text h3 {
  margin: 0;
  padding: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.link__box:hover .link__box__text h3:after {
  opacity: 1;
}
.link__box:hover .link__box__text p {
  -webkit-transform: translateY(-200%);
      -ms-transform: translateY(-200%);
          transform: translateY(-200%);
  opacity: 1;
}
.mason--admin .link__box:hover .link__box__text p {
  margin: 0;
  padding: 0;
}
.link__box > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 5;
  text-indent: -5000em;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.mason--admin .link__box > a {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  opacity: 1;
  background: #ef5b25;
  color: #FFF !important;
  font-size: 16px;
  font-style: italic;
  padding: 4px 20px;
  height: auto;
  text-indent: 0;
}

.link__box__bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.link__box__bg img {
  max-width: none;
  opacity: 0.6 !important;
  -webkit-transition: opacity 500ms ease;
          transition: opacity 500ms ease;
}
.mason--admin .link__box__bg {
  position: relative;
  height: 230px;
  display: block;
  border: 1px solid orange;
  margin-bottom: 1em;
}
.mason--admin .link__box__bg > span {
  height: 100%;
}
.mason--admin .link__box__bg img {
  display: block;
  opacity: 1 !important;
  max-height: 100%;
  width: auto !important;
}

.link__box__text {
  position: absolute;
  z-index: 1;
  width: 100%;
  padding: 1.375em;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  pointer-events: none;
}
.mason--admin .link__box__text {
  position: relative;
  top: auto;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  height: auto;
  display: block;
  border: 1px solid orange;
  text-align: left;
  pointer-events: auto;
}
.mason--admin .link__box__text:after {
  display: none;
}
.link__box__text h3 {
  position: relative;
  font-size: 1.625em;
  font-weight: 700;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  color: #FFF;
  -webkit-transition: padding 500ms ease, margin 500ms ease, -webkit-transform 500ms ease;
          transition: padding 500ms ease, margin 500ms ease, transform 500ms ease;
  position: absolute;
  top: 50%;
  left: 0.846em;
  right: 0.846em;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.link__box__text h3:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 82px;
  height: 6px;
  background: #71bd34;
  opacity: 0;
  -webkit-transition: opacity 500ms ease;
          transition: opacity 500ms ease;
}
.mason--admin .link__box__text h3 {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  color: #353535;
  padding: 0;
  margin: 0;
}
.mason--admin .link__box__text h3:after {
  display: none;
}
.link__box__text p {
  margin: 0;
  color: #FFF;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 1.375em;
  right: 1.375em;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform 500ms ease, opacity 500ms ease;
          transition: transform 500ms ease, opacity 500ms ease;
}
.mason--admin .link__box__text p {
  color: #353535;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
  -webkit-transition: none;
          transition: none;
  opacity: 1 !important;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.link__box__text a {
  color: #FFF;
  text-decoration: none;
}
.link__box__text a:hover {
  text-decoration: none;
}
