@charset "UTF-8";
/* ALL IMPORTS */
/******************************************************************
Colors
******************************************************************/
/******************************************************************
Mixins
******************************************************************/
/*********************
TRANSITION
*********************/
/*
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/*********************
Breakpoints
*********************/
/* usage: @include breakpoint(tablet) { // your styles here } */
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
#wpadminbar .ab-top-secondary {
  float: none;
}

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * 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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after 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;
}

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

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

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

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

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

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

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

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

/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
  content: "";
  content: none;
}

small, .small {
  font-size: 75%;
}

/**
 * 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;
}

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 0 0 1em 0;
}

dd {
  margin: 0;
}

/*
 * Addresses paddings set differently in IE6/7.
 */
ol,
ul {
  padding: 0;
}
ol,
ul {
  margin-left: 1.5em;
}
ol li,
ul li {
  margin-bottom: 1em;
}

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
}

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

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

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

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

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

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

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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;
}

/**
 * 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] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

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

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.clearfix, .cf {
  zoom: 1;
}
.clearfix:before, .clearfix:after, .cf:before, .cf:after {
  content: "";
  display: table;
}
.clearfix:after, .cf:after {
  clear: both;
}

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville, "Goudy Old Style", Palatino, "Book Antiqua", serif !important;
  font-style: italic;
}

/*
Accessibility styles 
*/
a.skip, .screen-reader-text {
  display: inline-block;
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

a.skip:focus {
  position: static;
  width: auto;
  height: auto;
  background-color: #fff;
  color: #697995;
  padding: 1em;
}

/******************************************************************
GRID
******************************************************************/
.main-content {
  float: left;
  padding: 0 1.5rem;
  width: 100%;
  padding: 0 1.5rem;
}
@media (min-width: 50em) {
  .main-content {
    width: 66.666%;
  }
}
.page-template-tmpl-home .main-content {
  padding: 0;
}
.full-width .main-content {
  width: 100%;
}

.sidebar {
  float: left;
  padding: 0 1.5rem;
  width: 100%;
}
@media (min-width: 50em) {
  .sidebar {
    width: 33.3333%;
  }
}
.full-width .sidebar {
  width: 100%;
}

.last-col {
  float: right;
}

/******************************************************************
Typography
******************************************************************/
/******************************************************************
Site Name:
Author:

Stylesheet: Form Styles

We put all the form and button styles in here to setup a consistent
look. If we need to customize them, we can do this in the main
stylesheets and just override them. Easy Peasy.

You're gonna see a few data-uri thingies down there. If you're not
sure what they are, check this link out:
http://css-tricks.com/data-uris/
If you want to create your own, use this helpful link:
http://websemantics.co.uk/online_tools/image_to_data_uri_convertor/

******************************************************************/
/*********************
INPUTS
*********************/
.search-submit, .gform_wrapper input[type=text],
.gform_wrapper input[type=password],
.gform_wrapper input[type=datetime],
.gform_wrapper input[type=datetime-local],
.gform_wrapper input[type=date],
.gform_wrapper input[type=month],
.gform_wrapper input[type=time],
.gform_wrapper input[type=week],
.gform_wrapper input[type=number],
.gform_wrapper input[type=email],
.gform_wrapper input[type=url],
.gform_wrapper input[type=search],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=color],
.gform_wrapper input[type=file],
.gform_wrapper select,
.gform_wrapper textarea, input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color],
input[type=file],
select,
textarea {
  display: block;
  height: 2rem;
  padding: 0 0.5rem;
  margin-bottom: 0.9em;
  font-size: 0.9em;
  color: #395173;
  border-radius: 0.3rem;
  border: 2px solid #395173;
  vertical-align: middle;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
  background-color: #fff;
}
.search-submit:focus,
.gform_wrapper select:focus,
.gform_wrapper textarea:focus, input[type=text]:focus,
input[type=password]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=time]:focus,
input[type=week]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=color]:focus,
input[type=file]:focus,
select:focus,
textarea:focus, .search-submit:active,
.gform_wrapper select:active,
.gform_wrapper textarea:active, input[type=text]:active,
input[type=password]:active,
input[type=datetime]:active,
input[type=datetime-local]:active,
input[type=date]:active,
input[type=month]:active,
input[type=time]:active,
input[type=week]:active,
input[type=number]:active,
input[type=email]:active,
input[type=url]:active,
input[type=search]:active,
input[type=tel]:active,
input[type=color]:active,
input[type=file]:active,
select:active,
textarea:active {
  background-color: whitesmoke;
}
.error.search-submit,
.gform_wrapper select.error,
.gform_wrapper textarea.error, input.error[type=text],
input.error[type=password],
input.error[type=datetime],
input.error[type=datetime-local],
input.error[type=date],
input.error[type=month],
input.error[type=time],
input.error[type=week],
input.error[type=number],
input.error[type=email],
input.error[type=url],
input.error[type=search],
input.error[type=tel],
input.error[type=color],
input.error[type=file],
select.error,
textarea.error, .is-invalid.search-submit,
.gform_wrapper select.is-invalid,
.gform_wrapper textarea.is-invalid, input.is-invalid[type=text],
input.is-invalid[type=password],
input.is-invalid[type=datetime],
input.is-invalid[type=datetime-local],
input.is-invalid[type=date],
input.is-invalid[type=month],
input.is-invalid[type=time],
input.is-invalid[type=week],
input.is-invalid[type=number],
input.is-invalid[type=email],
input.is-invalid[type=url],
input.is-invalid[type=search],
input.is-invalid[type=tel],
input.is-invalid[type=color],
input.is-invalid[type=file],
select.is-invalid,
textarea.is-invalid {
  color: #fbe3e4;
  border-color: #fbe3e4;
  background-color: #fff;
  background-position: 99% center;
  background-repeat: no-repeat;
  outline-color: #fbe3e4;
}
.success.search-submit,
.gform_wrapper select.success,
.gform_wrapper textarea.success, input.success[type=text],
input.success[type=password],
input.success[type=datetime],
input.success[type=datetime-local],
input.success[type=date],
input.success[type=month],
input.success[type=time],
input.success[type=week],
input.success[type=number],
input.success[type=email],
input.success[type=url],
input.success[type=search],
input.success[type=tel],
input.success[type=color],
input.success[type=file],
select.success,
textarea.success, .is-valid.search-submit,
.gform_wrapper select.is-valid,
.gform_wrapper textarea.is-valid, input.is-valid[type=text],
input.is-valid[type=password],
input.is-valid[type=datetime],
input.is-valid[type=datetime-local],
input.is-valid[type=date],
input.is-valid[type=month],
input.is-valid[type=time],
input.is-valid[type=week],
input.is-valid[type=number],
input.is-valid[type=email],
input.is-valid[type=url],
input.is-valid[type=search],
input.is-valid[type=tel],
input.is-valid[type=color],
input.is-valid[type=file],
select.is-valid,
textarea.is-valid {
  color: #e6efc2;
  border-color: #e6efc2;
  background-color: #fff;
  background-position: 99% center;
  background-repeat: no-repeat;
  outline-color: #e6efc2;
}
[disabled].search-submit,
.gform_wrapper select[disabled],
.gform_wrapper textarea[disabled], input[disabled][type=text],
input[disabled][type=password],
input[disabled][type=datetime],
input[disabled][type=datetime-local],
input[disabled][type=date],
input[disabled][type=month],
input[disabled][type=time],
input[disabled][type=week],
input[disabled][type=number],
input[disabled][type=email],
input[disabled][type=url],
input[disabled][type=search],
input[disabled][type=tel],
input[disabled][type=color],
input[disabled][type=file],
select[disabled],
textarea[disabled], .is-disabled.search-submit,
.gform_wrapper select.is-disabled,
.gform_wrapper textarea.is-disabled, input.is-disabled[type=text],
input.is-disabled[type=password],
input.is-disabled[type=datetime],
input.is-disabled[type=datetime-local],
input.is-disabled[type=date],
input.is-disabled[type=month],
input.is-disabled[type=time],
input.is-disabled[type=week],
input.is-disabled[type=number],
input.is-disabled[type=email],
input.is-disabled[type=url],
input.is-disabled[type=search],
input.is-disabled[type=tel],
input.is-disabled[type=color],
input.is-disabled[type=file],
select.is-disabled,
textarea.is-disabled {
  cursor: not-allowed;
  border-color: #77787b;
  opacity: 0.6;
}
[disabled].search-submit:focus, .gform_wrapper input[disabled][type=text]:focus,
.gform_wrapper input[disabled][type=password]:focus,
.gform_wrapper input[disabled][type=datetime]:focus,
.gform_wrapper input[disabled][type=datetime-local]:focus,
.gform_wrapper input[disabled][type=date]:focus,
.gform_wrapper input[disabled][type=month]:focus,
.gform_wrapper input[disabled][type=time]:focus,
.gform_wrapper input[disabled][type=week]:focus,
.gform_wrapper input[disabled][type=number]:focus,
.gform_wrapper input[disabled][type=email]:focus,
.gform_wrapper input[disabled][type=url]:focus,
.gform_wrapper input[disabled][type=search]:focus,
.gform_wrapper input[disabled][type=tel]:focus,
.gform_wrapper input[disabled][type=color]:focus,
.gform_wrapper input[disabled][type=file]:focus,
.gform_wrapper select[disabled]:focus,
.gform_wrapper textarea[disabled]:focus, input[disabled][type=text]:focus,
input[disabled][type=password]:focus,
input[disabled][type=datetime]:focus,
input[disabled][type=datetime-local]:focus,
input[disabled][type=date]:focus,
input[disabled][type=month]:focus,
input[disabled][type=time]:focus,
input[disabled][type=week]:focus,
input[disabled][type=number]:focus,
input[disabled][type=email]:focus,
input[disabled][type=url]:focus,
input[disabled][type=search]:focus,
input[disabled][type=tel]:focus,
input[disabled][type=color]:focus,
input[disabled][type=file]:focus,
select[disabled]:focus,
textarea[disabled]:focus, [disabled].search-submit:active, .gform_wrapper input[disabled][type=text]:active,
.gform_wrapper input[disabled][type=password]:active,
.gform_wrapper input[disabled][type=datetime]:active,
.gform_wrapper input[disabled][type=datetime-local]:active,
.gform_wrapper input[disabled][type=date]:active,
.gform_wrapper input[disabled][type=month]:active,
.gform_wrapper input[disabled][type=time]:active,
.gform_wrapper input[disabled][type=week]:active,
.gform_wrapper input[disabled][type=number]:active,
.gform_wrapper input[disabled][type=email]:active,
.gform_wrapper input[disabled][type=url]:active,
.gform_wrapper input[disabled][type=search]:active,
.gform_wrapper input[disabled][type=tel]:active,
.gform_wrapper input[disabled][type=color]:active,
.gform_wrapper input[disabled][type=file]:active,
.gform_wrapper select[disabled]:active,
.gform_wrapper textarea[disabled]:active, input[disabled][type=text]:active,
input[disabled][type=password]:active,
input[disabled][type=datetime]:active,
input[disabled][type=datetime-local]:active,
input[disabled][type=date]:active,
input[disabled][type=month]:active,
input[disabled][type=time]:active,
input[disabled][type=week]:active,
input[disabled][type=number]:active,
input[disabled][type=email]:active,
input[disabled][type=url]:active,
input[disabled][type=search]:active,
input[disabled][type=tel]:active,
input[disabled][type=color]:active,
input[disabled][type=file]:active,
select[disabled]:active,
textarea[disabled]:active, .is-disabled.search-submit:focus, .gform_wrapper input.is-disabled[type=text]:focus,
.gform_wrapper input.is-disabled[type=password]:focus,
.gform_wrapper input.is-disabled[type=datetime]:focus,
.gform_wrapper input.is-disabled[type=datetime-local]:focus,
.gform_wrapper input.is-disabled[type=date]:focus,
.gform_wrapper input.is-disabled[type=month]:focus,
.gform_wrapper input.is-disabled[type=time]:focus,
.gform_wrapper input.is-disabled[type=week]:focus,
.gform_wrapper input.is-disabled[type=number]:focus,
.gform_wrapper input.is-disabled[type=email]:focus,
.gform_wrapper input.is-disabled[type=url]:focus,
.gform_wrapper input.is-disabled[type=search]:focus,
.gform_wrapper input.is-disabled[type=tel]:focus,
.gform_wrapper input.is-disabled[type=color]:focus,
.gform_wrapper input.is-disabled[type=file]:focus,
.gform_wrapper select.is-disabled:focus,
.gform_wrapper textarea.is-disabled:focus, input.is-disabled[type=text]:focus,
input.is-disabled[type=password]:focus,
input.is-disabled[type=datetime]:focus,
input.is-disabled[type=datetime-local]:focus,
input.is-disabled[type=date]:focus,
input.is-disabled[type=month]:focus,
input.is-disabled[type=time]:focus,
input.is-disabled[type=week]:focus,
input.is-disabled[type=number]:focus,
input.is-disabled[type=email]:focus,
input.is-disabled[type=url]:focus,
input.is-disabled[type=search]:focus,
input.is-disabled[type=tel]:focus,
input.is-disabled[type=color]:focus,
input.is-disabled[type=file]:focus,
select.is-disabled:focus,
textarea.is-disabled:focus, .is-disabled.search-submit:active, .gform_wrapper input.is-disabled[type=text]:active,
.gform_wrapper input.is-disabled[type=password]:active,
.gform_wrapper input.is-disabled[type=datetime]:active,
.gform_wrapper input.is-disabled[type=datetime-local]:active,
.gform_wrapper input.is-disabled[type=date]:active,
.gform_wrapper input.is-disabled[type=month]:active,
.gform_wrapper input.is-disabled[type=time]:active,
.gform_wrapper input.is-disabled[type=week]:active,
.gform_wrapper input.is-disabled[type=number]:active,
.gform_wrapper input.is-disabled[type=email]:active,
.gform_wrapper input.is-disabled[type=url]:active,
.gform_wrapper input.is-disabled[type=search]:active,
.gform_wrapper input.is-disabled[type=tel]:active,
.gform_wrapper input.is-disabled[type=color]:active,
.gform_wrapper input.is-disabled[type=file]:active,
.gform_wrapper select.is-disabled:active,
.gform_wrapper textarea.is-disabled:active, input.is-disabled[type=text]:active,
input.is-disabled[type=password]:active,
input.is-disabled[type=datetime]:active,
input.is-disabled[type=datetime-local]:active,
input.is-disabled[type=date]:active,
input.is-disabled[type=month]:active,
input.is-disabled[type=time]:active,
input.is-disabled[type=week]:active,
input.is-disabled[type=number]:active,
input.is-disabled[type=email]:active,
input.is-disabled[type=url]:active,
input.is-disabled[type=search]:active,
input.is-disabled[type=tel]:active,
input.is-disabled[type=color]:active,
input.is-disabled[type=file]:active,
select.is-disabled:active,
textarea.is-disabled:active {
  background-color: #d5edf8;
}

