@charset "UTF-8";
/**
 * @file
 * Styles are organized using the SMACSS technique. @see http://smacss.com/book/
 *
 * When you turn on CSS aggregation at admin/config/development/performance, all
 * of these @include files will be combined into a single file.
 */
/* Import Sass mixins, variables, Compass modules, etc. */
/* Actionable Colors */
/* line 222, ../sass/_init.scss */
h2, .span-h2 {
  letter-spacing: 0.1em;
}

/* line 225, ../sass/_init.scss */
a {
  text-decoration: none;
}

/* line 234, ../sass/_init.scss */
.form-item {
  margin: 6px 0;
}
/* line 238, ../sass/_init.scss */
.form-checkboxes .form-item, .form-radios .form-item {
  margin: 0;
}
/* line 245, ../sass/_init.scss */
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #e7ebf3;
}
/* line 252, ../sass/_init.scss */
.form-item .description {
  font-size: 0.85em;
}

/* line 259, ../sass/_init.scss */
.form-type-radio .description,
.form-type-checkbox .description {
  margin-left: 2.4em;
}

/* line 265, ../sass/_init.scss */
.form-required {
  color: #99cb5a;
}

/* line 269, ../sass/_init.scss */
iframe {
  border: none;
}

/* line 274, ../sass/_init.scss */
img.alignleft {
  margin: 15px 20px 15px 0;
}
/* line 277, ../sass/_init.scss */
img.alignright {
  margin: 15px 0 15px 20px;
}

/* line 283, ../sass/_init.scss */
figure.image {
  background-color: #e7ebf3;
  padding: 15px;
  margin: 15px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 292, ../sass/_init.scss */
figcaption {
  text-align: center;
}

/* line 295, ../sass/_init.scss */
.messages, .messages--status, .messages--warning, .messages--error {
  display: block;
  margin: 6px 0 !important;
}

/* HTML element (SMACSS base) rules */
/**
 * @file
 * Normalize.css is intended to be used as an alternative to CSS resets.
 *
 * This file is a slight fork of these original sources:
 * - normalize.css v2.1.2 | MIT License | git.io/normalize
 * - normalize.scss v2.1.2 | MIT/GPLv2 License | bit.ly/normalize-scss
 *
 * It's suggested that you read the normalize.scss file and customise it to meet
 * your needs, rather then including the file in your project and overriding the
 * defaults later in your CSS.
 * @see http://nicolasgallagher.com/about-normalize-css/
 *
 * Also: @see http://meiert.com/en/blog/20080419/reset-style-sheets-are-bad/
 *       @see http://snook.ca/archives/html_and_css/no_css_reset/
 */
/**
 * HTML5 display definitions
 */
/* Correct `block` display not defined in IE 8/9. */
/* line 23, ../sass/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}

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

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

/* Address styling not present in IE 8/9. */
/* line 58, ../sass/_normalize.scss */
[hidden] {
  display: none;
}

/**
 * Base
 *
 * Instead of relying on the fonts that are available on a user's computer, you
 * can use web fonts which, like images, are resources downloaded to the user's
 * browser. Because of the bandwidth and rendering resources required, web fonts
 * should be used with care.
 *
 * Numerous resources for web fonts can be found on Google. Here are a few
 * websites where you can find Open Source fonts to download:
 * - http://www.fontsquirrel.com/fontface
 * - http://www.theleagueofmoveabletype.com
 *
 * In order to use these fonts, you will need to convert them into formats
 * suitable for web fonts. We recommend the free-to-use Font Squirrel's
 * Font-Face Generator:
 *   http://www.fontsquirrel.com/fontface/generator
 *
 * The following is an example @font-face declaration. This font can then be
 * used in any ruleset using a property like this:  font-family: Example, serif;
 *
 * Since we're using Sass, you'll need to declare your font faces here, then you
 * can add them to the font variables in the _init.scss partial.
 */
/*
@font-face {
  font-family: 'Example';
  src: url('../fonts/example.eot');
  src: url('../fonts/example.eot?iefix') format('eot'),
    url('../fonts/example.woff') format('woff'),
    url('../fonts/example.ttf') format('truetype'),
    url('../fonts/example.svg#webfontOkOndcij') format('svg');
  font-weight: normal;
  font-style: normal;
}
*/
/* Licensed Fonts by Avenir® Next */
@font-face {
  font-family: 'AvenirNext-UltraLight';
  src: url("../fonts/AvenirNext-UltraLight.eot");
  src: url("../fonts/AvenirNext-UltraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNext-UltraLight.woff") format("woff"), url("../fonts/AvenirNext-UltraLight.ttf") format("truetype"), url("../fonts/AvenirNext-UltraLight.svg#AvenirNext-UltraLight") format("svg");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+000D-25CA;
}
@font-face {
  font-family: 'AvenirNext-UltraLightItalic';
  src: url("../fonts/AvenirNext-UltraLightItalic.eot");
  src: url("../fonts/AvenirNext-UltraLightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNext-UltraLightItalic.woff") format("woff"), url("../fonts/AvenirNext-UltraLightItalic.ttf") format("truetype"), url("../fonts/AvenirNext-UltraLightItalic.svg#AvenirNext-UltraLightItalic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-stretch: normal;
  unicode-range: U+000D-25CA;
}
@font-face {
  font-family: 'AvenirNext-Regular';
  src: url("../fonts/AvenirNext-Regular.eot");
  src: url("../fonts/AvenirNext-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNext-Regular.woff") format("woff"), url("../fonts/AvenirNext-Regular.ttf") format("truetype"), url("../fonts/AvenirNext-Regular.svg#AvenirNext-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+000D-25CA;
}
@font-face {
  font-family: 'AvenirNext-Regular-Condensed';
  src: url("../fonts/AvenirNextCondensed-Regular_gdi.eot");
  src: url("../fonts/AvenirNextCondensed-Regular_gdi.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNextCondensed-Regular_gdi.woff") format("woff"), url("../fonts/AvenirNextCondensed-Regular_gdi.ttf") format("truetype"), url("../fonts/AvenirNextCondensed-Regular_gdi.svg#AvenirNextCondensed-Regular") format("svg");
  font-style: normal;
  font-stretch: condensed;
  unicode-range: U+000D-25CA;
}
@font-face {
  font-family: 'AvenirNext-Italic';
  src: url("../fonts/AvenirNext-Italic.eot");
  src: url("../fonts/AvenirNext-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNext-Italic.woff") format("woff"), url("../fonts/AvenirNext-Italic.ttf") format("truetype"), url("../fonts/AvenirNext-Italic.svg#AvenirNext-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-stretch: normal;
  unicode-range: U+000D-25CA;
}
@font-face {
  font-family: 'AvenirNext-Medium';
  src: url("../fonts/AvenirNext-Medium.eot");
  src: url("../fonts/AvenirNext-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNext-Medium.woff") format("woff"), url("../fonts/AvenirNext-Medium.ttf") format("truetype"), url("../fonts/AvenirNext-Medium.svg#AvenirNext-Medium") format("svg");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+000D-25CA;
}
@font-face {
  font-family: 'AvenirNext-MediumItalic';
  src: url("../fonts/AvenirNext-MediumItalic.eot");
  src: url("../fonts/AvenirNext-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNext-MediumItalic.woff") format("woff"), url("../fonts/AvenirNext-MediumItalic.ttf") format("truetype"), url("../fonts/AvenirNext-MediumItalic.svg#AvenirNext-MediumItalic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-stretch: normal;
  unicode-range: U+000D-25CA;
}
@font-face {
  font-family: 'AvenirNext-Medium-Condensed';
  src: url("../fonts/AvenirNextCondensed-Medium_gdi.eot");
  src: url("../fonts/AvenirNextCondensed-Medium_gdi.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNextCondensed-Medium_gdi.woff") format("woff"), url("../fonts/AvenirNextCondensed-Medium_gdi.ttf") format("truetype"), url("../fonts/AvenirNextCondensed-Medium_gdi.svg#AvenirNextCondensed-Medium") format("svg");
  font-weight: normal;
  font-style: normal;
  font-stretch: condensed;
  unicode-range: U+000D-25CA;
}
@font-face {
  font-family: 'AvenirNext-DemiBold';
  src: url("../fonts/AvenirNext-DemiBold.eot");
  src: url("../fonts/AvenirNext-DemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNext-DemiBold.woff") format("woff"), url("../fonts/AvenirNext-DemiBold.ttf") format("truetype"), url("../fonts/AvenirNext-DemiBold.svg#AvenirNext-DemiBold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+000D-25CA;
}
@font-face {
  font-family: 'AvenirNext-DemiBoldItalic';
  src: url("../fonts/AvenirNext-DemiBoldItalic.eot");
  src: url("../fonts/AvenirNext-DemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNext-DemiBoldItalic.woff") format("woff"), url("../fonts/AvenirNext-DemiBoldItalic.ttf") format("truetype"), url("../fonts/AvenirNext-DemiBoldItalic.svg#AvenirNext-DemiBoldItalic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-stretch: normal;
  unicode-range: U+000D-25CA;
}
@font-face {
  font-family: 'AvenirNext-DemiBold-Condensed';
  src: url("../fonts/AvenirNextCondensed-DemiBold_gdi.eot");
  src: url("../fonts/AvenirNextCondensed-DemiBold_gdi.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNextCondensed-DemiBold_gdi.woff") format("woff"), url("../fonts/AvenirNextCondensed-DemiBold_gdi.ttf") format("truetype"), url("../fonts/AvenirNextCondensed-DemiBold_gdi.svg#AvenirNextCondensed-DemiBold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-stretch: condensed;
  unicode-range: U+000D-25CA;
}
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 */
/* line 258, ../sass/_normalize.scss */
html {
  color: #ffffff;
  font-family: "AvenirNext-Regular", sans-serif;
  /* 1 */
  font-size: 87.5%;
  /* 3  - typically works out to 14px */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  line-height: 1.71429em;
}

/* Remove default margin. */
/* line 279, ../sass/_normalize.scss */
body {
  margin: 0;
  padding: 0;
  filter: none;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.003);
  -webkit-font-smoothing: antialiased;
}

/**
 * Links
 *
 * The order of link states are based on Eric Meyer's article:
 * http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states
 */
/* Address `outline` inconsistency between Chrome and other browsers. */
/* line 304, ../sass/_normalize.scss */
a:focus {
  outline: thin dotted;
}

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

/**
 * Typography
 *
 * To achieve a pleasant vertical rhythm, we use Compass' Vertical Rhythm mixins
 * so that the line height of our base font becomes the basic unit of vertical
 * measurement. We use multiples of that unit to set the top and bottom margins
 * for our block level elements and to set the line heights of any fonts.
 * For more information, see http://24ways.org/2006/compose-to-a-vertical-rhythm
 */
/* Set 1 unit of vertical rhythm on the top and bottom margin. */
/* line 325, ../sass/_normalize.scss */
p,
pre {
  margin: 1.71429em 0;
}

/* line 329, ../sass/_normalize.scss */
blockquote {
  /* Also indent the quote on both sides. */
  margin: 1.71429em 30px;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 338, ../sass/_normalize.scss */
h1 {
  /* Set the font-size and line-height while keeping a proper vertical rhythm. */
  font-size: 2em;
  line-height: 1.71429em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin-top: 0.85714em;
  margin-bottom: 0.85714em;
}

/* line 346, ../sass/_normalize.scss */
h2 {
  font-size: 1.5em;
  line-height: 2.28571em;
  margin-top: 1.14286em;
  margin-bottom: 1.14286em;
}

/* line 351, ../sass/_normalize.scss */
h3 {
  font-size: 1.17em;
  line-height: 1.4652em;
  margin-top: 1.4652em;
  margin-bottom: 1.4652em;
}

/* line 356, ../sass/_normalize.scss */
h4 {
  font-size: 1em;
  line-height: 1.71429em;
  margin-top: 1.71429em;
  margin-bottom: 1.71429em;
}

/* line 361, ../sass/_normalize.scss */
h5 {
  font-size: 0.83em;
  line-height: 2.0654em;
  margin-top: 2.0654em;
  margin-bottom: 2.0654em;
}

/* line 366, ../sass/_normalize.scss */
h6 {
  font-size: 0.67em;
  line-height: 2.55864em;
  margin-top: 2.55864em;
  margin-bottom: 2.55864em;
}

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

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

/* Address styling not present in Safari 5 and Chrome. */
/* line 384, ../sass/_normalize.scss */
dfn {
  font-style: italic;
}

/* Address differences between Firefox and other browsers. */
/* line 389, ../sass/_normalize.scss */
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  border: 1px solid #535353;
  padding-bottom: -1px;
  margin: 1.71429em 0;
}

/* Address styling not present in IE 8/9. */
/* line 398, ../sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000000;
}

/* Correct font family set oddly in Safari 5 and Chrome. */
/* line 404, ../sass/_normalize.scss */
code,
kbd,
pre,
samp,
tt,
var {
  font-family: "Courier New", "DejaVu Sans Mono", monospace, sans-serif;
  font-size: 1em;
  line-height: 1.71429em;
}

/* Improve readability of pre-formatted text in all browsers. */
/* line 418, ../sass/_normalize.scss */
pre {
  white-space: pre-wrap;
}

/* Set consistent quote types. */
/* line 430, ../sass/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/* Address inconsistent and variable font size in all browsers. */
/* line 435, ../sass/_normalize.scss */
small {
  font-size: 80%;
}

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

/* line 447, ../sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 450, ../sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

/**
 * Lists
 */
/* line 457, ../sass/_normalize.scss */
dl,
menu,
ol,
ul {
  /* Address margins set differently in IE 6/7. */
  margin: 1.71429em 0;
}

/* line 466, ../sass/_normalize.scss */
ol ol,
ol ul,
ul ol,
ul ul {
  /* Turn off margins on nested lists. */
  margin: 0;
}

/* line 472, ../sass/_normalize.scss */
dd {
  margin: 0 0 0 30px;
  /* LTR */
}

/* Address paddings set differently in IE 6/7. */
/* line 477, ../sass/_normalize.scss */
menu,
ol,
ul {
  padding: 0 0 0 30px;
  /* LTR */
}

/**
 * Embedded content and figures
 *
 * @todo Look into adding responsive embedded video.
 */
/* line 497, ../sass/_normalize.scss */
img {
  /* Remove border when inside `a` element in IE 8/9. */
  border: 0;
  /* Suppress the space beneath the baseline */
  /* vertical-align: bottom; */
  /* Responsive images */
  max-width: 100%;
  height: auto;
  display: block;
}

/* Correct overflow displayed oddly in IE 9. */
/* line 521, ../sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Address margin not present in IE 8/9 and Safari 5. */
/* line 526, ../sass/_normalize.scss */
figure {
  margin: 0;
}

/**
 * Forms
 */
/* Define consistent border, margin, and padding. */
/* line 542, ../sass/_normalize.scss */
fieldset {
  margin: 0 2px;
  /* Apply borders and padding that keep the vertical rhythm. */
  border-color: #c0c0c0;
  border-top-width: 0.07143em;
  border-top-style: solid;
  padding-top: 0.52857em;
  border-bottom-width: 0.07143em;
  border-bottom-style: solid;
  padding-bottom: 1.04286em;
  border-left-width: 0.07143em;
  border-left-style: solid;
  padding-left: 1.04286em;
  border-right-width: 0.07143em;
  border-right-style: solid;
  padding-right: 1.04286em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
/* line 557, ../sass/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 * 4. Improve appearance and consistency with IE 6/7.
 * 5. Keep form elements constrained in their containers.
 */
/* line 572, ../sass/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
  max-width: 100%;
  /* 5 */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 5 */
}

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

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 602, ../sass/_normalize.scss */
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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
/* line 616, ../sass/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none;
  /* 2 */
  cursor: pointer;
  /* 3 */
  height: auto;
  color: #ffffff;
  display: inline-block;
  letter-spacing: 3px;
  margin: 0 auto 15px;
  padding: 14px 24px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  -moz-appearance: none;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
/* line 636, ../sass/_normalize.scss */
button:before,
html input[type="button"]:before,
input[type="reset"]:before,
input[type="submit"]:before {
  background: none;
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  pointer-events: none;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}

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

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
/* line 664, ../sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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).
 */
/* line 679, ../sass/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */
}

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

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

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

/* Drupal-style form labels. */
/* line 710, ../sass/_normalize.scss */
label {
  display: block;
  font-weight: bold;
}

/**
 * Tables
 */
/* line 718, ../sass/_normalize.scss */
table {
  /* Remove most spacing between table cells. */
  border-collapse: collapse;
  border-spacing: 0;
  /* Prevent cramped-looking tables */
  /* width: 100%; */
  /* Add vertical rhythm margins. */
  margin-top: 1.71429em;
  margin-bottom: 1.71429em;
}

/* Layout rules */
/**
 * @file
 * Positioning for a responsive layout.
 *
 * Define CSS classes to create a fluid grid layout with optional sidebars
 * depending on whether blocks are placed in the left or right sidebars.
 *
 * This layout uses the Zen Grids plugin for Compass: http://zengrids.com
 */
/**
 * Center the page.
 *
 * For screen sizes larger than 1200px, prevent excessively long lines of text
 * by setting a max-width.
 */
/* line 17, ../sass/layouts/_responsive.scss */
#page,
.region-bottom {
  margin-left: auto;
  margin-right: auto;
}

/* Apply the shared properties of grid items in a single, efficient ruleset. */
/* line 27, ../sass/layouts/_responsive.scss */
#header,
#content,
#navigation,
.region-sidebar-first,
.region-sidebar-second,
#footer {
  clear: both;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  *behavior: url("/path/to/boxsizing.htc");
  _display: inline;
  _overflow: hidden;
  _overflow-y: visible;
}

/* Containers for grid items and flow items. */
/* line 46, ../sass/layouts/_responsive.scss */
#header,
#main,
#footer {
  *position: relative;
  *zoom: 1;
}

/* line 52, ../sass/layouts/_responsive.scss */
#header:before,
#header:after,
#main:before,
#main:after,
#footer:before,
#footer:after {
  content: "";
  display: table;
}

/* line 61, ../sass/layouts/_responsive.scss */
#header:after,
#main:after,
#footer:after {
  clear: both;
}

/* Navigation bar */
@media all and (min-width: 480px) {
  /* line 69, ../sass/layouts/_responsive.scss */
  #main {
    /* Move all the children of #main down to make room. */
    clear: both;
    position: relative;
  }

  /* line 74, ../sass/layouts/_responsive.scss */
  #navigation {
    /* Move the navbar up inside #main's padding. */
    position: absolute;
    top: 0;
    width: 100%;
  }
}
/**
 * Use 5 grid columns for larger screens.
 */
@media all and (min-width: 1020px) {
  /**
   * The layout when there is only one sidebar, the left one.
   */
  /* Span 4 columns, starting in 2nd column from left. */
  /* line 92, ../sass/layouts/_responsive.scss */
  .sidebar-first #content {
    float: left;
    width: 75%;
    margin-left: 25%;
    margin-right: -100%;
  }

  /* Span 1 column, starting in 1st column from left. */
  /* line 100, ../sass/layouts/_responsive.scss */
  .sidebar-first .region-sidebar-first {
    float: left;
    width: 25%;
    margin-left: 0%;
    margin-right: -20%;
  }

  /**
   * The layout when there is only one sidebar, the right one.
   */
  /* Span 4 columns, starting in 1st column from left. */
  /* line 112, ../sass/layouts/_responsive.scss */
  .sidebar-second #content {
    float: left;
    width: 75%;
    margin-left: 25%;
    margin-right: -100%;
  }

  /* Span 1 column, starting in 5th column from left. */
  /* line 120, ../sass/layouts/_responsive.scss */
  .sidebars.sidebar-second {
    float: left;
    width: 25%;
    margin-left: 0%;
    margin-right: -20%;
  }

  /**
   * The layout when there are two sidebars.
   */
  /* Span 3 columns, starting in 2nd column from left. */
  /* line 132, ../sass/layouts/_responsive.scss */
  .two-sidebars #content {
    float: left;
    width: 75%;
    margin-left: 25%;
    margin-right: -100%;
  }

  /* Span 1 column, starting in 1st column from left. */
  /* line 140, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-first {
    float: left;
    width: 25%;
    margin-left: 0%;
    margin-right: -20%;
  }

  /* Span 1 column, starting in 5th column from left. */
  /* line 148, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second {
    float: left;
    width: 25%;
    margin-left: 0%;
    margin-right: -20%;
  }
}
/* Component (SMACSS module) rules */
/**
 * @file
 * SMACSS Modules
 *
 * Adds modular sets of styles.
 *
 * Additional useful selectors can be found in Zen's online documentation.
 * https://drupal.org/node/1707736
 */
/**
 * Wireframes.
 */
/* line 15, ../sass/components/_misc.scss */
.with-wireframes #header,
.with-wireframes #main,
.with-wireframes #content,
.with-wireframes #navigation,
.with-wireframes .region-sidebar-first,
.with-wireframes .region-sidebar-second,
.with-wireframes #footer,
.with-wireframes .region-bottom {
  outline: 1px solid #c8cfd7;
}

/**
 * Accessibility features.
 */
/* element-invisible as defined by http://snook.ca/archives/html_and_css/hiding-content-for-accessibility */
/* line 39, ../sass/components/_misc.scss */
.element-invisible,
.element-focusable,
#navigation .block-menu .block__title,
#navigation .block-menu-block .block__title {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/* Turns off the element-invisible effect. */
/* line 45, ../sass/components/_misc.scss */
.element-focusable:active, .element-focusable:focus {
  position: static !important;
  clip: auto;
  height: auto;
  width: auto;
  overflow: auto;
}

/*
 * The skip-link link will be completely hidden until a user tabs to the link.
 */
/* line 62, ../sass/components/_misc.scss */
#skip-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 600;
  margin: 0 !important;
  padding: 0 !important;
}
/* line 70, ../sass/components/_misc.scss */
#skip-link li {
  position: relative;
  display: block;
  margin: 0 !important;
  padding: 0 !important;
}
/* line 76, ../sass/components/_misc.scss */
#skip-link a,
#skip-link a:visited {
  display: block;
  width: 100%;
  padding: 2px 0 3px 0;
  text-align: center;
  background-color: #535353;
  color: #ffffff;
}

/**
 * Branding header.
 */
/* Wrapping link for logo. */
/* line 92, ../sass/components/_misc.scss */
.header__logo {
  float: left;
  /* LTR */
  margin: 0;
  padding: 0;
}

/* Logo image. */
/* line 99, ../sass/components/_misc.scss */
.header__logo-image {
  vertical-align: bottom;
}

/* Wrapper for website name and slogan. */
/* line 104, ../sass/components/_misc.scss */
.header__name-and-slogan {
  float: left;
}

/* The name of the website. */
/* line 109, ../sass/components/_misc.scss */
.header__site-name {
  margin: 0;
  font-size: 2em;
  line-height: 1.71429em;
}

/* The link around the name of the website. */
/* line 116, ../sass/components/_misc.scss */
.header__site-link:link, .header__site-link:visited {
  color: #000000;
  text-decoration: none;
}
/* line 122, ../sass/components/_misc.scss */
.header__site-link:hover, .header__site-link:focus {
  text-decoration: underline;
}

/* The slogan (or tagline) of a website. */
/* line 129, ../sass/components/_misc.scss */
.header__site-slogan {
  margin: 0;
}

/* The secondary menu (login, etc.) */
/* line 134, ../sass/components/_misc.scss */
.header__secondary-menu {
  float: right;
  /* LTR */
}

/* Wrapper for any blocks placed in the header region. */
/* line 139, ../sass/components/_misc.scss */
.header__region {
  /* Clear the logo. */
  clear: both;
}

/**
 * Navigation bar.
 */
/* line 147, ../sass/components/_misc.scss */
#navigation {
  /* Sometimes you want to prevent overlapping with main div. */
  /* overflow: hidden; */
  /* Main menu and secondary menu links and menu block links. */
}
/* line 151, ../sass/components/_misc.scss */
#navigation .block {
  margin-bottom: 0;
}
/* line 161, ../sass/components/_misc.scss */
#navigation .links,
#navigation .menu {
  margin: 0;
  padding: 0;
  text-align: left;
  /* LTR */
}
/* line 167, ../sass/components/_misc.scss */
#navigation .links li,
#navigation .menu li {
  /* A simple method to get navigation links to appear in one line. */
  float: left;
  /* LTR */
  padding: 0 10px 0 0;
  /* LTR */
  list-style-type: none;
  list-style-image: none;
}

/**
 * Breadcrumb navigation.
 */
/* line 181, ../sass/components/_misc.scss */
.breadcrumb ol {
  margin: 0;
  padding: 0;
}
/* line 185, ../sass/components/_misc.scss */
.breadcrumb li {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/**
 * Titles.
 */
/* line 196, ../sass/components/_misc.scss */
.page__title,
.node__title,
.block__title,
.comments__title,
.comments__form-title,
.comment__title {
  /* Comment title. */
  margin: 0;
}

/**
 * Messages.
 */
/* line 208, ../sass/components/_misc.scss */
.messages, .messages--status, .messages--warning, .messages--error {
  margin: 1.71429em 0;
  padding: 10px 10px 10px 50px;
  /* LTR */
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAD6UlEQVR42s2WX0xbVRzH3YwmC4k+GF/0ZS/S267/bmnX9nL7bwstZlnbjTDYyoC5GCbB0ZW5pdJCe6swbLFA6bpWIGuRMWVjKGP+21QW3SZBSAjGh4XEaTZTH82Cm/3ztS2xs7mw4KLRk3xyzj33/H6fe5Pz7zEA/yr/vUDukj9FH6drqTaqT8EoPs/UV+nX6TD1BlUh9AqLHlmgPKLcRHmoCOWmElK/FOKTYpS8UwLJkASiUyLI3pKhlClN0g46qj+qL/pbArlbrlO1q25JeiSgR2iYJ8ywXLSg/qP6LNl2ro8+Q4MMkKCd9K2t3q3KdQnkXXIF5aISkgEJzONm1F2qW52pDJN1MI2bUBIuAdVOJWSMTPNQgX6/vkjVpvpREpag6oMqWCYta1IzbsHh9ga0RJtzY8URMdRO9U/KSuWmNQUqh2pY3CtG+fvlqJyofMAFNrZAE+7e/RWR4X4cD9tgOGsA2U2CdtMDqwqyMyIzQ5KKqAKmcyaYxkzYd3YvjGNGFtXRPRj58DT+LOemRrFnrBLyITmUDmUyO/NYgu2d26ukHVJo3tXAMGpAs+cQmh0NeClan30uwN7TgnQ6nRd4r3thOGOAJqYB2UVC79AfZAnKHGUxQa8A2tNaNLW/jKvXv8Dyb8s4yryKA4O10A3roIvpUB+swTdz1/LJZ27PQBvT5lBH1RD4BChzlQ2wBNtc22aE/ULQgzRCl4P5BPcT93GMOYz9wb2QhCRgAq35d8u/L2PXe7tADVGgBlcQ+AXQtmlvsP/gzbJZvp8PMkJCFBYh8m0knyiVSsHe0YIGZz1+/uVOvt8z7QGvnwf+ST5EIRHIUyR4fh50rbp5lsDcYR4ReAXgBrng9q/Qfa0bfy035r7Ot2dvz4IX4IEIEAXwvDzscOw4zxJUd1YfEXlE4Aa4BQHMlwzSSBeI7iXvoTxWDqKPYCFsFaKmr+YVliB0JfS89DVpiuhlB9k/tSOZTuYFvq98yI7L0/MAsVWcGp0bfW61hbahwltxSeARsIKyWKesSKQSWIwvYkvvllwfx88pgOvhwthu/AzAxlVX8vz385tLbaVxwpcLZtEw0QDjsBGctzksiE4CimZFfHp++oWHbnbuUfdB0komMgHsRN1r0MWBsEmYODF5onY92/UTwcvBxuzXcN1ccHycVSn2FaPYWwzCQUDWKIt7z3utAJ5c74Hz+OLSomynY+cVfiM/xW3JiDyZpB3FuZrj4oCwE+Ad4qWMjPHjpTtL0mzMoxyZz9yM39Q7Y85Ok930icqm+k59TL2wm9l90dZv8y/8sPAigGf/iUN/Q4anM2zOsdLe+L+4VfwBVVjDs2rTYx0AAAAASUVORK5CYII=');
  background-position: 8px 8px;
  /* LTR */
  background-repeat: no-repeat;
  border: 1px solid #be7;
}

/* line 219, ../sass/components/_misc.scss */
.messages--status {
  clear: both;
}

/* line 224, ../sass/components/_misc.scss */
.messages--warning {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACuElEQVRIiWP4//8/Ay0xSYqntTpnT252zqeJBf0Njhsykrz/pyd6/e9vcNpGVQv6q2wlm0qc/r0+IPD/3UG+/61l9v9mdrjIUc2C7hqHUzc3S///eZwBjO9tF/vfWe1wjioWTKixVm8otPn38wQT3IKfxxn/t5Va/utpsNSg2ILWcttrNzdJgQ3+dpQRjEHs+9tE/zeXWt+gyILOamuTqlxrsOtPLub+7+emBsSq/88v5wL7oqHQ9H9nmbkF2RbUF1rev7lJEuziuU3i/90ddcB4UZsoJC62ifyvK7R4QJYFrcUGrmUZ5v9hYb9hosh/bzcDMN42VRgeF9W5hv8bi/XdSbagKtfs2c1NEvCIPbaQ/7+/pwkYn17Ki0hR24T/l2eZPCfJgsZ83dCiNOP/yCnn7iau/8G+5mD8aBsHSoqqyNL9X5erHUm0BcVpRm9ubhZHMoTh/4eDzP/DA23+RwTZ/P96hAlF7t5Wof8FyfpvibKgNk8noyDZ4D9quofg1Bjr/1kJlhjiIF+Upmn/r83RzCJoQXaC3qcbm8SwGMLwvybP/H8jMGlik7u7VeB/Zqz2J7wWVGdr1uTG62J1PQgfWST1/+hiCaxyIF8UJqv9r8hQrcVpQVqkzrcbG0WwGvB2H/P/lnx5MAaxsam5vYn3f2KY+jesFpSlqfZnxWjidP2OGWL/g/0swBjExu4Lhv958Ur/i5KU+lEsCA1lYI4JUv95bZ0gTo2Pt3P+z0myBmMQG5e6mxu4/kf4Kf8EmQm3oCRNebKrvSawIGPBqRG9sMOp5hjjfwdrlf/58bKT4RaUpWvtcLZV/39iscD/H0AFP46jYwYiMeP/44u4/9tbKQODSXUH3II9G7v18hI0n8YGKv+IDVT6joxj/BVx4mgcOCde/SnITPRUJAHEGlTCEkQV19TAAN8FC67hZdFXAAAAAElFTkSuQmCC');
  border-color: #ed5;
}

/* line 233, ../sass/components/_misc.scss */
.messages--error {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACpElEQVR42rWWTUgbQRiGQ0Tx4MWDeFM8eBA9iKAoggiCoCiiIiL4L3oQV1CJB0UEf6iRYFpK7UniTw9VSqL2kvQsVDBpSZrtRo35czVNW3oprRf17exSl4yzu1ikAy9h59vvedhkMrMGAGoxknAk2w8MJ/WosXThiZkZt9jdLeglPjn5ATc3mhJNuNjbK0QbG3ExMICL/n6IfX0gcxB7ekDAELu6IHZ2IlJbi1hLS1BLogmPtbUhMTv7oMSamzUlqnByMxLT0/8STQkDj9TV4ZLj5OysrODl8jIu5Gs68dFR7JG6dWkJ0fFx+TpSX89IDMnwcHU1yKec12Yz3rlc4HkeLwjkXJpPip3U3+7vIx6P4ymph4eG5PlwTQ0lMdytlmBxMWKtrXLeT0zA5XTibvj9fjxfXETkb/3N/Dz2dneVuiTZtliU/rPSUsQ5ziuxZYG03IIlJdKKUPJjdRUAKMmzuTnskB/VYbdTtd9HR4g2NCi9Z2VliDY1BSnBaUEBzsrLqXyzWCiQ9HU5HA4afniIUFWV0hOqqMBpURErOM7NxWlhIZOvCwvA7S3Uxq+DA5AnZ3pO8vJYQSArC8c5Oeqx2Rj4udeLQH6+6v2B7GxW8DkjA0JmJpONwUHY7XZGIAgCzCYTeJUewmIFfqMRfEoKlQ2yJbza2oLWcLvdeDI2hk/3+iQWKzAYkJzNjg5srq9TwJ9OJ76YTNScx+ORJT66X1/grKyEbW2NgfPp6XKd/JMZySrHaQsSU1Oe+0/w3WpVgyu5HBlR6lc+H8gioevDwz6JrWwV5+3txyoSFk5DcOX1MnCyJ4Vwfb1zt1UY9SR8aioDpuppaVpwZbPTl+hHF04dOKzk8XBF8DgJC3/woU/W/EciOtELOWi8DDwp//215Q+p7kiKh2lQSAAAAABJRU5ErkJggg==');
  border-color: #ed541d;
}

/* line 243, ../sass/components/_misc.scss */
.messages__list {
  margin: 0;
}

/* line 246, ../sass/components/_misc.scss */
.messages__item {
  list-style-image: none;
}

/* Core/module installation error messages. */
/* line 251, ../sass/components/_misc.scss */
.messages--error p.error {
  color: #333333;
}

/* System status report. */
/* line 256, ../sass/components/_misc.scss */
.ok,
.messages--status {
  background-color: #f8fff0;
  color: #234600;
}

/* line 261, ../sass/components/_misc.scss */
.warning,
.messages--warning {
  background-color: #ffffdd;
  color: #8c2e0b;
}

/* line 266, ../sass/components/_misc.scss */
.error,
.messages--error {
  background-color: #fef5f1;
  color: #8c2e0b;
}

/**
 * Tabs.
 */
/* Basic positioning styles shared by primary and secondary tabs. */
/* line 277, ../sass/components/_misc.scss */
.tabs-primary, .tabs-secondary {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYmJiYmJiIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(100%, #bbbbbb), color-stop(100%, rgba(0, 0, 0, 0)));
  background-image: -moz-linear-gradient(bottom, #bbbbbb 1px, rgba(0, 0, 0, 0) 1px);
  background-image: -webkit-linear-gradient(bottom, #bbbbbb 1px, rgba(0, 0, 0, 0) 1px);
  background-image: linear-gradient(to top, #bbbbbb 1px, rgba(0, 0, 0, 0) 1px);
  /* IE 9 and earlier don't understand gradients. */
  list-style: none;
  border-bottom: 1px solid #bbbbbb \0/ie;
  margin: 1.71429em 0;
  padding: 0 2px;
  white-space: nowrap;
  clear: both;
}
/* line 75, ../sass/_mixins.scss */
.tabs-primary:after, .tabs-secondary:after {
  clear: both;
  content: '';
  display: table;
}

/* line 288, ../sass/components/_misc.scss */
.tabs-primary__tab, .tabs-primary__tab.is-active, .tabs-secondary__tab,
.tabs-secondary__tab.is-active {
  float: left;
  /* LTR */
  margin: 0 3px;
}

/* line 292, ../sass/components/_misc.scss */
a.tabs-primary__tab-link, a.tabs-primary__tab-link.is-active, a.tabs-secondary__tab-link, a.tabs-secondary__tab-link.is-active {
  border: 1px solid #e7ebf3;
  border-right: 0;
  border-bottom: 0;
  display: block;
  line-height: 1.71429em;
  text-decoration: none;
}

/* Primary tabs. */
/* line 305, ../sass/components/_misc.scss */
.tabs-primary__tab, .tabs-primary__tab.is-active {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  text-shadow: 1px 1px 0 #fff;
  border: 1px solid #bbbbbb;
  border-bottom-color: transparent;
  /* IE 9 and earlier don't understand gradients. */
  border-bottom: 0 \0/ie;
}

/* line 314, ../sass/components/_misc.scss */
.tabs-primary__tab.is-active {
  border-bottom-color: #ffffff;
}

/* line 320, ../sass/components/_misc.scss */
a.tabs-primary__tab-link, a.tabs-primary__tab-link.is-active {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
  color: #333333;
  background-color: #c8cfd7;
  letter-spacing: 1px;
  padding: 0 1em;
  text-align: center;
}

/* line 330, ../sass/components/_misc.scss */
a.tabs-primary__tab-link:hover, a.tabs-primary__tab-link:focus {
  background-color: #e7ebf3;
  border-color: #e7ebf3;
}

/* line 334, ../sass/components/_misc.scss */
a.tabs-primary__tab-link:active, a.tabs-primary__tab-link.is-active {
  background-color: transparent;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE7EBF3', endColorstr='#00E7EBF3');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U3ZWJmMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U3ZWJmMyIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e7ebf3), color-stop(100%, rgba(231, 235, 243, 0)));
  background-image: -moz-linear-gradient(#e7ebf3, rgba(231, 235, 243, 0));
  background-image: -webkit-linear-gradient(#e7ebf3, rgba(231, 235, 243, 0));
  background-image: linear-gradient(#e7ebf3, rgba(231, 235, 243, 0));
  border-color: #ffffff;
}

/* Secondary tabs. */
/* line 358, ../sass/components/_misc.scss */
.tabs-secondary {
  font-size: .9em;
  /* Collapse bottom margin of ul.primary. */
  margin-top: -1.71429em;
}

/* line 364, ../sass/components/_misc.scss */
.tabs-secondary__tab,
.tabs-secondary__tab.is-active {
  margin: 0.85714em 3px;
}

/* line 371, ../sass/components/_misc.scss */
a.tabs-secondary__tab-link, a.tabs-secondary__tab-link.is-active {
  -moz-border-radius: 0.75em;
  -webkit-border-radius: 0.75em;
  border-radius: 0.75em;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
  text-shadow: 1px 1px 0 #fff;
  background-color: #e7ebf3;
  color: #535353;
  padding: 0 .5em;
}

/* line 380, ../sass/components/_misc.scss */
a.tabs-secondary__tab-link:hover, a.tabs-secondary__tab-link:focus {
  background-color: #c8cfd7;
  border-color: #969696;
  color: #333333;
}

/* line 385, ../sass/components/_misc.scss */
a.tabs-secondary__tab-link:active, a.tabs-secondary__tab-link.is-active {
  text-shadow: 1px 1px 0 #333333;
  background-color: #535353;
  border-color: #000000;
  color: #ffffff;
}

/**
 * Inline styles.
 */
/* List of links generated by theme_links(). */
/* line 413, ../sass/components/_misc.scss */
.inline {
  display: inline;
  padding: 0;
}
/* line 417, ../sass/components/_misc.scss */
.inline li {
  display: inline;
  list-style-type: none;
  padding: 0 1em 0 0;
  /* LTR */
}

/* The inline field label used by the Fences module. */
/* line 425, ../sass/components/_misc.scss */
span.field-label {
  padding: 0 1em 0 0;
  /* LTR */
}

/**
 * "More" links.
 */
/* line 432, ../sass/components/_misc.scss */
.more-link {
  text-align: right;
  /* LTR */
}

/* line 435, ../sass/components/_misc.scss */
.more-help-link {
  text-align: right;
  /* LTR */
}

/* line 438, ../sass/components/_misc.scss */
.more-help-link a {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA7UlEQVR42qWTPQqDQBCFcwSPkCNITpAj5AjeIm1uYpkyR7Cy2Mot7OwsBAsRwUKwmOwLGRle3EIy8PyBfZ/z3J2TiPylz8VWWZZpUB40BonRKyizaxkA88MYYiqCEgv4MTvnZJom0VqWRbz3FlJZgLYtqmEY1Lg9r+sKsIXcLSC3AC019H0vqLquLeC5AfiHYSGkcdAJimKIBQiJ4+CO92OAtm0FNc8zOjkMwE5Q63FAtbeg6zpAYvG8BWR7i5qmQYwY4MIHqYhE2DOPQWcGJBQF2XU72ZzyUeZ5GCNt5/hybJgYdAXsq5sOEE/jG6dC5IOqCXTmAAAAAElFTkSuQmCC');
  background-position: 0 50%;
  /* LTR */
  background-repeat: no-repeat;
  padding: 1px 0 1px 20px;
  /* LTR */
}

/**
 * Pager.
 */
/* A list of page numbers when more than 1 page of content is available. */
/* line 453, ../sass/components/_misc.scss */
.pager {
  clear: both;
  padding: 0;
  text-align: center;
}

/* line 458, ../sass/components/_misc.scss */
.pager-item,
.pager-first,
.pager-previous,
.pager-next,
.pager-last,
.pager-ellipsis, .pager-current {
  display: inline;
  padding: 0 0.5em;
  list-style-type: none;
  background-image: none;
}
/* line 464, ../sass/components/_misc.scss */
.pager-item a:focus,
.pager-first a:focus,
.pager-previous a:focus,
.pager-next a:focus,
.pager-last a:focus,
.pager-ellipsis a:focus, .pager-current a:focus {
  color: #3c5896 !important;
  background: #ffffff;
}

/* line 471, ../sass/components/_misc.scss */
.pager-item,
.pager-first,
.pager-previous,
.pager-next,
.pager-last,
.pager-ellipsis {
  /* A concatenation of several list items using an ellipsis. */
}

/* The current page's list item. */
/* line 481, ../sass/components/_misc.scss */
.pager-current {
  font-weight: bold;
}

/**
 * Blocks.
 */
/* Block wrapper. */
/* line 491, ../sass/components/_misc.scss */
.block {
  margin-bottom: 1.71429em;
}

/**
 * Menus.
 */
/* line 498, ../sass/components/_misc.scss */
.menu__item.is-leaf {
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHBAMAAAA2fErgAAAAD1BMVEX///+/v7+Li4sAAADAwMBFvsw8AAAAAXRSTlMAQObYZgAAAB1JREFUCFtjYAADYwMGBmYVZSDhKAwkFJWhYiAAAB2+Aa/9ugeaAAAAAElFTkSuQmCC');
  list-style-type: square;
}

/* line 505, ../sass/components/_misc.scss */
.menu__item.is-expanded {
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABJJREFUeJxj+MdQw2DBIMAABgAUsAHD3c3BpwAAAABJRU5ErkJggg==');
  list-style-type: circle;
}

/* line 512, ../sass/components/_misc.scss */
.menu__item.is-collapsed {
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABFJREFUCB1jVmCGQClmEWYOAAZ8AMy3HPLXAAAAAElFTkSuQmCC');
  /* LTR */
  list-style-type: disc;
}

/* The active item in a Drupal menu. */
/* line 521, ../sass/components/_misc.scss */
.menu a.active {
  color: #000000;
}

/**
 * Marker.
 */
/* The "new" or "updated" marker. */
/* line 530, ../sass/components/_misc.scss */
.new,
.update {
  color: #b50b0b;
  /* Remove background highlighting from <mark> in normalize. */
  background-color: transparent;
}

/**
 * Unpublished note.
 */
/* The word "Unpublished" displayed underneath the content. */
/* line 542, ../sass/components/_misc.scss */
.unpublished {
  display: block;
  height: 0;
  overflow: visible;
  /* Remove background highlighting from <mark> in normalize. */
  background-color: transparent;
  color: #535353;
  font-size: 5.3571em;
  line-height: 1;
  font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  /* A very nice CSS3 property. */
  word-wrap: break-word;
}

/**
 * Comments.
 */
/* Wrapper for the list of comments and its title. */
/* line 571, ../sass/components/_misc.scss */
.comments {
  margin: 1.71429em 0;
}

/* Preview of the comment before submitting new or updated comment. */
/* line 576, ../sass/components/_misc.scss */
.comment-preview {
  /* Drupal core will use a #ffffdd background. See #1110842. */
  background-color: #ffffdd;
}

/* Wrapper for a single comment. */
/* line 582, ../sass/components/_misc.scss */
.comment {
  /* Comment's permalink wrapper. */
}
/* line 585, ../sass/components/_misc.scss */
.comment .permalink {
  text-transform: uppercase;
  font-size: 75%;
}

/* Nested comments are indented. */
/* line 592, ../sass/components/_misc.scss */
.indented {
  /* Drupal core uses a 25px left margin. */
  margin-left: 30px;
  /* LTR */
}

/* Labels for radios and checkboxes. */
/* line 598, ../sass/components/_misc.scss */
label.option {
  display: inline;
  font-weight: normal;
}

/* Buttons used by contrib modules like Media. */
/* line 604, ../sass/components/_misc.scss */
a.button {
  -moz-appearance: button;
  -webkit-appearance: button;
}

/* Password confirmation. */
/* line 609, ../sass/components/_misc.scss */
.password-parent,
.confirm-parent {
  margin: 0;
}

/* Drupal's default login form block. */
/* line 615, ../sass/components/_misc.scss */
#user-login-form {
  text-align: left;
  /* LTR */
}

/**
 * OpenID
 *
 * The default styling for the OpenID login link seems to assume Garland's
 * styling of list items.
 */
/* OpenID creates a new ul above the login form's links. */
/* line 627, ../sass/components/_misc.scss */
.openid-links {
  /* Position OpenID's ul next to the rest of the links. */
  margin-bottom: 0;
}

/* The "Log in using OpenID" and "Cancel OpenID login" links. */
/* line 633, ../sass/components/_misc.scss */
.openid-link,
.user-link {
  margin-top: 1.71429em;
}

/* line 637, ../sass/components/_misc.scss */
html.js #user-login-form li.openid-link,
#user-login-form li.openid-link {
  /* Un-do some of the padding on the ul list. */
  margin-left: -20px;
  /* LTR */
}

/* line 642, ../sass/components/_misc.scss */
#user-login ul {
  margin: 1.71429em 0;
}

/**
 * Drupal admin tables.
 */
/* line 650, ../sass/components/_misc.scss */
form th {
  text-align: left;
  /* LTR */
  padding-right: 1em;
  /* LTR */
  border-bottom: 3px solid #c8cfd7;
}
/* line 655, ../sass/components/_misc.scss */
form tbody {
  border-top: 1px solid #c8cfd7;
}
/* line 658, ../sass/components/_misc.scss */
form table ul {
  margin: 0;
}

/* line 662, ../sass/components/_misc.scss */
tr.even,
tr.odd {
  background-color: #e7ebf3;
  border-bottom: 1px solid #c8cfd7;
  padding: 0.1em 0.6em;
}

/* line 668, ../sass/components/_misc.scss */
tr.even {
  background-color: #ffffff;
}

/* Markup generated by theme_tablesort_indicator(). */
/* line 683, ../sass/components/_misc.scss */
td.active {
  background-color: #c8cfd7;
}

/* Center checkboxes inside table cell. */
/* line 688, ../sass/components/_misc.scss */
td.checkbox,
th.checkbox {
  text-align: center;
}

/* Drupal core wrongly puts this in system.menus.css. Since we override that, add it back. */
/* line 694, ../sass/components/_misc.scss */
td.menu-disabled {
  background: #c8cfd7;
}

/**
 * Autocomplete.
 *
 * @see autocomplete.js
 */
/* Suggestion list. */
/* line 705, ../sass/components/_misc.scss */
#autocomplete .selected {
  background: #0072b9;
  color: #ffffff;
}

/**
 * Collapsible fieldsets.
 *
 * @see collapse.js
 */
/* line 716, ../sass/components/_misc.scss */
html.js .collapsible .fieldset-legend {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABJJREFUeJxj+MdQw2DBIMAABgAUsAHD3c3BpwAAAABJRU5ErkJggg==');
  background-position: 5px 65%;
  /* LTR */
  background-repeat: no-repeat;
  padding-left: 15px;
  /* LTR */
}
/* line 725, ../sass/components/_misc.scss */
html.js .collapsed .fieldset-legend {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABFJREFUCB1jVmCGQClmEWYOAAZ8AMy3HPLXAAAAAElFTkSuQmCC');
  /* LTR */
  background-position: 5px 50%;
  /* LTR */
}
/* line 732, ../sass/components/_misc.scss */
.fieldset-legend .summary {
  color: #969696;
  font-size: 0.9em;
  margin-left: 0.5em;
}

/**
 * TableDrag behavior.
 *
 * @see tabledrag.js
 */
/* line 744, ../sass/components/_misc.scss */
tr.drag {
  background-color: #fffff0;
}

/* line 747, ../sass/components/_misc.scss */
tr.drag-previous {
  background-color: #ffffdd;
}

/* line 750, ../sass/components/_misc.scss */
.tabledrag-toggle-weight {
  font-size: 0.9em;
}

/**
 * TableSelect behavior.
 *
 * @see tableselect.js
 */
/* line 759, ../sass/components/_misc.scss */
tr.selected td {
  background: #ffffdd;
}

/**
 * Progress bar.
 *
 * @see progress.js
 */
/* line 768, ../sass/components/_misc.scss */
.progress {
  font-weight: bold;
}
/* line 771, ../sass/components/_misc.scss */
.progress .bar {
  background: #c8cfd7;
  color: #ffffff;
  border-color: #535353;
  margin: 0 0.2em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 778, ../sass/components/_misc.scss */
.progress .filled {
  background-color: #0072b9;
  background-image: url('../images/progress.gif?1587566674');
}

/**
 * @file
 * Print styling
 *
 * We provide some sane print styling for Drupal using Zen's layout method.
 */
/**
 * By importing this CSS file as media "all", we allow this print file to be
 * aggregated with other stylesheets, for improved front-end performance.
 */
@media print {
  /* Underline all links. */
  /* line 15, ../sass/_print.scss */
  a:link,
  a:visited {
    text-decoration: underline !important;
    /* Don't underline header. */
  }
  /* line 20, ../sass/_print.scss */
  a:link.header__site-link,
  a:visited.header__site-link {
    text-decoration: none !important;
  }

  /* line 25, ../sass/_print.scss */
  #content {
    /* Add visible URL after links. */
    /* Only display useful links. */
    /* Add visible title after abbreviations. */
  }
  /* line 27, ../sass/_print.scss */
  #content a[href]:after {
    content: " (" attr(href) ")";
    font-weight: normal;
    font-size: 1em;
  }
  /* line 34, ../sass/_print.scss */
  #content a[href^="javascript:"]:after,
  #content a[href^="#"]:after {
    content: "";
  }
  /* line 40, ../sass/_print.scss */
  #content abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* Un-float the content. */
  /* line 46, ../sass/_print.scss */
  #content {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* Turn off any background colors or images. */
  /* line 54, ../sass/_print.scss */
  body,
  #page,
  #main,
  #content {
    color: #000000;
    background-color: transparent !important;
    background-image: none !important;
  }

  /* Hide sidebars and nav elements. */
  /* line 64, ../sass/_print.scss */
  .header,
  .stage,
  #skip-link,
  #toolbar,
  #navigation,
  .region-sidebar-first,
  .region-sidebar-second,
  #footer,
  .breadcrumb,
  .tabs,
  .action-links,
  .links,
  .book-navigation,
  .forum-topic-navigation,
  .pager,
  .feed-icons {
    visibility: hidden;
    display: none;
  }
}
/* line 1, ../sass/components/_typography.scss */
h1, h2, h3, h4, h5, h6, p, a {
  -ms-transform: rotate(-0.001deg);
}

/* line 5, ../sass/components/_typography.scss */
h1, h2, h3, h4, h5, h6, .span-h2 {
  font-family: "AvenirNext-Medium", sans-serif;
}

/* line 9, ../sass/components/_typography.scss */
h1 {
  color: #3c5896;
  font-size: 2.0000em;
  font-weight: normal;
  line-height: 1.214286;
  margin: 30px 0;
}
@media only screen and (min-width: 769px) {
  /* line 9, ../sass/components/_typography.scss */
  h1 {
    font-size: 2.5714em;
    line-height: 1.166680;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 9, ../sass/components/_typography.scss */
  h1 {
    font-size: 3.1429em;
    line-height: 1.136348;
  }
}

/* line 24, ../sass/components/_typography.scss */
.span-h2 {
  display: block;
}

/* line 27, ../sass/components/_typography.scss */
h2, .span-h2 {
  color: #3c5896;
  font-size: 1.7143em;
  font-weight: 100;
  line-height: 1.249990;
  text-transform: uppercase;
}
@media only screen and (min-width: 769px) {
  /* line 27, ../sass/components/_typography.scss */
  h2, .span-h2 {
    font-size: 2.0000em;
    line-height: 1.214286;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 27, ../sass/components/_typography.scss */
  h2, .span-h2 {
    font-size: 2.2857em;
    line-height: 1.187507;
  }
}

/* line 42, ../sass/components/_typography.scss */
h3 {
  font-weight: 100;
  text-transform: uppercase;
}

/* line 47, ../sass/components/_typography.scss */
p {
  margin: 30px 0;
}

/* line 51, ../sass/components/_typography.scss */
strong {
  font-family: "AvenirNext-Medium", sans-serif;
}

/* line 55, ../sass/components/_typography.scss */
a {
  color: #3c5896;
  text-decoration: underline;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
/* line 59, ../sass/components/_typography.scss */
a:hover {
  color: #ffffff;
  background: #3c5896;
  border-radius: 4px;
  text-decoration: none;
}
/* line 65, ../sass/components/_typography.scss */
a:focus {
  color: #ffffff !important;
  background: #3c5896;
  border-radius: 4px;
  text-decoration: none;
}

/* line 73, ../sass/components/_typography.scss */
::selection {
  background: #c8cfd7;
  color: #3e5163;
}

/* line 77, ../sass/components/_typography.scss */
::-moz-selection {
  background: #c8cfd7;
  color: #3e5163;
}

/* line 4, ../sass/components/_buttons.scss */
.btn {
  box-sizing: border-box;
  color: #ffffff;
  display: inline-block;
  font: normal 0.85714rem/normal "AvenirNext-Regular", sans-serif;
  letter-spacing: 2px;
  margin: 0 auto 15px;
  padding: 15px 35px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: auto;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
/* line 24, ../sass/components/_buttons.scss */
.btn:focus {
  outline: none;
}
/* line 27, ../sass/components/_buttons.scss */
.btn.btn-orange {
  background: #99cb5a;
  color: #243140;
  border: 1px solid #99cb5a;
  -moz-box-shadow: inset 0 0 0 1px #d6f494, inset 0 0 0 1px #d6f494;
  -webkit-box-shadow: inset 0 0 0 1px #d6f494, inset 0 0 0 1px #d6f494;
  box-shadow: inset 0 0 0 1px #d6f494, inset 0 0 0 1px #d6f494;
}
/* line 32, ../sass/components/_buttons.scss */
.btn.btn-orange:hover {
  background: #3e5163;
  border-color: #243140;
  color: #ffffff;
  -moz-box-shadow: inset 0 0 0 1px #6b8dbf, inset 0 0 0 1px #6b8dbf;
  -webkit-box-shadow: inset 0 0 0 1px #6b8dbf, inset 0 0 0 1px #6b8dbf;
  box-shadow: inset 0 0 0 1px #6b8dbf, inset 0 0 0 1px #6b8dbf;
}
/* line 38, ../sass/components/_buttons.scss */
.btn.btn-orange:focus {
  background: #80b341;
  -moz-box-shadow: 0 0 0 3px #3c5896;
  -webkit-box-shadow: 0 0 0 3px #3c5896;
  box-shadow: 0 0 0 3px #3c5896;
}
/* line 43, ../sass/components/_buttons.scss */
.btn.btn-blue {
  background: #3c5896;
  border: 1px solid #3c5896;
  -moz-box-shadow: inset 0 0 0 1px #6b8dbf, inset 0 0 0 1px #6b8dbf;
  -webkit-box-shadow: inset 0 0 0 1px #6b8dbf, inset 0 0 0 1px #6b8dbf;
  box-shadow: inset 0 0 0 1px #6b8dbf, inset 0 0 0 1px #6b8dbf;
}
/* line 47, ../sass/components/_buttons.scss */
.btn.btn-blue:hover {
  background: #3c5896;
  border-color: #243140;
  color: #ffffff;
  -moz-box-shadow: inset 0 0 0 1px #6b8dbf, inset 0 0 0 1px #6b8dbf;
  -webkit-box-shadow: inset 0 0 0 1px #6b8dbf, inset 0 0 0 1px #6b8dbf;
  box-shadow: inset 0 0 0 1px #6b8dbf, inset 0 0 0 1px #6b8dbf;
}
/* line 53, ../sass/components/_buttons.scss */
.btn.btn-blue:focus {
  background: #243140;
  -moz-box-shadow: 0 0 0 3px #99cb5a;
  -webkit-box-shadow: 0 0 0 3px #99cb5a;
  box-shadow: 0 0 0 3px #99cb5a;
}
/* line 58, ../sass/components/_buttons.scss */
.btn.btn-gray {
  background: #3e5163;
  border: 1px solid #3c5896;
  color: #ffffff;
  -moz-box-shadow: inset 0 0 0 1px #6d88a0, inset 0 0 0 1px #6d88a0;
  -webkit-box-shadow: inset 0 0 0 1px #6d88a0, inset 0 0 0 1px #6d88a0;
  box-shadow: inset 0 0 0 1px #6d88a0, inset 0 0 0 1px #6d88a0;
}
/* line 63, ../sass/components/_buttons.scss */
.btn.btn-gray:hover {
  background: #243140;
}
/* line 66, ../sass/components/_buttons.scss */
.btn.btn-gray:focus {
  background: #243140;
  -moz-box-shadow: 0 0 0 3px #99cb5a;
  -webkit-box-shadow: 0 0 0 3px #99cb5a;
  box-shadow: 0 0 0 3px #99cb5a;
}
/* line 71, ../sass/components/_buttons.scss */
.btn.btn-small {
  padding: 10px 15px;
  font-size: 0.7143em;
}

/* line 78, ../sass/components/_buttons.scss */
.flag-wrapper .flag {
  background: #99cb5a;
  color: #ffffff;
  display: inline-block;
  font-size: 0.8571em;
  line-height: 1.500075;
  padding: 2px 8px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/* line 1, ../sass/components/_flickity.scss */
.flickity-prev-next-button {
  background: transparent;
  padding: 0;
  width: 30px;
}
@media only screen and (min-width: 769px) {
  /* line 1, ../sass/components/_flickity.scss */
  .flickity-prev-next-button {
    width: 35px;
  }
}
/* line 8, ../sass/components/_flickity.scss */
.flickity-prev-next-button:focus {
  outline: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 12, ../sass/components/_flickity.scss */
.flickity-prev-next-button:hover {
  background: transparent;
}
/* line 15, ../sass/components/_flickity.scss */
.flickity-prev-next-button.previous {
  left: -25px;
}
@media only screen and (min-width: 769px) {
  /* line 15, ../sass/components/_flickity.scss */
  .flickity-prev-next-button.previous {
    left: -42px;
  }
}
/* line 21, ../sass/components/_flickity.scss */
.flickity-prev-next-button.next {
  right: -25px;
}
@media only screen and (min-width: 769px) {
  /* line 21, ../sass/components/_flickity.scss */
  .flickity-prev-next-button.next {
    right: -28px;
  }
}
/* line 27, ../sass/components/_flickity.scss */
.flickity-prev-next-button .arrow {
  fill: #ffffff;
}

/* SMACSS theme rules */
/* Initial Form Vars */
/* line 4, ../sass/_theme-forms.scss */
.webform-client-form {
  margin: 20px auto;
}

/*  ADA From Specific Changes */
/* line 13, ../sass/_theme-forms.scss */
#content form.ada-form > div,
#content form.client-form > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
}
/* line 21, ../sass/_theme-forms.scss */
#content form.ada-form fieldset .fieldset-wrapper,
#content form.client-form fieldset .fieldset-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
  width: 100%;
}

/* line 35, ../sass/_theme-forms.scss */
form .form-wrapper {
  border: none;
  margin: 20px 0;
  padding: 0;
}
/* line 39, ../sass/_theme-forms.scss */
form .form-wrapper legend {
  background: #ffffff;
  color: #3c5896;
  font-size: 1.143em;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.571em;
  margin: 0 1% 20px 0;
  text-transform: uppercase;
}
/* line 50, ../sass/_theme-forms.scss */
form .form-item {
  position: relative;
}
/* line 75, ../sass/_mixins.scss */
form .form-item:after {
  clear: both;
  content: '';
  display: table;
}
/* line 55, ../sass/_theme-forms.scss */
form .form-item.webform-component, form .form-item.form-component {
  padding-bottom: 15px;
  flex: 0 1 auto;
  width: 100%;
}
/* line 62, ../sass/_theme-forms.scss */
form .form-item.webform-component-date .webform-calendar {
  height: 30px;
  width: 30px;
  margin: 0;
  display: inline-block;
}
@media only screen and (min-width: 769px) {
  /* line 69, ../sass/_theme-forms.scss */
  form .form-item.webform-component-textfield, form .form-item.webform-component-email, form .form-item.webform-component-select, form .form-item.webform-component-date {
    width: 49%;
  }
}
@media only screen and (min-width: 1420px) {
  /* line 69, ../sass/_theme-forms.scss */
  form .form-item.webform-component-textfield, form .form-item.webform-component-email, form .form-item.webform-component-select, form .form-item.webform-component-date {
    width: 32%;
  }
}
/* line 80, ../sass/_theme-forms.scss */
form .form-item.webform-component-textarea, form .form-item.webform-component-checkboxes, form .form-item.webform-component-radios {
  width: 100%;
}
/* line 85, ../sass/_theme-forms.scss */
form .form-item.webform-component-checkboxes, form .form-item.webform-component-radios {
  padding: 0;
  display: block;
}
/* line 89, ../sass/_theme-forms.scss */
form .form-item.webform-component-checkboxes .ada-wrapper, form .form-item.webform-component-radios .ada-wrapper {
  margin-bottom: 15px;
}
/* line 93, ../sass/_theme-forms.scss */
form .form-item.webform-component-checkboxes .align-horizontal .options, form .form-item.webform-component-radios .align-horizontal .options {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
/* line 97, ../sass/_theme-forms.scss */
form .form-item.webform-component-checkboxes .align-horizontal .options .option-wrapper, form .form-item.webform-component-radios .align-horizontal .options .option-wrapper {
  flex: 0 1 auto;
  padding-right: 20px;
}
/* line 103, ../sass/_theme-forms.scss */
form .form-item.webform-component-checkboxes legend, form .form-item.webform-component-radios legend {
  display: block;
}
/* line 106, ../sass/_theme-forms.scss */
form .form-item.webform-component-checkboxes .options, form .form-item.webform-component-radios .options {
  position: relative;
  display: block;
  padding: 10px;
  padding-bottom: 10px;
  text-align: left;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
}
/* line 117, ../sass/_theme-forms.scss */
form .form-item.webform-component-checkboxes .onfocus, form .form-item.webform-component-radios .onfocus {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 126, ../sass/_theme-forms.scss */
form .form-item.webform-component-checkboxes label, form .form-item.webform-component-radios label {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  cursor: pointer;
  position: relative;
  z-index: 100;
  padding-left: 35px;
  margin-bottom: 15px;
  margin-right: 15px;
  margin-top: 0;
  line-height: 1.5;
}
/* line 138, ../sass/_theme-forms.scss */
form .form-item.webform-component-checkboxes label:before, form .form-item.webform-component-radios label:before {
  content: "";
  color: #3e5163;
  background: #c8cfd7;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  margin-right: 10px;
  width: 28px;
  height: 28px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: -1px -1px #3e5163;
  -webkit-box-shadow: -1px -1px #3e5163;
  box-shadow: -1px -1px #3e5163;
  border: 1px solid #b7bdc9;
}
/* line 155, ../sass/_theme-forms.scss */
form .form-item.webform-component-checkboxes input, form .form-item.webform-component-radios input {
  z-index: -999;
  left: -10000px;
  position: absolute;
}
/* line 159, ../sass/_theme-forms.scss */
form .form-item.webform-component-checkboxes input[type="radio"]:checked + label:after, form .form-item.webform-component-radios input[type="radio"]:checked + label:after {
  content: "";
  display: block;
  background: #3c5896;
  position: absolute;
  left: 14px;
  top: 14px;
  height: 12px;
  width: 12px;
  text-align: center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 172, ../sass/_theme-forms.scss */
form .form-item.webform-component-checkboxes input[type="checkbox"] + label:before, form .form-item.webform-component-radios input[type="checkbox"] + label:before {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-top: 1px solid #3e5163;
  border-left: 1px solid #3e5163;
}
/* line 178, ../sass/_theme-forms.scss */
form .form-item.webform-component-checkboxes input[type="checkbox"]:checked + label:after, form .form-item.webform-component-radios input[type="checkbox"]:checked + label:after {
  content: "\02713";
  font-size: 1.4286em;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 28px;
  width: 28px;
  line-height: 1.399972;
  font-weight: bold;
  text-align: center;
  color: #243140;
}
/* line 194, ../sass/_theme-forms.scss */
form .form-item.form-item {
  border: 1px solid transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 197, ../sass/_theme-forms.scss */
form .form-item.form-item select:focus {
  border: 1px solid #3e5163;
  -moz-box-shadow: inset 0 3px 0 #3e5163;
  -webkit-box-shadow: inset 0 3px 0 #3e5163;
  box-shadow: inset 0 3px 0 #3e5163;
}
/* line 201, ../sass/_theme-forms.scss */
form .form-item.form-item .options:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (min-width: 769px) {
  /* line 208, ../sass/_theme-forms.scss */
  form .form-item.clear {
    clear: both;
  }
}
/* line 213, ../sass/_theme-forms.scss */
form .form-item label {
  -ms-transform: rotate(-0.001deg);
}
/* line 217, ../sass/_theme-forms.scss */
form .form-item .form-type-checkbox label:before {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-top: 1px solid #3e5163;
  border-left: 1px solid #3e5163;
}
/* line 225, ../sass/_theme-forms.scss */
form .field-type-number-integer,
form .field-type-text-long {
  clear: both;
  margin: 0 0 10px;
}
/* line 230, ../sass/_theme-forms.scss */
form .field-type-text,
form .field-type-list-text,
form .field-type-email {
  margin: 0 0 10px;
}
@media only screen and (min-width: 769px) {
  /* line 230, ../sass/_theme-forms.scss */
  form .field-type-text,
  form .field-type-list-text,
  form .field-type-email {
    float: left;
    margin-right: 1%;
    width: 49%;
  }
}
/* line 240, ../sass/_theme-forms.scss */
form input,
form textarea {
  background-color: #e7ebf3;
  border: none;
  color: #3e5163;
  margin: 0;
  resize: none;
  width: 100%;
  padding: 12px 15px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: inset 0 3px 0 #c8d0e1;
  -webkit-box-shadow: inset 0 3px 0 #c8d0e1;
  box-shadow: inset 0 3px 0 #c8d0e1;
}
/* line 190, ../sass/_mixins.scss */
form input::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #3e5163;
  background: #ffffff;
}
/* line 194, ../sass/_mixins.scss */
form input ::-moz-placeholder,
form textarea ::-moz-placeholder {
  /* Firefox 19+ */
  color: #3e5163;
  background: #ffffff;
}
/* line 198, ../sass/_mixins.scss */
form input :-ms-input-placeholder,
form textarea :-ms-input-placeholder {
  /* IE 10+ */
  color: #3e5163;
  background: #ffffff;
}
/* line 202, ../sass/_mixins.scss */
form input :-moz-placeholder,
form textarea :-moz-placeholder {
  /* Firefox 18- */
  color: #3e5163;
  background: #ffffff;
}
/* line 252, ../sass/_theme-forms.scss */
form input:focus,
form textarea:focus {
  outline: none;
}
/* line 255, ../sass/_theme-forms.scss */
form input[type="checkbox"],
form textarea[type="checkbox"] {
  width: auto;
  margin: 0 auto;
  position: relative;
  -moz-box-shadow: inset 0 0 0 0 #fff, inset 0 0 0 0 #fff;
  -webkit-box-shadow: inset 0 0 0 0 #fff, inset 0 0 0 0 #fff;
  box-shadow: inset 0 0 0 0 #fff, inset 0 0 0 0 #fff;
}
/* line 261, ../sass/_theme-forms.scss */
form input[type="radio"],
form textarea[type="radio"] {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 264, ../sass/_theme-forms.scss */
form input[type="submit"],
form textarea[type="submit"] {
  color: #ffffff;
  background-color: #3c5896;
  border: 1px solid #0d1925;
  font-size: 0.857em;
  letter-spacing: 2px;
  line-height: 1.286em;
  margin: 0 auto;
  padding: 11px 25px;
  position: relative;
  width: auto;
  -moz-box-shadow: inset 0 0 0 1px #6b8dbf, inset 0 0 0 1px #6b8dbf;
  -webkit-box-shadow: inset 0 0 0 1px #6b8dbf, inset 0 0 0 1px #6b8dbf;
  box-shadow: inset 0 0 0 1px #6b8dbf, inset 0 0 0 1px #6b8dbf;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
/* line 277, ../sass/_theme-forms.scss */
form input[type="submit"]:hover, form input[type="submit"]:focus,
form textarea[type="submit"]:hover,
form textarea[type="submit"]:focus {
  color: #243140;
  background-color: #99cb5a;
  border: 1px solid #99cb5a;
  -moz-box-shadow: inset 0 0 0 1px #ffe353, inset 0 0 0 1px #ffe353;
  -webkit-box-shadow: inset 0 0 0 1px #ffe353, inset 0 0 0 1px #ffe353;
  box-shadow: inset 0 0 0 1px #ffe353, inset 0 0 0 1px #ffe353;
}
/* line 286, ../sass/_theme-forms.scss */
form select {
  background: #e7ebf3 url("../images/caret-down-icon.png") right 15px top 50% no-repeat;
  background-size: 14px;
  border: 1px solid transparent;
  border: none;
  color: #3e5163;
  cursor: pointer;
  height: 42px;
  padding: 0 15px;
  padding-right: 20px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: inset 0 3px 0 #c8d0e1;
  -webkit-box-shadow: inset 0 3px 0 #c8d0e1;
  box-shadow: inset 0 3px 0 #c8d0e1;
}
/* line 302, ../sass/_theme-forms.scss */
form select:focus {
  outline: none;
  border: 1px solid #99cb5a;
  -moz-box-shadow: inset 0 3px 0 #99cb5a;
  -webkit-box-shadow: inset 0 3px 0 #99cb5a;
  box-shadow: inset 0 3px 0 #99cb5a;
}
/* line 306, ../sass/_theme-forms.scss */
form select.month {
  margin: 10px 0;
}
/* line 310, ../sass/_theme-forms.scss */
form select::-ms-expand {
  display: none;
}
/* line 314, ../sass/_theme-forms.scss */
form fieldset.form-wrapper {
  display: inline-block;
  width: 100%;
}
/* line 319, ../sass/_theme-forms.scss */
form .component-anchor {
  position: absolute;
  z-index: -1;
  top: -150px;
  display: block;
}

/* line 327, ../sass/_theme-forms.scss */
select::-ms-expand {
  display: none;
}

/* line 331, ../sass/_theme-forms.scss */
.grippie {
  display: none !important;
}

/* line 337, ../sass/_theme-forms.scss */
#content .views-exposed-form > div {
  width: 80%;
}

/* line 344, ../sass/_theme-forms.scss */
.views-exposed-form .views-exposed-widget {
  padding: 10px 0;
  width: 100%;
}
/* line 347, ../sass/_theme-forms.scss */
.views-exposed-form .views-exposed-widget.views-submit-button {
  width: auto;
}
/* line 349, ../sass/_theme-forms.scss */
.views-exposed-form .views-exposed-widget.views-submit-button input {
  margin: 0;
  width: auto;
}
/* line 354, ../sass/_theme-forms.scss */
.views-exposed-form .views-exposed-widget.views-reset-button {
  margin: 0 10px;
  text-align: center;
  width: auto;
}
/* line 358, ../sass/_theme-forms.scss */
.views-exposed-form .views-exposed-widget.views-reset-button input {
  color: #243140;
  background-color: #9dabca;
  border: none;
  font-family: "FontAwesome";
  font-size: 1.143em;
  margin: 0;
  padding: 12px;
  text-transform: none;
  width: auto;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 373, ../sass/_theme-forms.scss */
.views-exposed-form .webform-component--uid,
.views-exposed-form .webform-component-select,
.views-exposed-form .form-component--uid,
.views-exposed-form .form-component-select {
  width: 49% !Important;
}
/* line 379, ../sass/_theme-forms.scss */
.views-exposed-form .webform-component--combine,
.views-exposed-form .form-component--combine {
  width: 100% !Important;
}
/* line 384, ../sass/_theme-forms.scss */
.views-exposed-form .fieldset {
  border: none;
}

/* line 389, ../sass/_theme-forms.scss */
.reset-button {
  background-color: #3c5896;
  border: none;
  color: #ffffff;
  font-family: "AvenirNext-Regular", sans-serif;
  font-size: 0.857em;
  line-height: normal;
  letter-spacing: 2px;
  margin: 0;
  padding: 12px;
  text-transform: uppercase;
  width: auto;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 403, ../sass/_theme-forms.scss */
.reset-button .fa {
  font-family: "FontAwesome";
  font-size: 1.143em;
}

/* line 410, ../sass/_theme-forms.scss */
#block-webform-client-block-56 {
  background-color: #99cb5a;
  color: #243140;
  margin-bottom: 0;
}
/* line 414, ../sass/_theme-forms.scss */
#block-webform-client-block-56 .webform-client-form-56 {
  padding: 0 20px 12px 20px;
}
@media only screen and (min-width: 1020px) {
  /* line 410, ../sass/_theme-forms.scss */
  #block-webform-client-block-56 {
    box-sizing: border-box;
    float: right;
    min-height: 500px;
    width: 30%;
  }
}
/* line 423, ../sass/_theme-forms.scss */
#block-webform-client-block-56 h2 {
  background: #3e5163;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.286em;
  color: #ffffff;
  line-height: 1em;
  padding: 18px;
  border-bottom: 1px solid #e7ebf3;
}
/* line 435, ../sass/_theme-forms.scss */
#block-webform-client-block-56.orange-bg h2 {
  color: #243140;
  background-color: #99cb5a;
}
/* line 440, ../sass/_theme-forms.scss */
#block-webform-client-block-56 p {
  margin: 0;
}
/* line 443, ../sass/_theme-forms.scss */
#block-webform-client-block-56 .field-name-field-description {
  text-align: center;
  padding: 18px;
}
/* line 447, ../sass/_theme-forms.scss */
#block-webform-client-block-56 fieldset {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  clear: both;
  float: none;
}
/* line 455, ../sass/_theme-forms.scss */
#block-webform-client-block-56 fieldset .fieldset-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
/* line 460, ../sass/_theme-forms.scss */
#block-webform-client-block-56 fieldset .webform-component-checkboxes {
  box-sizing: border-box;
  flex: 0 1 auto;
  padding-right: 10px;
  width: 50%;
}
/* line 468, ../sass/_theme-forms.scss */
#block-webform-client-block-56 input[type="text"] {
  color: #3e5163;
  background-color: #ffffff;
}
/* line 472, ../sass/_theme-forms.scss */
#block-webform-client-block-56 input[type="email"] {
  color: #3e5163;
  background-color: #ffffff;
}
/* line 477, ../sass/_theme-forms.scss */
#block-webform-client-block-56 form .form-item.webform-component-checkboxes {
  margin: 0;
}
/* line 480, ../sass/_theme-forms.scss */
#block-webform-client-block-56 form .form-item .form-type-checkbox label:before {
  color: #3e5163;
  background: #ffffff;
}
/* line 484, ../sass/_theme-forms.scss */
#block-webform-client-block-56 form .form-item.webform-component-email {
  width: 100%;
}
/* line 487, ../sass/_theme-forms.scss */
#block-webform-client-block-56 form .form-item.webform-component--receive-newsletters p {
  clear: both;
  line-height: 1.59;
  margin: 0;
  text-align: center;
  font-size: .9em;
  font-weight: 400;
}
/* line 495, ../sass/_theme-forms.scss */
#block-webform-client-block-56 form .webform-component-checkboxes label {
  text-align: left;
}
/* line 498, ../sass/_theme-forms.scss */
#block-webform-client-block-56 form .webform-component-checkboxes .form-checkboxes {
  margin: 6px 0;
}
/* line 502, ../sass/_theme-forms.scss */
#block-webform-client-block-56 form .form-type-checkbox label {
  background: #f78f24;
  color: #243140;
  text-align: left;
  font-size: .9em;
  font-weight: 400;
}
/* line 509, ../sass/_theme-forms.scss */
#block-webform-client-block-56 form .form-item {
  min-height: 0;
}
/* line 512, ../sass/_theme-forms.scss */
#block-webform-client-block-56 form .form-actions {
  clear: both;
  margin: 12px auto 6px;
  text-align: center;
}
/* line 518, ../sass/_theme-forms.scss */
#block-webform-client-block-56 form .webform-component--your-dob {
  display: none;
}
/* line 522, ../sass/_theme-forms.scss */
#block-webform-client-block-56 form .webform-component--learn-of-us {
  display: none;
}
/* line 526, ../sass/_theme-forms.scss */
#block-webform-client-block-56 form .webform-component--relation-to-baby {
  display: none;
}

/* line 531, ../sass/_theme-forms.scss */
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  background: #ffffff;
  color: #3e5163;
}

/* line 535, ../sass/_theme-forms.scss */
::-moz-placeholder {
  /* Firefox 19+ */
  background: #ffffff;
  color: #3e5163;
}

/* line 539, ../sass/_theme-forms.scss */
:-ms-input-placeholder {
  /* IE 10+ */
  background: #ffffff;
  color: #3e5163;
}

/* line 543, ../sass/_theme-forms.scss */
:-moz-placeholder {
  /* Firefox 18- */
  background: #ffffff;
  color: #3e5163;
}

/* line 549, ../sass/_theme-forms.scss */
.node-type-gala-event-display .commerce-add-to-cart a {
  display: none;
}

/* line 553, ../sass/_theme-forms.scss */
.node-type-gala-event-display .field-name-field-gala-sponsor-level .form-item .form-item:last-child {
  display: none;
}

/* line 558, ../sass/_theme-forms.scss */
.commerce-add-to-cart a {
  display: none;
}

/* line 561, ../sass/_theme-forms.scss */
.body-image {
  padding: 0 12px 12px 0;
}

/* line 566, ../sass/_theme-forms.scss */
.webform-component-date {
  float: left;
  clear: both;
  width: 100%;
  margin-bottom: 0 !important;
}
/* line 571, ../sass/_theme-forms.scss */
.webform-component-date .form-type-select {
  display: inline-block !important;
}
/* line 574, ../sass/_theme-forms.scss */
.webform-component-date select {
  background-position: 90% 50%;
  padding: 0 24px 0 12px;
  margin: 4px;
}

/* line 580, ../sass/_theme-forms.scss */
.webform-component--participant-information--company--organization {
  width: 100% !important;
}

/* line 583, ../sass/_theme-forms.scss */
.webform-component--coat-and-scrub-information .webform-component--coat-and-scrub-information--sizing {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 590, ../sass/_theme-forms.scss */
form .form-item label.error {
  color: #3c5896;
  background-color: transparent;
  margin-bottom: 10px;
}

/* line 596, ../sass/_theme-forms.scss */
.error, .messages--error {
  border: 1px solid #b50b0b;
  -moz-box-shadow: inset 0 3px 0 #b50b0b;
  -webkit-box-shadow: inset 0 3px 0 #b50b0b;
  box-shadow: inset 0 3px 0 #b50b0b;
  color: #535353;
}

/* line 603, ../sass/_theme-forms.scss */
.hasDatepicker {
  height: 30px;
  width: 30px;
  margin: 10px 6px;
  top: 4px;
}

/* line 610, ../sass/_theme-forms.scss */
#merged_form .hasDatepicker {
  width: auto !important;
}
/* line 613, ../sass/_theme-forms.scss */
#merged_form .container-inline-date .form-item input, #merged_form .container-inline-date .form-item select, #merged_form .container-inline-date .form-item option {
  margin: 0 !important;
}
/* line 616, ../sass/_theme-forms.scss */
#merged_form .date-clear {
  width: auto !important;
}

/* line 622, ../sass/_theme-forms.scss */
.form-text, .form-time, .form-date {
  height: 42px;
}

/* line 627, ../sass/_theme-forms.scss */
.webform-component-fieldset.boxed {
  border: 2px solid #e7ebf3;
  padding: 20px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 631, ../sass/_theme-forms.scss */
.webform-component-fieldset.boxed legend {
  margin: 0 0 10px 0;
}

/* line 75, ../sass/_mixins.scss */
.form-checkboxes:after {
  clear: both;
  content: '';
  display: table;
}
/* line 637, ../sass/_theme-forms.scss */
.form-checkboxes.two-columns, .form-checkboxes.three-columns {
  margin: -5px 0;
}
/* line 640, ../sass/_theme-forms.scss */
.form-checkboxes.two-columns .form-item, .form-checkboxes.three-columns .form-item {
  clear: both;
  margin: 5px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 769px) {
  /* line 640, ../sass/_theme-forms.scss */
  .form-checkboxes.two-columns .form-item, .form-checkboxes.three-columns .form-item {
    clear: none;
    float: left;
    padding-right: 20px;
    width: 50%;
  }
}
/* line 650, ../sass/_theme-forms.scss */
.form-checkboxes.two-columns .form-item label, .form-checkboxes.three-columns .form-item label {
  margin: 0;
}
@media only screen and (min-width: 1020px) {
  /* line 655, ../sass/_theme-forms.scss */
  .form-checkboxes.three-columns .form-item {
    width: 33.33%;
  }
}
@media only screen and (min-width: 769px) {
  /* line 660, ../sass/_theme-forms.scss */
  .form-checkboxes.two-lines .form-item {
    min-height: 42px;
  }
}

/* line 666, ../sass/_theme-forms.scss */
.hide-required .form-required {
  display: none;
}

/* line 669, ../sass/_theme-forms.scss */
form .inline-date {
  padding-bottom: 10px;
}
/* line 671, ../sass/_theme-forms.scss */
form .inline-date label {
  margin-bottom: 4px;
}
/* line 674, ../sass/_theme-forms.scss */
form .inline-date .form-item {
  margin-bottom: 0;
}
/* line 676, ../sass/_theme-forms.scss */
form .inline-date .form-item select {
  margin: 0;
}
/* line 679, ../sass/_theme-forms.scss */
form .inline-date .form-item label {
  display: none;
}
/* line 683, ../sass/_theme-forms.scss */
form .inline-date .webform-calendar {
  margin: 0;
}
@media only screen and (min-width: 769px) {
  /* line 687, ../sass/_theme-forms.scss */
  form .inline-date label {
    display: inline-block;
    padding-right: 10px;
  }
  /* line 691, ../sass/_theme-forms.scss */
  form .inline-date .webform-container-inline {
    display: inline-block;
  }
}

/* line 698, ../sass/_theme-forms.scss */
.page-make-gift #content {
  padding: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 769px) {
  /* line 698, ../sass/_theme-forms.scss */
  .page-make-gift #content {
    padding: 40px 60px;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 698, ../sass/_theme-forms.scss */
  .page-make-gift #content {
    padding: 55px 60px;
  }
}
/* line 708, ../sass/_theme-forms.scss */
.page-make-gift #content form label {
  display: none;
}
/* line 711, ../sass/_theme-forms.scss */
.page-make-gift #content form .form-type-textfield,
.page-make-gift #content form .form-type-select {
  min-height: 70px;
}
@media only screen and (min-width: 1020px) {
  /* line 711, ../sass/_theme-forms.scss */
  .page-make-gift #content form .form-type-textfield,
  .page-make-gift #content form .form-type-select {
    float: left;
    margin: 0 1% 10px 0;
    width: 49%;
  }
}
/* line 720, ../sass/_theme-forms.scss */
.page-make-gift #content form .form-type-checkbox,
.page-make-gift #content form .form-type-radios {
  clear: both;
  min-height: 0;
}
/* line 724, ../sass/_theme-forms.scss */
.page-make-gift #content form .form-type-checkbox label,
.page-make-gift #content form .form-type-radios label {
  display: inline-block;
}
/* line 729, ../sass/_theme-forms.scss */
.page-make-gift #content form .form-item-card-type select {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  width: 50%;
}
/* line 735, ../sass/_theme-forms.scss */
.page-make-gift #content form .form-item-card-type .description {
  display: inline-block;
  vertical-align: middle;
  width: 45%;
}

/* line 746, ../sass/_theme-forms.scss */
#user-login {
  max-width: 300px;
  margin: 0 auto;
}

/* line 752, ../sass/_theme-forms.scss */
#tgh-popup-first {
  background: #99cb5a;
  display: block;
  box-sizing: border-box;
  float: left;
  font-size: 1.2em;
  padding: 6px 12px;
  width: 100%;
  color: #243140;
  border-radius: 0 0 6px 6px;
}
/* line 761, ../sass/_theme-forms.scss */
#tgh-popup-first .tgh-name {
  width: auto !important;
  padding-right: 12px;
}
/* line 765, ../sass/_theme-forms.scss */
#tgh-popup-first .tgh-name-in {
  font-weight: 600;
  cursor: pointer;
  display: block;
  padding-right: 1%;
}
/* line 770, ../sass/_theme-forms.scss */
#tgh-popup-first .tgh-name-in:hover {
  background: #f78f24;
  color: #243140;
}
/* line 775, ../sass/_theme-forms.scss */
#tgh-popup-first .name-out {
  display: none;
}

/* line 780, ../sass/_theme-forms.scss */
#tgh-popup-last {
  background: #99cb5a;
  display: block;
  box-sizing: border-box;
  float: left;
  font-size: 1.2em;
  padding: 6px 12px;
  width: 100%;
  color: #243140;
  border-radius: 0 0 6px 6px;
}
/* line 789, ../sass/_theme-forms.scss */
#tgh-popup-last .tgh-name {
  width: auto !important;
  padding-right: 12px;
}
/* line 793, ../sass/_theme-forms.scss */
#tgh-popup-last .tgh-name-in {
  font-weight: 600;
  cursor: pointer;
}
/* line 796, ../sass/_theme-forms.scss */
#tgh-popup-last .tgh-name-in:hover {
  background: #f78f24;
  color: #243140;
}
/* line 801, ../sass/_theme-forms.scss */
#tgh-popup-last .name-out {
  display: none;
}

/* line 809, ../sass/_theme-forms.scss */
.form-item.webform-component .ada-input-wrapper {
  position: relative;
}
/* line 812, ../sass/_theme-forms.scss */
.form-item.webform-component .ada-label-container {
  padding-bottom: 0.3em;
}
/* line 816, ../sass/_theme-forms.scss */
.form-item.webform-component .ada-label-container .ada-label {
  color: #3c5896;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 0.25em;
}
/* line 824, ../sass/_theme-forms.scss */
.form-item.webform-component .ada-label-container .ada-description {
  color: #535353;
  font-size: 0.85em;
  font-weight: normal;
  line-height: 1.2;
  padding-bottom: 0.25em;
}
/* line 834, ../sass/_theme-forms.scss */
.form-item.webform-component.webform-component-webform_time input[type="time"] {
  width: 200px;
}
/* line 839, ../sass/_theme-forms.scss */
.form-item.webform-component.webform-component-date select {
  margin: 0;
}
/* line 843, ../sass/_theme-forms.scss */
.form-item.webform-component.webform-component-date input[type="date"] {
  /*width:250px;*/
}
/* line 852, ../sass/_theme-forms.scss */
.form-item.webform-component.webform-component-textfield input,
.form-item.webform-component.webform-component-textfield textarea, .form-item.webform-component.webform-component-textarea input,
.form-item.webform-component.webform-component-textarea textarea, .form-item.webform-component.webform-component-email input,
.form-item.webform-component.webform-component-email textarea, .form-item.webform-component.webform-component-date input,
.form-item.webform-component.webform-component-date textarea, .form-item.webform-component.webform-component-webform_time input,
.form-item.webform-component.webform-component-webform_time textarea {
  border: 1px solid transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 856, ../sass/_theme-forms.scss */
.form-item.webform-component.webform-component-textfield input:focus,
.form-item.webform-component.webform-component-textfield textarea:focus, .form-item.webform-component.webform-component-textarea input:focus,
.form-item.webform-component.webform-component-textarea textarea:focus, .form-item.webform-component.webform-component-email input:focus,
.form-item.webform-component.webform-component-email textarea:focus, .form-item.webform-component.webform-component-date input:focus,
.form-item.webform-component.webform-component-date textarea:focus, .form-item.webform-component.webform-component-webform_time input:focus,
.form-item.webform-component.webform-component-webform_time textarea:focus {
  border: 1px solid #3e5163;
  -moz-box-shadow: inset 0 3px 0 #3e5163;
  -webkit-box-shadow: inset 0 3px 0 #3e5163;
  box-shadow: inset 0 3px 0 #3e5163;
}
/* line 862, ../sass/_theme-forms.scss */
.form-item.webform-component .webform-container-inline {
  vertical-align: middle;
}
/* line 864, ../sass/_theme-forms.scss */
.form-item.webform-component .webform-container-inline > div {
  display: inline-block;
}
/* line 866, ../sass/_theme-forms.scss */
.form-item.webform-component .webform-container-inline > div .form-item {
  display: inline-block;
  float: none;
}
/* line 869, ../sass/_theme-forms.scss */
.form-item.webform-component .webform-container-inline > div .form-item label {
  margin: 0;
}
/* line 880, ../sass/_theme-forms.scss */
.form-item.webform-component.webform-component-textfield .ada-wrapper a, .form-item.webform-component.webform-component-textarea .ada-wrapper a, .form-item.webform-component.webform-component-email .ada-wrapper a, .form-item.webform-component.webform-component-date.native .ada-wrapper a {
  display: block;
}
/* line 885, ../sass/_theme-forms.scss */
.form-item.webform-component.webform-component-textfield .ada-wrapper[data-error]:after, .form-item.webform-component.webform-component-textarea .ada-wrapper[data-error]:after, .form-item.webform-component.webform-component-email .ada-wrapper[data-error]:after, .form-item.webform-component.webform-component-date.native .ada-wrapper[data-error]:after {
  content: attr(data-error);
  display: block;
  color: #b50b0b;
  font-size: 0.85em;
  font-weight: normal;
  line-height: 1.2;
  padding-top: 0.7em;
}
/* line 895, ../sass/_theme-forms.scss */
.form-item.webform-component.webform-component-textfield input,
.form-item.webform-component.webform-component-textfield textarea, .form-item.webform-component.webform-component-textarea input,
.form-item.webform-component.webform-component-textarea textarea, .form-item.webform-component.webform-component-email input,
.form-item.webform-component.webform-component-email textarea, .form-item.webform-component.webform-component-date.native input,
.form-item.webform-component.webform-component-date.native textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 898, ../sass/_theme-forms.scss */
.form-item.webform-component.webform-component-textfield input:focus,
.form-item.webform-component.webform-component-textfield textarea:focus, .form-item.webform-component.webform-component-textarea input:focus,
.form-item.webform-component.webform-component-textarea textarea:focus, .form-item.webform-component.webform-component-email input:focus,
.form-item.webform-component.webform-component-email textarea:focus, .form-item.webform-component.webform-component-date.native input:focus,
.form-item.webform-component.webform-component-date.native textarea:focus {
  border: 1px solid #3e5163;
  -moz-box-shadow: inset 0 3px 0 #3e5163;
  -webkit-box-shadow: inset 0 3px 0 #3e5163;
  box-shadow: inset 0 3px 0 #3e5163;
}

/* Webform Checkbox and Radios */
/* line 909, ../sass/_theme-forms.scss */
.form-item:not(.description-above) .ada-wrapper[data-description]:after {
  /* Move Description Below for better UI while keeping within label */
  content: attr(data-description);
  display: block;
  color: #535353;
  font-size: 0.85em;
  font-weight: normal;
  line-height: 1.2;
  padding-top: 0.7em;
}

/* line 926, ../sass/_theme-forms.scss */
.ada-input.title-inline .ada-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
/* line 930, ../sass/_theme-forms.scss */
.ada-input.title-inline .ada-wrapper label {
  position: relative;
  text-align: left;
  display: block;
  padding-right: 15px;
  flex: 0 1 auto;
}
/* line 936, ../sass/_theme-forms.scss */
.ada-input.title-inline .ada-wrapper label .ada-label {
  position: relative;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 941, ../sass/_theme-forms.scss */
.ada-input.title-inline .ada-wrapper .ada-input-wrapper {
  flex: 0 1 auto;
  display: block;
  position: relative;
  width: 100%;
}
/* line 946, ../sass/_theme-forms.scss */
.ada-input.title-inline .ada-wrapper .ada-input-wrapper input {
  width: 100%;
}

/* line 955, ../sass/_theme-forms.scss */
input[type="radio"],
input[type="checkbox"] {
  z-index: -999;
  left: -10000px;
  position: absolute;
}
/* line 962, ../sass/_theme-forms.scss */
input[type="radio"] + label,
input[type="checkbox"] + label {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  text-align: left;
  cursor: pointer;
  position: relative;
  z-index: 100;
  padding-left: 35px;
  margin-bottom: 15px;
  margin-right: 15px;
  margin-top: 0;
  min-height: 35px;
  line-height: 1.5;
}
/* line 976, ../sass/_theme-forms.scss */
input[type="radio"] + label > span.title-text,
input[type="checkbox"] + label > span.title-text {
  display: inline-block;
  vertical-align: middle;
}
/* line 981, ../sass/_theme-forms.scss */
input[type="radio"] + label:before,
input[type="checkbox"] + label:before {
  content: "";
  color: #3e5163;
  background: #c8cfd7;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  margin-right: 10px;
  width: 28px;
  height: 28px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: -1px -1px #3e5163;
  -webkit-box-shadow: -1px -1px #3e5163;
  box-shadow: -1px -1px #3e5163;
  border: 1px solid #b7bdc9;
}

/* line 1003, ../sass/_theme-forms.scss */
input[type="radio"]:checked + label:after {
  content: "";
  display: block;
  background: #3c5896;
  position: absolute;
  left: 14px;
  top: 14px;
  height: 12px;
  width: 12px;
  text-align: center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 1020, ../sass/_theme-forms.scss */
input[type="checkbox"] + label:before {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-top: 1px solid #3e5163;
  border-left: 1px solid #3e5163;
}
/* line 1026, ../sass/_theme-forms.scss */
input[type="checkbox"]:checked + label:after {
  content: "\02713";
  font-size: 1.4286em;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 28px;
  width: 28px;
  line-height: 1.399972;
  font-weight: bold;
  text-align: center;
  color: #243140;
}

/* No JavaScript */
/* line 1043, ../sass/_theme-forms.scss */
body.no-js .webform-calendar {
  display: none;
}
/* line 1047, ../sass/_theme-forms.scss */
body.no-js .ada-wrapper[data-description]:after {
  content: '' !Important;
  display: none;
}

/* line 1055, ../sass/_theme-forms.scss */
.white-form-inputs input,
.white-form-inputs textarea {
  background: #ffffff;
  color: #243140;
  border: 1px solid #99cb5a;
  -moz-box-shadow: inset 0 3px 0 #99cb5a;
  -webkit-box-shadow: inset 0 3px 0 #99cb5a;
  box-shadow: inset 0 3px 0 #99cb5a;
}
/* line 190, ../sass/_mixins.scss */
.white-form-inputs input::-webkit-input-placeholder,
.white-form-inputs textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #3e5163;
  background: #ffffff;
}
/* line 194, ../sass/_mixins.scss */
.white-form-inputs input ::-moz-placeholder,
.white-form-inputs textarea ::-moz-placeholder {
  /* Firefox 19+ */
  color: #3e5163;
  background: #ffffff;
}
/* line 198, ../sass/_mixins.scss */
.white-form-inputs input :-ms-input-placeholder,
.white-form-inputs textarea :-ms-input-placeholder {
  /* IE 10+ */
  color: #3e5163;
  background: #ffffff;
}
/* line 202, ../sass/_mixins.scss */
.white-form-inputs input :-moz-placeholder,
.white-form-inputs textarea :-moz-placeholder {
  /* Firefox 18- */
  color: #3e5163;
  background: #ffffff;
}

/* line 1064, ../sass/_theme-forms.scss */
input[type="text"]:focus {
  border: 1px solid #99cb5a;
  -moz-box-shadow: inset 0 3px 0 #99cb5a;
  -webkit-box-shadow: inset 0 3px 0 #99cb5a;
  box-shadow: inset 0 3px 0 #99cb5a;
}

/* line 1070, ../sass/_theme-forms.scss */
.views-widget > .form-type-radios > label {
  display: none !Important;
}

/* line 1075, ../sass/_theme-forms.scss */
.form-item.webform-component {
  /* Input Group Default Border NOT modified */
}
/* line 1079, ../sass/_theme-forms.scss */
.form-item.webform-component .ada-wrapper.modified {
  /* Valid and Focused */
  /* Valid and NOT Focused */
  /* Invalid and NOT Focused */
  /* Invalid Input State Icon */
  /* Valid Input State Icon (Checkmark) */
  /* Valid Input State Icon (Checkmark) 2 */
  /* Invalid Has Notice Accent Color */
  /* Invalid Focused Accent Color */
  /* Input Group Default Border */
  /* Input Group Invalid Border */
  /* Input Group Valid Border */
}
/* line 1081, ../sass/_theme-forms.scss */
.form-item.webform-component .ada-wrapper.modified .input-state {
  position: absolute;
  right: 0;
  top: 50%;
  width: 30px;
  height: 30px;
  background: #e7ebf3;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  line-height: 2.14286rem;
}
/* line 1094, ../sass/_theme-forms.scss */
.form-item.webform-component .ada-wrapper.modified select:not(:focus) {
  padding-left: 40px;
}
/* line 1098, ../sass/_theme-forms.scss */
.form-item.webform-component .ada-wrapper.modified input[type="text"]:focus {
  border: 1px solid #3e5163;
  -moz-box-shadow: inset 0 3px 0 #3e5163;
  -webkit-box-shadow: inset 0 3px 0 #3e5163;
  box-shadow: inset 0 3px 0 #3e5163;
}
/* line 1102, ../sass/_theme-forms.scss */
.form-item.webform-component .ada-wrapper.modified input:not([type="checkbox"]):not([type="radio"]):not(:focus) {
  text-indent: 30px;
}
/* line 1106, ../sass/_theme-forms.scss */
.form-item.webform-component .ada-wrapper.modified select:not(:focus) ~ .input-state,
.form-item.webform-component .ada-wrapper.modified input:not([type="checkbox"]):not([type="radio"]):not(:focus) ~ .input-state {
  left: 5px;
  top: 8px;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 1114, ../sass/_theme-forms.scss */
.form-item.webform-component .ada-wrapper.modified input:focus ~ .input-state {
  display: none;
}
/* line 1119, ../sass/_theme-forms.scss */
.form-item.webform-component .ada-wrapper.modified textarea:valid:focus,
.form-item.webform-component .ada-wrapper.modified input:valid:focus,
.form-item.webform-component .ada-wrapper.modified select:valid:focus {
  border: 1px solid #1ab50c;
  -moz-box-shadow: inset 0 3px 0 #1ab50c;
  -webkit-box-shadow: inset 0 3px 0 #1ab50c;
  box-shadow: inset 0 3px 0 #1ab50c;
}
/* line 1126, ../sass/_theme-forms.scss */
.form-item.webform-component .ada-wrapper.modified textarea:valid:not(:focus) ~ .input-state,
.form-item.webform-component .ada-wrapper.modified input:valid:not(:focus) ~ .input-state,
.form-item.webform-component .ada-wrapper.modified select:valid:not(:focus) ~ .input-state {
  background-color: #1ab50c;
}
/* line 1133, ../sass/_theme-forms.scss */
.form-item.webform-component .ada-wrapper.modified textarea:invalid:not(:focus) ~ .input-state,
.form-item.webform-component .ada-wrapper.modified input:invalid:not(:focus) ~ .input-state,
.form-item.webform-component .ada-wrapper.modified select:invalid:not(:focus) ~ .input-state {
  background-color: #b50b0b;
}
/* line 1140, ../sass/_theme-forms.scss */
.form-item.webform-component .ada-wrapper.modified textarea:invalid:not(:focus) ~ .input-state:before,
.form-item.webform-component .ada-wrapper.modified input:invalid:not(:focus) ~ .input-state:before,
.form-item.webform-component .ada-wrapper.modified select:invalid:not(:focus) ~ .input-state:before {
  content: "!";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.2em;
  font-family: "FontAwesome";
}
/* line 1151, ../sass/_theme-forms.scss */
.form-item.webform-component .ada-wrapper.modified textarea:valid:not(:focus) ~ .input-state:after,
.form-item.webform-component .ada-wrapper.modified input:valid:not(:focus) ~ .input-state:after,
.form-item.webform-component .ada-wrapper.modified select:valid:not(:focus) ~ .input-state:after {
  content: "";
  display: block;
  position: absolute;
  height: 20px;
  width: 5px;
  background: #ffffff;
  transform-origin: bottom left;
  left: 35%;
  bottom: 8px;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
/* line 1167, ../sass/_theme-forms.scss */
.form-item.webform-component .ada-wrapper.modified textarea:valid:not(:focus) ~ .input-state:before,
.form-item.webform-component .ada-wrapper.modified input:valid:not(:focus) ~ .input-state:before,
.form-item.webform-component .ada-wrapper.modified select:valid:not(:focus) ~ .input-state:before {
  content: "";
  display: block;
  position: absolute;
  height: 7px;
  width: 5px;
  background: #ffffff;
  transform-origin: bottom left;
  left: 35%;
  bottom: 8px;
  -webkit-transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
/* line 1183, ../sass/_theme-forms.scss */
.form-item.webform-component .ada-wrapper.modified textarea:invalid:focus,
.form-item.webform-component .ada-wrapper.modified input:invalid:focus,
.form-item.webform-component .ada-wrapper.modified select:invalid:focus, .form-item.webform-component .ada-wrapper.modified.has-notice textarea:invalid, .form-item.webform-component .ada-wrapper.modified.has-notice input:invalid, .form-item.webform-component .ada-wrapper.modified.has-notice select:invalid {
  border: 1px solid #b50b0b;
  -moz-box-shadow: inset 0 3px 0 #b50b0b;
  -webkit-box-shadow: inset 0 3px 0 #b50b0b;
  box-shadow: inset 0 3px 0 #b50b0b;
}
/* line 1193, ../sass/_theme-forms.scss */
.form-item.webform-component .ada-wrapper.modified textarea:invalid:focus,
.form-item.webform-component .ada-wrapper.modified input:invalid:focus,
.form-item.webform-component .ada-wrapper.modified select:invalid:focus {
  border: 1px solid #e2c000;
  -moz-box-shadow: inset 0 3px 0 #e2c000;
  -webkit-box-shadow: inset 0 3px 0 #e2c000;
  box-shadow: inset 0 3px 0 #e2c000;
}
/* line 1200, ../sass/_theme-forms.scss */
.form-item.webform-component .ada-wrapper.modified input:focus ~ .onfocus {
  border: 1px solid #3e5163;
  -moz-box-shadow: inset 0 3px 0 #3e5163;
  -webkit-box-shadow: inset 0 3px 0 #3e5163;
  box-shadow: inset 0 3px 0 #3e5163;
}
/* line 1205, ../sass/_theme-forms.scss */
.form-item.webform-component .ada-wrapper.modified:not(.valid) input:focus ~ .onfocus, .form-item.webform-component .ada-wrapper.modified.has-notice:not(.valid) input ~ .onfocus {
  border: 1px solid #b50b0b;
  -moz-box-shadow: inset 0 3px 0 #b50b0b;
  -webkit-box-shadow: inset 0 3px 0 #b50b0b;
  box-shadow: inset 0 3px 0 #b50b0b;
}
/* line 1211, ../sass/_theme-forms.scss */
.form-item.webform-component .ada-wrapper.modified input:focus ~ input:valid ~ .onfocus,
.form-item.webform-component .ada-wrapper.modified input:valid + input:focus ~ .onfocus, .form-item.webform-component .ada-wrapper.modified.valid input:focus ~ .onfocus,
.form-item.webform-component .ada-wrapper.modified input:focus:valid ~ .onfocus {
  border: 1px solid #1ab50c;
  -moz-box-shadow: inset 0 3px 0 #1ab50c;
  -webkit-box-shadow: inset 0 3px 0 #1ab50c;
  box-shadow: inset 0 3px 0 #1ab50c;
}
/* line 1222, ../sass/_theme-forms.scss */
.form-item.webform-component input:focus ~ .onfocus {
  border: 1px solid #3e5163;
  -moz-box-shadow: inset 0 3px 0 #3e5163;
  -webkit-box-shadow: inset 0 3px 0 #3e5163;
  box-shadow: inset 0 3px 0 #3e5163;
}
/* line 1226, ../sass/_theme-forms.scss */
.form-item.webform-component input[type="text"]:focus {
  border: 1px solid #3e5163;
  -moz-box-shadow: inset 0 3px 0 #3e5163;
  -webkit-box-shadow: inset 0 3px 0 #3e5163;
  box-shadow: inset 0 3px 0 #3e5163;
}

/* line 1234, ../sass/_theme-forms.scss */
.ada-wrapper:not(.modified) .ada-input-wrapper {
  padding-right: 0;
}
/* line 1236, ../sass/_theme-forms.scss */
.ada-wrapper:not(.modified) .ada-input-wrapper .input-state {
  display: none;
}

/* Webform Adaptive Placeholders */
/* line 1246, ../sass/_theme-forms.scss */
.webform-component-textfield .ada-wrapper.placeholder, .webform-component-email .ada-wrapper.placeholder, .webform-component-textarea .ada-wrapper.placeholder, .webform-component-email .ada-wrapper.placeholder {
  padding-top: 1.5em;
}
/* line 1250, ../sass/_theme-forms.scss */
.webform-component-textfield .ada-wrapper.placeholder .ada-input-wrapper, .webform-component-email .ada-wrapper.placeholder .ada-input-wrapper, .webform-component-textarea .ada-wrapper.placeholder .ada-input-wrapper, .webform-component-email .ada-wrapper.placeholder .ada-input-wrapper {
  position: relative;
}
/* line 1254, ../sass/_theme-forms.scss */
.webform-component-textfield .ada-wrapper.placeholder .ada-input-wrapper input:focus + label .ada-placeholder,
.webform-component-textfield .ada-wrapper.placeholder .ada-input-wrapper textarea:focus + label .ada-placeholder, .webform-component-email .ada-wrapper.placeholder .ada-input-wrapper input:focus + label .ada-placeholder,
.webform-component-email .ada-wrapper.placeholder .ada-input-wrapper textarea:focus + label .ada-placeholder, .webform-component-textarea .ada-wrapper.placeholder .ada-input-wrapper input:focus + label .ada-placeholder,
.webform-component-textarea .ada-wrapper.placeholder .ada-input-wrapper textarea:focus + label .ada-placeholder, .webform-component-email .ada-wrapper.placeholder .ada-input-wrapper input:focus + label .ada-placeholder,
.webform-component-email .ada-wrapper.placeholder .ada-input-wrapper textarea:focus + label .ada-placeholder {
  /* background: #c8d0e1; */
  background: #ffffff;
  color: #3e5163;
}
/* line 1260, ../sass/_theme-forms.scss */
.webform-component-textfield .ada-wrapper.placeholder .ada-input-wrapper label, .webform-component-email .ada-wrapper.placeholder .ada-input-wrapper label, .webform-component-textarea .ada-wrapper.placeholder .ada-input-wrapper label, .webform-component-email .ada-wrapper.placeholder .ada-input-wrapper label {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
}
/* line 1266, ../sass/_theme-forms.scss */
.webform-component-textfield .ada-wrapper.placeholder .ada-input-wrapper label .ada-label, .webform-component-email .ada-wrapper.placeholder .ada-input-wrapper label .ada-label, .webform-component-textarea .ada-wrapper.placeholder .ada-input-wrapper label .ada-label, .webform-component-email .ada-wrapper.placeholder .ada-input-wrapper label .ada-label {
  display: none;
}
/* line 1269, ../sass/_theme-forms.scss */
.webform-component-textfield .ada-wrapper.placeholder .ada-input-wrapper label .ada-placeholder, .webform-component-email .ada-wrapper.placeholder .ada-input-wrapper label .ada-placeholder, .webform-component-textarea .ada-wrapper.placeholder .ada-input-wrapper label .ada-placeholder, .webform-component-email .ada-wrapper.placeholder .ada-input-wrapper label .ada-placeholder {
  position: absolute;
  text-transform: uppercase;
  line-height: 1;
  top: calc( 50% + 2px );
  left: 1em;
  white-space: nowrap;
  color: #535353;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 1285, ../sass/_theme-forms.scss */
.webform-component-textfield .ada-wrapper:not(.empty) input + label .ada-placeholder,
.webform-component-textfield input:focus + label .ada-placeholder, .webform-component-email .ada-wrapper:not(.empty) input + label .ada-placeholder,
.webform-component-email input:focus + label .ada-placeholder, .webform-component-textarea .ada-wrapper:not(.empty) input + label .ada-placeholder,
.webform-component-textarea input:focus + label .ada-placeholder, .webform-component-email .ada-wrapper:not(.empty) input + label .ada-placeholder,
.webform-component-email input:focus + label .ada-placeholder {
  border-top-right-radius: 5px;
  font-size: 0.8em;
  background: #3e5163;
  color: #ffffff;
  padding: 5px 5px 4px 5px;
  top: 4px !Important;
  left: 0 !Important;
  padding-bottom: 0.35em;
  -webkit-transform: translateY(-100%) !important;
  -moz-transform: translateY(-100%) !important;
  -ms-transform: translateY(-100%) !important;
  transform: translateY(-100%) !important;
}
/* line 1298, ../sass/_theme-forms.scss */
.webform-component-textfield .ada-wrapper:not(.empty) input:not(:focus) + label .ada-placeholder, .webform-component-email .ada-wrapper:not(.empty) input:not(:focus) + label .ada-placeholder, .webform-component-textarea .ada-wrapper:not(.empty) input:not(:focus) + label .ada-placeholder, .webform-component-email .ada-wrapper:not(.empty) input:not(:focus) + label .ada-placeholder {
  background: #c8cfd7;
  color: #3e5163;
}
/* line 1303, ../sass/_theme-forms.scss */
.webform-component-textfield .ada-wrapper input:valid:focus + label .ada-placeholder, .webform-component-email .ada-wrapper input:valid:focus + label .ada-placeholder, .webform-component-textarea .ada-wrapper input:valid:focus + label .ada-placeholder, .webform-component-email .ada-wrapper input:valid:focus + label .ada-placeholder {
  background: #1ab50c !important;
  color: #ffffff !important;
}
/* line 1308, ../sass/_theme-forms.scss */
.webform-component-textfield .ada-wrapper.modified input:invalid:focus + label .ada-placeholder, .webform-component-email .ada-wrapper.modified input:invalid:focus + label .ada-placeholder, .webform-component-textarea .ada-wrapper.modified input:invalid:focus + label .ada-placeholder, .webform-component-email .ada-wrapper.modified input:invalid:focus + label .ada-placeholder {
  background: #e2c000 !important;
  color: #ffffff !important;
}
/* line 1313, ../sass/_theme-forms.scss */
.webform-component-textfield .ada-wrapper.modified.has-notice input:invalid + label .ada-placeholder, .webform-component-email .ada-wrapper.modified.has-notice input:invalid + label .ada-placeholder, .webform-component-textarea .ada-wrapper.modified.has-notice input:invalid + label .ada-placeholder, .webform-component-email .ada-wrapper.modified.has-notice input:invalid + label .ada-placeholder {
  background: #b50b0b !important;
  color: #ffffff !important;
}

/* line 1322, ../sass/_theme-forms.scss */
fieldset .webform-container-inline legend {
  float: left;
  min-height: 46px;
  max-width: 50%;
  text-transform: none;
  color: #535353;
  font-size: 1em;
  font-weight: normal;
  position: relative;
}
/* line 1331, ../sass/_theme-forms.scss */
fieldset .webform-container-inline legend .ada-label {
  display: block;
  font-weight: normal !Important;
  position: relative;
  margin-top: 23px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 1339, ../sass/_theme-forms.scss */
fieldset .webform-container-inline .options {
  padding-right: 0 !Important;
}
/* line 1345, ../sass/_theme-forms.scss */
fieldset.webform-component-radios legend, fieldset.webform-component-checkboxes legend {
  text-transform: none;
  font-size: 1em;
}

/* ADA Notice Tooltip */
/* line 1355, ../sass/_theme-forms.scss */
.ada-notice-anchor {
  position: absolute;
  z-index: 400;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
}
/* line 1363, ../sass/_theme-forms.scss */
.ada-notice-anchor .ada-notice {
  position: absolute;
  background: #ffffff;
  padding: 0;
  bottom: 0;
  left: 0;
  font-size: 0.8em;
  font-weight: normal;
  color: #b50b0b;
  min-width: 200px;
  border: 1px solid #b50b0b;
}
/* line 1376, ../sass/_theme-forms.scss */
.ada-notice-anchor .ada-notice h3 {
  display: block;
  margin: 0;
  padding: 5px 10px;
  background: #b50b0b;
  color: #ffffff;
  font-size: 0.8571em;
  white-space: nowrap;
}
/* line 1386, ../sass/_theme-forms.scss */
.ada-notice-anchor .ada-notice .content {
  padding: 10px;
  background: #ffffff;
  color: #535353;
}
/* line 1392, ../sass/_theme-forms.scss */
.ada-notice-anchor .ada-notice:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #ffffff transparent transparent transparent;
}
/* line 1405, ../sass/_theme-forms.scss */
.ada-notice-anchor .ada-notice:before {
  content: "";
  position: absolute;
  display: block;
  bottom: -11px;
  left: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #b50b0b transparent transparent transparent;
}
/* line 1418, ../sass/_theme-forms.scss */
.ada-notice-anchor .ada-notice ul {
  margin: 0;
  padding: 0;
  list-style-position: outside;
  padding-left: 15px;
}
/* line 1423, ../sass/_theme-forms.scss */
.ada-notice-anchor .ada-notice ul li {
  line-height: 1.4;
  white-space: nowrap;
}

/* line 1433, ../sass/_theme-forms.scss */
.form-errors {
  border: 1px solid #b50b0b;
  background: #ffffff;
}
/* line 1436, ../sass/_theme-forms.scss */
.form-errors #form-error-heading {
  text-decoration: none;
  background: #b50b0b !important;
  color: #ffffff !important;
  display: block;
  position: relative;
  border: 0 !Important;
  text-align: left;
  padding: 15px 10px;
}
/* line 1445, ../sass/_theme-forms.scss */
.form-errors #form-error-heading:before {
  content: "X";
  display: block;
  font-weight: bold;
  z-index: 100;
  width: 40px;
  height: 40px;
  line-height: 3.07143rem;
  text-align: center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #ffffff;
  color: #b50b0b;
  position: absolute;
  left: 20px;
  top: 15px;
  letter-spacing: 0;
}
/* line 1462, ../sass/_theme-forms.scss */
.form-errors #form-error-heading:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 25px 0 25px;
  border-color: #b50b0b transparent transparent transparent;
}
/* line 1475, ../sass/_theme-forms.scss */
.form-errors h2 {
  display: block;
  position: relative;
  padding: 0 !Important;
  margin: 0;
  background: #b50b0b !important;
  color: #ffffff !important;
  padding-left: 75px !Important;
  font-size: 1.3em;
  border: 0 !Important;
}
@media only screen and (min-width: 769px) {
  /* line 1475, ../sass/_theme-forms.scss */
  .form-errors h2 {
    font-size: 1.7em;
  }
}
/* line 1489, ../sass/_theme-forms.scss */
.form-errors .error-messages {
  padding: 1em;
  margin-bottom: 0;
}
/* line 1492, ../sass/_theme-forms.scss */
.form-errors .error-messages li {
  text-align: left;
  display: block;
  position: relative;
  border: 1px solid #3e5163;
  padding: 0;
  margin-bottom: 10px;
  min-height: 30px;
  line-height: 2.14286rem;
}
/* line 1501, ../sass/_theme-forms.scss */
.form-errors .error-messages li .message {
  text-indent: 30px;
  color: #243140;
}
/* line 1505, ../sass/_theme-forms.scss */
.form-errors .error-messages li .component-anchor-link {
  position: relative;
  display: block;
  text-align: left;
  background: #b50b0b !important;
  color: #ffffff !important;
  padding: 5px 10px;
  padding-left: 35px;
  line-height: 1.5;
}
@media only screen and (min-width: 769px) {
  /* line 1505, ../sass/_theme-forms.scss */
  .form-errors .error-messages li .component-anchor-link {
    float: left;
  }
}
/* line 1518, ../sass/_theme-forms.scss */
.form-errors .error-messages li .component-anchor-link:before {
  content: "X";
  display: block;
  font-weight: bold;
  width: 20px;
  height: 20px;
  line-height: 1.42857rem;
  text-align: center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #ffffff;
  color: #b50b0b;
  position: absolute;
  left: 5px;
  top: 5px;
  letter-spacing: 0;
}
/* line 1534, ../sass/_theme-forms.scss */
.form-errors .error-messages li .component-anchor-link:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 15px 0 15px;
  border-color: #b50b0b transparent transparent transparent;
  position: absolute;
  left: 0;
  top: 100%;
}
@media only screen and (min-width: 769px) {
  /* line 1547, ../sass/_theme-forms.scss */
  .form-errors .error-messages li .component-anchor-link:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 20px;
    border-color: transparent transparent transparent #b50b0b;
    position: absolute;
    left: 100%;
    top: 0;
  }
}

/*  Pre-visit Assessment  */
/* line 1571, ../sass/_theme-forms.scss */
form.webform--pre-visit-assessment-form .webform-component--medical-history-all .fieldset-wrapper:after,
form.webform--pre-visit-assessment-form .webform-component--surgical-history:after {
  content: "";
  display: block;
  clear: both;
  width: 100%;
}
/* line 1578, ../sass/_theme-forms.scss */
form.webform--pre-visit-assessment-form .webform-component--medical-history-all--medical-history-1,
form.webform--pre-visit-assessment-form .webform-component--medical-history-all--medical-history-2,
form.webform--pre-visit-assessment-form .webform-component--medical-history-all--medical-history-3 {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-right: 0%;
}
@media only screen and (min-width: 769px) {
  /* line 1578, ../sass/_theme-forms.scss */
  form.webform--pre-visit-assessment-form .webform-component--medical-history-all--medical-history-1,
  form.webform--pre-visit-assessment-form .webform-component--medical-history-all--medical-history-2,
  form.webform--pre-visit-assessment-form .webform-component--medical-history-all--medical-history-3 {
    width: 48.5%;
    margin-right: 3%;
  }
}
@media only screen and (min-width: 1420px) {
  /* line 1578, ../sass/_theme-forms.scss */
  form.webform--pre-visit-assessment-form .webform-component--medical-history-all--medical-history-1,
  form.webform--pre-visit-assessment-form .webform-component--medical-history-all--medical-history-2,
  form.webform--pre-visit-assessment-form .webform-component--medical-history-all--medical-history-3 {
    width: 31%;
    margin-right: 3.5%;
  }
}
@media only screen and (min-width: 769px) {
  /* line 1594, ../sass/_theme-forms.scss */
  form.webform--pre-visit-assessment-form .webform-component--medical-history-all--medical-history-2 {
    margin-right: 0;
  }
}
/* line 1599, ../sass/_theme-forms.scss */
form.webform--pre-visit-assessment-form .webform-component--medical-history-all--medical-history-3 {
  margin-right: 0;
}
/* line 1602, ../sass/_theme-forms.scss */
form.webform--pre-visit-assessment-form .webform-component--surgical-history--surgical-history-1,
form.webform--pre-visit-assessment-form .webform-component--surgical-history--surgical-history-2 {
  width: 100%;
  margin-right: 0%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 769px) {
  /* line 1602, ../sass/_theme-forms.scss */
  form.webform--pre-visit-assessment-form .webform-component--surgical-history--surgical-history-1,
  form.webform--pre-visit-assessment-form .webform-component--surgical-history--surgical-history-2 {
    width: 48.5%;
    margin-right: 3%;
  }
}
/* line 1613, ../sass/_theme-forms.scss */
form.webform--pre-visit-assessment-form .webform-component--surgical-history--surgical-history-2 {
  margin-right: 0;
}
/* line 1617, ../sass/_theme-forms.scss */
form.webform--pre-visit-assessment-form .webform-component--immunizations .fieldset-wrapper {
  position: relative;
}
/* line 1620, ../sass/_theme-forms.scss */
form.webform--pre-visit-assessment-form .webform-component--immunizations .fieldset-wrapper:after {
  content: "";
  display: block;
  clear: both;
  position: relative;
}
/* line 1626, ../sass/_theme-forms.scss */
form.webform--pre-visit-assessment-form .webform-component--immunizations .webform-component-radios {
  position: relative;
  width: 49%;
  float: left;
  margin-left: 0;
  overflow: hidden;
}

/* line 1638, ../sass/_theme-forms.scss */
.webform--cardiothoracic-transplant-vad-programs-referral-form-0 #webform-component--required-clinical-information-to-process-this-referral--required-clinical-info label {
  width: 40%;
  box-sizing: border-box;
}

/* line 1647, ../sass/_theme-forms.scss */
.webform--liver-transplant-referral-form-0 #webform-component--required-clinical-information-to-process-this-referral--required-info label {
  width: 40%;
  box-sizing: border-box;
}

/* line 1656, ../sass/_theme-forms.scss */
.form-errors--news-you-can-use .component-anchor-link {
  float: none !Important;
}
/* line 1658, ../sass/_theme-forms.scss */
.form-errors--news-you-can-use .component-anchor-link:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 15px 0 15px !Important;
  border-color: #b50b0b transparent transparent transparent !important;
  position: absolute;
  left: 0 !Important;
  top: 100% !Important;
}

/* line 1674, ../sass/_theme-forms.scss */
.webform--news-you-can-use .webform-component-checkboxes {
  width: 100%;
  margin: 0;
  margin-bottom: 0;
}
/* line 1681, ../sass/_theme-forms.scss */
.webform--news-you-can-use .webform-component-checkboxes .ada-wrapper {
  margin: 0;
}
/* line 1686, ../sass/_theme-forms.scss */
.webform--news-you-can-use .webform-component-radios label {
  width: 100%;
}
/* line 1690, ../sass/_theme-forms.scss */
.webform--news-you-can-use .form-actions {
  text-align: center;
  width: 100%;
}
/* line 1694, ../sass/_theme-forms.scss */
.webform--news-you-can-use fieldset {
  margin: 0 !Important;
}
/* line 1697, ../sass/_theme-forms.scss */
.webform--news-you-can-use .webform-component--receive-newsletters {
  margin: 0 !Important;
  margin-bottom: 0 !Important;
}

/* line 1705, ../sass/_theme-forms.scss */
.form-instructions {
  font-size: 0.9em;
  text-align: left;
  border: 1px solid #d2d2d2;
  border-left: 2px solid #d2d2d2;
  position: relative;
  max-width: 80%;
  margin: 0 auto;
}

/* line 1716, ../sass/_theme-forms.scss */
.form-instructions li {
  position: relative;
  z-index: 100;
}

/* line 1721, ../sass/_theme-forms.scss */
.form-instructions:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 7px 4px 0;
  border-color: transparent #d2d2d2 transparent transparent;
  position: absolute;
  left: -8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 1735, ../sass/_theme-forms.scss */
.form-instructions:after {
  content: "";
  display: block;
  opacity: 0.1;
  background: #ffffff;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* line 1748, ../sass/_theme-forms.scss */
#content .node > .form-instructions {
  border-left: 2px solid #3e5163;
}

/* line 1752, ../sass/_theme-forms.scss */
#content .node > .form-instructions:after {
  background: #3e5163;
}

/* line 1756, ../sass/_theme-forms.scss */
#content .node > .form-instructions:before {
  border-color: transparent #3e5163 transparent transparent;
}

/* line 2, ../sass/_theme-header.scss */
body {
  padding-top: 71px;
}
@media only screen and (min-width: 769px) {
  /* line 2, ../sass/_theme-header.scss */
  body {
    padding-top: 89px;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 2, ../sass/_theme-header.scss */
  body {
    padding-top: 110px;
  }
}
/* line 10, ../sass/_theme-header.scss */
body.skip-link-active {
  padding-top: 101px;
}
@media only screen and (min-width: 769px) {
  /* line 10, ../sass/_theme-header.scss */
  body.skip-link-active {
    padding-top: 109px;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 10, ../sass/_theme-header.scss */
  body.skip-link-active {
    padding-top: 140px;
  }
}
/* line 18, ../sass/_theme-header.scss */
body.skip-link-active #header {
  top: 30px;
}

/* line 25, ../sass/_theme-header.scss */
#header {
  background: #ffffff;
  height: 71px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 500;
  -moz-box-shadow: 3px 2px 0 rgba(62, 81, 99, 0.3);
  -webkit-box-shadow: 3px 2px 0 rgba(62, 81, 99, 0.3);
  box-shadow: 3px 2px 0 rgba(62, 81, 99, 0.3);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 769px) {
  /* line 25, ../sass/_theme-header.scss */
  #header {
    height: 89px;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 25, ../sass/_theme-header.scss */
  #header {
    height: 110px;
  }
}
/* line 41, ../sass/_theme-header.scss */
#header.menu-active {
  background: #243140;
  height: 100%;
  overflow-y: scroll;
}
@media only screen and (min-width: 1020px) {
  /* line 46, ../sass/_theme-header.scss */
  #header.scrolled {
    height: 75px;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 50, ../sass/_theme-header.scss */
  #header.scrolled #logo {
    background-size: 148px;
    height: 45px;
    top: 17px;
    width: 148px;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 58, ../sass/_theme-header.scss */
  #header.scrolled .block-tgmg-logo,
  #header.scrolled #block-menu-block-1,
  #header.scrolled #block-block-1,
  #header.scrolled #block-block-2,
  #header.scrolled #block-block-272,
  #header.scrolled #block-block-271 {
    top: 17px;
  }
}
/* line 68, ../sass/_theme-header.scss */
#header.scrolled .block-gtranslate {
  display: none;
}
/* line 71, ../sass/_theme-header.scss */
#header.scrolled #main-menu-desktop .desktop-menu {
  top: 15px;
}
/* line 75, ../sass/_theme-header.scss */
#header p {
  margin: 0;
}

/* line 79, ../sass/_theme-header.scss */
html body.admin-menu-with-shortcuts {
  margin-top: 29px !important;
}

/* line 83, ../sass/_theme-header.scss */
body.navbar-administration #page {
  margin-top: 71px;
}
@media only screen and (min-width: 769px) {
  /* line 83, ../sass/_theme-header.scss */
  body.navbar-administration #page {
    margin-top: 89px;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 83, ../sass/_theme-header.scss */
  body.navbar-administration #page {
    margin-top: 110px;
  }
}
/* line 92, ../sass/_theme-header.scss */
body.navbar-administration #header {
  top: 70px;
}

/* line 98, ../sass/_theme-header.scss */
.block-tgmg-logo,
#block-block-1 {
  left: 50%;
  margin-left: -74px;
  position: absolute;
  top: 14px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media only screen and (min-width: 769px) {
  /* line 98, ../sass/_theme-header.scss */
  .block-tgmg-logo,
  #block-block-1 {
    left: 40px;
    margin-left: 0;
    top: 15px;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 98, ../sass/_theme-header.scss */
  .block-tgmg-logo,
  #block-block-1 {
    top: 23px;
  }
}

/* line 115, ../sass/_theme-header.scss */
#logo {
  background: url(../images/logo-header.png) no-repeat;
  background-size: 148px;
  display: block;
  height: 45px;
  outline: none;
  text-indent: -9999px;
  width: 148px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media only screen and (min-width: 769px) {
  /* line 115, ../sass/_theme-header.scss */
  #logo {
    background-size: 202px;
    height: 62px;
    width: 202px;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 115, ../sass/_theme-header.scss */
  #logo {
    background-size: 217px;
    height: 67px;
    width: 217px;
  }
}

/* line 137, ../sass/_theme-header.scss */
#main-menu {
  background: transparent;
  display: none;
  margin: 0;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
/* line 143, ../sass/_theme-header.scss */
#main-menu.menu-active {
  background: #243140;
}
/* line 145, ../sass/_theme-header.scss */
#main-menu.menu-active #menu-toggle {
  display: none;
}
/* line 149, ../sass/_theme-header.scss */
#main-menu .main-menu-wrapper {
  padding: 60px 9.5% 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 769px) {
  /* line 149, ../sass/_theme-header.scss */
  #main-menu .main-menu-wrapper {
    padding-top: 80px;
  }
}
/* line 156, ../sass/_theme-header.scss */
#main-menu .main-menu-label {
  color: #576c80;
  cursor: pointer;
  font: normal 1.28571rem/1.28571rem "AvenirNext-Medium", sans-serif;
  letter-spacing: 1px;
  padding: 12px 0;
  text-transform: uppercase;
  -ms-transform: rotate(-0.001deg);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 165, ../sass/_theme-header.scss */
#main-menu .main-menu-label:hover {
  color: #99cb5a;
}
/* line 169, ../sass/_theme-header.scss */
#main-menu .region-menu-one,
#main-menu .region-menu-two,
#main-menu .region-menu-three,
#main-menu .region-menu-four {
  display: none;
}

/* line 176, ../sass/_theme-header.scss */
#menu-toggle {
  background: url(../images/sprites.png) no-repeat -111px -264px;
  background-size: 515px;
  cursor: pointer;
  height: 19px;
  outline: none;
  position: absolute;
  right: 40px;
  text-indent: -9999px;
  top: 27px;
  width: 24px;
}
@media only screen and (min-width: 769px) {
  /* line 176, ../sass/_theme-header.scss */
  #menu-toggle {
    top: 35px;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 176, ../sass/_theme-header.scss */
  #menu-toggle {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  /* line 176, ../sass/_theme-header.scss */
  #menu-toggle {
    right: 20px;
  }
}

/* line 197, ../sass/_theme-header.scss */
#menu-close,
#mega-menu-close {
  background: url(../images/sprites.png) -30px -85px no-repeat;
  background-size: 150px;
  cursor: pointer;
  height: 25px;
  opacity: 0.5;
  position: absolute;
  right: 8.4%;
  text-indent: -9999px;
  top: 27px;
  width: 25px;
}

/* line 212, ../sass/_theme-header.scss */
#main-menu-desktop {
  display: none;
}
@media only screen and (min-width: 1020px) {
  /* line 212, ../sass/_theme-header.scss */
  #main-menu-desktop {
    display: block;
  }
}
/* line 217, ../sass/_theme-header.scss */
#main-menu-desktop .desktop-menu {
  left: 257px;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 34px;
  width: calc(100% - 540px);
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media only screen and (min-width: 1020px) {
  /* line 225, ../sass/_theme-header.scss */
  #main-menu-desktop .desktop-menu .main-menu-label {
    display: inline-block;
    vertical-align: top;
  }
}
/* line 232, ../sass/_theme-header.scss */
#main-menu-desktop .desktop-menu .main-menu-label a {
  color: #535353;
  background: #ffffff;
  font: normal 1.28571rem/1.28571rem "AvenirNext-Medium", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  -ms-transform: rotate(-0.001deg);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media only screen and (min-width: 1020px) {
  /* line 232, ../sass/_theme-header.scss */
  #main-menu-desktop .desktop-menu .main-menu-label a {
    border: 1px solid #ffffff;
    display: inline-block;
    font-size: 0.95em;
    line-height: 1.391353;
    padding: 10px;
    vertical-align: top;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
  }
}
@media only screen and (min-width: 1120px) {
  /* line 232, ../sass/_theme-header.scss */
  #main-menu-desktop .desktop-menu .main-menu-label a {
    font-size: 1.0000em;
    line-height: 1.285714;
    padding: 12px;
  }
}
@media only screen and (min-width: 1220px) {
  /* line 232, ../sass/_theme-header.scss */
  #main-menu-desktop .desktop-menu .main-menu-label a {
    font-size: 1.1429em;
    line-height: 1.249953;
  }
}
/* line 260, ../sass/_theme-header.scss */
#main-menu-desktop .desktop-menu .main-menu-label a:focus {
  color: #3c5896 !important;
  background: #ffffff;
  outline: none;
  font-weight: bold;
  box-shadow: 0 0 4px 2px #3c5896;
  text-decoration: underline;
}
/* line 267, ../sass/_theme-header.scss */
#main-menu-desktop .desktop-menu .main-menu-label a:focus:hover {
  color: #ffffff !important;
  background: #3c5896;
}
/* line 272, ../sass/_theme-header.scss */
#main-menu-desktop .desktop-menu .main-menu-label a.active {
  color: #99cb5a;
  background: #ffffff;
}
@media only screen and (min-width: 1020px) {
  /* line 276, ../sass/_theme-header.scss */
  #main-menu-desktop .desktop-menu .main-menu-label a:hover {
    background: #3c5896;
    border: 1px solid #6a92d4;
    color: #ffffff;
  }
}
/* line 286, ../sass/_theme-header.scss */
#main-menu-desktop .desktop-mega-menu {
  background: #243140;
  display: none;
  padding: 5% 12%;
  position: relative;
  z-index: 100;
}
/* line 293, ../sass/_theme-header.scss */
#main-menu-desktop .desktop-menu-labels {
  display: inline-block;
  margin-right: -4px;
  vertical-align: top;
  width: 30%;
}
/* line 298, ../sass/_theme-header.scss */
#main-menu-desktop .desktop-menu-labels div {
  color: #7c9ab7;
  cursor: pointer;
  font: normal 1.28571rem/1.28571rem "AvenirNext-Medium", sans-serif;
  letter-spacing: 1px;
  padding: 12px 0;
  text-transform: uppercase;
  -ms-transform: rotate(-0.001deg);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 307, ../sass/_theme-header.scss */
#main-menu-desktop .desktop-menu-labels div.active {
  color: #99cb5a;
  background: #243140;
}
/* line 313, ../sass/_theme-header.scss */
#main-menu-desktop .desktop-menu-regions {
  display: inline-block;
  padding: 0 0 50px;
  position: relative;
  vertical-align: top;
  width: 70%;
}
/* line 319, ../sass/_theme-header.scss */
#main-menu-desktop .desktop-menu-regions .region {
  display: none;
}
/* line 321, ../sass/_theme-header.scss */
#main-menu-desktop .desktop-menu-regions .region.active {
  display: block;
}

/* line 330, ../sass/_theme-header.scss */
#main-menu h2,
#main-menu span,
#main-menu-desktop h2,
#main-menu-desktop span {
  border-bottom: 1px solid #646c77;
  color: #7c9ab7;
  display: inline-block;
  font: normal 1.14286rem/1.14286rem "AvenirNext-Medium", sans-serif;
  letter-spacing: 1px;
  margin: 15px 0 5px;
  padding: 0 20px 5px 0;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 1020px) {
  /* line 330, ../sass/_theme-header.scss */
  #main-menu h2,
  #main-menu span,
  #main-menu-desktop h2,
  #main-menu-desktop span {
    margin-top: 0;
  }
}
/* line 345, ../sass/_theme-header.scss */
#main-menu .menu,
#main-menu-desktop .menu {
  margin: 0;
  padding: 0;
}
/* line 348, ../sass/_theme-header.scss */
#main-menu .menu li,
#main-menu-desktop .menu li {
  list-style-image: none;
  list-style-type: none;
}
/* line 351, ../sass/_theme-header.scss */
#main-menu .menu li a,
#main-menu-desktop .menu li a {
  display: block;
  color: #ffffff;
  padding: 5px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 356, ../sass/_theme-header.scss */
#main-menu .menu li a:hover, #main-menu .menu li a:focus,
#main-menu-desktop .menu li a:hover,
#main-menu-desktop .menu li a:focus {
  color: #99cb5a;
  background: #243140;
}
/* line 362, ../sass/_theme-header.scss */
#main-menu .menu li .menu,
#main-menu-desktop .menu li .menu {
  display: none;
}
/* line 368, ../sass/_theme-header.scss */
#main-menu .main-menu-label.active,
#main-menu-desktop .main-menu-label.active {
  color: #99cb5a;
}

/* line 375, ../sass/_theme-header.scss */
#block-block-176 {
  clear: both;
  margin: 0;
  text-align: center;
}

/* line 380, ../sass/_theme-header.scss */
#block-menu-block-3, #block-menu-block-4, #block-menu-block-5, #block-menu-block-6, #block-menu-menu-specialties-services, #block-menu-block-15 {
  margin: 0;
  float: left;
  width: 45%;
}
/* line 384, ../sass/_theme-header.scss */
#block-menu-block-3 h2, #block-menu-block-4 h2, #block-menu-block-5 h2, #block-menu-block-6 h2, #block-menu-menu-specialties-services h2, #block-menu-block-15 h2 {
  margin: 10px 0 !important;
}

/* line 389, ../sass/_theme-header.scss */
#block-menu-block-6--2 .menu-mlid-5091 {
  display: none;
}

/* line 395, ../sass/_theme-header.scss */
#block-block-171 {
  border-right: 1px solid #646c77;
  float: left;
  height: 190px;
  margin: 0;
  width: 45%;
}

/* line 403, ../sass/_theme-header.scss */
.show-all-link a {
  background-color: #99cb5a;
  color: #ffffff;
  display: inline-block;
  font: 0.85714rem/1.14286rem "AvenirNext-UltraLight", sans-serif;
  letter-spacing: 2px;
  margin: 15px 0;
  padding: 8px 32px;
  text-align: center;
  text-transform: uppercase;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
/* line 414, ../sass/_theme-header.scss */
.show-all-link a:hover {
  background-color: #576c80;
  color: #ffffff;
}

/* line 420, ../sass/_theme-header.scss */
#block-menu-block-6 {
  border-right: 1px solid #646c77;
  float: left;
  margin: 0;
  width: 45%;
}
/* line 427, ../sass/_theme-header.scss */
#block-menu-block-6 .menu li.menu-mlid-5091 {
  display: none;
}
/* line 430, ../sass/_theme-header.scss */
#block-menu-block-6 .menu li.menu-mlid-5111 {
  bottom: 0;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
}
/* line 437, ../sass/_theme-header.scss */
#block-menu-block-6 .menu li.menu-mlid-5111 a {
  margin: 0;
}
/* line 442, ../sass/_theme-header.scss */
#block-menu-block-6 .menu li .menu li {
  display: inline;
  float: left;
  width: 50%;
}

/* line 451, ../sass/_theme-header.scss */
#block-block-131 {
  float: left;
  margin-left: 5%;
  width: 45%;
}

/* line 456, ../sass/_theme-header.scss */
#block-menu-block-14 {
  float: left;
  margin-left: 5%;
  width: 45%;
}

/* line 463, ../sass/_theme-header.scss */
#block-block-131--2,
#block-block-131 {
  margin-bottom: 0;
}
/* line 466, ../sass/_theme-header.scss */
#block-block-131--2 p,
#block-block-131 p {
  color: #ffffff;
  font: 1.28571rem/1.71429rem "AvenirNext-Medium", sans-serif;
  margin: 5px 0;
}

/* line 474, ../sass/_theme-header.scss */
#block-menu-menu-for-patients {
  float: left;
  width: 45%;
}
/* line 479, ../sass/_theme-header.scss */
#block-menu-menu-for-patients .menu li.menu-mlid-5151 {
  display: none;
}

/* line 485, ../sass/_theme-header.scss */
.quicklinksmenu {
  border-left: 1px solid #646c77;
  float: left;
  padding-left: 5%;
  width: 45%;
}
/* line 490, ../sass/_theme-header.scss */
.quicklinksmenu h2 {
  display: none;
}

/* line 495, ../sass/_theme-header.scss */
#block-menu-block-8--2 .menu-mlid-5221 {
  display: none;
}

/* line 501, ../sass/_theme-header.scss */
.connectwithus {
  float: left;
  width: 45%;
}
/* line 504, ../sass/_theme-header.scss */
.connectwithus ul.menu-connect {
  padding: 0;
  margin: 0;
  list-style: none;
}
/* line 508, ../sass/_theme-header.scss */
.connectwithus ul.menu-connect li {
  list-style: none;
}
/* line 509, ../sass/_theme-header.scss */
.connectwithus ul.menu-connect li a {
  color: #ffffff;
}

/* line 514, ../sass/_theme-header.scss */
#block-menu-block-8 {
  width: 50%;
}
/* line 75, ../sass/_mixins.scss */
#block-menu-block-8:after {
  clear: both;
  content: '';
  display: table;
}
/* line 518, ../sass/_theme-header.scss */
#block-menu-block-8 .menu li {
  display: inline;
  float: left;
  width: 50%;
}
/* line 522, ../sass/_theme-header.scss */
#block-menu-block-8 .menu li.menu-mlid-5221 {
  display: none;
}

/* line 528, ../sass/_theme-header.scss */
#block-block-126,
#block-tgmg-custom-main-menu-social {
  margin-bottom: 0;
  margin-top: 12px;
  width: 50%;
}

/* line 534, ../sass/_theme-header.scss */
#block-menu-block-13 {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
}

/* line 542, ../sass/_theme-header.scss */
#block-block-7--2,
.connectwithus {
  margin-bottom: 0;
}
/* line 546, ../sass/_theme-header.scss */
#block-block-7--2 p a,
.connectwithus p a {
  color: #ffffff;
  display: block;
  font: 1.42857rem/1.85714rem "AvenirNext-DemiBold", sans-serif;
}
@media only screen and (min-width: 1020px) {
  /* line 546, ../sass/_theme-header.scss */
  #block-block-7--2 p a,
  .connectwithus p a {
    font-size: 2.1429em;
    line-height: 1.199976;
    margin: 15px 0;
  }
}

/* line 75, ../sass/_mixins.scss */
#block-block-126--2:after,
#block-block-126:after,
#block-tgmg-custom-main-menu-social:after,
#block-tgmg-custom-main-menu-social--2:after {
  clear: both;
  content: '';
  display: table;
}
/* line 565, ../sass/_theme-header.scss */
#block-block-126--2 ul,
#block-block-126 ul,
#block-tgmg-custom-main-menu-social ul,
#block-tgmg-custom-main-menu-social--2 ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/* line 569, ../sass/_theme-header.scss */
#block-block-126--2 ul li,
#block-block-126 ul li,
#block-tgmg-custom-main-menu-social ul li,
#block-tgmg-custom-main-menu-social--2 ul li {
  float: left;
  margin-right: 5px;
}
/* line 573, ../sass/_theme-header.scss */
#block-block-126--2 ul a,
#block-block-126 ul a,
#block-tgmg-custom-main-menu-social ul a,
#block-tgmg-custom-main-menu-social--2 ul a {
  border: 1px solid #ffffff;
  color: #ffffff;
  display: block;
  font-size: 1.5714em;
  height: 40px;
  text-align: center;
  text-decoration: none;
  width: 40px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
/* line 584, ../sass/_theme-header.scss */
#block-block-126--2 ul a:before,
#block-block-126 ul a:before,
#block-tgmg-custom-main-menu-social ul a:before,
#block-tgmg-custom-main-menu-social--2 ul a:before {
  display: block;
  padding: 10px;
}
/* line 588, ../sass/_theme-header.scss */
#block-block-126--2 ul a:hover,
#block-block-126 ul a:hover,
#block-tgmg-custom-main-menu-social ul a:hover,
#block-tgmg-custom-main-menu-social--2 ul a:hover {
  background: #ffffff;
  color: #3e5163;
}

/* line 598, ../sass/_theme-header.scss */
#block-menu-block-1 {
  /*display: none;*/
}

/* line 603, ../sass/_theme-header.scss */
#search-toggle {
  background: url("../images/sprites.png") -83px -31px no-repeat;
  background-size: 150px;
  cursor: pointer;
  display: none;
  height: 20px;
  left: 40px;
  position: absolute;
  text-indent: -9999px;
  top: 25px;
  width: 20px;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
@media only screen and (min-width: 769px) {
  /* line 603, ../sass/_theme-header.scss */
  #search-toggle {
    background: #3c5896 url("../images/search-icon-white.png") center center no-repeat;
    background-size: 20px;
    /*border-right: 1px solid #6379ab;*/
    float: left;
    left: auto;
    padding: 8px 8px 8px 40px;
    position: relative;
    top: auto;
    width: auto;
    -webkit-border-bottom-left-radius: 19px;
    -webkit-border-top-left-radius: 19px;
    -moz-border-radius-bottomleft: 19px;
    -moz-border-radius-topleft: 19px;
    border-bottom-left-radius: 19px;
    border-top-left-radius: 19px;
    -webkit-transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
  }
  /* line 633, ../sass/_theme-header.scss */
  #search-toggle:before {
    /*border: 1px solid #6a92d4;*/
    border-right: none;
    bottom: 1px;
    content: "";
    display: block;
    left: 1px;
    position: absolute;
    right: 1px;
    top: 1px;
    width: 50px;
    -webkit-border-bottom-left-radius: 19px;
    -webkit-border-top-left-radius: 19px;
    -moz-border-radius-bottomleft: 19px;
    -moz-border-radius-topleft: 19px;
    border-bottom-left-radius: 19px;
    border-top-left-radius: 19px;
    -webkit-transition: border-color 0.2s ease-in-out;
    -moz-transition: border-color 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out;
  }
  /* line 652, ../sass/_theme-header.scss */
  #search-toggle:hover, #search-toggle:focus {
    background-color: #99cb5a;
  }
  /* line 655, ../sass/_theme-header.scss */
  #search-toggle:hover:before, #search-toggle:focus:before {
    border-color: #d6f494;
  }
}
@media only screen and (max-width: 768px) {
  /* line 603, ../sass/_theme-header.scss */
  #search-toggle {
    left: 20px;
  }
}
/* line 663, ../sass/_theme-header.scss */
#search-toggle.close {
  background-position: -53px -85px;
}
@media only screen and (min-width: 769px) {
  /* line 663, ../sass/_theme-header.scss */
  #search-toggle.close {
    background: #3c5896 url("../images/close-icon-white.png") center center no-repeat;
    background-size: 25px;
  }
}

/* line 672, ../sass/_theme-header.scss */
.block-tgmg-searchform,
#block-search-form {
  background: #243140;
  color: #ffffff;
  display: none;
  left: 0;
  margin: 0;
  position: absolute;
  top: 70px;
  width: 100%;
  -webkit-transition: max-height 0.2s, top 0.2s;
  -moz-transition: max-height 0.2s, top 0.2s;
  transition: max-height 0.2s, top 0.2s;
}
@media only screen and (min-width: 769px) {
  /* line 672, ../sass/_theme-header.scss */
  .block-tgmg-searchform,
  #block-search-form {
    top: 90px;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 672, ../sass/_theme-header.scss */
  .block-tgmg-searchform,
  #block-search-form {
    top: 110px;
  }
}
/* line 689, ../sass/_theme-header.scss */
.block-tgmg-searchform.active,
#block-search-form.active {
  max-height: 150px;
}
/* line 692, ../sass/_theme-header.scss */
.block-tgmg-searchform h2,
#block-search-form h2 {
  display: none;
}
/* line 695, ../sass/_theme-header.scss */
.block-tgmg-searchform form,
#block-search-form form {
  min-height: 50px;
  padding: 30px;
  position: relative;
}
@media only screen and (min-width: 1020px) {
  /* line 695, ../sass/_theme-header.scss */
  .block-tgmg-searchform form,
  #block-search-form form {
    text-align: center;
  }
}
/* line 702, ../sass/_theme-header.scss */
.block-tgmg-searchform form .container-inline,
#block-search-form form .container-inline {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 80%;
  margin: 0 auto;
}
@media only screen and (min-width: 1020px) {
  /* line 702, ../sass/_theme-header.scss */
  .block-tgmg-searchform form .container-inline,
  #block-search-form form .container-inline {
    flex-direction: row;
  }
}
/* line 712, ../sass/_theme-header.scss */
.block-tgmg-searchform form .container-inline .form-item,
#block-search-form form .container-inline .form-item {
  flex: 0 1 auto;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border-bottom: 1px solid #4C4C4C;
  position: relative;
  line-height: 1.5;
}
@media only screen and (min-width: 1020px) {
  /* line 712, ../sass/_theme-header.scss */
  .block-tgmg-searchform form .container-inline .form-item,
  #block-search-form form .container-inline .form-item {
    width: 75%;
    flex-wrap: nowrap;
  }
}
/* line 727, ../sass/_theme-header.scss */
.block-tgmg-searchform form .container-inline .form-item.focused:after, .block-tgmg-searchform form .container-inline .form-item:not(.empty):after,
#block-search-form form .container-inline .form-item.focused:after,
#block-search-form form .container-inline .form-item:not(.empty):after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #99cb5a;
  height: 2px;
}
/* line 737, ../sass/_theme-header.scss */
.block-tgmg-searchform form .container-inline .form-item.focused label, .block-tgmg-searchform form .container-inline .form-item:not(.empty) label,
#block-search-form form .container-inline .form-item.focused label,
#block-search-form form .container-inline .form-item:not(.empty) label {
  width: 0;
}
/* line 739, ../sass/_theme-header.scss */
.block-tgmg-searchform form .container-inline .form-item.focused label div, .block-tgmg-searchform form .container-inline .form-item:not(.empty) label div,
#block-search-form form .container-inline .form-item.focused label div,
#block-search-form form .container-inline .form-item:not(.empty) label div {
  display: none;
}
/* line 746, ../sass/_theme-header.scss */
.block-tgmg-searchform form .container-inline .form-item:not(.empty) label,
#block-search-form form .container-inline .form-item:not(.empty) label {
  /*
  span{
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  */
}
/* line 761, ../sass/_theme-header.scss */
.block-tgmg-searchform form .container-inline .form-item label,
#block-search-form form .container-inline .form-item label {
  position: relative;
  overflow: hidden;
  flex: 0 1 auto;
  padding: 12px 8px;
  padding-left: 25px;
  display: block;
  position: relative;
  font-weight: normal;
  color: #ffffff;
  line-height: 1.4;
  padding-bottom: 5px;
  width: 50%;
  text-align: left;
}
@media only screen and (min-width: 1020px) {
  /* line 761, ../sass/_theme-header.scss */
  .block-tgmg-searchform form .container-inline .form-item label,
  #block-search-form form .container-inline .form-item label {
    font-size: 2.143em;
    padding-left: 35px;
  }
}
/* line 779, ../sass/_theme-header.scss */
.block-tgmg-searchform form .container-inline .form-item label div,
#block-search-form form .container-inline .form-item label div {
  position: relative;
  white-space: nowrap;
  display: block;
  -webkit-transition: opacity 0.2s linear 0.5s;
  -moz-transition: opacity 0.2s linear 0.5s;
  transition: opacity 0.2s linear 0.5s;
}
/* line 787, ../sass/_theme-header.scss */
.block-tgmg-searchform form .container-inline .form-item .search-field,
#block-search-form form .container-inline .form-item .search-field {
  padding: 12px 8px;
  padding-bottom: 5px;
  flex: 0 1 auto;
  position: relative;
}
/* line 792, ../sass/_theme-header.scss */
.block-tgmg-searchform form .container-inline .form-item .search-field input,
#block-search-form form .container-inline .form-item .search-field input {
  text-indent: 0;
  padding-left: 0;
}
/* line 798, ../sass/_theme-header.scss */
.block-tgmg-searchform form .container-inline .form-actions,
#block-search-form form .container-inline .form-actions {
  flex: 0 1 auto;
  display: block;
  text-align: center;
  width: 100%;
  margin: 0;
  padding: 12px 8px;
  padding-top: 35px;
  padding-bottom: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 1020px) {
  /* line 798, ../sass/_theme-header.scss */
  .block-tgmg-searchform form .container-inline .form-actions,
  #block-search-form form .container-inline .form-actions {
    width: 25%;
    padding-top: 12px;
  }
}
/* line 817, ../sass/_theme-header.scss */
.block-tgmg-searchform label:before,
#block-search-form label:before {
  content: "";
  position: absolute;
  color: #243140;
  left: 0;
  top: 50%;
  background: url("../images/search-icon-white.png") 0 0 no-repeat;
  background-size: 15px;
  display: inline-block;
  height: 15px;
  opacity: 0.5;
  width: 15px;
  vertical-align: middle;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (min-width: 1020px) {
  /* line 817, ../sass/_theme-header.scss */
  .block-tgmg-searchform label:before,
  #block-search-form label:before {
    background-size: 25px;
    height: 25px;
    width: 25px;
  }
}
/* line 838, ../sass/_theme-header.scss */
.block-tgmg-searchform input,
#block-search-form input {
  background: #243140;
  color: #969696;
}
/* line 841, ../sass/_theme-header.scss */
.block-tgmg-searchform input[type="text"],
#block-search-form input[type="text"] {
  border: none;
  display: block;
  width: 100%;
  line-height: 1.5;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/* line 190, ../sass/_mixins.scss */
.block-tgmg-searchform input[type="text"]::-webkit-input-placeholder,
#block-search-form input[type="text"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #535353;
  background: #243140;
}
/* line 194, ../sass/_mixins.scss */
.block-tgmg-searchform input[type="text"] ::-moz-placeholder,
#block-search-form input[type="text"] ::-moz-placeholder {
  /* Firefox 19+ */
  color: #535353;
  background: #243140;
}
/* line 198, ../sass/_mixins.scss */
.block-tgmg-searchform input[type="text"] :-ms-input-placeholder,
#block-search-form input[type="text"] :-ms-input-placeholder {
  /* IE 10+ */
  color: #535353;
  background: #243140;
}
/* line 202, ../sass/_mixins.scss */
.block-tgmg-searchform input[type="text"] :-moz-placeholder,
#block-search-form input[type="text"] :-moz-placeholder {
  /* Firefox 18- */
  color: #535353;
  background: #243140;
}
@media only screen and (min-width: 1020px) {
  /* line 841, ../sass/_theme-header.scss */
  .block-tgmg-searchform input[type="text"],
  #block-search-form input[type="text"] {
    border: none;
    font-size: 2.143em;
  }
}
/* line 855, ../sass/_theme-header.scss */
.block-tgmg-searchform input[type="submit"],
#block-search-form input[type="submit"] {
  border-color: #969696;
  font-size: 0.714em;
  line-height: 1.60;
  padding: 5px 25px;
  vertical-align: middle;
  display: inline-block;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media only screen and (min-width: 1020px) {
  /* line 855, ../sass/_theme-header.scss */
  .block-tgmg-searchform input[type="submit"],
  #block-search-form input[type="submit"] {
    font-size: 0.857em;
    line-height: 1.50;
    padding: 10px 25px;
  }
}
/* line 868, ../sass/_theme-header.scss */
.block-tgmg-searchform input[type="submit"]:focus,
#block-search-form input[type="submit"]:focus {
  border-color: #99cb5a;
}
/* line 871, ../sass/_theme-header.scss */
.block-tgmg-searchform input[type="submit"]:hover, .block-tgmg-searchform input[type="submit"]:focus,
#block-search-form input[type="submit"]:hover,
#block-search-form input[type="submit"]:focus {
  background: #333333;
  color: #ffffff;
}
/* line 877, ../sass/_theme-header.scss */
.admin-menu .block-tgmg-searchform, .admin-menu
#block-search-form {
  top: 139px;
}
/* line 880, ../sass/_theme-header.scss */
.scrolled .block-tgmg-searchform, .scrolled
#block-search-form {
  top: 75px;
}
/* line 883, ../sass/_theme-header.scss */
.admin-menu .scrolled .block-tgmg-searchform, .admin-menu .scrolled
#block-search-form {
  top: 104px;
}

/* line 887, ../sass/_theme-header.scss */
.block-tgmg-login,
#block-block-2,
#block-block-271 {
  display: none;
  position: absolute;
  top: 27px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media only screen and (min-width: 769px) {
  /* line 887, ../sass/_theme-header.scss */
  .block-tgmg-login,
  #block-block-2,
  #block-block-271 {
    display: block;
    right: 34%;
    top: 27px;
  }
  /* line 900, ../sass/_theme-header.scss */
  .block-tgmg-login p,
  #block-block-2 p,
  #block-block-271 p {
    border-left: 0;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 887, ../sass/_theme-header.scss */
  .block-tgmg-login,
  #block-block-2,
  #block-block-271 {
    right: 10px;
    top: 20px;
  }
}
/* line 910, ../sass/_theme-header.scss */
.block-tgmg-login #join-link,
.block-tgmg-login #login-link,
#block-block-2 #join-link,
#block-block-2 #login-link,
#block-block-271 #join-link,
#block-block-271 #login-link {
  background: #3c5896;
  color: #ffffff;
  display: inline-block;
  font: 1rem/1rem "AvenirNext-Regular", sans-serif;
  padding: 6px 20px 6px 51px;
  text-decoration: none;
  text-transform: uppercase;
}
/* line 920, ../sass/_theme-header.scss */
.block-tgmg-login #join-link:hover:before,
.block-tgmg-login #login-link:hover:before,
#block-block-2 #join-link:hover:before,
#block-block-2 #login-link:hover:before,
#block-block-271 #join-link:hover:before,
#block-block-271 #login-link:hover:before {
  border-color: #ffe353;
}
/* line 926, ../sass/_theme-header.scss */
.block-tgmg-login #join-link,
#block-block-2 #join-link,
#block-block-271 #join-link {
  background: #3c5896 url(../images/join-icon.png) 18px 6px no-repeat;
  background-size: 25px;
  border-right: 0;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
/* line 931, ../sass/_theme-header.scss */
.block-tgmg-login #join-link:before,
#block-block-2 #join-link:before,
#block-block-271 #join-link:before {
  border-right: none;
  right: auto;
  -webkit-border-bottom-left-radius: 50px;
  -webkit-border-top-left-radius: 50px;
  -moz-border-radius-bottomleft: 50px;
  -moz-border-radius-topleft: 50px;
  border-bottom-left-radius: 50px;
  border-top-left-radius: 50px;
}
@media only screen and (min-width: 769px) {
  /* line 931, ../sass/_theme-header.scss */
  .block-tgmg-login #join-link:before,
  #block-block-2 #join-link:before,
  #block-block-271 #join-link:before {
    border-left: none;
    left: auto;
    right: 104px;
    width: 104px;
    -webkit-border-bottom-left-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    -moz-border-radius-topleft: 0px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
  }
}
@media screen and (min-width: 0\0) {
  /* line 931, ../sass/_theme-header.scss */
  .block-tgmg-login #join-link:before,
  #block-block-2 #join-link:before,
  #block-block-271 #join-link:before {
    left: 0;
  }
}
/* line 956, ../sass/_theme-header.scss */
.block-tgmg-login #join-link:hover,
#block-block-2 #join-link:hover,
#block-block-271 #join-link:hover {
  background-color: #99cb5a;
}
/* line 961, ../sass/_theme-header.scss */
.block-tgmg-login #login-link,
#block-block-2 #login-link,
#block-block-271 #login-link {
  background-color: #3c5896;
  border-left: 1px solid #6379ab;
  padding-left: 10px;
  -webkit-border-bottom-right-radius: 19px;
  -webkit-border-top-right-radius: 19px;
  -moz-border-radius-bottomright: 19px;
  -moz-border-radius-topright: 19px;
  border-bottom-right-radius: 19px;
  border-top-right-radius: 19px;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
/* line 972, ../sass/_theme-header.scss */
.block-tgmg-login #login-link:before,
#block-block-2 #login-link:before,
#block-block-271 #login-link:before {
  display: inline-block;
  background: url("../images/see-doctor-green.png") -2px 1px no-repeat;
  background-size: 25px;
  height: 24px;
  width: 22px;
  content: "";
  vertical-align: text-bottom;
  margin-right: 10px;
}
/* line 982, ../sass/_theme-header.scss */
.block-tgmg-login #login-link:hover, .block-tgmg-login #login-link:focus,
#block-block-2 #login-link:hover,
#block-block-2 #login-link:focus,
#block-block-271 #login-link:hover,
#block-block-271 #login-link:focus {
  background-color: #99cb5a;
}

/* line 989, ../sass/_theme-header.scss */
.block-gtranslate {
  display: none;
}
@media only screen and (min-width: 769px) {
  /* line 989, ../sass/_theme-header.scss */
  .block-gtranslate {
    display: block;
    position: absolute;
    right: 12%;
    top: 27px;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 989, ../sass/_theme-header.scss */
  .block-gtranslate {
    display: block;
    position: absolute;
    right: 15px;
    top: 64px;
  }
}
/* line 1003, ../sass/_theme-header.scss */
.block-gtranslate select {
  background: #e7ebf3 url(../images/caret-down-icon.png) right 15px top 50% no-repeat;
  background-size: 14px;
  border: none;
  color: #3e5163;
  cursor: pointer;
  height: 36px;
  padding: 0 35px 0 15px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: inset 0 3px 0 #c8d0e1;
  -webkit-box-shadow: inset 0 3px 0 #c8d0e1;
  box-shadow: inset 0 3px 0 #c8d0e1;
}

/* line 1025, ../sass/_theme-header.scss */
.translate-mobile {
  display: block;
  padding: 0 9.5%;
}
/* line 1028, ../sass/_theme-header.scss */
.translate-mobile select {
  background: #e7ebf3 url(../images/caret-down-icon.png) right 15px top 50% no-repeat;
  background-size: 14px;
  border: none;
  color: #3e5163;
  cursor: pointer;
  height: 36px;
  padding: 0 35px 0 15px;
  /*width: 100%;*/
  -webkit-appearance: none;
  -moz-appearance: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: inset 0 3px 0 #c8d0e1;
  -webkit-box-shadow: inset 0 3px 0 #c8d0e1;
  box-shadow: inset 0 3px 0 #c8d0e1;
}
@media only screen and (min-width: 769px) {
  /* line 1025, ../sass/_theme-header.scss */
  .translate-mobile {
    display: none;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 1025, ../sass/_theme-header.scss */
  .translate-mobile {
    display: none;
  }
}

/* line 1058, ../sass/_theme-header.scss */
.mobile-mychart {
  padding: 10px 0;
  background: #3c5896;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 0;
}
/* line 1064, ../sass/_theme-header.scss */
.mobile-mychart a {
  color: #ffffff;
}
/* line 1066, ../sass/_theme-header.scss */
.mobile-mychart a:before {
  display: inline-block;
  content: "";
  background: url("../images/sprites.png") -15px 2px no-repeat;
  background-size: 111px;
  height: 25px;
  width: 25px;
  margin-right: 10px;
  color: #3e5163;
  vertical-align: text-bottom;
}
/* line 1078, ../sass/_theme-header.scss */
.mobile-mychart p {
  margin: 0;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  /* line 1058, ../sass/_theme-header.scss */
  .mobile-mychart {
    display: none;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 1058, ../sass/_theme-header.scss */
  .mobile-mychart {
    display: none;
  }
}

/* line 1087, ../sass/_theme-header.scss */
.menu-two-show-locations {
  width: 45%;
  float: left;
}

/* line 1091, ../sass/_theme-header.scss */
.menu-two-main-location {
  margin: 0 auto 25px;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (min-width: 1020px) {
  /* line 1091, ../sass/_theme-header.scss */
  .menu-two-main-location {
    float: left;
    margin: 0 3% 0 0;
    max-width: 250px;
    width: 25%;
  }
}

/* line 1103, ../sass/_theme-header.scss */
.search-mobile {
  text-align: center;
}
/* line 1105, ../sass/_theme-header.scss */
.search-mobile .btn {
  margin-bottom: 0;
}
@media only screen and (min-width: 769px) {
  /* line 1103, ../sass/_theme-header.scss */
  .search-mobile {
    display: none;
  }
}
@media (min-width: 700px) and (max-width: 768px) {
  /* line 1110, ../sass/_theme-header.scss */
  .search-mobile p {
    display: block;
    float: left;
    width: 50%;
  }
  /* line 1111, ../sass/_theme-header.scss */
  .search-mobile p .btn {
    width: 80%;
  }
}

@media only screen and (min-width: 1020px) {
  /* line 75, ../sass/_mixins.scss */
  .stage:after {
    clear: both;
    content: '';
    display: table;
  }
}

/* line 8, ../sass/_theme-stage.scss */
#block-views-news-block-7 {
  clear: both;
}

@media only screen and (max-width: 768px) {
  /* line 12, ../sass/_theme-stage.scss */
  .quicklinksmenu {
    display: none;
  }
}

/* line 18, ../sass/_theme-stage.scss */
.find-buttons-mobile {
  text-align: center;
  margin: 10px auto 0 !important;
}
/* line 19, ../sass/_theme-stage.scss */
.find-buttons-mobile p {
  margin: 0 !important;
}
/* line 20, ../sass/_theme-stage.scss */
.find-buttons-mobile .btn.btn-orange {
  width: 45%;
}
@media only screen and (max-width: 768px) {
  /* line 22, ../sass/_theme-stage.scss */
  .find-buttons-mobile .btn.btn-orange {
    width: 90%;
  }
}
@media only screen and (min-width: 769px) {
  /* line 18, ../sass/_theme-stage.scss */
  .find-buttons-mobile {
    display: none;
  }
}

/* line 5, ../sass/_theme-content.scss */
#content {
  color: #535353;
}

/* line 7, ../sass/_theme-content.scss */
#content .node {
  padding: 0 25px;
}

/* line 10, ../sass/_theme-content.scss */
#block-block-3 {
  display: none;
  color: #ffffff;
  background: transparent;
  box-sizing: border-box;
  /*height: 500px;*/
  margin-bottom: 0;
}
/* line 75, ../sass/_mixins.scss */
#block-block-3:after {
  clear: both;
  content: '';
  display: table;
}
/* line 18, ../sass/_theme-content.scss */
#block-block-3 h2 {
  color: #ffffff;
  font-size: 2.8571em;
  text-align: center;
  padding: 40px 20px;
}
@media only screen and (min-width: 769px) {
  /* line 10, ../sass/_theme-content.scss */
  #block-block-3 {
    display: block;
    position: relative;
    float: none;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 10, ../sass/_theme-content.scss */
  #block-block-3 {
    display: block;
    position: relative;
    float: left;
    width: 70%;
  }
}
/* line 35, ../sass/_theme-content.scss */
#block-block-3 .why-choose-us-copy {
  float: left;
  display: block;
  font-size: 1.1em;
  box-sizing: border-box;
  padding: 0 15px 40px 40px;
  width: 60%;
}
/* line 43, ../sass/_theme-content.scss */
#block-block-3 .why-choose-us-awards {
  float: right;
  display: block;
  box-sizing: border-box;
  padding: 0 12px 12px 12px;
  text-align: center;
  width: 40%;
}
/* line 50, ../sass/_theme-content.scss */
#block-block-3 .why-choose-us-awards img {
  display: inline;
  padding: 4px 10px;
}
/* line 55, ../sass/_theme-content.scss */
#block-block-3 .learn-more-tgmg {
  position: absolute;
  width: 100%;
  bottom: 0;
}
/* line 59, ../sass/_theme-content.scss */
#block-block-3 .learn-more-tgmg a {
  display: block;
  color: #ffffff;
  box-sizing: border-box;
  width: 100%;
  float: none;
  clear: both;
  text-align: center;
  padding: 12px;
  background-color: #576c80;
}
/* line 69, ../sass/_theme-content.scss */
#block-block-3 .learn-more-tgmg a:hover {
  background-color: #99cb5a;
}

/* line 77, ../sass/_theme-content.scss */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

/* line 83, ../sass/_theme-content.scss */
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 93, ../sass/_theme-content.scss */
.content-video {
  width: 100% !important;
  height: 315px !important;
}
@media only screen and (min-width: 1020px) {
  /* line 93, ../sass/_theme-content.scss */
  .content-video {
    max-width: 560px;
  }
}

/* line 102, ../sass/_theme-content.scss */
body.page-user #content {
  padding: 0 24px;
}
/* line 105, ../sass/_theme-content.scss */
body.page-user #content .view-content th {
  padding: 6px;
  text-align: left;
  box-sizing: border-box;
}
/* line 110, ../sass/_theme-content.scss */
body.page-user #content .view-content td {
  padding: 6px;
  text-align: left;
  box-sizing: border-box;
}

/* line 117, ../sass/_theme-content.scss */
body.page-dashboard #content {
  padding: 0 24px;
}
/* line 120, ../sass/_theme-content.scss */
body.page-dashboard #content .view-content th {
  padding: 6px;
  text-align: left;
  box-sizing: border-box;
}
/* line 125, ../sass/_theme-content.scss */
body.page-dashboard #content .view-content td {
  padding: 6px;
  text-align: left;
  box-sizing: border-box;
}
/* line 132, ../sass/_theme-content.scss */
body.page-dashboard #content .view-header h2 {
  margin: 0;
}
/* line 137, ../sass/_theme-content.scss */
body.page-dashboard #content .view-footer p {
  margin: 0;
}

/* line 145, ../sass/_theme-content.scss */
page.page-dashboard-registrations-roster #breadcrumb {
  display: none;
}

/* line 149, ../sass/_theme-content.scss */
.view-registrations-roster {
  padding: 24px;
}
/* line 151, ../sass/_theme-content.scss */
.view-registrations-roster .view-content {
  padding: 24px 12px 6px 12px;
  font-size: 1em;
}
/* line 154, ../sass/_theme-content.scss */
.view-registrations-roster .view-content > .view-grouping {
  margin: 18px 0;
  padding: 0 0 18px 0;
  border-bottom: 2px solid #c8cfd7;
}
/* line 158, ../sass/_theme-content.scss */
.view-registrations-roster .view-content > .view-grouping .views-row {
  padding: 12px 0;
}
/* line 161, ../sass/_theme-content.scss */
.view-registrations-roster .view-content > .view-grouping h3 {
  font-size: 1em;
  font-weight: 400;
  text-transform: none;
  margin: 0;
  padding: 0;
  font-style: italic;
}
/* line 169, ../sass/_theme-content.scss */
.view-registrations-roster .view-content > .view-grouping .date-display-single {
  font-size: 1.2em;
  font-weight: 600;
}

/* line 178, ../sass/_theme-content.scss */
.virtual-care-download {
  width: 220px;
  text-align: center;
  display: block;
  position: relative;
  margin: 0 auto;
}
/* line 184, ../sass/_theme-content.scss */
.virtual-care-download p {
  margin: 0;
}
/* line 187, ../sass/_theme-content.scss */
.virtual-care-download div {
  margin: 0;
}
/* line 190, ../sass/_theme-content.scss */
.virtual-care-download a {
  margin: 0 0 6px 0;
}
/* line 193, ../sass/_theme-content.scss */
.virtual-care-download img {
  margin: 4px 0 0 0 !important;
}
@media only screen and (min-width: 769px) {
  /* line 178, ../sass/_theme-content.scss */
  .virtual-care-download {
    float: right;
    margin: 12px 0;
  }
}

/* line 201, ../sass/_theme-content.scss */
#two-column {
  -moz-column-count: 2;
  -moz-column-gap: 10px;
  -webkit-column-count: 2;
  -webkit-column-gap: 10px;
  column-count: 2;
  column-gap: 10px;
  margin-bottom: 25px;
}
/* line 209, ../sass/_theme-content.scss */
#two-column ul {
  margin: 0;
}

/* line 213, ../sass/_theme-content.scss */
img.mobile-phone {
  display: none;
}
@media only screen and (min-width: 769px) {
  /* line 213, ../sass/_theme-content.scss */
  img.mobile-phone {
    display: block;
    width: 240px;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 213, ../sass/_theme-content.scss */
  img.mobile-phone {
    width: 300px;
  }
}

/* line 226, ../sass/_theme-content.scss */
#content img.alignright, #content img.alignleft, #content img.aligncenter {
  float: none !important;
  display: block;
  margin: 15px auto;
}
@media only screen and (min-width: 769px) {
  /* line 233, ../sass/_theme-content.scss */
  #content img.alignright {
    float: right !important;
    margin: 15px 0 15px 20px;
  }
}
@media only screen and (min-width: 769px) {
  /* line 239, ../sass/_theme-content.scss */
  #content img.alignleft {
    float: left !important;
    margin: 15px 20px 15px 0;
  }
}
@media only screen and (min-width: 769px) {
  /* line 245, ../sass/_theme-content.scss */
  #content img.aligncenter {
    margin: 15px 0;
  }
}

/* line 254, ../sass/_theme-content.scss */
figure.image {
  background-color: #ffffff;
  padding: 6px;
  margin: 0;
}

/* line 259, ../sass/_theme-content.scss */
figcaption {
  font-size: 0.9em;
  font-style: italic;
  font-weight: bold;
}

/* line 265, ../sass/_theme-content.scss */
.closeChatModal {
  position: absolute;
  right: 20px;
  color: #fff;
  float: right;
  font-size: 28px;
  font-weight: 300;
  cursor: pointer;
  top: -5px;
}

/* line 276, ../sass/_theme-content.scss */
.chatDialog {
  padding: 0px;
  bottom: 0;
  left: unset;
  right: 0;
  animation-name: slideIn;
  border: 1px solid;
  position: fixed;
  display: none;
  z-index: 9999;
  background: #fff;
}
/* line 288, ../sass/_theme-content.scss */
.chatDialog.open {
  display: block;
}

/* line 293, ../sass/_theme-content.scss */
.chatDialogFrame {
  max-height: calc(100vh - 80px);
  border: unset;
}

@media only screen and (max-width: 768px) {
  /* line 299, ../sass/_theme-content.scss */
  .chatDialog {
    padding: 0px;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 100%;
    animation-name: slideIn;
    border: none;
    z-index: 9999;
  }

  /* line 310, ../sass/_theme-content.scss */
  .chatDialogFrame {
    max-height: unset;
    height: 100%;
    width: 100%;
  }
}
/* line 317, ../sass/_theme-content.scss */
button {
  color: #454545;
}
/* line 320, ../sass/_theme-content.scss */
button.chatLauncher {
  animation-duration: 0.5s;
  transition-duration: 0.5s;
  position: fixed;
  bottom: 5px;
  right: 5px;
  z-index: 999;
  border: 4px solid #ffe353;
  padding: 7px;
  border-radius: 8px;
  margin: 0;
  text-decoration: none;
  background-color: #ffffff;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
}
@media only screen and (min-width: 769px) {
  /* line 320, ../sass/_theme-content.scss */
  button.chatLauncher {
    bottom: 32px;
    right: 32px;
  }
}
/* line 344, ../sass/_theme-content.scss */
button.chatLauncher .text {
  display: none;
  font-family: sans-serif;
  font-size: 16px;
  width: 250px;
}
@media only screen and (min-width: 769px) {
  /* line 344, ../sass/_theme-content.scss */
  button.chatLauncher .text {
    display: block;
  }
}
/* line 357, ../sass/_theme-content.scss */
button.chatLauncher .icon i {
  color: #ffe353;
  font-size: 3em;
}
/* line 362, ../sass/_theme-content.scss */
button.chatLauncher .icon span {
  display: block;
  font-size: .6em;
  font-weight: bold;
}
@media only screen and (min-width: 769px) {
  /* line 355, ../sass/_theme-content.scss */
  button.chatLauncher .icon {
    display: none;
  }
}
/* line 373, ../sass/_theme-content.scss */
button.chatLauncher.open {
  animation-name: slideInRight;
  opacity: 1;
}

/* line 383, ../sass/_theme-content.scss */
.self-assessment .chatDialogFrame {
  width: 100%;
  height: 600px;
  border: 2px solid #3f5896;
  border-radius: 2px;
  margin: 0;
}
@media only screen and (min-width: 769px) {
  /* line 383, ../sass/_theme-content.scss */
  .self-assessment .chatDialogFrame {
    width: 85%;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 383, ../sass/_theme-content.scss */
  .self-assessment .chatDialogFrame {
    width: 65%;
  }
}

/* line 425, ../sass/_theme-content.scss */
.alert-bar {
  background-color: #ffe353;
  color: #FFFFFF;
  left: 0;
  padding: 1.21429rem 0 1.5rem;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}

/* line 436, ../sass/_theme-content.scss */
.alert-bar__wrapper {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding-left: 0.71429rem;
  width: 100%;
}
@media only screen and (min-width: 769px) {
  /* line 436, ../sass/_theme-content.scss */
  .alert-bar__wrapper {
    padding-left: 2.85714rem;
  }
}

/* line 449, ../sass/_theme-content.scss */
.alert-bar__callout {
  align-items: center;
  align-self: flex-start;
  background-color: #32539e;
  display: flex;
  flex-direction: column;
  float: left;
  font-family: "AvenirNext-DemiBold", sans-serif;
  font-size: 0.92857rem;
  font-weight: 700;
  max-width: 9.35714rem;
  padding: 0.71429rem;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  /* line 449, ../sass/_theme-content.scss */
  .alert-bar__callout {
    width: 4.28571rem;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 449, ../sass/_theme-content.scss */
  .alert-bar__callout {
    flex-direction: row;
    font-size: 1.42857rem;
    padding: 0.71429rem 1rem;
  }
}
/* line 476, ../sass/_theme-content.scss */
.alert-bar__callout::after {
  border-bottom: 12px solid transparent;
  border-left: 12px solid #32539e;
  border-top: 12px solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
  margin-top: -12px;
  right: -12px;
  top: 50%;
}

/* line 490, ../sass/_theme-content.scss */
.alert-bar__callout-icon {
  flex: 1 0 auto;
  height: 1.57143rem;
  width: 1.35714rem;
}
@media only screen and (min-width: 769px) {
  /* line 490, ../sass/_theme-content.scss */
  .alert-bar__callout-icon {
    margin-right: 0.85714rem;
  }
}

/* line 500, ../sass/_theme-content.scss */
.alert-bar__callout-icon img {
  height: 100%;
  width: 100%;
}

/* line 510, ../sass/_theme-content.scss */
.alert-bar__text {
  color: #22313f;
  font-family: "AvenirNext-Regular", sans-serif;
  font-size: 0.85714rem;
  line-height: 1.14286rem;
}
@media only screen and (min-width: 769px) {
  /* line 510, ../sass/_theme-content.scss */
  .alert-bar__text {
    font-size: 1rem;
    line-height: 1.57143rem;
  }
}

/* line 522, ../sass/_theme-content.scss */
.alert-bar .alert-bar__text a {
  background: none;
  background-color: none;
  color: #32539e;
  font-family: "AvenirNext-Medium", sans-serif;
  font-weight: 500;
  text-decoration: underline;
  text-shadow: none;
}
/* line 531, ../sass/_theme-content.scss */
.alert-bar .alert-bar__text a:focus, .alert-bar .alert-bar__text a:hover {
  background: none;
  text-decoration: none;
}

/* line 538, ../sass/_theme-content.scss */
.alert-bar__text-container {
  overflow: hidden;
  padding-left: 1.78571rem;
  padding-right: 2.85714rem;
}
@media only screen and (min-width: 769px) {
  /* line 538, ../sass/_theme-content.scss */
  .alert-bar__text-container {
    padding-left: 2.14286rem;
    padding-right: 3.07143rem;
  }
}

/* line 553, ../sass/_theme-content.scss */
.alert-bar__cta {
  color: #FFFFFF;
  display: block;
  margin-right: 2.35714rem;
}
/* line 558, ../sass/_theme-content.scss */
.alert-bar__cta::after {
  top: -1px;
}
@media only screen and (min-width: 1020px) {
  /* line 553, ../sass/_theme-content.scss */
  .alert-bar__cta {
    margin-right: 3.07143rem;
  }
}

/* line 567, ../sass/_theme-content.scss */
.alert-bar__cta a {
  color: #32539e;
  font-family: "AvenirNext-DemiBold", sans-serif;
  font-size: 0.85714rem;
  font-weight: 700;
  line-height: 1.14286rem;
  text-decoration: underline;
}
/* line 575, ../sass/_theme-content.scss */
.alert-bar__cta a:focus, .alert-bar__cta a:hover {
  text-decoration: none;
  color: #fff;
}
@media only screen and (min-width: 1020px) {
  /* line 567, ../sass/_theme-content.scss */
  .alert-bar__cta a {
    font-size: 1rem;
    line-height: 1.57143rem;
  }
}
/* line 586, ../sass/_theme-content.scss */
.alert-bar__cta a:after {
  background: url("../images/icon-arrow__right--blue.svg");
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  height: 0.5rem;
  left: 0.5rem;
  position: relative;
  width: 0.64286rem;
}

/* line 599, ../sass/_theme-content.scss */
.alert-bar__close {
  cursor: pointer;
  flex: 1 0 auto;
  position: absolute;
  right: 13px;
  top: 13px;
}

/* line 607, ../sass/_theme-content.scss */
.alert-bar__cta-wrapper {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 769px) {
  /* line 607, ../sass/_theme-content.scss */
  .alert-bar__cta-wrapper {
    flex-direction: row;
  }
}

/* line 1, ../sass/_theme-footer.scss */
#footer {
  color: #3e5163;
  padding: 40px 0 0;
  text-align: left;
  background: #3e5163;
}
@media only screen and (min-width: 1020px) {
  /* line 1, ../sass/_theme-footer.scss */
  #footer {
    padding: 40px 0 0;
  }
}
/* line 9, ../sass/_theme-footer.scss */
#footer a {
  color: #ffffff;
  background: #3e5163;
}
/* line 13, ../sass/_theme-footer.scss */
#footer a:hover,
#footer a:focus {
  color: #99cb5a;
  background: #243140;
}
/* line 18, ../sass/_theme-footer.scss */
#footer .block-title {
  color: #ffffff;
  font-size: 1em;
  line-height: 1.428571;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
/* line 26, ../sass/_theme-footer.scss */
#footer ul {
  padding-left: 0;
  margin-top: 0.71429em;
}
/* line 30, ../sass/_theme-footer.scss */
#footer li {
  list-style: none;
  text-align: left;
}
/* line 34, ../sass/_theme-footer.scss */
#footer .footer-menu {
  display: block;
  float: left;
  width: 60%;
  padding: 0 0 0 10%;
}
@media only screen and (max-width: 768px) {
  /* line 34, ../sass/_theme-footer.scss */
  #footer .footer-menu {
    float: none;
    width: 100%;
    padding: 0;
  }
}
/* line 45, ../sass/_theme-footer.scss */
#footer .footer-menu .footer-menu-block {
  display: block;
  float: left;
  width: 23%;
}
@media only screen and (max-width: 768px) {
  /* line 45, ../sass/_theme-footer.scss */
  #footer .footer-menu .footer-menu-block {
    display: none;
  }
}
/* line 53, ../sass/_theme-footer.scss */
#footer .footer-menu .footer-menu-mobile {
  display: none;
}
@media only screen and (max-width: 768px) {
  /* line 53, ../sass/_theme-footer.scss */
  #footer .footer-menu .footer-menu-mobile {
    display: block;
    text-align: center;
  }
  /* line 58, ../sass/_theme-footer.scss */
  #footer .footer-menu .footer-menu-mobile li {
    list-style: none;
    text-align: center;
  }
}
/* line 66, ../sass/_theme-footer.scss */
#footer .footer-logo {
  display: block;
  height: 210px;
  float: left;
  width: 25%;
  background: url(../images/tgmg-logo.png) no-repeat !important;
  background-size: 100%;
  background-position: center;
}
@media only screen and (min-width: 1420px) {
  /* line 66, ../sass/_theme-footer.scss */
  #footer .footer-logo {
    background-size: auto;
  }
}
@media only screen and (max-width: 768px) {
  /* line 66, ../sass/_theme-footer.scss */
  #footer .footer-logo {
    display: none;
  }
}
/* line 81, ../sass/_theme-footer.scss */
#footer .footer-logo-mobile {
  display: none;
  background: url(../images/tgmg-logo.png) no-repeat;
}
@media only screen and (max-width: 768px) {
  /* line 81, ../sass/_theme-footer.scss */
  #footer .footer-logo-mobile {
    display: block;
    width: 80%;
    margin: 10px auto 10px;
    height: 120px;
    background-size: auto;
    background-position: center;
    float: none;
  }
}

/* line 96, ../sass/_theme-footer.scss */
.region-bottom {
  background-color: #243140;
}
/* line 98, ../sass/_theme-footer.scss */
.region-bottom a {
  color: #ffffff;
}

/* line 103, ../sass/_theme-footer.scss */
.region-bottom p {
  padding: 20px;
  text-align: center;
  margin: 0;
}

/* line 109, ../sass/_theme-footer.scss */
.region-bottom .block {
  margin-bottom: 0;
}

/* line 113, ../sass/_theme-footer.scss */
.copyright {
  margin-bottom: 0;
}

/* line 116, ../sass/_theme-footer.scss */
#block-tgmg-custom-footer-social {
  margin-bottom: 35px;
}
@media only screen and (min-width: 1020px) {
  /* line 116, ../sass/_theme-footer.scss */
  #block-tgmg-custom-footer-social {
    float: right;
    margin: 0 3% 0 0;
    max-width: 250px;
    width: 25%;
  }
}
/* line 124, ../sass/_theme-footer.scss */
#block-tgmg-custom-footer-social .footer-donation {
  text-align: center;
}
@media only screen and (min-width: 1020px) {
  /* line 126, ../sass/_theme-footer.scss */
  #block-tgmg-custom-footer-social .footer-donation .btn {
    margin-bottom: 30px;
  }
}
/* line 132, ../sass/_theme-footer.scss */
#block-tgmg-custom-footer-social .footer-social {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
/* line 137, ../sass/_theme-footer.scss */
#block-tgmg-custom-footer-social .footer-social li {
  display: inline-block;
  margin: 0 2px;
  vertical-align: top;
}
/* line 141, ../sass/_theme-footer.scss */
#block-tgmg-custom-footer-social .footer-social li a {
  border: 1px solid #ffffff;
  color: #ffffff;
  display: block;
  font-size: 1.2857em;
  height: 30px;
  text-align: center;
  text-decoration: none;
  width: 30px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
/* line 152, ../sass/_theme-footer.scss */
#block-tgmg-custom-footer-social .footer-social li a:before {
  display: block;
  padding: 7px;
}
/* line 156, ../sass/_theme-footer.scss */
#block-tgmg-custom-footer-social .footer-social li a:hover {
  background: #ffffff;
  color: #3e5163;
}

/* line 5, ../sass/_theme-locations.scss */
.page-node-129 #main {
  background: #243140;
}

/* line 12, ../sass/_theme-locations.scss */
#block-views-locations-block {
  display: block;
  margin: 0;
  width: 100%;
}
@media only screen and (min-width: 1020px) {
  /* line 12, ../sass/_theme-locations.scss */
  #block-views-locations-block {
    max-height: 600px;
  }
}
/* line 20, ../sass/_theme-locations.scss */
#block-views-locations-block .attachment {
  display: none;
  width: 100%;
  overflow: hidden;
  height: 600px;
}
@media only screen and (min-width: 1020px) {
  /* line 20, ../sass/_theme-locations.scss */
  #block-views-locations-block .attachment {
    display: block;
    position: relative;
    float: right;
    width: 75%;
  }
}
/* line 31, ../sass/_theme-locations.scss */
#block-views-locations-block .attachment .views-field-path {
  height: auto;
  left: auto;
  position: relative;
  top: auto;
}
/* line 38, ../sass/_theme-locations.scss */
#block-views-locations-block .views-submit-button {
  padding: 0;
  position: absolute;
  right: 15px;
  top: 29px;
}
/* line 44, ../sass/_theme-locations.scss */
#block-views-locations-block .edit-keys {
  background: #ffffff;
}
/* line 47, ../sass/_theme-locations.scss */
#block-views-locations-block #edit-submit-locations {
  background: transparent url("../images/search-icon.png") no-repeat;
  background-size: 20px;
  text-indent: -999px;
  display: block;
  height: 20px;
  width: 20px;
  border: none;
  resize: none;
  padding: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 60, ../sass/_theme-locations.scss */
#block-views-locations-block #edit-keys {
  background: #ffffff;
}
/* line 63, ../sass/_theme-locations.scss */
#block-views-locations-block .view-filters {
  background: #243140;
  text-align: center;
}
/* line 66, ../sass/_theme-locations.scss */
#block-views-locations-block .view-filters #edit-combine-wrapper label {
  display: none;
}
@media only screen and (min-width: 1020px) {
  /* line 63, ../sass/_theme-locations.scss */
  #block-views-locations-block .view-filters {
    float: left;
    width: 25%;
  }
}
/* line 74, ../sass/_theme-locations.scss */
#block-views-locations-block .view-empty {
  padding: 0 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 1020px) {
  /* line 74, ../sass/_theme-locations.scss */
  #block-views-locations-block .view-empty {
    float: left;
    padding: 0 40px;
    width: 25%;
  }
}
/* line 82, ../sass/_theme-locations.scss */
#block-views-locations-block .view-empty h3 {
  color: #ffffff;
  text-align: center;
}
@media only screen and (min-width: 1020px) {
  /* line 82, ../sass/_theme-locations.scss */
  #block-views-locations-block .view-empty h3 {
    text-align: left;
  }
}
/* line 91, ../sass/_theme-locations.scss */
#block-views-locations-block #views-exposed-form-locations-block .view-header {
  color: #99cb5a;
  padding: 12px;
  font-size: 1.2em;
}
/* line 96, ../sass/_theme-locations.scss */
#block-views-locations-block #views-exposed-form-locations-block .views-exposed-widgets {
  width: 80%;
  margin: 0 auto;
  padding: 18px 0 0;
  float: none;
  position: relative;
}
/* line 103, ../sass/_theme-locations.scss */
#block-views-locations-block #views-exposed-form-locations-block #edit-city-wrapper {
  padding: 0;
}
/* line 105, ../sass/_theme-locations.scss */
#block-views-locations-block #views-exposed-form-locations-block #edit-city-wrapper .form-submit {
  position: absolute;
  bottom: 18px;
  right: 12px;
  z-index: 1;
}
/* line 113, ../sass/_theme-locations.scss */
#block-views-locations-block #edit-field-location-services-tid-wrapper {
  background: #333333;
  padding: 17px 0;
  display: block;
  position: relative;
  box-sizing: border-box;
}
/* line 119, ../sass/_theme-locations.scss */
#block-views-locations-block #edit-field-location-services-tid-wrapper .view-header {
  position: relative;
  display: inline-block;
  float: left;
  left: 18px;
  color: #ffffff;
  padding: 8px;
}
/* line 127, ../sass/_theme-locations.scss */
#block-views-locations-block #edit-field-location-services-tid-wrapper .views-widget {
  display: none;
  position: relative;
  clear: both;
  width: 100%;
  z-index: 100;
}
/* line 135, ../sass/_theme-locations.scss */
#block-views-locations-block #edit-field-location-services-tid-wrapper > label {
  background: #8b8e91;
  width: auto;
  cursor: pointer;
  box-sizing: border-box;
  display: inline-block;
  padding: 8px;
  color: #ffffff;
  font-style: italic;
  position: relative;
  float: right;
  right: 24px;
}
/* line 148, ../sass/_theme-locations.scss */
#block-views-locations-block .form-item-field-location-services-tid {
  background: #333333;
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  padding: 18px;
  margin-top: 17px;
  height: 600px;
}
/* line 156, ../sass/_theme-locations.scss */
#block-views-locations-block .form-item-field-location-services-tid .form-type-bef-checkbox {
  color: #ffffff;
  text-align: left;
  padding-bottom: 18px;
}
/* line 160, ../sass/_theme-locations.scss */
#block-views-locations-block .form-item-field-location-services-tid .form-type-bef-checkbox label {
  color: #ffffff;
  padding-left: 6px;
}
/* line 165, ../sass/_theme-locations.scss */
#block-views-locations-block .form-item-field-location-services-tid .description {
  display: none;
}

/* line 174, ../sass/_theme-locations.scss */
#block-block-356 {
  display: block;
  width: 100%;
  background: #17295b;
  text-align: center;
  margin-bottom: 0;
}
/* line 180, ../sass/_theme-locations.scss */
#block-block-356 .places-map {
  color: #ffffff;
  cursor: pointer;
  font-size: 1.2em;
  padding: 12px;
  text-transform: uppercase;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}
/* line 189, ../sass/_theme-locations.scss */
#block-block-356 .places-map:hover {
  color: #99cb5a;
}
/* line 192, ../sass/_theme-locations.scss */
#block-block-356 .places-map:after {
  content: '\f078';
  display: inline-block;
  font-family: FontAwesome;
  color: #ffffff;
  font-size: 0.8571em;
  font-weight: normal;
  font-style: normal;
  margin: 0 0 0 10px;
  text-decoration: none;
  position: relative;
  top: -2px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 208, ../sass/_theme-locations.scss */
#block-block-356 .places-map.active:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media only screen and (min-width: 1020px) {
  /* line 174, ../sass/_theme-locations.scss */
  #block-block-356 {
    display: none;
  }
}

/* line 221, ../sass/_theme-locations.scss */
.page-node-56 #content {
  padding: 0 !important;
}

/* line 226, ../sass/_theme-locations.scss */
#block-views-places-block {
  display: block;
  margin: 0;
  width: 100%;
  max-height: 773px;
}
@media only screen and (min-width: 1020px) {
  /* line 226, ../sass/_theme-locations.scss */
  #block-views-places-block {
    max-height: 773px;
  }
}
/* line 234, ../sass/_theme-locations.scss */
#block-views-places-block .view-header {
  display: none;
}
/* line 238, ../sass/_theme-locations.scss */
#block-views-places-block .attachment {
  width: 100%;
  position: relative;
  float: left;
  display: block;
}
@media only screen and (min-width: 1020px) {
  /* line 238, ../sass/_theme-locations.scss */
  #block-views-places-block .attachment {
    display: inline-block;
    position: relative;
    float: right;
    width: 75%;
  }
}
/* line 249, ../sass/_theme-locations.scss */
#block-views-places-block .attachment .views-field-path {
  height: auto;
  left: auto;
  position: relative;
  top: auto;
}
/* line 255, ../sass/_theme-locations.scss */
#block-views-places-block .attachment .gmap {
  height: 300px !important;
}
@media only screen and (min-width: 769px) {
  /* line 255, ../sass/_theme-locations.scss */
  #block-views-places-block .attachment .gmap {
    height: 600px !important;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 255, ../sass/_theme-locations.scss */
  #block-views-places-block .attachment .gmap {
    height: 800px !important;
  }
}
/* line 265, ../sass/_theme-locations.scss */
#block-views-places-block .views-submit-button {
  padding: 0;
  position: absolute;
  right: 15px;
  top: 29px;
}
/* line 271, ../sass/_theme-locations.scss */
#block-views-places-block .edit-keys {
  background: #ffffff;
}
/* line 274, ../sass/_theme-locations.scss */
#block-views-places-block #edit-submit-locations {
  background: transparent url("../images/search-icon.png") no-repeat;
  background-size: 20px;
  text-indent: -999px;
  display: block;
  height: 20px;
  width: 20px;
  border: none;
  resize: none;
  padding: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 287, ../sass/_theme-locations.scss */
#block-views-places-block #edit-keys {
  background: #ffffff;
}
/* line 290, ../sass/_theme-locations.scss */
#block-views-places-block .view-empty {
  padding: 0 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 293, ../sass/_theme-locations.scss */
#block-views-places-block .view-empty h3 {
  text-align: center;
}
@media only screen and (min-width: 1020px) {
  /* line 293, ../sass/_theme-locations.scss */
  #block-views-places-block .view-empty h3 {
    text-align: left;
  }
}
/* line 300, ../sass/_theme-locations.scss */
#block-views-places-block .view-filters {
  display: none;
}
/* line 304, ../sass/_theme-locations.scss */
#block-views-places-block #views-exposed-form-locations-block .view-header {
  color: #99cb5a;
  padding: 12px;
  font-size: 1.2em;
}
/* line 309, ../sass/_theme-locations.scss */
#block-views-places-block #views-exposed-form-locations-block .views-exposed-widgets {
  width: 80%;
  margin: 0 auto;
  padding: 18px 0 0;
  float: none;
  position: relative;
}
/* line 316, ../sass/_theme-locations.scss */
#block-views-places-block #views-exposed-form-locations-block #edit-city-wrapper {
  padding: 0;
}
/* line 318, ../sass/_theme-locations.scss */
#block-views-places-block #views-exposed-form-locations-block #edit-city-wrapper .form-submit {
  position: absolute;
  bottom: 18px;
  right: 12px;
  z-index: 1;
}
/* line 326, ../sass/_theme-locations.scss */
#block-views-places-block #edit-field-location-services-tid-wrapper {
  background: #333333;
  padding: 17px 0;
  display: block;
  position: relative;
  box-sizing: border-box;
}
/* line 332, ../sass/_theme-locations.scss */
#block-views-places-block #edit-field-location-services-tid-wrapper .view-header {
  position: relative;
  display: none;
  float: left;
  left: 18px;
  color: #ffffff;
  padding: 8px;
}
/* line 340, ../sass/_theme-locations.scss */
#block-views-places-block #edit-field-location-services-tid-wrapper .views-widget {
  display: none;
  position: relative;
  clear: both;
  width: 100%;
  z-index: 100;
}
/* line 348, ../sass/_theme-locations.scss */
#block-views-places-block #edit-field-location-services-tid-wrapper > label {
  background: #8b8e91;
  width: auto;
  cursor: pointer;
  box-sizing: border-box;
  display: inline-block;
  padding: 8px;
  color: #ffffff;
  font-style: italic;
  position: relative;
  float: right;
  right: 24px;
}
/* line 361, ../sass/_theme-locations.scss */
#block-views-places-block .form-item-field-location-services-tid {
  background: #333333;
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  padding: 18px;
  margin-top: 17px;
  height: 600px;
}
/* line 369, ../sass/_theme-locations.scss */
#block-views-places-block .form-item-field-location-services-tid .form-type-bef-checkbox {
  color: #ffffff;
  text-align: left;
  padding-bottom: 18px;
}
/* line 373, ../sass/_theme-locations.scss */
#block-views-places-block .form-item-field-location-services-tid .form-type-bef-checkbox label {
  color: #ffffff;
  padding-left: 6px;
}
/* line 378, ../sass/_theme-locations.scss */
#block-views-places-block .form-item-field-location-services-tid .description {
  display: none;
}
/* line 382, ../sass/_theme-locations.scss */
#block-views-places-block .item-list .pager {
  display: block;
  background: #ffffff;
  font-weight: 600;
  font-size: 1.1429em;
  padding: 11px 6px 10px 6px;
  position: relative;
  box-sizing: border-box;
  z-index: 200;
}
@media only screen and (min-width: 769px) {
  /* line 382, ../sass/_theme-locations.scss */
  #block-views-places-block .item-list .pager {
    width: 100%;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 382, ../sass/_theme-locations.scss */
  #block-views-places-block .item-list .pager {
    width: 25%;
    bottom: 45px;
  }
}
/* line 398, ../sass/_theme-locations.scss */
#block-views-places-block .item-list .pager .ajax-progress-throbber {
  display: none;
}

/* line 405, ../sass/_theme-locations.scss */
body.page-node-56 .tabs-primary {
  display: none;
}
/* line 408, ../sass/_theme-locations.scss */
body.page-node-56 #block-block-14 {
  display: none;
}
@media only screen and (min-width: 1020px) {
  /* line 408, ../sass/_theme-locations.scss */
  body.page-node-56 #block-block-14 {
    display: block;
  }
}
/* line 414, ../sass/_theme-locations.scss */
body.page-node-56 #breadcrumb {
  display: block;
  width: 100%;
  padding: 11px 12px;
}
@media only screen and (min-width: 769px) {
  /* line 414, ../sass/_theme-locations.scss */
  body.page-node-56 #breadcrumb {
    padding: 11px 24px;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 414, ../sass/_theme-locations.scss */
  body.page-node-56 #breadcrumb {
    display: inline-block;
    width: calc(100% - 146px);
    padding: 0 40px;
  }
}
/* line 426, ../sass/_theme-locations.scss */
body.page-node-56 #breadcrumb .view-header {
  display: block;
  font-size: 1.0000em;
  padding: 0 12px;
}
@media only screen and (min-width: 769px) {
  /* line 426, ../sass/_theme-locations.scss */
  body.page-node-56 #breadcrumb .view-header {
    float: right;
    background-color: transparent;
    color: #ffffff;
    display: block;
    font-size: 1.1429em;
    padding: 20px 24px;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 426, ../sass/_theme-locations.scss */
  body.page-node-56 #breadcrumb .view-header {
    position: absolute;
    right: 0;
    background-color: #17295b;
    color: #ffffff;
    display: block;
    font-size: 1.1429em;
    padding: 20px 24px;
  }
}
/* line 448, ../sass/_theme-locations.scss */
body.page-node-56 #breadcrumb .views-exposed-widgets {
  margin: 11px;
}
/* line 450, ../sass/_theme-locations.scss */
body.page-node-56 #breadcrumb .views-exposed-widgets .form-submit {
  margin: 0 6px;
  background: #99cb5a;
  border: 1px solid #80b341;
  -moz-box-shadow: inset 0 0 0 1px #ffe353, inset 0 0 0 1px #ffe353;
  -webkit-box-shadow: inset 0 0 0 1px #ffe353, inset 0 0 0 1px #ffe353;
  box-shadow: inset 0 0 0 1px #ffe353, inset 0 0 0 1px #ffe353;
}
/* line 457, ../sass/_theme-locations.scss */
body.page-node-56 #breadcrumb .views-exposed-widgets .form-submit:hover {
  background: #17295b;
  border-color: #243140;
  color: #ffffff;
  -moz-box-shadow: inset 0 0 0 1px #6b8dbf, inset 0 0 0 1px #6b8dbf;
  -webkit-box-shadow: inset 0 0 0 1px #6b8dbf, inset 0 0 0 1px #6b8dbf;
  box-shadow: inset 0 0 0 1px #6b8dbf, inset 0 0 0 1px #6b8dbf;
}
@media only screen and (min-width: 769px) {
  /* line 450, ../sass/_theme-locations.scss */
  body.page-node-56 #breadcrumb .views-exposed-widgets .form-submit {
    margin: 0 20px;
  }
}
/* line 470, ../sass/_theme-locations.scss */
body.page-node-56 #breadcrumb .view-filters {
  text-align: center;
}
/* line 472, ../sass/_theme-locations.scss */
body.page-node-56 #breadcrumb .view-filters #edit-combine-wrapper label {
  display: none;
}
@media only screen and (min-width: 1020px) {
  /* line 470, ../sass/_theme-locations.scss */
  body.page-node-56 #breadcrumb .view-filters {
    float: left;
    width: 25%;
  }
}

/* line 483, ../sass/_theme-locations.scss */
body.page-node-56 #breadcrumb .view-filters {
  width: auto !important;
  display: inline;
}
@media only screen and (min-width: 769px) {
  /* line 483, ../sass/_theme-locations.scss */
  body.page-node-56 #breadcrumb .view-filters {
    display: inline-block;
  }
}
/* line 489, ../sass/_theme-locations.scss */
body.page-node-56 #breadcrumb .view-filters .form-item-combine {
  width: auto;
  display: inline;
  float: left;
}
/* line 493, ../sass/_theme-locations.scss */
body.page-node-56 #breadcrumb .view-filters .form-item-combine input {
  width: 150px;
  background: #ffffff;
  float: left;
}
@media only screen and (min-width: 769px) {
  /* line 493, ../sass/_theme-locations.scss */
  body.page-node-56 #breadcrumb .view-filters .form-item-combine input {
    width: 260px;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 493, ../sass/_theme-locations.scss */
  body.page-node-56 #breadcrumb .view-filters .form-item-combine input {
    width: 400px;
  }
}
/* line 505, ../sass/_theme-locations.scss */
body.page-node-56 #breadcrumb .view-filters .views-exposed-form .views-exposed-widget {
  width: auto;
  padding: 0;
}

/* line 511, ../sass/_theme-locations.scss */
body.page-node-56 #breadcrumb ol {
  display: none;
}

/* line 516, ../sass/_theme-locations.scss */
.view-locations .views-field-path {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 522, ../sass/_theme-locations.scss */
.view-locations .views-field-path a {
  display: block;
  height: 100%;
  position: relative;
  z-index: 100;
}
@media only screen and (min-width: 1020px) {
  /* line 529, ../sass/_theme-locations.scss */
  .view-locations div.view-content {
    display: inline-block;
    position: relative;
    float: left;
    width: 25%;
    overflow: scroll;
    height: 810px;
  }
}
/* line 538, ../sass/_theme-locations.scss */
.view-locations div.view-content .views-row {
  box-sizing: border-box;
  color: #3e5163;
  padding: 20px 15% 20px 20%;
  background: url('data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAwCAYAAABjezibAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4BpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpBNTg4QjI3OThCMThFMzExQkNDRUQ5RTc4RjM4N0M5NCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCMzBBREMwOEQzM0MxMUU1OUQ5Njg2MUI2QjVCMTQwQiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCMzBBREMwN0QzM0MxMUU1OUQ5Njg2MUI2QjVCMTQwQiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNSAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowM2JlNDc0My02ZmM2LWNjNGYtODMxZC00ZWU5MWFlYmVhZGUiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDpjOGJkYThiNC1jYjdmLTExZTUtOWNlOC1kY2VmNDVlMjg3YWMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4TmykBAAAGkklEQVR42syZe2wUVRTGv51CoTwKAi1FimBReTSgPBooRaGIRh5tERNERQX5w6j4AiNCosaY4COGKkQMGqQCIphIKo8SUygQqZXwsiAIiASsSHlVHuUhlI7fmTvbmaU7MzvbVTnJ2Zm9c+89v71z7znn3g0gCtF1vTEvWdR7qX2p3antqc3NKheox6n7qDuo66mlgUDgql9bAZ9gt/HyPPVRajuj8PIZoOpXoLoSuHpBVWxMzhYpQJvbgaatg81PUZdS5xL0YEwBCdaBl1nUx6lxOLadY1MI/P498Ndv7o1v6grccjfHeAzQoZ+UXKMups4k6LEGAxJuMi+zeZeIA6uBrR8DJ/cgKklKBzKeA+4YLabP8WMqIRdEBUiweF6k8QRU8Y2sexX4cytiIjdnAMPf5xSQGYMl1MkEvRIxIOFa8bKCOgx7lgEb3gBqLiGm0qgpkP02kD5evpVQxxLyrCegOXJrDbiyD4AtH3nOApc3oXtOowEvApmvBCFHXD+SWpgmC3zAec1j70UoNsSW2FS24QhoLogJ2LM8UrjYiNgSm7RtMtT/hXxAx4X9XBCJWDoy8jnXthuQNpxesQfddLLppk/Q6/0CHFoHnN4f4ZxMoHctkoUjq7sbX3Xl9YAL+TkRXz8U2WpNzWQseY2+ra97vWMMJKXvAn+URba6x30jWAUEnFQHaEaIfTiwKg5Fz7p3ojUChrwJ3DnR32ssLwA2vQXU1rjXGzmPfjJHnHl3iTjBOTjFiBDihL3gRn9aH67mb+DwRmDXYqVyL2V2kTbSVvpwE8UQZzIhYAb+owxfSVg+xr2x+C073JVqTvAPFdTVi6F1GzcDejMyDngJiG8ROpIbXne383ChhMWTvOuomVlJkhFb3aTToFC4s0eAZTnA9vn14USkTJ5JnXMVoSOZOtDdlmJJEjYBzDYKJfC7yaDpoSNX+CSMEOglUqfwCdUmKFkz3NtYLNkC2M9ImepnJboV5HuGrtYt+d5ZzPWQMhWCIn2JewpnS0T6FiayCWAPI59ziwJdhtkWBP1j+WL/zrh8UejCEd/pFnEUUw/NyISrK907T0637it+iC5xkDYVpdZ3cexuopjaa0aaHsyEnSShnXVvn/B+5fxR6755e/e6iqm5ZoYRP3l/9IB6rW87mrFX8Po1l6us+8TU6AHtbSVeu4liOqUZu66Uu9wzoxM/2/wh3WZcfHQJqsTvui3UXvcszWDCDgFch4Q2nI69nd2MhC57hOg1wT+gtJG2dX1ucHYzwiJMZBPA1UZhtzxnN3Nit9KgZE4FWnWOHE7qDnzZ+n68nBuvvc5uxmJZrTFjYOKGTUgfp3IyJyl9z7pvwi3LGPq1xE6RwT1Iv9kkMXxf4fJCYSGTsAWzmXmG0V6POTc8sgnGBqpuv5umEkyJreHmpJTJs0f4glrfapXvXuIeVoVBWITJlg8K6E5cquqNhVmhcTPEKBOfvC/URtwuUl+c8Jkj6nvrzmox2bOY4I9cyTz0msMJiNSfVCrzbxe/9eEI1toz6lxevsW2T4DNs5x/oUAOmxXcLkYuMvolM53hRAbzef9n5C6PcCvrTU5CFjHjHYGvRnufHnQZqlL+pHT3etKPpPx2T+B06iDTQWu0lnAjw64eAnbhZS9XbAKW5Xqn5yIpfQibrQw0M0PixVMKTFxJ5U7vPiTLHs8BS+4lQb4nAQ+7bdzl9GoOtnGObn7nv9l2DmZ+2N/YC71AuLleJwtSVsS4+QBWcEVVbP534ToNBsZ+SRLtO/NkQY/kbCZFrerTKVg6KjQLieXRR8uOdFVruGrbVpqrttL1ZKGOWlUcx4Y1yPmMzrNJ7I8+pE/Z5YkN2goH5whoQoo3ncaJC9yfH/tXK32q+D/NtAVfgCbkHF7mcyNNlzI9dnDSl/TJvk0biArQFFnVxciY4v80IZxIHxnGnrzY7DsmZ9QtjYRCv9YHa9nngVXRwcmojaAXCcSJcxzC0TsfE0ATUlLcUoaqrljzNHCo2B9c2n3AqPkSKmW/mkW44w09fAwHKflVGSE7YtVT3uErKJ3vAXILBE78VSbhIt55aX4AzY6HGoZyPlejEsnIWXBD/cD5HkHbSMpx3UZjJN1et/Vag3AH/drSogE0DamRFADlMuoviAbCNVgk+6Ee1GtrdL1kpq7npypdP0M3yuSZypD+PyFAMvUnodF/zNf1stm6KVKWjBtB5I8faoluSYn5Z9CNI/IHEHWRqfGx6vcfAQYA/DZ3rg48DZQAAAAASUVORK5CYII=') 5% 50% no-repeat, url('data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAbCAYAAAB1NA+iAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4BpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpBNTg4QjI3OThCMThFMzExQkNDRUQ5RTc4RjM4N0M5NCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGQjQ3NTg5RkQzM0MxMUU1OUQ5Njg2MUI2QjVCMTQwQiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGQjQ3NTg5RUQzM0MxMUU1OUQ5Njg2MUI2QjVCMTQwQiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNSAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowM2JlNDc0My02ZmM2LWNjNGYtODMxZC00ZWU5MWFlYmVhZGUiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDpjOGJkYThiNC1jYjdmLTExZTUtOWNlOC1kY2VmNDVlMjg3YWMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4f3q86AAAA0ElEQVR42qSV0QnDMAxEg/ACnaX//esA/egEhXaEZoSskKzQEdIVukJXyAqVQQIjHOvkCg4nB/dibImk0+U2cB1YM+vNWoZAJQmvrCPrKj4MIdZdwlqzeDAgf+1jfBiSARvr3AshWbshVDx3Qci8hyFU8UIQ2tkZDKHG+UAQcm7JhSSgVxSyVjrW3YGFbMafKDB4kwxeWSMKqF3hI88R/RNGzqAZ9gBuuAWAwnsAOFwDhMIWEA6XgK6wAp69YQW8TI/DYQV8ZVDyOkb/TD8BBgCixkEeqwizDwAAAABJRU5ErkJggg==') 95% 50% no-repeat;
  background-color: #ffffff;
  border-bottom: 1px solid #e7ebf3;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media only screen and (min-width: 1020px) {
  /* line 538, ../sass/_theme-locations.scss */
  .view-locations div.view-content .views-row {
    background: url('data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAwCAYAAABjezibAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4BpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpBNTg4QjI3OThCMThFMzExQkNDRUQ5RTc4RjM4N0M5NCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCMzBBREMwOEQzM0MxMUU1OUQ5Njg2MUI2QjVCMTQwQiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCMzBBREMwN0QzM0MxMUU1OUQ5Njg2MUI2QjVCMTQwQiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNSAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowM2JlNDc0My02ZmM2LWNjNGYtODMxZC00ZWU5MWFlYmVhZGUiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDpjOGJkYThiNC1jYjdmLTExZTUtOWNlOC1kY2VmNDVlMjg3YWMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4TmykBAAAGkklEQVR42syZe2wUVRTGv51CoTwKAi1FimBReTSgPBooRaGIRh5tERNERQX5w6j4AiNCosaY4COGKkQMGqQCIphIKo8SUygQqZXwsiAIiASsSHlVHuUhlI7fmTvbmaU7MzvbVTnJ2Zm9c+89v71z7znn3g0gCtF1vTEvWdR7qX2p3antqc3NKheox6n7qDuo66mlgUDgql9bAZ9gt/HyPPVRajuj8PIZoOpXoLoSuHpBVWxMzhYpQJvbgaatg81PUZdS5xL0YEwBCdaBl1nUx6lxOLadY1MI/P498Ndv7o1v6grccjfHeAzQoZ+UXKMups4k6LEGAxJuMi+zeZeIA6uBrR8DJ/cgKklKBzKeA+4YLabP8WMqIRdEBUiweF6k8QRU8Y2sexX4cytiIjdnAMPf5xSQGYMl1MkEvRIxIOFa8bKCOgx7lgEb3gBqLiGm0qgpkP02kD5evpVQxxLyrCegOXJrDbiyD4AtH3nOApc3oXtOowEvApmvBCFHXD+SWpgmC3zAec1j70UoNsSW2FS24QhoLogJ2LM8UrjYiNgSm7RtMtT/hXxAx4X9XBCJWDoy8jnXthuQNpxesQfddLLppk/Q6/0CHFoHnN4f4ZxMoHctkoUjq7sbX3Xl9YAL+TkRXz8U2WpNzWQseY2+ra97vWMMJKXvAn+URba6x30jWAUEnFQHaEaIfTiwKg5Fz7p3ojUChrwJ3DnR32ssLwA2vQXU1rjXGzmPfjJHnHl3iTjBOTjFiBDihL3gRn9aH67mb+DwRmDXYqVyL2V2kTbSVvpwE8UQZzIhYAb+owxfSVg+xr2x+C073JVqTvAPFdTVi6F1GzcDejMyDngJiG8ROpIbXne383ChhMWTvOuomVlJkhFb3aTToFC4s0eAZTnA9vn14USkTJ5JnXMVoSOZOtDdlmJJEjYBzDYKJfC7yaDpoSNX+CSMEOglUqfwCdUmKFkz3NtYLNkC2M9ImepnJboV5HuGrtYt+d5ZzPWQMhWCIn2JewpnS0T6FiayCWAPI59ziwJdhtkWBP1j+WL/zrh8UejCEd/pFnEUUw/NyISrK907T0637it+iC5xkDYVpdZ3cexuopjaa0aaHsyEnSShnXVvn/B+5fxR6755e/e6iqm5ZoYRP3l/9IB6rW87mrFX8Po1l6us+8TU6AHtbSVeu4liOqUZu66Uu9wzoxM/2/wh3WZcfHQJqsTvui3UXvcszWDCDgFch4Q2nI69nd2MhC57hOg1wT+gtJG2dX1ucHYzwiJMZBPA1UZhtzxnN3Nit9KgZE4FWnWOHE7qDnzZ+n68nBuvvc5uxmJZrTFjYOKGTUgfp3IyJyl9z7pvwi3LGPq1xE6RwT1Iv9kkMXxf4fJCYSGTsAWzmXmG0V6POTc8sgnGBqpuv5umEkyJreHmpJTJs0f4glrfapXvXuIeVoVBWITJlg8K6E5cquqNhVmhcTPEKBOfvC/URtwuUl+c8Jkj6nvrzmox2bOY4I9cyTz0msMJiNSfVCrzbxe/9eEI1toz6lxevsW2T4DNs5x/oUAOmxXcLkYuMvolM53hRAbzef9n5C6PcCvrTU5CFjHjHYGvRnufHnQZqlL+pHT3etKPpPx2T+B06iDTQWu0lnAjw64eAnbhZS9XbAKW5Xqn5yIpfQibrQw0M0PixVMKTFxJ5U7vPiTLHs8BS+4lQb4nAQ+7bdzl9GoOtnGObn7nv9l2DmZ+2N/YC71AuLleJwtSVsS4+QBWcEVVbP534ToNBsZ+SRLtO/NkQY/kbCZFrerTKVg6KjQLieXRR8uOdFVruGrbVpqrttL1ZKGOWlUcx4Y1yPmMzrNJ7I8+pE/Z5YkN2goH5whoQoo3ncaJC9yfH/tXK32q+D/NtAVfgCbkHF7mcyNNlzI9dnDSl/TJvk0biArQFFnVxciY4v80IZxIHxnGnrzY7DsmZ9QtjYRCv9YHa9nngVXRwcmojaAXCcSJcxzC0TsfE0ATUlLcUoaqrljzNHCo2B9c2n3AqPkSKmW/mkW44w09fAwHKflVGSE7YtVT3uErKJ3vAXILBE78VSbhIt55aX4AzY6HGoZyPlejEsnIWXBD/cD5HkHbSMpx3UZjJN1et/Vag3AH/drSogE0DamRFADlMuoviAbCNVgk+6Ee1GtrdL1kpq7npypdP0M3yuSZypD+PyFAMvUnodF/zNf1stm6KVKWjBtB5I8faoluSYn5Z9CNI/IHEHWRqfGx6vcfAQYA/DZ3rg48DZQAAAAASUVORK5CYII=') 5% 50% no-repeat, url('data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAbCAYAAAB1NA+iAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4BpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpBNTg4QjI3OThCMThFMzExQkNDRUQ5RTc4RjM4N0M5NCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGQjQ3NTg5QkQzM0MxMUU1OUQ5Njg2MUI2QjVCMTQwQiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGQjQ3NTg5QUQzM0MxMUU1OUQ5Njg2MUI2QjVCMTQwQiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNSAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowM2JlNDc0My02ZmM2LWNjNGYtODMxZC00ZWU5MWFlYmVhZGUiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDpjOGJkYThiNC1jYjdmLTExZTUtOWNlOC1kY2VmNDVlMjg3YWMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7P5IjuAAAAqklEQVR42qSVCw2AMAxEBw6wgAU8zQJIwMJZQAsWsAASSiEjEL4td8ll2ZK9dF3X5SIS1IW6U8c0N3vb3Muu6AXUclVkInBBwiEHvyDHyS/IecENuVt0QZ5CM0PeEmSCfF3TJ8RSLK8Qa8k+QrKVYlOhHtK4acqDXe1p86LGegQwOQBzC2DqAEwlgnkLYF4jmH4ApiOB6Yl0Vy7VI/MvLK7UQ4rG9TPNAgwAvIgl9b65Ox8AAAAASUVORK5CYII=') 95% 50% no-repeat;
    background-color: #243140;
    color: #ffffff;
  }
}
/* line 553, ../sass/_theme-locations.scss */
.view-locations div.view-content > :hover {
  color: #ffffff;
  cursor: pointer;
  background: url('data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAwCAYAAABjezibAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4BpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpBNTg4QjI3OThCMThFMzExQkNDRUQ5RTc4RjM4N0M5NCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCMzBBREMwNEQzM0MxMUU1OUQ5Njg2MUI2QjVCMTQwQiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCMzBBREMwM0QzM0MxMUU1OUQ5Njg2MUI2QjVCMTQwQiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNSAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowM2JlNDc0My02ZmM2LWNjNGYtODMxZC00ZWU5MWFlYmVhZGUiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDpjOGJkYThiNC1jYjdmLTExZTUtOWNlOC1kY2VmNDVlMjg3YWMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4ZOybdAAAGjUlEQVR42sSZC2wURRjH/3elyBssFIqAEFCeQoNICFZDi6gBBKsmiAQURCU+CCJGDYkxYoJojEhAxEQEFRVJlEcLCFQeQimkAgIpAgKCFCnlIZRnaeH8fzu73b3e3ezu9cAv+bp7ezPz/To732PmAohDQtNbJ/OSQX2Aeje1M7UFtb7Z5CL1BHUvdTv1F2p+YGJxhV9bAZ9gd/AynjqC2sx4WKcJkHIn0CANSDb5Ksh3oQQ48ydw5azV/RT1O+pMgh5IKCDBWvIylTqKmoSWvThn2cDt9wO3dtB3/vcg8PdGzuUS4Pg2eXKN+g11MkGP1xiQcGN5+ZhNG6HjI0Dvl4HUbohLThYBhZ8C+3Nl5DL+eY2Qc+MCJFhtXqTzSKTwzQ74ELitNxIi/xQCeW9wCRhvegF1LEGvegYkXGNefqL2R7fhQNYUoFZdJFQqrwDr3gaKFsqntdTHCXnOFdCcuZUGXN/XgT4TXFeB5k2EXJfR1hlAwUcW5MDqMxmM0mWuDzi3dezuhGJDbIlNZVvvENRQaPWk0E0XsSm2lVNG/of8goEM++gQjTBihfc1d3ofcCiPUe4PhudS9ax+c0bJLkD7AUDTTh7X5GVGyUHiOOLdnfiqS6oDzuPH0Rj2ozdvLS5gbpjG2LZd364lE03GW0Drvt68e9ETQjOfgGOqAM0MsRcdhyRh0Gz9INcrgQ3vAjvn+/Pa9NFAv3e46mvp2614iXEyR4J5Z8k4lpO8YmQICcJucLkvRMLVugVolwn0GKVU7uWZU6SP9JUxdKIYkkwmBMzEf4zpKxVPLtF3lrjlhKvdgF74qoJKrhfetuISsIsZbesnwNUL4TOZ9Z7ezg/ZkhZP8q5V0KxKUo3cqpOjm8PhGrcFhucAvcZFwonIM/lO2jRqEz6TxVv0thRLqrAJYJbxUBK/TjZ/ED5z2V/BSIFuIm2yv1Z9LMl/X9/HZskSwF5GyRRZlYTsJL8n3Fv7THSvYqpDylKwRMaS8BTNloiMLUxkE8AuRj2nywKH1zocgvExfZT/3Jv+dLjjSOzUZRzF1CVoVMJSbOqktMi+b3NvfIWD9GmTYX+WwK4TxdQiaJTpViUcSy6fsu+dC96vNGxl3188oW+rmOqrOBjwUfkHAvEDBoK+7QSNvYLbf1Mnxb4vK44f0NlX8rVOFNOpoLHrKvk9wpHCpPldjniYz13F1fgKVMnfljTrqi8xDSZsF8A8XD7DTeKu2GFGUpczQ+xe4B9Q+kjfqjGzYocZYREmsglgrvFw39LYYaZ5d6WWFHAPde6Idzhpu2W6/blFOvNE19hhxmbJDbJiEH/fgKJFqiaLJRlv2vfl3DosYVwrO+oNbjHjZnlZ9LGi1YXCQiZhs9xqtmF097exO7btB2MDVbXfPaQKTMmt0dakPJPvvudW9exf9vPuI/VpVRjKzykmRz0ooDtQN6UHxuSH580woxXA0mfURtwp0l6CcJO26vPZI8qZnFWM9U8OZV2clBx9fGk/L0PWnzhET87gdWdFPZSXpbjnReC+ybH/Q4FcO9naLnoXmf3+U2PDiWzi9799JnePEm5ZxOIk5ApWvAPxVK776cHh9arkP1mkbyfjSMnvjASxTh1kOVyvXEm4QVG9h4DteNlDj62L4cvcy3ORkh2EXacMXDJTYr1mCkxCSVpP9zGkyl7IF1i6W7y0KwEP67ae443t38apN2/LKbbUlnN8dZ5oyXEW9Wdsm8OFvgk3XMSG2AJWmbY9nc2kKa9umoYRy8OrkEQefZw/xlA1mF57usT02hIvMwiz4TB2rETO8wye5Yk/+pAxZZcnNmgrGlxMQBNSgt0kLlxg9cTEv1oZU+X/Saat+ISve46xgDdNS5xTyFjKKea42fdSQYpnrUHhLP+nCdFExig0fGGNOXZCzqgbGgVFIKknBs4EOg6JD24/98gryRS6xuCJfny15xN2yk9I+Zkhn6mqAwZ/DrR/0B/cIU7Y8nGSKg9KPUO4EzfiZwjZMRUQshWGfOmeviw58iuwbLTAMa6gL+GOerUZ9ANoDpxpGMp5Vs2Kl5mz4TL9wPmeQcdMypnHemMmda/bfq0W3AG/tgI1CD825MMzIh1HHGLVhBrB1QjQUf3k0bs7IHOKOt4QkWM3OaoLXROHGKCtTm4koAkpG9zVcvpiHBDJhlttkHZSHyJcaU3GrzGgCSk//CyuOsrj/FEfi/bDzP8CaELKD0BfmB+fi/XTll/5T4ABANaXgxgUlENxAAAAAElFTkSuQmCC') 5% 50% no-repeat, url('data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAbCAYAAAB1NA+iAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4BpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpBNTg4QjI3OThCMThFMzExQkNDRUQ5RTc4RjM4N0M5NCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGQjQ3NTg5QkQzM0MxMUU1OUQ5Njg2MUI2QjVCMTQwQiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGQjQ3NTg5QUQzM0MxMUU1OUQ5Njg2MUI2QjVCMTQwQiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNSAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowM2JlNDc0My02ZmM2LWNjNGYtODMxZC00ZWU5MWFlYmVhZGUiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDpjOGJkYThiNC1jYjdmLTExZTUtOWNlOC1kY2VmNDVlMjg3YWMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7P5IjuAAAAqklEQVR42qSVCw2AMAxEBw6wgAU8zQJIwMJZQAsWsAASSiEjEL4td8ll2ZK9dF3X5SIS1IW6U8c0N3vb3Muu6AXUclVkInBBwiEHvyDHyS/IecENuVt0QZ5CM0PeEmSCfF3TJ8RSLK8Qa8k+QrKVYlOhHtK4acqDXe1p86LGegQwOQBzC2DqAEwlgnkLYF4jmH4ApiOB6Yl0Vy7VI/MvLK7UQ4rG9TPNAgwAvIgl9b65Ox8AAAAASUVORK5CYII=') 95% 50% no-repeat;
  background-color: #3c5896;
}
@media only screen and (min-width: 1020px) {
  /* line 553, ../sass/_theme-locations.scss */
  .view-locations div.view-content > :hover {
    background-color: #99cb5a;
  }
}
/* line 562, ../sass/_theme-locations.scss */
.view-locations div.view-content .views-row:last-child {
  border-bottom: none;
}

/* line 569, ../sass/_theme-locations.scss */
.view-places .gmnoprint:nth-child(9) {
  right: 0;
  top: 30px;
}
/* line 570, ../sass/_theme-locations.scss */
.view-places .region-page-top {
  display: none;
}
/* line 573, ../sass/_theme-locations.scss */
.view-places .region-page-bottom {
  display: none;
}
/* line 576, ../sass/_theme-locations.scss */
.view-places .views-field-title {
  font-weight: 600;
}
/* line 579, ../sass/_theme-locations.scss */
.view-places .views-field-path {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 585, ../sass/_theme-locations.scss */
.view-places .views-field-path a {
  display: block;
  height: 100%;
  background: transparent;
  position: relative;
  z-index: 100;
}
/* line 593, ../sass/_theme-locations.scss */
.view-places div.view-content {
  font-size: 1.0000em;
  line-height: 1.6em;
  float: left;
  display: block;
  width: 100%;
}
@media only screen and (min-width: 1020px) {
  /* line 593, ../sass/_theme-locations.scss */
  .view-places div.view-content {
    position: relative;
    width: 25%;
    font-size: 1.0714em;
  }
}
/* line 604, ../sass/_theme-locations.scss */
.view-places div.view-content .views-row {
  width: 100%;
  background-color: #ffffff;
  box-sizing: border-box;
  color: #3e5163;
  padding: 22px 15% 22px 12px;
  border-bottom: 1px solid #e7ebf3;
  position: relative;
  line-height: 1.6em;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media only screen and (min-width: 1020px) {
  /* line 604, ../sass/_theme-locations.scss */
  .view-places div.view-content .views-row {
    min-height: 128px;
  }
}
/* line 618, ../sass/_theme-locations.scss */
.view-places div.view-content .views-row .views-field-title:after {
  content: '\f054';
  font-family: FontAwesome;
  color: #3c5896;
  font-size: 2.1429em;
  font-weight: normal;
  font-style: normal;
  margin: 0;
  text-decoration: none;
  position: absolute;
  right: 24px;
  top: 48px;
}
/* line 632, ../sass/_theme-locations.scss */
.view-places div.view-content .views-row.focused {
  background-color: #99cb5a;
  color: #243140;
}
/* line 638, ../sass/_theme-locations.scss */
.view-places div.view-content > :hover {
  background-color: #99cb5a;
  color: #ffffff;
  cursor: pointer;
}
@media only screen and (min-width: 1020px) {
  /* line 638, ../sass/_theme-locations.scss */
  .view-places div.view-content > :hover {
    background-color: #99cb5a;
  }
}
/* line 646, ../sass/_theme-locations.scss */
.view-places div.view-content > :hover > .views-field-title:after {
  color: #ffffff;
  background-color: #99cb5a;
}
/* line 652, ../sass/_theme-locations.scss */
.view-places div.view-content .views-row:last-child {
  border-bottom: none;
}
/* line 656, ../sass/_theme-locations.scss */
.view-places #block-views-places-block-1 {
  float: left;
}
/* line 659, ../sass/_theme-locations.scss */
.view-places #block-views-places-block-2 {
  float: left;
}
/* line 661, ../sass/_theme-locations.scss */
.view-places #block-views-places-block-2 .views-field-title:after {
  content: normal;
}

/* line 666, ../sass/_theme-locations.scss */
#block-views-places-block > .view-places > .view-content {
  box-shadow: 0px -10px 15px 0px rgba(158, 155, 158, 0.5);
  position: relative;
  font-size: 1.2em;
}
@media only screen and (min-width: 1020px) {
  /* line 666, ../sass/_theme-locations.scss */
  #block-views-places-block > .view-places > .view-content {
    box-shadow: 10px 0px 15px 0px rgba(158, 155, 158, 0.5);
  }
}
@media only screen and (min-width: 769px) {
  /* line 673, ../sass/_theme-locations.scss */
  #block-views-places-block > .view-places > .view-content .views-row {
    float: left;
    width: 50%;
    border-left: 1px solid #e7ebf3;
    padding: 20px;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 673, ../sass/_theme-locations.scss */
  #block-views-places-block > .view-places > .view-content .views-row {
    width: 100%;
    border-left: none;
    padding: 20px;
  }
}

/* line 691, ../sass/_theme-locations.scss */
.view-display-id-bubble .views-row {
  margin: 0 !Important;
}
/* line 696, ../sass/_theme-locations.scss */
.view-display-id-bubble .views-row:after {
  content: "";
  display: table;
  clear: both;
}
/* line 702, ../sass/_theme-locations.scss */
.view-display-id-bubble .views-field-field-primary-image {
  float: left;
}
/* line 706, ../sass/_theme-locations.scss */
.view-display-id-bubble .views-field-path {
  position: relative !Important;
  float: none;
}

@media only screen and (min-width: 1020px) {
  /* line 714, ../sass/_theme-locations.scss */
  .view-locations div.view-content:first-child {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
    height: auto;
  }
}
/* line 723, ../sass/_theme-locations.scss */
.view-locations div.view-content:first-child h2 {
  font-size: 1.0000em;
  line-height: 1.428571;
  font-weight: 600;
  color: #3c5896;
}
/* line 729, ../sass/_theme-locations.scss */
.view-locations div.view-content:first-child .tabs {
  position: relative;
  margin-top: 12px;
  line-height: 1.5em;
}
/* line 734, ../sass/_theme-locations.scss */
.view-locations div.view-content:first-child p {
  margin: 2px 0 12px 0;
  line-height: 1em;
}
/* line 738, ../sass/_theme-locations.scss */
.view-locations div.view-content:first-child .views-row {
  box-sizing: border-box;
  color: #3e5163;
  padding: 0;
  background: none;
  background-color: #ffffff;
  border-bottom: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media only screen and (min-width: 1020px) {
  /* line 738, ../sass/_theme-locations.scss */
  .view-locations div.view-content:first-child .views-row {
    background: none;
    background-color: transparent;
    color: #535353;
    margin-bottom: 12px;
  }
}
/* line 754, ../sass/_theme-locations.scss */
.view-locations div.view-content:first-child > :hover {
  color: #535353;
  cursor: auto;
  background: none;
  background-color: transparent;
}
@media only screen and (min-width: 1020px) {
  /* line 754, ../sass/_theme-locations.scss */
  .view-locations div.view-content:first-child > :hover {
    background-color: transparent;
  }
}
/* line 763, ../sass/_theme-locations.scss */
.view-locations div.view-content:first-child .views-row:last-child {
  border-bottom: none;
}
/* line 766, ../sass/_theme-locations.scss */
.view-locations div.view-content:first-child .views-field-path {
  margin: 0;
}
/* line 768, ../sass/_theme-locations.scss */
.view-locations div.view-content:first-child .views-field-path a {
  width: 100%;
  display: block;
  color: #ffffff;
  height: auto;
  background: #99cb5a;
  text-align: center;
  padding: 4px;
}
/* line 776, ../sass/_theme-locations.scss */
.view-locations div.view-content:first-child .views-field-path a:hover {
  background: #3c5896;
}

@media only screen and (min-width: 769px) {
  /* line 785, ../sass/_theme-locations.scss */
  .view-places div.view-content:first-child {
    overflow: hidden;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 785, ../sass/_theme-locations.scss */
  .view-places div.view-content:first-child {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    box-shadow: none;
  }
}
/* line 798, ../sass/_theme-locations.scss */
.view-places div.view-content:first-child h2 {
  font-size: 1.0000em;
  line-height: 1.428571;
  font-weight: 600;
  color: #3c5896;
}
/* line 804, ../sass/_theme-locations.scss */
.view-places div.view-content:first-child .tabs {
  position: relative;
  margin-top: 12px;
  line-height: 1.5em;
}
/* line 809, ../sass/_theme-locations.scss */
.view-places div.view-content:first-child p {
  margin: 2px 0 12px 0;
  line-height: 1em;
}
/* line 813, ../sass/_theme-locations.scss */
.view-places div.view-content:first-child .views-row {
  box-sizing: border-box;
  color: #3e5163;
  padding: 0;
  background: none;
  background-color: #ffffff;
  border-bottom: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media only screen and (min-width: 1020px) {
  /* line 813, ../sass/_theme-locations.scss */
  .view-places div.view-content:first-child .views-row {
    background: none;
    background-color: transparent;
    color: #535353;
    margin-bottom: 12px;
  }
}
/* line 828, ../sass/_theme-locations.scss */
.view-places div.view-content:first-child > :hover {
  color: #535353;
  cursor: auto;
  background: none;
  background-color: transparent;
}
/* line 834, ../sass/_theme-locations.scss */
.view-places div.view-content:first-child .views-row:last-child {
  border-bottom: none;
}
/* line 837, ../sass/_theme-locations.scss */
.view-places div.view-content:first-child .views-field-field-primary-image {
  float: left;
  display: none;
  width: auto;
  padding-right: 12px;
  line-height: 0;
}
@media only screen and (min-width: 769px) {
  /* line 837, ../sass/_theme-locations.scss */
  .view-places div.view-content:first-child .views-field-field-primary-image {
    display: block;
  }
}
/* line 847, ../sass/_theme-locations.scss */
.view-places div.view-content:first-child .views-field-path {
  display: inline-block;
  width: auto;
  font-size: 1em;
  line-height: normal;
  margin: 0;
}
/* line 853, ../sass/_theme-locations.scss */
.view-places div.view-content:first-child .views-field-path .details {
  display: none;
}
@media only screen and (min-width: 769px) {
  /* line 853, ../sass/_theme-locations.scss */
  .view-places div.view-content:first-child .views-field-path .details {
    display: block;
  }
}
/* line 859, ../sass/_theme-locations.scss */
.view-places div.view-content:first-child .views-field-path a {
  width: auto;
  display: inline-block;
  color: #ffffff;
  height: auto;
  background: #99cb5a;
  text-align: center;
  padding: 5px 12px;
  margin: 12px 6px 0 0;
  font-size: 0.9em;
  font-weight: 600;
  border-radius: 10px;
}
/* line 871, ../sass/_theme-locations.scss */
.view-places div.view-content:first-child .views-field-path a:hover {
  background: #3c5896;
}
/* line 875, ../sass/_theme-locations.scss */
.view-places div.view-content:first-child .views-field-path a.bubble-button {
  background: #99cb5a;
}
/* line 878, ../sass/_theme-locations.scss */
.view-places div.view-content:first-child .views-field-path a.bubble-button:hover {
  background: #3c5896;
}

/* line 887, ../sass/_theme-locations.scss */
#block-block-351 {
  display: none;
  color: #ffffff;
  margin: 0;
  overflow: hidden;
  position: relative;
  text-align: center;
  max-height: 200px;
}
@media only screen and (min-width: 1020px) {
  /* line 887, ../sass/_theme-locations.scss */
  #block-block-351 {
    max-height: 290px;
  }
}
/* line 898, ../sass/_theme-locations.scss */
#block-block-351:before {
  background-color: rgba(60, 81, 99, 0.6);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 908, ../sass/_theme-locations.scss */
#block-block-351 img {
  display: block;
  width: 100%;
}
/* line 912, ../sass/_theme-locations.scss */
#block-block-351 p {
  margin: 0;
}
/* line 915, ../sass/_theme-locations.scss */
#block-block-351 h1 {
  color: #ffffff;
  font-family: "AvenirNext-UltraLight", sans-serif;
  font-size: 1.7143em;
  font-weight: bold;
  line-height: 1.249990;
  letter-spacing: 2px;
  margin: 0;
  position: absolute;
  text-transform: uppercase;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (min-width: 769px) {
  /* line 915, ../sass/_theme-locations.scss */
  #block-block-351 h1 {
    font-size: 2.5714em;
    font-weight: normal;
    line-height: 1.111123;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 915, ../sass/_theme-locations.scss */
  #block-block-351 h1 {
    font-size: 4.2857em;
    line-height: 1.100004;
  }
}

/* line 944, ../sass/_theme-locations.scss */
.node-type-location #block-block-14 {
  display: none;
}
@media only screen and (min-width: 769px) {
  /* line 944, ../sass/_theme-locations.scss */
  .node-type-location #block-block-14 {
    display: block;
  }
}
/* line 950, ../sass/_theme-locations.scss */
.node-type-location .block {
  margin-bottom: 0;
}
/* line 953, ../sass/_theme-locations.scss */
.node-type-location .ui-widget,
.node-type-location .ui-helper-reset {
  font-family: "AvenirNext-Regular", sans-serif;
}
@media only screen and (min-width: 1020px) {
  /* line 957, ../sass/_theme-locations.scss */
  .node-type-location #main {
    background: #243140;
  }
}
/* line 963, ../sass/_theme-locations.scss */
.node-type-location .location-locations-display h3 {
  display: none;
}
/* line 968, ../sass/_theme-locations.scss */
.node-type-location .ui-accordion .ui-accordion-header {
  background: #243140;
  border: none;
  border-top: 1px solid #333333;
  font: bold 1rem/1.42857rem "AvenirNext-DemiBold", sans-serif;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/* line 977, ../sass/_theme-locations.scss */
.node-type-location .ui-accordion .ui-accordion-header.ui-state-active {
  background: #99cb5a;
  border-top: 5px solid #d67511;
}
/* line 981, ../sass/_theme-locations.scss */
.node-type-location .ui-accordion .ui-accordion-header a {
  color: #ffffff;
  padding: 25px;
}
/* line 985, ../sass/_theme-locations.scss */
.node-type-location .ui-accordion .ui-accordion-header .ui-icon {
  display: none;
}
/* line 989, ../sass/_theme-locations.scss */
.node-type-location .ui-accordion .ui-accordion-content {
  background: #ffffff;
  border: none;
  margin: 0;
  padding: 0;
}
/* line 996, ../sass/_theme-locations.scss */
.node-type-location .block {
  margin: 0;
}
@media only screen and (min-width: 1020px) {
  /* line 1000, ../sass/_theme-locations.scss */
  .node-type-location .quicktabs-wrapper .item-list {
    float: left;
    width: 30%;
  }
}
/* line 1007, ../sass/_theme-locations.scss */
.node-type-location .views-field-nothing,
.node-type-location .views-field-nothing-1 {
  border-bottom: 1px solid #e7ebf3;
}
@media only screen and (min-width: 1020px) {
  /* line 1007, ../sass/_theme-locations.scss */
  .node-type-location .views-field-nothing,
  .node-type-location .views-field-nothing-1 {
    border-bottom: none;
  }
}
@media only screen and (min-width: 769px) {
  /* line 1013, ../sass/_theme-locations.scss */
  .node-type-location .views-field-nothing .location-item,
  .node-type-location .views-field-nothing-1 .location-item {
    display: inline-block;
    margin-right: -4px;
    padding-right: 25px;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 769px) {
  /* line 1021, ../sass/_theme-locations.scss */
  .node-type-location .views-field-nothing .location-item.location-address,
  .node-type-location .views-field-nothing-1 .location-item.location-address {
    width: 40%;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 1021, ../sass/_theme-locations.scss */
  .node-type-location .views-field-nothing .location-item.location-address,
  .node-type-location .views-field-nothing-1 .location-item.location-address {
    width: 100%;
  }
}
@media only screen and (min-width: 769px) {
  /* line 1029, ../sass/_theme-locations.scss */
  .node-type-location .views-field-nothing .location-item.location-phone,
  .node-type-location .views-field-nothing-1 .location-item.location-phone {
    width: 30%;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 1029, ../sass/_theme-locations.scss */
  .node-type-location .views-field-nothing .location-item.location-phone,
  .node-type-location .views-field-nothing-1 .location-item.location-phone {
    width: 100%;
  }
}
/* line 1037, ../sass/_theme-locations.scss */
.node-type-location .views-field-nothing .location-item.location-hours,
.node-type-location .views-field-nothing-1 .location-item.location-hours {
  padding-right: 0;
}
@media only screen and (min-width: 769px) {
  /* line 1037, ../sass/_theme-locations.scss */
  .node-type-location .views-field-nothing .location-item.location-hours,
  .node-type-location .views-field-nothing-1 .location-item.location-hours {
    width: 30%;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 1037, ../sass/_theme-locations.scss */
  .node-type-location .views-field-nothing .location-item.location-hours,
  .node-type-location .views-field-nothing-1 .location-item.location-hours {
    width: 100%;
  }
}
/* line 1047, ../sass/_theme-locations.scss */
.node-type-location .views-field-nothing .location-label,
.node-type-location .views-field-nothing-1 .location-label {
  display: block;
  font: bold 1.14286rem/1.57143rem "AvenirNext-DemiBold", sans-serif;
  margin-bottom: 5px;
}
@media only screen and (min-width: 769px) {
  /* line 1047, ../sass/_theme-locations.scss */
  .node-type-location .views-field-nothing .location-label,
  .node-type-location .views-field-nothing-1 .location-label {
    font-size: 1.2857em;
    line-height: 1.333348;
  }
}
/* line 1056, ../sass/_theme-locations.scss */
.node-type-location .views-field-nothing .location-content,
.node-type-location .views-field-nothing-1 .location-content {
  margin-bottom: 20px;
}
@media only screen and (min-width: 769px) {
  /* line 1056, ../sass/_theme-locations.scss */
  .node-type-location .views-field-nothing .location-content,
  .node-type-location .views-field-nothing-1 .location-content {
    font-size: 1.1429em;
    line-height: 1.374948;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 1062, ../sass/_theme-locations.scss */
  .node-type-location .views-field-nothing .location-content .item-list,
  .node-type-location .views-field-nothing-1 .location-content .item-list {
    float: none;
    width: 100%;
  }
}
/* line 1069, ../sass/_theme-locations.scss */
.node-type-location .views-field-nothing ul,
.node-type-location .views-field-nothing-1 ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 1020px) {
  /* line 75, ../sass/_mixins.scss */
  .node-type-location .views-row:after {
    clear: both;
    content: '';
    display: table;
  }
}
/* line 1081, ../sass/_theme-locations.scss */
.node-type-location .view-footer p {
  margin: 0;
}
/* line 1084, ../sass/_theme-locations.scss */
.node-type-location .view-footer a {
  background: #99cb5a;
  color: #ffffff;
  font: bold 1rem/1.42857rem "AvenirNext-DemiBold", sans-serif;
  display: block;
  padding: 20px 30px;
  text-align: center;
  text-transform: uppercase;
}

@media only screen and (min-width: 769px) {
  /* line 1096, ../sass/_theme-locations.scss */
  #block-quicktabs-location-information-mobile {
    display: none;
  }
}

/* line 1102, ../sass/_theme-locations.scss */
#block-quicktabs-location-information {
  display: block;
}
@media only screen and (min-width: 769px) {
  /* line 1102, ../sass/_theme-locations.scss */
  #block-quicktabs-location-information {
    display: block;
  }
}
/* line 1107, ../sass/_theme-locations.scss */
#block-quicktabs-location-information .quicktabs-tabs {
  margin: 0;
  padding: 0;
}
/* line 1110, ../sass/_theme-locations.scss */
#block-quicktabs-location-information .quicktabs-tabs li {
  border-right: 1px solid #333333;
  display: block;
  float: left;
  padding: 0;
  position: relative;
  vertical-align: top;
  width: 50%;
  white-space: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 1020px) {
  /* line 1110, ../sass/_theme-locations.scss */
  #block-quicktabs-location-information .quicktabs-tabs li {
    float: none;
    width: 100%;
  }
}
/* line 1124, ../sass/_theme-locations.scss */
#block-quicktabs-location-information .quicktabs-tabs li.active {
  border: none;
}
@media only screen and (min-width: 1020px) {
  /* line 1124, ../sass/_theme-locations.scss */
  #block-quicktabs-location-information .quicktabs-tabs li.active {
    position: relative;
  }
}
/* line 1129, ../sass/_theme-locations.scss */
#block-quicktabs-location-information .quicktabs-tabs li.active:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: 0 auto;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 10;
  border-left: 125px solid transparent;
  border-right: 125px solid transparent;
  border-top: 30px solid #99cb5a;
}
@media only screen and (max-width: 768px) {
  /* line 1129, ../sass/_theme-locations.scss */
  #block-quicktabs-location-information .quicktabs-tabs li.active:after {
    display: none;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 1129, ../sass/_theme-locations.scss */
  #block-quicktabs-location-information .quicktabs-tabs li.active:after {
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 30px solid #99cb5a;
    left: auto;
    margin: 0;
    position: absolute;
    right: -155px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
/* line 1155, ../sass/_theme-locations.scss */
#block-quicktabs-location-information .quicktabs-tabs li.active a {
  background: #99cb5a;
}
/* line 1159, ../sass/_theme-locations.scss */
#block-quicktabs-location-information .quicktabs-tabs li a {
  background: #243140;
  border: 1px solid transparent;
  color: #ffffff;
  display: block;
  font: bold 1rem/1.28571rem "AvenirNext-DemiBold", sans-serif;
  padding: 10%;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  /* line 1159, ../sass/_theme-locations.scss */
  #block-quicktabs-location-information .quicktabs-tabs li a {
    padding: 8%;
  }
}
/* line 1172, ../sass/_theme-locations.scss */
#block-quicktabs-location-information .quicktabs_main {
  clear: both;
}
@media only screen and (min-width: 1020px) {
  /* line 1172, ../sass/_theme-locations.scss */
  #block-quicktabs-location-information .quicktabs_main {
    background: #ffffff;
    clear: none;
    float: left;
    min-height: 243px;
    width: 70%;
  }
}

@media only screen and (min-width: 1020px) {
  /* line 1185, ../sass/_theme-locations.scss */
  #quicktabs-tabpage-location_information-0 .views-field-nothing {
    float: left;
    padding-right: 25px;
    width: 25%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
/* line 1192, ../sass/_theme-locations.scss */
#quicktabs-tabpage-location_information-0 .views-field-nothing .location-item {
  display: block;
  margin: 0;
  padding: 0;
}
/* line 1198, ../sass/_theme-locations.scss */
#quicktabs-tabpage-location_information-0 .views-field-nothing-1 {
  margin-bottom: 20px;
}
@media only screen and (min-width: 1020px) {
  /* line 1198, ../sass/_theme-locations.scss */
  #quicktabs-tabpage-location_information-0 .views-field-nothing-1 {
    float: left;
    padding-right: 25px;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 1207, ../sass/_theme-locations.scss */
  #quicktabs-tabpage-location_information-0 .views-field-nothing-1 h1:first-child, #quicktabs-tabpage-location_information-0 .views-field-nothing-1 h2:first-child, #quicktabs-tabpage-location_information-0 .views-field-nothing-1 h3:first-child, #quicktabs-tabpage-location_information-0 .views-field-nothing-1 h4:first-child, #quicktabs-tabpage-location_information-0 .views-field-nothing-1 h5:first-child, #quicktabs-tabpage-location_information-0 .views-field-nothing-1 h6:first-child, #quicktabs-tabpage-location_information-0 .views-field-nothing-1 p:first-child {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 1214, ../sass/_theme-locations.scss */
  #quicktabs-tabpage-location_information-0 .views-field-nothing-2 {
    float: left;
    width: 25%;
  }
}

/* line 1224, ../sass/_theme-locations.scss */
#block-views-location-block-1 .view-content,
#block-views-location-block-3 .view-content {
  padding: 30px;
}

/* line 1231, ../sass/_theme-locations.scss */
#block-views-location-block-1--2 .view-content,
#block-views-location-block-3--2 .view-content {
  padding: 50px 40px;
}

/* line 1238, ../sass/_theme-locations.scss */
#block-views-location-block-3 .view-content,
#block-views-location-block-3--2 .view-content {
  background: #e7ebf3;
}
/* line 1241, ../sass/_theme-locations.scss */
#block-views-location-block-3 .views-row,
#block-views-location-block-3--2 .views-row {
  background: #ffffff;
  margin: 20px 0;
}
/* line 1245, ../sass/_theme-locations.scss */
#block-views-location-block-3 .views-row.active .views-field-field-date,
#block-views-location-block-3--2 .views-row.active .views-field-field-date {
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 1250, ../sass/_theme-locations.scss */
#block-views-location-block-3 .views-field-field-date,
#block-views-location-block-3--2 .views-field-field-date {
  background: #3c5896;
  color: #ffffff;
  display: inline-block;
  margin-right: -4px;
  padding: 20px;
  vertical-align: top;
  width: 30%;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 1262, ../sass/_theme-locations.scss */
#block-views-location-block-3 .views-field-title,
#block-views-location-block-3--2 .views-field-title {
  background: #ffffff;
  display: inline-block;
  margin-right: -4px;
  padding: 20px;
  vertical-align: top;
  width: 70%;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 1272, ../sass/_theme-locations.scss */
#block-views-location-block-3 .views-field-title a,
#block-views-location-block-3--2 .views-field-title a {
  color: #3e5163;
  font-size: 1.1429em;
  line-height: normal;
}
/* line 1278, ../sass/_theme-locations.scss */
#block-views-location-block-3 .views-field-nothing,
#block-views-location-block-3--2 .views-field-nothing {
  display: none;
  text-align: center;
}
/* line 1281, ../sass/_theme-locations.scss */
#block-views-location-block-3 .views-field-nothing p,
#block-views-location-block-3--2 .views-field-nothing p {
  border-bottom: 1px solid #e7ebf3;
  margin: 0 0 15px;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 1282, ../sass/_theme-locations.scss */
#block-views-location-block-3 .views-field-nothing p:before,
#block-views-location-block-3--2 .views-field-nothing p:before {
  content: "QUICK DESCRIPTION";
  display: block;
  color: #3c5896;
  font-family: "AvenirNext-DemiBold", sans-serif;
  margin-bottom: 10px;
}
/* line 1294, ../sass/_theme-locations.scss */
#block-views-location-block-3 .views-field-nothing .date-display-single,
#block-views-location-block-3--2 .views-field-nothing .date-display-single {
  display: block;
  border-bottom: 1px solid #e7ebf3;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
/* line 1299, ../sass/_theme-locations.scss */
#block-views-location-block-3 .views-field-nothing .date-display-single:before,
#block-views-location-block-3--2 .views-field-nothing .date-display-single:before {
  content: "TIME";
  display: block;
  color: #3c5896;
  font-family: "AvenirNext-DemiBold", sans-serif;
  margin-bottom: 10px;
}
/* line 1307, ../sass/_theme-locations.scss */
#block-views-location-block-3 .views-field-nothing a,
#block-views-location-block-3--2 .views-field-nothing a {
  display: block;
  padding-bottom: 15px;
}
/* line 1310, ../sass/_theme-locations.scss */
#block-views-location-block-3 .views-field-nothing a.btn,
#block-views-location-block-3--2 .views-field-nothing a.btn {
  color: #ffffff;
  max-width: 200px;
}
/* line 1315, ../sass/_theme-locations.scss */
#block-views-location-block-3 .views-field-nothing a.active:before,
#block-views-location-block-3--2 .views-field-nothing a.active:before {
  content: "LOCATION";
  display: block;
  color: #3c5896;
  font-family: "AvenirNext-DemiBold", sans-serif;
  margin-bottom: 10px;
}

/* line 1327, ../sass/_theme-locations.scss */
.quicktabs-hide {
  display: block;
  position: absolute;
  left: -10000px;
  top: -10000px;
}

/* line 1334, ../sass/_theme-locations.scss */
.front .quicktabs-hide {
  display: none;
}

/* line 1338, ../sass/_theme-locations.scss */
.section-locations .cta-bottom {
  padding-top: 40px;
}

/* line 1, ../sass/_theme-breadcrumbs.scss */
.region-stage {
  position: relative;
}

/* line 4, ../sass/_theme-breadcrumbs.scss */
#breadcrumb {
  background-color: #3c5896;
  color: #ffffff;
  display: none;
  font-size: 0.9286em;
  padding: 20px 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 769px) {
  /* line 4, ../sass/_theme-breadcrumbs.scss */
  #breadcrumb {
    display: block;
    float: left;
    width: calc(100% - 146px);
  }
}
/* line 17, ../sass/_theme-breadcrumbs.scss */
#breadcrumb li {
  margin-right: 10px;
}
/* line 19, ../sass/_theme-breadcrumbs.scss */
#breadcrumb li:last-child {
  color: #9dabca;
}
/* line 22, ../sass/_theme-breadcrumbs.scss */
#breadcrumb li .nolink {
  margin-right: 10px;
}
/* line 26, ../sass/_theme-breadcrumbs.scss */
#breadcrumb a {
  color: #ffffff;
  margin-right: 10px;
}
/* line 29, ../sass/_theme-breadcrumbs.scss */
#breadcrumb a:hover {
  color: #99cb5a;
}

/* line 35, ../sass/_theme-breadcrumbs.scss */
.sharebutton {
  background-color: #3c5896;
  clear: both;
  margin-bottom: 0;
  text-align: center;
  width: 100%;
  z-index: 200;
}
@media only screen and (min-width: 769px) {
  /* line 35, ../sass/_theme-breadcrumbs.scss */
  .sharebutton {
    margin: 0;
    position: absolute;
    right: 0;
    width: 146px;
  }
}
/* line 48, ../sass/_theme-breadcrumbs.scss */
.sharebutton h2 {
  display: none;
}
/* line 51, ../sass/_theme-breadcrumbs.scss */
.sharebutton > p {
  margin: 0;
}
/* line 53, ../sass/_theme-breadcrumbs.scss */
.sharebutton > p > a {
  background-color: #99cb5a;
  color: #243140;
  cursor: pointer;
  display: block;
  font-size: 0.9286em;
  padding: 18px 15px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-transform: uppercase;
  /* @include phone {
    padding: 14px 15px;
  } */
}
/* line 65, ../sass/_theme-breadcrumbs.scss */
.sharebutton > p > a:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  position: relative;
}
/* line 71, ../sass/_theme-breadcrumbs.scss */
.sharebutton > p > a:hover {
  background-color: #3c5896;
  color: #ffffff;
}
/* line 75, ../sass/_theme-breadcrumbs.scss */
.sharebutton > p > a:focus {
  background-color: #3c5896;
  color: #ffffff;
}

@media only screen and (min-width: 769px) {
  /* line 83, ../sass/_theme-breadcrumbs.scss */
  .sharebutton {
    float: left;
    /*position: relative;*/
    z-index: 10;
    width: 20%;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 83, ../sass/_theme-breadcrumbs.scss */
  .sharebutton {
    width: 146px;
  }
}

/* line 95, ../sass/_theme-breadcrumbs.scss */
.sharebutton {
  background: transparent;
}
/* line 99, ../sass/_theme-breadcrumbs.scss */
.sharebutton p a:before {
  background: url("../images/sprites.png") -60px -30px no-repeat;
  background-size: 150px;
  height: 20px;
  top: 6px;
  width: 20px;
}
/* line 108, ../sass/_theme-breadcrumbs.scss */
.sharebutton #block-addtoany-addtoany-button {
  background: #99cb5a;
  display: none;
  float: none;
  margin: 0;
  padding: 10px;
  position: absolute;
  width: 100%;
  z-index: 10;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 119, ../sass/_theme-breadcrumbs.scss */
.sharebutton #block-addtoany-addtoany-button .a2a_kit a {
  border-color: #ffffff;
  color: #ffffff;
  display: block;
  font-size: 1.1429em;
  line-height: normal;
  margin: 0 auto 10px;
  padding: 0;
}
/* line 127, ../sass/_theme-breadcrumbs.scss */
.sharebutton #block-addtoany-addtoany-button .a2a_kit a:before {
  content: none;
}
/* line 130, ../sass/_theme-breadcrumbs.scss */
.sharebutton #block-addtoany-addtoany-button .a2a_kit a:hover {
  background-color: #ffffff;
  color: #99cb5a;
}

@media only screen and (min-width: 769px) {
  /* line 18, ../sass/_theme-basic-page.scss */
  .node-type-page #breadcrumb,
  .node-type-webform #breadcrumb,
  .node-type-thank-you-page #breadcrumb,
  .page-search #breadcrumb,
  .node-type-service #breadcrumb,
  .node-type-service-sub-page #breadcrumb,
  .node-type-gala-event-display #breadcrumb,
  .node-type-donation-display #breadcrumb,
  .node-type-gala-after-party-display #breadcrumb,
  .node-type-gala-event-display #breadcrumb,
  .node-type-poison-control-center-foundation #breadcrumb,
  .node-type-youtube #breadcrumb,
  .node-type-facebook #breadcrumb,
  .node-type-tweet #breadcrumb,
  .node-type-pinterest #breadcrumb,
  .page-cart #breadcrumb,
  .page-checkout #breadcrumb {
    position: relative;
    width: 80%;
    z-index: 10;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 18, ../sass/_theme-basic-page.scss */
  .node-type-page #breadcrumb,
  .node-type-webform #breadcrumb,
  .node-type-thank-you-page #breadcrumb,
  .page-search #breadcrumb,
  .node-type-service #breadcrumb,
  .node-type-service-sub-page #breadcrumb,
  .node-type-gala-event-display #breadcrumb,
  .node-type-donation-display #breadcrumb,
  .node-type-gala-after-party-display #breadcrumb,
  .node-type-gala-event-display #breadcrumb,
  .node-type-poison-control-center-foundation #breadcrumb,
  .node-type-youtube #breadcrumb,
  .node-type-facebook #breadcrumb,
  .node-type-tweet #breadcrumb,
  .node-type-pinterest #breadcrumb,
  .page-cart #breadcrumb,
  .page-checkout #breadcrumb {
    width: calc(100% - 146px);
  }
}
/* line 28, ../sass/_theme-basic-page.scss */
.node-type-page #content,
.node-type-webform #content,
.node-type-thank-you-page #content,
.page-search #content,
.node-type-service #content,
.node-type-service-sub-page #content,
.node-type-gala-event-display #content,
.node-type-donation-display #content,
.node-type-gala-after-party-display #content,
.node-type-gala-event-display #content,
.node-type-poison-control-center-foundation #content,
.node-type-youtube #content,
.node-type-facebook #content,
.node-type-tweet #content,
.node-type-pinterest #content,
.page-cart #content,
.page-checkout #content {
  padding: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 769px) {
  /* line 28, ../sass/_theme-basic-page.scss */
  .node-type-page #content,
  .node-type-webform #content,
  .node-type-thank-you-page #content,
  .page-search #content,
  .node-type-service #content,
  .node-type-service-sub-page #content,
  .node-type-gala-event-display #content,
  .node-type-donation-display #content,
  .node-type-gala-after-party-display #content,
  .node-type-gala-event-display #content,
  .node-type-poison-control-center-foundation #content,
  .node-type-youtube #content,
  .node-type-facebook #content,
  .node-type-tweet #content,
  .node-type-pinterest #content,
  .page-cart #content,
  .page-checkout #content {
    padding: 40px 60px;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 28, ../sass/_theme-basic-page.scss */
  .node-type-page #content,
  .node-type-webform #content,
  .node-type-thank-you-page #content,
  .page-search #content,
  .node-type-service #content,
  .node-type-service-sub-page #content,
  .node-type-gala-event-display #content,
  .node-type-donation-display #content,
  .node-type-gala-after-party-display #content,
  .node-type-gala-event-display #content,
  .node-type-poison-control-center-foundation #content,
  .node-type-youtube #content,
  .node-type-facebook #content,
  .node-type-tweet #content,
  .node-type-pinterest #content,
  .page-cart #content,
  .page-checkout #content {
    padding: 55px 60px;
  }
}
/* line 40, ../sass/_theme-basic-page.scss */
.node-type-page article img,
.node-type-webform article img,
.node-type-thank-you-page article img,
.page-search article img,
.node-type-service article img,
.node-type-service-sub-page article img,
.node-type-gala-event-display article img,
.node-type-donation-display article img,
.node-type-gala-after-party-display article img,
.node-type-gala-event-display article img,
.node-type-poison-control-center-foundation article img,
.node-type-youtube article img,
.node-type-facebook article img,
.node-type-tweet article img,
.node-type-pinterest article img,
.page-cart article img,
.page-checkout article img {
  margin: 15px 0;
}
/* line 42, ../sass/_theme-basic-page.scss */
.node-type-page article img.alignright,
.node-type-webform article img.alignright,
.node-type-thank-you-page article img.alignright,
.page-search article img.alignright,
.node-type-service article img.alignright,
.node-type-service-sub-page article img.alignright,
.node-type-gala-event-display article img.alignright,
.node-type-donation-display article img.alignright,
.node-type-gala-after-party-display article img.alignright,
.node-type-gala-event-display article img.alignright,
.node-type-poison-control-center-foundation article img.alignright,
.node-type-youtube article img.alignright,
.node-type-facebook article img.alignright,
.node-type-tweet article img.alignright,
.node-type-pinterest article img.alignright,
.page-cart article img.alignright,
.page-checkout article img.alignright {
  margin: 15px 0 15px 20px;
}
/* line 45, ../sass/_theme-basic-page.scss */
.node-type-page article img.alignleft,
.node-type-webform article img.alignleft,
.node-type-thank-you-page article img.alignleft,
.page-search article img.alignleft,
.node-type-service article img.alignleft,
.node-type-service-sub-page article img.alignleft,
.node-type-gala-event-display article img.alignleft,
.node-type-donation-display article img.alignleft,
.node-type-gala-after-party-display article img.alignleft,
.node-type-gala-event-display article img.alignleft,
.node-type-poison-control-center-foundation article img.alignleft,
.node-type-youtube article img.alignleft,
.node-type-facebook article img.alignleft,
.node-type-tweet article img.alignleft,
.node-type-pinterest article img.alignleft,
.page-cart article img.alignleft,
.page-checkout article img.alignleft {
  margin: 15px 20px 15px 0;
}
/* line 50, ../sass/_theme-basic-page.scss */
.node-type-page .field-name-field-footer,
.node-type-webform .field-name-field-footer,
.node-type-thank-you-page .field-name-field-footer,
.page-search .field-name-field-footer,
.node-type-service .field-name-field-footer,
.node-type-service-sub-page .field-name-field-footer,
.node-type-gala-event-display .field-name-field-footer,
.node-type-donation-display .field-name-field-footer,
.node-type-gala-after-party-display .field-name-field-footer,
.node-type-gala-event-display .field-name-field-footer,
.node-type-poison-control-center-foundation .field-name-field-footer,
.node-type-youtube .field-name-field-footer,
.node-type-facebook .field-name-field-footer,
.node-type-tweet .field-name-field-footer,
.node-type-pinterest .field-name-field-footer,
.page-cart .field-name-field-footer,
.page-checkout .field-name-field-footer {
  font-size: 0.8571em;
  line-height: 1.500075;
}
/* line 54, ../sass/_theme-basic-page.scss */
.node-type-page #subfooter,
.node-type-webform #subfooter,
.node-type-thank-you-page #subfooter,
.page-search #subfooter,
.node-type-service #subfooter,
.node-type-service-sub-page #subfooter,
.node-type-gala-event-display #subfooter,
.node-type-donation-display #subfooter,
.node-type-gala-after-party-display #subfooter,
.node-type-gala-event-display #subfooter,
.node-type-poison-control-center-foundation #subfooter,
.node-type-youtube #subfooter,
.node-type-facebook #subfooter,
.node-type-tweet #subfooter,
.node-type-pinterest #subfooter,
.page-cart #subfooter,
.page-checkout #subfooter {
  background: #ffffff;
  /*color: $white;
  @include desktop() {
    background: $gray url("../images/news-hero.png") center center no-repeat;
    @include background-size(cover);
  }*/
}

@media only screen and (min-width: 769px) {
  /* line 65, ../sass/_theme-basic-page.scss */
  .no-sidebars #block-block-14 {
    position: absolute;
  }
}

@media only screen and (min-width: 769px) {
  /* line 73, ../sass/_theme-basic-page.scss */
  body.page-node-129 #breadcrumb, body.front #breadcrumb {
    width: calc(100% - 146px);
  }
}
/* line 78, ../sass/_theme-basic-page.scss */
body.page-node-129 #content, body.front #content {
  padding: 0;
}

/* line 85, ../sass/_theme-basic-page.scss */
body.front .field-name-body p {
  margin: 50px 15%;
  font-size: 1.2em;
}

/* line 93, ../sass/_theme-basic-page.scss */
#block-block-261,
#block-views-basic-page-block {
  margin-bottom: 0;
}
/* line 96, ../sass/_theme-basic-page.scss */
#block-block-261 .views-row,
#block-views-basic-page-block .views-row {
  position: relative;
}
/* line 102, ../sass/_theme-basic-page.scss */
#block-block-261 .views-field-title,
#block-views-basic-page-block .views-field-title {
  color: #ffffff;
  font: 100 2.14286rem/2.57143rem "AvenirNext-UltraLight", sans-serif;
  letter-spacing: 2px;
  padding: 0 20px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 50%;
  width: 100%;
  z-index: 15;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (min-width: 769px) {
  /* line 102, ../sass/_theme-basic-page.scss */
  #block-block-261 .views-field-title,
  #block-views-basic-page-block .views-field-title {
    font-size: 2.8571em;
    line-height: 1.15;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 102, ../sass/_theme-basic-page.scss */
  #block-block-261 .views-field-title,
  #block-views-basic-page-block .views-field-title {
    font-size: 4.2857em;
    line-height: 1.100004;
  }
}
/* line 123, ../sass/_theme-basic-page.scss */
body.front #block-block-261 .views-field-title, body.front
#block-views-basic-page-block .views-field-title {
  display: none;
}
/* line 75, ../sass/_mixins.scss */
#block-block-261 .views-field-field-header-image:after,
#block-block-261 .views-field-field-primary-image:after,
#block-views-basic-page-block .views-field-field-header-image:after,
#block-views-basic-page-block .views-field-field-primary-image:after {
  clear: both;
  content: '';
  display: table;
}
/* line 139, ../sass/_theme-basic-page.scss */
#block-block-261 .views-field-field-header-image .field-content:before,
#block-block-261 .views-field-field-primary-image .field-content:before,
#block-views-basic-page-block .views-field-field-header-image .field-content:before,
#block-views-basic-page-block .views-field-field-primary-image .field-content:before {
  background-color: rgba(60, 81, 99, 0.6);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 150, ../sass/_theme-basic-page.scss */
#block-block-261 .views-field-field-header-image img,
#block-block-261 .views-field-field-primary-image img,
#block-views-basic-page-block .views-field-field-header-image img,
#block-views-basic-page-block .views-field-field-primary-image img {
  display: block;
  margin: 0 auto;
}

/* line 159, ../sass/_theme-basic-page.scss */
#block-views-quick-links-block h2 {
  border-top: 1px solid #e7ebf3;
  color: #3e5163;
  font-size: 1.7143em;
  line-height: 1.249990;
  margin: 40px 0 30px;
  padding-top: 30px;
}
/* line 168, ../sass/_theme-basic-page.scss */
#block-views-quick-links-block .item-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/* line 172, ../sass/_theme-basic-page.scss */
#block-views-quick-links-block .item-list ul li {
  margin-bottom: 25px;
}
@media only screen and (min-width: 1020px) {
  /* line 172, ../sass/_theme-basic-page.scss */
  #block-views-quick-links-block .item-list ul li {
    display: inline-block;
    margin: 0 5px 15px;
    vertical-align: top;
  }
}
/* line 179, ../sass/_theme-basic-page.scss */
#block-views-quick-links-block .item-list ul li a {
  background: #e7ebf3;
  color: #3e5163;
  display: inline-block;
  padding: 10px 20px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 186, ../sass/_theme-basic-page.scss */
#block-views-quick-links-block .item-list ul li a:after {
  content: "\f0da";
  display: block;
  float: right;
  font-family: "FontAwesome";
  font-size: 1.1429em;
  margin-left: 10px;
}
/* line 194, ../sass/_theme-basic-page.scss */
#block-views-quick-links-block .item-list ul li a:hover {
  background: #3e5163;
  color: #ffffff;
}

/* line 204, ../sass/_theme-basic-page.scss */
#block-views-basic-page-block-2 {
  margin-bottom: 0;
  padding: 40px 30px;
  position: relative;
}
@media only screen and (min-width: 769px) {
  /* line 204, ../sass/_theme-basic-page.scss */
  #block-views-basic-page-block-2 {
    padding: 80px 60px;
  }
}
/* line 211, ../sass/_theme-basic-page.scss */
#block-views-basic-page-block-2 .views-field-title {
  bottom: 0;
  position: absolute;
  width: 100%;
}
/* line 215, ../sass/_theme-basic-page.scss */
#block-views-basic-page-block-2 .views-field-title a {
  background: rgba(0, 0, 0, 0.75);
  color: #ffffff;
  display: block;
  font-size: 1.0714em;
  line-height: 1.400037;
  padding: 20px 15px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
/* line 228, ../sass/_theme-basic-page.scss */
#block-views-basic-page-block-2 .views-field-field-header-image img,
#block-views-basic-page-block-2 .views-field-field-primary-image img {
  display: block;
  float: left;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/* line 238, ../sass/_theme-basic-page.scss */
.news-gallery .gallery-cell {
  margin-right: 20px;
  max-width: 500px;
  width: 100%;
}
@media only screen and (min-width: 769px) {
  /* line 238, ../sass/_theme-basic-page.scss */
  .news-gallery .gallery-cell {
    margin-right: 2%;
    width: 49%;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 238, ../sass/_theme-basic-page.scss */
  .news-gallery .gallery-cell {
    margin-right: 2%;
    width: 32%;
  }
}

/* line 253, ../sass/_theme-basic-page.scss */
.hidden {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  /* line 256, ../sass/_theme-basic-page.scss */
  .mHide {
    display: none !important;
  }
}

@media only screen and (max-width: 768px) {
  /* line 261, ../sass/_theme-basic-page.scss */
  .mShow {
    display: block !important;
  }
}

@media only screen and (min-width: 769px) {
  /* line 267, ../sass/_theme-basic-page.scss */
  .tHide {
    display: none !important;
  }
}

/* line 272, ../sass/_theme-basic-page.scss */
.noMar {
  margin: 0 !important;
}

/* line 275, ../sass/_theme-basic-page.scss */
.noPad {
  margin: 0 !important;
}

/* line 279, ../sass/_theme-basic-page.scss */
#tgmg-go-landing-top {
  max-width: 540px;
  margin: 0 auto;
}
/* line 280, ../sass/_theme-basic-page.scss */
#tgmg-go-landing-top #tgmg-go-landing-message {
  width: 100%;
}
/* line 282, ../sass/_theme-basic-page.scss */
#tgmg-go-landing-top #tgmg-go-landing-message h1 {
  font-size: 2.4286em;
  line-height: 1.176457;
  padding: .5em;
}
@media only screen and (min-width: 769px) {
  /* line 280, ../sass/_theme-basic-page.scss */
  #tgmg-go-landing-top #tgmg-go-landing-message {
    width: 60%;
    float: left;
  }
  /* line 290, ../sass/_theme-basic-page.scss */
  #tgmg-go-landing-top #tgmg-go-landing-message h1 {
    font-size: 3.1429em;
    line-height: 1.136348;
  }
}
/* line 296, ../sass/_theme-basic-page.scss */
#tgmg-go-landing-top #tgmg-go-landing-image {
  display: none;
}
/* line 298, ../sass/_theme-basic-page.scss */
#tgmg-go-landing-top #tgmg-go-landing-image img {
  margin-top: 20%;
}
@media only screen and (min-width: 769px) {
  /* line 296, ../sass/_theme-basic-page.scss */
  #tgmg-go-landing-top #tgmg-go-landing-image {
    display: block;
    width: 40%;
    float: left;
  }
}
@media only screen and (min-width: 769px) {
  /* line 279, ../sass/_theme-basic-page.scss */
  #tgmg-go-landing-top {
    max-width: 750px;
  }
}
/* line 312, ../sass/_theme-basic-page.scss */
#tgmg-go-landing-top p {
  margin: 15px 0;
}
@media only screen and (min-width: 769px) {
  /* line 75, ../sass/_mixins.scss */
  #tgmg-go-landing-top:after {
    clear: both;
    content: '';
    display: table;
  }
}

/* line 320, ../sass/_theme-basic-page.scss */
#tgmg-go-landing-middle .tgmg-go-gallery {
  max-width: 540px;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  /* line 320, ../sass/_theme-basic-page.scss */
  #tgmg-go-landing-middle .tgmg-go-gallery {
    max-width: 750px;
  }
}
/* line 326, ../sass/_theme-basic-page.scss */
#tgmg-go-landing-middle .tgmg-go-gallery .gallery-cell {
  background-color: #e7ebf3;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 769px) {
  /* line 326, ../sass/_theme-basic-page.scss */
  #tgmg-go-landing-middle .tgmg-go-gallery .gallery-cell {
    margin: 0 1%;
    opacity: 0.5;
    padding: 0;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
  }
}
@media only screen and (min-width: 769px) {
  /* line 336, ../sass/_theme-basic-page.scss */
  #tgmg-go-landing-middle .tgmg-go-gallery .gallery-cell.is-selected {
    opacity: 1;
  }
}
/* line 340, ../sass/_theme-basic-page.scss */
#tgmg-go-landing-middle .tgmg-go-gallery .gallery-cell.is-selected .views-field-nothing {
  opacity: 1;
}
/* line 344, ../sass/_theme-basic-page.scss */
#tgmg-go-landing-middle .tgmg-go-gallery .gallery-cell .views-field-nothing {
  opacity: 0;
}
/* line 347, ../sass/_theme-basic-page.scss */
#tgmg-go-landing-middle .tgmg-go-gallery .gallery-cell .tgmg-go-gallery-text {
  position: absolute;
  width: 48%;
  top: 0;
  bottom: 0;
  background: rgba(60, 88, 150, 0.7);
  color: #ffffff;
  text-align: center;
}
/* line 355, ../sass/_theme-basic-page.scss */
#tgmg-go-landing-middle .tgmg-go-gallery .gallery-cell .tgmg-go-gallery-text h3 {
  text-transform: none;
  margin-top: 5%;
  margin-bottom: 5%;
}
@media only screen and (min-width: 769px) {
  /* line 355, ../sass/_theme-basic-page.scss */
  #tgmg-go-landing-middle .tgmg-go-gallery .gallery-cell .tgmg-go-gallery-text h3 {
    font-size: 1.7em;
    margin-top: 15%;
    margin-bottom: 15%;
  }
}
/* line 365, ../sass/_theme-basic-page.scss */
#tgmg-go-landing-middle .tgmg-go-gallery .gallery-cell .tgmg-go-gallery-text p {
  margin: .5em .5em;
  font-size: 70%;
  line-height: 1.2em;
}
@media only screen and (min-width: 769px) {
  /* line 365, ../sass/_theme-basic-page.scss */
  #tgmg-go-landing-middle .tgmg-go-gallery .gallery-cell .tgmg-go-gallery-text p {
    margin: 1em 1.5em;
    font-size: inherit;
    line-height: inherit;
  }
}
/* line 374, ../sass/_theme-basic-page.scss */
#tgmg-go-landing-middle .tgmg-go-gallery .gallery-cell .tgmg-go-gallery-text p a.btn-orange {
  padding: 6px 15px;
  font-size: 80%;
}
@media only screen and (min-width: 769px) {
  /* line 374, ../sass/_theme-basic-page.scss */
  #tgmg-go-landing-middle .tgmg-go-gallery .gallery-cell .tgmg-go-gallery-text p a.btn-orange {
    padding: 8px 25px;
    font-size: inherit;
  }
}
/* line 383, ../sass/_theme-basic-page.scss */
#tgmg-go-landing-middle .tgmg-go-gallery .gallery-cell .tgmg-go-gallery-text.text-left-side {
  left: 0;
}
/* line 386, ../sass/_theme-basic-page.scss */
#tgmg-go-landing-middle .tgmg-go-gallery .gallery-cell .tgmg-go-gallery-text.text-right-side {
  right: 0;
}
/* line 391, ../sass/_theme-basic-page.scss */
#tgmg-go-landing-middle .tgmg-go-gallery .flickity-prev-next-button {
  top: 90%;
}
@media only screen and (min-width: 769px) {
  /* line 391, ../sass/_theme-basic-page.scss */
  #tgmg-go-landing-middle .tgmg-go-gallery .flickity-prev-next-button {
    width: 60px;
  }
}
@media only screen and (min-width: 769px) {
  /* line 396, ../sass/_theme-basic-page.scss */
  #tgmg-go-landing-middle .tgmg-go-gallery .flickity-prev-next-button.previous {
    left: 40px;
  }
}
@media only screen and (min-width: 769px) {
  /* line 401, ../sass/_theme-basic-page.scss */
  #tgmg-go-landing-middle .tgmg-go-gallery .flickity-prev-next-button.next {
    right: 40px;
  }
}
/* line 407, ../sass/_theme-basic-page.scss */
#tgmg-go-landing-middle .tgmg-go-gallery .flickity-page-dots {
  bottom: 12px;
}
/* line 409, ../sass/_theme-basic-page.scss */
#tgmg-go-landing-middle .tgmg-go-gallery .flickity-page-dots li {
  background: #ffffff;
  opacity: 1;
}
/* line 412, ../sass/_theme-basic-page.scss */
#tgmg-go-landing-middle .tgmg-go-gallery .flickity-page-dots li.is-selected {
  background: #99cb5a;
}

/* line 419, ../sass/_theme-basic-page.scss */
#tgmg-go-landing-bottom {
  margin-top: 4em;
  width: 100%;
}
/* line 75, ../sass/_mixins.scss */
#tgmg-go-landing-bottom:after {
  clear: both;
  content: '';
  display: table;
}
/* line 423, ../sass/_theme-basic-page.scss */
#tgmg-go-landing-bottom ul {
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 540px;
}
@media only screen and (min-width: 769px) {
  /* line 423, ../sass/_theme-basic-page.scss */
  #tgmg-go-landing-bottom ul {
    max-width: 750px;
  }
}
/* line 75, ../sass/_mixins.scss */
#tgmg-go-landing-bottom ul:after {
  clear: both;
  content: '';
  display: table;
}
/* line 435, ../sass/_theme-basic-page.scss */
#tgmg-go-landing-bottom li {
  list-style: none;
  vertical-align: top;
  max-width: 260px;
  margin-right: 10px;
  height: 250px;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  /* line 435, ../sass/_theme-basic-page.scss */
  #tgmg-go-landing-bottom li {
    max-width: 250px;
    margin-right: 0px;
  }
}
/* line 446, ../sass/_theme-basic-page.scss */
#tgmg-go-landing-bottom li p {
  padding: 0 30px;
  margin: 0;
}
/* line 450, ../sass/_theme-basic-page.scss */
#tgmg-go-landing-bottom li h3 {
  margin: 10px 0;
  color: #3c5896;
}
/* line 453, ../sass/_theme-basic-page.scss */
#tgmg-go-landing-bottom li h3:before {
  content: "";
  display: block;
  margin: 0 auto 10px;
  background: url("../images/sprites_tgmg-go_100x100.png") no-repeat;
  background-size: 250px;
  height: 50px;
  width: 50px;
}
/* line 462, ../sass/_theme-basic-page.scss */
#tgmg-go-landing-bottom li h3#get-care-tgmg-go-landing:before {
  background-position: -200px 0;
}
/* line 465, ../sass/_theme-basic-page.scss */
#tgmg-go-landing-bottom li h3#find-doctor-tgmg-go-landing:before {
  background-position: -150px 0;
}
/* line 468, ../sass/_theme-basic-page.scss */
#tgmg-go-landing-bottom li h3#find-location-tgmg-go-landing:before {
  background-position: -200px -50px;
}
/* line 471, ../sass/_theme-basic-page.scss */
#tgmg-go-landing-bottom li h3#healthy-living-tgmg-go-landing:before {
  background-position: 0 -50px;
}
/* line 474, ../sass/_theme-basic-page.scss */
#tgmg-go-landing-bottom li h3#classes-events-tgmg-go-landing:before {
  background-position: -100px 0;
}
/* line 477, ../sass/_theme-basic-page.scss */
#tgmg-go-landing-bottom li h3#mychart-account-tgmg-go-landing:before {
  background-position: -150px -50px;
}
/* line 480, ../sass/_theme-basic-page.scss */
#tgmg-go-landing-bottom li h3#about-us-tgmg-go-landing:before {
  background-position: -50px 0;
}
/* line 483, ../sass/_theme-basic-page.scss */
#tgmg-go-landing-bottom li h3#hospital-navigation-tgmg-go-landing:before {
  background-position: -50px -50px;
}
/* line 486, ../sass/_theme-basic-page.scss */
#tgmg-go-landing-bottom li h3#make-donation-tgmg-go-landing:before {
  background-position: -100px -50px;
}

/* line 494, ../sass/_theme-basic-page.scss */
#div-page-exec-bios .exec-bio-container {
  max-width: 320px;
  margin: 0 auto 50px;
  border-top: 1px solid #e7ebf3;
  overflow: auto;
}
/* line 499, ../sass/_theme-basic-page.scss */
#div-page-exec-bios .exec-bio-container:first-child {
  border-top: none;
}
/* line 502, ../sass/_theme-basic-page.scss */
#div-page-exec-bios .exec-bio-container h2 {
  margin-top: 0;
  margin-bottom: .1em;
}
/* line 506, ../sass/_theme-basic-page.scss */
#div-page-exec-bios .exec-bio-container h3 {
  margin-top: .1em;
  margin-bottom: .3em;
}
/* line 510, ../sass/_theme-basic-page.scss */
#div-page-exec-bios .exec-bio-container img {
  border-radius: 5px;
}
@media only screen and (min-width: 769px) {
  /* line 494, ../sass/_theme-basic-page.scss */
  #div-page-exec-bios .exec-bio-container {
    max-width: 720px;
  }
  /* line 515, ../sass/_theme-basic-page.scss */
  #div-page-exec-bios .exec-bio-container .exec-bio-image {
    float: left;
  }
  /* line 518, ../sass/_theme-basic-page.scss */
  #div-page-exec-bios .exec-bio-container .exec-bio-text {
    margin-left: 320px;
    max-width: 370px;
    padding: 10px 10px 0px 20px;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 494, ../sass/_theme-basic-page.scss */
  #div-page-exec-bios .exec-bio-container {
    max-width: 990px;
  }
  /* line 526, ../sass/_theme-basic-page.scss */
  #div-page-exec-bios .exec-bio-container .exec-bio-image {
    float: left;
  }
  /* line 529, ../sass/_theme-basic-page.scss */
  #div-page-exec-bios .exec-bio-container .exec-bio-text {
    margin-left: 320px;
    max-width: 640px;
    padding: 10px 10px 0px 20px;
  }
}

/* line 2, ../sass/_theme-sidebars.scss */
aside.sidebar-second {
  background-color: #e7ebf3;
  padding: 45px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 769px) {
  /* line 2, ../sass/_theme-sidebars.scss */
  aside.sidebar-second {
    padding: 35px 30px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 2, ../sass/_theme-sidebars.scss */
  aside.sidebar-second {
    display: none;
  }
}

/* line 17, ../sass/_theme-sidebars.scss */
#block-block-11 .btn {
  width: 100%;
}
@media only screen and (min-width: 769px) {
  /* line 17, ../sass/_theme-sidebars.scss */
  #block-block-11 .btn {
    margin: 0 10px;
    /*max-width: 235px;
    */
  }
}
@media only screen and (min-width: 1020px) {
  /* line 17, ../sass/_theme-sidebars.scss */
  #block-block-11 .btn {
    margin: 0 0 15px;
    width: 100%;
  }
}
/* line 28, ../sass/_theme-sidebars.scss */
#block-block-11 .btn:last-child {
  margin-bottom: 0;
}

/* line 35, ../sass/_theme-sidebars.scss */
#block-block-91,
#block-block-211,
#block-block-106 {
  margin-bottom: 0;
  padding: 30px 25px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 1020px) {
  /* line 35, ../sass/_theme-sidebars.scss */
  #block-block-91,
  #block-block-211,
  #block-block-106 {
    /*display: none;
    */
  }
}
/* line 49, ../sass/_theme-sidebars.scss */
#block-block-91 div,
#block-block-91 p,
#block-block-211 div,
#block-block-211 p,
#block-block-106 div,
#block-block-106 p {
  margin: 0 auto;
  max-width: 270px;
}
@media only screen and (min-width: 769px) {
  /* line 49, ../sass/_theme-sidebars.scss */
  #block-block-91 div,
  #block-block-91 p,
  #block-block-211 div,
  #block-block-211 p,
  #block-block-106 div,
  #block-block-106 p {
    max-width: none;
  }
}
/* line 57, ../sass/_theme-sidebars.scss */
#block-block-91 .btn,
#block-block-211 .btn,
#block-block-106 .btn {
  width: 100%;
}
@media only screen and (min-width: 769px) {
  /* line 57, ../sass/_theme-sidebars.scss */
  #block-block-91 .btn,
  #block-block-211 .btn,
  #block-block-106 .btn {
    margin: 0 10px;
    max-width: 235px;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 57, ../sass/_theme-sidebars.scss */
  #block-block-91 .btn,
  #block-block-211 .btn,
  #block-block-106 .btn {
    margin: 0 0 15px;
    width: 100%;
  }
}
/* line 67, ../sass/_theme-sidebars.scss */
#block-block-91 .btn:last-child,
#block-block-211 .btn:last-child,
#block-block-106 .btn:last-child {
  margin-bottom: 0;
}

/* line 73, ../sass/_theme-sidebars.scss */
#block-block-211 {
  margin-bottom: -15px;
  padding: 30px 25px 0;
}

@media only screen and (min-width: 769px) {
  /* line 79, ../sass/_theme-sidebars.scss */
  #block-block-106 .btn {
    max-width: 210px;
  }
}

/* line 87, ../sass/_theme-sidebars.scss */
#block-block-206,
#block-block-101 {
  display: none;
}
@media only screen and (min-width: 1020px) {
  /* line 87, ../sass/_theme-sidebars.scss */
  #block-block-206,
  #block-block-101 {
    display: block;
  }
}
/* line 94, ../sass/_theme-sidebars.scss */
#block-block-206 .btn,
#block-block-101 .btn {
  width: 100%;
}

/* line 99, ../sass/_theme-sidebars.scss */
#block-block-206 {
  margin: 0;
}
/* line 101, ../sass/_theme-sidebars.scss */
#block-block-206 p {
  margin: 0;
}

/* line 106, ../sass/_theme-sidebars.scss */
#block-menu-block-1,
.sidebar-menu,
#block-system-main-menu,
#block-menu-block-18,
#block-menu-block-16 {
  display: none;
  text-align: center;
}
@media only screen and (min-width: 1020px) {
  /* line 106, ../sass/_theme-sidebars.scss */
  #block-menu-block-1,
  .sidebar-menu,
  #block-system-main-menu,
  #block-menu-block-18,
  #block-menu-block-16 {
    display: block;
  }
}
/* line 117, ../sass/_theme-sidebars.scss */
#block-menu-block-1 h2 a,
.sidebar-menu h2 a,
#block-system-main-menu h2 a,
#block-menu-block-18 h2 a,
#block-menu-block-16 h2 a {
  border-bottom: 1px solid #99cb5a;
  border-top: 1px solid #99cb5a;
  color: #99cb5a;
  display: block;
  font-size: 1em;
  letter-spacing: 0;
  line-height: 1.428;
  padding: 12px 0;
}
/* line 126, ../sass/_theme-sidebars.scss */
#block-menu-block-1 h2 a:hover,
.sidebar-menu h2 a:hover,
#block-system-main-menu h2 a:hover,
#block-menu-block-18 h2 a:hover,
#block-menu-block-16 h2 a:hover {
  background: #99cb5a;
  color: #ffffff;
}
/* line 131, ../sass/_theme-sidebars.scss */
#block-menu-block-1 .menu,
.sidebar-menu .menu,
#block-system-main-menu .menu,
#block-menu-block-18 .menu,
#block-menu-block-16 .menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/* line 135, ../sass/_theme-sidebars.scss */
#block-menu-block-1 .menu li,
.sidebar-menu .menu li,
#block-system-main-menu .menu li,
#block-menu-block-18 .menu li,
#block-menu-block-16 .menu li {
  list-style-image: none;
  list-style-type: none;
}
/* line 138, ../sass/_theme-sidebars.scss */
#block-menu-block-1 .menu li a,
.sidebar-menu .menu li a,
#block-system-main-menu .menu li a,
#block-menu-block-18 .menu li a,
#block-menu-block-16 .menu li a {
  color: #3c5896;
  display: block;
  padding: 12px 0;
  text-transform: uppercase;
}
/* line 143, ../sass/_theme-sidebars.scss */
#block-menu-block-1 .menu li a:hover, #block-menu-block-1 .menu li a.active,
.sidebar-menu .menu li a:hover,
.sidebar-menu .menu li a.active,
#block-system-main-menu .menu li a:hover,
#block-system-main-menu .menu li a.active,
#block-menu-block-18 .menu li a:hover,
#block-menu-block-18 .menu li a.active,
#block-menu-block-16 .menu li a:hover,
#block-menu-block-16 .menu li a.active {
  background: #99cb5a !important;
  color: #243140 !important;
}

/* line 153, ../sass/_theme-sidebars.scss */
.sidebar-menu-extra .block-title {
  margin: 0 !important;
  text-align: center !important;
  font-size: 1.7857em;
  width: 100% !important;
}

/* line 160, ../sass/_theme-sidebars.scss */
.hide-submenu .group-item ul.menu {
  display: none !important;
}

/* line 164, ../sass/_theme-sidebars.scss */
#block-menu-block-16,
#block-menu-block-18,
#block-menu-block-6,
#block-menu-block-7,
#block-menu-block-8,
#block-menu-block-1 {
  border-right: none;
  background: #17295b;
  clear: both;
  color: #ffffff;
  display: none;
  margin-bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 5;
}
@media only screen and (min-width: 769px) {
  /* line 164, ../sass/_theme-sidebars.scss */
  #block-menu-block-16,
  #block-menu-block-18,
  #block-menu-block-6,
  #block-menu-block-7,
  #block-menu-block-8,
  #block-menu-block-1 {
    margin-top: 64px;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 164, ../sass/_theme-sidebars.scss */
  #block-menu-block-16,
  #block-menu-block-18,
  #block-menu-block-6,
  #block-menu-block-7,
  #block-menu-block-8,
  #block-menu-block-1 {
    background: transparent;
    color: #3c5896;
    display: block !important;
    margin: 0 0 1.71429em;
    position: relative;
    width: auto;
  }
}
/* line 191, ../sass/_theme-sidebars.scss */
#block-menu-block-16 h2, #block-menu-block-16 .block-title,
#block-menu-block-18 h2,
#block-menu-block-18 .block-title,
#block-menu-block-6 h2,
#block-menu-block-6 .block-title,
#block-menu-block-7 h2,
#block-menu-block-7 .block-title,
#block-menu-block-8 h2,
#block-menu-block-8 .block-title,
#block-menu-block-1 h2,
#block-menu-block-1 .block-title {
  font-size: 1.7857em;
}
/* line 193, ../sass/_theme-sidebars.scss */
#block-menu-block-16 h2 a, #block-menu-block-16 .block-title a,
#block-menu-block-18 h2 a,
#block-menu-block-18 .block-title a,
#block-menu-block-6 h2 a,
#block-menu-block-6 .block-title a,
#block-menu-block-7 h2 a,
#block-menu-block-7 .block-title a,
#block-menu-block-8 h2 a,
#block-menu-block-8 .block-title a,
#block-menu-block-1 h2 a,
#block-menu-block-1 .block-title a {
  display: block;
  font-size: 0.8571em;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1.5;
  padding: 20px;
  text-align: center;
}
@media only screen and (min-width: 1020px) {
  /* line 193, ../sass/_theme-sidebars.scss */
  #block-menu-block-16 h2 a, #block-menu-block-16 .block-title a,
  #block-menu-block-18 h2 a,
  #block-menu-block-18 .block-title a,
  #block-menu-block-6 h2 a,
  #block-menu-block-6 .block-title a,
  #block-menu-block-7 h2 a,
  #block-menu-block-7 .block-title a,
  #block-menu-block-8 h2 a,
  #block-menu-block-8 .block-title a,
  #block-menu-block-1 h2 a,
  #block-menu-block-1 .block-title a {
    border-bottom: 1px solid #99cb5a;
    border-top: 1px solid #99cb5a;
    color: #99cb5a;
    font-size: 1em;
    line-height: 1.4;
    padding: 12px 0;
  }
}
/* line 209, ../sass/_theme-sidebars.scss */
#block-menu-block-16 h2 a:hover, #block-menu-block-16 .block-title a:hover,
#block-menu-block-18 h2 a:hover,
#block-menu-block-18 .block-title a:hover,
#block-menu-block-6 h2 a:hover,
#block-menu-block-6 .block-title a:hover,
#block-menu-block-7 h2 a:hover,
#block-menu-block-7 .block-title a:hover,
#block-menu-block-8 h2 a:hover,
#block-menu-block-8 .block-title a:hover,
#block-menu-block-1 h2 a:hover,
#block-menu-block-1 .block-title a:hover {
  background: #99cb5a !important;
  color: #243140 !important;
}
/* line 215, ../sass/_theme-sidebars.scss */
#block-menu-block-16 .menu,
#block-menu-block-18 .menu,
#block-menu-block-6 .menu,
#block-menu-block-7 .menu,
#block-menu-block-8 .menu,
#block-menu-block-1 .menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
/* line 220, ../sass/_theme-sidebars.scss */
#block-menu-block-16 .menu li,
#block-menu-block-18 .menu li,
#block-menu-block-6 .menu li,
#block-menu-block-7 .menu li,
#block-menu-block-8 .menu li,
#block-menu-block-1 .menu li {
  list-style-image: none;
  list-style-type: none;
}
/* line 223, ../sass/_theme-sidebars.scss */
#block-menu-block-16 .menu li a,
#block-menu-block-18 .menu li a,
#block-menu-block-6 .menu li a,
#block-menu-block-7 .menu li a,
#block-menu-block-8 .menu li a,
#block-menu-block-1 .menu li a {
  border-top: 1px solid #2e4578;
  color: #ffffff;
  display: block;
  font-size: 0.8571em;
  line-height: 1.5;
  padding: 20px;
  text-transform: uppercase;
}
@media only screen and (min-width: 1020px) {
  /* line 223, ../sass/_theme-sidebars.scss */
  #block-menu-block-16 .menu li a,
  #block-menu-block-18 .menu li a,
  #block-menu-block-6 .menu li a,
  #block-menu-block-7 .menu li a,
  #block-menu-block-8 .menu li a,
  #block-menu-block-1 .menu li a {
    border: none;
    color: #3c5896;
    font-size: 1em;
    line-height: 1.4;
    padding: 12px 0;
  }
}
/* line 238, ../sass/_theme-sidebars.scss */
#block-menu-block-16 .menu li a:hover, #block-menu-block-16 .menu li a.active,
#block-menu-block-18 .menu li a:hover,
#block-menu-block-18 .menu li a.active,
#block-menu-block-6 .menu li a:hover,
#block-menu-block-6 .menu li a.active,
#block-menu-block-7 .menu li a:hover,
#block-menu-block-7 .menu li a.active,
#block-menu-block-8 .menu li a:hover,
#block-menu-block-8 .menu li a.active,
#block-menu-block-1 .menu li a:hover,
#block-menu-block-1 .menu li a.active {
  background: #99cb5a !important;
  color: #243140 !important;
}

/* line 248, ../sass/_theme-sidebars.scss */
.sidebar-menu,
.sidebar-menu-extra {
  width: 100% !important;
}

/* line 252, ../sass/_theme-sidebars.scss */
.sidebar-menu h2,
.sidebar-menu-extra h2,
.sidebar-menu .span-h2,
.sidebar-menu-extra .span-h2 {
  width: 100% !important;
  font-size: 1.7857em;
}

/* line 259, ../sass/_theme-sidebars.scss */
.sidebar-menu .menu li.menu__item,
.sidebar-menu-extra .menu li.menu__item {
  display: block !important;
  float: none !important;
  width: auto !important;
}

/* line 265, ../sass/_theme-sidebars.scss */
.sidebar-menu a.hide,
.footer-menu-block a.hide {
  display: none !important;
}

/* line 273, ../sass/_theme-sidebars.scss */
aside #block-system-main-menu ul.menu {
  list-style-type: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
/* line 279, ../sass/_theme-sidebars.scss */
aside #block-system-main-menu ul.menu li.is-expanded, aside #block-system-main-menu ul.menu li.is-collapsed {
  list-style-type: none;
  list-style-image: none;
}
/* line 284, ../sass/_theme-sidebars.scss */
aside #block-system-main-menu ul.menu li .nolink {
  display: none;
}
/* line 288, ../sass/_theme-sidebars.scss */
aside #block-system-main-menu ul.menu li ul.menu li {
  list-style-type: none;
  list-style-image: none;
  display: none;
}
/* line 295, ../sass/_theme-sidebars.scss */
aside #block-system-main-menu ul.menu li ul.menu li.is-active-trail {
  display: block;
}
/* line 297, ../sass/_theme-sidebars.scss */
aside #block-system-main-menu ul.menu li ul.menu li.is-active-trail a {
  border-bottom: 1px solid #99cb5a;
  border-top: 1px solid #99cb5a;
  color: #99cb5a;
  display: block;
}
/* line 305, ../sass/_theme-sidebars.scss */
aside #block-system-main-menu ul.menu li ul.menu li ul.menu li {
  display: none;
}
/* line 307, ../sass/_theme-sidebars.scss */
aside #block-system-main-menu ul.menu li ul.menu li ul.menu li.is-active-trail {
  display: block;
}

/* line 1, ../sass/_theme-taxonomy.scss */
.page-taxonomy,
.page-news-archive,
.page-news-categories,
.page-news-tags {
  background: #e7ebf3;
}
@media only screen and (min-width: 1020px) {
  /* line 6, ../sass/_theme-taxonomy.scss */
  .page-taxonomy #content,
  .page-news-archive #content,
  .page-news-categories #content,
  .page-news-tags #content {
    padding: 55px 30px 55px 0;
  }
}

/* line 15, ../sass/_theme-taxonomy.scss */
.view-taxonomy-term .view-header,
.view-archive .view-header {
  background: #ffffff;
  color: #3c5896;
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
}
/* line 21, ../sass/_theme-taxonomy.scss */
.view-taxonomy-term .view-header p,
.view-archive .view-header p {
  margin: 0;
}
/* line 25, ../sass/_theme-taxonomy.scss */
.view-taxonomy-term .view-content,
.view-archive .view-content {
  padding: 30px;
}
/* line 75, ../sass/_mixins.scss */
.view-taxonomy-term .view-content:after,
.view-archive .view-content:after {
  clear: both;
  content: '';
  display: table;
}
@media only screen and (min-width: 1020px) {
  /* line 25, ../sass/_theme-taxonomy.scss */
  .view-taxonomy-term .view-content,
  .view-archive .view-content {
    padding: 30px 0;
  }
}

/* line 34, ../sass/_theme-taxonomy.scss */
.news-taxonomy,
.news-archive {
  background-color: #ffffff;
  margin: 0 auto 30px;
  max-width: 300px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
@media only screen and (min-width: 769px) {
  /* line 34, ../sass/_theme-taxonomy.scss */
  .news-taxonomy,
  .news-archive {
    float: left;
    margin: 1%;
    width: 48%;
  }
}
@media only screen and (min-width: 1400px) {
  /* line 34, ../sass/_theme-taxonomy.scss */
  .news-taxonomy,
  .news-archive {
    width: 23%;
  }
}
/* line 53, ../sass/_theme-taxonomy.scss */
.news-taxonomy img,
.news-archive img {
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
}
/* line 57, ../sass/_theme-taxonomy.scss */
.news-taxonomy .views-field-nothing,
.news-archive .views-field-nothing {
  padding: 35px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 769px) {
  /* line 57, ../sass/_theme-taxonomy.scss */
  .news-taxonomy .views-field-nothing,
  .news-archive .views-field-nothing {
    min-height: 500px;
  }
}
@media only screen and (min-width: 1400px) {
  /* line 57, ../sass/_theme-taxonomy.scss */
  .news-taxonomy .views-field-nothing,
  .news-archive .views-field-nothing {
    min-height: 565px;
  }
}
/* line 67, ../sass/_theme-taxonomy.scss */
.news-taxonomy h1,
.news-archive h1 {
  font-size: 1.5714em;
  line-height: 1.272750;
  margin: 0 0 30px;
}
/* line 71, ../sass/_theme-taxonomy.scss */
.news-taxonomy h1 a,
.news-archive h1 a {
  color: #3c5896;
}
/* line 75, ../sass/_theme-taxonomy.scss */
.news-taxonomy .post-date,
.news-archive .post-date {
  font-size: 1.1429em;
  font-weight: bold;
  line-height: 1.374948;
  margin-bottom: 30px;
}
/* line 81, ../sass/_theme-taxonomy.scss */
.news-taxonomy .body,
.news-archive .body {
  border-bottom: 1px solid #e7ebf3;
  margin-bottom: 25px;
  padding-bottom: 45px;
}
/* line 86, ../sass/_theme-taxonomy.scss */
.news-taxonomy .view-footer,
.news-archive .view-footer {
  margin: 30px 0 0;
  text-align: center;
}
/* line 89, ../sass/_theme-taxonomy.scss */
.news-taxonomy .view-footer p,
.news-archive .view-footer p {
  margin: 0;
}
/* line 92, ../sass/_theme-taxonomy.scss */
.news-taxonomy .view-footer .btn,
.news-archive .view-footer .btn {
  font-size: 0.7857em;
  margin: 0;
  padding: 12px 30px;
}

/* line 164, ../sass/_theme-taxonomy.scss */
.feed-icon {
  display: none;
}

/* line 168, ../sass/_theme-taxonomy.scss */
body.page-dashboard .feed-icon {
  visibility: visible;
  display: block;
  margin: 24px;
}

/* line 175, ../sass/_theme-taxonomy.scss */
.view-taxonomy-main-pages .view-header {
  background: #ffffff;
  color: #3c5896;
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
}
/* line 181, ../sass/_theme-taxonomy.scss */
.view-taxonomy-main-pages .view-header p {
  margin: 0;
}
/* line 185, ../sass/_theme-taxonomy.scss */
.view-taxonomy-main-pages .view-content {
  padding: 30px;
}
/* line 75, ../sass/_mixins.scss */
.view-taxonomy-main-pages .view-content:after {
  clear: both;
  content: '';
  display: table;
}
@media only screen and (min-width: 1020px) {
  /* line 185, ../sass/_theme-taxonomy.scss */
  .view-taxonomy-main-pages .view-content {
    padding: 30px 0;
  }
}

/* line 4, ../sass/_news.scss */
.node-type-news #main,
.page-node-866 #main {
  clear: both;
}
@media only screen and (min-width: 1020px) {
  /* line 7, ../sass/_news.scss */
  .node-type-news #content,
  .page-node-866 #content {
    padding: 55px 30px 55px 0;
  }
}

@media only screen and (min-width: 769px) {
  /* line 18, ../sass/_news.scss */
  .node-type-tgmg-news #block-block-14,
  .node-type-healthday-news #block-block-14,
  .node-type-news #block-block-14,
  .page-node-866 #block-block-14 {
    position: absolute;
  }
}

@media only screen and (min-width: 769px) {
  /* line 26, ../sass/_news.scss */
  .page-node-866 #breadcrumb {
    width: calc(100% - 146px);
  }
}

/* line 34, ../sass/_news.scss */
.field-name-field-header-image {
  margin-bottom: 35px;
}
@media only screen and (min-width: 769px) {
  /* line 34, ../sass/_news.scss */
  .field-name-field-header-image {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 34, ../sass/_news.scss */
  .field-name-field-header-image {
    margin-bottom: 100px;
  }
}
/* line 42, ../sass/_news.scss */
.field-name-field-header-image .field-item {
  position: relative;
}
/* line 54, ../sass/_news.scss */
.field-name-field-header-image .field-item img {
  display: block;
}

/* line 61, ../sass/_news.scss */
#block-views-news-block-1,
#block-views-news-block-3,
#block-views-news-block-9,
#block-views-news-block-10,
#block-addtoany-addtoany-button,
#block-views-news-block,
#block-views-news-block-4,
#block-views-news-block-13 {
  padding: 0 30px;
}

/* line 73, ../sass/_news.scss */
#block-views-news-block-1,
#block-views-news-block-13 {
  margin-bottom: 10px;
}
@media only screen and (min-width: 769px) {
  /* line 73, ../sass/_news.scss */
  #block-views-news-block-1,
  #block-views-news-block-13 {
    float: left;
    margin-bottom: 10px;
    padding: 0 0 0 60px;
  }
}
@media only screen and (min-width: 769px) {
  /* line 81, ../sass/_news.scss */
  #block-views-news-block-1 .views-field-field-category,
  #block-views-news-block-1 .views-field-field-recipe-category,
  #block-views-news-block-13 .views-field-field-category,
  #block-views-news-block-13 .views-field-field-recipe-category {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
  }
}
/* line 88, ../sass/_news.scss */
#block-views-news-block-1 .views-field-field-category a,
#block-views-news-block-1 .views-field-field-recipe-category a,
#block-views-news-block-13 .views-field-field-category a,
#block-views-news-block-13 .views-field-field-recipe-category a {
  background-color: #3c5896;
  color: #ffffff;
  display: inline-block;
  font-size: 0.85em;
  line-height: 1.500075;
  margin-bottom: 5px;
  padding: 5px 10px;
  text-decoration: none;
  text-transform: uppercase;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
@media only screen and (min-width: 769px) {
  /* line 88, ../sass/_news.scss */
  #block-views-news-block-1 .views-field-field-category a,
  #block-views-news-block-1 .views-field-field-recipe-category a,
  #block-views-news-block-13 .views-field-field-category a,
  #block-views-news-block-13 .views-field-field-recipe-category a {
    margin-bottom: 0;
  }
}
/* line 104, ../sass/_news.scss */
#block-views-news-block-1 .views-field-created,
#block-views-news-block-13 .views-field-created {
  font-size: 0.8571em;
  font-style: italic;
  line-height: 1.500075;
}
@media only screen and (min-width: 769px) {
  /* line 104, ../sass/_news.scss */
  #block-views-news-block-1 .views-field-created,
  #block-views-news-block-13 .views-field-created {
    display: inline-block;
    vertical-align: middle;
  }
}

@media only screen and (min-width: 769px) {
  /* line 116, ../sass/_news.scss */
  #block-addtoany-addtoany-button {
    float: right;
    margin-bottom: 0;
    padding: 0 60px 0 0;
  }
}

/* line 125, ../sass/_news.scss */
.a2a_kit a {
  background-color: transparent;
  border: 1px solid #3e5163;
  color: #3e5163;
  display: inline-block;
  height: 25px;
  padding: 0;
  text-align: center;
  width: 25px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/* line 135, ../sass/_news.scss */
.a2a_kit a:hover {
  background-color: #3e5163;
  color: #ffffff;
}
/* line 139, ../sass/_news.scss */
.a2a_kit a i {
  font-size: 1.0em;
  line-height: 1.785714;
}

@media only screen and (min-width: 769px) {
  /* line 147, ../sass/_news.scss */
  #block-views-news-block {
    clear: both;
    padding: 0 60px;
  }
}
/* line 152, ../sass/_news.scss */
#block-views-news-block .views-field-title {
  color: #3c5896;
  font-size: 2.5714em;
  font-weight: bold;
  line-height: 1.111123;
  margin-bottom: 35px;
}
@media only screen and (min-width: 769px) {
  /* line 152, ../sass/_news.scss */
  #block-views-news-block .views-field-title {
    font-size: 3.1429em;
    line-height: 1.136348;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 152, ../sass/_news.scss */
  #block-views-news-block .views-field-title {
    font-size: 3.4286em;
    line-height: 1.124991;
  }
}
/* line 167, ../sass/_news.scss */
#block-views-news-block .views-field-field-tags {
  border-bottom: 1px solid #c8cfd7;
  border-top: 1px solid #c8cfd7;
  color: #3e5163;
}
/* line 171, ../sass/_news.scss */
#block-views-news-block .views-field-field-tags:before {
  background-color: #c8cfd7;
  color: #ffffff;
  content: "\f02b";
  display: inline-block;
  font: normal 1.42857rem/1.71429rem "FontAwesome";
  max-width: 53px;
  padding: 20px 18px;
  vertical-align: middle;
  width: 25%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 183, ../sass/_news.scss */
#block-views-news-block .views-field-field-tags .field-content {
  display: inline-block;
  margin: 0 0 0 10px;
  vertical-align: middle;
  width: 75%;
}
/* line 189, ../sass/_news.scss */
#block-views-news-block .views-field-field-tags a {
  color: #3e5163;
  font-size: 0.8571em;
  line-height: 1.500075;
  text-decoration: none;
  text-transform: uppercase;
}
@media only screen and (min-width: 769px) {
  /* line 189, ../sass/_news.scss */
  #block-views-news-block .views-field-field-tags a {
    font-size: 0.8571em;
    line-height: 1.500075;
  }
}
/* line 199, ../sass/_news.scss */
#block-views-news-block .views-field-field-tags a:hover {
  text-decoration: underline;
}

/* line 206, ../sass/_news.scss */
#block-views-news-block-3,
#block-views-news-block-9,
#block-views-news-block-10 {
  margin-bottom: 30px;
  padding: 0 60px;
}
@media only screen and (min-width: 769px) {
  /* line 75, ../sass/_mixins.scss */
  #block-views-news-block-3:after,
  #block-views-news-block-9:after,
  #block-views-news-block-10:after {
    clear: both;
    content: '';
    display: table;
  }
}
/* line 214, ../sass/_news.scss */
#block-views-news-block-3 h2,
#block-views-news-block-9 h2,
#block-views-news-block-10 h2 {
  font-size: 1.4286em;
  line-height: normal;
  margin: 50px 0 15px;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  /* line 214, ../sass/_news.scss */
  #block-views-news-block-3 h2,
  #block-views-news-block-9 h2,
  #block-views-news-block-10 h2 {
    font-size: 1.42em;
    text-align: left;
  }
}
/* line 225, ../sass/_news.scss */
#block-views-news-block-3 .view-content,
#block-views-news-block-9 .view-content,
#block-views-news-block-10 .view-content {
  padding: 0;
}
/* line 228, ../sass/_news.scss */
#block-views-news-block-3 .views-row,
#block-views-news-block-9 .views-row,
#block-views-news-block-10 .views-row {
  margin: 0 auto 15px;
  overflow: hidden;
  position: relative;
  max-width: 300px;
  width: 100%;
}
@media only screen and (min-width: 769px) {
  /* line 228, ../sass/_news.scss */
  #block-views-news-block-3 .views-row,
  #block-views-news-block-9 .views-row,
  #block-views-news-block-10 .views-row {
    float: left;
    margin-right: 1%;
    width: 32.5%;
  }
}
/* line 240, ../sass/_news.scss */
#block-views-news-block-3 .views-row:hover .views-field-view-node,
#block-views-news-block-9 .views-row:hover .views-field-view-node,
#block-views-news-block-10 .views-row:hover .views-field-view-node {
  bottom: 0;
}
@media only screen and (min-width: 769px) {
  /* line 244, ../sass/_news.scss */
  #block-views-news-block-3 .views-row:last-child,
  #block-views-news-block-9 .views-row:last-child,
  #block-views-news-block-10 .views-row:last-child {
    margin-right: 0;
  }
}
/* line 251, ../sass/_news.scss */
#block-views-news-block-3 .views-field-field-header-image img,
#block-views-news-block-9 .views-field-field-header-image img,
#block-views-news-block-10 .views-field-field-header-image img {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 254, ../sass/_news.scss */
#block-views-news-block-3 .views-field-field-header-image a:before,
#block-views-news-block-9 .views-field-field-header-image a:before,
#block-views-news-block-10 .views-field-field-header-image a:before {
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #3c5896;
  background: -webkit-linear-gradient(legacy-direction(to top), #3c5896 0%, transparent 40%);
  background: linear-gradient(to top, #3c5896 0%, rgba(0, 0, 0, 0) 40%);
}
/* line 267, ../sass/_news.scss */
#block-views-news-block-3 .views-field-title,
#block-views-news-block-9 .views-field-title,
#block-views-news-block-10 .views-field-title {
  bottom: 0;
  position: absolute;
  z-index: 1;
}
/* line 271, ../sass/_news.scss */
#block-views-news-block-3 .views-field-title a,
#block-views-news-block-9 .views-field-title a,
#block-views-news-block-10 .views-field-title a {
  color: #ffffff;
  display: block;
  padding: 20px 25px;
}
/* line 277, ../sass/_news.scss */
#block-views-news-block-3 .views-field-view-node,
#block-views-news-block-9 .views-field-view-node,
#block-views-news-block-10 .views-field-view-node {
  background-color: rgba(60, 88, 150, 0.8);
  bottom: -100%;
  height: 100%;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 2;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
/* line 287, ../sass/_news.scss */
#block-views-news-block-3 .views-field-view-node span,
#block-views-news-block-9 .views-field-view-node span,
#block-views-news-block-10 .views-field-view-node span {
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 292, ../sass/_news.scss */
#block-views-news-block-3 .views-field-view-node span a,
#block-views-news-block-9 .views-field-view-node span a,
#block-views-news-block-10 .views-field-view-node span a {
  color: #ffffff;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: table-cell;
  vertical-align: middle;
  height: 300px;
  width: 300px;
}

/* line 305, ../sass/_news.scss */
#block-block-241,
#block-block-46,
#block-block-236,
#block-block-146,
#block-block-386,
#block-block-346,
#block-block-361,
#block-block-366,
#block-block-371,
#block-block-376,
#block-block-151 {
  background-color: #e7ebf3;
  margin-bottom: 0;
  padding: 30px 25px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 769px) {
  /* line 305, ../sass/_news.scss */
  #block-block-241,
  #block-block-46,
  #block-block-236,
  #block-block-146,
  #block-block-386,
  #block-block-346,
  #block-block-361,
  #block-block-366,
  #block-block-371,
  #block-block-376,
  #block-block-151 {
    clear: both;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 305, ../sass/_news.scss */
  #block-block-241,
  #block-block-46,
  #block-block-236,
  #block-block-146,
  #block-block-386,
  #block-block-346,
  #block-block-361,
  #block-block-366,
  #block-block-371,
  #block-block-376,
  #block-block-151 {
    margin-bottom: 50px;
    padding: 0;
  }
}
/* line 329, ../sass/_news.scss */
#block-block-241 div,
#block-block-46 div,
#block-block-236 div,
#block-block-146 div,
#block-block-386 div,
#block-block-346 div,
#block-block-361 div,
#block-block-366 div,
#block-block-371 div,
#block-block-376 div,
#block-block-151 div {
  margin: 0 auto;
  max-width: 270px;
}
@media only screen and (min-width: 769px) {
  /* line 329, ../sass/_news.scss */
  #block-block-241 div,
  #block-block-46 div,
  #block-block-236 div,
  #block-block-146 div,
  #block-block-386 div,
  #block-block-346 div,
  #block-block-361 div,
  #block-block-366 div,
  #block-block-371 div,
  #block-block-376 div,
  #block-block-151 div {
    max-width: none;
  }
}
/* line 335, ../sass/_news.scss */
#block-block-241 div .btn,
#block-block-46 div .btn,
#block-block-236 div .btn,
#block-block-146 div .btn,
#block-block-386 div .btn,
#block-block-346 div .btn,
#block-block-361 div .btn,
#block-block-366 div .btn,
#block-block-371 div .btn,
#block-block-376 div .btn,
#block-block-151 div .btn {
  width: 270px;
}
@media only screen and (min-width: 769px) {
  /* line 335, ../sass/_news.scss */
  #block-block-241 div .btn,
  #block-block-46 div .btn,
  #block-block-236 div .btn,
  #block-block-146 div .btn,
  #block-block-386 div .btn,
  #block-block-346 div .btn,
  #block-block-361 div .btn,
  #block-block-366 div .btn,
  #block-block-371 div .btn,
  #block-block-376 div .btn,
  #block-block-151 div .btn {
    margin: 0 10px;
    width: 210px;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 335, ../sass/_news.scss */
  #block-block-241 div .btn,
  #block-block-46 div .btn,
  #block-block-236 div .btn,
  #block-block-146 div .btn,
  #block-block-386 div .btn,
  #block-block-346 div .btn,
  #block-block-361 div .btn,
  #block-block-366 div .btn,
  #block-block-371 div .btn,
  #block-block-376 div .btn,
  #block-block-151 div .btn {
    margin: 0 0 15px;
    width: 100%;
  }
}
/* line 345, ../sass/_news.scss */
#block-block-241 div .btn:last-child,
#block-block-46 div .btn:last-child,
#block-block-236 div .btn:last-child,
#block-block-146 div .btn:last-child,
#block-block-386 div .btn:last-child,
#block-block-346 div .btn:last-child,
#block-block-361 div .btn:last-child,
#block-block-366 div .btn:last-child,
#block-block-371 div .btn:last-child,
#block-block-376 div .btn:last-child,
#block-block-151 div .btn:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1020px) {
  /* line 348, ../sass/_news.scss */
  #block-block-241 div .btn br,
  #block-block-46 div .btn br,
  #block-block-236 div .btn br,
  #block-block-146 div .btn br,
  #block-block-386 div .btn br,
  #block-block-346 div .btn br,
  #block-block-361 div .btn br,
  #block-block-366 div .btn br,
  #block-block-371 div .btn br,
  #block-block-376 div .btn br,
  #block-block-151 div .btn br {
    display: none;
  }
}

@media only screen and (min-width: 1020px) {
  /* line 357, ../sass/_news.scss */
  #block-block-151,
  #block-block-241,
  #block-block-46 {
    display: none;
  }
}

/* line 366, ../sass/_news.scss */
#block-views-news-categories-block,
#block-views-news-categories-block-1,
#block-views-news-categories-block-2,
#block-views-news-categories-block-3,
#block-views-news-block-2 {
  background-color: #ffffff;
  margin-bottom: 45px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 374, ../sass/_news.scss */
#block-views-news-categories-block h2,
#block-views-news-categories-block-1 h2,
#block-views-news-categories-block-2 h2,
#block-views-news-categories-block-3 h2,
#block-views-news-block-2 h2 {
  color: #3e5163;
  font-size: 1.0000em;
  letter-spacing: 1px;
  line-height: 1.428571;
  margin: 0;
  padding: 30px 0;
  text-align: center;
  text-transform: uppercase;
}
/* line 384, ../sass/_news.scss */
#block-views-news-categories-block .view-content,
#block-views-news-categories-block-1 .view-content,
#block-views-news-categories-block-2 .view-content,
#block-views-news-categories-block-3 .view-content,
#block-views-news-block-2 .view-content {
  padding: 0;
}
/* line 386, ../sass/_news.scss */
#block-views-news-categories-block .view-content a,
#block-views-news-categories-block-1 .view-content a,
#block-views-news-categories-block-2 .view-content a,
#block-views-news-categories-block-3 .view-content a,
#block-views-news-block-2 .view-content a {
  background-color: transparent;
  border-top: 1px solid #c8cfd7;
  color: #3e5163;
  display: block;
  padding: 15px 20px;
}
/* line 392, ../sass/_news.scss */
#block-views-news-categories-block .view-content a:hover,
#block-views-news-categories-block-1 .view-content a:hover,
#block-views-news-categories-block-2 .view-content a:hover,
#block-views-news-categories-block-3 .view-content a:hover,
#block-views-news-block-2 .view-content a:hover {
  background-color: #99cb5a;
  color: #ffffff;
}
/* line 399, ../sass/_news.scss */
#block-views-news-categories-block .view-footer p,
#block-views-news-categories-block-1 .view-footer p,
#block-views-news-categories-block-2 .view-footer p,
#block-views-news-categories-block-3 .view-footer p,
#block-views-news-block-2 .view-footer p {
  margin: 0;
}
/* line 402, ../sass/_news.scss */
#block-views-news-categories-block .view-footer a,
#block-views-news-categories-block-1 .view-footer a,
#block-views-news-categories-block-2 .view-footer a,
#block-views-news-categories-block-3 .view-footer a,
#block-views-news-block-2 .view-footer a {
  background-color: #3e5163;
  color: #ffffff;
  display: block;
  font-size: 0.8571em;
  letter-spacing: 2px;
  line-height: 1.500075;
  padding: 15px 30px;
  text-transform: uppercase;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
/* line 417, ../sass/_news.scss */
#block-views-news-categories-block .view-footer a:hover,
#block-views-news-categories-block-1 .view-footer a:hover,
#block-views-news-categories-block-2 .view-footer a:hover,
#block-views-news-categories-block-3 .view-footer a:hover,
#block-views-news-block-2 .view-footer a:hover {
  background-color: #243140;
}

/* line 424, ../sass/_news.scss */
#block-views-exp-media-resources-page,
#block-tgmg-custom-news-search {
  margin-bottom: 45px;
  position: relative;
}
/* line 429, ../sass/_news.scss */
#block-views-exp-media-resources-page input[type="text"],
#block-tgmg-custom-news-search input[type="text"] {
  background-color: #ffffff;
}
/* line 432, ../sass/_news.scss */
#block-views-exp-media-resources-page input[type="submit"],
#block-tgmg-custom-news-search input[type="submit"] {
  background: transparent url("../images/sprites.png") -97px -36px no-repeat;
  background-size: 175px;
  border: none;
  height: 24px;
  opacity: 0.5;
  padding: 0;
  text-indent: -9999px;
  width: 24px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 445, ../sass/_news.scss */
#block-views-exp-media-resources-page .views-submit-button,
#block-views-exp-media-resources-page .form-actions,
#block-tgmg-custom-news-search .views-submit-button,
#block-tgmg-custom-news-search .form-actions {
  margin: 0;
  position: absolute;
  right: 20px;
  top: 10px;
}

/* line 456, ../sass/_news.scss */
#block-views-news-categories-block .view-content a {
  border-top: 1px solid #c8cfd7;
  display: block;
  padding: 15px 20px;
}
/* line 460, ../sass/_news.scss */
#block-views-news-categories-block .view-content a:hover {
  background-color: #99cb5a;
  color: #ffffff;
}

/* line 469, ../sass/_news.scss */
#block-views-news-categories-block-1 .view-content {
  border-top: 1px solid #c8cfd7;
  padding: 20px 30px;
}
/* line 473, ../sass/_news.scss */
#block-views-news-categories-block-1 .views-row {
  display: inline-block;
  margin: 0 4px 7px 0;
}
/* line 476, ../sass/_news.scss */
#block-views-news-categories-block-1 .views-row a {
  border: 1px solid #c8cfd7;
  font-size: 0.9286em;
  line-height: 1.461493;
  padding: 4px 8px;
  text-transform: uppercase;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
/* line 483, ../sass/_news.scss */
#block-views-news-categories-block-1 .views-row a p {
  margin: 0;
}

/* line 491, ../sass/_news.scss */
#block-views-news-block-2 .fa {
  float: right;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  transition: 0.2s ease;
}
/* line 495, ../sass/_news.scss */
#block-views-news-block-2 .view-grouping-header {
  border-top: 1px solid #c8cfd7;
  color: #3e5163;
  display: block;
  font-size: 1.1429em;
  line-height: 1.374948;
  padding: 15px 20px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
/* line 503, ../sass/_news.scss */
#block-views-news-block-2 .view-grouping-header:hover {
  cursor: pointer;
}
/* line 507, ../sass/_news.scss */
#block-views-news-block-2 .view-grouping-header.active .fa {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
/* line 512, ../sass/_news.scss */
#block-views-news-block-2 .view-grouping-content {
  display: none;
}
/* line 514, ../sass/_news.scss */
#block-views-news-block-2 .view-grouping-content h3 {
  margin: 0;
}
/* line 516, ../sass/_news.scss */
#block-views-news-block-2 .view-grouping-content h3 a {
  background-color: #3e5163;
  color: #ffffff;
  display: block;
  font-size: 1.1429em;
  line-height: 1.374948;
  padding: 15px 20px;
}
/* line 523, ../sass/_news.scss */
#block-views-news-block-2 .view-grouping-content h3 a:hover {
  background-color: #243140;
}
/* line 528, ../sass/_news.scss */
#block-views-news-block-2 .view-grouping-content .views-row {
  display: none;
}
/* line 534, ../sass/_news.scss */
#block-views-news-block-2 .field-name-field-header-image {
  margin-bottom: 35px;
}
@media only screen and (min-width: 769px) {
  /* line 534, ../sass/_news.scss */
  #block-views-news-block-2 .field-name-field-header-image {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 534, ../sass/_news.scss */
  #block-views-news-block-2 .field-name-field-header-image {
    margin-bottom: 100px;
  }
}
/* line 545, ../sass/_news.scss */
#block-views-news-block-2 #block-views-news-block-1,
#block-views-news-block-2 #block-views-news-block-13,
#block-views-news-block-2 #block-addtoany-addtoany-button,
#block-views-news-block-2 #block-views-news-block {
  padding: 0 30px;
}
/* line 553, ../sass/_news.scss */
#block-views-news-block-2 #block-views-news-block-1,
#block-views-news-block-2 #block-views-news-block-13 {
  margin-bottom: 10px;
}
@media only screen and (min-width: 769px) {
  /* line 553, ../sass/_news.scss */
  #block-views-news-block-2 #block-views-news-block-1,
  #block-views-news-block-2 #block-views-news-block-13 {
    float: left;
    margin-bottom: 10px;
    padding: 0 0 0 60px;
  }
}
@media only screen and (min-width: 769px) {
  /* line 561, ../sass/_news.scss */
  #block-views-news-block-2 #block-views-news-block-1 .views-field-field-category,
  #block-views-news-block-2 #block-views-news-block-1 .views-field-field-recipe-category,
  #block-views-news-block-2 #block-views-news-block-13 .views-field-field-category,
  #block-views-news-block-2 #block-views-news-block-13 .views-field-field-recipe-category {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
  }
}
/* line 568, ../sass/_news.scss */
#block-views-news-block-2 #block-views-news-block-1 .views-field-field-category a,
#block-views-news-block-2 #block-views-news-block-1 .views-field-field-recipe-category a,
#block-views-news-block-2 #block-views-news-block-13 .views-field-field-category a,
#block-views-news-block-2 #block-views-news-block-13 .views-field-field-recipe-category a {
  background-color: #3c5896;
  color: #ffffff;
  display: inline-block;
  font-size: 0.85em;
  line-height: 1.5;
  margin-bottom: 20px;
  padding: 5px 10px;
  text-decoration: none;
  text-transform: uppercase;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
@media only screen and (min-width: 769px) {
  /* line 568, ../sass/_news.scss */
  #block-views-news-block-2 #block-views-news-block-1 .views-field-field-category a,
  #block-views-news-block-2 #block-views-news-block-1 .views-field-field-recipe-category a,
  #block-views-news-block-2 #block-views-news-block-13 .views-field-field-category a,
  #block-views-news-block-2 #block-views-news-block-13 .views-field-field-recipe-category a {
    margin-bottom: 0;
  }
}
/* line 584, ../sass/_news.scss */
#block-views-news-block-2 #block-views-news-block-1 .views-field-created,
#block-views-news-block-2 #block-views-news-block-13 .views-field-created {
  font-size: 0.8571em;
  font-style: italic;
  line-height: 1.500075;
}
@media only screen and (min-width: 769px) {
  /* line 584, ../sass/_news.scss */
  #block-views-news-block-2 #block-views-news-block-1 .views-field-created,
  #block-views-news-block-2 #block-views-news-block-13 .views-field-created {
    display: inline-block;
    vertical-align: middle;
  }
}
@media only screen and (min-width: 769px) {
  /* line 596, ../sass/_news.scss */
  #block-views-news-block-2 #block-addtoany-addtoany-button {
    float: right;
    margin-bottom: 0;
    padding: 0 60px 0 0;
  }
}
/* line 603, ../sass/_news.scss */
#block-views-news-block-2 #block-addtoany-addtoany-button .a2a_kit a {
  background-color: transparent;
  border: 1px solid #3e5163;
  color: #3e5163;
  display: inline-block;
  height: 25px;
  padding: 0;
  text-align: center;
  width: 25px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/* line 613, ../sass/_news.scss */
#block-views-news-block-2 #block-addtoany-addtoany-button .a2a_kit a:hover {
  background-color: #3e5163;
  color: #ffffff;
}
/* line 617, ../sass/_news.scss */
#block-views-news-block-2 #block-addtoany-addtoany-button .a2a_kit a i {
  font-size: 1em;
  line-height: 1.785714;
}
@media only screen and (min-width: 769px) {
  /* line 626, ../sass/_news.scss */
  #block-views-news-block-2 #block-views-news-block {
    clear: both;
    padding: 0 60px;
  }
}
/* line 631, ../sass/_news.scss */
#block-views-news-block-2 #block-views-news-block .views-field-title {
  color: #3c5896;
  font-size: 2.5714em;
  font-weight: bold;
  line-height: 1.111123;
  margin-bottom: 35px;
}
@media only screen and (min-width: 769px) {
  /* line 631, ../sass/_news.scss */
  #block-views-news-block-2 #block-views-news-block .views-field-title {
    font-size: 3.1429em;
    line-height: 1.136348;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 631, ../sass/_news.scss */
  #block-views-news-block-2 #block-views-news-block .views-field-title {
    font-size: 3.4286em;
    line-height: 1.124991;
  }
}
/* line 646, ../sass/_news.scss */
#block-views-news-block-2 #block-views-news-block .views-field-field-tags {
  border-bottom: 1px solid #c8cfd7;
  border-top: 1px solid #c8cfd7;
  color: #3e5163;
  margin-top: 225px;
}
@media only screen and (min-width: 769px) {
  /* line 646, ../sass/_news.scss */
  #block-views-news-block-2 #block-views-news-block .views-field-field-tags {
    margin-top: 125px;
  }
}
/* line 654, ../sass/_news.scss */
#block-views-news-block-2 #block-views-news-block .views-field-field-tags:before {
  background-color: #c8cfd7;
  box-sizing: border-box;
  color: #ffffff;
  content: "\f02b";
  display: inline-block;
  font: normal 1.42857rem/1.71429rem "FontAwesome";
  max-width: 53px;
  padding: 20px 18px;
  vertical-align: middle;
  width: 25%;
}
/* line 666, ../sass/_news.scss */
#block-views-news-block-2 #block-views-news-block .views-field-field-tags .field-content {
  display: inline-block;
  margin: 0 0 0 10px;
  vertical-align: middle;
  width: 75%;
}
/* line 672, ../sass/_news.scss */
#block-views-news-block-2 #block-views-news-block .views-field-field-tags a {
  color: #3e5163;
  font-size: 0.85em;
  line-height: 1.500075;
  text-decoration: none;
  text-transform: uppercase;
}
@media only screen and (min-width: 769px) {
  /* line 672, ../sass/_news.scss */
  #block-views-news-block-2 #block-views-news-block .views-field-field-tags a {
    font-size: 1em;
    line-height: 1.500075;
  }
}
/* line 682, ../sass/_news.scss */
#block-views-news-block-2 #block-views-news-block .views-field-field-tags a:hover {
  text-decoration: underline;
}
/* line 689, ../sass/_news.scss */
#block-views-news-block-2 #block-views-news-categories-block,
#block-views-news-block-2 #block-views-news-categories-block-1,
#block-views-news-block-2 #block-views-news-block-2 {
  background-color: #ffffff;
  margin-bottom: 45px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 695, ../sass/_news.scss */
#block-views-news-block-2 #block-views-news-categories-block h2,
#block-views-news-block-2 #block-views-news-categories-block-1 h2,
#block-views-news-block-2 #block-views-news-block-2 h2 {
  color: #3e5163;
  font-size: 1.0000em;
  letter-spacing: 1px;
  line-height: 1.428571;
  margin: 0;
  padding: 30px 0;
  text-align: center;
  text-transform: uppercase;
}
/* line 706, ../sass/_news.scss */
#block-views-news-block-2 #block-views-news-categories-block .view-content a,
#block-views-news-block-2 #block-views-news-categories-block-1 .view-content a,
#block-views-news-block-2 #block-views-news-block-2 .view-content a {
  background-color: transparent;
  color: #3e5163;
}
/* line 709, ../sass/_news.scss */
#block-views-news-block-2 #block-views-news-categories-block .view-content a:hover,
#block-views-news-block-2 #block-views-news-categories-block-1 .view-content a:hover,
#block-views-news-block-2 #block-views-news-block-2 .view-content a:hover {
  background-color: #99cb5a;
  color: #ffffff;
}
/* line 716, ../sass/_news.scss */
#block-views-news-block-2 #block-views-news-categories-block .view-footer p,
#block-views-news-block-2 #block-views-news-categories-block-1 .view-footer p,
#block-views-news-block-2 #block-views-news-block-2 .view-footer p {
  margin: 0;
}
/* line 719, ../sass/_news.scss */
#block-views-news-block-2 #block-views-news-categories-block .view-footer a,
#block-views-news-block-2 #block-views-news-categories-block-1 .view-footer a,
#block-views-news-block-2 #block-views-news-block-2 .view-footer a {
  background-color: #3e5163;
  color: #ffffff;
  display: block;
  font-size: 0.857em;
  letter-spacing: 2px;
  line-height: 1.5;
  padding: 15px 30px;
  text-transform: uppercase;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
/* line 734, ../sass/_news.scss */
#block-views-news-block-2 #block-views-news-categories-block .view-footer a:hover,
#block-views-news-block-2 #block-views-news-categories-block-1 .view-footer a:hover,
#block-views-news-block-2 #block-views-news-block-2 .view-footer a:hover {
  background-color: #243140;
}
/* line 743, ../sass/_news.scss */
#block-views-news-block-2 #block-views-news-categories-block .view-content a {
  border-top: 1px solid #c8cfd7;
  display: block;
  font-size: 1.2857em;
  line-height: 1.333348;
  padding: 20px 30px;
}
/* line 749, ../sass/_news.scss */
#block-views-news-block-2 #block-views-news-categories-block .view-content a:hover {
  background-color: #99cb5a;
  color: #ffffff;
}
/* line 758, ../sass/_news.scss */
#block-views-news-block-2 #block-views-news-categories-block-1 .view-content {
  border-top: 1px solid #c8cfd7;
  padding: 20px 30px;
}
/* line 762, ../sass/_news.scss */
#block-views-news-block-2 #block-views-news-categories-block-1 .views-row {
  display: inline-block;
  margin: 0 2px 2px 0;
}
/* line 765, ../sass/_news.scss */
#block-views-news-block-2 #block-views-news-categories-block-1 .views-row a {
  border: 1px solid #c8cfd7;
  font-size: 0.9286em;
  line-height: 1.461493;
  padding: 4px 8px;
  text-transform: uppercase;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
/* line 777, ../sass/_news.scss */
#block-views-news-block-2 #block-views-news-block-2 .fa {
  float: right;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  transition: 0.2s ease;
}
/* line 781, ../sass/_news.scss */
#block-views-news-block-2 #block-views-news-block-2 .view-grouping-header {
  border-top: 1px solid #c8cfd7;
  color: #3e5163;
  display: block;
  font-size: 1.28em;
  line-height: 1.33;
  padding: 20px 30px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
/* line 789, ../sass/_news.scss */
#block-views-news-block-2 #block-views-news-block-2 .view-grouping-header:hover {
  cursor: pointer;
}
/* line 793, ../sass/_news.scss */
#block-views-news-block-2 #block-views-news-block-2 .view-grouping-header.active .fa {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
/* line 798, ../sass/_news.scss */
#block-views-news-block-2 #block-views-news-block-2 .view-grouping-content {
  display: none;
}
/* line 800, ../sass/_news.scss */
#block-views-news-block-2 #block-views-news-block-2 .view-grouping-content h3 {
  margin: 0;
}
/* line 802, ../sass/_news.scss */
#block-views-news-block-2 #block-views-news-block-2 .view-grouping-content h3 a {
  background-color: #3e5163;
  color: #ffffff;
  display: block;
  padding: 20px 30px;
}
/* line 807, ../sass/_news.scss */
#block-views-news-block-2 #block-views-news-block-2 .view-grouping-content h3 a:hover {
  background-color: #243140;
}
/* line 812, ../sass/_news.scss */
#block-views-news-block-2 #block-views-news-block-2 .view-grouping-content .views-row {
  display: none;
}

/* line 821, ../sass/_news.scss */
.page-node-866 #page {
  background-color: #e7ebf3;
}
/* line 824, ../sass/_news.scss */
.page-node-866 article {
  display: none;
}

/* line 829, ../sass/_news.scss */
#block-views-news-block-4,
#block-views-news-block-5,
#block-views-news-block-6,
#block-views-news-block-11 {
  margin-bottom: 0;
  padding: 45px 0 0;
}
/* line 835, ../sass/_news.scss */
#block-views-news-block-4 h2,
#block-views-news-block-5 h2,
#block-views-news-block-6 h2,
#block-views-news-block-11 h2 {
  background-color: #ffffff;
  font-size: 1.14em;
  padding: 25px 0;
  text-align: center;
}
/* line 841, ../sass/_news.scss */
#block-views-news-block-4 .view,
#block-views-news-block-5 .view,
#block-views-news-block-6 .view,
#block-views-news-block-11 .view {
  padding: 40px 0 0;
}
/* line 847, ../sass/_news.scss */
#block-views-news-block-4 .view-footer,
#block-views-news-block-5 .view-footer,
#block-views-news-block-6 .view-footer,
#block-views-news-block-11 .view-footer {
  text-align: center;
}
/* line 849, ../sass/_news.scss */
#block-views-news-block-4 .view-footer .btn,
#block-views-news-block-5 .view-footer .btn,
#block-views-news-block-6 .view-footer .btn,
#block-views-news-block-11 .view-footer .btn {
  width: auto;
}

/* line 856, ../sass/_news.scss */
#block-views-news-block-4 .view {
  padding: 0;
}
@media only screen and (min-width: 1020px) {
  /* line 859, ../sass/_news.scss */
  #block-views-news-block-4 .views-row {
    float: left;
    width: 48%;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 864, ../sass/_news.scss */
  #block-views-news-block-4 .views-row.views-row-first {
    margin-right: 4%;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 870, ../sass/_news.scss */
  #block-views-news-block-4 .view-footer {
    clear: both;
  }
}

@media only screen and (min-width: 769px) {
  /* line 880, ../sass/_news.scss */
  #block-views-news-block-5 .view-content,
  #block-views-news-block-6 .view-content,
  #block-views-news-block-11 .view-content {
    text-align: center !important;
  }
}
/* line 885, ../sass/_news.scss */
#block-views-news-block-5 .news-article,
#block-views-news-block-6 .news-article,
#block-views-news-block-11 .news-article {
  display: none;
  max-width: 300px;
}
@media only screen and (min-width: 769px) {
  /* line 885, ../sass/_news.scss */
  #block-views-news-block-5 .news-article,
  #block-views-news-block-6 .news-article,
  #block-views-news-block-11 .news-article {
    display: inline-block;
    width: 48%;
    vertical-align: top;
    min-height: 760px;
  }
}
@media only screen and (min-width: 1380px) {
  /* line 885, ../sass/_news.scss */
  #block-views-news-block-5 .news-article,
  #block-views-news-block-6 .news-article,
  #block-views-news-block-11 .news-article {
    float: left;
    margin: 1%;
    width: 23%;
    min-height: 820px;
  }
}
/* line 900, ../sass/_news.scss */
#block-views-news-block-5 .news-article.views-row-first,
#block-views-news-block-6 .news-article.views-row-first,
#block-views-news-block-11 .news-article.views-row-first {
  display: inline-block;
}
@media only screen and (min-width: 769px) {
  /* line 900, ../sass/_news.scss */
  #block-views-news-block-5 .news-article.views-row-first,
  #block-views-news-block-6 .news-article.views-row-first,
  #block-views-news-block-11 .news-article.views-row-first {
    margin-right: 4%;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 900, ../sass/_news.scss */
  #block-views-news-block-5 .news-article.views-row-first,
  #block-views-news-block-6 .news-article.views-row-first,
  #block-views-news-block-11 .news-article.views-row-first {
    margin-right: 1%;
  }
}
@media only screen and (min-width: 1380px) {
  /* line 900, ../sass/_news.scss */
  #block-views-news-block-5 .news-article.views-row-first,
  #block-views-news-block-6 .news-article.views-row-first,
  #block-views-news-block-11 .news-article.views-row-first {
    float: left;
  }
}
@media only screen and (min-width: 769px) {
  /* line 912, ../sass/_news.scss */
  #block-views-news-block-5 .news-article.views-row-3, #block-views-news-block-5 .news-article.views-row-4,
  #block-views-news-block-6 .news-article.views-row-3,
  #block-views-news-block-6 .news-article.views-row-4,
  #block-views-news-block-11 .news-article.views-row-3,
  #block-views-news-block-11 .news-article.views-row-4 {
    display: none;
  }
}
@media only screen and (min-width: 1380px) {
  /* line 912, ../sass/_news.scss */
  #block-views-news-block-5 .news-article.views-row-3, #block-views-news-block-5 .news-article.views-row-4,
  #block-views-news-block-6 .news-article.views-row-3,
  #block-views-news-block-6 .news-article.views-row-4,
  #block-views-news-block-11 .news-article.views-row-3,
  #block-views-news-block-11 .news-article.views-row-4 {
    display: inline-block;
  }
}
@media only screen and (min-width: 769px) {
  /* line 75, ../sass/_mixins.scss */
  #block-views-news-block-5 .view-content:after,
  #block-views-news-block-6 .view-content:after,
  #block-views-news-block-11 .view-content:after {
    clear: both;
    content: '';
    display: table;
  }
}

/* line 930, ../sass/_news.scss */
#block-views-news-block-14 {
  background-color: #ffffff;
  margin-bottom: 45px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 934, ../sass/_news.scss */
#block-views-news-block-14 h2 {
  color: #3e5163;
  font-size: 1.0000em;
  letter-spacing: 1px;
  line-height: 1.428571;
  margin: 0;
  padding: 30px 0;
  text-align: center;
  text-transform: uppercase;
}
/* line 944, ../sass/_news.scss */
#block-views-news-block-14 .view-content {
  padding: 0;
}
/* line 946, ../sass/_news.scss */
#block-views-news-block-14 .view-content .views-row {
  border-top: 1px solid #e7ebf3;
  float: none;
  margin: 0;
  max-width: none;
  min-height: 0;
  padding: 20px;
  width: 100%;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 75, ../sass/_mixins.scss */
#block-views-news-block-14 .view-content .views-row:after {
  clear: both;
  content: '';
  display: table;
}
/* line 957, ../sass/_news.scss */
#block-views-news-block-14 .view-content .views-row .views-field-field-header-image {
  float: left;
  margin-right: 15px;
  width: 40%;
}
/* line 961, ../sass/_news.scss */
#block-views-news-block-14 .view-content .views-row .views-field-field-header-image img {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 965, ../sass/_news.scss */
#block-views-news-block-14 .view-content .views-row .views-field-title {
  display: block;
  font-weight: bold;
  line-height: 1.28571rem;
}
/* line 969, ../sass/_news.scss */
#block-views-news-block-14 .view-content .views-row .views-field-title a {
  color: #3e5163;
}
/* line 971, ../sass/_news.scss */
#block-views-news-block-14 .view-content .views-row .views-field-title a:hover {
  color: #99cb5a;
}
/* line 976, ../sass/_news.scss */
#block-views-news-block-14 .view-content .views-row .views-field-created {
  font-size: 0.85em;
}

/* line 983, ../sass/_news.scss */
#block-views-exp-news-page-1 {
  background: #ffffff;
  margin-bottom: 0;
  padding: 40px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 989, ../sass/_news.scss */
#block-views-exp-news-page-1 form label,
#block-views-exp-news-page-1 form .description {
  display: none;
}
@media only screen and (min-width: 769px) {
  /* line 993, ../sass/_news.scss */
  #block-views-exp-news-page-1 form .views-widget-filter-field_category_tid,
  #block-views-exp-news-page-1 form .views-widget-filter-field_tags_tid,
  #block-views-exp-news-page-1 form .views-widget-filter-uid {
    float: left;
    width: 32%;
  }
}
@media only screen and (min-width: 769px) {
  /* line 1001, ../sass/_news.scss */
  #block-views-exp-news-page-1 form .views-widget-filter-field_category_tid,
  #block-views-exp-news-page-1 form .views-widget-filter-field_tags_tid,
  #block-views-exp-news-page-1 form .views-widget-filter-title,
  #block-views-exp-news-page-1 form .views-widget-filter-combine {
    margin-right: 2%;
  }
}
@media only screen and (min-width: 769px) {
  /* line 1009, ../sass/_news.scss */
  #block-views-exp-news-page-1 form .views-widget-filter-title,
  #block-views-exp-news-page-1 form .views-widget-filter-combine {
    width: 66%;
  }
}

/* line 1018, ../sass/_news.scss */
.news-article {
  background-color: #ffffff;
  margin: 0 auto 30px;
  max-width: 500px;
  text-align: left;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 1026, ../sass/_news.scss */
.news-article .views-field-field-header-image .field-content a {
  display: block;
  position: relative;
}
/* line 1044, ../sass/_news.scss */
.news-article img {
  display: block;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
}
/* line 1049, ../sass/_news.scss */
.news-article .views-field-nothing {
  padding: 35px 30px;
}
/* line 1052, ../sass/_news.scss */
.news-article h1 {
  font-size: 1.57em;
  line-height: 1.27;
  margin: 0 0 15px;
}
/* line 1056, ../sass/_news.scss */
.news-article h1 a {
  color: #3c5896;
}
/* line 1060, ../sass/_news.scss */
.news-article .post-date {
  color: #535353;
  font-size: 1.1429em;
  font-weight: bold;
  line-height: 1.374948;
  margin-bottom: 15px;
}
/* line 1067, ../sass/_news.scss */
.news-article .body {
  border-bottom: 1px solid #e7ebf3;
  margin-bottom: 25px;
  padding-bottom: 45px;
}
/* line 1072, ../sass/_news.scss */
.news-article .view-footer {
  margin: 30px 0 0;
  text-align: center;
}
/* line 1075, ../sass/_news.scss */
.news-article .view-footer p {
  margin: 0;
}
/* line 1078, ../sass/_news.scss */
.news-article .view-footer .btn {
  font-size: 0.7857em;
  margin: 0;
  padding: 12px 30px;
}

/* line 1086, ../sass/_news.scss */
.share {
  background-color: #99cb5a;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 0.7143em;
  line-height: 1.399972;
  margin-top: 10px;
  padding: 5px 10px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 1096, ../sass/_news.scss */
.share:before {
  background: url("../images/share-icon.png") 0 0 no-repeat;
  background-size: 12px;
  content: "";
  display: inline-block;
  height: 12px;
  margin-right: 5px;
  position: relative;
  top: 2px;
  width: 12px;
}

/* line 1109, ../sass/_news.scss */
.share-links {
  display: none;
  margin-top: 5px;
}

/* line 1115, ../sass/_news.scss */
.news-category a {
  background-color: #3c5896;
  color: #ffffff;
  display: inline-block;
  font-size: 0.8571em;
  line-height: 1.500075;
  margin: 2px;
  padding: 5px 10px;
  text-decoration: none;
  text-transform: uppercase;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
@media only screen and (min-width: 769px) {
  /* line 1115, ../sass/_news.scss */
  .news-category a {
    margin-bottom: 0;
  }
}

/* line 1132, ../sass/_news.scss */
#block-views-news-block-7,
#block-views-news-block-8,
#block-views-news-block-12 {
  background: #243140 url("../images/news-hero.png") 0 0 no-repeat;
  background-size: cover;
  display: block;
  margin-bottom: 0;
  padding: 30px;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  /* line 1132, ../sass/_news.scss */
  #block-views-news-block-7,
  #block-views-news-block-8,
  #block-views-news-block-12 {
    padding: 40px 60px 30px;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 1132, ../sass/_news.scss */
  #block-views-news-block-7,
  #block-views-news-block-8,
  #block-views-news-block-12 {
    padding: 60px 0;
  }
}
/* line 1148, ../sass/_news.scss */
#block-views-news-block-7 h2,
#block-views-news-block-8 h2,
#block-views-news-block-12 h2 {
  color: #ffffff;
  font: 100 2.14286rem/2.57143rem "AvenirNext-UltraLight", sans-serif;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 769px) {
  /* line 1148, ../sass/_news.scss */
  #block-views-news-block-7 h2,
  #block-views-news-block-8 h2,
  #block-views-news-block-12 h2 {
    font-size: 2.85em;
    line-height: 1.15;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 1148, ../sass/_news.scss */
  #block-views-news-block-7 h2,
  #block-views-news-block-8 h2,
  #block-views-news-block-12 h2 {
    font-size: 4.2em;
    line-height: 1.1;
  }
}
/* line 1175, ../sass/_news.scss */
#block-views-news-block-7 .view-display-id-block_7,
#block-views-news-block-8 .view-display-id-block_7,
#block-views-news-block-12 .view-display-id-block_7 {
  display: compact;
  max-height: 500px;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 1020px) {
  /* line 1183, ../sass/_news.scss */
  #block-views-news-block-7 .flickity-slider .views-row,
  #block-views-news-block-8 .flickity-slider .views-row,
  #block-views-news-block-12 .flickity-slider .views-row {
    max-height: 400px;
    max-width: 720px;
    overflow: hidden;
    padding: 0;
  }
}
/* line 1190, ../sass/_news.scss */
#block-views-news-block-7 .flickity-slider .views-row img,
#block-views-news-block-8 .flickity-slider .views-row img,
#block-views-news-block-12 .flickity-slider .views-row img {
  display: block;
}
/* line 1194, ../sass/_news.scss */
#block-views-news-block-7 .flickity-slider .views-row .views-field-field-header-image:before,
#block-views-news-block-8 .flickity-slider .views-row .views-field-field-header-image:before,
#block-views-news-block-12 .flickity-slider .views-row .views-field-field-header-image:before {
  background: rgba(60, 81, 99, 0.3);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 1205, ../sass/_news.scss */
#block-views-news-block-7 .flickity-slider .views-row .views-field-nothing,
#block-views-news-block-8 .flickity-slider .views-row .views-field-nothing,
#block-views-news-block-12 .flickity-slider .views-row .views-field-nothing {
  position: absolute;
  top: 45%;
  width: 100%;
  z-index: 5;
  -webkit-transform: translateY(-45%);
  -moz-transform: translateY(-45%);
  -ms-transform: translateY(-45%);
  transform: translateY(-45%);
}
/* line 1214, ../sass/_news.scss */
#block-views-news-block-7 .news-slide,
#block-views-news-block-8 .news-slide,
#block-views-news-block-12 .news-slide {
  margin: 0 auto;
  width: 75%;
}
/* line 1218, ../sass/_news.scss */
#block-views-news-block-7 .news-category,
#block-views-news-block-8 .news-category,
#block-views-news-block-12 .news-category {
  display: inline-block;
  margin: 1px 2px;
}
/* line 1221, ../sass/_news.scss */
#block-views-news-block-7 .news-category a,
#block-views-news-block-8 .news-category a,
#block-views-news-block-12 .news-category a {
  font-size: 0.71em;
  line-height: 1.399972;
  padding: 4px 8px;
}
@media only screen and (min-width: 769px) {
  /* line 1221, ../sass/_news.scss */
  #block-views-news-block-7 .news-category a,
  #block-views-news-block-8 .news-category a,
  #block-views-news-block-12 .news-category a {
    font-size: 1.14em;
    line-height: 1.24;
    padding: 5px 10px;
  }
}
/* line 1233, ../sass/_news.scss */
#block-views-news-block-7 .title a,
#block-views-news-block-8 .title a,
#block-views-news-block-12 .title a {
  color: #ffffff;
  display: block;
  font-family: "AvenirNext-DemiBold", sans-serif;
  font-size: 1.2857em;
  line-height: 1.33;
  text-transform: uppercase;
}
@media only screen and (min-width: 769px) {
  /* line 1233, ../sass/_news.scss */
  #block-views-news-block-7 .title a,
  #block-views-news-block-8 .title a,
  #block-views-news-block-12 .title a {
    font-size: 1.57em;
    line-height: 1.27;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 1233, ../sass/_news.scss */
  #block-views-news-block-7 .title a,
  #block-views-news-block-8 .title a,
  #block-views-news-block-12 .title a {
    font-size: 1.85em;
    line-height: 1.23;
  }
}
@media only screen and (max-width: 768px) {
  /* line 1233, ../sass/_news.scss */
  #block-views-news-block-7 .title a,
  #block-views-news-block-8 .title a,
  #block-views-news-block-12 .title a {
    font-size: 0.85em;
    line-height: 1.5;
  }
}
/* line 1256, ../sass/_news.scss */
#block-views-news-block-7 .author,
#block-views-news-block-8 .author,
#block-views-news-block-12 .author {
  color: #ffffff;
  font-size: 0.85;
  line-height: 1.5;
}
@media only screen and (min-width: 769px) {
  /* line 1256, ../sass/_news.scss */
  #block-views-news-block-7 .author,
  #block-views-news-block-8 .author,
  #block-views-news-block-12 .author {
    font-size: 1em;
    line-height: 1.42;
  }
}

/* line 1267, ../sass/_news.scss */
#block-views-page-gallery-page-gallery {
  max-width: 1400px;
  padding: 0 60px;
}
/* line 1270, ../sass/_news.scss */
#block-views-page-gallery-page-gallery h2 {
  font-size: 1.4286em;
  line-height: normal;
  margin: 0 0 15px;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  /* line 1270, ../sass/_news.scss */
  #block-views-page-gallery-page-gallery h2 {
    font-size: 1.71em;
    text-align: left;
  }
}
/* line 1282, ../sass/_news.scss */
#block-views-page-gallery-page-gallery .flickity-slider .views-row img {
  display: block;
  max-width: none;
  height: auto;
  width: auto;
  padding: 0 6px;
}
@media only screen and (min-width: 769px) {
  /* line 1291, ../sass/_news.scss */
  #block-views-page-gallery-page-gallery .flickity-prev-next-button.previous {
    left: -40px;
  }
}
@media only screen and (min-width: 769px) {
  /* line 1296, ../sass/_news.scss */
  #block-views-page-gallery-page-gallery .flickity-prev-next-button.next {
    right: -40px;
  }
}
/* line 1301, ../sass/_news.scss */
#block-views-page-gallery-page-gallery .flickity-prev-next-button .arrow {
  fill: #3c5896;
}

/* line 1307, ../sass/_news.scss */
#cboxTitle {
  bottom: 36px;
}

/* line 1311, ../sass/_news.scss */
.news-main-gallery,
.news-recipes-gallery,
.media-resources-main-gallery {
  max-width: 720px;
  margin: 0 auto;
}
@media only screen and (min-width: 1020px) {
  /* line 1311, ../sass/_news.scss */
  .news-main-gallery,
  .news-recipes-gallery,
  .media-resources-main-gallery {
    max-width: none;
  }
}
/* line 1319, ../sass/_news.scss */
.news-main-gallery .gallery-cell,
.news-recipes-gallery .gallery-cell,
.media-resources-main-gallery .gallery-cell {
  background-color: #e7ebf3;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 1020px) {
  /* line 1319, ../sass/_news.scss */
  .news-main-gallery .gallery-cell,
  .news-recipes-gallery .gallery-cell,
  .media-resources-main-gallery .gallery-cell {
    margin: 0 1%;
    opacity: 0.5;
    padding: 80px 20px;
    width: 50%;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 1331, ../sass/_news.scss */
  .news-main-gallery .gallery-cell.is-selected,
  .news-recipes-gallery .gallery-cell.is-selected,
  .media-resources-main-gallery .gallery-cell.is-selected {
    opacity: 1;
  }
}
/* line 1335, ../sass/_news.scss */
.news-main-gallery .gallery-cell.is-selected .views-field-nothing,
.news-recipes-gallery .gallery-cell.is-selected .views-field-nothing,
.media-resources-main-gallery .gallery-cell.is-selected .views-field-nothing {
  opacity: 1;
}
/* line 1339, ../sass/_news.scss */
.news-main-gallery .gallery-cell .views-field-nothing,
.news-recipes-gallery .gallery-cell .views-field-nothing,
.media-resources-main-gallery .gallery-cell .views-field-nothing {
  opacity: 0;
}
@media only screen and (min-width: 1020px) {
  /* line 1343, ../sass/_news.scss */
  .news-main-gallery .flickity-prev-next-button,
  .news-recipes-gallery .flickity-prev-next-button,
  .media-resources-main-gallery .flickity-prev-next-button {
    width: 60px;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 1347, ../sass/_news.scss */
  .news-main-gallery .flickity-prev-next-button.previous,
  .news-recipes-gallery .flickity-prev-next-button.previous,
  .media-resources-main-gallery .flickity-prev-next-button.previous {
    left: 40px;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 1352, ../sass/_news.scss */
  .news-main-gallery .flickity-prev-next-button.next,
  .news-recipes-gallery .flickity-prev-next-button.next,
  .media-resources-main-gallery .flickity-prev-next-button.next {
    right: 40px;
  }
}

/* line 1360, ../sass/_news.scss */
.page-news-media-resources {
  background: #e7ebf3;
}
/* line 1362, ../sass/_news.scss */
.page-news-media-resources .view-header h2 {
  background-color: #ffffff;
  font-size: 1.1429em;
  padding: 25px 0;
  text-align: center;
  margin: 0 0 30px 0;
}
/* line 1369, ../sass/_news.scss */
.page-news-media-resources .view-footer {
  text-align: center;
}
@media only screen and (min-width: 1020px) {
  /* line 1369, ../sass/_news.scss */
  .page-news-media-resources .view-footer {
    clear: both;
  }
}
/* line 1374, ../sass/_news.scss */
.page-news-media-resources .view-footer .btn {
  width: auto;
}
/* line 1378, ../sass/_news.scss */
.page-news-media-resources #content {
  padding: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 769px) {
  /* line 1378, ../sass/_news.scss */
  .page-news-media-resources #content {
    padding: 40px 60px;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 1378, ../sass/_news.scss */
  .page-news-media-resources #content {
    padding: 55px 0;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 1387, ../sass/_news.scss */
  .page-news-media-resources #content .views-row {
    float: left;
    margin-right: 4%;
    min-height: 610px;
    width: 46%;
  }
}

/* line 1398, ../sass/_news.scss */
.page-news-all-tgmg-news,
.page-news-all-health-news-around-the-nation,
.page-news-all-recipes {
  background: #e7ebf3;
}
@media only screen and (min-width: 1020px) {
  /* line 1402, ../sass/_news.scss */
  .page-news-all-tgmg-news #content,
  .page-news-all-health-news-around-the-nation #content,
  .page-news-all-recipes #content {
    padding: 55px 30px 55px 0;
  }
}

/* line 1410, ../sass/_news.scss */
.view-id-news .view-header {
  background: #ffffff;
  color: #3c5896;
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
}
/* line 1416, ../sass/_news.scss */
.view-id-news .view-header p {
  margin: 0;
}
/* line 1420, ../sass/_news.scss */
.view-id-news .view-content {
  padding: 30px;
}
/* line 75, ../sass/_mixins.scss */
.view-id-news .view-content:after {
  clear: both;
  content: '';
  display: table;
}
@media only screen and (min-width: 1020px) {
  /* line 1420, ../sass/_news.scss */
  .view-id-news .view-content {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 768px) {
  /* line 1420, ../sass/_news.scss */
  .view-id-news .view-content {
    padding: 10px;
  }
}

/* line 1433, ../sass/_news.scss */
.tgmg-news {
  background-color: #ffffff;
  margin: 0 auto 30px;
  max-width: 300px;
  text-align: left;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
@media only screen and (min-width: 769px) {
  /* line 1433, ../sass/_news.scss */
  .tgmg-news {
    float: left;
    margin: 1%;
    min-height: 675px;
    width: 48%;
  }
}
/* line 1454, ../sass/_news.scss */
.tgmg-news img {
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
}
/* line 1458, ../sass/_news.scss */
.tgmg-news .views-field-nothing {
  padding: 35px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 1462, ../sass/_news.scss */
.tgmg-news h1 {
  font-size: 1.57em;
  line-height: 1.27;
  margin: 0 0 30px;
}
/* line 1466, ../sass/_news.scss */
.tgmg-news h1 a {
  color: #3c5896;
}
/* line 1470, ../sass/_news.scss */
.tgmg-news .post-date {
  font-size: 1.1429em;
  font-weight: bold;
  line-height: 1.374948;
  margin-bottom: 30px;
}
/* line 1476, ../sass/_news.scss */
.tgmg-news .body {
  border-bottom: 1px solid #e7ebf3;
  margin-bottom: 25px;
  padding-bottom: 45px;
}
/* line 1481, ../sass/_news.scss */
.tgmg-news .view-footer {
  margin: 30px 0 0;
  text-align: center;
}
/* line 1484, ../sass/_news.scss */
.tgmg-news .view-footer p {
  margin: 0;
}
/* line 1487, ../sass/_news.scss */
.tgmg-news .view-footer .btn {
  font-size: 0.78em;
  margin: 0;
  padding: 12px 30px;
}

/* line 1495, ../sass/_news.scss */
.node-type-tgmg-news #block-views-news-block .views-field-body img {
  padding: 10px;
}

/* line 1499, ../sass/_news.scss */
.tgmg-recipe {
  background-color: #ffffff;
  margin: 0 auto 30px;
  max-width: 300px;
  text-align: left;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
@media only screen and (min-width: 769px) {
  /* line 1499, ../sass/_news.scss */
  .tgmg-recipe {
    float: left;
    margin: 1%;
    min-height: 675px;
    width: 48%;
  }
}
/* line 1520, ../sass/_news.scss */
.tgmg-recipe img {
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
}
/* line 1524, ../sass/_news.scss */
.tgmg-recipe .views-field-nothing {
  padding: 35px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 1528, ../sass/_news.scss */
.tgmg-recipe h1 {
  font-size: 1.57em;
  line-height: 1.27;
  margin: 0 0 30px;
}
/* line 1532, ../sass/_news.scss */
.tgmg-recipe h1 a {
  color: #3c5896;
}
/* line 1536, ../sass/_news.scss */
.tgmg-recipe .post-date {
  font-size: 1.14em;
  font-weight: bold;
  line-height: 1.37;
  margin-bottom: 30px;
}
/* line 1542, ../sass/_news.scss */
.tgmg-recipe .body {
  border-bottom: 1px solid #e7ebf3;
  margin-bottom: 25px;
  padding-bottom: 45px;
}
/* line 1547, ../sass/_news.scss */
.tgmg-recipe .view-footer {
  margin: 30px 0 0;
  text-align: center;
}
/* line 1550, ../sass/_news.scss */
.tgmg-recipe .view-footer p {
  margin: 0;
}
/* line 1553, ../sass/_news.scss */
.tgmg-recipe .view-footer .btn {
  font-size: 0.78em;
  margin: 0;
  padding: 12px 30px;
}

/* line 1561, ../sass/_news.scss */
#block-views-exp-news-page-3 {
  background: #ffffff;
  margin-bottom: 0;
  padding: 40px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 1567, ../sass/_news.scss */
#block-views-exp-news-page-3 form label,
#block-views-exp-news-page-3 form .description {
  display: none;
}
@media only screen and (min-width: 769px) {
  /* line 1571, ../sass/_news.scss */
  #block-views-exp-news-page-3 form .views-widget-filter-field_recipe_category_tid,
  #block-views-exp-news-page-3 form .views-widget-filter-field_tags_tid,
  #block-views-exp-news-page-3 form .views-widget-filter-uid {
    float: left;
    width: 32%;
  }
}
@media only screen and (min-width: 769px) {
  /* line 1579, ../sass/_news.scss */
  #block-views-exp-news-page-3 form .views-widget-filter-field_recipe_category_tid,
  #block-views-exp-news-page-3 form .views-widget-filter-field_tags_tid,
  #block-views-exp-news-page-3 form .views-widget-filter-title,
  #block-views-exp-news-page-3 form .views-widget-filter-combine {
    margin-right: 2%;
  }
}
@media only screen and (min-width: 769px) {
  /* line 1587, ../sass/_news.scss */
  #block-views-exp-news-page-3 form .views-widget-filter-title,
  #block-views-exp-news-page-3 form .views-widget-filter-combine {
    width: 66%;
  }
}

/* line 1596, ../sass/_news.scss */
.view-display-id-page_3 {
  padding: 45px 0 0;
}

/* line 1601, ../sass/_news.scss */
#block-views-youtube-video-page-block-1 {
  margin-bottom: 0;
  padding: 45px 0 0;
}
@media only screen and (min-width: 769px) {
  /* line 1602, ../sass/_news.scss */
  #block-views-youtube-video-page-block-1 .view-content {
    text-align: center;
  }
  /* line 75, ../sass/_mixins.scss */
  #block-views-youtube-video-page-block-1 .view-content:after {
    clear: both;
    content: '';
    display: table;
  }
}
/* line 1610, ../sass/_news.scss */
#block-views-youtube-video-page-block-1 h2.block-title {
  background-color: #ffffff;
  font-size: 1.1429em;
  padding: 25px 0;
  text-align: center;
  margin-bottom: 50px;
}
/* line 1617, ../sass/_news.scss */
#block-views-youtube-video-page-block-1 .video-youtube-newspage {
  display: none;
  max-width: 300px;
  position: relative;
  height: auto;
}
/* line 1622, ../sass/_news.scss */
#block-views-youtube-video-page-block-1 .video-youtube-newspage.views-row-first {
  display: block;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  /* line 1622, ../sass/_news.scss */
  #block-views-youtube-video-page-block-1 .video-youtube-newspage.views-row-first {
    margin: 0 3% 1.5em 0;
    display: inline-block;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 1622, ../sass/_news.scss */
  #block-views-youtube-video-page-block-1 .video-youtube-newspage.views-row-first {
    margin: 0 3% 1.5em 0;
    display: inline-block;
  }
}
@media only screen and (min-width: 1380px) {
  /* line 1622, ../sass/_news.scss */
  #block-views-youtube-video-page-block-1 .video-youtube-newspage.views-row-first {
    display: inline-block;
  }
}
@media only screen and (min-width: 769px) {
  /* line 1637, ../sass/_news.scss */
  #block-views-youtube-video-page-block-1 .video-youtube-newspage.views-row-3 {
    display: none;
  }
}
@media only screen and (min-width: 1380px) {
  /* line 1637, ../sass/_news.scss */
  #block-views-youtube-video-page-block-1 .video-youtube-newspage.views-row-3 {
    display: inline-block;
  }
}
@media only screen and (min-width: 769px) {
  /* line 1617, ../sass/_news.scss */
  #block-views-youtube-video-page-block-1 .video-youtube-newspage {
    display: inline-block;
    width: 30%;
    margin: 0 3% 1.5em 0;
  }
}
/* line 1651, ../sass/_news.scss */
#block-views-youtube-video-page-block-1 .views-field-title {
  position: absolute;
  bottom: .5em;
  padding: .5em .5em .5em 1em;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 0 0 5px 5px;
  right: 0;
  left: 0;
  z-index: 1;
}
/* line 1660, ../sass/_news.scss */
#block-views-youtube-video-page-block-1 .views-field-title h3 {
  margin: 0;
}
/* line 1664, ../sass/_news.scss */
#block-views-youtube-video-page-block-1 img {
  border-radius: 5px;
}
/* line 1667, ../sass/_news.scss */
#block-views-youtube-video-page-block-1 .view-footer {
  text-align: center;
}
/* line 1669, ../sass/_news.scss */
#block-views-youtube-video-page-block-1 .view-footer .btn {
  width: auto;
}

/* line 1676, ../sass/_news.scss */
#block-views-youtube-video-page-block-2 {
  margin-bottom: 0;
  padding: 45px 0 0;
}
@media only screen and (min-width: 769px) {
  /* line 1677, ../sass/_news.scss */
  #block-views-youtube-video-page-block-2 .view-content {
    text-align: center;
  }
  /* line 75, ../sass/_mixins.scss */
  #block-views-youtube-video-page-block-2 .view-content:after {
    clear: both;
    content: '';
    display: table;
  }
}
/* line 1685, ../sass/_news.scss */
#block-views-youtube-video-page-block-2 h2.block-title {
  background-color: #ffffff;
  font-size: 1.1429em;
  padding: 25px 0;
  text-align: center;
  margin-bottom: 50px;
}
/* line 1692, ../sass/_news.scss */
#block-views-youtube-video-page-block-2 .video-youtube-newspage {
  display: block;
  max-width: 300px;
  position: relative;
  height: auto;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  /* line 1692, ../sass/_news.scss */
  #block-views-youtube-video-page-block-2 .video-youtube-newspage {
    display: inline-block;
    margin: 0 3% 1.5em 0;
  }
}
/* line 1703, ../sass/_news.scss */
#block-views-youtube-video-page-block-2 .views-field-title {
  position: absolute;
  bottom: .5em;
  padding: .5em .5em .5em 1em;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 0 0 5px 5px;
  right: 0;
  left: 0;
  z-index: 1;
}
/* line 1712, ../sass/_news.scss */
#block-views-youtube-video-page-block-2 .views-field-title h3 {
  margin: 0;
}
/* line 1716, ../sass/_news.scss */
#block-views-youtube-video-page-block-2 img {
  border-radius: 5px;
}
/* line 1719, ../sass/_news.scss */
#block-views-youtube-video-page-block-2 .view-footer {
  text-align: center;
}
/* line 1721, ../sass/_news.scss */
#block-views-youtube-video-page-block-2 .view-footer .btn {
  width: auto;
}

/* line 1729, ../sass/_news.scss */
#block-block-381 {
  color: #ffffff;
  margin: 0;
  overflow: hidden;
  position: relative;
  text-align: center;
  max-height: 200px;
}
@media only screen and (min-width: 1020px) {
  /* line 1729, ../sass/_news.scss */
  #block-block-381 {
    max-height: 290px;
  }
}
/* line 1739, ../sass/_news.scss */
#block-block-381:before {
  background-color: rgba(60, 81, 99, 0.6);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 1749, ../sass/_news.scss */
#block-block-381 img {
  display: block;
  width: 100%;
}
/* line 1753, ../sass/_news.scss */
#block-block-381 p {
  margin: 0;
}
/* line 1756, ../sass/_news.scss */
#block-block-381 h1 {
  color: #ffffff;
  font-family: "AvenirNext-UltraLight", sans-serif;
  font-size: 1.7143em;
  font-weight: bold;
  line-height: 1.249990;
  letter-spacing: 2px;
  margin: 0;
  position: absolute;
  text-transform: uppercase;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (min-width: 769px) {
  /* line 1756, ../sass/_news.scss */
  #block-block-381 h1 {
    font-size: 2.57em;
    font-weight: normal;
    line-height: 1.11;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 1756, ../sass/_news.scss */
  #block-block-381 h1 {
    font-size: 4.28em;
    line-height: 1.1;
  }
}

/* line 1783, ../sass/_news.scss */
body.page-node-86471 #content {
  padding: 0;
}
/* line 1786, ../sass/_news.scss */
body.page-node-86471 #block-block-111 {
  display: none;
}
/* line 1791, ../sass/_news.scss */
body.page-node-86471 .quicktabs-wrapper {
  width: 100%;
}
/* line 1793, ../sass/_news.scss */
body.page-node-86471 .quicktabs-wrapper .quicktabs-tabs {
  background: #778ab5;
  margin: 0;
  padding: 0;
  text-align: center;
}
/* line 1798, ../sass/_news.scss */
body.page-node-86471 .quicktabs-wrapper .quicktabs-tabs ul {
  margin: 0;
  padding: 0;
}
/* line 1803, ../sass/_news.scss */
body.page-node-86471 .quicktabs-wrapper .quicktabs-tabs #quicktabs-tab-multimedia_library-0:after {
  content: '\f1c8';
  font-family: "FontAwesome";
  display: block;
  box-sizing: border-box;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  font-size: 1.6em;
  line-height: 1.78;
  text-indent: 0;
}
@media only screen and (min-width: 769px) {
  /* line 1803, ../sass/_news.scss */
  body.page-node-86471 .quicktabs-wrapper .quicktabs-tabs #quicktabs-tab-multimedia_library-0:after {
    content: normal;
  }
}
/* line 1823, ../sass/_news.scss */
body.page-node-86471 .quicktabs-wrapper .quicktabs-tabs #quicktabs-tab-multimedia_library-1:after {
  content: '\f1c5';
  font-family: "FontAwesome";
  display: block;
  box-sizing: border-box;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  font-size: 1.6em;
  line-height: 1.78;
  text-indent: 0;
}
@media only screen and (min-width: 769px) {
  /* line 1823, ../sass/_news.scss */
  body.page-node-86471 .quicktabs-wrapper .quicktabs-tabs #quicktabs-tab-multimedia_library-1:after {
    content: normal;
  }
}
/* line 1843, ../sass/_news.scss */
body.page-node-86471 .quicktabs-wrapper .quicktabs-tabs #quicktabs-tab-multimedia_library-2:after {
  content: '\f25c';
  font-family: "FontAwesome";
  display: block;
  box-sizing: border-box;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  font-size: 1.6em;
  line-height: 1.78;
  text-indent: 0;
}
@media only screen and (min-width: 769px) {
  /* line 1843, ../sass/_news.scss */
  body.page-node-86471 .quicktabs-wrapper .quicktabs-tabs #quicktabs-tab-multimedia_library-2:after {
    content: normal;
  }
}
/* line 1863, ../sass/_news.scss */
body.page-node-86471 .quicktabs-wrapper .quicktabs-tabs li.active #quicktabs-tab-multimedia_library-0:after {
  color: #3c5896;
}
/* line 1866, ../sass/_news.scss */
body.page-node-86471 .quicktabs-wrapper .quicktabs-tabs li.active #quicktabs-tab-multimedia_library-1:after {
  color: #3c5896;
}
/* line 1869, ../sass/_news.scss */
body.page-node-86471 .quicktabs-wrapper .quicktabs-tabs li.active #quicktabs-tab-multimedia_library-2:after {
  color: #3c5896;
}
/* line 1873, ../sass/_news.scss */
body.page-node-86471 .quicktabs-wrapper .quicktabs-tabs a {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 12px 6px;
  border-radius: 100%;
  border: 2px solid #ffffff;
  text-indent: -999em;
}
@media only screen and (min-width: 769px) {
  /* line 1873, ../sass/_news.scss */
  body.page-node-86471 .quicktabs-wrapper .quicktabs-tabs a {
    font-family: "AvenirNext-Regular", sans-serif;
    width: auto;
    height: auto;
    text-indent: 0;
  }
}
@media only screen and (min-width: 769px) {
  /* line 1873, ../sass/_news.scss */
  body.page-node-86471 .quicktabs-wrapper .quicktabs-tabs a {
    background: transparent;
    color: #ffffff;
    padding: 8px 32px 6px 32px;
    margin: 18px 12px 24px 12px;
    font-size: 1em;
    line-height: 1em;
    font-weight: 600;
    display: inline-block;
    border-radius: 20px;
  }
  /* line 1898, ../sass/_news.scss */
  body.page-node-86471 .quicktabs-wrapper .quicktabs-tabs a:hover {
    background: #ffffff;
    color: #3c5896;
  }
}
/* line 1906, ../sass/_news.scss */
body.page-node-86471 .quicktabs-wrapper .quicktabs-tabs li.active a {
  background: #ffffff;
  color: #3c5896;
}
@media only screen and (min-width: 769px) {
  /* line 1910, ../sass/_news.scss */
  body.page-node-86471 .quicktabs-wrapper .quicktabs-tabs li.active a:after {
    font-family: "FontAwesome";
    content: '\f0d8';
    color: #ffffff;
    font-size: 3.57em;
    position: absolute;
    margin-left: -40px;
    margin-top: 33px;
  }
}
/* line 1924, ../sass/_news.scss */
body.page-node-86471 .quicktabs-wrapper .view-header {
  margin: 12px;
  font-size: 0.9em;
}
@media only screen and (min-width: 1020px) {
  /* line 1924, ../sass/_news.scss */
  body.page-node-86471 .quicktabs-wrapper .view-header {
    margin: 24px 12px;
  }
}
/* line 1931, ../sass/_news.scss */
body.page-node-86471 .quicktabs-wrapper .quicktabs_main {
  max-width: 990px;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (min-width: 1020px) {
  /* line 1931, ../sass/_news.scss */
  body.page-node-86471 .quicktabs-wrapper .quicktabs_main {
    text-align: left;
  }
}
/* line 1938, ../sass/_news.scss */
body.page-node-86471 .quicktabs-wrapper .quicktabs_main .views-row {
  display: inline-block;
  width: 270px;
  padding: 6px;
  box-sizing: border-box;
  text-align: center;
  margin: 0 0 12px 0;
  vertical-align: top;
}
@media only screen and (min-width: 769px) {
  /* line 1938, ../sass/_news.scss */
  body.page-node-86471 .quicktabs-wrapper .quicktabs_main .views-row {
    width: 300px;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 1938, ../sass/_news.scss */
  body.page-node-86471 .quicktabs-wrapper .quicktabs_main .views-row {
    width: 33%;
  }
}
/* line 1952, ../sass/_news.scss */
body.page-node-86471 .quicktabs-wrapper .quicktabs_main .views-row .views-field-nothing {
  display: block;
  line-height: 0;
  margin: 0;
}
/* line 1956, ../sass/_news.scss */
body.page-node-86471 .quicktabs-wrapper .quicktabs_main .views-row .views-field-nothing img {
  border-radius: 6px;
}
/* line 1959, ../sass/_news.scss */
body.page-node-86471 .quicktabs-wrapper .quicktabs_main .views-row .views-field-nothing a {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 5em;
  font-weight: 600;
  top: -80px;
  margin-top: -70px;
}
/* line 1967, ../sass/_news.scss */
body.page-node-86471 .quicktabs-wrapper .quicktabs_main .views-row .views-field-nothing a:hover {
  color: #99cb5a;
}
/* line 1972, ../sass/_news.scss */
body.page-node-86471 .quicktabs-wrapper .quicktabs_main .views-row .video-trigger {
  position: relative;
  z-index: 2;
  background: #ffffff;
  top: -200px;
}
/* line 1979, ../sass/_news.scss */
body.page-node-86471 .quicktabs-wrapper .quicktabs_main .views-row .views-field-title h2 {
  margin: 12px 4px 6px 4px;
  font-size: 1.3em;
  line-height: 1.2em;
}
/* line 1986, ../sass/_news.scss */
body.page-node-86471 .quicktabs-wrapper .quicktabs_main .views-row .views-field-body p {
  margin: 6px;
  line-height: 1.3em;
}

/* line 3, ../sass/_theme-services.scss */
.node-type-service #block-views-basic-page-block,
.node-type-service-sub-page #block-views-basic-page-block {
  z-index: 10;
}
/* line 6, ../sass/_theme-services.scss */
.node-type-service #block-views-news-block-3,
.node-type-service #block-views-news-block-9,
.node-type-service-sub-page #block-views-news-block-3,
.node-type-service-sub-page #block-views-news-block-9 {
  padding: 0;
}

@media only screen and (min-width: 1020px) {
  /* line 13, ../sass/_theme-services.scss */
  .page-services #content {
    padding: 55px 60px;
  }
}

/* line 20, ../sass/_theme-services.scss */
#block-block-191 {
  color: #ffffff;
  margin: 0;
  text-align: center;
}
/* line 24, ../sass/_theme-services.scss */
#block-block-191:before {
  background-color: rgba(60, 81, 99, 0.6);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
/* line 35, ../sass/_theme-services.scss */
#block-block-191 p {
  margin: 0;
}
/* line 37, ../sass/_theme-services.scss */
#block-block-191 p img {
  display: block;
}
/* line 41, ../sass/_theme-services.scss */
#block-block-191 h1 {
  color: #ffffff;
  font-family: "AvenirNext-UltraLight", sans-serif;
  font-size: 2.1429em;
  line-height: 1.199976;
  letter-spacing: 2px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 50%;
  width: 100%;
  z-index: 15;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (min-width: 769px) {
  /* line 41, ../sass/_theme-services.scss */
  #block-block-191 h1 {
    font-size: 2.85em;
    line-height: 1.15;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 41, ../sass/_theme-services.scss */
  #block-block-191 h1 {
    font-size: 4.285em;
    line-height: 1.1;
  }
}

/* line 67, ../sass/_theme-services.scss */
#specialty-menu-close {
  background: url(../images/close-icon.png) 0 0 no-repeat;
  background-size: 25px;
  cursor: pointer;
  height: 25px;
  opacity: 0.5;
  position: absolute;
  right: 8.4%;
  text-indent: -9999px;
  top: 27px;
  width: 25px;
}

/* line 80, ../sass/_theme-services.scss */
#block-menu-block-4old {
  display: none;
  background: rgba(255, 255, 255, 0.95);
  font-size: 0.8571em;
  left: 0;
  line-height: 1.500075;
  margin: 0;
  padding: 70px 30px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 50;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 95, ../sass/_theme-services.scss */
#block-menu-block-4old .menu-block-wrapper ul {
  margin: 0;
  padding: 0;
}
/* line 98, ../sass/_theme-services.scss */
#block-menu-block-4old .menu-block-wrapper ul li {
  list-style-image: none;
  list-style-type: none;
}
/* line 101, ../sass/_theme-services.scss */
#block-menu-block-4old .menu-block-wrapper ul li a {
  display: block;
  font: normal 1.07143rem/1.5rem "AvenirNext-Medium", sans-serif;
  padding: 10px 0;
  text-transform: uppercase;
}
@media only screen and (min-width: 769px) {
  /* line 101, ../sass/_theme-services.scss */
  #block-menu-block-4old .menu-block-wrapper ul li a {
    font-size: 1.7143em;
    line-height: 1.24;
    padding: 20px 0;
  }
}

/* line 117, ../sass/_theme-services.scss */
#block-views-basic-page-block-3 {
  margin-bottom: 0;
}
/* line 119, ../sass/_theme-services.scss */
#block-views-basic-page-block-3 .views-row {
  position: relative;
}
/* line 125, ../sass/_theme-services.scss */
#block-views-basic-page-block-3 .views-field-title {
  color: #ffffff;
  font: 100 2.14286rem/2.57143rem "AvenirNext-UltraLight", sans-serif;
  letter-spacing: 2px;
  padding: 0 20px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 50%;
  width: 100%;
  z-index: 15;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (min-width: 769px) {
  /* line 125, ../sass/_theme-services.scss */
  #block-views-basic-page-block-3 .views-field-title {
    font-size: 2.85em;
    line-height: 1.15;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 125, ../sass/_theme-services.scss */
  #block-views-basic-page-block-3 .views-field-title {
    font-size: 4.28em;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 768px) {
  /* line 125, ../sass/_theme-services.scss */
  #block-views-basic-page-block-3 .views-field-title {
    font: 100 1.28571rem/2.57143rem "AvenirNext-UltraLight", sans-serif;
    word-wrap: break-word;
  }
}
/* line 150, ../sass/_theme-services.scss */
#block-views-basic-page-block-3 .views-field-title a {
  background: #99cb5a;
  color: #ffffff;
  display: none;
  font: normal 0.71429rem/1.14286rem "AvenirNext-Regular", sans-serif;
  letter-spacing: 2px;
  margin: 0 auto;
  padding: 8px 15px;
  width: 180px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 160, ../sass/_theme-services.scss */
#block-views-basic-page-block-3 .views-field-title a:after {
  background: url("../images/caret-down-icon-white.png") 0 0 no-repeat;
  background-size: 11px;
  content: "";
  display: inline-block;
  height: 12px;
  margin-left: 10px;
  width: 15px;
  vertical-align: middle;
}
/* line 75, ../sass/_mixins.scss */
#block-views-basic-page-block-3 .views-field-field-header-image:after,
#block-views-basic-page-block-3 .views-field-field-primary-image:after {
  clear: both;
  content: '';
  display: table;
}
/* line 184, ../sass/_theme-services.scss */
#block-views-basic-page-block-3 .views-field-field-header-image .field-content:before,
#block-views-basic-page-block-3 .views-field-field-primary-image .field-content:before {
  background-color: rgba(60, 81, 99, 0.6);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 195, ../sass/_theme-services.scss */
#block-views-basic-page-block-3 .views-field-field-header-image img,
#block-views-basic-page-block-3 .views-field-field-primary-image img {
  display: block;
}

/* line 202, ../sass/_theme-services.scss */
#block-block-111 {
  float: left;
  font-size: 0.9286em;
  font-weight: 100;
  letter-spacing: 1px;
  line-height: 2.615304;
  margin-bottom: 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 50%;
  z-index: 10;
}
@media only screen and (min-width: 769px) {
  /* line 202, ../sass/_theme-services.scss */
  #block-block-111 {
    line-height: 2.42857rem;
    width: 20%;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 202, ../sass/_theme-services.scss */
  #block-block-111 {
    display: none;
  }
}
/* line 221, ../sass/_theme-services.scss */
#block-block-111 a {
  background: #17295b;
  color: #ffffff;
  display: block;
  padding: 15px;
}
/* line 226, ../sass/_theme-services.scss */
#block-block-111 a:before {
  background: url("../images/menu-toggle-white.png") 0 0 no-repeat;
  background-size: 25px;
  content: "";
  display: inline-block;
  height: 15px;
  margin-right: 10px;
  vertical-align: middle;
  width: 25px;
}
/* line 237, ../sass/_theme-services.scss */
#block-block-111 .contextual-links-wrapper {
  display: none;
}

/* line 242, ../sass/_theme-services.scss */
#block-menu-block-3old {
  background: #17295b;
  color: #ffffff;
  display: none;
  margin-bottom: 0;
  margin-top: 60px;
  position: absolute;
  width: 100%;
  z-index: 5;
}
@media only screen and (min-width: 769px) {
  /* line 242, ../sass/_theme-services.scss */
  #block-menu-block-3old {
    margin-top: 64px;
  }
}
/* line 255, ../sass/_theme-services.scss */
#block-menu-block-3old h2 a {
  display: block;
  font-size: 0.857em;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1.5;
  padding: 1.5;
  text-align: center;
}
/* line 263, ../sass/_theme-services.scss */
#block-menu-block-3old h2 a:hover {
  background: #99cb5a;
  color: #ffffff;
}
/* line 269, ../sass/_theme-services.scss */
#block-menu-block-3old .menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
/* line 275, ../sass/_theme-services.scss */
#block-menu-block-3old .menu li a {
  border-top: 1px solid #2e4578;
  color: #ffffff;
  display: block;
  font-size: 0.85em;
  line-height: 1.5;
  padding: 20px;
  text-transform: uppercase;
}
/* line 283, ../sass/_theme-services.scss */
#block-menu-block-3old .menu li a:hover, #block-menu-block-3old .menu li a.active {
  background: #99cb5a;
}

/* line 292, ../sass/_theme-services.scss */
#block-multiblock-1 {
  background: #3e5163;
  color: #ffffff;
  text-align: center;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 297, ../sass/_theme-services.scss */
#block-multiblock-1 article {
  padding: 30px;
}
/* line 300, ../sass/_theme-services.scss */
#block-multiblock-1 h2 {
  border-bottom: 1px solid #657482;
  color: #ffffff;
  font-size: 1em;
  line-height: 1.42;
  padding: 0 0 20px;
}
/* line 307, ../sass/_theme-services.scss */
#block-multiblock-1 p {
  margin: 20px 0;
}
/* line 311, ../sass/_theme-services.scss */
#block-multiblock-1 form .form-item {
  margin-bottom: 15px;
}
@media only screen and (min-width: 1020px) {
  /* line 311, ../sass/_theme-services.scss */
  #block-multiblock-1 form .form-item {
    display: block;
    float: none;
    width: 100%;
  }
}
/* line 318, ../sass/_theme-services.scss */
#block-multiblock-1 form .form-item.webform-component-email {
  margin: 0 auto 30px;
  width: 100%;
}
/* line 322, ../sass/_theme-services.scss */
#block-multiblock-1 form .form-item label {
  color: #ffffff;
}
/* line 325, ../sass/_theme-services.scss */
#block-multiblock-1 form .form-item .form-type-checkbox {
  float: none;
  margin-bottom: 0;
  text-align: left;
}
@media only screen and (min-width: 769px) {
  /* line 325, ../sass/_theme-services.scss */
  #block-multiblock-1 form .form-item .form-type-checkbox {
    display: inline-block;
    text-align: center;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 325, ../sass/_theme-services.scss */
  #block-multiblock-1 form .form-item .form-type-checkbox {
    display: block;
    text-align: left;
  }
}
/* line 339, ../sass/_theme-services.scss */
#block-multiblock-1 form input,
#block-multiblock-1 form textarea {
  font-size: 1em;
  line-height: 1.42;
}
/* line 344, ../sass/_theme-services.scss */
#block-multiblock-1 form input[type="submit"] {
  background: transparent;
  border: 1px solid #ffffff;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 351, ../sass/_theme-services.scss */
#block-multiblock-1 .webform-component-checkboxes label {
  font-size: 0.857em;
  line-height: 1;
}

/* line 359, ../sass/_theme-services.scss */
#block-views-services-block,
.view-services {
  text-align: center;
}
/* line 362, ../sass/_theme-services.scss */
#block-views-services-block .view-filters,
.view-services .view-filters {
  background: #e7ebf3;
  margin-bottom: 30px;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 367, ../sass/_theme-services.scss */
#block-views-services-block .view-filters form,
.view-services .view-filters form {
  position: relative;
}
/* line 370, ../sass/_theme-services.scss */
#block-views-services-block .view-filters .views-exposed-widgets,
.view-services .view-filters .views-exposed-widgets {
  margin-bottom: 0;
}
/* line 374, ../sass/_theme-services.scss */
#block-views-services-block .views-widget-filter-title,
.view-services .views-widget-filter-title {
  padding: 0;
}
@media only screen and (min-width: 769px) {
  /* line 374, ../sass/_theme-services.scss */
  #block-views-services-block .views-widget-filter-title,
  .view-services .views-widget-filter-title {
    width: 80%;
  }
}
/* line 379, ../sass/_theme-services.scss */
#block-views-services-block .views-widget-filter-title input,
.view-services .views-widget-filter-title input {
  background: #ffffff;
}
/* line 384, ../sass/_theme-services.scss */
#block-views-services-block .views-exposed-widget.views-reset-button,
.view-services .views-exposed-widget.views-reset-button {
  margin: 0 auto;
  padding-bottom: 0;
  width: 100%;
}
@media only screen and (min-width: 769px) {
  /* line 384, ../sass/_theme-services.scss */
  #block-views-services-block .views-exposed-widget.views-reset-button,
  .view-services .views-exposed-widget.views-reset-button {
    float: right;
    padding: 0;
    width: auto;
  }
}
/* line 394, ../sass/_theme-services.scss */
#block-views-services-block .views-exposed-widget.views-submit-button,
.view-services .views-exposed-widget.views-submit-button {
  padding: 0;
  position: absolute;
  right: 20px;
  top: 8px;
}
@media only screen and (min-width: 769px) {
  /* line 394, ../sass/_theme-services.scss */
  #block-views-services-block .views-exposed-widget.views-submit-button,
  .view-services .views-exposed-widget.views-submit-button {
    right: 24%;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 394, ../sass/_theme-services.scss */
  #block-views-services-block .views-exposed-widget.views-submit-button,
  .view-services .views-exposed-widget.views-submit-button {
    right: 22%;
  }
}
/* line 405, ../sass/_theme-services.scss */
#block-views-services-block .views-exposed-widget.views-submit-button input,
.view-services .views-exposed-widget.views-submit-button input {
  background: transparent url("../images/search-icon.png") 0 0 no-repeat;
  background-size: 20px;
  border: none;
  color: #3c5896;
  font-family: "FontAwesome";
  height: 20px;
  opacity: 0.5;
  padding: 0;
  text-indent: -9999px;
  text-transform: none;
  width: 20px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 422, ../sass/_theme-services.scss */
#block-views-services-block .views-row,
.view-services .views-row {
  margin: 0 auto 15px;
  position: relative;
  width: 300px;
}
@media only screen and (min-width: 769px) {
  /* line 422, ../sass/_theme-services.scss */
  #block-views-services-block .views-row,
  .view-services .views-row {
    display: inline-block;
    margin: 5px;
    vertical-align: top;
  }
}
/* line 432, ../sass/_theme-services.scss */
#block-views-services-block .views-row .views-field-field-header-image:before,
.view-services .views-row .views-field-field-header-image:before {
  background-color: rgba(60, 81, 99, 0.6);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
/* line 443, ../sass/_theme-services.scss */
#block-views-services-block .views-row .views-field-field-header-image img,
.view-services .views-row .views-field-field-header-image img {
  display: block;
}
/* line 448, ../sass/_theme-services.scss */
#block-views-services-block .views-field-title,
#block-views-services-block .views-field-view-node,
.view-services .views-field-title,
.view-services .views-field-view-node {
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 15;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 455, ../sass/_theme-services.scss */
#block-views-services-block .views-field-title a,
#block-views-services-block .views-field-view-node a,
.view-services .views-field-title a,
.view-services .views-field-view-node a {
  color: #ffffff;
  letter-spacing: 1px;
  text-transform: uppercase;
}
/* line 461, ../sass/_theme-services.scss */
#block-views-services-block .title,
.view-services .title {
  font-size: 1.28em;
  line-height: 1.33;
}
/* line 466, ../sass/_theme-services.scss */
#block-views-services-block .learn-more a,
.view-services .learn-more a {
  font-size: 0.857em;
  line-height: 1.5;
}

/* line 2, ../sass/_theme-physicians.scss */
.node-type-physician #main {
  background: #e7ebf3;
  color: #3e5163;
}
/* line 7, ../sass/_theme-physicians.scss */
.node-type-physician .region-subfooter .block {
  display: none;
  margin-bottom: 0;
}
/* line 10, ../sass/_theme-physicians.scss */
.node-type-physician .region-subfooter .block.active {
  display: block;
}
/* line 13, ../sass/_theme-physicians.scss */
.node-type-physician .region-subfooter .block#block-views-physicians-block-1 .view-content {
  display: none;
}
/* line 16, ../sass/_theme-physicians.scss */
.node-type-physician .region-subfooter .block#block-views-physicians-block-1 .attachment .view-content {
  display: block;
}

/* line 26, ../sass/_theme-physicians.scss */
.page-physician-finder #content {
  padding: 55px 30px;
}
/* line 30, ../sass/_theme-physicians.scss */
.page-physician-finder .find-doctor-gender-wrapper {
  position: absolute;
  z-index: -1;
}

/* line 38, ../sass/_theme-physicians.scss */
#block-views-physicians-block {
  margin-bottom: 0;
}
/* line 75, ../sass/_mixins.scss */
#block-views-physicians-block .views-row:after {
  clear: both;
  content: '';
  display: table;
}
@media only screen and (min-width: 1020px) {
  /* line 43, ../sass/_theme-physicians.scss */
  #block-views-physicians-block .view-header {
    padding-right: 40px;
  }
}
/* line 47, ../sass/_theme-physicians.scss */
#block-views-physicians-block .view-header p {
  text-align: center;
}
@media only screen and (min-width: 1020px) {
  /* line 47, ../sass/_theme-physicians.scss */
  #block-views-physicians-block .view-header p {
    margin-bottom: 0;
    text-align: right;
  }
}
@media only screen and (min-width: 769px) {
  /* line 53, ../sass/_theme-physicians.scss */
  #block-views-physicians-block .view-header p br {
    display: none;
  }
}
/* line 59, ../sass/_theme-physicians.scss */
#block-views-physicians-block .view-header .btn {
  font: normal 0.78571rem/1.21429rem "AvenirNext-DemiBold", sans-serif;
  letter-spacing: 1px;
  margin: 0 auto 15px;
  padding: 12px 35px;
}
@media only screen and (min-width: 769px) {
  /* line 59, ../sass/_theme-physicians.scss */
  #block-views-physicians-block .view-header .btn {
    display: inline-block;
    margin: 0 5px;
    vertical-align: top;
  }
}
/* line 69, ../sass/_theme-physicians.scss */
#block-views-physicians-block .view-header .btn:last-child {
  margin-bottom: 0;
}
/* line 74, ../sass/_theme-physicians.scss */
#block-views-physicians-block .view-content {
  padding: 0 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 769px) {
  /* line 74, ../sass/_theme-physicians.scss */
  #block-views-physicians-block .view-content {
    padding: 0 40px 10px;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 74, ../sass/_theme-physicians.scss */
  #block-views-physicians-block .view-content {
    float: left;
    width: 100%;
  }
}
/* line 85, ../sass/_theme-physicians.scss */
#block-views-physicians-block .views-label {
  color: #3e5163;
  background: #e7ebf3;
  display: block;
  font: 1.14286rem/1.42857rem "AvenirNext-DemiBold", sans-serif;
  margin: 15px 0 5px;
  text-transform: uppercase;
}
@media only screen and (min-width: 769px) {
  /* line 85, ../sass/_theme-physicians.scss */
  #block-views-physicians-block .views-label {
    font-size: 1.286em;
    line-height: 1.22;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 85, ../sass/_theme-physicians.scss */
  #block-views-physicians-block .views-label {
    font-size: 1.429em;
    line-height: 1.20;
  }
}
/* line 101, ../sass/_theme-physicians.scss */
#block-views-physicians-block .views-field-field-primary-image {
  text-align: center;
}
@media only screen and (min-width: 769px) {
  /* line 101, ../sass/_theme-physicians.scss */
  #block-views-physicians-block .views-field-field-primary-image {
    float: left;
    margin-bottom: 30px;
    margin-right: 2%;
    text-align: left;
    width: 25%;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 101, ../sass/_theme-physicians.scss */
  #block-views-physicians-block .views-field-field-primary-image {
    width: 20%;
  }
}
/* line 113, ../sass/_theme-physicians.scss */
#block-views-physicians-block .views-field-field-primary-image img {
  border-radius: 5px;
}
/* line 117, ../sass/_theme-physicians.scss */
#block-views-physicians-block .views-field-title {
  border-bottom: 1px solid #dadee5;
  color: #3e5163;
  background: #e7ebf3;
  font: 1.28571rem/1.71429rem "AvenirNext-DemiBold", sans-serif;
  margin: 15px 0;
  padding-bottom: 15px;
  text-transform: uppercase;
}
/* line 118, ../sass/_theme-physicians.scss */
#block-views-physicians-block .views-field-title h1 {
  font-size: inherit;
  margin: 0;
  color: inherit;
  font-weight: bold;
}
@media only screen and (min-width: 769px) {
  /* line 117, ../sass/_theme-physicians.scss */
  #block-views-physicians-block .views-field-title {
    float: left;
    font-size: 1.714em;
    line-height: 1.25;
    margin-bottom: 0;
    padding-bottom: 8px;
    width: 73%;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 117, ../sass/_theme-physicians.scss */
  #block-views-physicians-block .views-field-title {
    font-size: 2.571em;
    line-height: 1.17;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    width: 78%;
  }
}
@media only screen and (min-width: 769px) {
  /* line 148, ../sass/_theme-physicians.scss */
  #block-views-physicians-block .views-field-field-primary-specialty {
    float: left;
    width: 67%;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 148, ../sass/_theme-physicians.scss */
  #block-views-physicians-block .views-field-field-primary-specialty {
    padding-right: 15px;
    position: relative;
    width: 25%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
/* line 159, ../sass/_theme-physicians.scss */
#block-views-physicians-block .views-field-field-primary-specialty a {
  color: #535353;
  background: #e7ebf3;
}
/* line 164, ../sass/_theme-physicians.scss */
#block-views-physicians-block .views-field-nothing {
  padding-bottom: 30px;
}
@media only screen and (min-width: 769px) {
  /* line 164, ../sass/_theme-physicians.scss */
  #block-views-physicians-block .views-field-nothing {
    float: left;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 164, ../sass/_theme-physicians.scss */
  #block-views-physicians-block .views-field-nothing {
    padding-right: 15px;
    position: relative;
    width: 25%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
/* line 175, ../sass/_theme-physicians.scss */
#block-views-physicians-block .views-field-nothing .field-content {
  display: block;
  line-height: normal;
}
@media only screen and (min-width: 769px) {
  /* line 181, ../sass/_theme-physicians.scss */
  #block-views-physicians-block #block-views-schedule-an-appointment-block .view-content {
    padding: 0;
  }
}

/* line 189, ../sass/_theme-physicians.scss */
#block-views-schedule-an-appointment-block {
  margin-bottom: 30px;
}
@media only screen and (min-width: 769px) {
  /* line 189, ../sass/_theme-physicians.scss */
  #block-views-schedule-an-appointment-block {
    float: left;
    margin: 0 0 0 20px;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 189, ../sass/_theme-physicians.scss */
  #block-views-schedule-an-appointment-block {
    padding: 0;
    position: relative;
    width: 25%;
  }
}
/* line 201, ../sass/_theme-physicians.scss */
#block-views-schedule-an-appointment-block .views-label {
  color: #3e5163;
  background: #e7ebf3;
  display: block;
  font: 1.14286rem/1.42857rem "AvenirNext-DemiBold", sans-serif;
  margin: 15px 0 5px;
  text-transform: uppercase;
}
@media only screen and (min-width: 769px) {
  /* line 201, ../sass/_theme-physicians.scss */
  #block-views-schedule-an-appointment-block .views-label {
    font-size: 1.286em;
    line-height: 1.22;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 201, ../sass/_theme-physicians.scss */
  #block-views-schedule-an-appointment-block .views-label {
    font-size: 1.429em;
    line-height: 1.20;
  }
}
/* line 217, ../sass/_theme-physicians.scss */
#block-views-schedule-an-appointment-block .field-content {
  color: #3c5896;
  background: #e7ebf3;
  font-size: 2.286em;
  line-height: 1.06;
}
/* line 224, ../sass/_theme-physicians.scss */
#block-views-schedule-an-appointment-block .view-footer p {
  margin: 0;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  /* line 224, ../sass/_theme-physicians.scss */
  #block-views-schedule-an-appointment-block .view-footer p {
    text-align: center;
  }
}
/* line 231, ../sass/_theme-physicians.scss */
#block-views-schedule-an-appointment-block .view-footer .btn {
  margin: 15px 0;
}
@media only screen and (min-width: 769px) {
  /* line 231, ../sass/_theme-physicians.scss */
  #block-views-schedule-an-appointment-block .view-footer .btn {
    max-width: 235px;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 231, ../sass/_theme-physicians.scss */
  #block-views-schedule-an-appointment-block .view-footer .btn {
    max-width: none;
  }
}
/* line 241, ../sass/_theme-physicians.scss */
#block-views-schedule-an-appointment-block .views-row {
  display: none;
}

/* line 246, ../sass/_theme-physicians.scss */
#block-views-schedule-an-appointment-block-1 {
  margin-bottom: 0;
}
@media only screen and (min-width: 769px) {
  /* line 246, ../sass/_theme-physicians.scss */
  #block-views-schedule-an-appointment-block-1 {
    float: left;
    margin-left: 20px;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 246, ../sass/_theme-physicians.scss */
  #block-views-schedule-an-appointment-block-1 {
    padding: 0;
    position: relative;
    width: 25%;
  }
}
/* line 258, ../sass/_theme-physicians.scss */
#block-views-schedule-an-appointment-block-1 .views-label {
  color: #3e5163;
  background: #e7ebf3;
  display: block;
  font: 1.14286rem/1.42857rem "AvenirNext-DemiBold", sans-serif;
  margin: 15px 0 5px;
  text-transform: uppercase;
}
@media only screen and (min-width: 769px) {
  /* line 258, ../sass/_theme-physicians.scss */
  #block-views-schedule-an-appointment-block-1 .views-label {
    font-size: 1.286em;
    line-height: 1.22;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 258, ../sass/_theme-physicians.scss */
  #block-views-schedule-an-appointment-block-1 .views-label {
    font-size: 1.429em;
    line-height: 1.20;
  }
}
/* line 274, ../sass/_theme-physicians.scss */
#block-views-schedule-an-appointment-block-1 .view-content {
  padding: 0 0 10px;
}
/* line 276, ../sass/_theme-physicians.scss */
#block-views-schedule-an-appointment-block-1 .view-content span {
  text-align: center;
  display: block;
}
@media only screen and (min-width: 769px) {
  /* line 276, ../sass/_theme-physicians.scss */
  #block-views-schedule-an-appointment-block-1 .view-content span {
    text-align: left;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 276, ../sass/_theme-physicians.scss */
  #block-views-schedule-an-appointment-block-1 .view-content span {
    text-align: center;
  }
}
/* line 288, ../sass/_theme-physicians.scss */
#block-views-schedule-an-appointment-block-1 .field-content {
  color: #3c5896;
  background: #e7ebf3;
  font-size: 2.286em;
  line-height: 1.06;
}

/* line 296, ../sass/_theme-physicians.scss */
#physician-tabs {
  background: #ffffff;
  color: #3c5896;
  padding: 20px;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  /* line 296, ../sass/_theme-physicians.scss */
  #physician-tabs {
    padding: 30px;
  }
}
/* line 304, ../sass/_theme-physicians.scss */
#physician-tabs div {
  cursor: pointer;
  display: block;
  font-family: "AvenirNext-DemiBold", sans-serif;
  line-height: normal;
  margin: 5px 0;
  padding: 10px;
  position: relative;
  text-transform: uppercase;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media only screen and (min-width: 769px) {
  /* line 304, ../sass/_theme-physicians.scss */
  #physician-tabs div {
    display: inline-block;
    padding: 10px 20px;
    margin: 0;
  }
}
/* line 320, ../sass/_theme-physicians.scss */
#physician-tabs div:focus {
  background: #3c5896;
  color: #ffffff;
}
/* line 324, ../sass/_theme-physicians.scss */
#physician-tabs div:hover, #physician-tabs div.active {
  background: #3c5896;
  color: #ffffff;
}
/* line 330, ../sass/_theme-physicians.scss */
#physician-tabs div.active:after {
  content: "";
  display: none;
  width: 0;
  height: 14px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #3c5896;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
}
@media only screen and (min-width: 769px) {
  /* line 330, ../sass/_theme-physicians.scss */
  #physician-tabs div.active:after {
    display: block;
    height: 30px;
  }
}

/* line 351, ../sass/_theme-physicians.scss */
.custom-appointment-block {
  display: none;
}
@media only screen and (min-width: 769px) {
  /* line 351, ../sass/_theme-physicians.scss */
  .custom-appointment-block {
    background: #3c5896;
    color: #ffffff;
    padding: 40px;
  }
}
/* line 358, ../sass/_theme-physicians.scss */
.custom-appointment-block.active {
  display: block;
}
@media only screen and (min-width: 769px) {
  /* line 361, ../sass/_theme-physicians.scss */
  .custom-appointment-block iframe {
    display: block;
    max-height: 500px;
    margin: 0 auto;
    width: 700px !important;
  }
}

/* line 371, ../sass/_theme-physicians.scss */
#block-views-physicians-block-2 {
  background: #3c5896;
  color: #ffffff;
  padding: 30px;
}
@media only screen and (min-width: 769px) {
  /* line 371, ../sass/_theme-physicians.scss */
  #block-views-physicians-block-2 {
    padding: 40px;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 371, ../sass/_theme-physicians.scss */
  #block-views-physicians-block-2 {
    padding: 50px;
  }
}
/* line 381, ../sass/_theme-physicians.scss */
#block-views-physicians-block-2 .views-label {
  border-bottom: 1px solid #ffffff;
  display: inline-block;
  font: 1.14286rem/1.57143rem "AvenirNext-DemiBold", sans-serif;
  margin-bottom: 15px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
@media only screen and (min-width: 769px) {
  /* line 381, ../sass/_theme-physicians.scss */
  #block-views-physicians-block-2 .views-label {
    font-size: 1.286em;
    line-height: 1.33;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 381, ../sass/_theme-physicians.scss */
  #block-views-physicians-block-2 .views-label {
    font-size: 1.429em;
    line-height: 1.30;
  }
}

/* line 399, ../sass/_theme-physicians.scss */
#block-views-exp-physician-finder-page {
  background: #e7ebf3;
  color: #3e5163;
  padding: 30px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 1020px) {
  /* line 399, ../sass/_theme-physicians.scss */
  #block-views-exp-physician-finder-page {
    padding: 20px 30px;
    text-align: left;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  /* line 75, ../sass/_mixins.scss */
  #block-views-exp-physician-finder-page:after {
    clear: both;
    content: '';
    display: table;
  }
}
/* line 411, ../sass/_theme-physicians.scss */
#block-views-exp-physician-finder-page h2 {
  font-size: 1.571em;
  line-height: 1.27;
}
@media only screen and (min-width: 1020px) {
  /* line 411, ../sass/_theme-physicians.scss */
  #block-views-exp-physician-finder-page h2 {
    float: left;
    width: 30%;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 419, ../sass/_theme-physicians.scss */
  #block-views-exp-physician-finder-page form {
    float: left;
    width: 70%;
  }
}
/* line 425, ../sass/_theme-physicians.scss */
#block-views-exp-physician-finder-page label,
#block-views-exp-physician-finder-page .description {
  display: none;
}
/* line 429, ../sass/_theme-physicians.scss */
#block-views-exp-physician-finder-page select,
#block-views-exp-physician-finder-page input[type="text"] {
  background-color: #ffffff;
  color: #3e5163;
  margin: 5px 0;
}
/* line 436, ../sass/_theme-physicians.scss */
#block-views-exp-physician-finder-page .views-exposed-form .views-exposed-widget {
  padding: 0;
}
@media only screen and (min-width: 769px) {
  /* line 436, ../sass/_theme-physicians.scss */
  #block-views-exp-physician-finder-page .views-exposed-form .views-exposed-widget {
    display: inline-block;
    float: left;
    margin: 5px;
    width: 31%;
  }
}
@media only screen and (min-width: 769px) {
  /* line 444, ../sass/_theme-physicians.scss */
  #block-views-exp-physician-finder-page .views-exposed-form .views-exposed-widget.views-widget-filter-distance {
    display: block;
    margin: 0;
    text-align: left;
    width: 100%;
  }
}
@media only screen and (min-width: 769px) {
  /* line 451, ../sass/_theme-physicians.scss */
  #block-views-exp-physician-finder-page .views-exposed-form .views-exposed-widget.views-widget-filter-distance .form-item {
    display: inline-block;
    margin: 5px;
    width: 31%;
  }
}
@media only screen and (min-width: 769px) {
  /* line 457, ../sass/_theme-physicians.scss */
  #block-views-exp-physician-finder-page .views-exposed-form .views-exposed-widget.views-widget-filter-distance .form-item.form-item-distance-address {
    width: 42%;
  }
}
@media only screen and (min-width: 769px) {
  /* line 462, ../sass/_theme-physicians.scss */
  #block-views-exp-physician-finder-page .views-exposed-form .views-exposed-widget.views-widget-filter-distance .form-item.form-item-distance-search-distance {
    width: 20%;
  }
}
@media only screen and (min-width: 769px) {
  /* line 467, ../sass/_theme-physicians.scss */
  #block-views-exp-physician-finder-page .views-exposed-form .views-exposed-widget.views-widget-filter-distance .form-item input,
  #block-views-exp-physician-finder-page .views-exposed-form .views-exposed-widget.views-widget-filter-distance .form-item select {
    margin: 0;
  }
}
@media only screen and (min-width: 769px) {
  /* line 475, ../sass/_theme-physicians.scss */
  #block-views-exp-physician-finder-page .views-exposed-form .views-exposed-widget.views-widget-filter-field_open_scheduling_value {
    margin: 18px 5px;
    width: 45%;
  }
}
/* line 480, ../sass/_theme-physicians.scss */
#block-views-exp-physician-finder-page .views-exposed-form .views-exposed-widget.views-widget-filter-field_open_scheduling_value label {
  display: block;
}
/* line 484, ../sass/_theme-physicians.scss */
#block-views-exp-physician-finder-page .views-exposed-form .views-exposed-widget.views-submit-button {
  display: inline-block;
  float: none;
  margin: 15px 5px;
}
@media only screen and (min-width: 769px) {
  /* line 484, ../sass/_theme-physicians.scss */
  #block-views-exp-physician-finder-page .views-exposed-form .views-exposed-widget.views-submit-button {
    clear: left;
    float: left;
    width: auto;
  }
}
/* line 494, ../sass/_theme-physicians.scss */
#block-views-exp-physician-finder-page .views-exposed-form .views-exposed-widget .form-item-edit-field-open-scheduling-value-0 {
  display: none;
}
/* line 498, ../sass/_theme-physicians.scss */
#block-views-exp-physician-finder-page .views-exposed-form .views-exposed-widget .form-item-edit-field-open-scheduling-value-1 input[type="checkbox"],
#block-views-exp-physician-finder-page .views-exposed-form .views-exposed-widget .form-item-edit-field-open-scheduling-value-1 label {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}
/* line 506, ../sass/_theme-physicians.scss */
#block-views-exp-physician-finder-page .views-exposed-form .reset-button {
  display: inline-block;
  float: none;
  margin: 15px 5px;
}
@media only screen and (min-width: 769px) {
  /* line 506, ../sass/_theme-physicians.scss */
  #block-views-exp-physician-finder-page .views-exposed-form .reset-button {
    float: left;
    width: auto;
  }
}
/* line 515, ../sass/_theme-physicians.scss */
#block-views-exp-physician-finder-page .views-exposed-form #use-my-location {
  background-color: #99cb5a;
  border: 1px solid #99cb5a;
  color: #243140;
  display: block;
  font-family: "AvenirNext-Regular", sans-serif;
  font-size: 0.857em;
  line-height: normal;
  letter-spacing: 2px;
  margin: 0 auto;
  max-width: 200px;
  padding: 12px;
  text-transform: uppercase;
  width: auto;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: inset 0 0 0 1px #ffe353, inset 0 0 0 1px #ffe353;
  -webkit-box-shadow: inset 0 0 0 1px #ffe353, inset 0 0 0 1px #ffe353;
  box-shadow: inset 0 0 0 1px #ffe353, inset 0 0 0 1px #ffe353;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 532, ../sass/_theme-physicians.scss */
#block-views-exp-physician-finder-page .views-exposed-form #use-my-location:hover {
  color: #ffffff;
  background-color: #3c5896;
  border-color: #0d1925;
  -moz-box-shadow: inset 0 0 0 1px #6b8dbf, inset 0 0 0 1px #6b8dbf;
  -webkit-box-shadow: inset 0 0 0 1px #6b8dbf, inset 0 0 0 1px #6b8dbf;
  box-shadow: inset 0 0 0 1px #6b8dbf, inset 0 0 0 1px #6b8dbf;
}
@media only screen and (min-width: 769px) {
  /* line 515, ../sass/_theme-physicians.scss */
  #block-views-exp-physician-finder-page .views-exposed-form #use-my-location {
    float: left;
    margin: 15px 5px;
  }
}
/* line 542, ../sass/_theme-physicians.scss */
#block-views-exp-physician-finder-page .views-exposed-form #use-my-location .fa {
  font-family: "FontAwesome";
  font-size: 1.143em;
}
/* line 547, ../sass/_theme-physicians.scss */
#block-views-exp-physician-finder-page .views-exposed-form p {
  clear: both;
  font-size: 0.857em;
  margin: 10px 0;
}

/* line 555, ../sass/_theme-physicians.scss */
#block-block-136 {
  color: #ffffff;
  background-color: rgba(60, 81, 99, 0.6);
  margin: 0;
  overflow: hidden;
  position: relative;
  text-align: center;
}
@media only screen and (min-width: 1020px) {
  /* line 555, ../sass/_theme-physicians.scss */
  #block-block-136 {
    max-height: 800px;
  }
}
/* line 565, ../sass/_theme-physicians.scss */
#block-block-136:before {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 575, ../sass/_theme-physicians.scss */
#block-block-136 img {
  display: block;
  width: 100%;
}
/* line 579, ../sass/_theme-physicians.scss */
#block-block-136 p {
  margin: 0;
}
/* line 582, ../sass/_theme-physicians.scss */
#block-block-136 h1 {
  color: #ffffff;
  background: transparent;
  font-family: "AvenirNext-UltraLight", sans-serif;
  font-size: 2.143em;
  line-height: 1.20;
  letter-spacing: 2px;
  margin: 0;
  position: absolute;
  text-transform: uppercase;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (min-width: 769px) {
  /* line 582, ../sass/_theme-physicians.scss */
  #block-block-136 h1 {
    font-size: 2.857em;
    line-height: 1.15;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 582, ../sass/_theme-physicians.scss */
  #block-block-136 h1 {
    font-size: 4.286em;
    line-height: 1.10;
  }
}

/* line 606, ../sass/_theme-physicians.scss */
.view-physician-finder {
  margin: 0 auto;
  width: 250px;
}
@media only screen and (min-width: 769px) {
  /* line 606, ../sass/_theme-physicians.scss */
  .view-physician-finder {
    width: 100%;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 75, ../sass/_mixins.scss */
  .view-physician-finder .view-content:after {
    clear: both;
    content: '';
    display: table;
  }
}
/* line 617, ../sass/_theme-physicians.scss */
.view-physician-finder .views-row {
  border-bottom: 1px solid #dadee5;
  margin-bottom: 25px;
  padding-bottom: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 769px) {
  /* line 617, ../sass/_theme-physicians.scss */
  .view-physician-finder .views-row {
    margin-bottom: 30px;
    padding: 0 0 20px;
    position: relative;
  }
  /* line 75, ../sass/_mixins.scss */
  .view-physician-finder .views-row:after {
    clear: both;
    content: '';
    display: table;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 617, ../sass/_theme-physicians.scss */
  .view-physician-finder .views-row {
    float: left;
    margin: 0;
    min-height: 350px;
    padding: 30px;
    width: calc(50% - 1px);
  }
}
@media only screen and (min-width: 1020px) {
  /* line 635, ../sass/_theme-physicians.scss */
  .view-physician-finder .views-row.views-row-odd {
    border-right: 1px solid #dadee5;
  }
}
/* line 642, ../sass/_theme-physicians.scss */
.view-physician-finder .views-field a {
  background: #ffffff;
  color: #3e5163;
}
/* line 645, ../sass/_theme-physicians.scss */
.view-physician-finder .views-field a:hover {
  background: #ffffff;
  color: #3c5896;
}
/* line 650, ../sass/_theme-physicians.scss */
.view-physician-finder .views-field .views-label {
  display: inline-block;
  font-family: "AvenirNext-Medium", sans-serif;
  font-weight: bold;
  vertical-align: top;
}
/* line 655, ../sass/_theme-physicians.scss */
.view-physician-finder .views-field .views-label + .field-content {
  display: inline-block;
  vertical-align: top;
}
/* line 661, ../sass/_theme-physicians.scss */
.view-physician-finder .views-field-field-primary-image {
  text-align: center;
}
@media only screen and (min-width: 769px) {
  /* line 661, ../sass/_theme-physicians.scss */
  .view-physician-finder .views-field-field-primary-image {
    float: right;
    width: 25%;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 661, ../sass/_theme-physicians.scss */
  .view-physician-finder .views-field-field-primary-image {
    margin-left: 2%;
    width: 40%;
  }
}
/* line 671, ../sass/_theme-physicians.scss */
.view-physician-finder .views-field-field-primary-image img {
  border-radius: 5px;
}
@media only screen and (min-width: 1020px) {
  /* line 671, ../sass/_theme-physicians.scss */
  .view-physician-finder .views-field-field-primary-image img {
    max-height: 190px;
    width: auto;
  }
}
/* line 680, ../sass/_theme-physicians.scss */
.view-physician-finder .views-field-distance {
  margin-bottom: 8px;
}
/* line 683, ../sass/_theme-physicians.scss */
.view-physician-finder .views-field-field-physician-name {
  margin-bottom: 5px;
}
/* line 685, ../sass/_theme-physicians.scss */
.view-physician-finder .views-field-field-physician-name a {
  font: 1.28571rem/1.71429rem "AvenirNext-DemiBold", sans-serif;
  text-transform: uppercase;
}
@media only screen and (min-width: 1020px) {
  /* line 685, ../sass/_theme-physicians.scss */
  .view-physician-finder .views-field-field-physician-name a {
    font-size: 1.714em;
    line-height: 1.25;
  }
}
/* line 694, ../sass/_theme-physicians.scss */
.view-physician-finder .views-field-field-primary-specialty {
  margin-bottom: 10px;
}
/* line 697, ../sass/_theme-physicians.scss */
.view-physician-finder .views-field-nothing {
  line-height: normal;
}
@media only screen and (min-width: 769px) {
  /* line 697, ../sass/_theme-physicians.scss */
  .view-physician-finder .views-field-nothing {
    float: left;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 704, ../sass/_theme-physicians.scss */
  .view-physician-finder .views-field-field-primary-image + .views-field-nothing-1 {
    float: left;
    width: 58%;
  }
}
/* line 710, ../sass/_theme-physicians.scss */
.view-physician-finder .views-field-path {
  text-align: center;
}
@media only screen and (min-width: 769px) {
  /* line 710, ../sass/_theme-physicians.scss */
  .view-physician-finder .views-field-path {
    clear: both;
    text-align: left;
  }
}
/* line 716, ../sass/_theme-physicians.scss */
.view-physician-finder .views-field-path a {
  color: #ffffff;
  background: #3c5896;
  font-size: 0.714em;
  line-height: 1.40;
  margin: 15px 0;
  padding: 8px 25px;
}
@media only screen and (min-width: 1020px) {
  /* line 716, ../sass/_theme-physicians.scss */
  .view-physician-finder .views-field-path a {
    margin-bottom: 0;
  }
}
/* line 726, ../sass/_theme-physicians.scss */
.view-physician-finder .views-field-path a:hover {
  color: #ffffff;
  background: #3c5896;
}
/* line 732, ../sass/_theme-physicians.scss */
.view-physician-finder .doctor-appointment-0 {
  display: none;
}

/* line 737, ../sass/_theme-physicians.scss */
.physician-results {
  color: #ffffff;
  background: #3c5896;
  font: bold 3.21429rem/3.5rem "AvenirNext-DemiBold", sans-serif;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (min-width: 769px) {
  /* line 737, ../sass/_theme-physicians.scss */
  .physician-results {
    font-size: 3.214em;
    line-height: 1.09;
    margin-top: 25px;
  }
}
/* line 748, ../sass/_theme-physicians.scss */
.physician-results span {
  display: block;
  font-size: 1.143em;
  line-height: 1.25;
  -ms-transform: rotate(-0.001deg);
}
/* line 754, ../sass/_theme-physicians.scss */
.physician-results a {
  display: block;
  font-size: 0.857em;
  line-height: 1.33;
}

/* line 764, ../sass/_theme-physicians.scss */
body.page-find-doctor #breadcrumb {
  display: none;
}
/* line 767, ../sass/_theme-physicians.scss */
body.page-find-doctor .view-physician-finder-deluxe {
  width: 100%;
}
/* line 769, ../sass/_theme-physicians.scss */
body.page-find-doctor .view-physician-finder-deluxe input:focus,
body.page-find-doctor .view-physician-finder-deluxe select:focus {
  border: 1px solid #99cb5a;
  -moz-box-shadow: inset 0 3px 0 #99cb5a;
  -webkit-box-shadow: inset 0 3px 0 #99cb5a;
  box-shadow: inset 0 3px 0 #99cb5a;
}
/* line 774, ../sass/_theme-physicians.scss */
body.page-find-doctor .view-physician-finder-deluxe .form-text {
  font-size: normal;
}
/* line 190, ../sass/_mixins.scss */
body.page-find-doctor .view-physician-finder-deluxe .form-text::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #3e5163;
  background: #e7ebf3;
}
/* line 194, ../sass/_mixins.scss */
body.page-find-doctor .view-physician-finder-deluxe .form-text ::-moz-placeholder {
  /* Firefox 19+ */
  color: #3e5163;
  background: #e7ebf3;
}
/* line 198, ../sass/_mixins.scss */
body.page-find-doctor .view-physician-finder-deluxe .form-text :-ms-input-placeholder {
  /* IE 10+ */
  color: #3e5163;
  background: #e7ebf3;
}
/* line 202, ../sass/_mixins.scss */
body.page-find-doctor .view-physician-finder-deluxe .form-text :-moz-placeholder {
  /* Firefox 18- */
  color: #3e5163;
  background: #e7ebf3;
}
/* line 778, ../sass/_theme-physicians.scss */
body.page-find-doctor .view-physician-finder-deluxe .doctor-appointment-0 {
  display: none;
}
/* line 782, ../sass/_theme-physicians.scss */
body.page-find-doctor .view-physician-finder-deluxe .view-filters {
  color: #ffffff;
  background: #3c5896;
  text-align: center;
}
/* line 786, ../sass/_theme-physicians.scss */
body.page-find-doctor .view-physician-finder-deluxe .view-filters .views-exposed-widgets {
  margin: 0;
}
/* line 789, ../sass/_theme-physicians.scss */
body.page-find-doctor .view-physician-finder-deluxe .view-filters form {
  max-width: 1600px;
  margin: 0 auto;
  padding: 12px 0;
  position: relative;
}
/* line 795, ../sass/_theme-physicians.scss */
body.page-find-doctor .view-physician-finder-deluxe .view-filters label {
  color: #ffffff;
  background: #3c5896;
  text-align: left;
}
/* line 800, ../sass/_theme-physicians.scss */
body.page-find-doctor .view-physician-finder-deluxe .view-filters .views-exposed-widgets {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 auto;
  width: 98%;
}
@media only screen and (min-width: 1020px) {
  /* line 800, ../sass/_theme-physicians.scss */
  body.page-find-doctor .view-physician-finder-deluxe .view-filters .views-exposed-widgets {
    width: 80%;
    margin-left: 50px;
  }
}
/* line 812, ../sass/_theme-physicians.scss */
body.page-find-doctor .view-physician-finder-deluxe .view-filters #edit-field-physician-name-wrapper, body.page-find-doctor .view-physician-finder-deluxe .view-filters #edit-field-primary-specialty-tid-wrapper, body.page-find-doctor .view-physician-finder-deluxe .view-filters #edit-field-areas-of-interest-tid-wrapper {
  float: none;
  flex: 0 1 auto;
  display: block;
  box-sizing: border-box;
  padding: 6px 12px;
  width: 100%;
}
@media only screen and (min-width: 769px) {
  /* line 812, ../sass/_theme-physicians.scss */
  body.page-find-doctor .view-physician-finder-deluxe .view-filters #edit-field-physician-name-wrapper, body.page-find-doctor .view-physician-finder-deluxe .view-filters #edit-field-primary-specialty-tid-wrapper, body.page-find-doctor .view-physician-finder-deluxe .view-filters #edit-field-areas-of-interest-tid-wrapper {
    width: 33.3%;
    max-width: 540px;
  }
}
/* line 823, ../sass/_theme-physicians.scss */
body.page-find-doctor .view-physician-finder-deluxe .view-filters #edit-field-physician-name-wrapper .ada-input,
body.page-find-doctor .view-physician-finder-deluxe .view-filters #edit-field-physician-name-wrapper select, body.page-find-doctor .view-physician-finder-deluxe .view-filters #edit-field-primary-specialty-tid-wrapper .ada-input,
body.page-find-doctor .view-physician-finder-deluxe .view-filters #edit-field-primary-specialty-tid-wrapper select, body.page-find-doctor .view-physician-finder-deluxe .view-filters #edit-field-areas-of-interest-tid-wrapper .ada-input,
body.page-find-doctor .view-physician-finder-deluxe .view-filters #edit-field-areas-of-interest-tid-wrapper select {
  width: 100% !Important;
}
/* line 828, ../sass/_theme-physicians.scss */
body.page-find-doctor .view-physician-finder-deluxe .view-filters #edit-field-gender-value-wrapper {
  width: 100%;
  display: block;
  flex: 0 1 auto;
  padding: 6px 12px;
  box-sizing: border-box;
  float: none;
  clear: both;
  overflow: hidden;
  margin-top: 12px;
}
@media only screen and (min-width: 769px) {
  /* line 828, ../sass/_theme-physicians.scss */
  body.page-find-doctor .view-physician-finder-deluxe .view-filters #edit-field-gender-value-wrapper {
    max-width: 180px;
    width: calc(50% - 6px);
    border-right: 2px solid #e7ebf3;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 828, ../sass/_theme-physicians.scss */
  body.page-find-doctor .view-physician-finder-deluxe .view-filters #edit-field-gender-value-wrapper {
    max-width: 180px;
  }
}
/* line 846, ../sass/_theme-physicians.scss */
body.page-find-doctor .view-physician-finder-deluxe .view-filters #edit-field-gender-value-wrapper.focus {
  border: 2px solid #ffffff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
/* line 850, ../sass/_theme-physicians.scss */
body.page-find-doctor .view-physician-finder-deluxe .view-filters #edit-field-gender-value-wrapper .form-item-field-gender-value {
  position: relative;
}
/* line 853, ../sass/_theme-physicians.scss */
body.page-find-doctor .view-physician-finder-deluxe .view-filters #edit-field-gender-value-wrapper .form-item-field-gender-value input:focus ~ .onfocus {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  position: absolute;
  border: 2px solid #ffffff;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
/* line 864, ../sass/_theme-physicians.scss */
body.page-find-doctor .view-physician-finder-deluxe .view-filters #edit-field-gender-value-wrapper .form-item-field-gender-value input[value="All"] + label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* line 876, ../sass/_theme-physicians.scss */
body.page-find-doctor .view-physician-finder-deluxe .view-filters #edit-field-gender-value-wrapper .form-item-field-gender-value input[value="F"] + label {
  background-image: url("../images/gender-f-blue.png");
  background-size: cover;
}
/* line 882, ../sass/_theme-physicians.scss */
body.page-find-doctor .view-physician-finder-deluxe .view-filters #edit-field-gender-value-wrapper .form-item-field-gender-value input[value="M"] + label {
  background-image: url("../images/gender-m-blue.png");
  background-size: cover;
}
/* line 889, ../sass/_theme-physicians.scss */
body.page-find-doctor .view-physician-finder-deluxe .view-filters #edit-field-gender-value-wrapper .form-item-field-gender-value input:checked[value="F"] + label {
  background-image: url("../images/gender-f-orange.png");
}
/* line 894, ../sass/_theme-physicians.scss */
body.page-find-doctor .view-physician-finder-deluxe .view-filters #edit-field-gender-value-wrapper .form-item-field-gender-value input:checked[value="M"] + label {
  background-image: url("../images/gender-m-orange.png");
}
/* line 900, ../sass/_theme-physicians.scss */
body.page-find-doctor .view-physician-finder-deluxe .view-filters #edit-field-gender-value-wrapper .form-item-field-gender-value fieldset {
  margin: 0;
  padding: 10px;
}
/* line 903, ../sass/_theme-physicians.scss */
body.page-find-doctor .view-physician-finder-deluxe .view-filters #edit-field-gender-value-wrapper .form-item-field-gender-value fieldset legend {
  position: relative;
  top: 10px;
}
/* line 907, ../sass/_theme-physicians.scss */
body.page-find-doctor .view-physician-finder-deluxe .view-filters #edit-field-gender-value-wrapper .form-item-field-gender-value fieldset .options {
  margin: 0 auto;
  padding: 0;
  width: 132px;
  padding-top: 10px;
}
/* line 914, ../sass/_theme-physicians.scss */
body.page-find-doctor .view-physician-finder-deluxe .view-filters #edit-field-gender-value-wrapper .form-item-field-gender-value label {
  font-size: 0;
  display: block;
  margin: 0 6px;
  background-color: #3c5896;
  position: relative;
  z-index: 100;
  height: 73px;
  width: 54px;
  float: left;
  padding: 0;
}
/* line 915, ../sass/_theme-physicians.scss */
body.page-find-doctor .view-physician-finder-deluxe .view-filters #edit-field-gender-value-wrapper .form-item-field-gender-value label:before, body.page-find-doctor .view-physician-finder-deluxe .view-filters #edit-field-gender-value-wrapper .form-item-field-gender-value label:after {
  content: none;
}
/* line 919, ../sass/_theme-physicians.scss */
body.page-find-doctor .view-physician-finder-deluxe .view-filters #edit-field-gender-value-wrapper .form-item-field-gender-value label:hover {
  cursor: pointer;
}
/* line 937, ../sass/_theme-physicians.scss */
body.page-find-doctor .view-physician-finder-deluxe .view-filters #edit-field-scheduling-value-wrapper {
  box-sizing: border-box;
  display: block;
  flex: 0 1 auto;
  position: relative;
  width: 100%;
  float: none;
  text-align: left;
  padding: 6px 12px;
  margin-top: 12px;
}
@media only screen and (min-width: 769px) {
  /* line 937, ../sass/_theme-physicians.scss */
  body.page-find-doctor .view-physician-finder-deluxe .view-filters #edit-field-scheduling-value-wrapper {
    width: auto;
    max-width: 240px;
    width: calc(50% - 6px);
  }
}
@media only screen and (min-width: 1020px) {
  /* line 937, ../sass/_theme-physicians.scss */
  body.page-find-doctor .view-physician-finder-deluxe .view-filters #edit-field-scheduling-value-wrapper {
    width: 280px;
    max-width: 270px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 937, ../sass/_theme-physicians.scss */
  body.page-find-doctor .view-physician-finder-deluxe .view-filters #edit-field-scheduling-value-wrapper {
    width: 100%;
  }
}
/* line 960, ../sass/_theme-physicians.scss */
body.page-find-doctor .view-physician-finder-deluxe .view-filters #edit-field-scheduling-value-wrapper .views-widget {
  position: relative;
  height: 100%;
  margin: 0 auto;
}
/* line 965, ../sass/_theme-physicians.scss */
body.page-find-doctor .view-physician-finder-deluxe .view-filters #edit-field-scheduling-value-wrapper fieldset {
  text-align: center;
  margin: 0;
  padding: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 971, ../sass/_theme-physicians.scss */
body.page-find-doctor .view-physician-finder-deluxe .view-filters #edit-field-scheduling-value-wrapper fieldset .options {
  padding: 10px;
  display: inline-block;
  text-align: left;
}
/* line 977, ../sass/_theme-physicians.scss */
body.page-find-doctor .view-physician-finder-deluxe .view-filters #edit-field-scheduling-value-wrapper input {
  display: inline-block;
  vertical-align: top;
  padding-top: 2px;
}
@media only screen and (min-width: 1020px) {
  /* line 977, ../sass/_theme-physicians.scss */
  body.page-find-doctor .view-physician-finder-deluxe .view-filters #edit-field-scheduling-value-wrapper input {
    padding-top: 6px;
  }
}
/* line 984, ../sass/_theme-physicians.scss */
body.page-find-doctor .view-physician-finder-deluxe .view-filters #edit-field-scheduling-value-wrapper input:checked {
  color: #243140;
  background: #99cb5a;
}
/* line 987, ../sass/_theme-physicians.scss */
body.page-find-doctor .view-physician-finder-deluxe .view-filters #edit-field-scheduling-value-wrapper input:checked:before {
  color: #243140;
  background: #99cb5a;
}
/* line 992, ../sass/_theme-physicians.scss */
body.page-find-doctor .view-physician-finder-deluxe .view-filters #edit-field-scheduling-value-wrapper input:focus {
  box-shadow: 0 0 4px #000000;
}
/* line 994, ../sass/_theme-physicians.scss */
body.page-find-doctor .view-physician-finder-deluxe .view-filters #edit-field-scheduling-value-wrapper input:focus ~ .onfocus {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  position: absolute;
  border: 2px solid #ffffff;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
/* line 1006, ../sass/_theme-physicians.scss */
body.page-find-doctor .view-physician-finder-deluxe .view-filters #edit-field-scheduling-value-wrapper label {
  text-align: left;
  font-size: 0.929em;
  line-height: 1.2;
  position: relative;
  z-index: 100;
  margin: 0;
  height: 35px;
}
@media only screen and (min-width: 1020px) {
  /* line 1006, ../sass/_theme-physicians.scss */
  body.page-find-doctor .view-physician-finder-deluxe .view-filters #edit-field-scheduling-value-wrapper label {
    font-size: 1.143em;
    line-height: 1.4;
  }
}
/* line 1020, ../sass/_theme-physicians.scss */
body.page-find-doctor .view-physician-finder-deluxe .view-filters #edit-distance-wrapper {
  float: none;
  display: block;
  flex: 0 1 auto;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  margin: 0;
  margin-top: 12px;
}
@media only screen and (min-width: 769px) {
  /* line 1020, ../sass/_theme-physicians.scss */
  body.page-find-doctor .view-physician-finder-deluxe .view-filters #edit-distance-wrapper {
    border-left: 2px solid #e7ebf3;
    width: 350px;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 1020, ../sass/_theme-physicians.scss */
  body.page-find-doctor .view-physician-finder-deluxe .view-filters #edit-distance-wrapper {
    background: url("../images/gray-map-marker.png") no-repeat 20px center;
    color: #ffffff;
    padding-left: 60px;
    text-align: left;
    width: 390px;
    padding-top: 0;
  }
}
/* line 1041, ../sass/_theme-physicians.scss */
body.page-find-doctor .view-physician-finder-deluxe .view-filters #edit-distance-wrapper .views-widget {
  position: relative;
  margin: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 1047, ../sass/_theme-physicians.scss */
body.page-find-doctor .view-physician-finder-deluxe .view-filters #edit-distance-wrapper .form-item-distance-search-distance {
  display: inline-block;
  vertical-align: middle;
}
/* line 1050, ../sass/_theme-physicians.scss */
body.page-find-doctor .view-physician-finder-deluxe .view-filters #edit-distance-wrapper .form-item-distance-search-distance:before {
  background: #3c5896;
  color: #ffffff;
  content: "Within";
  padding: 0 6px;
}
/* line 1056, ../sass/_theme-physicians.scss */
body.page-find-doctor .view-physician-finder-deluxe .view-filters #edit-distance-wrapper .form-item-distance-search-distance label {
  display: none;
}
/* line 1059, ../sass/_theme-physicians.scss */
body.page-find-doctor .view-physician-finder-deluxe .view-filters #edit-distance-wrapper .form-item-distance-search-distance input {
  width: 110px;
}
/* line 1062, ../sass/_theme-physicians.scss */
body.page-find-doctor .view-physician-finder-deluxe .view-filters #edit-distance-wrapper .form-item-distance-search-distance select {
  width: 110px;
}
/* line 1066, ../sass/_theme-physicians.scss */
body.page-find-doctor .view-physician-finder-deluxe .view-filters #edit-distance-wrapper .form-item-distance-address {
  display: inline-block;
  vertical-align: middle;
}
/* line 1069, ../sass/_theme-physicians.scss */
body.page-find-doctor .view-physician-finder-deluxe .view-filters #edit-distance-wrapper .form-item-distance-address:before {
  background: #3c5896;
  color: #ffffff;
  content: "of";
  padding: 0 6px 0 10px;
}
/* line 1075, ../sass/_theme-physicians.scss */
body.page-find-doctor .view-physician-finder-deluxe .view-filters #edit-distance-wrapper .form-item-distance-address label {
  display: none;
}
/* line 1078, ../sass/_theme-physicians.scss */
body.page-find-doctor .view-physician-finder-deluxe .view-filters #edit-distance-wrapper .form-item-distance-address input {
  width: 100px;
}
@media only screen and (min-width: 769px) {
  /* line 1078, ../sass/_theme-physicians.scss */
  body.page-find-doctor .view-physician-finder-deluxe .view-filters #edit-distance-wrapper .form-item-distance-address input {
    width: 110px;
  }
}
/* line 1085, ../sass/_theme-physicians.scss */
body.page-find-doctor .view-physician-finder-deluxe .view-filters #edit-distance-wrapper #edit-distance-search-units {
  display: none;
}
/* line 1089, ../sass/_theme-physicians.scss */
body.page-find-doctor .view-physician-finder-deluxe .view-filters .views-submit-button {
  display: block;
  flex: 0 1 auto;
  float: none;
  width: 100%;
}
@media only screen and (min-width: 1020px) {
  /* line 1089, ../sass/_theme-physicians.scss */
  body.page-find-doctor .view-physician-finder-deluxe .view-filters .views-submit-button {
    max-width: 180px;
  }
}
/* line 1098, ../sass/_theme-physicians.scss */
body.page-find-doctor .view-physician-finder-deluxe .view-filters .submit-button-wrapper {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  padding: 0 2px;
  float: none;
  text-align: right;
}
@media only screen and (min-width: 769px) {
  /* line 1098, ../sass/_theme-physicians.scss */
  body.page-find-doctor .view-physician-finder-deluxe .view-filters .submit-button-wrapper {
    float: none;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 1098, ../sass/_theme-physicians.scss */
  body.page-find-doctor .view-physician-finder-deluxe .view-filters .submit-button-wrapper {
    display: inline-block;
    position: relative;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media only screen and (min-width: 1420px) {
  /* line 1098, ../sass/_theme-physicians.scss */
  body.page-find-doctor .view-physician-finder-deluxe .view-filters .submit-button-wrapper {
    padding: 0;
    width: auto;
  }
}
/* line 1118, ../sass/_theme-physicians.scss */
body.page-find-doctor .view-physician-finder-deluxe .view-filters .submit-button-wrapper input[type="submit"] {
  box-sizing: border-box;
  border: none;
  color: #243140;
  display: inline-block;
  font: normal 0.85714rem/normal "AvenirNext-Regular", sans-serif;
  letter-spacing: 2px;
  margin: 0;
  padding: 15px 35px;
  position: relative;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  width: auto;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  background: #99cb5a;
  border: 1px solid #99cb5a;
  -moz-box-shadow: inset 0 0 0 1px #ffe353, inset 0 0 0 1px #ffe353;
  -webkit-box-shadow: inset 0 0 0 1px #ffe353, inset 0 0 0 1px #ffe353;
  box-shadow: inset 0 0 0 1px #ffe353, inset 0 0 0 1px #ffe353;
}
/* line 1140, ../sass/_theme-physicians.scss */
body.page-find-doctor .view-physician-finder-deluxe .view-filters .submit-button-wrapper input[type="submit"]:hover, body.page-find-doctor .view-physician-finder-deluxe .view-filters .submit-button-wrapper input[type="submit"]:focus {
  background: #3e5163;
  border-color: #243140;
  color: #ffffff;
  -moz-box-shadow: inset 0 0 0 1px #6b8dbf, inset 0 0 0 1px #6b8dbf;
  -webkit-box-shadow: inset 0 0 0 1px #6b8dbf, inset 0 0 0 1px #6b8dbf;
  box-shadow: inset 0 0 0 1px #6b8dbf, inset 0 0 0 1px #6b8dbf;
}
/* line 1148, ../sass/_theme-physicians.scss */
body.page-find-doctor .view-physician-finder-deluxe .view-filters .reset-button-wrapper {
  box-sizing: border-box;
  display: inline-block;
  width: 90px;
  text-align: left;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (min-width: 1020px) {
  /* line 1148, ../sass/_theme-physicians.scss */
  body.page-find-doctor .view-physician-finder-deluxe .view-filters .reset-button-wrapper {
    display: inline-block;
    position: relative;
    width: 70px;
    margin-right: 15px;
  }
}
/* line 1162, ../sass/_theme-physicians.scss */
body.page-find-doctor .view-physician-finder-deluxe .view-filters .reset-button-wrapper input[type="submit"] {
  border: none;
  background: #17295b;
  color: #ffffff;
  font: normal 0.85714rem/normal "AvenirNext-Regular", sans-serif;
  letter-spacing: normal;
  padding: 10px 12px;
  position: relative;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  width: auto;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  box-shadow: none;
}
/* line 1178, ../sass/_theme-physicians.scss */
body.page-find-doctor .view-physician-finder-deluxe .view-filters .reset-button-wrapper input[type="submit"]:focus {
  color: #99cb5a;
}
/* line 1185, ../sass/_theme-physicians.scss */
body.page-find-doctor .view-physician-finder-deluxe .view-header {
  color: #3c5896;
  background: #ffffff;
  display: none;
  margin: 0 auto;
  max-width: 1460px;
  width: 100%;
}
/* line 75, ../sass/_mixins.scss */
body.page-find-doctor .view-physician-finder-deluxe .view-header:after {
  clear: both;
  content: '';
  display: table;
}
/* line 1193, ../sass/_theme-physicians.scss */
body.page-find-doctor .view-physician-finder-deluxe .view-header.results-shown {
  max-width: none;
}
/* line 1196, ../sass/_theme-physicians.scss */
body.page-find-doctor .view-physician-finder-deluxe .view-header span {
  display: inline;
  font-size: normal;
  line-height: normal;
  -ms-transform: rotate(-0.001deg);
  margin: 0;
  vertical-align: middle;
}
/* line 1204, ../sass/_theme-physicians.scss */
body.page-find-doctor .view-physician-finder-deluxe .view-header .matching-results {
  border-bottom: 2px solid #e7ebf3;
  box-sizing: border-box;
  display: block;
  padding: 16px;
  vertical-align: middle;
  width: 100%;
  font-weight: 600;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  /* line 1204, ../sass/_theme-physicians.scss */
  body.page-find-doctor .view-physician-finder-deluxe .view-header .matching-results {
    border-bottom: none;
    float: left;
    min-height: 50px;
    padding: 32px 20px 20px 24px;
    position: relative;
    text-align: left;
    width: 50%;
  }
}
/* line 1222, ../sass/_theme-physicians.scss */
body.page-find-doctor .view-physician-finder-deluxe .view-header .matching-results .matching-results-number {
  font-size: 3.000em;
  font-weight: 600;
  display: inline;
  vertical-align: middle;
  margin: 0 6px 0 0;
}
/* line 1229, ../sass/_theme-physicians.scss */
body.page-find-doctor .view-physician-finder-deluxe .view-header .matching-results .doctors-filters-value {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  line-height: 2em;
}
/* line 1236, ../sass/_theme-physicians.scss */
body.page-find-doctor .view-physician-finder-deluxe .view-header .matching-results .doctors-filters-value:before {
  content: "/";
  padding: 0 12px;
}
/* line 1242, ../sass/_theme-physicians.scss */
body.page-find-doctor .view-physician-finder-deluxe .view-header.results-shown .matching-results {
  clear: both;
  float: none;
  margin: 0 auto;
  max-width: 1460px;
  width: auto;
}
/* line 1249, ../sass/_theme-physicians.scss */
body.page-find-doctor .view-physician-finder-deluxe .view-header .need-help {
  text-align: center;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 769px) {
  /* line 1249, ../sass/_theme-physicians.scss */
  body.page-find-doctor .view-physician-finder-deluxe .view-header .need-help {
    float: right;
    padding: 20px 20px 20px 0;
    text-align: right;
    width: 50%;
  }
}
/* line 1259, ../sass/_theme-physicians.scss */
body.page-find-doctor .view-physician-finder-deluxe .view-header .need-help.results-shown {
  background: #17295b;
  color: #ffffff;
  padding: 10px 20px 20px 20px;
}
@media only screen and (min-width: 769px) {
  /* line 1259, ../sass/_theme-physicians.scss */
  body.page-find-doctor .view-physician-finder-deluxe .view-header .need-help.results-shown {
    padding: 20px 0;
    text-align: center;
  }
}
/* line 1268, ../sass/_theme-physicians.scss */
body.page-find-doctor .view-physician-finder-deluxe .view-header .need-help:before {
  content: "Questions?";
  display: block;
  font-size: 1.000em;
  padding: 6px 0 0 6px;
  font-weight: 600;
}
@media only screen and (min-width: 769px) {
  /* line 1268, ../sass/_theme-physicians.scss */
  body.page-find-doctor .view-physician-finder-deluxe .view-header .need-help:before {
    display: inline;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 1268, ../sass/_theme-physicians.scss */
  body.page-find-doctor .view-physician-finder-deluxe .view-header .need-help:before {
    font-size: 1.286em;
  }
}
/* line 1281, ../sass/_theme-physicians.scss */
body.page-find-doctor .view-physician-finder-deluxe .view-header .need-help span {
  background: #3c5896;
  cursor: pointer;
  color: #ffffff;
  display: inline-block;
  font-size: 0.929em;
  padding: 6px 15px;
  border-radius: 4px;
  margin: 6px 0 6px 6px;
}
/* line 1290, ../sass/_theme-physicians.scss */
body.page-find-doctor .view-physician-finder-deluxe .view-header .need-help span:hover, body.page-find-doctor .view-physician-finder-deluxe .view-header .need-help span:focus {
  text-decoration: none;
  background: #3c5896;
  color: #ffe353;
}
/* line 1298, ../sass/_theme-physicians.scss */
body.page-find-doctor .view-physician-finder-deluxe .view-header .change-search {
  background: #3c5896;
  color: #ffffff;
  cursor: pointer;
  display: none;
  font-size: 1.286em;
  font-weight: 600;
  padding: 12px;
  text-align: center;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}
@media only screen and (min-width: 769px) {
  /* line 1298, ../sass/_theme-physicians.scss */
  body.page-find-doctor .view-physician-finder-deluxe .view-header .change-search {
    float: left;
    padding: 32px 20px;
    width: 50%;
  }
}
/* line 1315, ../sass/_theme-physicians.scss */
body.page-find-doctor .view-physician-finder-deluxe .view-header .change-search:hover, body.page-find-doctor .view-physician-finder-deluxe .view-header .change-search:focus {
  background: #3c5896;
  color: #ffe353;
}
/* line 1320, ../sass/_theme-physicians.scss */
body.page-find-doctor .view-physician-finder-deluxe .view-header .change-search:after {
  background: url("../images/white-down-arrow.png") no-repeat center center;
  background-size: 11px auto;
  color: #ffffff;
  content: '';
  display: inline-block;
  height: 8px;
  margin: 0 0 2px 8px;
  width: 11px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 1331, ../sass/_theme-physicians.scss */
body.page-find-doctor .view-physician-finder-deluxe .view-header .change-search.js-active:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* line 1334, ../sass/_theme-physicians.scss */
body.page-find-doctor .view-physician-finder-deluxe .view-header .change-search a {
  background: #3c5896;
  color: #ffffff;
  text-decoration: none;
}
/* line 1338, ../sass/_theme-physicians.scss */
body.page-find-doctor .view-physician-finder-deluxe .view-header .change-search a:focus {
  color: #ffe353;
  background: #3c5896;
}
/* line 1346, ../sass/_theme-physicians.scss */
body.page-find-doctor .view-physician-finder-deluxe .view-content {
  display: block;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1460px;
  padding: 0 20px;
}
/* line 75, ../sass/_mixins.scss */
body.page-find-doctor .view-physician-finder-deluxe .view-content:after {
  clear: both;
  content: '';
  display: table;
}
@media only screen and (min-width: 1020px) {
  /* line 1346, ../sass/_theme-physicians.scss */
  body.page-find-doctor .view-physician-finder-deluxe .view-content {
    padding: 0 10px;
  }
}
/* line 1356, ../sass/_theme-physicians.scss */
body.page-find-doctor .view-physician-finder-deluxe .view-content .views-row {
  color: #3e5163;
  float: left;
  background: #e7ebf3;
  width: 100%;
  margin: 20px auto 0 auto;
  display: block;
  box-sizing: border-box;
}
/* line 1364, ../sass/_theme-physicians.scss */
body.page-find-doctor .view-physician-finder-deluxe .view-content .views-row.selected {
  border: 2px solid #3c5896;
  margin-top: 8px;
  margin-bottom: 8px;
}
@media only screen and (min-width: 1020px) {
  /* line 1356, ../sass/_theme-physicians.scss */
  body.page-find-doctor .view-physician-finder-deluxe .view-content .views-row {
    margin: 10px;
    max-width: 710px;
    width: calc(50% - 20px);
  }
}
/* line 1374, ../sass/_theme-physicians.scss */
body.page-find-doctor .view-physician-finder-deluxe .view-content .views-row .views-field-nothing-1 {
  padding: 24px;
  min-height: 220px;
}
/* line 1379, ../sass/_theme-physicians.scss */
body.page-find-doctor .view-physician-finder-deluxe .view-content .views-row .physician-thumbnail .photo-desktop {
  float: left;
  display: none;
  margin: -24px 20px 0 -24px;
  max-height: 268px;
}
@media only screen and (min-width: 769px) {
  /* line 1379, ../sass/_theme-physicians.scss */
  body.page-find-doctor .view-physician-finder-deluxe .view-content .views-row .physician-thumbnail .photo-desktop {
    display: block;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 1379, ../sass/_theme-physicians.scss */
  body.page-find-doctor .view-physician-finder-deluxe .view-content .views-row .physician-thumbnail .photo-desktop {
    display: block;
  }
}
/* line 1391, ../sass/_theme-physicians.scss */
body.page-find-doctor .view-physician-finder-deluxe .view-content .views-row .physician-thumbnail .photo-mobile {
  margin-bottom: 20px;
}
@media only screen and (min-width: 769px) {
  /* line 1391, ../sass/_theme-physicians.scss */
  body.page-find-doctor .view-physician-finder-deluxe .view-content .views-row .physician-thumbnail .photo-mobile {
    display: none;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 1391, ../sass/_theme-physicians.scss */
  body.page-find-doctor .view-physician-finder-deluxe .view-content .views-row .physician-thumbnail .photo-mobile {
    display: none;
  }
}
/* line 1399, ../sass/_theme-physicians.scss */
body.page-find-doctor .view-physician-finder-deluxe .view-content .views-row .physician-thumbnail .photo-mobile img {
  display: block;
  margin: 0 auto;
}
/* line 1405, ../sass/_theme-physicians.scss */
body.page-find-doctor .view-physician-finder-deluxe .view-content .views-row .physician-copy {
  display: inline;
  box-sizing: border-box;
  line-height: 1.5em;
  float: left;
  width: 100%;
}
@media only screen and (min-width: 769px) {
  /* line 1405, ../sass/_theme-physicians.scss */
  body.page-find-doctor .view-physician-finder-deluxe .view-content .views-row .physician-copy {
    width: auto;
    float: none;
  }
}
/* line 1415, ../sass/_theme-physicians.scss */
body.page-find-doctor .view-physician-finder-deluxe .view-content .views-row .physician-copy .views-label {
  font-weight: 600;
}
/* line 1418, ../sass/_theme-physicians.scss */
body.page-find-doctor .view-physician-finder-deluxe .view-content .views-row .physician-copy .views-field-field-physician-name {
  font-size: 1.571em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin-bottom: 6px;
}
/* line 1425, ../sass/_theme-physicians.scss */
body.page-find-doctor .view-physician-finder-deluxe .view-content .views-row .physician-copy .views-field-gender {
  margin-bottom: 24px;
}
@media only screen and (min-width: 1020px) {
  /* line 1425, ../sass/_theme-physicians.scss */
  body.page-find-doctor .view-physician-finder-deluxe .view-content .views-row .physician-copy .views-field-gender {
    margin-bottom: 10px;
  }
}
/* line 1431, ../sass/_theme-physicians.scss */
body.page-find-doctor .view-physician-finder-deluxe .view-content .views-row .physician-copy .physician-office-address {
  width: 100%;
  float: left;
  padding: 0 0 12px 0;
}
/* line 1435, ../sass/_theme-physicians.scss */
body.page-find-doctor .view-physician-finder-deluxe .view-content .views-row .physician-copy .physician-office-address a[href*="tel"] {
  color: #80b341;
  background-color: #ebeef4;
  text-decoration: underline;
}
@media only screen and (min-width: 769px) {
  /* line 1431, ../sass/_theme-physicians.scss */
  body.page-find-doctor .view-physician-finder-deluxe .view-content .views-row .physician-copy .physician-office-address {
    padding: 0 12px 12px 0;
    width: auto;
    display: inline-block;
    box-sizing: border-box;
    max-width: 220px;
    font-size: 96%;
  }
}
/* line 75, ../sass/_mixins.scss */
body.page-find-doctor .view-physician-finder-deluxe .view-content .views-row .physician-information:after {
  clear: both;
  content: '';
  display: table;
}
@media only screen and (min-width: 769px) {
  /* line 1452, ../sass/_theme-physicians.scss */
  body.page-find-doctor .view-physician-finder-deluxe .view-content .views-row .physician-information.has-image {
    float: left;
    width: calc(100% - 236px);
  }
}
/* line 1459, ../sass/_theme-physicians.scss */
body.page-find-doctor .view-physician-finder-deluxe .view-content .views-row .physician-contact-information {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 769px) {
  /* line 1459, ../sass/_theme-physicians.scss */
  body.page-find-doctor .view-physician-finder-deluxe .view-content .views-row .physician-contact-information {
    border-right: 1px solid #748799;
    float: left;
    width: 60%;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 1459, ../sass/_theme-physicians.scss */
  body.page-find-doctor .view-physician-finder-deluxe .view-content .views-row .physician-contact-information {
    border-right: none;
    float: none;
    font-size: 0.857em;
    line-height: 1.50;
    width: auto;
  }
}
/* line 1473, ../sass/_theme-physicians.scss */
body.page-find-doctor .view-physician-finder-deluxe .view-content .views-row .physician-contact-information .physician-office {
  font-weight: bold;
}
/* line 1477, ../sass/_theme-physicians.scss */
body.page-find-doctor .view-physician-finder-deluxe .view-content .views-row .physician-office-distance {
  color: #3c5896;
  background: url("../images/dark-map-pin.png") no-repeat left 12px;
  border-top: 1px solid #748799;
  font-weight: bold;
  padding: 10px 0 0 50px;
  vertical-align: top;
  box-sizing: border-box;
  margin: 12px 0;
  display: block;
  float: left;
  width: 100%;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 1477, ../sass/_theme-physicians.scss */
  body.page-find-doctor .view-physician-finder-deluxe .view-content .views-row .physician-office-distance {
    background-image: url("../images/dark-map-pin-retina.png");
    background-size: 30px 37px;
  }
}
@media only screen and (min-width: 769px) {
  /* line 1477, ../sass/_theme-physicians.scss */
  body.page-find-doctor .view-physician-finder-deluxe .view-content .views-row .physician-office-distance {
    background-position: 20px 6px;
    border-top: none;
    border-left: 1px solid #748799;
    display: inline;
    padding: 0 0 0 70px;
    box-sizing: border-box;
    width: auto;
    float: right;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 1477, ../sass/_theme-physicians.scss */
  body.page-find-doctor .view-physician-finder-deluxe .view-content .views-row .physician-office-distance {
    background-position: 20px 6px;
    padding-left: 70px;
  }
}
/* line 1507, ../sass/_theme-physicians.scss */
body.page-find-doctor .view-physician-finder-deluxe .view-content .views-row .physician-office-distance .views-label {
  display: block;
}
/* line 1510, ../sass/_theme-physicians.scss */
body.page-find-doctor .view-physician-finder-deluxe .view-content .views-row .physician-office-distance .distance-number {
  font-size: 1.429em;
  line-height: 1.00;
}
@media only screen and (min-width: 1020px) {
  /* line 1510, ../sass/_theme-physicians.scss */
  body.page-find-doctor .view-physician-finder-deluxe .view-content .views-row .physician-office-distance .distance-number {
    font-size: 1.286em;
    line-height: 1;
  }
}
/* line 1519, ../sass/_theme-physicians.scss */
body.page-find-doctor .view-physician-finder-deluxe .view-content .views-row .views-field-path {
  box-sizing: border-box;
  float: left;
  padding: 12px;
  text-align: center;
  background: #c8cfd7;
  color: #3e5163;
  width: 100%;
}
@media only screen and (min-width: 769px) {
  /* line 1519, ../sass/_theme-physicians.scss */
  body.page-find-doctor .view-physician-finder-deluxe .view-content .views-row .views-field-path {
    text-align: right;
  }
}
/* line 1530, ../sass/_theme-physicians.scss */
body.page-find-doctor .view-physician-finder-deluxe .view-content .views-row .views-field-path a {
  margin: 6px;
}
@media only screen and (min-width: 769px) {
  /* line 1530, ../sass/_theme-physicians.scss */
  body.page-find-doctor .view-physician-finder-deluxe .view-content .views-row .views-field-path a {
    margin: 0 6px;
  }
}
/* line 1535, ../sass/_theme-physicians.scss */
body.page-find-doctor .view-physician-finder-deluxe .view-content .views-row .views-field-path a .btn {
  margin: 0;
  clear: both;
}
@media only screen and (min-width: 769px) {
  /* line 1535, ../sass/_theme-physicians.scss */
  body.page-find-doctor .view-physician-finder-deluxe .view-content .views-row .views-field-path a .btn {
    clear: none;
  }
}
/* line 1546, ../sass/_theme-physicians.scss */
body.page-find-doctor .view-physician-finder-deluxe .pager {
  font-size: 1.143em;
  line-height: 1.25;
  margin: 30px 0 40px 0;
}
/* line 1551, ../sass/_theme-physicians.scss */
body.page-find-doctor .view-physician-finder-deluxe .pager-item,
body.page-find-doctor .view-physician-finder-deluxe .pager-first,
body.page-find-doctor .view-physician-finder-deluxe .pager-previous,
body.page-find-doctor .view-physician-finder-deluxe .pager-next,
body.page-find-doctor .view-physician-finder-deluxe .pager-last,
body.page-find-doctor .view-physician-finder-deluxe .pager-ellipsis,
body.page-find-doctor .view-physician-finder-deluxe .pager-current {
  font-weight: 600;
  padding: 0 3px;
}
@media only screen and (min-width: 769px) {
  /* line 1551, ../sass/_theme-physicians.scss */
  body.page-find-doctor .view-physician-finder-deluxe .pager-item,
  body.page-find-doctor .view-physician-finder-deluxe .pager-first,
  body.page-find-doctor .view-physician-finder-deluxe .pager-previous,
  body.page-find-doctor .view-physician-finder-deluxe .pager-next,
  body.page-find-doctor .view-physician-finder-deluxe .pager-last,
  body.page-find-doctor .view-physician-finder-deluxe .pager-ellipsis,
  body.page-find-doctor .view-physician-finder-deluxe .pager-current {
    padding: 0 5px;
  }
}
/* line 1563, ../sass/_theme-physicians.scss */
body.page-find-doctor .view-physician-finder-deluxe .pager-item a:focus,
body.page-find-doctor .view-physician-finder-deluxe .pager-first a:focus,
body.page-find-doctor .view-physician-finder-deluxe .pager-previous a:focus,
body.page-find-doctor .view-physician-finder-deluxe .pager-next a:focus,
body.page-find-doctor .view-physician-finder-deluxe .pager-last a:focus,
body.page-find-doctor .view-physician-finder-deluxe .pager-ellipsis a:focus,
body.page-find-doctor .view-physician-finder-deluxe .pager-current a:focus {
  border: 2px solid #3c5896;
  padding: .3em;
}
/* line 1568, ../sass/_theme-physicians.scss */
body.page-find-doctor .view-physician-finder-deluxe .pager-last {
  display: none;
}
/* line 1576, ../sass/_theme-physicians.scss */
body.page-find-doctor .pager-item a,
body.page-find-doctor .pager-next a,
body.page-find-doctor .pager-last a {
  background: #ffffff;
  color: #3c5896;
}
/* line 1581, ../sass/_theme-physicians.scss */
body.page-find-doctor .no-results {
  background: #ffffff;
  font-size: 1.571em;
  line-height: 1.09;
  margin: 24px 12px;
  text-align: center;
  color: #3c5896;
}
@media only screen and (min-width: 769px) {
  /* line 1581, ../sass/_theme-physicians.scss */
  body.page-find-doctor .no-results {
    font-size: 2.143em;
    line-height: 1.13;
  }
}
/* line 1593, ../sass/_theme-physicians.scss */
body.page-find-doctor .search-again {
  text-align: center;
  margin: 12px;
}

/* line 1598, ../sass/_theme-physicians.scss */
#block-block-26 {
  color: #ffffff;
  background-color: rgba(60, 81, 99, 0.6);
  margin: 0;
  overflow: hidden;
  position: relative;
  text-align: center;
  max-height: 200px;
}
@media only screen and (min-width: 1020px) {
  /* line 1598, ../sass/_theme-physicians.scss */
  #block-block-26 {
    max-height: 290px;
  }
}
/* line 1609, ../sass/_theme-physicians.scss */
#block-block-26 img {
  display: block;
  width: 100%;
}
/* line 1613, ../sass/_theme-physicians.scss */
#block-block-26 p {
  margin: 0;
}
/* line 1616, ../sass/_theme-physicians.scss */
#block-block-26 h1 {
  color: #ffffff;
  background: transparent;
  font-family: "AvenirNext-UltraLight", sans-serif;
  font-size: 1.714em;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 2px;
  margin: 0;
  position: absolute;
  text-transform: uppercase;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (min-width: 769px) {
  /* line 1616, ../sass/_theme-physicians.scss */
  #block-block-26 h1 {
    font-size: 2.571em;
    font-weight: normal;
    line-height: 1.11;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 1616, ../sass/_theme-physicians.scss */
  #block-block-26 h1 {
    font-size: 4.286em;
    line-height: 1.10;
  }
}

/* line 1642, ../sass/_theme-physicians.scss */
#powered-by-velaro {
  display: none !important;
}

/* line 1647, ../sass/_theme-physicians.scss */
.results-shown .header-disclaimer {
  margin-top: 0;
}
/* line 1650, ../sass/_theme-physicians.scss */
.results-shown .header-disclaimer p {
  padding-top: 0;
  margin-top: 0;
}
@media only screen and (min-width: 769px) {
  /* line 1656, ../sass/_theme-physicians.scss */
  .results-shown .header-disclaimer p {
    margin-top: 0;
    padding-top: 0;
  }
}

/* line 1665, ../sass/_theme-physicians.scss */
.header-disclaimer {
  max-width: 1460px;
  padding: 15px 2%;
  margin: 0 auto;
}
/* line 75, ../sass/_mixins.scss */
.header-disclaimer:after {
  clear: both;
  content: '';
  display: table;
}
@media only screen and (min-width: 769px) {
  /* line 1665, ../sass/_theme-physicians.scss */
  .header-disclaimer {
    margin-top: 40px;
  }
  /* line 1675, ../sass/_theme-physicians.scss */
  .header-disclaimer p {
    padding-top: 40px;
  }
}

/* line 1, ../sass/_theme-calendar.scss */
.calendar-stage {
  background: url("../images/calendar-stage-background.jpg") no-repeat center center/cover;
  border-bottom: 64px solid #3c5896;
  height: 260px;
  position: relative;
}
@media only screen and (min-width: 769px) {
  /* line 1, ../sass/_theme-calendar.scss */
  .calendar-stage {
    border-bottom: 64px solid #3c5896;
    border-top: none;
    height: 260px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 1, ../sass/_theme-calendar.scss */
  .calendar-stage {
    height: 208px;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 1, ../sass/_theme-calendar.scss */
  .calendar-stage {
    height: 380px;
  }
}
/* line 17, ../sass/_theme-calendar.scss */
.calendar-stage .region {
  position: static;
}
/* line 20, ../sass/_theme-calendar.scss */
.calendar-stage #block-block-14 {
  bottom: -64px;
  /* height: 64px; */
  position: absolute;
}
@media only screen and (min-width: 769px) {
  /* line 20, ../sass/_theme-calendar.scss */
  .calendar-stage #block-block-14 {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  /* line 20, ../sass/_theme-calendar.scss */
  .calendar-stage #block-block-14 {
    bottom: initial;
    width: 49%;
    display: inline-block;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 20, ../sass/_theme-calendar.scss */
  .calendar-stage #block-block-14 {
    display: block;
    bottom: -64px;
  }
  /* line 35, ../sass/_theme-calendar.scss */
  .calendar-stage #block-block-14 h2 {
    padding: 20px 15px;
  }
}

/* line 41, ../sass/_theme-calendar.scss */
.calendar-stage-title {
  color: #ffffff;
  display: table;
  font: 100 2rem/2rem "AvenirNext-UltraLight", sans-serif;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
@media only screen and (min-width: 769px) {
  /* line 41, ../sass/_theme-calendar.scss */
  .calendar-stage-title {
    font-size: 3.57143rem;
    line-height: 3.57143rem;
  }
}
@media only screen and (max-width: 768px) {
  /* line 41, ../sass/_theme-calendar.scss */
  .calendar-stage-title {
    font: 100 1.71429rem/2rem "AvenirNext-Regular", sans-serif;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 41, ../sass/_theme-calendar.scss */
  .calendar-stage-title {
    font-size: 5rem;
    line-height: 5rem;
  }
}

/* line 61, ../sass/_theme-calendar.scss */
.calendar-stage-title-wrap {
  display: table-cell;
  height: 170px;
  vertical-align: middle;
}
@media only screen and (min-width: 769px) {
  /* line 61, ../sass/_theme-calendar.scss */
  .calendar-stage-title-wrap {
    height: 260px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 61, ../sass/_theme-calendar.scss */
  .calendar-stage-title-wrap {
    display: block;
    height: auto;
    padding: 55px 0 20px;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 61, ../sass/_theme-calendar.scss */
  .calendar-stage-title-wrap {
    height: 380px;
  }
}

/* line 77, ../sass/_theme-calendar.scss */
#block-views-exp-calendar-events-page-1 {
  bottom: -305px;
  height: 240px;
  margin: 0;
  overflow: hidden;
  padding: 12px 30px;
  position: absolute;
  z-index: 100;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* @include tablet {
    background-color: $blue;
    bottom: auto;
    height: 56px;
    padding: 10px 40px;
    width: 100%;
  } */
}
@media only screen and (min-width: 769px) {
  /* line 77, ../sass/_theme-calendar.scss */
  #block-views-exp-calendar-events-page-1 {
    bottom: -64px;
    height: 64px;
    max-width: 1396px;
    padding: 10px 185px 0 40px;
  }
}
/* line 99, ../sass/_theme-calendar.scss */
#block-views-exp-calendar-events-page-1:after {
  clear: both;
  content: '';
  display: table;
}
/* line 104, ../sass/_theme-calendar.scss */
#block-views-exp-calendar-events-page-1 form {
  text-align: center;
}
@media only screen and (min-width: 769px) {
  /* line 104, ../sass/_theme-calendar.scss */
  #block-views-exp-calendar-events-page-1 form {
    float: left;
    width: 80%;
  }
}
/* line 113, ../sass/_theme-calendar.scss */
#block-views-exp-calendar-events-page-1 form .form-item {
  min-height: 0;
}
/* line 117, ../sass/_theme-calendar.scss */
#block-views-exp-calendar-events-page-1 label {
  display: none;
}
@media only screen and (min-width: 769px) {
  /* line 120, ../sass/_theme-calendar.scss */
  #block-views-exp-calendar-events-page-1 .form-select {
    background-color: #ffffff;
    font-size: 0.78571rem;
    line-height: 1.21429rem;
    height: auto;
    padding: 9px 10px;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 120, ../sass/_theme-calendar.scss */
  #block-views-exp-calendar-events-page-1 .form-select {
    padding: 11px 10px;
  }
}
/* line 134, ../sass/_theme-calendar.scss */
#block-views-exp-calendar-events-page-1 .form-text {
  background: #ffffff;
  font-size: 0.78571rem;
  line-height: 1.21429rem;
  height: auto;
  padding: 11px 10px;
}
/* line 141, ../sass/_theme-calendar.scss */
#block-views-exp-calendar-events-page-1 .description {
  display: none;
}
/* line 144, ../sass/_theme-calendar.scss */
#block-views-exp-calendar-events-page-1 .views-submit-button {
  clear: both;
  display: inline-block;
  float: none;
  margin-top: 15px;
  vertical-align: top;
}
@media only screen and (min-width: 769px) {
  /* line 144, ../sass/_theme-calendar.scss */
  #block-views-exp-calendar-events-page-1 .views-submit-button {
    clear: none;
    float: left;
    margin: 0 1% 0 0;
  }
}
@media only screen and (min-width: 769px) {
  /* line 155, ../sass/_theme-calendar.scss */
  #block-views-exp-calendar-events-page-1 .views-submit-button input {
    font-size: 0.71429rem;
    letter-spacing: 1px;
    padding: 5px 10px;
  }
}
/* line 163, ../sass/_theme-calendar.scss */
#block-views-exp-calendar-events-page-1 .views-reset-button {
  clear: both;
  display: inline-block;
  float: none;
  margin-top: 15px;
  vertical-align: top;
  margin: 15px 0 0 1%;
}
@media only screen and (min-width: 769px) {
  /* line 163, ../sass/_theme-calendar.scss */
  #block-views-exp-calendar-events-page-1 .views-reset-button {
    clear: none;
    float: left;
    margin: 0;
    width: 4%;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 163, ../sass/_theme-calendar.scss */
  #block-views-exp-calendar-events-page-1 .views-reset-button {
    display: none;
    float: left;
    width: 5%;
  }
}
@media only screen and (min-width: 1220px) {
  /* line 163, ../sass/_theme-calendar.scss */
  #block-views-exp-calendar-events-page-1 .views-reset-button {
    display: block;
    width: 25px;
  }
}
/* line 186, ../sass/_theme-calendar.scss */
#block-views-exp-calendar-events-page-1 .views-reset-button .form-submit {
  background-image: url("../images/calendar-reset-icon.png");
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: -999px;
  width: 40px;
}
@media only screen and (min-width: 769px) {
  /* line 186, ../sass/_theme-calendar.scss */
  #block-views-exp-calendar-events-page-1 .views-reset-button .form-submit {
    background-size: 10px;
    padding: 5px;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 186, ../sass/_theme-calendar.scss */
  #block-views-exp-calendar-events-page-1 .views-reset-button .form-submit {
    max-width: 50px;
    width: 100%;
  }
}
/* line 203, ../sass/_theme-calendar.scss */
#block-views-exp-calendar-events-page-1 .views-exposed-widget {
  padding: 0;
}
/* line 206, ../sass/_theme-calendar.scss */
#block-views-exp-calendar-events-page-1 #calendar-view-filter {
  background: #ffffff url("../images/caret-down-icon.png") right 15px top 50% no-repeat;
  background-size: 14px;
  border: none;
  color: #3e5163;
  cursor: pointer;
  display: none;
  font-size: 0.78571rem;
  line-height: 1.21429rem;
  padding: 9px 10px;
  width: 25%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: inset 0 3px 0 #c8d0e1;
  -webkit-box-shadow: inset 0 3px 0 #c8d0e1;
  box-shadow: inset 0 3px 0 #c8d0e1;
}
@media only screen and (min-width: 769px) {
  /* line 206, ../sass/_theme-calendar.scss */
  #block-views-exp-calendar-events-page-1 #calendar-view-filter {
    display: block;
    float: right;
    width: 20%;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 206, ../sass/_theme-calendar.scss */
  #block-views-exp-calendar-events-page-1 #calendar-view-filter {
    padding: 11px 10px;
    width: 19%;
  }
}
/* line 233, ../sass/_theme-calendar.scss */
#block-views-exp-calendar-events-page-1 #calendar-view-filter:focus {
  outline: none;
}
/* line 237, ../sass/_theme-calendar.scss */
#block-views-exp-calendar-events-page-1 #edit-field-event-type-tid-wrapper {
  margin-bottom: 20px;
  width: 48%;
}
@media only screen and (min-width: 769px) {
  /* line 237, ../sass/_theme-calendar.scss */
  #block-views-exp-calendar-events-page-1 #edit-field-event-type-tid-wrapper {
    margin-right: 1%;
    width: 26%;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 237, ../sass/_theme-calendar.scss */
  #block-views-exp-calendar-events-page-1 #edit-field-event-type-tid-wrapper {
    width: 19%;
  }
}
/* line 249, ../sass/_theme-calendar.scss */
#block-views-exp-calendar-events-page-1 #edit-field-event-topics-tid-wrapper {
  float: right;
  margin-bottom: 20px;
  width: 48%;
}
@media only screen and (min-width: 769px) {
  /* line 249, ../sass/_theme-calendar.scss */
  #block-views-exp-calendar-events-page-1 #edit-field-event-topics-tid-wrapper {
    float: left;
    margin-right: 1%;
    width: 26%;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 249, ../sass/_theme-calendar.scss */
  #block-views-exp-calendar-events-page-1 #edit-field-event-topics-tid-wrapper {
    width: 19%;
  }
}
@media only screen and (min-width: 769px) {
  /* line 263, ../sass/_theme-calendar.scss */
  #block-views-exp-calendar-events-page-1 #edit-field-location-nid-wrapper {
    margin-right: 1%;
    width: 26%;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 263, ../sass/_theme-calendar.scss */
  #block-views-exp-calendar-events-page-1 #edit-field-location-nid-wrapper {
    width: 19%;
  }
}
/* line 273, ../sass/_theme-calendar.scss */
#block-views-exp-calendar-events-page-1 #edit-keys-wrapper {
  display: none;
}
@media only screen and (min-width: 1020px) {
  /* line 273, ../sass/_theme-calendar.scss */
  #block-views-exp-calendar-events-page-1 #edit-keys-wrapper {
    display: block;
    margin-right: 1%;
    width: 26%;
  }
}

/* line 283, ../sass/_theme-calendar.scss */
.calendar-main {
  background: #e7ebf3;
  padding: 30px;
}
@media only screen and (min-width: 769px) {
  /* line 283, ../sass/_theme-calendar.scss */
  .calendar-main {
    padding: 30px;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 283, ../sass/_theme-calendar.scss */
  .calendar-main {
    padding: 30px 40px;
  }
}
/* line 293, ../sass/_theme-calendar.scss */
.calendar-main.list-view > .view > .view-content {
  display: none;
}
/* line 296, ../sass/_theme-calendar.scss */
.calendar-main.list-view .attachment {
  display: block;
}
/* line 75, ../sass/_mixins.scss */
.calendar-main.list-view .attachment:after {
  clear: both;
  content: '';
  display: table;
}
@media only screen and (min-width: 1420px) {
  /* line 299, ../sass/_theme-calendar.scss */
  .calendar-main.list-view .attachment .views-row {
    float: left;
    margin: 0 1%;
    width: 48%;
  }
}
/* line 307, ../sass/_theme-calendar.scss */
.page-calendar-day .calendar-main.list-view > .view > .view-content {
  display: block;
}
/* line 311, ../sass/_theme-calendar.scss */
.calendar-main .attachment {
  display: none;
}
/* line 314, ../sass/_theme-calendar.scss */
.calendar-main .view-header {
  width: 33%;
  display: inline-block;
  position: relative;
  text-align: center;
}
@media only screen and (min-width: 1020px) {
  /* line 314, ../sass/_theme-calendar.scss */
  .calendar-main .view-header {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 314, ../sass/_theme-calendar.scss */
  .calendar-main .view-header {
    width: 67%;
  }
}
/* line 325, ../sass/_theme-calendar.scss */
.calendar-main .view-header .pager {
  height: 52px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
}
/* line 336, ../sass/_theme-calendar.scss */
.calendar-main .view-header .date-heading h3 {
  cursor: pointer;
  display: block;
  background: #ffffff;
  color: #3c5896;
  padding: 12px 30px 10px 30px;
  width: auto;
  font-size: 1.42857rem;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
@media only screen and (max-width: 768px) {
  /* line 336, ../sass/_theme-calendar.scss */
  .calendar-main .view-header .date-heading h3 {
    font-size: 1.14286rem;
    padding: 8px 10px;
  }
}
@media only screen and (min-width: 769px) {
  /* line 336, ../sass/_theme-calendar.scss */
  .calendar-main .view-header .date-heading h3 {
    font-size: 1.28571rem;
    padding: 8px 10px;
  }
}
/* line 353, ../sass/_theme-calendar.scss */
.calendar-main .view-header .date-heading h3 i {
  font-size: 1.28571rem;
  margin: 4px 0 0 20px;
  vertical-align: top;
}
@media only screen and (max-width: 768px) {
  /* line 353, ../sass/_theme-calendar.scss */
  .calendar-main .view-header .date-heading h3 i {
    font-size: 1rem;
    margin: 7px 0 0 10px;
  }
}
/* line 363, ../sass/_theme-calendar.scss */
.calendar-main .view-header .date-prev {
  background: none;
  padding: 0;
  left: 0;
  right: auto;
  text-align: left;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/* line 370, ../sass/_theme-calendar.scss */
.calendar-main .view-header .date-prev a {
  background: #ffffff url("../images/calendar-arrow-icons.png") no-repeat left top;
  display: block;
  height: 52px;
  margin: 0;
  overflow: hidden;
  text-indent: -999px;
  width: 52px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
/* line 380, ../sass/_theme-calendar.scss */
.calendar-main .view-header .date-prev a:hover {
  background-color: #3c5896;
  background-position: left bottom;
}
/* line 386, ../sass/_theme-calendar.scss */
.calendar-main .view-header .date-next {
  background: none;
  padding: 0;
  text-align: left;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/* line 391, ../sass/_theme-calendar.scss */
.calendar-main .view-header .date-next a {
  background: #ffffff url("../images/calendar-arrow-icons.png") no-repeat right top;
  display: block;
  height: 52px;
  margin: 0;
  overflow: hidden;
  text-indent: -999px;
  width: 52px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
/* line 401, ../sass/_theme-calendar.scss */
.calendar-main .view-header .date-next a:hover {
  background-color: #3c5896;
  background-position: right bottom;
}
/* line 408, ../sass/_theme-calendar.scss */
.calendar-main .calendar-calendar {
  /* need the below for "more" to show on bottom row of calendar */
  /* overflow: hidden; */
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 412, ../sass/_theme-calendar.scss */
.calendar-main .calendar-calendar table, .calendar-main .calendar-calendar tr, .calendar-main .calendar-calendar th, .calendar-main .calendar-calendar td {
  background: #ffffff !important;
  border-color: #e7ebf3 !important;
  color: #3c5896;
}
/* line 417, ../sass/_theme-calendar.scss */
.calendar-main .calendar-calendar td, .calendar-main .calendar-calendar th.days {
  border-width: 4px;
}
@media only screen and (max-width: 768px) {
  /* line 417, ../sass/_theme-calendar.scss */
  .calendar-main .calendar-calendar td, .calendar-main .calendar-calendar th.days {
    border-width: 2px;
  }
}
/* line 424, ../sass/_theme-calendar.scss */
.calendar-main .calendar-calendar td .inner div.day a:hover {
  color: #000000;
}
/* line 427, ../sass/_theme-calendar.scss */
.calendar-main .calendar-calendar td div.monthview:hover a {
  color: #ffffff;
}
/* line 430, ../sass/_theme-calendar.scss */
.calendar-main .calendar-calendar td a {
  color: #ffffff;
  text-decoration: none;
  height: 100%;
  width: calc(100% - 15px);
  color: #3c5896;
  font-weight: 600;
  line-height: 1.5em;
  padding: 6px 4px !important;
  display: table-cell;
  float: left;
  position: relative;
  background-color: #3c5896;
}
/* line 443, ../sass/_theme-calendar.scss */
.calendar-main .calendar-calendar td a:hover {
  background-color: #99cb5a;
}
/* line 448, ../sass/_theme-calendar.scss */
.calendar-main .calendar-calendar th {
  padding: 20px 10px;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  /* line 448, ../sass/_theme-calendar.scss */
  .calendar-main .calendar-calendar th {
    padding: 7px 10px;
    font-family: "AvenirNext-Bold", sans-serif;
  }
}
/* line 456, ../sass/_theme-calendar.scss */
.calendar-main .calendar-calendar .month.day {
  font-weight: bold;
}
/* line 459, ../sass/_theme-calendar.scss */
.calendar-main .calendar-calendar .month-view .full tr.single-day .no-entry,
.calendar-main .calendar-calendar .month-view .full tr.single-day .no-entry .inner {
  height: 130px !important;
}

/* line 465, ../sass/_theme-calendar.scss */
.page-calendar-day .view-calendar-events .views-field-title h2 {
  margin-bottom: 0;
}

/* line 468, ../sass/_theme-calendar.scss */
.view .date-nav-wrapper .date-nav {
  margin-bottom: 0;
  padding-bottom: 20px;
}

/* line 472, ../sass/_theme-calendar.scss */
.calendar-calendar .month-view .full td.single-day div.monthview,
.calendar-calendar .week-view .full td.single-day div.weekview,
.calendar-calendar .day-view .full td.single-day div.dayview {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  background-color: #3c5896;
  border-radius: 0;
}

/* line 479, ../sass/_theme-calendar.scss */
.calendar-calendar .month-view .full td.single-day div.monthview:hover,
.calendar-calendar .week-view .full td.single-day div.weekview:hover,
.calendar-calendar .day-view .full td.single-day div.dayview:hover {
  background-color: #99cb5a;
}

/* line 486, ../sass/_theme-calendar.scss */
#block-views-event-block {
  padding: 0 20px;
}
@media only screen and (min-width: 1020px) {
  /* line 486, ../sass/_theme-calendar.scss */
  #block-views-event-block {
    padding: 30px;
  }
}
/* line 491, ../sass/_theme-calendar.scss */
#block-views-event-block h2 {
  font-size: 1.71429rem;
  line-height: 2.14286rem;
  margin: 0 0 20px 0;
  text-transform: none;
  letter-spacing: normal;
  float: left;
  clear: both;
  width: 100%;
}
@media only screen and (min-width: 1020px) {
  /* line 491, ../sass/_theme-calendar.scss */
  #block-views-event-block h2 {
    font-size: 2.42857rem;
    line-height: 2.85714rem;
  }
}
/* line 505, ../sass/_theme-calendar.scss */
#block-views-event-block .views-field-field-event-instructor {
  display: inline-block;
  float: left;
  width: 25%;
}
/* line 510, ../sass/_theme-calendar.scss */
#block-views-event-block .views-field-field-event-type {
  display: inline-block;
  float: left;
  width: 25%;
}
/* line 515, ../sass/_theme-calendar.scss */
#block-views-event-block .views-field-add-to-cart-form {
  display: inline-block;
  float: left;
  width: 25%;
}
/* line 519, ../sass/_theme-calendar.scss */
#block-views-event-block .views-field-add-to-cart-form input {
  display: none;
}
/* line 523, ../sass/_theme-calendar.scss */
#block-views-event-block .views-field-field-date {
  display: inline-block;
  float: left;
  width: 25%;
}
/* line 528, ../sass/_theme-calendar.scss */
#block-views-event-block .views-label-body {
  font-size: 2.14286rem;
  line-height: 2.85714rem;
  margin: 30px 0;
}

/* line 534, ../sass/_theme-calendar.scss */
body.node-type-event.navbar-administration #page {
  margin-top: 0 !important;
}

/* line 537, ../sass/_theme-calendar.scss */
body.node-type-event.navbar-administration .tabs-primary {
  display: none;
}

/* line 540, ../sass/_theme-calendar.scss */
html body.admin-menu.node-type-event {
  margin-top: 0 !important;
}

/* line 543, ../sass/_theme-calendar.scss */
body.page-node-registrations #main {
  padding: 40px;
}

/* line 547, ../sass/_theme-calendar.scss */
body.page-calendar #block-block-226 {
  /* @include tablet {
    display: block;
    position: relative;
    right: auto;
    width: 100%;
  } */
}
@media only screen and (min-width: 769px) {
  /* line 547, ../sass/_theme-calendar.scss */
  body.page-calendar #block-block-226 {
    position: absolute;
    right: 0;
    width: 100px;
    margin-top: -24px;
  }
}
@media only screen and (min-width: 769px) {
  /* line 560, ../sass/_theme-calendar.scss */
  body.page-calendar #block-block-226 + #block-block-14 {
    display: none;
  }
}
/* line 566, ../sass/_theme-calendar.scss */
body.page-calendar #cboxContent, body.page-calendar #cboxLoadedContent {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
/* line 571, ../sass/_theme-calendar.scss */
body.page-calendar #cboxWrapper {
  /* height: 700px !important; */
  -webkit-border-radius: 0;
  border-radius: 0;
}
/* line 575, ../sass/_theme-calendar.scss */
body.page-calendar #cboxWrapper #cboxMiddleLeft, body.page-calendar #cboxWrapper #cboxMiddleRight, body.page-calendar #cboxWrapper #cboxTopLeft, body.page-calendar #cboxWrapper #cboxTopCenter,
body.page-calendar #cboxWrapper #cboxTopRight, body.page-calendar #cboxWrapper #cboxBottomLeft, body.page-calendar #cboxWrapper #cboxBottomCenter, body.page-calendar #cboxWrapper #cboxBottomRight {
  display: none;
}
/* line 579, ../sass/_theme-calendar.scss */
body.page-calendar #cboxWrapper #cboxClose {
  top: 0;
  background: url(../images/menu-close.png) 0 0 no-repeat;
  background-size: cover;
  height: 20px;
  width: 20px;
  display: none;
}
/* line 587, ../sass/_theme-calendar.scss */
body.page-calendar #cboxWrapper .event-date {
  display: table-cell;
  vertical-align: middle;
  float: left;
  background: #99cb5a;
  width: 15%;
  text-align: center;
  height: 84px;
}
/* line 595, ../sass/_theme-calendar.scss */
body.page-calendar #cboxWrapper .event-date .event-date-single {
  font-size: 1.71429rem;
  line-height: .8em;
  font-weight: 800;
  color: #000000;
  padding-top: 24px;
}
/* line 602, ../sass/_theme-calendar.scss */
body.page-calendar #cboxWrapper .event-date .event-date-month {
  font-weight: 600;
  color: #000000;
}
/* line 607, ../sass/_theme-calendar.scss */
body.page-calendar #cboxWrapper .event-title {
  display: inline-block;
  float: left;
  color: #3c5896;
  font-size: 1.71429rem;
  width: 70%;
  min-height: 84px;
  padding: 18px;
  box-sizing: border-box;
}
/* line 617, ../sass/_theme-calendar.scss */
body.page-calendar #cboxWrapper .event-title-wrap {
  display: table-cell;
  height: 48px;
  vertical-align: middle;
}
/* line 622, ../sass/_theme-calendar.scss */
body.page-calendar #cboxWrapper .event-price {
  float: left;
  background: #99cb5a;
  color: #000000;
  width: 15%;
  text-align: center;
  height: 84px;
  padding-top: 32px;
  box-sizing: border-box;
  font-size: 1.42857rem;
  font-weight: 600;
}
/* line 633, ../sass/_theme-calendar.scss */
body.page-calendar #cboxWrapper .event-price .commerce-product-sku {
  display: none;
}
/* line 636, ../sass/_theme-calendar.scss */
body.page-calendar #cboxWrapper .event-price .commerce-product-title {
  display: none;
}
/* line 639, ../sass/_theme-calendar.scss */
body.page-calendar #cboxWrapper .event-price .field-name-field-registration-type {
  display: none;
}
/* line 642, ../sass/_theme-calendar.scss */
body.page-calendar #cboxWrapper .event-price .commerce-product-status {
  display: none;
}
/* line 646, ../sass/_theme-calendar.scss */
body.page-calendar #cboxWrapper .event-image {
  display: block;
  position: relative;
  float: left;
  max-height: 210px;
  margin: 0 auto;
  overflow: hidden;
}
/* line 654, ../sass/_theme-calendar.scss */
body.page-calendar #cboxWrapper .event-details {
  text-align: center;
  margin: 0 auto;
  position: relative;
  clear: both;
  top: -24px;
  margin-bottom: -30px;
}
/* line 662, ../sass/_theme-calendar.scss */
body.page-calendar #cboxWrapper .event-description {
  display: block;
  text-align: center;
  padding: 12px 2%;
  box-sizing: border-box;
}
/* line 663, ../sass/_theme-calendar.scss */
body.page-calendar #cboxWrapper .event-description h2 {
  margin: 0 0 4px 0;
  font-size: 1.71429rem;
  color: #3c5896;
}
/* line 668, ../sass/_theme-calendar.scss */
body.page-calendar #cboxWrapper .event-description div {
  margin: 0 auto;
}
/* line 671, ../sass/_theme-calendar.scss */
body.page-calendar #cboxWrapper .event-description p {
  margin: 0 auto;
}
/* line 679, ../sass/_theme-calendar.scss */
body.page-calendar #cboxWrapper .event-footer {
  border-bottom: 1px solid #e7ebf3;
  border-top: 1px solid #e7ebf3;
  display: block;
  margin-top: 10px;
  position: relative;
  box-sizing: border-box;
  text-align: center;
}
/* line 75, ../sass/_mixins.scss */
body.page-calendar #cboxWrapper .event-footer:after {
  clear: both;
  content: '';
  display: table;
}
/* line 688, ../sass/_theme-calendar.scss */
body.page-calendar #cboxWrapper .event-footer .commerce-product-sku {
  display: none;
}
/* line 691, ../sass/_theme-calendar.scss */
body.page-calendar #cboxWrapper .event-footer .commerce-product-title {
  display: none;
}
/* line 694, ../sass/_theme-calendar.scss */
body.page-calendar #cboxWrapper .event-footer .field-name-field-registration-type {
  display: none;
}
/* line 697, ../sass/_theme-calendar.scss */
body.page-calendar #cboxWrapper .event-footer .commerce-product-status {
  display: none;
}
/* line 700, ../sass/_theme-calendar.scss */
body.page-calendar #cboxWrapper .event-footer .event-date-footer {
  border-right: 1px solid #e7ebf3;
  float: left;
  padding: 15px 10px;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 706, ../sass/_theme-calendar.scss */
body.page-calendar #cboxWrapper .event-footer .event-date-footer span.label {
  font-size: 1.28571rem;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  clear: both;
}
/* line 714, ../sass/_theme-calendar.scss */
body.page-calendar #cboxWrapper .event-footer .event-time-footer {
  float: left;
  padding: 15px 10px;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 719, ../sass/_theme-calendar.scss */
body.page-calendar #cboxWrapper .event-footer .event-time-footer span.label {
  font-size: 1.28571rem;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  clear: both;
}
/* line 727, ../sass/_theme-calendar.scss */
body.page-calendar #cboxWrapper .event-footer .event-cost-footer {
  border-right: 1px solid #e7ebf3;
  border-top: 1px solid #e7ebf3;
  float: left;
  padding: 15px 10px;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 734, ../sass/_theme-calendar.scss */
body.page-calendar #cboxWrapper .event-footer .event-cost-footer span.label {
  font-size: 1.28571rem;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  clear: both;
}
/* line 742, ../sass/_theme-calendar.scss */
body.page-calendar #cboxWrapper .event-footer .event-location-footer {
  border-top: 1px solid #e7ebf3;
  float: left;
  padding: 15px 10px;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 748, ../sass/_theme-calendar.scss */
body.page-calendar #cboxWrapper .event-footer .event-location-footer span.label {
  font-size: 1.28571rem;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  clear: both;
}
/* line 757, ../sass/_theme-calendar.scss */
body.page-calendar #cboxWrapper .event-register {
  position: absolute;
  bottom: 0;
  width: 100%;
}
/* line 761, ../sass/_theme-calendar.scss */
body.page-calendar #cboxWrapper .event-register .register {
  display: block;
  padding: 10px;
  width: 100%;
  background-color: #99cb5a;
  border: none;
  color: #ffffff;
  text-align: center;
  border-radius: 0;
  font-weight: 600;
  box-shadow: none;
}
/* line 772, ../sass/_theme-calendar.scss */
body.page-calendar #cboxWrapper .event-register .register:hover {
  background-color: #3c5896;
}

/* line 779, ../sass/_theme-calendar.scss */
#block-views-event-block-1 {
  background-color: #ffffff;
  border-radius: 5px;
}
/* line 782, ../sass/_theme-calendar.scss */
#block-views-event-block-1 form .form-wrapper {
  margin: 0;
}
/* line 785, ../sass/_theme-calendar.scss */
#block-views-event-block-1 h2 {
  font-size: 0.85714rem;
  color: #535353;
  text-align: center;
}
/* line 790, ../sass/_theme-calendar.scss */
#block-views-event-block-1 .view-event {
  text-align: center;
}
/* line 792, ../sass/_theme-calendar.scss */
#block-views-event-block-1 .view-event .views-field-commerce-price {
  font-family: "AvenirNext-DemiBold", sans-serif;
  font-size: 1.71429rem;
  color: #3c5896;
  font-weight: bold;
  margin: 12px auto;
}
/* line 799, ../sass/_theme-calendar.scss */
#block-views-event-block-1 .view-event em {
  font-style: normal;
  text-transform: uppercase;
  font-size: 0.78571rem;
}
/* line 804, ../sass/_theme-calendar.scss */
#block-views-event-block-1 .view-event .commerce-add-to-cart {
  display: block;
  margin: 12px auto;
  padding: 0;
}
/* line 808, ../sass/_theme-calendar.scss */
#block-views-event-block-1 .view-event .commerce-add-to-cart input {
  margin: 12px 0;
}

/* line 814, ../sass/_theme-calendar.scss */
#block-block-186 {
  background-color: #3c5896;
  color: #ffffff;
  padding: 30px;
  border-radius: 5px;
  text-align: center;
  font-size: 1rem;
}
/* line 821, ../sass/_theme-calendar.scss */
#block-block-186 .coupon-title {
  border-bottom: 1px solid #657482;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.42857rem;
  padding: 0 0 20px;
  margin-bottom: 12px;
}
/* line 829, ../sass/_theme-calendar.scss */
#block-block-186 ul {
  text-align: left;
  font-size: 0.78571rem;
  padding: 0 0 0 18px;
}
/* line 833, ../sass/_theme-calendar.scss */
#block-block-186 ul a {
  color: #ffffff;
}
/* line 835, ../sass/_theme-calendar.scss */
#block-block-186 ul a:hover {
  color: #99cb5a;
}

/* line 842, ../sass/_theme-calendar.scss */
#block-views-event-block .views-field-field-event-instructor {
  display: block;
  float: none;
  width: 100%;
  min-height: 60px;
  line-height: 1em;
  padding: 12px;
  box-sizing: border-box;
  margin-bottom: 12px;
}
@media only screen and (min-width: 769px) {
  /* line 842, ../sass/_theme-calendar.scss */
  #block-views-event-block .views-field-field-event-instructor {
    float: left;
    width: 50%;
  }
}
@media only screen and (min-width: 769px) {
  /* line 855, ../sass/_theme-calendar.scss */
  #block-views-event-block .views-field-field-event-instructor:before {
    background: url("../images/sprites.png") no-repeat -505px -423px;
    background-size: 800px;
    content: "";
    display: block;
    margin-right: 5px;
    width: 50px;
    height: 60px;
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media only screen and (min-width: 769px) {
  /* line 842, ../sass/_theme-calendar.scss */
  #block-views-event-block .views-field-field-event-instructor {
    padding: 0 20px 0 60px;
    position: relative;
    width: 25%;
  }
}
/* line 874, ../sass/_theme-calendar.scss */
#block-views-event-block .views-field-field-event-instructor .views-label {
  font-family: "AvenirNext-DemiBold", sans-serif;
  font-size: 0.85714rem;
  font-weight: bold;
  line-height: 1.5;
}
/* line 880, ../sass/_theme-calendar.scss */
#block-views-event-block .views-field-field-event-instructor .field-content {
  line-height: 1.3em;
  text-transform: uppercase;
}
/* line 885, ../sass/_theme-calendar.scss */
#block-views-event-block .views-field-field-event-type {
  display: block;
  float: none;
  width: 100%;
  min-height: 60px;
  line-height: 1em;
  padding: 12px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 12px;
}
@media only screen and (min-width: 769px) {
  /* line 885, ../sass/_theme-calendar.scss */
  #block-views-event-block .views-field-field-event-type {
    float: left;
    padding: 0 20px 0 50px;
    width: 25%;
  }
}
@media only screen and (min-width: 769px) {
  /* line 899, ../sass/_theme-calendar.scss */
  #block-views-event-block .views-field-field-event-type:before {
    background: url("../images/sprites.png") no-repeat -400px -423px;
    background-size: 800px;
    content: "";
    display: block;
    margin-right: 5px;
    width: 38px;
    height: 55px;
    position: absolute;
    left: 0;
    top: 0;
  }
}
/* line 914, ../sass/_theme-calendar.scss */
#block-views-event-block .views-field-field-event-type .views-label {
  font-family: "AvenirNext-DemiBold", sans-serif;
  font-size: 0.85714rem;
  font-weight: bold;
  line-height: 1.5;
}
/* line 920, ../sass/_theme-calendar.scss */
#block-views-event-block .views-field-field-event-type .field-content {
  line-height: 1.3em;
  text-transform: uppercase;
}
/* line 925, ../sass/_theme-calendar.scss */
#block-views-event-block .views-field-add-to-cart-form {
  display: block;
  float: none;
  width: 100%;
  min-height: 60px;
  line-height: 1em;
  padding: 12px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 12px;
}
@media only screen and (min-width: 769px) {
  /* line 925, ../sass/_theme-calendar.scss */
  #block-views-event-block .views-field-add-to-cart-form {
    float: left;
    padding: 0 20px 0 50px;
    width: 25%;
  }
}
@media only screen and (min-width: 769px) {
  /* line 939, ../sass/_theme-calendar.scss */
  #block-views-event-block .views-field-add-to-cart-form:before {
    background: url("../images/sprites.png") no-repeat -448px -423px;
    background-size: 800px;
    content: "";
    display: block;
    margin-right: 5px;
    width: 45px;
    height: 55px;
    position: absolute;
    left: 0;
    top: 0;
  }
}
/* line 954, ../sass/_theme-calendar.scss */
#block-views-event-block .views-field-add-to-cart-form .views-label {
  font-family: "AvenirNext-DemiBold", sans-serif;
  font-size: 0.85714rem;
  font-weight: bold;
  line-height: 1.5;
}
/* line 960, ../sass/_theme-calendar.scss */
#block-views-event-block .views-field-add-to-cart-form .field-content {
  line-height: 1.3em;
  text-transform: uppercase;
}
/* line 963, ../sass/_theme-calendar.scss */
#block-views-event-block .views-field-add-to-cart-form .field-content p {
  margin: 0;
  display: none;
}
/* line 969, ../sass/_theme-calendar.scss */
#block-views-event-block .views-field-field-date {
  display: block;
  float: none;
  width: 100%;
  min-height: 60px;
  line-height: 1em;
  padding: 12px;
  position: relative;
  margin-bottom: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 769px) {
  /* line 969, ../sass/_theme-calendar.scss */
  #block-views-event-block .views-field-field-date {
    float: left;
    padding: 0 20px 0 50px;
    width: 25%;
  }
}
@media only screen and (min-width: 769px) {
  /* line 984, ../sass/_theme-calendar.scss */
  #block-views-event-block .views-field-field-date:before {
    background: url("../images/sprites.png") no-repeat -564px -423px;
    background-size: 800px;
    content: "";
    display: block;
    margin-right: 5px;
    width: 45px;
    height: 55px;
    position: absolute;
    left: 0;
    top: 0;
  }
}
/* line 998, ../sass/_theme-calendar.scss */
#block-views-event-block .views-field-field-date .views-label {
  font-family: "AvenirNext-DemiBold", sans-serif;
  font-size: 0.85714rem;
  font-weight: bold;
  line-height: 1.5;
}
/* line 1004, ../sass/_theme-calendar.scss */
#block-views-event-block .views-field-field-date .field-content {
  line-height: 1.3em;
  text-transform: uppercase;
}
/* line 1009, ../sass/_theme-calendar.scss */
#block-views-event-block .views-field-field-header-image {
  display: block;
  clear: both;
  margin: 12px auto;
}
/* line 1015, ../sass/_theme-calendar.scss */
#block-views-event-block .views-field-body {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 60px;
}
/* line 1021, ../sass/_theme-calendar.scss */
#block-views-event-block .views-field-body .views-label-body {
  display: block;
  margin-bottom: 20px;
}
/* line 1026, ../sass/_theme-calendar.scss */
#block-views-event-block .views-field-field-date-1 {
  width: 100%;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
}
@media only screen and (min-width: 769px) {
  /* line 1026, ../sass/_theme-calendar.scss */
  #block-views-event-block .views-field-field-date-1 {
    width: 32%;
    margin-bottom: 0;
  }
}
/* line 1036, ../sass/_theme-calendar.scss */
#block-views-event-block .views-field-field-date-1 .views-label {
  font-size: 1.28571rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #3c5896;
}
/* line 1043, ../sass/_theme-calendar.scss */
#block-views-event-block .views-field-field-location {
  width: 100%;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
}
@media only screen and (min-width: 769px) {
  /* line 1043, ../sass/_theme-calendar.scss */
  #block-views-event-block .views-field-field-location {
    width: 32%;
    margin-bottom: 0;
  }
}
/* line 1053, ../sass/_theme-calendar.scss */
#block-views-event-block .views-field-field-location .views-label {
  font-size: 1.28571rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #3c5896;
}
/* line 1060, ../sass/_theme-calendar.scss */
#block-views-event-block .views-field-nothing {
  width: 100%;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (min-width: 769px) {
  /* line 1060, ../sass/_theme-calendar.scss */
  #block-views-event-block .views-field-nothing {
    width: 32%;
  }
}
/* line 1068, ../sass/_theme-calendar.scss */
#block-views-event-block .views-field-nothing .views-label {
  font-size: 1.28571rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #3c5896;
}
/* line 1075, ../sass/_theme-calendar.scss */
#block-views-event-block .attachment-after {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
/* line 1079, ../sass/_theme-calendar.scss */
#block-views-event-block .attachment-after .directions {
  display: block;
  box-sizing: border-box;
  background-color: #99cb5a;
  padding: 10px;
  color: #ffffff;
  width: 100%;
  text-transform: uppercase;
}
/* line 1087, ../sass/_theme-calendar.scss */
#block-views-event-block .attachment-after .directions:hover {
  background: #3c5896;
}
/* line 1093, ../sass/_theme-calendar.scss */
#block-views-event-block .view-footer p {
  margin: 0;
  text-align: center;
}
/* line 1096, ../sass/_theme-calendar.scss */
#block-views-event-block .view-footer p a {
  display: block;
  box-sizing: border-box;
  background-color: #99cb5a;
  padding: 10px;
  color: #ffffff;
  width: 100%;
}
/* line 1103, ../sass/_theme-calendar.scss */
#block-views-event-block .view-footer p a:hover {
  background: #3c5896;
}

/* line 1111, ../sass/_theme-calendar.scss */
.calendar-list-item-link {
  background: #ffffff;
  display: block;
  height: 80px;
  margin-top: 20px;
  padding-left: 60px;
  padding-right: 70px;
  position: relative;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
@media only screen and (min-width: 769px) {
  /* line 1111, ../sass/_theme-calendar.scss */
  .calendar-list-item-link {
    height: 100px;
    padding-left: 100px;
    padding-right: 100px;
  }
}

/* line 1126, ../sass/_theme-calendar.scss */
.calendar-list-item-date {
  background: #3c5896;
  display: block;
  height: 44px;
  left: 0;
  padding: 18px 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 60px;
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px 0 0 5px;
}
@media only screen and (min-width: 769px) {
  /* line 1126, ../sass/_theme-calendar.scss */
  .calendar-list-item-date {
    height: 60px;
    padding: 20px 0;
    width: 100px;
  }
}

/* line 1143, ../sass/_theme-calendar.scss */
.calendar-list-item-day {
  color: #ffffff;
  display: block;
  font-size: 2.14286rem;
  font-weight: bold;
  line-height: 2.14286rem;
}
@media only screen and (min-width: 769px) {
  /* line 1143, ../sass/_theme-calendar.scss */
  .calendar-list-item-day {
    font-size: 2.85714rem;
    line-height: 2.85714rem;
  }
}

/* line 1154, ../sass/_theme-calendar.scss */
.calendar-list-item-month {
  color: #ffffff;
  display: block;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 769px) {
  /* line 1154, ../sass/_theme-calendar.scss */
  .calendar-list-item-month {
    font-size: 1.42857rem;
    line-height: 1.42857rem;
  }
}

/* line 1166, ../sass/_theme-calendar.scss */
.calendar-list-item-title {
  color: #3e5163;
  display: block;
  font-size: 0.85714rem;
  font-weight: bold;
  line-height: 1.14286rem;
  padding: 8px 10px;
}
@media only screen and (min-width: 769px) {
  /* line 1166, ../sass/_theme-calendar.scss */
  .calendar-list-item-title {
    font-size: 1.42857rem;
    line-height: 1.85714rem;
    padding: 0 16px;
  }
}

/* line 1179, ../sass/_theme-calendar.scss */
.calendar-list-item-name {
  display: table-cell;
  height: 60px;
  vertical-align: middle;
}
@media only screen and (min-width: 769px) {
  /* line 1179, ../sass/_theme-calendar.scss */
  .calendar-list-item-name {
    height: 100px;
  }
}

/* line 1187, ../sass/_theme-calendar.scss */
.calendar-list-item-price {
  background: #3c5896;
  color: #ffffff;
  display: block;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1rem;
  height: 14px;
  padding: 33px 0;
  position: absolute;
  text-align: center;
  right: 0;
  top: 0;
  width: 70px;
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0;
  border-radius: 0 5px 5px 0;
}
@media only screen and (min-width: 769px) {
  /* line 1187, ../sass/_theme-calendar.scss */
  .calendar-list-item-price {
    font-size: 1.42857rem;
    line-height: 1.42857rem;
    height: 20px;
    padding: 40px 0;
    width: 100px;
  }
}
/* line 1209, ../sass/_theme-calendar.scss */
.calendar-list-item-price.js-free:before {
  content: '';
}

@media only screen and (max-width: 768px) {
  /* line 1217, ../sass/_theme-calendar.scss */
  .page-checkout #block-block-14 {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  /* line 1222, ../sass/_theme-calendar.scss */
  .page-checkout #block-block-91 {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  /* line 1227, ../sass/_theme-calendar.scss */
  .page-checkout #block-block-226 {
    display: none;
  }
}
/* line 1233, ../sass/_theme-calendar.scss */
.page-checkout form .form-wrapper legend {
  font-size: 2rem;
  line-height: 2.71429rem;
  font-weight: bold;
  letter-spacing: 1px;
}
/* line 1238, ../sass/_theme-calendar.scss */
.page-checkout form .form-wrapper legend .fieldset-legend {
  background-image: none !important;
  padding-left: 0 !important;
}
/* line 1243, ../sass/_theme-calendar.scss */
.page-checkout .checkout-help {
  font-size: 2.28571rem;
  line-height: 2.71429rem;
  color: #3c5896;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
}
/* line 1251, ../sass/_theme-calendar.scss */
.page-checkout .view-commerce-cart-summary {
  max-width: 600px;
  margin: 0 auto !important;
}
/* line 1254, ../sass/_theme-calendar.scss */
.page-checkout .view-commerce-cart-summary table {
  width: 100%;
  margin-top: 20px;
}
/* line 1259, ../sass/_theme-calendar.scss */
.page-checkout .checkout_review {
  margin: 20px auto;
  padding-top: 40px;
  max-width: 600px;
}
/* line 1263, ../sass/_theme-calendar.scss */
.page-checkout .checkout_review table {
  width: 100%;
}
/* line 1267, ../sass/_theme-calendar.scss */
.page-checkout .form-item-commerce-payment-payment-details-credit-card-exp-month,
.page-checkout .form-item-commerce-payment-payment-details-credit-card-exp-year {
  display: inline-block;
  width: 80px;
}
/* line 1272, ../sass/_theme-calendar.scss */
.page-checkout fieldset.redirect-list {
  display: none;
}
/* line 1275, ../sass/_theme-calendar.scss */
.page-checkout .checkout-buttons input {
  margin: 0 6px;
}

/* line 1279, ../sass/_theme-calendar.scss */
.checkout-buttons .checkout-cancel, .checkout-buttons .checkout-back {
  background-color: #3c5896;
  border: 1px solid #0d1925;
  font-size: 0.85714rem;
  color: #ffffff;
  letter-spacing: 2px;
  line-height: 1.28571rem;
  margin: 0 auto;
  padding: 11px 25px;
  position: relative;
  width: auto;
  box-shadow: inset 0 0 0 1px #6b8dbf, inset 0 0 0 1px #6b8dbf;
  transition: 0.2s ease-in-out;
}
/* line 1292, ../sass/_theme-calendar.scss */
.checkout-buttons .checkout-cancel:hover, .checkout-buttons .checkout-back:hover {
  background-color: #99cb5a;
  text-decoration: none;
  color: #ffffff;
}

/* line 1298, ../sass/_theme-calendar.scss */
#block-block-201 {
  text-align: center;
}

/* line 1303, ../sass/_theme-calendar.scss */
#block-views-products-related-block h2 {
  font-size: 1.42857rem;
  line-height: normal;
  margin: 50px 0 15px;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  /* line 1303, ../sass/_theme-calendar.scss */
  #block-views-products-related-block h2 {
    font-size: 1.71429rem;
    text-align: left;
    margin: 50px 0 15px;
  }
}
/* line 1314, ../sass/_theme-calendar.scss */
#block-views-products-related-block .views-row {
  float: left;
  margin: 0 auto 15px;
  max-width: 300px;
  width: 300px;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
}
@media only screen and (min-width: 1020px) {
  /* line 1314, ../sass/_theme-calendar.scss */
  #block-views-products-related-block .views-row {
    width: 32%;
    margin-right: 1%;
  }
}
/* line 1327, ../sass/_theme-calendar.scss */
#block-views-products-related-block .views-row:hover .views-field-path {
  bottom: 0;
}
/* line 1332, ../sass/_theme-calendar.scss */
#block-views-products-related-block .views-row .views-field-field-header-image {
  line-height: 0;
}
/* line 1335, ../sass/_theme-calendar.scss */
#block-views-products-related-block .views-row .views-field-title {
  bottom: 0;
  position: absolute;
  z-index: 1;
}
/* line 1339, ../sass/_theme-calendar.scss */
#block-views-products-related-block .views-row .views-field-title a {
  color: #ffffff;
  display: block;
  padding: 20px 25px;
}
/* line 1345, ../sass/_theme-calendar.scss */
#block-views-products-related-block .views-row .views-field-path {
  background-color: rgba(60, 88, 150, 0.8);
  bottom: -100%;
  height: 100%;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 2;
  border-radius: 5px;
  transition: 0.2s ease-in-out;
}
/* line 1355, ../sass/_theme-calendar.scss */
#block-views-products-related-block .views-row .views-field-path a {
  color: #ffffff;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: table-cell;
  vertical-align: middle;
  height: 300px;
  width: 300px;
}

/* line 1368, ../sass/_theme-calendar.scss */
#block-block-226 {
  background-color: #17295b;
  display: block;
  height: 64px;
  margin: 0;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 15;
}
/* line 1377, ../sass/_theme-calendar.scss */
#block-block-226:before {
  background: transparent url("../images/sprites.png") -726px -12px no-repeat;
  background-size: 800px;
  content: "";
  display: block;
  height: 45px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 50%;
  width: 50px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (min-width: 769px) {
  /* line 1368, ../sass/_theme-calendar.scss */
  #block-block-226 {
    display: table-cell;
    vertical-align: middle;
    position: absolute;
    right: 20%;
    width: 20%;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 1368, ../sass/_theme-calendar.scss */
  #block-block-226 {
    right: 146px;
    width: 100px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 1368, ../sass/_theme-calendar.scss */
  #block-block-226 {
    width: 50%;
    vertical-align: top;
    display: inline-block;
  }
}
/* line 1407, ../sass/_theme-calendar.scss */
#block-block-226 a.cart-link {
  display: block;
  position: relative;
  top: 14px;
  left: -4px;
  color: #ffffff;
}

/* line 1416, ../sass/_theme-calendar.scss */
#no-classes {
  background-color: #99cb5a;
  color: #ffffff;
  font-weight: bold;
  display: inline-block;
  padding: 5px 15px;
  margin-top: 10px;
}

/* line 1426, ../sass/_theme-calendar.scss */
.event-image img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  /* line 1426, ../sass/_theme-calendar.scss */
  .event-image img {
    padding-top: 10px;
  }
}

/* line 1438, ../sass/_theme-calendar.scss */
.view-event .view-content .field-content img {
  width: 100%;
  display: block;
}
@media only screen and (max-width: 768px) {
  /* line 1438, ../sass/_theme-calendar.scss */
  .view-event .view-content .field-content img {
    padding-top: 10px;
  }
}

/* line 1450, ../sass/_theme-calendar.scss */
#block-block-276 {
  text-align: right;
  line-height: 0;
  font-size: 0;
}
/* line 1454, ../sass/_theme-calendar.scss */
#block-block-276 .btn {
  font-size: 0;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  /* line 1454, ../sass/_theme-calendar.scss */
  #block-block-276 .btn {
    margin: 0;
  }
}

/*
 * begin C & E edit 8/2016
 */
/* line 1471, ../sass/_theme-calendar.scss */
.views-widget-filter-field_event_type_tid {
  /* input[type="checkbox"] {
    width: 35px;
    height: 35px;
    font-size: $font-rems-18px;
    border-radius: 0;
  } */
}
/* line 1478, ../sass/_theme-calendar.scss */
.views-widget-filter-field_event_type_tid label {
  color: #ffffff;
  padding-bottom: 7px;
  display: inline-block;
}
/* line 1482, ../sass/_theme-calendar.scss */
.views-widget-filter-field_event_type_tid label::after {
  content: '';
  background-color: #FAAC55;
  padding: 7px 16px 5px 14px;
  margin: 8px 14px 7px 10px;
}

/* line 1492, ../sass/_theme-calendar.scss */
.page-calendar #edit-field-event-topics-tid-wrapper {
  z-index: 10;
  position: absolute;
  width: 300px;
  top: 170px;
  left: calc(50% - 150px);
}
@media only screen and (min-width: 1020px) {
  /* line 1492, ../sass/_theme-calendar.scss */
  .page-calendar #edit-field-event-topics-tid-wrapper {
    top: 240px;
  }
}
/* line 1502, ../sass/_theme-calendar.scss */
.page-calendar #breadcrumb {
  padding: 0;
  padding-left: 40px;
  margin-top: -4px;
}
/* line 1507, ../sass/_theme-calendar.scss */
.page-calendar #block-tgmg-classes-calendar-breadcrumb {
  z-index: 100;
  max-width: 500px;
  position: relative;
}

/* line 1514, ../sass/_theme-calendar.scss */
.calendar_event_label {
  border-left: 0.75em solid #000000;
  display: inline-block;
  margin: 0 0 -0.75em -.25em;
  padding-left: .5em;
  width: 100%;
  float: left;
  padding-bottom: 5px;
}

/* line 1524, ../sass/_theme-calendar.scss */
.view .date-nav-wrapper .date-heading {
  position: relative;
  z-index: 1;
}

/* line 1530, ../sass/_theme-calendar.scss */
.cal-promo.view-services:after {
  clear: both;
}
/* line 1533, ../sass/_theme-calendar.scss */
.cal-promo.view-services .views-field-title a {
  text-transform: capitalize;
  font-weight: 600;
}
/* line 1537, ../sass/_theme-calendar.scss */
.cal-promo.view-services .title {
  font-size: 1.14286rem;
  margin: 0 40px 5px;
  line-height: 1.28571rem;
  border-bottom: solid 1px #ffffff;
  padding-bottom: 10px;
  display: block;
}
/* line 1545, ../sass/_theme-calendar.scss */
.cal-promo.view-services .learn-more {
  font-size: 0.64286rem;
  display: block;
}
/* line 1549, ../sass/_theme-calendar.scss */
.cal-promo.view-services .view-calendar-events .views-field-field-header-image:before {
  width: calc(100% - 8px);
  left: 8px;
}

/* line 1555, ../sass/_theme-calendar.scss */
.views-field.cal-support {
  border-left: solid 8px #c8cfd7;
}

/* line 1559, ../sass/_theme-calendar.scss */
.views-field.views-field-field-header-image .event_border {
  border-left: solid 8px #c8cfd7;
}

/* line 1564, ../sass/_theme-calendar.scss */
.promoArrow {
  background: url(/sites/all/themes/tgmg/images/promoArrow.gif) no-repeat !important;
  width: 9px;
  height: 14px;
  background-size: 9px 14px !important;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -9px;
}
@media only screen and (max-width: 768px) {
  /* line 1564, ../sass/_theme-calendar.scss */
  .promoArrow {
    top: initial;
    right: initial;
    bottom: 20px;
    width: 100%;
    background-position-x: center !important;
    height: 17px;
    background-size: 10px 15px !important;
  }
}

/* line 1583, ../sass/_theme-calendar.scss */
.cal-promo {
  padding-bottom: 30px;
}

/* line 1586, ../sass/_theme-calendar.scss */
.cal-promo .view-calendar-events {
  margin-right: 15px;
}

/* line 1590, ../sass/_theme-calendar.scss */
.cal-promo .view-calendar-events:last-of-type {
  margin-right: 0;
}

/* line 1595, ../sass/_theme-calendar.scss */
#calendar-view-filter-new {
  display: inline-block;
  vertical-align: top;
  width: 33%;
  text-align: right;
  float: right;
}

/* line 1602, ../sass/_theme-calendar.scss */
#edit-field-event-type-tid-wrapper {
  width: 33%;
  text-align: left;
  float: left;
}

/* line 1607, ../sass/_theme-calendar.scss */
#calendar-view-filter-new a {
  color: #ffffff;
  text-align: center;
  background: #3c5896;
  display: inline-block;
  border-radius: 5px;
  padding: 8px 0;
  margin-left: 8px;
  width: 57px;
  opacity: .5;
}

/* line 1620, ../sass/_theme-calendar.scss */
#calendar-view-filter-new a:hover {
  opacity: .7;
}
/* line 1623, ../sass/_theme-calendar.scss */
#calendar-view-filter-new a.modeOn {
  opacity: 1;
}
/* line 1627, ../sass/_theme-calendar.scss */
#calendar-view-filter-new i {
  font-size: 1.42857rem;
  display: block;
}
/* line 1631, ../sass/_theme-calendar.scss */
#calendar-view-filter-new span {
  display: block;
  line-height: 1;
  margin-top: 5px;
  font-size: 0.71429rem;
  font-weight: 600;
}

/* line 1639, ../sass/_theme-calendar.scss */
.calendar-calendar .month-view .full td.single-day div.monthview,
.calendar-calendar .week-view .full td.single-day div.weekview,
.calendar-calendar .day-view .full td.single-day div.dayview {
  background-color: #e7ebf3;
}

/* line 1644, ../sass/_theme-calendar.scss */
.calendar-calendar .month-view .full td.single-day div.monthview:hover,
.calendar-calendar .week-view .full td.single-day div.weekview:hover,
.calendar-calendar .day-view .full td.single-day div.dayview:hover {
  background-color: #15bdde;
}

/* line 1649, ../sass/_theme-calendar.scss */
.view .date-nav-wrapper {
  margin-top: 0;
}

/* line 1652, ../sass/_theme-calendar.scss */
.view-calendar-events .view-content {
  clear: both;
}

/* line 1657, ../sass/_theme-calendar.scss */
.views-widget-filter-field_event_type_tid > label {
  display: none;
}
/* line 1660, ../sass/_theme-calendar.scss */
.views-widget-filter-field_event_type_tid label::after {
  padding: 0;
  margin: -5px;
  height: 12px;
  width: 12px;
  line-height: 1;
  font-size: 0.71429rem;
  border-radius: 2px;
  position: absolute;
  left: 24px;
  top: 0;
  line-height: 0;
  padding-top: 1px;
}
/* line 1674, ../sass/_theme-calendar.scss */
.views-widget-filter-field_event_type_tid label:before {
  height: 12px !important;
  width: 12px !important;
  font-size: 0.92857rem !important;
  background-color: #ffffff !important;
  line-height: 1rem !important;
}
/* line 1681, ../sass/_theme-calendar.scss */
.views-widget-filter-field_event_type_tid input[type="checkbox"] {
  width: 18px;
  height: 18px;
}

/* line 1687, ../sass/_theme-calendar.scss */
form .views-widget-filter-field_event_type_tid .form-item .form-type-checkbox {
  float: none;
  margin-left: 5px;
  margin-bottom: -5px;
}
/* line 1691, ../sass/_theme-calendar.scss */
form .views-widget-filter-field_event_type_tid .form-item .form-type-checkbox label {
  padding-left: 35px;
  font-size: 0.71429rem;
  padding-top: 1px;
  line-height: 0;
}

/* line 1698, ../sass/_theme-calendar.scss */
.view-services {
  width: 100%;
}

/* line 1701, ../sass/_theme-calendar.scss */
.view-services .flex-viewport {
  width: 100%;
  padding-bottom: 0;
}
/* line 1704, ../sass/_theme-calendar.scss */
.view-services .flex-viewport .views-row {
  width: calc(33% - 10px);
  margin: 0;
  overflow: hidden;
  max-height: 216px;
  float: left;
}
/* line 1710, ../sass/_theme-calendar.scss */
.view-services .flex-viewport .views-row .views-field-field-header-image {
  max-height: 216px;
  overflow: hidden;
}

/* line 1717, ../sass/_theme-calendar.scss */
body.page-checkout-complete .view-services .flex-viewport .views-row {
  max-width: 360px;
}

/* line 1722, ../sass/_theme-calendar.scss */
.form-item-field-event-topics-tid p {
  display: inline-block;
  color: #ffffff;
  font-size: 2.14286rem;
  margin: 8px 15px 0 0;
  vertical-align: top;
}
@media only screen and (max-width: 768px) {
  /* line 1722, ../sass/_theme-calendar.scss */
  .form-item-field-event-topics-tid p {
    margin: 0 0 10px;
    font-size: 1.42857rem;
    display: block;
  }
}

/* line 1734, ../sass/_theme-calendar.scss */
.page-calendar #edit-field-event-topics-tid-wrapper {
  width: 500px;
  left: calc(50% - 250px);
}
@media only screen and (min-width: 1020px) {
  /* line 1734, ../sass/_theme-calendar.scss */
  .page-calendar #edit-field-event-topics-tid-wrapper {
    width: 700px;
    left: calc(50% - 350px);
  }
}
@media only screen and (max-width: 768px) {
  /* line 1734, ../sass/_theme-calendar.scss */
  .page-calendar #edit-field-event-topics-tid-wrapper {
    width: 100%;
    left: 0;
    position: relative;
    top: initial;
    text-align: center;
  }
}

/* line 1749, ../sass/_theme-calendar.scss */
.form-item-field-event-topics-tid select {
  display: inline-block;
  width: calc(100% - 255px);
}
@media only screen and (max-width: 768px) {
  /* line 1749, ../sass/_theme-calendar.scss */
  .form-item-field-event-topics-tid select {
    width: calc(100% - 40px);
    margin: 0 20px 25px;
  }
}

/* line 1758, ../sass/_theme-calendar.scss */
form .form-item label {
  margin: 0;
  vertical-align: top;
}

/* line 1762, ../sass/_theme-calendar.scss */
#monthList {
  display: block;
  position: absolute;
  width: 100%;
  background: #ffffff;
}
/* line 1767, ../sass/_theme-calendar.scss */
#monthList a, #monthList span {
  padding: 10px 0;
  border: solid 1px #e7ebf3;
  border-top: none;
  line-height: 1;
  font-size: 1.1em;
  text-transform: uppercase;
  display: block;
}

/* line 1778, ../sass/_theme-calendar.scss */
#monthList a:hover {
  background: #e7ebf3;
}

/* line 1782, ../sass/_theme-calendar.scss */
.calendar-calendar .month-view .full .inner .monthview {
  margin: 1px auto;
}
/* line 1785, ../sass/_theme-calendar.scss */
.calendar-calendar .month-view .full td.single-day .inner div.show_button {
  background: #c8cfd7;
  text-align: center;
  font-size: x-small;
  font-weight: 600;
  cursor: pointer;
}
/* line 1791, ../sass/_theme-calendar.scss */
.calendar-calendar .month-view .full td.single-day .inner div.show_button:hover {
  background: #e7ebf3;
}

/* line 1796, ../sass/_theme-calendar.scss */
.show_button i {
  font-size: 0.85714rem;
  display: inline-block;
  margin: 6px 0 0 2px;
  vertical-align: top;
}

/* line 1802, ../sass/_theme-calendar.scss */
.moreActive {
  position: relative;
}
/* line 1804, ../sass/_theme-calendar.scss */
.moreActive .inner {
  position: absolute;
  top: -37px;
  width: calc(100% - 2px);
  z-index: 2;
  box-shadow: 0px 3px 3px 2px rgba(0, 0, 0, 0.2);
  background: #ffffff;
}
/* line 1811, ../sass/_theme-calendar.scss */
.moreActive .inner .closeMore {
  display: block;
  text-align: left;
  padding: 7px 10px;
  font-weight: 800;
  cursor: pointer;
  float: right;
}

/*.fancyCheck {
    display: inline-block;
    margin: 0px 8px 0 0;
    width: 18px;
    height: 18px;
    position: relative;
    vertical-align: top;
    input[type=checkbox] {
        margin: 0;
        height: 18px;
        width: 18px;
        -webkit-appearance: none;
        box-shadow: none;
        background: $white;
        border: solid 1px $midlightgray;
        border-radius: 3px;
        display: inline-block;
        &:checked + label:before {
            opacity: 1;
            -moz-opacity: 1;
            filter: alpha(opacity=100);
        }
    }
    label {
        cursor: pointer;
        position: absolute;
        width: 17px;
        height: 17px;
        left: 2px;
        top: -3px;
        font-size: $font-rems-20px;
        opacity: 0;
        -moz-opacity: 0;
        filter: alpha(opacity=0);
        margin: 0;
        padding: 0;
        &:hover::before {
            opacity: 0.3;
            -moz-opacity: 0.3;
            filter: alpha(opacity=30);
        }
    }
}*/
/* line 1865, ../sass/_theme-calendar.scss */
.page-calendar .views-submit-button,
.page-calendar .views-reset-button,
#edit-field-event-topics-tid-wrapper label {
  display: none !important;
}

/* line 1870, ../sass/_theme-calendar.scss */
#edit-field-event-type-tid-wrapper,
.flex-control-nav,
.flex-direction-nav {
  display: none;
}

/* line 1875, ../sass/_theme-calendar.scss */
.flex-viewport {
  padding-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  /* line 1880, ../sass/_theme-calendar.scss */
  .calendar-calendar .month-view .full tr td.multi-day, .calendar-calendar .month-view .full tr td.single-day {
    display: none;
  }

  /* line 1884, ../sass/_theme-calendar.scss */
  .calendar-main {
    padding: 30px 20px;
  }
  /* line 1886, ../sass/_theme-calendar.scss */
  .calendar-main .calendar-calendar td {
    color: #3c5896;
  }
  /* line 1888, ../sass/_theme-calendar.scss */
  .calendar-main .calendar-calendar td .inner div.day {
    width: 100%;
    float: none;
    padding: 0;
  }
  /* line 1892, ../sass/_theme-calendar.scss */
  .calendar-main .calendar-calendar td .inner div.day a {
    color: inherit;
    padding: 0 !important;
  }
  /* line 1895, ../sass/_theme-calendar.scss */
  .calendar-main .calendar-calendar td .inner div.day a:after {
    content: '•';
    display: block;
    font-size: 3.14286rem;
  }
  /* line 1902, ../sass/_theme-calendar.scss */
  .calendar-main .calendar-calendar td.past .inner div.day {
    color: #9dabca;
  }
  /* line 1905, ../sass/_theme-calendar.scss */
  .calendar-main .calendar-calendar td.future .inner div.day {
    color: #3c5896;
  }
}
/* line 1911, ../sass/_theme-calendar.scss */
body.node-type-event {
  padding-top: 0 !important;
}
/* line 1913, ../sass/_theme-calendar.scss */
body.node-type-event .back_to_calendar {
  font-size: 0.85714rem;
  color: #ffffff;
  margin-bottom: 5px;
  display: block;
  width: 150px;
  position: relative;
  margin-top: -13px;
}
/* line 1922, ../sass/_theme-calendar.scss */
body.node-type-event article.view-mode-full {
  display: none;
}
/* line 1925, ../sass/_theme-calendar.scss */
body.node-type-event span.date-display-single {
  display: block;
  margin-top: 3px;
}
/* line 1928, ../sass/_theme-calendar.scss */
body.node-type-event span.date-display-single .date-display-range {
  margin-top: 8px;
}
/* line 1932, ../sass/_theme-calendar.scss */
body.node-type-event #block-views-event-block .event_subheader_wrapper {
  background: #e7ebf3;
  margin: 0 -20px 20px;
  padding: 20px;
  position: relative;
}
/* line 75, ../sass/_mixins.scss */
body.node-type-event #block-views-event-block .event_subheader_wrapper:after {
  clear: both;
  content: '';
  display: table;
}
/* line 1938, ../sass/_theme-calendar.scss */
body.node-type-event #block-views-event-block .event_subheader_wrapper .views-field-field-date, body.node-type-event #block-views-event-block .event_subheader_wrapper .views-field-field-location, body.node-type-event #block-views-event-block .event_subheader_wrapper .views-field-nothing {
  width: calc(33.333% - 40px);
  float: left;
  position: relative;
  text-align: left;
  padding: 0 0 0 60px;
}
/* line 1944, ../sass/_theme-calendar.scss */
body.node-type-event #block-views-event-block .event_subheader_wrapper .views-field-field-date:before, body.node-type-event #block-views-event-block .event_subheader_wrapper .views-field-field-location:before, body.node-type-event #block-views-event-block .event_subheader_wrapper .views-field-nothing:before {
  content: "";
  display: block;
  width: 45px;
  height: 55px;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../images/sprites.png") -10px -568px no-repeat;
}
/* line 1954, ../sass/_theme-calendar.scss */
body.node-type-event #block-views-event-block .event_subheader_wrapper .views-field-field-date .views-label, body.node-type-event #block-views-event-block .event_subheader_wrapper .views-field-field-location .views-label, body.node-type-event #block-views-event-block .event_subheader_wrapper .views-field-nothing .views-label {
  font-size: 1.28571rem;
  text-transform: uppercase;
  color: #3c5896;
  font-family: "AvenirNext-Regular", sans-serif;
}
/* line 1960, ../sass/_theme-calendar.scss */
body.node-type-event #block-views-event-block .event_subheader_wrapper .views-field-field-date .field-content, body.node-type-event #block-views-event-block .event_subheader_wrapper .views-field-field-location .field-content, body.node-type-event #block-views-event-block .event_subheader_wrapper .views-field-nothing .field-content {
  line-height: 1.3em;
  text-transform: initial;
}
/* line 1964, ../sass/_theme-calendar.scss */
body.node-type-event #block-views-event-block .event_subheader_wrapper .views-field-field-date br, body.node-type-event #block-views-event-block .event_subheader_wrapper .views-field-field-location br, body.node-type-event #block-views-event-block .event_subheader_wrapper .views-field-nothing br {
  line-height: 1;
}
/* line 1969, ../sass/_theme-calendar.scss */
body.node-type-event #block-views-event-block .event_subheader_wrapper .views-field-field-location:before {
  background-position: -69px -565px;
}
/* line 1972, ../sass/_theme-calendar.scss */
body.node-type-event #block-views-event-block .event_subheader_wrapper .views-field-field-location .field-content {
  line-height: 1;
}
/* line 1977, ../sass/_theme-calendar.scss */
body.node-type-event #block-views-event-block .event_subheader_wrapper .views-field-nothing:before {
  background-position: -119px -567px;
}
/* line 1980, ../sass/_theme-calendar.scss */
body.node-type-event #block-views-event-block .event_subheader_wrapper .views-field-nothing .field-content {
  line-height: 1;
}

/* line 1987, ../sass/_theme-calendar.scss */
#block-views-event-block-2 {
  background: #3c5896;
  color: #ffffff;
  padding: 20px;
  margin: 0;
  height: 68px;
}
@media only screen and (max-width: 768px) {
  /* line 1987, ../sass/_theme-calendar.scss */
  #block-views-event-block-2 {
    height: auto;
    min-height: 68px;
  }
}
/* line 1998, ../sass/_theme-calendar.scss */
#block-views-event-block-2 .view-display-id-block_2 {
  width: calc(100% - 79px);
  min-height: 82px;
}
@media only screen and (max-width: 768px) {
  /* line 1998, ../sass/_theme-calendar.scss */
  #block-views-event-block-2 .view-display-id-block_2 {
    margin-bottom: -6px;
  }
}
/* line 2005, ../sass/_theme-calendar.scss */
#block-views-event-block-2 .views-field-add-to-cart-form #edit-submit--2 {
  padding: 58px 20px 30px;
}
/* line 2009, ../sass/_theme-calendar.scss */
#block-views-event-block-2 h2 {
  color: #ffffff;
  margin: 0;
  text-transform: capitalize;
}
@media only screen and (max-width: 768px) {
  /* line 2009, ../sass/_theme-calendar.scss */
  #block-views-event-block-2 h2 {
    font-size: 1.14286rem;
    font-weight: bold;
    line-height: 1.35em;
    padding-right: 10px;
  }
}
/* line 2020, ../sass/_theme-calendar.scss */
#block-views-event-block-2 .views-field-commerce-price {
  display: inline-block;
  padding-right: 10px;
  margin-right: 5px;
  border-right: solid 1px #ffffff;
  line-height: 1.3;
}
@media only screen and (max-width: 768px) {
  /* line 2020, ../sass/_theme-calendar.scss */
  #block-views-event-block-2 .views-field-commerce-price {
    font-size: 0.85714rem;
  }
}
/* line 2030, ../sass/_theme-calendar.scss */
#block-views-event-block-2 .views-field-add-to-cart-form {
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  /* line 2030, ../sass/_theme-calendar.scss */
  #block-views-event-block-2 .views-field-add-to-cart-form {
    font-size: 0.85714rem;
    line-height: 1.5em;
  }
}
/* line 2036, ../sass/_theme-calendar.scss */
#block-views-event-block-2 .views-field-add-to-cart-form #edit-line-item-fields {
  display: none;
}
/* line 2039, ../sass/_theme-calendar.scss */
#block-views-event-block-2 .views-field-add-to-cart-form #edit-submit--2 {
  background: url(../images/emptyCart.png) 32px 21px no-repeat #fbae40;
  background-size: 40px;
  border-radius: 0;
  border: none;
  box-shadow: none;
  letter-spacing: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 98px;
  font-family: "AvenirNext-Medium", sans-serif;
  word-wrap: break-word;
  padding: 54px 20px 20px;
  white-space: inherit;
  line-height: 1;
  display: block;
  height: 108px;
}
/* line 2059, ../sass/_theme-calendar.scss */
#block-views-event-block-2 + #block-addtoany-addtoany-button {
  display: none;
}

/* line 2064, ../sass/_theme-calendar.scss */
#block-views-event-block .views-field-field-header-image {
  width: 33.333%;
  margin: 0 20px 20px 0;
  float: left;
}
/* line 2069, ../sass/_theme-calendar.scss */
#block-views-event-block .views-field-body {
  width: calc(66.666% - 20px);
}
/* line 2071, ../sass/_theme-calendar.scss */
#block-views-event-block .views-field-body p {
  margin-top: 0;
}

/* line 2078, ../sass/_theme-calendar.scss */
#block-tgmg-classes-other-dates:after {
  clear: both;
  content: '';
  display: table;
}
/* line 2083, ../sass/_theme-calendar.scss */
#block-tgmg-classes-other-dates #other_dates {
  padding: 0 20px;
}
/* line 2085, ../sass/_theme-calendar.scss */
#block-tgmg-classes-other-dates #other_dates h4 {
  font-size: 2.14286rem;
  color: #3c5896;
  margin: 0;
  text-shadow: none;
  -webkit-text-shadow: none;
  font-family: "AvenirNext-Regular", sans-serif;
}
@media only screen and (max-width: 768px) {
  /* line 2085, ../sass/_theme-calendar.scss */
  #block-tgmg-classes-other-dates #other_dates h4 {
    font-size: 1.5rem;
    line-height: 1.5em;
  }
}
/* line 2098, ../sass/_theme-calendar.scss */
#block-tgmg-classes-other-dates .other_date {
  padding: 10px;
}
/* line 2100, ../sass/_theme-calendar.scss */
#block-tgmg-classes-other-dates .other_date:after {
  clear: both;
  content: '';
  display: table;
}
/* line 2105, ../sass/_theme-calendar.scss */
#block-tgmg-classes-other-dates .other_date:nth-child(even) {
  background: #e7ebf3;
}
/* line 2109, ../sass/_theme-calendar.scss */
#block-tgmg-classes-other-dates .other_date .other_date_field.other_date_date {
  font-style: italic;
}
/* line 2112, ../sass/_theme-calendar.scss */
#block-tgmg-classes-other-dates .other_date .other_date_field.other_date_view {
  margin: 6px 0;
}
/* line 2113, ../sass/_theme-calendar.scss */
#block-tgmg-classes-other-dates .other_date .other_date_field.other_date_view a {
  background: #3c5896;
  color: #ffffff;
  padding: 4px 10px;
  text-transform: uppercase;
}
/* line 2121, ../sass/_theme-calendar.scss */
#block-tgmg-classes-other-dates .other_date .other_date_field.other_date_full {
  font-weight: bold;
}
/* line 2128, ../sass/_theme-calendar.scss */
#block-tgmg-classes-other-dates .other_date form .form-wrapper {
  margin: 0;
}
/* line 2131, ../sass/_theme-calendar.scss */
#block-tgmg-classes-other-dates .other_date form .form-submit {
  padding: 5px 15px;
  letter-spacing: 0;
  background: #fd7b17;
  border-radius: 15px;
  border: none;
  box-shadow: none;
  font-family: "AvenirNext-Medium", sans-serif;
}
@media only screen and (min-width: 1020px) {
  /* line 2143, ../sass/_theme-calendar.scss */
  #block-tgmg-classes-other-dates .other_date form {
    width: 18%;
    float: right;
    text-align: right;
  }
  /* line 2147, ../sass/_theme-calendar.scss */
  #block-tgmg-classes-other-dates .other_date form .form-wrapper {
    margin: 0;
  }
  /* line 2150, ../sass/_theme-calendar.scss */
  #block-tgmg-classes-other-dates .other_date form .form-submit {
    padding: 5px 15px;
    letter-spacing: 0;
    background: #fd7b17;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    border: none;
    box-shadow: none;
    font-family: "AvenirNext-Medium", sans-serif;
    margin: 3px 0;
  }
  /* line 2166, ../sass/_theme-calendar.scss */
  #block-tgmg-classes-other-dates .other_date .other_date_field {
    float: left;
    font-size: 0.85714rem;
  }
  /* line 2169, ../sass/_theme-calendar.scss */
  #block-tgmg-classes-other-dates .other_date .other_date_field.other_date_date {
    width: 20%;
    line-height: calc(1.3em + 20px);
  }
  /* line 2173, ../sass/_theme-calendar.scss */
  #block-tgmg-classes-other-dates .other_date .other_date_field.other_date_time {
    width: 16%;
    text-align: center;
    line-height: calc(1.3em + 20px);
  }
  /* line 2178, ../sass/_theme-calendar.scss */
  #block-tgmg-classes-other-dates .other_date .other_date_field.other_date_location {
    width: 28%;
    line-height: calc(1.3em + 20px);
  }
  /* line 2182, ../sass/_theme-calendar.scss */
  #block-tgmg-classes-other-dates .other_date .other_date_field.other_date_view {
    width: 18%;
    text-align: center;
  }
  /* line 2185, ../sass/_theme-calendar.scss */
  #block-tgmg-classes-other-dates .other_date .other_date_field.other_date_view a {
    font-size: 0.92857rem;
  }
  /* line 2189, ../sass/_theme-calendar.scss */
  #block-tgmg-classes-other-dates .other_date .other_date_field.other_date_full {
    line-height: calc(1.3em + 20px);
  }
}

/* line 2198, ../sass/_theme-calendar.scss */
#monthList .current_item {
  background-color: #c8cfd7;
}

/* line 2202, ../sass/_theme-calendar.scss */
#monthList .current_item span {
  color: #555555;
}

/* line 2208, ../sass/_theme-calendar.scss */
form.cart_no_registration input[type="submit"] {
  opacity: .3;
  background-color: #17295b !important;
  cursor: default;
}

@media only screen and (min-width: 769px) {
  /* line 2, ../sass/_theme-home-page.scss */
  .front #stage {
    overflow: hidden;
  }
}
/* line 7, ../sass/_theme-home-page.scss */
.front .field-name-body {
  color: #ffffff;
  text-align: center;
}
/* line 8, ../sass/_theme-home-page.scss */
.front .block {
  margin: 0;
}
/* line 11, ../sass/_theme-home-page.scss */
.front #block-views-basic-page-block {
  position: relative;
}
@media only screen and (min-width: 769px) {
  /* line 11, ../sass/_theme-home-page.scss */
  .front #block-views-basic-page-block {
    overflow: hidden;
  }
}
/* line 16, ../sass/_theme-home-page.scss */
.front #block-views-basic-page-block .views-row {
  height: auto;
}
/* line 19, ../sass/_theme-home-page.scss */
.front #block-views-basic-page-block .views-field-field-header-image {
  height: auto;
  position: relative;
  top: 0;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
/* line 25, ../sass/_theme-home-page.scss */
.front #block-views-basic-page-block .views-field-field-header-image .field-content:before {
  content: none;
}
@media only screen and (min-width: 769px) {
  /* line 29, ../sass/_theme-home-page.scss */
  .front #block-views-basic-page-block .views-field-field-header-image img {
    left: 50%;
    max-width: none;
    position: relative;
    width: 150%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media only screen and (min-width: 1020px) {
  /* line 29, ../sass/_theme-home-page.scss */
  .front #block-views-basic-page-block .views-field-field-header-image img {
    left: auto;
    max-width: 100%;
    width: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
/* line 46, ../sass/_theme-home-page.scss */
.front #main {
  background-color: #99cb5a;
}
/* line 48, ../sass/_theme-home-page.scss */
.front #main #content .field-items {
  color: #243140;
}
/* line 53, ../sass/_theme-home-page.scss */
.front #block-quicktabs-social-media .item-list {
  background-color: #ffffff;
}
/* line 58, ../sass/_theme-home-page.scss */
.front .tabs-primary {
  background-color: #ffffff;
  margin: 0;
  padding: 1.71429em 2px 0;
}

/* line 65, ../sass/_theme-home-page.scss */
#block-block-196 {
  display: none;
}
@media only screen and (min-width: 1020px) {
  /* line 65, ../sass/_theme-home-page.scss */
  #block-block-196 {
    display: block;
    position: fixed;
    right: 15px;
    top: 150px;
  }
}
/* line 73, ../sass/_theme-home-page.scss */
#block-block-196 ul {
  margin: 0;
  padding: 0;
}
/* line 77, ../sass/_theme-home-page.scss */
#block-block-196 li {
  clear: both;
  list-style-type: none;
}
/* line 81, ../sass/_theme-home-page.scss */
#block-block-196 li a.tooltip {
  display: block;
  margin: 20px 0;
  position: relative;
}
/* line 85, ../sass/_theme-home-page.scss */
#block-block-196 li a.tooltip .more {
  background: #99cb5a;
  display: block;
  float: right;
  height: 10px;
  margin: 0 0 20px 10px;
  text-indent: -9999px;
  width: 10px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/* line 96, ../sass/_theme-home-page.scss */
#block-block-196 li a.tooltip:hover:before, #block-block-196 li a.tooltip:hover:after {
  position: relative;
  top: -5px;
}
/* line 101, ../sass/_theme-home-page.scss */
#block-block-196 li a.tooltip:hover:before {
  background: #99cb5a;
  border: 1px solid #99cb5a;
  color: #ffffff;
  content: attr(title);
  font: normal 0.71429rem/normal "AvenirNext-Medium", sans-serif;
  float: left;
  max-width: 130px;
  padding: 5px 15px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  z-index: 10;
  width: auto;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: inset 0 0 0 1px #ffce35, inset 0 0 0 1px #ffce35;
  -webkit-box-shadow: inset 0 0 0 1px #ffce35, inset 0 0 0 1px #ffce35;
  box-shadow: inset 0 0 0 1px #ffce35, inset 0 0 0 1px #ffce35;
}
/* line 119, ../sass/_theme-home-page.scss */
#block-block-196 li a.tooltip:hover:after {
  display: block;
  content: "";
  float: right;
  margin: 4px 0 0 -4px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid #99cb5a;
  position: relative;
  z-index: 1;
}

/* line 138, ../sass/_theme-home-page.scss */
.home-lift-banner {
  position: relative;
  box-sizing: border-box;
  text-align: center;
  width: 100%;
  display: block;
  background-color: #3c5896;
  color: #ffffff;
  font-size: 0;
  line-height: 0;
}
/* line 148, ../sass/_theme-home-page.scss */
.home-lift-banner .btn {
  margin: 6px;
  padding: 12px 24px;
}
/* line 152, ../sass/_theme-home-page.scss */
.home-lift-banner p {
  font-size: 1em;
  line-height: 1.7;
  margin: 0;
  padding: 10px 12px;
}
@media only screen and (min-width: 1020px) {
  /* line 152, ../sass/_theme-home-page.scss */
  .home-lift-banner p {
    display: inline-block;
    font-size: 1.28em;
    padding: 16px 24px;
  }
}

/* line 164, ../sass/_theme-home-page.scss */
#block-block-41 {
  line-height: 0;
}
/* line 166, ../sass/_theme-home-page.scss */
#block-block-41 p {
  margin: 0;
  padding: 0;
  line-height: 0;
}

/* line 172, ../sass/_theme-home-page.scss */
#block-block-281--6 {
  display: none;
}

/* line 176, ../sass/_theme-home-page.scss */
#block-block-36 {
  box-sizing: border-box;
  text-align: center;
  background-color: #3c5896;
  color: #ffffff;
  width: 300px;
  top: 5%;
  left: 40px;
  position: absolute;
  display: none;
}
/* line 186, ../sass/_theme-home-page.scss */
#block-block-36 h2 {
  color: #ffffff;
  font-size: 1em;
  border-bottom: 1px solid #3c5896;
}
/* line 192, ../sass/_theme-home-page.scss */
#block-block-36 a {
  color: #ffe353;
}
@media only screen and (min-width: 769px) {
  /* line 176, ../sass/_theme-home-page.scss */
  #block-block-36 {
    display: block;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 176, ../sass/_theme-home-page.scss */
  #block-block-36 {
    display: block;
  }
}
/* line 201, ../sass/_theme-home-page.scss */
#block-block-36 form {
  border-bottom: 1px solid #3c5896;
}
/* line 204, ../sass/_theme-home-page.scss */
#block-block-36 .item {
  display: block;
  position: relative;
}
/* line 208, ../sass/_theme-home-page.scss */
#block-block-36 input.jsreq {
  margin: 12px 24px 6px 24px;
  width: 80%;
  font-size: 0.9em;
}
/* line 214, ../sass/_theme-home-page.scss */
#block-block-36 .why-join, #block-block-36 .forgot-password {
  display: block;
  margin: 6px;
  padding: 0 6px;
  font-size: 0.8em;
}
/* line 221, ../sass/_theme-home-page.scss */
#block-block-36 input[type="text"] {
  background-color: #ffffff;
}
/* line 224, ../sass/_theme-home-page.scss */
#block-block-36 input[type="password"] {
  background-color: #ffffff;
}

/* line 230, ../sass/_theme-home-page.scss */
.front .views-field-title {
  display: none;
}

/* line 232, ../sass/_theme-home-page.scss */
.cta-top, .cta-bottom {
  /* Home Page CTA's block#156 old */
  margin-bottom: 0;
  text-align: center;
  overflow: hidden;
}
/* line 239, ../sass/_theme-home-page.scss */
.cta-top .home-page-ctas, .cta-bottom .home-page-ctas {
  margin: 0;
  padding: 0;
}
/* line 242, ../sass/_theme-home-page.scss */
.cta-top .home-page-ctas li, .cta-bottom .home-page-ctas li {
  list-style-type: none;
}
@media only screen and (min-width: 769px) {
  /* line 242, ../sass/_theme-home-page.scss */
  .cta-top .home-page-ctas li, .cta-bottom .home-page-ctas li {
    float: left;
    vertical-align: top;
    width: 25%;
  }
}
/* line 251, ../sass/_theme-home-page.scss */
.cta-top .home-page-ctas li:last-child, .cta-bottom .home-page-ctas li:last-child {
  display: none;
}
/* line 255, ../sass/_theme-home-page.scss */
.cta-top .home-page-ctas a, .cta-bottom .home-page-ctas a {
  color: #3e5163;
  display: block;
  font: normal 1em/normal "AvenirNext-Regular", sans-serif;
  letter-spacing: 2px;
  padding: 20px;
  text-transform: uppercase;
}
@media only screen and (min-width: 769px) {
  /* line 255, ../sass/_theme-home-page.scss */
  .cta-top .home-page-ctas a, .cta-bottom .home-page-ctas a {
    min-height: 105px;
    padding: 30px;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 255, ../sass/_theme-home-page.scss */
  .cta-top .home-page-ctas a, .cta-bottom .home-page-ctas a {
    font-size: 1.14em;
    padding: 100px 50px;
  }
}
/* line 270, ../sass/_theme-home-page.scss */
.cta-top .home-page-ctas a:before, .cta-bottom .home-page-ctas a:before {
  content: "";
  display: block;
  margin: 0 auto 10px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
/* line 279, ../sass/_theme-home-page.scss */
.cta-top .home-page-ctas a:hover, .cta-bottom .home-page-ctas a:hover {
  background-color: #3c5896;
  color: #ffffff;
}
/* line 283, ../sass/_theme-home-page.scss */
.cta-top .home-page-ctas a:focus, .cta-bottom .home-page-ctas a:focus {
  background-color: #3c5896;
  color: #ffffff;
}
/* line 291, ../sass/_theme-home-page.scss */
.cta-top #make-appointment:before, .cta-bottom #make-appointment:before {
  background: url("../images/sprites.png") -198px 0 no-repeat;
  background-size: 400px;
  height: 50px;
  width: 50px;
}
/* line 304, ../sass/_theme-home-page.scss */
.cta-top #physician-finder:before, .cta-bottom #physician-finder:before {
  background: url("../images/sprites.png") -33px 0 no-repeat;
  background-size: 250px;
  height: 50px;
  width: 55px;
}
/* line 317, ../sass/_theme-home-page.scss */
.cta-top #i-am:before, .cta-bottom #i-am:before {
  background: url("../images/sprites.png") -155px 0 no-repeat;
  background-size: 245px;
  height: 52px;
  width: 60px;
}
/* line 330, ../sass/_theme-home-page.scss */
.cta-top #calendar:before, .cta-bottom #calendar:before {
  background: url("../images/sprites.png") 0 0 no-repeat;
  background-size: 400px;
  height: 48px;
  width: 50px;
}
/* line 343, ../sass/_theme-home-page.scss */
.cta-top #billpay:before, .cta-bottom #billpay:before {
  background: url("../images/icon-billpay.png") 0 0 no-repeat;
  background-size: 80px;
  height: 48px;
  width: 80px;
}
/* line 356, ../sass/_theme-home-page.scss */
.cta-top #mobile-app:before, .cta-bottom #mobile-app:before {
  background: url("../images/home-mobile-app-icon.png") 0 0 no-repeat;
  background-size: 50px;
  height: 55px;
  width: 50px;
}

/* line 370, ../sass/_theme-home-page.scss */
#block-views-home-page-tabs-block-1 {
  background: #3e5163;
  color: #ffffff;
  padding-top: 30px;
}
@media only screen and (min-width: 769px) {
  /* line 370, ../sass/_theme-home-page.scss */
  #block-views-home-page-tabs-block-1 {
    display: none;
  }
}
/* line 377, ../sass/_theme-home-page.scss */
#block-views-home-page-tabs-block-1 h2 {
  border-bottom: 1px solid #657584;
  color: #969696;
  font: normal 1rem/normal "AvenirNext-DemiBold", sans-serif;
  letter-spacing: 2px;
  margin: 0;
  padding-bottom: 25px;
  text-align: center;
  text-transform: uppercase;
}
/* line 387, ../sass/_theme-home-page.scss */
#block-views-home-page-tabs-block-1 .views-field-title {
  background: #99cb5a;
  border: 1px solid #99cb5a;
  color: #ffffff;
  display: block;
  font: normal 0.85714rem/normal "AvenirNext-Regular", sans-serif;
  letter-spacing: 2px;
  margin: 0 auto;
  max-width: 275px;
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: inset 0 0 0 1px #ffce35, inset 0 0 0 1px #ffce35;
  -webkit-box-shadow: inset 0 0 0 1px #ffce35, inset 0 0 0 1px #ffce35;
  box-shadow: inset 0 0 0 1px #ffce35, inset 0 0 0 1px #ffce35;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 404, ../sass/_theme-home-page.scss */
#block-views-home-page-tabs-block-1 .views-field-body h1 {
  color: #ffffff;
}

/* line 411, ../sass/_theme-home-page.scss */
.home-services-gallery .flickity-prev-next-button {
  top: -35px;
}
/* line 413, ../sass/_theme-home-page.scss */
.home-services-gallery .flickity-prev-next-button.previous {
  left: 0;
}
/* line 416, ../sass/_theme-home-page.scss */
.home-services-gallery .flickity-prev-next-button.next {
  right: 0;
}
/* line 420, ../sass/_theme-home-page.scss */
.home-services-gallery .arrow {
  fill: #969696;
}
/* line 423, ../sass/_theme-home-page.scss */
.home-services-gallery .services-cell {
  padding: 30px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 1020px) {
  /* line 423, ../sass/_theme-home-page.scss */
  .home-services-gallery .services-cell {
    margin: 0 1%;
    padding: 80px 20px;
    width: 50%;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 433, ../sass/_theme-home-page.scss */
  .home-services-gallery .flickity-prev-next-button {
    width: 60px;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 437, ../sass/_theme-home-page.scss */
  .home-services-gallery .flickity-prev-next-button.previous {
    left: 40px;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 442, ../sass/_theme-home-page.scss */
  .home-services-gallery .flickity-prev-next-button.next {
    right: 40px;
  }
}

/* line 450, ../sass/_theme-home-page.scss */
#block-views-home-page-tabs-block {
  display: none;
  overflow: hidden;
  padding: 40px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 769px) {
  /* line 450, ../sass/_theme-home-page.scss */
  #block-views-home-page-tabs-block {
    display: block;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 450, ../sass/_theme-home-page.scss */
  #block-views-home-page-tabs-block {
    padding: 80px;
  }
}
/* line 462, ../sass/_theme-home-page.scss */
#block-views-home-page-tabs-block .item-list {
  left: 40px;
  position: absolute;
  width: 25%;
  z-index: 10;
}
/* line 467, ../sass/_theme-home-page.scss */
#block-views-home-page-tabs-block .item-list ul {
  margin: 0;
  padding: 0;
}
/* line 471, ../sass/_theme-home-page.scss */
#block-views-home-page-tabs-block .item-list a {
  background: #99cb5a;
  border: 1px solid #99cb5a;
  color: #ffffff;
  display: block;
  font: normal 0.85714rem/normal "AvenirNext-Regular", sans-serif;
  letter-spacing: 2px;
  margin: 0 auto;
  max-width: 275px;
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: inset 0 0 0 1px #ffce35, inset 0 0 0 1px #ffce35;
  -webkit-box-shadow: inset 0 0 0 1px #ffce35, inset 0 0 0 1px #ffce35;
  box-shadow: inset 0 0 0 1px #ffce35, inset 0 0 0 1px #ffce35;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 488, ../sass/_theme-home-page.scss */
#block-views-home-page-tabs-block .views-field-field-header-image {
  left: 0;
  position: absolute;
  top: 0;
  width: 140%;
}
@media only screen and (min-width: 1020px) {
  /* line 488, ../sass/_theme-home-page.scss */
  #block-views-home-page-tabs-block .views-field-field-header-image {
    width: 110%;
  }
}
/* line 499, ../sass/_theme-home-page.scss */
#block-views-home-page-tabs-block .views-field-field-header-image img,
#block-views-home-page-tabs-block .views-field-field-header-image .field-content img {
  width: 100% !important;
  display: block !important;
}
/* line 505, ../sass/_theme-home-page.scss */
#block-views-home-page-tabs-block .views-field-body {
  background: rgba(0, 0, 0, 0.35);
  color: #ffffff;
  float: right;
  padding: 30px;
  position: relative;
  width: 60%;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 1020px) {
  /* line 505, ../sass/_theme-home-page.scss */
  #block-views-home-page-tabs-block .views-field-body {
    max-width: 530px;
  }
}
/* line 517, ../sass/_theme-home-page.scss */
#block-views-home-page-tabs-block .views-field-body h1, #block-views-home-page-tabs-block .views-field-body h3, #block-views-home-page-tabs-block .views-field-body h4, #block-views-home-page-tabs-block .views-field-body h5, #block-views-home-page-tabs-block .views-field-body h6 {
  color: #ffffff;
  font-family: "AvenirNext-Medium", sans-serif;
  text-align: center;
}
/* line 522, ../sass/_theme-home-page.scss */
#block-views-home-page-tabs-block .views-field-body h1 {
  font-size: 1.7143em;
  line-height: 1.083324;
  margin: 0;
}
@media only screen and (min-width: 1020px) {
  /* line 522, ../sass/_theme-home-page.scss */
  #block-views-home-page-tabs-block .views-field-body h1 {
    font-size: 2.14em;
    line-height: 1.13;
    text-align: left;
  }
}
/* line 532, ../sass/_theme-home-page.scss */
#block-views-home-page-tabs-block .views-field-body h2 {
  color: #99cb5a;
  font: italic 1.28571rem/1.28571rem "AvenirNext-MediumItalic", sans-serif;
  letter-spacing: 0;
  margin: 0;
  text-align: center;
  text-transform: none;
}
@media only screen and (min-width: 1020px) {
  /* line 532, ../sass/_theme-home-page.scss */
  #block-views-home-page-tabs-block .views-field-body h2 {
    margin: 3px 0;
  }
}
/* line 543, ../sass/_theme-home-page.scss */
#block-views-home-page-tabs-block .views-field-body p {
  margin: 15px 0;
}
@media only screen and (min-width: 1020px) {
  /* line 543, ../sass/_theme-home-page.scss */
  #block-views-home-page-tabs-block .views-field-body p {
    margin: 25px 0;
  }
}
/* line 548, ../sass/_theme-home-page.scss */
#block-views-home-page-tabs-block .views-field-body p:last-child {
  margin-bottom: 0;
}
/* line 552, ../sass/_theme-home-page.scss */
#block-views-home-page-tabs-block .views-field-body .btn {
  margin-bottom: 0;
  width: 100%;
}
/* line 557, ../sass/_theme-home-page.scss */
#block-views-home-page-tabs-block img {
  display: block;
}

@media only screen and (min-width: 1020px) {
  /* line 562, ../sass/_theme-home-page.scss */
  #block-quicktabs-social-media {
    float: left;
    height: 530px;
    overflow: hidden;
    position: relative;
    width: 50%;
  }
}
/* line 570, ../sass/_theme-home-page.scss */
#block-quicktabs-social-media .quicktabs-tabs {
  height: 48px;
  margin: 0;
  padding: 21px 0;
  text-align: center;
}
/* line 75, ../sass/_mixins.scss */
#block-quicktabs-social-media .quicktabs-tabs:after {
  clear: both;
  content: '';
  display: table;
}
@media only screen and (min-width: 769px) {
  /* line 570, ../sass/_theme-home-page.scss */
  #block-quicktabs-social-media .quicktabs-tabs {
    height: 32px;
    padding: 23px 0;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 570, ../sass/_theme-home-page.scss */
  #block-quicktabs-social-media .quicktabs-tabs {
    height: 36px;
    padding: 17px 10px;
  }
}
/* line 584, ../sass/_theme-home-page.scss */
#block-quicktabs-social-media .quicktabs-tabs li {
  display: inline-block;
  margin: 0 10px;
  padding: 0;
}
@media only screen and (min-width: 769px) {
  /* line 584, ../sass/_theme-home-page.scss */
  #block-quicktabs-social-media .quicktabs-tabs li {
    margin: 0 25px;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 584, ../sass/_theme-home-page.scss */
  #block-quicktabs-social-media .quicktabs-tabs li {
    float: left;
    margin: 0;
    width: 25%;
  }
}
/* line 596, ../sass/_theme-home-page.scss */
#block-quicktabs-social-media .quicktabs-tabs li a {
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid #3c5896;
  display: inline-block;
  height: 48px;
  position: relative;
  text-indent: -99999px;
  width: 48px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 769px) {
  /* line 596, ../sass/_theme-home-page.scss */
  #block-quicktabs-social-media .quicktabs-tabs li a {
    background-image: none !important;
    border: none;
    color: #3c5896;
    font-size: 0.8571em;
    font-weight: bold;
    letter-spacing: 1px;
    height: auto;
    line-height: 1.000050;
    padding: 10px 30px;
    text-indent: 0;
    text-transform: uppercase;
    width: auto;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 596, ../sass/_theme-home-page.scss */
  #block-quicktabs-social-media .quicktabs-tabs li a {
    font-size: 0.92em;
    line-height: 1.07;
    padding: 11px 14px;
  }
}
/* line 628, ../sass/_theme-home-page.scss */
#block-quicktabs-social-media .quicktabs-tabs li a:hover {
  background-color: #3c5896;
}
@media only screen and (min-width: 769px) {
  /* line 628, ../sass/_theme-home-page.scss */
  #block-quicktabs-social-media .quicktabs-tabs li a:hover {
    color: #ffffff;
  }
}
/* line 634, ../sass/_theme-home-page.scss */
#block-quicktabs-social-media .quicktabs-tabs li a:before {
  background: url("../images/sprites.png") no-repeat 0 0;
  content: "";
  display: block;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (min-width: 769px) {
  /* line 634, ../sass/_theme-home-page.scss */
  #block-quicktabs-social-media .quicktabs-tabs li a:before {
    content: none;
  }
}
/* line 648, ../sass/_theme-home-page.scss */
#block-quicktabs-social-media .quicktabs-tabs li a:after {
  border-bottom: 10px solid #ffffff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  bottom: -22px;
  content: '';
  display: block;
  height: 0;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  width: 0;
  -webkit-transition: border-bottom 0.1s ease;
  -moz-transition: border-bottom 0.1s ease;
  transition: border-bottom 0.1s ease;
}
@media only screen and (min-width: 769px) {
  /* line 648, ../sass/_theme-home-page.scss */
  #block-quicktabs-social-media .quicktabs-tabs li a:after {
    bottom: -23px;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 648, ../sass/_theme-home-page.scss */
  #block-quicktabs-social-media .quicktabs-tabs li a:after {
    bottom: -17px;
  }
}
/* line 669, ../sass/_theme-home-page.scss */
#block-quicktabs-social-media .quicktabs-tabs li a#quicktabs-tab-social_media-0:before {
  background-size: 150px;
  background-position: -15px -75px;
  height: 30px;
  width: 15px;
}
/* line 676, ../sass/_theme-home-page.scss */
#block-quicktabs-social-media .quicktabs-tabs li a#quicktabs-tab-social_media-0:hover:before {
  background-position: 0 -75px;
}
/* line 682, ../sass/_theme-home-page.scss */
#block-quicktabs-social-media .quicktabs-tabs li a#quicktabs-tab-social_media-1:before {
  background-size: 200px;
  background-position: -25px -71px;
  height: 26px;
  width: 30px;
}
/* line 689, ../sass/_theme-home-page.scss */
#block-quicktabs-social-media .quicktabs-tabs li a#quicktabs-tab-social_media-1:hover:before {
  background-position: 3px -67px;
  background-size: 190px;
}
/* line 696, ../sass/_theme-home-page.scss */
#block-quicktabs-social-media .quicktabs-tabs li a#quicktabs-tab-social_media-2:before {
  background-size: 225px;
  background-position: -159px -82px;
  height: 30px;
  width: 30px;
}
/* line 703, ../sass/_theme-home-page.scss */
#block-quicktabs-social-media .quicktabs-tabs li a#quicktabs-tab-social_media-2:hover:before {
  background-position: -128px -82px;
}
/* line 709, ../sass/_theme-home-page.scss */
#block-quicktabs-social-media .quicktabs-tabs li a#quicktabs-tab-social_media-3:before {
  background-size: 225px;
  background-position: -95px -80px;
  height: 30px;
  width: 30px;
}
/* line 716, ../sass/_theme-home-page.scss */
#block-quicktabs-social-media .quicktabs-tabs li a#quicktabs-tab-social_media-3:hover:before {
  background-position: -64px -80px;
}
/* line 722, ../sass/_theme-home-page.scss */
#block-quicktabs-social-media .quicktabs-tabs li.active a {
  background-color: #3c5896;
}
@media only screen and (min-width: 769px) {
  /* line 722, ../sass/_theme-home-page.scss */
  #block-quicktabs-social-media .quicktabs-tabs li.active a {
    color: #ffffff;
  }
}
/* line 727, ../sass/_theme-home-page.scss */
#block-quicktabs-social-media .quicktabs-tabs li.active a:after {
  border-bottom-color: #3c5896;
}
/* line 731, ../sass/_theme-home-page.scss */
#block-quicktabs-social-media .quicktabs-tabs li.active a#quicktabs-tab-social_media-0:before {
  background-size: 150px;
  background-position: 0 -75px;
}
/* line 737, ../sass/_theme-home-page.scss */
#block-quicktabs-social-media .quicktabs-tabs li.active a#quicktabs-tab-social_media-1:before {
  background-position: 3px -67px;
  background-size: 190px;
}
/* line 743, ../sass/_theme-home-page.scss */
#block-quicktabs-social-media .quicktabs-tabs li.active a#quicktabs-tab-social_media-2:before {
  background-position: -128px -82px;
}
/* line 748, ../sass/_theme-home-page.scss */
#block-quicktabs-social-media .quicktabs-tabs li.active a#quicktabs-tab-social_media-3:before {
  background-position: -64px -80px;
}

/* line 756, ../sass/_theme-home-page.scss */
#quicktabs-container-social_media {
  background: #3c5896;
  border-top: 18px solid #3c5896;
  color: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 769px) {
  /* line 756, ../sass/_theme-home-page.scss */
  #quicktabs-container-social_media {
    height: 460px;
    overflow: scroll;
    position: relative;
    -ms-overflow-style: none;
  }
  /* line 766, ../sass/_theme-home-page.scss */
  #quicktabs-container-social_media::-webkit-scrollbar {
    display: none;
  }
}

@media only screen and (min-width: 769px) {
  /* line 771, ../sass/_theme-home-page.scss */
  #block-views-social-tab-block-block-1 {
    background-color: #ffffff;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1px;
    -moz-column-gap: 1px;
    column-gap: 1px;
    margin-top: -1px;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 771, ../sass/_theme-home-page.scss */
  #block-views-social-tab-block-block-1 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media only screen and (min-width: 1420px) {
  /* line 771, ../sass/_theme-home-page.scss */
  #block-views-social-tab-block-block-1 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}
/* line 792, ../sass/_theme-home-page.scss */
#block-views-social-tab-block-block-1 .views-row {
  height: 240px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 769px) {
  /* line 792, ../sass/_theme-home-page.scss */
  #block-views-social-tab-block-block-1 .views-row {
    border-top: 1px solid #ffffff;
    height: auto;
    overflow: visible;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 804, ../sass/_theme-home-page.scss */
  #block-views-social-tab-block-block-1 .views-row:hover img {
    opacity: 0.2;
  }
  /* line 807, ../sass/_theme-home-page.scss */
  #block-views-social-tab-block-block-1 .views-row:hover .views-field-body {
    opacity: 1;
  }
}
/* line 813, ../sass/_theme-home-page.scss */
#block-views-social-tab-block-block-1 .views-field-field-facebook-picture {
  background-color: #3e5163;
}
/* line 816, ../sass/_theme-home-page.scss */
#block-views-social-tab-block-block-1 img {
  display: block;
  height: auto;
  left: 50%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 769px) {
  /* line 816, ../sass/_theme-home-page.scss */
  #block-views-social-tab-block-block-1 img {
    left: auto;
    min-height: 0;
    opacity: 0.2;
    position: relative;
    top: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 816, ../sass/_theme-home-page.scss */
  #block-views-social-tab-block-block-1 img {
    opacity: 1;
    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
}
/* line 838, ../sass/_theme-home-page.scss */
#block-views-social-tab-block-block-1 .views-field-body {
  background-color: #3e5163;
  background-color: rgba(62, 81, 99, 0.8);
  height: 100%;
  left: 0;
  margin: 0;
  padding: 0 20px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 769px) {
  /* line 838, ../sass/_theme-home-page.scss */
  #block-views-social-tab-block-block-1 .views-field-body {
    background: none;
    height: 140px;
    margin-top: -70px;
    top: 50%;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 838, ../sass/_theme-home-page.scss */
  #block-views-social-tab-block-block-1 .views-field-body {
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
}
/* line 860, ../sass/_theme-home-page.scss */
#block-views-social-tab-block-block-1 .views-field-body .field-content {
  display: table-cell;
  height: 240px;
  vertical-align: middle;
  width: 99999px;
}
@media only screen and (min-width: 769px) {
  /* line 860, ../sass/_theme-home-page.scss */
  #block-views-social-tab-block-block-1 .views-field-body .field-content {
    height: 140px;
  }
}
/* line 868, ../sass/_theme-home-page.scss */
#block-views-social-tab-block-block-1 .views-field-body .field-content p {
  display: inline;
  margin: 0;
}
/* line 874, ../sass/_theme-home-page.scss */
#block-views-social-tab-block-block-1 a {
  color: #ffffff;
}

@media only screen and (min-width: 769px) {
  /* line 878, ../sass/_theme-home-page.scss */
  #quicktabs-tabpage-social_media-1 {
    background-color: #ffffff;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1px;
    -moz-column-gap: 1px;
    column-gap: 1px;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 878, ../sass/_theme-home-page.scss */
  #quicktabs-tabpage-social_media-1 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media only screen and (min-width: 1420px) {
  /* line 878, ../sass/_theme-home-page.scss */
  #quicktabs-tabpage-social_media-1 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}
/* line 898, ../sass/_theme-home-page.scss */
#quicktabs-tabpage-social_media-1 .views-row {
  background: #3e5163;
  height: 240px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 769px) {
  /* line 898, ../sass/_theme-home-page.scss */
  #quicktabs-tabpage-social_media-1 .views-row {
    border-bottom: 1px solid #ffffff;
    height: auto;
    overflow: visible;
  }
}
/* line 910, ../sass/_theme-home-page.scss */
#quicktabs-tabpage-social_media-1 img {
  display: block;
  height: auto;
  left: 50%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 769px) {
  /* line 910, ../sass/_theme-home-page.scss */
  #quicktabs-tabpage-social_media-1 img {
    left: auto;
    min-height: 0;
    position: relative;
    top: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
/* line 927, ../sass/_theme-home-page.scss */
#quicktabs-tabpage-social_media-1 .views-field-body {
  background: #3e5163;
  background: -moz-linear-gradient(top, rgba(62, 81, 99, 0) 0%, rgba(62, 81, 99, 0.9) 100%);
  background: -webkit-linear-gradient(top, rgba(62, 81, 99, 0) 0%, rgba(62, 81, 99, 0.9) 100%);
  background: linear-gradient(to bottom, rgba(62, 81, 99, 0) 0%, rgba(62, 81, 99, 0.9) 100%);
  bottom: 0;
  font-size: 0.8572em;
  left: 0;
  line-height: 1.337;
  padding: 80px 20px 20px 20px;
  position: absolute;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 940, ../sass/_theme-home-page.scss */
#quicktabs-tabpage-social_media-1 .views-field-body a {
  color: #ffffff;
}

/* line 945, ../sass/_theme-home-page.scss */
#quicktabs-tabpage-social_media-2 {
  border-bottom: 18px solid #3c5896;
}
@media only screen and (min-width: 769px) {
  /* line 945, ../sass/_theme-home-page.scss */
  #quicktabs-tabpage-social_media-2 {
    background-color: #ffffff;
    border-bottom: 2px solid #ffffff;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 2px;
    -moz-column-gap: 2px;
    column-gap: 2px;
  }
}
/* line 957, ../sass/_theme-home-page.scss */
#quicktabs-tabpage-social_media-2 .views-row {
  text-align: center;
  width: 50%;
}
@media only screen and (min-width: 769px) {
  /* line 957, ../sass/_theme-home-page.scss */
  #quicktabs-tabpage-social_media-2 .views-row {
    border-top: 2px solid #ffffff;
    width: 100%;
  }
}
/* line 965, ../sass/_theme-home-page.scss */
#quicktabs-tabpage-social_media-2 img {
  height: auto;
  max-height: 200px;
  max-width: 100%;
  width: auto;
}
@media only screen and (min-width: 769px) {
  /* line 965, ../sass/_theme-home-page.scss */
  #quicktabs-tabpage-social_media-2 img {
    display: block;
    max-height: none;
    width: 100%;
  }
}

/* line 978, ../sass/_theme-home-page.scss */
#quicktabs-tabpage-social_media-3 .views-row {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 769px) {
  /* line 978, ../sass/_theme-home-page.scss */
  #quicktabs-tabpage-social_media-3 .views-row {
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 985, ../sass/_theme-home-page.scss */
  #quicktabs-tabpage-social_media-3 .views-row:nth-child(odd) {
    border-right: 1px solid #000000;
  }
  /* line 988, ../sass/_theme-home-page.scss */
  #quicktabs-tabpage-social_media-3 .views-row:nth-child(even) {
    border-left: 1px solid #000000;
  }
}
/* line 993, ../sass/_theme-home-page.scss */
#quicktabs-tabpage-social_media-3 .views-field-title a {
  background: #000000;
  bottom: 0;
  color: #ffffff;
  display: block;
  font-size: 0.7857em;
  line-height: 1.090929;
  overflow: hidden;
  padding: 10px;
  position: absolute;
  right: 0;
  text-align: right;
  text-overflow: ellipsis;
  width: 100%;
  white-space: nowrap;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 1011, ../sass/_theme-home-page.scss */
#quicktabs-tabpage-social_media-3 img {
  display: block;
  width: 100%;
}

/* line 1016, ../sass/_theme-home-page.scss */
.social-media-gallery:after {
  content: 'flickity';
  display: none;
}
@media only screen and (min-width: 769px) {
  /* line 1016, ../sass/_theme-home-page.scss */
  .social-media-gallery:after {
    content: '';
    clear: both;
    display: table;
  }
}

/* line 1026, ../sass/_theme-home-page.scss */
#quicktabs-tabpage-home_page_quicktabs-2 {
  padding: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 1031, ../sass/_theme-home-page.scss */
.learn-more {
  background-color: #80b341;
  text-transform: uppercase;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
/* line 1033, ../sass/_theme-home-page.scss */
.learn-more :hover {
  background-color: #243140;
}
/* line 1038, ../sass/_theme-home-page.scss */
.learn-more a {
  color: #ffffff;
  display: block;
  padding: 15px;
  width: 100%;
}

/* line 1046, ../sass/_theme-home-page.scss */
#block-block-13 {
  background: url("../images/home-map.png") center center no-repeat;
  background-size: cover;
  clear: both;
  height: 500px;
  padding: 50px 30px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 769px) {
  /* line 1046, ../sass/_theme-home-page.scss */
  #block-block-13 {
    height: 530px;
    padding: 60px 40px;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 1046, ../sass/_theme-home-page.scss */
  #block-block-13 {
    clear: none;
    /*float: left;*/
    width: 100%;
  }
}
/* line 1063, ../sass/_theme-home-page.scss */
#block-block-13 .views-exposed-widgets,
#block-block-13 .views-exposed-widget {
  margin: 0;
  padding: 0;
}
/* line 1068, ../sass/_theme-home-page.scss */
#block-block-13 .map-searchform {
  width: 50%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  /* line 1068, ../sass/_theme-home-page.scss */
  #block-block-13 .map-searchform {
    width: 70%;
  }
  /* line 1070, ../sass/_theme-home-page.scss */
  #block-block-13 .map-searchform:hover {
    background-color: #243140;
  }
}
/* line 1075, ../sass/_theme-home-page.scss */
#block-block-13 .inline-mapsearch {
  display: block;
  width: 50%;
  float: left;
}
@media only screen and (max-width: 768px) {
  /* line 1075, ../sass/_theme-home-page.scss */
  #block-block-13 .inline-mapsearch {
    width: 100%;
    clear: both;
    float: none;
  }
  /* line 1083, ../sass/_theme-home-page.scss */
  #block-block-13 .inline-mapsearch form {
    display: none;
  }
}
/* line 1086, ../sass/_theme-home-page.scss */
#block-block-13 .btn-square {
  background-color: #99cb5a;
  margin: 0 auto;
  width: 100%;
  font-size: 1.5em;
  line-height: 1.523810;
  padding: 15px 0;
  border-radius: 0px;
  display: block;
}
/* line 1095, ../sass/_theme-home-page.scss */
#block-block-13 .btn-square:focus {
  background: #ffffff;
  color: #3c5896 !important;
  outline: solid #99cb5a medium;
  text-decoration: underline;
}
/* line 1102, ../sass/_theme-home-page.scss */
#block-block-13 a {
  color: #243140;
}
/* line 1103, ../sass/_theme-home-page.scss */
#block-block-13 form {
  position: relative;
}
@media only screen and (min-width: 769px) {
  /* line 1103, ../sass/_theme-home-page.scss */
  #block-block-13 form {
    margin: 0 auto;
    width: 100%;
  }
}
/* line 1109, ../sass/_theme-home-page.scss */
#block-block-13 form br {
  display: none;
}
/* line 1114, ../sass/_theme-home-page.scss */
#block-block-13 input[type="text"] {
  background-color: #3c5896;
  color: #ffffff;
  font-size: 1.28em;
  line-height: normal;
  border-radius: 0px;
  -moz-box-shadow: inset 0 3px 0 #3c5896;
  -webkit-box-shadow: inset 0 3px 0 #3c5896;
  box-shadow: inset 0 3px 0 #3c5896;
}
@media only screen and (min-width: 769px) {
  /* line 1114, ../sass/_theme-home-page.scss */
  #block-block-13 input[type="text"] {
    font-size: 1.28em;
    line-height: 1.77;
    padding: 15px 25px;
  }
}
/* line 190, ../sass/_mixins.scss */
#block-block-13 input[type="text"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffffff;
  background: #3c5896;
}
/* line 194, ../sass/_mixins.scss */
#block-block-13 input[type="text"] ::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
  background: #3c5896;
}
/* line 198, ../sass/_mixins.scss */
#block-block-13 input[type="text"] :-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff;
  background: #3c5896;
}
/* line 202, ../sass/_mixins.scss */
#block-block-13 input[type="text"] :-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
  background: #3c5896;
}
/* line 1132, ../sass/_theme-home-page.scss */
#block-block-13 input[type="submit"] {
  background: transparent url("../images/sprites.png") -35px -30px no-repeat;
  background-size: 145px;
  border: none;
  height: 22px;
  margin: 0;
  opacity: 0.5;
  padding: 0;
  position: absolute;
  right: 20px;
  text-indent: -9999px;
  top: 50%;
  width: 22px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (min-width: 769px) {
  /* line 1132, ../sass/_theme-home-page.scss */
  #block-block-13 input[type="submit"] {
    background-size: 198px;
    background-position: -48px -41px;
    /* background: none; */
    height: 32px;
    width: 32px;
  }
}
/* line 1155, ../sass/_theme-home-page.scss */
#block-block-13 input[type="submit"]:focus {
  background-color: #99cb5a;
  color: #ffffff;
  -moz-border-radius: 5;
  -webkit-border-radius: 5;
  border-radius: 5;
}

@media only screen and (min-width: 769px) {
  /* line 1165, ../sass/_theme-home-page.scss */
  #block-block-231 img {
    float: left;
    margin-right: 2%;
    max-width: 170px;
  }
}

@media only screen and (min-width: 1020px) {
  /* line 1175, ../sass/_theme-home-page.scss */
  #block-quicktabs-home-page-quicktabs {
    background: #e7ebf3;
    padding: 80px 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
/* line 1182, ../sass/_theme-home-page.scss */
#block-quicktabs-home-page-quicktabs .item-list ul {
  margin: 0;
  padding: 0;
}
/* line 1186, ../sass/_theme-home-page.scss */
#block-quicktabs-home-page-quicktabs .item-list li {
  display: inline-block;
  float: left;
  padding: 0;
  white-space: normal;
  width: 33.3333%;
}
/* line 1193, ../sass/_theme-home-page.scss */
#block-quicktabs-home-page-quicktabs .item-list li.active a {
  background-color: #ffffff;
  border-bottom: 3px solid #ffffff;
}
@media only screen and (min-width: 1020px) {
  /* line 1193, ../sass/_theme-home-page.scss */
  #block-quicktabs-home-page-quicktabs .item-list li.active a {
    border-color: #ffffff;
  }
}
/* line 1202, ../sass/_theme-home-page.scss */
#block-quicktabs-home-page-quicktabs .item-list a {
  background-color: #c8cfd7;
  border: 1px solid #c8d0e1;
  border-bottom: 3px solid #c8d0e1;
  color: #3c5896;
  display: block;
  font: normal 0.78571rem/normal "AvenirNext-DemiBold", sans-serif;
  letter-spacing: 2px;
  padding: 25px;
  text-align: center;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 1020px) {
  /* line 1202, ../sass/_theme-home-page.scss */
  #block-quicktabs-home-page-quicktabs .item-list a {
    font-size: 1.14em;
  }
}
@media only screen and (max-width: 768px) {
  /* line 1202, ../sass/_theme-home-page.scss */
  #block-quicktabs-home-page-quicktabs .item-list a {
    height: 84px;
  }
}
/* line 1222, ../sass/_theme-home-page.scss */
#block-quicktabs-home-page-quicktabs .quicktabs_main {
  clear: both;
}
@media only screen and (min-width: 1020px) {
  /* line 1222, ../sass/_theme-home-page.scss */
  #block-quicktabs-home-page-quicktabs .quicktabs_main {
    background-color: #ffffff;
  }
}
/* line 1229, ../sass/_theme-home-page.scss */
#block-quicktabs-home-page-quicktabs #quicktabs-tabpage-home_page_quicktabs-0 .view-content {
  padding: 30px;
}
@media only screen and (min-width: 769px) {
  /* line 1229, ../sass/_theme-home-page.scss */
  #block-quicktabs-home-page-quicktabs #quicktabs-tabpage-home_page_quicktabs-0 .view-content {
    padding: 50px 30px;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 1229, ../sass/_theme-home-page.scss */
  #block-quicktabs-home-page-quicktabs #quicktabs-tabpage-home_page_quicktabs-0 .view-content {
    padding: 60px 40px;
    text-align: center;
  }
}
/* line 1239, ../sass/_theme-home-page.scss */
#block-quicktabs-home-page-quicktabs #quicktabs-tabpage-home_page_quicktabs-0 .views-row {
  display: none;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  /* line 1239, ../sass/_theme-home-page.scss */
  #block-quicktabs-home-page-quicktabs #quicktabs-tabpage-home_page_quicktabs-0 .views-row {
    display: inline-block;
    margin: 0 1.65%;
    width: 30%;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 1239, ../sass/_theme-home-page.scss */
  #block-quicktabs-home-page-quicktabs #quicktabs-tabpage-home_page_quicktabs-0 .views-row {
    float: none;
    margin: 0 1.5%;
    text-align: left;
  }
}
/* line 1252, ../sass/_theme-home-page.scss */
#block-quicktabs-home-page-quicktabs #quicktabs-tabpage-home_page_quicktabs-0 .views-row.views-row-first {
  display: block;
}
@media only screen and (min-width: 769px) {
  /* line 1252, ../sass/_theme-home-page.scss */
  #block-quicktabs-home-page-quicktabs #quicktabs-tabpage-home_page_quicktabs-0 .views-row.views-row-first {
    display: inline-block;
  }
}
/* line 1259, ../sass/_theme-home-page.scss */
#block-quicktabs-home-page-quicktabs #quicktabs-tabpage-home_page_quicktabs-0 #block-views-news-block-3 {
  margin: 0;
  padding: 0;
}
/* line 1262, ../sass/_theme-home-page.scss */
#block-quicktabs-home-page-quicktabs #quicktabs-tabpage-home_page_quicktabs-0 #block-views-news-block-3 .view-footer {
  text-align: center;
}
/* line 1264, ../sass/_theme-home-page.scss */
#block-quicktabs-home-page-quicktabs #quicktabs-tabpage-home_page_quicktabs-0 #block-views-news-block-3 .view-footer p {
  margin: 0;
}
/* line 1267, ../sass/_theme-home-page.scss */
#block-quicktabs-home-page-quicktabs #quicktabs-tabpage-home_page_quicktabs-0 #block-views-news-block-3 .view-footer a {
  background: #3c5896;
  color: #ffffff;
  display: block;
  font-size: 0.857em;
  letter-spacing: 3px;
  line-height: normal;
  padding: 20px 30px;
  text-transform: uppercase;
}
/* line 1280, ../sass/_theme-home-page.scss */
#block-quicktabs-home-page-quicktabs #quicktabs-tabpage-home_page_quicktabs-1 {
  padding: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 1289, ../sass/_theme-home-page.scss */
#block-views-home-page-notification-block {
  padding: 30px 30px 15px 30px;
  margin: 0;
  background: #243140;
  font-size: 1.1em;
}
@media only screen and (min-width: 1020px) {
  /* line 1289, ../sass/_theme-home-page.scss */
  #block-views-home-page-notification-block {
    font-size: 1.2857em;
  }
}
/* line 1297, ../sass/_theme-home-page.scss */
#block-views-home-page-notification-block .views-row {
  padding-bottom: 15px;
}
/* line 1300, ../sass/_theme-home-page.scss */
#block-views-home-page-notification-block p {
  margin: 0;
}

/* line 1, ../sass/_theme-commerce.scss */
body.page-checkout-complete .cal-promo {
  display: none;
}

@media only screen and (min-width: 1020px) {
  /* line 8, ../sass/_theme-commerce.scss */
  .page-cart #main,
  .page-checkout #main {
    background-color: #e7ebf3;
  }
}
/* line 13, ../sass/_theme-commerce.scss */
.page-cart #content,
.page-checkout #content {
  padding: 20px;
}
@media only screen and (min-width: 1020px) {
  /* line 13, ../sass/_theme-commerce.scss */
  .page-cart #content,
  .page-checkout #content {
    padding: 30px 15% 30px 70px !important;
    background-color: #ffffff;
    width: 85%;
    margin-left: 15%;
  }
}
@media only screen and (min-width: 769px) {
  /* line 13, ../sass/_theme-commerce.scss */
  .page-cart #content,
  .page-checkout #content {
    padding: 30px;
  }
}
/* line 25, ../sass/_theme-commerce.scss */
.page-cart #block-block-226,
.page-cart #block-block-14,
.page-checkout #block-block-226,
.page-checkout #block-block-14 {
  display: none;
}
/* line 30, ../sass/_theme-commerce.scss */
.page-cart #breadcrumb,
.page-checkout #breadcrumb {
  width: 100%;
  height: 50px;
  display: block;
  /*
  @include tablet {
    height: 20px;
  }
  */
}
@media only screen and (max-width: 768px) {
  /* line 30, ../sass/_theme-commerce.scss */
  .page-cart #breadcrumb,
  .page-checkout #breadcrumb {
    height: 20px;
    display: block;
  }
}
/* line 44, ../sass/_theme-commerce.scss */
.page-cart #breadcrumb ol,
.page-checkout #breadcrumb ol {
  display: none;
}
/* line 49, ../sass/_theme-commerce.scss */
.page-cart input[disabled],
.page-cart select[disabled],
.page-cart input[readonly],
.page-cart select[readonly],
.page-checkout input[disabled],
.page-checkout select[disabled],
.page-checkout input[readonly],
.page-checkout select[readonly] {
  color: #969696;
  background-color: #c8cfd7;
}

/* line 61, ../sass/_theme-commerce.scss */
.page-cart table {
  width: 100%;
}
/* line 63, ../sass/_theme-commerce.scss */
.page-cart table th {
  background-color: #c8cfd7;
  padding: 10px;
  text-transform: uppercase;
  color: #3c5896;
  font-size: 0.9em;
}
/* line 70, ../sass/_theme-commerce.scss */
.page-cart table tr.even, .page-cart table tr.odd {
  background-color: #ffffff;
  border: none;
}
/* line 74, ../sass/_theme-commerce.scss */
.page-cart table tbody {
  border: none;
}
/* line 77, ../sass/_theme-commerce.scss */
.page-cart table td {
  padding: 10px;
  vertical-align: middle;
}
/* line 81, ../sass/_theme-commerce.scss */
.page-cart table .component-title {
  text-align: right;
}
/* line 84, ../sass/_theme-commerce.scss */
.page-cart table .component-total {
  text-align: left;
  padding-left: 40px !important;
  width: 60px;
}
/* line 90, ../sass/_theme-commerce.scss */
.page-cart .form-item {
  padding: 0;
  margin: 12px 0;
}
/* line 94, ../sass/_theme-commerce.scss */
.page-cart .commerce-line-item-views-form input.delete-line-item {
  padding: 6px 12px 4px 12px !important;
}
/* line 98, ../sass/_theme-commerce.scss */
.page-cart .commerce-line-item-views-form .commerce-line-item-actions input {
  margin: 0 6px;
}
/* line 102, ../sass/_theme-commerce.scss */
.page-cart .line-item-total {
  padding: 6px;
}
/* line 106, ../sass/_theme-commerce.scss */
.page-cart input[type="submit"] {
  float: right;
  clear: both;
}
/* line 110, ../sass/_theme-commerce.scss */
.page-cart #edit-checkout {
  background: #99cb5a;
  border: 1px solid #99cb5a;
  box-shadow: inset 0 0 0 1px #ffe353, inset 0 0 0 1px #ffe353;
}
/* line 114, ../sass/_theme-commerce.scss */
.page-cart #edit-checkout:hover {
  background: #3c5896;
  border: 1px solid #0d1925;
  box-shadow: inset 0 0 0 1px #6b8dbf, inset 0 0 0 1px #6b8dbf;
}
@media only screen and (max-width: 768px) {
  /* line 110, ../sass/_theme-commerce.scss */
  .page-cart #edit-checkout {
    margin-bottom: 20px;
  }
}
/* line 123, ../sass/_theme-commerce.scss */
.page-cart #cart_extras {
  clear: both;
  padding: 10px 0;
}
/* line 124, ../sass/_theme-commerce.scss */
.page-cart #cart_extras #edit-commerce-coupon-submit {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  /* line 124, ../sass/_theme-commerce.scss */
  .page-cart #cart_extras #edit-commerce-coupon-submit {
    margin-bottom: 20px;
  }
}
/* line 132, ../sass/_theme-commerce.scss */
.page-cart #cart_extras input[type="submit"] {
  float: left;
  clear: none;
}
/* line 136, ../sass/_theme-commerce.scss */
.page-cart #cart_extras input[type="text"] {
  float: left;
  width: 200px;
}
/* line 140, ../sass/_theme-commerce.scss */
.page-cart #cart_extras .form-item {
  float: left;
  width: auto;
  margin: 0 0 25px 0;
  clear: both;
  padding-right: 10px;
}
/* line 146, ../sass/_theme-commerce.scss */
.page-cart #cart_extras .form-item label {
  color: #535353;
  font-weight: normal;
}
/* line 151, ../sass/_theme-commerce.scss */
.page-cart #cart_extras .form-type-checkbox {
  margin-bottom: 10px;
}
/* line 153, ../sass/_theme-commerce.scss */
.page-cart #cart_extras .form-type-checkbox label {
  margin-left: 3px;
  position: relative;
  top: 2px;
}
/* line 159, ../sass/_theme-commerce.scss */
.page-cart #cart_extras hr {
  clear: both;
  background-color: #e7ebf3;
  height: 1px;
  border: 0;
  margin: 20px -20px;
}
/* line 166, ../sass/_theme-commerce.scss */
.page-cart #cart_extras .view-id-order_coupon_list {
  clear: both;
  margin: -20px;
}
/* line 169, ../sass/_theme-commerce.scss */
.page-cart #cart_extras .view-id-order_coupon_list table {
  margin: 0;
}
/* line 171, ../sass/_theme-commerce.scss */
.page-cart #cart_extras .view-id-order_coupon_list table th {
  border: none;
  font-size: 0.9em;
  padding: 5px 10px;
  background-color: #c8cfd7;
}
/* line 177, ../sass/_theme-commerce.scss */
.page-cart #cart_extras .view-id-order_coupon_list table td {
  background-color: #c8cfd7;
  padding: 5px 10px;
  color: #3c5896;
  font-size: 0.9em;
}
/* line 188, ../sass/_theme-commerce.scss */
.page-cart .commerce-responsive-table .views-row {
  background-color: #e7ebf3;
  border-top: none;
  border-bottom: 3px solid #e7ebf3;
  padding: 25px 0;
}
/* line 193, ../sass/_theme-commerce.scss */
.page-cart .commerce-responsive-table .views-row:first-of-type {
  padding-top: 0;
}
/* line 196, ../sass/_theme-commerce.scss */
.page-cart .commerce-responsive-table .views-row:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
/* line 200, ../sass/_theme-commerce.scss */
.page-cart .commerce-responsive-table .views-row input[type="text"] {
  background: #ffffff;
  height: auto;
  font-size: 0.85714rem;
  margin: -8px 0;
}
/* line 206, ../sass/_theme-commerce.scss */
.page-cart .commerce-responsive-table .views-row input[type="submit"] {
  box-shadow: none;
  background: none;
  color: #99cb5a;
  border: none;
  padding: 0;
  letter-spacing: 1px;
  float: none;
}
/* line 215, ../sass/_theme-commerce.scss */
.page-cart .commerce-responsive-table .views-row .views-field {
  padding: 5px;
  border: none;
}
@media screen and (min-width: 550px) {
  /* line 215, ../sass/_theme-commerce.scss */
  .page-cart .commerce-responsive-table .views-row .views-field {
    /* border-bottom: 1px solid rgba(0,0,0,0.15); */
    padding: 0;
  }
}
/* line 222, ../sass/_theme-commerce.scss */
.page-cart .commerce-responsive-table .views-row .views-field .views-label {
  background: transparent;
  color: #535353;
}
/* line 226, ../sass/_theme-commerce.scss */
.page-cart .commerce-responsive-table .views-row .views-field .field-content {
  background: #e7ebf3;
  color: #3c5896;
  margin-bottom: 2px;
}
/* line 232, ../sass/_theme-commerce.scss */
.page-cart .commerce-responsive-table .views-row .form-item {
  margin: 0;
}
/* line 235, ../sass/_theme-commerce.scss */
.page-cart .commerce-responsive-table .views-row .views-field:last-of-type {
  border: none;
}
@media screen and (min-width: 550px) {
  /* line 242, ../sass/_theme-commerce.scss */
  .page-cart .commerce-responsive-table .views-row-1 .views-field .views-label {
    background: #c8cfd7;
    color: #3c5896;
  }
}
/* line 252, ../sass/_theme-commerce.scss */
.page-cart #breadcrumb {
  display: none;
}
/* line 255, ../sass/_theme-commerce.scss */
.page-cart .region-stage #breadcrumb {
  display: block;
}
/* line 258, ../sass/_theme-commerce.scss */
.page-cart .region-stage #breadcrumb ol {
  display: block;
  margin-top: -6px;
}

/* line 269, ../sass/_theme-commerce.scss */
form.commerce-add-to-cart label {
  display: none;
}

/* line 275, ../sass/_theme-commerce.scss */
.form-item-commerce-payment-payment-method {
  display: none;
}

/* line 280, ../sass/_theme-commerce.scss */
.form-item-customer-profile-billing-commerce-customer-address-und-0-premise {
  display: none;
}

/* line 287, ../sass/_theme-commerce.scss */
#commerce-checkout-form-registration .fieldset-wrapper > fieldset:last-of-type {
  border-bottom: none;
  padding-bottom: none;
}
/* line 293, ../sass/_theme-commerce.scss */
#commerce-checkout-form-registration .field-name-field-are-you-an-employee-,
#commerce-checkout-form-registration .field-name-field-if-yes-what-is-your-badge- {
  display: none;
}

/* line 300, ../sass/_theme-commerce.scss */
#commerce-checkout-form-review .checkout-help {
  display: none;
}
/* line 303, ../sass/_theme-commerce.scss */
#commerce-checkout-form-review .commerce-credit-card-expiration {
  margin-bottom: 0;
}
/* line 306, ../sass/_theme-commerce.scss */
#commerce-checkout-form-review .form-item-commerce-payment-payment-details-credit-card-code input {
  width: 80px;
}
/* line 310, ../sass/_theme-commerce.scss */
#commerce-checkout-form-review .form-item-commerce-payment-payment-details-credit-card-type select {
  width: 50%;
}
@media only screen and (min-width: 1020px) {
  /* line 319, ../sass/_theme-commerce.scss */
  #commerce-checkout-form-review .name-block .form-item,
  #commerce-checkout-form-review .street-block .form-item,
  #commerce-checkout-form-review .locality-block .form-item {
    width: calc(50% - 20px);
  }
  /* line 321, ../sass/_theme-commerce.scss */
  #commerce-checkout-form-review .name-block .form-item input,
  #commerce-checkout-form-review .name-block .form-item select,
  #commerce-checkout-form-review .street-block .form-item input,
  #commerce-checkout-form-review .street-block .form-item select,
  #commerce-checkout-form-review .locality-block .form-item input,
  #commerce-checkout-form-review .locality-block .form-item select {
    width: 100%;
  }
  /* line 327, ../sass/_theme-commerce.scss */
  #commerce-checkout-form-review .name-block .form-item-customer-profile-billing-commerce-customer-address-und-0-postal-code,
  #commerce-checkout-form-review .street-block .form-item-customer-profile-billing-commerce-customer-address-und-0-postal-code,
  #commerce-checkout-form-review .locality-block .form-item-customer-profile-billing-commerce-customer-address-und-0-postal-code {
    margin-top: 10px;
  }
  /* line 330, ../sass/_theme-commerce.scss */
  #commerce-checkout-form-review .name-block .form-item-customer-profile-billing-commerce-customer-address-und-0-postal-code input,
  #commerce-checkout-form-review .street-block .form-item-customer-profile-billing-commerce-customer-address-und-0-postal-code input,
  #commerce-checkout-form-review .locality-block .form-item-customer-profile-billing-commerce-customer-address-und-0-postal-code input {
    width: 100px;
  }
}

/* line 339, ../sass/_theme-commerce.scss */
.page-registration #content {
  padding: 30px;
  font-size: 1.1em;
  line-height: 1.7em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 769px) {
  /* line 339, ../sass/_theme-commerce.scss */
  .page-registration #content {
    padding: 40px 60px;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 339, ../sass/_theme-commerce.scss */
  .page-registration #content {
    padding: 55px 60px;
  }
}
/* line 351, ../sass/_theme-commerce.scss */
.page-registration #content .field-label {
  display: inline-block;
}
/* line 354, ../sass/_theme-commerce.scss */
.page-registration #content .field-items {
  display: inline-block;
  margin-left: 6px;
}

/* line 362, ../sass/_theme-commerce.scss */
.checkout-completion-message p {
  font-size: 1.5em;
}
/* line 365, ../sass/_theme-commerce.scss */
.checkout-completion-message a#calendar_link,
.checkout-completion-message a#print_link {
  font-size: 1rem;
}

/* line 372, ../sass/_theme-commerce.scss */
a#calendar_link,
a#print_link {
  font-size: 0.85714rem;
  letter-spacing: 2px;
  line-height: 1.28571rem;
  margin: 0 auto;
  padding: 11px 25px;
  position: relative;
  width: auto;
  border-radius: 50px;
  -moz-box-shadow: inset 0 0 0 1px #6b8dbf, inset 0 0 0 1px #6b8dbf;
  -webkit-box-shadow: inset 0 0 0 1px #6b8dbf, inset 0 0 0 1px #6b8dbf;
  box-shadow: inset 0 0 0 1px #6b8dbf, inset 0 0 0 1px #6b8dbf;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  background: #fd7b17;
  border: 1px solid #fd7b17;
  box-shadow: inset 0 0 0 1px #ffe353, inset 0 0 0 1px #ffe353;
  color: #ffffff;
  letter-spacing: .8px;
}

/* line 391, ../sass/_theme-commerce.scss */
a#print_link {
  border-radius: 5px;
  background-color: #3c5896;
  border: none;
  box-shadow: none;
}
/* line 397, ../sass/_theme-commerce.scss */
a#print_link:hover {
  background-color: #3c5896;
  box-shadow: none;
  border: none;
}

/* line 403, ../sass/_theme-commerce.scss */
a#calendar_link {
  margin-right: 5px;
}

/* styled output about product/order classes on registration and complete pages */
@media only screen and (max-width: 768px) {
  /* line 412, ../sass/_theme-commerce.scss */
  .page-checkout #content {
    padding: 30px;
  }
}
/* line 417, ../sass/_theme-commerce.scss */
.page-checkout #cboxContent, .page-checkout #cboxLoadedContent {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
/* line 422, ../sass/_theme-commerce.scss */
.page-checkout #cboxWrapper {
  /* height: 700px !important; */
  -webkit-border-radius: 0;
  border-radius: 0;
}
/* line 426, ../sass/_theme-commerce.scss */
.page-checkout #cboxWrapper #cboxMiddleLeft, .page-checkout #cboxWrapper #cboxMiddleRight, .page-checkout #cboxWrapper #cboxTopLeft, .page-checkout #cboxWrapper #cboxTopCenter,
.page-checkout #cboxWrapper #cboxTopRight, .page-checkout #cboxWrapper #cboxBottomLeft, .page-checkout #cboxWrapper #cboxBottomCenter, .page-checkout #cboxWrapper #cboxBottomRight {
  display: none;
}
/* line 430, ../sass/_theme-commerce.scss */
.page-checkout #cboxWrapper #cboxClose {
  top: 0;
  background: url(../images/menu-close.png) 0 0 no-repeat;
  background-size: cover;
  height: 20px;
  width: 20px;
  display: none;
}
/* line 441, ../sass/_theme-commerce.scss */
.page-checkout #ordered_events .registration-view-event,
.page-checkout .registration_information .registration-view-event {
  background-color: #c8cfd7;
  background-color: #c8cfd7;
  padding: 20px 30px 0 30px;
  margin: 10px -30px;
  float: left;
  width: calc(100%);
}
/* line 448, ../sass/_theme-commerce.scss */
.page-checkout #ordered_events .registration-view-event h2,
.page-checkout .registration_information .registration-view-event h2 {
  margin-top: 0;
}
/* line 452, ../sass/_theme-commerce.scss */
.page-checkout #ordered_events .event_subheader_wrapper,
.page-checkout .registration_information .event_subheader_wrapper {
  width: 100%;
  min-height: 110px;
}
/* line 456, ../sass/_theme-commerce.scss */
.page-checkout #ordered_events .number,
.page-checkout .registration_information .number {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #3c5896;
  line-height: 2.85714rem;
  text-align: center;
  background: #c8cfd7;
  float: left;
  font-size: .8em;
  display: block;
  margin-right: 30px;
}
/* line 472, ../sass/_theme-commerce.scss */
.page-checkout .registration_information .number {
  color: #3c5896;
  background: #ffffff;
}
/* line 477, ../sass/_theme-commerce.scss */
.page-checkout #ordered_events {
  margin-top: 40px;
  border-top: 1px solid #e7ebf3;
}
@media only screen and (min-width: 1020px) {
  /* line 477, ../sass/_theme-commerce.scss */
  .page-checkout #ordered_events {
    padding-right: 80px;
    margin-right: -100px;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 484, ../sass/_theme-commerce.scss */
  .page-checkout #ordered_events .event_subheader_wrapper {
    margin: 0;
  }
}
@media only screen and (max-width: 768px) {
  /* line 484, ../sass/_theme-commerce.scss */
  .page-checkout #ordered_events .event_subheader_wrapper {
    margin: 0 0 20px 0;
  }
}
/* line 492, ../sass/_theme-commerce.scss */
.page-checkout #ordered_events .view-event {
  border-bottom: 1px solid #e7ebf3;
}
@media only screen and (min-width: 1020px) {
  /* line 492, ../sass/_theme-commerce.scss */
  .page-checkout #ordered_events .view-event {
    padding-right: 80px;
    margin-right: -100px;
  }
}
@media only screen and (min-width: 769px) {
  /* line 492, ../sass/_theme-commerce.scss */
  .page-checkout #ordered_events .view-event {
    margin: 0 -40px;
    padding: 0 40px 0 110px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 492, ../sass/_theme-commerce.scss */
  .page-checkout #ordered_events .view-event {
    margin: 0 -20px 20px -40px;
    padding: 10px 40px 0 50px;
  }
}
/* line 508, ../sass/_theme-commerce.scss */
.page-checkout .views-field-field-date, .page-checkout .views-field-field-location, .page-checkout .views-field-nothing {
  position: relative;
  text-align: left;
  padding: 0 0 0 60px;
  line-height: 140%;
}
@media only screen and (min-width: 1020px) {
  /* line 508, ../sass/_theme-commerce.scss */
  .page-checkout .views-field-field-date, .page-checkout .views-field-field-location, .page-checkout .views-field-nothing {
    width: calc(33.333% - 60px);
    float: left;
  }
}
@media only screen and (min-width: 769px) {
  /* line 508, ../sass/_theme-commerce.scss */
  .page-checkout .views-field-field-date, .page-checkout .views-field-field-location, .page-checkout .views-field-nothing {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 508, ../sass/_theme-commerce.scss */
  .page-checkout .views-field-field-date, .page-checkout .views-field-field-location, .page-checkout .views-field-nothing {
    margin-bottom: 20px;
  }
}
/* line 523, ../sass/_theme-commerce.scss */
.page-checkout .views-field-field-date:before, .page-checkout .views-field-field-location:before, .page-checkout .views-field-nothing:before {
  content: "";
  display: block;
  width: 45px;
  height: 55px;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../images/sprites.png") -10px -568px no-repeat;
}
/* line 533, ../sass/_theme-commerce.scss */
.page-checkout .views-field-field-date .views-label, .page-checkout .views-field-field-location .views-label, .page-checkout .views-field-nothing .views-label {
  text-transform: uppercase;
  color: #3c5896;
  font-family: "AvenirNext-Regular", sans-serif;
  font-weight: bold;
}
/* line 539, ../sass/_theme-commerce.scss */
.page-checkout .views-field-field-date .field-content, .page-checkout .views-field-field-location .field-content, .page-checkout .views-field-nothing .field-content {
  line-height: 1.3em;
  text-transform: initial;
}
/* line 543, ../sass/_theme-commerce.scss */
.page-checkout .views-field-field-date br, .page-checkout .views-field-field-location br, .page-checkout .views-field-nothing br {
  line-height: 1;
}
/* line 548, ../sass/_theme-commerce.scss */
.page-checkout .views-field-field-location:before {
  background-position: -69px -565px;
}
/* line 551, ../sass/_theme-commerce.scss */
.page-checkout .views-field-field-location .field-content {
  line-height: 1;
}
/* line 556, ../sass/_theme-commerce.scss */
.page-checkout .views-field-nothing:before {
  background-position: -119px -567px;
}
/* line 559, ../sass/_theme-commerce.scss */
.page-checkout .views-field-nothing .field-content {
  line-height: 1;
}

/* line 566, ../sass/_theme-commerce.scss */
#merged_form {
  margin-bottom: 20px;
  float: left;
}
/* line 569, ../sass/_theme-commerce.scss */
#merged_form legend {
  display: none;
}
/* line 573, ../sass/_theme-commerce.scss */
#merged_form .form-item {
  margin-bottom: 10px;
}
/* line 575, ../sass/_theme-commerce.scss */
#merged_form .form-item label {
  color: #000000;
  font-weight: normal;
}
@media only screen and (min-width: 1020px) {
  /* line 581, ../sass/_theme-commerce.scss */
  #merged_form .form-item {
    float: left;
    width: calc(50% - 10px);
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    clear: none;
  }
  /* line 588, ../sass/_theme-commerce.scss */
  #merged_form .form-item .form-item,
  #merged_form .form-item .form-wrapper {
    width: 100%;
    margin: 0;
    float: none;
  }
  /* line 594, ../sass/_theme-commerce.scss */
  #merged_form .form-item .form-type-radio {
    float: left;
    width: auto;
  }
  /* line 599, ../sass/_theme-commerce.scss */
  #merged_form .form-item:nth-child(even) {
    margin-right: 20px;
    clear: none;
  }
  /* line 602, ../sass/_theme-commerce.scss */
  #merged_form .form-item:nth-child(even) .form-item,
  #merged_form .form-item:nth-child(even) .form-wrapper {
    width: 100%;
    margin: 0;
    float: none;
  }
  /* line 608, ../sass/_theme-commerce.scss */
  #merged_form .form-item:nth-child(even) .form-type-radio {
    float: left;
    width: auto;
  }
  /* line 613, ../sass/_theme-commerce.scss */
  #merged_form .field_i_would_like_to_receive_anund,
  #merged_form .field_i_would_like_to_receive_fuund {
    width: 100%;
  }
  /* line 618, ../sass/_theme-commerce.scss */
  #merged_form .field_i_would_like_to_receive_anund,
  #merged_form .field_i_would_like_to_receive_fuund,
  #merged_form .field_how_did_you_hear_about_us0und {
    clear: both !important;
    margin: 20px 0 0 0 !important;
  }
  /* line 625, ../sass/_theme-commerce.scss */
  #merged_form .anon_mail,
  #merged_form .field_first_nameund0value,
  #merged_form .field_last_nameund0value {
    width: calc(33% - 12px);
    float: left;
    clear: none !important;
    margin-right: 20px;
  }
  /* line 634, ../sass/_theme-commerce.scss */
  #merged_form .field_last_nameund0value {
    width: calc(33% - 10px);
    margin-right: 0px;
  }
  /* line 639, ../sass/_theme-commerce.scss */
  #merged_form .anon_mail .description {
    display: none;
  }
}

/* line 646, ../sass/_theme-commerce.scss */
.registration_information .form-item label {
  color: #000000;
  font-weight: normal;
}
@media only screen and (min-width: 1020px) {
  /* line 652, ../sass/_theme-commerce.scss */
  .registration_information div.form-item,
  .registration_information div.form-wrapper,
  .registration_information div.field-type-datetime {
    float: left;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    width: calc(50% - 20px);
    clear: none;
    margin-right: 20px;
  }
  /* line 664, ../sass/_theme-commerce.scss */
  .registration_information div.form-item div.form-item,
  .registration_information div.form-item div.form-wrapper,
  .registration_information div.form-item div.field-type-datetime,
  .registration_information div.form-wrapper div.form-item,
  .registration_information div.form-wrapper div.form-wrapper,
  .registration_information div.form-wrapper div.field-type-datetime,
  .registration_information div.field-type-datetime div.form-item,
  .registration_information div.field-type-datetime div.form-wrapper,
  .registration_information div.field-type-datetime div.field-type-datetime {
    width: 100% !important;
    margin-right: 0px !important;
  }
  /* line 671, ../sass/_theme-commerce.scss */
  .registration_information div.form-item div.form-type-radio,
  .registration_information div.form-wrapper div.form-type-radio,
  .registration_information div.field-type-datetime div.form-type-radio {
    float: left;
    width: auto !important;
  }
  /* line 681, ../sass/_theme-commerce.scss */
  .registration_information fieldset.form-item .form-item input,
  .registration_information fieldset.form-item .form-item select,
  .registration_information fieldset.form-item .form-wrapper input,
  .registration_information fieldset.form-item .form-wrapper select,
  .registration_information fieldset.form-item .field-type-datetime input,
  .registration_information fieldset.form-item .field-type-datetime select {
    width: calc(100% - 10px);
  }
  /* line 688, ../sass/_theme-commerce.scss */
  .registration_information .form-item:nth-of-type(even),
  .registration_information .form-wrapper:nth-of-type(even),
  .registration_information .field-type-datetime:nth-of-type(even) {
    margin-right: 20px;
  }
  /* line 695, ../sass/_theme-commerce.scss */
  .registration_information .field-name-field-i-would-like-to-receive-an,
  .registration_information .field-name-field-i-would-like-to-receive-fu,
  .registration_information .fieldset-wrapper > div.form-type-radios:first-child {
    width: 100% !important;
  }
  /* line 701, ../sass/_theme-commerce.scss */
  .registration_information .field-name-field-how-did-you-hear-about-us0,
  .registration_information .field-name-field-i-would-like-to-receive-an,
  .registration_information .field-name-field-i-would-like-to-receive-fu,
  .registration_information .fieldset-wrapper > div.form-type-radios:first-child {
    clear: both !important;
    margin: 10px 0 0 0 !important;
    margin: 20px 0 0 0 !important;
  }
  /* line 711, ../sass/_theme-commerce.scss */
  .registration_information .form-type-textfield,
  .registration_information .field-name-field-first-name,
  .registration_information .field-name-field-last-name {
    width: calc(33% - 12px) !important;
    float: left !important;
    clear: none !important;
    margin-right: 20px !important;
  }
  /* line 720, ../sass/_theme-commerce.scss */
  .registration_information .field-name-field-last-name {
    width: calc(33% - 10px) !important;
    margin-right: 0px !important;
  }
  /* line 725, ../sass/_theme-commerce.scss */
  .registration_information .form-type-textfield .description {
    display: none;
  }
}
/* line 731, ../sass/_theme-commerce.scss */
.registration_information legend {
  display: none;
}
/* line 734, ../sass/_theme-commerce.scss */
.registration_information fieldset .form-wrapper {
  margin-top: 0;
  margin-bottom: 0;
}
/* line 739, ../sass/_theme-commerce.scss */
.registration_information .container-inline-date .form-item input, .registration_information .container-inline-date .form-item select, .registration_information .container-inline-date .form-item option {
  margin: 0 !important;
  width: auto !important;
}
/* line 743, ../sass/_theme-commerce.scss */
.registration_information .hasDatepicker {
  margin: 0 !important;
}
/* line 746, ../sass/_theme-commerce.scss */
.registration_information fieldset.date-combo .container-inline-date .date-padding {
  padding: 0;
}
/* line 749, ../sass/_theme-commerce.scss */
.registration_information .form-type-radios > label {
  margin-bottom: 10px;
}

@media print {
  /* line 759, ../sass/_theme-commerce.scss */
  .page-checkout-complete #print_link,
  .page-checkout-complete #calendar_link,
  .page-checkout-complete .thank-you-slider {
    display: none;
  }
  /* line 765, ../sass/_theme-commerce.scss */
  .page-checkout-complete #email_sent_to a[href]:after {
    content: none !important;
  }
  /* line 768, ../sass/_theme-commerce.scss */
  .page-checkout-complete #content {
    margin-top: -120px !important;
  }
  /* line 771, ../sass/_theme-commerce.scss */
  .page-checkout-complete .views-field-field-date,
  .page-checkout-complete .views-field-field-location,
  .page-checkout-complete .views-field-nothing {
    width: calc(33.333% - 60px);
    float: left;
  }
}
@media only screen and (max-width: 768px) {
  /* line 779, ../sass/_theme-commerce.scss */
  .page-checkout-complete #calendar_link,
  .page-checkout-complete #print_link {
    font-size: 1rem;
    padding: 10px;
    width: calc(100% - 20px);
    margin-bottom: 10px;
    display: block;
  }
}
/* line 790, ../sass/_theme-commerce.scss */
.page-checkout-complete #content {
  background-color: #e7ebf3;
}
/* line 793, ../sass/_theme-commerce.scss */
.page-checkout-complete #ordered_events {
  margin: 0 -30px;
  border-top: 1px solid #e7ebf3;
  background: #ffffff;
  padding: 20px 40px 0 40px;
}
@media only screen and (min-width: 1020px) {
  /* line 800, ../sass/_theme-commerce.scss */
  .page-checkout-complete #content {
    background-color: #ffffff;
  }
  /* line 803, ../sass/_theme-commerce.scss */
  .page-checkout-complete #ordered_events {
    margin: 0;
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  /* line 809, ../sass/_theme-commerce.scss */
  .page-checkout-complete #ordered_events {
    padding: 20px 20px 0 20px;
  }
}

/* line 1, ../sass/_theme-ceadmin.scss */
.page-ceadmin #admin-menu,
.page-batch #admin-menu,
.page-batch .header,
.page-batch #breadcrumb,
.ceadmin_orders,
.page-ceadmin-edit header.header,
.page-ceadmin-edit .stage,
.page-ceadmin-edit #breadcrumb,
.page-ceadmin-delete header.header,
.page-ceadmin-delete .stage,
.page-ceadmin-delete #breadcrumb,
.page-ceadmin-create header.header,
.page-ceadmin-create .stage,
.page-ceadmin-create #breadcrumb,
.page-ceadmin-admin header.header,
.page-ceadmin-admin .stage,
.page-ceadmin-admin #breadcrumb,
.page-ceadmin-modal header.header,
.page-ceadmin-modal .stage,
.page-ceadmin-modal #breadcrumb,
body.page-modal-close,
body.page-ceadmin .region-page-top,
body.page-ceadmin #block-addtoany-addtoany-button,
body.page-batch .region-page-top,
body.page-batch #block-addtoany-addtoany-button,
body.node-type-event #admin-menu,
.mobile_calendar_link {
  display: none;
}

/* line 34, ../sass/_theme-ceadmin.scss */
.page-ceadmin form .messages, .page-ceadmin form .messages--status, .page-ceadmin form .messages--warning, .page-ceadmin form .messages--error {
  display: block;
}

/* line 39, ../sass/_theme-ceadmin.scss */
body.page-ceadmin input,
body.page-ceadmin select,
body.page-ceadmin textarea {
  width: auto !important;
}

/* line 46, ../sass/_theme-ceadmin.scss */
form#tgmg-classes-create-class .form-wrapper {
  width: 95%;
  clear: both;
}

/* line 51, ../sass/_theme-ceadmin.scss */
form#tgmg-classes-create-class .form-wrapper .description,
form#tgmg-classes-create-class .form-wrapper .image-widget-data span {
  display: none;
}

/* line 56, ../sass/_theme-ceadmin.scss */
form#tgmg-classes-create-class .image-preview,
form#tgmg-classes-create-class .image-widget-data,
form#tgmg-classes-create-class .form-file {
  float: left;
  width: 45% !important;
  position: relative;
}

/* line 64, ../sass/_theme-ceadmin.scss */
form#tgmg-classes-create-class .image-widget-data .form-submit {
  position: absolute;
  left: 50%;
}

/* line 69, ../sass/_theme-ceadmin.scss */
form#tgmg-classes-create-class div.image-widget-data {
  float: none;
  width: 100% !important;
}

/* line 74, ../sass/_theme-ceadmin.scss */
form#tgmg-classes-create-class .form-type-checkbox {
  display: block;
  width: 100%;
}

/* line 79, ../sass/_theme-ceadmin.scss */
.page-ceadmin-create #content h1,
.page-ceadmin-edit #content h1,
.page-ceadmin-delete #content h1,
.page-ceadmin #cboxLoadedContent h1 {
  position: fixed;
  background-color: #3c5896;
  width: 100%;
  top: 0;
  margin: 0;
  padding: 20px 30px;
  min-height: 40px;
  z-index: 2;
  font-weight: normal;
  color: #ffffff;
  font-family: "AvenirNext-Regular", sans-serif;
}

/* line 96, ../sass/_theme-ceadmin.scss */
.page-ceadmin #cboxLoadedContent h1 {
  position: absolute;
  left: 0;
  padding: 30px;
  min-height: 40px;
  width: calc(100% - 60px);
  font-size: 2em;
}

/* line 105, ../sass/_theme-ceadmin.scss */
.page-ceadmin #cboxLoadedContent > a {
  z-index: 20;
  position: absolute;
  top: 130px;
  right: 40px;
  font-size: 1.14286rem;
}

/* line 112, ../sass/_theme-ceadmin.scss */
.page-ceadmin-create #content form,
.page-ceadmin-edit #content form,
.page-ceadmin-delete #content form {
  margin: 0 0 100px 0;
  padding: 0 30px;
}

/* line 120, ../sass/_theme-ceadmin.scss */
.page-ceadmin form .form-type-checkboxes > label {
  margin-bottom: 10px;
}

/* line 124, ../sass/_theme-ceadmin.scss */
.page-ceadmin form label {
  font-weight: normal;
  color: #555555;
}

/* line 130, ../sass/_theme-ceadmin.scss */
.ceadmin_footer {
  position: fixed;
  top: 630px;
  height: 50px;
  width: 100%;
  text-align: right;
  z-index: 10;
  padding: 15px 30px;
  background-color: #3c5896;
  left: 0;
}

/* line 142, ../sass/_theme-ceadmin.scss */
.ceadmin_footer .form-submit {
  background-color: #fd7b17;
  margin-right: 60px;
}

/* line 147, ../sass/_theme-ceadmin.scss */
.ceadmin_footer .form-submit:first-child {
  margin-right: 15px;
}

/* line 151, ../sass/_theme-ceadmin.scss */
.ceadmin_footer #modal_close {
  float: left;
  background-color: #17295b;
  color: #ffffff;
  display: block;
  padding: 8px 16px;
  font-size: 0.85714rem;
}

/* line 161, ../sass/_theme-ceadmin.scss */
#edit-body-und-0-format {
  display: none;
}

/* line 165, ../sass/_theme-ceadmin.scss */
.ceadmin_form_left,
.ceadmin_form_right {
  position: fixed;
  top: 540px;
  height: 40px;
  width: 100%;
  text-align: right;
  z-index: 10;
  padding: 10px;
  background-color: #c8cfd7;
}

/* line 178, ../sass/_theme-ceadmin.scss */
.ceadmin_filter_event_types {
  width: 600px;
  padding: 10px 0 10px 60px;
}

/* line 182, ../sass/_theme-ceadmin.scss */
.ceadmin_filter_event_types label {
  float: left;
  width: 150px;
  margin: 0 10px 0px 0;
  font-size: 0.71429rem;
  color: #ffffff;
}

/* line 189, ../sass/_theme-ceadmin.scss */
.ceadmin_filter_event_types span {
  height: 11px;
  width: 11px;
  border-radius: 2px;
  display: inline-block;
  margin: 0 2px;
  position: relative;
  top: 2px;
}

/* line 198, ../sass/_theme-ceadmin.scss */
.ceadmin_filter_event_types input {
  position: relative;
  top: -1px;
}

@media only screen and (min-width: 1020px) {
  /* line 203, ../sass/_theme-ceadmin.scss */
  .ceadmin_filter_event_types input {
    top: 1px;
  }
}
/* line 207, ../sass/_theme-ceadmin.scss */
.page-ceadmin #cboxWrapper {
  border-radius: 0;
}

/* line 211, ../sass/_theme-ceadmin.scss */
.page-ceadmin #cboxMiddleLeft,
.page-ceadmin #cboxTopLeft,
.page-ceadmin #cboxTopCenter,
.page-ceadmin #cboxTopRight,
.page-ceadmin #cboxMiddleRight,
.page-ceadmin #cboxBottomLeft,
.page-ceadmin #cboxBottomCenter,
.page-ceadmin #cboxBottomRight {
  width: 0;
  height: 0;
}

/* line 223, ../sass/_theme-ceadmin.scss */
.page-ceadmin #cboxLoadedContent {
  margin-bottom: 0;
}

/* line 226, ../sass/_theme-ceadmin.scss */
.page-ceadmin #cboxClose {
  position: absolute;
  right: 30px;
  top: 8px;
  font-size: 1.35714rem;
  color: #ffffff;
  background: none;
  width: auto;
  height: auto;
  text-indent: 0 !important;
  bottom: auto;
}

/* line 238, ../sass/_theme-ceadmin.scss */
.page-ceadmin #cboxClose:after {
  content: "\f00d";
  font-family: FontAwesome;
}

/*
form#tgmg-classes-create-class .field-name-title-field,
form#tgmg-classes-create-class .field-name-field-header-image,
form#tgmg-classes-create-class .field-name-body,
form#tgmg-classes-create-class #edit-submit-and-close,
form#tgmg-classes-create-class #edit-submit
{
  float: left;
  width: 45%;
  clear: left;
}
*/
/* line 258, ../sass/_theme-ceadmin.scss */
body.page-batch,
body.page-batch #page {
  margin-top: 0 !important;
}

/* line 263, ../sass/_theme-ceadmin.scss */
.page-batch #content {
  margin: 0;
  width: auto;
}

/* line 270, ../sass/_theme-ceadmin.scss */
.page-ceadmin #content {
  margin: 5%;
  width: 100%;
}

/* line 275, ../sass/_theme-ceadmin.scss */
.page-ceadmin-admin #admin-menu,
.page-ceadmin-admin.header {
  display: block;
}

/* line 280, ../sass/_theme-ceadmin.scss */
.page-ceadmin-edit #page,
.page-ceadmin-create #page,
.page-ceadmin-delete #page {
  margin-top: 0px !important;
  position: absolute;
  width: 100%;
  top: 0;
}

/* line 289, ../sass/_theme-ceadmin.scss */
.page-ceadmin #content {
  margin: 0;
}

/* line 292, ../sass/_theme-ceadmin.scss */
.calendar-main #launch_ce_admin {
  float: right;
  z-index: 499;
  position: relative;
}

@media only screen and (max-width: 768px) {
  /* line 298, ../sass/_theme-ceadmin.scss */
  .page-calendar #launch_ce_admin {
    z-index: 499;
    top: 60px;
    right: 0;
    font-size: 0.85714rem;
    border-radius: 4px 0 0 4px;
    padding: 5px;
  }
}
/* line 307, ../sass/_theme-ceadmin.scss */
.page-ceadmin-admin #content {
  float: none;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

/* line 313, ../sass/_theme-ceadmin.scss */
.page-ceadmin-admin #page {
  margin-top: 40px !important;
}

/* line 316, ../sass/_theme-ceadmin.scss */
.page-ceadmin-admin #content table {
  width: 100%;
}

/* line 319, ../sass/_theme-ceadmin.scss */
.page-ceadmin-admin #content table td {
  padding: 0;
}

/* line 322, ../sass/_theme-ceadmin.scss */
.page-ceadmin-admin #content > table {
  width: calc(100% - 40px);
  margin: 20px;
}

/* line 326, ../sass/_theme-ceadmin.scss */
.page-ceadmin-admin #content table.ceadmin_orders tbody td {
  background-color: #e7ebf3;
  padding: 5px 7px;
}

/* line 331, ../sass/_theme-ceadmin.scss */
.page-ceadmin-admin #content table.ceadmin_orders th:first-child,
.page-ceadmin-admin #content table.ceadmin_orders td:first-child {
  padding-left: 160px;
}

/* line 337, ../sass/_theme-ceadmin.scss */
table.ceadmin_orders {
  border-top: 1px solid #ffffff;
}

/* line 341, ../sass/_theme-ceadmin.scss */
table.ceadmin > tbody > tr {
  border-top: 2px solid #ffffff;
}

/* line 345, ../sass/_theme-ceadmin.scss */
table.ceadmin_class > tbody > tr {
  border-top: 2px solid #ffffff;
}

/* line 349, ../sass/_theme-ceadmin.scss */
.page-ceadmin-admin #content table th {
  text-align: left;
  padding: 5px 7px;
  font-size: 0.71429rem;
  font-weight: normal;
}

/* line 355, ../sass/_theme-ceadmin.scss */
.ceadmin_orders td {
  font-size: 0.71429rem;
  border-bottom: 2px solid #c8cfd7;
}

/* line 359, ../sass/_theme-ceadmin.scss */
.admin_button {
  background-color: #fd7b17;
  color: #ffffff;
  font-weight: bold;
  display: inline-block;
  padding: 10px;
}

/* line 366, ../sass/_theme-ceadmin.scss */
#launch_ce_admin {
  z-index: 999;
  position: absolute;
  top: 0;
  right: 60px;
}

/* line 373, ../sass/_theme-ceadmin.scss */
#launch_create_class {
  position: absolute;
  bottom: -64px;
  right: 0px;
  padding: 20px 13px 6px 13px;
  height: 38px;
}

/* line 381, ../sass/_theme-ceadmin.scss */
#launch_create_class .fa {
  font-size: 1.42857rem;
  margin-right: 7px;
  position: relative;
  top: 3px;
}

/* line 389, ../sass/_theme-ceadmin.scss */
table.ceadmin,
table.ceadmin table {
  margin: 0;
}

/* line 395, ../sass/_theme-ceadmin.scss */
table.ceadmin .class_header {
  background-color: #3c5896;
  color: #ffffff !important;
  font-weight: normal;
}

/* line 401, ../sass/_theme-ceadmin.scss */
table.ceadmin_class > tbody > tr {
  background-color: #c8cfd7;
}

/* line 404, ../sass/_theme-ceadmin.scss */
table.ceadmin .event_header {
  font-weight: normal;
  color: #3c5896 !important;
}

/* line 409, ../sass/_theme-ceadmin.scss */
table.ceadmin .event_header.active {
  color: #ffffff !important;
  background-color: #fd7b17;
}

/* line 414, ../sass/_theme-ceadmin.scss */
table.ceadmin .event_header.active .event_ui {
  background-color: #fd7b17;
}

/*
table.ceadmin table th
{
  color: $blue !important;
  background-color: $midlightgray;
}
table.ceadmin table td
{
  color: $blue !important;
  background-color: $lightgray;
}
*/
/* line 430, ../sass/_theme-ceadmin.scss */
.class_title,
.class_number,
.class_registrations,
.ceadmin_ui {
  float: left;
  margin: 0 15px;
  padding: 5px;
}

/* line 439, ../sass/_theme-ceadmin.scss */
.class_title,
.class_number,
.class_registrations {
  padding: 9px 0 5px 0;
}

/* line 445, ../sass/_theme-ceadmin.scss */
.class_number,
.class_registrations {
  font-size: 0.71429rem;
}

/* line 451, ../sass/_theme-ceadmin.scss */
.class_title {
  width: 50%;
}

/* line 454, ../sass/_theme-ceadmin.scss */
.class_number,
.class_registrations {
  width: calc(25% - 110px);
}

/* line 460, ../sass/_theme-ceadmin.scss */
.ceadmin_ui {
  float: right;
  margin: 0;
  width: 15px;
  padding: 9px 9px 5px 9px;
  font-size: 0.78571rem;
  text-align: center;
}

/* line 469, ../sass/_theme-ceadmin.scss */
.class_ui {
  background-color: #17295b;
}

/* line 472, ../sass/_theme-ceadmin.scss */
.order_ui {
  background-color: #c8cfd7;
}

/* line 475, ../sass/_theme-ceadmin.scss */
.event_ui {
  background-color: #c8cfd7;
}

/* line 478, ../sass/_theme-ceadmin.scss */
.ceadmin_ui a {
  font-size: 1.14286rem;
  color: #ffffff;
}

/* line 483, ../sass/_theme-ceadmin.scss */
tfoot .ceadmin_ui a {
  font-size: 0.78571rem;
  color: #3c5896;
}

/* line 490, ../sass/_theme-ceadmin.scss */
.event_header.active .ceadmin_ui a {
  color: #ffffff !important;
}

/* line 494, ../sass/_theme-ceadmin.scss */
.event_ui a,
.order_ui a {
  color: #3c5896 !important;
}

/* line 499, ../sass/_theme-ceadmin.scss */
.ceadmin_ui_header,
.ceadmin_ui_footer {
  width: 100px;
  padding-left: 0 !important;
  padding-right: 0 !important;
  background-color: #c8cfd7;
}

/* line 507, ../sass/_theme-ceadmin.scss */
.ceadmin_ui_footer {
  float: right;
  width: 99px;
  border-top: 2px solid #c8cfd7;
  border-bottom: 2px solid #c8cfd7;
  margin-top: -2px;
  margin-bottom: -2px;
}

/* line 516, ../sass/_theme-ceadmin.scss */
table.ceadmin tfoot .ceadmin_ui {
  float: left;
  height: auto;
  width: auto;
  padding: 0;
}

/* line 523, ../sass/_theme-ceadmin.scss */
table.ceadmin tfoot .ceadmin_ui a {
  display: inline-block;
  border-right: 1px solid #ACBAD7;
  margin-right: 5px;
  padding-right: 5px;
  line-height: 100%;
}

/* line 531, ../sass/_theme-ceadmin.scss */
table.ceadmin tfoot .ceadmin_ui:nth-of-type(3) a {
  border-right: none;
}

@media only screen and (min-width: 1020px) {
  /* line 537, ../sass/_theme-ceadmin.scss */
  .page-ceadmin .calendar-stage,
  .page-ceadmin .calendar-stage-title-wrap {
    height: 260px;
  }
}
/* line 543, ../sass/_theme-ceadmin.scss */
body.admin-menu.page-ceadmin header#header {
  position: static;
}

/* line 547, ../sass/_theme-ceadmin.scss */
.class_header,
.event_header {
  cursor: pointer;
}

/* line 552, ../sass/_theme-ceadmin.scss */
.class_header .class_title .fa,
.event_header .class_title .fa {
  margin-right: 10px;
  font-size: 1.14286rem;
}

/* line 558, ../sass/_theme-ceadmin.scss */
.class_header .class_title .fa {
  margin-left: 40px;
}

/* line 562, ../sass/_theme-ceadmin.scss */
.event_header .class_title .fa {
  margin-left: 75px;
}

/* line 566, ../sass/_theme-ceadmin.scss */
.class_header .class_title .fa {
  margin-left: 40px;
}

/* line 570, ../sass/_theme-ceadmin.scss */
.event_header .class_title .fa {
  margin-left: 75px;
}

/* line 576, ../sass/_theme-ceadmin.scss */
.class_header.active .fa-plus-circle:before,
.event_header.active .fa-plus-circle:before {
  content: "";
}

/* line 582, ../sass/_theme-ceadmin.scss */
body.page-ceadmin.admin-menu {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* line 587, ../sass/_theme-ceadmin.scss */
.ce_main_header {
  display: block !important;
}

/* line 596, ../sass/_theme-ceadmin.scss */
.page-ceadmin #content form .messages, .page-ceadmin #content form .messages--status, .page-ceadmin #content form .messages--warning, .page-ceadmin #content form .messages--error {
  float: left;
  width: calc(100% - 60px);
  position: relative;
  top: -10px;
}

/* line 604, ../sass/_theme-ceadmin.scss */
.page-ceadmin fieldset {
  border-color: #DCE1ED;
  padding: 10px 20px;
  margin: 20px 0;
}

/* line 610, ../sass/_theme-ceadmin.scss */
.page-ceadmin legend {
  color: #3c5896;
  font-size: 1.14286rem;
  font-family: "AvenirNext-Regular", sans-serif;
  padding: 0 5px;
  margin-left: 20px;
}

/* line 618, ../sass/_theme-ceadmin.scss */
.page-ceadmin .container-inline-date {
  clear: none;
  float: left;
}

/* line 624, ../sass/_theme-ceadmin.scss */
.page-ceadmin .form-item-registration-date-open,
.page-ceadmin .form-item-registration-date-close,
.page-ceadmin .field-name-field-location,
.page-ceadmin .form-item-registration-send-reminder,
.page-ceadmin .form-item-registration-date-reminder {
  float: left;
}

/* line 632, ../sass/_theme-ceadmin.scss */
.page-ceadmin .form-item-registration-date-reminder {
  clear: both;
}

/* line 636, ../sass/_theme-ceadmin.scss */
.page-ceadmin .form-item-date-until {
  margin-left: 10px;
}

/* line 639, ../sass/_theme-ceadmin.scss */
.page-ceadmin .form-item-registration-send-reminder {
  margin-bottom: 0;
  margin-top: 10px;
}
/* line 643, ../sass/_theme-ceadmin.scss */
.page-ceadmin .form-item-registration-send-reminder input {
  position: relative;
  top: -3px;
  margin-right: 5px;
}

/* line 649, ../sass/_theme-ceadmin.scss */
.page-ceadmin fieldset .form-item {
  margin-bottom: 20px;
}

/* line 653, ../sass/_theme-ceadmin.scss */
.page-ceadmin fieldset .form-item .form-item {
  margin-bottom: 0px;
}

/* line 657, ../sass/_theme-ceadmin.scss */
.page-ceadmin .repeat_type .form-item,
.page-ceadmin fieldset .container-inline-date,
.page-ceadmin fieldset .form-item-registration-email,
.page-ceadmin fieldset .form-item-registration-date-reminder {
  display: inline-block;
  float: none;
  margin-bottom: 0;
}

/* line 666, ../sass/_theme-ceadmin.scss */
.page-ceadmin fieldset .form-item-registration-email {
  margin-left: 10px;
}

/* line 672, ../sass/_theme-ceadmin.scss */
.page-ceadmin fieldset .form-item-thank-you-letter input {
  position: relative;
  top: -3px;
  margin-right: 3px;
}

/* line 679, ../sass/_theme-ceadmin.scss */
.page-ceadmin-create fieldset .form-item-thank-you-letter {
  margin-top: 30px;
  margin-left: 5px;
}

/* line 684, ../sass/_theme-ceadmin.scss */
.page-ceadmin fieldset .container-inline-date {
  position: relative;
  top: -7px;
}

/* line 689, ../sass/_theme-ceadmin.scss */
.page-ceadmin fieldset .form-wrapper {
  margin: 0;
}

/* line 693, ../sass/_theme-ceadmin.scss */
.page-ceadmin fieldset input[type="text"],
.page-ceadmin fieldset select {
  margin: 0;
  min-width: 200px;
  margin-right: 10px;
}

/* line 700, ../sass/_theme-ceadmin.scss */
.page-ceadmin fieldset .form-item {
  float: left;
}

/* line 704, ../sass/_theme-ceadmin.scss */
.page-ceadmin .repeat_type {
  background-color: #e7ebf3;
  border-left: 30px solid #c8cfd7;
  clear: both;
  height: 45px;
  padding: 10px;
  margin-bottom: 4px;
}

/* line 713, ../sass/_theme-ceadmin.scss */
.page-ceadmin .repeat_type input,
.page-ceadmin .repeat_type select {
  background-color: #ffffff;
  margin-bottom: 0;
  margin: 0 10px;
}

/* line 720, ../sass/_theme-ceadmin.scss */
.page-ceadmin .repeat_type label,
.page-ceadmin .repeat_type .description,
.page-ceadmin fieldset .field-name-field-event-fee .field-suffix {
  display: none;
}

/* line 726, ../sass/_theme-ceadmin.scss */
.page-ceadmin fieldset .form-item-class-n-copies input[type="text"] {
  width: 80px;
  min-width: 80px;
}

/* line 731, ../sass/_theme-ceadmin.scss */
.page-ceadmin fieldset .field-name-field-event-instructor {
  margin-right: 10px;
  width: 300px !important;
}

/* line 736, ../sass/_theme-ceadmin.scss */
.page-ceadmin fieldset .field-name-field-event-instructor input {
  width: 300px !important;
}

/* line 740, ../sass/_theme-ceadmin.scss */
.page-ceadmin fieldset .field-name-field-class-room,
.page-ceadmin fieldset .field-name-field-class-room input,
.page-ceadmin fieldset .form-item-capacity,
.page-ceadmin fieldset .form-item-capacity input,
.page-ceadmin fieldset .field-name-field-event-fee,
.page-ceadmin fieldset .field-name-field-event-fee input
.page-ceadmin fieldset .form-item-registration-email,
.page-ceadmin fieldset .form-item-registration-email input {
  min-width: 0;
  width: 150px !important;
}

/* line 752, ../sass/_theme-ceadmin.scss */
.page-ceadmin fieldset .form-item-registration-email,
.page-ceadmin fieldset .form-item-registration-email input {
  width: 250px !important;
}

/* line 757, ../sass/_theme-ceadmin.scss */
.page-ceadmin fieldset .field-name-field-class-room {
  margin: 0 10px;
}

/* line 761, ../sass/_theme-ceadmin.scss */
.page-ceadmin fieldset .field-name-field-event-fee {
  float: left;
  width: auto !important;
}

/* line 770, ../sass/_theme-ceadmin.scss */
.page-ceadmin-edit .field-type-commerce-price,
.page-ceadmin-create .field-type-commerce-price {
  width: auto !important;
  float: left;
}
/* line 774, ../sass/_theme-ceadmin.scss */
.page-ceadmin-edit .form-item-field-price-tbd,
.page-ceadmin-create .form-item-field-price-tbd {
  margin-left: 20px;
  width: auto !important;
  float: left;
  margin-top: 47px;
}
/* line 780, ../sass/_theme-ceadmin.scss */
.page-ceadmin-edit input[disabled],
.page-ceadmin-create input[disabled] {
  color: #969696;
  background-color: #c8cfd7;
}

/* line 789, ../sass/_theme-ceadmin.scss */
.page-ceadmin-edit-event .form-item-field-price-tbd,
.page-ceadmin-create-events .form-item-field-price-tbd {
  margin-left: 0px;
  margin-top: 30px;
}

/* line 795, ../sass/_theme-ceadmin.scss */
.page-ceadmin-delete-order form p,
.page-ceadmin-edit-order form p {
  margin: 10px 0;
}

/* line 800, ../sass/_theme-ceadmin.scss */
.page-ceadmin-delete-order form p {
  margin-top: 0;
}

/* line 804, ../sass/_theme-ceadmin.scss */
.page-ceadmin-delete-order form p > b,
.page-ceadmin-edit-order form p > b {
  text-transform: uppercase;
}

/* line 809, ../sass/_theme-ceadmin.scss */
.page-ceadmin form #edit-registration-cancellation-reason,
.page-ceadmin form #edit-field-order-notes-und-0-value {
  width: 100% !important;
}

/* line 814, ../sass/_theme-ceadmin.scss */
.page-ceadmin form #edit-registration-cancellation-reason {
  height: 180px;
}

/* line 818, ../sass/_theme-ceadmin.scss */
.page-ceadmin form#tgmg-classes-edit-order .form-type-textfield {
  width: 47%;
  float: left;
  margin-right: 3%;
}

/* line 824, ../sass/_theme-ceadmin.scss */
.page-ceadmin form#tgmg-classes-edit-order fieldset {
  padding: 20px 40px;
}

/* line 828, ../sass/_theme-ceadmin.scss */
.page-ceadmin form#tgmg-classes-edit-order fieldset .form-item {
  float: none;
}

/* line 832, ../sass/_theme-ceadmin.scss */
.page-ceadmin form#tgmg-classes-edit-order fieldset .form-item-class-picker-dates {
  float: left;
}

/* line 837, ../sass/_theme-ceadmin.scss */
.page-ceadmin .qtip-content {
  background-color: #ffffff !important;
  border-color: #BAC2D4;
  padding: 0px 9px !important;
  font-size: 0.78571rem;
  color: #3c5896 !important;
}

/* line 845, ../sass/_theme-ceadmin.scss */
.page-ceadmin .qtip {
  padding: 0 0 6px !important;
}

/* line 851, ../sass/_theme-ceadmin.scss */
.delete_event .cancel {
  display: none;
}

/*****************/
/* MEDIA QUERIES */
/*****************/
/* Tablet and mobile styles */
@media screen and (max-width: 1024px) {
  /* .page-ceadmin #admin-menu-wrapper, */
  /* line 862, ../sass/_theme-ceadmin.scss */
  .page-ceadmin .admin_button,
  .class_header .ceadmin_ui,
  .event_header .ceadmin_ui,
  .ceadmin_orders th,
  .ceadmin_orders td {
    display: none;
  }

  /* line 870, ../sass/_theme-ceadmin.scss */
  .ceadmin_orders th:nth-of-type(1),
  .ceadmin_orders th:nth-of-type(6),
  .ceadmin_orders td:nth-of-type(1),
  .ceadmin_orders td:nth-of-type(6) {
    display: table-cell;
  }

  /* line 877, ../sass/_theme-ceadmin.scss */
  .page-ceadmin-admin #content > table {
    width: 100%;
    margin: 0px;
    margin-bottom: 40px;
  }

  /* line 882, ../sass/_theme-ceadmin.scss */
  .ceadmin_filter_event_types {
    width: calc(100% - 40px);
    padding: 20px;
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
  }

  /* line 889, ../sass/_theme-ceadmin.scss */
  .class_title {
    width: 40%;
  }

  /* line 892, ../sass/_theme-ceadmin.scss */
  .class_number,
  .class_registrations {
    width: calc(30% - 50px);
  }

  /* line 897, ../sass/_theme-ceadmin.scss */
  .event_header .class_registrations {
    margin-left: calc(30% - 50px);
  }

  /* line 900, ../sass/_theme-ceadmin.scss */
  .mobile_calendar_link {
    position: absolute;
    top: 0;
    right: 40px;
    display: block;
    background-color: #fd7b17;
    color: #ffffff;
    font-weight: bold;
    display: inline-block;
    padding: 5px;
    width: 40px;
    line-height: 200%;
    font-size: 0.64286rem;
    text-align: center;
    border-radius-bottom-right: 4px;
    border-radius-bottom-left: 4px;
  }

  /* line 918, ../sass/_theme-ceadmin.scss */
  .mobile_calendar_link .fa {
    font-size: 1.14286rem;
  }

  /* line 924, ../sass/_theme-ceadmin.scss */
  .page-ceadmin-admin .ceadmin_filter_event_types input {
    top: 4px;
  }
  /* line 927, ../sass/_theme-ceadmin.scss */
  .page-ceadmin-admin .class_title,
  .page-ceadmin-admin .class_number,
  .page-ceadmin-admin .class_registrations {
    width: 100%;
    width: auto;
    display: block;
    float: none;
    line-height: 1em;
    margin-left: 34px;
  }
  /* line 938, ../sass/_theme-ceadmin.scss */
  .page-ceadmin-admin .class_title {
    font-size: 0.85714rem;
    font-weight: bold;
    margin-left: 10px;
  }
  /* line 944, ../sass/_theme-ceadmin.scss */
  .page-ceadmin-admin .class_header {
    padding-bottom: 10px;
  }
  /* line 946, ../sass/_theme-ceadmin.scss */
  .page-ceadmin-admin .class_header .class_title .fa {
    margin-left: 0px;
  }
  /* line 950, ../sass/_theme-ceadmin.scss */
  .page-ceadmin-admin .event_header {
    min-height: 55px;
    overflow: hidden;
    position: relative;
    padding-bottom: 10px;
  }
  /* line 955, ../sass/_theme-ceadmin.scss */
  .page-ceadmin-admin .event_header .class_title .fa {
    margin-left: 10px;
  }
  /* line 958, ../sass/_theme-ceadmin.scss */
  .page-ceadmin-admin .event_header .class_registrations {
    margin-left: 45px;
  }
  /* line 961, ../sass/_theme-ceadmin.scss */
  .page-ceadmin-admin .event_header .delete_event {
    display: block;
    width: 30px;
    padding-top: 10px;
    min-height: 55px;
    position: absolute;
    top: 0;
    right: 0;
  }
  /* line 969, ../sass/_theme-ceadmin.scss */
  .page-ceadmin-admin .event_header .delete_event a {
    font-size: 1.57143rem;
  }
  /* line 972, ../sass/_theme-ceadmin.scss */
  .page-ceadmin-admin .event_header .delete_event .cancel {
    display: block;
    font-size: 0.71429rem;
    font-weight: bold;
    margin: 0 -4px;
    margin-top: -5px;
  }
  /* line 981, ../sass/_theme-ceadmin.scss */
  .page-ceadmin-admin .ceadmin_ui {
    display: none;
  }
  /* line 984, ../sass/_theme-ceadmin.scss */
  .page-ceadmin-admin .email_ui {
    display: block;
  }
  /* line 985, ../sass/_theme-ceadmin.scss */
  .page-ceadmin-admin .email_ui a {
    font-weight: bold;
    font-size: 0.71429rem;
  }
  /* line 991, ../sass/_theme-ceadmin.scss */
  .page-ceadmin-admin .ceadmin_ui_footer {
    background: none;
    border: none;
  }
  /* line 996, ../sass/_theme-ceadmin.scss */
  .page-ceadmin-admin tfoot td {
    background-color: #e7ebf3;
  }
  /* line 1000, ../sass/_theme-ceadmin.scss */
  .page-ceadmin-admin #content table.ceadmin_orders th:first-child,
  .page-ceadmin-admin #content table.ceadmin_orders td:first-child {
    padding-left: 60px;
  }
}
/* Mobile styles */
@media screen and (max-width: 500px) {
  /* line 1011, ../sass/_theme-ceadmin.scss */
  .page-ceadmin-admin #content table.ceadmin_orders th:first-child,
  .page-ceadmin-admin #content table.ceadmin_orders td:first-child {
    padding-left: 20px;
  }
}
/* TRANSLATION */
/* line 3, ../sass/_spanish.scss */
#block-menu-menu-specialties-services li a, .views-field-gender, .field-name-body h1, .field-name-body li {
  text-transform: capitalize;
}
