html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

/*! 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 {
  max-width: 100%;
  height: auto;
  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;
}

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

*:focus {
  outline: none;
}

*, *:before, *:after {
  box-sizing: border-box;
}

@media print {
  @page {
    margin: 0.5cm;
  }
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}

.col-25 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 23.2317613015%;
}

.col-25:last-child {
  margin-right: 0;
}

.col-25:nth-child(4n) {
  margin-right: 0;
}

.col-25:nth-child(4n+1) {
  clear: left;
}

.col-33 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 31.7615656014%;
}

.col-33:last-child {
  margin-right: 0;
}

.col-33:nth-child(3n) {
  margin-right: 0;
}

.col-33:nth-child(3n+1) {
  clear: left;
}

.col-50 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 48.821174201%;
}

.col-50:last-child {
  margin-right: 0;
}

.col-50:nth-child(2n) {
  margin-right: 0;
}

.col-50:nth-child(2n+1) {
  clear: left;
}

.col-66 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 65.8807828007%;
}

.col-66:last-child {
  margin-right: 0;
}

.col-75 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 74.4105871005%;
}

.col-75:last-child {
  margin-right: 0;
}

.col-100 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
}

.col-100:last-child {
  margin-right: 0;
}

.shift-125 {
  margin-left: 12.7947064497%;
}

.shift-25 {
  margin-left: 25.5894128995%;
}

.shift-375 {
  margin-left: 38.3841193492%;
}

.col-50.col-twitter {
  margin-right: 4.7153031958%;
}

.col-50.col-twitter, .col-50.col-facebook {
  width: 47.642348402%;
}

.btn {
  display: inline-block;
  padding: 0.7em 2em;
  background-color: #df2143;
  background-image: -webkit-linear-gradient(top, #df2143, #c11c39);
  background-image: linear-gradient(to bottom,#df2143, #c11c39);
  border-radius: 5px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.875em;
}

.btn:hover {
  background-color: #c11c39;
  background-image: -webkit-linear-gradient(top, #c11c39, #df2143);
  background-image: linear-gradient(to bottom,#c11c39, #df2143);
}

#social-feeds {
  padding: 2em 0;
  background-color: #f2f2f2;
  border-top: 1px solid #df2143;
}

#social-feeds .feed {
  /** Twitter theme */
  /** Facebook theme */
}

#social-feeds .feed .header {
  padding: 0 2em;
  background-color: #02447f;
  line-height: 80px;
  color: #ffffff;
}

#social-feeds .feed .header h2 {
  margin: 0;
  font-size: 1.375em;
  font-weight: 600;
}

#social-feeds .feed .posts {
  border-right: 1px solid #c5c5c5;
  border-left: 1px solid #c5c5c5;
}

#social-feeds .feed .posts .post {
  padding: 1.5em 2em;
  background-color: #f7f7f7;
}

#social-feeds .feed .posts .post:nth-of-type(2n) {
  background-color: #ffffff;
}

#social-feeds .feed .posts .post h3 {
  margin: 0 0 0.5em;
  font-size: 1.125em;
  font-weight: 600;
  color: #4d4d4d;
}

#social-feeds .feed .posts .post h4 {
  margin: 0 0 0.5em;
  font-size: 1em;
  font-weight: 600;
}

#social-feeds .feed .posts .post p {
  margin-top: 0;
  font-size: 0.875em;
  font-weight: 300;
}

#social-feeds .feed .posts .post p.date {
  margin: 0;
  color: #df2143;
}

#social-feeds .feed .posts .post .col-33 {
  position: relative;
  text-align: right;
}

#social-feeds .feed .posts .post .col-33 .btn {
  position: absolute;
  right: 0;
  bottom: 0;
}

#social-feeds .feed .more {
  padding: 1em 0;
  background-color: #ffffff;
  border: 1px solid #c5c5c5;
  border-top: none;
  text-align: center;
}

#social-feeds .feed.feed-twitter {
  color: #ffffff;
}

#social-feeds .feed.feed-twitter a {
  color: #ffffff;
}

#social-feeds .feed.feed-twitter .header {
  background-color: #5eaade;
  text-align: center;
}