textarea, .gform_wrapper textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em;
  padding: 1em;
}

::-webkit-input-placeholder {
  color: #002857;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #002857;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #002857;
}

:-ms-input-placeholder {
  color: #002857;
}

label {
  font-weight: bold;
}

.gform_wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.gform_wrapper li {
  margin: 0 0 0.5em 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
  background: none !important;
}
.gform_wrapper select {
  padding: 0;
  vertical-align: middle;
  height: auto;
  font-size: inherit;
}
.gform_wrapper .gfield_label {
  font-family: "Geometric415BT-BlackA", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.gform_wrapper .ginput_complex {
  zoom: 1;
}
.gform_wrapper .ginput_complex:before, .gform_wrapper .ginput_complex:after {
  content: "";
  display: table;
}
.gform_wrapper .ginput_complex:after {
  clear: both;
}
.gform_wrapper .ginput_complex .ginput_left, .gform_wrapper .ginput_complex .ginput_right, .gform_wrapper .ginput_complex > span {
  width: 49%;
  float: left;
  margin-right: 2%;
}
.gform_wrapper .ginput_complex .ginput_right, .gform_wrapper .ginput_complex > span:last-of-type {
  margin-right: 0;
}
.gform_wrapper .ginput_complex > span.ginput_full {
  width: 100%;
  margin-right: 0;
}
.gform_wrapper .ginput_complex > span.ginput_full input {
  width: 100%;
  max-width: inherit;
}

input[type=checkbox], input[type=radio] {
  margin-right: 0.5em;
}

input[type=file] {
  border: none;
  padding-left: 0;
}

.gfield_time_hour.gfield_time_hour {
  line-height: 1em;
}
.gfield_time_hour.gfield_time_hour > label {
  float: left;
  width: 60%;
  margin-top: 0px;
}

.gfield_list_icons img {
  float: left;
}

.gfield_list_cell input {
  max-width: inherit !important;
}

.entry-content .gfield_list tr:nth-child(2n) {
  background-color: transparent;
}

.search-submit {
  background-color: transparent;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  height: 2rem;
  width: 2rem;
}

input.search-input {
  padding-right: 2rem;
}
input.search-input--header {
  border: 0px;
}
.search-form {
  position: relative;
}

select, textarea {
  color: #ed1b2e;
}

.gform_description {
  display: block;
  margin-bottom: 1em;
}

@media (min-width: 64em) {
  .post-password-form {
    width: 50%;
  }
}

.donation-form .section > h3 {
  margin-top: 1.5em;
}
.donation-form .btn-group {
  margin-top: 1.5em;
  font-size: 1.4em;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Alert Styles

If you want to use these alerts in your design, you can. If not,
you can just remove this stylesheet.

******************************************************************/
.alert-success, .alert-error, .alert-info, .alert-help {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}

.alert-help {
  border-color: #e8dc59;
  background: #ebe16f;
}

.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8;
}

.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4;
}

.alert-success {
  border-color: #deeaae;
  background: #e6efc2;
}

/******************************************************************
BUTTONS
Helpful Links:
http://galp.in/blog/2011/08/02/the-ui-guide-part-1-buttons/

******************************************************************/
.button.blue, .button.white, .button.white:visited, .button-menu > a, .button, .button:visited, input[type=submit] {
  display: inline-block;
  position: relative;
  font-family: "Geometric415BT-MediumA", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  padding: 0.5rem 0.75rem;
  cursor: pointer;
  vertical-align: middle;
  background-color: #ed1b2e;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  text-transform: uppercase;
  border: 1px solid #ed1b2e;
  font-style: normal;
  border-radius: 0.3rem;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.button-menu > a:hover, .button:hover, input[type=submit]:hover, .button-menu > a:focus, .button:focus, input[type=submit]:focus {
  color: #ed1b2e;
  text-decoration: none;
  background-color: #fff;
}
.button-menu > a:active, .button:active, input[type=submit]:active {
  top: 1px;
}

/*
An example button.
You can use this example if you want. Just replace all the variables
and it will create a button dependant on those variables.
*/
.button, .button:visited, input[type=submit] {
  color: #fff;
}
.button:hover, .button:focus, .button:visited:hover, .button:visited:focus, input[type=submit]:hover, input[type=submit]:focus {
  background-color: #fff;
  color: #ed1b2e;
  border-color: #ed1b2e;
}
.button:active, .button:visited:active, input[type=submit]:active {
  background-color: #dd1124;
  color: #fff;
}

.button.white, .button.white:visited, .button-menu > a {
  color: #ed1b2e;
  background-color: #fff;
  border-color: #ed1b2e;
}
.button.white:hover, .button.white:focus, .button.white:visited:hover, .button.white:visited:focus, .button-menu > a:hover, .button-menu > a:focus {
  background-color: #ed1b2e;
  color: #fff;
  border-color: #e71225;
}
.button.white:active, .button.white:visited:active, .button-menu > a:active {
  background-color: #dd1124;
  color: #fff;
}

.button.blue {
  color: #fff;
  background-color: #48c3e3;
  border-color: #48c3e3;
}
.button.blue:hover, .button.blue:focus {
  color: #fff;
  background-color: #56637a;
  border-color: #697995;
}
.button.blue:active {
  color: #fff;
  background-color: #546177;
}

#tinymce .one-half,
#tinymce .one-third,
#tinymce .two-third,
#tinymce .one-fourth,
#tinymce .three-fourths {
  border: 1px dashed #77787b;
  padding: 1%;
}

/* Structures */
.all-columns {
  width: 100%;
  zoom: 1;
  clear: both;
  margin-bottom: 1.677rem;
}
.all-columns:before, .all-columns:after {
  content: "";
  display: table;
}
.all-columns:after {
  clear: both;
}
.all-columns > div:last-of-type {
  margin-right: 0;
}
.all-columns .first {
  clear: left;
}
.all-columns .last {
  margin-right: 0;
}

@media (min-width: 64em) {
  .one-half,
.one-third,
.two-third,
.one-fourth,
.three-fourths {
    float: left;
    margin: 0 5% 0 0;
  }
}

@media (min-width: 64em) {
  .one-half {
    width: 47.5%;
  }
}

@media (min-width: 64em) {
  .one-third {
    width: 30%;
  }
}

@media (min-width: 64em) {
  .two-third {
    width: 65%;
  }
}

@media (min-width: 64em) {
  .one-fourth {
    width: 22.4%;
  }
}

@media (min-width: 64em) {
  .three-fourths {
    width: 72.4%;
  }
}

#wpadminbar .quicklinks ul {
  overflow: visible !important;
}

body {
  height: 100%;
  font-family: "Georgia", Cambria, Times New Roman, Times, serif;
  font-size: 100%;
  font-weight: 300;
  line-height: 1.5;
  color: #395173;
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
}

.hide {
  display: none;
}

.wrap {
  width: 82%;
  margin: 0 auto;
  position: relative;
  padding: 0.5rem 1.5%;
}
@media (min-width: 50em) {
  .wrap {
    width: 92%;
    max-width: 760px;
  }
}
@media (min-width: 64em) {
  .wrap {
    max-width: 1030px;
  }
}
@media (min-width: 81.25em) {
  .wrap {
    max-width: 1300px;
  }
}
.wrap--toggler {
  padding: 0;
}

#container {
  background-color: #fff;
}

.inner-content {
  padding: 0 0 1.677em 0;
}
.inner-content--home {
  padding: 0;
}

#logo {
  display: inline-block;
  border: none;
  line-height: 0;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  margin: 0.5rem auto;
}
#logo img {
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 332px;
  max-height: 148px;
  height: auto;
}
@media (min-width: 64em) {
  #logo {
    width: 25%;
    text-align: left;
  }
}

.site-name, .site-name:visited {
  text-align: center;
  font-family: "Geometric415BT-MediumA", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #fff;
  border: none;
  font-style: normal;
  font-size: 1.3rem;
}
.site-name:hover, .site-name:visited:hover {
  color: #fff;
}
@media (min-width: 50em) {
  .site-name, .site-name:visited {
    display: block;
    margin-bottom: 0.677rem;
  }
}
@media (min-width: 70em) {
  .site-name, .site-name:visited {
    float: left;
    margin-bottom: 0;
    text-align: left;
    font-size: 1.1rem;
  }
}
@media (min-width: 81.25em) {
  .site-name, .site-name:visited {
    font-size: 1.3rem;
  }
}

.topmenu {
  display: none;
}
@media (min-width: 64em) {
  .topmenu {
    display: inline-block;
    width: 74%;
    text-align: right;
  }
}

.topbar {
  text-align: center;
  vertical-align: top;
}
.topbar--wrap {
  background-color: #48c3e3;
  border-radius: 0 0 0.3rem 0.3rem;
}
@media (min-width: 50em) {
  .topbar {
    display: block;
  }
}
.topbar--nav {
  display: none;
}
@media (min-width: 50em) {
  .topbar--nav {
    display: block;
    text-align: center;
  }
}
@media (min-width: 70em) {
  .topbar--nav {
    display: block;
    float: right;
    text-align: right;
    font-size: 0.8rem;
  }
  .topbar--nav > * {
    line-height: 1rem;
    vertical-align: middle;
  }
}
@media (min-width: 70em) {
  .topbar--nav {
    font-size: 0.8rem;
  }
}
@media (min-width: 81.25em) {
  .topbar--nav {
    font-size: 0.9rem;
  }
}
.topbar .login, .topbar .social-nav > li > a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  vertical-align: top;
}
.topbar .ancillary {
  height: 30px;
  vertical-align: top;
  text-align: right;
  float: right;
}
.topbar--items {
  display: inline-block;
}
.topbar--items-searchform {
  display: inline-block;
  min-width: 170px;
}
.topbar--items-searchform input {
  margin-bottom: 0;
}
.topbar .social-nav li a {
  padding: 0 0.75em;
  vertical-align: middle;
}
.topbar .social-nav li a i {
  display: inline-block;
  line-height: 40px;
}

