@charset "UTF-8";
/* normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import url("//hello.myfonts.net/count/327bfd");
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

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

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

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

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

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

/**
 * 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.
 */
mark {
  background: #ff0;
  color: #000;
}

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0;
}

::-webkit-input-placeholder {
  color: #666;
  opacity: 1 !important;
  font-size: 15px;
  font-style: italic;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #666;
  opacity: 1 !important;
  font-size: 15px;
  font-style: italic;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #666;
  opacity: 1 !important;
  font-size: 15px;
  font-style: italic;
}

:-ms-input-placeholder {
  color: #666;
  opacity: 1 !important;
  font-size: 15px;
  font-style: italic;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* =General CSS
-------------------------------------------------------------- */
.full_width,
.one_half,
.one_third,
.two_third,
.one_fourth,
.three_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth,
.five_sixth {
  float: left;
}

.clear_column {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  width: 100%;
  overflow: hidden;
}

/* =Shortcodes Templates
-------------------------------------------------------------- */
/* =Default Template (no margin)
-------------------------------------------------------------- */
/* =Small Margins Template
-------------------------------------------------------------- */
.full_width {
  width: 100%;
}

.one_half {
  width: 49%;
  margin-right: 2%;
}

.one_half.last_column {
  width: 49%;
  margin-right: 0px;
}

.one_third {
  width: 32%;
  margin-right: 2%;
}

.one_third.last_column {
  width: 32%;
  margin-right: 0px;
}

.two_third {
  width: 66%;
  margin-right: 2%;
}

.two_third.last_column {
  width: 66%;
  margin-right: 0px;
}

.one_fourth {
  width: 23.5%;
  margin-right: 2%;
}

.one_fourth.last_column {
  width: 23.5%;
  margin-right: 0px;
}

.three_fourth {
  width: 74.5%;
  margin-right: 2%;
}

.three_fourth.last_column {
  width: 74.5%;
  margin-right: 0px;
}

.one_fifth {
  width: 18.4%;
  margin-right: 2%;
}

.one_fifth.last_column {
  width: 18.4%;
  margin-right: 0px;
}

.two_fifth {
  width: 39%;
  margin-right: 2%;
}

.two_fifth.last_column {
  width: 39%;
  margin-right: 0px;
}

.three_fifth {
  width: 59%;
  margin-right: 2%;
}

.three_fifth.last_column {
  width: 59%;
  margin-right: 0px;
}

.four_fifth {
  width: 79.6%;
  margin-right: 2%;
}

.four_fifth.last_column {
  width: 79.6%;
  margin-right: 0px;
}

.one_sixth {
  width: 15%;
  margin-right: 2%;
}

.one_sixth.last_column {
  width: 15%;
  margin-right: 0px;
}

/* =Responsive
-------------------------------------------------------------- */
/* Maximum width of 600 pixels. */
@media screen and (max-width: 600px) {
  .full_width,
  .one_half,
  .one_third,
  .two_third,
  .one_fourth,
  .three_fourth,
  .one_fifth,
  .two_fifth,
  .three_fifth,
  .four_fifth,
  .one_sixth,
  .five_sixth {
    clear: both !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
  }
}

/**
 * @license
 * MyFonts Webfont Build ID 3308541, 2016-11-15T00:53:46-0500
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: HelveticaNeueLTStd-BdEx by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/neue-helvetica/helvetica-73-bold-extended/
 * Copyright: Copyright &#x00A9; 1990, 2002 Adobe Systems Incorporated.  All Rights Reserved. &#x00A9; 1981, 2002 Heidelberger Druckmaschinen AG. All rights reserved.
 * Licensed pageviews: 250,000
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3308541
 * 
 * © 2016 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: 'Helvetica Neue LTStd-BdEx';
  src: url("../fonts/Helvetica-Neue-Extended/327BFD_0_0.eot");
  src: url("../fonts/Helvetica-Neue-Extended/327BFD_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/Helvetica-Neue-Extended/327BFD_0_0.woff2") format("woff2"), url("../fonts/Helvetica-Neue-Extended/327BFD_0_0.woff") format("woff"), url("../fonts/Helvetica-Neue-Extended/327BFD_0_0.ttf") format("truetype");
}

@font-face {
  font-family: 'cambridge_round';
  src: url("../fonts/cambridge_round_light/cambridge_round_light-webfont.woff2") format("woff2"), url("../fonts/cambridge_round_light/cambridge_round_light-webfont.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'cambridge_round';
  src: url("../fonts/cambridge_round_light/cambridge_round_light_it-webfont.woff2") format("woff2"), url("../fonts/cambridge_round_light/cambridge_round_light_it-webfont.woff") format("woff");
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: 'cambridge_round';
  src: url("../fonts/cambridge_round/cambridge_round-webfont.woff2") format("woff2"), url("../fonts/cambridge_round/cambridge_round-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'cambridge_round';
  src: url("../fonts/cambridge_round_semibold/cambridge_round_semibold-webfont.woff2") format("woff2"), url("../fonts/cambridge_round_semibold/cambridge_round_semibold-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'cambridge_round';
  src: url("../fonts/cambridge_round_bold/cambridge_round_bold-webfont.woff2") format("woff2"), url("../fonts/cambridge_round_bold/cambridge_round_bold-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'jenna_sueregular';
  src: url("../fonts/jennasue/jennasue-webfont.woff2") format("woff2"), url("../fonts/jennasue/jennasue-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto Slab Bold';
  src: url("../fonts/RobotoSlab/robotoslab-bold-webfont.woff2") format("woff2"), url("../fonts/RobotoSlab/robotoslab-bold-webfont.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}

button,
input[type=button],
input[type=submit],
.button {
  background: #009edb;
  border: none;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  padding: 8px 15px;
  text-decoration: none;
}

button.alt, button:hover, button:focus,
input[type=button].alt,
input[type=button]:hover,
input[type=button]:focus,
input[type=submit].alt,
input[type=submit]:hover,
input[type=submit]:focus,
.button.alt,
.button:hover,
.button:focus {
  background: #662d90;
  color: #fff;
}

.gform_wrapper .ginput_complex.ginput_container {
  width: 99% !important;
}

.gform_wrapper .validation_message,
.gform_wrapper .gfield_error .gfield_label,
.gform_wrapper .gfield_required,
.gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,
.gform_wrapper li.gfield_error ul.gfield_checkbox,
.gform_wrapper li.gfield_error ul.gfield_radio {
  color: #ff0000 !important;
}

.gform_wrapper div.validation_error {
  border-bottom: none !important;
  border-top: none !important;
  margin-bottom: 0 !important;
  color: #ff0000 !important;
  text-align: left !important;
}

body .gform_wrapper ul li.gfield {
  margin-top: 0 !important;
}

.site-main .gform_wrapper {
  margin: 0;
  /*		li.gfield_error.ginput_complex.ginput_container.has_first_name.has_last_name span.name_last {
			margin-right: 1%;
		}*/
}

.site-main .gform_wrapper .top_label li.gfield.gf_left_half {
  width: 47% !important;
  margin-right: 1.5% !important;
}

@media (max-width: 450px) {
  .site-main .gform_wrapper .top_label li.gfield.gf_left_half {
    width: 98% !important;
  }
}

@media (max-width: 600px) {
  .site-main .gform_wrapper li.gfield.gf_2col ul.gfield_checkbox li,
  .site-main .gform_wrapper li.gfield.gf_2col ul.gfield_radio li,
  .site-main .gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox li,
  .site-main .gform_wrapper li.gfield.gf_list_2col ul.gfield_radio li {
    width: 100%;
  }
}

.site-main .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.site-main .gform_wrapper li.gfield_html {
  width: 100% !important;
}

.site-main .gform_wrapper li.gfield_error select.large {
  width: 98% !important;
}

.site-main .gform_wrapper ul li {
  background: none !important;
  padding: 0 !important;
}

.site-main .gform_wrapper .left_label ul.gfield_checkbox,
.site-main .gform_wrapper .right_label ul.gfield_checkbox,
.site-main .gform_wrapper .left_label ul.gfield_radio,
.site-main .gform_wrapper .right_label ul.gfield_radio {
  margin-left: 31% !important;
}

@media (max-width: 700px) {
  .site-main .gform_wrapper .left_label ul.gfield_checkbox,
  .site-main .gform_wrapper .right_label ul.gfield_checkbox,
  .site-main .gform_wrapper .left_label ul.gfield_radio,
  .site-main .gform_wrapper .right_label ul.gfield_radio {
    margin-left: 0 !important;
  }
}

.site-main .gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.no_last_name span,
.site-main .gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span,
.site-main .gform_wrapper .ginput_complex.ginput_container.no_first_name.has_middle_name.has_last_name span {
  width: 48% !important;
  float: left;
}

.site-main .gform_wrapper li.gfield_error .ginput_complex.ginput_container.has_first_name.has_middle_name.no_last_name span,
.site-main .gform_wrapper li.gfield_error .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span,
.site-main .gform_wrapper li.gfield_error .ginput_complex.ginput_container.no_first_name.has_middle_name.has_last_name span {
  width: 47% !important;
}

@media (max-width: 700px) {
  .site-main .gform_wrapper .right_label input.large,
  .site-main .gform_wrapper .right_label select.large,
  .site-main .gform_wrapper .left_label input.large,
  .site-main .gform_wrapper .left_label select.large,
  .site-main .gform_wrapper textarea.textarea {
    width: 99% !important;
  }
}

.site-main .gform_wrapper .top_label .gfield_label {
  font-weight: 300 !important;
  font-size: 16px !important;
  margin: 10px 0 0px !important;
}

.site-main .gform_wrapper .top_label li.gfield.gf_right_half {
  margin: 0 10px 0 0 !important;
  width: 49% !important;
  float: right;
}

@media (max-width: 450px) {
  .site-main .gform_wrapper .top_label li.gfield.gf_right_half {
    width: 98% !important;
  }
}

.site-main .gform_wrapper .top_label input.medium,
.site-main .gform_wrapper .top_label select.medium {
  width: 96.5% !important;
}

.site-main .gform_wrapper .top_label .gfield_error {
  width: 100% !important;
}

.site-main .gform_wrapper .top_label .gfield_error input.medium,
.site-main .gform_wrapper .top_label .gfield_error select.medium {
  width: 100% !important;
}

.site-main .gform_wrapper .ginput_complex.ginput_container.has_first_name.has_last_name span.name_last {
  float: right;
  width: 50% !important;
}

.site-main .gform_wrapper li.gfield_error .ginput_complex.ginput_container.has_first_name.has_last_name span.name_last {
  float: right;
  width: 49% !important;
}

.site-main .gform_wrapper li.gfield_error span.name_last {
  width: 48.5% !important;
}

.site-main .gform_wrapper span.name_last {
  width: 48.5% !important;
  /*margin-right: 1%;*/
}

.site-main .gform_wrapper li.gfield_error input[type="email"],
.site-main .gform_wrapper li.gfield_error input[type="number"],
.site-main .gform_wrapper li.gfield_error input[type="password"],
.site-main .gform_wrapper li.gfield_error input[type="tel"],
.site-main .gform_wrapper li.gfield_error input[type="text"],
.site-main .gform_wrapper li.gfield_error input[type="url"],
.site-main .gform_wrapper li.gfield_error textarea {
  width: 100% !important;
}

.site-main .gform_wrapper .top_label li.gfield_error input.large,
.site-main .gform_wrapper .top_label li.gfield_error textarea.textarea {
  width: 97% !important;
}

.site-main .gform_wrapper textarea {
  border: 1px solid #999 !important;
  font-size: 16px !important;
}

.site-main .gform_wrapper .top_label input.large,
.site-main .gform_wrapper .top_label select.large,
.site-main .gform_wrapper .top_label textarea.textarea {
  width: 97% !important;
  border: 1px solid #999 !important;
}

.site-main .gform_wrapper .ginput_complex label,
.site-main .gform_wrapper .gfield_time_hour label,
.site-main .gform_wrapper .gfield_time_minute label,
.site-main .gform_wrapper .gfield_date_month label,
.site-main .gform_wrapper .gfield_date_day label,
.site-main .gform_wrapper .gfield_date_year label,
.site-main .gform_wrapper .instruction {
  font-size: 15px !important;
}

.site-main .gform_wrapper textarea.medium {
  height: 100px !important;
}

.site-main .gform_wrapper .left_label .gfield_label {
  font-size: 17px !important;
  font-weight: 300 !important;
  line-height: 20px !important;
}

@media (max-width: 700px) {
  .site-main .gform_wrapper .left_label .gfield_label {
    float: none !important;
    width: 100%;
  }
}

.site-main .gform_wrapper .gform_footer {
  margin: 0 !important;
}

.site-main .gform_wrapper .gfield_checkbox li label,
.site-main .gform_wrapper .gfield_radio li label {
  line-height: none !important;
  font-size: 15px !important;
}

@media (max-width: 700px) {
  .site-main .gform_wrapper .right_label div.ginput_complex,
  .site-main .gform_wrapper .left_label div.ginput_complex {
    width: 100% !important;
  }
}

@media (max-width: 700px) {
  .site-main .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
    width: 100% !important;
  }
}

.site-main .gform_wrapper .top_label li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.site-main .gform_wrapper .top_label li.gfield.gfield_error.gfield_contains_required div.gfield_description,
.site-main .gform_wrapper .top_label li.gfield.gfield_error.gfield_contains_required label.gfield_label,
.site-main .gform_wrapper .top_label li.gfield.gfield_error.gfield_contains_required fieldset legend.gfield_label {
  margin: 0 !important;
}

@media (max-width: 700px) {
  .site-main .gform_wrapper .left_label li.gfield.gfield_error.gfield_contains_required div.ginput_container,
  .site-main .gform_wrapper .left_label li.gfield.gfield_error.gfield_contains_required div.gfield_description,
  .site-main .gform_wrapper .left_label li.gfield.gfield_error.gfield_contains_required label.gfield_label,
  .site-main .gform_wrapper .left_label li.gfield.gfield_error.gfield_contains_required fieldset legend.gfield_label {
    margin: 0 !important;
  }
}

.site-main .gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox li,
.site-main .gform_wrapper li.gfield.gf_list_2col ul.gfield_radio li,
.site-main .gform_wrapper li.gfield.gf_2col ul.gfield_checkbox li,
.site-main .gform_wrapper li.gfield.gf_2col ul.gfield_radio li {
  margin: 0 !important;
}

.site-main .gform_wrapper .gfield_checkbox li input[type="checkbox"],
.site-main .gform_wrapper .gfield_radio li input[type="radio"],
.site-main .gform_wrapper .gfield_checkbox li input {
  margin-top: 6px !important;
}

.site-main .gform_wrapper .right_label input.medium,
.site-main .gform_wrapper .right_label select.medium,
.site-main .gform_wrapper .left_label input.medium,
.site-main .gform_wrapper .left_label select.medium {
  width: 63% !important;
  border: 1px solid #999 !important;
}

@media (max-width: 700px) {
  .site-main .gform_wrapper .right_label input.medium,
  .site-main .gform_wrapper .right_label select.medium,
  .site-main .gform_wrapper .left_label input.medium,
  .site-main .gform_wrapper .left_label select.medium {
    width: 100% !important;
  }
}

