.template:before, .template:after {
  content: "";
  display: table; }
.template:after {
  clear: both; }

.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.3333333333%; }

  .template__columns__span--2 {
    width: 16.6666666667%; }

  .template__columns__span--3 {
    width: 25%; }

  .template__columns__span--4 {
    width: 33.3333333333%; }

  .template__columns__span--5 {
    width: 41.6666666667%; }

  .template__columns__span--6 {
    width: 50%; }

  .template__columns__span--7 {
    width: 58.3333333333%; }

  .template__columns__span--8 {
    width: 66.6666666667%; }

  .template__columns__span--9 {
    width: 75%; }

  .template__columns__span--10 {
    width: 83.3333333333%; }

  .template__columns__span--11 {
    width: 91.6666666667%; }

  .template__columns__span--12 {
    width: 100%; } }
.accordian__wrapper {
  margin: 15px 0; }

.accordion__title {
  padding: .5em 3em .5em 1em;
  border: 1px solid #194373;
  -webkit-transition: background .4s, color .4s;
  -o-transition: background .4s, color .4s;
  transition: background .4s, color .4s;
  margin: 0;
  font-size: 1.125em;
  position: relative;
  color: #194373;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .accordion__title.open {
    background: #194373;
    color: #FFF; }
  .red .accordion__title {
    border: 1px solid #ff4443;
    color: #ff4443; }
    .red .accordion__title.open {
      background: #ff4443;
      color: #fff; }
  .yellow .accordion__title {
    border: 1px solid #ffbb32;
    color: #ffbb32; }
    .yellow .accordion__title.open {
      background: #ffbb32;
      color: #fff; }
  .green .accordion__title {
    border: 1px solid #2ea128;
    color: #2ea128; }
    .green .accordion__title.open {
      background: #2ea128;
      color: #fff; }
  .accordion__title em {
    position: absolute;
    right: 1em;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 1em;
    line-height: 1; }

.accordion__container {
  overflow: hidden;
  display: none;
  padding: 0 1em;
  border: 1px #194373 solid; }
  .red .accordion__container {
    border: 1px solid #ff4443; }
  .yellow .accordion__container {
    border: 1px solid #ffbb32; }
  .green .accordion__container {
    border: 1px solid #2ea128; }
  .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: 1px 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;
  margin: 15px 0;
  background-color: #194373;
  font-size: 1.1em;
  color: #fff; }
  .attention p {
    color: #fff; }

.button__link {
  display: block;
  margin-bottom: 15px;
  margin-top: 15px; }
  .button__link a {
    display: block;
    padding: 10px;
    border: 2px solid #194373;
    background-color: #194373;
    color: #FFF;
    text-decoration: none !important;
    -webkit-transition: background-color .3s ease, color .3s ease;
    -o-transition: background-color .3s ease, color .3s ease;
    transition: background-color .3s ease, color .3s ease; }
    .button__link a:hover {
      background: #FFF;
      color: #194373; }

.button__link__gold {
  display: block;
  margin-bottom: 15px;
  margin-top: 15px; }
  .button__link__gold a {
    display: block;
    padding: 10px;
    border: 2px solid #c49f3b;
    background-color: #c49f3b;
    color: #FFF;
    text-decoration: none !important;
    -webkit-transition: background-color .3s ease, color .3s ease;
    -o-transition: background-color .3s ease, color .3s ease;
    transition: background-color .3s ease, color .3s ease; }
    .button__link__gold a:hover {
      background: #FFF;
      color: #c49f3b; }

.button__link__grey {
  display: block;
  margin-bottom: 15px;
  margin-top: 15px; }
  .button__link__grey a {
    display: block;
    padding: 10px;
    border: 2px solid #c4c4c4;
    background-color: #c4c4c4;
    color: #FFF;
    text-decoration: none !important;
    -webkit-transition: background-color .3s ease, color .3s ease;
    -o-transition: background-color .3s ease, color .3s ease;
    transition: background-color .3s ease, color .3s ease; }
    .button__link__grey a:hover {
      background: #FFF;
      color: #c4c4c4; }

.button__link__invert {
  display: block;
  margin-bottom: 15px;
  margin-top: 15px; }
  .button__link__invert a {
    display: block;
    padding: 10px;
    border: 2px solid #194373;
    background-color: #fff;
    color: #194373;
    text-decoration: none !important;
    -webkit-transition: background-color .3s ease, color .3s ease;
    -o-transition: background-color .3s ease, color .3s ease;
    transition: background-color .3s ease, color .3s ease; }
    .button__link__invert a:hover {
      background: #194373;
      color: #fff; }

.button__link__invert__grey {
  display: block;
  margin-bottom: 15px;
  margin-top: 15px; }
  .button__link__invert__grey a {
    display: block;
    padding: 10px;
    border: 2px solid #c4c4c4;
    background-color: #fff;
    color: #c4c4c4;
    text-decoration: none !important;
    -webkit-transition: background-color .3s ease, color .3s ease;
    -o-transition: background-color .3s ease, color .3s ease;
    transition: background-color .3s ease, color .3s ease; }
    .button__link__invert__grey a:hover {
      background: #c4c4c4;
      color: #fff; }

.button__link__invert__gold {
  display: block;
  margin-bottom: 15px;
  margin-top: 15px; }
  .button__link__invert__gold a {
    display: block;
    padding: 10px;
    border: 2px solid #c49f3b;
    background-color: #fff;
    color: #c49f3b;
    text-decoration: none !important;
    -webkit-transition: background-color .3s ease, color .3s ease;
    -o-transition: background-color .3s ease, color .3s ease;
    transition: background-color .3s ease, color .3s ease; }
    .button__link__invert__gold a:hover {
      background: #c49f3b;
      color: #fff; }

.template__attachment__button {
  width: 100%;
  height: 55px;
  margin-bottom: 15px;
  position: relative;
  background-color: #dfdfdf;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }
  .template__attachment__button::after {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    background: #c4c4c4;
    z-index: 0;
    opacity: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    z-index: 0; }
  .template__attachment__button:hover::after {
    opacity: 1; }
  .template__attachment__button:hover .template__attachment__button__link {
    color: #194373; }
  .template__attachment__button:hover .template__attachment__button__btn div {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  .template__attachment__button .template__attachment__button__link {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    line-height: 55px;
    z-index: 1;
    color: #777777;
    font-weight: 600;
    letter-spacing: 1px;
    text-decoration: none !important;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }
  .template__attachment__button .template__attachment__button__title {
    position: relative;
    vertical-align: top;
    color: #777777;
    font-size: 1.125em;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: transparent;
    -webkit-transition: background-color 350ms ease, color 350ms ease;
    -o-transition: background-color 350ms ease, color 350ms ease;
    transition: background-color 350ms ease, color 350ms ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    z-index: 1; }
    .template__attachment__button .template__attachment__button__title input {
      line-height: 1 !important; }
    .template__attachment__button .template__attachment__button__title span {
      position: absolute;
      right: 35px;
      font-weight: 400;
      top: 0;
      line-height: 47px;
      display: none; }
      @media all and (min-width: 769px) {
        .template__attachment__button .template__attachment__button__title span {
          display: block; } }
    .template__attachment__button .template__attachment__button__title a {
      padding-left: 65px;
      height: 47px !important;
      line-height: 47px;
      width: 100%;
      text-decoration: none !important; }
  .template__attachment__button .template__attachment__button__btn {
    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;
    width: 55px;
    height: 55px;
    background-color: #194373;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    pointer-events: none; }
    .template__attachment__button .template__attachment__button__btn div {
      display: block;
      height: 29px;
      width: 26px;
      background-image: url("/_site/images/design/attachmentarrow.svg");
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: -webkit-transform 350ms ease;
      transition: -webkit-transform 350ms ease;
      -o-transition: transform 350ms ease;
      transition: transform 350ms ease;
      transition: transform 350ms ease, -webkit-transform 350ms ease; }

.table__container {
  display: block;
  max-width: 100%;
  overflow: auto;
  margin: 20px 0; }
  .table__container table {
    border-collapse: collapse;
    text-align: center;
    border: none; }
    .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: #194373;
      color: #fff;
      border-top: none;
      padding: 10px 2%; }
    .table__container table td {
      background-color: #dfdfdf;
      color: #777777;
      font-weight: 600;
      padding: 10px 2%;
      font-size: 0.8823529412em; }
    .table__container table tr:last-of-type td {
      border-bottom: none; }

blockquote {
  margin: 2em 0;
  font-style: italic;
  padding: 40px 5%;
  border: 4px solid #194373;
  border-radius: 5px; }
  blockquote p {
    color: #194373;
    font-size: 1.25em;
    line-height: 1.4; }
    @media all and (min-width: 1025px) {
      blockquote p {
        font-size: 1.75em; } }
    blockquote p:first-of-type {
      margin-top: 0; }
    blockquote p:last-of-type {
      margin-bottom: 0; }
      blockquote p:last-of-type:not(:first-of-type) {
        font-style: normal;
        font-weight: 600;
        color: #a6a6a6;
        text-transform: uppercase;
        font-size: 1em;
        letter-spacing: 1px; }

.tab {
  border: 4px #c4c4c4 solid;
  border-top: none; }

.tab__header:before, .tab__header:after {
  content: "";
  display: table; }
.tab__header:after {
  clear: both; }

.tab__btn {
  border-top: 4px #c4c4c4 solid;
  width: 100%;
  float: left;
  text-align: center;
  background-color: #dfdfdf;
  cursor: pointer; }
  .tab__btn p {
    color: #777777; }
  @media all and (min-width: 415px) {
    .tab__btn {
      width: 50%;
      border-right: 4px #c4c4c4 solid; }
      .tab__btn:nth-of-type(2n-1) {
        border-right: 4px #c4c4c4 solid; }
      .three__tabs .tab__btn:last-child {
        width: 100%; } }
  @media all and (min-width: 769px) {
    .tab__btn {
      width: 25%; }
      .tab__btn:nth-of-type(4n-2) {
        border-right: 4px #c4c4c4 solid; }
      .two__tabs .tab__btn {
        width: 50%; }
      .three__tabs .tab__btn {
        width: 33.333%; }
        .three__tabs .tab__btn:last-child {
          width: 33.333%; } }
  @media all and (min-width: 1025px) {
    .tab__btn {
      width: 50%; }
      .tab__btn:nth-of-type(4n-2) {
        border-right: none; } }
  @media all and (min-width: 1301px) {
    .tab__btn {
      width: 25%; }
      .tab__btn:nth-of-type(4n-2) {
        border-right: 4px #c4c4c4 solid; } }
  .tab__btn p {
    padding: 0 5%;
    font-size: 1.0625em;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; }
  .tab__btn:last-child {
    border-right: none; }
  .tab__btn.active {
    background-color: #fff; }

.tab__area__item {
  display: none;
  padding: 40px 5%; }
  .mason--admin .tab__area__item {
    display: block;
    border-top: 4px #c4c4c4 solid; }
  .tab__area__item.active {
    display: block; }
  .tab__area__item p {
    line-height: 1.4; }
    .tab__area__item p:first-of-type {
      margin-top: 0; }
    .tab__area__item p:last-of-type {
      margin-bottom: 0; }


