@import "https://fonts.googleapis.com/css?family=Dancing+Script:400,700|Open+Sans:400,700|Droid+Serif:400,700";
@font-face {
  font-family: 'IdealSans';
  src: url("../fonts/ideal-sans/book/IdealSans-Book.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/ideal-sans/book/IdealSans-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/ideal-sans/book/IdealSans-Book.woff2") format("woff2"), url("../fonts/ideal-sans/book/IdealSans-Book.woff") format("woff"), url("../fonts/ideal-sans/book/IdealSans-Book.ttf") format("truetype"), url("../fonts/ideal-sans/book/IdealSans-Book.svg#svgFontName") format("svg");
  /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'IdealSans';
  src: url("../fonts/ideal-sans/book-italic/IdealSans-BookItalic.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/ideal-sans/book-italic/IdealSans-BookItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/ideal-sans/book-italic/IdealSans-BookItalic.woff2") format("woff2"), url("../fonts/ideal-sans/book-italic/IdealSans-BookItalic.woff") format("woff"), url("../fonts/ideal-sans/book-italic/IdealSans-BookItalic.ttf") format("truetype"), url("../fonts/ideal-sans/book-italic/IdealSans-BookItalic.svg#svgFontName") format("svg");
  /* Legacy iOS */
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'IdealSans';
  src: url("../fonts/ideal-sans/medium/IdealSans-Medium.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/ideal-sans/medium/IdealSans-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/ideal-sans/medium/IdealSans-Medium.woff2") format("woff2"), url("../fonts/ideal-sans/medium/IdealSans-Medium.woff") format("woff"), url("../fonts/ideal-sans/medium/IdealSans-Medium.ttf") format("truetype"), url("../fonts/ideal-sans/medium/IdealSans-Medium.svg#svgFontName") format("svg");
  /* Legacy iOS */
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'KlinicSlab';
  src: url("../fonts/klinic-slab/light/KlinicSlabLight.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/klinic-slab/light/KlinicSlabLight.eot?#iefix") format("embedded-opentype"), url("../fonts/klinic-slab/light/KlinicSlabLight.woff2") format("woff2"), url("../fonts/klinic-slab/light/KlinicSlabLight.woff") format("woff"), url("../fonts/klinic-slab/light/KlinicSlabLight.otf") format("truetype"), url("../fonts/klinic-slab/light/KlinicSlabLight.svg#svgFontName") format("svg");
  /* Legacy iOS */
  font-weight: light;
  font-style: normal;
}
@font-face {
  font-family: 'KlinicSlab';
  src: url("../fonts/klinic-slab/medium/KlinicSlabMedium.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/klinic-slab/medium/KlinicSlabMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/klinic-slab/medium/KlinicSlabMedium.woff2") format("woff2"), url("../fonts/klinic-slab/medium/KlinicSlabMedium.woff") format("woff"), url("../fonts/klinic-slab/medium/KlinicSlabMedium.ttf") format("truetype"), url("../fonts/klinic-slab/medium/KlinicSlabMedium.svg#svgFontName") format("svg");
  /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'KlinicSlab';
  src: url("../fonts/klinic-slab/bold/KlinicSlabBold.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/klinic-slab/bold/KlinicSlabBold.eot?#iefix") format("embedded-opentype"), url("../fonts/klinic-slab/bold/KlinicSlabBold.woff2") format("woff2"), url("../fonts/klinic-slab/bold/KlinicSlabBold.woff") format("woff"), url("../fonts/klinic-slab/bold/KlinicSlabBold.ttf") format("truetype"), url("../fonts/klinic-slab/bold/KlinicSlabBold.svg#svgFontName") format("svg");
  /* Legacy iOS */
  font-weight: bold;
  font-style: normal;
}
/* ---------------------------
   Foundation Settings
--------------------------- */
/* ---------------------------
   Colors
--------------------------- */
/* ---------------------------
   Typography
--------------------------- */
/* Foundation Defaults */
/* ----------------------------------
   Custom Mixins (from Foundation)
---------------------------------- */
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
/* line 11, ../sass/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

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

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

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
/* line 49, ../sass/_normalize.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 63, ../sass/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Removes default margin.
 */
/* line 73, ../sass/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
/* line 85, ../sass/_normalize.scss */
a:focus {
  outline: thin dotted;
}

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

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
/* line 107, ../sass/_normalize.scss */
h1 {
  font-size: 2em;
}

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

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

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

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

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
/* line 150, ../sass/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

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

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

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

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

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

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

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
/* line 212, ../sass/_normalize.scss */
img {
  border: 0;
}

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

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

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

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 255, ../sass/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
/* line 266, ../sass/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 1px;
  /* 3 */
}

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

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

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

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
/* line 315, ../sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

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

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

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

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
/* line 372, ../sass/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Requires: normalize.css -box-sizing.htc */
/* Global Reset & Standards ---------------------- */
/* line 3, ../sass/_foundation.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 9, ../sass/_foundation.scss */
html {
  font-size: 62.5%;
}

/* line 13, ../sass/_foundation.scss */
body {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  position: relative;
  -webkit-font-smoothing: antialiased;
}

/* Links ---------------------- */
/* line 21, ../sass/_foundation.scss */
a {
  color: #2ba6cb;
  text-decoration: none;
  line-height: inherit;
}

/* line 27, ../sass/_foundation.scss */
a:hover {
  color: #2795b6;
}

/* line 31, ../sass/_foundation.scss */
a:focus {
  color: #2ba6cb;
  outline: none;
}

/* line 36, ../sass/_foundation.scss */
p a,
p a:visited {
  line-height: inherit;
}

/* Misc ---------------------- */
/* line 42, ../sass/_foundation.scss */
.left {
  float: left;
}

/* line 46, ../sass/_foundation.scss */
.right {
  float: right;
}

/* line 50, ../sass/_foundation.scss */
.text-left {
  text-align: left;
}

/* line 54, ../sass/_foundation.scss */
.text-right {
  text-align: right;
}

/* line 58, ../sass/_foundation.scss */
.text-center {
  text-align: center;
}

/* line 62, ../sass/_foundation.scss */
.hide {
  display: none;
}

/* line 66, ../sass/_foundation.scss */
.highlight {
  background: #ffff99;
}

/* line 70, ../sass/_foundation.scss */
#googlemap img,
object,
embed {
  max-width: none;
}

/* line 76, ../sass/_foundation.scss */
#map_canvas embed {
  max-width: none;
}

/* line 80, ../sass/_foundation.scss */
#map_canvas img {
  max-width: none;
}

/* line 84, ../sass/_foundation.scss */
#map_canvas object {
  max-width: none;
}

/* Base Type Styles Using Modular Scale ---------------------- */
/* line 89, ../sass/_foundation.scss */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  font-size: 14px;
}

/* line 115, ../sass/_foundation.scss */
p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 17px;
}

/* line 120, ../sass/_foundation.scss */
p.lead {
  font-size: 17.5px;
  line-height: 1.6;
  margin-bottom: 17px;
}

/* line 125, ../sass/_foundation.scss */
p img.left {
  margin: 17px;
  margin-left: 0;
}

/* line 129, ../sass/_foundation.scss */
p img.right {
  margin: 17px;
  margin-right: 0;
}

/*aside p { font-size: 13px; line-height: 1.35; font-style: italic; }*/
/* line 136, ../sass/_foundation.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  text-rendering: optimizeLegibility;
  line-height: 1.1;
  margin-bottom: 14px;
  margin-top: 14px;
}

/* line 147, ../sass/_foundation.scss */
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-size: 60%;
  color: #888;
  line-height: 0;
}

/* line 158, ../sass/_foundation.scss */
h1 {
  font-size: 44px;
}

/* line 162, ../sass/_foundation.scss */
h2 {
  font-size: 37px;
}

/* line 166, ../sass/_foundation.scss */
h3 {
  font-size: 27px;
}

/* line 170, ../sass/_foundation.scss */
h4 {
  font-size: 23px;
}

/* line 174, ../sass/_foundation.scss */
h5 {
  font-size: 17px;
}

/* line 178, ../sass/_foundation.scss */
h6 {
  font-size: 14px;
}

/* line 182, ../sass/_foundation.scss */
hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 22px 0 21px;
  height: 0;
}

/* line 190, ../sass/_foundation.scss */
.subheader {
  line-height: 1.3;
  color: #777;
  font-weight: 300;
  margin-bottom: 17px;
}

/* line 197, ../sass/_foundation.scss */
em,
i {
  font-style: italic;
  line-height: inherit;
}

/* line 203, ../sass/_foundation.scss */
strong,
b {
  font-weight: bold;
  line-height: inherit;
}

/* line 209, ../sass/_foundation.scss */
small {
  font-size: 60%;
  line-height: inherit;
}

/* line 214, ../sass/_foundation.scss */
code {
  font-weight: bold;
  background: #ffff99;
}

/* Lists ---------------------- */
/* line 220, ../sass/_foundation.scss */
ul,
ol {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 17px;
  list-style-position: inside;
}

/* line 228, ../sass/_foundation.scss */
ul.square,
ul.circle,
ul.disc {
  margin-left: 17px;
}

/* line 234, ../sass/_foundation.scss */
ul.square {
  list-style-type: square;
}

/* line 238, ../sass/_foundation.scss */
ul.circle {
  list-style-type: circle;
}

/* line 242, ../sass/_foundation.scss */
ul.disc {
  list-style-type: disc;
}

/* line 246, ../sass/_foundation.scss */
ul.no-bullet {
  list-style: none;
}

/* line 250, ../sass/_foundation.scss */
ul.large li {
  line-height: 21px;
}

/* Blockquotes ---------------------- */
/* line 255, ../sass/_foundation.scss */
blockquote,
blockquote p {
  line-height: 1.5;
  color: #777;
}

/* line 261, ../sass/_foundation.scss */
blockquote {
  margin: 0 0 17px;
  padding: 9px 20px 0 19px;
  border-left: 1px solid #ddd;
}

/* line 267, ../sass/_foundation.scss */
blockquote cite {
  display: block;
  font-size: 13px;
  color: #555;
}

/* line 273, ../sass/_foundation.scss */
blockquote cite:before {
  content: "\2014 \0020";
}

/* line 277, ../sass/_foundation.scss */
blockquote cite a,
blockquote cite a:visited {
  color: #555;
}

/* line 282, ../sass/_foundation.scss */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222;
  border-bottom: 1px solid #ddd;
  cursor: help;
}

/* line 291, ../sass/_foundation.scss */
abbr {
  text-transform: none;
}

/* Print styles.  Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/ Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
/* line 297, ../sass/_foundation.scss */
.print-only {
  display: none !important;
}

/* Print Utilities */
/* line 302, ../sass/_foundation.scss */
.page-break {
  page-break-after: always;
  page-break-inside: avoid;
}

/* line 306, ../sass/_foundation.scss */
.page-section {
  page-break-inside: avoid;
}

@media print {
  /* line 311, ../sass/_foundation.scss */
  * {
    background-color: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    /*filter: none !important;
    -ms-filter: none !important;*/
  }

  /* line 319, ../sass/_foundation.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 323, ../sass/_foundation.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 326, ../sass/_foundation.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 329, ../sass/_foundation.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 335, ../sass/_foundation.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 340, ../sass/_foundation.scss */
  thead {
    display: table-header-group;
  }

  /* line 344, ../sass/_foundation.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 348, ../sass/_foundation.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  /* line 354, ../sass/_foundation.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 360, ../sass/_foundation.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 364, ../sass/_foundation.scss */
  .hide-on-print {
    display: none !important;
  }

  /* line 367, ../sass/_foundation.scss */
  .print-only {
    display: block !important;
  }
}
/* The Grid ---------------------- */
/* line 373, ../sass/_foundation.scss */
.row {
  width: 960px;
  max-width: 100%;
  min-width: 768px;
  margin: 0 auto;
}

/* line 379, ../sass/_foundation.scss */
.row .row {
  width: auto;
  max-width: none;
  min-width: 0;
  margin: 0 -15px;
}

/* line 385, ../sass/_foundation.scss */
.row.collapse .column,
.row.collapse .columns {
  padding: 0;
}

/* line 389, ../sass/_foundation.scss */
.row .row {
  width: auto;
  max-width: none;
  min-width: 0;
  margin: 0 -15px;
}

/* line 395, ../sass/_foundation.scss */
.row .row.collapse {
  margin: 0;
}

/* line 399, ../sass/_foundation.scss */
.column,
.columns {
  float: left;
  min-height: 1px;
  padding: 0 15px;
  position: relative;
  width: 100%;
}

/* line 407, ../sass/_foundation.scss */
.column.centered,
.columns.centered {
  float: none;
  margin: 0 auto;
}

/* line 413, ../sass/_foundation.scss */
[class*="column"] + [class*="column"]:last-child {
  float: right;
}

/* line 417, ../sass/_foundation.scss */
[class*="column"] + [class*="column"].end {
  float: left;
}

/*
.row .one { width: 8.333%; }
.row .two { width: 16.667%; }
.row .three { width: 25%; }
.row .four { width: 33.333%; }
.row .five { width: 41.667%; }
.row .seven { width: 58.333%; }
.row .eight { width: 66.667%; }
.row .nine { width: 75%; }
.row .ten { width: 83.333%; }
.row .eleven { width: 91.667%; }
.row .twelve { width: 100%; }
.row .offset-by-one { margin-left: 8.333%; }
.row .offset-by-two { margin-left: 16.667%; }
.row .offset-by-three { margin-left: 25%; }
.row .offset-by-four { margin-left: 33.333%; }
.row .offset-by-five { margin-left: 41.667%; }
.row .offset-by-six { margin-left: 50%; }
.row .offset-by-seven { margin-left: 58.333%; }
.row .offset-by-eight { margin-left: 66.667%; }
.row .offset-by-nine { margin-left: 75%; }
.row .offset-by-ten { margin-left: 83.333%; }
.push-two { left: 16.667%; }
.pull-two { right: 16.667%; }
.push-three { left: 25%; }
.pull-three { right: 25%; }
.push-four { left: 33.333%; }
.pull-four { right: 33.333%; }
.push-five { left: 41.667%; }
.pull-five { right: 41.667%; }
.push-six { left: 50%; }
.pull-six { right: 50%; }
.push-seven { left: 58.333%; }
.pull-seven { right: 58.333%; }
.push-eight { left: 66.667%; }
.pull-eight { right: 66.667%; }
.push-nine { left: 75%; }
.pull-nine { right: 75%; }
.push-ten { left: 83.333%; }
.pull-ten { right: 83.333%; }
*/
/* line 463, ../sass/_foundation.scss */
.row .twelve {
  width: 100%;
}

/* line 466, ../sass/_foundation.scss */
.row .ten {
  width: 80%;
}

/* line 469, ../sass/_foundation.scss */
.row .nine {
  width: 75%;
}

/* line 472, ../sass/_foundation.scss */
.row .eight {
  width: 66.667%;
}

/* line 475, ../sass/_foundation.scss */
.row .c2-left {
  width: 44%;
}

/* line 478, ../sass/_foundation.scss */
.row .c2-right {
  width: 56%;
}

/* line 481, ../sass/_foundation.scss */
.row .four {
  width: 33.333%;
}

/* line 484, ../sass/_foundation.scss */
.row .three {
  width: 21.875%;
}

/* line 487, ../sass/_foundation.scss */
.row .two {
  width: 20%;
}

/* line 490, ../sass/_foundation.scss */
.row .offset-by-one {
  margin-left: 4.167%;
}

/* line 494, ../sass/_foundation.scss */
img,
object,
embed {
  max-width: 100%;
  height: auto;
}

/* line 501, ../sass/_foundation.scss */
img {
  -ms-interpolation-mode: bicubic;
}

/* line 505, ../sass/_foundation.scss */
#map_canvas img,
.map_canvas img,
img.noresize {
  max-width: none !important;
}

/* Nicolas Gallagher's micro clearfix */
/* line 512, ../sass/_foundation.scss */
.row,
.clearfix {
  *zoom: 1;
}

/* line 516, ../sass/_foundation.scss */
.row:before,
.row:after,
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

/* line 523, ../sass/_foundation.scss */
.row:after,
.clearfix:after {
  clear: both;
}