.site-main .gform_wrapper .right_label .gfield_error input.medium,
.site-main .gform_wrapper .right_label .gfield_error select.medium,
.site-main .gform_wrapper .left_label .gfield_error input.medium,
.site-main .gform_wrapper .left_label .gfield_error select.medium {
  width: 66% !important;
}

@media (max-width: 700px) {
  .site-main .gform_wrapper .right_label .gfield_error input.medium,
  .site-main .gform_wrapper .right_label .gfield_error select.medium,
  .site-main .gform_wrapper .left_label .gfield_error input.medium,
  .site-main .gform_wrapper .left_label .gfield_error select.medium {
    width: 100% !important;
  }
}

.site-main .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  padding-left: 0 !important;
}

.site-main .gform_wrapper li.gfield.gfield_error,
.site-main .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: rgba(255, 255, 255, 0) !important;
  border-bottom: none !important;
  border-top: none !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
}

.site-main .gform_wrapper div.validation_error {
  font-size: 16px !important;
  font-weight: 300 !important;
}

.site-main .gform_wrapper .top_label .gfield_description.validation_message,
.site-main .gform_wrapper .gfield_description.validation_message {
  padding: 0 !important;
}

.site-main .gform_wrapper .gform_wrapper .ginput_container + .gfield_description.validation_message {
  margin-top: 0 !important;
}

.site-main .gform_wrapper .validation_message {
  font-weight: 300 !important;
  font-size: 15px !important;
}

.site-main .gform_wrapper .ginput_complex label,
.site-main .gform_wrapper .gfield_time_hour label,
.site-main .gform_wrapper .gfield_time_minute label,
.site-main .gform_wrapper .gfield_date_month label,
.site-main .gform_wrapper .gfield_date_day label,
.site-main .gform_wrapper .gfield_date_year label,
.site-main .gform_wrapper .instruction {
  letter-spacing: 0 !important;
  margin: 0 !important;
  color: #999 !important;
}

.site-main .gform_wrapper select {
  font-size: 15px !important;
}

.site-main .gform_wrapper.gf_browser_gecko select {
  padding: 1px 0 !important;
}

.site-main .gform_wrapper input[type="text"],
.site-main .gform_wrapper input[type="url"],
.site-main .gform_wrapper input[type="email"],
.site-main .gform_wrapper input[type="tel"],
.site-main .gform_wrapper input[type="number"],
.site-main .gform_wrapper input[type="password"] {
  font-size: 16px !important;
  padding: 4px 2px !important;
  border: 1px solid #999 !important;
}

.site-main .gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label,
.site-main .gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label {
  font-weight: 300 !important;
}

.site-main .gform_wrapper .ginput_complex .ginput_right input[type="text"],
.site-main .gform_wrapper .ginput_complex .ginput_right input[type="url"],
.site-main .gform_wrapper .ginput_complex .ginput_right input[type="email"],
.site-main .gform_wrapper .ginput_complex .ginput_right input[type="tel"],
.site-main .gform_wrapper .ginput_complex .ginput_right input[type="number"],
.site-main .gform_wrapper .ginput_complex .ginput_right input[type="password"],
.site-main .gform_wrapper .ginput_complex .ginput_right select {
  width: 94% !important;
}

@media (max-width: 700px) {
  .site-main .gform_wrapper .ginput_complex .ginput_right input[type="text"],
  .site-main .gform_wrapper .ginput_complex .ginput_right input[type="url"],
  .site-main .gform_wrapper .ginput_complex .ginput_right input[type="email"],
  .site-main .gform_wrapper .ginput_complex .ginput_right input[type="tel"],
  .site-main .gform_wrapper .ginput_complex .ginput_right input[type="number"],
  .site-main .gform_wrapper .ginput_complex .ginput_right input[type="password"],
  .site-main .gform_wrapper .ginput_complex .ginput_right select {
    width: 98% !important;
  }
}

@media (max-width: 700px) {
  .site-main .gform_wrapper .ginput_complex .ginput_full input[type="text"],
  .site-main .gform_wrapper .ginput_complex .ginput_full input[type="url"],
  .site-main .gform_wrapper .ginput_complex .ginput_full input[type="email"],
  .site-main .gform_wrapper .ginput_complex .ginput_full input[type="tel"],
  .site-main .gform_wrapper .ginput_complex .ginput_full input[type="number"],
  .site-main .gform_wrapper .ginput_complex .ginput_full input[type="password"] {
    width: 99% !important;
  }
}

.site-main .gfield_error .ginput_complex .ginput_right input[type="email"],
.site-main .gfield_error .ginput_complex .ginput_right input[type="number"],
.site-main .gfield_error .ginput_complex .ginput_right input[type="password"],
.site-main .gfield_error .ginput_complex .ginput_right input[type="tel"],
.site-main .gfield_error .ginput_complex .ginput_right input[type="text"],
.site-main .gfield_error .ginput_complex .ginput_right input[type="url"],
.site-main .ginput_complex input[type="email"],
.site-main .ginput_complex input[type="number"],
.site-main .ginput_complex input[type="password"],
.site-main .ginput_complex input[type="tel"],
.site-main .ginput_complex input[type="text"],
.site-main .ginput_complex input[type="url"] {
  width: 97.5% !important;
}

.site-main .gform_footer.right_label,
.site-main .gform_footer.left_label {
  padding-top: 0 !important;
  padding-left: 33% !important;
}

@media (max-width: 700px) {
  .site-main .gform_footer.right_label,
  .site-main .gform_footer.left_label {
    padding-left: 0 !important;
  }
}

.site-main .right_label .gfield_description,
.site-main .left_label .gfield_description,
.site-main .left_label .instruction,
.site-main .right_label .instruction {
  margin-left: 32% !important;
}

@media (max-width: 700px) {
  .site-main .right_label .gfield_description,
  .site-main .left_label .gfield_description,
  .site-main .left_label .instruction,
  .site-main .right_label .instruction {
    margin-left: 0 !important;
  }
}

.site-main .right_label .gfield_error .gfield_description,
.site-main .left_label .gfield_error .gfield_description,
.site-main .left_label .gfield_error .instruction,
.site-main .right_label .gfield_error .instruction {
  margin-left: 33% !important;
}

@media (max-width: 700px) {
  .site-main .right_label .gfield_error .gfield_description,
  .site-main .left_label .gfield_error .gfield_description,
  .site-main .left_label .gfield_error .instruction,
  .site-main .right_label .gfield_error .instruction {
    margin-left: 0 !important;
  }
}

.site-main .description,
.site-main .gfield_description,
.site-main .gsection_description,
.site-main .instruction {
  font-family: "Source Sans Pro Extra Light", "Open Sans", "Arial", sans-serif !important;
}

.site-main .right_label div.ginput_complex,
.site-main .left_label div.ginput_complex {
  width: 65% !important;
}

.site-main .gform_footer input.button,
.site-main .gform_footer input[type="submit"] {
  font-size: 18px !important;
  background: #009edb;
  text-transform: uppercase;
  padding: 10px 20px !important;
  color: #fff;
}

@media (max-width: 700px) {
  .site-main .gform_footer input.button,
  .site-main .gform_footer input[type="submit"] {
    background: #009edb;
  }
}

.site-main .gform_footer input.button:hover,
.site-main .gform_footer input[type="submit"]:hover {
  background: #db7300;
}

.search-results .search-form {
  margin-bottom: 30px;
}

.search-results .search-result .search-result-heading {
  font-size: 18px;
}

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

body {
  background: #ffffff;
  color: #333333;
  font-family: 'cambridge_round';
  font-size: 16px;
  font-style: normal;
  font-weight: 200;
}

img {
  height: auto;
}

embed, object, iframe, img {
  display: block;
  border: none;
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #662d90;
  font-weight: 200;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
}

h1 {
  color: #333333;
  font-size: 37px;
  line-height: 44px;
  margin-bottom: 20px;
}

.home h1 {
  font-family: 'jenna_sueregular';
  font-size: 60px;
  line-height: 60px;
}

h2 {
  font-size: 26px;
  line-height: 33px;
}

h3 {
  font-size: 22px;
  line-height: 30px;
  margin: 12px 0;
  padding: 0;
}

h4 {
  font-size: 20px;
  line-height: 26px;
  margin: 12px 0;
  padding: 0;
}

h5 {
  background: #009edb;
  padding: 0px 20px;
  font-size: 19px;
  line-height: 45px;
  font-weight: 300;
  color: #fff;
}

h6 {
  font-size: 40px;
  margin: 25px 0;
  font-family: 'jenna_sueregular';
  margin: 25px 0;
  padding: 0;
}

*:first-child {
  margin-top: 0;
}

a,
.link {
  color: #009edb;
  text-decoration: none;
}

a:focus, a:hover,
a:focus a,
a:hover a,
.link:focus,
.link:hover,
a:focus
.link,
a:hover
.link {
  text-decoration: none;
  color: #db7300;
}

.clearfix:before, .previews:before, #masonry:before, .site-header:before, .site-header .site-header-upper:before, .site-header .site-header-upper .nav-mobile-ctas:before, .site-main:before, .site-footer .footer-upper:before, .site-footer .footer-lower:before, .site-footer .footer-lower .container:before, .newsletter:before, .newsletter .container:before, .newsletter .gform_wrapper:before, .upcoming-events:before,
.stories:before, .facts:before, .facts .container:before, .owl-carousel .owl-stage-outer .upcoming-events:before,
.owl-carousel .owl-stage-outer .story:before,
.owl-carousel .owl-stage-outer .owl-item:before, .galleries-preview:before, .gallery:before, .clearfix:after, .previews:after, #masonry:after, .site-header:after, .site-header .site-header-upper:after, .site-header .site-header-upper .nav-mobile-ctas:after, .site-main:after, .site-footer .footer-upper:after, .site-footer .footer-lower:after, .site-footer .footer-lower .container:after, .newsletter:after, .newsletter .container:after, .newsletter .gform_wrapper:after, .upcoming-events:after,
.stories:after, .facts:after, .facts .container:after, .owl-carousel .owl-stage-outer .upcoming-events:after,
.owl-carousel .owl-stage-outer .story:after,
.owl-carousel .owl-stage-outer .owl-item:after, .galleries-preview:after, .gallery:after {
  content: " ";
  display: table;
}

.clearfix:after, .previews:after, #masonry:after, .site-header:after, .site-header .site-header-upper:after, .site-header .site-header-upper .nav-mobile-ctas:after, .site-main:after, .site-footer .footer-upper:after, .site-footer .footer-lower:after, .site-footer .footer-lower .container:after, .newsletter:after, .newsletter .container:after, .newsletter .gform_wrapper:after, .upcoming-events:after,
.stories:after, .facts:after, .facts .container:after, .owl-carousel .owl-stage-outer .upcoming-events:after,
.owl-carousel .owl-stage-outer .story:after,
.owl-carousel .owl-stage-outer .owl-item:after, .galleries-preview:after, .gallery:after {
  clear: both;
}

