/*! 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 {
  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"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}

input[type="search"] {
  -webkit-appearance: textfield;
  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%;
}
@media all and (min-width: 0px) {
  body {
    font-size: 90%;
  }
}
@media all and (min-width: 321px) {
  body {
    font-size: 95%;
  }
}
@media all and (min-width: 401px) {
  body {
    font-size: 100%;
  }
}
@media all and (min-width: 481px) {
  body {
    font-size: 105%;
  }
}
@media all and (min-width: 561px) {
  body {
    font-size: 110%;
  }
}
@media all and (min-width: 769px) {
  body {
    font-size: 115%;
  }
}
.no-mediaqueries body {
  font-size: 115%;
}
@media all and (min-width: 1025px) {
  body {
    font-size: 120%;
  }
}

html,
body,
.mason {
  width: 100%;
  height: 100%;
}

body {
  background: #CCCCCC;
}

.mason *,
.mason *:before,
.mason *:after {
  box-sizing: border-box;
  *behavior: url("/_includes/polyfills/boxsizing.htc");
}

.mason--resizing * {
  -webkit-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: #EEEEEE;
}
@media all and (min-width: 0px) {
  .mason {
    width: auto;
  }
}

.mason {
  color: #444444;
  font-family: "Lato", sans-serif;
}

button,
input,
select,
textarea {
  font-family: "Lato", sans-serif;
}

.video {
  max-width: 100%;
  position: relative;
  background: #000;
}
.video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  border: 0;
}

.region h1, .content__region h1,
.region h2,
.content__region h2,
.region h3,
.content__region h3,
.region h4,
.content__region h4,
.region h5,
.content__region h5,
.region h6,
.content__region h6 {
  color: #020539;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  line-height: 1.5em;
}
.region a, .content__region a {
  color: #4587D0;
  text-decoration: none;
}
.region hr, .content__region hr {
  width: 100%;
  height: 0;
  margin: 0;
  border: 0;
  border-bottom: 1px solid #E0E0E0;
}
.region img, .content__region img,
.region iframe,
.content__region iframe {
  max-width: 100%;
}
.region img, .content__region img {
  height: auto !important;
}
.region img[data-fill], .content__region img[data-fill] {
  max-width: none;
}
.region figure, .content__region figure {
  max-width: 100%;
  padding: 2px;
  margin: 1em 0;
  border: 1px solid #E0E0E0;
  background: #F8F8F8;
}
.region figure img, .content__region figure img {
  clear: both;
}
.region figure figcaption, .content__region figure figcaption {
  clear: both;
}
.region blockquote, .content__region blockquote {
  margin: 1em 0;
  padding: 0 0 0 1em;
}
.region table, .content__region table {
  max-width: 100%;
  margin: 1em 0;
  clear: both;
  border: 1px solid #E0E0E0;
  background: #F8F8F8;
}
.region th, .content__region th, .region td, .content__region td {
  text-align: left;
  padding: 0.25em 0.5em;
  border: 1px solid #E0E0E0;
}
.region label, .content__region label {
  margin-right: .5em;
  display: block;
}
.region legend, .content__region legend {
  padding: 0 .5em;
}
.region label em, .content__region label em,
.region legend em,
.content__region legend em {
  color: #CF1111;
  font-style: normal;
  margin-left: .2em;
}
.region input, .content__region input {
  max-width: 100%;
}
.region input[type=text], .content__region input[type=text],
.region input[type=password],
.content__region input[type=password] {
  width: 18em;
  height: 2em;
  display: block;
  padding: 0 0 0 .5em;
  border: 1px solid #E0E0E0;
}
.region input[type=radio], .content__region input[type=radio],
.region input[type=checkbox],
.content__region input[type=checkbox] {
  width: 1em;
  height: 1em;
  margin: .4em;
}
.region textarea, .content__region textarea {
  max-width: 100%;
  display: block;
  padding: .5em;
  border: 1px solid #E0E0E0;
}
.region select, .content__region select {
  max-width: 100%;
  width: 18em;
  height: 2em;
  padding: .2em;
  border: 1px solid #E0E0E0;
}
.region select[size], .content__region select[size] {
  height: auto;
  padding: .2em;
}
.region fieldset, .content__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;
          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;
}

.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: 4px;
  background-color: #F8F8F8;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.45));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.45));
  background-repeat: repeat-x;
}

.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 {
  cursor: pointer;
  outline: none !important;
  text-decoration: none;
  -webkit-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: 4px;
}

.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: 4px 4px 0 0;
}

.ui_card__img--full {
  margin: -1em;
  border-radius: 4px;
}

.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-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;
          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: 0.15em;
  right: 0.15em;
}

.ui_select--selected > ul {
  display: block;
}

.ui_group {
  float: left;
  margin: 0 .5em 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: 4px 0 0 4px;
  border-left-color: rgba(0, 0, 0, 0.15);
}

.ui_group .ui_button:last-child {
  border-radius: 0 4px 4px 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 {
  box-shadow: 0 0 5px #aaa;
  max-width: 300px;
  padding: 8px;
  position: absolute;
  z-index: 9999;
  font-size: 95%;
  line-height: 1.2;
}

body {
  -webkit-font-smoothing: antialiased;
}

a, a * {
  text-decoration: none;
}

*:focus {
  outline: none;
}

.btn {
  border-color: #020539;
}
.btn span {
  color: #020539;
}
.btn:hover {
  background: #020539;
}
.btn:hover span {
  color: #FFFFFF;
}

@font-face {
  font-family: 'ElegantIcons';
  src: url("/_site/fonts/elegant_icons/ElegantIcons.eot");
  src: url("/_site/fonts/elegant_icons/ElegantIcons.eot?#iefix") format("embedded-opentype"), url("/_site/fonts/elegant_icons/ElegantIcons.woff") format("woff"), url("/_site/fonts/elegant_icons/ElegantIcons.ttf") format("truetype"), url("/_site/fonts/elegant_icons/ElegantIcons.svg#ElegantIcons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.mason a {
  color: #4587D0;
  text-decoration: none;
}

.section, .breadcrumbs, .main__content, .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, .breadcrumbs, .main__content, .subnav, .footer {
    max-width: none;
    padding-right: -webkit-calc(50% - 585px);
    padding-right: calc(50% - 585px);
    padding-left: -webkit-calc(50% - 585px);
    padding-left: calc(50% - 585px);
  }
}
.section:before, .breadcrumbs:before, .main__content:before, .subnav:before, .footer:before, .section:after, .breadcrumbs:after, .main__content:after, .subnav:after, .footer:after {
  content: "";
  display: table;
}
.section:after, .breadcrumbs:after, .main__content:after, .subnav:after, .footer:after {
  clear: both;
}
.lte-ie7 .section, .lte-ie7 .breadcrumbs, .lte-ie7 .main__content, .lte-ie7 .subnav, .lte-ie7 .footer {
  zoom: 1;
}

.region hr, .content__region hr {
  max-width: 3em;
  border-bottom: 3px solid #32345f;
}

.access {
  width: 100%;
  height: 0;
  overflow: hidden;
  position: relative;
}

.menu {
  width: 100%;
  height: 100%;
  position: fixed;
  right: 0;
  bottom: 100%;
  z-index: 9;
  font-size: .85em;
  text-transform: uppercase;
}
.lte-ie8 .menu {
  width: 1024px;
  left: 0;
  margin: auto;
}

.mason--admin .menu {
  height: -webkit-calc(100vh - 110px);
  height: calc(100vh - 110px);
  bottom: -webkit-calc(100vh - 110px);
  bottom: calc(100vh - 110px);
}

.menu__btn {
  border: 2px solid #FFF;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  background: url(/_site/images/design/icon_menu.png) no-repeat center;
  -webkit-transition: background-color 350ms ease-in-out;
          transition: background-color 350ms ease-in-out;
  position: relative;
}

.menu__btn__text {
  display: none;
}

.menu__list {
  width: 100%;
  height: 100%;
  padding: 10em 5% 1em;
  margin: 0;
  list-style: none;
  position: absolute;
  overflow: auto;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  background: #020539;
  background: rgba(2, 5, 57, 0.8);
  -webkit-transition: opacity .8s, top 0s .8s, bottom 0s .8s;
          transition: opacity .8s, top 0s .8s, bottom 0s .8s;
}

.menu > .menu__list > .menu__list__item {
  margin-bottom: 2em;
}
.menu > .menu__list > .menu__list__item > .menu__list__item__link {
  font-weight: 900;
  margin-bottom: 12px;
  padding: 1em 0;
}

.menu__list__item {
  position: relative;
  opacity: 0;
}
.menu__list__item .menu__list__item__link {
  display: block;
  color: #FFF;
}
.menu__list__item .menu__list__item__button {
  width: auto;
  height: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  color: #FFF;
  background: transparent;
}
.menu__list__item .menu__list__item__sub {
  padding: 0;
  margin: 0;
  height: 0;
  overflow: hidden;
}
.menu__list__item .menu__list__item__sub .menu__list__item {
  height: 0;
  font-size: 1.05em;
  left: 0;
  opacity: 1;
  overflow: hidden;
  -webkit-transition: none;
          transition: none;
  margin: 7px 0;
}
.menu__list__item .menu__list__item__sub .menu__list__item .menu__list__item__link {
  color: #FFF;
  line-height: 1.4em;
  font-weight: 400;
}
.menu__list__item .menu__list__item__sub .menu__list__item .menu__list__item__button {
  display: none;
}

.menu__list__item--page_1 {
  display: none;
}

@media all and (min-width: 415px) {
  .menu__btn {
    background: none;
    width: 90px;
  }

  .menu__btn:hover {
    background: #FFF;
  }
  .menu__btn:hover span {
    color: #020539;
  }

  .menu__btn__text {
    display: block;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    -webkit-transition: color 350ms ease;
            transition: color 350ms ease;
  }
}
.lte-ie8 .menu__btn {
  background: none;
  width: 90px;
}
.lte-ie8 .menu__btn:hover {
  background: #FFF;
}
.lte-ie8 .menu__btn:hover span {
  color: #020539;
}
.lte-ie8 .menu__btn__text {
  display: block;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  -webkit-transition: color 350ms ease;
          transition: color 350ms ease;
}

@media all and (min-width: 769px) {
  .menu__btn {
    float: right;
    top: 0;
  }

  .menu__list {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.lte-ie8 .menu__btn {
  float: right;
  top: 0;
}
.lte-ie8 .menu__list {
  padding-left: 5%;
  padding-right: 5%;
}

@media all and (min-width: 1025px) {
  .menu > .menu__list > .menu__list__item {
    margin-bottom: 4em;
  }

  .menu__list > .menu__list__item:nth-child(6) {
    margin-bottom: 2em !important;
  }

  .menu__list__item {
    width: 12%;
    float: left;
    margin-right: 4.5%;
    margin-bottom: 0;
  }
  .menu__list__item .menu__list__item__button {
    display: none;
  }
  .menu__list__item .menu__list__item__sub {
    height: auto;
  }
  .menu__list__item .menu__list__item__sub .menu__list__item {
    width: 100%;
    height: auto;
    font-size: .8em;
  }

  .menu__list__item:last-child {
    margin-right: 0;
  }
}
@media all and (min-width: 1301px) {
  .menu__list {
    padding-left: 20%;
    padding-right: 20%;
  }
}
.mason--expand-menu .menu__list {
  top: 100%;
  bottom: 100%;
  opacity: 1;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.mason--expand-menu .menu__list > .menu__list__item {
  opacity: 1;
}
.mason--expand-menu .menu__list > .menu__list__item--expand .menu__list__item {
  height: auto;
}
.mason--expand-menu .menu__btn {
  background: url(/_site/images/design/icon_menu-hover.png) no-repeat center;
}
.mason--expand-menu .menu__btn__text {
  color: #020539;
}

.menu__list__item--expand .menu__list__item__sub {
  height: auto;
}

@media all and (min-width: 415px) {
  .mason--expand-menu .menu__btn {
    background: #FFF;
  }
}
.lte-ie8 .mason--expand-menu .menu__btn {
  background: #FFF;
}

.header {
  height: 12em;
}

.header {
  width: 100%;
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
  background: url(/_site/images/design/header_content_bg_fallback.png);
  background: rgba(2, 5, 57, 0.5);
}

.header__content {
  height: 100%;
  width: 100%;
  max-width: 100%;
  padding: 0 5%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  text-align: center;
  -webkit-transition: background 150ms ease;
          transition: background 150ms ease;
}

.header__content__logo--inner {
  width: 90%;
  position: absolute;
  left: 5%;
  bottom: 1.5em;
}

.header__content__logo--home {
  display: none;
}

@media all and (min-width: 415px) {
  .header {
    height: 10em;
    padding: 0;
  }

  .header__content__logo--inner {
    width: 70%;
  }
}
.lte-ie8 .header {
  height: 10em;
  padding: 0;
}
.lte-ie8 .header__content__logo--inner {
  width: 70%;
}

@media all and (min-width: 769px) {
  .header {
    height: 12em;
  }

  .header__content__logos {
    width: 940px;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
  }

  .header__content__logo--inner {
    width: 529px;
    bottom: 1.35em;
    -webkit-transition: bottom 150ms ease, width 350ms ease, opacity 350ms ease;
            transition: bottom 150ms ease, width 350ms ease, opacity 350ms ease;
  }

  #header__anchor {
    position: absolute;
    bottom: 70px;
    left: 0;
  }
}
.lte-ie8 .header {
  height: 12em;
}
.lte-ie8 .header__content__logos {
  width: 940px;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}
.lte-ie8 .header__content__logo--inner {
  width: 529px;
  bottom: 1.35em;
  -webkit-transition: bottom 150ms ease, width 350ms ease, opacity 350ms ease;
          transition: bottom 150ms ease, width 350ms ease, opacity 350ms ease;
}
.lte-ie8 #header__anchor {
  position: absolute;
  bottom: 70px;
  left: 0;
}

@media all and (min-width: 1025px) {
  .header {
    height: 6.5em;
  }

  .header__content {
    height: 100%;
    right: 0;
    left: 0;
    margin: auto;
  }

  .header__content__logo--inner {
    right: auto;
    left: 0;
  }
}
.header__content__btns {
  width: 100%;
  height: 70px;
  background: #020539;
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 10;
  padding: 14px 5%;
}
.lte-ie8 .header__content__btns {
  position: absolute;
}

.mason--admin .header__content__btns {
  top: 110px;
}

.quicklinks__list {
  max-width: 940px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  -webkit-transition: margin-top 150ms ease;
          transition: margin-top 150ms ease;
}
.quicklinks__list li {
  border: 2px solid #FFF;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  margin: 0 .5em 0 0;
  display: inline-block;
  position: relative;
  vertical-align: top;
  -webkit-transition: background 350ms ease-in-out;
          transition: background 350ms ease-in-out;
}
.quicklinks__list li a {
  display: block;
  width: 100%;
  height: 100%;
}
.quicklinks__list li .quicklinks__tooltip {
  top: 100%;
  opacity: 0;
  color: #000;
  left: -400em;
  width: 120px;
  font-size: 16px;
  margin-top: 5px;
  background: #FFF;
  padding: 4px 10px;
  position: absolute;
  margin-left: -60px;
  border-radius: 10px;
  -webkit-transition: opacity 350ms ease, margin 350ms ease, left 0ms 350ms ease;
  transition: opacity 350ms ease, margin 350ms ease, left 0ms 350ms ease;
}
.quicklinks__list li .quicklinks__tooltip:after {
  width: 0;
  left: 50%;
  height: 0;
  content: '';
  bottom: 100%;
  margin-left: -3px;
  position: absolute;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #FFF;
}
.quicklinks__list li:hover .quicklinks__tooltip {
  left: 50%;
  opacity: 1;
  margin-top: 10px;
  -webkit-transition: opacity 350ms ease, margin 350ms ease, left 0ms ease;
  transition: opacity 350ms ease, margin 350ms ease, left 0ms ease;
}
.quicklinks__list .quicklink__menu {
  border: 0;
  border-radius: 0;
  width: 90px;
  height: auto;
}

.quicklink__home {
  background: url(/_site/images/design/icon_home.png) no-repeat center;
}
.quicklink__home:hover {
  background: url(/_site/images/design/icon_home-hover.png) no-repeat center;
}

.quicklink__search {
  background: url(/_site/images/design/icon_search.png) no-repeat left center;
  position: relative;
}
.quicklink__search:hover {
  background: url(/_site/images/design/icon_search-hover.png) no-repeat left center;
}
.quicklink__search form {
  width: 240px;
  height: 100%;
  float: left;
  position: absolute;
  top: -4000px;
  left: 40px;
  -webkit-transition: top 250ms ease-in-out;
          transition: top 250ms ease-in-out;
}
.quicklink__search #search_input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #444444;
  background: none;
  border: none;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
}
.quicklink__search #search_submit {
  display: none;
}

.quicklink__search__icon {
  width: 40px;
  height: 40px;
  cursor: pointer;
  float: left;
}

.quicklink__frogvle {
  background: url(/_site/images/design/icon_frog.png) no-repeat center;
}
.quicklink__frogvle:hover {
  background: url(/_site/images/design/icon_frog-hover.png) no-repeat center;
}

.quicklink__twitter {
  background: url(/_site/images/design/icon_twitter.png) no-repeat center;
}
.quicklink__twitter:hover {
  background: url(/_site/images/design/icon_twitter-hover.png) no-repeat center;
}

.quicklink__login {
  background: url(/_site/images/design/login.png) no-repeat center;
}
.quicklink__login:hover {
  background: url(/_site/images/design/login-hover.png) no-repeat center;
}

.quicklink__diary {
  background: url(/_site/images/design/diary.png) no-repeat center;
}
.quicklink__diary:hover {
  background: url(/_site/images/design/diary-hover.png) no-repeat center;
}

@media all and (min-width: 769px) {
  .header__content__btns {
    height: 100px;
    background: none;
    max-width: 940px;
    margin: 0 auto;
    padding: 14px 5%;
    left: 0;
    right: 0;
    margin: auto;
  }

  .quicklinks__list {
    margin-top: 1.35em;
    float: right;
  }
  .quicklinks__list li {
    float: left;
    display: block;
    -webkit-transition: background 350ms ease-in-out, width 350ms ease-in-out;
            transition: background 350ms ease-in-out, width 350ms ease-in-out;
  }
}
.lte-ie8 .header__content__btns {
  height: 100px;
  background: none;
  max-width: 940px;
  margin: 0 auto;
  padding: 14px 5%;
  left: 0;
  right: 0;
  margin: auto;
}
.lte-ie8 .quicklinks__list {
  margin-top: 1.35em;
  float: right;
}
.lte-ie8 .quicklinks__list li {
  float: left;
  display: block;
  -webkit-transition: background 350ms ease-in-out, width 350ms ease-in-out;
          transition: background 350ms ease-in-out, width 350ms ease-in-out;
}

@media all and (min-width: 1025px) {
  .header__content__btns {
    padding-left: 0;
    padding-right: 0;
  }
}
.open_search .hide_mob_search {
  display: none;
}
.open_search .quicklink__search {
  position: absolute;
  overflow: hidden;
  width: 90%;
  background: #FFFFFF url(/_site/images/design/icon_search-active.png) no-repeat left center;
  color: #c5c5c5;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: background 0 ease, width 350ms ease-in-out;
          transition: background 0 ease, width 350ms ease-in-out;
}
.open_search .quicklink__search:hover {
  background-color: #FFFFFF;
}
.open_search .quicklink__search form {
  top: 0;
  -webkit-transition: top 250ms ease-in-out 150ms;
          transition: top 250ms ease-in-out 150ms;
}
@media all and (min-width: 769px) {
  .open_search .hide_mob_search {
    display: block;
  }
  .open_search .quicklink__search {
    position: relative;
    width: 300px;
    margin: 0 0.5em 0 0;
  }
}
.open_search .lte-ie8 .hide_mob_search {
  display: block;
}
.open_search .lte-ie8 .quicklink__search {
  position: relative;
  width: 300px;
  margin: 0 0.5em 0 0;
}
@media all and (min-width: 1025px) {
  .open_search .header__content__logo--inner {
    opacity: 0;
  }
}

.lock-inner-header .header__content {
  position: fixed;
  top: 0;
  height: 70px;
  bottom: auto;
  background: #020539;
}
.lock-inner-header .quicklinks__list {
  margin-top: 0;
}

.resize-logo .header__content__logo--inner {
  width: 296px;
  bottom: 14px;
  opacity: 1;
}

.urgent {
  height: 3em;
  padding: .5em;
  margin: -3em 0 0;
  position: relative;
  z-index: 3;
  color: #FFF;
  background: rgba(108, 108, 108, 0.8);
}

.urgent__list {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 2em;
}

.urgent__list__item {
  position: relative;
  padding-right: 5em;
}

.urgent__list__item__date {
  display: none;
}

.urgent__list__item__info {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  overflow: hidden;
  color: #FFF;
  float: left;
  padding: 0 0 0 1em;
  border: 1px solid transparent;
}

.urgent__list__item__info__icon {
  margin-right: .5em;
  color: #FFE62C;
}

.urgent__list__item__info__title,
.urgent__list__item__info__intro {
  margin: 0;
  font-size: 1em;
  display: inline;
}
.urgent__list__item__info__title *,
.urgent__list__item__info__intro * {
  margin: 0;
  display: inline;
}

.urgent__list__item__info__title {
  color: #FFF;
  margin-right: .5em;
}

.urgent__list__item__btn {
  position: absolute;
  right: 0;
  top: 1px;
  color: #FFF;
  border-color: #FFF;
  line-height: 2em;
}

.urgent__list__item__btn:hover,
.urgent__list__item__btn:focus {
  color: #6c6c6c;
  background: #FFF;
  border-color: #FFF;
}

.breadcrumbs {
  padding-top: 1em;
  padding-bottom: 1em;
  color: #FFF;
  line-height: 1.5em;
  text-align: left;
  background: #020539;
  font-size: 0.75em;
}

.breadcrumbs__list {
  padding: 0;
  margin: 0 auto;
  list-style: none;
  max-width: 940px;
}

.breadcrumbs__list__item {
  display: inline;
  position: relative;
}

.breadcrumbs__list__item__link {
  color: #FFF !important;
  text-decoration: none;
  text-transform: uppercase;
}

.breadcrumbs__list__item__sep {
  margin: 0 .2em;
  font-family: 'ElegantIcons';
}

.breadcrumbs__list__item--final .breadcrumbs__list__item__sep {
  display: none;
}

.main {
  width: 100%;
}

.main__content {
  position: relative;
  font-size: 1em;
  padding: 2em 0 0;
  width: 90%;
}

@media all and (min-width: 769px) {
  .main {
    background: url(/_site/images/design/subnav_bg.png) top left;
  }

  .main__content {
    max-width: 940px;
    font-size: .85em;
    padding: 0;
  }
}
.lte-ie8 .main {
  background: url(/_site/images/design/subnav_bg.png) top left;
}
.lte-ie8 .main__content {
  max-width: 940px;
  font-size: .85em;
  padding: 0;
}

.content {
  width: 100%;
  padding: 0;
  margin: 0 auto 2em;
  line-height: 1.8em;
}
.content h2, .content h3, .content h4, .content h5 {
  color: #020539;
}

.content__region,
.content__attachments,
.content__comments {
  margin: 0 auto;
}
.content__region:before, .content__region:after,
.content__attachments:before,
.content__attachments:after,
.content__comments:before,
.content__comments:after {
  content: "";
  display: table;
}
.content__region:after,
.content__attachments:after,
.content__comments:after {
  clear: both;
}
.lte-ie7 .content__region, .lte-ie7
.content__attachments, .lte-ie7
.content__comments {
  zoom: 1;
}

.content__title {
  font-size: 2.55em;
  line-height: 1em;
}

.content__title, .content__region h2, h3, h4, h5 {
  color: #020539;
  font-weight: 300;
  line-height: 1em;
}

.content__region img {
  padding: 0.25em 0.75em;
}

.content--sitemap {
  font-size: 1em;
  text-align: left !important;
}

@media all and (min-width: 769px) {
  .content {
    background: #FFF;
    width: 68%;
    float: right;
    padding: 1.5em 0 0 3%;
    position: relative;
  }
  .content:after, .content:before {
    position: absolute;
    content: '';
    top: 0;
    left: 100%;
    width: 200%;
    height: 100%;
    background: #FFF;
  }
  .content:after {
    top: 100%;
    left: 0;
    height: 2000em;
  }
}
.lte-ie8 .content {
  background: #FFF;
  width: 68%;
  float: right;
  padding: 1.5em 0 0 3%;
  position: relative;
}
.lte-ie8 .content:after, .lte-ie8 .content:before {
  position: absolute;
  content: '';
  top: 0;
  left: 100%;
  width: 200%;
  height: 100%;
  background: #FFF;
}
.lte-ie8 .content:after {
  top: 100%;
  left: 0;
  height: 2000em;
}

.subnav {
  width: 120%;
  margin: 0 -10%;
  background: url(/_site/images/design/subnav_bg.png) top left;
}
.subnav:before, .subnav:after {
  content: "";
  display: table;
}
.subnav:after {
  clear: both;
}
.lte-ie7 .subnav {
  zoom: 1;
}

.subnav__title, .home__admissions__title, .home__admissions__title__region h2 {
  padding: 0;
  margin: 0 auto;
  font-size: 2.05em;
  color: #020539;
  font-weight: 300;
  z-index: 1;
  position: relative;
}

.subnav__list {
  padding: 0 5%;
  margin: 0 auto;
  list-style: none;
  /* background: url(/_site/images/design/subnav_bg.png) bottom left; */
}