/* Mobile Grid and Overrides ---------------------- */
@media only screen and (max-width: 767px) {
  /* line 530, ../sass/_foundation.scss */
  body {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  /* line 540, ../sass/_foundation.scss */
  .row {
    width: auto;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
  }

  /* line 546, ../sass/_foundation.scss */
  .column,
  .columns {
    width: auto !important;
    float: none;
  }

  /* line 551, ../sass/_foundation.scss */
  .column:last-child,
  .columns:last-child {
    float: none;
  }

  /* line 555, ../sass/_foundation.scss */
  [class*="column"] + [class*="column"]:last-child {
    float: none;
  }

  /* line 558, ../sass/_foundation.scss */
  .column:before,
  .columns:before,
  .column:after,
  .columns:after {
    content: "";
    display: table;
  }

  /* line 565, ../sass/_foundation.scss */
  .column:after,
  .columns:after {
    clear: both;
  }

  /* line 569, ../sass/_foundation.scss */
  .no-left-margin,
  .offset-by-one,
  .offset-by-two,
  .offset-by-three,
  .offset-by-four,
  .offset-by-five,
  .offset-by-six,
  .offset-by-seven,
  .offset-by-eight,
  .offset-by-nine,
  .offset-by-ten {
    margin-left: 0 !important;
  }

  /* line 582, ../sass/_foundation.scss */
  .left-auto,
  .push-two,
  .push-three,
  .push-four,
  .push-five,
  .push-six,
  .push-seven,
  .push-eight,
  .push-nine,
  .push-ten {
    left: auto;
  }

  /* line 594, ../sass/_foundation.scss */
  .right-auto,
  .pull-two,
  .pull-three,
  .pull-four,
  .pull-five,
  .pull-six,
  .pull-seven,
  .pull-eight,
  .pull-nine,
  .pull-ten {
    right: auto;
  }

  /* Mobile 4-column Grid */
  /* line 607, ../sass/_foundation.scss */
  .row .mobile-one {
    width: 25% !important;
    float: left;
    padding: 0 15px;
  }

  /* line 612, ../sass/_foundation.scss */
  .row .mobile-one:last-child {
    float: right;
  }

  /* line 615, ../sass/_foundation.scss */
  .row.collapse .mobile-one {
    padding: 0;
  }

  /* line 618, ../sass/_foundation.scss */
  .row .mobile-two {
    width: 50% !important;
    float: left;
    padding: 0 15px;
  }

  /* line 623, ../sass/_foundation.scss */
  .row .mobile-two:last-child {
    float: right;
  }

  /* line 626, ../sass/_foundation.scss */
  .row.collapse .mobile-two {
    padding: 0;
  }

  /* line 629, ../sass/_foundation.scss */
  .row .mobile-three {
    width: 75% !important;
    float: left;
    padding: 0 15px;
  }

  /* line 634, ../sass/_foundation.scss */
  .row .mobile-three:last-child {
    float: right;
  }

  /* line 637, ../sass/_foundation.scss */
  .row.collapse .mobile-three {
    padding: 0;
  }

  /* line 640, ../sass/_foundation.scss */
  .row .mobile-four {
    width: 100% !important;
    float: left;
    padding: 0 15px;
  }

  /* line 645, ../sass/_foundation.scss */
  .row .mobile-four:last-child {
    float: right;
  }

  /* line 648, ../sass/_foundation.scss */
  .row.collapse .mobile-four {
    padding: 0;
  }

  /* line 651, ../sass/_foundation.scss */
  .push-one-mobile {
    left: 25%;
  }

  /* line 654, ../sass/_foundation.scss */
  .pull-one-mobile {
    right: 25%;
  }

  /* line 657, ../sass/_foundation.scss */
  .push-two-mobile {
    left: 50%;
  }

  /* line 660, ../sass/_foundation.scss */
  .pull-two-mobile {
    right: 50%;
  }

  /* line 663, ../sass/_foundation.scss */
  .push-three-mobile {
    left: 75%;
  }

  /* line 666, ../sass/_foundation.scss */
  .pull-three-mobile {
    right: 75%;
  }
}
/* Block Grids ---------------------- */
/* These are 2-up, 3-up, 4-up and 5-up ULs, suited
for repeating blocks of content. Add 'mobile' to
them to switch them just like the layout grid
(one item per line) on phones

For IE7/8 compatibility block-grid items need to be
the same height. You can optionally uncomment the
lines below to support arbitrary height, but know
that IE7/8 do not support :nth-child.
-------------------------------------------------- */
/* line 681, ../sass/_foundation.scss */
.block-grid {
  display: flex;
  flex-wrap: wrap;
}

/* line 686, ../sass/_foundation.scss */
.block-grid > li {
  display: block;
  height: auto;
  float: left;
}

/* line 692, ../sass/_foundation.scss */
.block-grid.two-up {
  margin: 0 -15px;
}

/* line 696, ../sass/_foundation.scss */
.block-grid.two-up > li {
  width: 50%;
  padding: 0 15px 15px;
}

/*  .block-grid.two-up>li:nth-child(2n+1) {clear: left;} */
/* line 702, ../sass/_foundation.scss */
.block-grid.three-up {
  margin: 0 -12px;
}

/* line 706, ../sass/_foundation.scss */
.block-grid.three-up > li {
  width: 33.33%;
  padding: 0 12px 12px;
}

/*  .block-grid.three-up>li:nth-child(3n+1) {clear: left;} */
/* line 712, ../sass/_foundation.scss */
.block-grid.four-up {
  margin: 0 -10px;
}

/* line 716, ../sass/_foundation.scss */
.block-grid.four-up > li {
  width: 25%;
  padding: 0 10px 10px;
}

/*  .block-grid.four-up>li:nth-child(4n+1) {clear: left;} */
/* line 722, ../sass/_foundation.scss */
.block-grid.five-up {
  margin: 0 -8px;
}

/* line 726, ../sass/_foundation.scss */
.block-grid.five-up > li {
  width: 20%;
  padding: 0 8px 8px;
}

/*  .block-grid.five-up>li:nth-child(5n+1) {clear: left;} */
/* Mobile Block Grids */
@media only screen and (max-width: 767px) {
  /* line 735, ../sass/_foundation.scss */
  .block-grid.mobile {
    margin-left: 0;
  }

  /* line 738, ../sass/_foundation.scss */
  .block-grid.mobile > li {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}
/* Requires: globals.css */
/* Table of Contents

:: Visibility
:: Alerts
:: Labels
:: Tooltips
:: Panels
:: Side Nav
:: Sub Nav
:: Pagination
:: Breadcrumbs
:: Lists
:: Link Lists
:: Keystroke Chars
:: Video
:: Tables
:: Microformats

*/
/* Visibility Classes ---------------------- */
/* Standard (large) display targeting */
/* line 766, ../sass/_foundation.scss */
.show-for-small,
.show-for-medium,
.show-for-medium-down,
.hide-for-large,
.hide-for-large-up,
.show-for-xlarge {
  display: none !important;
}

/* line 775, ../sass/_foundation.scss */
.hide-for-xlarge,
.show-for-large,
.show-for-large-up,
.hide-for-small,
.hide-for-medium,
.hide-for-medium-down {
  display: block !important;
}

/* Very large display targeting */
@media only screen and (min-width: 1441px) {
  /* line 786, ../sass/_foundation.scss */
  .hide-for-small,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-large,
  .show-for-large-up,
  .show-for-xlarge {
    display: block !important;
  }

  /* line 794, ../sass/_foundation.scss */
  .show-for-small,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-large,
  .hide-for-large-up,
  .hide-for-xlarge {
    display: none !important;
  }
}
/* Medium display targeting */
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  /* line 805, ../sass/_foundation.scss */
  .hide-for-small,
  .show-for-medium,
  .show-for-medium-down,
  .hide-for-large,
  .hide-for-large-up,
  .hide-for-xlarge {
    display: block !important;
  }

  /* line 813, ../sass/_foundation.scss */
  .show-for-small,
  .hide-for-medium,
  .hide-for-medium-down,
  .show-for-large,
  .show-for-large-up,
  .show-for-xlarge {
    display: none !important;
  }
}
/* Small display targeting */
@media only screen and (max-width: 767px) {
  /* line 824, ../sass/_foundation.scss */
  .show-for-small,
  .hide-for-medium,
  .show-for-medium-down,
  .hide-for-large,
  .hide-for-large-up,
  .hide-for-xlarge {
    display: block !important;
  }

  /* line 832, ../sass/_foundation.scss */
  .hide-for-small,
  .show-for-medium,
  .hide-for-medium-down,
  .show-for-large,
  .show-for-large-up,
  .show-for-xlarge {
    display: none !important;
  }
}
/* Orientation targeting */
/* line 842, ../sass/_foundation.scss */
.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}

/* line 847, ../sass/_foundation.scss */
.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

@media screen and (orientation: landscape) {
  /* line 853, ../sass/_foundation.scss */
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }

  /* line 857, ../sass/_foundation.scss */
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  /* line 863, ../sass/_foundation.scss */
  .show-for-portrait,
  .hide-for-landscape {
    display: block !important;
  }

  /* line 867, ../sass/_foundation.scss */
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }
}
/* Touch-enabled device targeting */
/* line 873, ../sass/_foundation.scss */
.show-for-touch {
  display: none !important;
}

/* line 877, ../sass/_foundation.scss */
.hide-for-touch {
  display: block !important;
}

/* line 881, ../sass/_foundation.scss */
.touch .show-for-touch {
  display: block !important;
}

/* line 885, ../sass/_foundation.scss */
.touch .hide-for-touch {
  display: none !important;
}

/* Specific overrides for elements that require something other than display: block */
/* line 890, ../sass/_foundation.scss */
table.show-for-xlarge,
table.show-for-large,
table.hide-for-small,
table.hide-for-medium {
  display: table !important;
}

@media only screen and (max-width: 1279px) and (min-width: 768px) {
  /* line 898, ../sass/_foundation.scss */
  .touch table.hide-for-xlarge,
  .touch table.hide-for-large,
  .touch table.hide-for-small,
  .touch table.show-for-medium {
    display: table !important;
  }
}
@media only screen and (max-width: 767px) {
  /* line 906, ../sass/_foundation.scss */
  table.hide-for-xlarge,
  table.hide-for-large,
  table.hide-for-medium,
  table.show-for-small {
    display: table !important;
  }
}
/* Alerts ---------------------- */
/* line 914, ../sass/_foundation.scss */
div.alert-box {
  display: block;
  padding: 6px 7px 7px;
  font-weight: bold;
  font-size: 14px;
  color: white;
  background-color: #2ba6cb;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
  position: relative;
}

/* line 931, ../sass/_foundation.scss */
div.alert-box.success {
  background-color: #5da423;
  color: #fff;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
}

/* line 936, ../sass/_foundation.scss */
div.alert-box.alert {
  background-color: #c60f13;
  color: #fff;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
}

/* line 941, ../sass/_foundation.scss */
div.alert-box.secondary {
  background-color: #e9e9e9;
  color: #505050;
  text-shadow: 0 1px rgba(255, 255, 255, 0.3);
}

/* line 946, ../sass/_foundation.scss */
div.alert-box a.close {
  color: #333;
  position: absolute;
  right: 4px;
  top: -1px;
  font-size: 17px;
  opacity: 0.2;
  padding: 4px;
}

/* line 955, ../sass/_foundation.scss */
div.alert-box a.close:hover,
div.alert-box a.close:focus {
  opacity: 0.4;
}

/* Labels ---------------------- */
/* line 961, ../sass/_foundation.scss */
.label {
  padding: 1px 4px 2px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  display: inline;
  position: relative;
  bottom: 1px;
  color: #fff;
  background: #2ba6cb;
}

/* line 975, ../sass/_foundation.scss */
.label.radius {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

/* line 982, ../sass/_foundation.scss */
.label.round {
  padding: 1px 7px 2px;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  -ms-border-radius: 1000px;
  -o-border-radius: 1000px;
  border-radius: 1000px;
}

/* line 990, ../sass/_foundation.scss */
.label.alert {
  background-color: #c60f13;
}

/* line 993, ../sass/_foundation.scss */
.label.success {
  background-color: #5da423;
}

/* line 996, ../sass/_foundation.scss */
.label.secondary {
  background-color: #e9e9e9;
  color: #505050;
}

/* Tooltips ---------------------- */
/* line 1002, ../sass/_foundation.scss */
.has-tip {
  border-bottom: dotted 1px #ccc;
  cursor: help;
  font-weight: bold;
  color: #333;
}

/* line 1008, ../sass/_foundation.scss */
.has-tip:hover {
  border-bottom: dotted 1px #0593dc;
  color: #0192dd;
}

/* line 1012, ../sass/_foundation.scss */
.has-tip.tip-left,
.has-tip.tip-right {
  float: none !important;
}

/* line 1017, ../sass/_foundation.scss */
.tooltip {
  display: none;
  background: black;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 5px;
  z-index: 999;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  line-height: normal;
}

/* line 1033, ../sass/_foundation.scss */
.tooltip > .nub {
  display: block;
  width: 0;
  height: 0;
  border: solid 5px;
  border-color: transparent transparent black transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.8) transparent;
  position: absolute;
  top: -10px;
  left: 10px;
}

/* line 1044, ../sass/_foundation.scss */
.tooltip.tip-override > .nub {
  border-color: transparent transparent black transparent !important;
  border-color: transparent transparent rgba(0, 0, 0, 0.8) transparent !important;
  top: -10px !important;
}

/* line 1049, ../sass/_foundation.scss */
.tooltip.tip-top > .nub {
  border-color: black transparent transparent transparent;
  border-color: rgba(0, 0, 0, 0.8) transparent transparent transparent;
  top: auto;
  bottom: -10px;
}

/* line 1055, ../sass/_foundation.scss */
.tooltip.tip-left,
.tooltip.tip-right {
  float: none !important;
}

/* line 1059, ../sass/_foundation.scss */
.tooltip.tip-left > .nub {
  border-color: transparent transparent transparent black;
  border-color: transparent transparent transparent rgba(0, 0, 0, 0.8);
  right: -10px;
  left: auto;
}

/* line 1065, ../sass/_foundation.scss */
.tooltip.tip-right > .nub {
  border-color: transparent black transparent transparent;
  border-color: transparent rgba(0, 0, 0, 0.8) transparent transparent;
  right: auto;
  left: -10px;
}

/* line 1071, ../sass/_foundation.scss */
.tooltip.noradius {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

/* line 1078, ../sass/_foundation.scss */
.tooltip.opened {
  color: #0192dd !important;
  border-bottom: dotted 1px #0593dc !important;
}

/* line 1083, ../sass/_foundation.scss */
.tap-to-close {
  display: block;
  font-size: 10px;
  font-size: 1rem;
  color: #888;
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  /* line 1092, ../sass/_foundation.scss */
  .tooltip {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
    padding: 7px 10px 9px 10px;
  }

  /* line 1098, ../sass/_foundation.scss */
  .tooltip > .nub,
  .tooltip.top > .nub,
  .tooltip.left > .nub,
  .tooltip.right > .nub {
    border-color: transparent transparent black transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.85) transparent;
    top: -12px;
    left: 10px;
  }
}
/* Panels ---------------------- */
/* line 1109, ../sass/_foundation.scss */
div.panel {
  background: #f2f2f2;
  border: solid 1px #e6e6e6;
  margin: 0 0 22px 0;
  padding: 20px;
}

/* line 1115, ../sass/_foundation.scss */
div.panel *:first-child {
  margin-top: 0;
}

/* line 1118, ../sass/_foundation.scss */
div.panel *:last-child {
  margin-bottom: 0;
}

/* line 1121, ../sass/_foundation.scss */
div.panel.callout {
  background: #2ba6cb;
  color: #fff;
  border-color: #2284a1;
  -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5);
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5);
}

/* line 1129, ../sass/_foundation.scss */
div.panel.callout a {
  color: #fff;
}

/* line 1132, ../sass/_foundation.scss */
div.panel.callout .button {
  background: white;
  border: none;
  color: #2ba6cb;
  text-shadow: none;
}

/* line 1138, ../sass/_foundation.scss */
div.panel.callout .button:hover {
  background: rgba(255, 255, 255, 0.8);
}

/* line 1141, ../sass/_foundation.scss */
div.panel.radius {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

/* Side Nav ---------------------- */
/* line 1150, ../sass/_foundation.scss */
ul.side-nav {
  display: block;
  list-style: none;
  margin: 0;
  padding: 17px 0;
}

/* line 1156, ../sass/_foundation.scss */
ul.side-nav li {
  display: block;
  list-style: none;
  margin: 0 0 7px 0;
}

/* line 1161, ../sass/_foundation.scss */
ul.side-nav li a {
  display: block;
}

/* line 1164, ../sass/_foundation.scss */
ul.side-nav li.active a {
  color: #4d4d4d;
  font-weight: bold;
}

/* line 1168, ../sass/_foundation.scss */
ul.side-nav li.divider {
  border-top: 1px solid #e6e6e6;
  height: 0;
  padding: 0;
}

/* Sub Navs http://www.zurb.com/article/292/how-to-create-simple-and-effective-sub-na ---------------------- */
/* line 1175, ../sass/_foundation.scss */
dl.sub-nav {
  display: block;
  width: auto;
  overflow: hidden;
  margin: -4px 0 18px -9px;
  padding-top: 4px;
}

/* line 1182, ../sass/_foundation.scss */
dl.sub-nav dt,
dl.sub-nav dd {
  float: left;
  display: inline;
  margin-left: 9px;
  margin-bottom: 4px;
}

/* line 1189, ../sass/_foundation.scss */
dl.sub-nav dt {
  color: #999;
  font-weight: normal;
}

/* line 1193, ../sass/_foundation.scss */
dl.sub-nav dd a {
  text-decoration: none;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  -ms-border-radius: 1000px;
  -o-border-radius: 1000px;
  border-radius: 1000px;
}

/* line 1201, ../sass/_foundation.scss */
dl.sub-nav dd.active a {
  font-weight: bold;
  background: #2ba6cb;
  color: #fff;
  padding: 3px 9px;
  cursor: default;
}

/* Pagination ---------------------- */
/* line 1210, ../sass/_foundation.scss */
ul.pagination {
  display: block;
  height: 24px;
  margin-left: -5px;
}

/* line 1215, ../sass/_foundation.scss */
ul.pagination li {
  float: left;
  display: block;
  height: 24px;
  color: #999;
  font-size: 14px;
  margin-left: 5px;
}

/* line 1223, ../sass/_foundation.scss */
ul.pagination li a {
  display: block;
  padding: 1px 7px 1px;
  color: #555;
}

/* line 1228, ../sass/_foundation.scss */
ul.pagination li:hover a,
ul.pagination li a:focus {
  background: #e6e6e6;
}

/* line 1232, ../sass/_foundation.scss */
ul.pagination li.unavailable a {
  cursor: default;
  color: #999;
}

/* line 1236, ../sass/_foundation.scss */
ul.pagination li.unavailable:hover a,
ul.pagination li.unavailable a:focus {
  background: transparent;
}

/* line 1240, ../sass/_foundation.scss */
ul.pagination li.current a {
  background: #2ba6cb;
  color: white;
  font-weight: bold;
  cursor: default;
}

/* line 1246, ../sass/_foundation.scss */
ul.pagination li.current a:hover {
  background: #2ba6cb;
}

/* Breadcrums ---------------------- */
/* line 1251, ../sass/_foundation.scss */
ul.breadcrumbs {
  display: block;
  background: #f6f6f6;
  padding: 6px 10px 7px;
  border: 1px solid #e9e9e9;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  overflow: hidden;
}

/* line 1263, ../sass/_foundation.scss */
ul.breadcrumbs li {
  margin: 0;
  padding: 0 12px 0 0;
  float: left;
  list-style: none;
}

/* line 1269, ../sass/_foundation.scss */
ul.breadcrumbs li a,
ul.breadcrumbs li span {
  text-transform: uppercase;
  font-size: 11px;
  font-size: 1.1rem;
  padding-left: 12px;
}

/* line 1276, ../sass/_foundation.scss */
ul.breadcrumbs li:first-child a,
ul.breadcrumbs li:first-child span {
  padding-left: 0;
}

/* line 1280, ../sass/_foundation.scss */
ul.breadcrumbs li:before {
  content: "/";
  color: #aaa;
}

/* line 1284, ../sass/_foundation.scss */
ul.breadcrumbs li:first-child:before {
  content: " ";
}

/* line 1287, ../sass/_foundation.scss */
ul.breadcrumbs li.current a {
  cursor: default;
  color: #333;
}

/* line 1291, ../sass/_foundation.scss */
ul.breadcrumbs li:hover a,
ul.breadcrumbs li a:focus {
  text-decoration: underline;
}

/* line 1295, ../sass/_foundation.scss */
ul.breadcrumbs li.current:hover a,
ul.breadcrumbs li.current a:focus {
  text-decoration: none;
}

/* line 1299, ../sass/_foundation.scss */
ul.breadcrumbs li.unavailable a {
  color: #999;
}

/* line 1302, ../sass/_foundation.scss */
ul.breadcrumbs li.unavailable:hover a,
ul.breadcrumbs li.unavailable a:focus {
  text-decoration: none;
  color: #999;
  cursor: default;
}

/* Lists ---------------------- */
/* line 1310, ../sass/_foundation.scss */
ul.nice,
ol.nice {
  list-style: none;
  margin: 0;
}

/* line 1315, ../sass/_foundation.scss */
ul.nice li,
ol.nice li {
  padding-left: 13px;
  position: relative;
}

/* line 1320, ../sass/_foundation.scss */
ul.nice li span.bullet,
ul.nice li span.number,
ol.nice li span.bullet,
ol.nice li span.number {
  position: absolute;
  left: 0;
  top: 0;
  color: #ccc;
}

/* Link List */
/* line 1331, ../sass/_foundation.scss */
ul.link-list {
  margin: 0 0 17px -22px;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

/* line 1337, ../sass/_foundation.scss */
ul.link-list li {
  list-style: none;
  float: left;
  margin-left: 22px;
  display: block;
}

/* line 1343, ../sass/_foundation.scss */
ul.link-list li a {
  display: block;
}

/* Keytroke Characters ---------------------- */
/* line 1348, ../sass/_foundation.scss */
.keystroke,
kbd {
  font-family: "Consolas", "Menlo", "Courier", monospace;
  font-size: 13px;
  padding: 2px 4px 0px;
  margin: 0;
  background: #ededed;
  border: solid 1px #dbdbdb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

/* Video - Mad props to http://www.alistapart.com/articles/creating-intrinsic-ratios-for-video/ ---------------------- */
/* line 1364, ../sass/_foundation.scss */
.flex-video {
  position: relative;
  padding-top: 25px;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 16px;
  overflow: hidden;
}

/* line 1372, ../sass/_foundation.scss */
.flex-video.widescreen {
  padding-bottom: 57.25%;
}

/* line 1375, ../sass/_foundation.scss */
.flex-video.vimeo {
  padding-top: 0;
}

/* line 1378, ../sass/_foundation.scss */
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
  /* line 1394, ../sass/_foundation.scss */
  .flex-video {
    padding-top: 0;
  }
}
/* Tables ---------------------- */
/* line 1400, ../sass/_foundation.scss */
table {
  background: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: 0 0 18px;
  border: 1px solid #ddd;
}

/* line 1409, ../sass/_foundation.scss */
table thead,
table tfoot {
  background: #f5f5f5;
}

/* line 1414, ../sass/_foundation.scss */
table thead tr th,
table tfoot tr th,
table tbody tr td,
table tr td,
table tfoot tr td {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  text-align: left;
}

/* line 1425, ../sass/_foundation.scss */
table thead tr th,
table tfoot tr td {
  padding: 8px 10px 9px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #222;
}

/* line 1434, ../sass/_foundation.scss */
table thead tr th:first-child,
table tfoot tr td:first-child {
  border-left: none;
}

/* line 1439, ../sass/_foundation.scss */
table thead tr th:last-child,
table tfoot tr td:last-child {
  border-right: none;
}

/* line 1444, ../sass/_foundation.scss */
table tbody tr.even,
table tbody tr.alt {
  background: #f9f9f9;
}

/* line 1449, ../sass/_foundation.scss */
table tbody tr:nth-child(even) {
  background: #f9f9f9;
}

/* line 1453, ../sass/_foundation.scss */
table tbody tr td {
  color: #333;
  padding: 9px 10px;
  vertical-align: top;
  border: none;
}

/* Microformats ---------------------- */
/* line 1461, ../sass/_foundation.scss */
ul.vcard {
  display: inline-block;
  margin: 0 0 12px 0;
  border: 1px solid #ddd;
  padding: 10px;
}

/* line 1467, ../sass/_foundation.scss */
ul.vcard li {
  margin: 0;
  display: block;
}

/* line 1471, ../sass/_foundation.scss */
ul.vcard li.fn {
  font-weight: bold;
  font-size: 15px;
  font-size: 1.5rem;
}

/* line 1477, ../sass/_foundation.scss */
p.vevent span.summary {
  font-weight: bold;
}

/* line 1480, ../sass/_foundation.scss */
p.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 1px;
}

/* Don't use native buttons on iOS */
/* line 1489, ../sass/_foundation.scss */
input[type="submit"].button,
button.button {
  -webkit-appearance: none;
}

@media only screen and (max-width: 767px) {
  /* line 1495, ../sass/_foundation.scss */
  .button {
    display: block;
  }

  /* line 1498, ../sass/_foundation.scss */
  button.button,
  input[type="submit"].button {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
/* Correct FF button padding */
@-moz-document url-prefix() {
  /* line 1507, ../sass/_foundation.scss */
  button::-moz-focus-inner,
  input[type="reset"]::-moz-focus-inner,
  input[type="button"]::-moz-focus-inner,
  input[type="submit"]::-moz-focus-inner,
  input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none;
    padding: 0;
  }

  /* line 1515, ../sass/_foundation.scss */
  input[type="submit"].tiny.button {
    padding: 3px 10px 4px;
  }

  /* line 1518, ../sass/_foundation.scss */
  input[type="submit"].small.button {
    padding: 5px 14px 6px;
  }

  /* line 1521, ../sass/_foundation.scss */
  input[type="submit"].button,
  input[type="submit"].medium.button {
    padding: 8px 20px 9px;
  }

  /* line 1525, ../sass/_foundation.scss */
  input[type="submit"].large.button {
    padding: 13px 30px 14px;
  }
}
/* Buttons with Dropdowns ---------------------- */
/* line 1531, ../sass/_foundation.scss */
.button.dropdown {
  position: relative;
  padding-right: 44px;
  /* Sizes */
  /* Triangles */
  /* Flyout List */
  /* Split Dropdown Buttons */
}

/* line 1535, ../sass/_foundation.scss */
.button.dropdown.large {
  padding-right: 60px;
}

/* line 1538, ../sass/_foundation.scss */
.button.dropdown.small {
  padding-right: 28px;
}

/* line 1541, ../sass/_foundation.scss */
.button.dropdown.tiny {
  padding-right: 20px;
}

/* line 1544, ../sass/_foundation.scss */
.button.dropdown:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 6px;
  border-color: white transparent transparent transparent;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -2px;
}

/* line 1556, ../sass/_foundation.scss */
.button.dropdown.large:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 7px;
  border-color: white transparent transparent transparent;
  margin-top: -3px;
  right: 30px;
}

