@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 4, ../sass/_foundation.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Base Type Styles Using Modular Scale ---------------------- */
/* line 48, ../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 50, ../sass/_foundation.scss */
p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 17px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 112, ../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 116, ../sass/_foundation.scss */
.print-only {
  display: none !important;
}

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

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

@media print {
  /* line 129, ../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 137, ../sass/_foundation.scss */
  a, a:visited {
    text-decoration: underline;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 166, ../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 210, ../sass/_foundation.scss */
.row .twelve {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Mobile Grid and Overrides ---------------------- */
@media only screen and (max-width: 767px) {
  /* line 233, ../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 234, ../sass/_foundation.scss */
  .row {
    width: auto;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

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

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

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

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

  /* line 240, ../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 241, ../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 242, ../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 244, ../sass/_foundation.scss */
  .row .mobile-one {
    width: 25% !important;
    float: left;
    padding: 0 15px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 261, ../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 273, ../sass/_foundation.scss */
.block-grid {
  display: flex;
  flex-wrap: wrap;
}

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

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

/* line 279, ../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 282, ../sass/_foundation.scss */
.block-grid.three-up {
  margin: 0 -12px;
}

/* line 284, ../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 287, ../sass/_foundation.scss */
.block-grid.four-up {
  margin: 0 -10px;
}

/* line 289, ../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 292, ../sass/_foundation.scss */
.block-grid.five-up {
  margin: 0 -8px;
}

/* line 294, ../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 299, ../sass/_foundation.scss */
  .block-grid.mobile {
    margin-left: 0;
  }

  /* line 300, ../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 323, ../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 325, ../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 328, ../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 329, ../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 331, ../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 332, ../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 334, ../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 335, ../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 337, ../sass/_foundation.scss */
.show-for-landscape, .hide-for-portrait {
  display: block !important;
}

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

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

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

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

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

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

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

/* Specific overrides for elements that require something other than display: block */
/* line 355, ../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 357, ../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 358, ../sass/_foundation.scss */
  table.hide-for-xlarge, table.hide-for-large, table.hide-for-medium, table.show-for-small {
    display: table !important;
  }
}
/* Alerts ---------------------- */
/* line 360, ../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 361, ../sass/_foundation.scss */
div.alert-box.success {
  background-color: #5da423;
  color: #fff;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
}

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

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

/* line 364, ../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 365, ../sass/_foundation.scss */
div.alert-box a.close:hover, div.alert-box a.close:focus {
  opacity: 0.4;
}

/* Labels ---------------------- */
/* line 368, ../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 369, ../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 370, ../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 371, ../sass/_foundation.scss */
.label.alert {
  background-color: #c60f13;
}

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

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

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

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

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

/* line 380, ../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 381, ../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 382, ../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 383, ../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 384, ../sass/_foundation.scss */
.tooltip.tip-left, .tooltip.tip-right {
  float: none !important;
}

/* line 385, ../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 386, ../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 387, ../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 388, ../sass/_foundation.scss */
.tooltip.opened {
  color: #0192DD !important;
  border-bottom: dotted 1px #0593DC !important;
}

/* line 390, ../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 392, ../sass/_foundation.scss */
  .tooltip {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
    padding: 7px 10px 9px 10px;
  }

  /* line 393, ../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 395, ../sass/_foundation.scss */
div.panel {
  background: #f2f2f2;
  border: solid 1px #e6e6e6;
  margin: 0 0 22px 0;
  padding: 20px;
}

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

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

/* line 398, ../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 399, ../sass/_foundation.scss */
div.panel.callout a {
  color: #fff;
}

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

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

/* line 402, ../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 405, ../sass/_foundation.scss */
ul.side-nav {
  display: block;
  list-style: none;
  margin: 0;
  padding: 17px 0;
}

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

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

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

/* line 409, ../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 412, ../sass/_foundation.scss */
dl.sub-nav {
  display: block;
  width: auto;
  overflow: hidden;
  margin: -4px 0 18px -9px;
  padding-top: 4px;
}

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

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

/* line 415, ../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 416, ../sass/_foundation.scss */
dl.sub-nav dd.active a {
  font-weight: bold;
  background: #2ba6cb;
  color: #fff;
  padding: 3px 9px;
  cursor: default;
}

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

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

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

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

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

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

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

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

/* Breadcrums ---------------------- */
/* line 429, ../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 430, ../sass/_foundation.scss */
ul.breadcrumbs li {
  margin: 0;
  padding: 0 12px 0 0;
  float: left;
  list-style: none;
}

/* line 431, ../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 432, ../sass/_foundation.scss */
ul.breadcrumbs li:first-child a, ul.breadcrumbs li:first-child span {
  padding-left: 0;
}

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

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

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

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

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

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

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

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

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

/* line 444, ../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 447, ../sass/_foundation.scss */
ul.link-list {
  margin: 0 0 17px -22px;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

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

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

/* Keytroke Characters ---------------------- */
/* line 452, ../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 455, ../sass/_foundation.scss */
.flex-video {
  position: relative;
  padding-top: 25px;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 16px;
  overflow: hidden;
}

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

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

/* line 458, ../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 460, ../sass/_foundation.scss */
  .flex-video {
    padding-top: 0;
  }
}
/* Tables ---------------------- */
/* line 463, ../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 465, ../sass/_foundation.scss */
table thead, table tfoot {
  background: #f5f5f5;
}

/* line 467, ../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 469, ../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 471, ../sass/_foundation.scss */
table thead tr th:first-child, table tfoot tr td:first-child {
  border-left: none;
}

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

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

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

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

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

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

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

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

/* line 487, ../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 492, ../sass/_foundation.scss */
input[type=submit].button, button.button {
  -webkit-appearance: none;
}

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

  /* line 495, ../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 497, ../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 498, ../sass/_foundation.scss */
  input[type="submit"].tiny.button {
    padding: 3px 10px 4px;
  }

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

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

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

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

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

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

/* line 508, ../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 509, ../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 510, ../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 511, ../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 512, ../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 513, ../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 514, ../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 515, ../sass/_foundation.scss */
.button.dropdown > ul li:hover {
  background-color: #e3f4f9;
  color: #222;
}

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

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

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

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

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

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

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

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

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

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

/* line 526, ../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 527, ../sass/_foundation.scss */
.button.dropdown.split > a:hover {
  background-color: #2284a1;
}

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

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

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

/* line 531, ../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 532, ../sass/_foundation.scss */
.button.dropdown.split > span:hover {
  background-color: #2284a1;
}

/* line 533, ../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 534, ../sass/_foundation.scss */
.button.dropdown.split.large span {
  width: 45px;
}

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

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

/* line 537, ../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 538, ../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 539, ../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 540, ../sass/_foundation.scss */
.button.dropdown.split.alert > span {
  background-color: #c60f13;
  border-left-color: #7f0a0c;
}

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

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

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

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

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

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

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

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

/* line 551, ../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 552, ../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 553, ../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 554, ../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 555, ../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 556, ../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 557, ../sass/_foundation.scss */
ul.button-group.even a.button {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

/* line 572, ../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 573, ../sass/_foundation.scss */
dl.tabs dt:first-child {
  padding: 0 9px 0 0;
}

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

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

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

/* line 577, ../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 578, ../sass/_foundation.scss */
dl.tabs dd:first-child {
  margin-left: 0;
}

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

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

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

/* line 582, ../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 583, ../sass/_foundation.scss */
dl.tabs.vertical dd.active {
  margin-top: 0;
  border-top: 1px solid #4d4d4d;
  border-left: 4px solid #1a1a1a;
}

/* line 584, ../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 585, ../sass/_foundation.scss */
dl.tabs.vertical dd:first-child a.active {
  margin: 0;
}

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

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

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

/* line 589, ../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 590, ../sass/_foundation.scss */
dl.tabs.pill dd.active {
  border: none;
  margin-top: 0;
}

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

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

/* line 593, ../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 594, ../sass/_foundation.scss */
dl.tabs.two-up dt, dl.tabs.two-up dd {
  width: 50%;
}

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

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

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

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

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

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

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

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

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

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

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

  /* line 609, ../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 610, ../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 611, ../sass/_foundation.scss */
  dl.tabs.mobile dd a.active {
    height: auto;
    margin: 0;
    border-width: 1px 0 0;
  }

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

  /* line 613, ../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 614, ../sass/_foundation.scss */
  .tabs.mobile dd a.active {
    border: none;
    background: #2ba6cb;
    color: #fff;
    margin: 0;
    position: static;
    top: 0;
    height: auto;
  }

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

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

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

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

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

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

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

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

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

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

/* line 632, ../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 633, ../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 634, ../sass/_foundation.scss */
.nav-bar > li.has-flyout.is-touch > a:first-child {
  padding-right: 55px;
}

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

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

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

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

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

/* line 640, ../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 641, ../sass/_foundation.scss */
.nav-bar.vertical > li .flyout {
  left: 100%;
  top: -1px;
}

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

/* line 644, ../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 645, ../sass/_foundation.scss */
.flyout p {
  line-height: 1.2;
  font-size: 14px;
}

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

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

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

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

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

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

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

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

/* line 655, ../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 656, ../sass/_foundation.scss */
ul.flyout li a:hover, .nav-bar li ul li a:hover {
  background-color: #ebebeb;
  color: #333;
}

/* line 657, ../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 658, ../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 661, ../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 662, ../sass/_foundation.scss */
  .touch .nav-bar li a {
    font-size: 13px;
    font-size: 1.3rem;
  }

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

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

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

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

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

  /* line 669, ../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 670, ../sass/_foundation.scss */
  .nav-bar > li.has-flyout.is-touch > a.flyout-toggle span {
    content: "";
    width: 0;
    height: 0;
    display: block;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (max-width: 767px) {
  /* line 690, ../sass/_foundation.scss */
  label.right {
    text-align: left;
  }
}
/* line 691, ../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 693, ../sass/_foundation.scss */
a.button.prefix, a.button.postfix {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

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

/* line 697, ../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 699, ../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 701, ../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 702, ../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 703, ../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 704, ../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 706, ../sass/_foundation.scss */
textarea {
  height: auto;
}

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

/* Fieldsets */
/* line 711, ../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 712, ../sass/_foundation.scss */
fieldset legend {
  font-weight: bold;
  background: white;
  padding: 0 3px;
  margin: 0 0 0 -3px;
}

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

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

/* line 719, ../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 721, ../sass/_foundation.scss */
  input[type="text"].one, textarea.one {
    width: 100% !important;
  }

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

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

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

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

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

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

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

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

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

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

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

/* line 735, ../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 736, ../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 737, ../sass/_foundation.scss */
form.custom span.custom.checkbox:before {
  display: block;
  line-height: 1.0;
  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 738, ../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 739, ../sass/_foundation.scss */
form.custom span.custom.checkbox.checked:before {
  content: "\00d7";
  color: #000;
  font-weight: bold;
}

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

/* line 741, ../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 742, ../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 743, ../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 744, ../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 745, ../sass/_foundation.scss */
form.custom div.custom.dropdown.open ul {
  display: block;
  z-index: 10;
}

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

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

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

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

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

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

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

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

/* line 754, ../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 755, ../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 756, ../sass/_foundation.scss */
form.custom div.custom.dropdown ul li.selected {
  background: #cdebf5;
  color: #000;
}

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

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

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

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

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

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

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

/* Correct FF custom dropdown height */
@-moz-document url-prefix() {
  /* line 766, ../sass/_foundation.scss */
  form.custom div.custom.dropdown a.selector {
    height: 30px;
  }
}
/* line 768, ../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 773, ../sass/_foundation.scss */
div.orbit-wrapper {
  width: 1px;
  height: 1px;
  position: relative;
}

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

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

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

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

/* line 783, ../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 787, ../sass/_foundation.scss */
div.orbit-wrapper div.timer {
  width: 40px;
  height: 40px;
  overflow: hidden;
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: .6;
  cursor: pointer;
  z-index: 31;
}

/* line 789, ../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 791, ../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 793, ../sass/_foundation.scss */
div.orbit-wrapper span.rotator.move {
  left: 0;
}

/* line 795, ../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 797, ../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 799, ../sass/_foundation.scss */
div.orbit-wrapper span.pause.active {
  background: url("../images/foundation/orbit/pause-black.png") no-repeat 0 -40px;
}

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

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

/* line 806, ../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 809, ../sass/_foundation.scss */
div.orbit-wrapper div.slider-nav {
  display: block;
}

/* line 811, ../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 813, ../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 815, ../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 817, ../sass/_foundation.scss */
.lt-ie9 div.orbit-wrapper div.slider-nav span.right {
  background: url("../images/foundation/orbit/right-arrow-small.png");
}

/* line 818, ../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 821, ../sass/_foundation.scss */
ul.orbit-bullets {
  position: absolute;
  z-index: 30;
  list-style: none;
  bottom: -40px;
  left: 50%;
  margin-left: -50px;
  padding: 0;
}

/* line 823, ../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 825, ../sass/_foundation.scss */
ul.orbit-bullets li.active {
  color: #222;
  background-position: -8px 0;
}

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

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

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

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

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

/* line 838, ../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 840, ../sass/_foundation.scss */
ul.orbit-bullets li.has-thumb {
  background: none;
  width: 100px;
  height: 75px;
}

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

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

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

/* line 849, ../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 853, ../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 855, ../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 856, ../sass/_foundation.scss */
.reveal-modal *:first-child {
  margin-top: 0;
}

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

/* line 858, ../sass/_foundation.scss */
.reveal-modal .close-reveal-modal {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: .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 859, ../sass/_foundation.scss */
.reveal-modal.small {
  width: 30%;
  margin-left: -10%;
}

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

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

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

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

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

  /* line 867, ../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 875, ../sass/_foundation.scss */
div.reverie-header {
  margin: 0 0 20px 0;
  padding: 20px 0 0 0;
  border-bottom: solid 1px #ccc;
}

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

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

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

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

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

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

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

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

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

  /* line 887, ../sass/_foundation.scss */
  header h4 {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
/* -----------------------------------------
   Styling Basic WordPress Outputs
----------------------------------------- */
/* Global */
/* line 895, ../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 898, ../sass/_foundation.scss */
.divider {
  background: url(images/divider.png) no-repeat center top;
  height: 36px;
  margin: 20px 0 27px;
}

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

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

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

/* Add HTML5 Class for Images */
/* line 906, ../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 917, ../sass/_foundation.scss */
figure.figure {
  margin: 0 auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 946, ../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 29, ../sass/app.scss */
html {
  font-size: 7px;
  font-size: 0.7rem;
}

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

/* Links ---------------------- */
/* line 41, ../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 47, ../sass/app.scss */
a:focus {
  color: #d86f48;
  outline: none;
}

/* Headers ---------------------- */
/* line 50, ../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 56, ../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 60, ../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 67, ../sass/app.scss */
p {
  font-family: "IdealSans", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0 0 1em;
}

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

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

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

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

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

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

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

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

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

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

/* -----------------------------------------
   Module Styles
----------------------------------------- */
/* Top Banner ---------------------- */
/* line 144, ../sass/app.scss */
#banner {
  position: relative;
}
/* line 146, ../sass/app.scss */
#banner #logo {
  display: block;
  float: left;
  width: 272px;
  height: 70px;
  margin-top: 22px;
  padding-right: 22px;
}
/* line 154, ../sass/app.scss */
#banner hgroup {
  float: left;
  border-left: 1px solid #999789;
  margin-top: 36px;
  padding: 0 0 4px 26px;
}
/* line 159, ../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 166, ../sass/app.scss */
#banner hgroup h1 a, #banner hgroup h3 a {
  color: #333;
}
/* line 170, ../sass/app.scss */
#banner hgroup h3 {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  margin: 0;
}

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

/* line 183, ../sass/app.scss */
.search-form #btn-search-btm {
  float: left;
  padding: 8px;
  width: 36px;
}
/* line 189, ../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 200, ../sass/app.scss */
.search-form.search-header {
  width: 210px;
  position: absolute;
  top: 40px;
  right: 15px;
}
/* line 207, ../sass/app.scss */
.search-form.search-footer input[type="text"] {
  float: left;
  width: 168px;
  margin-right: 4px;
}
/* line 213, ../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?1629743211') 4px 8px no-repeat;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

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

/* Global Nav Bar ---------------------- */
/* line 236, ../sass/app.scss */
.menu-toggle {
  width: auto;
  padding: 10px 15px;
  margin: 0 auto;
  display: none;
}
/* line 241, ../sass/app.scss */
.menu-toggle > a {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
}
/* line 245, ../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 257, ../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 265, ../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 273, ../sass/app.scss */
.nav-list li a.flyout-toggle, .nav-list li.active a.flyout-toggle {
  display: none;
}
/* line 277, ../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 277, ../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 279, ../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 288, ../sass/app.scss */
.nav-list li a, .nav-list .flyout a {
  background-image: url('/app/themes/tourdept/images/bg-nav-arrow.png?1629743211');
  background-repeat: no-repeat;
  background-position: center right;
}
/* line 292, ../sass/app.scss */
.nav-list li a:hover, .nav-list .flyout a:hover {
  background-color: #3e798f;
  color: #fff;
}
/* line 297, ../sass/app.scss */
.nav-list li.active a {
  background-color: #3e798f;
}

/* line 301, ../sass/app.scss */
.nav-bar {
  width: 960px;
  padding: 0 15px;
  margin: 0 auto;
  background: none;
}
/* line 306, ../sass/app.scss */
.nav-bar > li {
  font-size: 16px;
  font-size: 1.6rem;
  border: none;
  border-right: 1px solid #4688a1;
}
/* line 310, ../sass/app.scss */
.nav-bar > li > a, .nav-bar > li > a:first-child {
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
}
/* line 314, ../sass/app.scss */
.nav-bar > li:first-child {
  border-left: 1px solid #4688a1;
}
/* line 318, ../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 326, ../sass/app.scss */
.nav-bar > li.has-flyout > a:first-child {
  padding-right: 12px;
}
/* line 329, ../sass/app.scss */
.nav-bar > li.has-flyout > a:first-child:after {
  border: none;
}
/* line 332, ../sass/app.scss */
.nav-bar > li.has-flyout > a.flyout-toggle {
  display: none;
}
/* line 337, ../sass/app.scss */
.nav-bar .flyout {
  left: 0;
  border: none;
}
@media only screen and (max-width: 767px) {
  /* line 337, ../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 340, ../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 344, ../sass/app.scss */
.nav-bar .flyout li:last-child a, .nav-bar .flyout li.active:last-child a {
  border: none;
}

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

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

/* Main Content -------------------- */
/* line 360, ../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 362, ../sass/app.scss */
#content .home-intro p {
  font-size: 21px;
  font-size: 2.1rem;
  color: #333;
  line-height: 1.3em;
}
/* line 367, ../sass/app.scss */
#content img.intro-image {
  margin-bottom: 20px;
}
/* line 370, ../sass/app.scss */
#content .more-link a {
  font: normal 14px "IdealSans", "Helvetica", "Arial", sans-serif;
  font-size: 1.4rem;
  line-height: 1.1em;
}
/* line 373, ../sass/app.scss */
#content p {
  line-height: 1.4em;
}
/* line 375, ../sass/app.scss */
#content p strong {
  color: #333;
}
/* line 378, ../sass/app.scss */
#content p.caption {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.2em;
  margin: 0.8em 0 1em;
}
/* line 382, ../sass/app.scss */
#content p.caption strong {
  font-weight: 600;
}
/* line 386, ../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 389, ../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?1629743211') no-repeat;
}
/* line 398, ../sass/app.scss */
#content ul, #content ol {
  margin: 0 0 1em;
  padding: 0;
  list-style-position: outside;
}
/* line 402, ../sass/app.scss */
#content ul li, #content ol li {
  margin: 0 1.5em 0.5em 2.5em;
  padding: 0;
}
/* line 406, ../sass/app.scss */
#content ul.nice li, #content ol.nice li {
  margin: 0 1.5em 0.5em 0;
}
/* line 411, ../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 414, ../sass/app.scss */
#content h2.head-rule {
  font-weight: 300;
  border-bottom: 1px solid #aeaea9;
  padding-bottom: 6px;
}
/* line 421, ../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 430, ../sass/app.scss */
#content .excerpts article {
  border-bottom: 1px dotted #aeaea9;
}
/* line 432, ../sass/app.scss */
#content .excerpts article:last-child {
  border-bottom: none;
}
/* line 436, ../sass/app.scss */
#content article.post, #content article.page {
  margin: 0 0 26px;
}
/* line 438, ../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 441, ../sass/app.scss */
#content article.post .entry-title > a, #content article.page .entry-title > a {
  color: #333;
}
/* line 443, ../sass/app.scss */
#content article.post .entry-title > a:hover, #content article.page .entry-title > a:hover {
  color: #d86f48;
}
/* line 448, ../sass/app.scss */
#content article.post .post-image-wrapper, #content article.page .post-image-wrapper {
  margin: 6px 0 20px;
}
/* line 451, ../sass/app.scss */
#content article.post img.post-thumbnail-image, #content article.page img.post-thumbnail-image {
  margin: 0 20px 12px 0;
}
/* line 454, ../sass/app.scss */
#content article.post img.post-featured-image, #content article.page img.post-featured-image {
  margin: 0 0 4px;
}
/* line 457, ../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 463, ../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 468, ../sass/app.scss */
#content article.post p.post-tags, #content article.page p.post-tags {
  margin-bottom: 0.4em;
}
/* line 471, ../sass/app.scss */
#content article.post .related-posts, #content article.page .related-posts {
  margin: 1em 0 0;
}
/* line 475, ../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 477, ../sass/app.scss */
#content article.post .related-posts ul li > a:hover, #content article.page .related-posts ul li > a:hover {
  color: #d86f48;
}
/* line 485, ../sass/app.scss */
#content .post-listing article.post:first-child {
  padding: 26px 20px 26px;
  background: #efefef;
}
/* line 490, ../sass/app.scss */
#content .share-buttons {
  margin-top: 2em;
}
/* line 492, ../sass/app.scss */
#content .share-buttons .share-button {
  float: left;
  height: 80px;
  width: 60px;
  margin: 6px 12px;
  overflow: hidden;
}
/* line 501, ../sass/app.scss */
#content .page-nav {
  margin: 20px 0;
  padding: 12px;
  border-top: 1px solid #aeaea9;
}
/* line 505, ../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 508, ../sass/app.scss */
#content .page-nav > div > a {
  color: #333;
}
/* line 510, ../sass/app.scss */
#content .page-nav > div > a:hover {
  color: #d86f48;
}
/* line 516, ../sass/app.scss */
#content article.page {
  padding-bottom: 12px;
  margin-bottom: 26px;
  border-bottom: 1px dotted #aeaea9;
}
/* line 520, ../sass/app.scss */
#content article.page:last-child {
  border-bottom: none;
}
/* line 524, ../sass/app.scss */
#content .post-box {
  margin-bottom: 3em;
}
/* line 527, ../sass/app.scss */
#content .section {
  margin-bottom: 3em;
}
/* line 530, ../sass/app.scss */
#content ul.page-numbers {
  margin: 0 0 2em;
}
/* line 532, ../sass/app.scss */
#content ul.page-numbers li {
  margin: 0;
  padding: 0 5px 0 0;
}
/* line 539, ../sass/app.scss */
#content .group-section {
  margin: 2em 0;
  list-style-type: none;
}
/* line 542, ../sass/app.scss */
#content .group-section ul {
  list-style-type: none;
}
/* line 544, ../sass/app.scss */
#content .group-section ul li {
  margin: 0 1.5em 1.0em 1.0em;
}
/* line 548, ../sass/app.scss */
#content .group-section li {
  margin: 0 0 2em;
}
/* line 551, ../sass/app.scss */
#content .group-section li.accordian-list-item .content {
  display: none;
}
/* line 559, ../sass/app.scss */
#content .reports {
  list-style-type: none;
}
/* line 561, ../sass/app.scss */
#content .reports li {
  overflow: hidden;
  *zoom: 1;
  margin: 0 0 2em 0;
}
/* line 564, ../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 567, ../sass/app.scss */
#content .reports li img.thumb {
  padding: 4px;
  background: #fff;
  border: 1px solid #cfcfc9;
}
/* line 576, ../sass/app.scss */
#content .nice {
  margin: 0 0 2em;
}
/* line 578, ../sass/app.scss */
#content .nice.answers li {
  position: relative;
  padding-top: 12px;
  margin-bottom: 2em;
  border-top: 1px dotted #aeaea9;
}
/* line 583, ../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 587, ../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 594, ../sass/app.scss */
#content .contacts-list {
  margin: 0 0 3em;
  padding: 0 15px;
}
/* line 597, ../sass/app.scss */
#content .contacts-list .row {
  padding-bottom: 12px;
  margin-bottom: 26px;
  border-bottom: 1px dotted #aeaea9;
}
/* line 601, ../sass/app.scss */
#content .contacts-list .row:last-child {
  border-bottom: none;
}
/* line 604, ../sass/app.scss */
#content .contacts-list .row div {
  line-height: 1.8em;
}
/* line 606, ../sass/app.scss */
#content .contacts-list .row div.c-name {
  width: 30%;
  padding-left: 0;
}
/* line 610, ../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 616, ../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 620, ../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 624, ../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 628, ../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 632, ../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 635, ../sass/app.scss */
#content .contacts-list .row div p span.op-phone {
  font-size: 14px;
  font-size: 1.4rem;
}
/* line 646, ../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 652, ../sass/app.scss */
#content .tour-operators-list .row div.c-name {
  width: 40%;
}
/* line 654, ../sass/app.scss */
#content .tour-operators-list .row div.c-name a.slink {
  font-family: "IdealSans", "Helvetica", "Arial", sans-serif;
  font-style: normal;
}
/* line 659, ../sass/app.scss */
#content .tour-operators-list .row div.c-desc {
  width: 60%;
}
/* line 704, ../sass/app.scss */
#content .venue-item {
  margin: 2em -15px 1em;
  padding: 2em 0;
  border-top: 1px dotted #aeaea9;
}
/* line 708, ../sass/app.scss */
#content .venue-item:last-child {
  border-bottom: none;
}
/* line 711, ../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 715, ../sass/app.scss */
#content .venue-item p.spec-link a {
  font-style: normal;
}
/* line 721, ../sass/app.scss */
#content .welcome-center-list {
  margin: 3em 0;
}
/* line 723, ../sass/app.scss */
#content .welcome-center-list .map-column {
  width: 50%;
  text-align: right;
}
/* line 727, ../sass/app.scss */
#content .welcome-center-list .list-column {
  margin-top: 16px;
  width: 40%;
  float: left;
}
/* line 728, ../sass/app.scss */
#content .welcome-center-list .list-column li {
  font-size: 13px;
  font-size: 1.3rem;
}
/* line 737, ../sass/app.scss */
#content .post-list-section {
  margin-top: 3em;
}
/* line 742, ../sass/app.scss */
#content .calendar-list {
  margin-top: 3em;
}
/* line 744, ../sass/app.scss */
#content .calendar-list ul {
  list-style-type: none;
  margin: 2em 0 4em;
}
/* line 747, ../sass/app.scss */
#content .calendar-list ul li {
  margin: 0 0 1.4em;
}
/* line 749, ../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 753, ../sass/app.scss */
#content .calendar-list ul li p.post-meta {
  color: #95c5d6;
  margin-bottom: 0.2em;
}
/* line 757, ../sass/app.scss */
#content .calendar-list ul li p.post-note {
  font-size: 12px;
  font-size: 1.2rem;
  color: #666;
}
/* line 766, ../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 776, ../sass/app.scss */
#content img.media-thumb {
  height: 128px !important;
  max-width: 128px;
}
/* line 785, ../sass/app.scss */
#content section.resource-center-wrapper .resource-category {
  margin: 0 0 1em;
}
/* line 788, ../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 793, ../sass/app.scss */
#content section.resource-center-wrapper .resource-category ul.resource-grid {
  list-style-type: none;
  margin: 0 -12px;
}
/* line 797, ../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 802, ../sass/app.scss */
#content section.resource-center-wrapper .resource-category ul.resource-grid li .resource-thumb img {
  border: 1px solid white;
}
/* line 808, ../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 812, ../sass/app.scss */
#content section.resource-center-wrapper .resource-category ul.resource-grid li h4.resource-title a {
  color: #333;
}
/* line 817, ../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 822, ../sass/app.scss */
#content section.resource-center-wrapper .resource-category ul.resource-grid li:hover .resource-thumb img {
  opacity: 0.8;
}
/* line 826, ../sass/app.scss */
#content section.resource-center-wrapper .resource-category ul.resource-grid li:hover h4.resource-title a {
  color: #4e97b2;
}
/* line 835, ../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 852, ../sass/app.scss */
#resources-form-modal {
  color: #666;
  background: #efefef;
  /* form */
}
/* line 854, ../sass/app.scss */
#resources-form-modal.reveal-modal .close-reveal-modal {
  color: #333;
}
/* line 856, ../sass/app.scss */
#resources-form-modal.reveal-modal .close-reveal-modal:hover {
  color: #4e97b2;
}
/* line 864, ../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 869, ../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 883, ../sass/app.scss */
#resources-form-modal .gform_wrapper .top_label label.gfield_label {
  margin: 1em 0 0 !important;
}
/* line 886, ../sass/app.scss */
#resources-form-modal .gform_wrapper .top_label + div.ginput_container {
  margin-top: 0.125em;
}
/* line 891, ../sass/app.scss */
#resources-form-modal .gform_wrapper .gsection {
  margin: 1em 0 0 !important;
  padding: 0;
  border-bottom: none;
}
/* line 896, ../sass/app.scss */
#resources-form-modal .gform_wrapper .gsection.gf_scroll_text {
  margin-top: 0.4em !important;
}
/* line 900, ../sass/app.scss */
#resources-form-modal .gform_wrapper .gsection .gsection_description {
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
}
/* line 904, ../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 912, ../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 925, ../sass/app.scss */
.ui-tooltip-blue {
  background-color: #4e97b2;
  border: none;
  color: #333;
}

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

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

