/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
*    user zoom.
*/
html {
  font-family: Verdana, Geneva, sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
* Remove default margin.
*/
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
* Correct `block` display not defined for any HTML5 element in IE 8/9.
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox.
* Correct `block` display not defined for `main` in IE 11.
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
* 1. Correct `inline-block` display not defined in IE 8/9.
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
*/
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
  display: none;
  height: 0; }

/**
   * Address `[hidden]` styling not present in IE 8/9/10.
   */
[hidden] {
  display: none; }

/**
* Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
*/
template {
  display: none; }

/* Links
   ========================================================================== */
/**
   * Remove the gray background color from active links in IE 10.
   */
a {
  background-color: transparent; }

/**
* Improve readability when focused and also mouse hovered in all browsers.
*/
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
* Address styling not present in IE 8/9/10/11, Safari, and Chrome.
*/
abbr[title] {
  border-bottom: 1px dotted; }

/**
* Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
*/
b,
strong {
  font-weight: bold; }

/**
* Address styling not present in Safari and Chrome.
*/
dfn {
  font-style: italic; }

/**
* Address variable `h1` font-size and margin within `section` and `article`
* contexts in Firefox 4+, Safari, and Chrome.
*/
h1 {
  font-size: 2em;
  margin: 0.66667em 0; }

/**
   * Address styling not present in IE 8/9.
   */
mark {
  background: #ff0;
  color: #000; }

/**
* Address inconsistent and variable font size in all browsers.
*/
small {
  font-size: 80%; }

/**
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
   * Remove border when inside `a` element in IE 8/9/10.
   */
img {
  border: 0; }

/**
   * Correct overflow not hidden in IE 9/10/11.
   */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
   * Address margin not present in IE 8/9 and Safari.
   */
figure {
  margin: 1em 40px; }

/**
* Address differences between Firefox and other browsers.
*/
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
* Contain overflow in all browsers.
*/
pre {
  overflow: auto; }

/**
* Address odd `em`-unit font size rendering in all browsers.
*/
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
* Known limitation: by default, Chrome and Safari on OS X allow very limited
* styling of `select`, unless a `border` property is set.
*/
/**
* 1. Correct color not being inherited.
*    Known issue: affects color of disabled elements.
* 2. Correct font properties not being inherited.
* 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
*/
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
   * Address `overflow` set to `hidden` in IE 8/9/10/11.
   */
button {
  overflow: visible; }

/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
* Correct `select` style inheritance in Firefox.
*/
button,
select {
  text-transform: none; }

/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
*    and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
*    `input` and others.
*/
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
* Re-set default cursor for disabled elements.
*/
button[disabled],
html input[disabled] {
  cursor: default; }

/**
* Remove inner padding and border in Firefox 4+.
*/
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/
input {
  line-height: normal; }

/**
   * It's recommended that you don't attempt to style these elements.
   * Firefox's implementation doesn't respect box-sizing, padding, or width.
   *
   * 1. Address box sizing set to `content-box` in IE 8/9/10.
   * 2. Remove excess padding in IE 8/9/10.
   */
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
* Fix the cursor style for Chrome's increment/decrement buttons. For certain
* `font-size` values of the `input`, it causes the cursor style of the
* decrement button to change from `default` to `text`.
*/
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto; }

