
.btn:before, .template--accordion h2.template--accordion__title:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.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 #Aa4da2;
  margin-bottom: 0.25em;
  font-size: 1.125em;
  position: relative;
  background: #Aa4da2;
  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: #984591;
  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/*/
blockquote p:last-child:not(:first-child) {
  font-size: 0.82353em; }

blockquote p:first-child {
  font-size: 1.05882em; }


.btn {
  font-weight: 800; }


.btn {
  display: inline-block;
  vertical-align: bottom;
  color: #FFF !important;
  border-radius: 2em;
  border: none;
  line-height: 1.2;
  padding: 1.1em 1.85em 0.996em;
  position: relative;
  overflow: hidden;
  z-index: 0;
  text-decoration: none !important; }
  
  .btn:before {
    content: '';
    background: rgba(0, 0, 0, 0.1);
    z-index: -1;
    opacity: 0; }

@media all and (min-width: 769px) {
  
  .btn:hover:before {
    opacity: 1; } }


.btn:before, .template--accordion h2.template--accordion__title:after {
  position: absolute;
  margin: auto; }
  @supports (inset: 0) {
    
    .btn:before, .template--accordion h2.template--accordion__title:after {
      inset: 0; } }
  @supports not (inset: 0) {
    
    .btn:before, .template--accordion h2.template--accordion__title:after {
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; } }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    
    .btn:before, .template--accordion h2.template--accordion__title:after {
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; } }


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


.btn:before {
  -webkit-transition: opacity 0.4s cubic-bezier(0.73, 0.14, 0.13, 1), visibility 0.4s cubic-bezier(0.73, 0.14, 0.13, 1), -webkit-transform 0.4s cubic-bezier(0.73, 0.14, 0.13, 1);
  transition: opacity 0.4s cubic-bezier(0.73, 0.14, 0.13, 1), visibility 0.4s cubic-bezier(0.73, 0.14, 0.13, 1), -webkit-transform 0.4s cubic-bezier(0.73, 0.14, 0.13, 1);
  -o-transition: transform 0.4s cubic-bezier(0.73, 0.14, 0.13, 1), opacity 0.4s cubic-bezier(0.73, 0.14, 0.13, 1), visibility 0.4s cubic-bezier(0.73, 0.14, 0.13, 1);
  transition: transform 0.4s cubic-bezier(0.73, 0.14, 0.13, 1), opacity 0.4s cubic-bezier(0.73, 0.14, 0.13, 1), visibility 0.4s cubic-bezier(0.73, 0.14, 0.13, 1);
  transition: transform 0.4s cubic-bezier(0.73, 0.14, 0.13, 1), opacity 0.4s cubic-bezier(0.73, 0.14, 0.13, 1), visibility 0.4s cubic-bezier(0.73, 0.14, 0.13, 1), -webkit-transform 0.4s cubic-bezier(0.73, 0.14, 0.13, 1); }

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

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

.content__img--custom {
  border-radius: 2.35294em;
  overflow: hidden;
  z-index: 0; }

.template--accordion h2.template--accordion__title, .template--accordion.active .template--accordion__icon, blockquote {
  color: #Aa4da2; }
  .mason--theme-blue-light .template--accordion h2.template--accordion__title, .template--accordion .mason--theme-blue-light h2.template--accordion__title, .mason--theme-blue-light .template--accordion.active .template--accordion__icon, .template--accordion.active .mason--theme-blue-light .template--accordion__icon, .mason--theme-blue-light blockquote {
    color: #24BFFB; }
  .mason--theme-blue-dark .template--accordion h2.template--accordion__title, .template--accordion .mason--theme-blue-dark h2.template--accordion__title, .mason--theme-blue-dark .template--accordion.active .template--accordion__icon, .template--accordion.active .mason--theme-blue-dark .template--accordion__icon, .mason--theme-blue-dark blockquote {
    color: #19508C; }
  .mason--theme-green .template--accordion h2.template--accordion__title, .template--accordion .mason--theme-green h2.template--accordion__title, .mason--theme-green .template--accordion.active .template--accordion__icon, .template--accordion.active .mason--theme-green .template--accordion__icon, .mason--theme-green blockquote {
    color: #bcc249; }
  .mason--theme-grey .template--accordion h2.template--accordion__title, .template--accordion .mason--theme-grey h2.template--accordion__title, .mason--theme-grey .template--accordion.active .template--accordion__icon, .template--accordion.active .mason--theme-grey .template--accordion__icon, .mason--theme-grey blockquote {
    color: #363D4F; }
  .mason--theme-orange .template--accordion h2.template--accordion__title, .template--accordion .mason--theme-orange h2.template--accordion__title, .mason--theme-orange .template--accordion.active .template--accordion__icon, .template--accordion.active .mason--theme-orange .template--accordion__icon, .mason--theme-orange blockquote {
    color: #F9953C; }
  .mason--theme-pink .template--accordion h2.template--accordion__title, .template--accordion .mason--theme-pink h2.template--accordion__title, .mason--theme-pink .template--accordion.active .template--accordion__icon, .template--accordion.active .mason--theme-pink .template--accordion__icon, .mason--theme-pink blockquote {
    color: #FA2E6D; }
  .mason--theme-purple .template--accordion h2.template--accordion__title, .template--accordion .mason--theme-purple h2.template--accordion__title, .mason--theme-purple .template--accordion.active .template--accordion__icon, .template--accordion.active .mason--theme-purple .template--accordion__icon, .mason--theme-purple blockquote {
    color: #Aa4da2; }
  .mason--theme-turquoise .template--accordion h2.template--accordion__title, .template--accordion .mason--theme-turquoise h2.template--accordion__title, .mason--theme-turquoise .template--accordion.active .template--accordion__icon, .template--accordion.active .mason--theme-turquoise .template--accordion__icon, .mason--theme-turquoise blockquote {
    color: #19728A; }
  .mason--theme-yellow .template--accordion h2.template--accordion__title, .template--accordion .mason--theme-yellow h2.template--accordion__title, .mason--theme-yellow .template--accordion.active .template--accordion__icon, .template--accordion.active .mason--theme-yellow .template--accordion__icon, .mason--theme-yellow blockquote {
    color: #F8E713; }


.btn, .template--accordion h2.template--accordion__title:after, .template--accordion .template--accordion__icon, .content__attention {
  background-color: #Aa4da2; }
  
  .mason--theme-blue-light .btn, .mason--theme-blue-light .template--accordion h2.template--accordion__title:after, .template--accordion .mason--theme-blue-light h2.template--accordion__title:after, .mason--theme-blue-light .template--accordion .template--accordion__icon, .template--accordion .mason--theme-blue-light .template--accordion__icon, .mason--theme-blue-light .content__attention {
    background-color: #24BFFB; }
  
  .mason--theme-blue-dark .btn, .mason--theme-blue-dark .template--accordion h2.template--accordion__title:after, .template--accordion .mason--theme-blue-dark h2.template--accordion__title:after, .mason--theme-blue-dark .template--accordion .template--accordion__icon, .template--accordion .mason--theme-blue-dark .template--accordion__icon, .mason--theme-blue-dark .content__attention {
    background-color: #19508C; }
  
  .mason--theme-green .btn, .mason--theme-green .template--accordion h2.template--accordion__title:after, .template--accordion .mason--theme-green h2.template--accordion__title:after, .mason--theme-green .template--accordion .template--accordion__icon, .template--accordion .mason--theme-green .template--accordion__icon, .mason--theme-green .content__attention {
    background-color: #bcc249; }
  
  .mason--theme-grey .btn, .mason--theme-grey .template--accordion h2.template--accordion__title:after, .template--accordion .mason--theme-grey h2.template--accordion__title:after, .mason--theme-grey .template--accordion .template--accordion__icon, .template--accordion .mason--theme-grey .template--accordion__icon, .mason--theme-grey .content__attention {
    background-color: #363D4F; }
  
  .mason--theme-orange .btn, .mason--theme-orange .template--accordion h2.template--accordion__title:after, .template--accordion .mason--theme-orange h2.template--accordion__title:after, .mason--theme-orange .template--accordion .template--accordion__icon, .template--accordion .mason--theme-orange .template--accordion__icon, .mason--theme-orange .content__attention {
    background-color: #F9953C; }
  
  .mason--theme-pink .btn, .mason--theme-pink .template--accordion h2.template--accordion__title:after, .template--accordion .mason--theme-pink h2.template--accordion__title:after, .mason--theme-pink .template--accordion .template--accordion__icon, .template--accordion .mason--theme-pink .template--accordion__icon, .mason--theme-pink .content__attention {
    background-color: #FA2E6D; }
  
  .mason--theme-purple .btn, .mason--theme-purple .template--accordion h2.template--accordion__title:after, .template--accordion .mason--theme-purple h2.template--accordion__title:after, .mason--theme-purple .template--accordion .template--accordion__icon, .template--accordion .mason--theme-purple .template--accordion__icon, .mason--theme-purple .content__attention {
    background-color: #Aa4da2; }
  
  .mason--theme-turquoise .btn, .mason--theme-turquoise .template--accordion h2.template--accordion__title:after, .template--accordion .mason--theme-turquoise h2.template--accordion__title:after, .mason--theme-turquoise .template--accordion .template--accordion__icon, .template--accordion .mason--theme-turquoise .template--accordion__icon, .mason--theme-turquoise .content__attention {
    background-color: #19728A; }
  
  .mason--theme-yellow .btn, .mason--theme-yellow .template--accordion h2.template--accordion__title:after, .template--accordion .mason--theme-yellow h2.template--accordion__title:after, .mason--theme-yellow .template--accordion .template--accordion__icon, .template--accordion .mason--theme-yellow .template--accordion__icon, .mason--theme-yellow .content__attention {
    background-color: #F8E713; }

.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 h2.template--accordion__title {
  font-size: 1.17647em;
  border: none;
  border-radius: 3em;
  background: transparent;
  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: 3.2em;
  padding: 0.5em 0.6em 0.5em 2em;
  -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;
  z-index: 0; }
  .template--accordion h2.template--accordion__title:after {
    content: '';
    z-index: -1;
    opacity: .2;
    border: none;
    border-radius: inherit;
    -webkit-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out; }

.template--accordion .template--accordion__icon {
  width: 2em;
  height: 2em;
  border-radius: 50%;
  position: relative;
  margin-left: 1em;
  color: #FFF;
  -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 {
    font-size: .8em; }

.template--accordion div.template--accordion__container {
  background: transparent;
  padding-left: 2.5em;
  padding-top: .35em; }

.template--accordion.active h2.template--accordion__title {
  color: #FFF;
  background: transparent;
  -webkit-box-shadow: 0px 8px 24px rgba(32, 74, 152, 0.2);
  box-shadow: 0px 8px 24px rgba(32, 74, 152, 0.2); }
  .template--accordion.active h2.template--accordion__title:after {
    opacity: 1; }

.template--accordion.active .template--accordion__icon {
  -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 #363D4F; }
  .table__container table thead th {
    background: #363D4F;
    border-left: #363D4F; }
  .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: #363D4F;
      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(170, 77, 162, 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; } }