.fade, a,
.link, .accordion-toggle {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.embed-container {
  height: 0;
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.container {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 20px;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.previews {
  padding-top: 15px;
}

@media (max-width: 599px) {
  .previews {
    text-align: center;
  }
}

@media (min-width: 600px) {
  .previews {
    margin: -15px;
  }
}

.previews .preview {
  color: #333333;
  display: block;
  /*max-width: 450px;*/
  text-decoration: none;
}

@media (max-width: 599px) {
  .previews .preview {
    display: inline-block;
    padding: 10px 0;
    text-align: left;
  }
}

@media (min-width: 600px) {
  .previews .preview {
    float: left;
    padding: 15px;
    width: 50%;
  }
  .previews .preview:nth-of-type(2n+3) {
    clear: left;
  }
}

.previews .preview:hover .preview-header .preview-featured-image, .previews .preview:focus .preview-header .preview-featured-image {
  -webkit-filter: grayscale(0%);
  filter: none;
}

.previews .preview .preview-header .preview-featured-image {
  display: block;
  width: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.previews .preview .preview-content {
  overflow: auto;
}

.previews .preview .preview-content .preview-heading {
  color: #009edb;
  font-size: 24px;
  margin: 0;
  padding: 15px 0;
}

.previews .preview .preview-footer .button {
  background: url(../images/liArrow.png) right center no-repeat;
  color: #009edb;
  font-size: 16px;
  padding: 0 16px 0 0;
  margin-bottom: 15px;
}

.banner {
  overflow: hidden;
  position: relative;
}

.banner .slides {
  position: relative;
}

.banner .slides .slide {
  position: relative;
  width: 100%;
}

.banner .slides .slide:nth-child(1n+2) {
  display: none;
}

@media (max-width: 600px) {
  .banner .slides .slide.image-focus-right img {
    right: 50%;
    margin-left: -660px;
  }
}

@media (min-width: 601px) and (max-width: 960px) {
  .banner .slides .slide.image-focus-right img {
    right: 50%;
    margin-left: -480px;
  }
}

.banner .slides .slide img {
  min-height: 200px;
  min-width: 960px;
  width: 100%;
}

@media (max-width: 960px) {
  .banner .slides .slide img {
    position: relative;
    left: 50%;
    margin-left: -480px;
  }
}

.banner .slides .slide .slide-caption {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -webkit-transform: translate(-50%, -50%);
  /* Chrome, Safari, Opera */
}

@media (max-width: 599px) {
  .banner .slides .slide .slide-caption {
    display: none;
  }
}

.banner .slides .slide .slide-caption.font-helvetica .slide-caption-heading {
  font-family: "Helvetica Neue LTStd-BdEx";
  text-transform: uppercase;
  text-shadow: none;
}

@media (min-width: 600px) and (max-width: 900px) {
  .banner .slides .slide .slide-caption.font-helvetica .slide-caption-heading {
    font-size: 50px;
    line-height: 50px;
  }
}

@media (min-width: 901px) {
  .banner .slides .slide .slide-caption.font-helvetica .slide-caption-heading {
    font-size: 60px;
    line-height: 60px;
  }
}

.banner .slides .slide .slide-caption.font-helvetica .slide-caption-content {
  font-family: "Helvetica Neue LTStd-BdEx";
  text-transform: uppercase;
  text-shadow: none;
}

@media (min-width: 600px) and (max-width: 900px) {
  .banner .slides .slide .slide-caption.font-helvetica .slide-caption-content {
    font-size: 30px;
    line-height: 38px;
  }
}

@media (min-width: 901px) {
  .banner .slides .slide .slide-caption.font-helvetica .slide-caption-content {
    font-size: 40px;
    line-height: 45px;
  }
}

.banner .slides .slide .slide-caption .slide-caption-heading {
  font-family: 'jenna_sueregular';
  color: #fff;
  float: left;
  margin-bottom: 0;
  max-width: 700px;
  padding: 6px 12px;
  text-shadow: 1px 1px 10px #000;
  /*@media (max-width: $widget_banner_breakpoint_1 - 1px) {
						font-size: 40px;
					}*/
}

@media (min-width: 600px) and (max-width: 900px) {
  .banner .slides .slide .slide-caption .slide-caption-heading {
    font-size: 60px;
    line-height: 60px;
  }
}

@media (min-width: 901px) {
  .banner .slides .slide .slide-caption .slide-caption-heading {
    font-size: 85px;
    line-height: 85px;
  }
}

.banner .slides .slide .slide-caption .slide-caption-content {
  clear: left;
  color: #fff;
  float: left;
  margin-bottom: 1px;
  max-width: 580px;
  padding: 6px 12px;
  text-shadow: 1px 1px 10px #000;
  /*@media (max-width: $widget_banner_breakpoint_1 - 1px) {
						font-size: 20px;
					}*/
}

@media (min-width: 600px) and (max-width: 900px) {
  .banner .slides .slide .slide-caption .slide-caption-content {
    font-size: 20px;
  }
}

@media (min-width: 901px) {
  .banner .slides .slide .slide-caption .slide-caption-content {
    font-size: 28px;
  }
}

.banner .slides .slide .slide-caption .slide-caption-content .cta_button {
  background: #662d90;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-weight: 300;
  margin-top: 20px;
  padding: 8px 14px;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: none;
}

.banner .slides .slide .slide-caption .slide-caption-content .cta_button:hover, .banner .slides .slide .slide-caption .slide-caption-content .cta_button:focus {
  background: #fff;
  color: #009edb;
}

.banner .slides .slide .slide-caption .slide-caption-content .cta_button.cta_orange {
  background-color: #db7300;
}

.banner .slides .slide .slide-caption .slide-caption-content .cta_button.cta_blue {
  background-color: #019dda;
}

.banner .slides .slide .slide-caption .slide-caption-content .cta_button.cta_orange:before {
  content: "";
  display: inline-block;
  background: url("../images/icon-hands-heart.png") no-repeat;
  vertical-align: middle;
  width: 25px;
  height: 23px;
}

.banner .slides .slide .slide-caption .slide-caption-content .cta_button.cta_blue:before {
  content: "";
  display: inline-block;
  background: url("../images/icon-hands-heart.png") no-repeat;
  vertical-align: middle;
  width: 25px;
  height: 23px;
}

.banner .slides .slide .slide-caption .slide-caption-content .cta_button.cta_orange:focus, .banner .slides .slide .slide-caption .slide-caption-content .cta_button.cta_orange:hover {
  background-color: #333333;
}

.banner .slides .slide .slide-caption .slide-caption-content .cta_button.cta_blue:focus, .banner .slides .slide .slide-caption .slide-caption-content .cta_button.cta_blue:hover {
  background-color: #333333;
}


.banner .slides .slide .slide-caption .slide-caption-content .cta_button.cta_purple {
  background-color: #662d90;
}

.banner .slides .slide .slide-caption .slide-caption-content .cta_button.cta_purple:focus, .banner .slides .slide .slide-caption .slide-caption-content .cta_button.cta_purple:hover {
  background-color: #333333;
}

.banner .slide-prev,
.banner .slide-next {
  /*@extend .fade;*/
  background: url(../images/slide-prev-next.png);
  display: block;
  height: 73px;
  position: absolute;
  margin-top: -40px;
  opacity: 0;
  outline: none;
  text-indent: -9999px;
  top: 50%;
  width: 37px;
  z-index: 180;
}

.banner .slide-prev {
  left: -37px;
}

.banner .slide-next {
  background-position: right;
  right: -37px;
}

.banner:focus .slide-prev,
.banner:focus .slide-next, .banner:hover .slide-prev,
.banner:hover .slide-next {
  opacity: 1;
}

.banner:focus .slide-prev, .banner:hover .slide-prev {
  left: 20px;
}

.banner:focus .slide-next, .banner:hover .slide-next {
  right: 20px;
}

.blog .post {
  border-bottom: 1px solid #ccc;
  padding: 30px 0;
}

.latest-news {
  background: #eee;
  padding: 40px 0;
}

.latest-news h2.title {
  font-size: 37px;
  text-align: center;
  color: #333333;
  width: 100%;
  text-align: center;
  line-height: 0.1em;
  margin: 10px 0 50px;
  border-bottom: 1px solid #ccc;
}

.latest-news h2.title span {
  background: #eee;
  padding: 0 10px;
}

.latest-news .view-all {
  text-align: center;
  margin: 20px 0 0;
}

#masonry {
  width: 100%;
}

#masonry .masonry-item {
  float: left;
}

@media (max-width: 599px) {
  #masonry .masonry-item {
    width: 100%;
  }
  #masonry .masonry-item:nth-of-type(4n+5) {
    clear: left;
  }
}

@media (min-width: 600px) and (max-width: 899px) {
  #masonry .masonry-item {
    width: 50%;
  }
  #masonry .masonry-item:nth-of-type(2n+3) {
    clear: left;
  }
}

@media (min-width: 900px) {
  #masonry .masonry-item {
    width: 25%;
  }
  #masonry .masonry-item:nth-of-type(4n+5) {
    clear: left;
  }
}

#masonry .masonry-item .entry-date {
  position: absolute;
  top: 10px;
  right: 0;
}

#masonry .masonry-item .entry-date .entry-meta {
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  /* This ribbon is based on a 16px font side and a 24px vertical rhythm. I've used em's to position each element for scalability. If you want to use a different font size you may have to play with the position of the ribbon elements */
  position: relative;
  background: rgba(0, 0, 0, 0.97);
  color: #fff;
  text-align: center;
  padding: 6px 5px 5px;
}

#masonry .masonry-item .entry-date .entry-meta:before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0em;
  border: 1.3em solid rgba(0, 0, 0, 0.97);
}

#masonry .masonry-item .entry-date .entry-meta:before {
  left: -1.75em;
  border-right-width: 0.5em;
  border-left-color: transparent;
}

.blog-content {
  margin: 0 0 20px 0;
}

.blog-content .entry-content {
  padding: 20px 0 0 0;
}

.single-post .main .container {
  padding-top: 0;
}

.blog .main, .archive .main, .single-post .main, #masonry .main {
  padding: 20px 10px 5px 0;
  max-width: 1900px;
  margin: 0 auto;
}

.blog h1.page-title, .archive h1.page-title, .single-post h1.page-title, #masonry h1.page-title {
  text-align: center;
  margin: 0 auto;
  padding: 0 0 20px 0;
  font-size: 46px;
}

.blog .item-inner, .archive .item-inner, .single-post .item-inner, #masonry .item-inner {
  background: #FFF;
  border: 1px solid #ccc;
  margin: 10px;
  position: relative;
}

.blog .item-inner h2.item-title, .archive .item-inner h2.item-title, .single-post .item-inner h2.item-title, #masonry .item-inner h2.item-title {
  margin: 0px 0 10px 0;
  font-size: 22px;
  line-height: 26px;
}

.blog .item-inner h2.item-title a, .archive .item-inner h2.item-title a, .single-post .item-inner h2.item-title a, #masonry .item-inner h2.item-title a {
  color: #333333;
}

.blog .item-inner h2.item-title a:hover, .archive .item-inner h2.item-title a:hover, .single-post .item-inner h2.item-title a:hover, #masonry .item-inner h2.item-title a:hover {
  color: #009edb;
}

.blog .item-inner .item-thumbnail, .archive .item-inner .item-thumbnail, .single-post .item-inner .item-thumbnail, #masonry .item-inner .item-thumbnail {
  margin: 0 0 20px 0;
  position: relative;
}

.blog .item-inner .item-thumbnail img, .archive .item-inner .item-thumbnail img, .single-post .item-inner .item-thumbnail img, #masonry .item-inner .item-thumbnail img {
  width: 100%;
}

@media (max-width: 980px) {
  .blog .item-inner .item-thumbnail img, .archive .item-inner .item-thumbnail img, .single-post .item-inner .item-thumbnail img, #masonry .item-inner .item-thumbnail img {
    margin: 0 auto;
    width: 100%;
  }
}

.blog .item-inner .item-main, .archive .item-inner .item-main, .single-post .item-inner .item-main, #masonry .item-inner .item-main {
  padding: 0 20px 20px;
}

.blog .item-inner .item-main .item-meta, .archive .item-inner .item-main .item-meta, .single-post .item-inner .item-main .item-meta, #masonry .item-inner .item-main .item-meta {
  font-size: 16px;
  color: #666;
}

.blog .item-inner .item-main .item-meta a, .archive .item-inner .item-main .item-meta a, .single-post .item-inner .item-main .item-meta a, #masonry .item-inner .item-main .item-meta a {
  background: url(../images/liArrow.png) right center no-repeat;
  color: #009edb;
  padding: 0 16px 0 0;
}

.blog .item-inner .item-main .item-meta a:hover, .archive .item-inner .item-main .item-meta a:hover, .single-post .item-inner .item-main .item-meta a:hover, #masonry .item-inner .item-main .item-meta a:hover {
  color: #db7300 !important;
}

.blog .item-inner .item-main .item-content, .archive .item-inner .item-main .item-content, .single-post .item-inner .item-main .item-content, #masonry .item-inner .item-main .item-content {
  padding: 0 0 15px 0;
}

.blog .item-inner .item-main .item-content h1, .blog .item-inner .item-main .item-content h2, .blog .item-inner .item-main .item-content p, .archive .item-inner .item-main .item-content h1, .archive .item-inner .item-main .item-content h2, .archive .item-inner .item-main .item-content p, .single-post .item-inner .item-main .item-content h1, .single-post .item-inner .item-main .item-content h2, .single-post .item-inner .item-main .item-content p, #masonry .item-inner .item-main .item-content h1, #masonry .item-inner .item-main .item-content h2, #masonry .item-inner .item-main .item-content p {
  font-size: 16px;
  line-height: 23px;
  color: #333;
}

.blog #masonry .grid:nth-child(2n+1) .item-inner, .archive #masonry .grid:nth-child(2n+1) .item-inner, .single-post #masonry .grid:nth-child(2n+1) .item-inner, #masonry #masonry .grid:nth-child(2n+1) .item-inner {
  background: #efefef;
}

.blog #sidebar-top #collapsible-content.main, .archive #sidebar-top #collapsible-content.main, .single-post #sidebar-top #collapsible-content.main, #masonry #sidebar-top #collapsible-content.main {
  padding: 0;
}

.blog #sidebar-top #collapsible-content .container, .archive #sidebar-top #collapsible-content .container, .single-post #sidebar-top #collapsible-content .container, #masonry #sidebar-top #collapsible-content .container {
  padding: 0 !important;
}

.blog #sidebar-top .container-categories, .archive #sidebar-top .container-categories, .single-post #sidebar-top .container-categories, #masonry #sidebar-top .container-categories {
  max-width: 500px;
  height: 40px;
  margin: 0 auto;
  padding: 0;
}

@media (max-width: 599px) {
  .blog #sidebar-top .container-categories, .archive #sidebar-top .container-categories, .single-post #sidebar-top .container-categories, #masonry #sidebar-top .container-categories {
    max-width: 100%;
  }
}

@media (min-width: 600px) and (max-width: 980px) {
  .blog #sidebar-top .container-categories, .archive #sidebar-top .container-categories, .single-post #sidebar-top .container-categories, #masonry #sidebar-top .container-categories {
    max-width: 600px;
  }
}

.blog #sidebar-top .col-one-quarter, .archive #sidebar-top .col-one-quarter, .single-post #sidebar-top .col-one-quarter, #masonry #sidebar-top .col-one-quarter {
  text-align: center;
}

.blog #sidebar-top .col-three-quarters, .archive #sidebar-top .col-three-quarters, .single-post #sidebar-top .col-three-quarters, #masonry #sidebar-top .col-three-quarters {
  text-align: left;
}

@media (max-width: 599px) {
  .blog #sidebar-top .col-three-quarters, .archive #sidebar-top .col-three-quarters, .single-post #sidebar-top .col-three-quarters, #masonry #sidebar-top .col-three-quarters {
    text-align: center;
  }
}

.blog #sidebar-top ul li a:hover, .archive #sidebar-top ul li a:hover, .single-post #sidebar-top ul li a:hover, #masonry #sidebar-top ul li a:hover {
  color: #333;
}

.blog #sidebar-top #searchform, .archive #sidebar-top #searchform, .single-post #sidebar-top #searchform, #masonry #sidebar-top #searchform {
  text-align: center;
}

.blog #sidebar-top #searchform input, .archive #sidebar-top #searchform input, .single-post #sidebar-top #searchform input, #masonry #sidebar-top #searchform input {
  border: 1px solid #ccc;
}

.blog #sidebar-top #searchform button[type="submit"], .archive #sidebar-top #searchform button[type="submit"], .single-post #sidebar-top #searchform button[type="submit"], #masonry #sidebar-top #searchform button[type="submit"] {
  background: #009edb;
  border: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  padding: 3px 15px;
  vertical-align: top;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
}

.blog #sidebar-top #searchform button[type="submit"]:hover, .archive #sidebar-top #searchform button[type="submit"]:hover, .single-post #sidebar-top #searchform button[type="submit"]:hover, #masonry #sidebar-top #searchform button[type="submit"]:hover {
  background: #666;
}

.blog #sidebar-top #searchform input, .archive #sidebar-top #searchform input, .single-post #sidebar-top #searchform input, #masonry #sidebar-top #searchform input {
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  padding: 6px;
}

.blog #sidebar-top #searchform label, .archive #sidebar-top #searchform label, .single-post #sidebar-top #searchform label, #masonry #sidebar-top #searchform label {
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  color: #666;
  display: none;
}

.blog #sidebar-top aside#sidebar h3, .archive #sidebar-top aside#sidebar h3, .single-post #sidebar-top aside#sidebar h3, #masonry #sidebar-top aside#sidebar h3 {
  background: #009edb;
  color: #fff;
  font-size: 20px;
  padding: 10px 15px;
  margin: 10px 0 0 0;
  font-weight: 300;
}

.blog #sidebar-top aside#sidebar ul, .archive #sidebar-top aside#sidebar ul, .single-post #sidebar-top aside#sidebar ul, #masonry #sidebar-top aside#sidebar ul {
  display: inline-block;
  margin: 10px 0 0 0;
}

.blog #sidebar-top aside#sidebar form#searchform, .archive #sidebar-top aside#sidebar form#searchform, .single-post #sidebar-top aside#sidebar form#searchform, #masonry #sidebar-top aside#sidebar form#searchform {
  margin: 10px 0 0 0;
}

.blog #sidebar-top #collapsible-trigger, .archive #sidebar-top #collapsible-trigger, .single-post #sidebar-top #collapsible-trigger, #masonry #sidebar-top #collapsible-trigger {
  cursor: pointer;
}

.blog #sidebar-top #collapsible-trigger:hover, .archive #sidebar-top #collapsible-trigger:hover, .single-post #sidebar-top #collapsible-trigger:hover, #masonry #sidebar-top #collapsible-trigger:hover {
  color: #009edb;
}

.blog #sidebar-top #collapsible-content, .archive #sidebar-top #collapsible-content, .single-post #sidebar-top #collapsible-content, #masonry #sidebar-top #collapsible-content {
  background: #eee;
  margin: 0;
}

