/*! normalize.css v1.1.2 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

body {
  margin: 0; }

a:focus {
  outline: thin dotted; }

a:active,
a:hover {
  outline: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

mark {
  background: #ff0;
  color: #000; }

p,
pre {
  margin: 1em 0; }

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before,
q:after {
  content: '';
  content: none; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

menu,
ol,
ul {
  padding: 0 0 0 40px; }

nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

form {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px; }

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button,
input {
  line-height: normal; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible; }

button[disabled],
html input[disabled] {
  cursor: default; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  font-size: 100%; }

html,
body,
.mason {
  width: 100%;
  height: 100%; }

body {
  background: #CCCCCC; }

.mason *,
.mason *:before,
.mason *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url("/_includes/polyfills/boxsizing.htc"); }

.mason--resizing * {
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }

.mason {
  width: 1024px;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto;
  clear: both;
  position: relative;
  overflow: hidden;
  background: #fff; }
  @media all and (min-width: 0px) {
    .mason {
      width: auto; } }

.mason {
  color: #444444;
  font-family: "Source Sans Pro", sans-serif; }

button,
input,
select,
textarea {
  font-family: "Source Sans Pro", sans-serif; }

.video {
  max-width: 100%;
  position: relative;
  background: #000; }
  .video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    border: 0; }

.region h1,
.region h2,
.region h3,
.region h4,
.region h5,
.region h6 {
  color: #444444;
  font-family: "Libre Baskerville", serif;
  font-weight: normal;
  line-height: 1.5em; }

.region a {
  color: #4587D0;
  text-decoration: none; }

.region hr {
  width: 100%;
  height: 0;
  margin: 0;
  border: 0;
  border-bottom: 1px solid #E0E0E0; }

.region img,
.region iframe {
  max-width: 100%; }

.region img {
  height: auto !important; }

.region img[data-fill] {
  max-width: none; }

.region figure {
  max-width: 100%;
  padding: 2px;
  margin: 1em 0;
  border: 1px solid #E0E0E0;
  background: #F8F8F8; }
  .region figure img {
    clear: both; }
  .region figure figcaption {
    clear: both; }

.region blockquote {
  margin: 1em 0;
  padding: 0 0 0 1em; }

.region table {
  max-width: 100%;
  margin: 1em 0;
  clear: both;
  border: 1px solid #E0E0E0;
  background: #F8F8F8; }

.region th, .region td {
  text-align: left;
  padding: 0.25em 0.5em;
  border: 1px solid #E0E0E0; }

.region label {
  margin-right: .5em;
  display: block; }

.region legend {
  padding: 0 .5em; }

.region label em,
.region legend em {
  color: #CF1111;
  font-style: normal;
  margin-left: .2em; }

.region input {
  max-width: 100%; }

.region input[type=text],
.region input[type=password] {
  width: 18em;
  height: 2em;
  display: block;
  padding: 0 0 0 .5em;
  border: 1px solid #E0E0E0; }

.region input[type=radio],
.region input[type=checkbox] {
  width: 1em;
  height: 1em;
  margin: .4em; }

.region textarea {
  max-width: 100%;
  display: block;
  padding: .5em;
  border: 1px solid #E0E0E0; }

.region select {
  max-width: 100%;
  width: 18em;
  height: 2em;
  padding: .2em;
  border: 1px solid #E0E0E0; }

.region select[size] {
  height: auto;
  padding: .2em; }

.region fieldset {
  border-color: #E0E0E0; }

.captcha {
  display: block;
  margin: 0 0 1em; }

.captcha__help {
  max-width: 28em; }

.captcha__help--extended {
  max-width: 26em; }

.captcha__elements {
  width: 200px; }

.btn {
  height: auto;
  margin-top: -1px;
  display: inline-block;
  padding: 0 1em;
  color: #4587D0;
  line-height: 2.8em;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #4587D0;
  background: transparent;
  -webkit-transition: background .4s, color .4s;
  -o-transition: background .4s, color .4s;
  transition: background .4s, color .4s; }

.btn:hover,
.btn:focus {
  color: #FFF;
  background: #4587D0; }

.btn__icon,
.btn__text {
  float: left;
  margin: 0 0.2em;
  line-height: inherit; }

.btn__icon {
  font-size: 1.5em;
  margin-top: -2px; }

.btn--disabled {
  color: #999;
  border-color: #999;
  cursor: default; }

.btn--disabled:hover,
.btn--disabled:focus {
  color: #999;
  background: transparent; }

.anchor, .access__anchor, .content__anchor {
  visibility: hidden;
  position: absolute;
  top: 0; }

#forumUpdateForm fieldset {
  margin: 1em 0; }

#forumUpdateForm .cmsForm__field {
  display: block;
  clear: both; }

.mason--admin .anchor, .mason--admin .access__anchor, .mason--admin .content__anchor {
  margin-top: -110px; }

.ui_toolbar {
  clear: both;
  margin: 1em 0;
  line-height: 2.1em; }

.ui_toolbar:before,
.ui_toolbar:after {
  content: '';
  display: table; }

.ui_toolbar:after {
  clear: both; }

.lte-ie7 .ui_toolbar {
  zoom: 1; }

.ui_toolbar > *,
.ui_left > *,
.ui_right > * {
  margin: 0 .5em 0 0;
  float: left; }

.ui_toolbar > *:last-child,
.ui_right > *:last-child {
  margin-right: 0; }

.ui_left {
  float: left; }

.ui_right {
  float: right;
  margin-left: .5em; }

.ui_button, .ui_tag, .ui_select {
  margin: 0 .5em 0 0;
  position: relative;
  float: left;
  text-align: left; }

.ui_button, .ui_tag, .ui_select > div {
  height: 2.1em;
  padding: 0 .6em;
  position: relative;
  font-size: 1em;
  white-space: nowrap;
  color: #444444 !important;
  line-height: 2.1em;
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
  border-radius: 0px;
  background-color: #F8F8F8;
  background-image: none; }

.ui_button:hover, .ui_select:hover > div {
  background-color: #E0E0E0; }

.ui_button.ui_button--selected, .ui_select.ui_select--selected > div {
  background-color: #E0E0E0; }

.ui_button.ui_button--disabled, .ui_select.ui_select--disabled > div {
  cursor: default;
  color: rgba(68, 68, 68, 0.25) !important;
  background-color: #F8F8F8; }

.ui_button {
  margin: 0 .3em 0 0;
  cursor: pointer;
  outline: none !important;
  text-decoration: none;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s; }

.ui_card {
  padding: 1em;
  display: block;
  text-align: left;
  color: #444444;
  background-color: #F8F8F8;
  border: 1px solid !important;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25) !important;
  border-radius: 0px; }

.ui_card:before,
.ui_card:after {
  content: '';
  display: table;
  clear: both; }

.ui_card--void {
  padding: 0;
  overflow: hidden; }

.ui_card--void > * {
  margin: -1px -2px -1px -1px; }

.ui_card__img {
  margin: 0 -1em;
  display: block;
  overflow: hidden;
  border: 2px solid #F8F8F8; }

.ui_card__img--top {
  margin: -1em -1em 0;
  border-radius: 0px 0px 0 0; }

.ui_card__img--full {
  margin: -1em;
  border-radius: 0px; }

.ui_txt {
  margin: 0 0 0.8em;
  font-weight: 300;
  line-height: 1.6em; }

.ui_txt__title {
  margin: 0.66667em 0;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.33333em; }

.ui_txt__bold {
  margin: 0.8em 0;
  font-weight: 400; }

.ui_txt__sub {
  margin: -1em 0 1em;
  font-size: 0.8em;
  font-weight: 300;
  line-height: 2em; }

.ui_txt__content {
  font-size: 0.9em;
  line-height: 1.77778em; }
  .ui_txt__content * {
    display: inline;
    margin: 0; }

.ui_txt--truncate_3, .ui_txt--truncate_4, .ui_txt--truncate_5, .ui_txt--truncate_6, .ui_txt--truncate_7, .ui_txt--truncate_8, .ui_txt--truncate_9 {
  position: relative;
  overflow: hidden; }

.ui_txt--truncate_3:after, .ui_txt--truncate_4:after, .ui_txt--truncate_5:after, .ui_txt--truncate_6:after, .ui_txt--truncate_7:after, .ui_txt--truncate_8:after, .ui_txt--truncate_9:after {
  content: '';
  width: 50%;
  height: 1.6em;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(248, 248, 248, 0)), to(#f8f8f8));
  background: -webkit-linear-gradient(left, rgba(248, 248, 248, 0), #f8f8f8);
  background: -o-linear-gradient(left, rgba(248, 248, 248, 0), #f8f8f8);
  background: linear-gradient(to right, rgba(248, 248, 248, 0), #f8f8f8); }

.ui_txt--truncate_3 {
  height: 4.8em; }

.ui_txt--truncate_3 .ui_txt__title {
  max-height: 1.33333em;
  overflow: hidden; }

.ui_txt--truncate_4 {
  height: 6.4em; }

.ui_txt--truncate_4 .ui_txt__title {
  max-height: 2.66667em;
  overflow: hidden; }

.ui_txt--truncate_5 {
  height: 8em; }

.ui_txt--truncate_5 .ui_txt__title {
  max-height: 4em;
  overflow: hidden; }

.ui_txt--truncate_6 {
  height: 9.6em; }

.ui_txt--truncate_6 .ui_txt__title {
  max-height: 5.33333em;
  overflow: hidden; }

.ui_txt--truncate_7 {
  height: 11.2em; }

.ui_txt--truncate_7 .ui_txt__title {
  max-height: 6.66667em;
  overflow: hidden; }

.ui_txt--truncate_8 {
  height: 12.8em; }

.ui_txt--truncate_8 .ui_txt__title {
  max-height: 8em;
  overflow: hidden; }

.ui_txt--truncate_9 {
  height: 14.4em; }

.ui_txt--truncate_9 .ui_txt__title {
  max-height: 9.33333em;
  overflow: hidden; }

.ui_select {
  padding: 0; }

.ui_select > div {
  padding: 0 1.5em 0 .6em;
  cursor: pointer;
  outline: none !important;
  text-decoration: none;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s; }

.ui_select > div:after {
  content: '';
  display: block;
  position: absolute;
  right: .6em;
  top: 50%;
  margin-top: -2px;
  border: 4px solid;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent; }

.ui_select > ul {
  padding: 0;
  margin: .75em 0 0;
  display: none;
  list-style: none;
  overflow: hidden;
  background: #fff;
  position: absolute;
  z-index: 8;
  top: 100%;
  right: 0; }

.ui_select > ul li {
  height: 2.1em;
  padding: .15em;
  clear: both;
  position: relative;
  border-bottom: 1px solid #ddd; }

.ui_select > ul li span {
  width: .6em;
  height: .6em;
  margin: .6em;
  float: left; }

.ui_select > ul li label {
  margin: 0 3.6em 0 1.8em;
  display: block;
  white-space: nowrap; }

.ui_select > ul li input {
  position: absolute;
  top: 50%;
  right: 0.15em;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.ui_select--selected > ul {
  display: block; }

.ui_group {
  float: left;
  margin: 0 .3em 0 0; }

.ui_group .ui_button {
  float: left;
  margin: 0;
  border-radius: 0;
  border-left-color: rgba(255, 255, 255, 0.15); }

.ui_group .ui_button:first-child {
  border-radius: 0px 0 0 0px;
  border-left-color: rgba(0, 0, 0, 0.15); }

.ui_group .ui_button:last-child {
  border-radius: 0 0px 0px 0; }

.ui_icon {
  height: .5em;
  font-size: 2em;
  line-height: .5em;
  display: inline-block;
  font-family: "Courier New", Courier, monospace; }

.ui_icon--prev:after {
  content: "\02039";
  font-weight: bold; }

.ui_icon--next:after {
  content: "\0203A";
  font-weight: bold; }

.ui-tooltip {
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
  max-width: 300px;
  padding: 8px;
  position: absolute;
  z-index: 9999;
  font-size: 95%;
  line-height: 1.2; }

.section, .subnav, .footer {
  width: 100%;
  max-width: 1300px;
  padding-right: 5%;
  padding-left: 5%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  padding-top: 3em;
  padding-bottom: 3em; }
  @media all and (min-width: 1301px) {
    .section, .subnav, .footer {
      max-width: none;
      padding-right: calc(50% - 585px);
      padding-left: calc(50% - 585px); } }
  .section:before, .subnav:before, .footer:before, .section:after, .subnav:after, .footer:after {
    content: "";
    display: table; }
  .section:after, .subnav:after, .footer:after {
    clear: both; }
  .lte-ie7 .section, .lte-ie7 .subnav, .lte-ie7 .footer {
    zoom: 1; }

.access {
  width: 100%;
  height: 0;
  overflow: hidden;
  position: relative; }

.mason {
  padding-top: 70px; }

.header {
  width: 100%;
  height: 70px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  color: #FFF;
  background: #192469;
  -webkit-transition: left .8s;
  -o-transition: left .8s;
  transition: left .8s;
  top: 0; }
  .mason--admin .header {
    top: 110px; }
  .mason--preview .header {
    top: 110px; }
  .mason--secure .header {
    top: 40px; }

.header__title__container {
  max-width: 250px;
  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;
  height: 100%; }
  .header__title__container img {
    height: 60px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }

.header__title {
  margin: 0 0 0 10px;
  position: relative;
  z-index: 2;
  font-size: 0.9em;
  font-weight: 700;
  line-height: 1.250em;
  font-family: "Libre Baskerville", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  text-align: center; }

.header__btn {
  padding: 20px 20px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  color: inherit;
  cursor: pointer;
  background: transparent;
  border: 0;
  outline: 0; }

.header__btn__icon {
  font-size: 30px;
  display: block;
  float: right; }
  .header__btn__icon {
    width: 1em;
    height: 1em;
    position: relative; }
  .header__btn__icon__bar {
    width: .8em;
    height: 3px;
    margin-top: -1.5px;
    display: block;
    position: absolute;
    background: #FFF;
    -webkit-transition: opacity 0.25s 0.5s, top 0.25s 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.25s 0.5s, top 0.25s 0.5s, -webkit-transform 0.5s;
    -o-transition: opacity 0.25s 0.5s, top 0.25s 0.5s, transform 0.5s;
    transition: opacity 0.25s 0.5s, top 0.25s 0.5s, transform 0.5s;
    transition: opacity 0.25s 0.5s, top 0.25s 0.5s, transform 0.5s, -webkit-transform 0.5s; }
  .header__btn__icon__bar--one {
    top: .2em;
    left: .1em;
    opacity: 1; }
  .header__btn__icon__bar--two, .header__btn__icon__bar--three {
    top: .5em;
    left: .1em; }
  .header__btn__icon__bar--four {
    top: .8em;
    left: .1em;
    opacity: 1; }
  .mason--menu .header__btn__icon__bar--one,
  .mason--menu .header__btn__icon__bar--four {
    top: .5em;
    opacity: 0;
    -webkit-transition: opacity 0.25s, top 0.25s;
    -o-transition: opacity 0.25s, top 0.25s;
    transition: opacity 0.25s, top 0.25s; }
  .mason--menu .header__btn__icon__bar--two {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: -webkit-transform 0.5s 0.25s;
    transition: -webkit-transform 0.5s 0.25s;
    -o-transition: transform 0.5s 0.25s;
    transition: transform 0.5s 0.25s;
    transition: transform 0.5s 0.25s, -webkit-transform 0.5s 0.25s; }
  .mason--menu .header__btn__icon__bar--three {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-transition: -webkit-transform 0.5s 0.25s;
    transition: -webkit-transform 0.5s 0.25s;
    -o-transition: transform 0.5s 0.25s;
    transition: transform 0.5s 0.25s;
    transition: transform 0.5s 0.25s, -webkit-transform 0.5s 0.25s; }

@media all and (min-width: 950px) {
  .mason {
    padding-top: 0; }
  .header {
    max-width: 1290px;
    height: 145px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: none;
    z-index: 11;
    visibility: hidden;
    padding-left: 50px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }
  .header__title__container {
    max-width: 250px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }
    .header__title__container a, .header__title__container h1 {
      visibility: visible; }
  .header__title {
    position: relative; }
  .header__btn {
    display: none !important; }
  .header__scrolled__background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #192469;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    height: 0;
    z-index: 5; }
  .sticky__header {
    height: 65px; }
    .sticky__header .header__title__container {
      padding-top: 2px; }
      .sticky__header .header__title__container img {
        height: 60px; }
      .sticky__header .header__title__container .header__title {
        opacity: 0;
        visibility: hidden; }
  .header__scrolled__background__active {
    height: 65px; }
  .mason--admin .header__scrolled__background {
    top: 110px; } }

@media all and (min-width: 1300px) {
  .menu .menu__sidebar__list {
    padding-left: 250px; }
  .header__title__container {
    visibility: visible;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 35px;
    max-width: 250px; }
    .header__title__container img {
      height: 128px; }
    .header__title__container .header__title {
      font-size: 1.500em;
      margin: 0;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .header__title__container .header__title::after {
      content: "";
      display: block;
      width: 50px;
      height: 6px;
      background: #DC2A29;
      position: absolute;
      top: 100%;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      margin-top: 15px; } }

.mason {
  left: 0;
  -webkit-transition: left .8s;
  -o-transition: left .8s;
  transition: left .8s; }

.menu {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 100%;
  z-index: 9;
  top: 0; }

.menu__sidebar {
  width: 90%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  background: #192469;
  -webkit-transition: left .8s;
  -o-transition: left .8s;
  transition: left .8s; }

.menu__sidebar__list {
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: -100%;
  bottom: 3em;
  overflow: hidden;
  overflow-y: auto;
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-transition: left .8s;
  -o-transition: left .8s;
  transition: left .8s; }

.menu__sidebar__list__item {
  position: relative;
  font-size: 16px; }

.menu__sidebar__list__item__link {
  display: block;
  padding: 1em;
  color: #FFF;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: capitalize; }

.menu__sidebar__list__item__button {
  width: auto;
  height: auto;
  padding: 1em;
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  outline: 0;
  color: #FFF;
  background: transparent;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  -o-transition: transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s; }
  .menu__sidebar__list__item--expand .menu__sidebar__list__item__button {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  .menu__sidebar__list__item--subitems .menu__sidebar__list__item__button {
    display: block; }

.menu__sidebar__list__item__sub {
  padding: .5em 0;
  margin: 0;
  display: none;
  overflow: hidden;
  background: #141d54; }
  .menu__sidebar__list__item--expand .menu__sidebar__list__item__sub {
    display: block; }
  .menu__sidebar__list__item__sub .menu__sidebar__list__item {
    left: 0;
    opacity: 1;
    overflow: hidden;
    font-size: 1em;
    -webkit-transition: none;
    -o-transition: none;
    transition: none; }
  .menu__sidebar__list__item__sub .menu__sidebar__list__item__link {
    color: #fff;
    padding: 0.5em 1em;
    line-height: 1em;
    white-space: nowrap;
    border: 0; }
  .menu__sidebar__list__item__sub .menu__sidebar__list__item__button {
    display: none; }

@media all and (min-width: 415px) {
  .menu__sidebar {
    width: 280px; } }

.lte-ie8 .menu__sidebar {
  width: 280px; }

@media all and (min-width: 950px) {
  .menu {
    top: 0;
    bottom: initial;
    height: 145px;
    overflow: visible;
    max-width: 1290px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }
  .mason--admin .menu {
    top: 110px; }
  .menu__sidebar {
    width: 100%;
    overflow: visible;
    background: none; }
  .menu__sidebar__list {
    left: 0;
    top: auto;
    bottom: 0;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: visible;
    padding-right: 30px;
    padding-left: 5%; }
  .menu__sidebar__list__item {
    font-size: 14px;
    text-align: center; }
  .menu__sidebar__list__item--selected span {
    position: relative; }
  .menu__sidebar__list__item--selected span::after {
    content: "";
    display: block;
    height: 6px;
    width: 55px;
    background: #DC2A29;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: 5px; }
  .sticky__menu {
    top: -90px; }
  .mason--admin .sticky__menu {
    top: 20px; }
  .menu__sidebar__list__item__button {
    display: none !important; }
  .menu__sidebar__list__item__sub {
    position: absolute;
    overflow: visible;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(100vh);
    -ms-transform: translateX(-50%) translateY(100vh);
    transform: translateX(-50%) translateY(100vh);
    display: block;
    background: #0f1640;
    margin-top: 19px;
    width: 250px;
    padding-top: 20px;
    padding-bottom: 40px;
    border-bottom: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.4s, visibility 0.4s, margin-top 0.4s;
    -o-transition: opacity 0.4s, visibility 0.4s, margin-top 0.4s;
    transition: opacity 0.4s, visibility 0.4s, margin-top 0.4s; }
    .menu__sidebar__list__item__sub .menu__sidebar__list__item {
      text-align: left; }
      .menu__sidebar__list__item__sub .menu__sidebar__list__item .menu__sidebar__list__item__link {
        white-space: normal; }
        .menu__sidebar__list__item__sub .menu__sidebar__list__item .menu__sidebar__list__item__link span {
          color: #fff; }
        .menu__sidebar__list__item__sub .menu__sidebar__list__item .menu__sidebar__list__item__link span:hover {
          color: #DC2A29; }
        .menu__sidebar__list__item__sub .menu__sidebar__list__item .menu__sidebar__list__item__link span::after {
          display: none; }
  .menu__sidebar__list__item__sub::before {
    content: "";
    position: absolute;
    display: block;
    top: -9px;
    height: 9px;
    width: 100%;
    left: 0; }
  .menu__sidebar__list__item:hover span {
    color: #DC2A29; }
  .menu__sidebar__list__item:hover .menu__sidebar__list__item__sub {
    opacity: 1;
    visibility: visible;
    margin-top: 9px;
    -webkit-transform: translateX(-50%) translateY(0);
    -ms-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0); } }

@media all and (min-width: 1100px) {
  .menu__sidebar__list__item {
    font-size: 16px; } }

.quicklinks {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  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;
  padding-bottom: 10px; }

.search__container {
  height: 56px;
  width: 56px;
  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;
  background: #DC2A29;
  border-radius: 27px;
  overflow: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-right: 5px;
  transition: 0.4s; }

.search {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.search__input {
  height: 56px;
  width: 0;
  background: none;
  border: none;
  color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }

.search__input:focus {
  outline: none; }

.search__input::-webkit-input-placeholder {
  color: #fff; }

.search__input:-ms-input-placeholder {
  color: #fff; }

.search__input::-ms-input-placeholder {
  color: #fff; }

.search__input::placeholder {
  color: #fff; }

.search__submit {
  width: 50px;
  min-width: 50px;
  background: none;
  border: none;
  color: #000; }

.mason--search .search__container {
  width: 250px; }

.mason--search .search__input {
  width: 200px;
  padding-left: 15px; }

.mason--search .menu__twitter, .mason--search .quicklinks__dropdown {
  opacity: 0;
  visibility: hidden;
  width: 0; }

.menu__twitter {
  height: 56px;
  width: 56px;
  border-radius: 50%;
  background: #DC2A29;
  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;
  color: #000;
  margin-right: 5px;
  margin-left: 5px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }

.menu__twitter:hover {
  background: #192469; }

.quicklinks__dropdown {
  height: 56px;
  width: 56px;
  border-radius: 50%;
  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;
  color: #000;
  background: #DC2A29;
  position: relative;
  margin-left: 5px;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }

.quicklinks__dropdown:hover {
  background: #192469; }
  .quicklinks__dropdown:hover .quicklinks__dropdown__list {
    opacity: 1;
    visibility: visible; }

.quicklinks__dropdown__list {
  position: absolute;
  bottom: 100%;
  right: 0;
  background: #DC2A29;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 200px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  opacity: 0;
  visibility: hidden;
  border-radius: 9px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }
  .quicklinks__dropdown__list a {
    color: #000;
    text-decoration: none;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }
  .quicklinks__dropdown__list a:hover {
    color: #192469; }

@media all and (min-width: 769px) {
  .quicklinks {
    position: absolute;
    top: 35px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 56px;
    padding-right: 45px; }
  .quicklinks__dropdown__list {
    bottom: auto;
    top: 100%; }
  .search__container:hover {
    background: #192469; } }

.lte-ie8 .quicklinks {
  position: absolute;
  top: 35px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 56px;
  padding-right: 45px; }

.lte-ie8 .quicklinks__dropdown__list {
  bottom: auto;
  top: 100%; }

.lte-ie8 .search__container:hover {
  background: #192469; }

@media all and (min-width: 1380px) {
  .quicklinks__dropdown__list {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); } }

.mason--menu,
.mason--menu .header,
.mason--menu .menu__sidebar {
  left: -90%; }

.mason--menu .menu__sidebar__search,
.mason--menu .menu__sidebar__list {
  left: 0; }

.mason--menu .header__btn {
  padding: 20px 1px; }

@media all and (min-width: 415px) {
  .mason--menu,
  .mason--menu .header,
  .mason--menu .menu__sidebar {
    left: -280px; } }

.lte-ie8 .mason--menu,
.lte-ie8 .mason--menu .header,
.lte-ie8 .mason--menu .menu__sidebar {
  left: -280px; }

.hero {
  width: 100%;
  height: 60vw;
  max-height: 440px;
  overflow: hidden;
  position: relative;
  background: #666; }

.hero::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  height: 50%;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.695116)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.695116) 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.695116) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.695116) 0%, rgba(0, 0, 0, 0) 100%); }

.hero::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  height: 50%;
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.695116)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.695116) 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.695116) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.695116) 0%, rgba(0, 0, 0, 0) 100%); }

.hero__slideshow {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
  list-style: none; }

.hero__slideshow__item {
  width: 100%;
  height: 100%; }
  .hero__slideshow__item img {
    opacity: 0;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s; }

.hero__content {
  width: 100%;
  max-width: 1300px;
  padding-right: 5%;
  padding-left: 5%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  color: #FFF;
  z-index: 3; }
  @media all and (min-width: 1301px) {
    .hero__content {
      max-width: none;
      padding-right: calc(50% - 585px);
      padding-left: calc(50% - 585px); } }

.hero__path {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
  position: relative;
  margin-bottom: 8px;
  padding-bottom: 20px; }

.hero__path::after {
  content: "";
  display: block;
  height: 8px;
  width: 100%;
  background: #DC2A29;
  position: absolute;
  top: 100%; }

.hero__path__item {
  display: inline;
  position: relative; }

.hero__path__item__link {
  color: #FFF;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: 700;
  letter-spacing: 0.1em; }

.hero__path__item__sep {
  margin: 0 10px;
  color: #DC2A29;
  font-size: 14px; }

.hero__path__item:last-child .hero__path__item__sep {
  display: none; }

.mason--inner .hero__title {
  color: #192469;
  margin: 0;
  font-family: "Libre Baskerville", serif; }

@media all and (min-width: 769px) {
  .mason--inner .hero__title {
    font-size: 2em;
    margin-bottom: 20px; }
  .hero__path {
    margin-left: 80px; } }

.lte-ie8 .mason--inner .hero__title {
  font-size: 2em;
  margin-bottom: 20px; }

.lte-ie8 .hero__path {
  margin-left: 80px; }

.main {
  width: 90%;
  max-width: 1010px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0;
  position: relative;
  font-size: 1em;
  color: #444444;
  background: #fff; }

@media all and (min-width: 769px) {
  .main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; } }

.lte-ie8 .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.content {
  margin: 0 auto;
  line-height: 1.8em;
  padding-top: 30px; }

.content > div:before, .content > div:after {
  content: "";
  display: table; }

.content > div:after {
  clear: both; }

.lte-ie7 .content > div {
  zoom: 1; }

.content > div:not(.content__share) {
  margin-bottom: 3em; }

.content__share {
  margin: 0 -99em;
  padding: .5em 99em;
  background: #FFF; }
  .content__share__list {
    padding: 0;
    margin: 0 -7.5%;
    list-style: none;
    text-align: center; }
  .content__share__list__icon {
    min-width: 20%;
    display: inline-block;
    padding: .5em;
    font-size: 2em; }
  .content__share__list__icon a {
    color: inherit; }

.content__region p {
  color: #7a7a7a;
  line-height: 1.556em; }

@media all and (min-width: 769px) {
  .content {
    width: 70%;
    padding-top: 80px;
    padding-right: 35px; }
  .content__region p {
    font-size: 1.125em; } }

.lte-ie8 .content {
  width: 70%;
  padding-top: 80px;
  padding-right: 35px; }

.lte-ie8 .content__region p {
  font-size: 1.125em; }

@media all and (min-width: 1000px) {
  .content {
    padding-right: 70px; } }

.urgent {
  width: 100%;
  position: relative;
  overflow: hidden;
  color: #FFF;
  background: #e23242; }

.urgent__list {
  width: 90%;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  margin-right: auto;
  margin-left: auto;
  list-style: none;
  padding: 0;
  line-height: 1.8em; }

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

.urgent__list__item__icon {
  height: 52px;
  width: 52px;
  min-width: 52px;
  border-radius: 50%;
  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;
  background: #cd2f3e;
  margin-right: 25px; }

.urgent__list__item__title {
  color: #FFF;
  position: relative;
  font-weight: 400;
  max-width: 840px; }
  .urgent__list__item__title .fa {
    font-weight: 400; }
  .urgent__list__item__title span {
    margin-left: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-right: 25px; }

.urgent__list__item__link {
  text-decoration: none;
  color: #FFF;
  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; }

.urgent__list__item__close {
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer; }

.remove__urgent {
  display: none; }

@media all and (min-width: 769px) {
  .urgent__list__item__title {
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; } }

.lte-ie8 .urgent__list__item__title {
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.subnav {
  color: #192469;
  background: #efefef;
  text-align: left;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  padding-right: 0;
  padding-left: 0; }

.subnav__title {
  font-size: 1em;
  font-family: "Libre Baskerville", serif;
  padding-left: 20px;
  line-height: 1em; }

.subnav__list {
  padding: 1em 0 0;
  margin: 0 auto;
  list-style: none; }
  .subnav__list:before, .subnav__list:after {
    content: "";
    display: table; }
  .subnav__list:after {
    clear: both; }
  .lte-ie7 .subnav__list {
    zoom: 1; }

.subnav__list__item {
  display: block;
  position: relative;
  z-index: 1; }

.subnav__list__item__link {
  padding: 1em 0;
  padding-left: 20px;
  display: block;
  position: relative;
  color: #192469;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.08em; }

@media all and (min-width: 769px) {
  .subnav {
    width: 30%;
    padding-top: 80px;
    margin-bottom: 0; }
  .subnav::after {
    content: "";
    display: block;
    background: #efefef;
    position: absolute;
    top: 0;
    left: 0;
    height: 1000vh;
    width: 100vw;
    z-index: -1; }
  .subnav__title {
    font-size: 2em;
    padding-left: 50px;
    margin-top: 0;
    position: relative;
    padding-bottom: 25px; }
  .subnav__title::after {
    content: "";
    display: block;
    width: 90px;
    height: 8px;
    background: #DC2A29;
    position: absolute;
    left: 50px;
    top: 100%; }
  .subnav__list__item {
    margin-bottom: 14px; }
  .subnav__list__item__link {
    padding-left: 50px;
    font-size: 1.125em;
    position: relative; }
  .subnav__list__item::before {
    content: "";
    display: block;
    position: absolute;
    left: -35px;
    height: 100%;
    top: 0;
    border-radius: 30px;
    background: #DC2A29;
    z-index: -1;
    width: 360px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }
  .subnav__list__item__link::after {
    content: "\f177";
    font-family: fontAwesome;
    position: absolute;
    left: -10px;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 25px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }
  .subnav__list__item:hover::before {
    opacity: 1;
    visibility: visible; }
  .subnav__list__item__link:hover::after {
    opacity: 1;
    visibility: visible; }
  .subnav__list__item--selected .subnav__list__item__link::after {
    opacity: 1;
    visibility: visible; }
  .subnav__list__item--selected::before {
    opacity: 1;
    visibility: visible; } }

.lte-ie8 .subnav {
  width: 30%;
  padding-top: 80px;
  margin-bottom: 0; }

.lte-ie8 .subnav::after {
  content: "";
  display: block;
  background: #efefef;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000vh;
  width: 100vw;
  z-index: -1; }

.lte-ie8 .subnav__title {
  font-size: 2em;
  padding-left: 50px;
  margin-top: 0;
  position: relative;
  padding-bottom: 25px; }

.lte-ie8 .subnav__title::after {
  content: "";
  display: block;
  width: 90px;
  height: 8px;
  background: #DC2A29;
  position: absolute;
  left: 50px;
  top: 100%; }

.lte-ie8 .subnav__list__item {
  margin-bottom: 14px; }

.lte-ie8 .subnav__list__item__link {
  padding-left: 50px;
  font-size: 1.125em;
  position: relative; }

.lte-ie8 .subnav__list__item::before {
  content: "";
  display: block;
  position: absolute;
  left: -35px;
  height: 100%;
  top: 0;
  border-radius: 30px;
  background: #DC2A29;
  z-index: -1;
  width: 360px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }

.lte-ie8 .subnav__list__item__link::after {
  content: "\f177";
  font-family: fontAwesome;
  position: absolute;
  left: -10px;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 25px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }

.lte-ie8 .subnav__list__item:hover::before {
  opacity: 1;
  visibility: visible; }

.lte-ie8 .subnav__list__item__link:hover::after {
  opacity: 1;
  visibility: visible; }

.lte-ie8 .subnav__list__item--selected .subnav__list__item__link::after {
  opacity: 1;
  visibility: visible; }

.lte-ie8 .subnav__list__item--selected::before {
  opacity: 1;
  visibility: visible; }

.staff__list h2 {
  font-family: "Libre Baskerville", serif;
  color: #192469; }

.staff__list__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.staff__list__group.two__columns .staff__item {
  min-width: 47%; }

.staff__item {
  width: 190px;
  min-width: 190px;
  margin-bottom: 30px;
  margin-right: 5px;
  margin-left: 5px; }
  .staff__item .staff__photo__container {
    height: 190px;
    width: 190px;
    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;
    border-radius: 50%;
    background: #DC2A29;
    margin-bottom: 15px; }
  .staff__item .staff__photo {
    height: 180px;
    width: 180px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden; }
  .staff__item p {
    margin: 0;
    line-height: 1.1em; }
  .staff__item .staff__name {
    color: #192469;
    font-family: "Libre Baskerville", serif;
    font-weight: 700;
    margin-bottom: 8px;
    font-size: 1.250em; }
  .staff__item .staff__title {
    color: #192469;
    margin-bottom: 8px;
    font-weight: 700; }
  .staff__item .staff__desc {
    color: #7a7a7a;
    line-height: 1.556em;
    font-size: 0.938em; }

.map {
  position: relative;
  z-index: 2; }

.map__container {
  height: 120px !important; }

.map__contact {
  background: #fff;
  padding-left: 20px;
  padding-top: 18px;
  padding-bottom: 18px;
  margin-bottom: 50px; }
  .map__contact h2 {
    color: #192469;
    font-family: "Libre Baskerville", serif;
    font-size: 1.500em;
    line-height: 1.250em;
    font-weight: 700;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 40px; }
  .map__contact h2::after {
    content: "";
    display: block;
    height: 8px;
    width: 90px;
    background: #DC2A29;
    position: absolute;
    bottom: 0;
    left: 0; }
  .map__contact p {
    font-size: 1.250em;
    line-height: 1.400em;
    color: #7a7a7a;
    padding-left: 40px;
    position: relative; }
    .map__contact p svg {
      color: #DC2A29;
      position: absolute;
      left: 0;
      top: 0;
      -webkit-transform: translate(0);
      -ms-transform: translate(0);
      transform: translate(0);
      font-size: 35px; }
  .map__contact p:nth-child(3) svg, .map__contact p:nth-child(4) svg {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 22px; }
  .map__contact a {
    color: #7a7a7a;
    text-decoration: none;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }
  .map__contact a:hover {
    color: #192469; }

@media all and (min-width: 500px) {
  .map__container {
    height: 240px !important; } }

@media all and (min-width: 769px) {
  .map__container {
    height: 440px !important; }
  .map__contact__wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 1290px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    visibility: hidden; }
  .map__contact {
    width: 390px;
    visibility: visible;
    margin-bottom: 0;
    padding-left: 36px; } }

.lte-ie8 .map__container {
  height: 440px !important; }

.lte-ie8 .map__contact__wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 1290px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  visibility: hidden; }

.lte-ie8 .map__contact {
  width: 390px;
  visibility: visible;
  margin-bottom: 0;
  padding-left: 36px; }

.footer {
  clear: both;
  color: #FFF;
  background: #192469;
  line-height: 1.8em;
  text-align: center;
  position: relative;
  z-index: 2; }
  .footer:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(102, 102, 102, 0)), color-stop(50%, #999999), to(rgba(102, 102, 102, 0)));
    background: -webkit-linear-gradient(left, rgba(102, 102, 102, 0) 0%, #999999 50%, rgba(102, 102, 102, 0) 100%);
    background: -o-linear-gradient(left, rgba(102, 102, 102, 0) 0%, #999999 50%, rgba(102, 102, 102, 0) 100%);
    background: linear-gradient(to right, rgba(102, 102, 102, 0) 0%, #999999 50%, rgba(102, 102, 102, 0) 100%); }

.footer__back {
  font-size: 1.4em;
  cursor: pointer;
  color: #DC2A29;
  background: #192469;
  height: 66px;
  width: 66px;
  border-radius: 50%;
  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;
  -webkit-transition: color .5s;
  -o-transition: color .5s;
  transition: color .5s;
  position: absolute;
  top: -33px;
  right: 150px; }
  .footer__back:hover {
    color: #192469;
    background: #DC2A29; }

.footer__legal p {
  margin: 0;
  line-height: 1.750em; }

.footer__legal a {
  color: #FFF;
  text-decoration: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }

.footer__legal a:hover {
  color: #DC2A29; }

.footer__legal span {
  display: none; }

.footer__legal div:nth-child(1) {
  margin-bottom: 20px; }

@media all and (min-width: 769px) {
  .footer__legal div {
    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; }
  .footer__legal span {
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px; }
  .footer__legal div:nth-child(1) {
    margin-bottom: 0; } }

.lte-ie8 .footer__legal div {
  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; }

.lte-ie8 .footer__legal span {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px; }

.lte-ie8 .footer__legal div:nth-child(1) {
  margin-bottom: 0; }

.footer__links__list {
  width: 100%;
  max-width: 1290px;
  margin-right: auto;
  margin-left: auto;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .footer__links__list a {
    font-family: "Libre Baskerville", serif;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    position: relative;
    margin-left: 20px;
    margin-right: 20px;
    height: 35px;
    border-radius: 28px;
    background: #0f1640;
    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;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    margin-bottom: 10px; }
  .footer__links__list a:hover {
    background: #DC2A29; }

@media all and (min-width: 769px) {
  .footer__links__list {
    margin-bottom: 25px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .footer__links__list a {
      height: 55px;
      font-size: 1.125em;
      margin-left: 30px;
      margin-right: 30px;
      margin-bottom: 30px; } }

.lte-ie8 .footer__links__list {
  margin-bottom: 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .lte-ie8 .footer__links__list a {
    height: 55px;
    font-size: 1.125em;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 30px; }

.footer__awards {
  width: 100%;
  padding: 15px 0;
  overflow: hidden;
  overflow-x: auto;
  position: relative;
  background: #fff;
  z-index: 2;
  white-space: nowrap;
  text-align: center; }
  .footer__awards:before, .footer__awards:after {
    content: "";
    display: table; }
  .footer__awards:after {
    clear: both; }
  .lte-ie7 .footer__awards {
    zoom: 1; }

.footer__awards__item {
  max-height: 95px;
  width: auto;
  display: inline-block;
  padding: 10px; }
  .footer__awards__item img {
    max-height: 95px;
    width: auto; }

.admin__edit {
  position: absolute;
  right: 0;
  top: 20px;
  background: #EF5B25;
  color: #fff;
  text-decoration: none;
  padding: 5px 10px; }