/* line 1566, ../sass/_foundation.scss */
.button.dropdown.small:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 5px;
  border-color: white transparent transparent transparent;
  margin-top: -2px;
  right: 14px;
}

/* line 1576, ../sass/_foundation.scss */
.button.dropdown.tiny:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 4px;
  border-color: white transparent transparent transparent;
  margin-top: -1px;
  right: 10px;
}

/* line 1586, ../sass/_foundation.scss */
.button.dropdown > ul {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  display: none;
  position: absolute;
  left: -1px;
  background: #fff;
  background: rgba(255, 255, 255, 0.95);
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid #cccccc;
  border-top: none;
  min-width: 100%;
  z-index: 40;
}

/* line 1603, ../sass/_foundation.scss */
.button.dropdown > ul li {
  cursor: pointer;
  padding: 0;
  min-height: 18px;
  line-height: 18px;
  margin: 0;
  white-space: nowrap;
  list-style: none;
}

/* line 1612, ../sass/_foundation.scss */
.button.dropdown > ul li a {
  display: block;
  color: #555;
  font-size: 13px;
  font-weight: normal;
  padding: 6px 14px;
  text-align: left;
}

/* line 1620, ../sass/_foundation.scss */
.button.dropdown > ul li:hover {
  background-color: #e3f4f9;
  color: #222;
}

/* line 1624, ../sass/_foundation.scss */
.button.dropdown > ul li.divider {
  min-height: 0;
  padding: 0;
  height: 1px;
  margin: 4px 0;
  background: #ededed;
}

/* line 1631, ../sass/_foundation.scss */
.button.dropdown.up > ul {
  border-top: 1px solid #cccccc;
  border-bottom: none;
}

/* line 1635, ../sass/_foundation.scss */
.button.dropdown ul.no-hover.show-dropdown {
  display: block !important;
}

/* line 1638, ../sass/_foundation.scss */
.button.dropdown:hover > ul.no-hover {
  display: none;
}

/* line 1641, ../sass/_foundation.scss */
.button.dropdown.split {
  padding: 0;
  position: relative;
  /* Sizes */
  /* Triangle Spans */
  /* Colors */
}

/* line 1645, ../sass/_foundation.scss */
.button.dropdown.split:after {
  display: none;
}

/* line 1648, ../sass/_foundation.scss */
.button.dropdown.split:hover {
  background-color: #2ba6cb;
}

/* line 1651, ../sass/_foundation.scss */
.button.dropdown.split.alert:hover {
  background-color: #c60f13;
}

/* line 1654, ../sass/_foundation.scss */
.button.dropdown.split.success:hover {
  background-color: #5da423;
}

/* line 1657, ../sass/_foundation.scss */
.button.dropdown.split.secondary:hover {
  background-color: #e9e9e9;
}

/* line 1660, ../sass/_foundation.scss */
.button.dropdown.split > a {
  color: white;
  display: block;
  padding: 10px 50px 11px 20px;
  -webkit-transition: background-color 0.15s ease-in-out;
  -moz-transition: background-color 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
}

/* line 1669, ../sass/_foundation.scss */
.button.dropdown.split > a:hover {
  background-color: #2284a1;
}

/* line 1672, ../sass/_foundation.scss */
.button.dropdown.split.large > a {
  padding: 15px 75px 16px 30px;
}

/* line 1675, ../sass/_foundation.scss */
.button.dropdown.split.small > a {
  padding: 7px 35px 8px 14px;
}

/* line 1678, ../sass/_foundation.scss */
.button.dropdown.split.tiny > a {
  padding: 5px 25px 6px 10px;
}

/* line 1681, ../sass/_foundation.scss */
.button.dropdown.split > span {
  background-color: #2ba6cb;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 30px;
  border-left: 1px solid #1e728c;
  -webkit-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5) inset;
  -moz-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5) inset;
  box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5) inset;
  -webkit-transition: background-color 0.15s ease-in-out;
  -moz-transition: background-color 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
}

/* line 1697, ../sass/_foundation.scss */
.button.dropdown.split > span:hover {
  background-color: #2284a1;
}

/* line 1700, ../sass/_foundation.scss */
.button.dropdown.split > span:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 6px;
  border-color: white transparent transparent transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -6px;
  margin-top: -2px;
}

/* line 1713, ../sass/_foundation.scss */
.button.dropdown.split.large span {
  width: 45px;
}

/* line 1716, ../sass/_foundation.scss */
.button.dropdown.split.small span {
  width: 21px;
}

/* line 1719, ../sass/_foundation.scss */
.button.dropdown.split.tiny span {
  width: 15px;
}

/* line 1722, ../sass/_foundation.scss */
.button.dropdown.split.large span:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 7px;
  border-color: white transparent transparent transparent;
  margin-top: -3px;
  margin-left: -7px;
}

/* line 1732, ../sass/_foundation.scss */
.button.dropdown.split.small span:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 4px;
  border-color: white transparent transparent transparent;
  margin-top: -1px;
  margin-left: -4px;
}

/* line 1742, ../sass/_foundation.scss */
.button.dropdown.split.tiny span:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 3px;
  border-color: white transparent transparent transparent;
  margin-top: -1px;
  margin-left: -3px;
}

/* line 1752, ../sass/_foundation.scss */
.button.dropdown.split.alert > span {
  background-color: #c60f13;
  border-left-color: #7f0a0c;
}

/* line 1756, ../sass/_foundation.scss */
.button.dropdown.split.success > span {
  background-color: #5da423;
  border-left-color: #396516;
}

/* line 1760, ../sass/_foundation.scss */
.button.dropdown.split.secondary > span {
  background-color: #e9e9e9;
  border-left-color: #c3c3c3;
}

/* line 1764, ../sass/_foundation.scss */
.button.dropdown.split.alert > a:hover,
.button.dropdown.split.alert > span:hover {
  background-color: #970b0e;
}

/* line 1768, ../sass/_foundation.scss */
.button.dropdown.split.success > a:hover,
.button.dropdown.split.success > span:hover {
  background-color: #457a1a;
}

/* line 1772, ../sass/_foundation.scss */
.button.dropdown.split.secondary > a:hover,
.button.dropdown.split.secondary > span:hover {
  background-color: #d0d0d0;
}

/* Button Groups ---------------------- */
/* line 1778, ../sass/_foundation.scss */
ul.button-group {
  list-style: none;
  padding: 0;
  margin: 0 0 12px;
  overflow: hidden;
}

/* line 1784, ../sass/_foundation.scss */
ul.button-group li {
  padding: 0;
  margin: 0 0 0 -1px;
  float: left;
}

/* line 1789, ../sass/_foundation.scss */
ul.button-group li:first-child {
  margin-left: 0;
}

/* line 1792, ../sass/_foundation.scss */
ul.button-group.radius li:first-child a.button,
ul.button-group.radius li:first-child a.button.radius,
ul.button-group.radius li:first-child a.button.rounded {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 1803, ../sass/_foundation.scss */
ul.button-group.radius li + li a.button,
ul.button-group.radius li + li a.button.radius,
ul.button-group.radius li + li a.button.rounded {
  border-radius: 0;
}

/* line 1808, ../sass/_foundation.scss */
ul.button-group.radius li:last-child a.button,
ul.button-group.radius li:last-child a.button.radius,
ul.button-group.radius li:last-child a.button.rounded {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 1819, ../sass/_foundation.scss */
ul.button-group.rounded li:first-child a.button,
ul.button-group.rounded li:first-child a.button.radius,
ul.button-group.rounded li:first-child a.button.rounded {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
}

/* line 1830, ../sass/_foundation.scss */
ul.button-group.rounded li + li a.button,
ul.button-group.rounded li + li a.button.radius,
ul.button-group.rounded li + li a.button.rounded {
  border-radius: 0;
}

/* line 1835, ../sass/_foundation.scss */
ul.button-group.rounded li:last-child a.button,
ul.button-group.rounded li:last-child a.button.radius,
ul.button-group.rounded li:last-child a.button.rounded {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
}

/* line 1846, ../sass/_foundation.scss */
ul.button-group.even a.button {
  width: 100%;
}

/* line 1849, ../sass/_foundation.scss */
ul.button-group.even.two-up li {
  width: 50%;
}

/* line 1852, ../sass/_foundation.scss */
ul.button-group.even.three-up li {
  width: 33.3%;
}

/* line 1855, ../sass/_foundation.scss */
ul.button-group.even.three-up li:first-child {
  width: 33.4%;
}

/* line 1858, ../sass/_foundation.scss */
ul.button-group.even.four-up li {
  width: 25%;
}

/* line 1861, ../sass/_foundation.scss */
ul.button-group.even.five-up li {
  width: 20%;
}

/* line 1865, ../sass/_foundation.scss */
div.button-bar {
  overflow: hidden;
}

/* line 1868, ../sass/_foundation.scss */
div.button-bar ul.button-group {
  float: left;
  margin-right: 8px;
}

/* line 1872, ../sass/_foundation.scss */
div.button-bar ul.button-group:last-child {
  margin-left: 0;
}

/* Requires globals.css app.js */
/* Tabs ---------------------- */
/* line 1878, ../sass/_foundation.scss */
dl.tabs {
  border-bottom: solid 1px #e6e6e6;
  display: block;
  height: 40px;
  padding: 0;
  margin-bottom: 20px;
}

/* line 1885, ../sass/_foundation.scss */
dl.tabs.contained {
  margin-bottom: 0;
}

/* line 1888, ../sass/_foundation.scss */
dl.tabs dt {
  color: #b3b3b3;
  cursor: default;
  display: block;
  float: left;
  font-size: 12px;
  height: 40px;
  line-height: 40px;
  padding: 0 9px 0 20px;
  width: auto;
  text-transform: uppercase;
}

/* line 1900, ../sass/_foundation.scss */
dl.tabs dt:first-child {
  padding: 0 9px 0 0;
}

/* line 1903, ../sass/_foundation.scss */
dl.tabs dd {
  display: block;
  float: left;
  padding: 0;
  margin: 0;
}

/* line 1909, ../sass/_foundation.scss */
dl.tabs dd a {
  color: #6f6f6f;
  display: block;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding: 0px 23.8px;
}

/* line 1917, ../sass/_foundation.scss */
dl.tabs dd.active {
  border-top: 3px solid #2ba6cb;
  margin-top: -3px;
}

/* line 1921, ../sass/_foundation.scss */
dl.tabs dd.active a {
  cursor: default;
  color: #3c3c3c;
  background: #fff;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  font-weight: bold;
}

/* line 1929, ../sass/_foundation.scss */
dl.tabs dd:first-child {
  margin-left: 0;
}

/* line 1932, ../sass/_foundation.scss */
dl.tabs.vertical {
  height: auto;
  border-bottom: 1px solid #e6e6e6;
}

/* line 1936, ../sass/_foundation.scss */
dl.tabs.vertical dt,
dl.tabs.vertical dd {
  float: none;
  height: auto;
}

/* line 1941, ../sass/_foundation.scss */
dl.tabs.vertical dd {
  border-left: 3px solid #cccccc;
}

/* line 1944, ../sass/_foundation.scss */
dl.tabs.vertical dd a {
  background: #f2f2f2;
  border: none;
  border: 1px solid #e6e6e6;
  border-width: 1px 1px 0 0;
  color: #555;
  display: block;
  font-size: 14px;
  height: auto;
  line-height: 1;
  padding: 15px 20px;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
}

/* line 1959, ../sass/_foundation.scss */
dl.tabs.vertical dd.active {
  margin-top: 0;
  border-top: 1px solid #4d4d4d;
  border-left: 4px solid #1a1a1a;
}

/* line 1964, ../sass/_foundation.scss */
dl.tabs.vertical dd.active a {
  background: #4d4d4d;
  border: none;
  color: #fff;
  height: auto;
  margin: 0;
  position: static;
  top: 0;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}

/* line 1976, ../sass/_foundation.scss */
dl.tabs.vertical dd:first-child a.active {
  margin: 0;
}

/* line 1979, ../sass/_foundation.scss */
dl.tabs.pill {
  border-bottom: none;
  margin-bottom: 10px;
}

/* line 1983, ../sass/_foundation.scss */
dl.tabs.pill dd {
  margin-right: 10px;
}

/* line 1986, ../sass/_foundation.scss */
dl.tabs.pill dd:last-child {
  margin-right: 0;
}

/* line 1989, ../sass/_foundation.scss */
dl.tabs.pill dd a {
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  -ms-border-radius: 1000px;
  -o-border-radius: 1000px;
  border-radius: 1000px;
  background: #e6e6e6;
  height: 26px;
  line-height: 26px;
  color: #666;
}

/* line 2000, ../sass/_foundation.scss */
dl.tabs.pill dd.active {
  border: none;
  margin-top: 0;
}

/* line 2004, ../sass/_foundation.scss */
dl.tabs.pill dd.active a {
  background-color: #2ba6cb;
  border: none;
  color: #fff;
}

/* line 2009, ../sass/_foundation.scss */
dl.tabs.pill.contained {
  border-bottom: solid 1px #eee;
  margin-bottom: 0;
}

/* line 2013, ../sass/_foundation.scss */
dl.tabs.two-up dt a,
dl.tabs.two-up dd a,
dl.tabs.three-up dt a,
dl.tabs.three-up dd a,
dl.tabs.four-up dt a,
dl.tabs.four-up dd a,
dl.tabs.five-up dt a,
dl.tabs.five-up dd a {
  padding: 0 17px;
  text-align: center;
  overflow: hidden;
}

/* line 2025, ../sass/_foundation.scss */
dl.tabs.two-up dt,
dl.tabs.two-up dd {
  width: 50%;
}

/* line 2029, ../sass/_foundation.scss */
dl.tabs.three-up dt,
dl.tabs.three-up dd {
  width: 33.33%;
}

/* line 2033, ../sass/_foundation.scss */
dl.tabs.four-up dt,
dl.tabs.four-up dd {
  width: 25%;
}

/* line 2037, ../sass/_foundation.scss */
dl.tabs.five-up dt,
dl.tabs.five-up dd {
  width: 20%;
}

/* line 2042, ../sass/_foundation.scss */
ul.tabs-content {
  display: block;
  margin: 0 0 20px;
  padding: 0;
}

/* line 2047, ../sass/_foundation.scss */
ul.tabs-content > li {
  display: none;
}

/* line 2050, ../sass/_foundation.scss */
ul.tabs-content > li.active {
  display: block;
}

/* line 2053, ../sass/_foundation.scss */
ul.tabs-content.contained {
  padding: 0;
}

/* line 2056, ../sass/_foundation.scss */
ul.tabs-content.contained > li {
  border: solid 0 #e6e6e6;
  border-width: 0 1px 1px 1px;
  padding: 20px;
}

/* line 2061, ../sass/_foundation.scss */
ul.tabs-content.contained.vertical > li {
  border-width: 1px 1px 1px 1px;
}

/* line 2065, ../sass/_foundation.scss */
.no-js ul.tabs-content > li {
  display: block;
}

@media only screen and (max-width: 767px) {
  /* line 2070, ../sass/_foundation.scss */
  dl.tabs.mobile,
  dl.nice.tabs.mobile {
    width: auto;
    margin: 20px -20px 40px;
    height: auto;
  }

  /* line 2076, ../sass/_foundation.scss */
  dl.tabs.mobile dt,
  dl.tabs.mobile dd,
  dl.nice.tabs.mobile dt,
  dl.nice.tabs.mobile dd {
    float: none;
    height: auto;
  }

  /* line 2083, ../sass/_foundation.scss */
  dl.tabs.mobile dd a {
    display: block;
    width: auto;
    height: auto;
    padding: 18px 20px;
    line-height: 1;
    border: solid 0 #ccc;
    border-width: 1px 0 0;
    margin: 0;
    color: #555;
    background: #eee;
    font-size: 15px;
    font-size: 1.5rem;
  }

  /* line 2097, ../sass/_foundation.scss */
  dl.tabs.mobile dd a.active {
    height: auto;
    margin: 0;
    border-width: 1px 0 0;
  }

  /* line 2102, ../sass/_foundation.scss */
  .tabs.mobile {
    border-bottom: solid 1px #ccc;
    height: auto;
  }

  /* line 2106, ../sass/_foundation.scss */
  .tabs.mobile dd a {
    padding: 18px 20px;
    border: none;
    border-left: none;
    border-right: none;
    border-top: 1px solid #ccc;
    background: #fff;
  }

  /* line 2114, ../sass/_foundation.scss */
  .tabs.mobile dd a.active {
    border: none;
    background: #2ba6cb;
    color: #fff;
    margin: 0;
    position: static;
    top: 0;
    height: auto;
  }

  /* line 2123, ../sass/_foundation.scss */
  .tabs.mobile dd:first-child a.active {
    margin: 0;
  }

  /* line 2126, ../sass/_foundation.scss */
  dl.contained.mobile,
  dl.nice.contained.mobile {
    margin-bottom: 0;
  }

  /* line 2130, ../sass/_foundation.scss */
  dl.contained.tabs.mobile dd a {
    padding: 18px 20px;
  }

  /* line 2133, ../sass/_foundation.scss */
  dl.tabs.mobile + ul.contained {
    margin-left: -20px;
    margin-right: -20px;
    border-width: 0 0 1px 0;
  }
}
/* Requires globals.css */
/* line 2140, ../sass/_foundation.scss */
.nav-bar {
  height: 40px;
  background: #4d4d4d;
  margin-top: 20px;
  padding: 0;
}

/* line 2146, ../sass/_foundation.scss */
.nav-bar > li {
  float: left;
  display: block;
  position: relative;
  padding: 0;
  margin: 0;
  line-height: 38px;
}

/* line 2160, ../sass/_foundation.scss */
.nav-bar > li.active > a {
  color: white;
  cursor: default;
}

/* line 2164, ../sass/_foundation.scss */
.nav-bar > li.active:hover {
  cursor: default;
}

/* line 2171, ../sass/_foundation.scss */
.nav-bar > li ul {
  margin-bottom: 0;
}

/* line 2174, ../sass/_foundation.scss */
.nav-bar > li .flyout {
  display: none;
}

/* line 2177, ../sass/_foundation.scss */
.nav-bar > li.has-flyout > a:first-child {
  padding-right: 36px;
  position: relative;
}

/* line 2181, ../sass/_foundation.scss */
.nav-bar > li.has-flyout > a:first-child:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 4px;
  border-color: #e6e6e6 transparent transparent transparent;
  position: absolute;
  right: 20px;
  top: 17px;
}

/* line 2192, ../sass/_foundation.scss */
.nav-bar > li.has-flyout > a.flyout-toggle {
  border-left: 0 !important;
  position: absolute;
  right: 0;
  top: 0;
  padding: 22px;
  z-index: 2;
  display: block;
}

/* line 2201, ../sass/_foundation.scss */
.nav-bar > li.has-flyout.is-touch > a:first-child {
  padding-right: 55px;
}

/* line 2204, ../sass/_foundation.scss */
.nav-bar > li.has-flyout.is-touch > a.flyout-toggle {
  border-left: 1px dashed #666;
}

/* line 2207, ../sass/_foundation.scss */
.nav-bar > li > a:first-child {
  position: relative;
  padding: 0 12px;
  display: block;
  text-decoration: none;
  font-size: 14px;
}

/* line 2214, ../sass/_foundation.scss */
.nav-bar > li > input {
  margin: 0 10px;
}

/* line 2217, ../sass/_foundation.scss */
.nav-bar.vertical {
  height: auto;
  margin-top: 0;
}

/* line 2221, ../sass/_foundation.scss */
.nav-bar.vertical > li {
  float: none;
  border-bottom: none;
}

/* line 2225, ../sass/_foundation.scss */
.nav-bar.vertical > li.has-flyout > a:first-child:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 4px;
  border-color: transparent transparent transparent #e6e6e6;
}