.blog #sidebar-top ul.category-list li, .archive #sidebar-top ul.category-list li, .single-post #sidebar-top ul.category-list li, #masonry #sidebar-top ul.category-list li {
  display: block;
  float: none;
  margin: 0;
  padding: 0 0 0 20px;
}

h1.entry-title {
  margin: 0 0 25px 0;
  padding: 0;
  font-size: 50px;
  line-height: 55px;
}

@media (max-width: 599px) {
  h1.entry-title {
    font-size: 40px;
    line-height: 46px;
  }
}

.single .entry-utility {
  border-top: 1px solid #ddd;
  padding: 20px 0;
}

.single .entry-meta {
  line-height: 35px;
}

.single .share-container ul.rrssb-buttons {
  margin-left: 0;
}

.single .share-container ul.rrssb-buttons li {
  background: none;
  padding: 0 0 0 10px;
  margin: 0;
  float: left;
}

.single .share-container ul.rrssb-buttons li a {
  margin: 0 20px 0 0;
}

nav#nav-below {
  border-top: 1px solid #ddd;
  padding: 20px 0;
}

nav#nav-below .nav-previous {
  float: left;
}

nav#nav-below .nav-next {
  float: right;
}

#entry-author-info {
  background: #F3F3F3;
  margin: 30px 0;
  padding: 20px;
  overflow: hidden;
  text-align: left;
}

#entry-author-info p {
  margin: 0;
  padding: 0 0 10px 0;
  text-align: left;
}

#entry-author-info img {
  background: #FFFFFF;
  float: left;
  margin: 0 10px 0 20px;
  padding: 4px;
  border: 1px solid #DDDDDD;
}

@media (max-width: 599px) {
  #entry-author-info #author-avatar {
    display: none;
  }
}

#entry-author-info #author-description {
  padding: 0 0 0 120px;
}

@media (max-width: 599px) {
  #entry-author-info #author-description {
    padding: 0;
    font-size: 15px;
    line-height: 23px;
  }
}

#entry-author-info h2 {
  margin: 0;
  padding: 0;
}

.search-results .content article {
  margin: 20px 0;
  color: #333;
}

.search-results .content article:nth-child(even) {
  background: #f0f0f0;
  padding: 20px;
}

.search-results .content article:nth-child(odd) {
  background: #fff;
  padding: 0 20px;
}

.search-results .content article.portfolio p {
  color: #333;
}

.search-results .content article h2.entry-title {
  margin: 0;
  font-size: 32px;
}

.search-results .content article .entry-utility {
  font-size: 13px;
}

.share-wrap {
  max-width: 350px;
}

@media (min-width: 980px) {
  .share-wrap {
    float: right;
  }
}

/* ADMIN BAR */
@media (max-width: 599px) {
  .admin-bar .site-header #mobile-nav-trigger {
    top: 105px;
  }
}

@media (min-width: 600px) and (max-width: 820px) {
  .admin-bar .site-header #mobile-nav-trigger {
    top: 65px;
  }
}

.site-header {
  background: #fff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
  padding-bottom: 15px;
  vertical-align: bottom;
  width: 100%;
}

@media (max-width: 819px) {
  .site-header {
    padding-bottom: 0;
  }
}

@media (min-width: 820px) and (max-width: 919px) {
  .site-header {
    text-align: center;
  }
}

@media (min-width: 600px) {
  .site-header {
    position: fixed;
    z-index: 200;
  }
}

@media (max-width: 819px) {
  .site-header .container {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.site-header .site-name {
  font-size: 30px;
  line-height: 60px;
  text-decoration: none;
}

@media (max-width: 400px) {
  .site-header .site-name {
    margin-left: 20px;
  }
}

@media (min-width: 600px) {
  .site-header .site-name {
    float: left;
  }
}

.site-header .site-logo {
  float: left;
}

@media (min-width: 820px) and (max-width: 919px) {
  .site-header .site-logo {
    text-align: center;
    float: none;
  }
}

.site-header .site-logo img {
  margin-top: 15px;
}

@media (max-width: 819px) {
  .site-header .site-logo img {
    margin-left: 15px;
    margin-bottom: 15px;
  }
}

@media (min-width: 820px) and (max-width: 919px) {
  .site-header .site-logo img {
    margin: 15px auto;
  }
}

@media (max-width: 819px) {
  .site-header #mobile-nav-trigger {
    background: #333 url("../images/icon-menu.png") no-repeat scroll center center;
    color: #fff;
    display: block;
    height: 40px;
    position: absolute;
    text-indent: -9999px;
    top: 58px;
    width: 60px;
    z-index: 9999;
    right: 15px;
    border-radius: 2px;
  }
}

@media (min-width: 820px) {
  .site-header #mobile-nav-trigger {
    display: none;
  }
}

.site-header .site-header-upper {
  background: #333333;
}

.site-header .site-header-upper .nav-mobile-ctas {
  margin: 0;
  z-index: 9999;
}

@media (min-width: 400px) {
  .site-header .site-header-upper .nav-mobile-ctas {
    display: none;
  }
}

.site-header .site-header-upper .nav-mobile-ctas ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-header .site-header-upper .nav-mobile-ctas li.fundraising {
  background-color: #009edb;
}

.site-header .site-header-upper .nav-mobile-ctas li.fundraising a {
  padding: 6px 10px;
}

.site-header .site-header-upper .nav-mobile-ctas li.donate {
  background-color: #db7300;
}

.site-header .site-header-upper .nav-mobile-ctas li.donate a {
  padding: 6px 10px;
}

.site-header .site-header-upper .nav-mobile-ctas .menu-item {
  display: inline-block;
  float: left;
  text-align: center;
  width: 50%;
}

.site-header .site-header-upper .nav-mobile-ctas .menu-item a {
  color: #fff;
  font-weight: 300;
  padding: 8px;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
}

.site-header .site-header-upper .nav-mobile-ctas .menu-item a:focus, .site-header .site-header-upper .nav-mobile-ctas .menu-item a:hover {
  color: #fff;
}

.site-header .site-header-upper .site-header-upper-wrap {
  float: right;
}

@media (max-width: 399px) {
  .site-header .site-header-upper .site-header-upper-wrap {
    display: none;
  }
}

@media (min-width: 600px) and (max-width: 900px) {
  .site-header .site-header-upper .site-header-upper-wrap {
    text-align: center;
  }
}

.site-header .site-header-upper .site-header-upper-wrap .nav-header-secondary {
  font-size: 14px;
  margin: 0;
}

@media (max-width: 599px) {
  .site-header .site-header-upper .site-header-upper-wrap .nav-header-secondary {
    display: none;
  }
}

@media (min-width: 600px) {
  .site-header .site-header-upper .site-header-upper-wrap .nav-header-secondary {
    display: inline-block;
  }
}

.site-header .site-header-upper .site-header-upper-wrap .nav-header-secondary ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-header .site-header-upper .site-header-upper-wrap .nav-header-secondary li {
  padding: 0 8px;
  border-right: 1px solid #ccc;
}

.site-header .site-header-upper .site-header-upper-wrap .nav-header-secondary li:last-child {
  padding: 0 0 0 8px;
  border-right: none;
}

.site-header .site-header-upper .site-header-upper-wrap .nav-header-secondary .menu li.mail {
  background-image: url(../images/header-sprite.png);
  background-repeat: no-repeat;
  background-position: -16px -7px;
  padding-left: 28px;
}

.site-header .site-header-upper .site-header-upper-wrap .nav-header-secondary .menu .menu-item {
  display: inline-block;
}

.site-header .site-header-upper .site-header-upper-wrap .nav-header-secondary .menu .menu-item a {
  display: block;
  font-weight: 400;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
}

.site-header .site-header-upper .site-header-upper-wrap .nav-header-secondary .menu .menu-item a:focus, .site-header .site-header-upper .site-header-upper-wrap .nav-header-secondary .menu .menu-item a:hover {
  color: #009edb;
}

.site-header .site-header-upper .site-header-upper-wrap .nav-header-secondary .menu .menu-item.current-menu-item a, .site-header .site-header-upper .site-header-upper-wrap .nav-header-secondary .menu .menu-item.current-page-item a, .site-header .site-header-upper .site-header-upper-wrap .nav-header-secondary .menu .menu-item.current_page_item a, .site-header .site-header-upper .site-header-upper-wrap .nav-header-secondary .menu .menu-item.current-menu-parent a, .site-header .site-header-upper .site-header-upper-wrap .nav-header-secondary .menu .menu-item.current-page-parent a, .site-header .site-header-upper .site-header-upper-wrap .nav-header-secondary .menu .menu-item.current_page_parent a, .site-header .site-header-upper .site-header-upper-wrap .nav-header-secondary .menu .menu-item.current-menu-ancestor a, .site-header .site-header-upper .site-header-upper-wrap .nav-header-secondary .menu .menu-item.current-page-ancestor a, .site-header .site-header-upper .site-header-upper-wrap .nav-header-secondary .menu .menu-item.current_page_ancestor a {
  color: #009edb;
}

.site-header .site-header-upper .site-header-upper-wrap .nav-header-secondary .menu .menu-item .sub-menu {
  display: none;
}

.site-header .site-header-upper .site-header-upper-wrap .nav-social-networks {
  display: inline-block;
  margin: 0 12px;
  padding: 6px 0 5px 0;
}

.site-header .site-header-upper .site-header-upper-wrap .nav-social-networks .menu-item a {
  background: #fff url(../images/social-buttons.png);
}

.site-header .site-header-upper .site-header-upper-wrap .nav-social-networks .menu-item a:focus, .site-header .site-header-upper .site-header-upper-wrap .nav-social-networks .menu-item a:hover {
  background-color: #cccccc;
}

.site-header .site-header-upper .site-header-upper-wrap .nav-social-networks .menu-item.facebook a {
  background-position: -2px -2px;
}

.site-header .site-header-upper .site-header-upper-wrap .nav-social-networks .menu-item.twitter a {
  background-position: -30px -2px;
}

.site-header .site-header-upper .site-header-upper-wrap .nav-social-networks .menu-item.pinterest a {
  background-position: -58px -2px;
}

.site-header .site-header-upper .site-header-upper-wrap .nav-social-networks .menu-item.instagram a {
  background-position: -87px -2px;
}

.site-header .site-header-upper .site-header-upper-wrap .nav-social-networks .menu-item.googleplus a {
  background-position: -115px -2px;
}

.site-header .site-header-upper .site-header-upper-wrap .nav-social-networks .menu-item.youtube a {
  background-position: -143px -2px;
}

.site-header .site-header-upper .site-header-upper-wrap .nav-social-networks .menu-item.linkedin a {
  background-position: -171px -2px;
}

.site-header .site-header-upper .site-header-upper-wrap .nav-social-networks .menu-item.rss a {
  background-position: -199px -2px;
}

.site-header .site-header-upper .site-header-upper-wrap .nav-social-networks .menu-item.sharethis a {
  background-position: -228px -2px;
}

.site-header .site-header-upper .site-header-upper-wrap .nav-social-networks .menu-item.wifi a {
  background-position: -256px -2px;
}

.site-header .site-header-upper .site-header-upper-wrap .nav-social-networks .menu-item.tripadvisor a {
  background-position: -284px -2px;
}

@media (max-width: 599px) {
  .site-header .site-header-lower .container {
    /*Mobile menu*/
    padding: 0;
  }
}

.site-header .site-header-lower .nav-header {
  margin-top: 15px;
}

@media (min-width: 920px) {
  .site-header .site-header-lower .nav-header {
    clear: right;
    float: right;
    margin-top: 26px;
  }
}

@media (min-width: 920px) and (max-width: 1023px) {
  .site-header .site-header-lower .nav-header {
    width: 60%;
    text-align: right;
    margin-top: 20px;
  }
}

@media (min-width: 820px) and (max-width: 834px) {
  .site-header .site-header-lower .nav-header {
    margin-top: 6px;
  }
}

@media (max-width: 819px) {
  .site-header .site-header-lower .nav-header {
    /*Mobile menu*/
    clear: both;
    display: none;
    text-align: left;
    margin-top: 0;
  }
}