.site-description {
  display: none;
}
@media (min-width: 50em) {
  .site-description {
    display: block;
    width: 100%;
    padding: 10px 5% 8px;
    line-height: 1.1em;
    margin: 0 auto;
    display: block;
    text-transform: uppercase;
    color: #48c3e3;
    text-align: center;
    font-size: 1.3em;
    font-family: "Geometric415BT-BlackA", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    border-top: 2px solid #ed1b2e;
    border-bottom: 2px solid #395173;
  }
  .site-description sup {
    top: -0.8em;
    font-size: 0.5em;
    font-weight: 300;
    margin-left: 3px;
  }
}
@media (min-width: 64em) {
  .site-description {
    font-size: 1.8em;
  }
}

.texascasa-description--footer {
  font-family: "Geometric415BT-MediumA", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  background-color: #ed1b2e;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  border-top-right-radius: 0.3rem;
  border-top-left-radius: 0.3rem;
}
.texascasa-description--footer * {
  margin-bottom: 0;
  color: #fff;
}

.site-info {
  background-color: #48c3e3;
  font-family: "Geometric415BT-MediumA", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  text-align: center;
}
.site-info--site-name, .site-info--site-name:visited {
  font-style: normal;
  color: #fff;
  text-transform: uppercase;
}
.site-info--description {
  color: #fff;
  font-size: 1.1rem;
  text-transform: none;
}

/*********************
LINK STYLES
*********************/
a, a:visited {
  color: #697995;
  text-decoration: none;
  border-bottom: 1px solid #ed1b2e;
  /* on hover */
  /* mobile tap color */
}
a.term-title, a:visited.term-title {
  font-weight: bold;
  display: block;
  border-bottom: none;
  color: #ed1b2e;
  font-style: normal;
}
a:hover, a:focus, a:visited:hover, a:visited:focus {
  color: #ed1b2e;
  border-color: #ed1b2e;
}
a:link, a:visited:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
a.imglink, a:visited.imglink {
  border: none;
}
.menu a, .nav a, .menu a:visited, .nav a:visited {
  font-style: normal;
}
a.excerpt-read-more, a:visited.excerpt-read-more {
  font-weight: bold;
  font-style: italic;
}

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  text-rendering: optimizelegibility;
  margin: 0 0 0.675em 0;
  font-family: "Geometric415BT-MediumA", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #ed1b2e;
}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
  text-decoration: none;
  font-style: normal;
}
.footer h1, .footer .h1, .footer h2, .footer .h2, .footer h3, .footer .h3, .footer h4, .footer .h4, .footer h5, .footer .h5, .footer h6, .footer .h6 {
  font-family: "Geometric415BT-LiteA", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.footer h1 strong, .footer .h1 strong, .footer h2 strong, .footer .h2 strong, .footer h3 strong, .footer .h3 strong, .footer h4 strong, .footer .h4 strong, .footer h5 strong, .footer .h5 strong, .footer h6 strong, .footer .h6 strong {
  font-family: "Geometric415BT-BlackA", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1, .h1 {
  font-size: 2em;
  line-height: 1.333em;
  color: #21b1d7;
}

h2, .h2 {
  font-size: 1.75em;
  line-height: 1.2em;
}

h3, .h3 {
  font-size: 1.6em;
  color: #002857;
}

h4, .h4 {
  font-size: 1.4em;
}

h5, .h5 {
  font-size: 1.3em;
  color: #697995;
}

h6 {
  font-size: 1.1em;
  color: #48c3e3;
}

.single-title,
.page-title,
.entry-title {
  margin: 0 0 0.5em 0;
  color: #000;
}

.page-title, .archive-title {
  font-size: 1.5em;
}
@media (min-width: 50em) {
  .page-title, .archive-title {
    font-size: 1.8em;
  }
}
@media (min-width: 64em) {
  .page-title, .archive-title {
    font-size: 2.5em;
  }
}

.single-title {
  font-size: 1.3em;
  color: #395173;
}
@media (min-width: 50em) {
  .single-title {
    font-size: 1.5em;
  }
}
@media (min-width: 64em) {
  .single-title {
    font-size: 2em;
  }
}

.entry-title, .search-title {
  font-size: 1.3em;
}
.entry-title a, .search-title a {
  border-bottom: none;
  color: #ed1b2e;
}

.page-header {
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  position: relative;
  height: 100%;
  z-index: 2;
  color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 1.5rem;
  border-radius: 0.3rem;
  overflow: hidden;
}
.page_title--alt .page-header {
  min-height: 200px;
}
.page-header::before {
  display: block;
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #395173;
  opacity: 0.7;
  z-index: 0;
  overflow: hidden;
}
.page-header a, .page-header a:visited {
  color: #fff;
  border: none;
}
.page-header img {
  display: inline-block;
  width: 100%;
  height: auto;
  line-height: 0;
  margin: 0 0 10px 0;
}
.page-header--title {
  color: #fff;
  z-index: 3;
  position: relative;
  padding: 5rem 1rem 5rem 2rem;
  margin: 0;
}
.page_title--alt .page-header--title {
  text-align: left;
  position: absolute;
  bottom: 0;
  left: 1.5rem;
  padding: 0;
}

.searchform input {
  padding: 0.25rem 0.5rem;
  border: 1px solid #77787b;
  display: inline-block;
  font-family: "Geometric415BT-MediumA", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

/*********************
POSTS & CONTENT STYLES
*********************/
p {
  margin: 0 0 1.677em;
}

.hentry {
  margin-bottom: 1.5em;
}
.archive .hentry {
  border-bottom: 2px solid #002857;
}
.archive .hentry:last-of-type {
  border-bottom: none;
}

/* end .hentry */
.article-footer {
  padding: 1em;
  border: 2px solid #395173;
}
.article-footer h6 {
  margin-bottom: 0.2em;
}
.article-footer span {
  display: inline-block;
  margin: 0 0.25em 0.5em 0;
  position: relative;
}
.article-footer span.list::after {
  content: ", ";
}
.article-footer span.list:last-child::after {
  content: "";
}

/* post meta */
.byline {
  color: #77787b;
  margin: 0 0 0.5em 0;
}
table {
  width: 100%;
  border: 1px solid #77787b;
  margin-bottom: 1.5em;
}
table caption {
  margin: 0 0 7px;
  font-size: 0.75em;
  color: #77787b;
  text-transform: uppercase;
  letter-spacing: 1px;
}

tr {
  border-bottom: 1px solid #77787b;
}

td {
  padding: 7px;
  border-right: 1px solid #77787b;
}

thead td, tfoot td {
  background-color: #f2f2f2;
  border-bottom: 1px solid #77787b;
  border-right: 1px solid #77787b;
}
thead td:last-child, tfoot td:last-child {
  border-right: 0;
}

dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  width: auto;
  max-width: 100%;
  height: auto;
}

pre {
  background: #000;
  color: #afa198;
  font-size: 0.9em;
  padding: 1.5em;
  margin: 0 0 1.5em;
  border-radius: 3px;
}

.breadcrumbs, #breadcrumbs {
  font-size: 0.8em;
  margin-bottom: 1em;
  display: inline-block;
  color: #77787b;
}
.breadcrumbs a, .breadcrumbs a:visited, #breadcrumbs a, #breadcrumbs a:visited {
  color: #77787b;
  border-color: #77787b;
}

.content ul, .sidebar ul {
  margin-bottom: 1.677em;
}
.content ul.page-numbers li, .sidebar ul.page-numbers li {
  background: none;
  padding: 0;
  margin: 0 5px 0;
}
.content ul.page-numbers a, .content ul.page-numbers a:visited, .sidebar ul.page-numbers a, .sidebar ul.page-numbers a:visited {
  background-color: #ed1b2e;
  color: #fff;
  border: none;
  font-style: normal;
}
.content ul.page-numbers a:hover, .content ul.page-numbers a:visited:hover, .sidebar ul.page-numbers a:hover, .sidebar ul.page-numbers a:visited:hover {
  background-color: #697995;
}
.content ul.casa, .sidebar ul.casa {
  margin-left: 0;
}
.content ul.casa > li, .sidebar ul.casa > li {
  background: url("../images/tc-icon-small.png") left 3px no-repeat;
  list-style: none;
  padding: 0 0 0 30px;
  margin-left: 0;
}
.content ul li.casa, .sidebar ul li.casa {
  background: url("../images/tc-icon-small.png") left 3px no-repeat;
  list-style: none;
  padding: 0 0 0 30px;
  margin-left: 0;
}

blockquote {
  position: relative;
  margin: 0 0 1.5em 50px;
  padding: 0 0 0 30px;
  font-style: italic;
  color: #21b1d7;
  font-size: 1.2em;
  /* 	@include breakpoint(desktop) {
  	max-width:50%;
  	float:right;
  }
   */
}
blockquote:before {
  position: absolute;
  display: inline-block;
  content: "";
  font-family: "FontAwesome";
  left: -30px;
  top: -2px;
  font-size: 2em;
  color: #21b1d7;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
}
img.circle-image {
  border-radius: 50%;
}

/*
Align all images center for smallest screens
*/
.alignleft, img.alignleft,
.alignright, img.alignright,
.aligncenter, img.aligncenter,
.alignnone, img.alignnone {
  margin: 0 0 1.5em 0;
  display: block;
  clear: both;
}
@media (min-width: 50em) {
  .alignleft, img.alignleft,
.alignright, img.alignright,
.aligncenter, img.aligncenter,
.alignnone, img.alignnone {
    margin-bottom: 0.677em;
  }
}

@media (min-width: 50em) {
  .alignleft, img.alignleft {
    margin-right: 1.5em;
    float: left;
    display: inline;
  }
}

@media (min-width: 50em) {
  .alignright, img.alignright {
    margin-left: 1.5em;
    float: right;
    display: inline;
  }
}