/* line 2233, ../sass/_foundation.scss */
.nav-bar.vertical > li .flyout {
  left: 100%;
  top: -1px;
}

/* line 2237, ../sass/_foundation.scss */
.nav-bar.vertical > li .flyout.right {
  left: auto;
  right: 100%;
}

/* line 2242, ../sass/_foundation.scss */
.flyout {
  background: #f2f2f2;
  padding: 20px;
  margin: 0;
  border: 1px solid #d9d9d9;
  position: absolute;
  top: 38px;
  left: -1px;
  width: 250px;
  z-index: 40;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  /* remove margin on any first-child element */
  /* remove margin on last element */
}

/* line 2256, ../sass/_foundation.scss */
.flyout p {
  line-height: 1.2;
  font-size: 14px;
}

/* line 2260, ../sass/_foundation.scss */
.flyout *:first-child {
  margin-top: 0;
}

/* line 2263, ../sass/_foundation.scss */
.flyout *:last-child {
  margin-bottom: 0;
}

/* line 2266, ../sass/_foundation.scss */
.flyout.small {
  width: 166.667px;
}

/* line 2269, ../sass/_foundation.scss */
.flyout.large {
  width: 437.5px;
}

/* line 2272, ../sass/_foundation.scss */
.flyout.right {
  left: auto;
  right: -2px;
}

/* line 2276, ../sass/_foundation.scss */
.flyout.up {
  top: auto;
  bottom: 39px;
}

/* line 2281, ../sass/_foundation.scss */
ul.flyout,
.nav-bar li ul {
  padding: 0;
  list-style: none;
}

/* line 2286, ../sass/_foundation.scss */
ul.flyout li,
.nav-bar li ul li {
  border-left: solid 3px #ccc;
}

/* line 2290, ../sass/_foundation.scss */
ul.flyout li a,
.nav-bar li ul li a {
  background: #f2f2f2;
  border: 1px solid #e6e6e6;
  border-width: 1px 1px 0 0;
  color: #555;
  display: block;
  font-size: 14px;
  height: auto;
  line-height: 1;
  padding: 12px;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
}

/* line 2305, ../sass/_foundation.scss */
ul.flyout li a:hover,
.nav-bar li ul li a:hover {
  background-color: #ebebeb;
  color: #333;
}

/* line 2310, ../sass/_foundation.scss */
ul.flyout li.active,
.nav-bar li ul li.active {
  /*margin-top: 0; border-top: 1px solid #4d4d4d; border-left: 4px solid #1a1a1a;*/
}

/* line 2314, ../sass/_foundation.scss */
ul.flyout li.active a,
.nav-bar li ul li.active a {
  background-color: #4d4d4d;
  border: none;
  color: #fff;
  height: auto;
  margin: 0;
  position: static;
  top: 0;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}

/* Mobile Styles */
@media only screen and (max-device-width: 1280px) {
  /* line 2330, ../sass/_foundation.scss */
  .touch .nav-bar li.has-flyout > a {
    padding-right: 36px !important;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  /* line 2335, ../sass/_foundation.scss */
  .touch .nav-bar li a {
    font-size: 13px;
    font-size: 1.3rem;
  }

  /* line 2339, ../sass/_foundation.scss */
  .touch .nav-bar li.has-flyout > a.flyout-toggle {
    padding: 20px !important;
  }

  /* line 2342, ../sass/_foundation.scss */
  .touch .nav-bar li.has-flyout > a {
    padding-right: 36px !important;
  }
}
@media only screen and (max-width: 767px) {
  /* line 2347, ../sass/_foundation.scss */
  .nav-bar {
    height: auto;
  }

  /* line 2350, ../sass/_foundation.scss */
  .nav-bar > li {
    float: none;
    display: block;
    border-right: none;
  }

  /* line 2355, ../sass/_foundation.scss */
  .nav-bar > li > a.main {
    text-align: left;
    border-top: 1px solid #ddd;
    border-right: none;
  }

  /* line 2360, ../sass/_foundation.scss */
  .nav-bar > li:first-child > a.main {
    border-top: none;
  }

  /* line 2363, ../sass/_foundation.scss */
  .nav-bar > li.has-flyout > a.flyout-toggle {
    position: absolute;
    right: 0;
    top: 0;
    padding: 22px;
    z-index: 2;
    display: block;
  }

  /* line 2371, ../sass/_foundation.scss */
  .nav-bar > li.has-flyout.is-touch > a.flyout-toggle span {
    content: "";
    width: 0;
    height: 0;
    display: block;
  }

  /* line 2377, ../sass/_foundation.scss */
  .nav-bar > li.has-flyout > a.flyout-toggle:hover span {
    border-top-color: #141414;
  }

  /* line 2380, ../sass/_foundation.scss */
  .nav-bar.vertical > li.has-flyout > .flyout {
    left: 0;
  }

  /* line 2383, ../sass/_foundation.scss */
  .flyout {
    position: relative;
    width: 100% !important;
    top: auto;
    margin-right: -2px;
    border-width: 1px 1px 0 1px;
  }

  /* line 2390, ../sass/_foundation.scss */
  .flyout.right {
    float: none;
    right: auto;
    left: -1px;
  }

  /* line 2395, ../sass/_foundation.scss */
  .flyout.small,
  .flyout.large {
    width: 100% !important;
  }

  /* line 2399, ../sass/_foundation.scss */
  .flyout p:last-child {
    margin-bottom: 18px;
  }
}
/* Requires globals.css */
/* Standard Forms ---------------------- */
/* line 2405, ../sass/_foundation.scss */
form {
  margin: 0 0 19.416px;
}

/* line 2409, ../sass/_foundation.scss */
.row form .row {
  margin: 0 -6px;
}

/* line 2412, ../sass/_foundation.scss */
.row form .row .column,
.row form .row .columns {
  padding: 0 6px;
}

/* line 2416, ../sass/_foundation.scss */
.row form .row.collapse {
  margin: 0;
}

/* line 2419, ../sass/_foundation.scss */
.row form .row.collapse .column,
.row form .row.collapse .columns {
  padding: 0;
}

/* line 2424, ../sass/_foundation.scss */
label {
  font-size: 14px;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: 500;
  margin-bottom: 3px;
}

/* line 2432, ../sass/_foundation.scss */
label.right {
  float: none;
  text-align: right;
}

/* line 2436, ../sass/_foundation.scss */
label.inline {
  line-height: 32px;
  margin: 0 0 12px 0;
}

@media only screen and (max-width: 767px) {
  /* line 2442, ../sass/_foundation.scss */
  label.right {
    text-align: left;
  }
}
/* line 2446, ../sass/_foundation.scss */
.prefix,
.postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  height: 32px;
  line-height: 31px;
}