.site-header .site-header-lower .nav-header ul,
.site-header .site-header-lower .nav-header li {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (max-width: 819px) {
  .site-header .site-header-lower .nav-header li {
    /*Mobile menu*/
    background: #ccc;
  }
}

@media (min-width: 920px) and (max-width: 1023px) {
  .site-header .site-header-lower .nav-header .menu li.fundraising {
    margin-top: 5px;
  }
}

.site-header .site-header-lower .nav-header .menu li.fundraising a {
  border-radius: 2px;
  color: #fff;
  padding: 8px 10px 6px 10px;
}

.site-header .site-header-lower .nav-header .menu li.fundraising a:focus, .site-header .site-header-lower .nav-header .menu li.fundraising a:hover {
  background-color: #333333;
  color: #fff;
}

@media (max-width: 819px) {
  .site-header .site-header-lower .nav-header .menu li.fundraising a {
    /*Mobile menu*/
    padding-left: 15px;
    border-radius: 0;
  }
}

.site-header .site-header-lower .nav-header .menu li.donate {
  margin-left: -6px;
}

@media (min-width: 920px) and (max-width: 1023px) {
  .site-header .site-header-lower .nav-header .menu li.donate {
    margin-top: 5px;
  }
}

.site-header .site-header-lower .nav-header .menu li.donate a {
  border-radius: 2px;
  color: #fff;
  padding: 8px 10px 6px 10px;
}

.site-header .site-header-lower .nav-header .menu li.donate a:focus, .site-header .site-header-lower .nav-header .menu li.donate a:hover {
  background-color: #333333;
  color: #fff;
}

@media (max-width: 819px) {
  .site-header .site-header-lower .nav-header .menu li.donate a {
    /*Mobile menu*/
    padding-left: 20px;
    border-radius: 0;
  }
}

.site-header .site-header-lower .nav-header .menu .menu-item {
  display: inline-block;
  padding-left: 14px;
}

@media (max-width: 819px) {
  .site-header .site-header-lower .nav-header .menu .menu-item {
    /*Mobile menu*/
    display: block;
    padding-right: 0;
    padding-left: 0;
  }
}

.site-header .site-header-lower .nav-header .menu .menu-item a {
  color: #333333;
  display: block;
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase;
}

.site-header .site-header-lower .nav-header .menu .menu-item a:focus, .site-header .site-header-lower .nav-header .menu .menu-item a:hover {
  color: #009edb;
}

@media (max-width: 819px) {
  .site-header .site-header-lower .nav-header .menu .menu-item a:focus, .site-header .site-header-lower .nav-header .menu .menu-item a:hover {
    /*Mobile menu*/
    background: #333333;
    color: #fff;
  }
}

@media (max-width: 819px) {
  .site-header .site-header-lower .nav-header .menu .menu-item a {
    /*Mobile menu*/
    background: #ccc;
    padding: 10px 15px;
    border-bottom: 1px solid #fff;
  }
}

.site-header .site-header-lower .nav-header .menu .menu-item.current-menu-item a, .site-header .site-header-lower .nav-header .menu .menu-item.current-page-item a, .site-header .site-header-lower .nav-header .menu .menu-item.current_page_item a, .site-header .site-header-lower .nav-header .menu .menu-item.current-menu-parent a, .site-header .site-header-lower .nav-header .menu .menu-item.current-page-parent a, .site-header .site-header-lower .nav-header .menu .menu-item.current_page_parent a, .site-header .site-header-lower .nav-header .menu .menu-item.current-menu-ancestor a, .site-header .site-header-lower .nav-header .menu .menu-item.current-page-ancestor a, .site-header .site-header-lower .nav-header .menu .menu-item.current_page_ancestor a {
  color: #009edb;
}

.site-header .site-header-lower .nav-header .menu .menu-item .sub-menu {
  display: none;
}

.site-header .fundraising a {
  background-color: #009edb !important;
}

.site-header .fundraising a:before {
  background-image: url(../images/header-sprite.png) !important;
  background-repeat: no-repeat !important;
  background-position: -14px -82px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 23px;
}

.site-header .fundraising a:focus, .site-header .fundraising a:hover {
  background-color: #333333 !important;
}

.site-header .donate a {
  background-color: #db7300 !important;
  /*&:before {
			content: "";
			display: inline-block;
			background: url("../images/icon-hands-heart.png") no-repeat;
			vertical-align: middle;
			width: 25px;
			height: 23px;
		}*/
}

.site-header .donate a:before {
  background-image: url(../images/header-sprite.png) !important;
  background-repeat: no-repeat !important;
  background-position: -14px -114px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 23px;
}

.site-header .donate a:focus, .site-header .donate a:hover {
  background-color: #333333 !important;
}

.site-header .donate.current-page-ancestor a, .site-header .donate.current_page_item a, .site-header .donate.current-menu-item a,
.site-header .fundraising.current-page-ancestor a,
.site-header .fundraising.current_page_item a,
.site-header .fundraising.current-menu-item a {
  background: #666 !important;
  color: #fff !important;
}

.search-form-wrap {
  /*float: right;*/
  height: 30px;
  float: right;
  margin-top: -3px;
}

.search-form-wrap .search-form {
  /*position: absolute;
		right: 20px;
		top: 1px;*/
  height: 30px;
}

.search-form-wrap .search-field {
  background-image: url(../images/header-sprite.png);
  background-repeat: no-repeat;
  background-position: -7px -31px;
  background-color: #414141;
  border: none;
  cursor: pointer;
  height: 36px;
  margin: 3px 0;
  padding: 0 0 0 37px;
  position: relative;
  -webkit-transition: width 400ms ease, background 400ms ease;
  transition: width 400ms ease, background 400ms ease;
  /*width: 1px;*/
  width: 0;
}

.search-form-wrap .search-field:focus {
  background-color: #414141;
  cursor: text;
  outline: 0;
  width: 200px;
}

@media (min-width: 400px) and (max-width: 425px) {
  .search-form-wrap .search-field:focus {
    width: 150px;
  }
}

.search-form-wrap .search-submit {
  display: none;
}

.search-form-wrap input[type="search"] {
  -webkit-appearance: textfield;
  color: #fff;
  font-size: 16px;
}

.site-main .site-content ul.html-sitemap li {
  padding: 0 0 5px 20px;
}

.site-main .site-content ul.html-sitemap ul ul {
  margin: 10px 0 0 0;
}

.site-main {
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 18px;
  line-height: 25px;
}

@media (min-width: 700px) {
  .site-main.has-sidebar .site-content {
    float: right;
    width: 80%;
    padding-left: 30px;
  }
}

.site-main .site-content .breadcrumbs {
  color: #662d90;
  font-size: 13px;
  margin: 0 0 15px 0;
}

.site-main .site-content .breadcrumbs a {
  color: #333333;
}

@media (max-width: 699px) {
  .site-main .site-content {
    margin-bottom: 20px;
  }
}

.site-main .site-content ul {
  padding: 0 0 0 4px;
}

.site-main .site-content ul li {
  list-style: none;
  background: url(../images/li-icon.png) no-repeat left 5px;
  padding: 0 0 12px 25px;
}

.site-main .site-content .nav-social-networks ul, .site-main .site-content .nav-social-networks li {
  list-style: none;
  background: none;
  margin: 0;
  padding: 0;
}

.site-main .site-content .nav-social-networks li {
  display: inline-block;
}

.site-main .site-content .nav-social-networks li a {
  background: #333333 url(../images/social-buttons.png);
  border-radius: 100%;
  display: block;
  height: 25px;
  text-indent: -9999px;
  width: 25px;
}

.site-main .site-content .nav-social-networks li a:focus, .site-main .site-content .nav-social-networks li a:hover {
  background-color: #009edb;
}

.site-main .site-content .nav-social-networks li.facebook a {
  background-position: -2px -31px;
}

.site-main .site-content .nav-social-networks li.twitter a {
  background-position: -30px -31px;
}

.site-main .site-content .nav-social-networks li.pinterest a {
  background-position: -58px -31px;
}

.site-main .site-content .nav-social-networks li.instagram a {
  background-position: -87px -31px;
}

.site-main .site-content .nav-social-networks li.googleplus a {
  background-position: -115px -31px;
}

.site-main .site-content .nav-social-networks li.youtube a {
  background-position: -143px -31px;
}

.site-main .site-content .nav-social-networks li.linkedin a {
  background-position: -171px -31px;
}

.site-main .site-content .nav-social-networks li.rss a {
  background-position: -199px -31px;
}

.site-main .site-content .nav-social-networks li.sharethis a {
  background-position: -228px -31px;
}

.site-main .site-content .nav-social-networks li.wifi a {
  background-position: -256px -31px;
}

.site-main .site-content .nav-social-networks li.tripadvisor a {
  background-position: -284px -31px;
}

@media (min-width: 700px) {
  .site-main .site-sidebar {
    float: left;
    width: 20%;
  }
}

.site-main table {
  border: 1px solid #ddd;
  border-collapse: collapse;
  margin: 20px 0 10px 0;
  width: 100%;
}

.site-main table thead {
  background: #009edb;
  color: #fff;
}

.site-main table td {
  border: 1px solid #ddd;
  padding: 10px;
}

.site-main table img {
  display: inline-block;
}

.site-main table img.alignnone {
  margin: 0;
}

.site-main .table-container {
  margin: 0 0 1em;
  overflow-y: auto;
  width: 100%;
}

.site-main .more {
  padding: 0 0 20px;
}

.site-main .more.more--closed a.more__anchor:after {
  content: "\f107";
  font-family: "Flaticon";
  padding: 0 0 0 10px;
}

.site-main .more.more--open a.more__anchor:after {
  padding: 0 0 0 10px;
  font-family: "Flaticon";
  content: "\f10a";
}

.site-main .more a.more__anchor {
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: none;
  color: #333333;
}

.button-link.grey a {
  background: #333333;
}

.button-link.orange a {
  background: #db7300;
}

.button-link.purple a {
  background: #662d90;
}

.button-link a {
  background: #009edb;
  color: #fff;
  border-radius: 2px;
  padding: 8px 15px;
  margin: 10px 0;
  display: inline-block;
  text-decoration: none;
}

.button-link a:hover {
  background: #333;
}

.site-sidebar .site-sidebar-nav ul, .site-sidebar .site-sidebar-nav li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-sidebar .site-sidebar-nav .page_item,
.site-sidebar .site-sidebar-nav .cat-item {
  margin: 1px 0 0 0;
  border-bottom: 1px solid #ccc;
}

.site-sidebar .site-sidebar-nav .page_item a,
.site-sidebar .site-sidebar-nav .cat-item a {
  color: #333333;
  display: block;
  padding: 10px;
  text-decoration: none;
}

.site-sidebar .site-sidebar-nav .page_item a:focus, .site-sidebar .site-sidebar-nav .page_item a:hover,
.site-sidebar .site-sidebar-nav .cat-item a:focus,
.site-sidebar .site-sidebar-nav .cat-item a:hover {
  color: #009edb;
}

.site-sidebar .site-sidebar-nav .page_item.current_page_item > a,
.site-sidebar .site-sidebar-nav .cat-item.current_page_item > a {
  color: #009edb;
}

.site-sidebar .site-sidebar-nav .page_item .children a,
.site-sidebar .site-sidebar-nav .cat-item .children a {
  padding-left: 20px;
}

.site-sidebar .site-sidebar-nav .page_item .children .children a,
.site-sidebar .site-sidebar-nav .cat-item .children .children a {
  padding-left: 30px;
}

.site-sidebar .site-sidebar-cta ul {
  padding: 0;
  margin-bottom: 10px;
}

.site-sidebar .site-sidebar-cta ul li {
  list-style: none;
  text-align: center;
}

.site-sidebar .site-sidebar-cta ul li a {
  background: #662d90;
  padding: 10px 15px;
  margin-bottom: 4px;
  border-radius: 2px;
  color: #fff;
  display: block;
  text-decoration: none;
  font-weight: 300;
  text-transform: uppercase;
}

.site-sidebar .site-sidebar-cta ul li a:focus, .site-sidebar .site-sidebar-cta ul li a:hover {
  background: #333333;
}

.site-sidebar .site-sidebar-cta ul li.cta_orange a {
  background-color: #db7300;
}

.site-sidebar .site-sidebar-cta ul li.cta_orange a:before {
  content: "";
  display: inline-block;
  background: url("../images/icon-hands-heart.png") no-repeat;
  vertical-align: middle;
  width: 25px;
  height: 23px;
}

.site-sidebar .site-sidebar-cta ul li.cta_orange a:focus, .site-sidebar .site-sidebar-cta ul li.cta_orange a:hover {
  background-color: #333333;
}

.home .site-footer {
  margin-top: 0;
}

.site-footer {
  background: #fff;
  margin-top: 30px;
}

.site-footer .footer-upper {
  background: #ccc;
}

@media (max-width: 650px) {
  .site-footer .footer-upper {
    text-align: center;
  }
}

@media (min-width: 650px) {
  .site-footer .footer-upper .nav-footer {
    float: left;
    padding: 25px 0;
  }
}

@media (max-width: 649px) {
  .site-footer .footer-upper .nav-footer {
    padding: 20px 0 10px 0;
  }
}

.site-footer .footer-upper .nav-footer ul, .site-footer .footer-upper .nav-footer li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer .footer-upper .nav-footer .menu-item {
  display: inline-block;
}

.site-footer .footer-upper .nav-footer .menu-item a {
  display: block;
  color: #333333;
  text-decoration: none;
}

@media (min-width: 650px) {
  .site-footer .footer-upper .nav-footer .menu-item a {
    padding-right: 16px;
  }
}

@media (max-width: 650px) {
  .site-footer .footer-upper .nav-footer .menu-item a {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.site-footer .footer-upper .nav-footer .menu-item a:focus, .site-footer .footer-upper .nav-footer .menu-item a:hover {
  color: #009edb;
}

.site-footer .footer-upper .nav-footer .menu-item .sub-menu {
  display: none;
}

@media (min-width: 650px) {
  .site-footer .footer-upper .nav-social-networks {
    float: right;
    margin-top: 20px;
  }
}

.site-footer .footer-lower {
  font-size: 13px;
}

@media (max-width: 420px) {
  .site-footer .footer-lower .container {
    padding: 0 10px 0 20px;
  }
}

@media (min-width: 750px) {
  .site-footer .footer-lower .container {
    position: relative;
  }
}

.site-footer .footer-lower .footer-lower-left {
  float: left;
  margin-top: 10px;
}

.site-footer .footer-lower .footer-lower-left .copyright-nav {
  padding-bottom: 15px;
}

@media (min-width: 420px) {
  .site-footer .footer-lower .footer-lower-left .copyright {
    float: left;
  }
}

@media (min-width: 420px) {
  .site-footer .footer-lower .footer-lower-left .nav-footer-secondary {
    float: left;
  }
}

.site-footer .footer-lower .footer-lower-left .nav-footer-secondary ul, .site-footer .footer-lower .footer-lower-left .nav-footer-secondary li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer .footer-lower .footer-lower-left .nav-footer-secondary .menu-item {
  display: inline-block;
}

.site-footer .footer-lower .footer-lower-left .nav-footer-secondary .menu-item a {
  /*display: block;*/
}

.site-footer .footer-lower .footer-lower-left .nav-footer-secondary .menu-item .sub-menu {
  display: none;
}

.site-footer .footer-lower .footer-lower-left .nav-footer-secondary .menu-item::before {
  content: "/";
  padding: 0 0 0 5px;
}

.site-footer .footer-lower .footer-lower-left .nav-footer-secondary a {
  padding-left: 5px;
}

.site-footer .footer-lower .footer-lower-left .credits,
.site-footer .footer-lower .footer-lower-left .footer-info {
  clear: left;
  margin: 10px 0;
}

.site-footer .footer-lower .footer-lower-left .credits a,
.site-footer .footer-lower .footer-lower-left .footer-info a {
  color: #999;
}

.site-footer .footer-lower .footer-lower-left .credits {
  color: #999;
}

.site-footer .footer-lower .footer-lower-left .footer-info {
  color: #666;
  font-size: 15px;
}

.site-footer .footer-lower .footer-lower-left a {
  color: #333333;
  text-decoration: none;
}

.site-footer .footer-lower .footer-lower-left a:focus, .site-footer .footer-lower .footer-lower-left a:hover {
  text-decoration: underline;
}

.site-footer .footer-lower .top-link {
  float: right;
  text-align: right;
}

@media (max-width: 420px) {
  .site-footer .footer-lower .top-link {
    top: 10px;
  }
}

@media (min-width: 750px) {
  .site-footer .footer-lower .top-link {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-50%, -50%);
  }
}

.site-footer .footer-lower .top-link .button-square.button-up:before {
  content: url(../images/toplink-arrow.png);
  position: absolute;
  left: 23px;
  top: 13px;
}

.site-footer .footer-lower .top-link .button-square {
  background: #662d90;
  display: inline-block;
  font-size: 0;
  height: 49px;
  width: 64px;
  line-height: 24px;
  position: relative;
  text-align: center;
}

.site-footer .footer-lower .top-link .button-square:before {
  font-size: 22px;
  line-height: 24px;
}

.site-footer .footer-lower .top-link .button-square:hover {
  background: #333333;
}

body .newsletter .gform_wrapper ul li.gfield {
  margin-top: 0 !important;
}

.newsletter {
  background: #333333;
  color: #fff;
  text-align: center;
}

.newsletter .container {
  padding: 40px 0;
}

@media (max-width: 649px) {
  .newsletter .container {
    padding: 30px 0;
  }
}

.newsletter h3 {
  margin: 0;
  font-size: 24px;
  color: #fff;
}

@media (max-width: 649px) {
  .newsletter h3 {
    font-size: 25px;
  }
}

.newsletter h4 {
  color: #fff;
}

.newsletter a:hover {
  color: #fff;
}

.newsletter .gform_wrapper {
  margin: 1.5em 0 0 0 !important;
}

@media (max-width: 649px) {
  .newsletter .gform_wrapper {
    margin: 1em 0 !important;
  }
  .newsletter .gform_wrapper .top_label li.gfield.gf_left_half {
    width: 100% !important;
  }
  .newsletter .gform_wrapper .top_label li.gfield.gf_right_half {
    margin: 0 0 1em !important;
    width: 100% !important;
  }
  .newsletter .gform_wrapper li.hidden_label input {
    margin-top: 0 !important;
  }
}

.newsletter .gform_wrapper input {
  color: #db7300;
}

.newsletter .gform_wrapper form {
  text-align: center;
  margin: 0 auto;
  max-width: 700px;
}

@media (max-width: 649px) {
  .newsletter .gform_wrapper form {
    width: 90%;
  }
}

.newsletter .gform_wrapper .gform_body {
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 649px) {
  .newsletter .gform_wrapper .gform_body {
    width: 100%;
  }
}

.newsletter .gform_wrapper .gform_footer {
  margin: 0 !important;
  padding: 0 !important;
  clear: none !important;
  display: inline-block;
}

@media (max-width: 649px) {
  .newsletter .gform_wrapper .gform_footer {
    width: 100% !important;
  }
}

@media (min-width: 650px) and (max-width: 712px) {
  .newsletter .gform_wrapper .gform_footer {
    float: none !important;
  }
}

.newsletter .gform_wrapper .gform_footer input.button,
.newsletter .gform_wrapper .gform_footer input[type="submit"],
.newsletter .gform_wrapper .gform_page_footer input.button,
.newsletter .gform_wrapper .gform_page_footer input[type="submit"] {
  margin: 0 !important;
}

.newsletter .gform_wrapper li.hidden_label input {
  margin-top: 0 !important;
}

.newsletter .gform_wrapper label.gfield_label + div.ginput_container {
  margin-top: 0 !important;
}

.newsletter .gform_wrapper ul li::after,
.newsletter .gform_wrapper ul li::before,
.newsletter .gform_wrapper ul.gform_fields {
  display: inline-block;
  float: left !important;
  padding: 0;
}

@media (max-width: 649px) {
  .newsletter .gform_wrapper ul li::after,
  .newsletter .gform_wrapper ul li::before,
  .newsletter .gform_wrapper ul.gform_fields {
    width: 100%;
  }
}

.newsletter .gform_wrapper .top_label li.gfield.gf_left_half,
.newsletter .gform_wrapper .top_label li.gfield.gf_right_half {
  margin-right: 0 !important;
  padding-right: 7px !important;
}

.newsletter .gform_wrapper input[type="submit"] {
  font-weight: 300;
  font-size: 18px !important;
  padding: 7px 20px !important;
  border-radius: 2px !important;
  text-transform: uppercase;
  color: #fff;
}

.newsletter .gform_wrapper input[type="email"],
.newsletter .gform_wrapper input[type="text"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
  border: 1px solid #fff;
}

@media (max-width: 649px) {
  .newsletter .gform_wrapper input[type="email"],
  .newsletter .gform_wrapper input[type="text"] {
    padding: 0px 5px !important;
  }
}

@media (min-width: 650px) {
  .newsletter .gform_wrapper input[type="email"],
  .newsletter .gform_wrapper input[type="text"] {
    padding: 7px 5px !important;
  }
}

.newsletter .gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name span.name_first,
.newsletter .gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name span.name_middle,
.newsletter .gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span.name_first {
  margin-right: 0% !important;
}

@media (max-width: 649px) {
  .newsletter .gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name span.name_first,
  .newsletter .gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name span.name_middle,
  .newsletter .gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span.name_first {
    float: left !important;
  }
}

@media (max-width: 649px) {
  .newsletter .gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.no_last_name span,
  .newsletter .gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span,
  .newsletter .gform_wrapper .ginput_complex.ginput_container.no_first_name.has_middle_name.has_last_name span {
    display: inline-block;
    vertical-align: top;
    width: 48%;
  }
}

@media (max-width: 649px) {
  .newsletter .gform_wrapper .ginput_complex.ginput_container.has_first_name.has_last_name span.name_last {
    float: right !important;
  }
}

.newsletter .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first,
.newsletter .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last,
.newsletter .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_middle {
  padding-top: 0 !important;
}

.newsletter .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type="text"],
.newsletter .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select {
  margin-bottom: 0 !important;
}

.newsletter .gform_wrapper li.gfield.gfield_error,
.newsletter .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent !important;
  border-bottom: none !important;
  border-top: none !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
}