.subnav__list__item {
  display: block;
  padding: 0;
}
.lte-ie8 .subnav__list__item {
  width: 100% !important;
}

.subnav__list__item__link {
  padding: 1em 0 .35em;
  display: block;
  position: relative;
  color: #878787 !important;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 2px solid #d9d9d9;
  -webkit-transition: color 350ms ease-in-out;
          transition: color 350ms ease-in-out;
}
.subnav__list__item__link:after {
  position: absolute;
  content: '';
  width: 0;
  height: 2px;
  background: #020539;
  top: 100%;
  left: 0;
  -webkit-transition: width 350ms ease-in-out;
          transition: width 350ms ease-in-out;
}

.subnav__list__item--disabled .subnav__list__item__link {
  color: #999;
}

.subnav__list__item:hover .subnav__list__item__link, .subnav__list__item--selected .subnav__list__item__link {
  color: #020539 !important;
}
.subnav__list__item:hover .subnav__list__item__link:after, .subnav__list__item--selected .subnav__list__item__link:after {
  width: 100%;
}

@media all and (min-width: 769px) {
  .subnav {
    width: 30%;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    background: none;
  }

  .subnav__list {
    padding-left: 0;
    padding-top: 7.5em;
    padding-bottom: 3em;
  }

  .subnav__logo {
    position: absolute;
    background: url(/_site/images/design/logo_subnav.png) no-repeat;
    width: 429px;
    height: 543px;
    bottom: 3em;
    left: -2em;
  }

  /*
  .subnav__list__item:hover {
  	.subnav__list__item__link {
  		color: $pri !important;
  		&:after {
  			width: 100%;
  		}
  	}
  } */
}
.lte-ie8 {
  /*
  .subnav__list__item:hover {
  	.subnav__list__item__link {
  		color: $pri !important;
  		&:after {
  			width: 100%;
  		}
  	}
  } */
}
.lte-ie8 .subnav {
  width: 30%;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  background: none;
}
.lte-ie8 .subnav__list {
  padding-left: 0;
  padding-top: 7.5em;
  padding-bottom: 3em;
}
.lte-ie8 .subnav__logo {
  position: absolute;
  background: url(/_site/images/design/logo_subnav.png) no-repeat;
  width: 429px;
  height: 543px;
  bottom: 3em;
  left: -2em;
}

.footer {
  padding-top: 2.5em;
  padding-bottom: 1.5em;
  position: relative;
  text-align: center;
  color: #FFF;
  background: #32345f;
  font-size: 12px;
  line-height: 1.5em;
  text-transform: uppercase;
}
.footer a {
  color: #FFF;
  -webkit-transition: color 350ms;
          transition: color 350ms;
}
.footer a:hover {
  color: #adadbf;
}
.footer a .fa-angle-up {
  margin-left: 6px;
}
.footer .footer__home, .footer .footer__back {
  background: #111444;
  border: 0;
  padding: 0 .85em;
  margin: 0 3px;
  line-height: 2.4em;
  -webkit-transition: background 350ms;
          transition: background 350ms;
}
.footer .footer__home:hover, .footer .footer__back:hover {
  color: #FFF;
  background: #202350;
}
.footer span {
  margin: 0 6px;
}

@media all and (min-width: 769px) {
  .footer:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    width: 100%;
    height: 20em;
    background: #32345f;
  }
}
.lte-ie8 .footer:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  width: 100%;
  height: 20em;
  background: #32345f;
}
.content__events__day__list__item__cal__item 	{display: none !important;}
.content__events__day__list__item__cals 	{display: none !important;}