/* line 2459, ../sass/_foundation.scss */
a.button.prefix,
a.button.postfix {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

/* line 2466, ../sass/_foundation.scss */
span.prefix,
span.postfix {
  background: #f2f2f2;
  border: 1px solid #cccccc;
}

/* line 2472, ../sass/_foundation.scss */
.prefix {
  left: 2px;
  -moz-border-radius-topleft: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

/* line 2482, ../sass/_foundation.scss */
.postfix {
  right: 2px;
  -moz-border-radius-topright: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

/* line 2492, ../sass/_foundation.scss */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  border: 1px solid #cccccc;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 14px;
  margin: 0 0 8px 0;
  padding: 6px;
  height: 32px;
  width: 100%;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

/* line 2524, ../sass/_foundation.scss */
input[type="text"].oversize,
input[type="password"].oversize,
input[type="date"].oversize,
input[type="datetime"].oversize,
input[type="email"].oversize,
input[type="number"].oversize,
input[type="search"].oversize,
input[type="tel"].oversize,
input[type="time"].oversize,
input[type="url"].oversize,
textarea.oversize {
  font-size: 18px !important;
  font-size: 1.8rem !important;
}

/* line 2538, ../sass/_foundation.scss */
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
  background: #fafafa;
  outline: none !important;
  border-color: #b3b3b3;
}

/* line 2553, ../sass/_foundation.scss */
input[type="text"][disabled],
input[type="password"][disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="email"][disabled],
input[type="number"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
textarea[disabled] {
  background-color: #ddd;
}

/* line 2567, ../sass/_foundation.scss */
textarea {
  height: auto;
}

/* line 2571, ../sass/_foundation.scss */
select {
  width: 100%;
}

/* Fieldsets */
/* line 2576, ../sass/_foundation.scss */
fieldset {
  border: solid 1px #ddd;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  padding: 12px 12px 0;
  margin: 18px 0;
}

/* line 2584, ../sass/_foundation.scss */
fieldset legend {
  font-weight: bold;
  background: white;
  padding: 0 3px;
  margin: 0 0 0 -3px;
}

/* Errors */
/* line 2592, ../sass/_foundation.scss */
.error input,
input.error {
  border-color: #c60f13;
  background-color: rgba(198, 15, 19, 0.1);
}

/* line 2598, ../sass/_foundation.scss */
.error label,
label.error {
  color: #c60f13;
}

/* line 2603, ../sass/_foundation.scss */
.error small,
small.error {
  display: block;
  padding: 6px 4px;
  margin-top: -13px;
  margin-bottom: 12px;
  background: #c60f13;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  -moz-border-radius-bottomleft: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

@media only screen and (max-width: 767px) {
  /* line 2623, ../sass/_foundation.scss */
  input[type="text"].one,
  textarea.one {
    width: 100% !important;
  }

  /* line 2627, ../sass/_foundation.scss */
  input[type="text"].two,
  textarea.two {
    width: 100% !important;
  }

  /* line 2631, ../sass/_foundation.scss */
  input[type="text"].three,
  textarea.three {
    width: 100% !important;
  }

  /* line 2635, ../sass/_foundation.scss */
  input[type="text"].four,
  textarea.four {
    width: 100% !important;
  }

  /* line 2639, ../sass/_foundation.scss */
  input[type="text"].five,
  textarea.five {
    width: 100% !important;
  }

  /* line 2643, ../sass/_foundation.scss */
  input[type="text"].six,
  textarea.six {
    width: 100% !important;
  }

  /* line 2647, ../sass/_foundation.scss */
  input[type="text"].seven,
  textarea.seven {
    width: 100% !important;
  }

  /* line 2651, ../sass/_foundation.scss */
  input[type="text"].eight,
  textarea.eight {
    width: 100% !important;
  }

  /* line 2655, ../sass/_foundation.scss */
  input[type="text"].nine,
  textarea.nine {
    width: 100% !important;
  }

  /* line 2659, ../sass/_foundation.scss */
  input[type="text"].ten,
  textarea.ten {
    width: 100% !important;
  }

  /* line 2663, ../sass/_foundation.scss */
  input[type="text"].eleven,
  textarea.eleven {
    width: 100% !important;
  }

  /* line 2667, ../sass/_foundation.scss */
  input[type="text"].twelve,
  textarea.twelve {
    width: 100% !important;
  }
}
/* Custom Forms ---------------------- */
/* line 2673, ../sass/_foundation.scss */
form.custom {
  /* Custom input, disabled */
}

/* line 2676, ../sass/_foundation.scss */
form.custom span.custom {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  top: 2px;
  border: solid 1px #ccc;
  background: #f0f0f0;
}

/* line 2685, ../sass/_foundation.scss */
form.custom span.custom.radio {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}

/* line 2692, ../sass/_foundation.scss */
form.custom span.custom.checkbox:before {
  display: block;
  line-height: 1;
  height: 14px;
  width: 14px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  /* margin-top: -9px; margin-left: -4px; */
  font-size: 14px;
  color: #f0f0f0;
}

/* line 2704, ../sass/_foundation.scss */
form.custom span.custom.radio.checked:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  background: #222;
  position: relative;
  top: 3px;
  left: 3px;
}

/* line 2719, ../sass/_foundation.scss */
form.custom span.custom.checkbox.checked:before {
  content: "\00d7";
  color: #000;
  font-weight: bold;
}

/* line 2724, ../sass/_foundation.scss */
form.custom div.custom.dropdown {
  display: block;
  position: relative;
  width: auto;
  height: 28px;
  margin-bottom: 9px;
  margin-top: 2px;
}

/* line 2732, ../sass/_foundation.scss */
form.custom div.custom.dropdown a.current {
  display: block;
  width: auto;
  line-height: 26px;
  min-height: 28px;
  padding: 0 38px 0 6px;
  border: solid 1px #ddd;
  color: #141414;
  background-color: #fff;
  white-space: nowrap;
}

/* line 2743, ../sass/_foundation.scss */
form.custom div.custom.dropdown a.selector {
  position: absolute;
  width: 27px;
  height: 28px;
  display: block;
  right: 0;
  top: 0;
  border: solid 1px #ddd;
}

/* line 2752, ../sass/_foundation.scss */
form.custom div.custom.dropdown a.selector:after {
  content: "";
  display: block;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 5px;
  border-color: #aaaaaa transparent transparent transparent;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -2px;
  margin-left: -5px;
}

/* line 2767, ../sass/_foundation.scss */
form.custom div.custom.dropdown:hover a.selector:after,
form.custom div.custom.dropdown.open a.selector:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 5px;
  border-color: #222222 transparent transparent transparent;
}

/* line 2776, ../sass/_foundation.scss */
form.custom div.custom.dropdown.open ul {
  display: block;
  z-index: 10;
}

/* line 2780, ../sass/_foundation.scss */
form.custom div.custom.dropdown.small {
  width: 134px !important;
}

/* line 2783, ../sass/_foundation.scss */
form.custom div.custom.dropdown.medium {
  width: 254px !important;
}

/* line 2786, ../sass/_foundation.scss */
form.custom div.custom.dropdown.large {
  width: 434px !important;
}

/* line 2789, ../sass/_foundation.scss */
form.custom div.custom.dropdown.expand {
  width: 100% !important;
}

/* line 2792, ../sass/_foundation.scss */
form.custom div.custom.dropdown.open.small ul {
  width: 134px !important;
}

/* line 2795, ../sass/_foundation.scss */
form.custom div.custom.dropdown.open.medium ul {
  width: 254px !important;
}

/* line 2798, ../sass/_foundation.scss */
form.custom div.custom.dropdown.open.large ul {
  width: 434px !important;
}

/* line 2801, ../sass/_foundation.scss */
form.custom div.custom.dropdown.open.expand ul {
  width: 100% !important;
}

/* line 2804, ../sass/_foundation.scss */
form.custom div.custom.dropdown ul {
  position: absolute;
  width: auto;
  display: none;
  margin: 0;
  left: 0;
  top: 27px;
  margin: 0;
  padding: 0;
  background: #fff;
  background: rgba(255, 255, 255, 0.95);
  border: solid 1px #cccccc;
}

/* line 2817, ../sass/_foundation.scss */
form.custom div.custom.dropdown ul li {
  color: #555;
  font-size: 13px;
  cursor: pointer;
  padding: 3px 38px 3px 6px;
  min-height: 18px;
  line-height: 18px;
  margin: 0;
  white-space: nowrap;
  list-style: none;
}

/* line 2828, ../sass/_foundation.scss */
form.custom div.custom.dropdown ul li.selected {
  background: #cdebf5;
  color: #000;
}

/* line 2832, ../sass/_foundation.scss */
form.custom div.custom.dropdown ul li.selected:after {
  content: "\2013";
  position: absolute;
  right: 10px;
}

/* line 2837, ../sass/_foundation.scss */
form.custom div.custom.dropdown ul li:hover {
  background-color: #e3f4f9;
  color: #222;
}

/* line 2841, ../sass/_foundation.scss */
form.custom div.custom.dropdown ul li:hover:after {
  content: "\2013";
  position: absolute;
  right: 10px;
  color: #8ed3e7;
}

/* line 2847, ../sass/_foundation.scss */
form.custom div.custom.dropdown ul li.selected:hover {
  background: #cdebf5;
  cursor: default;
  color: #000;
}

/* line 2852, ../sass/_foundation.scss */
form.custom div.custom.dropdown ul li.selected:hover:after {
  color: #000;
}

/* line 2855, ../sass/_foundation.scss */
form.custom div.custom.dropdown ul.show {
  display: block;
}

/* line 2858, ../sass/_foundation.scss */
form.custom .custom.disabled {
  background-color: #ddd;
}

/* Correct FF custom dropdown height */
@-moz-document url-prefix() {
  /* line 2864, ../sass/_foundation.scss */
  form.custom div.custom.dropdown a.selector {
    height: 30px;
  }
}
/* line 2869, ../sass/_foundation.scss */
.lt-ie9 form.custom div.custom.dropdown a.selector {
  height: 30px;
}

/* CSS for jQuery Orbit Plugin 1.4.0 Maintained for Foundation. foundation.zurb.com Free to use under the MIT license. http://www.opensource.org/licenses/mit-license.php
*/
/* Container ---------------------- */
/* line 2876, ../sass/_foundation.scss */
div.orbit-wrapper {
  width: 1px;
  height: 1px;
  position: relative;
}

/* line 2882, ../sass/_foundation.scss */
div.orbit {
  width: 1px;
  height: 1px;
  position: relative;
  overflow: hidden;
  margin-bottom: 17px;
}

/* line 2890, ../sass/_foundation.scss */
div.orbit.with-bullets {
  margin-bottom: 40px;
}

/* line 2894, ../sass/_foundation.scss */
div.orbit .orbit-slide {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 2901, ../sass/_foundation.scss */
div.orbit a.orbit-slide {
  border: none;
  line-height: 0;
  display: none;
}

/* line 2907, ../sass/_foundation.scss */
div.orbit div.orbit-slide {
  width: 100%;
  height: 100%;
}

/* Note: If your slider only uses content or anchors, you're going to want to put the width and height declarations on the ".orbit>div" and "div.orbit>a" tags in addition to just the .orbit-wrapper */
/* Timer ---------------------- */
/* line 2914, ../sass/_foundation.scss */
div.orbit-wrapper div.timer {
  width: 40px;
  height: 40px;
  overflow: hidden;
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 0.6;
  cursor: pointer;
  z-index: 31;
}

/* line 2926, ../sass/_foundation.scss */
div.orbit-wrapper span.rotator {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: -20px;
  background: url("../images/foundation/orbit/rotator-black.png") no-repeat;
  z-index: 3;
}

/* line 2937, ../sass/_foundation.scss */
div.orbit-wrapper span.mask {
  display: block;
  width: 20px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  overflow: hidden;
}

/* line 2948, ../sass/_foundation.scss */
div.orbit-wrapper span.rotator.move {
  left: 0;
}

/* line 2952, ../sass/_foundation.scss */
div.orbit-wrapper span.mask.move {
  width: 40px;
  left: 0;
  background: url("../images/foundation/orbit/timer-black.png") repeat 0 0;
}

/* line 2958, ../sass/_foundation.scss */
div.orbit-wrapper span.pause {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/foundation/orbit/pause-black.png") no-repeat;
  z-index: 4;
  opacity: 0;
}

/* line 2970, ../sass/_foundation.scss */
div.orbit-wrapper span.pause.active {
  background: url("../images/foundation/orbit/pause-black.png") no-repeat 0 -40px;
}

/* line 2974, ../sass/_foundation.scss */
div.orbit-wrapper div.timer:hover span.pause,
div.orbit-wrapper span.pause.active {
  opacity: 1;
}

/* Captions ---------------------- */
/* line 2980, ../sass/_foundation.scss */
.orbit-caption {
  display: none;
  font-family: "HelveticaNeue", "Helvetica-Neue", Helvetica, Arial, sans-serif;
}

/* line 2985, ../sass/_foundation.scss */
.orbit-wrapper .orbit-caption {
  background: #000;
  background: rgba(0, 0, 0, 0.6);
  z-index: 30;
  color: #fff;
  text-align: center;
  padding: 7px 0;
  font-size: 13px;
  font-size: 1.3rem;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
}

/* Directional Nav ---------------------- */
/* line 3001, ../sass/_foundation.scss */
div.orbit-wrapper div.slider-nav {
  display: block;
}

/* line 3005, ../sass/_foundation.scss */
div.orbit-wrapper div.slider-nav span {
  width: 39px;
  height: 50px;
  text-indent: -9999px;
  position: absolute;
  z-index: 30;
  top: 50%;
  margin-top: -25px;
  cursor: pointer;
}

/* line 3016, ../sass/_foundation.scss */
div.orbit-wrapper div.slider-nav span.right {
  background: url("../images/foundation/orbit/right-arrow.png");
  background-size: 100%;
  right: 0;
}

/* line 3022, ../sass/_foundation.scss */
div.orbit-wrapper div.slider-nav span.left {
  background: url("../images/foundation/orbit/left-arrow.png");
  background-size: 100%;
  left: 0;
}

/* line 3028, ../sass/_foundation.scss */
.lt-ie9 div.orbit-wrapper div.slider-nav span.right {
  background: url("../images/foundation/orbit/right-arrow-small.png");
}

/* line 3031, ../sass/_foundation.scss */
.lt-ie9 div.orbit-wrapper div.slider-nav span.left {
  background: url("../images/foundation/orbit/left-arrow-small.png");
}

/* Bullet Nav ---------------------- */
/* line 3036, ../sass/_foundation.scss */
ul.orbit-bullets {
  position: absolute;
  z-index: 30;
  list-style: none;
  bottom: -40px;
  left: 50%;
  margin-left: -50px;
  padding: 0;
}

/* line 3046, ../sass/_foundation.scss */
ul.orbit-bullets li {
  float: left;
  margin-left: 5px;
  cursor: pointer;
  color: #999;
  text-indent: -9999px;
  background: url("../images/foundation/orbit/bullets.jpg") no-repeat 4px 0;
  width: 13px;
  height: 12px;
  overflow: hidden;
}

/* line 3058, ../sass/_foundation.scss */
ul.orbit-bullets li.active {
  color: #222;
  background-position: -8px 0;
}

/* line 3063, ../sass/_foundation.scss */
ul.orbit-bullets li.has-thumb {
  background: none;
  width: 100px;
  height: 75px;
}

/* line 3069, ../sass/_foundation.scss */
ul.orbit-bullets li.active.has-thumb {
  background-position: 0 0;
  border-top: 2px solid #000;
}

/* Fluid Layout ---------------------- */
/* line 3075, ../sass/_foundation.scss */
div.orbit img.fluid-placeholder {
  visibility: hidden;
  position: static;
  display: block;
  width: 100%;
}

/* line 3082, ../sass/_foundation.scss */
div.orbit,
div.orbit-wrapper {
  width: 100% !important;
}

/* line 3087, ../sass/_foundation.scss */
ul.orbit-bullets {
  position: absolute;
  z-index: 30;
  list-style: none;
  bottom: -50px;
  left: 50%;
  margin-left: -50px;
  padding: 0;
}

/* line 3097, ../sass/_foundation.scss */
ul.orbit-bullets li {
  float: left;
  margin-left: 5px;
  cursor: pointer;
  color: #999;
  text-indent: -9999px;
  background: url("../images/foundation/orbit/bullets.jpg") no-repeat 4px 0;
  width: 13px;
  height: 12px;
  overflow: hidden;
}

/* line 3109, ../sass/_foundation.scss */
ul.orbit-bullets li.has-thumb {
  background: none;
  width: 100px;
  height: 75px;
}

/* line 3115, ../sass/_foundation.scss */
ul.orbit-bullets li.active {
  color: #222;
  background-position: -8px 0;
}

/* line 3120, ../sass/_foundation.scss */
ul.orbit-bullets li.active.has-thumb {
  background-position: 0 0;
  border-top: 2px solid #000;
}

/* Correct timer in IE */
/* line 3126, ../sass/_foundation.scss */
.lt-ie9 .timer {
  display: none !important;
}

/* line 3130, ../sass/_foundation.scss */
.lt-ie9 div.caption {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
  zoom: 1;
}

/* CSS for jQuery Reveal Plugin Maintained for Foundation. foundation.zurb.com Free to use under the MIT license. http://www.opensource.org/licenses/mit-license.php */
/* Reveal Modals ---------------------- */
/* line 3138, ../sass/_foundation.scss */
.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.45);
  z-index: 40;
  display: none;
  top: 0;
  left: 0;
}

/* line 3150, ../sass/_foundation.scss */
.reveal-modal {
  background: white;
  visibility: hidden;
  display: none;
  top: 100px;
  left: 50%;
  margin-left: -260px;
  width: 520px;
  position: absolute;
  z-index: 41;
  padding: 30px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

/* line 3165, ../sass/_foundation.scss */
.reveal-modal *:first-child {
  margin-top: 0;
}

/* line 3168, ../sass/_foundation.scss */
.reveal-modal *:last-child {
  margin-bottom: 0;
}

/* line 3171, ../sass/_foundation.scss */
.reveal-modal .close-reveal-modal {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 0.5;
  position: absolute;
  top: 8px;
  right: 11px;
  color: #aaa;
  text-shadow: 0 -1px 1px rbga(0, 0, 0, 0.6);
  font-weight: bold;
  cursor: pointer;
}

/* line 3183, ../sass/_foundation.scss */
.reveal-modal.small {
  width: 30%;
  margin-left: -10%;
}

/* line 3187, ../sass/_foundation.scss */
.reveal-modal.medium {
  width: 40%;
  margin-left: -20%;
}

/* line 3191, ../sass/_foundation.scss */
.reveal-modal.large {
  width: 60%;
  margin-left: -30%;
}

/* line 3195, ../sass/_foundation.scss */
.reveal-modal.expand {
  width: 90%;
  margin-left: -45%;
}

/* line 3199, ../sass/_foundation.scss */
.reveal-modal .row {
  min-width: 0;
}

/* Mobile */
@media only screen and (max-width: 767px) {
  /* line 3205, ../sass/_foundation.scss */
  .reveal-modal-bg {
    position: absolute;
  }

  /* line 3208, ../sass/_foundation.scss */
  .reveal-modal,
  .reveal-modal.small,
  .reveal-modal.medium,
  .reveal-modal.large,
  .reveal-modal.xlarge {
    width: 80%;
    top: 15px;
    left: 50%;
    margin-left: -40%;
    padding: 20px;
    height: auto;
  }
}
/* ---------------------------------------------------
   Reverie: Customized Adjustments of Foundation for WordPress
--------------------------------------------------- */
/* Foundation-specific presentation CSS by ZURB */
/* line 3227, ../sass/_foundation.scss */
div.reverie-header {
  margin: 0 0 20px 0;
  padding: 20px 0 0 0;
  border-bottom: solid 1px #ccc;
}

/* line 3232, ../sass/_foundation.scss */
div.reverie-header h1 {
  font-weight: 500;
  margin-bottom: 0;
  padding: 0;
}

/* line 3237, ../sass/_foundation.scss */
div.reverie-header h1 a {
  color: #181818;
}

/* line 3240, ../sass/_foundation.scss */
div.reverie-header h1 a:hover {
  color: #181818;
}

@media handheld, only screen and (max-width: 767px) {
  /* line 3245, ../sass/_foundation.scss */
  header {
    position: relative;
  }

  /* line 3248, ../sass/_foundation.scss */
  header .subheader {
    margin-bottom: 0;
  }

  /* line 3251, ../sass/_foundation.scss */
  header .menu-action {
    float: left;
    position: relative;
    top: 1px;
    margin-top: -12px;
  }

  /* line 3257, ../sass/_foundation.scss */
  header .menu-action .button.small {
    padding: 8px;
  }

  /* line 3260, ../sass/_foundation.scss */
  header .menu-action .button.small svg {
    opacity: 0.5;
  }

  /* line 3263, ../sass/_foundation.scss */
  header h1 {
    font-size: 27px;
    font-size: 2.7rem;
    margin-bottom: 18px;
  }

  /* line 3268, ../sass/_foundation.scss */
  header h4 {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
/* -----------------------------------------
   Styling Basic WordPress Outputs
----------------------------------------- */
/* Global */
/* line 3279, ../sass/_foundation.scss */
h1,
h2,
h3,
h4,
h5 {
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", Arial, Verdana, sans-serif;
  font-weight: 300;
}

/* Add Divider for Listed Posts */
/* line 3290, ../sass/_foundation.scss */
.divider {
  background: url(images/divider.png) no-repeat center top;
  height: 36px;
  margin: 20px 0 27px;
}

/* Add Class for Images */
/* line 3297, ../sass/_foundation.scss */
img.alignright {
  float: right;
  margin: 0 0 18px 18px;
}

/* line 3301, ../sass/_foundation.scss */
img.alignleft {
  float: left;
  margin: 0 18px 18px 0;
}

/* line 3305, ../sass/_foundation.scss */
img.aligncenter {
  display: block;
  margin: 18px auto;
}

/* Add HTML5 Class for Images */
/* line 3311, ../sass/_foundation.scss */
figure img {
  height: auto;
  margin: 0 auto;
  display: block;
  box-shadow: 0px 2px 10px #ddd;
  -moz-box-shadow: 0px 2px 10px #ddd;
  -webkit-box-shadow: 0px 2px 10px #ddd;
  border-image: initial;
}

/* Add HTML5 Caption Class for Images */
/* line 3322, ../sass/_foundation.scss */
figure.figure {
  margin: 0 auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  display: inline-block;
}

/* line 3328, ../sass/_foundation.scss */
figure.figure figcaption {
  padding: 8px 10px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 18px;
  color: #555;
}

/* line 3335, ../sass/_foundation.scss */
figure.alignright.figure {
  float: right;
  margin: 0 0 18px 18px;
}

/* line 3339, ../sass/_foundation.scss */
figure.alignleft.figure {
  float: left;
  margin: 0 18px 18px 0;
}

/* Sidebar Adjustment */
/* line 3345, ../sass/_foundation.scss */
.sidebar-section {
  padding-bottom: 10px;
  padding-top: 20px;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: normal;
}

/* Footer Nav */
/* line 3354, ../sass/_foundation.scss */
.footer-section {
  padding-bottom: 10px;
  padding-top: 20px;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: normal;
}

/* line 3361, ../sass/_foundation.scss */
.footer-nav li {
  display: block;
  float: right;
  padding-left: 3%;
  margin-bottom: 0;
}

/* Breadcrumb Adjustment */
/* line 3369, ../sass/_foundation.scss */
ul.breadcrumbs li span {
  padding-left: 3px;
}

/* line 3372, ../sass/_foundation.scss */
ul.breadcrumbs li a {
  padding-left: 0;
}

/* Comment Textarea Adjustment */
/* line 3377, ../sass/_foundation.scss */
#respond textarea {
  height: 100px;
}

/*  -------------------------------------------------------
    Adjust Foundation 3 Pagination Style for WordPress
    ---------------------------------------------------- */
/* line 3385, ../sass/_foundation.scss */
ul.page-numbers {
  display: block;
  height: 24px;
  margin-left: -5px;
}

/* line 3390, ../sass/_foundation.scss */
ul.page-numbers li {
  float: left;
  display: block;
  height: 24px;
  color: #999;
  font-size: 14px;
  margin-left: 5px;
}

/* line 3398, ../sass/_foundation.scss */
ul.page-numbers li a {
  display: block;
  padding: 1px 7px 1px;
  color: #555;
}

/* line 3403, ../sass/_foundation.scss */
ul.page-numbers li:hover a,
ul.page-numbers li a:focus {
  background: #e6e6e6;
}

/* line 3407, ../sass/_foundation.scss */
ul.page-numbers li.unavailable a {
  cursor: default;
  color: #999;
}

/* line 3411, ../sass/_foundation.scss */
ul.page-numbers li.unavailable:hover a,
ul.page-numbers li.unavailable a:focus {
  background: transparent;
}

/* line 3415, ../sass/_foundation.scss */
ul.page-numbers li span.current {
  background: #2ba6cb;
  color: #fff;
  font-weight: bold;
  cursor: default;
  display: block;
  padding: 1px 7px 1px;
}

/* line 51, ../sass/_semantic-grid-mixins.scss */
.c-1, .c-2, .c-3, .c-4, .c-5, .c-6, .c-7, .c-8, .c-9, .c-10, .c-11, .c-12 {
  float: left;
}

/* line 62, ../sass/_semantic-grid-mixins.scss */
.c-1, .c-2, .c-3, .c-4, .c-5, .c-6, .c-7, .c-8, .c-9, .c-10, .c-11, .c-12 {
  position: relative;
  min-height: 1px;
  padding: 0 15px;
}

/* line 65, ../sass/_semantic-grid-mixins.scss */
.c-1 {
  width: gridCalc(1, 12);
}

/* line 65, ../sass/_semantic-grid-mixins.scss */
.c-2 {
  width: gridCalc(2, 12);
}

/* line 65, ../sass/_semantic-grid-mixins.scss */
.c-3 {
  width: gridCalc(3, 12);
}

/* line 65, ../sass/_semantic-grid-mixins.scss */
.c-4 {
  width: gridCalc(4, 12);
}

/* line 65, ../sass/_semantic-grid-mixins.scss */
.c-5 {
  width: gridCalc(5, 12);
}

/* line 65, ../sass/_semantic-grid-mixins.scss */
.c-6 {
  width: gridCalc(6, 12);
}

/* line 65, ../sass/_semantic-grid-mixins.scss */
.c-7 {
  width: gridCalc(7, 12);
}

/* line 65, ../sass/_semantic-grid-mixins.scss */
.c-8 {
  width: gridCalc(8, 12);
}

/* line 65, ../sass/_semantic-grid-mixins.scss */
.c-9 {
  width: gridCalc(9, 12);
}

/* line 65, ../sass/_semantic-grid-mixins.scss */
.c-10 {
  width: gridCalc(10, 12);
}

/* line 65, ../sass/_semantic-grid-mixins.scss */
.c-11 {
  width: gridCalc(11, 12);
}

/* line 65, ../sass/_semantic-grid-mixins.scss */
.c-12 {
  width: gridCalc(12, 12);
}

/* --------------------------------------------------
   Table of Contents (using SMACSS organization)
-----------------------------------------------------
:: Base Styles
:: Layout Styles
:: Module Styles
*/
/* -----------------------------------------
   Base Styles
----------------------------------------- */
/* line 27, ../sass/app.scss */
html {
  font-size: 7px;
  font-size: 0.7rem;
}

/* line 31, ../sass/app.scss */
body {
  font-family: "IdealSans", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
  background: #efefef;
}

/* Links ---------------------- */
/* line 39, ../sass/app.scss */
a {
  color: #4e97b2;
}

/* line 42, ../sass/app.scss */
p > a,
.box-sidebar li > a {
  text-decoration: underline;
}

/* line 46, ../sass/app.scss */
a:hover {
  color: #d86f48;
}

/* line 49, ../sass/app.scss */
a:focus {
  color: #d86f48;
  outline: none;
}

/* Headers ---------------------- */
/* line 55, ../sass/app.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "KlinicSlab", "Rockwell", "RobotoSlab", "Times New Roman", serif;
  font-weight: 600;
  margin: 0 0 0.6em;
}

/* line 66, ../sass/app.scss */
h1.post-title {
  font-family: "KlinicSlab", "Rockwell", "RobotoSlab", "Times New Roman", serif;
  font-size: 36px;
  font-size: 3.6rem;
  color: #333;
}
/* line 70, ../sass/app.scss */
h1.post-title.serif {
  font-family: "KlinicSlab", "Rockwell", "RobotoSlab", "Times New Roman", serif;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 4px;
}

/* line 77, ../sass/app.scss */
p {
  font-family: "IdealSans", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0 0 1em;
}

/* line 83, ../sass/app.scss */
p strong.intro-text {
  font-size: 18px;
  font-size: 1.8rem;
  color: #333;
  font-weight: normal;
  line-height: 1.2em;
}

/* line 90, ../sass/app.scss */
img {
  border: none;
}

/* -----------------------------------------
   Layout Styles
----------------------------------------- */
/* line 97, ../sass/app.scss */
#banner-wrapper {
  background: #fff;
}

/* line 101, ../sass/app.scss */
#breadcrumb-wrapper {
  background: #fff;
}

/* line 105, ../sass/app.scss */
#breadcrumb {
  width: 960px;
  padding: 20px 15px 0;
  margin: 0 auto;
}