.newsletter .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  display: none;
}

.newsletter .gform_wrapper div.validation_error {
  font-size: 16px !important;
  font-weight: 300 !important;
  padding: 0 0 16px !important;
}

.newsletter .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description,
.newsletter .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.newsletter .gform_wrapper li.gfield.gfield_error.gfield_contains_required fieldset legend.gfield_label,
.newsletter .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-left: 0 !important;
}

.newsletter .gform_wrapper .top_label li.gfield.gf_left_half input.large,
.newsletter .gform_wrapper .top_label li.gfield.gf_left_half input.medium,
.newsletter .gform_wrapper .top_label li.gfield.gf_left_half select.large,
.newsletter .gform_wrapper .top_label li.gfield.gf_left_half select.medium,
.newsletter .gform_wrapper .top_label li.gfield.gf_right_half input.large,
.newsletter .gform_wrapper .top_label li.gfield.gf_right_half select.large,
.newsletter .gform_wrapper .top_label li.gfield.gf_right_half select.medium {
  width: 100% !important;
}

@media (max-width: 649px) {
  .newsletter .gform_wrapper .top_label li.gfield.gf_left_half input.large,
  .newsletter .gform_wrapper .top_label li.gfield.gf_left_half input.medium,
  .newsletter .gform_wrapper .top_label li.gfield.gf_left_half select.large,
  .newsletter .gform_wrapper .top_label li.gfield.gf_left_half select.medium,
  .newsletter .gform_wrapper .top_label li.gfield.gf_right_half input.large,
  .newsletter .gform_wrapper .top_label li.gfield.gf_right_half select.large,
  .newsletter .gform_wrapper .top_label li.gfield.gf_right_half select.medium {
    width: 98% !important;
  }
}

.newsletter .gform_wrapper .top_label li.gfield.gf_right_half input.medium {
  width: 97% !important;
}

@media (max-width: 649px) {
  .newsletter .gform_wrapper .top_label li.gfield.gf_right_half input.medium {
    width: 99% !important;
  }
}

.nav-social-networks {
  margin-bottom: 15px;
}

.nav-social-networks ul, .nav-social-networks li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-social-networks .menu-item {
  display: inline-block;
}

.nav-social-networks .menu-item a {
  background: #333333 url(../images/social-buttons.png);
  border-radius: 100%;
  display: block;
  height: 25px;
  text-indent: -9999px;
  width: 25px;
}

.nav-social-networks .menu-item a:focus, .nav-social-networks .menu-item a:hover {
  background-color: #009edb;
}

.nav-social-networks .menu-item.facebook a {
  background-position: -2px -31px;
}

.nav-social-networks .menu-item.twitter a {
  background-position: -30px -31px;
}

.nav-social-networks .menu-item.pinterest a {
  background-position: -58px -31px;
}

.nav-social-networks .menu-item.instagram a {
  background-position: -87px -31px;
}

.nav-social-networks .menu-item.googleplus a {
  background-position: -115px -31px;
}

.nav-social-networks .menu-item.youtube a {
  background-position: -143px -31px;
}

.nav-social-networks .menu-item.linkedin a {
  background-position: -171px -31px;
}

.nav-social-networks .menu-item.rss a {
  background-position: -199px -31px;
}

.nav-social-networks .menu-item.sharethis a {
  background-position: -228px -31px;
}

.nav-social-networks .menu-item.wifi a {
  background-position: -256px -31px;
}

.nav-social-networks .menu-item.tripadvisor a {
  background-position: -284px -31px;
}

.footer-logos {
  background: #fff;
  padding-top: 20px;
  padding-bottom: 10px;
}

.footer-logos .container {
  padding: 0;
}

.footer-logos ul {
  margin: 0;
  padding: 0;
  text-align: center;
}

.footer-logos ul li {
  display: inline-block;
  list-style: none;
  padding: 0 8px;
  margin: 0;
  vertical-align: middle;
}

.footer-logos p {
  font-size: 14px;
}

@media (max-width: 599px) {
  .footer-logos {
    display: none;
  }
}

/*
  	Flaticon icon font: Flaticon
  	Creation date: 07/04/2016 08:13
  	*/
@font-face {
  font-family: "Flaticon";
  src: url("../fonts/Flaticon/Flaticon.eot");
  src: url("../fonts/Flaticon/Flaticon.eot?#iefix") format("embedded-opentype"), url("../fonts/Flaticon/Flaticon.woff") format("woff"), url("../fonts/Flaticon/Flaticon.ttf") format("truetype"), url("../fonts/Flaticon/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon/Flaticon.svg#Flaticon") format("svg");
  }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-size: 20px;
  font-style: normal;
  margin-left: 20px;
}

.flaticon-arrow-down:before {
  content: "\f100";
}

.flaticon-arrow-left:before {
  content: "\f101";
}

.flaticon-arrow-right:before {
  content: "\f102";
}

.flaticon-arrow-up:before {
  content: "\f103";
}

.flaticon-calendar:before {
  content: "\f104";
}

.flaticon-email:before {
  content: "\f105";
}

.flaticon-location:before {
  content: "\f106";
}

.flaticon-thin-down:before {
  content: "\f107";
}

.flaticon-thin-left:before {
  content: "\f108";
}

.flaticon-thin-right:before {
  content: "\f109";
}

.flaticon-thin-up:before {
  content: "\f10a";
}

.upcoming-events,
.stories {
  padding-top: 30px;
}

.upcoming-events .container,
.stories .container {
  max-width: 1260px;
  padding: 0 20px;
}

.upcoming-events .container #events-carousel .upcoming-events,
.upcoming-events .container #events-carousel .story,
.upcoming-events .container #stories-carousel .upcoming-events,
.upcoming-events .container #stories-carousel .story,
.stories .container #events-carousel .upcoming-events,
.stories .container #events-carousel .story,
.stories .container #stories-carousel .upcoming-events,
.stories .container #stories-carousel .story {
  padding-top: 0 !important;
}

.upcoming-events .container .button-link,
.stories .container .button-link {
  text-align: center;
}

.upcoming-events h2,
.stories h2 {
  font-size: 37px;
  text-align: center;
  color: #333333;
  width: 100%;
  text-align: center;
  line-height: 0.1em;
  margin: 10px 0 50px;
  border-bottom: 1px solid #ccc;
}

@media (max-width: 350px) {
  .upcoming-events h2,
  .stories h2 {
    font-size: 35px;
    line-height: 43px;
    margin: 0;
    border-bottom: none;
  }
}

.upcoming-events h2 span,
.stories h2 span {
  background: #fff;
  padding: 0 10px;
}

.tabs-container {
  padding: 20px 0 0 0;
}

.accordion-container {
  width: 100%;
  margin: 0 0 2px;
  clear: both;
}

.accordion-container h2 {
  margin: 5px 0 0;
  padding: 0;
  font-size: 19px;
  line-height: 25px;
  font-weight: 300;
  color: #fff;
}

.accordion-toggle {
  position: relative;
  display: block;
  padding: 5px 20px;
  font-size: 16px;
  font-weight: 300;
  background: #666;
  color: #fff;
  text-decoration: none;
}

.accordion-toggle h2 {
  color: #fff;
}

.accordion-toggle.open {
  background: #009edb;
  color: #fff;
}

.accordion-toggle.open h2 {
  color: #fff;
}

.accordion-toggle:hover {
  background: #009edb;
}

.accordion-toggle:hover h2 {
  color: #fff;
}

/*.accordion-toggle span.toggle-icon {
		position: absolute;
		top: 9px;
		right: 20px;
		font-size: 1.5em;
    }*/
.accordion-content {
  padding: 20px 10px 10px;
  overflow: auto;
}

.accordion-content img {
  max-width: 100%;
}

/* media query for mobile */
@media (max-width: 767px) {
  .accordion-content {
    padding: 10px 0;
    overflow: inherit;
  }
}

a.accordion-toggle {
  height: 45px;
}

a.accordion-toggle h2 {
  float: left;
}

/*.accordion-toggle span.toggle-icon {
		background: url("../images/arrows.png") no-repeat;
		display: inline-block;
		float: right;
		height: 11px;
		margin-top: 11px;
		width: 10px;
	}

	.accordion-toggle span.toggle-icon .arrow-close {
		background-position: right top;
	}
	*/
.accordion-toggle span.toggle-icon .arrow-open {
  background: url("../images/arrow-open.png") no-repeat scroll 0 0 transparent;
  display: inline-block;
  float: right;
  height: 11px;
  margin-top: 11px;
  width: 10px;
}

.accordion-toggle span.toggle-icon .arrow-close {
  background: url("../images/arrow-close.png") no-repeat scroll 0 0 transparent;
  display: inline-block;
  float: right;
  height: 11px;
  width: 10px;
  margin-top: 11px;
}

ul.resp-tabs-list {
  margin: 0px;
  padding: 0px;
  text-align: center;
}

@media (min-width: 769px) {
  ul.resp-tabs-list {
    padding: 40px 0;
  }
}

.resp-tabs-list li {
  font-weight: 300;
  font-size: 20px;
  display: inline-block;
  padding: 13px 15px;
  margin: 0 4px 10px 0;
  list-style: none;
  cursor: pointer;
  background: #32a8d5;
  border: 1px solid #32a8d5;
  border-radius: 3px;
}

.resp-tabs-list li.resp-tab-active, .resp-tabs-list li:hover {
  border-bottom: none;
  background-color: #009edb;
  border: 1px solid #32a8d5;
}

.resp-tabs-container {
  padding: 0px;
  clear: left;
}

h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
}

.resp-tab-content {
  display: none;
}

.resp-content-active, .resp-accordion-active {
  display: block;
}

h2.resp-accordion {
  font-size: 13px;
  border-bottom: 1px solid #fff;
  border-top: 0px solid #fff;
  margin: 0px;
  padding: 10px 15px;
}

@media only screen and (max-width: 768px) {
  h2.resp-accordion {
    font-size: 21px;
    font-weight: 200;
  }
}

h2.resp-tab-active {
  border-bottom: 0px solid #fff !important;
  margin-bottom: 0px !important;
  padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
  border-bottom: 12px solid #fff !important;
  background: blue;
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
  background: #DBDBDB;
  /* !important;*/
}

@media only screen and (max-width: 768px) {
  h2.resp-tab-active {
    background: #009edb;
    color: #fff;
  }
}

.resp-easy-accordion h2.resp-accordion {
  display: block;
}

.resp-easy-accordion .resp-tab-content {
  border: 1px solid #fff;
}

.resp-easy-accordion .resp-tab-content:last-child {
  border-bottom: 1px solid #fff;
  /* !important;*/
}

.resp-jfit {
  width: 100%;
  margin: 0px;
}

.resp-tab-content-active {
  display: block;
}

@media only screen and (max-width: 768px) {
  .resp-tab-content-active {
    border-bottom: 1px solid #fff;
  }
}