#social-feeds .feed.feed-twitter .header h2 {
  font-size: 36px;
}

#social-feeds .feed.feed-twitter .posts {
  border: none;
}

#social-feeds .feed.feed-twitter .posts .post {
  background-color: #4e89b0;
}

#social-feeds .feed.feed-twitter .posts .post:nth-of-type(2n) {
  background-color: #599ac6;
}

#social-feeds .feed.feed-twitter .more {
  background-color: #5eaade;
  border: none;
}

#social-feeds .feed.feed-facebook {
  color: #ffffff;
}

#social-feeds .feed.feed-facebook a {
  color: #ffffff;
  word-break: break-all;
}

#social-feeds .feed.feed-facebook .header {
  background-color: #415e98;
  text-align: center;
}

#social-feeds .feed.feed-facebook .header h2 {
  font-size: 36px;
}

#social-feeds .feed.feed-facebook .posts {
  border: none;
}

#social-feeds .feed.feed-facebook .posts .post {
  background-color: #354d78;
}

#social-feeds .feed.feed-facebook .posts .post:nth-of-type(2n) {
  background-color: #3b5787;
}

#social-feeds .feed.feed-facebook .more {
  background-color: #415e98;
  border: none;
}

@media (max-width: 1000px) {
  #social-feeds .shift-125 {
    margin-left: 0%;
  }
  #social-feeds .social-container {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
  }
  #social-feeds .social-container:last-child {
    margin-right: 0;
  }
  #social-feeds .col-twitter, #social-feeds .col-facebook {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
  }
  #social-feeds .col-twitter:last-child, #social-feeds .col-facebook:last-child {
    margin-right: 0;
  }
  #social-feeds .col-twitter .post-3, #social-feeds .col-facebook .post-3 {
    display: none;
  }
  #social-feeds .social-container:nth-child(1) {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    margin-left: 0%;
  }
  #social-feeds .social-container:nth-child(1):last-child {
    margin-right: 0;
  }
  #social-feeds .social-container:nth-child(1).shift-375 {
    margin-left: 25.5894128995%;
  }
  #social-feeds .social-container:nth-child(1) .col-twitter, #social-feeds .social-container:nth-child(1) .col-facebook {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
  }
  #social-feeds .social-container:nth-child(1) .col-twitter:last-child, #social-feeds .social-container:nth-child(1) .col-facebook:last-child {
    margin-right: 0;
  }
  #social-feeds .feed .posts .post .col-66, #social-feeds .feed .posts .post .col-33 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
  }
  #social-feeds .feed .posts .post .col-66:last-child, #social-feeds .feed .posts .post .col-33:last-child {
    margin-right: 0;
  }
  #social-feeds .feed .posts .post .col-33 {
    text-align: center;
  }
  #social-feeds .feed .posts .post .col-33 .btn {
    position: static;
  }
  #social-feeds .feed.feed-twitter {
    margin-bottom: 1.618em;
  }
}

@media (max-width: 640px) {
  #social-feeds .col-50 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
  }
  #social-feeds .col-50:last-child {
    margin-right: 0;
  }
  #social-feeds .events-container.no-social {
    margin-left: 0%;
  }
  #social-feeds .social-container {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
  }
  #social-feeds .social-container:last-child {
    margin-right: 0;
  }
  #social-feeds .social-container:nth-child(1) .col-twitter, #social-feeds .social-container:nth-child(1) .col-facebook {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
  }
  #social-feeds .social-container:nth-child(1) .col-twitter:last-child, #social-feeds .social-container:nth-child(1) .col-facebook:last-child {
    margin-right: 0;
  }
  #social-feeds .social-container:nth-child(1).shift-375 {
    margin-left: 0%;
  }
  #social-feeds .feed.feed-events {
    margin-bottom: 1.618em;
  }
  #social-feeds .feed .more {
    padding: 0;
  }
  #social-feeds .feed .more .btn {
    width: 100%;
    border-radius: 0;
    line-height: 2;
  }
}

#sharefooter {
  text-align: center;
}

#sharefooter .container {
  margin-top: 3em;
  margin-bottom: 1em;
}