/* line 111, ../sass/app.scss */
#banner {
  height: 115px;
  width: 960px;
  padding: 0 15px;
  margin: 0 auto;
  overflow: hidden;
}

/* line 119, ../sass/app.scss */
#global-nav {
  height: 42px;
  background: #4e97b2;
  padding-top: 2px;
  position: relative;
  z-index: 10;
}
/* line 128, ../sass/app.scss */
#global-nav.open {
  background-position: 0 -116px;
}

/* line 133, ../sass/app.scss */
#content {
  width: 716px;
  padding-right: 25px;
}

/* line 138, ../sass/app.scss */
#main {
  background: #fff;
  padding: 40px 0;
}

/* line 143, ../sass/app.scss */
#footer {
  background: #efefef;
  padding: 20px 0;
}

/* -----------------------------------------
   Module Styles
----------------------------------------- */
/* Top Banner ---------------------- */
/* line 153, ../sass/app.scss */
#banner {
  position: relative;
}
/* line 155, ../sass/app.scss */
#banner #logo {
  display: block;
  float: left;
  width: 272px;
  height: 70px;
  margin-top: 22px;
  padding-right: 22px;
}
/* line 163, ../sass/app.scss */
#banner hgroup {
  float: left;
  border-left: 1px solid #999789;
  margin-top: 36px;
  padding: 0 0 4px 26px;
}
/* line 168, ../sass/app.scss */
#banner hgroup h1,
#banner hgroup h3 {
  font-family: "KlinicSlab", "Rockwell", "RobotoSlab", "Times New Roman", serif;
  font-weight: 300;
  line-height: 1em;
  font-size: 26px;
  font-size: 2.6rem;
  color: #333;
  margin: 0 0 0.2em;
}
/* line 176, ../sass/app.scss */
#banner hgroup h1 a,
#banner hgroup h3 a {
  color: #333;
}
/* line 180, ../sass/app.scss */
#banner hgroup h3 {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  margin: 0;
}

/* Search Forms ---------------------- */
/* line 189, ../sass/app.scss */
#search-box,
#search-link {
  display: none;
}

/* line 194, ../sass/app.scss */
.search-form #btn-search-btm {
  float: left;
  padding: 8px;
  width: 36px;
}
/* line 200, ../sass/app.scss */
.search-form #btn-search.btn-hide {
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  visibility: hidden;
  font-size: 1px;
  height: 1px;
  width: 1px;
}
/* line 211, ../sass/app.scss */
.search-form.search-header {
  width: 210px;
  position: absolute;
  top: 40px;
  right: 15px;
}
/* line 218, ../sass/app.scss */
.search-form.search-footer input[type="text"] {
  float: left;
  width: 168px;
  margin-right: 4px;
}
/* line 224, ../sass/app.scss */
.search-form #s,
.search-form #s-btm {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 4px 6px 4px 26px !important;
  background: #fff url('/app/themes/tourdept/images/icon-search.png?1668009797') 4px 8px no-repeat;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

/* line 232, ../sass/app.scss */
#search-link {
  position: absolute;
  top: 15px;
  right: 15px;
  height: 20px;
  width: 20px;
}
/* line 238, ../sass/app.scss */
#search-link a {
  display: block;
  background: url('/app/themes/tourdept/images/icon-search.png?1668009797') no-repeat;
  height: 20px;
  width: 20px;
  text-indent: -999em;
}

/* Global Nav Bar ---------------------- */
/* line 248, ../sass/app.scss */
.menu-toggle {
  width: auto;
  padding: 10px 15px;
  margin: 0 auto;
  display: none;
}
/* line 253, ../sass/app.scss */
.menu-toggle > a {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
}
/* line 257, ../sass/app.scss */
.menu-toggle > a span.triangle {
  float: right;
  display: block;
  width: 0;
  height: 0;
  margin-top: 5px;
  border: solid 12px;
  text-indent: -999em;
  border-color: #e6e6e6 transparent transparent transparent;
}

/* line 269, ../sass/app.scss */
.nav-list {
  display: none;
  /* Mobile Nav */
  background: #4e97b2;
  -moz-box-shadow: rgba(51, 51, 51, 0.6) 0px 4px 12px 2px;
  -webkit-box-shadow: rgba(51, 51, 51, 0.6) 0px 4px 12px 2px;
  box-shadow: rgba(51, 51, 51, 0.6) 0px 4px 12px 2px;
  margin: 2px 0 0;
  padding: 0;
  list-style-type: none;
}
/* line 278, ../sass/app.scss */
.nav-list li a,
.nav-list li.active a {
  display: block;
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  border-bottom: 1px solid #fff;
  border-color: #72acc1;
  padding: 8px 15px;
}
/* line 286, ../sass/app.scss */
.nav-list li a.flyout-toggle,
.nav-list li.active a.flyout-toggle {
  display: none;
}
/* line 290, ../sass/app.scss */
.nav-list li .flyout,
.nav-list li.active .flyout {
  left: 0;
  border: none;
  -moz-box-shadow: 0 0 0;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}
@media only screen and (max-width: 767px) {
  /* line 290, ../sass/app.scss */
  .nav-list li .flyout,
  .nav-list li.active .flyout {
    display: block;
  }
}
/* line 130, ../sass/_settings.scss */
.nav-list li .flyout li, .nav-list li .flyout li.active,
.nav-list li.active .flyout li,
.nav-list li.active .flyout li.active {
  border: none;
}
/* line 132, ../sass/_settings.scss */
.nav-list li .flyout li a, .nav-list li .flyout li.active a,
.nav-list li.active .flyout li a,
.nav-list li.active .flyout li.active a {
  background-color: #4e97b2;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  border-top: none !important;
  border-bottom: 1px solid #4688a1;
  box-shadow: none;
}
/* line 139, ../sass/_settings.scss */
.nav-list li .flyout li a:hover, .nav-list li .flyout li.active a:hover,
.nav-list li.active .flyout li a:hover,
.nav-list li.active .flyout li.active a:hover {
  background-color: #3e798f;
  color: #fff;
}
/* line 145, ../sass/_settings.scss */
.nav-list li .flyout li.active a,
.nav-list li.active .flyout li.active a {
  background-color: #3e798f;
}
/* line 292, ../sass/app.scss */
.nav-list li .flyout li a,
.nav-list li.active .flyout li a {
  padding: 15px;
  color: #cfe0e6;
  font-size: 14px;
  font-size: 1.4rem;
  -moz-box-shadow: 0 0 0;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}
/* line 301, ../sass/app.scss */
.nav-list li a,
.nav-list .flyout a {
  background-image: url('/app/themes/tourdept/images/bg-nav-arrow.png?1668009797');
  background-repeat: no-repeat;
  background-position: center right;
}
/* line 306, ../sass/app.scss */
.nav-list li a:hover,
.nav-list .flyout a:hover {
  background-color: #3e798f;
  color: #fff;
}
/* line 311, ../sass/app.scss */
.nav-list li.active a {
  background-color: #3e798f;
}

/* line 315, ../sass/app.scss */
.nav-bar {
  width: 960px;
  padding: 0 15px;
  margin: 0 auto;
  background: none;
}
/* line 320, ../sass/app.scss */
.nav-bar > li {
  font-size: 16px;
  font-size: 1.6rem;
  border: none;
  border-right: 1px solid #4688a1;
}
/* line 324, ../sass/app.scss */
.nav-bar > li > a,
.nav-bar > li > a:first-child {
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
}
/* line 329, ../sass/app.scss */
.nav-bar > li:first-child {
  border-left: 1px solid #4688a1;
}
/* line 333, ../sass/app.scss */
.nav-bar > li > a:hover,
.nav-bar li.active,
.nav-bar > li.active:hover,
.nav-bar > li.active > a,
.nav-bar li:hover,
.nav-bar > li.current-page-ancestor > a {
  background: #4e97b2;
  color: #fff;
}
/* line 346, ../sass/app.scss */
.nav-bar > li.has-flyout > a:first-child {
  padding-right: 12px;
}
/* line 349, ../sass/app.scss */
.nav-bar > li.has-flyout > a:first-child:after {
  border: none;
}
/* line 352, ../sass/app.scss */
.nav-bar > li.has-flyout > a.flyout-toggle {
  display: none;
}
/* line 357, ../sass/app.scss */
.nav-bar .flyout {
  left: 0;
  border: none;
}
@media only screen and (max-width: 767px) {
  /* line 357, ../sass/app.scss */
  .nav-bar .flyout {
    display: block;
  }
}
/* line 130, ../sass/_settings.scss */
.nav-bar .flyout li, .nav-bar .flyout li.active {
  border: none;
}
/* line 132, ../sass/_settings.scss */
.nav-bar .flyout li a, .nav-bar .flyout li.active a {
  background-color: #4e97b2;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  border-top: none !important;
  border-bottom: 1px solid #4688a1;
  box-shadow: none;
}
/* line 139, ../sass/_settings.scss */
.nav-bar .flyout li a:hover, .nav-bar .flyout li.active a:hover {
  background-color: #3e798f;
  color: #fff;
}
/* line 145, ../sass/_settings.scss */
.nav-bar .flyout li.active a {
  background-color: #3e798f;
}
/* line 360, ../sass/app.scss */
.nav-bar .flyout li:first-child a,
.nav-bar .flyout li.active:first-child a {
  font-size: 14px;
  font-size: 1.4rem;
}
/* line 365, ../sass/app.scss */
.nav-bar .flyout li:last-child a,
.nav-bar .flyout li.active:last-child a {
  border: none;
}

/* Breadcrumb ---------------------- */
/* line 373, ../sass/app.scss */
#breadcrumb {
  font-size: 12px;
  font-size: 1.2rem;
}

/* line 377, ../sass/app.scss */
.blog_monthly_list_hide li:nth-of-type(1n + 6) {
  display: none;
}