@media (min-width: 50em) {
  .aligncenter, img.aligncenter {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

.video-container, .wp-video, .embed-youtube, .embed-vimeo {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  width: 100%;
  overflow: hidden;
  margin-bottom: 1.677em;
}
.video-container iframe, .video-container object, .video-container embed, .wp-video iframe, .wp-video object, .wp-video embed, .embed-youtube iframe, .embed-youtube object, .embed-youtube embed, .embed-vimeo iframe, .embed-vimeo object, .embed-vimeo embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wp-caption, .html5-captions .wp-caption {
  width: auto;
  max-width: 100%;
  background: #f2f2f2;
  padding: 0.3rem;
  border-radius: 0.3rem;
  overflow: hidden;
  font-style: italic;
  /* images inside wp-caption */
}
.wp-caption img, .html5-captions .wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}

/* end .wp-caption */
.wp-caption-text {
  font-size: 0.85em;
  margin: 0.2em 0 0.3em;
  text-align: center;
}

.gallery-item {
  display: inline-block;
  margin: 0 2% 1em 0;
  width: 100%;
  vertical-align: top;
  text-align: center;
}
.gallery-item img {
  margin-bottom: 0;
}
@media (min-width: 50em) {
  .gallery-item {
    width: 49%;
  }
  .gallery-item:nth-child(2n+2) {
    margin-right: 0;
  }
}

.tags {
  margin: 0;
}

/******************************************************************
PAGE NAVI STYLES
******************************************************************/
.pagination,
.wp-prev-next {
  margin: 1.5em 0;
}

.pagination {
  text-align: center;
}
.pagination ul {
  display: inline-block;
  background-color: #fff;
  white-space: nowrap;
  padding: 0;
  clear: both;
  border-radius: 3px;
}
.pagination li {
  padding: 0;
  margin: 0;
  float: left;
  display: inline;
  overflow: hidden;
}
.pagination a, .pagination span {
  margin: 0;
  text-decoration: none;
  padding: 0;
  line-height: 1em;
  font-size: 1em;
  font-weight: normal;
  padding: 0.75em;
  min-width: 1em;
  display: block;
  color: #002857;
  font-family: "Geometric415BT-MediumA", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.pagination a:hover, .pagination a:focus, .pagination span:hover, .pagination span:focus {
  background-color: #002857;
  color: #fff;
}
.pagination .current {
  cursor: default;
  background-color: #48c3e3;
  color: #fff;
}
.pagination .current:hover, .pagination .current:focus {
  background-color: #697995;
  color: #fff;
}

/* end .bones_page_navi */
/* fallback previous & next links */
.wp-prev-next .prev-link {
  float: left;
}
.wp-prev-next .next-link {
  float: right;
}

/* end .wp-prev-next */
p:empty {
  padding: 0;
  margin: 0;
}

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  color: #fff;
  font-size: 0.9em;
}
.footer *, .footer .widgettitle {
  color: #fff;
}
.footer a, .footer a:visited {
  border: none;
  font-size: 1.1em;
  font-weight: 500;
}
.footer a:hover, .footer a:visited:hover {
  border-bottom: 1px solid #fff;
  color: #fff;
}
.footer ul {
  margin: 0;
  padding: 0;
}
.footer ul.children, .footer ul.sub-menu {
  display: none;
}
.footer li {
  list-style-type: none;
  margin-left: 0;
}
.footer .menu-ancillary-menu-container a:hover, .footer .menu-ancillary-menu-container a:visited:hover {
  border-bottom: none;
}
.footer .menu .social-icon {
  font-size: 0.8em;
  margin-bottom: 0.5em;
}
.footer .menu .social-icon i {
  font-size: 1.3em;
}
.footer .menu .social-icon a:hover > i, .footer .menu .social-icon a:visited:hover > i {
  border-bottom-color: transparent !important;
}
.footer .fa-hidden {
  width: auto;
  height: auto;
  left: 40px;
  top: -1px;
}
.footer .fa-hidden:hover {
  border-bottom: 1px solid #fff;
}

.texascasatext {
  text-indent: -10000px;
  height: 50px;
  position: relative;
  margin-bottom: 5px;
  margin-top: 5px;
  background-color: #ed1b2e;
}
.home .texascasatext {
  background-color: #ed1b2e;
}
.texascasatext::after {
  display: block;
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #002857;
  opacity: 0.6;
  z-index: 0;
}
.home .texascasatext::after {
  background-color: #ed1b2e;
}

.inner-footer {
  position: relative;
  height: 100%;
  z-index: 2;
  background-color: #395173;
  padding: 1.5em;
}

.copyright {
  text-align: center;
  margin: 0 auto;
  font-size: 0.9em;
  display: block;
}

.permalink {
  display: inline-block;
  margin-bottom: 0.677em;
  position: relative;
  font-weight: 700;
  margin-left: 2rem;
}
.permalink:before {
  font-family: "FontAwesome";
  content: "";
  display: block;
  position: absolute;
  left: -1.5rem;
}
.permalink.after:before {
  font-family: "FontAwesome";
  content: "";
  display: block;
  position: absolute;
  right: -1.677rem;
  left: auto;
  font-size: 0.8em;
}

.larger, .description {
  font-size: 130%;
}

.description {
  margin-bottom: 0;
}

.return-to-top {
  position: fixed;
  z-index: 20;
  bottom: 0.5rem;
  right: 0.5rem;
  background: #18285f;
  background: rgba(24, 40, 95, 0.7);
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.return-to-top__i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 16px;
  top: 14px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.return-to-top:hover {
  background: rgba(24, 40, 95, 0.9);
}
.return-to-top:hover .return-to-top__i {
  color: #fff;
  top: 5px;
}

.sidebar {
  padding-top: 2em;
  border-top: 1px solid #395173;
}
@media (min-width: 50em) {
  .sidebar {
    padding-left: 2%;
    border-left: 1px solid #395173;
    padding-top: 0;
    border-top: none;
  }
}

.widget {
  margin-bottom: 1.5em;
}

.widgettitle {
  text-transform: uppercase;
  color: #395173;
  font-size: 1.2em;
  font-weight: bold;
  border-bottom: 1px solid #ed1b2e;
  padding: 0;
}
.widgettitle + div {
  padding: 0 1em;
}
.footer .widgettitle {
  border-bottom: none;
  font-family: "Geometric415BT-BlackA", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0;
}
.footer .widgettitle + div {
  padding: 0;
}

.advanced-sidebar-menu a, .advanced-sidebar-menu a:visited {
  font-style: normal;
  border: none;
  font-family: "Geometric415BT-LiteA", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #002857;
}
.advanced-sidebar-menu a:hover, .advanced-sidebar-menu a:visited:hover {
  color: #ed1b2e;
}
.advanced-sidebar-menu ul {
  margin-left: 0.5rem;
  margin-bottom: 0.5rem;
}
.advanced-sidebar-menu ul li {
  background: none;
  padding-left: 0;
  list-style: none;
}
.advanced-sidebar-menu ul li.has_children > a {
  font-family: "Geometric415BT-MediumA", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
}
.advanced-sidebar-menu ul li.current_page_parent > a {
  color: #002857;
}
.advanced-sidebar-menu ul li.current_page_item > a {
  color: #48c3e3;
}
.advanced-sidebar-menu ul ul, .advanced-sidebar-menu ul ul ul {
  margin: 0.5rem 0 0 0.5rem;
}

@media (min-width: 50em) {
  .footer-widgets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-right: -3rem;
  }
}
.footer-widgets .widget {
  width: 100%;
  border-bottom: 1px solid #fff;
  padding-bottom: 1.5rem;
}
@media (min-width: 50em) {
  .footer-widgets .widget {
    width: 25%;
    padding-right: 1.5rem;
    margin-right: 1.5rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    border-right: 1px solid #fff;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .footer-widgets .widget:last-of-type {
    border-right: none;
  }
}

/********************
NAVIGATION STYLES
*********************/
#menu-social-menu {
  margin-top: 0em;
}

#my-content #my-menu {
  display: none;
}

#my-menu:not(.mm-menu) {
  display: none;
}

.menu-toggler, .menu-toggler:hover, .menu-toggler:visited {
  border: none;
  font-size: 1.25rem;
  color: #ed1b2e;
  text-transform: uppercase;
  display: block;
  padding: 0.5rem 0;
  text-align: left;
  width: 100%;
  font-family: "Geometric415BT-BlackA", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
}
.menu-toggler i, .menu-toggler:hover i, .menu-toggler:visited i {
  font-size: 1.1em;
}
@media (min-width: 64em) {
  .menu-toggler, .menu-toggler:hover, .menu-toggler:visited {
    display: none;
  }
}

nav {
  line-height: 0;
}

.footer .menu a, .footer .menu a:visited {
  color: #fff;
  text-transform: uppercase;
  font-family: "Geometric415BT-MediumA", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.nav {
  border-bottom: 0;
  margin: 0;
  font-family: "Geometric415BT-MediumA", "Helvetica Neue", Helvetica, Arial, sans-serif;
  list-style-type: none !important;
  /* end .menu li */
}
.nav.ancillary-nav {
  display: inline-block;
  width: auto;
}
.nav.ancillary-nav li a, .nav.ancillary-nav li a:visited {
  padding: 0.25rem 0.5rem;
  color: #fff;
}
.nav.ancillary-nav li a:hover {
  background-color: transparent;
  color: #f2f2f2;
}
.nav.social-nav li {
  margin-right: 0.25rem;
}
.nav.social-nav li a, .nav.social-nav li a:visited {
  padding: 0 0.25rem;
  width: 2rem;
  height: 2rem;
  font-size: 0.5rem;
  border-radius: 50%;
  background-color: #fff;
}
.nav.social-nav li a:hover {
  background-color: #ed1b2e;
  color: #fff;
}
.nav.top-nav {
  width: 100%;
  padding: 0;
  display: none;
  text-align: right;
  margin-bottom: 0;
  height: 50px;
  table-layout: fixed;
}
.nav.top-nav li {
  display: inline-block;
  text-align: center;
}
.scrolled .nav.top-nav li a, .scrolled .nav.top-nav li a:visited {
  padding: 30px 0.75em;
}
.nav.top-nav li.button-menu a, .nav.top-nav li.button-menu a:visited, .nav.top-nav li.button:visited a, .nav.top-nav li.button:visited a:visited {
  background-color: #ed1b2e;
  color: #fff;
  padding: 0.5rem 1rem;
}
.nav.top-nav li.button-menu a:hover, .nav.top-nav li.button:visited a:hover {
  background-color: #48c3e3;
  color: #fff;
}
@media (min-width: 50em) {
  .nav.top-nav {
    display: block;
    font-size: 0.8em;
  }
}
@media (min-width: 64em) {
  .nav.top-nav {
    font-size: 0.9em;
  }
}
@media (min-width: 70em) {
  .nav.top-nav {
    font-size: 1em;
  }
}
.nav li {
  display: inline-block;
  margin: 0;
  text-align: center;
}
.nav li a, .nav li a:visited {
  display: block;
  border: none;
  color: #395173;
  padding: 0.677rem;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (min-width: 70em) {
  .nav li a, .nav li a:visited {
    padding: 2rem 1rem;
  }
}
.nav li a:hover, .nav li a:focus, .nav li a:visited:hover, .nav li a:visited:focus {
  color: #ed1b2e;
  background-color: #f2f2f2;
}
.nav li.current-menu-ancestor > a, .nav li.current-menu-item > a {
  color: #ed1b2e;
}
@media (min-width: 37.5em) {
  .nav li {
    position: relative;
  }
  .nav li ul.sub-menu,
.nav li ul.children {
    background-color: #fff;
    display: none;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    border-top: 0;
    position: absolute;
    z-index: 8999;
    text-align: center;
    /* highlight sub-menu current page */
  }
  .nav li ul.sub-menu li,
.nav li ul.children li {
    width: 100%;
    display: inline-block;
  }
  .nav li ul.sub-menu li:hover, .nav li ul.sub-menu li:focus,
.nav li ul.children li:hover,
.nav li ul.children li:focus {
    background-color: #f2f2f2;
  }
  .nav li ul.sub-menu li a,
.nav li ul.children li a {
    line-height: 1em;
    border-right: 0;
    display: block;
    width: auto;
    margin: 0 10px;
    padding: 20px 0;
    border-bottom: 3px solid #002857;
    white-space: normal;
  }
  .nav li ul.sub-menu li a:hover, .nav li ul.sub-menu li a:focus,
.nav li ul.children li a:hover,
.nav li ul.children li a:focus {
    background-color: transparent;
  }
  .nav li ul.sub-menu li:last-child a,
.nav li ul.children li:last-child a {
    border-bottom: 0;
  }
  .nav li ul.sub-menu li ul, .nav li ul.sub-menu li ul ul,
.nav li ul.children li ul,
.nav li ul.children li ul ul {
    top: 0;
  }
  .nav li ul.sub-menu li ul li:last-child a, .nav li ul.sub-menu li ul ul li:last-child a,
.nav li ul.children li ul li:last-child a,
.nav li ul.children li ul ul li:last-child a {
    margin-bottom: 0;
    border-color: transparent;
  }
  .nav li ul.sub-menu li.current-menu-item > a,
.nav li ul.sub-menu li.current_page_item > a,
.nav li ul.sub-menu li.current-page-ancestor > a,
.nav li ul.children li.current-menu-item > a,
.nav li ul.children li.current_page_item > a,
.nav li ul.children li.current-page-ancestor > a {
    border: none;
  }
  .nav li:hover > ul {
    /* https://css-tricks.com/forums/topic/center-align-drop-down-list-inside-a-drop-down-menu/#post-209780 */
    display: inline-block;
    visibility: visible;
    top: 98%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    width: auto;
    min-width: 225px;
    font-size: 0.9em;
  }
  .nav li:last-of-type:hover > ul {
    display: block;
    visibility: visible;
    right: 0;
  }
}
.nav li.button-menu, .nav li.button:visited {
  font-weight: normal;
}
.nav li.button-menu a, .nav li.button-menu a:visited, .nav li.button:visited a, .nav li.button:visited a:visited {
  display: inline-block;
  height: 2rem;
  padding: 0.5rem;
  line-height: 1rem;
  color: #ed1b2e;
}
.nav li.button-menu a:hover, .nav li.button:visited a:hover {
  background-color: #ed1b2e;
  color: #fff;
}

/* end .nav */
#my-menu {
  background-color: #f2f2f2;
}
#my-menu a, #my-menu a:visited, #my-menu a:hover {
  border: none;
  color: #000;
}

