/*!
Theme Name: Marianopolis 2016
Author: Arteca
Author URI: http://www.arteca.com
Version: 1.0
License: Proprietary
Text Domain: mariano
*/
/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ie-box-sizing: border-box;
  box-sizing: border-box;
}
/* Make body the same height as the window */
html {
  height: 100%;
}
body {
  min-height: 100%;
}
html,
body {
  margin: 0;
  padding: 0;
}
/* Common classes */
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.clear {
  clear: both;
  width: 1px;
  height: 1px;
  visibility: hidden;
  display: block;
  margin: -1px 0 0 -1px;
  overflow: hidden;
}
* {
  word-wrap: break-word;
}
.uc {
  text-transform: uppercase!important;
}
.nc {
  text-transform: none!important;
}
html,
body {
  padding: 0;
}
body {
  min-height: 100%;
  height: auto;
  position: relative;
}
.assistive-text {
  display: none;
}
sup {
  vertical-align: super;
}
sub {
  vertical-align: sub;
}
sup,
sub {
  font-size: 50%;
}
.hidden {
  display: none;
}
.nowrap {
  white-space: nowrap;
}
#wrapper {
  height: auto;
  min-height: 100%;
  background: #fff;
  margin: 0 auto;
}
/** Fancybox **/
#fancybox-wrap,
#fancybox-wrap * {
  box-sizing: content-box;
}
/** Disabled **/
a.disabled,
input.disabled {
  background: #ccc!important;
}
/** Columns **/
.columns.c2 > div,
.columns.c3 > div,
.columns.c4 > div,
.columns.c2 > li,
.columns.c3 > li,
.columns.c4 > li {
  display: block;
  float: left;
}
.columns.c2 > div:after:last-child,
.columns.c3 > div:after:last-child,
.columns.c4 > div:after:last-child,
.columns.c2 > li:after:last-child,
.columns.c3 > li:after:last-child,
.columns.c4 > li:after:last-child {
  clear: both;
}
.columns.c2 > div,
.columns.c2 > li {
  width: 50%;
}
.columns.c3 > div,
.columns.c3 > li {
  width: 33.333333333%;
}
.columns.c4 > div,
.columns.c4 > li {
  width: 25%;
}
/** Centering **/
.center-h {
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.center-v {
  display: table!important;
  width: 100%;
  height: 100%;
}
.center-v > div {
  display: table-cell !important;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
/** VW test **/
#vwtest {
  display: block;
  position: absolute;
  left: -6000px;
  width: 1px;
  width: 50vw;
}
html.no-scroll,
html.no-scroll body {
  overflow: hidden;
}
html,
body {
  max-width: 100%;
  min-width: 1200px;
  overflow-x: hidden;
}
* {
  -webkit-text-size-adjust: 100%;
}
select::-ms-expand {
  display: none;
}
body {
  font-family: 'Raleway', 'Times', sans-serif;
  min-height: 100%;
  height: auto;
  position: relative;
}
.fw {
  width: 1000px;
  margin: 0 auto;
}
.breadcrumb {
  display: none;
  background: #f8f8f8;
  margin: 66px 0 26px 34px;
  padding: 9px 15px;
  font-size: 13px;
  float: left;
}
.breadcrumb li {
  float: left;
}
.breadcrumb li a {
  color: #666;
  text-decoration: none;
}
.breadcrumb li:after {
  content: '>';
  margin: 0 4px;
  color: #666;
}
.breadcrumb li:last-child a {
  color: #444;
}
.breadcrumb li:last-child:after {
  content: '';
}
ul.social li {
  display: inline-block;
  margin-left: 8px;
}
ul.social li a {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  vertical-align: middle;
  -ms-border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  font-size: 28px;
}
@media screen and (max-width: 999px) {
  .breadcrumb {
    display: none;
  }
  html,
  body {
    max-width: 100vw;
    min-width: 100vw;
    overflow-x: hidden;
  }
  #wrapper,
  .fw {
    width: 100vw;
    margin: 0;
  }
}
@media print {
  html,
  body {
    min-width: auto;
  }
  .fw {
    width: 100%;
  }
}
#wrapper {
  overflow: hidden;
}
#wrapper > header#mobile {
  display: none;
}
#wrapper > header#top {
  height: 436px;
  background: #333333 url('images/bg-header-default.jpg') 50% 50% / cover no-repeat;
  top: 0;
}
#wrapper > header#top #menu-toggle {
  display: none;
}
#wrapper > header#top .fw {
  position: relative;
  background: #00379e;
  padding: 26px 52px 0 26px;
}
#wrapper > header#top .fw h1 {
  background: url('images/logo.png') 0 0 / contain no-repeat;
  display: block;
  width: 287px;
  height: 51px;
  float: left;
}
#wrapper > header#top .fw h1 a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-indent: -9999px;
}
#wrapper > header#top nav {
  float: right;
  overflow: hidden;
  padding-top: 28px;
}
#wrapper > header#top nav > ul > li {
  float: left;
  font-size: 25px;
  padding: 0 27px;
  font-weight: 500;
}
#wrapper > header#top nav > ul > li,
#wrapper > header#top nav > ul > li a {
  color: rgba(255, 255, 255, 0.6);
}
#wrapper > header#top nav > ul > li .triangle,
#wrapper > header#top nav > ul > li a .triangle {
  display: none;
}
#wrapper > header#top nav > ul > li > a {
  position: relative;
  display: block;
  height: 44px;
  text-decoration: none;
}
#wrapper > header#top nav > ul > li > a .triangle {
  display: none;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -15px;
}
#wrapper > header#top nav > ul > li > .sub-menu,
#wrapper > header#top nav > ul > li #search {
  display: none;
  padding: 22px 0 22px 7px;
  background: #fff;
  position: absolute;
  top: 98px;
  left: 0;
  width: 1000px;
}
#wrapper > header#top nav > ul > li > .sub-menu > li,
#wrapper > header#top nav > ul > li #search > li {
  display: table-cell;
  width: 33%;
  border-right: 2px solid #efeeee;
  padding: 0 15px 0 22px;
  font-size: 12px;
}
#wrapper > header#top nav > ul > li > .sub-menu > li a,
#wrapper > header#top nav > ul > li #search > li a {
  text-decoration: none;
}
#wrapper > header#top nav > ul > li > .sub-menu > li,
#wrapper > header#top nav > ul > li #search > li,
#wrapper > header#top nav > ul > li > .sub-menu > li > a,
#wrapper > header#top nav > ul > li #search > li > a {
  color: #00379e;
  text-transform: uppercase;
  font-weight: 700;
}
#wrapper > header#top nav > ul > li > .sub-menu > li > ul,
#wrapper > header#top nav > ul > li #search > li > ul {
  margin-top: 20px;
}
#wrapper > header#top nav > ul > li > .sub-menu > li > ul > li,
#wrapper > header#top nav > ul > li #search > li > ul > li {
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.05em;
}
#wrapper > header#top nav > ul > li > .sub-menu > li > ul > li > a,
#wrapper > header#top nav > ul > li #search > li > ul > li > a {
  color: #9a9a9a;
  text-transform: none;
  font-weight: 600;
}
#wrapper > header#top nav > ul > li > .sub-menu > li:last-child,
#wrapper > header#top nav > ul > li #search > li:last-child {
  border: 0;
}
#wrapper > header#top nav > ul > li > .sub-menu.connect .buttons {
  width: 703px;
  float: left;
  border-right: 2px solid #efeeee;
  margin-left: 14px;
}
#wrapper > header#top nav > ul > li > .sub-menu.connect .buttons ul > li {
  float: left;
  width: 217px;
  height: 73px;
  margin-right: 10px;
  margin-bottom: 12px;
}
#wrapper > header#top nav > ul > li > .sub-menu.connect .buttons ul > li.menu-button {
  background-size: contain;
  background-repeat: no-repeat;
}
#wrapper > header#top nav > ul > li > .sub-menu.connect .buttons ul > li.menu-button a {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
}
#wrapper > header#top nav > ul > li > .sub-menu.connect .buttons ul > li.custom-hub {
  background-image: url(images/btn-hub.png);
}
#wrapper > header#top nav > ul > li > .sub-menu.connect .buttons ul > li.custom-launchpad {
  background-image: url(images/btn-launchpad.png);
}
#wrapper > header#top nav > ul > li > .sub-menu.connect .buttons ul > li.custom-calendar {
  background-image: url(images/btn-calendar.png);
}
#wrapper > header#top nav > ul > li > .sub-menu.connect .buttons ul > li.custom-omnivox {
  background-image: url(images/btn-omnivox.png);
}
#wrapper > header#top nav > ul > li > .sub-menu.connect .buttons ul > li.custom-outlook {
  background-image: url(images/btn-outlook.png);
}
#wrapper > header#top nav > ul > li > .sub-menu.connect .buttons ul > li.custom-social ul.social {
  clear: both;
  padding-top: 11px;
  text-align: center;
}
#wrapper > header#top nav > ul > li > .sub-menu.connect .buttons ul > li.custom-social ul.social li {
  width: auto;
  display: inline-block;
  float: none;
}
#wrapper > header#top nav > ul > li > .sub-menu.connect .buttons ul > li.custom-social ul.social li a {
  color: #fff;
  background: #505050;
}
#wrapper > header#top nav > ul > li > .sub-menu.connect .buttons ul > li.custom-social ul.social li a:hover {
  background: #666;
}
#wrapper > header#top nav > ul > li > .sub-menu.connect .buttons ul > li.custom-social ul.social li:first-child {
  margin-left: 0;
}
#wrapper > header#top nav > ul > li > .sub-menu.connect .buttons ul li:nth-child(3n+3) {
  margin-right: 0;
}
#wrapper > header#top nav > ul > li > .sub-menu.connect > ul.menu {
  float: right;
  width: 271px;
}
#wrapper > header#top nav > ul > li > .sub-menu.connect > ul.menu > li {
  padding: 0 15px 0 22px;
  font-size: 12px;
}
#wrapper > header#top nav > ul > li > .sub-menu.connect > ul.menu > li a {
  text-decoration: none;
}
#wrapper > header#top nav > ul > li > .sub-menu.connect > ul.menu > li,
#wrapper > header#top nav > ul > li > .sub-menu.connect > ul.menu > li > a {
  color: #00379e;
  text-transform: uppercase;
  font-weight: 700;
}
#wrapper > header#top nav > ul > li > .sub-menu.connect > ul.menu > li > ul {
  margin-top: 20px;
}
#wrapper > header#top nav > ul > li > .sub-menu.connect > ul.menu > li > ul > li {
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.05em;
}
#wrapper > header#top nav > ul > li > .sub-menu.connect > ul.menu > li > ul > li > a {
  color: #9a9a9a;
  text-transform: none;
  font-weight: 600;
}
#wrapper > header#top nav > ul > li #search {
  padding: 15px 30px;
}
#wrapper > header#top nav > ul > li #search input[type=text] {
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  outline: none;
  border: 0;
  border-bottom: 1px solid #ccc;
}
#wrapper > header#top nav > ul > li #search input[type=submit] {
  opacity: 0;
  position: absolute;
  left: -10000px;
}
@media screen and (min-width: 1000px) {
  #wrapper > header#top nav > ul > li.current-menu-item.menu-item-has-children > a .triangle,
  #wrapper > header#top nav > ul > li.menu-item-has-children:hover > a .triangle {
    display: block;
  }
  #wrapper > header#top nav > ul > li.current-menu-item.menu-item-has-children .sub-menu,
  #wrapper > header#top nav > ul > li.menu-item-has-children:hover .sub-menu {
    display: table;
  }
  #wrapper > header#top nav > ul > li.current-menu-item.menu-item-has-children .sub-menu.connect,
  #wrapper > header#top nav > ul > li.menu-item-has-children:hover .sub-menu.connect {
    display: block;
  }
  #wrapper > header#top nav > ul > li.current-menu-item.menu-item-has-children #search,
  #wrapper > header#top nav > ul > li.menu-item-has-children:hover #search {
    display: block;
  }
}
#wrapper > header#top nav > ul > li:last-child {
  padding-right: 0;
}
#wrapper > header#top nav > ul > li.search a {
  min-width: 30px;
  text-align: center;
}
#wrapper > header#top nav > ul > li.mobile {
  display: none;
}
#wrapper #site-links {
  position: absolute;
  top: 150px;
  right: 0;
  z-index: 1000;
}
#wrapper #site-links > li {
  cursor: pointer;
  display: table;
  width: 60px;
  height: 50px;
  background-color: #fff;
  margin-bottom: 2px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  font-size: 9px;
}
#wrapper #site-links > li,
#wrapper #site-links > li a {
  color: #918f8f;
  text-decoration: none;
}
#wrapper #site-links > li a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
#wrapper #site-links > li a i.fa {
  display: block;
  font-size: 20px;
  margin-bottom: 4px;
}
#wrapper #site-links > li.omnivox a {
  background: url('images/icon-omnivox.png') 50% 8px no-repeat;
  background-size: 33% auto;
  padding-top: 22px;
}
#wrapper #site-links > li:hover {
  background-color: #21225d;
}
#wrapper #site-links > li:hover,
#wrapper #site-links > li:hover a {
  color: #fff;
}
#wrapper #site-links > li.omnivox:hover a {
  background-position: 50% -56px;
}
@media screen and (min-width: 1000px) {
  #wrapper > header#top nav .mobile {
    display: none;
  }
}
@media screen and (max-width: 999px) {
  #wrapper > header#top nav .desktop {
    display: none;
  }
}
@media screen and (max-width: 999px) {
  #wrapper {
    width: 100vw;
    padding-top: 95px;
  }
  #wrapper > header#mobile {
    display: block;
    height: 191px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #wrapper > header#top {
    height: 97px;
    position: fixed;
    left: 0;
    width: 100vw;
    z-index: 1002;
    top: 0;
  }
  #wrapper > header#top #menu-toggle {
    cursor: pointer;
    display: block;
    width: 32px;
    height: 28px;
    position: absolute;
    top: 36px;
    right: 34px;
    z-index: 1004;
  }
  #wrapper > header#top #menu-toggle .bar {
    width: 32px;
    height: 6px;
    background-color: #fff;
    position: absolute;
    left: 0;
    border-radius: 6px;
  }
  #wrapper > header#top #menu-toggle .bar.b1 {
    top: 0;
    transition: top 0.5s 0.5s ease, transform 0.5s 0s ease;
  }
  #wrapper > header#top #menu-toggle .bar.b2 {
    top: 11px;
    transition: opacity 0s 0.5s;
  }
  #wrapper > header#top #menu-toggle .bar.b3 {
    top: 22px;
    transition: top 0.5s 0.5s ease, transform 0.5s 0s ease;
  }
  #wrapper > header#top.menu #menu-toggle .border {
    position: absolute;
    left: -7px;
    top: -10px;
    width: 46px;
    height: 46px;
    border: 6px solid #fff;
    border-radius: 100px;
  }
  #wrapper > header#top.menu #menu-toggle .bar {
    width: 28px;
    left: 2px;
  }
  #wrapper > header#top.menu #menu-toggle .bar.b1 {
    top: 10px;
    transform: rotate(45deg);
    transition: top 0.5s 0s ease, transform 0.5s 0.5s ease;
  }
  #wrapper > header#top.menu #menu-toggle .bar.b2 {
    opacity: 0;
    transition: opacity 0s 0.5s;
  }
  #wrapper > header#top.menu #menu-toggle .bar.b3 {
    top: 10px;
    transform: rotate(-45deg);
    transition: top 0.5s 0s ease, transform 0.5s 0.5s ease;
  }
  #wrapper > header#top .fw {
    height: 97px;
    padding: 24px 0 0 0;
    background: #001f74;
  }
  #wrapper > header#top .fw h1 {
    background: url('images/logo.png') 50% 50% / contain no-repeat;
    display: block;
    width: 287px;
    height: 47px;
    margin: 0 auto;
    float: none;
  }
  #wrapper > header#top .fw h1 a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-indent: -9999px;
  }
  #wrapper > header#top nav {
    transform: translate(-100vw, 0);
    transition: transform 0.5s;
  }
  #wrapper > header#top.menu nav {
    transform: translate(0, 0);
    transition: transform 0.5s;
  }
  #wrapper > header#top nav {
    float: none;
    display: block;
    background: #001f74;
    position: fixed;
    top: 95px;
    left: 0;
    width: 100vw;
    height: calc(100vh - 90px);
    z-index: 1002;
    padding: 40px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  #wrapper > header#top nav .triangle {
    display: none!important;
  }
  #wrapper > header#top nav > ul {
    padding: 0 0 265px;
    position: relative;
  }
  #wrapper > header#top nav > ul > li {
    float: none;
    font-size: 33px;
    padding: 0;
    font-weight: 700;
  }
  #wrapper > header#top nav > ul > li,
  #wrapper > header#top nav > ul > li a {
    color: #fff;
  }
  #wrapper > header#top nav > ul > li > a {
    position: relative;
    display: block;
    height: auto;
    text-decoration: none;
  }
  #wrapper > header#top nav > ul > li.menu-item-has-children > a:after {
    display: block;
    width: 19px;
    height: 6px;
    background: #fff;
    position: absolute;
    bottom: 4px;
    right: 0;
    content: ' ';
  }
  #wrapper > header#top nav > ul > li > .sub-menu {
    margin: 16px 0 20px 20px;
    display: block;
    padding: 0;
    background: transparent;
    position: static;
    top: 0;
    left: 0;
    width: auto;
  }
  #wrapper > header#top nav > ul > li > .sub-menu > li {
    display: block;
    width: 100%;
    border: 0;
    padding: 0;
  }
  #wrapper > header#top nav > ul > li > .sub-menu > li,
  #wrapper > header#top nav > ul > li > .sub-menu > li > a {
    font-size: 25px;
    line-height: 37px;
    color: #fff;
    text-transform: none;
    font-weight: 600;
  }
  #wrapper > header#top nav > ul > li > .sub-menu > li > ul {
    margin: 0;
    padding: 0 0 0 20px;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: opacity 0.5s, max-height 0.5s, padding 0.5s;
  }
  #wrapper > header#top nav > ul > li > .sub-menu > li > ul > li {
    font-size: 16px;
    line-height: 23px;
  }
  #wrapper > header#top nav > ul > li > .sub-menu > li > ul > li > a {
    color: #fff;
    text-transform: none;
    font-weight: 500;
  }
  #wrapper > header#top nav > ul > li > .sub-menu > li.menu-item-has-children {
    cursor: pointer;
  }
  #wrapper > header#top nav > ul > li > .sub-menu > li.menu-item-has-children > a:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f054";
    margin-left: 10px;
    font-size: 20px;
  }
  #wrapper > header#top nav > ul > li > .sub-menu > li.menu-item-has-children.opened > a:after {
    content: "\f078";
  }
  #wrapper > header#top nav > ul > li > .sub-menu > li.menu-item-has-children.opened > ul {
    max-height: 2000px;
    opacity: 1;
    padding: 10px 0 10px 20px;
    transition: opacity 0.5s, max-height 0.5s, padding 0.5s;
  }
  #wrapper > header#top nav > ul > li > .sub-menu > li:last-child {
    border: 0;
  }
  #wrapper > header#top nav > ul > li > .sub-menu.connect .sub-menu {
    padding-bottom: 0!important;
  }
  #wrapper > header#top nav > ul > li > .sub-menu.connect .buttons {
    width: auto;
    float: none;
    border: 0;
    margin: 0;
  }
  #wrapper > header#top nav > ul > li > .sub-menu.connect .buttons ul > li {
    float: none;
    width: 100%;
    height: auto;
    margin: 0;
  }
  #wrapper > header#top nav > ul > li > .sub-menu.connect .buttons ul > li.menu-button {
    background: none!important;
  }
  #wrapper > header#top nav > ul > li > .sub-menu.connect .buttons ul > li.menu-button a {
    display: inherit;
    opacity: 1;
    color: #fff;
    text-transform: none;
    font-weight: 600;
    text-decoration: none;
    font-size: 25px;
    line-height: 37px;
  }
  #wrapper > header#top nav > ul > li > .sub-menu.connect .buttons ul > li.custom-social {
    position: absolute;
    bottom: 180px;
    left: 0;
    z-index: 1002;
  }
  #wrapper > header#top nav > ul > li > .sub-menu.connect .buttons ul > li.custom-social ul.social {
    clear: both;
    padding-top: 11px;
    text-align: center;
  }
  #wrapper > header#top nav > ul > li > .sub-menu.connect .buttons ul > li.custom-social ul.social li {
    width: auto;
    display: inline-block;
    float: none;
    margin: 0 5px;
  }
  #wrapper > header#top nav > ul > li > .sub-menu.connect .buttons ul > li.custom-social ul.social li a {
    color: #001f74;
    background: #afb9d3;
  }
  #wrapper > header#top nav > ul > li > .sub-menu.connect .buttons ul > li.custom-social ul.social li a:hover {
    background: #fff;
  }
  #wrapper > header#top nav > ul > li > .sub-menu.connect .buttons ul > li.custom-social ul.social li:first-child {
    margin-left: 0;
  }
  #wrapper > header#top nav > ul > li > .sub-menu.connect .buttons ul li:nth-child(3n+3) {
    margin-right: 0;
  }
  #wrapper > header#top nav > ul > li > .sub-menu.connect > ul.menu {
    float: none;
    width: auto;
  }
  #wrapper > header#top nav > ul > li > .sub-menu.connect > ul.menu > li {
    padding: 0;
    font-size: 25px;
    line-height: 37px;
  }
  #wrapper > header#top nav > ul > li > .sub-menu.connect > ul.menu > li a {
    text-decoration: none;
  }
  #wrapper > header#top nav > ul > li > .sub-menu.connect > ul.menu > li,
  #wrapper > header#top nav > ul > li > .sub-menu.connect > ul.menu > li > a {
    color: #fff;
    text-transform: none;
    font-weight: 600;
  }
  #wrapper > header#top nav > ul > li > .sub-menu.connect > ul.menu > li > ul {
    margin: 0;
    padding: 0 0 0 20px;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: opacity 0.5s, max-height 0.5s, padding 0.5s;
  }
  #wrapper > header#top nav > ul > li > .sub-menu.connect > ul.menu > li > ul > li {
    font-size: 16px;
    line-height: 23px;
  }
  #wrapper > header#top nav > ul > li > .sub-menu.connect > ul.menu > li > ul > li > a {
    color: #fff;
    text-transform: none;
    font-weight: 600;
  }
  #wrapper > header#top nav > ul > li > .sub-menu.connect > ul.menu > li.menu-item-has-children {
    cursor: pointer;
  }
  #wrapper > header#top nav > ul > li > .sub-menu.connect > ul.menu > li.menu-item-has-children > a:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f054";
    margin-left: 10px;
    font-size: 20px;
  }
  #wrapper > header#top nav > ul > li > .sub-menu.connect > ul.menu > li.menu-item-has-children.opened > a:after {
    content: "\f078";
  }
  #wrapper > header#top nav > ul > li > .sub-menu.connect > ul.menu > li.menu-item-has-children.opened > ul {
    max-height: 2000px;
    opacity: 1;
    padding: 10px 0 10px 20px;
    transition: opacity 0.5s, max-height 0.5s, padding 0.5s;
  }
  #wrapper > header#top nav > ul > li #search {
    display: block;
    position: relative;
    background: transparent;
    padding: 0;
    top: 0;
    width: 100%;
    margin-top: 60px;
  }
  #wrapper > header#top nav > ul > li #search input[type=text] {
    color: #fff;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 25px;
    border: 2px solid #fff;
    background: transparent url('images/bg-search-mobile.png') 100% 50% no-repeat;
    padding: 30px 70px 30px 20px;
  }
  #wrapper > header#top nav > ul > li #search input[type=submit] {
    opacity: 0;
    position: absolute;
    left: -10000px;
  }
  #wrapper > header#top nav > ul > li #search ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(255, 255, 255, 0.5);
    opacity: 1;
    /* Firefox */
  }
  #wrapper > header#top nav > ul > li #search :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgba(255, 255, 255, 0.5);
  }
  #wrapper > header#top nav > ul > li #search ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: rgba(255, 255, 255, 0.5);
  }
  #wrapper > header#top nav > ul > li.search {
    position: absolute;
    bottom: 80px;
    width: calc(100vw - 80px);
    z-index: 1001;
  }
  #wrapper > header#top nav > ul > li.search a {
    display: none;
  }
  #wrapper > header#top nav > ul > li.mobile {
    margin-top: 40px;
    display: flex;
  }
  #wrapper > header#top nav > ul > li.mobile > ul {
    width: 50%;
  }
  #wrapper > header#top nav > ul > li.mobile > ul > li {
    font-size: 16px;
    line-height: 23px;
  }
  #wrapper > header#top nav > ul > li.mobile > ul > li > a {
    color: #fff;
    text-transform: none;
    font-weight: 600;
    text-decoration: none;
  }
  #wrapper #site-links {
    display: none;
  }
}
@media print {
  #top,
  #site-links {
    display: none;
  }
}
#wrapper > footer#nextstep {
  background: url('images/bg-marble.jpg') 50% 50% / cover no-repeat;
}
#wrapper > footer#nextstep #menu-nextstep {
  width: 688px;
  margin: 50px auto;
}
#wrapper > footer#nextstep #menu-nextstep h3 {
  color: #fff;
  text-align: center;
  font-size: 40px;
  background: #6d6e71;
  -ms-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 6px 0;
  width: 100%;
}
#wrapper > footer#nextstep #menu-nextstep h3 strong {
  font-weight: 800;
}
#wrapper > footer#nextstep #menu-nextstep ul {
  position: relative;
  display: table;
  width: 100%;
  margin-top: 2px;
}
#wrapper > footer#nextstep #menu-nextstep ul li {
  display: table-cell;
  width: 25%;
  height: 133px!important;
  background: url('images/bg-next-step.png') 50% 0 / auto 100% no-repeat;
  vertical-align: middle;
  padding: 38px 50px 0;
  text-align: center;
}
#wrapper > footer#nextstep #menu-nextstep ul li a {
  color: #a7a9ac;
  text-decoration: none;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
}
#wrapper > footer#nextstep #menu-nextstep ul li:hover {
  background-image: url('images/bg-next-step-over.png');
}
#wrapper > footer#nextstep #menu-nextstep ul li:hover a {
  color: #af7b33;
}
#wrapper > footer#footer,
#wrapper > footer#copyright {
  clear: both;
  background: #001f75;
  border-top: 10px solid #003494;
  width: 100%;
}
#wrapper > footer#footer {
  padding-top: 40px;
}
#wrapper > footer#footer h3 {
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  border-bottom: 1px solid #2d468d;
  padding-bottom: 15px;
  margin-bottom: 12px;
  width: calc(100% - 15px);
}
#wrapper > footer#footer ul.menu li {
  padding-right: 34px;
  font-size: 12px;
  line-height: 25px;
  font-weight: 600;
  margin-bottom: 0.7em;
  border: 0;
}
#wrapper > footer#footer ul.menu li a {
  color: #fff;
  text-decoration: none;
}
#wrapper > footer#footer ul.menu li a:hover {
  color: #fff;
}
#wrapper > footer#footer ul.menu li:nth-child(2n+1) {
  clear: left;
}
#wrapper > footer#footer .col-left,
#wrapper > footer#footer .col-right {
  display: block;
  float: left;
  width: 25%;
  vertical-align: inherit;
  padding-bottom: 0;
  padding-top: 0;
}
#wrapper > footer#copyright {
  border: 0;
  display: block;
  padding: 20px 0 0;
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
}
#wrapper > footer#copyright .fw {
  border-top: 2px solid #a6b0c9;
  padding-top: 15px;
}
#wrapper > footer#copyright small {
  font-size: 11px;
}
#wrapper > footer#copyright,
#wrapper > footer#copyright a {
  color: #fff;
  text-decoration: none;
}
#wrapper > footer#copyright strong,
#wrapper > footer#copyright b {
  font-weight: 700;
}
#wrapper > footer#copyright .col-left,
#wrapper > footer#copyright .col-right {
  padding: 0 0 20px 0;
  float: left;
  width: auto;
  border: 0;
  display: block;
  width: 50%;
}
#wrapper > footer#copyright .col-right {
  float: right;
  text-align: right;
}
#wrapper > footer#copyright ul.social {
  clear: both;
  padding-top: 20px;
  padding-bottom: 15px;
}
#wrapper > footer#copyright ul.social li a {
  color: #001f75;
  background: #afb8cc;
}
#wrapper > footer#copyright ul.social li a:hover {
  background: #fff;
}
#wrapper > footer#copyright #form-question h3 {
  color: #b27a00;
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 6px;
}
#wrapper > footer#copyright #form-question h3 strong {
  font-weight: 800;
}
#wrapper > footer#copyright #form-question p {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 28px;
}
#wrapper > footer#copyright #form-question p a {
  color: #b27a00;
}
#wrapper > footer#copyright #form-question form {
  position: relative;
  width: 437px;
  height: 47px;
  border: 1px solid #e2e2e2;
}
#wrapper > footer#copyright #form-question form textarea {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  resize: none;
  border: 0;
  padding: 9px 15px;
}
#wrapper > footer#copyright #form-question form input[type="submit"],
#wrapper > footer#copyright #form-question form button {
  position: absolute;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-size: 12px;
  color: #030303;
  font-weight: 800;
  height: 24px;
  width: 78px;
  border: 1px solid #e2e2e2;
  background: #fff;
  text-transform: uppercase;
  right: 12px;
  top: 11px;
}
#wrapper > footer {
  clear: both;
  background: #fbfbfb;
  border-top: 3px solid #c97707;
  padding: 0 33px 0 26px;
  display: table;
}
#wrapper > footer .row {
  display: table-row;
}
#wrapper > footer .col-left,
#wrapper > footer .col-right {
  padding: 26px 0 36px;
  display: table-cell;
  vertical-align: middle;
}
#wrapper > footer .col-right {
  width: 448px;
}
#wrapper > footer #faq h3 {
  font-size: 19px;
  color: #7a7a7a;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 26px;
}
#wrapper > footer #faq h3,
#wrapper > footer #faq a {
  color: #7a7a7a;
}
#wrapper > footer #faq ul li {
  font-size: 14px;
}
#wrapper > footer #faq ul li a {
  text-decoration: none;
}
#wrapper > footer #faq ul li a:hover {
  text-decoration: underline;
}
#wrapper > footer #faq ul li:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f138";
  color: #b27a00;
  margin-right: 6px;
  line-height: 20px;
}
#wrapper > footer #menu-secondary ul.menu li {
  float: left;
  width: 50%;
  padding-right: 34px;
  font-size: 15px;
  line-height: 17px;
  font-weight: 600;
  margin-bottom: 0.7em;
}
#wrapper > footer #menu-secondary ul.menu li a {
  color: #9a9a9a;
  text-decoration: none;
}
#wrapper > footer #menu-secondary ul.menu li a:hover {
  color: #888;
}
#wrapper > footer #menu-secondary ul.menu li:nth-child(2n+1) {
  clear: left;
}
@media screen and (max-width: 999px) {
  #wrapper > footer#nextstep {
    background: url('images/bg-marble.jpg') 50% 50% / cover no-repeat;
  }
  #wrapper > footer#nextstep #menu-nextstep {
    width: auto;
    margin: 50px auto;
  }
  #wrapper > footer#nextstep #menu-nextstep h3 {
    padding: 12px 0;
  }
  #wrapper > footer#nextstep #menu-nextstep ul {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 2px;
  }
  #wrapper > footer#nextstep #menu-nextstep ul li {
    display: flex;
    width: 50%;
    height: 114px!important;
    padding: 30px 65px 0;
    text-align: center;
    align-items: center;
    justify-content: center;
  }
  #wrapper > footer#nextstep #menu-nextstep ul li a {
    display: block;
    width: 100%;
    text-decoration: none;
    font-size: 14px;
    line-height: 17px;
  }
  #wrapper > footer#nextstep #menu-nextstep ul li:hover {
    background-image: url('images/bg-next-step-over.png');
  }
  #wrapper > footer#nextstep #menu-nextstep ul li:hover a {
    color: #af7b33;
  }
  #wrapper > footer#footer {
    display: none;
  }
  #wrapper > footer#copyright {
    border-top: 10px solid #003494;
    display: block;
    padding: 20px 0 0;
    font-size: 13px;
    line-height: 18px;
    font-weight: 600;
  }
  #wrapper > footer#copyright .fw {
    border: 0;
    padding-top: 15px;
  }
  #wrapper > footer#copyright small {
    font-size: 14px;
  }
  #wrapper > footer#copyright,
  #wrapper > footer#copyright a {
    color: #fff;
    text-decoration: none;
  }
  #wrapper > footer#copyright strong,
  #wrapper > footer#copyright b {
    font-weight: 700;
  }
  #wrapper > footer#copyright .col-left,
  #wrapper > footer#copyright .col-right {
    padding: 0 60px 30px 60px;
    float: none;
    width: auto;
    border: 0;
    display: block;
    width: 100%;
  }
  #wrapper > footer#copyright .col-right {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
  }
  #wrapper > footer#copyright ul.social {
    clear: both;
    padding-bottom: 30px;
  }
  #wrapper > footer#copyright ul.social li a {
    color: #001f75;
    background: #afb8cc;
  }
  #wrapper > footer#copyright ul.social li a:hover {
    background: #fff;
  }
  #wrapper > footer#copyright #form-question {
    margin-bottom: 24px;
  }
  #wrapper > footer#copyright #form-question h3 {
    font-size: 31px;
    line-height: 31px;
    letter-spacing: -0.03em;
  }
  #wrapper > footer#copyright #form-question p {
    font-size: 13px;
    margin-bottom: 24px;
  }
  #wrapper > footer#copyright #form-question p a {
    color: #b27a00;
  }
  #wrapper > footer#copyright #form-question form {
    width: 100%;
    max-width: 100%;
  }
  #wrapper > footer#copyright #form-question form textarea {
    max-width: 100%;
  }
  #wrapper > footer {
    border-top: 0;
    padding: 0 33px 0 26px;
    display: block;
  }
  #wrapper > footer .row {
    display: table-row;
  }
  #wrapper > footer .col-left,
  #wrapper > footer .col-right {
    padding: 26px 0 36px;
    display: table-cell;
    vertical-align: middle;
  }
  #wrapper > footer .col-right {
    width: 448px;
  }
  #wrapper > footer #faq h3 {
    font-size: 19px;
    color: #7a7a7a;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 26px;
  }
  #wrapper > footer #faq h3,
  #wrapper > footer #faq a {
    color: #7a7a7a;
  }
  #wrapper > footer #faq ul li {
    font-size: 14px;
  }
  #wrapper > footer #faq ul li a {
    text-decoration: none;
  }
  #wrapper > footer #faq ul li a:hover {
    text-decoration: underline;
  }
  #wrapper > footer #faq ul li:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f138";
    color: #b27a00;
    margin-right: 6px;
    line-height: 20px;
  }
  #wrapper > footer #menu-secondary ul.menu li {
    float: left;
    width: 50%;
    padding-right: 34px;
    font-size: 15px;
    line-height: 17px;
    font-weight: 600;
    margin-bottom: 0.7em;
  }
  #wrapper > footer #menu-secondary ul.menu li a {
    color: #9a9a9a;
    text-decoration: none;
  }
  #wrapper > footer #menu-secondary ul.menu li a:hover {
    color: #888;
  }
  #wrapper > footer #menu-secondary ul.menu li:nth-child(2n+1) {
    clear: left;
  }
}
@media print {
  #wrapper > footer {
    display: none;
  }
  #wrapper footer#copyright {
    display: block;
    background: #fff;
    width: 100%;
  }
  #wrapper footer#copyright .col-left,
  #wrapper footer#copyright .col-right {
    padding-left: 0;
    padding-right: 0;
  }
}
/* Generic */
#content a,
.content a,
#content a:active,
.content a:active,
#content a:link,
.content a:link,
#content a:visited,
.content a:visited,
#content a:hover,
.content a:hover {
  color: #003494;
  text-decoration: none;
}
#content a:hover,
.content a:hover {
  text-decoration: underline;
}
#content img,
.content img {
  max-width: 100%;
  height: auto;
}
#content img.attachment-post-thumbnail,
.content img.attachment-post-thumbnail {
  width: 100%;
  height: auto;
  margin-bottom: 48px;
  margin-top: 40px;
}
#content strong,
.content strong,
#content b,
.content b {
  font-weight: 700;
}
#content i,
.content i,
#content em,
.content em {
  font-style: italic;
}
#content i.fa,
.content i.fa {
  font-style: normal;
}
#content .wp-caption p.wp-caption-text,
.content .wp-caption p.wp-caption-text {
  color: #666;
  font-size: 12px;
  line-height: 100%;
}
#content p,
.content p,
#content li,
.content li,
#content dt,
.content dt,
#content dd,
.content dd {
  line-height: 18px;
  font-size: 14px;
  font-weight: 500;
  color: #231f20;
  text-align: justify;
}
#content p,
.content p,
#content ul,
.content ul,
#content ol,
.content ol {
  margin-bottom: 1.5em;
}
#content li,
.content li {
  margin-bottom: 0.5em;
}
#content h1,
.content h1 {
  font-size: 35px;
  font-weight: 600;
  line-height: 34px;
  margin-bottom: 43px;
  text-transform: uppercase;
  text-align: left;
}
#content h1.no-margin,
.content h1.no-margin {
  margin-bottom: 0;
}
#content h2,
.content h2 {
  line-height: 18px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
#content ol > li,
.content ol > li {
  list-style: decimal;
  margin-left: 1.3em;
  padding-left: 0.5em;
  text-indent: 0;
}
#content ul > li,
.content ul > li {
  list-style: none;
  display: block;
  padding-left: 1.5em;
  text-indent: 0;
}
#content ul > li > ul,
.content ul > li > ul {
  margin-top: 0.5em;
  margin-bottom: 0;
}
#content ul > li:before,
.content ul > li:before {
  float: left;
  margin-left: -1.5em;
  content: "• ";
  color: #999;
}
#content blockquote,
.content blockquote {
  background: #fbfbfb;
  border: 1px solid #f5f5f5;
  margin-left: 25px;
  position: relative;
  left: -25px;
  width: 100%;
  -ms-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
#content blockquote p,
.content blockquote p {
  background: url(images/ribbon.png) 0 9px / auto 37px no-repeat;
  margin-left: -25px;
  padding: 40px 50px 40px 85px;
  margin-bottom: 0;
  font-size: 21px;
  line-height: 24px;
}
#content hr,
.content hr {
  clear: both;
  border: 0;
  margin: 0;
  border-top: 1px solid #ccc;
  height: 1px;
  margin: 20px 0;
}
#content .alignleft,
.content .alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
#content .alignright,
.content .alignright {
  float: right;
  margin: 0 0 20px 20px;
}
#content .table-border,
.content .table-border {
  border: 1px solid #d4d4d4;
  -ms-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
#content table,
.content table {
  width: 100%;
  border-collapse: collapse;
}
#content table td,
.content table td,
#content table th,
.content table th {
  font-size: 14px;
  vertical-align: middle;
}
#content table thead tr th,
.content table thead tr th {
  background: #ebeced;
  color: #666;
  text-align: center;
  font-weight: 700;
}
#content table tbody tr td,
.content table tbody tr td {
  color: #555;
  border: 1px solid #e0e0e0;
  text-align: center;
}
#content table tbody tr td:first-child,
.content table tbody tr td:first-child {
  border-left: 0;
}
#content table tbody tr td:last-child,
.content table tbody tr td:last-child {
  border-right: 0;
}
#content table tbody tr:first-child td,
.content table tbody tr:first-child td {
  border-top: 0;
}
#content table tbody tr:last-child td,
.content table tbody tr:last-child td {
  border-bottom: 0;
}
section article.content {
  margin-top: 66px;
}
@media screen and (max-width: 999px) {
  #content h1,
  .content h1 {
    font-size: 24px;
    line-height: 24px;
  }
  #content h1.no-margin,
  .content h1.no-margin {
    margin-bottom: 0;
  }
  #content h2,
  .content h2 {
    line-height: 17px;
    font-size: 14px;
    text-align: left;
  }
  #content p,
  .content p,
  #content li,
  .content li,
  #content dt,
  .content dt,
  #content dd,
  .content dd {
    line-height: 17px;
  }
  #content iframe,
  .content iframe {
    width: calc(100vw - 88px);
    height: 200px;
  }
}
.paging {
  margin-bottom: 30px;
}
.paging li {
  display: block;
  float: left;
}
.paging li a {
  -ms-border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  display: block;
  width: 28px;
  height: 26px;
  line-height: 24px;
  vertical-align: middle;
  text-align: center;
  color: #717171;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
}
.paging li.page a,
.paging li.nav a {
  border: 1px solid #ccc;
  margin-right: 10px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9f9f9+0,eaeaea+100 */
  background: #f9f9f9;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f9f9f9 0%, #eaeaea 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f9f9f9 0%, #eaeaea 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f9f9f9 0%, #eaeaea 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#eaeaea', GradientType=0);
  /* IE6 */
}
.paging li.page.current a {
  background: #696969;
  border: 1px solid #666;
  color: #fff;
}
.paging li.nav.disabled a {
  background: #f9f9f9;
  color: #ccc;
}
@media screen and (max-width: 999px) {
  .paging {
    margin-left: 44px;
    margin-right: 44px;
  }
}
/** PAGE **/
section.with-sidebar {
  position: relative;
}
section.with-sidebar .author {
  display: none;
}
section.with-sidebar .toolbox {
  position: absolute;
  top: 16px;
  right: 0;
}
section.with-sidebar .toolbox > a,
section.with-sidebar .toolbox > div {
  cursor: pointer;
  padding: 4px 8px;
  color: #9b9b9b;
  text-decoration: none;
  font-size: 13px;
  float: left;
  margin-left: 8px;
  position: relative;
}
section.with-sidebar .toolbox > div > ul {
  display: none;
  background: #9b9b9b;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 8px 8px;
  /*display:none;*/
  width: 150px;
}
section.with-sidebar .toolbox > div > ul a {
  display: block;
  margin: 5px 0;
  position: relative;
  padding-left: 20px;
  color: #fff;
  text-decoration: none;
}
section.with-sidebar .toolbox > div > ul a i.fa {
  position: absolute;
  left: 0;
  width: 10px;
  text-align: center;
}
section.with-sidebar .toolbox > div:hover {
  background: #9b9b9b;
  color: #fff;
}
section.with-sidebar .toolbox > div:hover > ul {
  display: block;
}
section.with-sidebar > aside {
  position: relative;
  float: left;
  left: 0;
  top: -86px;
  width: 250px;
}
section.with-sidebar > aside div.pages {
  margin-bottom: 20px;
  background: #fff;
}
section.with-sidebar > aside div.pages ul li {
  position: relative;
  min-height: 56px;
  padding: 22px;
  display: block;
  border: 1px solid #e5e5e5;
  border-bottom: 0;
}
section.with-sidebar > aside div.pages ul li a {
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
}
section.with-sidebar > aside div.pages ul li:last-child {
  border-bottom: 1px solid #e5e5e5;
}
section.with-sidebar > aside div.pages ul li.has-sub-items a {
  padding-right: 22px;
}
section.with-sidebar > aside div.pages ul li.has-sub-items:after {
  position: absolute;
  top: 12px;
  right: 22px;
  color: #6c6c6c;
  font-weight: 500;
  font-size: 38px;
  content: '+';
}
section.with-sidebar > aside div.pages ul li.has-sub-items.expand:after {
  content: '-';
}
section.with-sidebar > aside div.pages ul li.current-menu-ancestor.has-sub-items:after,
section.with-sidebar > aside div.pages ul li.current-menu-item.has-sub-items:after {
  color: #003494;
}
section.with-sidebar > aside div.pages ul ul.sub-items {
  max-height: 0;
  overflow: hidden;
}
section.with-sidebar > aside div.pages ul ul.sub-items li {
  min-height: 0;
  border: 0;
  border-top: 1px solid #a9b0de;
  padding-left: 0;
  padding-right: 0;
}
section.with-sidebar > aside div.pages ul ul.sub-items li a {
  color: #003494;
  text-transform: none;
}
section.with-sidebar > aside div.pages ul ul.sub-items li:last-child {
  padding-bottom: 0;
}
section.with-sidebar > aside div.pages ul li.expand ul.sub-items {
  padding-top: 22px;
  max-height: 1000px;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
section.with-sidebar > aside div.pages ul li.current-menu-item,
section.with-sidebar > aside div.pages ul li.current-menu-ancestor,
section.with-sidebar > aside div.pages ul li:hover,
section.with-sidebar > aside div.pages ul li.current-menu-item a,
section.with-sidebar > aside div.pages ul li.current-menu-ancestor a,
section.with-sidebar > aside div.pages ul li:hover a {
  color: #003494!important;
}
section.with-sidebar > aside div.pages ul li.current-menu-item,
section.with-sidebar > aside div.pages ul li.current-menu-ancestor {
  background: #f2f5fa;
}
section.with-sidebar > aside div.stat {
  background: #333333 url('images/stat-triangle.png') 50% 0 no-repeat;
  background-size: 53px auto;
  padding: 52px 15px 34px;
  margin-bottom: 20px;
  text-align: center;
}
section.with-sidebar > aside div.stat a {
  text-decoration: none;
}
section.with-sidebar > aside div.stat .number,
section.with-sidebar > aside div.stat .text {
  display: block;
}
section.with-sidebar > aside div.stat .number {
  color: #a5750f;
  font-weight: 800;
  font-size: 71px;
  padding-bottom: 20px;
}
section.with-sidebar > aside div.stat .text {
  font-size: 13px;
  line-height: 19px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
section.with-sidebar > aside div.stat .text em,
section.with-sidebar > aside div.stat .text i {
  font-style: normal;
  color: #a5750f;
}
section.with-sidebar > aside div.stat .sep {
  background: #a5750f;
  width: 46px;
  height: 2.5px;
  display: block;
  margin: 0 auto 20px;
}
section.with-sidebar > aside div.spotlight {
  position: relative;
  padding-top: 80px;
}
section.with-sidebar > aside div.spotlight h1 {
  height: 80px;
  background: #333;
  font-weight: 600;
  font-size: 36px;
  color: #a5750f;
  padding: 20px 0 0 0;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 800;
}
section.with-sidebar > aside div.spotlight div.spot {
  margin-bottom: 20px;
  height: 250px;
  position: relative;
  background-position: 50% 50%;
  background-size: cover;
}
section.with-sidebar > aside div.spotlight div.spot div.inner {
  width: 100%;
  height: 100%;
  background: url('images/spotlight-triangle.png') 50% 0 no-repeat;
  background-size: 76px auto;
}
section.with-sidebar > aside div.spotlight div.spot h2 {
  display: block;
  width: 100%;
  position: absolute;
  padding: 12px 15px;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  color: #a5750f;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
}
section.with-sidebar > aside div.spotlight div.spot h2 strong {
  font-weight: 800;
}
section.with-sidebar > aside div.spotlight div.spot h2 em {
  font-size: 12px;
  text-transform: none;
}
section.with-sidebar > aside div.events {
  padding: 0 8px;
}
section.with-sidebar > aside div.events h1 {
  font-size: 19px;
  color: #666666;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 30px;
}
section.with-sidebar > aside div.events time {
  color: #9a9a9a;
  font-size: 14px;
  margin-bottom: 1em;
  display: block;
}
section.with-sidebar > aside div.events h2 {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 1em;
}
section.with-sidebar > aside div.events h2 a {
  color: #3a62ab;
  text-decoration: none;
}
section.with-sidebar > aside div.events a.more {
  display: block;
  margin-top: 2em;
  font-size: 12px;
  color: #030303;
  text-decoration: none;
}
section.with-sidebar > aside div.events a.more i.fa {
  color: #b37e11;
  border: 1px solid #b37e11;
  -ms-border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  padding: 0 4px;
}
section.with-sidebar article div.image {
  background: #dddddd 0 0 / cover no-repeat;
}
section.with-sidebar article div.image img {
  max-width: 100%;
  max-height: 100%;
  visibility: hidden;
}
section.with-sidebar article div.image a {
  display: block;
  width: 100%;
  height: 100%;
}
section.with-sidebar > article,
section.with-sidebar > ul,
section.with-sidebar > h1 {
  float: right;
  width: 716px;
}
section.with-sidebar > article > ul.drawers,
section.with-sidebar > ul > ul.drawers,
section.with-sidebar > h1 > ul.drawers {
  clear: both;
  list-style: none;
  margin-bottom: 30px;
}
section.with-sidebar > article > ul.drawers > li,
section.with-sidebar > ul > ul.drawers > li,
section.with-sidebar > h1 > ul.drawers > li {
  display: block;
  margin: 0;
  border-top: 2px solid #e2e2e2;
  padding: 0 15px;
}
section.with-sidebar > article > ul.drawers > li h3,
section.with-sidebar > ul > ul.drawers > li h3,
section.with-sidebar > h1 > ul.drawers > li h3 {
  display: block;
  position: relative;
  font-size: 25px;
  color: #000;
  font-weight: 700;
  -ms-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
section.with-sidebar > article > ul.drawers > li h3 .icon,
section.with-sidebar > ul > ul.drawers > li h3 .icon,
section.with-sidebar > h1 > ul.drawers > li h3 .icon {
  display: block;
  width: 48px;
  height: 48px;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  float: left;
  margin-top: 13.5px;
  margin-right: 24px;
}
section.with-sidebar > article > ul.drawers > li h3:after,
section.with-sidebar > ul > ul.drawers > li h3:after,
section.with-sidebar > h1 > ul.drawers > li h3:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f067";
  position: absolute;
  right: 15px;
  color: #000;
}
section.with-sidebar > article > ul.drawers > li h3,
section.with-sidebar > ul > ul.drawers > li h3,
section.with-sidebar > h1 > ul.drawers > li h3,
section.with-sidebar > article > ul.drawers > li h3:after,
section.with-sidebar > ul > ul.drawers > li h3:after,
section.with-sidebar > h1 > ul.drawers > li h3:after {
  line-height: 75px;
  vertical-align: middle;
  cursor: pointer;
}
section.with-sidebar > article > ul.drawers > li > div.content,
section.with-sidebar > ul > ul.drawers > li > div.content,
section.with-sidebar > h1 > ul.drawers > li > div.content {
  -ms-transition: max-height 0.5s;
  -webkit-transition: max-height 0.5s;
  -moz-transition: max-height 0.5s;
  -o-transition: max-height 0.5s;
  transition: max-height 0.5s;
  max-height: 0;
  overflow: hidden;
}
section.with-sidebar > article > ul.drawers > li:last-child,
section.with-sidebar > ul > ul.drawers > li:last-child,
section.with-sidebar > h1 > ul.drawers > li:last-child {
  border-bottom: 2px solid #e2e2e2;
}
section.with-sidebar > article > ul.drawers > li.opened h3,
section.with-sidebar > ul > ul.drawers > li.opened h3,
section.with-sidebar > h1 > ul.drawers > li.opened h3 {
  color: #af7b34;
  -ms-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
section.with-sidebar > article > ul.drawers > li.opened h3:after,
section.with-sidebar > ul > ul.drawers > li.opened h3:after,
section.with-sidebar > h1 > ul.drawers > li.opened h3:after {
  content: "\f068";
}
section.with-sidebar > article > ul.drawers > li.opened > div.content,
section.with-sidebar > ul > ul.drawers > li.opened > div.content,
section.with-sidebar > h1 > ul.drawers > li.opened > div.content {
  max-height: 3000px;
  -ms-transition: max-height 0.5s;
  -webkit-transition: max-height 0.5s;
  -moz-transition: max-height 0.5s;
  -o-transition: max-height 0.5s;
  transition: max-height 0.5s;
}
section.with-sidebar > article > ul.drawers > li:before,
section.with-sidebar > ul > ul.drawers > li:before,
section.with-sidebar > h1 > ul.drawers > li:before {
  content: '';
  display: none;
}
section.with-sidebar > article > ul.drawers.has-libguides > li:first-child,
section.with-sidebar > ul > ul.drawers.has-libguides > li:first-child,
section.with-sidebar > h1 > ul.drawers.has-libguides > li:first-child {
  border-top: 0;
}
section.with-sidebar #libguides {
  margin-top: 24px;
  float: left;
  border: 30px solid #eaeaea;
  width: 755px;
  margin-left: -35px;
  padding: 42px 30px;
}
section.with-sidebar #libguides h2 {
  color: #3f4b56;
  font-size: 28px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 32px;
}
section.with-sidebar #libguides .left {
  width: 390px;
  float: left;
}
section.with-sidebar #libguides .right {
  position: relative;
  width: 215px;
  float: right;
}
section.with-sidebar #libguides .right > i.fa {
  color: #7c8a96;
  position: absolute;
  right: 18px;
  top: 16px;
}
section.with-sidebar #libguides .right p {
  color: #b6b0b4;
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 4px;
}
section.with-sidebar #libguides input[type=text],
section.with-sidebar #libguides select {
  width: 100%;
  margin-bottom: 19px;
  display: block;
  color: #535454;
  font-size: 15px;
  height: 48px;
  border: 1px solid #d3dadf;
  -ms-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0 16px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e6e9ea+0,ffffff+7 */
  background: #fff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e6e9ea 0%, #ffffff 5%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #e6e9ea 0%, #ffffff 5%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #e6e9ea 0%, #ffffff 5%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e9ea', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
  position: relative;
}
section.with-sidebar #libguides input[type=submit] {
  opacity: 0;
  position: absolute;
  left: -10000px;
}
section.with-sidebar #libguides a.button {
  display: block;
  background: #003494;
  border: 1px solid #88a0cd;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  height: 61px;
  line-height: 61px;
  vertical-align: middle;
  text-align: center;
  float: left;
}
section.with-sidebar #libguides a.button i.fa {
  margin-right: 8px;
}
section.with-sidebar #libguides a.button.submit {
  width: 153px;
}
section.with-sidebar #libguides a.button.consult {
  float: right;
  background: #b27a00;
  border-color: #c79d44;
  width: 228px;
}
section.with-sidebar #libguides a.button:hover {
  text-decoration: none;
}
section.with-sidebar #libguides input[type=submit]::before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f061";
}
section.with-sidebar #libguides .social {
  width: 100%;
  list-style: none;
}
section.with-sidebar #libguides .social li {
  float: left;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  background: #b2b2b2;
  -ms-border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  padding: 0;
  margin: 0 11px 0 0;
}
section.with-sidebar #libguides .social li a {
  width: 100%;
  height: 100%;
  display: block;
  line-height: 38px;
  vertical-align: middle;
  color: #fff;
}
section.with-sidebar #libguides .social li a i.fa {
  font-size: 20px;
}
section.with-sidebar #libguides .social li a:hover {
  text-decoration: none;
}
section.with-sidebar #libguides .social li:before {
  content: ' ';
  display: none;
}
section.with-sidebar > article.showcase {
  background: #ebebeb;
  padding: 13px 13px 13px 317px;
  min-height: 310px;
  position: relative;
  margin-bottom: 30px;
}
section.with-sidebar > article.showcase div.image {
  width: 284px;
  height: 284px;
  position: absolute;
  top: 13px;
  left: 13px;
}
section.with-sidebar > article.showcase h1 {
  font-size: 29px;
  line-height: 29px;
  font-weight: 800;
  margin: 25px 0 18px;
}
section.with-sidebar > article.showcase p {
  line-height: 16px;
}
section.with-sidebar > article.showcase p:last-child {
  margin-bottom: 0;
}
section.with-sidebar ul.article-list {
  border-top: 1px solid #5578b8;
  margin-bottom: 30px;
}
section.with-sidebar ul.article-list > li {
  clear: left;
  border-bottom: 2px solid #dedede;
  min-height: 265px;
  margin: 0;
}
section.with-sidebar ul.article-list > li > article {
  position: relative;
  min-height: 185px;
  padding: 40px 0 40px 217px;
}
section.with-sidebar ul.article-list > li > article time {
  display: block;
  margin-bottom: 1em;
  color: #666;
}
section.with-sidebar ul.article-list > li > article div.image {
  width: 185px;
  height: 185px;
  position: absolute;
  top: 40px;
  left: 0;
}
section.with-sidebar ul.article-list > li > article h1,
section.with-sidebar ul.article-list > li > article h2 {
  font-size: 21px;
  line-height: 21px;
  margin-bottom: 25px;
  font-weight: 700;
}
section.with-sidebar ul.article-list > li > article h1,
section.with-sidebar ul.article-list > li > article h2,
section.with-sidebar ul.article-list > li > article h1 a,
section.with-sidebar ul.article-list > li > article h2 a {
  color: #000;
  text-decoration: none;
}
section.with-sidebar ul.article-list > li > article h1 a:hover,
section.with-sidebar ul.article-list > li > article h2 a:hover {
  color: #003494;
}
section.with-sidebar ul.article-list > li > article h2 {
  font-size: 18px;
  font-weight: 800;
  margin-top: -25px;
}
section.with-sidebar ul.article-list > li > article ul.share li {
  float: left;
  list-tyle: none;
  margin-right: 16px;
  padding: 0;
}
section.with-sidebar ul.article-list > li > article ul.share li a {
  color: #3b5998;
  font-weight: 600;
}
section.with-sidebar ul.article-list > li > article ul.share li a.twitter {
  color: #00aced;
}
section.with-sidebar ul.article-list > li > article ul.share li i.fa {
  font-size: 20px;
}
section.with-sidebar ul.article-list > li > article ul.share li:before {
  content: '';
  display: none;
}
section.with-sidebar ul.article-list > li > article a.share {
  color: #3b5998;
}
section.with-sidebar ul.article-list > li > article a.share.tw {
  color: #00aced;
}
body.search section.with-sidebar ul.article-list > li {
  min-height: 0;
}
body.search section.with-sidebar ul.article-list > li > article {
  padding-left: 0;
  min-height: 0;
}
body.search section.with-sidebar ul.article-list > li > article div.image {
  display: none;
}
section.downloads h1 {
  padding-top: 40px;
  border-top: 1px solid #e5e5e5;
  font-size: 25px;
  font-weight: 600;
  color: #020202;
  text-transform: uppercase;
  margin-bottom: 2em;
}
section.downloads ul {
  margin-bottom: 30px;
}
section.downloads ul > li {
  position: relative;
  min-height: 82px;
  font-size: 18px;
  padding: 16px 0 16px 75px;
}
section.downloads ul > li,
section.downloads ul > li a {
  color: #4b4a4a;
}
section.downloads ul > li a {
  display: block;
  text-decoration: underline;
  font-weight: 700;
  margin-bottom: 0.3em;
}
section.downloads ul > li:nth-child(2n+0) {
  background-color: #fbf8f2;
}
section.downloads ul > li:before {
  display: block;
  position: absolute;
  top: 16px;
  left: 10px;
  width: 50px;
  height: 50px;
  background-color: #caa34f;
  color: #fff;
  -ms-border-radius: 1000px;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  -o-border-radius: 1000px;
  border-radius: 1000px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f019";
  text-align: center;
  line-height: 50px;
  vertical-align: middle;
  font-size: 20px;
  margin-right: 15px;
}
@media screen and (max-width: 999px) {
  section.with-sidebar .toolbox {
    display: none;
  }
  section.with-sidebar > aside {
    display: none;
  }
  section.with-sidebar article {
    padding-left: 44px;
    padding-right: 44px;
  }
  section.with-sidebar article div.image {
    background: #dddddd 0 0 / cover no-repeat;
  }
  section.with-sidebar article div.image img {
    max-width: 100%;
    max-height: 100%;
    visibility: hidden;
  }
  section.with-sidebar article div.image a {
    display: block;
    width: 100%;
    height: 100%;
  }
  section.with-sidebar > article,
  section.with-sidebar > ul,
  section.with-sidebar > h1 {
    float: none;
    width: 100%;
  }
  section.with-sidebar > article > ul.drawers > li h3,
  section.with-sidebar > ul > ul.drawers > li h3,
  section.with-sidebar > h1 > ul.drawers > li h3 {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 24px;
    font-size: 24px;
    text-align: left;
  }
  section.with-sidebar > article > ul.drawers > li h3:after,
  section.with-sidebar > ul > ul.drawers > li h3:after,
  section.with-sidebar > h1 > ul.drawers > li h3:after {
    top: 15px;
    right: 0;
  }
  section.with-sidebar > article > ul.drawers > li h3,
  section.with-sidebar > ul > ul.drawers > li h3,
  section.with-sidebar > h1 > ul.drawers > li h3,
  section.with-sidebar > article > ul.drawers > li h3:after,
  section.with-sidebar > ul > ul.drawers > li h3:after,
  section.with-sidebar > h1 > ul.drawers > li h3:after {
    line-height: 36px;
  }
  section.with-sidebar #libguides {
    float: none;
    width: 100vw;
    margin-left: -44px;
    padding: 42px 44px;
    border: 0;
    background: #eaeaea;
  }
  section.with-sidebar #libguides h2 {
    font-size: 24px;
    letter-spacing: -0.01em;
  }
  section.with-sidebar #libguides .left {
    width: 100%;
    float: none;
  }
  section.with-sidebar #libguides .right {
    width: 100%;
    float: none;
    clear: both;
    padding-top: 18px;
  }
  section.with-sidebar #libguides .right p {
    font-size: 20px;
    margin-bottom: 18px;
  }
  section.with-sidebar #libguides .right > i.fa {
    display: none;
  }
  section.with-sidebar #libguides select {
    display: none;
  }
  section.with-sidebar #libguides div.buttons {
    display: flex;
  }
  section.with-sidebar #libguides a.button {
    flex-grow: 1;
  }
  section.with-sidebar #libguides a.button.submit {
    margin-right: 15px;
  }
  section.with-sidebar #libguides .social {
    display: flex;
    margin-bottom: 0;
  }
  section.with-sidebar #libguides .social li {
    float: none;
  }
  section.with-sidebar > article.showcase {
    background: #ebebeb;
    padding: 13px 13px 13px 317px;
    min-height: 310px;
    position: relative;
    margin-bottom: 30px;
  }
  section.with-sidebar > article.showcase div.image {
    width: 284px;
    height: 284px;
    position: absolute;
    top: 13px;
    left: 13px;
  }
  section.with-sidebar > article.showcase h1 {
    font-size: 29px;
    line-height: 29px;
    font-weight: 800;
    margin: 25px 0 18px;
  }
  section.with-sidebar > article.showcase p {
    line-height: 16px;
  }
  section.with-sidebar > article.showcase p:last-child {
    margin-bottom: 0;
  }
  section.with-sidebar ul.article-list {
    margin-left: 44px;
    margin-right: 44px;
    width: calc(100vw - 88px);
  }
}
/** SINGLE EVENT **/
.single-mariano_event .content {
  margin-bottom: 26px;
}
.single-mariano_event .content h1,
.single-mariano_event .content h2 {
  margin-bottom: 20px;
}
.single-mariano_event .content h2 {
  font-size: 35px;
  font-weight: 800;
  line-height: 34px;
  margin-top: -20px;
  text-transform: uppercase;
  text-align: left;
}
.content table.event tbody {
  border-top: 1px solid #88a0cd;
}
.content table.event tbody tr td,
.content table.event tbody tr th {
  border: 0;
}
.content table.event tbody tr td,
.content table.event tbody tr th {
  border-bottom: 1px solid #d2d2d2;
  text-align: left;
  font-size: 14px;
  vertical-align: top;
  padding-top: 26px;
  padding-bottom: 18px;
}
.content table.event tbody tr th {
  color: #666;
  font-weight: 700;
  text-transform: uppercase;
}
.content table.event tbody tr td {
  padding-left: 24px;
  color: #050505;
}
.content table.event tbody tr td a {
  color: #003494;
  font-weight: 700;
}
.content table.event tbody tr:last-child td,
.content table.event tbody tr:last-child th {
  border: 0;
}
.content table.event tbody tr.when td,
.content table.event tbody tr.when th {
  border-bottom: 0;
}
/** FRONT PAGE **/
.home section header h1 {
  color: #9a9a9a;
  font-size: 30px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.home #news,
.home #programs {
  position: relative;
  margin-bottom: 30px;
  overflow-x: visible;
  overflow-y: visible;
}
.home #news a.prev,
.home #programs a.prev,
.home #news a.next,
.home #programs a.next {
  position: absolute;
  cursor: pointer;
  z-index: 10;
}
.home #news > ul,
.home #programs > ul {
  background: url(images/loading.gif) 50% 50% no-repeat;
  width: 100%;
  height: 100%;
  overflow-x: auto;
  position: relative;
  overflow: hidden;
}
.home #news > ul > li,
.home #programs > ul > li {
  width: 250px;
  height: 100%;
  position: absolute;
  opacity: 0;
}
.home #news > ul > li article p,
.home #programs > ul > li article p {
  color: #777;
  font-size: 11px;
  line-height: 13px;
  font-weight: 500;
}
.home #news > ul.loaded,
.home #programs > ul.loaded {
  background-image: none;
}
.home #news > ul.loaded > li,
.home #programs > ul.loaded > li {
  opacity: 1;
  -ms-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.home #news {
  height: 174px;
  background: #ffffff url('images/logo-news.png') 0 50% / contain no-repeat;
  padding-left: 251px;
}
.home #news a.prev,
.home #news a.next {
  top: 62px;
  width: 31px;
  height: 51px;
  background: url('images/news-arrow.png') 0 0 / contain no-repeat;
}
.home #news a.next {
  right: -35px;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.home #news a.prev {
  left: 222px;
}
.home #news > ul > li {
  padding-top: 30px;
}
.home #news > ul > li article {
  height: 135px;
  border-right: 1px solid #b27a00;
  padding: 0 24px;
}
.home #news > ul > li article h1,
.home #news > ul > li article h1 > a {
  font-size: 24px;
  color: #b27a00;
  font-weight: 700;
  text-decoration: none;
}
.home #news > ul > li article h1 {
  margin-bottom: 14px;
}
.home #news > ul > li article > a {
  font-size: 12px;
  color: #050505;
  font-weight: 700;
  text-decoration: none;
  margin-top: 12px;
  display: block;
}
.home #news > ul > li article > a:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f138";
  color: #e4d0a5;
  margin-right: 6px;
  line-height: 20px;
}
.home #news > ul > li:last-child article {
  border: 0;
}
.home #programs {
  height: 460px;
}
.home #programs a.prev,
.home #programs a.next {
  color: #9b9b9b;
  font-size: 145px;
  top: 100px;
  z-index: 999;
}
.home #programs a.prev {
  left: -75px;
}
.home #programs a.next {
  right: -75px;
}
.home #programs > ul {
  height: 412px;
}
.home #programs > ul > li article div.image {
  background: #cccccc url('images/program-honours-options.jpg') 50% 50% / cover no-repeat;
}
.home #programs > ul > li article div.image,
.home #programs > ul > li article div.image a {
  display: block;
  height: 250px;
  width: 100%;
}
.home #programs > ul > li article div.image a img {
  visibility: hidden;
  max-width: 100%;
}
.home #programs > ul > li article h1,
.home #programs > ul > li article p {
  padding: 0 17px;
}
.home #programs > ul > li article h1,
.home #programs > ul > li article h1 > a {
  color: #060606;
  text-decoration: none;
}
.home #programs > ul > li article h1 {
  font-size: 21px;
  font-weight: 700;
  margin-top: 24px;
}
.home #programs > ul > li article p {
  margin-top: 12px;
}
.home #programs > ul > li article a.mobile {
  display: none;
}
.home #programs > ul > li:nth-child(2n+1) article div.image {
  background-color: #ddd;
}
.home #mosaic {
  background: #ffffff url(images/bg-mosaic.jpg) 50% 0 no-repeat;
  background-size: 100% auto;
}
.home #mosaic header {
  height: 180px;
  position: relative;
}
.home #mosaic header ul li {
  text-align: center;
  width: 282px;
  height: 94px;
  background: url(images/bg-mosaic-title-off.png) 50% 100% / contain no-repeat;
  position: absolute;
  top: 56px;
  padding-top: 11px;
}
.home #mosaic header ul li h1 {
  font-size: 33px;
  color: #b27b00;
  font-weight: 300;
  text-transform: none;
  margin-bottom: 0;
}
.home #mosaic header ul li h2 {
  font-size: 19px;
  font-weight: 800;
  color: #050505;
  text-transform: uppercase;
}
.home #mosaic header ul li:nth-child(3n+1) {
  left: 85px;
}
.home #mosaic header ul li:nth-child(3n+2) {
  top: 56px;
  left: 359px;
}
.home #mosaic header ul li:nth-child(3n+3) {
  right: 85px;
}
.home #mosaic header ul li.active {
  background-image: url(images/bg-mosaic-title-on.png);
}
.home #mosaic header ul li.active h2 {
  color: #fff;
}
.home #mosaic article h1 {
  font-weight: 500;
  font-size: 23px;
  line-height: 25px;
  padding: 0 126px;
  letter-spacing: -0.03em;
  margin-bottom: 57px;
}
.home #mosaic article .mobile {
  display: none;
}
.home #mosaic article > ul {
  float: left;
  width: 100%;
  padding: 0 15px 55px;
}
.home #mosaic article > ul li {
  width: 25%;
  float: left;
  padding: 0 10px;
  font-size: 12px;
  text-align: justify;
}
.home #mosaic article > ul li h2 {
  margin-bottom: 1em;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.03em;
}
.home #mosaic article .stats {
  background: #000000 url(images/bg-mosaic-placeholder.jpg) 100% 0 no-repeat;
  background-size: 160px auto;
}
.home #mosaic article[rel=mosaic-1] .stats {
  background: #000000 url(images/bg-mosaic-placeholder-2.jpg) 100% 0 no-repeat;
  background-size: 160px auto;
}
.home #mosaic article[rel=mosaic-2] .stats {
  background: #000000 url(images/bg-mosaic-placeholder-3.jpg) 100% 0 no-repeat;
  background-size: 160px auto;
}
.home #mosaic article .stats {
  height: 630px;
  clear: both;
  position: relative;
}
.home #mosaic article .stats > div {
  position: absolute;
  background-position: 50% 50%;
  background-size: cover;
}
.home #mosaic article .stats > div h3 {
  opacity: 1;
  -ms-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  color: #b27b00;
  font-weight: 600;
  padding: 10px 15px;
  min-width: 308px;
  text-transform: uppercase;
}
.home #mosaic article .stats > div .hover {
  opacity: 0;
  -ms-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home #mosaic article .stats > div .hover .content {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  padding: 40px 36px;
}
.home #mosaic article .stats > div .hover .content p,
.home #mosaic article .stats > div .hover .content li {
  color: #fafbfc;
  font-weight: 500;
  font-size: 14px;
}
.home #mosaic article .stats > div .hover .content h4 {
  font-weight: 600;
  padding-bottom: 12px;
  font-size: 45px;
  color: #b27b00;
  display: block;
}
.home #mosaic article .stats > div .hover .content .sep {
  width: 46px;
  height: 2px;
  display: block;
  background: #b27b00;
  margin-bottom: 26px;
}
.home #mosaic article .stats > div .hover .content a {
  color: #b27b00;
}
.home #mosaic article .stats > div .hover .content a i.fa {
  margin: -3px 8px 0 0;
  border: 2px solid #b27b00;
  -ms-border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  width: 20px;
  height: 20px;
  padding: 0 0 2px 2px;
  float: left;
  display: block;
  vertical-align: middle;
  text-align: center;
}
.home #mosaic article .stats .tl:hover h3,
.home #mosaic article .stats .br:hover h3 {
  opacity: 0;
  -ms-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.home #mosaic article .stats .tl:hover .hover,
