﻿@charset "UTF-8";


/* =========================================================================

    Project: CECV
    Author: XHTMLized
    Last updated: Mon Aug 22 2016 16:17:14

    1. Normalize
    2. Grid
    3. Slick
    4. Font-awesome
    5. Magnific-popup
    6. Pikaday
    7. Core
    8. Fonts
    9. Helpers
    10. Base
    11. Layout
    12. Type
    13. Form
    14. Buttons
    15. Select
    16. Select2
    17. _sitemapstyler
    18. Header
    19. Navigation
    20. Footer
    21. Hero
    22. Tile-banner
    23. Big-image-box
    24. Calendar-box
    25. Links-box
    26. Intro
    27. Breadcrumb
    28. Img-tiles
    29. Cta-poster
    30. Feature
    31. Nav-list
    32. Sidebar
    33. Section-nav
    34. Section
    35. People-tiles
    36. Board
    37. Img-title-tiles
    38. Block-links
    39. Book
    40. Search-col
    41. Search-map
    42. Listing
    43. Data-el
    44. Box
    45. Result-box
    46. Content
    47. Buttons-bar
    48. Tabs
    49. Accordion
    50. Address
    51. Term
    52. Cover
    53. Search-box
    54. Filter
    55. Job
    56. Pagination
    57. Divider
    58. List-defs
    59. List-links
    60. List-buttons
    61. Heading
    62. Newsletter
    63. Search-results
    64. Datepicker
    65. Publications
    66. Checkbox
    67. Alpha-listing
    68. School-detail
    69. Utilities

   ========================================================================= */


/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
  font-family: 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.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */


/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

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.67em 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 {
  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.
 */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * 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;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container:before,
.container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 100%;
  }

}

@media (min-width: 1024px) {
  .container {
    width: 100%;
  }

}

@media (min-width: 1220px) {
  .container {
    width: 1200px;
  }

}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid:before,
.container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row:before,
.row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.3333333333%;
  }

  .col-sm-2 {
    width: 16.6666666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.3333333333%;
  }

  .col-sm-push-2 {
    left: 16.6666666667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.3333333333%;
  }

  .col-sm-push-5 {
    left: 41.6666666667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.3333333333%;
  }

  .col-sm-push-8 {
    left: 66.6666666667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.3333333333%;
  }

  .col-sm-push-11 {
    left: 91.6666666667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

}

@media (min-width: 1024px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.3333333333%;
  }

  .col-md-2 {
    width: 16.6666666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-5 {
    width: 41.6666666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.3333333333%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.3333333333%;
  }

  .col-md-11 {
    width: 91.6666666667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.3333333333%;
  }

  .col-md-pull-2 {
    right: 16.6666666667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.3333333333%;
  }

  .col-md-pull-5 {
    right: 41.6666666667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.3333333333%;
  }

  .col-md-pull-8 {
    right: 66.6666666667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.3333333333%;
  }

  .col-md-pull-11 {
    right: 91.6666666667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.3333333333%;
  }

  .col-md-push-2 {
    left: 16.6666666667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.3333333333%;
  }

  .col-md-push-5 {
    left: 41.6666666667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.3333333333%;
  }

  .col-md-push-8 {
    left: 66.6666666667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.3333333333%;
  }

  .col-md-push-11 {
    left: 91.6666666667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

}

@media (min-width: 1220px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.3333333333%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.3333333333%;
  }

  .col-lg-push-2 {
    left: 16.6666666667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.3333333333%;
  }

  .col-lg-push-5 {
    left: 41.6666666667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.3333333333%;
  }

  .col-lg-push-8 {
    left: 66.6666666667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  .col-lg-push-11 {
    left: 91.6666666667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

/* FONT PATH
 * -------------------------- */

@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.4.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.4.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.4.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa,
.link-arrow a:before,
.select2-container--default .select2-selection--single .select2-selection__arrow b,
.select[multiple] ~ .select2 .select2-selection:after,
.navigation-submenu-btn:before,
.tile-banner-menu a:before,
.calendar-box .slick-arrow,
.intro-text-more a:last-child:before,
.nav-list--arrows 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;
}

/* makes the font 33% larger relative to the icon container */

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.link-arrow a.fa-pull-left:before,
.select2-container--default .select2-selection--single .select2-selection__arrow b.fa-pull-left,
.select[multiple] ~ .select2 .fa-pull-left.select2-selection:after,
.fa-pull-left.navigation-submenu-btn:before,
.tile-banner-menu a.fa-pull-left:before,
.calendar-box .fa-pull-left.slick-arrow,
.intro-text-more a.fa-pull-left:last-child:before,
.nav-list--arrows a.fa-pull-left:before {
  margin-right: .3em;
}

.fa.fa-pull-right,
.link-arrow a.fa-pull-right:before,
.select2-container--default .select2-selection--single .select2-selection__arrow b.fa-pull-right,
.select[multiple] ~ .select2 .fa-pull-right.select2-selection:after,
.fa-pull-right.navigation-submenu-btn:before,
.tile-banner-menu a.fa-pull-right:before,
.calendar-box .fa-pull-right.slick-arrow,
.intro-text-more a.fa-pull-right:last-child:before,
.nav-list--arrows a.fa-pull-right:before {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left,
.link-arrow a.pull-left:before,
.select2-container--default .select2-selection--single .select2-selection__arrow b.pull-left,
.select[multiple] ~ .select2 .pull-left.select2-selection:after,
.pull-left.navigation-submenu-btn:before,
.tile-banner-menu a.pull-left:before,
.calendar-box .pull-left.slick-arrow,
.intro-text-more a.pull-left:last-child:before,
.nav-list--arrows a.pull-left:before {
  margin-right: .3em;
}

.fa.pull-right,
.link-arrow a.pull-right:before,
.select2-container--default .select2-selection--single .select2-selection__arrow b.pull-right,
.select[multiple] ~ .select2 .pull-right.select2-selection:after,
.pull-right.navigation-submenu-btn:before,
.tile-banner-menu a.pull-right:before,
.calendar-box .pull-right.slick-arrow,
.intro-text-more a.pull-right:last-child:before,
.nav-list--arrows a.pull-right:before {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }

}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }

}

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before,
.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before,
.calendar-box .slick-prev:before {
  content: "";
}

.fa-angle-right:before,
.link-arrow a:before,
.tile-banner-menu a:before,
.calendar-box .slick-next:before,
.intro-text-more a:last-child:before,
.nav-list--arrows a:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before,
.navigation-submenu-btn:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

/* 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;
  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: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  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;
  -ms-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;
  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: transparent;
}

.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;
  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;
    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;
}

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */

.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.pika-single.is-hidden {
  display: none;
}

.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}

.pika-single {
  *zoom: 1;
}

.pika-single:before,
.pika-single:after {
  content: " ";
  display: table;
}

.pika-single:after {
  clear: both;
}

.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px;
}

.pika-title {
  position: relative;
  text-align: center;
}

.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0;
}

.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
}

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: .5;
  *position: absolute;
  *top: 0;
}

.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: .2;
}

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  *left: 0;
}

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  *right: 0;
}

.pika-select {
  display: inline-block;
  *display: inline;
}

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}

.pika-table th,
.pika-table td {
  width: 14.285714285714286%;
  padding: 0;
}

.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}

.pika-table abbr {
  border-bottom: none;
  cursor: help;
}

.pika-button {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5;
}

.is-today .pika-button {
  color: #33aaff;
  font-weight: bold;
}

.is-selected .pika-button {
  color: #fff;
  font-weight: bold;
  background: #33aaff;
  box-shadow: inset 0 1px 3px #178fe5;
  border-radius: 3px;
}

.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: .3;
}

.pika-button:hover {
  color: #fff;
  background: #ff8000;
  box-shadow: none;
  border-radius: 3px;
}

.pika-week {
  font-size: 11px;
  color: #999;
}

.is-inrange .pika-button {
  background: #D5E9F7;
}

.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  box-shadow: none;
  border-radius: 3px;
}

.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  box-shadow: none;
  border-radius: 3px;
}

.tile-banner:after,
.section:after,
.pagination:after,
.list-defs:after,
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.footer-btn-top i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.header-form-btn i,
.tile-banner-menu a:before,
.nav-list--arrows a:before,
.sidebar-title i,
.buttons-bar-btn i,
.accordion-header i,
.search-box-form-btn i,
.filter-box-btn i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

html {
  font-size: 62.5%;
  box-sizing: border-box;
}

html *,
html *:before,
html *:after {
  box-sizing: inherit;
}

body,
button,
input,
select,
textarea,
.pure-g [class*="pure-u"] {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.66;
  color: #000;
}

img {
  max-width: 100%;
}

p {
  margin: 0 0 1em;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 375px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }

}

.content-space {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media screen and (min-width: 768px) {
  .content-space-sm {
    padding-top: 40px;
    padding-bottom: 40px;
  }

}

@media screen and (min-width: 1024px) {
  .content-space,
  .content-space-sm,
  .content-space-md {
    padding-top: 79px;
    padding-bottom: 79px;
  }

}

.content-grid,
.content-space-large,
.content-space-big {
  padding: 70px 0;
  overflow: hidden;
}

@media screen and (min-width: 1024px) {
  .content-grid {
    padding: 77px 0 69px;
  }

  .content-space-big {
    padding: 100px 0 130px;
  }

  .content-space-large {
    padding: 166px 0 116px;
  }

}

.content-top-space {
  padding-top: 30px;
}

.content-bottom-space {
  padding-bottom: 30px;
}

@media screen and (min-width: 1024px) {
  .content-bottom-space {
    padding-bottom: 100px;
  }

}

.content-white {
  background: #fff;
}

.content-blue,
.content-purple,
.content-teal {
  color: #fff;
}

.content-blue .text-body p,
.content-purple .text-body p,
.content-teal .text-body p {
  color: #fff;
}

.content-blue .text-body a,
.content-purple .text-body a,
.content-teal .text-body a {
  color: #fff;
  text-decoration: underline;
}

.content-blue .text-body a:hover,
.content-purple .text-body a:hover,
.content-teal .text-body a:hover {
  color: #000;
}

.content-blue {
  background: #232F84;
}

.content-purple {
  background: #AF006E;
}

.content-teal {
  background: #008B99;
}

.content-gray {
  border: 1px solid #ccc;
  border-width: 1px 0;
  background: #E4E4E8;
}

.content-gray .text-body a {
  color: #A00045;
}

.content-gray .text-body a:hover {
  color: #000;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .content-gray-sm {
    border: 1px solid #ccc;
    border-width: 1px 0;
    background: #E4E4E8;
  }

}

@media screen and (min-width: 1024px) {
  .content-gray-md {
    border: 1px solid #ccc;
    border-width: 1px 0;
    background: #E4E4E8;
  }

}

@media screen and (max-width: 767px) {
  .disable-grid-sm.container,
  .disable-grid-sm .container {
    padding-left: 0;
    padding-right: 0;
  }

  .disable-grid-sm .row {
    margin: 0;
  }

  .disable-grid-sm [class*="col-"] {
    padding: 0;
  }

}

@media screen and (max-width: 1023px) {
  .disable-grid-md.container,
  .disable-grid-md .container {
    padding-left: 0;
    padding-right: 0;
  }

  .disable-grid-md .row {
    margin: 0;
  }

  .disable-grid-md [class*="col-"] {
    padding: 0;
  }

}