h2.resp-accordion:first-child {
  border-top: 1px solid #c1c1c1;
  /* !important;*/
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
  ul.resp-tabs-list {
    display: none;
  }
  h2.resp-accordion {
    display: block;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-weight: 300;
  }
  .resp-vtabs .resp-tab-content {
    border-bottom: 1px solid #fff;
  }
  .resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: 100px;
    clear: none;
  }
  .resp-accordion-closed {
    display: none !important;
  }
  .resp-vtabs .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important;
  }
  .resp-arrow {
    background: url(../images/arrow-open.png) no-repeat;
    float: right;
    height: 14px;
    width: 14px;
    margin-top: 10px;
    text-align: right;
  }
  h2.resp-tab-active span.resp-arrow {
    background: url(../images/arrow-close.png) no-repeat;
  }
}

#content-tabs {
  background-color: #009edb;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  #content-tabs {
    padding: 0;
  }
}

.facts {
  background-color: #fff;
  color: #434343;
  padding: 40px 0;
}

@media only screen and (max-width: 768px) {
  .facts {
    margin: 0;
    padding: 0;
  }
}

@media only screen and (max-width: 768px) {
  .facts .container {
    padding: 0;
  }
}

.facts .fact-1,
.facts .fact-2,
.facts .fact-3 {
  float: left;
}

@media (min-width: 451px) and (max-width: 819px) {
  .facts .fact-1,
  .facts .fact-2,
  .facts .fact-3 {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .facts .fact-1,
  .facts .fact-2,
  .facts .fact-3 {
    width: 100%;
    border-bottom: 1px solid #009edb;
  }
}

@media (min-width: 769px) and (max-width: 800px) {
  .facts .fact-1,
  .facts .fact-2,
  .facts .fact-3 {
    width: 50%;
  }
  .facts .fact-1:nth-child(2n+3),
  .facts .fact-2:nth-child(2n+3),
  .facts .fact-3:nth-child(2n+3) {
    clear: left;
  }
}

@media (min-width: 801px) and (max-width: 900px) {
  .facts .fact-1,
  .facts .fact-2,
  .facts .fact-3 {
    width: 29.333%;
    margin: 0 2%;
  }
}

@media (min-width: 901px) {
  .facts .fact-1,
  .facts .fact-2,
  .facts .fact-3 {
    width: 25.333%;
    margin: 0 4%;
  }
}

.facts .fact-1 .small-text,
.facts .fact-2 .small-text,
.facts .fact-3 .small-text {
  font-weight: 400;
  color: #009edb;
}

.facts .fact-1 .number,
.facts .fact-2 .number,
.facts .fact-3 .number {
  display: inline-block;
  font: bold 90px "Rockwell", serif;
  line-height: 1;
  color: #009edb;
  width: 100%;
  padding: 0 0 10px 0;
}

.facts .fact-1 p,
.facts .fact-2 p,
.facts .fact-3 p {
  margin: 8px 0;
  padding: 0;
  font-weight: 300;
  font-size: 25px;
  color: #009edb;
}

.facts .fact-1 .info-content,
.facts .fact-2 .info-content,
.facts .fact-3 .info-content {
  font-weight: 400;
  color: #662d90;
}

.facts .fact-1,
.facts .fact-2 {
  background: url(../images/icon-male-female.png) no-repeat center center;
  padding: 10px 0;
}

@media only screen and (max-width: 450px) {
  .facts .fact-1,
  .facts .fact-2 {
    padding: 20px 50px;
  }
}

.facts .fact-3 {
  background: url(../images/icon-heart.png) no-repeat center center;
  padding: 10px 0;
}

@media only screen and (max-width: 450px) {
  .facts .fact-3 {
    padding: 20px 50px;
  }
}

@media only screen and (max-width: 768px) {
  .facts .fact-3 {
    border-bottom: none;
  }
}

.facts .note {
  font-size: 12px;
  color: #999;
  margin: 10px auto 0;
  max-width: 1150px;
}

@media only screen and (max-width: 768px) {
  .facts .note {
    padding: 0 20px;
  }
}

.info {
  padding: 40px 0;
}

@media only screen and (max-width: 768px) {
  .info {
    padding: 20px 0;
  }
}

.info .info-content h2 {
  color: #fff;
}

@media only screen and (max-width: 450px) {
  .info .info-content h2 {
    font-size: 23px;
    line-height: 26px;
  }
}

.info .info-content ul {
  margin: 0;
  padding: 0;
}

.info .info-content ul li {
  background: url("../images/li-icon-white.png") no-repeat scroll left 2px;
  list-style: none;
  padding: 0 0 12px 25px;
}

.info .info-content .button-link a {
  background: #333333;
}

.info .info-content .button-link a:hover {
  background: #662d90;
}

@media (max-width: 699px) {
  .page-template-page-gallery-php .site-main .site-sidebar {
    display: none;
  }
  .page-template-page-gallery-php .small-device .site-sidebar {
    display: block;
  }
}

@media (min-width: 700px) {
  .page-template-page-gallery-php .site-main .site-sidebar {
    display: block;
  }
  .page-template-page-gallery-php .small-device .site-sidebar {
    display: none;
  }
}

/* ROOM GALLERY AND FULL PAGE GALLERY */
#page-gallery {
  margin-bottom: 20px;
}

#page-gallery .page-slides {
  overflow: hidden;
}

#page-gallery .page-slides .page-slide {
  width: 100%;
}

#page-gallery .page-slides .page-slide:nth-child(1n+2) {
  display: none;
}

#page-gallery .page-slides .page-slide img {
  width: 100%;
}

#page-gallery .page-slide-prev,
#page-gallery .page-slide-next {
  /* arrows */
  display: block;
  position: absolute;
  /* size of arrow element */
  width: 50px;
  height: 50px;
  cursor: pointer;
  background: rgba(102, 45, 144, 0.8) url("../images/gallery-arrows.png") no-repeat;
  overflow: hidden;
  z-index: 180;
  text-indent: -9999px;
  opacity: 1;
  bottom: 10px;
}

#page-gallery .page-slide-prev:focus, #page-gallery .page-slide-prev:hover,
#page-gallery .page-slide-next:focus,
#page-gallery .page-slide-next:hover {
  background-color: #662d90;
}

@media (max-width: 800px) {
  #page-gallery .page-slide-prev,
  #page-gallery .page-slide-next {
    display: none;
  }
}

#page-gallery .page-slide-prev {
  background-position: -5px -35px;
  right: 62px;
}

#page-gallery .page-slide-next {
  background-position: -65px -35px;
  right: 10px;
}

#page-gallery .page-slide-prev:hover {
  background-position: -5px -35px;
  opacity: .8;
  filter: alpha(opacity=80);
}

#page-gallery .page-slide-next:hover {
  background-position: -65px -35px;
  opacity: .8;
  filter: alpha(opacity=80);
}

#logo-carousel.owl-carousel .owl-stage-outer .owl-stage {
  display: flex;
  justify-content: center;
  align-items: center;
}

#logo-carousel.owl-carousel .owl-stage-outer .owl-item {
  text-align: center;
}

#logo-carousel.owl-carousel .owl-controls .owl-nav .owl-prev,
#logo-carousel.owl-carousel .owl-controls .owl-nav .owl-next {
  top: 5%;
}

@media (min-width: 975px) {
  .owl-carousel .owl-stage-outer .upcoming-events,
  .owl-carousel .owl-stage-outer .story,
  .owl-carousel .owl-stage-outer .owl-item {
    position: relative;
  }
}

.owl-carousel .owl-stage-outer .upcoming-events .footer-logo,
.owl-carousel .owl-stage-outer .story .footer-logo,
.owl-carousel .owl-stage-outer .owl-item .footer-logo {
  display: inline-block;
  padding: 10px 8px;
}

@media (max-width: 600px) {
  .owl-carousel .owl-stage-outer .upcoming-events .upcoming-events-image,
  .owl-carousel .owl-stage-outer .upcoming-events .story-image,
  .owl-carousel .owl-stage-outer .story .upcoming-events-image,
  .owl-carousel .owl-stage-outer .story .story-image,
  .owl-carousel .owl-stage-outer .owl-item .upcoming-events-image,
  .owl-carousel .owl-stage-outer .owl-item .story-image {
    width: 100%;
    padding: 10px;
    text-align: center;
  }
}

@media (min-width: 601px) and (max-width: 999px) {
  .owl-carousel .owl-stage-outer .upcoming-events .upcoming-events-image,
  .owl-carousel .owl-stage-outer .upcoming-events .story-image,
  .owl-carousel .owl-stage-outer .story .upcoming-events-image,
  .owl-carousel .owl-stage-outer .story .story-image,
  .owl-carousel .owl-stage-outer .owl-item .upcoming-events-image,
  .owl-carousel .owl-stage-outer .owl-item .story-image {
    width: 100%;
  }
}

.owl-carousel .owl-stage-outer .upcoming-events .upcoming-events-text,
.owl-carousel .owl-stage-outer .upcoming-events .story-text,
.owl-carousel .owl-stage-outer .story .upcoming-events-text,
.owl-carousel .owl-stage-outer .story .story-text,
.owl-carousel .owl-stage-outer .owl-item .upcoming-events-text,
.owl-carousel .owl-stage-outer .owl-item .story-text {
  height: 100%;
  padding: 10px 0;
}

@media (min-width: 601px) and (max-width: 999px) {
  .owl-carousel .owl-stage-outer .upcoming-events .upcoming-events-text,
  .owl-carousel .owl-stage-outer .upcoming-events .story-text,
  .owl-carousel .owl-stage-outer .story .upcoming-events-text,
  .owl-carousel .owl-stage-outer .story .story-text,
  .owl-carousel .owl-stage-outer .owl-item .upcoming-events-text,
  .owl-carousel .owl-stage-outer .owl-item .story-text {
    width: 100%;
    padding: 20px 0;
  }
}

@media (max-width: 600px) {
  .owl-carousel .owl-stage-outer .upcoming-events .upcoming-events-text,
  .owl-carousel .owl-stage-outer .upcoming-events .story-text,
  .owl-carousel .owl-stage-outer .story .upcoming-events-text,
  .owl-carousel .owl-stage-outer .story .story-text,
  .owl-carousel .owl-stage-outer .owl-item .upcoming-events-text,
  .owl-carousel .owl-stage-outer .owl-item .story-text {
    width: 100%;
    padding: 10px;
    text-align: center;
  }
}

.owl-carousel .owl-stage-outer .upcoming-events .upcoming-events-text .entry-meta,
.owl-carousel .owl-stage-outer .upcoming-events .story-text .entry-meta,
.owl-carousel .owl-stage-outer .story .upcoming-events-text .entry-meta,
.owl-carousel .owl-stage-outer .story .story-text .entry-meta,
.owl-carousel .owl-stage-outer .owl-item .upcoming-events-text .entry-meta,
.owl-carousel .owl-stage-outer .owl-item .story-text .entry-meta {
  margin-top: 10px;
  font-size: 12px;
  text-transform: uppercase;
  color: #666;
}

.owl-carousel .owl-stage-outer .upcoming-events .upcoming-events-text .title,
.owl-carousel .owl-stage-outer .upcoming-events .story-text .title,
.owl-carousel .owl-stage-outer .story .upcoming-events-text .title,
.owl-carousel .owl-stage-outer .story .story-text .title,
.owl-carousel .owl-stage-outer .owl-item .upcoming-events-text .title,
.owl-carousel .owl-stage-outer .owl-item .story-text .title {
  color: #333333;
  font-size: 24px;
  margin: 10px 0;
}

.owl-carousel .owl-stage-outer .upcoming-events .upcoming-events-text .excerpt,
.owl-carousel .owl-stage-outer .upcoming-events .story-text .excerpt,
.owl-carousel .owl-stage-outer .story .upcoming-events-text .excerpt,
.owl-carousel .owl-stage-outer .story .story-text .excerpt,
.owl-carousel .owl-stage-outer .owl-item .upcoming-events-text .excerpt,
.owl-carousel .owl-stage-outer .owl-item .story-text .excerpt {
  min-height: 100px;
  height: auto;
}

.owl-carousel .owl-stage-outer .upcoming-events .upcoming-events-text .read-more a,
.owl-carousel .owl-stage-outer .upcoming-events .story-text .read-more a,
.owl-carousel .owl-stage-outer .story .upcoming-events-text .read-more a,
.owl-carousel .owl-stage-outer .story .story-text .read-more a,
.owl-carousel .owl-stage-outer .owl-item .upcoming-events-text .read-more a,
.owl-carousel .owl-stage-outer .owl-item .story-text .read-more a {
  background: url(../images/liArrow.png) right center no-repeat;
  color: #009edb;
  padding: 0 16px 0 0;
}

.owl-carousel .owl-stage-outer .upcoming-events .upcoming-events-text .read-more a:hover,
.owl-carousel .owl-stage-outer .upcoming-events .story-text .read-more a:hover,
.owl-carousel .owl-stage-outer .story .upcoming-events-text .read-more a:hover,
.owl-carousel .owl-stage-outer .story .story-text .read-more a:hover,
.owl-carousel .owl-stage-outer .owl-item .upcoming-events-text .read-more a:hover,
.owl-carousel .owl-stage-outer .owl-item .story-text .read-more a:hover {
  text-decoration: underline;
}

.owl-carousel .owl-controls {
  margin-top: 26px;
}

@media (max-width: 768px) {
  .owl-carousel .owl-controls {
    margin: 0 0 26px 0;
  }
}

@media (max-width: 999px) {
  .owl-carousel .owl-controls .owl-nav {
    display: none;
  }
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next {
  display: block;
  position: absolute;
  top: 40%;
  z-index: 999;
  background-image: url("../images/slide-prev-next-carousel.png");
  color: #fff;
  display: block;
  height: 80px;
  line-height: 80px;
  text-align: center;
  text-indent: -9999px;
  width: 20px;
}

.owl-carousel .owl-controls .owl-nav .owl-prev {
  left: -35px;
}

@media (min-width: 1001px) and (max-width: 1285px) {
  .owl-carousel .owl-controls .owl-nav .owl-prev {
    left: -25px;
  }
}

.owl-carousel .owl-controls .owl-nav .owl-next {
  right: -35px;
  background-position: right;
}

@media (min-width: 1001px) and (max-width: 1285px) {
  .owl-carousel .owl-controls .owl-nav .owl-next {
    right: -25px;
  }
}

.owl-carousel .owl-controls .owl-dots {
  text-align: center;
}

@media (min-width: 999px) {
  .owl-carousel .owl-controls .owl-dots {
    display: none !important;
  }
}

.owl-carousel .owl-controls .owl-dots .owl-dot {
  display: inline-block;
  width: 60px;
  height: 5px;
  background: #999;
  margin: 3px 5px 0 5px;
}

.owl-carousel .owl-controls .owl-dots .owl-dot.active {
  background: #009edb;
}

.owl-carousel .owl-controls .owl-dots .owl-dot:hover {
  background: #009edb;
}

.woocommerce .site-main.container,
.woocommerce-page .site-main.container {
  max-width: 1200px;
}

.woocommerce .site-main table td,
.woocommerce-page .site-main table td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top: none;
  border-right: none;
  border-left: none;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce #content input.button,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page #content input.button,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce #content input.button.alt,
.woocommerce-page a.button.alt,
.woocommerce-page button.button.alt,
.woocommerce-page input.button.alt,
.woocommerce-page #respond input#submit.alt,
.woocommerce-page #content input.button.alt,
.woocommerce table.cart input.button,
.woocommerce #content table.cart input.button,
.woocommerce-page table.cart input.button,
.woocommerce-page #content table.cart input.button {
  background: #009edb;
  border: none;
  color: #fff;
  display: inline-block;
  padding: 8px 10px !important;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400 !important;
}