/* Main Content -------------------- */
/* line 382, ../sass/app.scss */
#content {
  overflow: hidden;
  /* CVBs & Info Sources Page */
  /* Reports Page */
  /* FAQs */
  /* Group Travel */
  /* Tour Operators */
  /*
  .cities-list {
    margin: 2em -15px;
    ul {
      list-style-type: none;
      margin: 0;
      li {
        margin: 0 0 0.2em;
        padding: 0;
      }
    }
  }
  .operators-list {
    ul {
      list-style-type: none;
      margin: 0;
      li {
        position: relative;
        margin: 0 0 0.2em;
        padding: 0;
        h2.city-head {
          @include font-tag($header_font, $light_font_weight, 18, 1.2, $body_font_color);
          padding-top: 12px;
          border-top: 1px dotted $color_hrule;
          a.top-link {
            @include toplink;
          }
        }
        h4 {
          @include font-tag($header_font, $header_font_weight, 15, 1.2, $color_dkgray);
          margin: 0;
        }
      }
    }
  }
  */
  /* Venues */
  /* Welcome Centers */
  /* Industry Calendar */
  /* Forms */
  /* Media */
  /* Media > Gallery */
}
/* line 384, ../sass/app.scss */
#content .home-intro p {
  font-size: 21px;
  font-size: 2.1rem;
  color: #333;
  line-height: 1.3em;
}
/* line 389, ../sass/app.scss */
#content img.intro-image {
  margin-bottom: 20px;
}
/* line 392, ../sass/app.scss */
#content .more-link a {
  font: normal 14px "IdealSans", "Helvetica", "Arial", sans-serif;
  font-size: 1.4rem;
  line-height: 1.1em;
}
/* line 395, ../sass/app.scss */
#content p {
  line-height: 1.4em;
}
/* line 397, ../sass/app.scss */
#content p strong {
  color: #333;
}
/* line 400, ../sass/app.scss */
#content p.caption {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.2em;
  margin: 0.8em 0 1em;
}
/* line 404, ../sass/app.scss */
#content p.caption strong {
  font-weight: 600;
}
/* line 408, ../sass/app.scss */
#content p.pdf-download {
  float: left;
  font: normal 14px "IdealSans", "Helvetica", "Arial", sans-serif;
  font-size: 1.4rem;
  line-height: 1.2em;
}
/* line 411, ../sass/app.scss */
#content p.pdf-download a {
  padding: 10px 0 0 30px;
  display: block;
  min-height: 36px;
  background: url('/app/themes/tourdept/images/icon-pdf.png?1668009797') no-repeat;
}
/* line 420, ../sass/app.scss */
#content ul,
#content ol {
  margin: 0 0 1em;
  padding: 0;
  list-style-position: outside;
}
/* line 425, ../sass/app.scss */
#content ul li,
#content ol li {
  margin: 0 1.5em 0.5em 2.5em;
  padding: 0;
}
/* line 429, ../sass/app.scss */
#content ul.nice li,
#content ol.nice li {
  margin: 0 1.5em 0.5em 0;
}
/* line 434, ../sass/app.scss */
#content h2 {
  font: 600 28px "KlinicSlab", "Rockwell", "RobotoSlab", "Times New Roman", serif;
  font-size: 2.8rem;
  line-height: 1.2em;
  color: #333;
  margin: 0 0 0.6em;
}
/* line 443, ../sass/app.scss */
#content h2.head-rule {
  font-weight: 300;
  border-bottom: 1px solid #aeaea9;
  padding-bottom: 6px;
}
/* line 450, ../sass/app.scss */
#content .figure figcaption {
  text-align: left;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #333;
  padding: 6px 0;
  margin: 0 0 4px;
}
/* line 459, ../sass/app.scss */
#content .excerpts article {
  border-bottom: 1px dotted #aeaea9;
}
/* line 461, ../sass/app.scss */
#content .excerpts article:last-child {
  border-bottom: none;
}
/* line 465, ../sass/app.scss */
#content article.post,
#content article.page {
  margin: 0 0 26px;
}
/* line 468, ../sass/app.scss */
#content article.post .entry-title,
#content article.page .entry-title {
  font: 600 26px "KlinicSlab", "Rockwell", "RobotoSlab", "Times New Roman", serif;
  font-size: 2.6rem;
  line-height: 1.2em;
  color: #333;
  margin: 0 0 0.4em;
}
/* line 477, ../sass/app.scss */
#content article.post .entry-title > a,
#content article.page .entry-title > a {
  color: #333;
}
/* line 479, ../sass/app.scss */
#content article.post .entry-title > a:hover,
#content article.page .entry-title > a:hover {
  color: #d86f48;
}
/* line 484, ../sass/app.scss */
#content article.post .post-image-wrapper,
#content article.page .post-image-wrapper {
  margin: 6px 0 20px;
}
/* line 487, ../sass/app.scss */
#content article.post img.post-thumbnail-image,
#content article.page img.post-thumbnail-image {
  margin: 0 20px 12px 0;
}
/* line 490, ../sass/app.scss */
#content article.post img.post-featured-image,
#content article.page img.post-featured-image {
  margin: 0 0 4px;
}
/* line 493, ../sass/app.scss */
#content article.post p.post-caption,
#content article.page p.post-caption {
  margin: 0;
  color: #333;
  font-size: 12px;
  font-size: 1.2rem;
  font-style: normal;
}
/* line 499, ../sass/app.scss */
#content article.post p.post-meta,
#content article.page p.post-meta {
  color: #95c5d6;
  font-style: normal;
  margin-bottom: 0.4em;
}
/* line 504, ../sass/app.scss */
#content article.post p.post-tags,
#content article.page p.post-tags {
  margin-bottom: 0.4em;
}
/* line 507, ../sass/app.scss */
#content article.post .related-posts,
#content article.page .related-posts {
  margin: 1em 0 0;
}
/* line 511, ../sass/app.scss */
#content article.post .related-posts ul li > a,
#content article.page .related-posts ul li > a {
  font: 600 14px "KlinicSlab", "Rockwell", "RobotoSlab", "Times New Roman", serif;
  font-size: 1.4rem;
  line-height: 1.2em;
  color: #333;
}
/* line 519, ../sass/app.scss */
#content article.post .related-posts ul li > a:hover,
#content article.page .related-posts ul li > a:hover {
  color: #d86f48;
}
/* line 527, ../sass/app.scss */
#content .post-listing article.post:first-child {
  padding: 26px 20px 26px;
  background: #efefef;
}
/* line 532, ../sass/app.scss */
#content .yarpp-related {
  display: inline-block;
}
/* line 536, ../sass/app.scss */
#content .share-buttons {
  margin-bottom: 2em;
  display: flex;
}
/* line 539, ../sass/app.scss */
#content .share-buttons .pinterest {
  margin-right: 1rem;
}
/* line 542, ../sass/app.scss */
#content .share-buttons .twitter {
  margin-right: 1rem;
}
/* line 547, ../sass/app.scss */
#content .page-nav {
  margin: 20px 0;
  padding: 12px;
  border-top: 1px solid #aeaea9;
}
/* line 551, ../sass/app.scss */
#content .page-nav > div {
  width: 40%;
  font: 600 26px "KlinicSlab", "Rockwell", "RobotoSlab", "Times New Roman", serif;
  font-size: 2.6rem;
  line-height: 1.2em;
  color: #333;
}
/* line 560, ../sass/app.scss */
#content .page-nav > div > a {
  color: #333;
}
/* line 562, ../sass/app.scss */
#content .page-nav > div > a:hover {
  color: #d86f48;
}
/* line 568, ../sass/app.scss */
#content article.page {
  padding-bottom: 12px;
  margin-bottom: 26px;
  border-bottom: 1px dotted #aeaea9;
}
/* line 572, ../sass/app.scss */
#content article.page:last-child {
  border-bottom: none;
}
/* line 576, ../sass/app.scss */
#content .post-box {
  margin-bottom: 3em;
}
/* line 579, ../sass/app.scss */
#content .section {
  margin-bottom: 3em;
}
/* line 582, ../sass/app.scss */
#content ul.page-numbers {
  margin: 0 0 2em;
}
/* line 584, ../sass/app.scss */
#content ul.page-numbers li {
  margin: 0;
  padding: 0 5px 0 0;
}
/* line 591, ../sass/app.scss */
#content .group-section {
  margin: 2em 0;
  list-style-type: none;
}
/* line 594, ../sass/app.scss */
#content .group-section ul {
  list-style-type: none;
}
/* line 596, ../sass/app.scss */
#content .group-section ul li {
  margin: 0 1.5em 1em 1em;
}
/* line 600, ../sass/app.scss */
#content .group-section li {
  margin: 0 0 2em;
}
/* line 603, ../sass/app.scss */
#content .group-section li.accordian-list-item .content {
  display: none;
}
/* line 611, ../sass/app.scss */
#content .reports {
  list-style-type: none;
}
/* line 613, ../sass/app.scss */
#content .reports li {
  overflow: hidden;
  *zoom: 1;
  margin: 0 0 2em 0;
}
/* line 616, ../sass/app.scss */
#content .reports li h3 {
  font: normal 26px "KlinicSlab", "Rockwell", "RobotoSlab", "Times New Roman", serif;
  font-size: 2.6rem;
  line-height: 1.2em;
  color: #333;
}
/* line 625, ../sass/app.scss */
#content .reports li img.thumb {
  padding: 4px;
  background: #fff;
  border: 1px solid #cfcfc9;
}
/* line 634, ../sass/app.scss */
#content .nice {
  margin: 0 0 2em;
}
/* line 636, ../sass/app.scss */
#content .nice.answers li {
  position: relative;
  padding-top: 12px;
  margin-bottom: 2em;
  border-top: 1px dotted #aeaea9;
}
/* line 641, ../sass/app.scss */
#content .nice.answers li > h4 {
  font: normal 18px "KlinicSlab", "Rockwell", "RobotoSlab", "Times New Roman", serif;
  font-size: 1.8rem;
  line-height: 1.2em;
  color: #333;
  width: 85%;
}
/* line 651, ../sass/app.scss */
#content .nice.answers li a.top-link {
  position: absolute;
  top: 4px;
  right: 0;
  text-align: right;
  font: italic 12px "IdealSans", "Helvetica", "Arial", sans-serif;
  font-size: 1.2rem;
  line-height: 1.8em;
}
/* line 658, ../sass/app.scss */
#content .contacts-list {
  margin: 0 0 3em;
  padding: 0 15px;
}
/* line 661, ../sass/app.scss */
#content .contacts-list .row {
  padding-bottom: 12px;
  margin-bottom: 26px;
  border-bottom: 1px dotted #aeaea9;
}
/* line 665, ../sass/app.scss */
#content .contacts-list .row:last-child {
  border-bottom: none;
}
/* line 668, ../sass/app.scss */
#content .contacts-list .row div {
  line-height: 1.8em;
}
/* line 670, ../sass/app.scss */
#content .contacts-list .row div.c-name {
  width: 30%;
  padding-left: 0;
}
/* line 674, ../sass/app.scss */
#content .contacts-list .row div.c-mail {
  width: 40%;
  font-size: 13px;
  font-size: 1.3rem;
  font-family: "IdealSans", "Helvetica", "Arial", sans-serif;
  font-style: normal;
}
/* line 680, ../sass/app.scss */
#content .contacts-list .row div.c-phone {
  width: 30%;
  font: 600 14px "KlinicSlab", "Rockwell", "RobotoSlab", "Times New Roman", serif;
  font-size: 1.4rem;
  line-height: 1.2em;
  color: #333;
}
/* line 690, ../sass/app.scss */
#content .contacts-list .row div h3 {
  font: 600 14px "KlinicSlab", "Rockwell", "RobotoSlab", "Times New Roman", serif;
  font-size: 1.4rem;
  line-height: 1.2em;
  color: #333;
  margin: 0 0 0.4em;
}
/* line 700, ../sass/app.scss */
#content .contacts-list .row div h4 {
  font: normal 12px "KlinicSlab", "Rockwell", "RobotoSlab", "Times New Roman", serif;
  font-size: 1.2rem;
  line-height: 1.4em;
  color: #666;
  margin: 0;
}
/* line 710, ../sass/app.scss */
#content .contacts-list .row div h5 {
  font: normal 11px "KlinicSlab", "Rockwell", "RobotoSlab", "Times New Roman", serif;
  font-size: 1.1rem;
  line-height: 1.4em;
  color: #333;
  margin: 0;
}
/* line 720, ../sass/app.scss */
#content .contacts-list .row div p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6em;
  margin-bottom: 0.6em;
}
/* line 723, ../sass/app.scss */
#content .contacts-list .row div p span.op-phone {
  font-size: 14px;
  font-size: 1.4rem;
}
/* line 734, ../sass/app.scss */
#content .tour-operators-list h4.results-header {
  font: 600 14px "KlinicSlab", "Rockwell", "RobotoSlab", "Times New Roman", serif;
  font-size: 1.4rem;
  line-height: 1.4em;
  color: #666;
  margin: 0;
}
/* line 746, ../sass/app.scss */
#content .tour-operators-list .row div.c-name {
  width: 40%;
}
/* line 748, ../sass/app.scss */
#content .tour-operators-list .row div.c-name a.slink {
  font-family: "IdealSans", "Helvetica", "Arial", sans-serif;
  font-style: normal;
}
/* line 753, ../sass/app.scss */
#content .tour-operators-list .row div.c-desc {
  width: 60%;
}
/* line 798, ../sass/app.scss */
#content .venue-item {
  margin: 2em -15px 1em;
  padding: 2em 0;
  border-top: 1px dotted #aeaea9;
}
/* line 802, ../sass/app.scss */
#content .venue-item:last-child {
  border-bottom: none;
}
/* line 805, ../sass/app.scss */
#content .venue-item h4 {
  font: 300 18px "KlinicSlab", "Rockwell", "RobotoSlab", "Times New Roman", serif;
  font-size: 1.8rem;
  line-height: 1.2em;
  color: #333;
  margin: 0 0 0.4em;
}
/* line 815, ../sass/app.scss */
#content .venue-item p.spec-link a {
  font-style: normal;
}
/* line 821, ../sass/app.scss */
#content .welcome-center-list {
  margin: 3em 0;
}
/* line 823, ../sass/app.scss */
#content .welcome-center-list .map-column {
  width: 50%;
  text-align: right;
}
/* line 827, ../sass/app.scss */
#content .welcome-center-list .list-column {
  margin-top: 16px;
  width: 40%;
  float: left;
}
/* line 828, ../sass/app.scss */
#content .welcome-center-list .list-column li {
  font-size: 13px;
  font-size: 1.3rem;
}
/* line 837, ../sass/app.scss */
#content .post-list-section {
  margin-top: 3em;
}
/* line 842, ../sass/app.scss */
#content .calendar-list {
  margin-top: 3em;
}
/* line 844, ../sass/app.scss */
#content .calendar-list ul {
  list-style-type: none;
  margin: 2em 0 4em;
}
/* line 847, ../sass/app.scss */
#content .calendar-list ul li {
  margin: 0 0 1.4em;
}
/* line 849, ../sass/app.scss */
#content .calendar-list ul li h4 {
  font: 600 15px "KlinicSlab", "Rockwell", "RobotoSlab", "Times New Roman", serif;
  font-size: 1.5rem;
  line-height: 1.2em;
  color: #333;
  margin: 0 0 0.3em;
}
/* line 859, ../sass/app.scss */
#content .calendar-list ul li p.post-meta {
  color: #95c5d6;
  margin-bottom: 0.2em;
}
/* line 863, ../sass/app.scss */
#content .calendar-list ul li p.post-note {
  font-size: 12px;
  font-size: 1.2rem;
  color: #666;
}
/* line 872, ../sass/app.scss */
#content p.error-msg {
  font-size: 16px;
  font-size: 1.6rem;
  width: 80%;
  padding: 20px;
  border: 1px solid #790000;
  color: #790000;
  background: #4e97b2;
}
/* line 882, ../sass/app.scss */
#content img.media-thumb {
  height: 128px !important;
  max-width: 128px;
}
/* line 889, ../sass/app.scss */
#content section.resource-center-wrapper .resource-category {
  margin: 0 0 1em;
}
/* line 892, ../sass/app.scss */
#content section.resource-center-wrapper .resource-category h2.resource-header {
  font-size: 28px;
  font-size: 2.8rem;
  margin: 0 0 1em;
}
/* line 897, ../sass/app.scss */
#content section.resource-center-wrapper .resource-category ul.resource-grid {
  list-style-type: none;
  margin: 0 -12px;
}
/* line 901, ../sass/app.scss */
#content section.resource-center-wrapper .resource-category ul.resource-grid li {
  padding: 0 12px 12px !important;
  margin: 0 0 2em !important;
}
/* line 906, ../sass/app.scss */
#content section.resource-center-wrapper .resource-category ul.resource-grid li .resource-thumb img {
  border: 1px solid white;
}
/* line 911, ../sass/app.scss */
#content section.resource-center-wrapper .resource-category ul.resource-grid li h4.resource-title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  margin: 0 0 0.2em;
}
/* line 915, ../sass/app.scss */
#content section.resource-center-wrapper .resource-category ul.resource-grid li h4.resource-title a {
  color: #333;
}
/* line 920, ../sass/app.scss */
#content section.resource-center-wrapper .resource-category ul.resource-grid li p.reource-meta {
  font-size: 28px;
  font-size: 2.8rem;
}
/* line 925, ../sass/app.scss */
#content section.resource-center-wrapper .resource-category ul.resource-grid li:hover .resource-thumb img {
  opacity: 0.8;
}
/* line 929, ../sass/app.scss */
#content section.resource-center-wrapper .resource-category ul.resource-grid li:hover h4.resource-title a {
  color: #4e97b2;
}
/* line 937, ../sass/app.scss */
#content section.resource-center-wrapper .resource-category ul.resource-grid.three-up li:nth-of-type(4n) {
  clear: both;
}

/* End Main Content --------------- */
/* Form Modal */
/* line 947, ../sass/app.scss */
#resources-form-modal {
  color: #666;
  background: #efefef;
  /* form */
}
/* line 948, ../sass/app.scss */
#resources-form-modal.reveal-modal .close-reveal-modal {
  color: #333;
}
/* line 950, ../sass/app.scss */
#resources-form-modal.reveal-modal .close-reveal-modal:hover {
  color: #4e97b2;
}
/* line 958, ../sass/app.scss */
#resources-form-modal h3.form-modal-title {
  font: 600 28px "KlinicSlab", "Rockwell", "RobotoSlab", "Times New Roman", serif;
  font-size: 2.8rem;
  line-height: 1.2em;
  color: #333;
  border-bottom: 1px solid #999;
  padding: 0 0 0.25em;
  margin: 0 0 0.6em;
}
/* line 969, ../sass/app.scss */
#resources-form-modal h3.form-modal-title span {
  float: right;
  font-family: "IdealSans", "Helvetica", "Arial", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1em;
  margin: 18px 20px 0 0;
}
/* line 982, ../sass/app.scss */
#resources-form-modal .gform_wrapper .top_label label.gfield_label {
  margin: 1em 0 0 !important;
}
/* line 985, ../sass/app.scss */
#resources-form-modal .gform_wrapper .top_label + div.ginput_container {
  margin-top: 0.125em;
}
/* line 990, ../sass/app.scss */
#resources-form-modal .gform_wrapper .gsection {
  margin: 1em 0 0 !important;
  padding: 0;
  border-bottom: none;
}
/* line 995, ../sass/app.scss */
#resources-form-modal .gform_wrapper .gsection.gf_scroll_text {
  margin-top: 0.4em !important;
}
/* line 999, ../sass/app.scss */
#resources-form-modal .gform_wrapper .gsection .gsection_description {
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
}
/* line 1003, ../sass/app.scss */
#resources-form-modal .gform_wrapper .gsection .gsection_description h3 {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0 0 1em;
}
/* line 1011, ../sass/app.scss */
#resources-form-modal .gform_wrapper h2.gsection_title {
  font-size: 14px;
  font-size: 1.4rem;
  color: #4d4d4d;
  margin: 1em 0 0 !important;
}

/* Tooltips ----------------------- */
/*! Blue tooltip style */
/* line 1022, ../sass/app.scss */
.ui-tooltip-blue {
  background-color: #4e97b2;
  border: none;
  color: #333;
}

/* line 1027, ../sass/app.scss */
.ui-tooltip-blue .ui-tooltip-titlebar {
  display: none;
}

/* line 1030, ../sass/app.scss */
.ui-tooltip-blue .ui-state-default .ui-tooltip-icon {
  background-position: -2px 0;
}

/* line 1033, ../sass/app.scss */
.ui-tooltip-shadow {
  -moz-box-shadow: rgba(51, 51, 51, 0.6) 0px 4px 12px 2px;
  -webkit-box-shadow: rgba(51, 51, 51, 0.6) 0px 4px 12px 2px;
  box-shadow: rgba(51, 51, 51, 0.6) 0px 4px 12px 2px;
}

/* line 1036, ../sass/app.scss */
.wc-popup {
  display: none;
  width: 320px;
  padding: 14px 16px;
  background: #4e97b2;
}
/* line 1039, ../sass/app.scss */
.wc-popup h5 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  margin: 0 0 0.4em;
}
/* line 1046, ../sass/app.scss */
.wc-popup p {
  font-size: 12px;
  font-size: 1.2rem;
  color: #333;
}
/* line 1049, ../sass/app.scss */
.wc-popup p.map-link {
  margin-bottom: 0;
}
/* line 1051, ../sass/app.scss */
.wc-popup p.map-link em {
  font-family: "IdealSans", "Helvetica", "Arial", sans-serif;
}
/* line 1055, ../sass/app.scss */
.wc-popup p a {
  color: #fff;
}

/* Feature Boxes ------------------- */
/* line 1062, ../sass/app.scss */
.featured-boxes {
  margin: 40px 0;
}
/* line 1064, ../sass/app.scss */
.featured-boxes .box-feature {
  position: relative;
  height: 166px;
  padding: 10px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  margin-bottom: 10px;
  cursor: pointer;
}
/* line 1072, ../sass/app.scss */
.featured-boxes .box-feature.blue {
  background: #4e97b2;
}
/* line 1077, ../sass/app.scss */
.featured-boxes .box-feature.green {
  background: #a3da59;
}
/* line 1082, ../sass/app.scss */
.featured-boxes .box-feature.orange {
  background: #f58220;
}
/* line 1087, ../sass/app.scss */
.featured-boxes .box-feature > h3 {
  font: 300 24px "KlinicSlab", "Rockwell", "RobotoSlab", "Times New Roman", serif;
  font-size: 2.4rem;
  line-height: 1.1em;
  color: #4b3927;
  color: #fff;
}
/* line 1097, ../sass/app.scss */
.featured-boxes .box-feature p.action-links {
  display: block;
  position: absolute;
  bottom: 10px;
  right: 10px;
  margin: 0;
  text-align: right;
  color: #333;
}
/* line 1105, ../sass/app.scss */
.featured-boxes .box-feature p.action-links a {
  font: normal 15px "IdealSans", "Helvetica", "Arial", sans-serif;
  font-size: 1.5rem;
  line-height: 1.1em;
  color: #fff;
}
/* line 1107, ../sass/app.scss */
.featured-boxes .box-feature p.action-links a:hover {
  color: #efefef;
}
/* line 1111, ../sass/app.scss */
.featured-boxes .box-feature p.action-links .signup,
.featured-boxes .box-feature p.action-links .signup a {
  font-size: 12px;
  font-size: 1.2rem;
}
/* line 1116, ../sass/app.scss */
.featured-boxes .box-feature.hover {
  cursor: pointer;
}
/* line 1118, ../sass/app.scss */
.featured-boxes .box-feature.hover > a {
  color: #efefef;
}