/* line 936, ../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 939, ../sass/app.scss */
.wc-popup {
  display: none;
  width: 320px;
  padding: 14px 16px;
  background: #4e97b2;
}
/* line 942, ../sass/app.scss */
.wc-popup h5 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  margin: 0 0 0.4em;
}
/* line 949, ../sass/app.scss */
.wc-popup p {
  font-size: 12px;
  font-size: 1.2rem;
  color: #333;
}
/* line 952, ../sass/app.scss */
.wc-popup p.map-link {
  margin-bottom: 0;
}
/* line 954, ../sass/app.scss */
.wc-popup p.map-link em {
  font-family: "IdealSans", "Helvetica", "Arial", sans-serif;
}
/* line 958, ../sass/app.scss */
.wc-popup p a {
  color: #fff;
}

/* Feature Boxes ------------------- */
/* line 965, ../sass/app.scss */
.featured-boxes {
  margin: 40px 0;
}
/* line 967, ../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 975, ../sass/app.scss */
.featured-boxes .box-feature.blue {
  background: #4e97b2;
}
/* line 980, ../sass/app.scss */
.featured-boxes .box-feature.green {
  background: #a3da59;
}
/* line 985, ../sass/app.scss */
.featured-boxes .box-feature.orange {
  background: #f58220;
}
/* line 990, ../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 994, ../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 1002, ../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 1004, ../sass/app.scss */
.featured-boxes .box-feature p.action-links a:hover {
  color: #efefef;
}
/* line 1008, ../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 1012, ../sass/app.scss */
.featured-boxes .box-feature.hover {
  cursor: pointer;
}
/* line 1014, ../sass/app.scss */
.featured-boxes .box-feature.hover > a {
  color: #efefef;
}