@media screen and (min-width: 768px) {
  .row.row-eq-height-sm {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .flexbox .row.row-eq-height-sm:before,
  .flexbox .row.row-eq-height-sm:after {
    display: none;
  }

  .no-flexbox .row.row-eq-height-sm [class*="col-sm"] {
    clear: none;
  }

  .no-flexbox .row.row-eq-height-sm .col-sm-1:nth-child(n),
  .no-flexbox .row.row-eq-height-sm .col-sm-2:nth-child(1n+1),
  .no-flexbox .row.row-eq-height-sm .col-sm-3:nth-child(2n+1),
  .no-flexbox .row.row-eq-height-sm .col-sm-4:nth-child(3n+1),
  .no-flexbox .row.row-eq-height-sm .col-sm-5:nth-child(4n+1),
  .no-flexbox .row.row-eq-height-sm .col-sm-6:nth-child(5n+1) {
    clear: left;
  }

}

@media screen and (min-width: 1024px) {
  .no-flexbox .row.row-eq-height-sm [class*="col-md"] {
    clear: none !important;
  }

  .no-flexbox .row.row-eq-height-sm .col-md-1:nth-child(12n+1),
  .no-flexbox .row.row-eq-height-sm .col-md-2:nth-child(6n+1),
  .no-flexbox .row.row-eq-height-sm .col-md-3:nth-child(4n+1),
  .no-flexbox .row.row-eq-height-sm .col-md-4:nth-child(3n+1),
  .no-flexbox .row.row-eq-height-sm .col-md-6:nth-child(2n+1) {
    clear: left !important;
  }

}

@media screen and (min-width: 1220px) {
  .no-flexbox .row.row-eq-height-sm [class*="col-lg"] {
    clear: none !important;
  }

  .no-flexbox .row.row-eq-height-sm .col-lg-1:nth-child(12n+1),
  .no-flexbox .row.row-eq-height-sm .col-lg-2:nth-child(6n+1),
  .no-flexbox .row.row-eq-height-sm .col-lg-3:nth-child(4n+1),
  .no-flexbox .row.row-eq-height-sm .col-lg-4:nth-child(3n+1),
  .no-flexbox .row.row-eq-height-sm .col-lg-6:nth-child(2n+1) {
    clear: left !important;
  }

}

.row.row--narrow {
  margin-left: 2px;
  margin-right: 2px;
}

.row.row--narrow > [class^="col-"],
.row.row--narrow > [class*=" col-"] {
  padding-right: 2px;
  padding-left: 2px;
}

.h1,
.content h1,
.main-title,
.section-title {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.25;
}

@media screen and (min-width: 1024px) {
  .h1,
  .content h1,
  .main-title,
  .section-title {
    font-size: 36px;
    font-size: 3.6rem;
  }

}

.h1,
.content h1,
.main-title {
  text-transform: uppercase;
}

.h1--lowercase,
.main-title--lowercase {
  text-transform: none;
}

.h1 ~ .form,
.content h1 ~ .form,
.main-title ~ .form {
  margin-top: 60px;
}

.h2,
.content h2 {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
}

.h3,
.content h3,
.sub-title {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.25;
}

.h4,
.content h4,
.article-title {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.25;
}

.h5,
.box-title,
.content h5 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
}

.text-big {
  font-size: 20px;
  font-size: 2rem;
  font-weight: normal;
}

@media screen and (min-width: 1024px) {
  .text-big {
    font-size: 24px;
    font-size: 2.4rem;
  }

}