#sharefooter h3 {
  font-weight: 300;
  font-size: 2.25em;
}

#sharefooter .socialicon {
  display: inline-block;
  margin: 0 0.25em;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #02447f url("../img/common/social-facebook.svg");
  background-size: 60px 60px;
  color: #ffffff;
  text-decoration: none;
  font-size: 60px;
  line-height: 60px;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

#sharefooter .socialicon:before {
  display: block;
  margin: 0;
}

#sharefooter .socialicon.icon-facebook:hover {
  background-color: #3b5998;
}

#sharefooter .socialicon.icon-twitter {
  background-image: url("../img/common/social-twitter.svg");
}

#sharefooter .socialicon.icon-twitter:hover {
  background-color: #00aced;
}

#sharefooter .socialicon.icon-email {
  background-image: url("../img/common/social-email.svg");
}

#sharefooter .socialicon.icon-email:hover {
  background-color: #dd4b39;
}

#sharefooter .socialicon.icon-share {
  background-image: url("../img/common/social-share.svg");
}

#sharefooter .socialicon.icon-share:hover {
  background-color: #007bb5;
}

@media (max-width: 480px) {
  #sharefooter .container {
    margin-bottom: 0;
  }
  #sharefooter h3 {
    margin: 0 0 0.5em;
  }
  #sharefooter .socialicon {
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
    font-size: 40px;
    line-height: 40px;
  }
}

body {
  background-color: #ffffff;
  color: #4d4d4d;
  font-weight: 300;
  font-size: 16px;
  font-family: "myriad-pro", sans-serif;
}

.container {
  position: relative;
  padding: 0 2em;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.container::after {
  clear: both;
  content: "";
  display: table;
}

.container.container-nav {
  position: static;
}

.container.container-thin {
  max-width: 656px;
}

h1, .page-title {
  margin: 0;
  padding: 1em 0;
  border-bottom: 1px solid #df2143;
  color: #02447f;
  text-align: center;
  font-weight: 600;
  font-size: 2.25em;
}

h1.light, .page-title.light {
  font-weight: 300;
}

h1 span, .page-title span {
  display: block;
  font-weight: 300;
}

@media (max-width: 640px) {
  h1, .page-title {
    font-size: 1.6em;
  }
}

h3 {
  color: #02447f;
  font-weight: 600;
  font-size: 1.17em;
}

.page-title {
  padding-top: 0;
  border-bottom: none;
  font-weight: 300;
}

.page-title.underlined {
  border-bottom: 1px solid #df2143;
}

strong {
  font-weight: 600;
}

a {
  color: #4d4d4d;
}

.underline {
  text-decoration: none;
  border-bottom: 1px solid #ffffff;
}

.underline-primary {
  text-decoration: none;
  border-bottom: 1px solid #df2143;
}

#header {
  padding: 1.4em 0;
}

#header .col-33 {
  display: table;
  min-height: 75px;
  height: 100%;
}

#header .col-33 .buttons {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: right;
}

#header .logo {
  float: left;
  margin-right: 2em;
}

#header .logo img {
  display: block;
  float: left;
  margin-right: 1em;
  height: 75px;
}

#header .logo img:first-of-type {
  margin-right: 2em;
}

#header .logo img:last-of-type {
  margin-right: 0;
}

#header .tagline {
  color: #02447f;
  font-weight: 600;
  line-height: 75px;
}

#header .btn {
  min-width: 125px;
}

@media (max-width: 1000px) {
  #header .tagline {
    display: none;
  }
}

@media (max-width: 640px) {
  #header .col-66, #header .col-33 {
    float: none;
    width: 100%;
    text-align: center;
  }
  #header .col-33 {
    display: block;
    min-height: 0;
  }
  #header .col-33 .buttons {
    display: block;
    margin-top: 2em;
    text-align: center;
  }
  #header .logo {
    display: inline-block;
    margin-right: 0;
    float: none;
  }
}

@media (max-width: 480px) {
  #header .logo img {
    height: 33px;
    margin-bottom: 0.5em;
  }
  #header .logo img:first-of-type {
    margin-right: 1em;
    margin-bottom: 0;
    height: 75px;
  }
}