.home #mosaic article .stats .br:hover .hover {
  opacity: 1;
  -ms-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.home #mosaic article .stats .tr a,
.home #mosaic article .stats .bl a {
  display: block;
  width: 100%;
  height: 100%;
}
.home #mosaic article .stats .tl,
.home #mosaic article .stats .tr {
  top: 0;
}
.home #mosaic article .stats .bl,
.home #mosaic article .stats .br {
  bottom: 0;
}
.home #mosaic article .stats .tl,
.home #mosaic article .stats .bl {
  left: 0;
  width: 420px;
}
.home #mosaic article .stats .br {
  right: 0;
  width: 580px;
}
.home #mosaic article .stats .tr {
  left: 420px;
  width: 420px;
}
.home #mosaic article .stats .bl,
.home #mosaic article .stats .tr {
  height: 210px;
}
.home #mosaic article .stats .tl,
.home #mosaic article .stats .br {
  height: 420px;
}
.home #events {
  padding: 65px 24px 0;
  background-color: #fbfbfb;
}
.home #events ul li {
  width: 50%;
  float: left;
  color: #9a9a9a;
  margin-bottom: 30px;
}
.home #events ul li time {
  font-size: 16px;
  font-weight: 700;
  width: 123px;
  float: left;
}
.home #events ul li .text {
  width: 353px;
  float: left;
}
.home #events ul li .text h1 {
  font-size: 16px;
  margin-bottom: 1em;
}
.home #events ul li .text h1,
.home #events ul li .text h1 a {
  color: #040404;
  text-decoration: none;
  font-weight: 700;
}
.home #events ul li .text h1 a:hover {
  text-decoration: underline;
}
.home #events ul li .text p {
  font-size: 10px;
  color: #919090;
}
@media screen and (max-width: 999px) {
  .home section header h1 {
    font-size: 29.16px;
    margin-bottom: 22px;
  }
  .home #news,
  .home #programs {
    margin-bottom: 0;
  }
  .home #news > ul > li,
  .home #programs > ul > li {
    width: 100%;
  }
  .home #news > ul > li article p,
  .home #programs > ul > li article p {
    font-size: 14px;
    line-height: 17px;
  }
  .home #news {
    height: 233px;
    background: #fff;
    padding-left: 0;
  }
  .home #news a.prev,
  .home #news a.next {
    top: 100px;
    width: 27px;
    height: 44px;
  }
  .home #news a.next {
    right: 16px;
  }
  .home #news a.prev {
    left: 16px;
  }
  .home #news > ul > li {
    width: 100vw;
    padding-top: 0px;
  }
  .home #news > ul > li article {
    height: 233px;
    border-right: 0;
    padding: 32px 61px 0;
  }
  .home #news > ul > li article h1,
  .home #news > ul > li article h1 > a {
    font-size: 28px;
  }
  .home #news > ul > li article h1 {
    margin-bottom: 20px;
  }
  .home #news > ul > li article > a {
    font-size: 18px;
    margin-top: 24px;
  }
  .home #news > ul > li article > a:before {
    font-size: 22px;
  }
  .home #programs {
    background: #b07918;
    height: 671px;
  }
  .home #programs header {
    height: 65px;
  }
  .home #programs header h1 {
    color: #fff;
    padding: 18px 0 0 60px;
    margin-bottom: 0;
  }
  .home #programs a.prev,
  .home #programs a.next {
    display: none;
  }
  .home #programs .swipe {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 106px;
    height: 151px;
    background: url('images/swipe.png') 50% 50% / contain no-repeat;
    transform: translate(-50%, -50%);
    pointer-events: none;
  }
  .home #programs .swipe.hide {
    opacity: 0;
    transition: opacity 0.5s;
  }
  .home #programs > ul {
    height: 606px;
    overflow-x: scroll!important;
    -webkit-overflow-scrolling: touch;
  }
  .home #programs > ul > li article div.image {
    position: relative;
  }
  .home #programs > ul > li article div.image,
  .home #programs > ul > li article div.image a {
    height: 368px;
  }
  .home #programs > ul > li article h1,
  .home #programs > ul > li article p,
  .home #programs > ul > li article a.mobile {
    padding: 0 14px;
    color: #fff;
  }
  .home #programs > ul > li article h1,
  .home #programs > ul > li article h1 > a {
    color: #fff;
  }
  .home #programs > ul > li article h1 {
    font-size: 28px;
    margin-top: 24px;
  }
  .home #programs > ul > li article p {
    margin-top: 28px;
  }
  .home #programs > ul > li article > a.mobile {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    margin-top: 12px;
    display: block;
  }
  .home #programs > ul > li article > a.mobile:before {
    display: inline-block;
    font: normal normal normal 20px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f138";
    color: #fff;
    margin-right: 6px;
    line-height: 20px;
  }
  .home #mosaic {
    background-image: none;
    background-size: 100% auto;
    padding: 60px;
  }
  .home #mosaic header {
    display: none;
  }
  .home #mosaic article {
    display: block!important;
  }
  .home #mosaic article h1 {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    padding: 0;
    letter-spacing: 0;
    margin-bottom: 57px;
  }
  .home #mosaic article h1.mobile,
  .home #mosaic article h2.mobile {
    display: block;
    text-align: center;
    line-height: 100%;
  }
  .home #mosaic article h1.mobile {
    font-size: 47.13px;
    color: #b27b00;
    font-weight: 300;
    text-transform: none;
    margin-bottom: 15px;
  }
  .home #mosaic article h2.mobile {
    font-size: 26.93px;
    font-weight: 800;
    color: #050505;
    text-transform: uppercase;
  }
  .home #mosaic article h2.mobile:after {
    width: 65px;
    height: 2px;
    background-color: #b27b00;
    content: ' ';
    margin: 22px auto 24px;
    display: block;
  }
  .home #mosaic article > ul {
    float: left;
    width: 100%;
    padding: 0 15px 55px;
  }
  .home #mosaic article > ul li {
    width: 25%;
    float: left;
    padding: 0 10px;
    font-size: 12px;
    text-align: justify;
  }
  .home #mosaic article > ul li h2 {
    margin-bottom: 1em;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -0.03em;
  }
  .home #mosaic article .stats {
    display: none;
  }
}
@media print {
  section.with-sidebar {
    width: 100%!important;
  }
  section.with-sidebar .toolbox,
  section.with-sidebar aside {
    display: none;
  }
  section.with-sidebar .breadcrumb {
    padding: 0;
    margin-top: 0;
    background: #fff;
  }
  section.with-sidebar > h1,
  section.with-sidebar .breadcrumb,
  section.with-sidebar article,
  section.with-sidebar ul.article-list {
    float: left;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  section.with-sidebar article .image {
    background-image: none!important;
  }
  section.with-sidebar article .image img {
    visibility: visible!important;
  }
  .content blockquote p,
  #content blockquote p {
    background-image: none;
  }
  .content blockquote p:before,
  #content blockquote p:before,
  .content blockquote p:after,
  #content blockquote p:after {
    font-family: serif;
    color: #999;
    position: absolute;
    font-size: 96px;
    line-height: 100%;
  }
  .content blockquote p:before,
  #content blockquote p:before {
    content: '“';
    top: 0;
    left: 0;
  }
  .content blockquote p:after,
  #content blockquote p:after {
    content: '”';
    bottom: 0;
    right: 0;
    line-height: 1px;
  }
}
.popover {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  z-index: 9999;
}
.popover .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#popup .inner {
  background: #ffffff url(images/bg-popup.png) 237px 0 no-repeat;
  width: 674px;
  height: 316px;
  -ms-transform: translate(-674px/2,-316px/2);
  -webkit-transform: translate(-674px/2,-316px/2);
  -moz-transform: translate(-674px/2,-316px/2);
  -o-transform: translate(-674px/2,-316px/2);
  transform: translate(-674px/2,-316px/2);
  font-size: 10px;
  padding: 62px 40px 40px 237px;
  overflow: hidden;
}
#popup .inner .image {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 208px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
#popup .inner .close {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 40px;
  height: 40px;
  background: #b78311;
  color: #fff;
  text-align: center;
  line-height: 40px;
  vertical-align: middle;
  font-size: 28px;
  cursor: pointer;
}
#popup .inner .content {
  overflow-y: auto;
  height: 100%;
}
#popup .inner .content h1,
#popup .inner .content h2 {
  text-transform: none;
}
#popup .inner .content h1 {
  font-size: 29px;
  color: #b78311;
  font-weight: 600;
  margin-bottom: 4px;
}
#popup .inner .content h2 {
  font-size: 14px;
  color: #292929;
  font-weight: 800;
  margin-bottom: 1em;
}
#popup .inner .content p,
#popup .inner .content li {
  font-size: 10px;
  line-height: 110%;
}
#popup .inner.no-image {
  padding-left: 40px;
  background-position: 50% 0;
}
#apply {
  left: -10000px;
  opacity: 0;
}
#apply .close {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 40px;
  height: 40px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  vertical-align: middle;
  font-size: 28px;
  cursor: pointer;
}
#apply img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
#apply.visible {
  left: 0;
  opacity: 1;
  -ms-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.content {
  padding: 0;
}
.content .gform_wrapper form li,
.content .gform_wrapper li {
  padding-left: 0;
}
.content .gform_wrapper form li:before,
.content .gform_wrapper li:before {
  display: none;
  content: '';
}
.content .gform_wrapper {
  max-width: 100%;
  border: 20px solid #eaeaea;
  padding: 20px;
  margin: 0 0 20px 0;
}
.content .gform_wrapper .gform_footer {
  margin: 0;
  padding: 0;
}
.content .gform_wrapper .gform_footer .gform_button {
  background: #003494;
  border: 0;
  clear: both;
  text-align: center;
  color: #fff;
  text-decoration: none;
  display: block;
  font-size: 15px;
  padding: 15px 20px;
  font-weight: normal;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.content .gform_wrapper .gform_footer .gform_button:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f061";
}
.content .gform_wrapper .gform_body {
  margin-top: 30px;
}
.content .gform_wrapper .gform_body li.gfield.gfield_error {
  border: 0 !important;
}
.content .gform_wrapper .gform_body li.gfield {
  padding-left: 0 !important;
}
.content .gform_wrapper .gform_body li.gfield:before {
  display: none !important;
}
.content .gform_wrapper .gform_body .gfield label,
.content .gform_wrapper .gform_body .gfield .gfield_label,
.content .gform_wrapper .gform_body .gfield .gfield_description,
.content .gform_wrapper .gform_body .gfield .gfield_radio label,
.content .gform_wrapper .gform_body .gfield .gfield_checkbox label {
  font-size: 13px;
  color: #666;
}
.content .gform_wrapper .gform_body .gfield .instruction {
  font-size: 13px;
}
.content .gform_wrapper .gform_body .gfield .gfield_radio > li,
.content .gform_wrapper .gform_body .gfield .gfield_radio > li label,
.content .gform_wrapper .gform_body .gfield .gfield_checkbox > li,
.content .gform_wrapper .gform_body .gfield .gfield_checkbox > li label {
  vertical-align: middle;
}
.content .gform_wrapper .gform_body .gfield input[type=text],
.content .gform_wrapper .gform_body .gfield input[type=email],
.content .gform_wrapper .gform_body .gfield input[type=number],
.content .gform_wrapper .gform_body .gfield select,
.content .gform_wrapper .gform_body .gfield textarea {
  border: 1px solid #e5e5e5;
  outline: none;
  font-size: 13px!important;
  background: #fff;
}
.content .gform_wrapper .gform_body .gfield input[type=text],
.content .gform_wrapper .gform_body .gfield input[type=email],
.content .gform_wrapper .gform_body .gfield input[type=number],
.content .gform_wrapper .gform_body .gfield select {
  height: 30px;
}
.content .gform_wrapper .gform_body .gfield .ginput_full {
  display: block;
}
.content .gform_wrapper .gform_body .gfield .ginput_full input[type=text],
.content .gform_wrapper .gform_body .gfield .ginput_full input[type=email],
.content .gform_wrapper .gform_body .gfield .ginput_full input[type=number],
.content .gform_wrapper .gform_body .gfield .ginput_full select,
.content .gform_wrapper .gform_body .gfield .ginput_full textarea {
  width: 99%!important;
  max-width: 100%;
}
.content .gform_wrapper .gform_body .gfield .ginput_complex .ginput_full,
.content .gform_wrapper .gform_body .gfield .ginput_container_date .ginput_full,
.content .gform_wrapper .gform_body .gfield .ginput_complex .ginput_container_date,
.content .gform_wrapper .gform_body .gfield .ginput_container_date .ginput_container_date {
  margin-bottom: 1em;
}
.content .gform_wrapper .gform_body .gfield_list th,
.content .gform_wrapper .gform_body .gfield_list td {
  height: auto!important;
  padding: 8px 16px;
}
.content .gform_wrapper .gform_body .gfield_list th,
.content .gform_wrapper .gform_body .gfield_list td {
  border-left: 1px solid #eaeaea;
}
.content .gform_wrapper .gform_body .gfield_list th:first-child,
.content .gform_wrapper .gform_body .gfield_list td:first-child {
  border: 0;
}
.content .gform_wrapper .gform_body .gfield_list td.gfield_list_icons {
  white-space: nowrap;
  border: 0;
  padding-right: 0;
}
.content .gform_wrapper .gform_body .gfield_list td.gfield_list_icons img {
  width: 16px;
  height: auto;
}