.text-introduction {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (min-width: 1024px) {
  .text-introduction {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.8;
  }

}

.text-copy,
.number-list,
.content ol,
.bullet-list,
.intro ul,
.job-content ul,
.content ul,
.content p {
  font-size: 18px;
  font-size: 1.8rem;
  color: #444;
}

.text-desc,
.address-col {
  font-size: 16px;
  font-size: 1.6rem;
  color: #444;
}

.text-meta {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}

.text-desc-small {
  font-size: 14px;
  font-size: 1.4rem;
  color: #444;
  line-height: 1.25;
}

blockquote,
.blockquote {
  border-left: 5px solid #FFDD00;
  margin: 60px 0;
  padding: 11px 0 11px 26px;
  font-style: italic;
  font-weight: bold;
  color: #A00045;
}

.lh-narrow {
  line-height: 1.25;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}

a:hover {
  color: #000;
  text-decoration: underline;
}

.link {
  color: #A00045;
  text-decoration: underline;
}

.link-go,
.intro-text-more a {
  position: relative;
  color: #A00045;
  text-decoration: underline;
}

.link-go i,
.intro-text-more a i {
  margin-left: 10px;
}

.link-go:hover,
.intro-text-more a:hover {
  color: #000;
}

.link-arrow {
  display: inline-block;
}

.link-arrow a {
  position: relative;
  padding-right: 15px;
  color: #A00045;
  text-decoration: underline;
}

.link-arrow a:before {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -8px;
}

.form-el {
  width: 100%;
  height: 40px;
  padding: 10px 15px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.form-group {
  margin-bottom: 20px;
}

.form-group--optional .form-label {
  color: #ccc;
}

.error .form-control {
  border-color: red;
}

.error .form-msg {
  color: red;
}

.form-msg {
  margin-top: 10px;
}

.form-msg.error {
  color: red;
}

.form-msg.success {
  color: green;
}

.form-label {
  display: block;
  margin-bottom: 5px;
  color: #888;
  font-size: 0.8em;
}

.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  outline: none;
  border: 1px solid #ccc;
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
  width: 100%;
  height: 50px;
  padding: 11px 15px;
  border-radius: 3px;
  background: #fff;
}

.form-control:focus {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

textarea.form-control {
  min-height: 125px;
}

.form-buttons-row {
  margin-top: 50px;
  margin-bottom: 80px;
}

.btn-center-right .EditingFormTable {
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .btn-center-right .EditingFormTable {
    text-align: right;
  }

}

.form-datepicker {
  position: relative;
}

.form-datepicker i {
  position: absolute;
  top: 45px;
  right: 10px;
  color: #888;
  font-size: 15px;
  font-size: 1.5rem;
  pointer-events: none;
}

.btn,
.btn-ghost {
  display: inline-block;
  max-width: 100%;
  min-width: 170px;
  padding: 0 33px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  -webkit-transition-property: background, border, color;
  transition-property: background, border, color;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  border-radius: 3px;
}

.btn:hover,
.btn-ghost:hover {
  text-decoration: none;
}

.btn {
  height: 50px;
  line-height: 1.2;
  padding-top: 15px;
  padding-bottom: 15px;
}

.btn.pull-right {
  margin-left: 20px;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .btn.pull-right {
    margin-bottom: 0;
  }

}

.btn .optional {
  font-weight: 300;
  margin-left: 5px;
}

.btn--low {
  padding-top: 0;
  padding-bottom: 0;
  height: 40px;
  line-height: 40px;
}

.btn--fluid {
  min-width: 0;
}

.btn--md {
  height: 60px;
  min-width: 270px;
  font-size: 16px;
  font-size: 1.6rem;
}

.btn--lg {
  padding: 0 20px;
  height: 90px;
  margin: 10px 0;
}

@media screen and (min-width: 768px) {
  .btn--lg {
    margin: 0;
  }

}

.btn--lg .fa,
.btn--lg .link-arrow a:before,
.link-arrow .btn--lg a:before,
.btn--lg .select2-container--default .select2-selection--single .select2-selection__arrow b,
.select2-container--default .select2-selection--single .select2-selection__arrow .btn--lg b,
.btn--lg .select[multiple] ~ .select2 .select2-selection:after,
.select[multiple] ~ .select2 .btn--lg .select2-selection:after,
.btn--lg .navigation-submenu-btn:before,
.btn--lg .tile-banner-menu a:before,
.tile-banner-menu .btn--lg a:before,
.btn--lg .calendar-box .slick-arrow,
.calendar-box .btn--lg .slick-arrow,
.btn--lg .intro-text-more a:last-child:before,
.intro-text-more .btn--lg a:last-child:before,
.btn--lg .nav-list--arrows a:before,
.nav-list--arrows .btn--lg a:before {
  font-size: 140%;
  margin-right: 15px;
}

.btn--full {
  width: 100%;
}

.flexbox a.btn {
  padding: 0 33px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direcion: column;
}

.btn-sub {
  font-size: 0.9em;
  font-weight: 400;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

.btn-white {
  color: #000;
  border: 1px solid #888;
  background: #fff;
}

.btn-white:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn-gray {
  color: #444;
  background: #ccc;
  border: 1px solid #ccc;
}

.btn-gray:hover {
  color: #000;
  background: #fff;
  border-color: #000;
}

.btn-gray-dark {
  color: #fff;
  background: #444;
  border: 1px solid #444;
}

.btn-gray-dark:hover {
  color: #000;
  background: #fff;
  border-color: #000;
}

.btn-dark {
  color: #fff;
  border: 1px solid #000;
  background: #000;
}

.btn-dark:hover {
  color: #000;
  background: #fff;
}

.btn-primary {
  color: #fff;
  border: 1px solid #A00045;
  background: #A00045;
}

.btn-primary:hover {
  color: #A00045;
  background: #fff;
}

.btn-primary-ghost {
  color: #A00045;
  border: 1px solid #A00045;
  background: #fff;
}

.btn-primary-ghost:hover {
  color: #fff;
  background: #A00045;
}

.btn-ghost {
  height: 60px;
  color: #fff;
  line-height: 60px;
  border: 2px solid #fff;
  background-color: transparent;
}

.btn-ghost:hover {
  color: #000;
  background-color: #fff;
}

.btn-with-tip {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.btn-tip {
  width: 100%;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-dropdown {
  border: 0;
  border-radius: 0;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  width: 1px !important;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.select2-container--default {
  font-size: 14px;
  font-size: 1.4rem;
}

.select2-container--default .select2-selection--single {
  background-color: transparent;
  border: 1px solid #fff;
  height: 48px;
  -webkit-transition: background 0.1s ease-in-out;
  transition: background 0.1s ease-in-out;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 15px;
  color: #fff;
  line-height: 48px;
  -webkit-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 5px;
  right: 1px;
  width: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single {
  background-color: #fff;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__rendered {
  color: #444;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  color: #444;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
}

.select2-container--default .select2-results > .select2-results__options {
  padding: 10px 0;
  max-height: 250px;
  overflow-y: auto;
  font-size: 14px;
  font-size: 1.4rem;
  background-color: #F2F1F6;
}

.select2-container--default .select2-results__option {
  color: #888;
  padding: 2px 15px;
  min-height: 27px;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  color: #A00045;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #E4E4E8;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select-multiple {
  position: relative;
}

.select-multiple-placeholder {
  position: absolute;
  top: 13px;
  left: 0;
  width: 100%;
  display: block;
  padding-left: 16px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #999;
  font-size: 14px;
  font-size: 1.4rem;
  pointer-events: none;
  cursor: pointer;
}

.showPlaceholder ~ .select-multiple-placeholder {
  display: none;
}

.select[multiple] ~ .select2:focus {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.select[multiple] ~ .select2 .select2-selection {
  position: relative;
  min-height: 48px;
  padding: 9px 25px 3px 15px;
}

.select[multiple] ~ .select2 .select2-selection:after {
  content: "\f0dc";
  position: absolute;
  top: 16px;
  right: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  color: #888;
}

.select[multiple] ~ .select2 .select2-selection:focus {
  outline: none;
}

.select[multiple] ~ .select2 .select2-selection__rendered {
  display: block;
  padding-left: 0;
}

.select--white ~ .select2 {
  border-radius: 3px;
  border: 1px solid #ccc;
  background: #fff;
  color: #ccc;
  width: 100% !important;
}

.select--white ~ .select2.select2-container--open {
  border-radius: 3px 3px 0 0;
}

.select--white ~ .select2 .select2-selection {
  border-radius: 3px;
}

.select--white ~ .select2 .select2-selection .select2-selection__rendered {
  color: #000;
}

.select--white ~ .select2 .select2-results .select2-results__options {
  background: #fff;
}

.select--white ~ .select2 .select2-selection__arrow {
  color: #888;
}

.select2 .select2-selection {
  outline: none;
}

.select2 .select2-selection:focus {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.select2 .select2-selection__choice {
  display: inline-block;
  padding: 3px 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2 .select2-selection__choice:before {
  content: '/';
  display: inline;
  margin: 0 7px;
}

.select2 .select2-selection__choice:first-child:before {
  display: none;
}

.select2 .select2-search.select2-search--inline {
  display: inline-block;
  float: none;
  display: none;
}

.select2 .select2-selection__choice__remove {
  padding-right: 4px;
  color: #A00045;
  display: none;
}

.select2-dropdown--white {
  border: 1px solid #ccc;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.select2-dropdown--white .select2-results > .select2-results__options {
  background-color: #fff;
  padding: 0;
}

.select2-dropdown--white .select2-results__option {
  padding: 8px 20px;
  border: 1px solid #ccc;
  border-width: 0 0 1px;
  color: #000;
}

.select2-dropdown--white .select2-results__option:last-child {
  border-width: 0;
}

.select2-dropdown--white .select2-results__option[aria-selected="true"] {
  color: #000;
}

.select2-dropdown--white .select2-results__option--highlighted[aria-selected] {
  background-color: #F2F1F6;
}

.select2-results__options[aria-multiselectable="true"] .select2-results__option:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  border: 1px solid #ccc;
}

.select2-results__options[aria-multiselectable="true"] .select2-results__option[aria-selected="true"]:before {
  background-color: #A00045;
  border-color: #A00045;
}

/*
	Sitemap Styler
*/

.CMSSiteMapList,
.CMSSiteMapList ul,
.CMSSiteMapList li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.CMSSiteMapList {
  margin: 0 !important;
}

.CMSSiteMapList ul {
  display: none;
}

.CMSSiteMapList li {
  line-height: 200%;
  margin-top: 1px;
  background: #eee;
  position: relative;
  width: 100%;
}

.CMSSiteMapList ul li::before,
.CMSSiteMapList li::before {
  display: none !important;
}

/* IE leaves a blank space where span is added so this is to avoid that */

* html .CMSSiteMapList li {
  float: left;
  display: inline;
}

££ .CMSSiteMapList li a {
  padding-left: 28px;
}

.CMSSiteMapList li input {
  float: left;
  position: absolute;
  top: 12px;
  left: 26px;
  width: 13px;
  height: 13px;
  cursor: auto;
  font-size: 0;
  border: 0;
  cursor: pointer;
}

.CMSSiteMapList li input,
.CMSSiteMapList li input.collapsed {
  background: url(../img/collapsed.gif) no-repeat 0 0;
}

.CMSSiteMapList li input.expanded {
  background: url(../img/expanded.gif) no-repeat 0 0;
}

/* second level */

.CMSSiteMapList li li {
  background: #fff;
}

.CMSSiteMapList li li a {
  padding-left: 56px;
}

.CMSSiteMapList li li span {
  left: 28px;
}

/* third level */

.CMSSiteMapList li li li a {
  padding-left: 84px;
}

.CMSSiteMapList li li li span {
  left: 56px;
}

.CMSSiteMapList .content ul li:before {
  display: none;
}

.CMSSiteMapList .content ul {
  background-color: #eee;
}

£ .CMSSiteMapList li li {
  background-color: #eee;
}

.header {
  height: 60px;
  padding: 10px 0 0;
  background: #A00045;
}

@media screen and (min-width: 1024px) {
  .header {
    height: 100px;
    padding-top: 13px;
  }

}

.header-toggle-btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 16;
  border: 0;
  width: 60px;
  height: 60px;
  padding: 0;
  background: transparent;
}

.header-toggle-btn i {
  height: 20px;
  font-size: 20px;
  font-size: 2rem;
  color: #FFDD00;
}

.header-logo {
  display: block;
  width: 72px;
  height: 40px;
  background: url(../img/logo_dark.svg) no-repeat;
  background-size: auto 100%;
}

@media screen and (min-width: 375px) {
  .header-logo {
    margin-left: -20px;
  }

}

@media screen and (min-width: 1024px) {
  .header-logo {
    margin-top: 6px;
    margin-left: 0;
    width: 335px;
    height: 61px;
    background-size: cover;
  }

}

.header-form {
  position: relative;
}

@media screen and (min-width: 1024px) {
  .header-form {
    position: absolute;
    top: -76px;
    right: 15px;
    width: 100%;
    width: 370px;
  }

}

@media screen and (min-width: 1220px) {
  .header-form {
    right: 0;
  }

}

.header-form-field {
  width: 100%;
  height: 60px;
  padding: 19px 50px 19px 20px;
  border: 0;
  background: #7E0036;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  box-shadow: inset 6px 0px 15px -10px black;
}

.header-form-field::-webkit-input-placeholder {
  color: #fff;
}

.header-form-field:-moz-placeholder {
  color: #fff;
}

.header-form-field::-moz-placeholder {
  color: #fff;
}

.header-form-field:-ms-input-placeholder {
  color: #fff;
}

.header-form-field:focus::-webkit-input-placeholder {
  color: transparent;
}

.header-form-field:focus:-moz-placeholder {
  color: transparent;
}

.header-form-field:focus::-moz-placeholder {
  color: transparent;
}

.header-form-field:focus:-ms-input-placeholder {
  color: transparent;
}

@media screen and (min-width: 1024px) {
  .header-form-field {
    height: 50px;
    box-shadow: 0 0;
    border-radius: 3px;
  }

}

.header-form-btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 45px;
  background: transparent;
  border: 0;
}

.header-form-btn i {
  position: absolute;
  right: 20px;
  color: #FFDD00;
}

body #header,
body #body-bag {
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
}

body.active #header,
body.active #body-bag {
  -webkit-transform: translate3d(-263px, 0, 0);
  transform: translate3d(-263px, 0, 0);
}

@media screen and (min-width: 375px) {
  body.active #header,
  body.active #body-bag {
    -webkit-transform: translate3d(-320px, 0, 0);
    transform: translate3d(-320px, 0, 0);
  }

}

body.active .navigation-cont {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@media screen and (min-width: 1024px) {
  body #header,
  body #body-bag,
  body .navigation-cont {
    -webkit-transform: none !important;
    transform: none !important;
  }

}

.navigation-cont {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 15;
  width: 263px;
  height: 100%;
  padding: 0 0 15px;
  background: #fff;
  overflow-y: auto;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  -webkit-transform: translate3d(263px, 0, 0);
  transform: translate3d(263px, 0, 0);
  box-shadow: inset 6px 0px 15px -10px black;
}

.navigation-cont .container {
  position: relative;
}

@media screen and (min-width: 375px) {
  .navigation-cont {
    width: 320px;
    -webkit-transform: translate3d(320px, 0, 0);
    transform: translate3d(320px, 0, 0);
  }

}

@media screen and (max-width: 1023px) {
  .navigation-cont .container {
    padding-left: 0;
    padding-right: 0;
  }

}

@media screen and (min-width: 1024px) {
  .navigation-cont {
    position: relative;
    width: auto;
    height: auto;
    margin: 0 auto;
    padding: 0;
    overflow: visible;
    background-color: #fff;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: none;
    transition: none;
    border-bottom: 1px solid #ccc;
    box-shadow: 0 0;
  }

}

.navigation {
  font-size: 14px;
  font-size: 1.4rem;
}

.navigation-menu li {
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #ccc;
}

.navigation-menu li:first-child {
  border-width: 1px 0;
}

.navigation-menu a {
  display: block;
  padding: 20px 20px;
  color: #000;
  text-decoration: none;
  line-height: 1.25;
}

@media screen and (min-width: 1024px) {
  .navigation-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }

  .no-flexbox .navigation-menu {
    display: table;
  }

  .navigation-menu a {
    padding: 28px 10px 25px;
    color: #444;
  }

  .navigation-menu > li {
    text-align: center;
    border: 0;
  }

  .no-flexbox .navigation-menu > li {
    display: table-cell;
  }

  .navigation-menu > li > a.active,
  .navigation-menu > li > a:hover,
  .navigation-menu > li > .navigation-has-submenu > a.active,
  .navigation-menu > li > .navigation-has-submenu > a:hover {
    color: #A00045;
  }

}

@media screen and (min-width: 1220px) {
  .navigation-menu {
    padding-left: 25px;
    padding-right: 25px;
  }

}

.navigation-submenu {
  display: none;
  background-color: #000;
  box-shadow: inset 6px 0px 15px -10px black;
  width: 100%;
}

.navigation-submenu > li {
  border-color: #444;
}

.navigation-submenu > li:last-child {
  border-top: 0;
}

.navigation-submenu a {
  color: #fff;
}

.navigation-submenu.open {
  display: block;
}

@media screen and (min-width: 1024px) {
  .navigation-submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 100%;
    width: 270px;
    z-index: 20;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #fff;
    background: #000;
    border-top: 0 solid #fff;
  }

  .navigation-submenu > li {
    margin: 0 34px;
    border-bottom: 1px solid #444;
  }

  .navigation-submenu > li:first-child {
    border-top: 0;
  }

  .navigation-submenu > li:last-child {
    border-bottom: 0;
  }

  .navigation-submenu a {
    color: #fff;
    padding: 14px 0;
  }

  .navigation-submenu a:hover,
  .navigation-submenu a.active {
    color: #FFDD00;
  }

}

.navigation-has-submenu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.navigation-has-submenu > a {
  position: relative;
  padding-right: 10px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navigation-has-submenu.active > .navigation-submenu {
  display: block;
}

.navigation-has-submenu.active > .navigation-submenu-btn {
  background-color: #000;
  color: #fff;
}

@media screen and (min-width: 1024px) {
  .navigation-has-submenu {
    display: block;
  }

  .navigation-has-submenu a {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }

  .navigation-has-submenu:hover > .navigation-submenu {
    display: block;
  }

}

.navigation-has-submenu--second {
  margin-bottom: -1px;
}

.navigation-has-submenu--second .navigation-submenu {
  background: #444;
}

.navigation-has-submenu--second .navigation-submenu > li {
  border-color: #666;
}

.navigation-has-submenu--second .navigation-submenu-btn {
  color: #fff;
  border-color: #444;
}

.navigation-has-submenu--second.active > .navigation-submenu-btn {
  background-color: #444;
}

@media screen and (min-width: 1024px) {
  .navigation-has-submenu--second .navigation-submenu {
    display: none !important;
  }

}

.navigation-submenu-btn {
  width: 60px;
  background-color: red;
  border: 0;
  border-left: 1px solid #CCC;
  background-color: transparent;
}

.navigation-submenu-btn.active:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.navigation-submenu-btn:before {
  font-size: 24px;
  font-size: 2.4rem;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
}

@media screen and (min-width: 1024px) {
  .navigation-submenu-btn {
    display: none;
  }

}

.navigation-footer-menu {
  margin-top: 20px;
}

.navigation-footer-menu a {
  display: block;
  padding: 5px 20px;
}

@media screen and (min-width: 1024px) {
  .navigation-footer-menu {
    display: none;
  }

}

.footer {
  position: relative;
  padding: 34px 0 24px;
  background: #000;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
}

.footer-menu {
  text-align: center;
}

.footer-menu > li {
  display: inline-block;
  margin: 0 18px 10px;
}

.footer-menu a {
  color: #F2F1F6;
}

.footer-btn-top {
  display: none;
  position: absolute;
  top: -30px;
  right: 15px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border: 0;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.5);
  color: #A00045;
}

.footer-btn-top:hover {
  color: #000;
}

.footer-btn-top i {
  margin-top: -3px;
  font-size: 36px;
  font-size: 3.6rem;
}

@media screen and (min-width: 1024px) {
  .footer-btn-top {
    display: block;
    position: fixed;
    top: auto;
    bottom: 60px;
  }

}

@media screen and (min-width: 1220px) {
  .footer-btn-top {
    right: 70px;
  }

}

.hero {
  min-height: 270px;
  background-size: cover;
  background-position: center top;
}

@media screen and (min-width: 375px) {
  .hero .container {
    padding-left: 20px;
    padding-right: 20px;
  }

}

@media screen and (min-width: 768px) {
  .hero {
    min-height: 400px;
  }

}

@media screen and (min-width: 1024px) {
  .hero {
    margin-top: -1px;
    padding-top: 1px;
  }

  .hero .container {
    padding-left: 40px;
    padding-right: 40px;
  }

}

@media screen and (min-width: 1220px) {
  .hero--overlay {
    margin-bottom: -200px;
  }

  .hero--overlay .hero-cont {
    padding-bottom: 200px;
    height: 700px;
  }

}

@media screen and (min-width: 1220px) {
  .hero--big {
    height: 550px;
  }

}

@media screen and (min-width: 1024px) {
  .hero--bar {
    margin-bottom: -70px;
  }

}

.hero-cont {
  height: 270px;
  display: table;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .hero-cont {
    height: 400px;
  }

}

.hero-cont-center {
  display: table-cell;
  vertical-align: bottom;
  padding: 20px 0;
}

@media screen and (min-width: 768px) {
  .hero-cont-center {
    vertical-align: middle;
  }

}

.hero-title {
  margin: 0 0 0 10px;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
  line-height: 42px;
  text-align: left;
}

.hero-title span,
.hero-title p {
  display: inline;
  background: #232F84;
  padding: 2.5px;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-decoration-break: clone;
  -ms-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  box-shadow: 10px 0 0 #232F84, -10px 0 0 #232F84;
}

@media screen and (min-width: 768px) {
  .hero-title {
    width: auto;
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 49px;
  }

}

.hero-btn {
  display: inline-block;
  margin-top: 1px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #232F84;
  font-weight: bold;
  padding: 10px 20px;
  -webkit-transition-property: background, color;
  transition-property: background, color;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  background: #fff;
}

.hero-btn:hover {
  background: #232F84;
  color: #fff;
  text-decoration: none;
}

.tile-banner {
  position: relative;
  background-color: #fff;
  padding-bottom: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (min-width: 1024px) {
  .tile-banner .container {
    padding: 0;
  }

}

.tile-banner-header {
  padding: 23px 0 27px;
  text-align: center;
  font-size: 0;
}

@media screen and (min-width: 1024px) {
  .tile-banner-header {
    display: none;
  }

}

.tile-banner-header-el {
  display: inline-block;
  border-left: 1px solid #E4E4E8;
}

.tile-banner-header-el:first-child {
  border-left: 0;
}

.tile-banner-header-btn {
  background-color: transparent;
  height: 40px;
  border: 0;
  padding: 0 28px;
}

.tile-banner-header-btn img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.active > .tile-banner-header-btn img {
  -webkit-filter: none;
  filter: none;
}

.tile-banner-col {
  border-top: 5px solid;
  padding: 5px 15px;
}

@media screen and (min-width: 1024px) {
  .tile-banner-col {
    display: block !important;
    padding-top: 36px;
    width: calc(100% / 3);
    float: left;
  }

  .oldie .tile-banner-col {
    width: 33.33333333%;
  }

}

@media screen and (min-width: 1024px) {
  .tile-banner-col {
    border-top-width: 10px;
    padding: 30px 50px 30px 60px;
  }

}

@media screen and (min-width: 1220px) {
  .tile-banner-col:last-child:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 10px;
    width: 5px;
  }

}

.tile-banner-col.blue {
  border-top-color: #232F84;
}

.tile-banner-col.blue:before {
  background: #232F84;
}

.tile-banner-col.blue .tile-banner-title,
.tile-banner-col.blue .tile-banner-menu a {
  color: #232F84;
}

.tile-banner-col.teal {
  border-top-color: #008B99;
}

.tile-banner-col.teal:before {
  background: #008B99;
}

.tile-banner-col.teal .tile-banner-title,
.tile-banner-col.teal .tile-banner-menu a {
  color: #008B99;
}

.tile-banner-col.maroon {
  border-top-color: #A00045;
}

.tile-banner-col.maroon:before {
  background: #A00045;
}

.tile-banner-col.maroon .tile-banner-title,
.tile-banner-col.maroon .tile-banner-menu a {
  color: #A00045;
}

.tile-banner-icon {
  display: none;
  position: relative;
  float: left;
  margin: 22px 20px 0 0;
}

.tile-banner-icon img {
  vertical-align: middle;
}

@media screen and (min-width: 1024px) {
  .tile-banner-icon {
    display: block;
  }

}

.tile-banner-title {
  margin: 15px 0 4px;
  font-size: 30px;
  font-size: 3rem;
}

@media screen and (min-width: 1024px) {
  .tile-banner-title {
    margin-bottom: 26px;
    color: #000 !important;
  }

}

.tile-banner-desc {
  clear: both;
  margin-bottom: 25px;
}

@media screen and (min-width: 1024px) {
  .tile-banner-desc {
    margin-bottom: 31px;
  }

}

.tile-banner-menu {
  font-size: 16px;
  font-size: 1.6rem;
}

.tile-banner-menu > li {
  border-top: 1px solid #E4E4E8;
}

.tile-banner-menu > li:last-child {
  border-bottom: 1px solid #E4E4E8;
}

.tile-banner-menu a {
  position: relative;
  display: block;
  padding: 12px 25px 12px 0;
}

.tile-banner-menu a:before {
  right: 10px;
  font-size: 24px;
  font-size: 2.4rem;
}

.tile-banner-menu a:hover {
  text-decoration: none;
}

@media screen and (min-width: 1024px) {
  .tile-banner-menu a:before {
    right: 15px;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in-out, right 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out, right 0.2s ease-in-out;
  }

  .tile-banner-menu a:hover:before {
    opacity: 1;
    right: 10px;
  }

}

.big-image-box {
  display: block;
  position: relative;
}

.big-image-box:hover {
  text-decoration: none;
}

.big-image-box:hover .big-image-box-desc {
  color: #000;
  background: #fff !important;
}

.big-image-box.blue .big-image-box-desc {
  background-color: #232F84;
}

.big-image-box.maroon .big-image-box-desc {
  background-color: #A00045;
}

@media screen and (min-width: 768px) {
  .big-image-box + .big-image-box {
    margin-top: 20px;
  }

}

@media screen and (min-width: 1024px) {
  .big-image-box + .big-image-box {
    margin-top: 30px;
  }

}

.big-image-box-pic {
  padding-top: 59%;
  background-size: cover;
  background-position: center center;
}

@media screen and (min-width: 1220px) {
  .big-image-box-pic {
    padding-top: 73%;
  }

}

.big-image-box-desc {
  padding: 30px 40px 30px;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
}

@media screen and (min-width: 768px) {
  .big-image-box-desc {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    padding: 24px 40px 26px;
  }

}

.big-image-box-title {
  font-size: 24px;
  font-size: 2.4rem;
  margin: 0;
}

.calendar-box {
  padding: 20px 40px;
  background: #fff;
}

.calendar-box .slick-arrow {
  position: absolute;
  top: 7px;
  z-index: 1;
  padding: 0;
  display: block;
  overflow: hidden;
  border: 0;
  background: transparent;
  font-size: 0;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.calendar-box .slick-arrow:before {
  font-size: 24px;
  font-size: 2.4rem;
}

.calendar-box .slick-arrow:hover {
  color: #A00045;
}

.calendar-box .slick-arrow:focus {
  outline: 0;
}

.calendar-box .slick-prev {
  right: 34px;
}

.calendar-box .slick-next {
  right: 6px;
}

@media screen and (min-width: 768px) {
  .calendar-box {
    margin: 20px 0;
    padding: 23px 30px 39px;
  }

}

@media screen and (min-width: 1024px) {
  .calendar-box {
    margin: 0 0 30px;
    border: 1px solid #BBBBBB;
  }

}

@media screen and (min-width: 1220px) {
  .calendar-box {
    padding-left: 50px;
    padding-right: 50px;
  }

}

.calendar-box-year {
  outline: 0 !important;
}

.calendar-box-header {
  margin-bottom: 34px;
  padding-bottom: 17px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  border-bottom: 5px solid #000;
}

.calendar-box-list li + li {
  margin-top: 30px;
}

.calendar-box-term {
  display: table;
}

.calendar-box-term:hover {
  text-decoration: none;
}

.calendar-box-term:hover,
.calendar-box-term:focus {
  outline: 0;
}

.calendar-box-term-date {
  display: table-cell;
  font-size: 30px;
  font-size: 3rem;
  color: #A00045;
  text-align: center;
  line-height: 1;
  padding-right: 39px;
  vertical-align: middle;
  font-size: 36px;
  font-size: 3.6rem;
}

.calendar-box-term-date span {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
}

.calendar-box-term-desc {
  display: table-cell;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  vertical-align: middle;
  font-weight: 300;
}

.calendar-box-term-desc b {
  font-weight: normal;
}

.links-box {
  color: #fff;
  background: #008B99;
  padding: 30px 40px;
}

@media screen and (min-width: 768px) {
  .links-box {
    margin-bottom: 20px;
    padding: 36px 30px 56px;
  }

}

@media screen and (min-width: 1220px) {
  .links-box {
    padding-left: 50px;
    padding-right: 50px;
  }

}

.links-box-title {
  margin-bottom: 15px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}

.links-box-menu > li + li {
  margin-top: 9px;
}

.links-box-menu a {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: currentColor;
  text-decoration: underline;
}

.links-box-menu a:hover {
  color: #000;
}

.intro {
  padding-top: 49px;
  padding-bottom: 29px;
}

.intro :last-child {
  margin-bottom: 0;
}

.intro ul {
  margin-left: 20px;
}

.intro a {
  color: #A00045;
  text-decoration: underline;
}

.intro a:hover {
  color: #000;
}

.intro-btn {
  margin: -15px 0 30px;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
}

.intro-btn .btn {
  margin-top: 12px;
}

@media screen and (min-width: 768px) {
  .intro-btn {
    float: right;
    margin: 6px 0 0;
  }

  .intro-btn .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

}

.intro--bottom {
  padding-top: 13px;
}

.intro--header {
  padding-top: 38px;
  padding-bottom: 38px;
}

.intro--header .intro-breadcrumb {
  margin-bottom: 17px;
}

.intro--header .intro-title:first-child {
  margin-top: 14px;
}

@media screen and (min-width: 1024px) {
  .intro--header {
    padding-bottom: 59px;
  }

}

.intro--border:after {
  content: '';
  display: block;
  margin-top: 55px;
  border-bottom: 5px solid #000;
}

.intro-breadcrumb {
  margin-top: 5px;
  margin-bottom: 11px;
}

.intro-title {
  margin: 0 0 16px;
}

.intro-title--no-margin {
  margin: 0;
}

.intro-subtitle {
  margin: 0;
  font-weight: bold;
}

.intro-subtitle span {
  font-weight: normal;
}

.intro-text-main {
  margin: 0 0 37px;
}

.intro-text-more {
  margin: 0 0 31px;
}

.intro-text-more a:last-child {
  position: relative;
  padding-right: 15px;
}

.intro-text-more a:last-child:before {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -8px;
}

.breadcrumb {
  display: none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
}

.breadcrumb a {
  display: inline-block;
  color: #BBBBBB;
  text-decoration: underline;
}

.breadcrumb a:hover {
  color: #000;
}

.breadcrumb span {
  color: #A00045;
}

@media screen and (min-width: 1024px) {
  .breadcrumb {
    display: block;
  }

}

.cta-poster {
  position: relative;
  padding: 100px 0;
  color: #fff;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 1220px) {
  .cta-poster {
    padding: 168px 0 269px;
  }

}

.cta-poster:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.cta-poster-title,
.cta-poster-text {
  position: relative;
}

@media screen and (min-width: 1024px) {
  .cta-poster-title,
  .cta-poster-text {
    max-width: 40%;
  }

}

.cta-poster-title {
  margin: 0 0 25px;
}

.cta-poster-text {
  margin: 0 0 38px;
}

.cta-poster-btn {
  position: relative;
}

.feature {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #BBBBBB;
}

.feature:first-child {
  margin-top: 0;
  padding-top: 0;
  border: 0;
}

@media screen and (min-width: 768px) {
  .feature {
    display: table;
    width: 100%;
  }

}

.feature--no-img {
  border: 0;
}

@media screen and (min-width: 1024px) {
  .feature--no-img {
    float: left;
    width: 45%;
  }

  .feature--no-img:nth-child(1),
  .feature--no-img:nth-child(2) {
    margin-top: 0;
    padding-top: 0;
  }

  .feature--no-img:nth-child(even) {
    float: right;
  }

  .feature--no-img:nth-child(odd) {
    clear: left;
  }

}

.feature-img {
  margin-bottom: 20px;
}

.feature-img img {
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .feature-img {
    width: 45%;
    margin-bottom: 0;
    padding-right: 30px;
  }

}

@media screen and (min-width: 1220px) {
  .feature-img {
    padding-right: 60px;
  }

}

@media screen and (min-width: 768px) {
  .feature-img,
  .feature-body {
    display: table-cell;
    vertical-align: middle;
  }

}

.feature-title {
  margin: 0 0 10px;
}

.feature-text {
  margin-bottom: 21px;
}

.nav-list,
.sidebar-nav {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
}

.nav-list > li.active > a,
.sidebar-nav > li.active > a {
  color: #A00045;
}

.nav-list > li + li,
.sidebar-nav > li + li {
  border-top: 1px solid #CCC;
}

.nav-list > li > a,
.sidebar-nav > li > a {
  display: block;
  padding: 13px 0;
}

.nav-list--borders {
  border: 1px solid #CCC;
  border-width: 1px 0;
}

.nav-list--arrows {
  font-size: 16px;
  font-size: 1.6rem;
}

.nav-list--arrows a {
  position: relative;
  color: #A00045;
}

.nav-list--arrows a:before {
  right: 0;
  font-size: 24px;
  font-size: 2.4rem;
}

.sidebar > * {
  margin-top: 30px;
}

.sidebar-mobile-space {
  margin-bottom: 30px;
}

.sidebar-mobile-space > * {
  margin-top: 20px;
}

.sidebar-mobile-space > *:first-child {
  margin-top: 0;
}

.sidebar-title {
  width: auto;
  max-width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: none;
  position: relative;
  display: block;
  height: 70px;
  padding: 0 35px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  line-height: 70px;
  text-align: center;
  background-color: #A00045;
  border: 0;
}

.sidebar-title i {
  font-size: 25px;
  font-size: 2.5rem;
  right: 20px;
}

.sidebar-title:hover,
.sidebar-title:focus {
  color: #FFF;
}

@media screen and (min-width: 1024px) {
  .sidebar-title {
    margin-bottom: 0;
  }

  .sidebar-title i {
    display: none;
  }

}

.sidebar-nav {
  display: none;
  background-color: #F2F1F6;
  padding: 31px 0 20px;
}

.sidebar-nav.active {
  display: block;
}

.sidebar-nav > li {
  margin: 0 20px;
}

@media screen and (min-width: 1024px) {
  .sidebar-nav {
    display: block;
    margin-bottom: 59px;
  }

}

@media screen and (min-width: 1220px) {
  .sidebar-nav > li {
    margin: 0 40px;
  }

}

.sidebar-title,
.sidebar-nav {
  display: none;
}

@media screen and (min-width: 1024px) {
  .sidebar-title,
  .sidebar-nav {
    display: block;
  }

}

.sticky-wrapper {
  display: none;
}

@media screen and (min-width: 1024px) {
  .sticky-wrapper {
    display: block;
  }

}

.section-nav {
  display: none;
}

.section-nav.stuck {
  left: 0;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .section-nav {
    display: block;
  }

}

@media screen and (min-width: 1220px) {
  .section-nav .buttons-bar {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

}

.section .row {
  position: relative;
}

.section-top-name,
.section-top-desc {
  text-align: center;
}

.section-top-name {
  margin: 0 0 16px;
}

.section-top-desc {
  margin-bottom: 45px;
}

@media screen and (min-width: 1024px) {
  .section-top-desc {
    max-width: 65%;
    margin-left: auto;
    margin-right: auto;
  }

}

.section-name {
  margin: 0 0 23px;
}

.section-img-center {
  display: block;
  margin: 0 auto 30px;
}

@media screen and (min-width: 1220px) {
  .section-img-center {
    margin-bottom: 66px;
  }

}

@media screen and (min-width: 375px) {
  .section-side-image {
    padding-left: 15px;
    padding-right: 15px;
  }

}

@media screen and (min-width: 1024px) {
  .section-side-image {
    position: absolute;
    max-width: initial;
    width: auto;
    max-height: 100%;
    left: 66.6666666667%;
  }

}

.people-section-title {
  margin-bottom: 16px;
}

.people-section-desc {
  margin-bottom: 30px;
}

.people-tile {
  display: block;
  margin-bottom: 30px;
  padding-bottom: 20px;
  overflow: hidden;
  background-color: #fff;
  -webkit-transition: margin 0.2s ease-in-out;
  transition: margin 0.2s ease-in-out;
}

.people-tile:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  bottom: 30px;
  background-color: #fff;
}

.people-tile:hover {
  text-decoration: none;
}

.people-tile:hover .people-tile-cont {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.people-tile:hover .people-tile-position {
  color: #A00045;
}

@media screen and (min-width: 768px) {
  .people-tile {
    padding-bottom: 20px;
  }

}

.people-tile--narrow .people-tile-cont {
  padding-left: 20px;
  padding-right: 20px;
}

.people-tile--narrow .people-tile-desc {
  font-size: 14px;
  font-size: 1.4rem;
}

.people-tile-pic {
  display: block;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 768px) {
  .people-tile-pic {
    float: none;
    width: 100%;
  }

}

.people-tile-cont {
  position: relative;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0 30px;
  overflow: hidden;
  line-height: 1.25;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  background-color: #fff;
}

.people-tile-name {
  margin: 31px 0 4px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}

.people-tile-position {
  min-height: 23px;
  margin-bottom: 4px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #232F84;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.people-tile-name + .people-tile-desc {
  margin-top: 27px;
}

.board {
  margin: 30px -15px -70px;
  padding: 20px;
  background-color: #fff;
  color: #000;
}

@media screen and (min-width: 768px) {
  .board {
    margin: 30px 0 0 0;
    border: 1px solid #BBB;
  }

}

@media screen and (min-width: 1024px) {
  .board {
    margin-top: 60px;
    padding: 35px 50px;
  }

}

.board-title {
  position: relative;
  padding-left: 50px;
  margin: 0 0 24px;
}

.board-title img {
  position: absolute;
  top: 0;
  left: 0;
  margin-right: 13px;
  vertical-align: top;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .board-title {
    font-size: 20px;
    font-size: 2rem;
  }

  .board-title img {
    margin-top: -2px;
  }

}

@media screen and (min-width: 1024px) {
  .board-title {
    margin-bottom: 34px;
  }

}

.board-table {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 100%;
}

.board-table td {
  width: 50%;
  border-top: 1px solid #ccc;
  padding: 4px 0 6px 10px;
}

@media screen and (min-width: 1024px) {
  .board-table td {
    padding-left: 20px;
  }

}

.board-table-date {
  display: inline-block;
  font-size: 30px;
  font-size: 3rem;
  color: #A00045;
}

.img-title-tile {
  display: block;
  margin-bottom: 24px;
  overflow: hidden;
  text-align: center;
}

.img-title-tile:hover {
  text-decoration: none;
}

.img-title-tile:hover .img-title-tile-pic img {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}

.img-title-tile-pic {
  margin-bottom: 23px;
  overflow: hidden;
}

.img-title-tile-pic img {
  display: block;
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}

.img-title-tile-name,
.img-title-tile-tag {
  padding: 0 20px;
  line-height: 1.25;
}

.img-title-tile-name {
  margin-bottom: 4px;
}

.content-blue .img-title-tile-name,
.content-purple .img-title-tile-name,
.content-teal .img-title-tile-name {
  color: #fff;
}

.img-title-tile-tag {
  font-size: 13px;
  font-size: 1.3rem;
  color: #000;
  text-transform: uppercase;
}

.block-link {
  display: block;
  margin-bottom: 20px;
  padding: 30px;
}

.block-link:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  bottom: 0;
  border: 1px solid #BBB;
  border-top: 0;
}

.block-link:hover {
  text-decoration: none;
}

.block-link:hover .block-link-title span {
  border-bottom-color: #000;
}

@media screen and (min-width: 768px) {
  .block-link {
    margin-bottom: 30px;
  }

  .block-link:before {
    bottom: 30px;
  }

}

@media screen and (min-width: 1024px) {
  .block-link {
    padding: 30px 40px;
  }

}

.block-link--narrow {
  overflow: hidden;
}

.block-link--narrow:before {
  left: 2px;
  right: 2px;
}

.block-link--narrow .block-link-title {
  display: block;
}

@media screen and (min-width: 768px) {
  .block-link--narrow {
    margin-bottom: 4px;
  }

  .block-link--narrow:before {
    bottom: 4px;
  }

}

@-webkit-keyframes slide {
  0 {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  49% {
    -webkit-transform: translateX(-150%);
    transform: translateX(-150%);
    display: none;
  }

  50% {
    -webkit-transform: translateX(150%);
    transform: translateX(150%);
  }

  51% {
    display: block;
  }

  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

}

@keyframes slide {
  0 {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  49% {
    -webkit-transform: translateX(-150%);
    transform: translateX(-150%);
    display: none;
  }

  50% {
    -webkit-transform: translateX(150%);
    transform: translateX(150%);
  }

  51% {
    display: block;
  }

  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

}

.block-link-title {
  display: block;
  min-height: 50px;
  margin: 0 0 20px;
}

.block-link-title span {
  border-bottom: 1px solid transparent;
  -webkit-transition: border 0.1s ease-in-out;
  transition: border 0.1s ease-in-out;
}

.block-link-desc {
  margin-top: auto;
}

.book {
  margin-bottom: 60px;
}

@media screen and (min-width: 768px) {
  .book {
    margin-bottom: 30px;
  }

}

.book-cover {
  display: block;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}

.book-cover img {
  display: block;
  margin: 0 auto;
}

.book-cover:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.book-tilte,
.book-desc {
  text-align: center;
}

.book-tilte {
  margin: 46px 0 13px;
}

.search-col {
  margin: 0 -15px;
  color: #fff;
  background-color: #444;
  padding: 15px 30px 30px;
}

.search-col label {
  display: block;
  margin-bottom: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
}

.search-col input[type="text"],
.search-col select,
.search-col .select2 {
  margin-bottom: 13px;
  width: 100%;
}

.search-col input[type="text"],
.search-col select {
  height: 40px;
  font-size: 14px;
  font-size: 1.4rem;
  background-color: transparent;
  border: 1px solid #fff;
  padding: 0 15px;
  color: #fff;
}

@media screen and (min-width: 1024px) {
  .search-col {
    margin: 0;
  }

}

.search-col-header {
  margin-bottom: 20px;
  padding-bottom: 11px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 300;
  border-bottom: 3px solid #fff;
}

.search-col-btn {
  display: block;
  width: 100%;
  margin-top: 16px;
}

.search-map-cont {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 0;
}

@media screen and (min-width: 1024px) {
  .search-map-cont {
    padding-top: 88px;
    padding-bottom: 80px;
  }

}

.search-map {
  margin-bottom: 50px;
}

.search-map-title {
  margin: 0 0 15px;
}

.search-map-desc {
  margin-bottom: 30px;
}

@media screen and (min-width: 1024px) {
  .search-map-regions {
    display: none;
  }

}

.search-map-pic {
  margin: 30px 0;
  display: none;
}

.search-map-pic img {
  display: none;
}

@media screen and (min-width: 1024px) {
  .search-map-pic {
    display: block;
    margin: 66px 0 0;
  }

}

.regions-map svg {
  width: 100% !important;
  height: 370px !important;
}

.regions-map svg path {
  cursor: pointer;
}

.regions-map text {
  pointer-events: none;
  -webkit-transition: fill 0.2s ease-in-out;
  transition: fill 0.2s ease-in-out;
}

.regions-map text.current,
.regions-map text.active {
  fill: #A00045;
}

.regions-map path {
  -webkit-transition: fill 0.2s ease-in-out;
  transition: fill 0.2s ease-in-out;
}

.regions-map path.current,
.regions-map path.active {
  fill: #fff;
}

.listing {
  width: 100%;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: left;
  line-height: 1.25;
  margin-bottom: 30px;
}

.listing th,
.listing td a {
  padding: 14px 10px;
}

@media screen and (min-width: 768px) {
  .listing th,
  .listing td a {
    padding-left: 30px;
    padding-right: 30px;
  }

}

.listing th {
  font-weight: normal;
  color: #fff;
  background-color: #444;
}

.listing tbody tr {
  border-bottom: 1px solid #ccc;
}

.listing tbody tr:hover td:first-child > a {
  color: #A00045;
}

.listing tbody tr:hover > a {
  text-decoration: underline;
}

.listing tbody tr:nth-child(even) td {
  background-color: #F2F1F6;
}

.listing td a {
  display: block;
}

.listing td a:hover {
  text-decoration: none;
}

.listing-gray,
.listing-gray > a {
  color: #888;
}

.listing-no-results {
  padding: 0 30px;
}

.data-el {
  margin-top: 20px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media screen and (min-width: 768px) {
  .data-el {
    margin-top: 0;
    margin-bottom: 37px;
  }

  .data-el + .data-el {
    margin-top: 37px;
  }

}

.data-el-name {
  margin-bottom: 4px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #888;
}

.data-el-value {
  font-size: 16px;
  font-size: 1.6rem;
}

.data-el-value a {
  word-wrap: break-word;
  color: #A00045;
}

.data-el-value i {
  display: block;
  margin-top: 4px;
  font-weight: 300;
}

.box {
  background: #F2F1F6;
}

.box--form {
  padding: 50px 0 80px;
}

.box-dark {
  background-color: #000;
}

.box-dark .box-title {
  color: #fff;
}

.box-hide-mobile {
  display: none;
}

.box-hide-mobile.active {
  display: block;
}

@media screen and (min-width: 1024px) {
  .box-hide-mobile {
    display: block;
  }

}

.box-padding-low,
.box-padding {
  padding: 26px 20px 20px;
}

@media screen and (min-width: 375px) {
  .box-padding-low,
  .box-padding {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
  }

}

.box-padding-low {
  padding-top: 10px;
  padding-bottom: 10px;
}

.box-border {
  border: 1px solid #ccc;
}

.box-space {
  margin-bottom: 20px;
}

.box-title {
  margin-bottom: 23px;
}

.box-title--border {
  margin-bottom: 5px;
  padding-bottom: 20px;
  border-bottom: 5px solid #000;
}

.results-box {
  border-top: 1px solid #ccc;
  padding: 30px 20px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media screen and (min-width: 375px) {
  .results-box {
    padding: 36px 40px 40px;
  }

}

@media screen and (min-width: 1024px) {
  .results-box {
    border: 0;
  }

}

.results-box-title {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.25;
}

.results-box-list {
  margin: 25px 0 34px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}

.results-box-list li + li {
  margin-top: 7px;
}

.results-box-again {
  font-size: 14px;
  font-size: 1.4rem;
}

.number-list,
.content ol,
.bullet-list,
.intro ul,
.job-content ul,
.content ul {
  margin: 0;
  padding: 0;
  font-style: italic;
}

.number-list li,
.content ol li,
.bullet-list li,
.intro ul li,
.job-content ul li,
.content ul li {
  position: relative;
  padding-left: 30px;
  list-style-type: none;
}

.number-list li + li,
.content ol li + li,
.bullet-list li + li,
.intro ul li + li,
.job-content ul li + li,
.content ul li + li {
  margin-top: 20px;
}

.number-list li:before,
.content ol li:before,
.bullet-list li:before,
.intro ul li:before,
.job-content ul li:before,
.content ul li:before {
  position: absolute;
  left: 0;
  color: #A00045;
}

.bullet-list li:before,
.intro ul li:before,
.job-content ul li:before,
.content ul li:before {
  content: "";
  top: 13px;
  display: block;
  width: 10px;
  height: 2px;
  background-color: #A00045;
}

.circle-bullet,
div.circle-bullet-list-item:before,
li.circle-bullet-list-item:before {
  position: absolute;
  content: "";
  top: 10px;
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid #A00045;
  border-radius: 50%;
  background-color: transparent;
}

.circle-bullet-list-item {
  position: relative;
  font-style: italic;
  color: #444;
}

.circle-bullet-list-item + .circle-bullet-list-item {
  margin-top: 10px;
}

div.circle-bullet-list-item {
  margin-left: 50px;
}

div.circle-bullet-list-item:before {
  left: -32px;
}

li.circle-bullet-list-item:before {
  background-color: transparent !important;
  height: 10px !important;
  top: 10px !important;
}

.number-list li,
.content ol li {
  counter-increment: list;
}

.number-list li:before,
.content ol li:before {
  content: counter(list) ".";
  font-style: normal;
}

.number-list ul li::before,
.content ol ul li::before {
  content: "";
}

hr,
.hr {
  border-color: #ccc;
  border-top: 0;
}

.movie {
  position: relative;
  margin: 22px 0;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.content h3 {
  margin-top: 30px;
  margin-bottom: 33px;
}

.content h4 {
  margin-top: 40px;
  margin-bottom: 14px;
}

.content h5 {
  margin-bottom: 15px;
}

.content ul,
.content ol {
  margin-top: 40px;
  margin-bottom: 40px;
}

.content ul {
  margin-left: 20px;
}

.content ol {
  margin-left: 20px;
}

.content p {
  margin: 22px 0;
}

.content h4 + p {
  margin-top: 0;
}

.content img {
  width: 100%;
  max-width: 100%;
  display: block;
  margin: 30px auto;
}

@media screen and (min-width: 1024px) {
  .content img {
    margin-top: 60px;
    margin-bottom: 60px;
  }

}

.content a {
  color: #AF006E;
  text-decoration: underline;
}

.content a:hover {
  color: #000;
}

.buttons-bar {
  margin-left: -15px;
  margin-right: -15px;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (min-width: 375px) {
  .buttons-bar {
    margin-left: -40px;
    margin-right: -40px;
  }

}

@media screen and (min-width: 768px) {
  .buttons-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border-radius: 0;
    margin: 0;
  }

  .no-flexbox .buttons-bar {
    display: table;
    table-layout: fixed;
  }

}

.buttons-bar--top-space {
  margin-top: 30px;
}

.buttons-bar--bottom-space {
  margin-bottom: 30px;
}

.buttons-bar-el {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border: 1px solid #000;
  border-width: 1px 0;
  min-height: 58px;
}

.buttons-bar-el + .buttons-bar-el {
  border-top-width: 0;
}

.buttons-bar-el.active {
  background-color: #000;
}

@media screen and (min-width: 768px) {
  .buttons-bar-el {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-width: 1px;
  }

  .no-flexbox .buttons-bar-el {
    display: table-cell;
    vertical-align: middle;
  }

  .buttons-bar-el + .buttons-bar-el {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .buttons-bar-el:first-child {
    border-radius: 3px 0 0 3px;
  }

  .buttons-bar-el:last-child {
    border-radius: 0 3px 3px 0;
  }

}

.buttons-bar-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  padding: 0 45px 0 15px;
  font-weight: 500;
  background-color: transparent;
  border: 0;
  text-align: left;
  -webkit-transition: background 0.1s ease-in-out, color 0.1s ease-in-out;
  transition: background 0.1s ease-in-out, color 0.1s ease-in-out;
}

.ie9 .buttons-bar-btn,
.IE9 .buttons-bar-btn {
  display: inline-block;
  vertical-align: middle;
}

.buttons-bar-btn i {
  right: 20px;
  font-size: 24px;
  font-size: 2.4rem;
}

.buttons-bar-btn.active,
.active > .buttons-bar-btn {
  color: #fff;
  background-color: #000;
}

.buttons-bar-btn.active i:before,
.active > .buttons-bar-btn i:before {
  display: none;
}

.buttons-bar-btn:not(.active):hover {
  text-decoration: underline;
}

.buttons-bar-btn:hover,
.buttons-bar-btn:focus {
  outline: 0;
}

@media screen and (min-width: 375px) {
  .buttons-bar-btn {
    padding-left: 40px;
  }

}

@media screen and (min-width: 768px) {
  .buttons-bar-btn {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
  }

}

a.buttons-bar-btn {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  button.buttons-bar-btn {
    padding-left: 37px;
    padding-right: 37px;
  }

}

.js-tab {
  display: none;
}

.js-tab.active {
  display: block;
}

.accordion {
  border-top: 1px solid #888;
}

.accordion:last-child {
  border-bottom: 1px solid #888;
}

.accordion-header {
  position: relative;
  display: block;
  width: 100%;
  padding: 17px 30px 17px 0;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  border: 0;
  background-color: transparent;
  text-align: left;
}

.accordion-header:hover,
.accordion-header:focus {
  outline: 0;
}

.accordion-header.active + .accordion-cont {
  display: block;
}

.accordion-header.active .fa-plus {
  display: none;
}

.accordion-header i {
  right: 15px;
  color: #A00045;
  font-size: 14px;
  font-size: 1.4rem;
}

.accordion-cont {
  display: none;
  border-top: 1px solid #ccc;
}

.accordion-cont.content {
  padding: 15px 0;
}

.accordion-cont a {
  color: #A00045;
}

.accordion-title {
  margin: -1px 0 0;
  padding: 36px 0 0;
  border-top: 1px solid #ccc;
}

.address {
  padding: 30px 0;
  border-bottom: 1px solid #E4E4E8;
}

.address:last-child {
  border: 0;
}

@media screen and (min-width: 768px) {
  .address {
    display: table;
    width: 100%;
  }

}

.address-col {
  line-height: 2;
}

.address-col a {
  font-weight: bold;
  color: #A00045;
  text-decoration: underline;
}

.address-col a:hover {
  color: #000;
}

@media screen and (min-width: 768px) {
  .address-col {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
  }

  .address-col:last-child {
    padding-left: 30px;
  }

}

.term,
.content table {
  max-width: 100% !important;
  width: 100%;
  border-bottom: 1px solid #ccc;
}

.term + .term,
.content table + .term,
.content .term + table,
.content table + table {
  margin-top: 55px;
}

.term th,
.content table th {
  text-align: left;
  padding-bottom: 14px;
}

.term tbody,
.content table tbody {
  font-size: 16px;
  font-size: 1.6rem;
}

.term tbody td,
.content table tbody td {
  padding: 13px 0;
  border-top: 1px solid #ccc;
  vertical-align: top;
}

.term tbody td:first-child,
.content table tbody td:first-child {
  color: #888;
  width: 20%;
}

.term tbody td:last-child,
.content table tbody td:last-child {
  padding-left: 30px;
}

.cover {
  display: block;
  margin-bottom: 28px;
  text-align: center;
}

.cover:hover .cover-title {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .cover {
    text-align: left;
  }

}

.cover-img {
  display: block;
  margin: 0 auto 23px;
}

.cover-title {
  font-weight: bold;
}

.search-box-form {
  position: relative;
}

.search-box-form-field {
  width: 100%;
  padding: 12px 50px 12px 20px;
  border: 0;
  border-radius: 3px;
  background: #fff;
  font-size: 14px;
  font-size: 1.4rem;
}

.search-box-form-btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 45px;
  background: transparent;
  border: 0;
}

.search-box-form-btn i {
  position: absolute;
  right: 13px;
  color: #A00045;
}

.filter-box {
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .filter-box {
    border: 1px solid #ccc;
  }

}

.filter-box-btn {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 15px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #888;
  text-align: left;
  border: 1px solid #ccc;
  border-width: 1px 0;
  background-color: transparent;
}

.filter-box-btn i {
  right: 15px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #A00045;
}

.filter-box-btn.active {
  border-bottom-width: 0;
}

.filter-box-btn.active i:before {
  content: "\f00d";
}

@media screen and (min-width: 768px) {
  .filter-box-btn {
    display: none;
  }

}

.filter-box-cont {
  display: none;
}

.filter-box-cont > :first-child {
  border: 1px solid #ccc;
  border-width: 1px 0;
}

.filter-box-cont.active {
  display: block;
}

@media screen and (min-width: 768px) {
  .filter-box-cont {
    display: block;
  }

  .filter-box-cont > :first-child {
    border: 0;
  }

}

.filter-box-title {
  display: none;
}

@media screen and (min-width: 768px) {
  .filter-box-title {
    display: block;
  }

}

.jobs {
  margin: 30px 0;
}

.job {
  position: relative;
  padding: 30px 0;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #ccc;
}

@media screen and (min-width: 1024px) {
  .job {
    padding-bottom: 45px;
  }

}

.job:last-child {
  border-width: 1px 0;
}

.job--no-borders {
  border: none;
}

.job p {
  color: #444;
}

.job a {
  color: #A00045;
}

.job p.data-el-value {
  color: #000;
}

.job a.data-el-value {
  color: #A00045;
}

.job .btn-dark {
  background-color: #fff;
  color: #000;
  border-color: #888;
}

.job .btn-dark:hover {
  background-color: #000;
  color: #fff;
  border-color: #000;
}

.job-pic {
  float: right;
  margin-left: 15px;
}

.job-pic img {
  max-width: 50px;
  max-height: 60px;
}

@media screen and (min-width: 768px) {
  .job-pic {
    margin-right: 25px;
  }

}

.job-image {
  margin-bottom: 47px;
}

.job-image img {
  display: block;
  margin: 0 auto;
}

.job-downloads {
  margin-top: 70px;
}

.intro-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
}

@media screen and (min-width: 768px) {
  .intro-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

}

.intro-flex .title {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

.intro-flex .print {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 1024px) {
  .intro-flex .print {
    display: block;
    margin-top: 14px;
  }

}

.job-close {
  min-width: 170px;
  margin-bottom: 20px;
  text-align: center;
}

.job-close p {
  font-size: 13px;
  font-size: 1.3rem;
  color: #000;
}

@media screen and (min-width: 768px) {
  .no-flexbox .intro-flex {
    display: table;
    width: 100%;
  }

  .no-flexbox .intro-flex .title,
  .no-flexbox .intro-flex .print {
    display: table-cell;
    vertical-align: middle;
  }

  .no-flexbox .intro-flex .print {
    text-align: right;
  }

}

.job-title {
  margin: 0;
  color: #A00045;
}

@media screen and (min-width: 1024px) {
  .job-title {
    margin-top: 5px;
  }

}

.job-title:hover a {
  text-decoration: none;
}

.job-title a {
  color: inherit;
  text-decoration: underline;
}

.job-subtitle {
  margin: 0;
}

@media screen and (min-width: 768px) {
  .job-subtitle {
    margin-bottom: 20px;
  }

}

.job-btn {
  position: absolute;
  bottom: 30px;
  right: 0;
  margin-top: 20px;
}

@media screen and (min-width: 1024px) {
  .job-btn {
    bottom: 50px;
  }

}

.btn-print-job {
  color: #A00045;
  border: 1px solid #A00045;
  background: #fff;
  min-width: 185px;
  margin-top: 20px;
  width: 100%;
}

.no-flexbox .btn-print-job {
  padding-top: 12px;
  width: 185px;
  padding-left: 0;
  padding-right: 0;
}

@media screen and (min-width: 768px) {
  .btn-print-job {
    margin-top: 0;
  }

}

.btn-print-job .fa-print {
  font-size: 18px;
  font-size: 1.8rem;
  margin-right: 10px;
}

.btn-print-job:hover {
  color: #fff;
  background: #A00045;
}

.EditingFormErrorLabel,
.ErrorLabel {
  font-size: 14px;
  font-size: 1.4rem;
  color: red;
  pointer-events: none;
}

.school-office-dropdown .EditingFormErrorLabel {
  left: 15px;
}

.form-buttons-row .EditingFormErrorLabel,
.attachment-list .EditingFormErrorLabel {
  position: relative;
  top: -30px;
}

.ckeditor-area label + div {
  width: 100% !important;
  height: 100% !important;
}

.cke_reset {
  width: 100% !important;
}

.NFI-wrapper {
  width: 100%;
  position: relative;
}

.NFI-wrapper .NFI-button,
.NFI-wrapper .NFI-filename {
  font-size: 14px;
  font-size: 1.4rem;
}

.NFI-wrapper .NFI-button {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  border: 1px solid blue;
  height: 90px;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  background: #444;
  border: 1px solid #444;
  border-radius: 3px;
  -webkit-transition-property: background, border, color;
  transition-property: background, border, color;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  border-radius: 3px;
}

.NFI-wrapper .NFI-button:hover {
  color: #000;
  background: #fff;
  border-color: #000;
}

.NFI-wrapper .NFI-button .fa,
.NFI-wrapper .NFI-button .link-arrow a:before,
.link-arrow .NFI-wrapper .NFI-button a:before,
.NFI-wrapper .NFI-button .select2-container--default .select2-selection--single .select2-selection__arrow b,
.select2-container--default .select2-selection--single .select2-selection__arrow .NFI-wrapper .NFI-button b,
.NFI-wrapper .NFI-button .select[multiple] ~ .select2 .select2-selection:after,
.select[multiple] ~ .select2 .NFI-wrapper .NFI-button .select2-selection:after,
.NFI-wrapper .NFI-button .navigation-submenu-btn:before,
.NFI-wrapper .NFI-button .tile-banner-menu a:before,
.tile-banner-menu .NFI-wrapper .NFI-button a:before,
.NFI-wrapper .NFI-button .calendar-box .slick-arrow,
.calendar-box .NFI-wrapper .NFI-button .slick-arrow,
.NFI-wrapper .NFI-button .intro-text-more a:last-child:before,
.intro-text-more .NFI-wrapper .NFI-button a:last-child:before,
.NFI-wrapper .NFI-button .nav-list--arrows a:before,
.nav-list--arrows .NFI-wrapper .NFI-button a:before {
  margin-right: 15px;
}

.NFI-wrapper .NFI-button .optional {
  margin-left: 5px;
  font-weight: 300;
}

.NFI-wrapper .NFI-current {
  width: 100%;
  height: 90px !important;
}

.NFI-wrapper .NFI-filename {
  background-color: transparent;
  border: none;
  height: 20px;
  margin-bottom: 20px !important;
  margin-top: 5px !important;
  text-align: center;
  color: #000;
  width: 100%;
  overflow-x: scroll;
}

.NFI-wrapper .fa,
.NFI-wrapper .link-arrow a:before,
.link-arrow .NFI-wrapper a:before,
.NFI-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow b,
.select2-container--default .select2-selection--single .select2-selection__arrow .NFI-wrapper b,
.NFI-wrapper .select[multiple] ~ .select2 .select2-selection:after,
.select[multiple] ~ .select2 .NFI-wrapper .select2-selection:after,
.NFI-wrapper .navigation-submenu-btn:before,
.NFI-wrapper .tile-banner-menu a:before,
.tile-banner-menu .NFI-wrapper a:before,
.NFI-wrapper .calendar-box .slick-arrow,
.calendar-box .NFI-wrapper .slick-arrow,
.NFI-wrapper .intro-text-more a:last-child:before,
.intro-text-more .NFI-wrapper a:last-child:before,
.NFI-wrapper .nav-list--arrows a:before,
.nav-list--arrows .NFI-wrapper a:before {
  font-size: 18px;
  font-size: 1.8rem;
}

.jobs-results-count {
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
}

.jobs-footer .jobs-results-count {
  float: left;
  line-height: 40px;
}

.jobs-toolbar .jobs-results-count {
  margin-bottom: 15px;
}

.jobs-toolbar .pagination {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .jobs-toolbar .pagination {
    margin-top: 0;
  }

}

.pagination a {
  float: left;
  display: block;
  width: 40px;
  height: 40px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 40px;
  text-align: center;
  border: 1px solid #ccc;
  text-decoration: none;
  -webkit-transition: background .3s;
  transition: background .3s;
}

.pagination a:not(.disabled):hover {
  color: #fff;
  background-color: #444;
}

.pagination a i {
  font-size: 18px;
  font-size: 1.8rem;
}

.pagination a:first-child {
  border-radius: 3px 0 0 3px;
}

.pagination a:last-child {
  border-radius: 0 3px 3px 0;
}

.pagination a + a {
  border-left: none;
}

.pagination a.active {
  color: #fff;
  background-color: #000;
}

.pagination a.disabled {
  opacity: 0.4;
  cursor: default;
}

.divider {
  display: block;
  height: 5px;
  background: #000;
  width: 100%;
  clear: both;
  margin: 15px 0;
}

.list-defs {
  padding: 0;
  margin: 1em 0 0;
  color: #444;
}

.list-defs dd {
  margin: 0 0.3em 0 0;
  float: left;
  clear: left;
  font-weight: 700;
}

.list-defs dt {
  float: left;
  margin-bottom: 1em;
}

.list-links {
  font-size: 0.9em;
}

.list-links li {
  margin-bottom: 1em;
}

.list-links a {
  color: #A00045;
}

.list-links-grayed {
  display: block;
  color: #888;
}

.list-buttons li {
  margin-bottom: 1em;
}

.list-buttons .btn {
  width: 100%;
}

.list-buttons a {
  color: #fff;
}

.heading--spaced {
  margin-top: 3em;
}

.newsletter {
  padding: 50px 0;
}

@media screen and (min-width: 1024px) {
  .newsletter {
    padding: 100px 0 110px;
  }

}

.newsletter-icon {
  display: none;
}

@media screen and (min-width: 768px) {
  .newsletter-icon {
    display: block;
  }

}

@media screen and (min-width: 1220px) {
  .newsletter-icon img {
    max-width: 150px;
  }

}

.newsletter-title {
  margin: 0 0 10px;
}

.newsletter-form {
  margin-top: 32px;
}

.search-results-wrapper {
  display: block;
  position: relative;
}

.search-results-wrapper .search-results-header {
  display: block;
  position: relative;
  margin-bottom: 30px;
  padding: 45px 0;
  border-bottom: 5px solid black;
}

.search-results-wrapper .search-box-container {
  display: block;
  position: relative;
}

.search-results-wrapper .search-box-container:before,
.search-results-wrapper .search-box-container:after {
  content: " ";
  display: table;
}

.search-results-wrapper .search-box-container:after {
  clear: both;
}

@media screen and (min-width: 768px) {
  .search-results-wrapper .search-box-container {
    position: absolute;
    top: 65px;
    right: 0;
    width: 420px;
  }

}

@media screen and (min-width: 1024px) {
  .search-results-wrapper .search-box-container {
    top: 75px;
  }

}

.search-results-wrapper .search-input {
  display: inline-block;
  position: relative;
  margin-right: 10px;
  width: calc(100% - 120px);
  height: 40px;
  padding-left: 15px;
  font-size: 14px;
  float: left;
}

.search-results-wrapper .search-button {
  display: inline-block;
  position: relative;
  float: left;
  height: 40px;
  width: 110px;
  padding: 0;
  background: black;
  color: white;
  border: none;
  font-size: 14px;
  line-height: 39px;
  border-radius: 3px;
}

.search-results-wrapper .search-results-list-wrapper {
  display: block;
  position: relative;
  margin-bottom: 40px;
}

.search-results-wrapper .search-results-list {
  padding: 0;
  margin: 0;
}

.search-results-wrapper .search-results-list li {
  padding: 20px 0 30px;
  border-bottom: 1px solid #E4E4E8;
}

.search-results-wrapper .search-results-list li:before {
  display: none;
}

.search-results-wrapper .search-results-list small {
  display: block;
  color: #444;
  font-size: 14px;
  font-style: normal;
}

.search-results-wrapper .search-results-list li a {
  color: #A00045;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .search-results-wrapper .search-results-list li a {
    font-size: 18px;
  }

}

.search-results-wrapper .search-results-footer {
  display: block;
  position: relative;
  text-align: center;
}

.search-results-wrapper .search-results-footer:before,
.search-results-wrapper .search-results-footer:after {
  content: " ";
  display: table;
}

.search-results-wrapper .search-results-footer:after {
  clear: both;
}

.search-results-wrapper .search-results-count {
  display: block;
  font-size: 14px;
  line-height: 40px;
  font-weight: 500;
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .search-results-wrapper .search-results-count {
    float: left;
  }

}

.search-results-wrapper .pagination {
  display: inline-block;
  float: none;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .search-results-wrapper .pagination {
    float: right;
  }

}

.search-results-wrapper .pagination li {
  padding-left: 0;
  margin: 0;
}

.search-results-wrapper .pagination li:before {
  display: none;
}

.pika-single {
  border-color: #ccc;
}

.pika-single.is-bound {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.pika-label {
  font-weight: normal;
}

.pika-button {
  text-align: center;
  border: 1px solid transparent;
}

.is-today .pika-button {
  color: #A00045;
}

.is-selected .pika-button {
  color: #fff;
  font-weight: bold;
  background: #A00045;
  box-shadow: 0 0;
}

.pika-button:hover {
  color: #A00045;
  background: #fff;
  border: 1px solid #A00045;
}

.popup-youtube {
  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;
  position: relative;
}

.popup-youtube:before {
  content: "";
  font-size: 5em;
  color: #fff;
  position: absolute;
  top: calc(50% - 26px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0.8;
}

.CheckBoxField.checkbox {
  position: relative;
  display: inline-block;
}

.CheckBoxField.checkbox [type="checkbox"]:not(:checked),
.CheckBoxField.checkbox [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}

.CheckBoxField.checkbox [type="checkbox"]:not(:checked) + label,
.CheckBoxField.checkbox [type="checkbox"]:checked + label {
  width: 20px;
  height: 20px;
}

.CheckBoxField.checkbox [type="checkbox"]:not(:checked) + label:before,
.CheckBoxField.checkbox [type="checkbox"]:checked + label::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  top: -1px;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.CheckBoxField.checkbox [type="checkbox"]:checked + label:after {
  content: "\f00c";
  font-family: "FontAwesome";
  position: absolute;
  top: -1px;
  left: 3px;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
}

.CheckBoxField.checkbox [type="checkbox"]:checked + label::before {
  border: 1px solid #A00045;
  background-color: #A00045;
}

.hide-application-checkbox > div {
  display: inline-block;
}

.hide-application-checkbox label {
  display: inline-block;
  position: relative;
  color: #888;
  font-size: 0.8em;
  line-height: 18px;
  line-height: 1.8rem;
}

.hide-application-checkbox label:hover {
  cursor: pointer;
}

ul.alpha-listing-letter-grid {
  margin-bottom: 80px;
  margin-left: 0;
  margin-top: 0;
  padding: 0;
}

ul.alpha-listing-letter-grid li + li {
  margin-top: 0;
}

ul.alpha-listing-letter-grid li {
  padding-left: 0;
  display: inline-block;
  margin-left: 0;
  margin-top: 0;
  margin-right: 5px;
  margin-bottom: 10px;
}

ul.alpha-listing-letter-grid li:before {
  display: none;
}

ul.alpha-listing-letter-grid a {
  font-size: 14px;
  font-size: 1.4rem;
  display: inline-block;
  color: #000;
  font-style: normal;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 48px;
  background-color: #E4E4E8;
  border: 1px solid #BBBBBB;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

ul.alpha-listing-letter-grid a:hover {
  text-decoration: none;
  background-color: #000;
  color: #fff;
  border-color: #000;
}

.alpha-listing-group {
  position: relative;
  border-bottom: 1px solid #ccc;
  padding-bottom: 55px;
  margin-bottom: 40px;
}

.alpha-listing-group .letter {
  font-size: 30px;
  font-size: 3rem;
  color: #A00045;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .alpha-listing-group .letter {
    min-width: 100px;
  }

}

.alpha-listing-group .top-link {
  font-size: 13px;
  font-size: 1.3rem;
  position: absolute;
  right: 0;
  bottom: 50px;
}

@media screen and (min-width: 768px) {
  .alpha-listing-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

}

ul.alpha-listing-items {
  margin: 0;
  padding: 0;
}

ul.alpha-listing-items li {
  padding: 0;
  margin: 0;
}

ul.alpha-listing-items li + li {
  margin-top: 0;
}

ul.alpha-listing-items a {
  color: #444;
  font-style: normal;
}

ul.alpha-listing-items li:before {
  display: none;
}

@media screen and (min-width: 768px) {
  ul.alpha-listing-items {
    margin-top: 5px;
  }

}

.school-detail p {
  color: #444;
}

.school-detail .google-map {
  width: 100%;
  height: 400px;
}

/* Hide visually but not from screen readers */

.hide {
  position: absolute !important;
  left: -9999em !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* Image Replacement */

.ir {
  display: block;
  position: relative;
  overflow: hidden;
}

.ir span {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

/* Acessibility navigation */

.accessibility-nav {
  position: absolute;
  top: 0;
  left: -9999em;
  z-index: 1000;
}

.accessibility-nav a {
  position: absolute;
  top: 0;
  white-space: nowrap;
}

.accessibility-nav a:active,
.accessibility-nav a:focus {
  left: 9999em;
}

@media screen and (min-width: 1024px) {
  .visible-mobile {
    display: none !important;
  }

}

@media screen and (min-width: 768px) {
  .visible-palm {
    display: none !important;
  }

}

.visible-desk {
  display: none;
}

@media screen and (min-width: 1024px) {
  .visible-desk {
    display: block;
  }

}

.borders-top > * {
  border-top: 5px solid;
}

.borders-top-grid > * > * {
  border-top: 5px solid;
}

.borders-top > :nth-child(7n + 1),
.borders-top-grid > :nth-child(7n + 1) > * {
  border-top-color: #A00045;
}

.borders-top > :nth-child(7n + 2),
.borders-top-grid > :nth-child(7n + 2) > * {
  border-top-color: #232F84;
}

.borders-top > :nth-child(7n + 3),
.borders-top-grid > :nth-child(7n + 3) > * {
  border-top-color: #008B99;
}

.borders-top > :nth-child(7n + 4),
.borders-top-grid > :nth-child(7n + 4) > * {
  border-top-color: #F15D22;
}

.borders-top > :nth-child(7n + 5),
.borders-top-grid > :nth-child(7n + 5) > * {
  border-top-color: #FFDD00;
}

.borders-top > :nth-child(7n + 6),
.borders-top-grid > :nth-child(7n + 6) > * {
  border-top-color: #AF006E;
}

.borders-top > :nth-child(7n),
.borders-top-grid > :nth-child(7n + 7) > * {
  border-top-color: #B18A12;
}

.stuck {
  position: fixed;
  top: 0;
  z-index: 20;
}

.no-top-border {
  border-top: 0;
}

.no-bottom-border {
  border-bottom: 0;
}

.pvloader {
    position: relative;
    border: 4px solid #f3f3f3;
    border-radius: 50%;
    border-top: 4px solid #880c0c;
    width: 40px;
    height: 40px;
    left: 50%;
    top: 50%;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

#pvoverlay {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: black;
    opacity: .5;
    z-index: 1000;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*# sourceMappingURL=main.css.map */