#nav-trigger {
  display: none;
  padding: 0.5em 0.7em;
  background-color: #4d4d4d;
  color: #ffffff;
  text-align: right;
}

.admin-bar #nav-trigger {
  margin-top: 32px;
}

#nav-trigger .fa {
  font-size: 2em;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.nav-open #nav-trigger .fa {
  margin-right: 250px;
}

#nav-trigger.sticky {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
}

@media (max-width: 1000px) {
  #nav-trigger {
    display: block;
  }
}

@media (max-width: 782px) {
  .admin-bar #nav-trigger {
    margin-top: 46px;
  }
}

#nav {
  background-color: #4d4d4d;
}

#nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#nav ul.mainnav {
  float: left;
}

#nav ul.extranav {
  float: right;
}

#nav ul li {
  float: left;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}

#nav ul li.mobile {
  display: none;
}

#nav ul li a {
  display: block;
  padding: 0.7em 1.6em;
  color: #ffffff;
  text-decoration: none;
  font-weight: normal;
  font-size: 0.875em;
}

#nav ul li.highlight a {
  padding-left: 1.6em;
  background-color: #df2143;
  background-image: -webkit-linear-gradient(top, #df2143, #c11c39);
  background-image: linear-gradient(to bottom,#df2143, #c11c39);
}

#nav ul li.menu-item-has-children > a {
  position: relative;
  z-index: 1;
}

#nav ul li.menu-item-has-children > a:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 0;
  background-color: #02447f;
  -webkit-transition: height 0.1s linear 0.25s;
  -moz-transition: height 0.1s linear 0.25s;
  transition: height 0.1s linear 0.25s;
  content: "";
}

#nav ul li.menu-item-has-children > a:hover:before {
  height: 100%;
  transition-delay: 0s;
}

#nav ul li.menu-item-has-children.hovered > a:before {
  height: 100%;
  transition-delay: 0s;
}

.no-js #nav ul li.menu-item-has-children:hover .sub-menu {
  display: block;
}

#nav ul li .sub-menu {
  position: absolute;
  left: 0;
  z-index: 10;
  display: none;
  overflow: hidden;
  width: 100%;
  background-color: #02447f;
}

#nav ul li .sub-menu li {
  float: none;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  border-left: none;
}

#nav ul li .sub-menu li:first-of-type {
  border-top: none;
}

#nav.sticky {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
}

@media (max-width: 1000px) {
  #nav {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    overflow-y: auto;
    width: 250px;
    height: 100%;
    background-color: #02447f;
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  #nav.open {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .android_2-3 #nav {
    overflow: hidden;
    height: 0;
  }
  .android_2-3 #nav.open {
    height: 100%;
  }
  #nav .container {
    position: static;
    padding: 0;
  }
  #nav ul.mainnav {
    float: none;
  }
  #nav ul.mainnav li:last-of-type {
    border-bottom: none;
  }
  #nav ul.extranav {
    float: none;
  }
  #nav ul li {
    float: none;
    border-left: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
  #nav ul li .sub-menu {
    position: static;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    background-color: #4d4d4d;
  }
  #nav ul li .sub-menu li {
    border-bottom: none;
  }
  #nav ul li .sub-menu li a {
    padding-left: 3em !important;
  }
  #nav ul li a {
    padding: 1em 2em !important;
  }
  #nav ul li a:before {
    display: none;
  }
  #nav ul.extranav li {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    border-bottom: none;
  }
  .admin-bar #nav {
    padding-top: 32px;
  }
}

@media (max-width: 1000px) and (max-width: 782px) {
  .admin-bar #nav {
    padding-top: 46px;
  }
}

@media (max-width: 640px) {
  #nav ul li.mobile {
    display: block;
  }
}

#top {
  padding: .25em 0;
  background-color: #02447f;
  color: #fff;
  text-align: right;
}

#top a {
  color: #fff;
  text-decoration: none;
  font-size: .8em;
}

#footer {
  margin-top: 2em;
  background-color: #f7f7f7;
  border-top: 1px solid #c5c5c5;
}