/* Sidebar ---------------------- */
/* line 1022, ../sass/app.scss */
#sidebar {
  padding: 0;
}
/* line 1024, ../sass/app.scss */
#sidebar .box-sidebar {
  overflow: hidden;
  *zoom: 1;
  margin: 0 0 26px;
}
/* line 1027, ../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 1033, ../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 1037, ../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 1040, ../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 1044, ../sass/app.scss */
#sidebar .box-sidebar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/* line 1048, ../sass/app.scss */
#sidebar .box-sidebar ul li {
  margin: 0 0 0.8em;
  line-height: 1.2em;
  padding: 0;
}
/* line 1052, ../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?1629743211') no-repeat;
}
/* line 1058, ../sass/app.scss */
#sidebar .box-sidebar ul li > a {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.2em;
}
/* line 1064, ../sass/app.scss */
#sidebar .box-sidebar.box-our-websites a {
  font-size: 12px;
  font-size: 1.2rem;
  font-style: normal;
}
/* line 1068, ../sass/app.scss */
#sidebar .box-sidebar.box-our-publications a {
  display: block;
  padding-left: 50px;
  min-height: 58px;
}
/* line 1073, ../sass/app.scss */
#sidebar .box-sidebar.subscribe p {
  font-size: 12px;
  font-size: 1.2rem;
}
/* line 1076, ../sass/app.scss */
#sidebar .box-sidebar.news ul {
  margin: 0 0 1em;
}
/* line 1078, ../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 1081, ../sass/app.scss */
#sidebar .box-sidebar.news ul li > a {
  font-size: 14px;
  font-size: 1.4rem;
  font-style: normal;
}
/* line 1088, ../sass/app.scss */
#sidebar .box-sidebar.box-stay-connected ul {
  list-style: none;
  height: 30px;
}
/* line 1091, ../sass/app.scss */
#sidebar .box-sidebar.box-stay-connected ul li {
  float: left;
  width: 30px;
  margin-right: 5px;
}
/* line 1095, ../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 1100, ../sass/app.scss */
#sidebar .box-sidebar.box-stay-connected ul li > a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 1108, ../sass/app.scss */
#sidebar #sidebar-toplink {
  display: none;
  clear: both;
  margin-bottom: 0;
}
/* line 1112, ../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 1121, ../sass/app.scss */
.subscribe input[type="text"] {
  float: left;
  width: 168px;
  margin-right: 4px;
}

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