.mm-panels > .mm-panel, .mm-panels, .mm-menu {
  margin: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mm-panels > .mm-panel, .mm-panels {
  background: inherit;
  border-color: inherit;
  position: absolute;
}

.mm-navbar .mm-title, .mm-listview > li > span, .mm-listview > li > a, .mm-listview .mm-divider {
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mm-panels > .mm-panel:before, .mm-panels > .mm-panel:after {
  content: "";
  display: block;
  height: 20px;
}

.mm-vertical .mm-listview > li.mm-opened > .mm-next:after, .mm-listview > li.mm-vertical.mm-opened > .mm-next:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  right: 19px;
}

.mm-close:before, .mm-close:after, .mm-clear:before, .mm-clear:after {
  content: "";
  border: 2px solid transparent;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}

.mm-close:before, .mm-clear:before {
  border-right: none;
  border-bottom: none;
  right: 18px;
}

.mm-close:after, .mm-clear:after {
  border-left: none;
  border-top: none;
  right: 25px;
}

.mm-prev:before, .mm-next:after, .mm-arrow:after {
  content: "";
  border: 2px solid transparent;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}

.mm-next:after, .mm-arrow:after {
  border-top: none;
  border-left: none;
  right: 23px;
}

.mm-listview > li, .mm-listview {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}

.mm-listview > li > span, .mm-listview > li > a {
  color: inherit;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0;
}

label.mm-toggle, label.mm-check {
  margin: 0;
  position: absolute;
  top: 50%;
  z-index: 2;
  right: 20px;
}

li.mm-vertical label.mm-toggle, li.mm-vertical label.mm-check {
  bottom: auto;
  margin-top: 0;
  top: 5px;
}

.mm-menu.mm-fullscreen.mm-top, .mm-menu.mm-fullscreen.mm-bottom {
  height: 100%;
  min-height: 140px;
  max-height: 10000px;
}

.mm-menu.mm-top, .mm-menu.mm-bottom {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 80%;
  min-height: 140px;
  max-height: 880px;
}

.mm-menu.mm-next, .mm-menu.mm-front {
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.mm-menu .mm-tileview.mm-listview:after, .mm-menu.mm-tileview .mm-listview:after {
  content: "";
  display: block;
  clear: both;
}

.mm-menu .mm-tileview.mm-listview > li, .mm-menu.mm-tileview .mm-listview > li {
  width: 50%;
  height: 0;
  padding: 50% 0 0;
  float: left;
  position: relative;
}

.mm-menu .mm-tileview.mm-listview > li:after, .mm-menu.mm-tileview .mm-listview > li:after {
  left: 0;
  top: 0;
  border-right-width: 1px;
  border-right-style: solid;
  z-index: -1;
}

.mm-menu .mm-tileview.mm-listview > li > span, .mm-menu .mm-tileview.mm-listview > li > a, .mm-menu.mm-tileview .mm-listview > li > span, .mm-menu.mm-tileview .mm-listview > li > a {
  line-height: 1px;
  text-align: center;
  padding: 50% 10px 0;
  margin: 0;
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 1px;
  left: 0;
}

.mm-menu {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  padding: 0;
  position: absolute;
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.7);
  width: 80%;
  min-width: 140px;
  max-width: 440px;
}
.mm-menu .mm-navbar a {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu .mm-navbar > * {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu .mm-btn:after {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu .mm-btn:before {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu .mm-listview {
  border-color: rgba(0, 0, 0, 0.1);
}
.mm-menu .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.5);
}
.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next) {
  background: rgba(255, 255, 255, 0.5);
}
.mm-menu .mm-listview > li .mm-arrow:after {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu .mm-listview > li .mm-next:after {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
  tap-highlight-color: rgba(255, 255, 255, 0.5);
}
.mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(0, 0, 0, 0.05);
}
.mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next {
  background: rgba(0, 0, 0, 0.05);
}
.mm-menu .mm-divider {
  background: rgba(0, 0, 0, 0.05);
}
.mm-menu.mm-offcanvas {
  z-index: 0;
  display: none;
  position: fixed;
}
.mm-menu.mm-offcanvas.mm-current {
  display: block;
}
.mm-menu.mm-autoheight.mm-bottom {
  max-height: 80%;
}
.mm-menu.mm-autoheight.mm-bottom.mm-fullscreen {
  max-height: 100%;
}
.mm-menu.mm-autoheight.mm-top {
  max-height: 80%;
}
.mm-menu.mm-autoheight.mm-top.mm-fullscreen {
  max-height: 100%;
}
.mm-menu.mm-measureheight .mm-panel {
  display: block !important;
}
.mm-menu.mm-measureheight > .mm-panels > .mm-panel {
  bottom: auto !important;
  height: auto !important;
}
.mm-menu.mm-columns {
  transition-property: transform, width, max-width, -webkit-transform;
}
.mm-menu.mm-columns .mm-panels > .mm-panel {
  width: 100%;
  right: auto;
  display: none;
  transition-property: transform, width, -webkit-transform;
}
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened {
  border-right: 1px solid;
  border-color: inherit;
  display: block;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-0 {
  display: block;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-1 {
  display: block;
  -webkit-transform: translate3d(200%, 0, 0);
  transform: translate3d(200%, 0, 0);
}
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-2 {
  display: block;
  -webkit-transform: translate3d(300%, 0, 0);
  transform: translate3d(300%, 0, 0);
}
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-3 {
  display: block;
  -webkit-transform: translate3d(400%, 0, 0);
  transform: translate3d(400%, 0, 0);
}
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-4 {
  display: block;
  -webkit-transform: translate3d(500%, 0, 0);
  transform: translate3d(500%, 0, 0);
}
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-5 {
  display: block;
  -webkit-transform: translate3d(600%, 0, 0);
  transform: translate3d(600%, 0, 0);
}
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-6 {
  display: block;
  -webkit-transform: translate3d(700%, 0, 0);
  transform: translate3d(700%, 0, 0);
}
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-subopened {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  z-index: 2;
}
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-0 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-1 {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-2 {
  -webkit-transform: translate3d(200%, 0, 0);
  transform: translate3d(200%, 0, 0);
}
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-3 {
  -webkit-transform: translate3d(300%, 0, 0);
  transform: translate3d(300%, 0, 0);
}
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-4 {
  -webkit-transform: translate3d(400%, 0, 0);
  transform: translate3d(400%, 0, 0);
}
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-5 {
  -webkit-transform: translate3d(500%, 0, 0);
  transform: translate3d(500%, 0, 0);
}
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-6 {
  -webkit-transform: translate3d(600%, 0, 0);
  transform: translate3d(600%, 0, 0);
}
.mm-menu.mm-columns-0 {
  width: 80%;
  min-width: 140px;
  max-width: 0;
}
.mm-menu.mm-columns-1 {
  width: 80%;
  min-width: 140px;
  max-width: 440px;
}
.mm-menu.mm-columns-1 .mm-panels > .mm-panel {
  width: 100%;
}
.mm-menu.mm-columns-2 {
  width: 80%;
  min-width: 140px;
  max-width: 880px;
}
.mm-menu.mm-columns-2 .mm-panels > .mm-panel {
  width: 50%;
}
.mm-menu.mm-columns-3 {
  width: 80%;
  min-width: 140px;
  max-width: 1320px;
}
.mm-menu.mm-columns-3 .mm-panels > .mm-panel {
  width: 33.34%;
}
.mm-menu.mm-columns-4 {
  width: 80%;
  min-width: 140px;
  max-width: 1760px;
}
.mm-menu.mm-columns-4 .mm-panels > .mm-panel {
  width: 25%;
}
.mm-menu.mm-columns-5 {
  width: 80%;
  min-width: 140px;
  max-width: 2200px;
}
.mm-menu.mm-columns-5 .mm-panels > .mm-panel {
  width: 20%;
}
.mm-menu.mm-columns-6 {
  width: 80%;
  min-width: 140px;
  max-width: 2640px;
}
.mm-menu.mm-columns-6 .mm-panels > .mm-panel {
  width: 16.67%;
}
.mm-menu.mm-dropdown {
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  height: 80%;
}
.mm-menu .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen + a {
  -webkit-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
.mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen + span {
  -webkit-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
.mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen:hover + span {
  background: rgba(255, 255, 255, 0.5);
}
.mm-menu.mm-hoverselected .mm-listview > li > a:not(.mm-fullsubopen) {
  -webkit-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
.mm-menu.mm-hoverselected .mm-listview > li > a:not(.mm-fullsubopen):hover {
  background: rgba(255, 255, 255, 0.5);
}
.mm-menu.mm-hoverselected.mm-theme-dark .mm-listview > li > a.mm-fullsubopen:hover + span {
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-hoverselected.mm-theme-dark .mm-listview > li > a:not(.mm-fullsubopen):hover {
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-hoverselected.mm-theme-white .mm-listview > li > a.mm-fullsubopen:hover + span {
  background: rgba(0, 0, 0, 0.05);
}
.mm-menu.mm-hoverselected.mm-theme-white .mm-listview > li > a:not(.mm-fullsubopen):hover {
  background: rgba(0, 0, 0, 0.05);
}
.mm-menu.mm-hoverselected.mm-theme-black .mm-listview > li > a.mm-fullsubopen:hover + span {
  background: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-hoverselected.mm-theme-black .mm-listview > li > a:not(.mm-fullsubopen):hover {
  background: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-parentselected .mm-listview > li > a.mm-fullsubopen + a {
  -webkit-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
.mm-menu.mm-parentselected .mm-listview > li > a.mm-fullsubopen + span {
  -webkit-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
.mm-menu.mm-parentselected .mm-listview > li > a.mm-selected.mm-fullsubopen + a {
  background: rgba(255, 255, 255, 0.5);
}
.mm-menu.mm-parentselected .mm-listview > li > a.mm-selected.mm-fullsubopen + span {
  background: rgba(255, 255, 255, 0.5);
}
.mm-menu.mm-parentselected .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(255, 255, 255, 0.5);
}
.mm-menu.mm-parentselected .mm-listview > li > a:not(.mm-fullsubopen) {
  -webkit-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
.mm-menu.mm-parentselected.mm-theme-dark .mm-listview > li > a.mm-selected.mm-fullsubopen + a {
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-parentselected.mm-theme-dark .mm-listview > li > a.mm-selected.mm-fullsubopen + span {
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-parentselected.mm-theme-dark .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-parentselected.mm-theme-white .mm-listview > li > a.mm-selected.mm-fullsubopen + a {
  background: rgba(0, 0, 0, 0.05);
}
.mm-menu.mm-parentselected.mm-theme-white .mm-listview > li > a.mm-selected.mm-fullsubopen + span {
  background: rgba(0, 0, 0, 0.05);
}
.mm-menu.mm-parentselected.mm-theme-white .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(0, 0, 0, 0.05);
}
.mm-menu.mm-parentselected.mm-theme-black .mm-listview > li > a.mm-selected.mm-fullsubopen + a {
  background: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-parentselected.mm-theme-black .mm-listview > li > a.mm-selected.mm-fullsubopen + span {
  background: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-parentselected.mm-theme-black .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(255, 255, 255, 0.3);
}
.mm-menu label.mm-toggle {
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu label.mm-toggle:before {
  background: #f3f3f3;
}
.mm-menu label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.7);
}
.mm-menu.mm-effect-menu-zoom {
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.mm-menu.mm-effect-menu-slide {
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.mm-menu.mm-effect-menu-fade {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.mm-menu.mm-fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px;
}
.mm-menu.mm-pageshadow:after {
  content: "";
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 99;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-pageshadow.mm-right:after {
  left: auto;
  right: 100%;
}
.mm-menu.mm-pageshadow.mm-front:after {
  content: none;
  display: none;
}
.mm-menu.mm-pageshadow.mm-next:after {
  content: none;
  display: none;
}
.mm-menu.mm-pageshadow.mm-theme-dark:after {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.mm-menu.mm-pageshadow.mm-theme-white:after {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.mm-menu.mm-pageshadow.mm-theme-black:after {
  content: none;
  display: none;
}
.mm-menu.mm-popup {
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  opacity: 0;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  height: 80%;
  min-height: 140px;
  max-height: 880px;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.mm-menu.mm-bottom {
  top: auto;
  bottom: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.mm-menu.mm-top {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
.mm-menu.mm-right {
  left: auto;
  right: 0;
}
.mm-menu.mm-front.mm-right {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.mm-menu.mm-next.mm-right {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.mm-menu.mm-theme-dark {
  background: #333;
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.8);
}
.mm-menu.mm-theme-dark .mm-navbar a {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-dark .mm-navbar > * {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-dark .mm-btn:after {
  border-color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-dark .mm-btn:before {
  border-color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-dark .mm-listview {
  border-color: rgba(0, 0, 0, 0.15);
}
.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > a:not(.mm-next) {
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-theme-dark .mm-listview > li .mm-arrow:after {
  border-color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-dark .mm-listview > li .mm-next:after {
  border-color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-dark .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
  tap-highlight-color: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(255, 255, 255, 0.05);
}
.mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > a.mm-next {
  background: rgba(255, 255, 255, 0.05);
}
.mm-menu.mm-theme-dark .mm-divider {
  background: rgba(255, 255, 255, 0.05);
}
.mm-menu.mm-theme-dark label.mm-toggle {
  background: rgba(0, 0, 0, 0.15);
}
.mm-menu.mm-theme-dark label.mm-toggle:before {
  background: #333;
}
.mm-menu.mm-theme-dark label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.8);
}
.mm-menu.mm-theme-dark .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-dark em.mm-counter {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-dark .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.05);
}
.mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > .mm-panel {
  background: rgba(255, 255, 255, 0.05);
}
.mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(255, 255, 255, 0.05);
}
.mm-menu.mm-theme-dark .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}
.mm-menu.mm-theme-dark .mm-indexer a {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-dark input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}
.mm-menu.mm-theme-white {
  background: #fff;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-theme-white .mm-navbar a {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-theme-white .mm-navbar > * {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-theme-white .mm-btn:after {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-theme-white .mm-btn:before {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-theme-white .mm-listview {
  border-color: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-theme-white .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.05);
}
.mm-menu.mm-theme-white .mm-listview > li.mm-selected > a:not(.mm-next) {
  background: rgba(0, 0, 0, 0.05);
}
.mm-menu.mm-theme-white .mm-listview > li .mm-arrow:after {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-theme-white .mm-listview > li .mm-next:after {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-theme-white .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.05);
  tap-highlight-color: rgba(0, 0, 0, 0.05);
}
.mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(0, 0, 0, 0.03);
}
.mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > a.mm-next {
  background: rgba(0, 0, 0, 0.03);
}
.mm-menu.mm-theme-white .mm-divider {
  background: rgba(0, 0, 0, 0.03);
}
.mm-menu.mm-theme-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-theme-white label.mm-toggle:before {
  background: #fff;
}
.mm-menu.mm-theme-white label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-theme-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-theme-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-theme-white .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.03);
}
.mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > .mm-panel {
  background: rgba(0, 0, 0, 0.03);
}
.mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(0, 0, 0, 0.03);
}
.mm-menu.mm-theme-white .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-theme-white .mm-indexer a {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-theme-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}
.mm-menu.mm-theme-black {
  background: #000;
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-theme-black .mm-navbar a {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black .mm-navbar > * {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black .mm-btn:after {
  border-color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black .mm-btn:before {
  border-color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black .mm-listview {
  border-color: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-theme-black .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-theme-black .mm-listview > li.mm-selected > a:not(.mm-next) {
  background: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-theme-black .mm-listview > li .mm-arrow:after {
  border-color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black .mm-listview > li .mm-next:after {
  border-color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
  tap-highlight-color: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > a.mm-next {
  background: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-theme-black .mm-divider {
  background: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-theme-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-theme-black label.mm-toggle:before {
  background: #000;
}
.mm-menu.mm-theme-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-theme-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black em.mm-counter {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > .mm-panel {
  background: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-theme-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-theme-black .mm-indexer a {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}
.mm-menu.mm-tileview .mm-listview {
  margin: 0;
}
.mm-menu.mm-tileview .mm-listview > li.mm-tile-xs {
  width: 12.5%;
  padding-top: 12.5%;
}
.mm-menu.mm-tileview .mm-listview > li.mm-tile-s {
  width: 25%;
  padding-top: 25%;
}
.mm-menu.mm-tileview .mm-listview > li.mm-tile-l {
  width: 75%;
  padding-top: 75%;
}
.mm-menu.mm-tileview .mm-listview > li.mm-tile-xl {
  width: 100%;
  padding-top: 100%;
}
.mm-menu.mm-tileview .mm-listview > li > .mm-next {
  width: auto;
}
.mm-menu.mm-tileview .mm-listview > li > .mm-next:after {
  content: none;
  display: none;
}
.mm-menu.mm-tileview .mm-listview > li > .mm-next:before {
  content: none;
  display: none;
}
.mm-menu.mm-tileview .mm-panel {
  padding-left: 0;
  padding-right: 0;
}
.mm-menu.mm-tileview .mm-panel:after {
  content: none;
  display: none;
}
.mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel {
  background: rgba(0, 0, 0, 0.05);
}
.mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(0, 0, 0, 0.05);
}
.mm-menu em.mm-counter {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.05);
}
.mm-menu.mm-tip:before {
  content: "";
  background: inherit;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  z-index: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}
.mm-menu.mm-tipleft:before {
  left: 22px;
}
.mm-menu.mm-tipright:before {
  right: 22px;
}
.mm-menu.mm-tiptop:before {
  top: -8px;
}
.mm-menu.mm-tipbottom:before {
  bottom: -8px;
}
.mm-menu > .mm-navbar {
  background: inherit;
  padding: 0;
  z-index: 3;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-menu .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.7);
}
.mm-menu .mm-indexer a {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}
.mm-menu.mm-border-none .mm-listview > li:after {
  content: none;
}
.mm-menu.mm-border-full .mm-listview > li:after {
  left: 0 !important;
}
.mm-menu.mm-border-offset .mm-listview > li:after {
  right: 20px;
}
.mm-menu.mm-effect-panels-zoom .mm-panel {
  -webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
      transform-origin: left center;
}
.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0);
}
.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened.mm-subopened {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
}
.mm-menu.mm-effect-panels-slide-0 .mm-panel.mm-subopened {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-menu.mm-effect-panels-slide-100 .mm-panel.mm-subopened {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.mm-menu.mm-effect-listitems-slide .mm-listview > li {
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
  opacity: 0;
}
.mm-menu.mm-effect-listitems-fade .mm-listview > li {
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  opacity: 0;
}
.mm-menu.mm-effect-listitems-drop .mm-listview > li {
  -webkit-transition-property: opacity, top;
  -o-transition-property: opacity, top;
  transition-property: opacity, top;
  opacity: 0;
  top: -25%;
}
.mm-menu.mm-multiline .mm-listview > li > a {
  -o-text-overflow: clip;
     text-overflow: clip;
  white-space: normal;
}
.mm-menu.mm-multiline .mm-listview > li > span {
  -o-text-overflow: clip;
     text-overflow: clip;
  white-space: normal;
}
.mm-menu .mm-tileview.mm-listview > li.mm-tile-xs {
  width: 12.5%;
  padding-top: 12.5%;
}
.mm-menu .mm-tileview.mm-listview > li.mm-tile-s {
  width: 25%;
  padding-top: 25%;
}
.mm-menu .mm-tileview.mm-listview > li.mm-tile-l {
  width: 75%;
  padding-top: 75%;
}
.mm-menu .mm-tileview.mm-listview > li.mm-tile-xl {
  width: 100%;
  padding-top: 100%;
}
.mm-menu .mm-tileview.mm-listview > li > .mm-next {
  width: auto;
}
.mm-menu .mm-tileview.mm-listview > li > .mm-next:after {
  content: none;
  display: none;
}
.mm-menu .mm-tileview.mm-listview > li > .mm-next:before {
  content: none;
  display: none;
}

.mm-panels {
  overflow: hidden;
}
.mm-panels > .mm-panel {
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 20px;
}
.mm-panels > .mm-panel.mm-hasnavbar {
  padding-top: 40px;
}
.mm-panels > .mm-panel > .mm-listview {
  margin: 20px -20px;
}
.mm-panels > .mm-panel > .mm-listview:first-child {
  margin-top: -20px;
}
.mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px;
}
.mm-panels > .mm-resultspanel:not(.mm-opened) {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
}

.mm-listview {
  font: inherit;
  font-size: 14px;
  line-height: 20px;
}
.mm-listview a {
  text-decoration: none;
}
.mm-listview a:hover {
  text-decoration: none;
}
.mm-listview .mm-divider {
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px;
}
.mm-listview > li {
  position: relative;
  border-color: inherit;
}
.mm-listview > li > a.mm-arrow {
  padding-right: 50px;
}
.mm-listview > li > span.mm-arrow {
  padding-right: 50px;
}
.mm-listview > li.mm-vertical > .mm-next {
  height: 40px;
  bottom: auto;
}
.mm-listview > li.mm-vertical > .mm-next:after {
  top: 16px;
  bottom: auto;
}
.mm-listview > li .mm-next {
  border-color: inherit;
}
.mm-listview > li .mm-next:before {
  border-color: inherit;
}
.mm-listview > li:after {
  border-color: inherit;
}
.mm-listview > li:not(.mm-divider):after {
  content: "";
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 20px;
}
.mm-listview .mm-next {
  background: rgba(3, 2, 1, 0);
  width: 50px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.mm-listview .mm-next:before {
  content: "";
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.mm-listview .mm-next + a {
  margin-right: 50px;
}
.mm-listview .mm-next + span {
  margin-right: 50px;
}
.mm-listview .mm-next.mm-fullsubopen {
  width: 100%;
}
.mm-listview .mm-next.mm-fullsubopen:before {
  border-left: none;
}
.mm-listview .mm-next.mm-fullsubopen + a {
  padding-right: 50px;
  margin-right: 0;
}
.mm-listview .mm-next.mm-fullsubopen + span {
  padding-right: 50px;
  margin-right: 0;
}
.mm-listview .mm-inset {
  list-style: disc inside;
  padding: 0 10px 15px 40px;
  margin: 0;
}
.mm-listview .mm-inset > li {
  padding: 5px 0;
}
.mm-listview .mm-spacer {
  padding-top: 40px;
}
.mm-listview .mm-spacer.mm-divider {
  padding-top: 25px;
}
.mm-listview .mm-spacer > .mm-next {
  top: 40px;
}
.mm-listview .mm-vertical .mm-panel {
  display: none;
  padding: 10px 0 10px 10px;
}
.mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after {
  border-color: transparent;
}
.mm-listview.mm-border-none > li:after {
  content: none;
}
.mm-listview.mm-border-full > li:after {
  left: 0 !important;
}
.mm-listview.mm-border-offset > li:after {
  right: 20px;
}
.mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > a {
  -o-text-overflow: clip;
     text-overflow: clip;
  white-space: normal;
}
.mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > span {
  -o-text-overflow: clip;
     text-overflow: clip;
  white-space: normal;
}

.mm-navbar {
  border-bottom: 1px solid;
  border-color: inherit;
  text-align: center;
  line-height: 20px;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.mm-navbar a {
  text-decoration: none;
}
.mm-navbar a:hover {
  text-decoration: none;
}
.mm-navbar > * {
  display: block;
  padding: 10px 0;
}
.mm-navbar .mm-btn:first-child {
  padding-left: 20px;
  left: 0;
}
.mm-navbar .mm-btn:last-child {
  text-align: right;
  padding-right: 20px;
  right: 0;
}
.mm-navbar.mm-hasbtns {
  padding: 0 40px;
}
.mm-navbar.mm-hasbtns .mm-breadcrumbs {
  margin-left: -40px;
}
.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden) + .mm-breadcrumbs {
  margin-left: 0;
  padding-left: 0;
}
.mm-navbar .mm-breadcrumbs {
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  text-align: left;
  padding: 0 0 0 17px;
}
.mm-navbar .mm-breadcrumbs > * {
  display: inline-block;
  padding: 10px 3px;
}
.mm-navbar .mm-breadcrumbs > a {
  text-decoration: underline;
}

.mm-hidden {
  display: none !important;
}

.mm-wrapper {
  overflow-x: hidden;
  position: relative;
}

.mm-panel {
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.mm-panel.mm-highest {
  z-index: 1;
}
.mm-panel.mm-opened {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-panel.mm-subopened {
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}
.mm-panel .mm-navbar {
  display: none;
}
.mm-panel.mm-hassearch {
  padding-top: 40px;
}
.mm-panel.mm-hassearch.mm-hasnavbar {
  padding-top: 80px;
}
.mm-panel.mm-hassearch.mm-hasnavbar .mm-search {
  top: 40px;
}
.mm-panel.mm-hasnavbar .mm-navbar {
  display: block;
}
.mm-panel > .mm-search {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.mm-vertical .mm-panel {
  -webkit-transform: none !important;
  -ms-transform: none !important;
      transform: none !important;
}
.mm-vertical .mm-listview .mm-panel {
  display: none;
  padding: 10px 0 10px 10px;
}
.mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after {
  border-color: transparent;
}
.mm-vertical .mm-listview > li > .mm-next {
  height: 40px;
  bottom: auto;
}
.mm-vertical .mm-listview > li > .mm-next:after {
  top: 16px;
  bottom: auto;
}
.mm-vertical li.mm-opened > .mm-panel {
  display: block;
}
.mm-vertical > .mm-counter {
  top: 12px;
  margin-top: 0;
}
.mm-vertical.mm-spacer > .mm-counter {
  margin-top: 40px;
}

li.mm-vertical.mm-opened > .mm-panel {
  display: block;
}
li.mm-nosubresults > a.mm-next {
  display: none;
}
li.mm-nosubresults > a.mm-next + a {
  padding-right: 10px;
}
li.mm-nosubresults > a.mm-next + span {
  padding-right: 10px;
}

.mm-page {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.mm-slideout {
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  z-index: 1;
}

html.mm-opened {
  overflow-x: hidden;
  position: relative;
}
html.mm-opened.mm-dragging .mm-menu {
  -webkit-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}
html.mm-opened.mm-dragging .mm-slideout {
  -webkit-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}
html.mm-opened .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
      transform-origin: left center;
}
html.mm-opened .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}
html.mm-opened.mm-fullscreen .mm-page {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
html.mm-blocking {
  overflow: hidden;
}
html.mm-blocking body {
  overflow: hidden;
}
html.mm-blocking #mm-blocker {
  display: block;
}
html.mm-opening .mm-slideout {
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}
html.mm-opening .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0);
}
html.mm-opening .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
html.mm-opening .mm-menu.mm-effect-menu-fade {
  opacity: 1;
}
html.mm-opening .mm-menu.mm-front {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
html.mm-opening .mm-menu.mm-next {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
html.mm-opening .mm-menu.mm-effect-listitems-slide .mm-panel.mm-opened .mm-listview > li {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
html.mm-opening .mm-menu.mm-effect-listitems-fade .mm-panel.mm-opened .mm-listview > li {
  opacity: 1;
}
html.mm-opening .mm-menu.mm-effect-listitems-drop .mm-panel.mm-opened .mm-listview > li {
  opacity: 1;
  top: 0;
}
html.mm-opening.mm-columns-0 .mm-slideout {
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}
html.mm-opening.mm-columns-1 .mm-slideout {
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}
html.mm-opening.mm-columns-2 .mm-slideout {
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}
html.mm-opening.mm-columns-3 .mm-slideout {
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}
html.mm-opening.mm-columns-4 .mm-slideout {
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}
html.mm-opening.mm-columns-5 .mm-slideout {
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}
html.mm-opening.mm-columns-6 .mm-slideout {
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}
html.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
html.mm-dropdown .mm-slideout {
  -webkit-transform: none !important;
  -ms-transform: none !important;
      transform: none !important;
  z-index: 0;
}
html.mm-dropdown #mm-blocker {
  -webkit-transition-delay: 0s !important;
       -o-transition-delay: 0s !important;
          transition-delay: 0s !important;
  z-index: 1;
}
html.mm-dropdown .mm-menu {
  z-index: 2;
}
html.mm-dropdown.mm-opened:not(.mm-opening) .mm-menu {
  display: none;
}
html.mm-right.mm-opening .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0);
}
html.mm-right.mm-opening .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
html.mm-right.mm-opening .mm-slideout {
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
}
html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
html.mm-right.mm-opened .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
      transform-origin: right center;
}
html.mm-right.mm-opened .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0);
}
html.mm-pagedim #mm-blocker {
  opacity: 0;
  background: inherit;
}
html.mm-pagedim.mm-opening #mm-blocker {
  opacity: 0.3;
  -webkit-transition: opacity 0.4s ease 0.4s;
  -o-transition: opacity 0.4s ease 0.4s;
  transition: opacity 0.4s ease 0.4s;
}
html.mm-pagedim-black #mm-blocker {
  opacity: 0;
  background: #000;
}
html.mm-pagedim-black.mm-opening #mm-blocker {
  opacity: 0.3;
  -webkit-transition: opacity 0.4s ease 0.4s;
  -o-transition: opacity 0.4s ease 0.4s;
  transition: opacity 0.4s ease 0.4s;
}
html.mm-pagedim-white #mm-blocker {
  opacity: 0;
  background: #fff;
}
html.mm-pagedim-white.mm-opening #mm-blocker {
  opacity: 0.3;
  -webkit-transition: opacity 0.4s ease 0.4s;
  -o-transition: opacity 0.4s ease 0.4s;
  transition: opacity 0.4s ease 0.4s;
}
html.mm-popup .mm-slideout {
  -webkit-transform: none !important;
  -ms-transform: none !important;
      transform: none !important;
  z-index: 0;
}
html.mm-popup #mm-blocker {
  -webkit-transition-delay: 0s !important;
       -o-transition-delay: 0s !important;
          transition-delay: 0s !important;
  z-index: 1;
}
html.mm-popup .mm-menu {
  z-index: 2;
}
html.mm-popup.mm-opening .mm-menu.mm-popup {
  opacity: 1;
}
html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  -ms-transform: none !important;
      transform: none !important;
  z-index: 0;
}
html.mm-front #mm-blocker {
  z-index: 1;
}
html.mm-front .mm-menu {
  z-index: 2;
}
html.mm-background .mm-page {
  background: inherit;
}

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
  html.mm-opening.mm-columns-0 .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
  html.mm-opening.mm-columns-1 .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
  html.mm-opening.mm-columns-2 .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
  html.mm-opening.mm-columns-3 .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
  html.mm-opening.mm-columns-4 .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
  html.mm-opening.mm-columns-5 .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
  html.mm-opening.mm-columns-6 .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0);
  }
  html.mm-opening.mm-columns-1 .mm-slideout {
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0);
  }
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate3d(-440px, 0, 0);
    transform: translate3d(-440px, 0, 0);
  }
}
@media all and (min-width: 0px) {
  html.mm-opening.mm-columns-0 .mm-slideout {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@media all and (min-width: 1100px) {
  html.mm-opening.mm-columns-2 .mm-slideout {
    -webkit-transform: translate3d(880px, 0, 0);
    transform: translate3d(880px, 0, 0);
  }
}
@media all and (min-width: 1650px) {
  html.mm-opening.mm-columns-3 .mm-slideout {
    -webkit-transform: translate3d(1320px, 0, 0);
    transform: translate3d(1320px, 0, 0);
  }
}
@media all and (min-width: 2200px) {
  html.mm-opening.mm-columns-4 .mm-slideout {
    -webkit-transform: translate3d(1760px, 0, 0);
    transform: translate3d(1760px, 0, 0);
  }
}
@media all and (min-width: 2750px) {
  html.mm-opening.mm-columns-5 .mm-slideout {
    -webkit-transform: translate3d(2200px, 0, 0);
    transform: translate3d(2200px, 0, 0);
  }
}
@media all and (min-width: 3300px) {
  html.mm-opening.mm-columns-6 .mm-slideout {
    -webkit-transform: translate3d(2640px, 0, 0);
    transform: translate3d(2640px, 0, 0);
  }
}
.mm-divider > span {
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  line-height: 25px;
}
.mm-divider.mm-opened a.mm-next:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

.mm-fixeddivider {
  background: inherit;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-fixeddivider:after {
  content: none !important;
  display: none !important;
}

.mm-subblocker {
  background: inherit;
  opacity: 0;
  display: block;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.mm-navbar-bottom {
  border-bottom: none;
  border-top-width: 1px;
  border-top-style: solid;
  top: auto;
  bottom: 0;
}
.mm-navbar-bottom ~ .mm-navbar-bottom {
  border-top: none;
}

.mm-navbar-top-1 {
  top: 0;
}

.mm-navbar-top-2 {
  top: 40px;
}

.mm-navbar-top-3 {
  top: 80px;
}

.mm-navbar-top-4 {
  top: 120px;
}

.mm-navbar-bottom-1 {
  bottom: 0;
}

.mm-navbar-bottom-2 {
  bottom: 40px;
}

.mm-navbar-bottom-3 {
  bottom: 80px;
}

.mm-navbar-bottom-4 {
  bottom: 120px;
}

.mm-navbar-size-2 {
  height: 80px;
}

.mm-navbar-size-3 {
  height: 120px;
}

.mm-navbar-size-4 {
  height: 160px;
}

.mm-sronly {
  text-indent: 10px;
  overflow: hidden;
  display: block;
  width: 1px;
  height: 1px;
  position: absolute;
  z-index: -1;
}

.mm-search {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 40px;
  padding: 7px 10px 0;
  position: relative;
}
.mm-search input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none !important;
  outline: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 26px;
  font: inherit;
  font-size: 14px;
  line-height: 26px;
  display: block;
  width: 100%;
  height: 26px;
  margin: 0;
  padding: 0 10px;
}
.mm-search input::-ms-clear {
  display: none;
}
.mm-search .mm-clear {
  right: 0;
}
.mm-search .mm-next {
  right: 0;
}

.mm-noresultsmsg {
  text-align: center;
  font-size: 21px;
  padding: 40px 0;
}

.mm-indexer {
  background: inherit;
  text-align: center;
  font-size: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -100px;
  z-index: 3;
  -webkit-transition: right 0.4s ease;
  -o-transition: right 0.4s ease;
  transition: right 0.4s ease;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-indexer a {
  text-decoration: none;
  display: block;
  height: 3.85%;
}
.mm-indexer ~ .mm-panel.mm-hasindexer {
  padding-right: 40px;
}

.mm-hasindexer .mm-indexer {
  right: 0;
}
.mm-hasindexer .mm-fixeddivider {
  right: 20px;
}

input.mm-check {
  position: absolute;
  left: -10000px;
}
input.mm-check:checked ~ label.mm-check:before {
  opacity: 1;
}
input.mm-toggle {
  position: absolute;
  left: -10000px;
}
input.mm-toggle:checked ~ label.mm-toggle:before {
  float: right;
}

label.mm-check {
  width: 30px;
  height: 30px;
  margin-top: -15px;
}
label.mm-check:before {
  content: "";
  display: block;
  border-left: 3px solid;
  border-bottom: 3px solid;
  width: 40%;
  height: 20%;
  margin: 25% 0 0 20%;
  opacity: 0.1;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}
label.mm-check + a {
  padding-right: 60px;
}
label.mm-check + span {
  padding-right: 60px;
}
label.mm-toggle {
  border-radius: 30px;
  width: 50px;
  height: 30px;
  margin-top: -15px;
}
label.mm-toggle:before {
  content: "";
  display: block;
  border-radius: 30px;
  width: 28px;
  height: 28px;
  margin: 1px;
}
label.mm-toggle + a {
  padding-right: 80px;
}
label.mm-toggle + span {
  padding-right: 80px;
}

@media all and (max-width: 140px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media all and (min-width: 10000px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate3d(10000px, 0, 0);
    transform: translate3d(10000px, 0, 0);
  }
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate3d(-10000px, 0, 0);
    transform: translate3d(-10000px, 0, 0);
  }
}
.mm-prev:before {
  border-right: none;
  border-bottom: none;
  left: 23px;
}

em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 45px;
  top: 50%;
}
em.mm-counter + a.mm-next {
  width: 90px;
}
em.mm-counter + a.mm-next + a {
  margin-right: 90px;
}
em.mm-counter + a.mm-next + span {
  margin-right: 90px;
}
em.mm-counter + a.mm-next + label.mm-check {
  right: 100px;
}
em.mm-counter + a.mm-next + label.mm-check + a {
  margin-right: 90px;
}
em.mm-counter + a.mm-next + label.mm-check + span {
  margin-right: 90px;
}
em.mm-counter + a.mm-next + label.mm-toggle {
  right: 100px;
}
em.mm-counter + a.mm-next + label.mm-toggle + a {
  margin-right: 90px;
}
em.mm-counter + a.mm-next + label.mm-toggle + span {
  margin-right: 90px;
}
em.mm-counter + a.mm-fullsubopen {
  padding-left: 0;
}

.mm-nosubresults > .mm-counter {
  display: none;
}

.mm-collapsed:not(.mm-uncollapsed) {
  display: none;
}

.mm-hasdividers .mm-fixeddivider {
  display: block;
}

.mm-iconpanel .mm-panel {
  transition-property: transform, left, -webkit-transform;
}
.mm-iconpanel .mm-panel.mm-opened {
  border-left: 1px solid;
  border-color: inherit;
}
.mm-iconpanel .mm-panel.mm-subopened {
  overflow-y: hidden;
  left: -40px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-iconpanel .mm-panel.mm-iconpanel-0 {
  left: 0;
}
.mm-iconpanel .mm-panel.mm-iconpanel-1 {
  left: 40px;
}
.mm-iconpanel .mm-panel.mm-iconpanel-2 {
  left: 80px;
}
.mm-iconpanel .mm-panel.mm-iconpanel-3 {
  left: 120px;
}
.mm-iconpanel .mm-panel.mm-iconpanel-4 {
  left: 160px;
}
.mm-iconpanel .mm-panel.mm-iconpanel-5 {
  left: 200px;
}
.mm-iconpanel .mm-panel.mm-iconpanel-6 {
  left: 240px;
}

.mm-subopened .mm-subblocker {
  opacity: 0.6;
  position: absolute;
  top: 0;
  right: 0;
  bottom: -100000px;
  left: 0;
  z-index: 3;
}

.mm-navbar-top ~ .mm-navbar-top {
  border-bottom: none;
}

.mm-navbar[class*=mm-navbar-content-] > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  float: left;
}

.mm-hasnavbar-top-1 .mm-panels {
  top: 40px;
}

.mm-hasnavbar-top-2 .mm-panels {
  top: 80px;
}

.mm-hasnavbar-top-3 .mm-panels {
  top: 120px;
}

.mm-hasnavbar-top-4 .mm-panels {
  top: 160px;
}

.mm-hasnavbar-bottom-1 .mm-panels {
  bottom: 40px;
}

.mm-hasnavbar-bottom-2 .mm-panels {
  bottom: 80px;
}

.mm-hasnavbar-bottom-3 .mm-panels {
  bottom: 120px;
}

.mm-hasnavbar-bottom-4 .mm-panels {
  bottom: 160px;
}

.mm-navbar-content-2 > * {
  width: 50%;
}

.mm-navbar-content-3 > * {
  width: 33.33%;
}

.mm-navbar-content-4 > * {
  width: 25%;
}

.mm-navbar-content-5 > * {
  width: 20%;
}

.mm-navbar-content-6 > * {
  width: 16.67%;
}

.mm-noresults .mm-indexer {
  display: none !important;
}

a.mm-next + label.mm-check {
  right: 60px;
}
a.mm-next + label.mm-check + a {
  margin-right: 50px;
  padding-right: 50px;
}
a.mm-next + label.mm-check + span {
  margin-right: 50px;
  padding-right: 50px;
}
a.mm-next + label.mm-toggle {
  right: 60px;
}
a.mm-next + label.mm-toggle + a {
  margin-right: 50px;
  padding-right: 70px;
}
a.mm-next + label.mm-toggle + span {
  margin-right: 50px;
  padding-right: 70px;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li {
  -webkit-transition: none 0.4s ease;
  -o-transition: none 0.4s ease;
  transition: none 0.4s ease;
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(1) {
  -webkit-transition-delay: 50ms;
       -o-transition-delay: 50ms;
          transition-delay: 50ms;
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(2) {
  -webkit-transition-delay: 0.1s;
       -o-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(3) {
  -webkit-transition-delay: 150ms;
       -o-transition-delay: 150ms;
          transition-delay: 150ms;
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(4) {
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(5) {
  -webkit-transition-delay: 250ms;
       -o-transition-delay: 250ms;
          transition-delay: 250ms;
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(6) {
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(7) {
  -webkit-transition-delay: 350ms;
       -o-transition-delay: 350ms;
          transition-delay: 350ms;
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(8) {
  -webkit-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(9) {
  -webkit-transition-delay: 450ms;
       -o-transition-delay: 450ms;
          transition-delay: 450ms;
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(10) {
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(11) {
  -webkit-transition-delay: 550ms;
       -o-transition-delay: 550ms;
          transition-delay: 550ms;
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(12) {
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(13) {
  -webkit-transition-delay: 650ms;
       -o-transition-delay: 650ms;
          transition-delay: 650ms;
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(14) {
  -webkit-transition-delay: 0.7s;
       -o-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(15) {
  -webkit-transition-delay: 750ms;
       -o-transition-delay: 750ms;
          transition-delay: 750ms;
}

/* EVENTS */
.ui-widget-header.ui-widget-header {
  background-image: none;
  background-color: #77787b;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  background-color: #6a6b6e !important;
}

#main .fc-header td {
  display: block;
  width: 100%;
  text-align: left;
}
@media (min-width: 64em) {
  #main .fc-header td {
    display: inline-block;
  }
  #main .fc-header td.fc-header-left, #main .fc-header td.fc-header-right {
    width: 25%;
  }
  #main .fc-header td.fc-header-right {
    text-align: right;
  }
  #main .fc-header td.fc-header-center {
    width: 48%;
    text-align: center;
  }
}

.eventorganiser-event-meta h4 {
  border-bottom: 1px solid #395173;
}

#main .fc-toolbar h2 {
  font-family: "Geometric415BT-BlackA", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 1.5em;
}

.widget .eo-agenda-widget ul.dates,
.widget .eo-agenda-widget li.date {
  border: none;
}
.widget .eo-agenda-widget {
  position: relative;
}
.widget .eo-agenda-widget .agenda-nav {
  position: absolute;
  bottom: -0.5em;
  right: 0;
}

.mar-right {
  margin-right: 0.5em;
}

#eo-event-cat {
  height: auto;
  padding: 0.2em;
  font-size: 0.9em;
}

.event-entry-meta .eo-event-meta {
  float: right;
}
.event-entry-meta time {
  font-weight: 500;
  font-size: 1.1em;
}
.event-entry-meta p {
  width: 58%;
  float: left;
}

.eo-events-widget a {
  border: none;
}

.event-time {
  background-color: #697995;
  border-radius: 0.3em;
  padding: 0.2em;
  width: 20%;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  color: #fff;
  margin-right: 0.5em;
  font-size: 0.9em;
}

.event-title {
  display: inline-block;
  width: 75%;
}
.event-title .learnmore {
  display: inline-block;
  margin-left: 0.5em;
  font-size: 0.8em;
  text-decoration: underline;
}

/* FULL WIDTH CONTENT BLOCK */
.content_block {
  margin-bottom: 1.677rem;
  border-radius: 0.3rem;
  overflow: hidden;
}
.content_block--full-width {
  background-color: #fff;
  padding: 1.5rem;
}
.content_block--columns {
  padding: 0 1.5rem 0;
}
.content_block > :last-child {
  margin-bottom: 0;
}
.content_block--light-blue {
  background-color: #48c3e3;
}
.content_block--light-blue * {
  color: #000;
}
.content_block--light-blue h1, .content_block--light-blue h2, .content_block--light-blue h3, .content_block--light-blue h4, .content_block--light-blue h5, .content_block--light-blue h6 {
  color: #fff;
}
.content_block--blue {
  background-color: #002857;
}
.content_block--blue * {
  color: #fff;
}
.content_block--blue h1, .content_block--blue h2, .content_block--blue h3, .content_block--blue h4, .content_block--blue h5, .content_block--blue h6 {
  color: #48c3e3;
}
.content_block--red {
  background-color: #ed1b2e;
}
.content_block--red * {
  color: #fff;
}
.content_block--red h1, .content_block--red h2, .content_block--red h3, .content_block--red h4, .content_block--red h5, .content_block--red h6 {
  color: #fff;
}
.content_block--newsletter {
  margin-top: -1.67rem;
}
@media (min-width: 50em) {
  .content_block--newsletter {
    margin-bottom: 0;
  }
}
.content_block--newsletter--footer {
  border-top: 0.3rem solid #ed1b2e;
  border-radius: 0;
  padding: 0;
}

.connected {
  display: block;
  width: auto;
  margin: 0 auto;
  text-align: center;
}
.connected--img {
  display: none;
}
@media (min-width: 50em) {
  .connected--img {
    display: inline-block;
    vertical-align: middle;
  }
}
.connected--img--footer {
  max-height: 200px;
}
.connected .gform_wrapper {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.connected .gform_wrapper .ginput_complex {
  margin-right: 1rem;
}
.connected .gform_wrapper ul.gform_fields {
  margin-bottom: 0;
}
.connected .gform_wrapper li.gfield {
  display: inline-block;
  vertical-align: top;
}
.connected .gform_title {
  font-family: "Geometric415BT-MediumA", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 0.3rem;
}
.connected .gform_description {
  margin-bottom: 0.3rem;
}
.connected span:empty {
  display: none;
}

.people--item {
  display: block;
  margin-bottom: 0.677rem;
}
.people--item :last-child {
  margin-bottom: 0;
}
.people--label {
  font-weight: bold;
  display: inline-block;
  width: 20%;
  margin-right: 2%;
  vertical-align: top;
}
.people--detail {
  width: 77%;
  display: inline-block;
  vertical-align: top;
}
.people--detail :last-child {
  margin-bottom: 0;
}
.people--name {
  text-transform: none;
  font-family: "Georgia", Cambria, Times New Roman, Times, serif;
  color: #697995;
  margin-bottom: 0.2rem;
}
.people--title {
  text-transform: none;
  font-family: "Georgia", Cambria, Times New Roman, Times, serif;
  font-weight: normal;
  font-style: italic;
  margin-bottom: 0.5rem;
}
.people--title :last-child {
  margin-bottom: 0;
}

.viewvolunteerbox, .viewpopout {
  display: block;
  position: fixed;
  z-index: 102;
  top: 25%;
  right: 0;
  text-align: center;
  font-size: 20px;
  word-wrap: break-word;
  letter-spacing: 5px;
  line-height: 22px;
  color: #fff;
  background-color: #ed1b2e;
  padding: 8px;
  font-family: "Geometric415BT-BlackA", "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 40px;
  text-transform: uppercase;
  font-style: normal;
  border: none;
  border-radius: 0.3rem 0 0 0.3rem;
}
.viewvolunteerbox span, .viewpopout span {
  display: block;
  width: 5px;
  height: 10px;
}
.viewvolunteerbox:hover, .viewpopout:hover {
  color: #fff;
  border: none;
  background-color: #c51020;
}
.viewvolunteerbox.hide, .viewpopout.hide {
  background-color: transparent;
  color: transparent;
}

.volunteerbox {
  background-color: #ed1b2e;
  padding: 20px;
  position: fixed;
  top: 25%;
  right: 0;
  z-index: 102;
  display: none;
  width: auto;
  max-width: 40%;
}
.volunteerbox .button {
  display: inline-block;
  width: auto;
  margin-bottom: 10px;
  font-size: 0.9em;
  vertical-align: middle;
  background-color: #fff;
  color: #002857;
}
@media (min-width: 50em) {
  .volunteerbox .button {
    margin-bottom: 0;
    text-align: center;
  }
}
.volunteerbox * {
  color: #fff;
}

@media (min-width: 50em) {
  .verticaltitle {
    width: 20px;
    text-align: center;
    font-size: 20px;
    word-wrap: break-word;
    letter-spacing: 5px;
    line-height: 22px;
    padding-right: 25px;
    margin-right: 25px;
    border-right: 1px solid #fff;
    float: left;
    color: #fff;
  }
  .verticaltitle span {
    display: block;
    width: 5px;
    height: 10px;
  }
}

.cd-panel-close {
  position: absolute;
  top: 10px;
  right: 0;
  height: 36px;
  width: 45px;
  color: #fff !important;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  border: none;
  text-align: center;
  font-size: 1.5em;
}

/* @import "elements/datatables"; */
/* @import "elements/simplelocator"; */
/* @import "elements/comments"; */
@media print {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Print Stylesheet

  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.

  ******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
            filter: none !important;
    -ms-filter: none !important;
  }

  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }
  a.imglink:after, a:visited.imglink:after {
    content: " (" attr(href) ")";
    display: block;
    margin-top: 0.677em;
  }

  .page-header h1.page-title {
    font-size: 200%;
  }

  .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;
  }

  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h1,
h2,
h3 {
    page-break-after: avoid;
  }

  .sidebar,
.page-navigation,
.wp-prev-next,
.respond-form,
.viewvolunteerbox,
.page-header img,
.menu-toggler,
.breadcrumbs,
#breadcrumbs,
.inner-footer,
nav {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */