/* Compile Time 2017-08-16T06:13:50+00:00 */
/* 	-------------------------------------------------
 	Base Mixins
	------------------------------------------------- */
/* 	-------------------------------------------------
 	Grayscale Filter
	------------------------------------------------- */
.grayscale {
  filter: alpha(opacity=50);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(50));
  filter: alpha(opacity=(50));
  -moz-opacity: 0.5;
  opacity: 0.5;
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
.no-grayscale {
  opacity: 100;
  filter: alpha(opacity=10000);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
  filter: alpha(opacity=(100));
  -moz-opacity: 1;
  opacity: 1;
  filter: none;
  -webkit-filter: grayscale(0%);
}
/* 	-------------------------------------------------
 	Animations
	------------------------------------------------- */
/* 	-------------------------------------------------
 	Media Wraps
	------------------------------------------------- */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(65));
  filter: alpha(opacity=(65));
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #3b5f97;
  border-color: #2d4872;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #2d4872;
  border-color: #090e17;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #2d4872;
  border-color: #1b2c46;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #2d4872;
  border-color: #1b2c46;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #233859;
  border-color: #090e17;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #3b5f97;
  border-color: #2d4872;
}
.btn-primary .badge {
  color: #3b5f97;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
html,
body {
  height: 100%;
}
@media (max-width: 767px) {
  html,
  body {
    height: auto;
  }
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #555555;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  background: #ffffff;
  background-size: cover;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: normal;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  font-weight: inherit;
}
h2 {
  font-size: 1.6em;
}
.site-wrap {
  min-height: 100%;
}
a {
  color: #2d4872;
}
a:hover,
a:focus {
  color: #3b5f97;
}
.btn {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
img {
  image-rendering: optimizeQuality;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -o-crisp-edges;
  image-rendering: crisp-edges;
  image-rendering: auto;
}
input,
select,
textarea {
  color: #444;
  line-height: normal;
}
button,
input[type="button"],
input[type="submit"] {
  border-radius: 0;
  color: #ffffff;
  background-color: #3b5f97;
  border-color: #2d4872;
}
button:focus,
input[type="button"]:focus,
input[type="submit"]:focus,
button.focus,
input[type="button"].focus,
input[type="submit"].focus {
  color: #ffffff;
  background-color: #2d4872;
  border-color: #090e17;
}
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
  color: #ffffff;
  background-color: #2d4872;
  border-color: #1b2c46;
}
button:active,
input[type="button"]:active,
input[type="submit"]:active,
button.active,
input[type="button"].active,
input[type="submit"].active,
.open > .dropdown-togglebutton,
.open > .dropdown-toggleinput[type="button"],
.open > .dropdown-toggleinput[type="submit"] {
  color: #ffffff;
  background-color: #2d4872;
  border-color: #1b2c46;
}
button:active:hover,
input[type="button"]:active:hover,
input[type="submit"]:active:hover,
button.active:hover,
input[type="button"].active:hover,
input[type="submit"].active:hover,
.open > .dropdown-togglebutton:hover,
.open > .dropdown-toggleinput[type="button"]:hover,
.open > .dropdown-toggleinput[type="submit"]:hover,
button:active:focus,
input[type="button"]:active:focus,
input[type="submit"]:active:focus,
button.active:focus,
input[type="button"].active:focus,
input[type="submit"].active:focus,
.open > .dropdown-togglebutton:focus,
.open > .dropdown-toggleinput[type="button"]:focus,
.open > .dropdown-toggleinput[type="submit"]:focus,
button:active.focus,
input[type="button"]:active.focus,
input[type="submit"]:active.focus,
button.active.focus,
input[type="button"].active.focus,
input[type="submit"].active.focus,
.open > .dropdown-togglebutton.focus,
.open > .dropdown-toggleinput[type="button"].focus,
.open > .dropdown-toggleinput[type="submit"].focus {
  color: #ffffff;
  background-color: #233859;
  border-color: #090e17;
}
button:active,
input[type="button"]:active,
input[type="submit"]:active,
button.active,
input[type="button"].active,
input[type="submit"].active,
.open > .dropdown-togglebutton,
.open > .dropdown-toggleinput[type="button"],
.open > .dropdown-toggleinput[type="submit"] {
  background-image: none;
}
button.disabled:hover,
input[type="button"].disabled:hover,
input[type="submit"].disabled:hover,
button[disabled]:hover,
input[type="button"][disabled]:hover,
input[type="submit"][disabled]:hover,
fieldset[disabled] button:hover,
fieldset[disabled] input[type="button"]:hover,
fieldset[disabled] input[type="submit"]:hover,
button.disabled:focus,
input[type="button"].disabled:focus,
input[type="submit"].disabled:focus,
button[disabled]:focus,
input[type="button"][disabled]:focus,
input[type="submit"][disabled]:focus,
fieldset[disabled] button:focus,
fieldset[disabled] input[type="button"]:focus,
fieldset[disabled] input[type="submit"]:focus,
button.disabled.focus,
input[type="button"].disabled.focus,
input[type="submit"].disabled.focus,
button[disabled].focus,
input[type="button"][disabled].focus,
input[type="submit"][disabled].focus,
fieldset[disabled] button.focus,
fieldset[disabled] input[type="button"].focus,
fieldset[disabled] input[type="submit"].focus {
  background-color: #3b5f97;
  border-color: #2d4872;
}
button .badge,
input[type="button"] .badge,
input[type="submit"] .badge {
  color: #3b5f97;
  background-color: #ffffff;
}
.form-control {
  border-radius: 0;
}
#page,
.navbar .after-footer {
  max-width: 100%;
}
.site-header {
  background: #ffffff;
  color: #555555;
}
.site-branding {
  position: relative;
  padding: 0;
  max-width: 1170px;
  margin: auto;
}
.site-branding .banner-image {
  padding: 20px 0;
}
.site-branding .hero-image {
  height: 0 !important;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 42.73504274%;
}
.site-branding .social-icons {
  display: inline-block;
  position: relative;
  float: none;
}
.site-branding .social-icons .search-form-wrap {
  display: none;
}
.site-branding .social-icon-wrap {
  position: absolute;
  right: 15px;
  top: 20px;
}
@media (max-width: 767px) {
  .site-branding {
    text-align: center;
  }
  .site-branding img {
    display: block;
    margin: auto;
  }
}
body:not(.mobile) .navigation-wrap,
body:not(.wp-customizer-preview) .navigation-wrap {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  min-height: 60px;
}
body:not(.mobile) .navigation-wrap.full,
body:not(.wp-customizer-preview) .navigation-wrap.full {
  min-height: 100px;
}
body:not(.mobile) .navigation-wrap .navigation-wrap-inner.affix,
body:not(.wp-customizer-preview) .navigation-wrap .navigation-wrap-inner.affix {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
}
body.admin-bar .navigation-wrap .navigation-wrap-inner.affix {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  top: 32px;
}
body.developer:not(.developer_disabled) .navigation-wrap .navigation-wrap-inner.affix {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  margin-top: 32px;
}
body.mobile .navigation-wrap {
  position: relative;
  z-index: 2;
}
body.wp-customizer-preview .navigation-wrap .navigation-wrap-inner {
  position: static;
}
@media (max-width: 767px) {
  body .navigation-wrap {
    min-height: initial !important;
  }
  body .navigation-wrap .navigation-wrap-inner {
    position: static !important;
  }
  body .navigation-wrap #site-navigation .social-icons {
    position: absolute;
    right: 80px;
    top: 4px;
  }
}
#site-navigation {
  background: rgba(255, 255, 255, 0.8);
}
.navbar {
  background: none;
  text-transform: uppercase;
  font-weight: bold;
  padding: 4px 0;
}
.navbar .navbar-brand {
  position: relative;
  background: url('../../mjc/images/banner_logo.png') center no-repeat;
  background-size: contain;
  font-size: 0;
  width: 250px;
  margin: 0 5px;
}
.navbar .navbar-brand .brand-alt {
  background: inherit;
  background-size: inherit;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}