/* line 1134, ../sass/app.scss */
#content p.required {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: right;
  margin: -8px 0 0;
}
/* line 1138, ../sass/app.scss */
#content p.required strong {
  color: #790000;
}
/* line 1142, ../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;
  -webkit-print-color-adjust: exact;
}
/* line 1151, ../sass/app.scss */
#content .gform_wrapper {
  border-top: 1px dotted #aeaea9;
  margin: 2em 0 0;
  padding: 10px 0 0;
}
/* line 1155, ../sass/app.scss */
#content .gform_wrapper ul.gform_fields {
  margin: 0 0 2em;
  list-style-type: none;
}
/* line 1158, ../sass/app.scss */
#content .gform_wrapper ul.gform_fields li.gfield {
  margin: 0;
}
/* line 1160, ../sass/app.scss */
#content .gform_wrapper ul.gform_fields li.gfield input {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 4px 6px;
}
/* line 1164, ../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 1168, ../sass/app.scss */
#content .gform_wrapper ul.gform_fields li.gfield .gfield_description p {
  font-size: 13px;
  font-size: 1.3rem;
}
/* line 1171, ../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 1177, ../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 1182, ../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 1186, ../sass/app.scss */
#content .gform_wrapper ul.gform_fields li.gfield.gsection.subhead {
  margin: 0;
  border: none;
  padding: 0;
  display: none;
}
/* line 1191, ../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 1196, ../sass/app.scss */
#content .gform_wrapper ul.gform_fields li.gfield.no-instruction .instruction {
  display: none;
}
/* line 1199, ../sass/app.scss */
#content .gform_wrapper ul.gform_fields li.gfield.pad-bottom {
  padding-bottom: 20px;
}
/* line 1202, ../sass/app.scss */
#content .gform_wrapper ul.gform_fields li.gfield select {
  font-size: 14px !important;
}
/* line 1206, ../sass/app.scss */
#content .gform_wrapper ul.gform_fields .charleft {
  color: #888;
}
/* line 1209, ../sass/app.scss */
#content .gform_wrapper ul.gform_fields .message-wrap {
  max-width: 420px;
}
/* line 1212, ../sass/app.scss */
#content .gform_wrapper ul.gform_fields .ginput_container li {
  margin-left: 0;
}
/* line 1215, ../sass/app.scss */
#content .gform_wrapper ul.gform_fields li.placeholder .gfield_label {
  display: none;
}
/* line 1219, ../sass/app.scss */
#content .gform_wrapper ul.gform_fields li.hide-label .gfield_label {
  display: none;
}
/* line 1222, ../sass/app.scss */
#content .gform_wrapper ul.gform_fields li.hide-label .ginput_container {
  margin-top: 18px;
}
/* line 1226, ../sass/app.scss */
#content .gform_wrapper ul.gform_fields ul.form-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/* line 1230, ../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 1239, ../sass/app.scss */
#content #gforms_confirmation_message {
  padding: 20px;
  background: #4e97b2;
  border: 1px solid #4e97b2;
}