.woocommerce a.button:hover, .woocommerce a.button:focus,
.woocommerce button.button:hover,
.woocommerce button.button:focus,
.woocommerce input.button:hover,
.woocommerce input.button:focus,
.woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit:focus,
.woocommerce #content input.button:hover,
.woocommerce #content input.button:focus,
.woocommerce-page a.button:hover,
.woocommerce-page a.button:focus,
.woocommerce-page button.button:hover,
.woocommerce-page button.button:focus,
.woocommerce-page input.button:hover,
.woocommerce-page input.button:focus,
.woocommerce-page #respond input#submit:hover,
.woocommerce-page #respond input#submit:focus,
.woocommerce-page #content input.button:hover,
.woocommerce-page #content input.button:focus,
.woocommerce a.button.alt:hover,
.woocommerce a.button.alt:focus,
.woocommerce button.button.alt:hover,
.woocommerce button.button.alt:focus,
.woocommerce input.button.alt:hover,
.woocommerce input.button.alt:focus,
.woocommerce #respond input#submit.alt:hover,
.woocommerce #respond input#submit.alt:focus,
.woocommerce #content input.button.alt:hover,
.woocommerce #content input.button.alt:focus,
.woocommerce-page a.button.alt:hover,
.woocommerce-page a.button.alt:focus,
.woocommerce-page button.button.alt:hover,
.woocommerce-page button.button.alt:focus,
.woocommerce-page input.button.alt:hover,
.woocommerce-page input.button.alt:focus,
.woocommerce-page #respond input#submit.alt:hover,
.woocommerce-page #respond input#submit.alt:focus,
.woocommerce-page #content input.button.alt:hover,
.woocommerce-page #content input.button.alt:focus,
.woocommerce table.cart input.button:hover,
.woocommerce table.cart input.button:focus,
.woocommerce #content table.cart input.button:hover,
.woocommerce #content table.cart input.button:focus,
.woocommerce-page table.cart input.button:hover,
.woocommerce-page table.cart input.button:focus,
.woocommerce-page #content table.cart input.button:hover,
.woocommerce-page #content table.cart input.button:focus {
  background: #db7300;
  color: #fff;
}

.woocommerce table, .woocommerce td, .woocommerce th {
  border: none;
}

.woocommerce .order_details {
  padding: 0;
}

.woocommerce div.product h1.product_title {
  font-size: 40px;
}

@media (max-width: 600px) {
  .variation-Quantity p {
    margin: 0;
    padding: 0;
  }
}

.variation-Date,
.variation-Time {
  font-weight: normal !important;
  padding: 0 !important;
  margin: 0 4px 0 0 !important;
}

dt& {
  display: none !important;
}

dd& {
  clear: left;
}

.variation-Date p,
.variation-Time p {
  margin: 0;
}

.product-name a {
  text-decoration: none;
}

.woocommerce ul.products li.product-category h3 {
  text-align: center;
}

.woocommerce ul.products li,
.woocommerce-page ul.products li {
  background: none;
}

.woocommerce ul.products li.product h3 {
  font-size: 20px;
  color: #333;
  padding: 0 !important;
}

.woocommerce ul.products li.product h3:hover {
  color: #009edb;
}

.woocommerce ul.products li.product .price {
  color: #009edb;
  font-size: 21px;
}

.woocommerce ul.products li.product .button {
  margin-top: 0 !important;
  font-weight: 300 !important;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  font-size: 27px;
  color: #333;
}

.woocommerce-variation-price {
  margin: 0 0 15px 0;
}

.woocommerce div.product form.cart .variations {
  margin: 0 0 1em !important;
}

.select2-container .select2-choice {
  font-weight: 200 !important;
}

.woocommerce div.product form.cart .variations label,
.woocommerce td.product-name dl.variation dt,
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table th,
#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li,
.woocommerce table.shop_table_responsive tr td::before,
.woocommerce-page table.shop_table_responsive tr td::before {
  font-weight: 300 !important;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  line-height: 1.5 !important;
}

.woocommerce .quantity input.qty,
.woocommerce #content .quantity input.qty,
.woocommerce-page .quantity input.qty,
.woocommerce-page #content .quantity input.qty {
  height: 34px;
}

.woocommerce .quantity .plus,
.woocommerce .quantity .minus,
.woocommerce #content .quantity .plus,
.woocommerce #content .quantity .minus,
.woocommerce-page .quantity .plus,
.woocommerce-page .quantity .minus,
.woocommerce-page #content .quantity .plus,
.woocommerce-page #content .quantity .minus {
  height: 17px;
}

.woocommerce #content table.cart td.actions .button.alt,
.woocommerce #content table.cart td.actions .input-text + .button,
.woocommerce #content table.cart td.actions .checkout-button,
.woocommerce table.cart td.actions .button.alt,
.woocommerce table.cart td.actions .input-text + .button,
.woocommerce table.cart td.actions .checkout-button,
.woocommerce-page #content table.cart td.actions .button.alt,
.woocommerce-page #content table.cart td.actions .input-text + .button,
.woocommerce-page #content table.cart td.actions .checkout-button,
.woocommerce-page table.cart td.actions .button.alt,
.woocommerce-page table.cart td.actions .input-text + .button,
.woocommerce-page table.cart td.actions .checkout-button {
  float: none;
  margin-bottom: 5px;
  text-align: center;
}

#ui-datepicker-div {
  z-index: 9999 !important;
}

.product_meta {
  display: none;
}

/* CART PAGE */
.woocommerce-cart .cart-collaterals .cart_totals table {
  text-align: left;
  width: 100%;
}

/* MSG BAR */
.woocommerce .woocommerce-message {
  border-top-color: #009edb !important;
}

.woocommerce .woocommerce-message:before {
  color: #009edb !important;
}

.woocommerce .woocommerce-info {
  border-top-color: #009edb !important;
}

.woocommerce .woocommerce-info:before {
  color: #009edb;
}

.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
  background: #f2eae4;
}

.woocommerce-cart .wc-proceed-to-checkout {
  padding: 0 !important;
}

.woocommerce-page .site-content #main table tr:nth-child(2n) {
  background: none;
}

#add_payment_method #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
  line-height: 1.5 !important;
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
  width: auto !important;
}

#tribe-events-pg-template {
  max-width: 1200px !important;
  padding: 0 20px;
  font-size: 18px;
}

#tribe-events-header {
  display: none;
}

.tribe-events-sub-nav {
  background: #eee;
  border-radius: 3px;
  border: 1px solid #ccc !important;
}

.tribe-events-sub-nav li {
  padding: 10px 20px;
}

.tribe-events-before-html {
  background: #eee;
  padding: 20px;
  margin: 20px 0;
  border-radius: 3px;
}

.tribe-events-before-html h1 {
  padding: 0;
  margin: 0 0 20px 0;
}

.tribe-events-schedule h2,
.tribe-events-meta-group .tribe-events-single-section-title {
  font-weight: 300 !important;
}

.single-tribe_events .tribe-events-event-meta {
  font-size: 18px !important;
}

.single-tribe_events #tribe-events-content .tribe-events-event-meta dt {
  font-weight: 400 !important;
}

.single-tribe_events #tribe-events-content .tribe-events-event-meta dd {
  margin-bottom: 15px !important;
}

#tribe-events .tribe-events-button, .tribe-events-button {
  font-size: 16px !important;
  font-weight: 300 !important;
}

#tribe-events-pg-template .tribe-events-content h1,
.tribe-events-after-html h1,
.tribe-events-before-html h1 {
  font-size: 37px;
  line-height: 44px;
  margin-bottom: 20px;
}

.tribe-events-list-separator-month {
  font-size: 16px !important;
  font-weight: 300 !important;
  padding: 10px !important;
}

.tribe-events-loop .tribe-events-event-meta {
  font-size: 17px !important;
  font-weight: 300 !important;
}

#tribe-events-pg-template
.tribe-events-content ol li,
#tribe-events-pg-template
.tribe-events-content ul li,
.tribe-events-after-html ol li,
.tribe-events-after-html ul li,
.tribe-events-before-html ol li,
.tribe-events-before-html ul li {
  margin: 0 !important;
}

.tribe-events-event-image img {
  margin: 0 auto !important;
}

.single-tribe_events .tribe-events-event-meta {
  background: #eee !important;
  border: 1px solid #ccc !important;
  border-radius: 3px;
}

.lg-backdrop {
  background-color: rgba(0, 0, 0, 0.85) !important;
}

.galleries-preview {
  clear: both;
  list-style: none;
  margin: 0 0 1em;
  padding: 0;
  text-align: center;
}

.galleries-preview li {
  list-style: none;
}

.gallery-preview {
  width: 30.8%;
  /*	float: left;
    position: relative;*/
  margin: 0 0% 1em 0;
  padding: 0;
  display: inline-block;
}

@media (max-width: 500px) {
  .gallery-preview {
    width: 100%;
  }
}

.gallery-preview:first-child {
  clear: both;
}

.gallery-preview img {
  margin: 0 auto 10px auto;
}

.gallery-preview a {
  text-decoration: none;
}

.gallery-preview a h3:hover {
  text-decoration: underline;
}

/* GALLERY */
.gallery {
  margin: 0 -5px;
  padding: 0;
}

.gallery .gallery-item {
  margin: 0 0 10px 0;
  padding: 0 5px;
}

@media (max-width: 600px) {
  .gallery .gallery-item img {
    border: medium none;
    display: block;
    height: auto;
    width: 100%;
  }
}

.gallery .gallery-item p {
  display: none;
}

.gallery .gallery-item .gallery-caption {
  margin: 5px 0;
}

.gallery .gallery-item .gallery-caption br {
  display: none;
}

/* TWO COL */
.gallery-columns-1.gallery .gallery-item {
  width: 100%;
}

.gallery-columns-2.gallery .gallery-item {
  float: left;
  width: 50%;
}

.gallery-columns-2.gallery .gallery-item:nth-child(2n+3) {
  clear: left;
}

/* THREE COL */
.gallery-columns-3.gallery .gallery-item {
  float: left;
  width: 33.3333%;
}

@media (max-width: 400px) {
  .gallery-columns-3.gallery .gallery-item {
    width: 49%;
    margin-left: 1%;
  }
  .gallery-columns-3.gallery .gallery-item:nth-child(2n+3) {
    clear: left;
  }
}

@media (min-width: 401px) {
  .gallery-columns-3.gallery .gallery-item:nth-child(3n+4) {
    clear: left;
  }
}

/* FOUR COL */
.gallery-columns-4.gallery .gallery-item {
  float: left;
}

@media (max-width: 400px) {
  .gallery-columns-4.gallery .gallery-item {
    width: 50%;
  }
  .gallery-columns-4.gallery .gallery-item:nth-child(2n+3) {
    clear: left;
  }
}

@media (min-width: 401px) and (max-width: 615px) {
  .gallery-columns-4.gallery .gallery-item {
    width: 32.333%;
    margin-left: 1%;
  }
  .gallery-columns-4.gallery .gallery-item:nth-child(3n+4) {
    clear: left;
  }
}

@media (min-width: 616px) {
  .gallery-columns-4.gallery .gallery-item {
    width: 25%;
  }
  .gallery-columns-4.gallery .gallery-item:nth-child(4n+5) {
    clear: left;
  }
}

/* FIVE COL */
.gallery-columns-5.gallery .gallery-item {
  float: left;
}

@media (max-width: 400px) {
  .gallery-columns-5.gallery .gallery-item {
    width: 49%;
    margin-left: 1%;
  }
  .gallery-columns-5.gallery .gallery-item:nth-child(2n+3) {
    clear: left;
  }
}

@media (min-width: 401px) and (max-width: 615px) {
  .gallery-columns-5.gallery .gallery-item {
    width: 32.333%;
    margin-left: 1%;
  }
  .gallery-columns-5.gallery .gallery-item:nth-child(3n+4) {
    clear: left;
  }
}

@media (min-width: 616px) and (max-width: 1000px) {
  .gallery-columns-5.gallery .gallery-item {
    width: 25%;
  }
  .gallery-columns-5.gallery .gallery-item:nth-child(4n+5) {
    clear: left;
  }
}

@media (min-width: 1001px) {
  .gallery-columns-5.gallery .gallery-item {
    width: 20%;
  }
  .gallery-columns-5.gallery .gallery-item:nth-child(5n+6) {
    clear: left;
  }
}

/* SIX COL */
.gallery-columns-6.gallery .gallery-item {
  float: left;
}

.gallery-columns-6.gallery .gallery-item:nth-child(6n+7) {
  clear: left;
}

@media (max-width: 400px) {
  .gallery-columns-6.gallery .gallery-item {
    width: 49%;
    margin-left: 1%;
  }
  .gallery-columns-6.gallery .gallery-item:nth-child(2n+3) {
    clear: left;
  }
}

@media (min-width: 401px) and (max-width: 615px) {
  .gallery-columns-6.gallery .gallery-item {
    width: 32.333%;
    margin-left: 1%;
  }
  .gallery-columns-6.gallery .gallery-item:nth-child(3n+4) {
    clear: left;
  }
}

@media (min-width: 616px) and (max-width: 1000px) {
  .gallery-columns-6.gallery .gallery-item {
    width: 25%;
  }
  .gallery-columns-6.gallery .gallery-item:nth-child(4n+5) {
    clear: left;
  }
}

@media (min-width: 1001px) {
  .gallery-columns-6.gallery .gallery-item {
    width: 16.6667%;
  }
  .gallery-columns-6.gallery .gallery-item:nth-child(6n+7) {
    clear: left;
  }
}

/* SEVEN COL */
.gallery-columns-7.gallery .gallery-item {
  float: left;
  width: 14.2857%;
}

.gallery-columns-7.gallery .gallery-item:nth-child(7n+8) {
  clear: left;
}

/* EIGHT COL */
.gallery-columns-8.gallery .gallery-item {
  float: left;
  width: 12.5%;
}

.gallery-columns-8.gallery .gallery-item:nth-child(8n+9) {
  clear: left;
}

/* NINE COL */
.gallery-columns-9.gallery .gallery-item {
  float: left;
  width: 11.1111%;
}

.gallery-columns-9.gallery .gallery-item:nth-child(9n+10) {
  clear: left;
}

.gallery .gallery-item .gallery-icon a:focus .attachment-thumbnail,
.gallery .gallery-item .gallery-icon a:hover .attachment-thumbnail {
  opacity: 0.9;
}