.navbar .navbar-nav {
  padding-top: 5px;
  padding-bottom: 5px;
}
.navbar .navbar-nav > li > a {
  color: #3b5f97;
}
.navbar .navbar-nav a:hover,
.navbar .navbar-nav a:focus,
.navbar .navbar-nav .open > a {
  background: none;
  color: #4c77b9;
}
.navbar .navbar-nav .active > a {
  background: none;
  color: #4c77b9;
}
.navbar .navbar-toggle {
  border-radius: 0;
  background: none;
  border: 1px solid #3b5f97;
}
.navbar .navbar-toggle .icon-bar {
  background: #3b5f97;
}
.navbar .navbar-toggle:hover {
  border-color: #4c77b9;
}
.navbar .navbar-toggle:hover .icon-bar {
  background: #4c77b9;
}
.navbar .social-icons {
  line-height: 50px;
  color: #3b5f97;
}
.navbar .social-icons .search-form .form-group {
  vertical-align: top;
}
.navbar .social-icons .search-form .form-group label {
  margin: 0;
}
.navbar .dropdown-menu {
  border-radius: 0;
}
.navbar .dropdown-menu a {
  color: #3b5f97;
}
@media (min-width: 768px) {
  .navbar .dropdown-menu {
    border-radius: 0;
  }
  .navbar .dropdown-menu a {
    color: #555555;
  }
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .navbar .navbar-brand {
    width: 190px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar {
    font-size: 0.8em;
  }
  .navbar .navbar-brand {
    width: 150px;
  }
  .navbar .navbar-nav > li > a {
    padding-left: 8px;
    padding-right: 8px;
  }
}
#sub-navigation {
  line-height: 40px;
  background: rgba(230, 230, 230, 0.8);
  color: #3b5f97;
}
#sub-navigation .breadcrumb {
  text-shadow: none;
}
#sub-navigation .breadcrumb > li + li:before {
  color: inherit;
}
.search-form {
  /*& .form-control:not(:focus) {
		width: 30px;
		background: none;
	}*/
}
.search-form .form-group {
  position: relative;
  margin: 0;
}
.search-form .form-group label {
  cursor: pointer;
}
.search-form .form-group label:hover {
  color: #4c77b9;
}
.search-form .form-group .form-control {
  position: absolute;
  left: -8px;
  top: 8px;
  width: 100px;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
  filter: alpha(opacity=(100));
  -moz-opacity: 1;
  opacity: 1;
}
.search-form .form-group .form-control:not(:focus) {
  width: 0;
  filter: alpha(opacity=0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
  filter: alpha(opacity=(0));
  -moz-opacity: 0;
  opacity: 0;
  padding-left: 0;
  padding-right: 0;
}
.breadcrumb {
  float: left;
  background: none;
  padding: 0;
  border-radius: 0;
  margin: 0;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumb > .active {
  color: inherit;
}
.nav-pagination {
  text-align: center;
}
.nav-pagination .pagination {
  border-radius: 0;
}
.nav-pagination .pagination > li > a,
.nav-pagination .pagination > li > span {
  border-radius: 0;
  color: #3b5f97;
}
.nav-pagination .pagination > li > a:hover,
.nav-pagination .pagination > li > span:hover,
.nav-pagination .pagination > li > a:focus,
.nav-pagination .pagination > li > span:focus {
  color: #ffffff;
  background: #3b5f97;
  border-color: #3b5f97;
}
.nav-pagination .pagination > li.active > a,
.nav-pagination .pagination > li.active > span {
  color: #ffffff;
  background: #3b5f97;
  border-color: #3b5f97;
}
.site-content {
  background: #ffffff;
  color: #555555;
  min-height: 450px;
}
.site-content .content-area {
  padding-top: 0;
  padding-bottom: 35px;
  overflow: hidden;
}
.site-footer {
  background: #ebebeb;
  color: #3b5f97;
  padding: 20px 0;
  font-size: 0.85em;
}
.site-footer a {
  color: #3b5f97;
}
.site-footer a:hover {
  color: #263c60;
}
.site-footer .footer-links {
  position: relative;
}
.site-footer .footer-links li {
  display: inline;
}
.site-footer .footer-links li + li:before {
  content: ' | ';
}
.site-footer .footer-links li a {
  color: inherit;
}
.site-footer .footer-links li a:hover {
  text-decoration: underline;
}
.site-footer .footer-logos {
  position: relative;
  background-size: 100% auto !important;
}
.site-footer .footer-logos a {
  position: absolute;
  width: 30px;
  height: 100%;
  left: 0;
  top: 0;
}
.social-icons {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1.6em;
}
.social-icons:after {
  content: '';
  display: block;
  clear: both;
}
.social-icons li {
  float: left;
}
.social-icons li a {
  display: block;
  width: 1.5em;
  text-align: center;
  color: inherit;
}
.social-icons li a:hover {
  color: #3b5f97;
}
.social-icons li + li {
  margin-left: 5px;
}
.flexslider {
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: none;
  background: none;
}
.flexslider .flex-direction-nav a {
  margin: 0;
  height: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: none;
  text-indent: initial;
  color: #fff;
}
.flexslider .flex-direction-nav .flex-prev {
  left: 10px;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
  filter: alpha(opacity=(100));
  -moz-opacity: 1;
  opacity: 1;
}
.flexslider .flex-direction-nav .flex-next {
  right: 10px;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
  filter: alpha(opacity=(100));
  -moz-opacity: 1;
  opacity: 1;
  text-align: right;
}
.flexslider .flex-control-nav {
  bottom: 10px;
  line-height: 15px;
}
.flexslider .flex-control-paging li a {
  width: 15px;
  height: 15px;
  background: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.flexslider .flex-control-paging li a.flex-active {
  background: rgba(255, 255, 255, 0.9);
}
.countdown {
  /* Large numbers with units underneath */
}
.countdown .digit-group {
  display: inline-block;
}
.countdown .digit-group + .digit-group {
  margin-left: 0.5em;
}
.countdown .digit-group + .digit-group:before {
  content: ':';
  padding: 0 3px;
  margin-left: -0.5em;
}
.countdown .digit-group.s:after {
  padding-left: 3px;
}
.countdown .digit:before {
  content: '0';
}
.countdown .digit.value1:before {
  content: '1';
}
.countdown .digit.value2:before {
  content: '2';
}
.countdown .digit.value3:before {
  content: '3';
}
.countdown .digit.value4:before {
  content: '4';
}
.countdown .digit.value5:before {
  content: '5';
}
.countdown .digit.value6:before {
  content: '6';
}
.countdown .digit.value7:before {
  content: '7';
}
.countdown .digit.value8:before {
  content: '8';
}
.countdown .digit.value9:before {
  content: '9';
}
.countdown .day:after {
  content: 'day';
}
.countdown .hour:after {
  content: 'hr';
}
.countdown .minute:after {
  content: 'min';
}
.countdown .second:after {
  content: 'sec';
}
.countdown .day.s:after {
  content: 'days';
}
.countdown .hour.s:after {
  content: 'hrs';
}
.countdown .minute.s:after {
  content: 'mins';
}
.countdown .second.s:after {
  content: 'secs';
}
.countdown.centered {
  text-align: center;
}
.countdown.centered .digital-group {
  text-align: left;
}
.countdown.subtitle:after {
  display: block;
  margin-top: 10px;
}
.countdown.style1 .digit-group {
  text-align: left;
  vertical-align: top;
  font-size: 3.5em;
  line-height: normal;
  margin-right: 20px;
}
.countdown.style1 .digit-group:after {
  display: block;
  font-size: 0.27em;
}
.countdown.style1 .digit-group:before {
  display: none;
}
.fancybox-skin {
  border-radius: 0;
}
.fancybox-close {
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  width: 1.5em;
  height: 1.5em;
  font-size: 1.5em;
  line-height: 1.3em;
  text-align: center;
  color: #fff;
}
.fancybox-close:before {
  content: "\f00d";
  display: inline-block;
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
}
.fancybox-close:hover {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
}
/*.entry-content {
	.fl-builder-content {
		margin-left: -20px;
		margin-right: -20px;
	}
	.fl-row-fixed-width {
		max-width: none;
	}
	.fl-row-content-wrap {
		padding-top: 0;
		padding-bottom: 0;
		//padding: 0;
		margin-left: -20px;
		margin-right: -20px;
	}
	.fl-module-content {
		margin-top: 0;
		margin-bottom: 0;
	}
}*/
.fl-row-fixed-width {
  max-width: 1170px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .fl-row-fixed-width {
    max-width: 970px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .fl-row-fixed-width {
    max-width: 750px;
  }
}
.fl-site-header {
  margin-bottom: -20px;
}
.fl-site-header .fl-row-content-wrap {
  padding-bottom: 0;
  padding-top: 0;
}
.fl-site-header .fl-module-content {
  margin-bottom: 0;
  margin-top: 0;
}
@-moz-keyframes fadeIn {
  from {
    filter: alpha(opacity=0);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
    filter: alpha(opacity=(0));
    -moz-opacity: 0;
    opacity: 0;
  }
  to {
    filter: alpha(opacity=100);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
    filter: alpha(opacity=(100));
    -moz-opacity: 1;
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  from {
    filter: alpha(opacity=0);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
    filter: alpha(opacity=(0));
    -moz-opacity: 0;
    opacity: 0;
  }
  to {
    filter: alpha(opacity=100);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
    filter: alpha(opacity=(100));
    -moz-opacity: 1;
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  from {
    filter: alpha(opacity=0);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
    filter: alpha(opacity=(0));
    -moz-opacity: 0;
    opacity: 0;
  }
  to {
    filter: alpha(opacity=100);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
    filter: alpha(opacity=(100));
    -moz-opacity: 1;
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    filter: alpha(opacity=0);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
    filter: alpha(opacity=(0));
    -moz-opacity: 0;
    opacity: 0;
  }
  to {
    filter: alpha(opacity=100);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
    filter: alpha(opacity=(100));
    -moz-opacity: 1;
    opacity: 1;
  }
}
h1,
h2,
h3,
h4,
h5 {
  color: #3b5f97;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  color: inherit;
}
.navigation-wrap {
  position: relative;
  z-index: 2;
}
.navigation-wrap .navigation-wrap-inner {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}
.navigation-wrap #site-navigation {
  background: #ffffff;
}
body:not(.mobile) .navigation-wrap,
body:not(.wp-customizer-preview) .navigation-wrap {
  min-height: 72px;
}
#sub-navigation {
  padding: 10px 0;
  background: #ffffff;
  position: relative;
  z-index: 1;
}
.site-header {
  background: #ebebeb;
}
.site-branding-text {
  display: none;
}
.site-branding {
  max-width: 1440px;
  width: 100%;
}
.navbar {
  text-transform: none;
  padding: 10px 0;
}
.navbar .navbar-brand {
  width: 100px;
}
.navbar-mobile {
  display: none;
}
@media (max-width: 767px) {
  .navbar-nav {
    display: none;
  }
  .navbar-mobile {
    display: block;
  }
}
.entry-header .entry-date {
  display: block;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .home.page .navigation-wrap {
    min-height: 0;
    height: 0;
    position: absolute;
    left: 0;
    right: 0;
  }
  .home.page .navigation-wrap-inner.affix-top {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
  }
  .home.page .navigation-wrap-inner.affix-top #site-navigation {
    background: none;
  }
  .home.page .navigation-wrap-inner.affix-top .navbar-brand {
    background-image: none !important;
  }
  .home.page .navigation-wrap-inner.affix-top .navbar-brand .brand-alt {
    display: block;
  }
  .home.page .navigation-wrap-inner.affix-top .navbar .navbar-nav > li > a {
    color: #ffffff;
    position: relative;
  }
  .home.page .navigation-wrap-inner.affix-top .navbar .navbar-nav > li > a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    right: 50%;
    border-top: 2px solid #ffffff;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  .home.page .navigation-wrap-inner.affix-top .navbar .navbar-nav > li.active > a:after,
  .home.page .navigation-wrap-inner.affix-top .navbar .navbar-nav > li > a:hover:after {
    left: 10px;
    right: 10px;
  }
  .home.page .entry-content {
    max-width: 900px;
    margin: auto;
  }
  .home.page .entry-content h2 {
    font-size: 2.5em;
    font-weight: 400;
    margin-bottom: 10px;
  }
  .home.page .entry-content p {
    font-size: 1.3em;
    font-weight: 400;
    line-height: 1.4em;
  }
}
.event-slider {
  background: #333;
  height: 0;
  padding-bottom: 52.92792793%;
  overflow: hidden;
}
.event-slider .flex-control-nav {
  bottom: 30px;
}
.event-slider .row > div {
  height: 0;
  padding-bottom: 34.18803419%;
  position: relative;
}
.event-slider li {
  position: relative;
}
.event-slider li .container {
  position: absolute;
  left: 0;
  right: 0;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.event-slider .event-image {
  filter: alpha(opacity=50);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(50));
  filter: alpha(opacity=(50));
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.event-slider .event-title {
  font-size: 3em;
  color: #ffffff;
  text-align: center;
  max-width: 370px;
  margin: auto;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.event-slider .event-tba {
  font-size: 3em;
  border-top: 2px solid;
  border-bottom: 2px solid;
  margin-bottom: -10px;
  line-height: 1.2em;
  padding: 5px 0;
}
.event-slider .event-info {
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  max-width: 370px;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.event-slider .event-logo {
  position: relative;
  height: 0;
  padding-bottom: 70%;
}
.event-slider .event-logo img {
  background: none center no-repeat;
  background-size: contain !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.event-slider .event-date {
  font-size: 3em;
  border-top: 2px solid;
  border-bottom: 2px solid;
  margin-bottom: 10px;
  line-height: 1.2em;
  padding: 5px 0;
}
.event-slider .event-countdown {
  font-size: 3em;
}
.event-slider .event-countdown .digit-group:after {
  display: block;
  font-size: 0.4em;
  text-align: center;
  font-weight: bold;
}
.event-slider .event-date-footer {
  font-size: 1.5em;
  font-weight: bold;
  margin-top: 20px;
  border-bottom: 2px solid;
  padding-bottom: 10px;
}
.event-slider .is-background:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 72px;
  background: rgba(0, 0, 0, 0.6);
}
.event-slider .is-background .container {
  top: 50%;
}
.event-slider .is-background .event-image {
  background: none center no-repeat;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
  filter: alpha(opacity=(100));
  -moz-opacity: 1;
  opacity: 1;
}
@media (min-width: 768px) and (max-width: 991px) {
  .event-slider .event-logo {
    padding-bottom: 80% !important;
  }
  .event-slider .event-info {
    font-size: 0.6em;
    top: 60%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .event-slider .flex-control-nav {
    bottom: 20px;
  }
  .event-slider .is-background:before {
    height: 122px;
  }
}
@media (max-width: 767px) {
  .event-slider {
    height: auto;
    padding-bottom: 0;
  }
  .event-slider li .container {
    position: static;
    top: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    padding-bottom: 20px;
  }
  .event-slider .row > div {
    height: auto;
    padding-bottom: 0;
  }
  .event-slider .event-logo {
    height: auto;
    padding-bottom: 0;
    max-width: 540px;
    margin: 20px auto;
  }
  .event-slider .event-logo img {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    position: static;
    height: auto !important;
    padding-bottom: 0 !important;
    max-height: 270px;
  }
  .event-slider .event-image {
    position: absolute;
    padding-bottom: 100% !important;
    width: 100% !important;
    height: 100% !important;
  }
  .event-slider .event-info {
    position: static;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    font-size: 0.6em;
    min-height: 180px;
  }
  .event-slider .flex-control-nav {
    bottom: 20px;
  }
}
@media (max-width: 479px) {
  .event-slider .event-info {
    min-height: 180px;
  }
}
.news-wrapper h2 {
  text-align: center;
  font-weight: 400;
  font-size: 2.4em;
  margin-bottom: 20px;
}
.news-wrapper .news-image {
  background: #333333 center no-repeat;
}
.news-wrapper .news-slider {
  max-width: 1300px;
  margin: auto;
}
.news-wrapper .news-entry-info {
  padding: 15px 30px;
}
.news-wrapper .news-entry-info h3 {
  margin: 0;
  font-size: 1.3em;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 5px;
}
.news-wrapper .news-entry-info time {
  display: block;
  color: #3b5f97;
  font-size: 0.9em;
  margin-bottom: 10px;
}
.news-wrapper .news-entry-info .news-more {
  display: block;
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 0.9em;
}
.news-wrapper .news-slider {
  /*position: relative;
		&:before {
			content: '';
			position: absolute;
			left: -400%;
			right: -400%;
			top: 0;
			bottom: 50%;
			background: #333;
		}*/
}
.news-wrapper .news-slider .news-entry-info h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-wrapper .news-slider .flex-direction-nav .flex-prev,
.news-wrapper .news-slider .flex-direction-nav .flex-next {
  top: 28%;
}
.news-wrapper .news-slider .flex-direction-nav .flex-disabled {
  display: none;
}
.feed {
  margin-left: -5px;
  margin-right: -5px;
  filter: alpha(opacity=0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
  filter: alpha(opacity=(0));
  -moz-opacity: 0;
  opacity: 0;
}
.entry-wrap.landing {
  width: 33.33333333%;
}
.entry-wrap.landing .entry {
  position: relative;
  display: block;
  height: 0;
  padding-bottom: 62.16216216%;
  background: rgba(255, 255, 255, 0.85);
  margin: 5px;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.entry-wrap.landing .entry .entry-title {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.3em;
}
.entry-wrap.landing .entry:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
@media (min-width: 1200px) {
  .feed .entry-wrap.landing {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .feed .entry-wrap.landing {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .feed .entry-wrap.landing {
    width: 100%;
  }
}
.feed-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: none center no-repeat;
  background-size: cover;
  filter: alpha(opacity=50);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(50));
  filter: alpha(opacity=(50));
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.entry-wrap.listing {
  width: 33.33333333%;
}
.entry-wrap.listing .entry-image {
  display: block;
  height: 0;
  padding-bottom: 60%;
  background: none center no-repeat;
  background-size: cover;
}
.entry-wrap.listing .entry-image img {
  display: none;
}
.entry-wrap.listing .entry-info {
  display: block;
  padding: 20px;
  text-align: center;
}
.entry-wrap.listing .entry-title {
  display: block;
  font-size: 1.3em;
  font-weight: bold;
}
@media (max-width: 991px) {
  .entry-wrap.listing {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .entry-wrap.listing {
    width: 100%;
  }
}
.entry-wrap.board-member {
  width: 50%;
  margin-bottom: 20px;
}
.entry-wrap.board-member .entry-image {
  padding-bottom: 117.64705882%;
}
.entry-wrap.board-member .entry-info {
  text-align: left;
}
.entry-wrap.board-member .entry-info .entry-title {
  font-size: 1.1em;
}
.entry-wrap.board-member .row {
  margin: 0;
}
.entry-wrap.board-member .row > div {
  padding: 0;
}
.fancybox-inner .entry-image {
  float: left;
  width: 170px;
  height: 200px;
  background: none center no-repeat;
  background-size: cover;
  margin-right: 20px;
  margin-bottom: 20px;
}
.fancybox-inner .entry-image img {
  display: none;
}
.fancybox-inner .entry-info {
  margin-bottom: 20px;
}
.fancybox-inner .entry-title {
  font-weight: bold;
  font-size: 1.1em;
}
@media (max-width: 767px) {
  .fancybox-inner .entry-image {
    display: block;
    margin: 0 auto 20px;
    float: none;
  }
  .fancybox-inner .entry-info {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .entry-wrap.board-member {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .entry-wrap.board-member {
    margin-bottom: 10px;
  }
  .entry-wrap.board-member .entry-info {
    padding: 10px 15px;
  }
}
.entry-wrap.news {
  padding: 0 5px;
  margin-bottom: 10px;
}
.entry-wrap.news .entry-image {
  filter: alpha(opacity=40);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(40));
  filter: alpha(opacity=(40));
  -moz-opacity: 0.4;
  opacity: 0.4;
}
.entry-wrap.news .entry-info {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.entry-wrap.news .entry {
  position: relative;
  display: block;
  color: #ffffff;
  background-color: #333;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.entry-wrap.news .entry:hover {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
}
.entry-wrap.event {
  border-bottom: 2px solid #ebebeb;
  padding-bottom: 20px;
  margin-bottom: 20px;
  width: 100%;
}
.entry-wrap.event .entry-info {
  padding: 10px 0;
  text-align: left;
}
.entry-wrap.event .entry-title {
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 10px;
}
.entry-wrap.event .entry-links {
  list-style: none;
  padding: 0;
  font-size: 1.4em;
}
.entry-wrap.event .entry-links li {
  display: inline-block;
  vertical-align: middle;
}
.entry-wrap.event .entry-tickets {
  list-style: none;
  padding: 0;
  float: right;
}
.entry-wrap.event .entry-tickets li {
  display: inline-block;
  vertical-align: middle;
}
.entry-wrap.event .entry-tickets li .btn {
  font-size: 1.2em;
  font-weight: bold;
}
@media (max-width: 991px) {
  .entry-wrap.event .entry-info {
    padding: 20px;
    padding-bottom: 0;
    margin-bottom: -10px;
  }
}
#timeline {
  -webkit-animation: fadeIn 1.2s ease-in-out 1s both;
  -moz-animation: fadeIn 1.2s ease-in-out 1s both;
  -o-animation: fadeIn 1.2s ease-in-out 1s both;
  animation: fadeIn 1.2s ease-in-out 1s both;
}
#timeline .timeline-header {
  padding: 10px 15px;
  color: #ffffff;
  font-size: 0.85em;
  line-height: 1.2em;
}
#timeline .timeline-title {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 5px;
}
#timeline .timeline-container {
  overflow: auto;
}
#timeline .timeline-actions {
  float: right;
}
#timeline .timeline-actions > a {
  display: inline-block;
}
#timeline .timeline-full {
  width: 150px;
}
#timeline .timeline-full .timeline-ruler {
  border-top: 2px solid #3b5f97;
  padding-top: 8px;
  margin-bottom: 10px;
  font-size: 0.85em;
}
#timeline .timeline-full .timeline-ruler:after {
  content: '';
  display: block;
  clear: both;
}
#timeline .timeline-full .timeline-ruler-col {
  float: left;
  text-align: center;
  color: #3b5f97;
  position: relative;
  border-left: 1px solid;
  border-right: 1px solid;
  font-weight: bold;
}
#timeline .timeline-full .timeline-ruler-col + .timeline-ruler-col {
  border-left: none;
}
#timeline .timeline-full .timeline-row {
  position: relative;
  height: 120px;
  overflow: hidden;
}
#timeline .timeline-full .timeline-entry {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
#timeline .timeline-full .timeline-entry .timeline-image {
  float: left;
  height: 100%;
}
#timeline .timeline-full .timeline-entry .timeline-background {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  background: inherit;
}
#timeline .timeline-full .timeline-entry .timeline-background img {
  height: 100%;
}
#timeline .timeline-full .timeline-entry .timeline-background:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: inherit;
  filter: alpha(opacity=50);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(50));
  filter: alpha(opacity=(50));
  -moz-opacity: 0.5;
  opacity: 0.5;
  z-index: 1;
}
#timeline .timeline-full .timeline-entry .timeline-info {
  float: left;
  position: relative;
  z-index: 1;
}
#timeline .timeline-full .timeline-entry.reversed .timeline-image {
  float: right;
}
#timeline .timeline-full .timeline-entry.reversed .timeline-background {
  float: left;
  position: relative;
}
#timeline .timeline-compact .pp-timeline-icon {
  background: #ffffff;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: bold;
  font-size: 1.2em;
  color: #3b5f97;
}
#timeline .timeline-compact .pp-timeline-icon-hidden {
  background: none;
  color: transparent;
}
#timeline .timeline-compact .pp-timeline-content-wrapper:before {
  border-right: 2px solid #3b5f97;
}
#timeline .timeline-compact .pp-timeline-content-wrapper:after {
  border-color: #3b5f97;
}
#timeline .timeline-compact .pp-timeline-content-wrapper .pp-timeline-item {
  margin-bottom: 0;
}
#timeline .timeline-compact .pp-timeline-content-wrapper .pp-timeline-item .pp-separator-arrow {
  border-left: 10px solid transparent;
}
#timeline .timeline-compact .pp-timeline-content-wrapper .pp-timeline-item .pp-separator-arrow-blue {
  border-left-color: #00a4e4 !important;
}
#timeline .timeline-compact .pp-timeline-content-wrapper .pp-timeline-item .pp-separator-arrow-red {
  border-left-color: #ef4135 !important;
}
#timeline .timeline-compact .pp-timeline-content-wrapper .pp-timeline-item .pp-separator-arrow-orange {
  border-left-color: #f78e1e !important;
}
#timeline .timeline-compact .pp-timeline-content-wrapper .pp-timeline-item .pp-separator-arrow-pink {
  border-left-color: #e64097 !important;
}
#timeline .timeline-compact .pp-timeline-content-wrapper .pp-timeline-item .pp-separator-arrow-yellow {
  border-left-color: #f0b91e !important;
}
#timeline .timeline-compact .pp-timeline-content-wrapper .pp-timeline-item:nth-of-type(2n) .pp-separator-arrow {
  border-left: 10px solid transparent;
  -webkit-transform: translateY(-50%) scaleX(-1);
  -moz-transform: translateY(-50%) scaleX(-1);
  -o-transform: translateY(-50%) scaleX(-1);
  transform: translateY(-50%) scaleX(-1);
}
#timeline .timeline-compact .timeline-image {
  width: 100%;
}
@media (max-width: 767px) {
  #timeline .timeline-compact .pp-timeline-content-wrapper .pp-timeline-item {
    margin-bottom: 10px;
  }
  #timeline .timeline-compact .pp-timeline-content-wrapper .pp-timeline-item .pp-separator-arrow {
    border-left: 10px solid transparent;
    -webkit-transform: translateY(-50%) scaleX(-1);
    -moz-transform: translateY(-50%) scaleX(-1);
    -o-transform: translateY(-50%) scaleX(-1);
    transform: translateY(-50%) scaleX(-1);
  }
  #timeline .timeline-compact .pp-timeline-content-wrapper:before {
    left: 3%;
    -webkit-transform: translateX(-3%);
    -moz-transform: translateX(-3%);
    -o-transform: translateX(-3%);
    -ms-transform: translateX(-3%);
    transform: translateX(-3%);
  }
  #timeline .timeline-compact .pp-timeline-content-wrapper:after {
    left: 3%;
    -webkit-transform: translateX(-40%);
    -moz-transform: translateX(-40%);
    -o-transform: translateX(-40%);
    -ms-transform: translateX(-40%);
    transform: translateX(-40%);
  }
  #timeline .timeline-compact .pp-timeline-content-wrapper .pp-timeline-item .pp-timeline-content {
    float: right;
    width: 90%;
  }
  #timeline .timeline-compact .pp-timeline-content-wrapper .pp-timeline-item .pp-timeline-icon-wrapper {
    left: 3%;
    width: 14%;
  }
  #timeline .timeline-compact .pp-timeline-content-wrapper .pp-timeline-item .pp-timeline-icon-wrapper .pp-separator-arrow {
    left: auto;
    right: 0;
  }
  #timeline .timeline-compact .pp-timeline-content-wrapper .pp-timeline-item:nth-of-type(2n) .pp-timeline-icon-wrapper .pp-separator-arrow {
    right: 0;
  }
}
@media (max-width: 479px) {
  #timeline .timeline-compact .pp-timeline-content-wrapper .pp-timeline-item .pp-timeline-content {
    width: 85%;
  }
  #timeline .timeline-compact .pp-timeline-content-wrapper .pp-timeline-item .pp-timeline-icon-wrapper {
    left: 4%;
    width: 22%;
  }
}
.timeline-entry-blue {
  background: #00a4e4;
}
.timeline-entry-red {
  background: #ef4135;
}
.timeline-entry-orange {
  background: #f78e1e;
}
.timeline-entry-pink {
  background: #e64097;
}
.timeline-entry-yellow {
  background: #f0b91e;
}
.page-template-page-landing .site-header {
  display: none;
}
.page-template-page-landing .site-content {
  height: 100%;
  overflow: hidden;
  background: #333;
  color: #ffffff;
  position: relative;
}
.page-template-page-landing .site-content h1,
.page-template-page-landing .site-content h2,
.page-template-page-landing .site-content h3,
.page-template-page-landing .site-content h4,
.page-template-page-landing .site-content h5 {
  color: inherit;
}
.page-template-page-landing .site-content .container {
  position: relative;
}
.page-template-page-landing .site-wrap,
.page-template-page-landing .site-wrap > div {
  height: 100%;
  min-height: 100%;
}
.masonry {
  -webkit-animation: fadeIn 1.2s ease-in-out both;
  -moz-animation: fadeIn 1.2s ease-in-out both;
  -o-animation: fadeIn 1.2s ease-in-out both;
  animation: fadeIn 1.2s ease-in-out both;
}
.sponsors {
  padding-bottom: 20px;
}
.sponsors h4 {
  font-size: 1.4em;
  border-bottom: 1px solid rgba(102, 102, 102, 0.4);
  padding-bottom: 5px;
}
.sponsors .entry-wrap.listing {
  width: 25%;
}
.sponsors .entry-wrap.listing .entry {
  display: block;
  padding: 0 10px;
}
.sponsors .entry-wrap.listing .entry-image {
  background-size: contain;
  padding-bottom: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .sponsors .entry-wrap.listing {
    width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .sponsors .entry-wrap.listing {
    width: 50%;
  }
}
.site-footer {
  position: relative;
}
.footnote .row > div {
  margin-bottom: 10px;
}
.footnote.left {
  text-align: left;
}
.footnote.right {
  text-align: right;
}
@media (max-width: 767px) {
  .footnote {
    text-align: center !important;
  }
}
/*# sourceMappingURL=../css/screen.css.map */