/* line 1247, ../sass/app.scss */
.autocomplete-suggestions {
  border: 1px solid #999;
  background: #FFF;
  overflow: auto;
}
/* line 1251, ../sass/app.scss */
.autocomplete-suggestions .autocomplete-suggestion {
  padding: 8px;
  white-space: nowrap;
  overflow: hidden;
}
/* line 1256, ../sass/app.scss */
.autocomplete-suggestions .autocomplete-selected {
  background: #F0F0F0;
}
/* line 1259, ../sass/app.scss */
.autocomplete-suggestions strong {
  font-weight: bold;
  color: #333;
}

/* Footer ---------------------- */
/* line 1267, ../sass/app.scss */
#footer {
  width: 960px;
  padding: 15px;
  margin: 0 auto;
}
/* line 1272, ../sass/app.scss */
#footer .sites p {
  font-weight: 300;
  font-size: 12px;
  font-size: 1.2rem;
}
/* line 1276, ../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 1283, ../sass/app.scss */
#footer .sites ul {
  list-style: none;
}
/* line 1285, ../sass/app.scss */
#footer .sites ul li {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 15px;
}
/* line 1288, ../sass/app.scss */
#footer .sites ul li a {
  color: #666;
}
/* line 1290, ../sass/app.scss */
#footer .sites ul li a:hover {
  color: #173945;
}
/* line 1293, ../sass/app.scss */
#footer .sites ul li a.selected {
  padding-left: 14px;
  background: url('/app/themes/tourdept/images/btn-arrow.gif?1629743211') left no-repeat;
  color: #173945;
}

/* Buttons */
/* line 1305, ../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 1327, ../sass/app.scss */
.button.button-small {
  padding: 8px 10px !important;
}

/* line 1331, ../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 1338, ../sass/app.scss */
.small {
  font-size: 90% !important;
}

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

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

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

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

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

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

  /* specific to pages */
  /* line 1369, ../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 1374, ../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;
}
