.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; }

.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 #EF5B25;
  border-top-width: 0px; }
  .mason--admin .template__columns__span:before {
    content: 'Column';
    position: absolute;
    top: 0;
    right: 0;
    background: #EF5B25;
    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: 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%; }
  .mason--admin .template__columns__span {
    border-top-width: 3px;
    border-left-width: 0px; }
    .mason--admin .template__columns__span:first-child {
      border-left-width: 3px; } }

.template--accordion h2.template--accordion__title {
  padding: .5em 4rem .5em 1.5rem;
  border: 1px solid #003366;
  margin-bottom: 0.25em;
  font-size: 1.125em;
  position: relative;
  background: #003366;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #FFFFFF;
  -webkit-transition: background 350ms, color 350ms;
  -o-transition: background 350ms, color 350ms;
  transition: background 350ms, color 350ms; }
  .template--accordion h2.template--accordion__title:after {
    content: '';
    position: absolute;
    right: 1.5rem;
    top: 50%;
    margin-top: -3px;
    border-top: 6px solid #FFFFFF;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: -webkit-transform 350ms;
    transition: -webkit-transform 350ms;
    -o-transition: transform 350ms;
    transition: transform 350ms;
    transition: transform 350ms, -webkit-transform 350ms; }

.template--accordion div.template--accordion__container {
  display: none;
  padding: 1px 1.5rem;
  line-height: 1.5em;
  background-color: #f2f2f2; }

.template--accordion.active > h2.template--accordion__title {
  background: #00264d;
  color: #f2f2f2; }
  .template--accordion.active > h2.template--accordion__title:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }

.no-js .template--accordion h2.template--accordion__title:after {
  display: none; }

.no-js .template--accordion div.template--accordion__container {
  display: block; }

.mason--admin .template--accordion h2.template--accordion__title,
.mason--admin .template--accordion div.template--accordion__container {
  cursor: text;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
  position: relative;
  border: 3px solid #EF5B25; }
  .mason--admin .template--accordion h2.template--accordion__title:before,
  .mason--admin .template--accordion div.template--accordion__container:before {
    position: absolute;
    top: 0;
    right: 0;
    background: #EF5B25;
    text-transform: none;
    font-size: 12px;
    color: #FFF;
    padding: 6px 10px;
    line-height: 1.5em;
    z-index: 2; }

.mason--admin .template--accordion h2.template--accordion__title:before {
  content: 'Accordion Title'; }

.mason--admin .template--accordion div.template--accordion__container {
  display: block; }
  .mason--admin .template--accordion div.template--accordion__container:before {
    content: 'Accordion Content'; }

/*https://www.sitepoint.com/building-linear-gradient-mixin-sass/*/

.btn, .template--accordion h2.template--accordion__title {
  font: 400 1em/1.2 "Bree Serif", serif; }

blockquote p:last-child:not(:first-child) {
  font-size: 0.875em; }


.btn, blockquote p:first-child {
  font-size: 1.125em; }

.template--accordion h2.template--accordion__title {
  font-size: 1.5em; }


.btn {
  display: inline-block;
  vertical-align: bottom;
  color: #FFF !important;
  background: #003366;
  border-radius: 2em;
  border: none;
  line-height: 1.2;
  padding: .9575em 1.75em;
  position: relative;
  overflow: hidden; }

@media all and (min-width: 769px) {
  
  .btn:hover {
    background: #236c3a; } }


.btn {
  -webkit-transition: color 0.2s ease, fill 0.2s ease, background 0.2s ease, border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: color 0.2s ease, fill 0.2s ease, background 0.2s ease, border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  -o-transition: color 0.2s ease, fill 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  transition: color 0.2s ease, fill 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  transition: color 0.2s ease, fill 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease; }

blockquote p:last-child:not(:first-child) {
  text-transform: uppercase; }

.table__container table thead th, .content__attention {
  background: #003366;
  color: #FFF;
  fill: #FFF; }

blockquote {
  color: #003366; }

.content__template {
  width: 100%;
  position: relative;
  margin-bottom: 1.5em; }
  .content__template:before, .content__template:after {
    content: "";
    display: table; }
  .content__template:after {
    clear: both; }

.template--accordion {
  font-size: 0.8em;
  margin-top: 8px; }
  @media all and (min-width: 415px) {
    .template--accordion {
      font-size: 0.85em; } }
  @media all and (min-width: 769px) {
    .template--accordion {
      font-size: 0.9em; } }
  @media all and (min-width: 1025px) {
    .template--accordion {
      font-size: 0.95em; } }
  @media all and (min-width: 1301px) {
    .template--accordion {
      font-size: 1em; } }
  .template--accordion h2.template--accordion__title {
    color: #003366;
    border: none;
    border-radius: 3em;
    background: rgba(35, 108, 58, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 2.66667em;
    margin: 0;
    padding: 0.5em 0.5em 0.5em 1.75em;
    -webkit-transition: color .4s ease-in-out, background .4s ease-in-out, -webkit-box-shadow .4s ease-in-out;
    transition: color .4s ease-in-out, background .4s ease-in-out, -webkit-box-shadow .4s ease-in-out;
    -o-transition: color .4s ease-in-out, background .4s ease-in-out, box-shadow .4s ease-in-out;
    transition: color .4s ease-in-out, background .4s ease-in-out, box-shadow .4s ease-in-out;
    transition: color .4s ease-in-out, background .4s ease-in-out, box-shadow .4s ease-in-out, -webkit-box-shadow .4s ease-in-out; }
    .template--accordion h2.template--accordion__title:after {
      display: none; }
  .template--accordion .template--accordion__icon {
    background: #003366;
    color: #FFF;
    width: 1.66667em;
    height: 1.66667em;
    border-radius: 50%;
    position: relative;
    margin-left: 1em;
    -webkit-transition: background .4s ease-in-out, color .4s ease-in-out, -webkit-transform .4s ease-in-out;
    transition: background .4s ease-in-out, color .4s ease-in-out, -webkit-transform .4s ease-in-out;
    -o-transition: transform .4s ease-in-out, background .4s ease-in-out, color .4s ease-in-out;
    transition: transform .4s ease-in-out, background .4s ease-in-out, color .4s ease-in-out;
    transition: transform .4s ease-in-out, background .4s ease-in-out, color .4s ease-in-out, -webkit-transform .4s ease-in-out;
    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;
    will-change: transform;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    .template--accordion .template--accordion__icon svg {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      font-size: .685em; }
  .template--accordion div.template--accordion__container {
    background: transparent;
    padding-left: 2.5em;
    padding-top: .35em; }
  .template--accordion.active h2.template--accordion__title {
    color: #003366;
    background: #236c3a;
    -webkit-box-shadow: 0 8px 24px rgba(35, 108, 58, 0.2);
    box-shadow: 0 8px 24px rgba(35, 108, 58, 0.2); }
  .template--accordion.active .template--accordion__icon {
    color: #003366;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    background: #FFF; }

.table__container {
  display: block;
  max-width: 100%;
  overflow: hidden;
  overflow-x: auto; }
  .table__container table thead tr {
    border: 1px solid #003366; }
  .table__container table thead th {
    border-left: #003366; }
  .table__container table tbody {
    border: 1px solid #cbcbcb; }
    .table__container table tbody td {
      border: 1px solid #cbcbcb; }

blockquote {
  position: relative;
  padding: .5em .5em .5em 2.5em;
  margin: 3em 0;
  border-left: 4px solid currentColor; }
  blockquote p {
    margin: 0; }
    blockquote p:first-child:before, blockquote p:first-child:after {
      position: relative;
      content: "\201C"; }
    blockquote p:first-child:after {
      content: "\201D"; }
    blockquote p:last-child:not(:first-child) {
      color: #001a33;
      margin-top: 1em; }

.content__attention {
  position: relative;
  padding: .5em 1.5em .5em 4.5em; }
  .content__attention:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 0.75em;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: '\f06a';
    font-size: 2em;
    font-family: fontAwesome; }
  .content__attention a {
    color: rgba(255, 255, 255, 0.5) !important; }

.mason--admin .template__module {
  position: relative;
  border: 3px solid #EF5B25; }
  .mason--admin .template__module:after {
    font-size: 12px;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 22px;
    content: 'Template';
    padding: 0 8px 2px 10px; }

.mason--admin .accordion__title {
  cursor: default; }
  .mason--admin .accordion__title:after {
    padding: 0 8px 0 10px;
    content: 'Accordion Title'; }

.mason--admin .accordion__container:after {
  padding: 0 8px 2px 10px;
  content: 'Accordion Container'; }

.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: #222;
    -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(0, 51, 102, 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: 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; } }
