/*--------------------------------------------------
	Columns
--------------------------------------------------*/
.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.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%; } }

/*--------------------------------------------------
	Attention
--------------------------------------------------*/
.attention {
  display: block;
  width: 100%;
  padding: 20px 20px 20px 70px;
  margin: 1em 0;
  background-color: #142A57;
  font-size: 1.1em;
  color: #fff;
  position: relative; }
  .attention p {
    color: #fff; }
  .attention:before {
    content: '\f06a';
    font-family: 'FontAwesome';
    font-weight: 700;
    font-size: 2em;
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

/*--------------------------------------------------
	Button Link
--------------------------------------------------*/
.button__link {
  display: inline-block; }
  .button__link a {
    display: block;
    line-height: 44px;
    color: #142A57;
    font-family: "Muli", sans-serif;
    font-weight: 700;
    font-size: 1.0625em;
    position: relative;
    text-decoration: none !important;
    -webkit-transition: color 350ms ease, background-color 350ms ease;
    -o-transition: color 350ms ease, background-color 350ms ease;
    transition: color 350ms ease, background-color 350ms ease; }
    .button__link a:before, .button__link a:after {
      content: '';
      left: 0;
      width: 25px;
      bottom: 0;
      height: 3px;
      border-radius: 1.5px;
      position: absolute; }
    .button__link a:before {
      background-color: #142A57;
      -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transform-origin: left;
      -ms-transform-origin: left;
      transform-origin: left;
      -webkit-transition: -webkit-transform 250ms ease;
      transition: -webkit-transform 250ms ease;
      -o-transition: transform 250ms ease;
      transition: transform 250ms ease;
      transition: transform 250ms ease, -webkit-transform 250ms ease; }
    .button__link a:after {
      background-color: #B7941C;
      -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
      transform: scaleX(1);
      -webkit-transform-origin: right;
      -ms-transform-origin: right;
      transform-origin: right;
      -webkit-transition: -webkit-transform 250ms ease 250ms;
      transition: -webkit-transform 250ms ease 250ms;
      -o-transition: transform 250ms ease 250ms;
      transition: transform 250ms ease 250ms;
      transition: transform 250ms ease 250ms, -webkit-transform 250ms ease 250ms; }
    .button__link a:hover {
      color: #B7941C; }
      .button__link a:hover:before {
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transition: -webkit-transform 250ms ease 250ms;
        transition: -webkit-transform 250ms ease 250ms;
        -o-transition: transform 250ms ease 250ms;
        transition: transform 250ms ease 250ms;
        transition: transform 250ms ease 250ms, -webkit-transform 250ms ease 250ms; }
      .button__link a:hover:after {
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transition: -webkit-transform 250ms ease;
        transition: -webkit-transform 250ms ease;
        -o-transition: transform 250ms ease;
        transition: transform 250ms ease;
        transition: transform 250ms ease, -webkit-transform 250ms ease; }

.button__link--alt a {
  background-color: #DEB42B;
  color: #142A57;
  padding: 0 25px;
  border-radius: 20px; }
  .button__link--alt a:before, .button__link--alt a:after {
    display: none; }
  .button__link--alt a:hover {
    background-color: #142A57;
    color: #fff; }

.button__link--full {
  display: block;
  margin: 1em 0;
  text-align: center; }
  .button__link--full a:before, .button__link--full a:after {
    right: 0;
    margin: 0 auto; }

/*--------------------------------------------------
	Table
--------------------------------------------------*/
.table__container {
  display: block;
  max-width: 100%;
  overflow: auto;
  margin: 20px 0; }
  .table__container table {
    border: 1px solid #142A57; }
    .table__container table thead tr {
      border: 1px solid #142A57; }
    .table__container table thead th {
      border: 1px solid #142A57;
      background-color: #19346c;
      color: #142A57; }
    .table__container table tbody {
      border: 1px solid #142A57; }
      .table__container table tbody td {
        border: 1px solid #142A57; }

/*--------------------------------------------------
	Block Quote
--------------------------------------------------*/
blockquote {
  margin: 1em 0 2.5em;
  font-style: italic;
  padding: 10px 20px;
  border-left: 5px solid #142A57;
  background: #f3f4f7;
  position: relative; }
  blockquote:after {
    content: '';
    position: absolute;
    left: 50px;
    top: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 0;
    border-color: #f3f4f7 transparent transparent transparent; }

/*--------------------------------------------------
	Intro Text
--------------------------------------------------*/
.introText p {
  color: #142A57;
  font-size: 1.25em;
  line-height: 1.4; }

/*--------------------------------------------------
	Content Block News
--------------------------------------------------*/
.customNewsBlock {
  margin: 1em 0;
  background: #eeeeee;
  padding: 25px 0 0 25px; }

.customNewsBlock__list__item {
  padding: 0 25px 25px 0; }

.customNewsBlock__list__item__link {
  display: block;
  height: 100%;
  text-decoration: none;
  -webkit-box-shadow: 2px 2px 2px 0px transparent;
  box-shadow: 2px 2px 2px 0px transparent;
  overflow: hidden;
  -webkit-transition: -webkit-box-shadow 350ms ease;
  transition: -webkit-box-shadow 350ms ease;
  -o-transition: box-shadow 350ms ease;
  transition: box-shadow 350ms ease;
  transition: box-shadow 350ms ease, -webkit-box-shadow 350ms ease; }
  .customNewsBlock__list__item__link:hover {
    -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.07); }
    .customNewsBlock__list__item__link:hover .customNewsBlock__list__item__img.lazyLoaded {
      opacity: 0.75;
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05); }

.customNewsBlock__list__item__img {
  height: 300px;
  -webkit-transition: opacity 350ms ease, -webkit-transform 350ms ease;
  transition: opacity 350ms ease, -webkit-transform 350ms ease;
  -o-transition: transform 350ms ease, opacity 350ms ease;
  transition: transform 350ms ease, opacity 350ms ease;
  transition: transform 350ms ease, opacity 350ms ease, -webkit-transform 350ms ease; }

.customNewsBlock__list__item__info {
  padding: 25px;
  background-color: #fff;
  text-align: center;
  position: relative;
  z-index: 1; }

.customNewsBlock__list__item__date {
  margin: 0.5em 0;
  color: #bbbbbb;
  font-weight: 300;
  line-height: 1.5em;
  font-size: 0.9375em;
  letter-spacing: 0.05em;
  text-transform: uppercase; }

.customNewsBlock__list__item__title {
  margin: 0.5em 0;
  color: #142A57;
  line-height: 1.5em;
  font-size: 1.1875em;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

@media all and (min-width: 769px) {
  .customNewsBlock__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
    .customNewsBlock__list--2 .customNewsBlock__list__item {
      width: 50%; }
    .customNewsBlock__list--3 .customNewsBlock__list__item {
      width: 33.3333%; } }

/*--------------------------------------------------
	BUTTON LIST
--------------------------------------------------*/
.button__list ul {
  list-style: none;
  padding: 0;
  margin: 1em 0; }
  .mason--admin .button__list ul {
    list-style: disc; }

.button__list li {
  margin: 2px 0; }

.button__list a {
  display: inline-block;
  line-height: 40px;
  color: #142A57;
  font-family: "Muli", sans-serif;
  font-weight: 700;
  font-size: 1.0625em;
  background-color: #B7941C;
  color: #fff;
  padding: 0 25px;
  border-radius: 20px;
  position: relative;
  text-decoration: none !important;
  -webkit-transition: color 350ms ease, background-color 350ms ease;
  -o-transition: color 350ms ease, background-color 350ms ease;
  transition: color 350ms ease, background-color 350ms ease; }
  .button__list a:hover {
    background-color: #142A57;
    color: #fff; }

.template--accordion__title {
  margin-top: 0px !important; }