/* Sidebar ---------------------- */
/* line 1126, ../sass/app.scss */
#sidebar {
  padding: 0;
}
/* line 1128, ../sass/app.scss */
#sidebar .box-sidebar {
  overflow: hidden;
  *zoom: 1;
  margin: 0 0 26px;
}
/* line 1131, ../sass/app.scss */
#sidebar .box-sidebar > h3 {
  font: 600 24px "KlinicSlab", "Rockwell", "RobotoSlab", "Times New Roman", serif;
  font-size: 2.4rem;
  line-height: 1.2em;
  color: #333;
  margin: 0 0 0.6em;
  padding: 0 0 2px;
  border-bottom: 1px solid #aeaea9;
}
/* line 1143, ../sass/app.scss */
#sidebar .box-sidebar h4 {
  font: 600 24px "KlinicSlab", "Rockwell", "RobotoSlab", "Times New Roman", serif;
  font-size: 2.4rem;
  line-height: 1em;
  color: #333;
  margin: 0 0 0.1em;
}
/* line 1153, ../sass/app.scss */
#sidebar .box-sidebar h4.blog {
  font: 600 14px "KlinicSlab", "Rockwell", "RobotoSlab", "Times New Roman", serif;
  font-size: 1.4rem;
  line-height: 1.8em;
  color: #333;
}
/* line 1162, ../sass/app.scss */
#sidebar .box-sidebar .partner-site h4,
#sidebar .box-sidebar h5 {
  font: 600 17px "KlinicSlab", "Rockwell", "RobotoSlab", "Times New Roman", serif;
  font-size: 1.7rem;
  line-height: 1em;
  color: #333;
  margin: 0 0 0.4em;
}
/* line 1173, ../sass/app.scss */
#sidebar .box-sidebar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/* line 1177, ../sass/app.scss */
#sidebar .box-sidebar ul li {
  margin: 0 0 0.8em;
  line-height: 1.2em;
  padding: 0;
}
/* line 1181, ../sass/app.scss */
#sidebar .box-sidebar ul li.plan-trip {
  padding-left: 78px;
  min-height: 80px;
  margin-bottom: 1.4em;
  background: url('/app/themes/tourdept/images/pic-sidebar-beachchair.png?1668009797') no-repeat;
}
/* line 1187, ../sass/app.scss */
#sidebar .box-sidebar ul li > a {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.2em;
}
/* line 1193, ../sass/app.scss */
#sidebar .box-sidebar.box-our-websites a {
  font-size: 12px;
  font-size: 1.2rem;
  font-style: normal;
}
/* line 1197, ../sass/app.scss */
#sidebar .box-sidebar.box-our-publications a {
  display: block;
  padding-left: 50px;
  min-height: 58px;
}
/* line 1202, ../sass/app.scss */
#sidebar .box-sidebar.subscribe p {
  font-size: 12px;
  font-size: 1.2rem;
}
/* line 1205, ../sass/app.scss */
#sidebar .box-sidebar.news ul {
  margin: 0 0 1em;
}
/* line 1207, ../sass/app.scss */
#sidebar .box-sidebar.news ul li {
  font: normal 14px "IdealSans", "Helvetica", "Arial", sans-serif;
  font-size: 1.4rem;
  line-height: 1.4emem;
  color: #333;
  margin: 0 0 0.2em;
}
/* line 1216, ../sass/app.scss */
#sidebar .box-sidebar.news ul li > a {
  font-size: 14px;
  font-size: 1.4rem;
  font-style: normal;
}
/* line 1223, ../sass/app.scss */
#sidebar .box-sidebar.box-stay-connected ul {
  list-style: none;
  height: 30px;
}
/* line 1226, ../sass/app.scss */
#sidebar .box-sidebar.box-stay-connected ul li {
  float: left;
  width: 30px;
  margin-right: 5px;
}
/* line 1230, ../sass/app.scss */
#sidebar .box-sidebar.box-stay-connected ul li > a {
  display: block;
  width: 30px;
  height: 30px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
/* line 1235, ../sass/app.scss */
#sidebar .box-sidebar.box-stay-connected ul li > a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 1243, ../sass/app.scss */
#sidebar #sidebar-toplink {
  display: none;
  clear: both;
  margin-bottom: 0;
}
/* line 1247, ../sass/app.scss */
#sidebar #sidebar-toplink a.top-link {
  position: absolute;
  top: 4px;
  right: 0;
  text-align: right;
  font: italic 12px "IdealSans", "Helvetica", "Arial", sans-serif;
  font-size: 1.2rem;
  line-height: 1.8em;
  position: relative;
}

/* Forms ----------------------- */
/* line 1256, ../sass/app.scss */
.subscribe input[type="text"] {
  float: left;
  width: 168px;
  margin-right: 4px;
}

/* line 1261, ../sass/app.scss */
.subscribe #btn-subscribe {
  float: left;
  padding: 8px;
  width: 36px;
}

/* line 1269, ../sass/app.scss */
#content p.required {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: right;
  margin: -8px 0 0;
}
/* line 1273, ../sass/app.scss */
#content p.required strong {
  color: #790000;
}
/* line 1277, ../sass/app.scss */
#content img.btn.radio,
#content img.btn.checkbox {
  display: inline !important;
  max-width: none !important;
  width: 16px;
  height: 16px;
  margin: 0 4px 0 0;
  vertical-align: bottom;
  print-color-adjust: exact;
  -webkit-print-color-adjust: exact;
}
/* line 1288, ../sass/app.scss */
#content .gform_wrapper {
  border-top: 1px dotted #aeaea9;
  margin: 2em 0 0;
  padding: 10px 0 0;
}
/* line 1292, ../sass/app.scss */
#content .gform_wrapper ul.gform_fields {
  margin: 0 0 2em;
  list-style-type: none;
}
/* line 1295, ../sass/app.scss */
#content .gform_wrapper ul.gform_fields li.gfield {
  margin: 0;
}
/* line 1297, ../sass/app.scss */
#content .gform_wrapper ul.gform_fields li.gfield input {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 4px 6px;
}
/* line 1301, ../sass/app.scss */
#content .gform_wrapper ul.gform_fields li.gfield .gfield_description {
  font-size: 13px;
  font-size: 1.3rem;
  padding: 2px 0 8px;
}
/* line 1305, ../sass/app.scss */
#content .gform_wrapper ul.gform_fields li.gfield .gfield_description p {
  font-size: 13px;
  font-size: 1.3rem;
}
/* line 1308, ../sass/app.scss */
#content .gform_wrapper ul.gform_fields li.gfield.gf_list_2col ul li, #content .gform_wrapper ul.gform_fields li.gfield.gf_list_2col ul li {
  width: 50%;
  margin: 0;
  padding: 0;
}
/* line 1314, ../sass/app.scss */
#content .gform_wrapper ul.gform_fields li.gfield.gsection {
  margin: 3em 0 0.5em;
  border-bottom: none;
  padding-top: 12px;
  border-top: 1px dotted #aeaea9;
}
/* line 1319, ../sass/app.scss */
#content .gform_wrapper ul.gform_fields li.gfield.gsection h2.gsection_title {
  font: 300 20px "KlinicSlab", "Rockwell", "RobotoSlab", "Times New Roman", serif;
  font-size: 2rem;
  line-height: 1.2em;
  color: #666;
  padding-bottom: 8px !important;
}
/* line 1329, ../sass/app.scss */
#content .gform_wrapper ul.gform_fields li.gfield.gsection.subhead {
  margin: 0;
  border: none;
  padding: 0;
  display: none;
}
/* line 1334, ../sass/app.scss */
#content .gform_wrapper ul.gform_fields li.gfield.gsection.subhead h2.gsection_title {
  font: 600 14px "KlinicSlab", "Rockwell", "RobotoSlab", "Times New Roman", serif;
  font-size: 1.4rem;
  line-height: 1.2em;
  color: #333;
}
/* line 1345, ../sass/app.scss */
#content .gform_wrapper ul.gform_fields li.gfield.no-instruction .instruction {
  display: none;
}
/* line 1348, ../sass/app.scss */
#content .gform_wrapper ul.gform_fields li.gfield.pad-bottom {
  padding-bottom: 20px;
}
/* line 1351, ../sass/app.scss */
#content .gform_wrapper ul.gform_fields li.gfield select {
  font-size: 14px !important;
}
/* line 1355, ../sass/app.scss */
#content .gform_wrapper ul.gform_fields .charleft {
  color: #888;
}
/* line 1358, ../sass/app.scss */
#content .gform_wrapper ul.gform_fields .message-wrap {
  max-width: 420px;
}
/* line 1361, ../sass/app.scss */
#content .gform_wrapper ul.gform_fields .ginput_container li {
  margin-left: 0;
}
/* line 1364, ../sass/app.scss */
#content .gform_wrapper ul.gform_fields li.placeholder .gfield_label {
  display: none;
}
/* line 1368, ../sass/app.scss */
#content .gform_wrapper ul.gform_fields li.hide-label .gfield_label {
  display: none;
}
/* line 1371, ../sass/app.scss */
#content .gform_wrapper ul.gform_fields li.hide-label .ginput_container {
  margin-top: 18px;
}
/* line 1375, ../sass/app.scss */
#content .gform_wrapper ul.gform_fields ul.form-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/* line 1379, ../sass/app.scss */
#content .gform_wrapper ul.gform_fields ul.form-list li {
  width: 90%;
  font-size: 13px;
  font-size: 1.3rem;
  margin: 0.5em 0;
  padding: 0;
}
/* line 1388, ../sass/app.scss */
#content #gforms_confirmation_message {
  padding: 20px;
  background: #4e97b2;
  border: 1px solid #4e97b2;
}

/* line 1396, ../sass/app.scss */
.autocomplete-suggestions {
  border: 1px solid #999;
  background: #fff;
  overflow: auto;
}
/* line 1400, ../sass/app.scss */
.autocomplete-suggestions .autocomplete-suggestion {
  padding: 8px;
  white-space: nowrap;
  overflow: hidden;
}
/* line 1405, ../sass/app.scss */
.autocomplete-suggestions .autocomplete-selected {
  background: #f0f0f0;
}
/* line 1408, ../sass/app.scss */
.autocomplete-suggestions strong {
  font-weight: bold;
  color: #333;
}

/* Footer ---------------------- */
/* line 1415, ../sass/app.scss */
#footer {
  width: 960px;
  padding: 15px;
  margin: 0 auto;
}
/* line 1420, ../sass/app.scss */
#footer .sites p {
  font-weight: 300;
  font-size: 12px;
  font-size: 1.2rem;
}
/* line 1424, ../sass/app.scss */
#footer .sites h2 {
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "Open Sans";
  font-weight: bold;
  color: #333;
  margin-bottom: 8px;
}
/* line 1431, ../sass/app.scss */
#footer .sites ul {
  list-style: none;
}
/* line 1433, ../sass/app.scss */
#footer .sites ul li {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 15px;
}
/* line 1436, ../sass/app.scss */
#footer .sites ul li a {
  color: #666;
}
/* line 1438, ../sass/app.scss */
#footer .sites ul li a:hover {
  color: #173945;
}
/* line 1441, ../sass/app.scss */
#footer .sites ul li a.selected {
  padding-left: 14px;
  background: url('/app/themes/tourdept/images/btn-arrow.gif?1668009797') left no-repeat;
  color: #173945;
}

/* Buttons */
/* line 1453, ../sass/app.scss */
.button {
  width: auto;
  background: #d86f48;
  border: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  font: normal 14px "IdealSans", "Helvetica", "Arial", sans-serif;
  font-size: 1.4rem;
  line-height: 1.1em;
  color: #fff;
  font-weight: normal;
  line-height: 1;
  margin: 0;
  outline: none;
  padding: 10px 20px 11px !important;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 0.15s ease-in-out;
  -moz-transition: background-color 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
}
/* line 1475, ../sass/app.scss */
.button.button-small {
  padding: 8px 10px !important;
}

/* line 1479, ../sass/app.scss */
.button:hover,
.button:active,
.button:focus {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRlOTdiMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzRlOTdiMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4e97b2), color-stop(100%, #4e97b2));
  background-image: -moz-linear-gradient(#4e97b2, #4e97b2);
  background-image: -webkit-linear-gradient(#4e97b2, #4e97b2);
  background-image: linear-gradient(#4e97b2, #4e97b2);
  top: -1px;
}

/* Utilities */
/* line 1489, ../sass/app.scss */
.small {
  font-size: 90% !important;
}

/* line 1492, ../sass/app.scss */
.margin-btm-0 {
  margin-bottom: 0 !important;
}

/* line 1495, ../sass/app.scss */
.nopad-nav {
  padding-top: 20px !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}

/* line 1500, ../sass/app.scss */
.float-left {
  float: left;
}

/* line 1503, ../sass/app.scss */
.float-right {
  float: right;
}

/* line 1506, ../sass/app.scss */
.clear-both {
  clear: both;
}

/* Additional Print Styles */
@media print {
  /* hide elements */
  /* line 1513, ../sass/app.scss */
  .nav-bar,
  #sidebar,
  #footer {
    display: none !important;
  }

  /* specific to pages */
  /* line 1521, ../sass/app.scss */
  body.page-id-690 #banner-wrapper,
  body.page-id-690 #breadcrumb-wrapper,
  body.page-id-690 .post-box {
    display: none !important;
  }

  /* line 1526, ../sass/app.scss */
  body.page-id-690 #content {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}
/* Media Queries */
@media only screen and (min-width: 768px) {
  /* line 7, ../sass/_media-queries.scss */
  #global-nav.open {
    background-position: 0 0 !important;
  }

  /* line 10, ../sass/_media-queries.scss */
  .nav-list {
    display: none !important;
  }
}
@media only screen and (max-width: 970px) {
  /* line 22, ../sass/_media-queries.scss */
  #banner-wrapper {
    border-top: 2px solid #f00;
  }
  /* line 24, ../sass/_media-queries.scss */
  #banner-wrapper #banner {
    width: auto;
  }
  /* line 26, ../sass/_media-queries.scss */
  #banner-wrapper #banner #logo, #banner-wrapper #banner #logo img {
    width: 180px;
  }
  /* line 29, ../sass/_media-queries.scss */
  #banner-wrapper #banner h1 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  /* line 32, ../sass/_media-queries.scss */
  #banner-wrapper #banner .search-form.search-header {
    width: 120px;
  }
  /* line 34, ../sass/_media-queries.scss */
  #banner-wrapper #banner .search-form.search-header #s {
    font-size: 12px;
    font-size: 1.2rem;
  }

  /* line 42, ../sass/_media-queries.scss */
  #sidebar {
    width: 768px;
    float: none;
    padding: 20px 0 0 15px;
  }
  /* line 46, ../sass/_media-queries.scss */
  #sidebar .box-sidebar {
    width: 30%;
    float: left;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 61, ../sass/_media-queries.scss */
  #breadcrumb, #banner, .nav-bar, #footer {
    width: 100%;
  }

  /* line 67, ../sass/_media-queries.scss */
  #banner-wrapper .search-header {
    top: 15px;
  }

  /* line 73, ../sass/_media-queries.scss */
  .menu-toggle {
    display: block;
  }

  /* line 76, ../sass/_media-queries.scss */
  .nav-bar {
    display: none;
  }

  /* line 81, ../sass/_media-queries.scss */
  #main {
    padding-top: 15px;
  }

  /* line 85, ../sass/_media-queries.scss */
  #content .post-box {
    margin-bottom: 10px;
  }
  /* line 87, ../sass/_media-queries.scss */
  #content .post-box .intro-text {
    font-size: 15px;
    font-size: 1.5rem;
  }
  /* line 91, ../sass/_media-queries.scss */
  #content h1.post-title {
    font-size: 26px;
    font-size: 2.6rem;
    margin-bottom: 0.4em;
  }
  /* line 95, ../sass/_media-queries.scss */
  #content h2.head-rule {
    font-size: 22px;
    font-size: 2.2rem;
  }
  /* line 98, ../sass/_media-queries.scss */
  #content article.post .entry-title, #content article.page .entry-title {
    font-size: 16px;
    font-size: 1.6rem;
  }

  /* line 105, ../sass/_media-queries.scss */
  #sidebar {
    width: 100%;
    float: none;
    padding: 20px 0 0 15px;
  }
  /* line 109, ../sass/_media-queries.scss */
  #sidebar .box-sidebar {
    width: 100%;
    float: none;
    padding-right: 15px;
  }
  /* line 114, ../sass/_media-queries.scss */
  #sidebar #sidebar-toplink {
    display: block;
  }

  /* line 120, ../sass/_media-queries.scss */
  .share-button {
    float: left;
    margin-right: 10px;
  }

  /* line 122, ../sass/_media-queries.scss */
  .contacts-list .row div {
    padding-left: 0;
  }

  /* line 126, ../sass/_media-queries.scss */
  .welcome-center-list .map-column {
    text-align: left !important;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  /* line 136, ../sass/_media-queries.scss */
  #breadcrumb, #banner, .nav-bar, #footer {
    width: 100%;
  }

  /* line 141, ../sass/_media-queries.scss */
  #banner-wrapper {
    border-top: 2px solid #000;
  }
  /* line 143, ../sass/_media-queries.scss */
  #banner-wrapper #banner {
    width: auto;
    height: 70px;
  }
  /* line 146, ../sass/_media-queries.scss */
  #banner-wrapper #banner #logo, #banner-wrapper #banner #logo img {
    margin-top: 4px;
    width: 140px;
  }
  /* line 150, ../sass/_media-queries.scss */
  #banner-wrapper #banner hgroup {
    margin-top: 0px;
    padding: 12px 0 0 26px;
  }
  /* line 153, ../sass/_media-queries.scss */
  #banner-wrapper #banner hgroup h1 {
    font-size: 20px;
    font-size: 2rem;
    width: 260px;
  }
  /* line 157, ../sass/_media-queries.scss */
  #banner-wrapper #banner hgroup h3 {
    display: none;
  }
  /* line 161, ../sass/_media-queries.scss */
  #banner-wrapper #banner .search-form.search-header {
    width: 100px;
  }

  /* line 168, ../sass/_media-queries.scss */
  .featured-boxes .box-feature {
    height: 80px;
  }
}
@media only screen and (max-width: 480px) {
  /* line 179, ../sass/_media-queries.scss */
  #breadcrumb, #banner, .nav-bar, #footer {
    width: 100%;
  }

  /* line 184, ../sass/_media-queries.scss */
  #banner-wrapper {
    border-top: 2px solid #00f;
  }
  /* line 186, ../sass/_media-queries.scss */
  #banner-wrapper #banner {
    width: auto;
    height: 52px;
  }
  /* line 190, ../sass/_media-queries.scss */
  #banner-wrapper #banner #logo {
    margin-top: 4px;
    width: 102px;
    padding-right: 10px;
  }
  /* line 194, ../sass/_media-queries.scss */
  #banner-wrapper #banner #logo img {
    width: 102px;
  }
  /* line 198, ../sass/_media-queries.scss */
  #banner-wrapper #banner hgroup {
    margin-top: 0px;
    padding: 6px 0 0 18px;
  }
  /* line 201, ../sass/_media-queries.scss */
  #banner-wrapper #banner hgroup h1 {
    font-size: 16px;
    font-size: 1.6rem;
    width: 160px;
  }
  /* line 205, ../sass/_media-queries.scss */
  #banner-wrapper #banner hgroup h3 {
    display: none;
  }
  /* line 209, ../sass/_media-queries.scss */
  #banner-wrapper #banner .search-header {
    display: none;
  }

  /* line 214, ../sass/_media-queries.scss */
  #search-box, #search-link {
    display: block;
  }

  /* line 219, ../sass/_media-queries.scss */
  .featured-boxes .box-feature {
    height: 100px;
  }
}
/* line 226, ../sass/_media-queries.scss */
#banner-wrapper {
  border: none !important;
}

@media (max-width: 640px) {
  /* line 1536, ../sass/app.scss */
  #resources-form-modal {
    left: 50% !important;
    width: 80% !important;
  }
}