/**
* 1. Address `appearance` set to `searchfield` in Safari and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari and Chrome
*    (include `-moz` to future-proof).
*/
input[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
* Remove inner padding and search cancel button in Safari and Chrome on OS X.
* Safari (but not Chrome) clips the cancel button when the search input has
* padding (and `textfield` appearance).
*/
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
* Define consistent border, margin, and padding.
*/
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
* 1. Correct `color` not being inherited in IE 8/9/10/11.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Remove default vertical scrollbar in IE 8/9/10/11.
   */
textarea {
  overflow: auto; }

/**
* Don't inherit the `font-weight` (applied by a rule above).
* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
*/
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
* Remove most spacing between table cells.
*/
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

img {
  max-width: 100%; }

h1, h2 {
  font-family: "EB Garamond", serif;
  color: #1656a5;
  font-weight: normal;
  margin-top: 0; }

h3 {
  font-family: verdana;
  color: #1656a5;
  font-weight: normal;
  margin-top: 0;
  font-size: 1.125em;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 0.625em; }
  @media (min-width: 50em) {
    h3 {
      margin-left: 0em; } }

h4 {
  font-family: verdana;
  color: #1656a5;
  font-weight: normal;
  margin-top: 0;
  font-size: 1em;
  margin-bottom: 13px;
  margin-left: 0.625em;
  margin-right: 1.5625em;
  line-height: 1.6; }
  @media (min-width: 50em) {
    h4 {
      margin-left: 0em; } }

p .blue-text {
  font-family: verdana;
  color: #1656a5;
  font-weight: normal;
  margin-top: 0;
  font-size: 15px;
  line-height: 1.6; }

p .blue-banner {
  display: block;
  padding: 15px;
  background-color: #E0E7EF;
  border: 1px solid #B5C1CF; }

#text h4:first-child, .image-wrapper + h4 {
  margin-top: 15px; }

h1 {
  font-size: 1.375em;
  line-height: 1.3;
  margin-bottom: 0.375em; }
  @media (min-width: 40.063em) {
    h1 {
      font-size: 1.6875em; } }
  @media (min-width: 50em) {
    h1 {
      font-size: 1.875em; } }

h2 {
  font-size: 1.125em;
  line-height: 1.3;
  margin-bottom: 0.5625em; }
  @media (min-width: 40.063em) {
    h2 {
      font-size: 1.25em; } }
  @media (min-width: 50em) {
    h2 {
      font-size: 1.375em; } }

p {
  font-size: 0.75em;
  margin-bottom: 0.75em;
  margin-left: 0.9375em;
  margin-right: 1.5625em;
  line-height: 1.7;
  letter-spacing: 0.0425em; }
  @media (min-width: 50em) {
    p {
      margin-left: 0em; } }

main ul, main ol {
  font-size: 0.75em;
  margin-bottom: 0.75em;
  letter-spacing: 0.0425em;
  padding-left: 15px; }

main ul li, main ol li {
  margin-bottom: 3px; }

a {
  text-decoration: none;
  color: #0043BF; }
  a:hover {
    color: #036;
    text-decoration: underline; }

.o-button {
  background: #FFCC66;
  padding: 5px 11px 5px 11px;
  font-size: 15px;
  transition: 0.1s all; }
  .o-button:hover, .o-button:focus {
    background-color: #D7DCEA;
    color: #000000;
    text-decoration: none; }

/* Makes border-box properties */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  background-color: #EAEAEA; }

.container {
  max-width: 945px;
  margin-left: auto;
  margin-right: auto;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 95%;
  background-color: #FFF;
  margin-top: 15px;
  margin-bottom: 20px; }
  .container:after {
    content: " ";
    display: block;
    clear: both; }
  @media (min-width: 32em) {
    .container {
      -webkit-box-shadow: 3px 6px 5px 0px rgba(50, 50, 50, 0.55);
      -moz-box-shadow: 3px 6px 5px 0px rgba(50, 50, 50, 0.55);
      box-shadow: 3px 6px 5px 0px rgba(50, 50, 50, 0.55); } }

main {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0.9375em; }
  @media (min-width: 50em) {
    main {
      width: 74.57627%;
      float: right;
      margin-right: 0; } }

.image-wrapper {
  position: relative; }
  .image-wrapper img {
    display: block;
    width: 100%; }
  .image-wrapper .file-caption {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    font-size: 0.6875em;
    color: #FFF;
    padding: 0.625em 0.9375em; }
    @media (min-width: 40.063em) {
      .image-wrapper .file-caption {
        position: absolute;
        bottom: 0;
        right: 0; } }

.youtube {
  margin-top: 22px;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }
  @media (min-width: 40.063em) {
    .youtube {
      width: 49.15254%;
      float: left;
      margin-right: 1.69492%; } }
  .youtube .videoWrapper {
    position: relative;
    padding-bottom: 50%;
    padding-top: 25px;
    height: 0;
    margin-bottom: 15px; }
  .youtube .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.vid_text {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }
  @media (min-width: 40.063em) {
    .vid_text {
      width: 49.15254%;
      float: right;
      margin-right: 0; } }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 5px 0 0 0;
  padding: 0;
  clear: both;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #CCCCCC -moz-use-text-color -moz-use-text-color;
  border-image: none;
  border-right: 0 none;
  border-style: solid none none;
  border-width: 1px 0 0;
  clear: both;
  display: block;
  height: 1px;
  margin: 5px 10px 5px 0;
  padding: 0; }

ul.newstyle {
  margin-top: 13px;
  list-style: none;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0; }

ul.newstyle li {
  background-image: none;
  padding-left: 0px;
  font-weight: normal;
  color: #6d6d6d;
  font-size: 11px;
  line-height: 13px;
  width: 100%;
  margin-bottom: 10px;
  padding-right: 5px; }
  ul.newstyle li {
    *zoom: 1; }
  ul.newstyle li:before, ul.newstyle li:after {
    content: "";
    display: table; }
  ul.newstyle li:after {
    clear: both; }
  @media (min-width: 46.875em) {
    ul.newstyle li {
      width: 50%;
      float: left;
      height: 71px; } }

ul.newstyle .thumb {
  width: 120px;
  height: 68px;
  overflow: hidden;
  display: block;
  position: relative;
  float: left;
  clear: left;
  margin-right: 10px; }

ul.newstyle .thumb .time {
  width: 37px;
  height: 12px;
  text-align: center;
  position: absolute;
  background-color: black;
  bottom: 3px;
  right: 3px;
  color: #FFF;
  font-size: 9px;
  z-index: 20;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  display: none; }

ul.newstyle .thumb img {
  margin: -11px -0px -11px 0px; }

ul.newstyle a.vid_title {
  color: #5075A7;
  font-size: 13px;
  font-weight: normal;
  text-decoration: none;
  display: block;
  margin-bottom: 5px;
  line-height: 18px; }

ul.newstyle a.vid_title.active {
  color: #303030; }

ul.newstyle a.vid_title:hover {
  color: #303030; }

.vid_name {
  color: #2B3F59; }

.vid_name {
  display: block;
  margin-top: 10px;
  font-size: 11px; }

.popup {
  background-color: #E0E7EF;
  border: 1px solid #B5C1CF;
  margin: 0px;
  width: 95%;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 40.063em) {
    .popup {
      float: left;
      display: inline;
      width: 58%;
      margin-left: 15px; } }
  @media (min-width: 50em) {
    .popup {
      margin-left: 0;
      width: 60%; } }

.innerpopup {
  padding: 8px; }

.popup img {
  vertical-align: middle; }

.maps {
  height: 258px;
  width: 35%;
  margin: 0px;
  float: right;
  display: inline;
  border: 1px solid #B5C1CF;
  margin-right: 15px;
  display: none; }
  @media (min-width: 40.063em) {
    .maps {
      display: block; } }

.innerpopup p {
  margin-right: 0; }

.location-wrapper {
  float: left;
  width: 100%;
  margin-bottom: 20px; }

.map_link {
  margin-left: 10px; }
  @media (min-width: 40.063em) {
    .map_link {
      display: none; } }

.location_popup_address {
  border-top: 1px solid #B5C1CF;
  padding-top: 10px; }

.tutors {
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px; }
  @media (min-width: 50em) {
    .tutors {
      max-width: 945px;
      margin-left: auto;
      margin-right: auto;
      margin-right: 10px; }
      .tutors:after {
        content: " ";
        display: block;
        clear: both; } }

.tutors__card {
  float: left;
  margin-bottom: 10px;
  width: 49.15254%;
  float: left; }
  .tutors__card:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0; }
  .tutors__card:nth-child(2n + 2) {
    margin-left: 50.84746%;
    margin-right: -100%;
    clear: none; }
  @media (min-width: 32em) {
    .tutors__card {
      width: 32.20339%;
      float: left; }
      .tutors__card:nth-child(3n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0; }
      .tutors__card:nth-child(3n + 2) {
        margin-left: 33.89831%;
        margin-right: -100%;
        clear: none; }
      .tutors__card:nth-child(3n + 3) {
        margin-left: 67.79661%;
        margin-right: -100%;
        clear: none; } }
  @media (min-width: 50em) {
    .tutors__card {
      margin-bottom: 15px; } }

.tutors__image {
  margin-bottom: 5px; }

.tutors__name {
  font-size: 0.875em;
  margin-left: 0;
  margin-bottom: 4px; }

.tutors__title {
  font-weight: bold; }

.tutors__card p {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0; }

@media (min-width: 50em) {
  .menu-btn, .pushy {
    display: none; } }

nav.primary {
  display: none;
  margin-bottom: 0.9375em; }
  @media (min-width: 50em) {
    nav.primary {
      display: block;
      margin-top: 0;
      width: 23.72881%;
      float: left;
      margin-right: 1.69492%; }
      nav.primary .menu_title {
        background-color: #a5b3d3;
        font-size: 0.8125em;
        color: #FFF;
        margin: 8px 12px;
        padding: 3px 5px 3px 5px; } }

.menu-btn {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 1.25em;
  cursor: pointer;
  color: #103f78;
  padding: 0;
  position: absolute;
  top: 5px;
  right: 5px; }
  .menu-btn span {
    clear: right;
    display: block;
    line-height: 0.7;
    font-size: 0.6875em;
    text-align: center;
    margin: auto; }
  .menu-btn span.hamburger {
    font-size: 3.125em;
    margin-top: 0;
    font-weight: normal;
    float: right;
    margin-bottom: 4px; }

.pushy {
  background: #FFFFFF; }
  .pushy ul {
    list-style: none;
    padding-left: 0; }

.pushy ul li a {
  font-weight: normal;
  color: #000;
  padding: 4px 8px; }
  .pushy ul li a.special {
    background: #FFCC66; }
  .pushy ul li a:hover, .pushy ul li a.active {
    color: #000;
    background-color: #D7DCEA; }

.pushy ul li ul {
  font-size: 0.8125em; }
  .pushy ul li ul a {
    padding-left: 30px; }

.pushy h4.mob_menu_title {
  background-color: #a5b3d3;
  font-size: 0.8125em;
  color: #FFF;
  margin: 8px 12px;
  padding: 3px 5px 3px 5px;
  font-family: Verdana, Geneva, sans-serif; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after,
  .mfp-arrow .mfp-b,
  .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after,
  .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before,
  .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

header {
  position: relative; }
  header {
    *zoom: 1; }
  header:before, header:after {
    content: "";
    display: table; }
  header:after {
    clear: both; }
  header .logo {
    margin: 0 auto;
    display: block;
    width: 190px;
    max-width: 224px;
    margin-top: 3px; }
    @media (min-width: 40.063em) {
      header .logo {
        float: left;
        width: auto; } }
  header h1, header h2 {
    text-align: center;
    padding: 0 10px; }
    @media (min-width: 40.063em) {
      header h1, header h2 {
        text-align: left;
        margin-left: 200px; } }
    @media (min-width: 64.063em) {
      header h1, header h2 {
        margin-left: 230px; } }
  @media (min-width: 40.063em) {
    header h1 {
      margin-top: 0.625em;
      margin-bottom: 0.125em;
      margin-right: 2.8125em; } }
  @media (min-width: 50em) {
    header h1 {
      margin-right: 0; } }
  @media (min-width: 59.0625em) {
    header h1 {
      margin-top: 1.375em;
      margin-bottom: 0.125em; } }

footer {
  clear: both;
  background-color: #DDE7F5; }
  footer {
    *zoom: 1; }
  footer:before, footer:after {
    content: "";
    display: table; }
  footer:after {
    clear: both; }
  footer .footer-head {
    background-image: url("/images/footer-head.png");
    background-repeat: repeat-x;
    height: 7px;
    font-size: 0px;
    line-height: 0;
    border-bottom: 3px solid #FFF; }
  footer .footer-left {
    border-bottom: 1px solid #FFF;
    padding: 10px; }
    footer .footer-left {
      *zoom: 1; }
    footer .footer-left:before, footer .footer-left:after {
      content: "";
      display: table; }
    footer .footer-left:after {
      clear: both; }
    @media (min-width: 50em) {
      footer .footer-left {
        padding: 10px 0 0 10px;
        width: 23.72881%;
        float: left;
        margin-right: 1.69492%;
        border-right: 1px solid #FFF; } }
    footer .footer-left a {
      word-break: break-word;
      word-wrap: break-word;
      word-break: break-all;
      -webkit-hyphens: auto;
      -moz-hyphens: auto;
      hyphens: auto; }
  footer .footer-centre {
    border-bottom: 1px solid #FFF;
    padding: 10px; }
    footer .footer-centre {
      *zoom: 1; }
    footer .footer-centre:before, footer .footer-centre:after {
      content: "";
      display: table; }
    footer .footer-centre:after {
      clear: both; }
    @media (min-width: 31.25em) {
      footer .footer-centre {
        width: 49.15254%;
        float: left;
        margin-right: 1.69492%;
        border-right: 1px solid #FFF;
        border-bottom: none; } }
    @media (min-width: 50em) {
      footer .footer-centre {
        width: 36.44068%;
        float: left;
        margin-right: 1.69492%;
        padding: 10px 0 0 0; } }
  footer .footer-right {
    padding: 10px; }
    footer .footer-right {
      *zoom: 1; }
    footer .footer-right:before, footer .footer-right:after {
      content: "";
      display: table; }
    footer .footer-right:after {
      clear: both; }
    @media (min-width: 31.25em) {
      footer .footer-right {
        width: 49.15254%;
        float: right;
        margin-right: 0;
        padding: 10px 0 0 0; } }
    @media (min-width: 50em) {
      footer .footer-right {
        padding: 10px 10px 0 0;
        width: 36.44068%;
        float: right;
        margin-right: 0; } }
  footer p {
    font-size: 0.6875em;
    line-height: 1.5;
    letter-spacing: 0.5px;
    margin: 0px 8px 10px 0;
    overflow: hidden; }
  footer .footer_p {
    overflow: hidden; }
  footer img {
    float: left;
    border: 1px solid #666;
    margin: 0px 10px 10px 0;
    display: inline; }
    @media (min-width: 50em) {
      footer img {
        margin: 0px 10px 10px 0; } }
  footer h5 {
    font-size: 0.8125em;
    line-height: 1.5;
    letter-spacing: 0.4px;
    margin-bottom: 10px;
    font-weight: bold;
    margin-left: 0;
    margin-top: 0;
    margin-right: 6px; }

.footer-lower {
  overflow: hidden;
  padding-bottom: 4px;
  background-image: -webkit-linear-gradient(top, #224596 0%, #617AB2 100%);
  background-image: -o-linear-gradient(top, #224596 0%, #617AB2 100%);
  background-image: linear-gradient(to bottom, #224596 0%, #617AB2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF224596', endColorstr='#FF617AB2', GradientType=0); }
  .footer-lower p {
    color: #DDD;
    font-size: 0.6875em;
    text-align: right;
    line-height: 1.5; }
  .footer-lower a {
    color: #CECECE; }

/*# sourceMappingURL=style.css.map */