.view-profile #footer {
  margin-top: 0;
}

#footer .left {
  float: left;
}

#footer .left img {
  display: inline-block;
  margin-top: 1em;
}

#footer .right {
  float: right;
}

#footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#footer ul li {
  float: left;
  margin-right: 1em;
}

#footer ul li, #footer p {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 0.875em;
}

#footer a {
  text-decoration: none;
}

@media (max-width: 1000px) {
  #footer .left, #footer .right {
    float: none;
    text-align: center;
  }
  #footer ul li {
    float: none;
    margin-right: 0;
  }
}

.main-content {
  margin: 0 auto;
  max-width: 656px;
  padding: 2em 0;
}

.front-page .main-content {
  text-align: center;
}

.main-content ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style-position: inside;
  text-align: left;
}

.news {
  margin-top: 2em;
}

.news .news-article {
  display: table;
  padding: 1em 0;
  width: 100%;
  text-align: left;
  background-color: #f7f7f7;
}

.news .news-article:nth-of-type(2n) {
  background-color: #ffffff;
}

.news .news-article .image, .news .news-article .details {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

.news .news-article .image {
  width: 220px;
}

.news .news-article .image img {
  display: block;
  width: 100%;
}

.news .news-article .details {
  padding-left: 1em;
}

.news .news-article h2 {
  margin: 0 0 0.5em;
  color: #4d4d4d;
  font-weight: 600;
  font-size: 1.125em;
}

.news .news-article p {
  font-size: 0.875em;
}

.news .news-article p.date {
  margin: 0;
  color: #df2143;
}

.news .news-article .btn {
  font-size: 0.875em;
}

@media (max-width: 480px) {
  .news .news-article {
    display: block;
  }
  .news .news-article .image, .news .news-article .details {
    display: block;
  }
  .news .news-article .image {
    margin: 0 auto;
  }
  .news .news-article .btn {
    display: block;
  }
}

.news .pagination {
  padding: 1em 0;
  background-color: #f7f7f7;
  border-top: 1px solid #df2143;
}

.news .pagination .page-numbers {
  display: none;
}

.news .pagination ul {
  margin: 0;
  padding: 0;
}

.news .pagination a {
  color: #4d4d4d;
  text-decoration: none;
}

.news .pagination .prev {
  display: inline;
  float: left;
}

.news .pagination .next {
  display: inline;
  float: right;
}

.single .size-banner {
  display: block;
  margin: 0 auto;
}

#gallery .main-gallery {
  margin-bottom: 1em;
}

#gallery .thumb-gallery {
  margin-top: 1em;
}

#gallery .thumb-gallery:before, #gallery .thumb-gallery:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 50px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  background-image: -webkit-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right,#ffffff 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  pointer-events: none;
}

#gallery .thumb-gallery:after {
  right: 0;
  left: auto;
  background-color: rgba(255, 255, 255, 0);
  background-image: -webkit-linear-gradient(right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to left,#ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

#gallery .thumb-gallery .slick-slide {
  opacity: 0.5;
}

#gallery .thumb-gallery .slick-slide.slick-center {
  opacity: 1;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

#gallery .thumb-gallery .slick-arrow {
  position: absolute;
  top: 50%;
  left: -15px;
  z-index: 2;
  display: block;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 50%;
  background: #02447f;
  color: #ffffff;
  text-align: center;
  line-height: 30px;
}

#gallery .thumb-gallery .slick-arrow.slick-next {
  right: -15px;
  left: auto;
}

#gallery hr {
  margin: 0;
  height: 0;
  border-top: 1px solid #02447f;
}

.select {
  margin: 2em 0;
}

.select2-container {
  height: 40px;
  width: 240px !important;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #02447f;
  height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #d80529;
  line-height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #02447f transparent transparent transparent;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #d80529;
  border-radius: 4px;
}

.select2-dropdown .select2-results__option[aria-selected=true] {
  background-color: #4d4d4d;
  color: #fff;
}

.select2-dropdown .select2-results__option:hover, .select2-dropdown .select2-results__option--highlighted[aria-selected] {
  background-color: #d80529;
  color: #fff;
}

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