/* Requires: normalize.css */
/* Global Reset & Standards ---------------------- */
/* line 5, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_globals.scss */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 6, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_globals.scss */
html {
  font-size: 62.5%;
}

/* line 7, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_globals.scss */
body {
  background: #f8fafb;
  font-family: 'Helvetica W02 Roman', Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 1;
  color: #222222;
  position: relative;
  -webkit-font-smoothing: antialiased;
}

/* Links ---------------------- */
/* line 11, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_globals.scss */
a img {
  border: none;
}

/* line 12, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_globals.scss */
a {
  color: #fbb716;
  text-decoration: none;
  line-height: inherit;
}

/* line 13, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_globals.scss */
a:hover {
  color: #f3ac04;
}

/* line 14, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_globals.scss */
a:focus {
  color: #f3ac04;
}

/* line 15, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_globals.scss */
p a, p a:visited {
  line-height: inherit;
}

/* Misc ---------------------- */
/* line 19, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_globals.scss */
.left {
  float: left;
}

/* line 20, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_globals.scss */
.right {
  float: right;
}

/* line 21, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_globals.scss */
.text-left {
  text-align: left;
}

/* line 22, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_globals.scss */
.text-right {
  text-align: right;
}

/* line 23, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_globals.scss */
.text-center {
  text-align: center;
}

/* line 24, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_globals.scss */
.hide {
  display: none;
}

/* line 25, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_globals.scss */
.hide-override {
  display: none !important;
}

/* line 26, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_globals.scss */
.highlight {
  background: #ffff99;
}

/* line 28, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_globals.scss */
#googlemap img, object, embed {
  max-width: none;
}

/* line 30, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_globals.scss */
#map_canvas embed {
  max-width: none;
}

/* line 31, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_globals.scss */
#map_canvas img {
  max-width: none;
}

/* line 32, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_globals.scss */
#map_canvas object {
  max-width: none;
}

/* Reset for strange margins by default on <figure> elements */
/* line 35, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_globals.scss */
figure {
  margin: 0;
}

/* Base Type Styles Using Modular Scale ---------------------- */
/* line 3, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_typography.scss */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
  margin: 0;
  padding: 0;
  font-size: 14px;
  direction: ltr;
}

/* line 10, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_typography.scss */
p {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 17px;
  font-family:'Helvetica W02 Roman';
  
}

p.legal, span.legal, div.legal p {
	font-size:10px;
}

/* line 11, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_typography.scss */
p.lead {
  font-size: 17.5px;
  line-height: 1.6;
  margin-bottom: 17px;
}

/* line 13, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_typography.scss */
aside p {
  font-size: 13px;
  line-height: 1.35;
  font-style: italic;
}

/* line 15, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_typography.scss */
h1, h2, h3, h4, h5, h6 {
	font-family:'Helvetica W01 Bold';
  font-style: normal;
  font-weight: normal;
  color: #455560;
  text-rendering: optimizeLegibility;
  line-height: 1.1;
  margin-bottom: 14px;
  margin-top: 14px;
  text-transform:uppercase;
}
/* line 24, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_typography.scss */
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-size: 60%;
  color: #6f6f6f;
  line-height: 0;
}

/* line 27, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_typography.scss */
h1 {
  font-size: 44px;
}

/* line 28, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_typography.scss */
h2 {
  font-size: 37px;
}

/* line 29, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_typography.scss */
h3 {
  font-size: 27px;
}

/* line 30, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_typography.scss */
h4 {
  font-size: 23px;
}

/* line 31, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_typography.scss */
h5 {
  font-size: 17px;
}

/* line 32, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_typography.scss */
h6 {
  font-size: 14px;
}

/* line 34, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_typography.scss */
hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 22px 0 21px;
  height: 0;
}

/* line 36, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_typography.scss */
.subheader {
  line-height: 1.3;
  color: #6f6f6f;
  font-weight: 300;
  margin-bottom: 17px;
}

/* line 38, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_typography.scss */
em, i {
  font-style: italic;
  line-height: inherit;
}

/* line 39, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_typography.scss */
strong, b {
  font-weight: bold;
  line-height: inherit;
}

/* line 40, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_typography.scss */
small {
  font-size: 60%;
  line-height: inherit;
}

#order-form small {
    font-size: 12px;
    position: relative;
  
}
#noService{
	display: none;
}

.message{
	padding-top:5px;
	padding-bottom:20px;
	color:#ff0000;
	font-weight: bold;
}

.hidden {
	display: none;
}

.hidden.error {
	display: block;
}
/* line 41, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_typography.scss */
code {
  font-weight: bold;
  background: #ffff99;
}

/* Lists ---------------------- */
/* line 44, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_typography.scss */
ul, ol, dl {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 17px;
  list-style-position: outside;
}

/* line 47, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_typography.scss */
ul li ul, ul li ol {
  margin-left: 20px;
  margin-bottom: 0;
}
/* line 49, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_typography.scss */
ul.square, ul.circle, ul.disc {
  margin-left: 17px;
}
/* line 50, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_typography.scss */
ul.square {
  list-style-type: square;
}
/* line 51, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_typography.scss */
ul.square li ul {
  list-style: inherit;
}
/* line 53, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_typography.scss */
ul.circle {
  list-style-type: circle;
}
/* line 54, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_typography.scss */
ul.circle li ul {
  list-style: inherit;
}
/* line 56, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_typography.scss */
ul.disc {
  list-style-type: disc;
}
/* line 57, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_typography.scss */
ul.disc li ul {
  list-style: inherit;
}
/* line 59, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_typography.scss */
ul.no-bullet {
  list-style: none;
}
/* line 60, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_typography.scss */
ul.large li {
  line-height: 21px;
}

/* line 62, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_typography.scss */
ol {
  margin-left: 20px;
}
/* line 64, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_typography.scss */
ol li ul, ol li ol {
  margin-left: 20px;
  margin-bottom: 0;
}

/* Blockquotes ---------------------- */
/* line 69, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_typography.scss */
blockquote, blockquote p {
  line-height: 1.5;
  color: #6f6f6f;
}

/* line 70, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_typography.scss */
blockquote {
  margin: 0 0 17px;
  padding: 9px 20px 0 19px;
  border-left: 1px solid #ddd;
}
/* line 71, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_typography.scss */
blockquote cite {
  display: block;
  font-size: 13px;
  color: #555555;
}
/* line 72, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_typography.scss */
blockquote cite:before {
  content: "\2014 \0020";
}
/* line 73, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_typography.scss */
blockquote cite a, blockquote cite a:visited {
  color: #555555;
}

/* line 77, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_typography.scss */
abbr, acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222222;
  border-bottom: 1px solid #ddd;
  cursor: help;
}

/* line 78, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_typography.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 86, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_typography.scss */
.print-only {
  display: none !important;
}

@media print {
  /* line 88, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_typography.scss */
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  /* Black prints faster: h5bp.com/s */
  /* line 89, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_typography.scss */
  a, a:visited {
    text-decoration: underline;
  }

  /* line 90, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_typography.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 91, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_typography.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 92, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_typography.scss */
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  /* Don't show links for images, or javascript/internal links */
  /* line 93, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_typography.scss */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 94, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_typography.scss */
  thead {
    display: table-header-group;
  }

  /* h5bp.com/t */
  /* line 95, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_typography.scss */
  tr, img {
    page-break-inside: avoid;
  }

  /* line 96, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_typography.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
}

  /* line 98, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_typography.scss */
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 99, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_typography.scss */
  h2, h3 {
    page-break-after: avoid;
  }

  /* line 100, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_typography.scss */
  .hide-on-print {
    display: none !important;
  }

  /* line 101, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_typography.scss */
  .print-only {
    display: block !important;
  }

  /* line 102, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_typography.scss */
  .hide-for-print {
    display: none !important;
  }

  /* line 103, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_typography.scss */
  .show-for-print {
    display: inherit !important;
  }
}
/* Requires
   globals.css */
/* Standard Forms ---------------------- */
/* line 6, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_forms.scss */
form {
  margin: 0 0 19.41641px;
}

/* line 8, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_forms.scss */
.row form .row {
  margin: 0 -6px;
}
/* line 10, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_forms.scss */
.row form .row .column, .row form .row .columns {
  padding: 0 6px;
}
/* line 12, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_forms.scss */
.row form .row.collapse {
  margin: 0;
}
/* line 13, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_forms.scss */
.row form .row.collapse .column, .row form .row.collapse .columns {
  padding: 0;
}

/* line 17, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_forms.scss */
label {
  font-size: 14px;
  color: #4d4d4d;
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  margin-bottom: 3px;
}
/* line 19, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_forms.scss */
label.right {
  float: none;
  text-align: right;
}
/* line 20, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_forms.scss */
label.inline {
  line-height: 32px;
  margin: 0 0 12px 0;
}

/* line 23, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_forms.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 24, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_forms.scss */
a.button.prefix, a.button.postfix {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

/* line 25, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_forms.scss */
span.prefix, span.postfix {
  background: #f2f2f2;
  border: 1px solid #cccccc;
}

/* line 27, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_forms.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;
  overflow: hidden;
}

/* line 28, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_forms.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 30, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_forms.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 {
  background-color: white;
  font-family: inherit;
  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 12px 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 32, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_forms.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: 17px;
  padding: 4px 6px;
}
/* line 34, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_forms.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;
  border-color: #b3b3b3;
}
/* line 35, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_forms.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 38, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_forms.scss */
textarea {
  height: auto;
}

/* line 40, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_forms.scss */
select {
  width: 100%;
}

/* Fieldsets */
/* line 43, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_forms.scss */
fieldset {
  border: solid 1px #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 12px;
  margin: 18px 0;
}
/* line 45, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_forms.scss */
fieldset legend {
  font-weight: bold;
  background: white;
  padding: 0 3px;
  margin: 0;
  margin-left: -3px;
}

/* Errors */
/* line 49, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_forms.scss */
.error input, input.error, .error textarea, textarea.error, .error input:focus, input.error:focus, .error textarea:focus, textarea.error:focus {
  border-color: #c60f13;
  background-color: rgba(198, 15, 19, 0.1);
}

.error input, input.error, .error textarea, textarea.error, .error input:focus, input.error:focus, .error textarea:focus, textarea.error:focus{
  border-color: #c60f13;
  background-color: rgba(198, 15, 19, 0.1);
}

.custom.dropdown.error {
	border:1px solid #c60f13;
	background-color: rgba(198, 15, 19, 0.1) !important;
}

#service-check label[for=revealMarketSelector]{
	width:100% !important;
	padding-top:4px;
}

#service-check ul{
	width:100% !important;
}

/* line 50, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_forms.scss */
.error input:focus, input.error:focus, .error textarea:focus, textarea.error:focus, .custom.dropdown.error {
  outline-color: #f5797c;
}

/* line 51, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_forms.scss */
.error label, label.error {
  color: #c60f13;
}

/* line 52, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_forms.scss */
.error small, small.error {
  display: block;
  padding: 6px 4px;
  margin-top: -13px;
  margin-bottom: 12px;
  background: #c60f13;
  color: #fff;
  font-size: 12px;
  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;
}

/* Custom Forms ---------------------- */
/* line 55, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_forms.scss */
form.custom {
  /* Custom input, disabled */
}
/* line 57, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_forms.scss */
form.custom span.custom {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  top: 2px;
  border: solid 1px #cccccc;
  background: white;
}
/* line 59, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_forms.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 61, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_forms.scss */
form.custom span.custom.checkbox:before {
  content: "";
  display: block;
  line-height: 0.8;
  height: 14px;
  width: 14px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  color: #fff;
}
/* line 64, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_forms.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: #222222;
  position: relative;
  top: 3px;
  left: 3px;
}
/* line 67, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_forms.scss */
form.custom span.custom.checkbox.checked:before {
  content: "\00d7";
  color: #222222;
}
/* line 70, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_forms.scss */
form.custom div.custom.dropdown {
  display: block;
  position: relative;
  width: 100% !important;
  height: 28px;
  margin-bottom: 9px;
  margin-top: 2px;
}
/* line 72, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_forms.scss */
form.custom div.custom.dropdown ul {
  overflow-y: auto;
  max-height: 200px;
}
/* line 73, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_forms.scss */
form.custom div.custom.dropdown a.current {
  display: block;
  width: auto;
  line-height: 26px;
  min-height: 28px;
  padding: 0;
  padding-left: 6px;
  padding-right: 38px;
  border: solid 1px #dddddd;
  color: #141414;
  background-color: white;
  white-space: nowrap;
  overflow:hidden;
}
/* line 74, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_forms.scss */
form.custom div.custom.dropdown a.selector {
  position: absolute;
  width: 27px;
  height: 28px;
  display: block;
  right: 0;
  top: 0;
  border: solid 1px #dddddd;
}
/* line 75, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_forms.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 78, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_forms.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 81, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_forms.scss */
form.custom div.custom.dropdown.open ul {
  display: block;
  z-index: 10;
}
/* line 83, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_forms.scss */
form.custom div.custom.dropdown.small {
  width: 134px !important;
}
/* line 84, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_forms.scss */
form.custom div.custom.dropdown.medium {
  width: 254px !important;
}
/* line 85, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_forms.scss */
form.custom div.custom.dropdown.large {
  width: 434px !important;
}
/* line 86, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_forms.scss */
form.custom div.custom.dropdown.expand {
  width: 100% !important;
}
/* line 88, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_forms.scss */
form.custom div.custom.dropdown.open.small ul {
  width: 134px !important;
}
/* line 89, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_forms.scss */
form.custom div.custom.dropdown.open.medium ul {
  width: 254px !important;
}
/* line 90, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_forms.scss */
form.custom div.custom.dropdown.open.large ul {
  width: 434px !important;
}
/* line 91, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_forms.scss */
form.custom div.custom.dropdown.open.expand ul {
  width: 100% !important;
}
/* line 94, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_forms.scss */
form.custom div.custom.dropdown ul {
  position: absolute;
  width: auto;
  display: none;
  margin: 0;
  left: 0;
  top: 27px;
  margin: 0;
  padding: 0;
  background: white;
  background: rgba(255, 255, 255, 0.95);
  border: solid 1px #cccccc;
}
/* line 96, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_forms.scss */
form.custom div.custom.dropdown ul li {
  color: #555555;
  font-size: 13px;
  cursor: pointer;
  padding: 3px;
  padding-left: 6px;
  padding-right: 38px;
  min-height: 18px;
  line-height: 18px;
  margin: 0;
  white-space: nowrap;
  list-style: none;
}
/* line 97, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_forms.scss */
form.custom div.custom.dropdown ul li.selected {
  background: #cdebf5;
  color: black;
}
/* line 98, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_forms.scss */
form.custom div.custom.dropdown ul li.selected:after {
  content: "\2013";
  position: absolute;
  right: 10px;
}
/* line 100, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_forms.scss */
form.custom div.custom.dropdown ul li:hover {
  background-color: #cdebf5;
  color: black;
}
/* line 101, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_forms.scss */
form.custom div.custom.dropdown ul li:hover:after {
  content: "\2013";
  position: absolute;
  right: 10px;
  color: #a3dbec;
}
/* line 103, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_forms.scss */
form.custom div.custom.dropdown ul li.selected:hover {
  background: #cdebf5;
  cursor: default;
  color: black;
}
/* line 104, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_forms.scss */
form.custom div.custom.dropdown ul li.selected:hover:after {
  color: black;
}
/* line 106, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_forms.scss */
form.custom div.custom.dropdown ul.show {
  display: block;
}
/* line 110, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_forms.scss */
form.custom .custom.disabled {
  background-color: #dddddd;
}

/* Correct FF custom dropdown height */
@-moz-document url-prefix() {
  /* line 115, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_forms.scss */
  form.custom div.custom.dropdown a.selector {
    height: 28px;
  }
}

/* line 117, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_forms.scss */
.lt-ie9 form.custom div.custom.dropdown a.selector {
  height: 28px;
}

/* The Grid ---------------------- */
/* line 3, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.row {
  width: 1000px;
  max-width: 100%;
 /* min-width: 768px; */
  margin: 0 auto;
}
/* line 4, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.row .row {
  width: auto;
  max-width: none;
  min-width: 0;
  margin: 0 -15px;
}
/* line 7, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.row.collapse .column, .row.collapse .columns {
  padding: 0;
}
/* line 9, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.row .row {
  width: auto;
  max-width: none;
  min-width: 0;
  margin: 0 -15px;
}
/* line 10, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.row .row.collapse {
  margin: 0;
}

/* line 14, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.column, .columns {
  float: left;
  min-height: 1px;
  padding: 0 15px;
  position: relative;
}
/* line 15, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.column.centered, .columns.centered {
  float: none;
  margin: 0 auto;
}

/* line 18, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
[class*="column"] + [class*="column"]:last-child {
  float: right;
}

/* line 19, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
[class*="column"] + [class*="column"].end {
  float: left;
}

/* line 23, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.one, .row .one {
  width: 8.33333%;
}

/* line 23, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.two, .row .two {
  width: 16.66667%;
}

/* line 23, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.three, .row .three {
  width: 25%;
}

/* line 23, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.four, .row .four {
  width: 33.33333%;
}

/* line 23, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.five, .row .five {
  width: 41.66667%;
}

/* line 23, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.six, .row .six {
  width: 50%;
}

/* line 23, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.seven, .row .seven {
  width: 58.33333%;
}

/* line 23, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.eight, .row .eight {
  width: 66.66667%;
}

/* line 23, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.nine, .row .nine {
  width: 75%;
}

/* line 23, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.ten, .row .ten {
  width: 83.33333%;
}

/* line 23, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.eleven, .row .eleven {
  width: 91.66667%;
}

/* line 23, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.twelve, .row .twelve {
  width: 100%;
}

/* line 36, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.row .offset-by-one {
  margin-left: 8.33333%;
}

/* line 36, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.row .offset-by-two {
  margin-left: 16.66667%;
}

/* line 36, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.row .offset-by-three {
  margin-left: 25%;
}

/* line 36, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.row .offset-by-four {
  margin-left: 33.33333%;
}

/* line 36, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.row .offset-by-five {
  margin-left: 41.66667%;
}

/* line 36, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.row .offset-by-six {
  margin-left: 50%;
}

/* line 36, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.row .offset-by-seven {
  margin-left: 58.33333%;
}

/* line 36, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.row .offset-by-eight {
  margin-left: 66.66667%;
}

/* line 36, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.row .offset-by-nine {
  margin-left: 75%;
}

/* line 36, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.row .offset-by-ten {
  margin-left: 83.33333%;
}

/* line 42, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.push-two {
  left: 16.66667%;
}

/* line 43, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.pull-two {
  right: 16.66667%;
}

/* line 42, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.push-three {
  left: 25%;
}

/* line 43, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.pull-three {
  right: 25%;
}

/* line 42, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.push-four {
  left: 33.33333%;
}

/* line 43, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.pull-four {
  right: 33.33333%;
}

/* line 42, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.push-five {
  left: 41.66667%;
}

/* line 43, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.pull-five {
  right: 41.66667%;
}

/* line 42, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.push-six {
  left: 50%;
}

/* line 43, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.pull-six {
  right: 50%;
}

/* line 42, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.push-seven {
  left: 58.33333%;
}

/* line 43, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.pull-seven {
  right: 58.33333%;
}

/* line 42, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.push-eight {
  left: 66.66667%;
}

/* line 43, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.pull-eight {
  right: 66.66667%;
}

/* line 42, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.push-nine {
  left: 75%;
}

/* line 43, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.pull-nine {
  right: 75%;
}

/* line 42, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.push-ten {
  left: 83.33333%;
}

/* line 43, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.pull-ten {
  right: 83.33333%;
}

/* line 46, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
img {
  height: auto;
}

/* line 47, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
img, object, embed {
  max-width: 100%;
}

/* line 48, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
img {
  -ms-interpolation-mode: bicubic;
}

/* line 49, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
#map_canvas img, .map_canvas img {
  max-width: none !important;
}

/* Nicolas Gallagher's micro clearfix */
/* line 52, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.row {
  *zoom: 1;
}
/* line 4, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/mixins/_clearfix.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}
/* line 5, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/mixins/_clearfix.scss */
.row:after {
  clear: both;
}

/* 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 67, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.block-grid {
  display: block;
  overflow: hidden;
  padding: 0;
}
/* line 69, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.block-grid > li {
  display: block;
  height: auto;
  float: left;
}
/* line 72, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.block-grid.one-up {
  margin: 0;
}
/* line 78, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.block-grid.one-up > li {
  width: 100%;
  padding: 0 0 15px;
}
/* line 72, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.block-grid.two-up {
  margin: 0 -15px;
}
/* line 78, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.block-grid.two-up > li {
  width: 50%;
  padding: 0 15px 15px;
}
/* line 85, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.block-grid.two-up > li:nth-child(2n+1) {
  clear: both;
}
/* line 72, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.block-grid.three-up {
  margin: 0 -12px;
}
/* line 78, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.block-grid.three-up > li {
  width: 33.33333%;
  padding: 0 12px 12px;
}
/* line 85, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.block-grid.three-up > li:nth-child(3n+1) {
  clear: both;
}
/* line 72, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.block-grid.four-up {
  margin: 0 -10px;
}
/* line 78, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.block-grid.four-up > li {
  width: 25%;
  padding: 0 10px 10px;
}
/* line 85, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.block-grid.four-up > li:nth-child(4n+1) {
  clear: both;
}
/* line 72, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.block-grid.five-up {
  margin: 0 -8px;
}
/* line 78, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.block-grid.five-up > li {
  width: 20%;
  padding: 0 8px 8px;
}
/* line 85, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.block-grid.five-up > li:nth-child(5n+1) {
  clear: both;
}
/* line 72, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.block-grid.six-up {
  margin: 0 -8px;
}
/* line 78, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.block-grid.six-up > li {
  width: 16.66667%;
  padding: 0 8px 8px;
}
/* line 85, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.block-grid.six-up > li:nth-child(6n+1) {
  clear: both;
}
/* line 72, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.block-grid.seven-up {
  margin: 0 -8px;
}
/* line 78, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.block-grid.seven-up > li {
  width: 14.28571%;
  padding: 0 8px 8px;
}
/* line 85, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.block-grid.seven-up > li:nth-child(7n+1) {
  clear: both;
}
/* line 72, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.block-grid.eight-up {
  margin: 0 -8px;
}
/* line 78, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.block-grid.eight-up > li {
  width: 12.5%;
  padding: 0 8px 8px;
}
/* line 85, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.block-grid.eight-up > li:nth-child(8n+1) {
  clear: both;
}
/* line 72, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.block-grid.nine-up {
  margin: 0 -8px;
}
/* line 78, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.block-grid.nine-up > li {
  width: 11.11111%;
  padding: 0 8px 8px;
}
/* line 85, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.block-grid.nine-up > li:nth-child(9n+1) {
  clear: both;
}
/* line 72, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.block-grid.ten-up {
  margin: 0 -8px;
}
/* line 78, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.block-grid.ten-up > li {
  width: 10%;
  padding: 0 8px 8px;
}
/* line 85, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.block-grid.ten-up > li:nth-child(10n+1) {
  clear: both;
}
/* line 72, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.block-grid.eleven-up {
  margin: 0 -8px;
}
/* line 78, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.block-grid.eleven-up > li {
  width: 9.09091%;
  padding: 0 8px 8px;
}
/* line 85, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.block-grid.eleven-up > li:nth-child(11n+1) {
  clear: both;
}
/* line 72, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.block-grid.twelve-up {
  margin: 0 -8px;
}
/* line 78, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.block-grid.twelve-up > li {
  width: 8.33333%;
  padding: 0 8px 8px;
}
/* line 85, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.block-grid.twelve-up > li:nth-child(12n+1) {
  clear: both;
}

/* Normal Buttons ---------------------- */
/* line 3, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button {
  width: auto;
  background: #05ade9;
  border-bottom: 1px solid #000000;
  -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;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  margin: 0;
  padding: 10px 10px 11px;
  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;
  /* Hovers */
  /* Sizes */
  /* Colors */
  /* Radii */
  /* Layout */
  /* Disabled ---------- */
}
/* line 6, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button:hover, .button:focus {
  color: white;
  background-color: #da9b04;
}
/* line 7, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button:active {
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
}
/* line 10, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.large {
  font-size: 17px;
  padding: 15px 30px 16px;
}
/* line 11, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.medium {
  font-size: 14px;
}
/* line 12, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.small {
  font-size: 11px;
  padding: 7px 14px 8px;
}
/* line 13, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.tiny {
  font-size: 10px;
  padding: 5px 10px 6px;
}
/* line 14, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.expand {
  width: 100%;
  text-align: center;
}
/* line 17, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.primary {
  background-color: #fbb716;
  border: 1px solid #c18903;
}
/* line 18, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.primary:hover, .button.primary:focus {
  background-color: #da9b04;
}
/* line 20, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.success {
  background-color: #5da423;
  border: 1px solid #396516;
}
/* line 21, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.success:hover, .button.success:focus {
  background-color: #457a1a;
}
/* line 23, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.alert {
  background-color: #c60f13;
  border: 1px solid #7f0a0c;
}
/* line 24, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.alert:hover, .button.alert:focus {
  background-color: #970b0e;
}
/* line 26, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.secondary {
  background-color: #455560;
  color: black;
  border: 1px solid #252e33;
}
/* line 27, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.secondary:hover, .button.secondary:focus {
  background-color: #303b42;
}
/* line 31, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.radius {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 32, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.round {
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  -ms-border-radius: 1000px;
  -o-border-radius: 1000px;
  border-radius: 1000px;
}
/* line 35, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.full-width {
  width: 100%;
  text-align: center;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
/* line 36, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.left-align {
  text-align: left;
  text-indent: 12px;
}
/* line 39, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.disabled, .button[disabled] {
  opacity: 0.6;
  cursor: default;
  background: #fbb716;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 40, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.disabled:hover, .button[disabled]:hover {
  background: #fbb716;
}
/* line 42, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.disabled.success, .button[disabled].success {
  background-color: #5da423;
}
/* line 43, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #5da423;
  outline: none;
}
/* line 45, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.disabled.alert, .button[disabled].alert {
  background-color: #c60f13;
}
/* line 46, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #c60f13;
  outline: none;
}
/* line 48, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.disabled.secondary, .button[disabled].secondary {
  background-color: #455560;
}
/* line 49, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #455560;
  outline: none;
}

/* Don't use native buttons on iOS */
/* line 55, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
input[type=submit].button, button.button {
  -webkit-appearance: none;
}

/* Correct FF button padding */
@-moz-document url-prefix() {
  /* line 59, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.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 60, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
  input[type="submit"].tiny.button {
    padding: 3px 10px 4px;
  }

  /* line 61, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
  input[type="submit"].small.button {
    padding: 5px 14px 6px;
  }

  /* line 62, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
  input[type="submit"].button, input[type=submit].medium.button {
    padding: 8px 20px 9px;
  }

  /* line 63, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
  input[type="submit"].large.button {
    padding: 13px 30px 14px;
  }
}

/* Buttons with Dropdowns ---------------------- */
/* line 68, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.dropdown {
  position: relative;
  padding-right: 44px;
  /* Sizes */
  /* Triangles */
  /* Flyout List */
  /* Split Dropdown Buttons */
}
/* line 71, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.dropdown.large {
  padding-right: 60px;
}
/* line 72, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.dropdown.small {
  padding-right: 28px;
}
/* line 73, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.dropdown.tiny {
  padding-right: 20px;
}
/* line 76, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.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 77, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.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 78, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.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 79, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.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 82, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.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 84, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.dropdown > ul li {
  width: 100%;
  cursor: pointer;
  padding: 0;
  min-height: 18px;
  line-height: 18px;
  margin: 0;
  white-space: nowrap;
  list-style: none;
}
/* line 85, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.dropdown > ul li a, .button.dropdown > ul li button {
  display: block;
  color: #555;
  font-size: 13px;
  font-weight: normal;
  padding: 6px 14px;
  text-align: left;
}
/* line 86, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.dropdown > ul li button {
  width: 100%;
  border: inherit;
  background: inherit;
  font-family: inherit;
  margin: inherit;
  -webkit-font-smoothing: antialiased;
}
/* line 87, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.dropdown > ul li:hover, .button.dropdown > ul li:focus {
  background-color: #fffdf8;
  color: #222;
}
/* line 88, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.dropdown > ul li.divider {
  min-height: 0;
  padding: 0;
  height: 1px;
  margin: 4px 0;
  background: #ededed;
}
/* line 92, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.dropdown.up > ul {
  border-top: 1px solid #cccccc;
  border-bottom: none;
}
/* line 94, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.dropdown ul.no-hover.show-dropdown {
  display: block !important;
}
/* line 96, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.dropdown:hover > ul.no-hover {
  display: none;
}
/* line 102, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.dropdown.split {
  padding: 0;
  position: relative;
  /* Sizes */
  /* Triangle Spans */
  /* Colors */
}
/* line 104, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.dropdown.split:after {
  display: none;
}
/* line 105, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.dropdown.split:hover, .button.dropdown.split:focus {
  background-color: #fbb716;
}
/* line 106, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.dropdown.split.alert:hover, .button.dropdown.split.alert:focus {
  background-color: #c60f13;
}
/* line 107, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.dropdown.split.success:hover, .button.dropdown.split.success:focus {
  background-color: #5da423;
}
/* line 108, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.dropdown.split.secondary:hover, .button.dropdown.split.secondary:focus {
  background-color: #455560;
}
/* line 111, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.dropdown.split > a {
  color: white;
  display: block;
  padding: 10px 50px 11px 20px;
  padding-left: 20px;
  padding-right: 50px;
  -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 112, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.dropdown.split > a:hover, .button.dropdown.split > a:focus {
  background-color: #da9b04;
  -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 114, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.dropdown.split.large > a {
  padding: 15px 75px 16px 30px;
  padding-left: 30px;
  padding-right: 75px;
}
/* line 115, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.dropdown.split.small > a {
  padding: 7px 35px 8px 14px;
  padding-left: 14px;
  padding-right: 35px;
}
/* line 116, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.dropdown.split.tiny > a {
  padding: 5px 25px 6px 10px;
  padding-left: 10px;
  padding-right: 25px;
}
/* line 119, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.dropdown.split > span {
  background-color: #fbb716;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 30px;
  border-left: 1px solid #c18903;
  -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 120, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.dropdown.split > span:hover, .button.dropdown.split > span:focus {
  background-color: #da9b04;
}
/* line 121, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.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 123, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.dropdown.split.secondary > span:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 6px;
  border-color: black transparent transparent transparent;
}
/* line 125, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.dropdown.split.large span {
  width: 45px;
}
/* line 126, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.dropdown.split.small span {
  width: 21px;
}
/* line 127, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.dropdown.split.tiny span {
  width: 15px;
}
/* line 129, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.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 130, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.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 131, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.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 134, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.dropdown.split.alert > span {
  background-color: #c60f13;
  border-left-color: #7f0a0c;
}
/* line 135, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.dropdown.split.success > span {
  background-color: #5da423;
  border-left-color: #396516;
}
/* line 136, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.dropdown.split.secondary > span {
  background-color: #455560;
  border-left-color: #252e33;
}
/* line 137, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.dropdown.split.secondary > a {
  color: black;
}
/* line 139, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.dropdown.split.alert > a:hover, .button.dropdown.split.alert > span:hover, .button.dropdown.split.alert > a:focus, .button.dropdown.split.alert > span:focus {
  background-color: #970b0e;
}
/* line 140, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.dropdown.split.success > a:hover, .button.dropdown.split.success > span:hover, .button.dropdown.split.success > a:focus, .button.dropdown.split.success > span:focus {
  background-color: #457a1a;
}
/* line 141, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.dropdown.split.secondary > a:hover, .button.dropdown.split.secondary > span:hover, .button.dropdown.split.secondary > a:focus, .button.dropdown.split.secondary > span:focus {
  background-color: #303b42;
}

/* Button Groups ---------------------- */
/* line 147, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
ul.button-group {
  list-style: none;
  padding: 0;
  margin: 0 0 12px;
  *zoom: 1;
}
/* line 4, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/mixins/_clearfix.scss */
ul.button-group:before, ul.button-group:after {
  content: " ";
  display: table;
}
/* line 5, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/mixins/_clearfix.scss */
ul.button-group:after {
  clear: both;
}
/* line 149, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
ul.button-group li {
  padding: 0;
  margin: 0 0 0 -1px;
  float: left;
}
/* line 150, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
ul.button-group li:first-child {
  margin-left: 0;
}
/* line 154, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
ul.button-group.radius li .button, ul.button-group.radius li .button.radius, ul.button-group.radius li .button-rounded {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
/* line 156, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
ul.button-group.radius li:first-child .button, ul.button-group.radius li:first-child .button.radius {
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
/* line 157, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
ul.button-group.radius li:first-child .button.rounded {
  -moz-border-radius-topleft: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-top-left-radius: 1000px;
  -moz-border-radius-bottomleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
}
/* line 160, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
ul.button-group.radius li:last-child .button, ul.button-group.radius li:last-child .button.radius {
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
/* line 161, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
ul.button-group.radius li:last-child .button.rounded {
  -moz-border-radius-topright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-top-right-radius: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
}
/* line 166, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
ul.button-group.even .button {
  width: 100%;
}
/* line 167, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
ul.button-group.even.two-up li {
  width: 50%;
}
/* line 168, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
ul.button-group.even.three-up li {
  width: 33.3%;
}
/* line 169, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
ul.button-group.even.three-up li:first-child {
  width: 33.4%;
}
/* line 170, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
ul.button-group.even.four-up li {
  width: 25%;
}
/* line 171, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
ul.button-group.even.five-up li {
  width: 20%;
}

/* line 175, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
div.button-bar {
  overflow: hidden;
}
/* line 176, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
div.button-bar ul.button-group {
  float: left;
  margin-right: 8px;
}
/* line 177, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
div.button-bar ul.button-group:last-child {
  margin-left: 0;
}

/* line 1, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_navbar.scss */
.nav-bar {
  height: 40px;
  background: #4d4d4d;
  margin-left: 0;
  margin-top: 20px;
  padding: 0;
}
/* line 3, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_navbar.scss */
.nav-bar > li {
  float: left;
  display: block;
  position: relative;
  padding: 0;
  margin: 0;
  border: 1px solid #333333;
  border-right: none;
  line-height: 38px;
  -webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset;
  -moz-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset;
  box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset;
}
/* line 5, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_navbar.scss */
.nav-bar > li:first-child {
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}
/* line 6, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_navbar.scss */
.nav-bar > li:last-child {
  border-right: solid 1px #333333;
  -webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset, 1px 0 0 rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset, 1px 0 0 rgba(255, 255, 255, 0.2);
  box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset, 1px 0 0 rgba(255, 255, 255, 0.2);
}
/* line 8, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_navbar.scss */
.nav-bar > li.active {
  background: #fbb716;
  border-color: #da9b04;
}
/* line 9, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_navbar.scss */
.nav-bar > li.active > a {
  color: white;
  cursor: default;
}
/* line 10, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_navbar.scss */
.nav-bar > li.active:hover {
  background: #fbb716;
  cursor: default;
}
/* line 12, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_navbar.scss */
.nav-bar > li:hover {
  background: #333333;
}
/* line 14, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_navbar.scss */
.nav-bar > li > a {
  color: #e6e6e6;
}
/* line 15, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_navbar.scss */
.nav-bar > li ul {
  margin-bottom: 0;
}
/* line 16, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_navbar.scss */
.nav-bar > li .flyout {
  display: none;
}
/* line 19, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_navbar.scss */
.nav-bar > li.has-flyout > a:first-child {
  padding-right: 40px;
  position: relative;
}
/* line 20, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_navbar.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 22, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_navbar.scss */
.nav-bar > li.has-flyout > a.flyout-toggle {
  border-left: 0 !important;
  position: absolute;
  right: 0;
  top: 0;
  padding: 20px;
  z-index: 2;
  display: block;
}
/* line 24, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_navbar.scss */
.nav-bar > li.has-flyout.is-touch > a:first-child {
  padding-right: 55px;
}
/* line 25, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_navbar.scss */
.nav-bar > li.has-flyout.is-touch > a.flyout-toggle {
  border-left: 1px dashed #666;
}
/* line 30, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_navbar.scss */
.nav-bar > li > a:first-child {
  position: relative;
  padding: 0 20px;
  display: block;
  text-decoration: none;
  font-size: 14px;
}
/* line 31, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_navbar.scss */
.nav-bar > li > input {
  margin: 0 10px;
}
/* line 33, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_navbar.scss */
.nav-bar.vertical {
  height: auto;
  margin-top: 0;
}
/* line 35, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_navbar.scss */
.nav-bar.vertical > li {
  float: none;
  border-bottom: none;
  border-right: solid 1px #333333;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 37, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_navbar.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 38, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_navbar.scss */
.nav-bar.vertical > li .flyout {
  left: 100%;
  top: -1px;
}
/* line 39, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_navbar.scss */
.nav-bar.vertical > li .flyout.right {
  left: auto;
  right: 100%;
}
/* line 41, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_navbar.scss */
.nav-bar.vertical > li.active {
  border-right: solid 1px #da9b04;
}
/* line 42, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_navbar.scss */
.nav-bar.vertical > li:last-child {
  border-bottom: solid 1px #333333;
}

/* line 48, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_navbar.scss */
.flyout {
  background: #f2f2f2;
  padding: 20px;
  margin: 0;
  border: 1px solid #d9d9d9;
  position: absolute;
  top: 39px;
  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 50, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_navbar.scss */
.flyout p {
  line-height: 1.2;
  font-size: 13px;
}
/* line 51, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_navbar.scss */
.flyout *:first-child {
  margin-top: 0;
}
/* line 52, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_navbar.scss */
.flyout *:last-child {
  margin-bottom: 0;
}
/* line 54, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_navbar.scss */
.flyout.small {
  width: 166.66667px;
}
/* line 55, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_navbar.scss */
.flyout.large {
  width: 437.5px;
}
/* line 57, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_navbar.scss */
.flyout.right {
  left: auto;
  right: -2px;
}
/* line 58, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_navbar.scss */
.flyout.left {
  right: auto;
  left: -2px;
}
/* line 59, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_navbar.scss */
.flyout.up {
  top: auto;
  bottom: 39px;
}

/* line 63, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_navbar.scss */
ul.flyout, .nav-bar li ul {
  padding: 0;
  list-style: none;
}
/* line 65, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_navbar.scss */
ul.flyout li, .nav-bar li ul li {
  border-left: solid 3px #CCC;
}
/* line 66, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_navbar.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: 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 67, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_navbar.scss */
ul.flyout li a:hover, ul.flyout li a:focus, .nav-bar li ul li a:hover, .nav-bar li ul li a:focus {
  background: #ebebeb;
  color: #333;
}
/* line 69, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_navbar.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 70, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_navbar.scss */
ul.flyout li.active a, .nav-bar li ul li.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;
}

/*
  Foundation Top Bar

  Requires:
    -jquery.foundation.topbar.js

  Notes:
    - <nav class="top-bar"> can have .fixed added to make it stick to the top of viewport. Can add .contain-to-grid to top-bar to make it full width but content on grid.
    - <li class="name"> creates a branding area that can be linked to homepage
      - Can include text, image or both inside this <li>.
    - <li class="divider"> creates a divider between nav items, add margins for space
    - <li class="search"> Needs to hold a <form> which can use .row.collapse and pre/postfix buttons or default type="search"
*/
/* Element that controls breakpoint, no need to change this ever */
/* line 16, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.top-bar-js-breakpoint {
  width: 981px !important;
  visibility: hidden;
}

/* Wrapped around .top-bar to contain to grid width */
/* line 19, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.contain-to-grid {
  width: 100%;
  background: #303b42;
}

/* Wrapped around .top-bar to make it fixed at the top */
/* line 22, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99;
}

/* Add .sticky class for using top bar as a sticky navigation when scrolling passed it. Add the class .sticky to a top bar using .contain-to-grid but leave off .fixed, javascript will take care of that */
/* line 25, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.sticky {
  float: left;
  overflow: hidden;
}
/* line 26, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.sticky.fixed {
  float: none;
  display:block;
}

/* <nav> */
/* line 30, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.top-bar {
  background: transparent;
  min-height: 45px;
  line-height: 45px;
  margin: 0 0 30px 0;
  padding: 0;
  width: 100%;
  position: relative;
  /* Contain width to .row width */
  /* First <ul> for branding, title, name, etc */
  /* topbar global <ul> styles */
}
/* line 33, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.contain-to-grid .top-bar {
  max-width: 1000px;
  margin: 0 auto;
}
/* line 38, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.top-bar > ul .name h1 {
  line-height: 45px;
  margin: 0;
}
/* line 39, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.top-bar > ul .name h1 a {
  font-weight: bold;
  padding: 0 22.5px;
  font-size: 17px !important;
}
/* line 41, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.top-bar > ul .name img {
  margin-top: -5px;
  vertical-align: middle;
}
/* line 44, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.top-bar.expanded {
  height: inherit;
}
/* line 47, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.top-bar ul {
  margin-left: 0;
  display: inline;
  height: 45px;
  line-height: 45px;
  list-style: none;
  /* Main Navigation links style */
  /* Left Side <ul> */
  /* Right Side <ul> */
}
/* line 50, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.top-bar ul > li {
  float: left;
  /* Dividers between navigation */
  /* Put a button in an <li> but give is a class */
  /* Put a search bar or text input in the bar */
  /* Put login bar in the top bar */
  /* Hide the triangle for breakpoint menu */
  /* li.has-dropdown */
}
/* line 51, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.top-bar ul > li a:not(.button) {
  color: #303b42;
  display: block;
  font-size: 17px;
  font-weight: bold;
  height: 45px;
  line-height: 45px;
  padding: 0 15px;
  text-transform: uppercase;
}

#mainMenu.residentialMainMenu .top-bar ul > li a:not(.button) {
	padding-left:18px;
	padding-right:18px;
}

#mainMenu.residentialMainMenu .top-bar ul > li  li a:not(.button) {
padding-left: 16px;
padding-right: 16px;
}


/* line 53, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.top-bar ul > li:not(.name):hover, .top-bar ul > li:not(.name).active, .top-bar ul > li:not(.name):focus {
  background: #101416;
}
/* line 54, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.top-bar ul > li:not(.name):hover a, .top-bar ul > li:not(.name).active a, .top-bar ul > li:not(.name):focus a {
  color: #d9d9d9;
}
/* line 59, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.top-bar ul > li.divider {
  background: #101416;
  -webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.1);
  -moz-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.1);
  box-shadow: 1px 0 0 rgba(255, 255, 255, 0.1);
  height: 100%;
  margin-right: 1px;
  width: 1px;
}
/* line 63, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.top-bar ul > li.has-button a.button {
  margin: 0 11.25px;
}
/* line 64, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.top-bar ul > li.has-button:hover, .top-bar ul > li.has-button:focus {
  background: #303b42;
}
/* line 65, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.top-bar ul > li.has-button:hover a, .top-bar ul > li.has-button:focus a {
  color: #fff;
}
/* line 70, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.top-bar ul > li.search {
  padding: 0 15px;
}
/* line 71, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.top-bar ul > li.search form {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  width: 200px;
}
/* line 72, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.top-bar ul > li.search form input[type=text] {
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  float: left;
  font-size: 13px;
  margin-top: -1px;
  height: 22.5px;
  margin-bottom: 0;
  width: 130px;
}
/* line 74, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.top-bar ul > li.search form input[type=text] + .button {
  border-left: none;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  float: left;
  font-size: 12px;
  margin-top: -1px;
  padding: 5px 12px 4px;
}
/* line 76, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.top-bar ul > li.search form input[type=search] {
  font-size: 16px;
  margin-bottom: 0;
}
/* line 78, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.top-bar ul > li.search:hover, .top-bar ul > li.search:focus {
  background: #303b42;
}
/* line 82, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.top-bar ul > li.login {
  padding: 0 15px;
}
/* line 83, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.top-bar ul > li.login form {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  width: 300px;
}
/* line 84, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.top-bar ul > li.login form input {
  float: left;
  width: auto;
  font-size: 13px;
  margin-top: -1px;
  height: 22.5px;
  margin-bottom: 0;
}
/* line 85, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.top-bar ul > li.login form input[type=text] {
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  width: 120px;
}
/* line 86, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.top-bar ul > li.login form input[type=password] {
  margin-bottom: 0;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  width: 120px;
}
/* line 87, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.top-bar ul > li.login form input[type=password] + .button {
  border-left: none;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -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;
  float: left;
  font-size: 12px;
  margin-top: -1px;
  padding: 5px 12px 4px;
  width: 60px;
}
/* line 90, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.top-bar ul > li.login:hover, .top-bar ul > li.login:focus {
  background: #303b42;
}
/* line 94, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.top-bar ul > li.toggle-topbar {
  display: none;
}
/* line 97, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.top-bar ul > li.has-dropdown {
  position: relative;
  /* Dropdown Level 2+ */
}
/* line 98, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.top-bar ul > li.has-dropdown:hover > .dropdown, .top-bar ul > li.has-dropdown:focus > .dropdown {
  display: block;
  visibility: visible;
}
/* line 99, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.top-bar ul > li.has-dropdown a {
  padding-right: 35.75px;
}
/* line 100, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.top-bar ul > li.has-dropdown a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 5px;
  border-color: #fcb813 transparent transparent transparent;
  margin-right: 15px;
  margin-top: -2.5px;
  position: absolute;
  right: 0;
  top: 50%;
}

#mainMenu.residentialMainMenu .top-bar ul > li.has-dropdown a:after {
  margin-right: 2px;
}


/* line 102, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.top-bar ul > li.has-dropdown .dropdown {
  background: #222222;
  left: 0;
  margin: 0;
  padding: 9px 0 0 0;
  position: absolute;
  visibility: hidden;
  z-index: 99;
}
/* line 103, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.top-bar ul > li.has-dropdown .dropdown li {
  background: #222222;
  line-height: 1;
  min-width: 100%;
  padding-bottom: 5px;
}
/* line 104, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.top-bar ul > li.has-dropdown .dropdown li a {
  color: white;
  font-weight: normal;
  height: 100%;
  line-height: 1;
  padding: 5px 17px 5px 15px;
  white-space: nowrap;
}
/* line 105, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.top-bar ul > li.has-dropdown .dropdown li a:after {
  border: none;
}
/* line 106, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.top-bar ul > li.has-dropdown .dropdown li a:hover, .top-bar ul > li.has-dropdown .dropdown li a:focus {
  background: #3c3c3c;
}
/* line 108, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.top-bar ul > li.has-dropdown .dropdown li label {
  color: #6f6f6f;
  font-size: 10px;
  font-weight: bold;
  margin: 0;
  padding-left: 15px;
  text-transform: uppercase;
}
/* line 109, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.top-bar ul > li.has-dropdown .dropdown li.divider {
  border-top: solid 1px black;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
  height: 10px;
  padding: 0;
  width: 100%;
}
/* line 110, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.top-bar ul > li.has-dropdown .dropdown li:last-child {
  padding-bottom: 10px;
}
/* line 111, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.top-bar ul > li.has-dropdown .dropdown li.active a {
  background: #101416;
}
/* line 117, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.top-bar ul > li.has-dropdown .dropdown li.has-dropdown > a {
  padding-right: 30px;
}
/* line 118, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.top-bar ul > li.has-dropdown .dropdown li.has-dropdown > a:after {
  border: none;
  content: "\00bb";
  right: 12px;
  top: 6px;
}
/* line 120, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.top-bar ul > li.has-dropdown .dropdown li.has-dropdown .dropdown {
  position: absolute;
  left: 100%;
  top: 0;
}

#mainMenu.residentialMainMenu .top-bar ul > li.has-dropdown .dropdown li.has-dropdown .dropdown {
margin-top: -14px;
}



/* line 122, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.top-bar ul > li.has-dropdown .dropdown li.has-dropdown:hover > .dropdown, .top-bar ul > li.has-dropdown .dropdown li.has-dropdown:focus > .dropdown {
  display: block;
}
/* line 129, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.top-bar ul.left {
float: right;
width: auto;
margin-bottom: 0;
margin-right: -18px;
}





/* line 132, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.top-bar ul.right {
  float: right;
  width: auto;
  margin-bottom: 0;
  /* Dropdown Right Side Alignment */
}
/* line 134, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.top-bar ul.right .has-dropdown .dropdown {
  left: auto;
  right: 0px;
}
/* line 135, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.top-bar ul.right .has-dropdown .dropdown li.has-dropdown > .dropdown {
  right: 100%;
  left: auto;
  width: 100%;
}
/* line 140, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.top-bar .js-generated {
  display: none;
}

/* Firefox Fixes */
@-moz-document url-prefix() {
  /* line 145, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
  .top-bar ul li .button.small {
    padding-bottom: 6px;
  }

  /* line 146, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
  .top-bar ul li.search form input[type=search] {
    font-size: 14px;
    height: 22px;
    padding: 3px;
  }
}

/* IE8 Fixes */
/* line 150, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.lt-ie9 .top-bar ul li a {
  color: white;
  display: block;
  font-weight: bold;
  font-size: 15px;
  height: 45px;
  line-height: 45px;
  padding: 0 15px;
}
/* line 151, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.lt-ie9 .top-bar ul li a.button {
  height: auto;
  line-height: 30px;
  margin-top: 7px;
}
/* line 152, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.lt-ie9 .top-bar ul li a img {
  margin-top: -5px;
  vertical-align: middle;
}

/* line 158, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.lt-ie9 .top-bar section > ul > li a:hover, .lt-ie9 .top-bar section > ul > li a:focus {
  color: #cccccc;
}
/* line 160, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.lt-ie9 .top-bar section > ul > li:hover, .lt-ie9 .top-bar section > ul > li:focus {
  background: #101416;
}
/* line 161, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.lt-ie9 .top-bar section > ul > li.search:hover, .lt-ie9 .top-bar section > ul > li.search:focus, .lt-ie9 .top-bar section > ul > li.has-button:hover, .lt-ie9 .top-bar section > ul > li.has-button:focus {
  background: none;
}
/* line 162, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.lt-ie9 .top-bar section > ul > li.active {
  background: #101416;
  color: #d9d9d9;
}

/* line 164, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.lt-ie9 .top-bar ul li.has-dropdown {
  padding-right: 33.75px;
}
/* line 166, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.lt-ie9 .top-bar ul li.has-dropdown > ul li {
  padding-right: 0;
}

/* 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 9, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_orbit.scss */
.orbit-wrapper {
  width: 1px;
  height: 1px;
  position: relative;
}

/* line 11, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_orbit.scss */
.orbit {
  width: 1px;
  height: 1px;
  position: relative;
  overflow: hidden;
  margin-bottom: 17px;
}
/* line 13, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_orbit.scss */
.orbit.with-bullets {
  margin-bottom: 40px;
}
/* line 15, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_orbit.scss */
.orbit .orbit-slide {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 16, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_orbit.scss */
.orbit a.orbit-slide {
  border: none;
  line-height: 0;
  display: none;
}
/* line 17, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_orbit.scss */
.orbit div.orbit-slide {
  width: 100%;
  height: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

/* 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 25, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_orbit.scss */
.orbit-wrapper .timer {
  width: 40px;
  height: 40px;
  overflow: hidden;
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: .6;
  cursor: pointer;
  z-index: 31;
}
/* line 26, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_orbit.scss */
.orbit-wrapper span.rotator {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: -20px;
  background: url('/images/foundation/orbit/rotator-black.png?1393011214') no-repeat;
  z-index: 3;
}
/* line 27, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_orbit.scss */
.orbit-wrapper span.rotator.move {
  left: 0;
}
/* line 29, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_orbit.scss */
.orbit-wrapper span.mask {
  display: block;
  width: 20px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  overflow: hidden;
  display:none;
}
/* line 30, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_orbit.scss */
.orbit-wrapper span.mask.move {
  width: 40px;
  left: 0;
  background: url('/images/foundation/orbit/timer-black.png?1393011214') repeat 0 0;
  display:none;
}
/* line 32, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_orbit.scss */
.orbit-wrapper span.pause {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background: url('/images/foundation/orbit/pause-black.png?1393011214') no-repeat;
  z-index: 4;
  opacity: 0;
  display:none;
}
/* line 33, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_orbit.scss */
.orbit-wrapper span.pause.active {
  background: url('/images/foundation/orbit/pause-black.png?1393011214') no-repeat 0 -40px;
}
/* line 35, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_orbit.scss */
.orbit-wrapper .timer:hover span.pause, .orbit-wrapper .timer:focus span.pause, .orbit-wrapper span.pause.active {
  opacity: 1;
}

/* Captions ---------------------- */
/* line 40, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_orbit.scss */
.orbit-caption {
  display: none;
  font-family: inherit;
}

/* line 41, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_orbit.scss */
.orbit-wrapper .orbit-caption {
  background: black;
  background: rgba(0, 0, 0, 0.6);
  z-index: 30;
  color: white;
  text-align: center;
  padding: 7px 0;
  font-size: 13px;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
}

/* Directional Nav ---------------------- */
/* line 46, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_orbit.scss */
.orbit-wrapper .slider-nav {
  display: none !important;
}
/* line 47, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_orbit.scss */
.orbit-wrapper .slider-nav span {
  width: 39px;
  height: 50px;
  text-indent: -9999px;
  position: absolute;
  z-index: 30;
  top: 50%;
  margin-top: -25px;
  cursor: pointer;
}
/* line 48, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_orbit.scss */
.orbit-wrapper .slider-nav span.right {
  background: url('/images/foundation/orbit/right-arrow.png?1393011214');
  background-size: 100%;
  right: 0;
}
/* line 49, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_orbit.scss */
.orbit-wrapper .slider-nav span.left {
  background: url('/images/foundation/orbit/left-arrow.png?1393011214');
  background-size: 100%;
  left: 0;
}

/* line 54, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_orbit.scss */
.lt-ie9 .orbit-wrapper .slider-nav span.right {
  background: url('/images/foundation/orbit/right-arrow-small.png?1393011214');
}
/* line 55, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_orbit.scss */
.lt-ie9 .orbit-wrapper .slider-nav span.left {
  background: url('/images/foundation/orbit/left-arrow-small.png?1393011214');
}

/* Bullet Nav ---------------------- */
/* line 61, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_orbit.scss */
ul.orbit-bullets {
  position: absolute;
  z-index: 30;
  list-style: none;
  bottom: -40px;
  left: 50%;
  margin-left: -50px;
  padding: 0;
}
/* line 62, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_orbit.scss */
ul.orbit-bullets li {
  float: left;
  margin-left: 5px;
  cursor: pointer;
  color: #999999;
  text-indent: -9999px;
  background: url('/images/foundation/orbit/bullets.png?1393011214') no-repeat 0 0;
  width: 13px;
  height: 12px;
  overflow: hidden;
  
  margin-top:40px;
}
/* line 63, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_orbit.scss */
ul.orbit-bullets li.active {
  color: #222222;
  background-position: -14px 0;
}
/* line 64, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_orbit.scss */
ul.orbit-bullets li.has-thumb {
  background: none;
  width: 100px;
  height: 75px;
}
/* line 65, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_orbit.scss */
ul.orbit-bullets li.active.has-thumb {
  background-position: 0 0;
  border-top: 2px solid black;
}

/* Orbit Slide Counter */
/* line 70, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_orbit.scss */
.orbit-slide-counter {
  position: absolute;
  bottom: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 5px;
}

/* Fluid Layout ---------------------- */
/* line 74, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_orbit.scss */
.orbit img.fluid-placeholder {
  visibility: hidden;
  position: static;
  display: block;
  width: 100%;
}

/* line 75, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_orbit.scss */
.orbit, .orbit-wrapper {
  width: 100% !important;
}

/* Correct timer in IE */
/* line 78, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_orbit.scss */
.lt-ie9 .timer {
  display: none !important;
}

/* line 79, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_orbit.scss */
.lt-ie9 .orbit-caption {
  background: black;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
  zoom: 1;
}

/* delupdates */


.full-width.rowBG01 {
	padding-left:6px;
}

.full-width.rowBG01.promoBoxContainer {
	padding-left:0px;
}


.full-width.rowBG01.grid{
	padding-left:0;
}


.rowBG01 {
	background-color:#ffffff;
}

.banner-container{
	padding-top:24px;
}

.text-container {
	padding-top:50px;
}

#container.home #middleArea {
background: #f3f6f8; /* Old browsers */
background: -moz-linear-gradient(top, #f3f6f8 0%, #fdfefe 48%, #fdfefe 49%, #fdfefe 100%, #207cca 100%, #ffffff 100%, #ffffff 101%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f6f8), color-stop(48%,#fdfefe), color-stop(49%,#fdfefe), color-stop(100%,#fdfefe), color-stop(100%,#207cca), color-stop(100%,#ffffff), color-stop(101%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f3f6f8 0%,#fdfefe 48%,#fdfefe 49%,#fdfefe 100%,#207cca 100%,#ffffff 100%,#ffffff 101%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f3f6f8 0%,#fdfefe 48%,#fdfefe 49%,#fdfefe 100%,#207cca 100%,#ffffff 100%,#ffffff 101%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f3f6f8 0%,#fdfefe 48%,#fdfefe 49%,#fdfefe 100%,#207cca 100%,#ffffff 100%,#ffffff 101%); /* IE10+ */
background: linear-gradient(to bottom, #f3f6f8 0%,#fdfefe 48%,#fdfefe 49%,#fdfefe 100%,#207cca 100%,#ffffff 100%,#ffffff 101%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f6f8', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
padding-bottom:24px;
}

.bg-gradient{
background: #f3f6f8; /* Old browsers */
background: -moz-linear-gradient(top, #f3f6f8 0%, #fdfefe 48%, #fdfefe 49%, #fdfefe 100%, #207cca 100%, #ffffff 100%, #ffffff 101%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f6f8), color-stop(48%,#fdfefe), color-stop(49%,#fdfefe), color-stop(100%,#fdfefe), color-stop(100%,#207cca), color-stop(100%,#ffffff), color-stop(101%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f3f6f8 0%,#fdfefe 48%,#fdfefe 49%,#fdfefe 100%,#207cca 100%,#ffffff 100%,#ffffff 101%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f3f6f8 0%,#fdfefe 48%,#fdfefe 49%,#fdfefe 100%,#207cca 100%,#ffffff 100%,#ffffff 101%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f3f6f8 0%,#fdfefe 48%,#fdfefe 49%,#fdfefe 100%,#207cca 100%,#ffffff 100%,#ffffff 101%); /* IE10+ */
background: linear-gradient(to bottom, #f3f6f8 0%,#fdfefe 48%,#fdfefe 49%,#fdfefe 100%,#207cca 100%,#ffffff 100%,#ffffff 101%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f6f8', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

#headerdivider {
	position:absolute;
	top:0px;
	left:308px;
	height:153px;
	width:1px;
	border-left:1px solid #eceeef;
	display:none;	
}

#topMenu #location {
padding-left: 14px;
background-image: url(/images/map-pin.png);
background-repeat: no-repeat;
font-size: 12px;
padding-top: 4px;
display: block;
top: 31px;
left: 0;
position: absolute;
background-position: 0 0px;
}

#topMenu a#link-busservices{
display: block;
float: right;
clear: both;
max-height: 20px;
height: 20px;
padding-right: 20px;
text-transform:uppercase;
color:#84c446;
font-size:15px;
}

#topMenu ul {
display: block;
float: right;
list-style-type: none;
margin-right: 25px;
line-height:11px;
margin-top:14px;
}

#topMenu ul li a {
	font-size:11px;
	text-transform: uppercase;
	line-height:11px;
}


#link-busservices:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: solid 5px;
	border-color: transparent transparent transparent #7AB800;
	margin-right: 15px;
	/* margin-top: -2.5px; */
	position: absolute;
	right: -11px;
	top: 2px;
}




#topMenu ul li{
	display:inline;
	margin-left:8px;
}

#topMenu #location ul{
	position: absolute;
	top:4px;
	left:-10px;
}


h3{
	font-size:26px;
	color: #fcb813;
	text-transform:uppercase;
	font-family: 'Gotham A', 'Gotham B'; 
	font-weight: 700; 
	font-style: normal;

}

#orderArea img {
	display:block;
	float:left;
}

#orderArea a{
	text-transform:uppercase;
	color:#05ade9;
}


#prospectArea p {
color: #000000;
font-size: 11px;
text-transform: none;
line-height: 14px;
margin-bottom: 6px;
margin-top: 6px;
}

#prospectArea a{
	font-size:12px;
}

#prospectArea .col1 p {
	font-size:14px;
	line-height:18px;
}

#prospectArea .col2 .row + .row {
	margin-top:16px;
}

#prospectArea .header {
	font-size:15px;
}



#serviceInfo p{
	font-size:14px;
	line-height:21px;
	margin-bottom:16px;
}


#currentArea .header {
	color:#2f3940;
	font-size:20px;
	text-transform: uppercase;
}

#currentArea .copy{
	color:#05ade9;
	font-size:12px;
	text-transform: uppercase;
	text-indent:16px;
}

#currentArea .cta > div {
margin-left: 14px;
background-color: #ffffff;
padding-top: 2px;
padding-left: 2px;
padding-right: 2px;
padding-bottom: 16px;
margin-top: 14px;
}

#currentArea .cta > div img{
	max-width:376px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	left:1px;
}

div.home #orderArea .orderBlock h3{
	font-size:22px;
	margin-bottom:4px;
	color:#455560;
}

div.home #orderArea .orderBlock p{
	font-size:16px;
	margin-bottom:4px;	
}

div.home #orderArea .orderBlock a{
	font-size:12px;
	margin-bottom:4px;	
}

div.home #orderArea .orderBlock img{
	position:relative;
	top:12px;
	left:7px;	
}



.border1{
	background-image:url(/images/border1.png);
	height:1px;
	margin-bottom:16px;
}

ul.orbit-bullets.hide-for-small{
	display:block !important;
}

#currentTitle {
	background-color:#feedc4;
}

#currentTitle p.title {
float: left;
margin-left: 30px;
margin-bottom: 10px;
margin-top: 10px;
}

.product-compare {
	padding-top:40px;
}

.compare-item{
background: rgb(248,248,249); /* Old browsers */
background: -moz-linear-gradient(top, rgba(248,248,249,1) 0%, rgba(220,223,225,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(248,248,249,1)), color-stop(100%,rgba(220,223,225,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(248,248,249,1) 0%,rgba(220,223,225,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(248,248,249,1) 0%,rgba(220,223,225,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(248,248,249,1) 0%,rgba(220,223,225,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(248,248,249,1) 0%,rgba(220,223,225,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f9', endColorstr='#dcdfe1',GradientType=0 ); /* IE6-9 */
padding-bottom:18px;
margin-bottom:24px;
}

.compare-item ul{
	list-style-type: none;
	display:block;
	clear:both;
	margin-top:18px;
	margin-left:0 !important;
}

.compare-item .reviewStars{
	float:none;
}

.compare-item .learnMore{
	float:none;
}

.compare-item .equalHt1 + .learnMore{
	font-size:16px;
	margin-bottom:10px;
}

.learnMore.onlineChat{
	color:#ffffff;
	font-size:14px;
}


.icon-myaccount a {
background-image: url(/images/icon-myaccount.png);
background-position: 2px 0px;
}

.icon-billing a {
background-image: url(/images/icon-billing.png);
background-position: 2px 0px;
}

.icon-technical a {
background-image: url(/images/icon-technical.png);
background-position: 1px 0px;
}

.icon-contact a {
background-image: url(/images/icon-contact.png);
background-position: 2px 0px;
}

#currentTitle .title {
	text-transform: uppercase;
	font-size:20px;
	color:#45545f;
}

.current-icons {
	max-height: 24px;
	float:right;
	clear:none;
	margin-top:16px;
	margin-right:33px;

}

.current-icons a{
	max-height: 24px;
	background-repeat:no-repeat;
	display:block;	
	padding-top:6px;
	padding-bottom:6px;
	font-size:15px;
	padding-left:32px;
	font-family: 'Gotham A', 'Gotham B'; font-weight: 400; font-style: normal;	
}

.page-header-short-old{
	background-image:url(/images/page-header-short.png);
	background-repeat:no-repeat;
	height:120px;

}


.page-header-shortOld{
	line-height:36px;
	background: rgba(79,56,62,1);
	background: -moz-linear-gradient(top, rgba(79,56,62,1) 1%, rgba(69,84,95,1) 52%, rgba(79,56,62,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(1%, rgba(79,56,62,1)), color-stop(52%, rgba(69,84,95,1)), color-stop(100%, rgba(79,56,62,1)));
	background: -webkit-linear-gradient(top, rgba(79,56,62,1) 1%, rgba(69,84,95,1) 52%, rgba(79,56,62,1) 100%);
	background: -o-linear-gradient(top, rgba(79,56,62,1) 1%, rgba(69,84,95,1) 52%, rgba(79,56,62,1) 100%);
	background: -ms-linear-gradient(top, rgba(79,56,62,1) 1%, rgba(69,84,95,1) 52%, rgba(79,56,62,1) 100%);
	background: linear-gradient(to bottom, rgba(79,56,62,1) 1%, rgba(69,84,95,1) 52%, rgba(79,56,62,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f383e', endColorstr='#4f383e', GradientType=0 );
}


.page-header-short{
	background-image:url(/images/header_star.png);
	background-position:center right;
	background-repeat:no-repeat;
	background-color:#45545f;
	
}




.page-header-short h2, .page-header-tall h2 {
font-size: 36px;
color: #ffffff;
margin-left: 30px;
text-transform: uppercase;
margin-top: 0;
line-height: 54px;
padding-top: 30px;
padding-bottom: 21px;
}

.page-header-tall h2 {
	line-height: 52px;
	font-size:52px;
	padding:0;
	margin:0 0 10px 30px;
}

.page-header-tall.header-container.show-for-small .heading4.fs19{
	font-size:19px;
	line-height: 19px;
	margin-bottom:4px;
}

.page-header-tall.header-container.show-for-small .heading4.fs38{
	font-size:38px;
	line-height:38px;
	margin-bottom:4px;
}

.page-header-tall.header-container.show-for-small .header-image img{
	max-width:240px;
	width:100%;
}



.form-details h4 {
	font-size:28px;
}

.form-details + .form-details{
	clear:both;
}

.accordion .fa{
	color:#ffffff;
}

.accordion li .title h5{
	color:#ffffff;
	text-transform: uppercase;
}

.accordion li:hover .title h5, .accordion li.active .title h5{
	color:#fcb813;
}

.fa-star {
	color:#d3d9db;
}

.fa-star.active {
	color:#fcb813;
}

.fa-star-grid{
	font-size:30px;
	color:#455560;
}

.reviewStars .learnMore {
	margin-top:4px;
}

.reviewVotes {
	margin-left:4px;
	color:#45545f;
}

.compare-item .reviewVotes, #compare-table .reviewVotes{
	margin-left:0;
}



.accordion .active .fa, .accordion li:hover .fa{
	color:#fcb813;
}



.columns.no-padding{
	padding-left:0;
	padding-right:0;
}

.sidebar-item h5{
	text-transform:uppercase;
}

table{
	border-collapse: collapse;
}

td{
border-spacing:0 !important;
border:0;
}

.full-width{
	width:100%;
}

#serviceInfo h4 {
	font-size:26px;
	color:#fdb913;
	text-transform: uppercase;	
}

#serviceInfo a {
	display:block;
	clear:both;
}

#serviceInfo img {
	display:block;
	position:relative;
	top:12px;
}

.content-padding{
	padding-left:30px;
	padding-right:25px;
}

#footerWide .footerCopyright, #footerMid .footerCopyright {
float: left;
font-size: 11px;
color: #ffffff;
text-transform: uppercase;
clear: both;
}

#footerWide .footerSocial {
float: right;

}

.footerSocial span{
	color:#ffffff;
	position:relative;
	top:-7px;	
}

.footerSocial img{
	position:relative;
	top:-2px;	
}

#footerWide .footerCallNow {
	color: #ffffff;
	float:left;
	text-transform: none;
}

#footerMid .footerCallNow {
	color: #ffffff;
	margin-bottom:16px;
}

.footerFacebook, .footerTwitter {
	margin-left:10px;
}

#footerWide .footerAboutContainer {
	width:60% !important;
}

#footerMid .footerAboutContainer {
	width:100% !important;
}

.footerCallContainer {
	width:37% !important;
	text-align:right;
}


.learnMore {
	text-transform: uppercase;
	color:#05ade9;
	font-size:12px;
	float:left;
	clear:both;
}

.learnMoreNoBR{
	float:none;
}

#channelFilterContainer{
	float:left;
}

#channelSelectorFilters{
	margin-top:14px;
}

#channelSelectorFilter{
	margin-left:0;
	margin-right:8px;
}

.channelWizardOptions{
	width:100%;
	clear:both;
	float:left;
	padding-top:31px;
	padding-bottom:31px;	
	border-top:1px solid #b8bec3;
	margin-left:15px;
	margin-top:31px;
}

.channelWizardOptions:last-of-type{
	border-bottom:1px solid #b8bec3;
	margin-bottom:40px;
}

.channelWizardOptions label, .channelWizPackageOptionLabel, .channelWizPackageOptionTxt{
	font-size:18px;
	color:#455560;
	text-transform:uppercase;
	float:left;
	font-family: 'Gotham A', 'Gotham B'; 
	font-weight: 700; 
	font-style: normal;	
}

.channelWizardOptions .learnMore{
	margin-top:4px;
}

.channelWizardOptions .addOn{
	float:left;
	clear:both;
	margin-top:31px;
}

.channelWizardOptions .addOn label {
	position:relative;
	left:6px;
}

.channelWizardOptions .addOn .learnMore {
	position:relative;
	left:19px;
}

.channelWizardOptions input{
	float:right;
}

.channelWizardOptions + .channelWizardOptions{
	margin-top:0;
}

.pricing {
	font-size:12px;
}

.channelWizardOptions .addOn li{
	float:left;
	position:relative;
	top:3px;
	color:#455560;
}

#channelWizardTitle {
	font-size:21px;
	margin-top:23px;
}

#productNameAndPricing {
	float:left;
}

#productNameAndPricing .name{
	font-size:21px;
	text-transform: uppercase;
}

#productNameAndPricing .dollar {
	font-size:35px;
	vertical-align: top;
	position:relative;
	top:5px;
}

#productNameAndPricing .cents{
	font-size:30px;
	vertical-align: top;
	position:relative;
	top:5px;
}

#productNameAndPricing .name{
	font-size:21px;
}

#productNameAndPricing .pricing{
	font-size:57px;
	float:left;
	margin-right: 16px;
}

.compare-item .reviewStars {
	margin-bottom:4px;
}

.reviewStars{
	float:left;
	margin-top:12px;
}

.cb {
	clear:both;
}

.mtbtn{
	margin-top:16px;
	float:left;
}

.mtbtn .learnMore{
	margin-left:17px;
}

.post-header{
	padding-top:24px;
}

.compare-item{
	border-top:1px solid #d7d7d7;
	border-right:1px solid #d7d7d7;
	border-left:1px solid #d7d7d7;
	border-bottom:1px solid #b9bec3;
}

.compare-item > .equalHt1{
	margin-top:24px;
}

.compare-item.align-center > a{
	margin-top: 16px;
	display:block;
}




.compare-item .pricing{
	font-size:57px;
	float:none;
	margin-right: 16px;
}

.compare-item.align-center .pricing{
	margin-right: 0px;
}


.compare-item .dollar{
	font-size:35px;
	vertical-align: top;
	position:relative;
	top:8px;
}

.compare-item .cents{
	font-size:30px;
	vertical-align: top;
	position:relative;
	top:8px;
}

.compare-item .name{
	font-size:21px;
}


.bundles .pricing{
	font-size:57px;
	float:none;
	margin-right: 16px;
}

.bundles .dollar{
	font-size:35px;
	vertical-align: top;
	position:relative;
	top:8px;
}

.bundles .cents{
	font-size:30px;
	vertical-align: top;
	position:relative;
	top:8px;
}

#compare-table {
	margin-bottom:24px;
}

#compare-table h3, #compare-table .h3{
	font-size:34px;
	color:#fcb813;
	margin-right:6px;
}

.tplt-17  #compare-table .h3{
	margin-top:14px;
	margin-bottom:14px;
	line-height:1.1;
}

#compare-table h4, #compare-table .h4{
	font-size:18px;
}

 #compare-table .h4{
	margin-top:14px;
	margin-bottom:14px;
	line-height:1.1;
}

#compare-table .name{
	font-size:21px;
}

#compare-table .pricing{
	font-size:49px;
	float:none;
	margin-bottom:12px;
}

#compare-table .dollar{
	font-size:30px;
	vertical-align: top;
	position:relative;
	top:8px;
}

#compare-table .cents{
	font-size:25px;
	vertical-align: top;
	position:relative;
	top:8px;
}

#compare-table table {
	width:100%;
}



#compare-table .highlight{
	background-color:#fef1d0;
}

#compare-table table tbody tr td{
	border:1px solid #cfd4d7;
	text-align:center;
	font-family: 'Gotham A', 'Gotham B'; 
	font-weight: 400; 
	font-style: normal;
	border-left:1px solid #88939b;
	border-right:1px solid #88939b;
}

#compare-table table tbody tr td:first-child{
	text-align:left;
	font-family: 'Gotham A', 'Gotham B'; font-weight: 700; font-style: normal;
}

#compare-table table tbody tr td h5{
	font-family: 'Gotham A', 'Gotham B'; 
	font-weight: 700; 
	font-style: normal;
}


#compare-table .stars, #compare-table .learnMore, #compare-table .reviewStars{
	float:none;

}

#compare-table table tbody tr:nth-child(even){
	background-color:transparent;
}

#compare-table  table tbody tr.bgclr{
	background-color:#e6edee;
}

#compare-table  table tbody tr.bgclr td{
	border-top:2px solid black !important;
}

#compare-table .table-headings .option {
	border-left:1px solid #88939b;
}

#compare-table tr td:first-child {
	border-left:none;
}

#compare-table tr td:last-child {
	border-right:none;
}

#compare-table .table-headings-narrow{
	display:none;
}



#compare-table  table tbody tr.bgclr td.highlight{
	background-color:#e5e2c9;
	
}

#compare-table a.small.button{
	margin-top:12px;
	margin-bottom:12px;
}

#compare-table .fa-star.notReview {
	color:#45545f;
	font-size:26px;
}



.hiliteborder{
	background-color:#fcb813;
	height:14px;
	margin-left:40px;
	margin-right:40px;
}

#channelWizardContentArea + .row .hiliteborder{
	margin-right:15px;
}

table#channelGrid {
	width:100%;
} 

#channelGridContent{
	padding-left:40px;
	padding-right:40px;
}

p.channellistingp{
	margin-top:24px;
	width:100%;
	text-align:center;
}

img.img100 {
	width:100%;
}

.sortable {
	cursor:pointer;
	cursor:hand;
}

.ta-center {
	text-align:center;
}

.hiliteborder.bottom{
	margin-bottom:90px;
}

#linksRow{
	padding-left:40px;
	padding-right:40px;
}

#linksRow .links{
	display:block;
	float:left;
	padding:12px 12px 12px 12px;
	background-color:#e6edee;
}

.tplt-1 h4, .tplt-26 h4 {
	text-transform:none;
}

.tplt-1 #linksRow .links, .tplt-26 #linksRow .links  {
	padding: 18px 12px 18px 12px;
}

.tplt-1 .large.button, .tplt-26 .large.button {
	font-size:22px;
	padding-left:48px;
	padding-right:48px;
}

.tplt-1, .tplt-26  {
	font-family: 'Gotham A', 'Gotham B'; font-weight: 400; font-style: normal;
}


.tplt-1::-webkit-input-placeholder, .tplt-26::-webkit-input-placeholder { 
	font-family: 'Gotham A', 'Gotham B'; font-weight: 300; font-style: normal;
	color:black;
 }
 
.tplt-1::-moz-placeholder, .tplt-26::-moz-placeholder { 
font-family: 'Gotham A', 'Gotham B'; font-weight: 300; font-style: normal;
	color:black;
} /* firefox 19+ */

.tplt-1:-ms-input-placeholder, .tplt-26:-ms-input-placeholder { 
	font-family: 'Gotham A', 'Gotham B'; font-weight: 300; font-style: normal;
	color:black;	
 } /* ie */



#searchinput-mobile::-webkit-input-placeholder { 
	color:#ffffff;
 } 
 
#searchinput-mobile::-moz-placeholder { 
	color:#ffffff;
} /* firefox 19+ */

#searchinput-mobile:-ms-input-placeholder { 
	color:#ffffff;	
 } /* ie */


.tplt-1 input:-moz-placeholder, .tplt-26 input:-moz-placeholder { font-family: 'Gotham A', 'Gotham B'; font-weight: 300; font-style: normal; }


#linksRow .links + .links{
	margin-left:12px;
}


#linksRow .links.active{
	background-color:#fcb813;
}




#linksRow .links:before{
	content:"";
}

#linksRow .links a{
	text-transform: uppercase;
	font-size:13px;
}

.compare-button {
	padding-left:100px;
	padding-right:100px;
	margin-top:54px;
	margin-bottom:54px;
	background-color:#84c446;
	padding-top:12px;
	padding-bottom:12px;
	font-size:18px;
}


.compare-buttons .button{
	display:inline-block;
}

.sidebar-item.customer-service img{
	position:relative;
	top:24px;
	left:12px;
}

p.orCall {
	clear:both;
	font-size:18px;
}



.heading1{
	font-size:28px;
	font-family: 'Gotham A', 'Gotham B'; 
	font-weight: 700; 
	font-style: normal;
	text-transform:uppercase;
	color:#455560;
}

.heading1C1{
	font-size:28px;
	font-family: 'Gotham A', 'Gotham B'; 
	font-weight: 700; 
	font-style: normal;
	text-transform:uppercase;
	color:#fdb913;
}

.heading1C2{
	font-size:28px;
	font-family: 'Gotham A', 'Gotham B'; 
	font-weight: 700; 
	font-style: normal;
	text-transform:uppercase;
	color:#455560;
}

.heading2, .accordion .title h5{
	font-size:18px;
	color:#455560;	
	text-transform:uppercase;
	font-family: 'Gotham A', 'Gotham B'; 
	font-weight: 400; 
	font-style: normal;
}

.accordion .title h5{
	font-size:16px;
	color:#455560;	
	text-transform:uppercase;
	font-family: 'Gotham A', 'Gotham B'; 
	font-weight: 400; 
	font-style: normal;
}

.heading2C1{
	font-size:18px;
	font-family: 'Gotham A', 'Gotham B'; 
	font-weight: 700; 
	font-style: normal;
	text-transform:uppercase;
	color:#fdb913;
}

.heading2C2{
	font-size:18px;
	font-family: 'Gotham A', 'Gotham B'; 
	font-weight: 700; 
	font-style: normal;
	text-transform:uppercase;
	color:#455560;
}


.heading3{
	font-size:16px;
	color:#000000;
	font-family:'Helvetica W02 Roman';
}

.heading4{
	font-size:26px;
	color:#ffffff;
	font-family: 'Gotham A', 'Gotham B'; 
	font-weight: 500; 
	font-style: normal;
}

.heading5{
	font-size:16px;
	color:#000000;
	font-family:'Helvetica W01 Bold';
	font-weight:normal;
}

.heading6{
	font-size:14px;
	color:#000000;
	font-family:'Helvetica W02 Roman';
	font-weight:normal;
}

.heading7{
	font-size:16px;
	color:#455560;
	font-family: 'Gotham A', 'Gotham B'; 
	font-weight: 800; 
	font-style: normal;
	text-transform: uppercase;
}

.heading8{
	font-size:42px;
	color:#6E8189;
	font-family: 'Gotham A', 'Gotham B'; 
	font-weight: 500; 
	font-style: normal;
}

.heading9{
	font-size:14px;
	color:#6E8189;
	font-family: 'Gotham A', 'Gotham B'; 
	font-weight: 400; 
	font-style: normal;	
}

a.textuallink1, a span.textuallink1{
	font-size:14px;
	font-family: 'Gotham A', 'Gotham B'; 
	font-weight: 700; 
	font-style: normal;
	text-transform:uppercase;
	color:#00afd8;	
}

a.textuallink2, a span.textuallink2 {
	font-size:12px;
	font-family: 'Gotham A', 'Gotham B'; 
	font-weight: 700; 
	font-style: normal;
	text-transform:uppercase;
	color:#00afd8;			
}

a.textuallink3, a span.textuallink3{
	font-size:20px;
	font-family: 'Gotham A', 'Gotham B'; 
	font-weight: 700; 
	font-style: normal;
	text-transform:uppercase;
	padding:6px 10px 6px 10px;
	background-color:#ffffff;		
	color:#00afd8;
}


a{
	color:#00AFD8;
	font-family: 'Gotham A', 'Gotham B'; 
	font-weight: 700; 
	font-style: normal;	
}

a.current{
	font-weight: normal; 
	font-style: normal;	
}

button, .button{
	font-family: 'Gotham A', 'Gotham B' !important; 
	font-weight: 700 !important; 
	font-style: normal !important;
}

.notransform, a.notransform {
	text-transform: none;
}

.form-details {
	margin-top:0px;
}

ul.accordion > li.active .content {
	background-color:#ecedef;
}

h4.orCall {
	color:#000000;
	font-size:18px;
}

#sidebar.orderSummary h5{
	color:#455560;
	font-size:16px;
	font-family: 'Gotham A', 'Gotham B'; 
	font-weight: 700; 
	font-style: normal;
}

#sidebar.orderSummary td{
	color:#000000;
	font-size:16px;
	font-family:'Helvetica W02 Roman';
	font-weight: normal; 
	font-style: normal;
}

#sidebar.orderSummary td.align-right{
	color:#000000;
	font-size:16px;
	font-family:'Helvetica W01 Bold';
	font-weight: normal;
}

.accordion-icon {
	height:30px;
	width:30px;
	background-position:0 -30px;
	position:absolute;
	top:8px;
	left:10px;
}

li.active .accordion-icon, li:hover .accordion-icon {
	background-position:0 0;
}


.icon-features{
	background-image:url(/images/overview_icon_features.png);
}

.icon-contact{
	background-image:url(/images/overview_icon_contact.png);
	margin-right:25px;
}

.icon-faq{
	background-image:url(/images/overview_icon_faq.png);
	margin-right:25px;
}


#currentAreaContainerFull .icon-contact, #currentAreaContainerMobile .icon-contact{
	background-image:none;
}

.icon-channels{
	background-image:url(/images/overview_icon_channels.png);
}

.icon-reviews{
	background-image:url(/images/overview_icon_reviews.png);
}

.accordion-icon + h5 {
	margin-left:30px !important;
}

  #search-input-li{
  	z-index:-1;
	width: 16px;
	margin-left: 17px;
}

  #search-input-li a{
	display: inline;
	position: absolute;
	right: 14px;
	z-index: 24;
	top:14px;
	background-image:url(/images/icon-magnifyingglass.png);
	background-repeat:no-repeat;
}




.content-overlay{
	background-color: rgba(132, 146, 156, 0.7);
	position:absolute;
	z-index:5;
	top:0;
	left:0;
	min-height: 100%;
	min-width:100%;;
}

div#currentArea .cta .header{
	margin-left:3px;
	margin-top:8px;
}

div#currentArea .cta .header + a{
	margin-left:4px;
	margin-top:8px;
}

#orderArea h2 {
font-size: 26px;
font-family: 'Gotham A', 'Gotham B';
font-weight: 700;
font-style: normal;
color: #fdb913;
margin-top: 40px;
margin-left: 14px;
margin-bottom: 0px;
}

#orderArea h3 {
	font-family: 'Gotham A', 'Gotham B'; font-weight: 400; font-style: normal;
}


#home-offer{
	position:relative;
	top:33px;
	left:17px;
}

.rowBG01.grid-header .search{
	display:none;
}

#topMenu #location ul{
	display:none;
}

#topMenu #location:hover  ul{
	display:block;
}

#topMenu #location ul li{
	display:block;
	background-color:#ffffff;
	padding:2px 10px 2px 10px;
}

#ppvDisclaimer {
	display:none;
}

.textHeader{
	background-color:#455560;
	width:100%;
	padding:6px 6px 6px 6px;
	margin-bottom:18px;
}

.textLinks{
	float:left;
	clear:both;
	display:block;
	text-decoration: underline;
}

.textLinksSmall{
	float:left;
	clear:both;
	display:block;
	margin-left:6px;
	font-weight:normal;
	text-decoration:underline;
	margin-top:4px;
}

.textLinks + .textLinksSmall{
	margin-top:5px;

}

.textLinks + p{
	float:left;
	clear:both;
	display:block;
}

.textLinksSmall + .textLinks {
	margin-top:12px;
}

.contactinformation{
	padding-bottom:24px;
}

#contactButton {
	float:right;
}

.sameLine label, .sameLine span{
	position:relative;
	top:8px;
}

.large-phone {
	font-size:18px;
	text-align:center;
}

.page-header-short + .rowBG01 {
	padding-top:36px;
}

.online-chat {
	margin-top: 24px;
	margin-bottom: 24px;
	border-top:1px solid gray;
	border-bottom:1px solid gray;
	padding-top:18px;
	padding-bottom:18px;
}

.row-business-home .border1{
	margin-left:0;
}

h4.clearnone {
	display:inline;
}

.clearnone {
	clear:none;
	display: inline;
}

.headshare {
	float: right;
	text-align: right;
	display: inline;
	clear: none;
	margin-top: 1px;
}
body.business-home #search-input-li{
	width:174px;
	margin-right:17px;
}

.row.business-home {
	margin-top:24px;
}

.row.business-home .columns{
	text-align:center;
}

.row.business-home .columns:last-child{
	float:left;
}



.row.business-home img{
	display:block;
	clear:both;	
	margin-bottom:12px;
	max-width:130px;
	margin-left:auto;
	margin-right:auto;
}

.row.business-home a{
	display:block;
	clear:both;	
	margin-bottom:14px;	
}

.businessHomeServices .heading4{
	font-size:20px;
}

.row.businessHomeServices {
	margin-top:14px;
}

.businessHomeServices .bgcontainer {
background-color: #cccccc;
margin-left: 18px;
margin-right: 4px;
padding-top: 12px;
padding-bottom: 12px;
}

.nopadding{
	padding-left:0;
	padding-right:0;
}

.businessHomeServices a{
	color:#00afd8;
	text-transform:uppercase;	
}

.contactinformation p {
	color:#222222;
	font-size:14px;
	line-height:14px;
}

table tbody td .chk:after {
content: "\2713";
}

table tbody td .chk {
font-family: Arial Unicode MS, Lucida Grande;
font-size: 28px;
font-weight: normal;
}

.oneGBNav h4{
	background-color:#72848c;
	padding:2px 4px 2px 4px;
	color:#ffffff;
}

.oneGBNav ul{
	list-style-type:none;
}

#marketSelectorReveal ul, #marketSelectorReveal li{
	width:100% !important;
}

.pageList {
	list-style-type: none;
	display:inline;	 
}

.pageList li{
	display:inline;	 
}

.accordion.faq li {
	list-style-type:none;
}

.accordion.faq h3 {
	margin-top:40px;
}

.accordion.faq p  {
	font-size:14px;
	color:#455560;
}

.accordion.faq p strong, .accordion.faq h4, .accordion.faq p.fexscreeun {
	font-family: 'Helvetica W01 Bold';
	font-size:16px;
	color:#455560;
	text-transform:uppercase;
	font-weight:normal;
}


.faqContent {
	display:none;
}

.expandCollapse li{
	cursor:pointer;	
	background: url(/images/arrow_close.png) no-repeat 0 7px;	
	padding-left:10px;
	margin-bottom:4px;
}


.expandCollapse li.liOpen {
	background: url(/images/arrow_open.png) no-repeat 0 7px;	
}

#mobileOrderDisclaimer {
	display:none;
}

#channelLists {
	height:760px;
	overflow:scroll;
}

.rowBG01 ul {
	margin-left:24px;
}

#channelWizardAnswerArea {
	display:none;
}

.channelWizPackageOptions {
	float:left;
	clear:both;
	margin-top:24px;
	width:100%;
	position:relative;
}

.channelWizPackageOptionLabel {
	float:left;
	margin-left:38px;
	width:90%;
}

.channelWizPlus {
	font-size: 20px;
	line-height: 10px;
	position:absolute;
	left:12px;
	top:2px;
	
}

.uniformcontainer{
	background-color:#e6edee;
	margin-bottom:24px;
}

.uniformcontainerOuter{
	padding-left:15px;
	padding-right:15px;
}

.uniformcontainer p{
	margin-top:13px;
	margin-left:17px;
}

.revealServiceItems {
	display:none;
}

#careers-iframe {
	display:block;
}

#careers-iframe-mobile {
	display:none;
}

#relatedContent {
border: 5px solid #ededed;
padding: 4px 14px 4px 14px;
}

#oneGBAvailability{
	padding-top:0px;
}

#oneGBAvailability .four.columns {
	padding-top:15px;
}

.dataloading p{
	margin-top:24px;
	margin-left:24px;
	font-size: 16px;
	color: #455560;
	font-family: 'Gotham A', 'Gotham B';
	font-weight: 400;
	font-style: normal;
}

.row.final-row{
	padding-bottom:24px;
}

.row.nomargin{
	margin-left:0;
	margin-right:0;
}

.fs68{
	font-size:68px;
}

.fs64{
	font-size:64px;
}

.fs38{
	font-size:38px;
}

.fs34{
	font-size:34px;
}

.fs26{
	font-size:26px;
}

.fs19{
	font-size:19px;
}

.fs18{
	font-size:18px;
}

.fs17{
	font-size:17px;
}

.fs16{
	font-size:16px;
}

.fs11{
	font-size:11px;
}

.mw350 {
	max-width:350px;
}

.vasuper {
	vertical-align:super;
}

.nobold{
	font-weight:normal;
}

.transupper {
	text-transform: uppercase;
}

.mobileOnly{
	display:none !important;
}

.top-bar.expanded .mobileOnly{
	display:block !important;
}

#compare-table{
	margin-top:-36px;
	float:left;
	clear:both;
}

.tplt-17 #compare-table{
	margin-top:10px;
	float:left;
	clear:both;
}


#compare-table.cols6 tr.table-headings th  {
	width: 16%;
}

#compare-table.cols6 tr.table-headings th:nth-child(1) {
	width: 20%;
}

.home-services-image {
	clear:both;
	float:left;
	width:100%;
}

#home-services-bundle {
	background-image:url(/images/services-stacked-bundle.png);
}

#home-services-tv {
	background-image:url(/images/services-stacked-tv.png);
}

#home-services-internet {
	background-image:url(/images/services-stacked-internet.png);
}

#home-services-phone {
	background-image:url(/images/services-stacked-phone.png);
}

[data-url]{
	cursor: pointer;
}

#home-row-banner {
	border-top:1px solid #82837f;
}

#home-row-products{
	padding-left:4% !important;
}

#home-row-products li.over div.heading2 {
	color:#00afd8;
}

.customer-care-help .services a {
	clear:both;
	display:block;
	margin-top:8px;
}

.customer-care-help .services .columns {
	text-align:center;
	padding-bottom:24px;
}

.customer-care-help .services .columns img{
	max-width:200px;
}

	#home-row-promo .left {
		background-image:url(/images/home-promo-gradient-left.jpg);
		background-size:cover;
		background-position:top right;
		height:100%;
		max-height:300px;
	}
	
	#home-row-promo .right {
		max-height:300px;
	}
	
	
	
#home-row-promo .right .container{
	z-index:2;
	position:absolute;
}

.fg-img{
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	width:100%;
}




#home-row-promo .line1{
	margin-top:24px;
}

#home-row-promo .line2{
	margin-top:6px;
}

#home-row-promo .line3{
	margin-top:18px;
	line-height:24px;
}

#home-row-promo .line4{
	margin-top:14px;
}

#home-row-promo .line4 .learnmore{
	margin-top:24px;
}

#home-row-promo .line4 .images{
	text-align:right;
}


#home-row-promo .twelve {
	background-image:url(/images/home-row-promo.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}
	



.cta.slick-slide:nth-child(2){
	position:relative;
	left:-54px !important;
}

.cta.slick-slide:nth-child(3){
	position:relative;
	left:-83px !important;
}

.cta.slick-slide:nth-child(4){
	position:relative;
	left:-113px !important;
}

.slick-slide {
	z-index:1;
}

.slick-cloned div{
	float:left !important;
	clear:none !important;
	display:none;
}

.mw50pct{
	max-width:50%;
}

.home-local-events-list .list-item{
	float:left;
	clear:both;
}

#home-local-events-list .list-item {
	margin-top:20px;
}

#home-local-events-list .list-item + .list-item{
	margin-top:15px;
}

.home-local-deal-left {
	display:block;
	width:90px;
	float:left;
}

#mainCallNow{
	color:#455560;
	float:right;
	font-size:16px;
	font-family: 'Gotham A', 'Gotham B'; font-weight: 400; font-style: normal;
	margin-right:20px;
}

#home-banner-container .line3{
	font-family: 'Gotham A', 'Gotham B'; font-weight: 700; font-style: normal;
}


.tplt-6 .post-header h4 {
	text-transform:none;
}

#site-search-mobile + a {
	position:relative;
}

#site-search-button-mobile{

}

#channelSelectorFilterButton {
	float:left;
	display:inline-block;
	clear:none;
}

#channelSelectorFilterButton i{
	color:#05ade9;
	font-size:32px;
	margin-right:12px;
}

#channelSelectorFilterButton i:hover{
	color:#da9b04;
}


@-moz-document url-prefix() { 

	#site-search-button-mobile {
		top:3px;
	}

}

.tplt-3 #channel-names {
	margin-top:14px;
	margin-bottom:0;
	margin-left:0;
}

.tplt-3 .table-headings-narrow .option{
	padding-top:14px;
	padding-bottom:14px;
	text-align:center;
}

p.comparebundle {
font-family: 'Gotham A', 'Gotham B'; font-weight: 500; font-style: normal;
font-size:12px;
margin-top:27px;
margin-bottom:20px;
text-transform: uppercase;
}

.prodland-hr {
	border-top:1px solid #c4c9cc;
	width:88.54%;
	height:1px;
	margin-left:auto;
	margin-right:auto;
}

.pricing + .prodland-hr {
	margin-top:15px;
}

.equalHt1 + .prodland-hr {
	margin-top:21px;
}

.compare-item .compare-buttons {
	margin-top:10px;
}

.smalltableheaderitems {
	width: 100%;
	overflow: hidden;
	text-align: center;
	position: relative;
	margin-bottom:0;
}

.smalltableheaderitems li {
list-style: none;
float: none;
padding: 2px 2px 2px 2px;
margin: 2px 2px 2px 2px;
display: inline-block;
}

.smalltableheaderitems li + li{
	margin-left:8px;
	vertical-align:top;
}

.smalltableheaderitems li .postpricing {
	margin-top:-14px;
	font-size:10px;
}

.smalltableheaderitems li .postpricing + .postpricing {
	margin-top:-3px;
}

#mainMenu.businessMainMenu .top-bar ul.left{
	margin-right:-200px;
}

.sisea-paging {
	margin-bottom:24px;
}

#contactUsSmallNoForm, #contactUsSmallNoForm  p {
	color: #45545f;
	font-family: 'Gotham A', 'Gotham B';
	font-weight: 500;
	font-size:14px;
}


#contactUsSmallNoForm .large-phone{
	font-size:34px;
}

#contactUsSmallNoForm .online-chat{
	text-align:center;
}

#bvFullPageContainer {
	margin-left:25px;
}

.channelAddon {
	float:right;
	position:relative;
	top:-18px;
}

.contentwell{
	padding-bottom:24px;
}

	.tplt-2 .accordion table td {
		position:relative;
	}
	
	.tplt-2 .accordion table input {
		position:absolute;
		left:0px;
		top:8px;
	}
	
	.tplt-2 .accordion table label {
		margin-left:12px;
		font-size:14px;
	}


.page-header-tall{
	background-image: url(/images/header-no-star.png);
	background-position: center right;
	background-repeat: no-repeat;
	background-color: #45545f;
	padding-top:36px;
	padding-bottom:24px;
	padding-right:56px;
}	


.header-container {
	float:left;
}

.header-container .header-image{
}

.page-header-tall .preheader{
	color:#fcb913;
	text-transform:uppercase;
	font-size:14px;
	font-family: 'Gotham A', 'Gotham B'; font-weight: 500; font-style: normal;	
	margin:0 0 10px 30px;
	padding:0;
}

.page-header-tall .postheader {
	color:#ffffff;
	margin:0 0 0 30px;
}

.vertalignmidHelper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

img.vertalignmid{
    vertical-align: middle;
}

.tplt-2 .content table {
	width:100%;
}

.suppressBGWide {
	background-image:none !important;
}

.productlandingHeaderImageSmall {
	display:none;
}

.productlandingHeaderImageWide {
	display:block;
}

.tplt-10 a[href^="mailto:"] {
	word-break:break-all;
}

	.wordwrap {
		word-break: break-all;
		max-width:120px;
		display:block;
	}
	
#download-pdf{
	width:100%;
	clear:both;
	float:right;
	margin-bottom:20px;
	margin-right:30px;
}

#download-pdf a{
	float:right;
}


.show-market-austin, .show-market-corpuschristi, .show-market-dallas, .show-market-midlandodessa, .show-market-sanantonio, .show-market-sanmarcos, .show-market-waco  {
	display:none;
}

body.market-austin .show-market-austin, body.market-corpuschristi .show-market-corpuschristi, body.market-dallas .show-market-dallas, body.market-midlandodessa .show-market-midlandodessa, body.market-sanantonio .show-market-sanantonio, body.market-sanmarcos .show-market-sanmarcos, body.market-waco .show-market-waco {
	display:block;
}

body.market-austin th.show-market-austin, body.market-corpuschristi th.show-market-corpuschristi, body.market-dallas th.show-market-dallas, body.market-midlandodessa th.show-market-midlandodessa, body.market-sanantonio th.show-market-sanantonio, body.market-sanmarcos th.show-market-sanmarcos, body.market-waco th.show-market-waco {
	display:table-cell;
}

body.market-austin td.show-market-austin, body.market-corpuschristi td.show-market-corpuschristi, body.market-dallas td.show-market-dallas, body.market-midlandodessa td.show-market-midlandodessa, body.market-sanantonio td.show-market-sanantonio, body.market-sanmarcos td.show-market-sanmarcos, body.market-waco td.show-market-waco {
	display:table-cell;
}


.hide-market-austin, .hide-market-corpuschristi, .hide-market-dallas, .hide-market-midlandodessa, .hide-market-sanantonio, .hide-market-sanmarcos, .hide-market-waco  {
	display:block;
}

th.hide-market-austin, th.hide-market-corpuschristi, th.hide-market-dallas, th.hide-market-midlandodessa, th.hide-market-sanantonio, th.hide-market-sanmarcos, th.hide-market-waco  {
	display:table-cell;
}

td.hide-market-austin, td.hide-market-corpuschristi, td.hide-market-dallas, td.hide-market-midlandodessa, td.hide-market-sanantonio, td.hide-market-sanmarcos, td.hide-market-waco  {
	display:table-cell;
}


body.market-austin li.show-market-austin, 
body.market-corpuschristi li.show-market-corpuschristi, 
body.market-dallas li.show-market-dallas, 
body.market-midlandodessa li.show-market-midlandodessa, 
body.market-sanantonio li.show-market-sanantonio, 
body.market-sanmarcos li.show-market-sanmarcos, 
body.market-waco li.show-market-waco 
{
	display:none;
}

li.hide-market-austin, li.hide-market-corpuschristi, li.hide-market-dallas, li.hide-market-midlandodessa, li.hide-market-sanantonio, li.hide-market-sanmarcos, li.hide-market-waco   {
	display:list-item;
}



body.market-austin .hide-market-austin, body.market-corpuschristi .hide-market-corpuschristi, body.market-dallas .hide-market-dallas, body.market-midlandodessa .hide-market-midlandodessa, body.market-sanantonio .hide-market-sanantonio, body.market-sanmarcos .hide-market-sanmarcos, body.market-waco .hide-market-waco {
	display:none !important;
}

body.market-austin .line-through-market-austin, body.market-sanmarcos .line-through-market-sanmarcos {
	text-decoration: line-through;
	color:#cc3026;
}

.post-line-through {
	clear:both;
	
}

.redli.lipad{
	padding-bottom:14px;
	padding-left:6px;
	padding-right:6px
}

.table-highlight{
	color:#cc3026;
	margin-top:6px;
}

.table-highlight strong{
	font-weight:bold;
}

body.market-austin .table-highlight{
	margin-top:24px;
}

body.market-austin .table-highlight.margin-0 {
	margin-top:0;
}

.font-black {
	color:#000000;
}

.tplt-5 .show-market-austin.small.button {
	display: inline-block;
	padding-top: 11px;
	padding-bottom: 11px;
}



.no-transform {
	text-transform:none;
}

body.market-austin .internet-serv-push {
	margin-top:32px;
}



.row-business-home {
	padding-right:6px;
}

.busnservice {
	padding:10px 6px 10px 6px;
}

.busnservice:hover {
	background-color:#6E8189;
}


.busnservice:hover p, .busnservice:hover .heading1C2{
	color:#ffffff;
}

.gridRow .columns:last-child {
	float:left;
}

.pricingHolderDyn {
	font-size:inherit;
	float:none;
	display:inline;
}



@media only screen and (max-width: 767px) {
  /* line 83, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_orbit.scss */
  .orbit.orbit-stack-on-small img.fluid-placeholder {
    visibility: visible;
  }

  /* line 86, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_orbit.scss */
  .orbit.orbit-stack-on-small .orbit-slide {
    position: static;
    margin-bottom: 10px;
  }
}
/* 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 9, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_reveal.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 11, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_reveal.scss */
.reveal-modal {
  background: #fff;
  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 12, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_reveal.scss */
.reveal-modal .close-reveal-modal:not(.button) {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: .5;
  position: absolute;
  top: 8px;
  right: 11px;
  color: #aaa;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.6);
  font-weight: bold;
  cursor: pointer;
}
/* line 23, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_reveal.scss */
.reveal-modal.small {
  width: 30%;
  margin-left: -15%;
}
/* line 24, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_reveal.scss */
.reveal-modal.medium {
  width: 40%;
  margin-left: -20%;
}
/* line 25, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_reveal.scss */
.reveal-modal.large {
  width: 60%;
  margin-left: -30%;
}
/* line 26, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_reveal.scss */
.reveal-modal.xlarge {
  width: 70%;
  margin-left: -35%;
}
/* line 27, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_reveal.scss */
.reveal-modal.expand {
  width: 90%;
  margin-left: -45%;
}
/* line 28, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_reveal.scss */
.reveal-modal .row {
  min-width: 0;
  margin-bottom: 10px;
}
/* line 29, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_reveal.scss */
.reveal-modal > :first-child {
  margin-top: 0;
}
/* line 30, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_reveal.scss */
.reveal-modal > :last-child {
  margin-bottom: 0;
}

@media print {
  /* line 33, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_reveal.scss */
  .reveal-modal {
    border: solid 1px #000;
    background: #fff;
  }
}
/* line 1, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_joyride.scss */
#joyRideTipContent {
  display: none;
}

/* Default styles for the container */
/* line 4, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_joyride.scss */
.joyride-tip-guide {
  display: none;
  position: absolute;
  background: black;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  width: 300px;
  z-index: 101;
  top: 0;
  left: 0;
  font-family: inherit;
  font-weight: normal;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

/* line 5, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_joyride.scss */
.joyride-content-wrapper {
  padding: 18px 20px 24px;
}

/* Add a little css triangle pip, older browser just miss out on the fanciness of it */
/* line 9, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_joyride.scss */
.joyride-tip-guide span.joyride-nub {
  display: block;
  position: absolute;
  left: 22px;
  width: 0;
  height: 0;
  border: solid 14px;
}
/* line 10, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_joyride.scss */
.joyride-tip-guide span.joyride-nub.top {
  border-color: black;
  border-color: rgba(0, 0, 0, 0.8);
  border-top-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  top: -28px;
  bottom: none;
}
/* line 11, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_joyride.scss */
.joyride-tip-guide span.joyride-nub.bottom {
  border-color: black;
  border-color: rgba(0, 0, 0, 0.8) !important;
  border-bottom-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  bottom: -28px;
  bottom: none;
}
/* line 12, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_joyride.scss */
.joyride-tip-guide span.joyride-nub.right {
  border-color: black;
  border-color: rgba(0, 0, 0, 0.8) !important;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  top: 22px;
  bottom: none;
  left: auto;
  right: -28px;
}
/* line 13, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_joyride.scss */
.joyride-tip-guide span.joyride-nub.left {
  border-color: black;
  border-color: rgba(0, 0, 0, 0.8) !important;
  border-top-color: transparent !important;
  border-left-color: transparent !important;
  border-bottom-color: transparent !important;
  top: 22px;
  left: -28px;
  right: auto;
  bottom: none;
}

/* Typography */
/* line 23, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_joyride.scss */
.joyride-tip-guide h1,
.joyride-tip-guide h2,
.joyride-tip-guide h3,
.joyride-tip-guide h4,
.joyride-tip-guide h5,
.joyride-tip-guide h6 {
  line-height: 1.25;
  margin: 0;
  font-weight: bold;
  color: white;
}

/* line 24, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_joyride.scss */
.joyride-tip-guide p {
  margin: 0 0 18px 0;
  font-size: 14px;
  line-height: 1.3;
}

/* line 26, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_joyride.scss */
.joyride-timer-indicator-wrap {
  width: 50px;
  height: 3px;
  border: solid 1px #555555;
  position: absolute;
  right: 17px;
  bottom: 16px;
}

/* line 27, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_joyride.scss */
.joyride-timer-indicator {
  display: block;
  width: 0;
  height: inherit;
  background: #666666;
}

/* line 29, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_joyride.scss */
.joyride-close-tip {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #777777 !important;
  text-decoration: none;
  font-size: 20px;
  font-weight: normal;
  line-height: .5 !important;
}
/* line 30, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_joyride.scss */
.joyride-close-tip:hover, .joyride-close-tip:focus {
  color: #eee !important;
}

/* line 33, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_joyride.scss */
.joyride-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: transparent;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: none;
  top: 0;
  left: 0;
  cursor: pointer;
}

/* line 4, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_clearing.scss */
.clearing-blackout {
  background: black;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}
/* line 5, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_clearing.scss */
.clearing-blackout .clearing-close {
  display: block;
}

/* line 8, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_clearing.scss */
.clearing-container {
  position: relative;
  z-index: 999;
  height: 100%;
  overflow: hidden;
}

/* line 10, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_clearing.scss */
.visible-img {
  height: 75%;
  position: relative;
}
/* line 11, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_clearing.scss */
.visible-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -50%;
  max-height: 100%;
  max-width: 100%;
}
/* line 12, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_clearing.scss */
.visible-img .clearing-caption {
  color: white;
  margin-bottom: 0;
  text-align: center;
  position: absolute;
  bottom: 0;
  background: black;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  padding: 10px 100px;
}

/* line 15, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_clearing.scss */
.clearing-close {
  z-index: 999;
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 30px;
  line-height: 1;
  color: white;
  display: none;
}
/* line 16, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_clearing.scss */
.clearing-close:hover, .clearing-close:focus {
  color: #ccc;
}

/* line 18, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_clearing.scss */
.clearing-main-left, .clearing-main-right {
  position: absolute;
  top: 50%;
  margin-top: -16px;
}

/* line 19, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_clearing.scss */
.clearing-main-left.disabled, .clearing-main-right.disabled {
  opacity: 0.5;
}

/* line 20, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_clearing.scss */
.clearing-main-left:active, .clearing-main-right:active {
  margin-top: -15px;
}

/* line 21, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_clearing.scss */
.clearing-main-left {
  left: 10px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 16px;
  border-color: transparent white transparent transparent;
}

/* line 22, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_clearing.scss */
.clearing-main-right {
  right: 10px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 16px;
  border-color: transparent transparent transparent white;
}

/* line 24, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_clearing.scss */
ul[data-clearing].block-grid.three-up > li:nth-child(3n+1) {
  clear: none;
}

/* line 26, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_clearing.scss */
ul[data-clearing] li {
  cursor: pointer;
  display: block;
}
/* line 27, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_clearing.scss */
ul[data-clearing] li.clearing-feature ~ li {
  display: none;
}

/* line 31, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_clearing.scss */
.clearing-assembled .clearing-container .carousel {
  background: black;
  background: rgba(0, 0, 0, 0.75);
  height: 150px;
  margin-top: 5px;
}
/* line 32, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_clearing.scss */
.clearing-assembled .clearing-container .visible-img {
  background: black;
  background: rgba(0, 0, 0, 0.75);
  overflow: hidden;
}
/* line 33, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_clearing.scss */
.clearing-assembled .clearing-container ul[data-clearing] {
  z-index: 999;
  width: 200%;
  height: 100%;
  margin-left: 0;
  position: relative;
  left: 0;
}
/* line 34, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_clearing.scss */
.clearing-assembled .clearing-container ul[data-clearing] li {
  display: block;
  width: 175px;
  height: inherit;
  padding: 0;
  float: left;
  overflow: hidden;
  background: #222;
  margin-right: 1px;
  position: relative;
}
/* line 36, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_clearing.scss */
.clearing-assembled .clearing-container ul[data-clearing] li.fix-height img {
  min-height: 100%;
  height: 100%;
  max-width: none;
}
/* line 38, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_clearing.scss */
.clearing-assembled .clearing-container ul[data-clearing] li img {
  cursor: pointer !important;
  min-width: 100% !important;
}
/* line 39, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_clearing.scss */
.clearing-assembled .clearing-container ul[data-clearing] li.visible {
  border-top: 4px solid white;
}

/* Overrides clear:both; when using block-grid with Clearing. Also overrided .th styling when Clearing is open */
/* line 45, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_clearing.scss */
ul.block-grid[data-clearing] {
  overflow: visible;
}

/* line 51, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_clearing.scss */
.clearing-blackout ul.block-grid[data-clearing].two-up > li:nth-child(2n+1) {
  clear: none;
}
/* line 51, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_clearing.scss */
.clearing-blackout ul.block-grid[data-clearing].three-up > li:nth-child(3n+1) {
  clear: none;
}
/* line 51, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_clearing.scss */
.clearing-blackout ul.block-grid[data-clearing].four-up > li:nth-child(4n+1) {
  clear: none;
}
/* line 51, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_clearing.scss */
.clearing-blackout ul.block-grid[data-clearing].five-up > li:nth-child(5n+1) {
  clear: none;
}
/* line 51, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_clearing.scss */
.clearing-blackout ul.block-grid[data-clearing].six-up > li:nth-child(6n+1) {
  clear: none;
}
/* line 51, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_clearing.scss */
.clearing-blackout ul.block-grid[data-clearing].seven-up > li:nth-child(7n+1) {
  clear: none;
}
/* line 51, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_clearing.scss */
.clearing-blackout ul.block-grid[data-clearing].eight-up > li:nth-child(8n+1) {
  clear: none;
}
/* line 51, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_clearing.scss */
.clearing-blackout ul.block-grid[data-clearing].nine-up > li:nth-child(9n+1) {
  clear: none;
}
/* line 51, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_clearing.scss */
.clearing-blackout ul.block-grid[data-clearing].ten-up > li:nth-child(10n+1) {
  clear: none;
}
/* line 51, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_clearing.scss */
.clearing-blackout ul.block-grid[data-clearing].eleven-up > li:nth-child(11n+1) {
  clear: none;
}
/* line 51, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_clearing.scss */
.clearing-blackout ul.block-grid[data-clearing].twelve-up > li:nth-child(12n+1) {
  clear: none;
}
/* line 56, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_clearing.scss */
.clearing-blackout .th img {
  border: none;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
/* line 58, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_clearing.scss */
.clearing-blackout:hover img, .clearing-blackout:focus img {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

/* Tabs ---------------------- */
/* line 3, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_tabs.scss */
.tabs {
  list-style: none;
  border-bottom: solid 1px #e6e6e6;
  display: block;
  height: 40px;
  padding: 0;
  margin-bottom: 20px;
}
/* line 4, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_tabs.scss */
.tabs.contained {
  margin-bottom: 0;
  margin-left: 0;
}
/* line 6, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_tabs.scss */
.tabs dt, .tabs li.section-title {
  color: #b3b3b3;
  cursor: default;
  display: block;
  float: left;
  font-size: 12px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  padding-right: 9px;
  padding-left: 20px;
  font-weight: normal;
  width: auto;
  text-transform: uppercase;
}
/* line 7, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_tabs.scss */
.tabs dt:first-child, .tabs li.section-title:first-child {
  padding: 0;
  padding-right: 9px;
}
/* line 10, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_tabs.scss */
.tabs dd, .tabs li {
  display: block;
  float: left;
  padding: 0;
  margin: 0;
}
/* line 11, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_tabs.scss */
.tabs dd a, .tabs li a {
  color: #6f6f6f;
  display: block;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding: 0px 23.8px;
}
/* line 12, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_tabs.scss */
.tabs dd a:focus, .tabs li a:focus {
  font-weight: bold;
  color: #fbb716;
}
/* line 14, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_tabs.scss */
.tabs dd.active, .tabs li.active {
  border-top: 3px solid #fbb716;
  margin-top: -3px;
}
/* line 15, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_tabs.scss */
.tabs dd.active a, .tabs li.active a {
  cursor: default;
  color: #3c3c3c;
  background: #fff;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  font-weight: bold;
}
/* line 17, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_tabs.scss */
.tabs dd:first-child, .tabs li:first-child {
  margin-left: 0;
}
/* line 20, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_tabs.scss */
.tabs.vertical {
  height: auto;
  border-bottom: 1px solid #e6e6e6;
}
/* line 21, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_tabs.scss */
.tabs.vertical dt, .tabs.vertical dd, .tabs.vertical li {
  float: none;
  height: auto;
}
/* line 23, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_tabs.scss */
.tabs.vertical dd, .tabs.vertical li {
  border-left: 3px solid #cccccc;
}
/* line 24, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_tabs.scss */
.tabs.vertical dd a, .tabs.vertical li 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 26, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_tabs.scss */
.tabs.vertical dd.active, .tabs.vertical li.active {
  margin-top: 0;
  border-top: 1px solid #4d4d4d;
  border-left: 4px solid #1a1a1a;
}
/* line 27, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_tabs.scss */
.tabs.vertical dd.active a, .tabs.vertical li.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 29, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_tabs.scss */
.tabs.vertical dd:first-child a.active, .tabs.vertical li:first-child a.active {
  margin: 0;
}
/* line 33, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_tabs.scss */
.tabs.pill {
  border-bottom: none;
  margin-bottom: 10px;
}
/* line 34, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_tabs.scss */
.tabs.pill dd, .tabs.pill li {
  margin-right: 10px;
}
/* line 35, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_tabs.scss */
.tabs.pill dd:last-child, .tabs.pill li:last-child {
  margin-right: 0;
}
/* line 36, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_tabs.scss */
.tabs.pill dd a, .tabs.pill li 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 38, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_tabs.scss */
.tabs.pill dd.active, .tabs.pill li.active {
  border: none;
  margin-top: 0;
}
/* line 39, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_tabs.scss */
.tabs.pill dd.active a, .tabs.pill li.active a {
  background-color: #fbb716;
  border: none;
  color: #fff;
}
/* line 42, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_tabs.scss */
.tabs.pill.contained {
  border-bottom: solid 1px #eee;
  margin-bottom: 0;
}
/* line 44, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_tabs.scss */
.tabs.pill.two-up dd, .tabs.pill.two-up li, .tabs.pill.three-up dd, .tabs.pill.three-up li, .tabs.pill.four-up dd, .tabs.pill.four-up li, .tabs.pill.five-up dd, .tabs.pill.five-up li {
  margin-right: 0;
}
/* line 49, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_tabs.scss */
.tabs.two-up dt a, .tabs.two-up dd a, .tabs.two-up li a, .tabs.three-up dt a, .tabs.three-up dd a, .tabs.three-up li a, .tabs.four-up dt a, .tabs.four-up dd a, .tabs.four-up li a, .tabs.five-up dt a, .tabs.five-up dd a, .tabs.five-up li a {
  padding: 0 17px;
  text-align: center;
  overflow: hidden;
}
/* line 51, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_tabs.scss */
.tabs.two-up dt, .tabs.two-up dd, .tabs.two-up li {
  width: 50%;
}
/* line 52, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_tabs.scss */
.tabs.three-up dt, .tabs.three-up dd, .tabs.three-up li {
  width: 33.33%;
}
/* line 53, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_tabs.scss */
.tabs.four-up dt, .tabs.four-up dd, .tabs.four-up li {
  width: 25%;
}
/* line 54, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_tabs.scss */
.tabs.five-up dt, .tabs.five-up dd, .tabs.five-up li {
  width: 20%;
}

/* line 57, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_tabs.scss */
ul.tabs-content {
  display: block;
  margin: 0 0 20px;
  padding: 0;
}
/* line 58, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_tabs.scss */
ul.tabs-content > li {
  display: none;
}
/* line 59, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_tabs.scss */
ul.tabs-content > li.active {
  display: block;
}
/* line 61, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_tabs.scss */
ul.tabs-content.contained {
  padding: 0;
}
/* line 62, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_tabs.scss */
ul.tabs-content.contained > li {
  border: solid 0 #e6e6e6;
  border-width: 0 1px 1px 1px;
  padding: 20px;
}
/* line 63, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_tabs.scss */
ul.tabs-content.contained.vertical > li {
  border-width: 1px 1px 1px 1px;
}

/* line 67, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_tabs.scss */
.no-js ul.tabs-content > li {
  display: block;
}

/* Table of Contents

:: Visibility
:: Alerts
:: Labels
:: Tooltips
:: Panels
:: Accordion
:: Side Nav
:: Sub Nav
:: Pagination
:: Breadcrumbs
:: Lists
:: Inline/Link Lists
:: Keystroke Chars
:: Image Thumbnails
:: Video
:: Tables
:: Microformats
:: Progress Bars
:: Pricing Tables

*/
/* Alerts ---------------------- */
/* line 27, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
div.alert-box {
  display: block;
  padding: 6px 7px 7px;
  font-weight: bold;
  font-size: 14px;
  color: white;
  background-color: #fbb716;
  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 29, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
div.alert-box.success {
  background-color: #5da423;
  color: #fff;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
}
/* line 30, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
div.alert-box.alert {
  background-color: #c60f13;
  color: #fff;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
}
/* line 31, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
div.alert-box.secondary {
  background-color: #455560;
  color: black;
  text-shadow: 0 1px rgba(255, 255, 255, 0.3);
}
/* line 33, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
div.alert-box a.close {
  color: #333;
  position: absolute;
  right: 4px;
  top: -1px;
  font-size: 17px;
  opacity: 0.2;
  padding: 4px;
}
/* line 34, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
div.alert-box a.close:hover, div.alert-box a.close:focus {
  opacity: 0.4;
}

/* Labels ---------------------- */
/* line 41, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.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: #fbb716;
}
/* line 43, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
.label.radius {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 44, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.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 46, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
.label.alert {
  background-color: #c60f13;
}
/* line 47, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
.label.success {
  background-color: #5da423;
}
/* line 48, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
.label.secondary {
  background-color: #455560;
  color: black;
}

/* Tooltips ---------------------- */
/* line 54, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
.has-tip {
  border-bottom: dotted 1px #cccccc;
  cursor: help;
  font-weight: bold;
  color: #333333;
}
/* line 56, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
.has-tip:hover, .has-tip:focus {
  border-bottom: dotted 1px #a87703;
  color: #fbb716;
}
/* line 57, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
.has-tip.tip-left, .has-tip.tip-right {
  float: none !important;
}

/* line 61, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
.tooltip {
  display: none;
  background: black;
  background: rgba(0, 0, 0, 0.85);
  position: absolute;
  color: white;
  font-weight: bold;
  font-size: 12px;
  padding: 5px;
  z-index: 999;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  line-height: normal;
}
/* line 63, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.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.85) transparent;
  position: absolute;
  top: -10px;
  left: 10px;
}
/* line 64, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
.tooltip.tip-override > .nub {
  border-color: transparent transparent black transparent !important;
  border-color: transparent transparent rgba(0, 0, 0, 0.85) transparent !important;
  top: -10px !important;
}
/* line 65, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
.tooltip.tip-top > .nub, .tooltip.tip-centered-top > .nub {
  border-color: black transparent transparent transparent;
  border-color: rgba(0, 0, 0, 0.85) transparent transparent transparent;
  top: auto;
  bottom: -10px;
}
/* line 67, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
.tooltip.tip-left, .tooltip.tip-right {
  float: none !important;
}
/* line 69, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
.tooltip.tip-left > .nub {
  border-color: transparent transparent transparent black;
  border-color: transparent transparent transparent rgba(0, 0, 0, 0.85);
  right: -10px;
  left: auto;
}
/* line 70, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
.tooltip.tip-right > .nub {
  border-color: transparent black transparent transparent;
  border-color: transparent rgba(0, 0, 0, 0.85) transparent transparent;
  right: auto;
  left: -10px;
}
/* line 72, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
.tooltip.noradius {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
/* line 73, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
.tooltip.opened {
  color: #fbb716 !important;
  border-bottom: dotted 1px #a87703 !important;
}

/* line 77, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
.tap-to-close {
  display: block;
  font-size: 10px;
  font-size: 1rem;
  color: #888888;
  font-weight: normal;
}

/* Panels ---------------------- */
/* line 81, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
.panel {
  background: #f2f2f2;
  border: solid 1px #e6e6e6;
  margin: 0 0 22px 0;
  padding: 20px;
}
/* line 83, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
.panel > :first-child {
  margin-top: 0;
}
/* line 84, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
.panel > :last-child {
  margin-bottom: 0;
}
/* line 86, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
.panel.callout {
  background: #fbb716;
  color: #fff;
  border-color: #da9b04;
  -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 87, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
.panel.callout a {
  color: #fff;
}
/* line 88, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
.panel.callout .button {
  background: white;
  border: none;
  color: #fbb716;
  text-shadow: none;
}
/* line 90, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
.panel.callout .button:hover, .panel.callout .button:focus {
  background: rgba(255, 255, 255, 0.8);
}
/* line 94, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
.panel.radius {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

/* Accordion ---------------------- */
/* line 100, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
ul.accordion {
  margin: 0 0 22px 0;
  border-bottom: 1px solid #455560;
}
/* line 102, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
ul.accordion > li {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 0;
}

ul.accordion > li li {
  list-style: disc;
  color:#45545f;
  font-family: 'Gotham A', 'Gotham B'; font-weight: 500; font-style: normal;
}

/* line 104, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
ul.accordion > li > div.title {
  cursor: pointer;

  padding: 15px;
  margin: 0;
  position: relative;
  border-left: 1px solid #455560;
  border-right: 1px solid #455560;
  -webkit-transition: 0.15s background linear;
  -moz-transition: 0.15s background linear;
  -o-transition: 0.15s background linear;
  transition: 0.15s background linear;
  
	background-image:url(/images/accordion-bg.png);
	background-repeat:repeat-x;
	max-height: 51px;  
	height:51px;
}


/* line 106, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
ul.accordion > li > div.title h1, ul.accordion > li > div.title h2, ul.accordion > li > div.title h3, ul.accordion > li > div.title h4, ul.accordion > li > div.title h5 {
  margin: 0;
}
/* line 107, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
ul.accordion > li > div.title:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 6px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  right: 15px;
  top: 21px;
}
/* line 110, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
ul.accordion > li .content {
  display: none;
  padding: 15px;
}
/* line 112, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
ul.accordion > li.active {
	border-top:0
}
/* line 114, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
ul.accordion > li.active .title, ul.accordion > li:hover .title  {

	background-image:url(/images/accordion-active-bg.png) !important; 
  	padding-top: 16px;
}
/* line 116, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
ul.accordion > li.active .title:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 6px;
  border-color: transparent transparent #fcb813 transparent;
}
/* line 118, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
ul.accordion > li.active .content {
  display: block;
  border-left: 1px solid #455560;
  border-right: 1px solid #455560;
}

/* Side Nav ---------------------- */
/* line 127, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
ul.side-nav {
  display: block;
  list-style: none;
  margin: 0;
  padding: 17px 0;
}
/* line 129, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
ul.side-nav li {
  display: block;
  list-style: none;
  margin: 0 0 7px 0;
}
/* line 131, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
ul.side-nav li a {
  display: block;
}
/* line 132, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
ul.side-nav li.active a {
  color: #4d4d4d;
  font-weight: bold;
}
/* line 133, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.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 139, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
dl.sub-nav {
  display: block;
  width: auto;
  overflow: hidden;
  margin: -4px 0 18px;
  margin-right: 0;
  margin-left: -9px;
  padding-top: 4px;
}
/* line 141, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
dl.sub-nav dt, dl.sub-nav dd {
  float: left;
  display: inline;
  margin-left: 9px;
  margin-bottom: 10px;
}
/* line 142, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
dl.sub-nav dt {
  color: #999;
  font-weight: normal;
}
/* line 143, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.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 144, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
dl.sub-nav dd.active a {
  font-weight: bold;
  background: #fbb716;
  color: #fff;
  padding: 3px 9px;
  cursor: default;
}

/* Pagination ---------------------- */
/* line 150, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
ul.pagination {
  display: block;
  height: 24px;
  margin-left: -5px;
}
/* line 152, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
ul.pagination li {
  float: left;
  display: block;
  height: 24px;
  color: #999;
  font-size: 14px;
  margin-left: 5px;
}
/* line 154, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
ul.pagination li a {
  display: block;
  padding: 1px 7px 1px;
  color: #555;
}
/* line 155, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
ul.pagination li:hover a, ul.pagination li a:focus {
  background: #e6e6e6;
}
/* line 156, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
ul.pagination li.unavailable a {
  cursor: default;
  color: #999;
}
/* line 157, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus {
  background: transparent;
}
/* line 158, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
ul.pagination li.current a {
  background: #fbb716;
  color: white;
  font-weight: bold;
  cursor: default;
}
/* line 159, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
ul.pagination li.current a:hover, ul.pagination li.current a:focus {
  background: #fbb716;
}

/* line 165, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
div.pagination-centered {
  text-align: center;
}
/* line 167, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
div.pagination-centered ul > li {
  float: none;
  display: inline-block;
}

/* Breadcrums ---------------------- */
/* line 172, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
ul.breadcrumbs {
  display: block;
  background: #50636f;
  padding: 6px 10px 7px;
  border: 1px solid #455560;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  overflow: hidden;
  margin-left: 0;
}
/* line 174, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
ul.breadcrumbs li {
  margin: 0;
  padding: 0 12px 0 0;
  float: left;
  list-style: none;
}
/* line 176, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
ul.breadcrumbs li a, ul.breadcrumbs li span {
  text-transform: uppercase;
  font-size: 11px;
  font-size: 1.1rem;
  padding-left: 12px;
}
/* line 177, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
ul.breadcrumbs li:first-child a, ul.breadcrumbs li:first-child span {
  padding-left: 0;
}
/* line 180, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
ul.breadcrumbs li:before {
  content: "/";
  color: #aaa;
}
/* line 181, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
ul.breadcrumbs li:first-child:before {
  content: " ";
}
/* line 182, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
ul.breadcrumbs li.current a {
  cursor: default;
  color: #333;
}
/* line 183, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
ul.breadcrumbs li:hover a, ul.breadcrumbs li a:focus {
  text-decoration: underline;
}
/* line 184, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
ul.breadcrumbs li.current:hover a, ul.breadcrumbs li.current a:focus {
  text-decoration: none;
}
/* line 186, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
ul.breadcrumbs li.unavailable a {
  color: #999;
}
/* line 187, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
ul.breadcrumbs li.unavailable:hover a, ul.breadcrumbs li.unavailable a:focus {
  text-decoration: none;
  color: #999;
  cursor: default;
}

/* Inline Link List */
/* line 193, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
ul.inline-list, ul.link-list {
  margin: 0 0 17px -22px;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
/* line 195, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
ul.inline-list > li, ul.link-list > li {
  list-style: none;
  float: left;
  margin-left: 22px;
  display: block;
}
/* line 197, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
ul.inline-list > li > *, ul.link-list > li > * {
  display: block;
}

/* Keytroke Characters ---------------------- */
/* line 203, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.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;
}

/* Image Thumbnails ---------------------- */
/* line 206, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
.th {
  display: block;
}
/* line 207, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
.th img {
  display: block;
  border: solid 4px #fff;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition-property: box-shadow;
  -moz-transition-property: box-shadow;
  -o-transition-property: box-shadow;
  transition-property: box-shadow;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
}
/* line 209, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
.th:hover img, .th:focus img {
  -webkit-box-shadow: 0 0 6px 1px rgba(251, 183, 22, 0.5);
  -moz-box-shadow: 0 0 6px 1px rgba(251, 183, 22, 0.5);
  box-shadow: 0 0 6px 1px rgba(251, 183, 22, 0.5);
}

/* Video - Mad props to http://www.alistapart.com/articles/creating-intrinsic-ratios-for-video/ ---------------------- */
/* line 215, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
.flex-video {
  position: relative;
  padding-top: 25px;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 16px;
  overflow: hidden;
}
/* line 223, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
.flex-video.widescreen {
  padding-bottom: 57.25%;
}
/* line 224, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
.flex-video.vimeo {
  padding-top: 0;
}
/* line 226, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
.flex-video iframe, .flex-video object, .flex-video embed, .flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Tables ---------------------- */
/* line 232, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
table {
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  margin: 0 0 18px;
  border: 1px solid #ddd;
}

div.form-details table  {
  background-color: transparent;
}

div.form-details table tr + tr{
 	border-top:1px solid #c7ccd0;
}

div.form-details table tr td, div.form-details table tr td label, div.form-details table tr td span{
 	color:#000000;
}

.accordion li.active div.content {
	background-image:url(/images/accordion-bg2.png);
	background-repeat:repeat-x;
	background-position: top center;
}

.row.full-width.accordion-row {
	padding-top:44px;
}




/* line 234, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
table thead, table tfoot {
  background: #f5f5f5;
}

/* line 239, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
table thead tr th,
table tfoot tr th,
table tbody tr td,
table tr td,
table tfoot tr td {
  display: table-cell;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
}

/* line 241, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
table thead tr th,
table tfoot tr td {
  padding: 8px 10px 9px;
  font-size: 14px;
  font-weight: bold;
  color: #222;
}

/* line 242, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
table thead tr th:first-child, table tfoot tr td:first-child {
  border-left: none;
}

/* line 243, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
table thead tr th:last-child, table tfoot tr td:last-child {
  border-right: none;
}

/* line 246, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
table tbody tr.even,
table tbody tr.alt {
  background: #f9f9f9;
}

/* line 247, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
table tbody tr:nth-child(even) {
  background: #f9f9f9;
}

/* line 248, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
table tbody tr td {
  color: #333;
  padding: 9px 10px;
  vertical-align: top;
  border: none;
  border-spacing:0;
}

/* Microformats ---------------------- */
/* line 252, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
ul.vcard {
  display: inline-block;
  margin: 0 0 12px 0;
  border: 1px solid #ddd;
  padding: 10px;
}
/* line 254, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
ul.vcard li {
  margin: 0;
  display: block;
}
/* line 255, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
ul.vcard li.fn {
  font-weight: bold;
  font-size: 15px;
}

/* line 260, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
p.vevent span.summary {
  font-weight: bold;
}
/* line 261, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
p.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 1px;
}

/* Progress Bar ---------------------- */
/* line 266, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
div.progress {
  padding: 2px;
  margin-bottom: 10px;
  border: 1px solid #cccccc;
  height: 25px;
  /* meter */
  /* border radii */
}
/* line 269, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
div.progress .meter {
  background: #fbb716;
  height: 100%;
  display: block;
  width: 50%;
}
/* line 270, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
div.progress.secondary .meter {
  background: #455560;
}
/* line 271, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
div.progress.success .meter {
  background: #5da423;
}
/* line 272, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
div.progress.alert .meter {
  background: #c60f13;
}
/* line 275, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
div.progress.radius {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 276, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
div.progress.radius .meter {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
/* line 278, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
div.progress.round {
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  -ms-border-radius: 1000px;
  -o-border-radius: 1000px;
  border-radius: 1000px;
}
/* line 279, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
div.progress.round .meter {
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  -ms-border-radius: 1000px;
  -o-border-radius: 1000px;
  border-radius: 1000px;
}

/* Pricing Tables ---------------------- */
/* line 285, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
.pricing-table {
  border: solid 1px #dddddd;
  margin-left: 0;
  margin-bottom: 20px;
}
/* line 286, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
.pricing-table * {
  list-style: none;
  line-height: 1;
}
/* line 287, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
.pricing-table .title {
  background-color: #dddddd;
  padding: 15px 20px;
  text-align: center;
  color: #333333;
  font-weight: bold;
  font-size: 16px;
}
/* line 288, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
.pricing-table .price {
  background-color: #eeeeee;
  padding: 15px 20px;
  text-align: center;
  color: #333333;
  font-weight: normal;
  font-size: 20px;
}
/* line 289, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
.pricing-table .description {
  background-color: white;
  padding: 15px;
  text-align: center;
  color: #777777;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  border-bottom: dotted 1px #dddddd;
}
/* line 290, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
.pricing-table .bullet-item {
  background-color: white;
  padding: 15px;
  text-align: center;
  color: #333333;
  font-size: 14px;
  font-weight: normal;
  border-bottom: dotted 1px #dddddd;
}
/* line 291, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
.pricing-table .cta-button {
  background-color: whitesmoke;
  text-align: center;
  padding: 20px;
}

/* Visibility Classes ---------------------- */
/*                                           */
/* Standard (large) display targeting */
/* line 10, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
.show-for-small,
.show-for-medium,
.show-for-medium-down,
.hide-for-medium,
.hide-for-medium-up,
.hide-for-large,
.hide-for-large-up,
.show-for-xlarge,
.show-for-print {
  display: none !important;
}

/* line 18, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
.hide-for-small,
.hide-for-medium,
.hide-for-medium-down,
.show-for-large,
.show-for-large-up,
.hide-for-xlarge,
.hide-for-print {
  display: inherit !important;
}

/* Very large display targeting */
@media only screen and (min-width: 1441px) {
  /* line 27, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .hide-for-small,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-large,
  .show-for-large-up,
  .show-for-xlarge {
    display: inherit !important;
  }

  /* line 34, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.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 44, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .hide-for-small,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-medium-up,  
  .hide-for-large,
  .hide-for-large-up,
  .hide-for-xlarge {
    display: inherit !important;
  }

  /* line 51, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.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 61, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .show-for-small,
  .hide-for-medium,
  .show-for-medium-down,
  .hide-for-large,
  .hide-for-large-up,
  .hide-for-xlarge {
    display: inherit !important;
  }

  /* line 68, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .hide-for-small,
  .show-for-medium,
  .hide-for-medium-down,
  .show-for-medium-up,  
  .show-for-large,
  .show-for-large-up,
  .show-for-xlarge {
    display: none !important;
  }
}
/* Orientation targeting */
/* line 73, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

/* line 75, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

@media screen and (orientation: landscape) {
  /* line 79, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important;
  }

  /* line 81, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  /* line 86, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important;
  }

  /* line 88, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }
}
/* Touch-enabled device targeting */
/* line 92, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
.show-for-touch {
  display: none !important;
}

/* line 93, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
.hide-for-touch {
  display: inherit !important;
}

/* line 94, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
.touch .show-for-touch {
  display: inherit !important;
}

/* line 95, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
.touch .hide-for-touch {
  display: none !important;
}

/* Specific overrides for elements that require something other than display: block */
/* line 102, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.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 108, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.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 115, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  table.hide-for-xlarge,
  table.hide-for-large,
  table.hide-for-medium,
  table.show-for-small {
    display: table !important;
  }
}
/* 1280 tablet ------------ */
@media only screen and (max-device-width: 1280px) {
  /* NavBar --- */
  /*            */
  /* line 124, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .touch .nav-bar li.has-flyout > a {
    padding-right: 36px !important;
  }
}
/* Covering almost all ----- */
@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 130, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .flex-video {
    padding-top: 0;
  }
}
/* Between Medium and Small */
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  /* NavBar --- */
  /*            */
  /* line 139, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .touch .nav-bar li a {
    font-size: 13px;
  }
  /* line 141, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .touch .nav-bar li.has-flyout > a.flyout-toggle {
    padding: 20px !important;
  }
  /* line 142, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .touch .nav-bar li.has-flyout > a {
    padding-right: 36px !important;
  }

  /* Clearing --- */
  /*              */
  /* line 148, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .clearing-main-right, .clearing-main-left {
    height: 100%;
    width: 40px;
    top: 0;
    border: none;
  }
  /* line 153, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .clearing-main-right:before, .clearing-main-left:before {
    position: absolute;
    top: 50%;
  }

  /* line 155, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .clearing-main-left {
    left: 0;
  }
  /* line 157, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .clearing-main-left:before {
    left: 5px;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 16px;
    border-color: transparent white transparent transparent;
  }

  /* line 159, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .clearing-main-right {
    height: 100%;
    right: 0;
  }
  /* line 162, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .clearing-main-right:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 16px;
    border-color: transparent transparent transparent white;
  }
}
/* Small Devices ------------ */
@media only screen and (max-width: 767px) {
  /* Global Misc --- */
  /*                 */
  /* line 172, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .left, .right {
    float: none;
  }

  /* line 173, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.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;
  }

  /* The Grid --- */
  /*              */
  /* line 177, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .row {
    width: auto;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
  }

  /* line 178, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .column:not(.slick-slide), .columns:not(.slick-slide) {
    width: auto !important;
    float: none;
  }

  /* line 179, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .column:last-child, .columns:last-child {
    float: none;
  }

  /* line 180, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  [class*="column"] + [class*="column"]:last-child {
    float: none;
  }

  /* line 181, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .column:before, .columns:before, .column:after, .columns:after {
    content: "";
    display: table;
  }

  /* line 182, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .column:after, .columns:after {
    clear: both;
  }

  /* line 185, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .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 186, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .push-two, .push-three, .push-four, .push-five, .push-six, .push-seven, .push-eight, .push-nine, .push-ten {
    left: auto;
  }

  /* line 187, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .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 200, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .row .mobile-one {
    width: 25% !important;
    float: left;
    padding: 0 15px;
  }
  /* line 201, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .row .mobile-one:last-child {
    float: right;
  }
  /* line 202, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .row .mobile-one.end {
    float: left;
  }
  /* line 205, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .row.collapse .mobile-one {
    padding: 0;
  }

  /* line 200, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .row .mobile-two {
    width: 50% !important;
    float: left;
    padding: 0 15px;
  }
  /* line 201, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .row .mobile-two:last-child {
    float: right;
  }
  /* line 202, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .row .mobile-two.end {
    float: left;
  }
  /* line 205, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .row.collapse .mobile-two {
    padding: 0;
  }

  /* line 200, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .row .mobile-three {
    width: 75% !important;
    float: left;
    padding: 0 15px;
  }
  /* line 201, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .row .mobile-three:last-child {
    float: right;
  }
  /* line 202, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .row .mobile-three.end {
    float: left;
  }
  /* line 205, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .row.collapse .mobile-three {
    padding: 0;
  }

  /* line 200, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .row .mobile-four {
    width: 100% !important;
    float: left;
    padding: 0 15px;
  }
  /* line 201, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .row .mobile-four:last-child {
    float: right;
  }
  /* line 202, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .row .mobile-four.end {
    float: left;
  }
  /* line 205, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .row.collapse .mobile-four {
    padding: 0;
  }

  /* line 210, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .push-one-mobile {
    left: 25%;
  }

  /* line 211, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .pull-one-mobile {
    right: 25%;
  }

  /* line 210, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .push-two-mobile {
    left: 50%;
  }

  /* line 211, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .pull-two-mobile {
    right: 50%;
  }

  /* line 210, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .push-three-mobile {
    left: 75%;
  }

  /* line 211, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .pull-three-mobile {
    right: 75%;
  }

  /* Block Grids --- */
  /*                 */
  /* line 217, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .block-grid.mobile > li {
    float: none;
    width: 100%;
    margin-left: 0;
  }

  /* line 221, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .block-grid > li {
    clear: none;
  }
  /* line 223, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .block-grid.mobile-one-up > li {
    width: 100%;
  }
  /* line 223, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .block-grid.mobile-two-up > li {
    width: 50%;
  }
  /* line 225, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .block-grid.mobile-two-up > li:nth-child(2n+1) {
    clear: both;
  }
  /* line 223, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .block-grid.mobile-three-up > li {
    width: 33.33333%;
  }
  /* line 225, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .block-grid.mobile-three-up > li:nth-child(3n+1) {
    clear: both;
  }
  /* line 223, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .block-grid.mobile-four-up > li {
    width: 25%;
  }
  /* line 225, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .block-grid.mobile-four-up > li:nth-child(4n+1) {
    clear: both;
  }
  /* line 223, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .block-grid.mobile-five-up > li {
    width: 20%;
  }
  /* line 225, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .block-grid.mobile-five-up > li:nth-child(5n+1) {
    clear: both;
  }
  /* line 223, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .block-grid.mobile-six-up > li {
    width: 16.66667%;
  }
  /* line 225, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .block-grid.mobile-six-up > li:nth-child(6n+1) {
    clear: both;
  }
  /* line 223, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .block-grid.mobile-seven-up > li {
    width: 14.28571%;
  }
  /* line 225, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .block-grid.mobile-seven-up > li:nth-child(7n+1) {
    clear: both;
  }
  /* line 223, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .block-grid.mobile-eight-up > li {
    width: 12.5%;
  }
  /* line 225, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .block-grid.mobile-eight-up > li:nth-child(8n+1) {
    clear: both;
  }
  /* line 223, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .block-grid.mobile-nine-up > li {
    width: 11.11111%;
  }
  /* line 225, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .block-grid.mobile-nine-up > li:nth-child(9n+1) {
    clear: both;
  }
  /* line 223, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .block-grid.mobile-ten-up > li {
    width: 10%;
  }
  /* line 225, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .block-grid.mobile-ten-up > li:nth-child(10n+1) {
    clear: both;
  }
  /* line 223, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .block-grid.mobile-eleven-up > li {
    width: 9.09091%;
  }
  /* line 225, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .block-grid.mobile-eleven-up > li:nth-child(11n+1) {
    clear: both;
  }
  /* line 223, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .block-grid.mobile-twelve-up > li {
    width: 8.33333%;
  }
  /* line 225, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .block-grid.mobile-twelve-up > li:nth-child(12n+1) {
    clear: both;
  }

  /* Forms --- */
  /*           */
  /* Label alignment */
  /* line 234, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  label.right {
    text-align: left;
  }

  /* Extend width of all inputs */
  /* line 247, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  input[type="text"].one,
  input[type="password"].one,
  input[type="date"].one,
  input[type="datetime"].one,
  input[type="email"].one,
  input[type="number"].one,
  input[type="search"].one,
  input[type="tel"].one,
  input[type="time"].one,
  input[type="url"].one,
  textarea.one,
  .row textarea.one {
    width: 100% !important;
  }

  /* line 247, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  input[type="text"].two,
  input[type="password"].two,
  input[type="date"].two,
  input[type="datetime"].two,
  input[type="email"].two,
  input[type="number"].two,
  input[type="search"].two,
  input[type="tel"].two,
  input[type="time"].two,
  input[type="url"].two,
  textarea.two,
  .row textarea.two {
    width: 100% !important;
  }

  /* line 247, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  input[type="text"].three,
  input[type="password"].three,
  input[type="date"].three,
  input[type="datetime"].three,
  input[type="email"].three,
  input[type="number"].three,
  input[type="search"].three,
  input[type="tel"].three,
  input[type="time"].three,
  input[type="url"].three,
  textarea.three,
  .row textarea.three {
    width: 100% !important;
  }

  /* line 247, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  input[type="text"].four,
  input[type="password"].four,
  input[type="date"].four,
  input[type="datetime"].four,
  input[type="email"].four,
  input[type="number"].four,
  input[type="search"].four,
  input[type="tel"].four,
  input[type="time"].four,
  input[type="url"].four,
  textarea.four,
  .row textarea.four {
    width: 100% !important;
  }

  /* line 247, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  input[type="text"].five,
  input[type="password"].five,
  input[type="date"].five,
  input[type="datetime"].five,
  input[type="email"].five,
  input[type="number"].five,
  input[type="search"].five,
  input[type="tel"].five,
  input[type="time"].five,
  input[type="url"].five,
  textarea.five,
  .row textarea.five {
    width: 100% !important;
  }

  /* line 247, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  input[type="text"].six,
  input[type="password"].six,
  input[type="date"].six,
  input[type="datetime"].six,
  input[type="email"].six,
  input[type="number"].six,
  input[type="search"].six,
  input[type="tel"].six,
  input[type="time"].six,
  input[type="url"].six,
  textarea.six,
  .row textarea.six {
    width: 100% !important;
  }

  /* line 247, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  input[type="text"].seven,
  input[type="password"].seven,
  input[type="date"].seven,
  input[type="datetime"].seven,
  input[type="email"].seven,
  input[type="number"].seven,
  input[type="search"].seven,
  input[type="tel"].seven,
  input[type="time"].seven,
  input[type="url"].seven,
  textarea.seven,
  .row textarea.seven {
    width: 100% !important;
  }

  /* line 247, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  input[type="text"].eight,
  input[type="password"].eight,
  input[type="date"].eight,
  input[type="datetime"].eight,
  input[type="email"].eight,
  input[type="number"].eight,
  input[type="search"].eight,
  input[type="tel"].eight,
  input[type="time"].eight,
  input[type="url"].eight,
  textarea.eight,
  .row textarea.eight {
    width: 100% !important;
  }

  /* line 247, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  input[type="text"].nine,
  input[type="password"].nine,
  input[type="date"].nine,
  input[type="datetime"].nine,
  input[type="email"].nine,
  input[type="number"].nine,
  input[type="search"].nine,
  input[type="tel"].nine,
  input[type="time"].nine,
  input[type="url"].nine,
  textarea.nine,
  .row textarea.nine {
    width: 100% !important;
  }

  /* line 247, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  input[type="text"].ten,
  input[type="password"].ten,
  input[type="date"].ten,
  input[type="datetime"].ten,
  input[type="email"].ten,
  input[type="number"].ten,
  input[type="search"].ten,
  input[type="tel"].ten,
  input[type="time"].ten,
  input[type="url"].ten,
  textarea.ten,
  .row textarea.ten {
    width: 100% !important;
  }

  /* line 247, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  input[type="text"].eleven,
  input[type="password"].eleven,
  input[type="date"].eleven,
  input[type="datetime"].eleven,
  input[type="email"].eleven,
  input[type="number"].eleven,
  input[type="search"].eleven,
  input[type="tel"].eleven,
  input[type="time"].eleven,
  input[type="url"].eleven,
  textarea.eleven,
  .row textarea.eleven {
    width: 100% !important;
  }

  /* line 247, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  input[type="text"].twelve,
  input[type="password"].twelve,
  input[type="date"].twelve,
  input[type="datetime"].twelve,
  input[type="email"].twelve,
  input[type="number"].twelve,
  input[type="search"].twelve,
  input[type="tel"].twelve,
  input[type="time"].twelve,
  input[type="url"].twelve,
  textarea.twelve,
  .row textarea.twelve {
    width: 100% !important;
  }

  /* Buttons --- */
  /*             */
  /* Basic overrides */
  /* line 261, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .button {
    display: block;
  }

  /* line 262, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  button.button, input[type="submit"].button, input[type="reset"].button {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  /* Button Groups */
  /* line 265, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .button-group button.button, .button-group input[type="submit"].button {
    width: auto;
    padding: 10px 20px 11px;
  }
  /* line 266, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .button-group button.button.large, .button-group input[type="submit"].button.large {
    padding: 15px 30px 16px;
  }
  /* line 267, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .button-group button.button.medium, .button-group input[type="submit"].button.medium {
    padding: 10px 20px 11px;
  }
  /* line 268, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .button-group button.button.small, .button-group input[type="submit"].button.small {
    padding: 7px 14px 8px;
  }
  /* line 269, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .button-group button.button.tiny, .button-group input[type="submit"].button.tiny {
    padding: 5px 10px 6px;
  }
  /* line 271, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .button-group.even button.button, .button-group.even input[type="submit"].button {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  /* Navbar --- */
  /*            */
  /* line 276, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .nav-bar {
    height: auto;
  }
  /* line 277, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .nav-bar > li {
    float: none;
    display: block;
    border-right: none;
  }
  /* line 278, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .nav-bar > li > a.main {
    text-align: left;
    border-top: 1px solid #ddd;
    border-right: none;
  }
  /* line 279, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .nav-bar > li:first-child > a.main {
    border-top: none;
  }
  /* line 280, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .nav-bar > li.has-flyout > a.flyout-toggle {
    position: absolute;
    right: 0;
    top: 0;
    padding: 22px;
    z-index: 2;
    display: block;
  }
  /* line 281, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .nav-bar > li.has-flyout.is-touch > a.flyout-toggle span {
    content: "";
    width: 0;
    height: 0;
    display: block;
  }
  /* line 282, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .nav-bar > li.has-flyout > a.flyout-toggle:hover span {
    border-top-color: #141414;
  }
  /* line 283, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .nav-bar.vertical > li.has-flyout > .flyout {
    left: 0;
  }

  /* line 285, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .flyout {
    position: relative;
    width: 100% !important;
    top: auto;
    margin-right: -2px;
    border-width: 1px 1px 0 1px;
  }
  /* line 286, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .flyout.right {
    float: none;
    right: auto;
    left: -1px;
  }
  /* line 287, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .flyout.small, .flyout.large {
    width: 100% !important;
  }
  /* line 288, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .flyout p:last-child {
    margin-bottom: 18px;
  }

  /* Reveal --- */
  /*            */
  /* line 293, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .reveal-modal-bg {
    position: absolute;
  }

  /* line 298, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.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;
  }

  /* Clearing --- */
  /*              */
  /* line 302, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .clearing-container {
    margin: 0;
  }

  /* line 303, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .clearing-close {
    z-index: 99;
    font-size: 37px;
    top: 0px;
    right: 5px;
  }

  /* line 304, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .clearing-caption {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 10px !important;
    line-height: 1.3;
  }

  /* line 305, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .clearing-main-right, .clearing-main-left {
    display: none;
  }

  /* line 307, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .clearing-blackout.clearing-assembled .visible-img, .clearing-blackout.clearing-assembled .clearing-container {
    height: 100%;
  }
  /* line 308, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .clearing-blackout.clearing-assembled ul[data-clearing] {
    display: none;
  }

  /* Joyride --- */
  /*             */
  /* line 313, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .joyride-tip-guide {
    width: 95% !important;
    left: 2.5% !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
  }

  /* line 314, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .joyride-tip-guide-wrapper {
    width: 100%;
  }

  /* Tabs --- */
  /*          */
  /* line 318, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .tabs.mobile {
    width: auto;
    margin: 20px -20px 40px;
    border-bottom: solid 1px #ccc;
    height: auto;
    margin: 20px -15px 0px -15px;
  }
  /* line 319, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .tabs.mobile dt, .tabs.mobile li, .tabs.mobile dd {
    float: none;
    height: auto;
  }
  /* line 320, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .tabs.mobile dd a, .tabs.mobile li a {
    font-size: 15px;
    display: block;
    width: auto;
    height: auto;
    padding: 18px 20px;
    margin: 0;
    color: #555;
    line-height: 1;
    border: none;
    border-left: none;
    border-right: none;
    border-top: 1px solid #ccc;
    background: #fff;
  }
  /* line 321, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .tabs.mobile dd a.active, .tabs.mobile li a.active {
    border: none;
    background: #fbb716;
    color: #fff;
    margin: 0;
    position: static;
    top: 0;
    height: auto;
  }
  /* line 322, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .tabs.mobile dd:first-child a.active, .tabs.mobile li:first-child a.active {
    margin: 0;
  }
  /* line 323, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .tabs.mobile + .tabs-content.contained {
    margin-left: -15px;
    margin-right: -15px;
  }
  /* line 324, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .tabs.mobile .section-title {
    padding-left: 20px !important;
  }

  /* line 327, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .contained.mobile {
    margin-bottom: 0;
  }

  /* line 328, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .contained.tabs.mobile dd a, .contained.tabs.mobile li a {
    padding: 18px 20px;
  }

  /* line 329, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .tabs.mobile + ul.contained {
    margin-left: -20px;
    margin-right: -20px;
    border-width: 0 0 1px 0;
  }

  /* UI Elements --- */
  /*                 */
  /* Tooltips */
  /* line 334, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .tooltip {
    font-size: 14px;
    line-height: 1.4;
    padding: 7px 10px 9px 10px;
    left: 50% !important;
    max-width: 80% !important;
    margin-left: -40%;
    font-size: 110%;
  }

  /* line 343, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.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;
  }
}
/* Topbar Specific Breakpoint that you can customize */
@media only screen and (max-width: 980px) {




#logo {
	position: static !important;
	margin-left:20px;
	margin-top:20px;
}

#header {
	position:static !important;
}

.top-bar ul.left{
	left:0;
}

#search-input-li {
	display:none;
}


#headerdivider {
		display:none;
}

#mainCallNow{
	display:none;
}



  /* line 354, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .top-bar {
    margin-bottom: 0;
    overflow: hidden;
    height: 45px;
    background: #222222;
    /* Override contain to grid stuff for breakpoint */
    /* Setting up the sliding area */
    /* When the Small Nav is Showing */
  }
  /* line 355, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .top-bar .js-generated {
    display: block;
  }
  /* line 358, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .contain-to-grid .top-bar {
    width: auto;
  }
  /* line 361, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .top-bar section {
    left: 0;
    position: relative;
    width: auto;
    -webkit-transition: left 300ms 0;
    -moz-transition: left 300ms 0;
    -o-transition: left 300ms 0;
    transition: left 300ms 0;
  }
  /* line 362, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .top-bar ul {
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    display: block;
  }
  /* line 363, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .top-bar ul > li {
    float: none;
    /* Branding and name */
    /* Dropdown Toggle */
    /* Divider for breakpoint */
    /* Search Overrides for breakpoint size */
    /* Dropdown Level 1 */
    /* Dropdown Level 2 */
  }
  /* line 364, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .top-bar ul > li.active, .top-bar ul > li:hover {
    background: #151515;
  }
  /* line 366, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .top-bar ul > li.name {
    height: 45px;
  }
  /* line 367, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .top-bar ul > li.name h1 {
    line-height: 1;
  }
  /* line 368, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .top-bar ul > li.name h1 a {
    color: white;
    display: block;
    line-height: 45px !important;
    padding-left: 15px;
    height: 45px;
  }
  /* line 371, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .top-bar ul > li:hover a, .top-bar ul > li.active a {
    color: white;
  }
  /* line 372, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .top-bar ul > li a:not(.button) {
    color: white;
  }
  /* line 375, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .top-bar ul > li.toggle-topbar {
    cursor: pointer;
    display: block;
    height: 45px;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
  }
  /* line 376, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .top-bar ul > li.toggle-topbar a {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 8px;
    border-color: white transparent transparent transparent;
    padding: 0;
    position: absolute;
    top: 50%;
    right: 22.5px;
    margin-top: -4px;
  }
  /* line 378, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .top-bar ul > li.toggle-topbar:hover {
    background: inherit;
  }
  /* line 380, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .top-bar ul > li.toggle-topbar a {
    padding: 0 !important;
  }
  /* line 383, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .top-bar ul > li.divider {
    border-bottom: solid 1px #3c3c3c;
    border-top: solid 1px black;
    clear: both;
    height: 1px !important;
    margin: 8px 0 !important;
    width: 100%;
  }
  /* line 386, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .top-bar ul > li.search {
    padding: 0 22.5px;
  }
  /* line 387, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .top-bar ul > li.search form {
    width: 100%;
  }
  /* line 388, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .top-bar ul > li.search form input[type=text] {
    width: 75%;
  }
  /* line 389, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .top-bar ul > li.search form .button {
    top: -1px;
    width: 25%;
  }
  /* line 395, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .top-bar ul > li.has-dropdown a {
    padding-right: 33.75px;
  }
  /* line 396, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .top-bar ul > li.has-dropdown a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 5px;
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.5);
    margin-right: 15px;
    margin-top: -4.5px;
    position: absolute;
    top: 50%;
  }
  /* line 398, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .top-bar ul > li.has-dropdown:hover > .dropdown {
    display: block;
    visibility: hidden;
  }
  /* line 399, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .top-bar ul > li.has-dropdown .dropdown {
    visibility: hidden;
    z-index: 0 !important;
  }
  /* line 400, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .top-bar ul > li.has-dropdown.moved {
    position: static;
  }
  /* line 401, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .top-bar ul > li.has-dropdown.moved > .dropdown {
    top: 0;
    visibility: visible;
  }
  /* line 403, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .top-bar ul > li.has-dropdown.moved > .dropdown li label {
    margin-bottom: 6px;
    padding-top: 6px !important;
    font-size: 11px;
  }
  /* line 404, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .top-bar ul > li.has-dropdown.moved > .dropdown li:not(.title) {
    padding-bottom: 0;
  }
  /* line 405, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .top-bar ul > li.has-dropdown.moved > .dropdown li:not(.title) a {
    padding: 8px 22.5px;
    font-size: 14px;
  }
  /* line 407, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .top-bar ul > li.has-dropdown.moved > .dropdown li a, .top-bar ul > li.has-dropdown.moved > .dropdown li label {
    padding: 0 22.5px;
  }
  /* line 408, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .top-bar ul > li.has-dropdown.moved > .dropdown li a:hover {
    background: #455560;
    display: block;
  }
  /* line 409, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .top-bar ul > li.has-dropdown.moved > .dropdown li.divider {
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  /* line 412, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .top-bar ul > li.has-dropdown.moved .back.title {
    padding-bottom: 0;
  }
  /* line 413, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .top-bar ul > li.has-dropdown.moved .back.title a:before {
    position: absolute;
    top: 50%;
    left: 17.5px;
    margin-top: -5px;
    width: 0;
    height: 0;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 5px;
    border-color: transparent white transparent transparent;
  }
  /* line 414, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .top-bar ul > li.has-dropdown.moved .back.title h5 {
    margin: 0;
    padding-left: 15px;
    position: relative;
  }
  /* line 415, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .top-bar ul > li.has-dropdown.moved .back.title h5 a {
    background: transparent;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 23px;
    font-weight: bold;
  }
  /* line 422, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .top-bar ul > li.has-dropdown .dropdown li {
    background: transparent;
  }
  /* line 424, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .top-bar ul > li.has-dropdown .dropdown li.has-dropdown .dropdown {
    left: 100% !important;
    top: 0;
    right: auto !important;
  }
  /* line 425, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .top-bar ul > li.has-dropdown .dropdown li.has-dropdown > a {
    padding-right: 33.75px;
  }
  /* line 426, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .top-bar ul > li.has-dropdown .dropdown li.has-dropdown > a:after {
    content: "";
    margin-right: 15px;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 5px;
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 50%;
    margin-top: -4.5px;
  }
  /* line 428, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .top-bar ul > li.has-dropdown .dropdown li.has-dropdown > a li a:hover {
    background: #455560;
  }
  /* line 431, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .top-bar ul > li.has-dropdown .dropdown li.has-dropdown.moved {
    position: static;
  }
  /* line 432, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .top-bar ul > li.has-dropdown .dropdown li.has-dropdown.moved .dropdown {
    top: 0;
    visibility: visible;
  }
  /* line 434, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .top-bar ul > li.has-dropdown .dropdown li.has-dropdown:hover {
    display: block;
  }
  /* line 438, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .top-bar ul.left, .top-bar ul.right {
    float: none;
    width: 100%;
  }
  /* line 439, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .top-bar ul.left > li, .top-bar ul.right > li {
    display: block;
    float: none;
    margin: 0 !important;
  }
  /* line 441, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .top-bar ul.left > li.has-dropdown .dropdown, .top-bar ul.right > li.has-dropdown .dropdown {
    left: 100% !important;
    top: 0;
    right: auto !important;
  }
  /* line 446, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .top-bar section > ul li a:not(.button) {
    padding-left: 22.5px !important;
  }
  /* line 449, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .top-bar.expanded {
    height: 100%;
    z-index:10;
    top:38px;
  }
  /* line 450, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .top-bar.expanded ul li.toggle-topbar a {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 8px;
    border-color: transparent transparent #cccccc transparent;
    top: auto;
    bottom: 50%;
    margin-bottom: -4px;
  }

  /* line 453, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .top-bar ul li.has-button {
    padding: 5px 15px;
  }

  /* line 454, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .top-bar ul li .button.small {
    margin: 0 !important;
    display: inline-block;
    width: 100%;
  }

  /* line 456, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .top-bar ul > li.has-button a.button {
    margin: 0;
  }
}
/* line 1, ../sass/local.scss */
#localView {
  display: block;
  width: 100%;
  background-color: #666666;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

/* line 12, ../sass/local.scss */
.no-touch #localView:hover #arrowHolder {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  opacity: 0.85;
}
/* line 15, ../sass/local.scss */
.no-touch #localView:hover #localArrow {
  margin: 15px auto;
}

/* line 21, ../sass/local.scss */
#localContent {
  display: block;
  height: 330px;
  cursor: pointer;
  position: relative;
}

/* line 28, ../sass/local.scss */
#localList {
  text-align: left;
  margin-right: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  width: 300px;
  padding: 10px;
  position: absolute;
  top: 20px;
  right: 20px;
}

#localList p {
		font-family: 'Gotham A', 'Gotham B'; 
		font-weight: 400; 
		font-style: normal;
		font-size:18px;
		color:#fcb813;
}

#localList strong{
	color:#ffffff;
	font-weight: 500;
	text-transform: uppercase;
	font-size:13px;
	
}


/* line 37, ../sass/local.scss */
#localList li {
  list-style: none;
}

/* line 42, ../sass/local.scss */
#arrowHolder {
  display: block;
  cursor: pointer;
}

/* line 50, ../sass/local.scss */
#localArrow {
  width: 200px !important;
  margin: 5px auto;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
/* line 54, ../sass/local.scss */
#localArrow .arrow {
	width: 13px;
	height: 7px;
	background-size: 13px 7px;
	background-image: url("../images/down_arrow.png");
	background-repeat: no-repeat;
	background-position: 0;
	margin-right: 5px;
	position: relative;
	left: 48px;
}

/* line 64, ../sass/local.scss */
#localArrow p {
  color: white;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0;
font-family: 'Gotham A', 'Gotham B'; font-weight: 400; font-style: normal;  
}

/* line 72, ../sass/local.scss */
#localThumbs {
  visibility: hidden;
}

/* line 76, ../sass/local.scss */
.localThumb {
  height: 0px;
  outline: solid gray;
  margin-bottom: 20px;
}

#footerMobile {
display:none;
}

#footerMobile .footerSocial {
	clear:both;
	width:100%;
}

#footerMid {
	display:none;
}



@media only screen and (max-width: 767px) {
  /* line 83, ../sass/local.scss */
  #localView {
    background-size: 170% auto;
  }
  /* line 85, ../sass/local.scss */
  #localView #localArrow {
    margin: 15px auto;
  }

  /* line 89, ../sass/local.scss */
  .localThumb {
    margin-bottom: 0;
  }
}
/* line 1, ../sass/channelWizard.scss */
#channelWizardGrid {
  background: #b3b3b3;
}

/* line 5, ../sass/channelWizard.scss */
.filters {
  margin-top: 15px;
}
/* line 7, ../sass/channelWizard.scss */
.filters input, .filters form.custom div.custom.dropdown {
width: 210px !important;
float: left;
margin-right: 20px;
}

.filters form.custom div.custom.dropdown{
margin-right: 0;
}

/* line 10, ../sass/channelWizard.scss */
.filters form {
  float: right;
  margin-bottom: 0;
}

/* line 17, ../sass/channelWizard.scss */
.wizard .links {
  margin-top: -2px;
}


#channel-header {
	background-color:#fcb813;
	margin-left:40px;
	margin-right:26px;
	max-width: 1225px;
	padding-bottom:24px;
	border-bottom:1px solid #000000;
}



/* line 23, ../sass/channelWizard.scss */
#channelLists input {
  margin: 0;
}

/* line 28, ../sass/channelWizard.scss */
.channelList {
  margin-top: 0;
  background-color: #f2f6f7;
  padding-left:0;
  padding-right:0;
}

#channelListLeft{
	border-right:1px solid #7a848b;
}

/* line 33, ../sass/channelWizard.scss */
.channelRow {
height: 25px;
border-bottom: 1px solid #cecece;
border-top: none;
clear: both;
padding: 16px 15px 25px;
overflow: hidden;
padding:16px 15px 12px 15px;
position:relative;
}

.tplt-1 .channelRow, .tplt-26 .channelRow {
height: auto;
}

.channelSelected{
	background-color:#d9ddde;
}

/* line 39, ../sass/channelWizard.scss */
.channelRow:nth-child(even) {

}

/* line 44, ../sass/channelWizard.scss */
#channelWizardAnswerArea {
  min-height: 200px;
  padding: 0;
}
/* line 47, ../sass/channelWizard.scss */
#channelWizardAnswerArea .title {
  padding: 0 15px;
}
/* line 50, ../sass/channelWizard.scss */
#channelWizardAnswerArea .instruction {
  margin: 0 15px;
  line-height: 18px;
}

/* line 56, ../sass/channelWizard.scss */
#channelWizardContentArea {
	background-color: transparent;
	margin-left: 40px;
	margin-right: 40px;
	max-width: 1225px;
	padding-right: 25px;
}

/* line 61, ../sass/channelWizard.scss */
.checkBox {
  float: left;
  width: 20px;
}

.channelRow .checkBox {
	position: absolute;
	left:12px;
}


/* line 67, ../sass/channelWizard.scss */
.stdChannel,.hdChannel {
  display: none;
}

/* line 71, ../sass/channelWizard.scss */
.channelName {
  float: left;
}

.channelRow .channelName {
	margin-left:16px; 
	padding-right:100px;
	width:100%; 
}


.channelLogo {
	position:absolute;
	top:0px;
	right:0px;
}

.channelName label{
	font-size:16px;
	color:#455560;
	font-family: 'Gotham A', 'Gotham B'; 
	font-weight: 400; 
	font-style: normal;
}

/* line 75, ../sass/channelWizard.scss */
#pickInstruction {
  margin-top: 5px;
}

/* line 79, ../sass/channelWizard.scss */
#bundlesText {
  margin-top: 10px;
}

/* line 83, ../sass/channelWizard.scss */
.bundle-option {
  margin: 0;
  padding: 20px 15px;
  border-bottom: 1px solid #b3b3b3;
  border-top: 1px solid white;
  font-weight: bold;
}
/* line 89, ../sass/channelWizard.scss */
.bundle-option .button {
  float: right;
  margin-top: -5px;
  text-transform: uppercase;
}
/* line 94, ../sass/channelWizard.scss */
.bundle-option:nth-child(even) {
  background-color: #eeeeee;
}
/* line 97, ../sass/channelWizard.scss */
.bundle-option:first-child {
  border-top: 0;
}
/* line 100, ../sass/channelWizard.scss */
.bundle-option:last-child {
  border-bottom: 0;
}

/* line 105, ../sass/channelWizard.scss */
#servicesText .bundle-option {
  border: 0;
}

@media (max-width: 767px) {
  /* line 110, ../sass/channelWizard.scss */
  #channelLists {
    height: 300px;
    overflow: scroll;
  }

  /* line 114, ../sass/channelWizard.scss */
  label {
    font-size: 18px;
  }

  /* line 117, ../sass/channelWizard.scss */
  .channelRow {
    padding: 20px 15px 35px;
  }

  .tplt-1 .channelRow,  .tplt-26 .channelRow {
    padding-bottom:12px;
  }

  /* line 120, ../sass/channelWizard.scss */
  #channelListLeft .channelRow:first-child {
    border-top: 0;
  }

  /* line 123, ../sass/channelWizard.scss */
  #channelListRight {
    margin-top: 0;
  }
  /* line 125, ../sass/channelWizard.scss */
  #channelListRight .channelRow:last-child {
    border-bottom: 0;
  }

  /* line 130, ../sass/channelWizard.scss */
  .filters form {
    float: left;
    width: 100%;
    margin-bottom: 0;
  }

  /* line 137, ../sass/channelWizard.scss */
  #channelWizardAnswerArea .fa-arrow-left {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  /* line 140, ../sass/channelWizard.scss */
  
  
#channelWizardAnswerArea .button {
	display: block;
	margin-left: auto;
	width: 50%;
	margin-right: auto;
	clear: both;
	float:none !important;
}
  
  
}
@media (min-width: 768px) {
  /* line 147, ../sass/channelWizard.scss */
  #channelWizardGrid {
    float: left;
    background: #f2f6f7;
  }

  /* line 151, ../sass/channelWizard.scss */
  #channelWizardAnswerArea {
    background-color: transparent;
    float: left;
  }

  /* line 155, ../sass/channelWizard.scss */
  .channelRow {
    font-size: 20px;
  }
  /* line 157, ../sass/channelWizard.scss */
  .channelRow:first-child {
    border-top: 0;
  }
  /* line 160, ../sass/channelWizard.scss */
  .channelRow:last-child {
    border-bottom: 0;
  }
  
}
@media (max-width: 1100px) {
  /* line 167, ../sass/channelWizard.scss */
  #channelWizardAnswerArea .bundle-name {
    display: block;
    width: 100%;
    margin: 15px 0 30px;
  }
  /* line 172, ../sass/channelWizard.scss */
  #channelWizardAnswerArea .button {
    float: left;
    position: relative;
    top: -15px;
  }
}
/* line 1, ../sass/channelGrid.scss */
#channelGrid {
  border: none;
  float:left;
}
/* line 3, ../sass/channelGrid.scss */
#channelGrid th {
  padding: 10px;
}
/* line 5, ../sass/channelGrid.scss */
#channelGrid th .button {
  text-transform: uppercase;
}
/* line 9, ../sass/channelGrid.scss */
#channelGrid .table-headings th {
  padding: 0;
  margin: 0;
  height: 0;
}

/* line 17, ../sass/channelGrid.scss */
.grid-header p {
  margin-bottom: 15px;
}


/* line 22, ../sass/channelGrid.scss */
.sticky.fixed {
  max-width: 1200px;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 2000;
}


/* line 30, ../sass/channelGrid.scss */
table {
  border: 0;
  margin: 0;
}

/* line 35, ../sass/channelGrid.scss */
.channel-grid-head-table {
  width: 100%;
  margin: 0 auto;
}

/* line 41, ../sass/channelGrid.scss */
.channel-order th {
  padding: 10px;
  background: #d4d4d4;
}

/* line 48, ../sass/channelGrid.scss */
.channel-grid #channel-names {
  padding: 0 15px;
}

/* line 54, ../sass/channelGrid.scss */
.table-headings th {
  text-align: center;
}
/* line 56, ../sass/channelGrid.scss */
.table-headings th:nth-child(1) {
  width: 25%;
}

.fourproducts .table-headings th:nth-child(1), .fourproducts .table-headings td:nth-child(1) {
	width:20%;
}

#compare-table .table-headings th.option.mostpopular, #compare-table .table-headings td.option.mostpopular {
	background-color:#FDB913;
}

#compare-table .table-headings th.option.mostpopular .mostpopular, #compare-table .table-headings td.option.mostpopular .mostpopular{
	color:#ffffff;
	text-transform:uppercase;
	font-size:14px;
	font-family: 'Gotham A', 'Gotham B'; font-weight: 700; font-style: normal;	
	margin-top:8px;
}

.mostpopular.shim {
	margin-bottom:22px;
	float:left;
	clear:both;
	width:100%;
}


#compare-table #channel-names h6 {
font-family: 'Gotham A', 'Gotham B';
font-weight: 700;
font-style: normal;
text-transform: uppercase;
margin-bottom: 2px;
margin-top: 2px;
font-size:12px;
}

#compare-table #channel-names .active h6 {
	color: #ffffff;
}



#channelGrid .table-headings{
	width:100%;
}


.tableThreeCols .table-headings th:nth-child(1) {
  width: 30%;
}

#channel-grid-head .table-headings  th:nth-child(1), #channelGrid .table-headings  th:nth-child(1), #channelGrid .channel-grid-wide  td:nth-child(1) {
  width: 7%;
}


/* line 59, ../sass/channelGrid.scss */
.table-headings th:nth-child(2) {
  width: 7%;
}


#channel-grid-head .table-headings  th:nth-child(2), #channelGrid .table-headings  th:nth-child(2), #channelGrid .channel-grid-wide  td:nth-child(2){
  width: 7%;
}

#channelGrid .table-headings  th:nth-child(2), #channelGrid .channel-grid-wide  td:nth-child(2) {

}

#channelGrid .channel-grid-wide  td:nth-child(2), #channelGrid .channel-grid-mobile  td:nth-child(2) {
	text-align:right;
	padding-right:12px;
}


#channelGrid .channel-grid-mobile  td:nth-child(2) {
	padding-right:10%;
}

#channelGrid td:nth-child(1) {
	text-align:right;
	padding-right:20px;
}

 #channel-grid-wide td:nth-child(2){
 
 }

 #channel-grid-wide td:nth-child(3){
 
 }

 #channel-grid-wide td:nth-child(4){
   width:10%;
 }
 
  #channel-grid-wide td:nth-child(5){
  width:10%;
 }
 
  #channel-grid-wide td:nth-child(6){
   width:10%;
 }
 
 #channel-grid-wide td:nth-child(7){
   width:10%;
 }

  #channel-grid-wide td:nth-child(8){
  width:10%;
 }
 
  #channel-grid-wide td:nth-child(9){
   width:10%;
 }
 
 #channel-grid-wide td:nth-child(10){
   width:10%;
 }


/* line 62, ../sass/channelGrid.scss */
.table-headings th:nth-child(3), .channel-grid-wide td:nth-child(3) {
  width: 11%;  
}



.table-headings.compare-2  th:nth-child(2) {
  width: 15%;  
}

.tableThreeCols .table-headings th:nth-child(2) {
  width: 30%;
}

.tableThreeCols .table-headings th:nth-child(3) {
  width: 30%;
}



/* line 65, ../sass/channelGrid.scss */
.table-headings th:nth-child(4) {
  width: 15%;
}
/* line 68, ../sass/channelGrid.scss */
.table-headings th:nth-child(5) {
  width: 10%;
}
/* line 71, ../sass/channelGrid.scss */
.table-headings th:nth-child(6) {
  width: 10%;
}
/* line 74, ../sass/channelGrid.scss */
.table-headings th:nth-child(7) {
  width: 10%;
}
/* line 77, ../sass/channelGrid.scss */
.table-headings th:nth-child(8) {
  width: 10%;
}
/* line 80, ../sass/channelGrid.scss */
.table-headings th:nth-child(9) {
  width: 10%;
}
/* line 83, ../sass/channelGrid.scss */
.table-headings th:nth-child(10) {
  width: 10%;
}


#compare-table .table-headings th:nth-child(2) {
  width: 20%;
}

#compare-table .table-headings th:nth-child(3) {
  width: 20%;
}

#compare-table .table-headings th:nth-child(4) {
  width: 20%;
}

#compare-table .table-headings th:nth-child(5) {
  width: 20%;
}


body.market-austin #internetgrid  th:nth-child(1) {
  width: 10%;
}

body.market-austin #internetgrid .table-headings th:nth-child(2) {
  width: 20%;
}

body.market-austin #internetgrid .table-headings th:nth-child(3) {
  width: 20%;
}

body.market-austin #internetgrid .table-headings th:nth-child(4) {
  width: 20%;
}

body.market-austin #internetgrid .table-headings th:nth-child(5) {
  width: 20%;
}

body.market-austin #internetgrid .table-headings th:nth-child(6) {
  width: 20%;
}

body.market-corpuschristi #internetgrid .screen-small-hide.option4, body.market-dallas #internetgrid .screen-small-hide.option4, body.market-midlandodessa #internetgrid .screen-small-hide.option4, body.market-sanantonio #internetgrid .screen-small-hide.option4, body.market-waco #internetgrid .screen-small-hide.option4, body.market-sanmarcos #internetgrid .screen-small-hide.option4 {
	border-right:none;
}



/* line 88, ../sass/channelGrid.scss */
.gridDot {
  width: 10px;
  height: 10px;
  -webkit-border-radius: 5px 5px;
  -moz-border-radius: 5px / 5px;
  border-radius: 5px / 5px;
  background-color: #333333;
  margin: 0 auto;
  margin-top: 5px;
}

/* line 99, ../sass/channelGrid.scss */
.addOnTiers {
  width: 100%;
  padding: 10px;
  font-weight: 600;
  font-size: .9em;
  background-color: #caeefb;
  text-align:center;
  color:#455560;
}

@media only screen and (min-width: 987px) {

  #home-row-promo .columns.right{
  	background-image:none !important;
  }

}

@media only screen and (max-width: 986px) {

  #home-row-promo .columns.right{
  	width:100%;
  }
  
  #home-row-promo .four{
  	width:100%;
  }  
  
  #home-row-promo .mw350{
  	max-width:none;
  }

}


@media only screen and (max-width: 767px) {
  /* line 110, ../sass/channelGrid.scss */
  .channel-grid #container #header {
    position: static;
  }
  /* line 113, ../sass/channelGrid.scss */
  .channel-grid #container #content {
    padding-top: 0;
  }

  /* line 118, ../sass/channelGrid.scss */
  .table-headings th {
    text-align: center;
  }
  /* line 120, ../sass/channelGrid.scss */
  .table-headings th:nth-child(1) {
    width: 10%;
  }
  /* line 123, ../sass/channelGrid.scss */
  .table-headings th:nth-child(2) {
    width: 10%;
  }
  /* line 126, ../sass/channelGrid.scss */
  .table-headings th:nth-child(3) {
    width: 40%;
  }
  /* line 129, ../sass/channelGrid.scss */
  .table-headings th:nth-child(4) {
    width: 40%;
  }
  /* line 132, ../sass/channelGrid.scss */
  .table-headings th:nth-child(5) {
    width: 40%;
  }
  /* line 135, ../sass/channelGrid.scss */
  .table-headings th:nth-child(6) {
    width: 40%;
  }
  /* line 138, ../sass/channelGrid.scss */
  .table-headings th:nth-child(7) {
    width: 40%;
  }
  /* line 141, ../sass/channelGrid.scss */
  .table-headings th:nth-child(8) {
    width: 40%;
  }
  /* line 144, ../sass/channelGrid.scss */
  .table-headings th:nth-child(9) {
    width: 40%;
  }
  /* line 147, ../sass/channelGrid.scss */
  .table-headings th:nth-child(10) {
    width: 40%;
  }
}
@media (min-width: 768px) {
  /* line 155, ../sass/channelGrid.scss */
  .grid-header .search input {
    width: 200px;
  }
  
	.tplt-1 .filters, .tplt-26 .filters {
		min-width:492px;
	}
	
	
		  
  
}
@media (min-width: 940px) {
  /* line 161, ../sass/channelGrid.scss */
  .grid-header .search input {
    position: absolute;
    top: 30px;
    right: 15px;
  }
}
@media (max-width: 940px) {
  /* line 170, ../sass/channelGrid.scss */
  #channel-grid-head-table .button {
    padding: 5px;
  }
  /* line 173, ../sass/channelGrid.scss */
  #channel-grid-head-table th {
    font-size: 12px !important;
  }

  /* line 178, ../sass/channelGrid.scss */
  #channelGrid td {
    font-size: 12px !important;
  }
}
/* line 1, ../sass/header.scss */
#header {
  width: 100%;
  background-image:url(/images/header-bg.png);
  background-repeat:repeat-x;
  z-index: 40;
  height:165px;
  position:relative;
  border-top:10px solid #FDB913;
}
/* line 5, ../sass/header.scss */
#header .link-wrapper {
  position: relative;
  z-index: 2;
  max-width:312px;
}

/* line 11, ../sass/header.scss */
#searchinput, #searchinput-mobile {
  width: 230px;
  background: transparent;
  float: left;
  margin-right: -25px;
  height: 40px;
  color:#455560;
}

#searchinput-mobile {
  width: 230px;
  background: transparent;
  float: left;
  margin-right: -25px;
  height: 40px;
  color:#ffffff;
}

#searchinput::-webkit-input-placeholder { 
	font-family: 'Gotham A', 'Gotham B'; font-weight: 300; font-style: normal;
	color:black;
 }
 
#searchinput::-moz-placeholder { 
font-family: 'Gotham A', 'Gotham B'; font-weight: 300; font-style: normal;
	color:black;
} /* firefox 19+ */

#searchinput:-ms-input-placeholder { 
	font-family: 'Gotham A', 'Gotham B'; font-weight: 300; font-style: normal;
	color:black;	
 } /* ie */


#searchinput input:-moz-placeholder { font-family: 'Gotham A', 'Gotham B'; font-weight: 300; font-style: normal; }




/* line 19, ../sass/header.scss */
#logo {
display: inline-block;
width: 270px;
height: 88px;
background-image: url("../images/logo_horz.png");
background-size: cover;
float: left;
position: absolute;
top: 30px;
left: 22px;
z-index: 30;
}

/* line 29, ../sass/header.scss */
#topMenu {
float: right;
margin-right: 12px;
margin-top: 15px;
position: relative;
width:311px;
height:65px;
}

/* line 34, ../sass/header.scss */
#topMenu i {
  margin-right: 10px;
  font-size: 18px;
}
/* line 38, ../sass/header.scss */
#topMenu span {
  border-left: 1px solid #999999;
  padding: 0 10px;
}
/* line 42, ../sass/header.scss */
#topMenu a {
  color: #455560;
  -webkit-transition: color, 0.2s;
  -moz-transition: color, 0.2s;
  -o-transition: color, 0.2s;
  transition: color, 0.2s;
}
/* line 45, ../sass/header.scss */
#topMenu a:hover {
  color: #728b99;
}
/* line 49, ../sass/header.scss */
#topMenu .has-tip {
  cursor: pointer;
  border-bottom: 0;
}

/* line 55, ../sass/header.scss */
#mobile-nav-toggle {
  position: absolute;
  top: 54px;
  right: 40px;
  font-size: 30px;
  color: #455560;
  z-index:3;
}
/* line 61, ../sass/header.scss */
#mobile-nav-toggle i {
  cursor: pointer;
}

/*******
TOP BAR 
*******/
/* line 69, ../sass/header.scss */
nav.top-bar {
  width: 100%;
  min-height: 0;
  height: 0;
}
/* line 73, ../sass/header.scss */
nav.top-bar ul > li.toggle-topbar {
  display: none;
}
/* line 76, ../sass/header.scss */
nav.top-bar a {
  -webkit-transition: 0;
  -moz-transition: 0;
  -o-transition: 0;
  transition: 0;
}

@media (max-width: 767px) {
  /* line 82, ../sass/header.scss */
  #searchinput {
    color: white;
  }
}
@media (min-width: 981px) {
  /* line 88, ../sass/header.scss */
  #mainMenu {
    margin-top: 40px;
   /* margin-left: 210px;*/
  }

  /* line 92, ../sass/header.scss */
nav.top-bar {
min-height: 45px;
height: 45px;
top: 22px;
}

  /* line 96, ../sass/header.scss */
  #searchinput,  #searchinput-mobile {
    position: absolute;
    top: 7px;
    z-index: 1;
    margin-right: 0;
    width: 301px;
    height: 30px;
    float: none;
    background-color:#f2f3f3;
    border-top:1px solid #e7e7e7;
    border-left:none;
    border-right:none;
    border-bottom;none;
    border-bottom-width:0;
    border-left-width:0;
    border-right-width:0;
    border-top-width:1px; 
    right:18px; 
  }
  
  
  

}
@media (min-width: 940px) {
  /* line 109, ../sass/header.scss */
  #mainMenu {
   /* margin-left: 370px; */
  }
}
@media (min-width: 1100px) {
  /* line 115, ../sass/header.scss */
  #mainMenu {
    /*margin-left: 430px; */
  }
}
/********
MIXINS
********/
/*********
GLOBAL
*********/
/* line 75, ../sass/app.scss */
html, body {
  height: 100%;
  background: #f0f0f0;
}

/* line 80, ../sass/app.scss */
body {
  overflow-x: hidden;
}

/* line 84, ../sass/app.scss */
#container {
  height: 100%;
  max-width: 1280px;
  min-width: 320px;
  margin: 0 auto;
}

/* line 91, ../sass/app.scss */
#content {
  background-color: #d9d9d9;
  overflow-x: hidden;
}

/* line 96, ../sass/app.scss */
.no-pad #content {
  padding: 0;
}

/* line 100, ../sass/app.scss */
a {
  color: #455560;
  -webkit-transition: color, 0.2s;
  -moz-transition: color, 0.2s;
  -o-transition: color, 0.2s;
  transition: color, 0.2s;
  cursor:pointer;
}
/* line 103, ../sass/app.scss */
a:hover {
  color: #1a2125;
}

/* line 108, ../sass/app.scss */
.button {
  text-transform: uppercase;
}

/* line 112, ../sass/app.scss */
ul.accordion {
  border-bottom: 1px solid #cccccc;
}
/* line 114, ../sass/app.scss */
ul.accordion > li {
  border-top: 1px solid #cccccc;
}
/* line 116, ../sass/app.scss */
ul.accordion > li > div.title {
  background: transparent;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  
	background-image:url(/images/accordion-bg.png);
	background-repeat:repeat-x;
	max-height: 51px;  
	height:51px;  
}
/* line 120, ../sass/app.scss */
ul.accordion > li > div.title:hover {
  background: white;
}
/* line 125, ../sass/app.scss */
ul.accordion > li.active .content {
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}

/*********
UTILITIES
*********/
/* line 138, ../sass/app.scss */
.block p {
  font-size: 20px;
  text-align: center;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 145, ../sass/app.scss */
.gray-block {
  background: #cccccc;
  width: 100%;
  height: 300px;
  margin-bottom: 15px;
  border: 1px solid #999999;
}

/* line 153, ../sass/app.scss */
.pad {
  padding: 10px;
}

/* line 157, ../sass/app.scss */
.hover {
  background-color: #999999;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
/* line 160, ../sass/app.scss */
.hover:hover {
  cursor: pointer;
  background-color: #b3b3b3;
}

/* line 166, ../sass/app.scss */
.small {
  font-size: 10px;
  line-height: 14px;
}

/* line 171, ../sass/app.scss */
.no-link {
  color: black !important;
}

/* line 175, ../sass/app.scss */
.highlight {
  background-color: #cccccc;
}

/* line 179, ../sass/app.scss */
.align-center {
  text-align: center;
}

/* line 183, ../sass/app.scss */
.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

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

/* line 191, ../sass/app.scss */
table tbody tr:nth-child(even) {
  background-color: #f2f2f2;
}

div.form-details table tbody tr:nth-child(even) {
  background-color: transparent;
}



/* line 195, ../sass/app.scss */
.screen-small-only {
  display: block;
}

/* line 199, ../sass/app.scss */
.screen-medium, .screen-large {
  display: none;
}

/*******
FRAMEWORK
*******/
/* line 207, ../sass/app.scss */
.toc {
  margin: 10px 0 30px 25px;
}
/* line 209, ../sass/app.scss */
.toc li {
  font-size: 18px;
  margin: 10px 0;
  font-weight: bold;
}

/* line 216, ../sass/app.scss */
#topBanner {
  display: block;
  width: 100%;
  background-color: #999999;
  text-align: center;
  padding: 10px;
}

/* line 224, ../sass/app.scss */
#sidebar {
  background-color: #e1e4ea;
  padding: 15px 15px 30px 15px;
  overflow: hidden;
  float:right;
  margin-top:-36px;
}
/* line 229, ../sass/app.scss */
#sidebar table {
  margin-bottom: 20px;
	width:100%;
}

/* line 234, ../sass/app.scss */
#prospectArea {
  height: 100%;
  background-color: transparent;
  padding-top:10px;
}

#prospectArea .col2 .row + .row {
	margin-top:42px;
}

/* line 239, ../sass/app.scss */
#orderArea {
  height: 100%;
  background-color: transparent;
}

/* line 244, ../sass/app.scss */
#currentArea {
  display: block;
  width: 100%;
  background-color: #ffffff;
  padding-bottom:40px;
}

/* line 254, ../sass/app.scss */
#copyBox {
  height: 200px;
  background-color: #dddddd;
  padding: 10px 20px;
}

/* line 260, ../sass/app.scss */
#linksBox {
  height: 200px;
  background-color: #cccccc;
  padding: 10px 20px;
}
/* line 264, ../sass/app.scss */
#linksBox ul {
  margin-left: 20px;
  font-weight: bold;
}

/* line 270, ../sass/app.scss */
#footer {
  display: block;
  width: 100%;
  background-color: #2f3940;
  clear: both;
}

/* line 278, ../sass/app.scss */
#footerWide .footerAbout {
  padding-top: 35px;
}
/* line 280, ../sass/app.scss */
.footerAbout li, .footerAbout a {
  list-style: none;
  float: left;
  font-size: 11px;
  text-transform: uppercase;
  border-left: none;
}

.footerAbout li{

}

.footerAbout li + li {
  padding-left: 10px;
  margin-left: 10px;
}

#footerWide, #footerMid {
	padding:28px 20px 24px 20px
}

/* line 288, ../sass/app.scss */
#footerWide .footerAbout li:first-child {
  border-left: none;
  margin-left: 0;
}

.footerAbout a{
	color:#fcb813;
	font-size:11px;
}

/* line 295, ../sass/app.scss */
#serviceInfo {
  width: 100%;
  margin-top: 42px;
  background-color: transparent;
}

/* line 303, ../sass/app.scss */
#prospectThumbs1
#prospectThumbs2 {
  margin: 20px;
  bottom: 0;
}

/* line 308, ../sass/app.scss */
.title {
  font-weight: 700;
  font-size: 1.2em;
  margin-top: 20px;
}

.row + .post {
	margin-top: 40px;
}


.post + .post {
	margin-bottom: 40px;
}

.post h4.title{
	line-height:14px;
	margin-top:0;
	margin-bottom:0;
}

.post .post-info{
	display:none;
}

.paging {
	margin-bottom:40px;
}

.press-year-or-container{
	min-width:325px;
	float:left;
	max-width:350px;	
}

.press-year-container{
	min-width:250px;
	float:left;	
	max-width: 275px;
}

.press-year-or-container .andor {
	padding-left:8px;
	float:left;
}

.press-year-or-container .andor p{
	line-height:32px;
	font-weight:bold;
}

.press-year-container label, .press-quarter-container label{
	max-width:100px;
	float:left;
	margin-right:14px;
	min-width:44px;
}

.press-year-container label{
	text-align:left;
}


.press-year-container .dropdown, .press-quarter-container .dropdown{
	max-width:180px;
	float:left;
	clear:none;
}

.press-year-or-container.andor{
	min-width:50px;
	float:left;
	max-width:50px;	
}


.press-quarter-container{
	min-width:290px;
	float:left;
}

.press-quarter-button-container {
	min-width:250px;
}


#pressfilters .right label {
	width:100%;
}

.pressyear, .pressquarter {
	padding-right:5px;
}

span.andor {
	font-weight: bold;
	margin-right:60px;
}

.pressyear label, .pressquarter label{
	width:100%;
}

.row.fullcontent {
  width: 1280px;
}

.row.fullcontent .columns{
	padding-left:0;
	padding-right:0;
}

#home-row-banner > .container {
	margin-top:50px;
}



#home-row-banner .line2{
	text-align:left;	
}

#home-row-banner .container{
	/*margin-top:24px;*/
}



#home-row-banner .heading2{
	font-size:40px;
	text-align:center;
	margin-bottom:24px;
	margin-top:42px;
	line-height:46px;
}

#home-row-banner .heading4{
	color:#455560;
	text-transform:uppercase;
}

#home-row-banner .heading5{
	color:#84c446;
}

#home-row-banner .small.button {
	display:inline;
	font-size:16px;
}

#home-row-promo .small.button {
	font-size:16px;
}



#home-banner-offer{
	border-top:4px solid #84c446;
	border-bottom:4px solid #84c446;
	background-image:url(/images/bg-fff-70.png);
	background-repeat:repeat;
	padding-top:18px;
	padding-left:16px;
	padding-bottom:16px;
	padding-right:16px;
	margin-bottom:24px;
}

#home-row-promo .equalHt1 {
	max-height: none;
}

#home-banner-offer .pricing {
	color:#45555f;
}

#home-banner-offer .container .six {
	width:48% !important;
	float:left;
}

#home-banner-offer .vasuper{
	top:12px;
	vertical-align:text-top;
	position:relative;
}

#temp-right{
	background-color:transparent !important;
}


#home-row-local .line1 {
	margin-top:24px;
	line-height: 40px;;
}

#home-row-local .line2 {
	margin-top:16px;
	line-height:24px;
}

#home-row-local .line3 {
	margin-top:24px;
}

.home-local-right {
	margin-top:40px;
}

#home-local-events-list .show-for-medium-up{
	font-family: 'Gotham A', 'Gotham B'; font-weight: 400; font-style: normal;
}



#home-row-products {
	background: #c8cdd0; /* Old browsers */
	background: -moz-linear-gradient(top,  #c8cdd0 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c8cdd0), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #c8cdd0 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #c8cdd0 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #c8cdd0 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #c8cdd0 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8cdd0', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	padding-top:42px;
	padding-bottom:42px;
	padding-left:15px;
	padding-right:15px;
}

#home-row-products li{
	text-align:center;
}

#home-row-products .home-services{
	font-size:26px;
}

#home-row-local .left .container {
max-width: 640px;
padding: 34px 0 54px 83px;

}

#home-row-local .right .container p{
	text-align:center;
}


table.fourcol-nobg th {
	width:25%;
}

table.fourcol-nobg tr:nth-child(even) {
background-color: #ffffff;
}

.tacenter{
	text-align:center;
}

.select-to-compare {
	text-align:center;
	margin-top:24px;
}







/* line 314, ../sass/app.scss */
.prospectThumb {
  height: 136px;
  background-color: #999999;
  border: 1px solid #666666;
}

/* line 320, ../sass/app.scss */
.footerColumn {
  display: inline;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 10px;
}

/* line 328, ../sass/app.scss */
.orderBlock {
display: block;
width: 100%;
height: 118px;
background-color: transparent;
border: none;
margin: 0px 10px 43px 0px;
padding: 10px;
}

/* line 338, ../sass/app.scss */
.row.full-width {
  width: 100%;
  max-width: 100%;
}

.row.full-width.header {
	padding-left: 18px;
	padding-top: 24px;
	padding-bottom: 24px;
}

/* line 343, ../sass/app.scss */
#channel-names {
  width: 100%;
  overflow: hidden;
  text-align:center;
  position:relative;
  }
  
  
/* line 346, ../sass/app.scss */
#channel-names li {
  list-style: none;
  float: none;
  padding: 10px;
  margin: 5px;
  background: #e6edee;
  color: #45545f;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
	margin-right:2px;
	display:inline-block;
	font-family: 'Gotham A', 'Gotham B'; font-weight: 700; font-style: normal;	
	font-size:12px;
}

.tplt-3 #channel-names li {
	text-transform:uppercase;
	font-family: 'Gotham A', 'Gotham B'; font-weight: 700; font-style: normal;	
	font-size:12px;
}

.tplt-3 #channel-names li .compare-bold {
	font-size:32px;
	font-family: 'Gotham A', 'Gotham B'; font-weight: 400; font-style: normal;
	line-height:32px;
}



/* line 357, ../sass/app.scss */
#channel-names li:hover {
  background: #e6edee;
}
/* line 360, ../sass/app.scss */
#channel-names li.active {
  background: #fcb813;
}

/*******
INTERNAL TEMPLATE
*******/
/* line 370, ../sass/app.scss */
.internal #footer {
  margin-top: 20px;
}

/*******
PRODUCT LANDING TEMPLATE
*********/
/* line 378, ../sass/app.scss */
.landing #content {
  padding-bottom: 40px;
}
/* line 381, ../sass/app.scss */
.landing .product-compare {
  margin: 20px 0;
  padding-bottom: 20px;
  overflow: hidden;
}
/* line 386, ../sass/app.scss */
.landing .compare-button {
  width: 30%;
  margin: 0 auto;
}
/* line 390, ../sass/app.scss */
.landing .compare-item {
  background: #bfbfbf;
  padding: 5px 15px 1000px;
  margin-bottom: -1000px;
}
/* line 394, ../sass/app.scss */
.landing .compare-item ul {
  padding-left: 20px;
}
/* line 396, ../sass/app.scss */
.landing .compare-item ul li {
  font-size: 16px;
}
/* line 400, ../sass/app.scss */
.landing .compare-item .premium {
  text-align: center;
  margin: 10px 0 20px;
}
/* line 405, ../sass/app.scss */
.landing .compare-buttons {
  text-align: center;
}
/* line 407, ../sass/app.scss */
.landing .compare-buttons a {
  display: inline-block;
  margin: 10px;
}
/* line 412, ../sass/app.scss */
.landing .accordion-wrapper {
  margin-top: 40px;
}

/********
PRODUCT COMPARE TEMPLATE
********/
/* line 421, ../sass/app.scss */
.compare .popular {
  text-align: center;
}
/* line 424, ../sass/app.scss */
.compare #compare-table {
  margin-bottom: 20px;
}
/* line 426, ../sass/app.scss */
.compare #compare-table th {
  width: 20%;
}
/* line 429, ../sass/app.scss */
.compare #compare-table td {
  text-align: center;
}
/* line 431, ../sass/app.scss */
.compare #compare-table td:first-child {
  text-align: left;
}
/* line 438, ../sass/app.scss */
.compare #compare-table i.fa-check {
  font-size: 24px;
}

/*******
TABLE IMAGES 
*******/
/* line 448, ../sass/app.scss */
img.channel-logo {
  width: 100%;
  max-width: 182px;
  height: auto;
}

/********
PRODUCT DETAILS TEMPLATE
********/
/* line 458, ../sass/app.scss */
.details .review-stars {
  color: #fbb716;
  margin-bottom: 10px;
  font-size: 20px;
}
/* line 462, ../sass/app.scss */
.details .review-stars i {
  margin-right: 5px;
}
/* line 466, ../sass/app.scss */
.details p.review-name {
  font-weight: bold;
}
/* line 469, ../sass/app.scss */
.details .channel-list-wrapper {
  height: 350px;
  overflow: scroll;
}
/* line 473, ../sass/app.scss */
.details .channel-list {
  list-style: none;
}
/* line 475, ../sass/app.scss */
.details .channel-list li {
  padding: 5px;
}
/* line 478, ../sass/app.scss */
.details .channel-list li:nth-child(even) {
  background-color: #e6e6e6;
}

/********
ORDER DETAILS 
********/
/* line 488, ../sass/app.scss */
.order-details #content {
  overflow: hidden;
}
/* line 491, ../sass/app.scss */
.order-details .form-details {
  width: 100%;
  overflow: hidden;
}
/* line 495, ../sass/app.scss */
.order-details .input-wrapper {
  width: 340px;
  margin: 0 20px;
}
/* line 499, ../sass/app.scss */
.order-details .input-wrapper-small {
  width: 150px;
  float: left;
  margin: 0 20px;
}
/* line 504, ../sass/app.scss */
.order-details .order-email {
  margin-bottom: 5px;
}
/* line 507, ../sass/app.scss */
.order-details .legal {
  margin-top: 80px;
}
/* line 509, ../sass/app.scss */
.order-details .legal p {
  color: #666;
}
/* line 513, ../sass/app.scss */
.order-details .mobile-legal {
  padding: 0 30px;
}


#mobileOrderDisclaimer.mobile-legal:before {
	content:"";
}

#mobileOrderDisclaimer.mobile-row-nopadding p:before {
	content:"";
}

#mobileOrderDisclaimer .mobile-legal p {
	font-size:10px;
}


/* line 517, ../sass/app.scss */
.order-details .accordion input, .order-details .accordion select {
  float: left;
  margin-right: 15px;
}
/* line 522, ../sass/app.scss */
.order-details .customer-service {
  margin-top: 50px;
}


#mainMenu.businessMainMenu{
	right:0;
}

body.market-austin li.show-market-austin, body.market-sanmarcos li.show-market-sanmarcos {
	display:list-item;
}

ul.accordion > li li.redli, li.redli {
	color:#cc3026;
}


@media (max-width: 1091px) {

	#mainMenu.residentialMainMenu .top-bar ul.left {
		position:relative;
		right:-298px;
	}

	#mainMenu.residentialMainMenu  #search-input-li{
		position:absolute;
		top:30px;
		right:200px;
	}

}


@media (min-width: 981px) {

	  /* line 528, ../sass/app.scss */
	  .screen-small-only {
		display: none;
	  }

	  /* line 531, ../sass/app.scss */
	  .screen-medium {
		display: block;
	  }
  
	  #search-input-li:hover{
		background-color:transparent;
	  }

	 #currentAreaContainerFull{
		display:block;
	} 
  
	 #currentAreaContainerMobile{
		display:none;
	}


	#mainMenu{
	position:relative;	
	}
	
	
	#mainMenu.residentialMainMenu .nolink{
		cursor:default;
	}

  
}

@media (max-width: 1240px) {

	img.vertalignmid {
		margin-top:14px;
	}

}


@media (max-width: 1200px) {

	#home-row-promo .line1{
		margin-top:24px;
	}

	#home-row-promo .line2{
		margin-top:6px;
	}

	#home-row-promo .line3{
		margin-top:18px;
		line-height:24px;
	}

	#home-row-promo .line4{
		margin-top:14px;
	}

	#home-row-promo .line4 .learnmore{
		margin-top:24px;
	}
	
	#home-row-promo .fs34{
		font-size:30px;
	}

	#home-row-promo .fs18{
		font-size:16px;
	}
	
	#home-row-promo .small.button {
	font-size: 14px;
	}
	
	img.vertalignmid {
		margin-top:8px;
	}
	
}



@media (max-width: 1150px) {

	#home-row-promo .line1{
		margin-top:22px;
	}

	#home-row-promo .line2{
		margin-top:5px;
	}

	#home-row-promo .line3{
		margin-top:16px;
		line-height:22px;
	}

	#home-row-promo .line4{
		margin-top:12px;
	}

	#home-row-promo .line4 .learnmore{
		margin-top:20px;
	}
	
	#home-row-promo .fs34{
		font-size:24px;
	}

	#home-row-promo .fs18{
		font-size:14px;
	}
	
	#home-row-promo .small.button {
	font-size: 12px;
	}	
		
	
}


@media (min-width: 1024px) {
  /* line 537, ../sass/app.scss */
  .screen-full {
    display: block;
  }
}


@media only screen and (max-width: 980px) {


  /* line 544, ../sass/app.scss */
  .screen-small-hide {
    display: none !important;
  }

  /* line 548, ../sass/app.scss */
  #header {
   /* position: fixed; */
  }

  /* line 551, ../sass/app.scss */
  #container #content {
    padding: 111px 0 0;
  }
  
  .localViewContainer {
  	display:none;
  }

  /* line 555, ../sass/app.scss */
  #topBanner, #localView {
    display: none;
  }

  /* line 559, ../sass/app.scss */
  .landing .compare-item {
    padding-bottom: 5px;
    margin-bottom: 20px;
  }
  /* line 562, ../sass/app.scss */
  .landing .compare-item .compare-buttons a {
    margin-top: 0;
  }

  /* line 567, ../sass/app.scss */
  .landing .compare-button {
    width: 100%;
  }

  /* line 571, ../sass/app.scss */
  .details .premium {
    margin-top: 20px;
  }

  /* line 575, ../sass/app.scss */
  .orderBlock {
    height: auto;
    background-image:url(/images/home-services-bg.gif);
    background-repeat:repeat-x;
    background-color:#f8f8f9;
    text-align:left;
    min-height:100px;
    max-height:100px;
    margin-top:33px;
    margin-bottom:2px;
    
  }
  
    .orderBlock .four {
    	width:30% !important;
    	float:left !important;
    }
  
      .orderBlock .eight {
    	width:70% !important;
    	float:left !important;
    }
  
   .orderBlock .learnMore {
    	float:right;
    	display:block;
    	overflow:hidden;
    	text-indent:-5000px;
    	width:10%;
    	display:none;
    }
    
    .orderBlock + .orderBlock{
    	margin-top:2px;
    }

    div.home #orderArea{
    	padding-bottom:33px;
	
    }
    
	#orderArea h2 {
		margin-top: 33px;
	}    
    
    div.home #orderArea .orderBlock p{
    	font-size:14px;  
    	line-height:18px;  	
    }
    
    
    #currentArea .mobileorbit{
    	min-height:240px;
    }
    
#currentTitle p.title {
float: none; 
margin-left: 0;
margin-bottom: 8px; 
margin-top: 15px;
text-align: center;
} 

 #currentAreaContainerFull{
	display:none;
} 

#currentAreaContainerMobile{
	display:block;
	padding-bottom:24px;
} 

#currentAreaContainerMobile .four{
	width:33.33333% !important;
	float:left;
} 

#currentAreaContainerMobile .five{
	width:38% !important;
	float:left;
} 

#currentAreaContainerMobile .six{
	width:58% !important;
	float:left;
} 

#currentAreaContainerMobile .offset-by-two{
	margin-left:16.66667% !important;
}

#currentAreaContainerMobile .offset-by-one{
	margin-left:2% !important;
	padding-right:0;
}

.current-icons {
	clear:both;
	float:left;
	margin-right:0;
}

#prospectArea {
	padding-left:0;
	padding-right:0;
background: #f3f6f8; /* Old browsers */
background: -moz-linear-gradient(top, #f3f6f8 0%, #fdfefe 48%, #fdfefe 49%, #fdfefe 100%, #207cca 100%, #ffffff 100%, #ffffff 101%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f6f8), color-stop(48%,#fdfefe), color-stop(49%,#fdfefe), color-stop(100%,#fdfefe), color-stop(100%,#207cca), color-stop(100%,#ffffff), color-stop(101%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f3f6f8 0%,#fdfefe 48%,#fdfefe 49%,#fdfefe 100%,#207cca 100%,#ffffff 100%,#ffffff 101%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f3f6f8 0%,#fdfefe 48%,#fdfefe 49%,#fdfefe 100%,#207cca 100%,#ffffff 100%,#ffffff 101%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f3f6f8 0%,#fdfefe 48%,#fdfefe 49%,#fdfefe 100%,#207cca 100%,#ffffff 100%,#ffffff 101%); /* IE10+ */
background: linear-gradient(to bottom, #f3f6f8 0%,#fdfefe 48%,#fdfefe 49%,#fdfefe 100%,#207cca 100%,#ffffff 100%,#ffffff 101%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f6f8', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

#prospectArea .mobileorbit{
	margin-left:0;
	margin-right:0;
	text-align:center;
}

#prospectArea .learnMore{
	float:none;
	margin-top:24px;
}

#prospectArea .header{
	margin-top:24px;
}

#prospectArea ul.orbit-bullets li{
	background: url('/images/bullets-dark.png?1393011214') no-repeat 0 0;
}


#serviceInfo{
margin-left:0;
margin-right:0;
background: #f3f6f8; /* Old browsers */
background: -moz-linear-gradient(top, #f3f6f8 0%, #fdfefe 48%, #fdfefe 49%, #fdfefe 100%, #207cca 100%, #ffffff 100%, #ffffff 101%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f6f8), color-stop(48%,#fdfefe), color-stop(49%,#fdfefe), color-stop(100%,#fdfefe), color-stop(100%,#207cca), color-stop(100%,#ffffff), color-stop(101%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f3f6f8 0%,#fdfefe 48%,#fdfefe 49%,#fdfefe 100%,#207cca 100%,#ffffff 100%,#ffffff 101%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f3f6f8 0%,#fdfefe 48%,#fdfefe 49%,#fdfefe 100%,#207cca 100%,#ffffff 100%,#ffffff 101%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f3f6f8 0%,#fdfefe 48%,#fdfefe 49%,#fdfefe 100%,#207cca 100%,#ffffff 100%,#ffffff 101%); /* IE10+ */
background: linear-gradient(to bottom, #f3f6f8 0%,#fdfefe 48%,#fdfefe 49%,#fdfefe 100%,#207cca 100%,#ffffff 100%,#ffffff 101%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f6f8', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
text-align:center;
}

#serviceInfo .row{
	margin-left:0;
	margin-right:0;
}
 
#serviceInfo h4{
	text-align:center;
} 

#serviceInfo img {
margin-left: auto;
margin-right: auto;
}

#mobileMarket {
padding-left: 14px;
background-image: url(/images/map-pin.png);
background-repeat: no-repeat;
font-size: 12px;
padding-top: 4px;
display: block;
top: 54px;
right: 90px;
position: absolute;
background-position: top center;
width: 160px;
cursor: pointer;
}

#mobileMarket .text {
margin-top: 12px;
text-align: center;
width: 100%;
	color: #455560;
	font-family: 'Gotham A', 'Gotham B';
	font-weight: 700;
	font-style: normal;
	font-size:12px;
}



	#channel-names.screen-small-only.marg-rt {
		margin-left:0;
	}
	
	#channel-names.screen-small-only.marg-rt li {
		margin-right:2px;
	}



  
  

  /*******
  NAV
  *******/
  /* line 582, ../sass/app.scss */
  .top-bar ul.left li {
    background: #303b42;
    border-top: 1px solid #455560;
    border-bottom: 1px solid #1a2125;
  }
  /* line 586, ../sass/app.scss */
  .top-bar ul.left li:first-child {
    border-top: 0;
  }

  /* line 591, ../sass/app.scss */
  .top-bar ul.left li a {
    font-size: 16px;
  }
  /* line 594, ../sass/app.scss */
  .top-bar ul.left li:hover > a {
    background-color: #455560 !important;
  }

  /* line 598, ../sass/app.scss */
  .top-bar ul.dropdown .title {
    margin-top: 0;
  }
  /* line 600, ../sass/app.scss */
  .top-bar ul.dropdown .title a:hover {
    background: transparent !important;
  }

  /* line 604, ../sass/app.scss */
  .top-bar ul > li.has-dropdown.moved > .dropdown li:not(.title) a {
    padding: 10px 22.5px;
  }

  /* line 607, ../sass/app.scss */
  .top-bar, .top-bar ul > li.has-dropdown .dropdown {
    background: #303b42;
  }
  /* line 609, ../sass/app.scss */
  .top-bar li:last-child, .top-bar ul > li.has-dropdown .dropdown li:last-child {
    border-bottom: 0;
  }

  /* line 614, ../sass/app.scss */
  #mobile-bottom-menu {
    border-top: 1px solid #455560;
    padding: 10px 22.5px;
  }
  /* line 617, ../sass/app.scss */
  #mobile-bottom-menu i {
    font-size: 18px;
    margin-right: 15px;
  }
  /* line 621, ../sass/app.scss */
  #mobile-bottom-menu a {
    color: white;
  }
  /* line 624, ../sass/app.scss */
  #mobile-bottom-menu .text-links {
    margin-top: -10px;
  }
  /* line 626, ../sass/app.scss */
  #mobile-bottom-menu .text-links span + span {
    border-left: 1px solid #455560;
    margin-left: 15px;
    padding-left: 15px;
  }



  /* line 634, ../sass/app.scss */
  #logo {
    display: inline-block;
    width: 221px;
    height: 72px;
    background-image: url(/images/logo_horz.png);
    float: left;
  }


  /* line 642, ../sass/app.scss */
  #footer {
    height: auto;
    margin-top: 0;
  }

  /* line 646, ../sass/app.scss */
  .footerAbout {
    padding-top: 15px;
  }
  /* line 648, ../sass/app.scss */
  .footerAbout li {
    width: 100%;
    float: none;
    text-align: left;
    border: 0;
    margin: 5px 0;
  }

  /* line 657, ../sass/app.scss */
  .order-details .input-wrapper, .order-details .input-wrapper-small {
    margin-left: 0;
  }
  /* line 660, ../sass/app.scss */
  .order-details #name {
    margin-left: 0;
  }
  
  
  #orderArea {
  	background-color:#455560;
  	text-align:center;
  }
  
  
  #header {
  	border-top:none;
  }
  
  .tplt-3 .full-width.rowBG01 {
	padding-left: 0;
	}  
  
  .tplt-3 #compare-table{
  	margin-left:0;
  	margin-right:0;
  	padding-left:0;
  	padding-right:0;
  	width:100% !important;
  	overflow:hidden;
  }
  
  
  .tplt-3 #compare-table .table-headings{
		display:none;
  }

	#compare-table .table-headings{
		display:none;
	}
	
	#compare-table table .table-headings + tr.border-top td{
		border-top:1px solid #000000;
	}
  
	#compare-table .table-headings-narrow {
		display:inline;
		border-bottom:1px solid #000000;
	}  
	
	#compare-table .table-headings-narrow .option{
		background-color:#fcb813;
	}
	
	.table-headings-narrow .left, .table-headings-narrow .right {
		float:left !important;
		clear:none;
		width:50% !important;
	} 
	
	p.legal {
	word-break:break-all;
	}	 	

  
  
} // end of max-width:981px;


@media only screen and (max-width: 1280px) {

	.sticky.fixed.stuck {
	margin-left: 40px;
	margin-right: 40px;
	width: auto;
	}

}




@media only screen and (max-width: 1250px) and (min-width: 981px)  {

	#mainMenu.residentialMainMenu .top-bar ul.left {
			position:absolute;
			right:25px;
	}	

}

@media only screen and (max-width: 1250px) {
	
	
	#mainMenu.residentialMainMenu #search-input-li {
		position:absolute;
		right:0;
		top:38px;
	
	}	
	
	#mainCallNow {
		position:absolute;
		right:330px;
	}

}

@media only screen and (max-width: 1250px) and (min-width: 981px) {

	#mainMenu.residentialMainMenu ul.left {
		position:absolute;
		right:24px;
	}

	#mainMenu.residentialMainMenu ul.left {
		position:absolute;
		/* right:204px; */
		right:25px;
	}
	
	#mainMenu.residentialMainMenu ul.left #search-input-li {
		position:absolute;
		right:-4px;
	}	
	
}


@media only screen and (max-width: 1280px) and (min-width: 981px)  {

	#mainMenu.businessMainMenu1 .top-bar ul.left {
			position:absolute;
			right:25px;
	}	

}



@media only screen and (max-width: 1270px) {

	#footerWide .footerAboutContainer {
		width:100% !important;
	}

	#footerWide .footerCallContainer {
		clear:both;
		float:left;
		margin-bottom:20px;
		width:100% !important;
	}
	
	#footerWide {
		display:none;
	}
	
	#footerMid{
		display:block;
	}
	
	
	#footerMid span {
		text-align:left;
	}
	
	#footerMid .footerSocial {
		margin-bottom:24px;
	}	

}


@media only screen and (max-width: 1140px) {

	.vertalignmid {
		padding-top:10px;
	}	
	
}

@media only screen and (max-width: 1100px) {
	
	
	#mainMenu.businessMainMenu #search-input-li {
		position:absolute;
		right:-14px;
		top:38px;
	}
	
	#mainMenu.businessMainMenu .top-bar ul.left {
		margin-right: -315px;
	}
	
	.vertalignmid {
		padding-top:14px;
	}	
		

}


@media only screen and (max-width: 1100px) {
	
	.press-quarter-button-container {
		clear:both;
	}
	
	.press-year-container label, .press-quarter-container label {
		min-width: 56px;
	}
	
	.press-year-or-container {
		min-width: 325px;
		float: left;
		max-width: 600px;
	}
	
	.press-year-container {
		min-width: 282px;
		max-width: 500px;
	}				
	
}




@media only screen and (max-width: 1024px) {



	#home-banner-offer .fs68 {
		font-size:48px;
	}

	#home-banner-offer .fs36 {
		font-size:25.2px;
	}

	#home-banner-offer .fs34 {
		font-size:24px;
	}

	#home-banner-offer .fs26 {
		font-size:18px;
	}



}

@media only screen and (max-width: 986px) {

	#footerMobile{
		display:block;
		overflow:hidden;
	}
	
	#footerWide, #footerMid{
		display:none;
	}
	
	#footerMobile .six{
		width:50% !important;
		float:left;
	}
	
	.offset-by-three {
		margin-left:25% !important;
	}
	
	#footerMobile .line1{
		margin-top:18px;	
	}	
	
	#footerMobile .footerAbout a{
		display:block;
		clear:both;
		text-align:left;
		margin-bottom:14px;
	}
	
	#footerMobile .footerCopyright{
		margin-bottom:18px;
		margin-top:18px;
		color:#ffffff;
	}



	
	@-moz-document url-prefix() { 
	
		#mobile-nav-toggle {
			z-index:3;
		}

		#mainMenu .top-bar.expanded{
			position:relative;
			top:133px;
			right:241px;
		}
  
	}
	
	#compare-table p.legal {
		padding-left:24px;
		padding-right:24px;
	}
	
	
	#home-row-promo .right .container{
		width:100%;
		position:static;
		padding-bottom:24px;
		padding-left:14px;
		padding-right:14px;
	}
	

	#home-row-promo {
	text-align: center;
	}
	
	
	
	#home-row-promo .equalHt1 {
		max-height:none;
	}

	#home-row-promo .line4 {
	margin-top: 0px; 
	}		
	
	#home-row-promo .line4 .images{
		width:100% !important;
		text-align:center; 
		padding-bottom:24px;
	}	
	
	#home-row-promo .line4 .images img{
		top:0;
	}		
	
	#home-row-promo .equalHt1 .small.button {
		display:inline;
		margin-top:24px;
	}
	
	
	
	#home-row-promo .right .container .learnmore a{
		display:inline;
	}	
	
	.fg-img {
		display:none;
	}
	
	#home-row-promo .left {
		display:none;
	}
	
#home-row-promo .right .container .learnmore a {
display: block;
max-width: 120px;
margin-left: auto;
margin-right: auto;
margin-bottom: 12px;
}					
	
	
	
}


@media only screen and (max-width: 980px) {

	#header {
		height:132px;
	}
	
	.vertalignmid {
		padding-top:20px;
	}	
	
}

@media only screen and (max-width: 900px) {
	.vertalignmid {
		padding-top:30px;
	}
}

@media only screen and (max-width: 860px) {
	.vertalignmid {
		padding-top:34px;
	}
}


@media only screen and (max-width: 820px) {

	
	.vertalignmid {
		padding-top:40px;
	}	
	
}




@media only screen and (max-width: 986px) and (min-width: 768px) {

	.compare-item .pricing {
		font-size:40px;
	}
		
	.compare-item .dollar, .compare-item .cents {
		font-size:26px;
		top:2px;		
	}
	
	#home-row-products {
		padding-left:6% !important;
	}	

	
}



@media only screen and (max-width: 767px) {


	.row{
		min-width:0px;
	}

	#linksRow {
		padding-left:20px;
	}
	
	#channelWizardContentArea {
		margin-left:0;
		margin-right:0;
		padding-right:0;
	}
	
	#channel-header {
		margin-left: 0;
		margin-right:0;
	}
	
	#home-row-banner{
		background-image:none !important;
		background-color:#b5babf;
	}
	
	#home-row-banner .heading2 {
		font-size: 27px;
	}

	.fs68 {
		font-size:47px;
	}	
	
	.fs34 {
		font-size:23.5px;
	}	
		
	
	.fs26 {
		font-size:18px;
	}	
	
	#home-row-promo .left{
		display:none;
	}
	
	#home-banner-offer{
		background-color:#e9eaec;	
		width:80%;
		margin-left:auto;
		margin-right:auto;
	}	
	
	
	
	#home-banner-container{
		margin-left:auto;
		margin-right:auto;
		width:80%;
		margin-top:24px;
	}
	
	
	
	#home-banner-container .left.columns{
		width:60% !important;
	}
	
	#home-banner-container .right.columns{
		width:40% !important;
	}	
	
	.mw350 {
		max-width:none;
	}
	
	#home-row-promo .images	{
		float:left;
		clear:both;
		text-align:center;
	}
	
	.page-header-short h2.heading4 {
		line-height: 40px;
		font-size: 30px;
		margin-bottom: 0;
		padding-top:20px;
		padding-bottom:20px;
	}
	
#home-row-banner .line2{
	text-align:center;	
}	
	
	#home-row-local {
		text-align:center;
	}
	
	#home-row-local .left .container{
		max-width:none;
	}
	
	#home-local-events-list{
		display:block;
		float:none;
		margin-top:14px;
	}
	
	#home-local-events-list .list-item{
		display:inline;
		float:none;
	}

	#home-local-events-list .list-item + .list-item{
		margin-left:50px;
	}
	
	.home-local-deal-left {
		display:inline !important;
		float:none;
	}
	
	.home-local-right{
		display:inline;
		max-width:50%;
	}
	
	.mobileorbit .cta {
		text-align:center;
	}
	
	
	.mobileorbit .learnMore {
		float:none;
	}

	#footerMobile .line1 {
		width:100% !important;
		margin-left:auto !important;
		margin-right:auto !important;		
	}
	
	
	#footerMobile .line1 p.tacenter{
		padding-left:10%;
		padding-right:10%;		
	}
	
	#footerMobile .line1 p.tacenter .button{
		display:block;
		width:100%;			
	}
	
	#currentArea {
		padding-bottom:4px;
	}
	
	#home-row-products ul {
		position:relative;
		left:8px;
	}

	#home-row-products li {
		padding:18px 0 18px 0;
	}	
	
	
	#home-banner-offer .left.columns {
		float:left;
	}
	
	#home-banner-offer .right.columns {
		float:left;
	}
	
	
	#headerdivider {
		display:none;
	}
	
	
	#home-row-local .left .container {
		padding: 34px 24px 54px 24px;
	}
	
	#mobileMarket {
		padding-left: 14px;
		background-image: url(/images/map-pin-mobile.png);
		background-repeat: no-repeat;
		font-size: 12px;
		padding-top: 4px;
		display: block;
		top: 20px;
		right: 45px;
		position: absolute;
		background-position: top center;
		width: 120px;
		cursor:pointer;
	}

	#mobileMarket .text {
		margin-top: 12px;
		text-align: center;
		width: 100%;
		font-size:11px;
	}

	#logo {
		display: inline-block;
		width: 120px;
		height: 39px;
		background-image: url(/images/logo_horz-mobile.png);
		float: left;
	}
	
	#header {
		height: 65px;
	}
	
	#logo {
		margin-top:9px;
		z-index:20000;
	}
	
	.top-bar.expanded {
		top:7px;
	}
	
	#mobile-nav-toggle {
		top: 20px;
		right: 10px;
	}
	
	#mobileOrderDisclaimer {
		margin-top:24px;
		display:block
	}
	
	.legal.screen-small {
		display:none;
	}
	
	#sidebar {
		margin-top: 0;
		clear: both;
		float: left;
		width: 100% !important;
	}
	
	.mobile-row-nopadding {
		padding-left:0 !important;
		padding-right:0 !important;
	}
	
	.noTableBefore:before {
		display:none;
	}
	
	.form-details {
		text-align:center;
	}	
	
	.tplt-2 .button1{
		display: inline;
		width: auto;
		clear: both;
		margin-left: auto;
		margin-right: auto;
		margin-top:14px;
		padding:14px 14px 14px 14px;
	}
	
	.form-details .dropdown{
		text-align:left;
	}
	
	.sidebar-item.customer-service {
		text-align:center;
		margin-top:24px;
	}
	
	.sidebar-item.customer-service img	{
		top:0;
		left:0;
	}
	
	.sidebar-item.customer-service .learnMore {
		float:none;
	}
	
	.full-width.rowBG01 {
		padding-left:0;
	}
	
	.tplt-6 .page-header-short + .rowBG01 {
			padding-top: 0;
	}

	.tplt-6 .page-header-short + .rowBG01 .six.columns:first-of-type{
			padding-left: 0;
			padding-right:0;
	}
	
	.tplt-6 #productNameAndPricing {
		float: none;
		width: 100%;
		text-align: center;
	}
	
	.tplt-6 #productNameAndPricing .pricing{
		float:none;
	}
	
	.tplt-1 .filters, .tplt-26 .filters {
		float:left;
		clear:both;
		min-width:none;
	}
	
	#channelLists {
	height: 280px;
	overflow: scroll;
	}

			
	.tplt-1 .hiliteborder, .tplt-26 .hiliteborder {
		margin-left:0;
		margin-right:0;
	}
	
	
	
	#linksRow {
		padding-left:0;
	}		
	
	#channel-header {
		margin-left:0;
		margin-right:0;
	}
	
	#channelWizardAnswerArea {
		border-top:14px solid #fcb813;
	}
	
	.channelWizardOptions {
		padding-right: 5%;
	}
	
	#channelGridContent {
		padding-left:0;
		padding-right:0;
	}
	
	#channelGridContent #channel-names {
		margin-left:0;
		margin-right:0;
	}	
	
	
	.tplt-1 #channel-names li + li, .tplt-26 #channel-names li + li {
		margin-left:2px;
	}
	
	@-moz-document url-prefix() { 

		#mainMenu .top-bar.expanded{
			position:relative;
			top:65px;
			right:140px;
		}
  
	}	
	
	.tplt-3 .table-headings-narrow .six{
		width:50% !important;
	}	
	
	.tplt-3 .four.columns.centered {
		width:33.33333% !important;
	}	
	
	.page-header-short h2.heading4 {
		line-height: 28px;
		font-size: 24px;
	}	

	.businessHomeServices .columns {
		margin-bottom:24px;
		padding-right:15px;
	}
	
	.row.businessHomeServices + .row.businessHomeServices {
		margin-top:0;
	}

	.tplt-6 .cb.mtbtn  {
		width:100%;
		text-align:center;
	}
	
	.tplt-6 .cb.mtbtn a {
		display: block;
		float: none;
		margin-left: auto;
		margin-right: auto;
		width: 140px;
		clear: both;
		margin-bottom:18px;
	}
	
	.tplt-6 .cb.mtbtn a.learnMore {
		display:inline;
	}	
	
	ul.accordion .title {
		text-align:left;
	}
	
	#channelGridContent #channel-names p {
		margin-top:24px;
	}
	
	#home-row-products {
		padding-left:6% !important;
	}
	
	.press-year-or-container .andor {
		clear:both;
	}
	
	.press-year-or-container label, .press-quarter-button-container label{
		font-size:14px;
	}
	
	.press-quarter-button-container .button {
		float:left;
		clear:both;
		margin-top:18px;
		margin-bottom:18px;
	} 
	
	.sticky.fixed.stuck {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}
	
	#channelGrid .channel-grid-mobile td:nth-child(2) {
	 padding-right: 8px;
	}
	
	.reviewStars {
		width:100%;
	}
	
	.reviewstarsinline {
		margin-bottom:14px;
	}
	
	.reviewStars .learnMore {
		float:none;
		margin-top:18px;
	}	
	
	.page-header-tall.header-container	{
		text-align:center;	
	}
	
	.productlandingHeaderImageSmall {
		display:block;
		background-repeat:no-repeat;
		margin-top:-36px;
		padding-left:0;
		padding-right:0;
		background-size:cover;
	}
	
	.tplt-6 .productlandingHeaderImageSmall {
		margin-top: 0px;
	}	

	.productlandingHeaderImageWide {
		display:none;
	}

	.productlandingHeaderImageWide + .text-container {
		padding-top:24px;
	}
			

	#channelGrid td:nth-child(1) {
		padding-right:8px;
	}
	

				


} // end of (max-width: 767px)


@media only screen and (min-width: 660px) {
  /* line 666, ../sass/app.scss */
  #mobileMenu {
    display: none;
  }
  
  
  .home-local-events-list .cta {
  	text-align:center;
  }

 .mobileorbit .cta a{
 	float:none;
 }
  
}


.optionCell {
	font-weight: bold;
}

.optionLabelPadding {
	padding-left: 5px;
}

@media only screen and (max-width: 550px) {

	#careers-iframe {
		display:none;
	}

	#careers-iframe-mobile {
		display:block;
	}
	
	#home-row-promo {
	text-align: center;
	}
	
	#home-banner-container {
		width: 100%;
	}

	#home-banner-offer .fs68 {
	font-size: 40px;
	}	

	#home-banner-offer .fs34 {
	font-size: 18px;
	}	
	
	#home-banner-offer .fs26 {
	font-size: 20px;
	}		
	
	span.breakNarrow {
		display:block;
		clear:both;
	}
	
	#channel-names.screen-small-only  li {
		font-size:9px;
		padding-left:6x;
		padding-right:6px;
	}
	
	#channel-names.screen-small-only .compare-bold {
		font-size:9px;
	}
	
	#compare-table #channel-names h6 {
		font-size: 9px;
	}
	
	.tplt-1 #linksRow .links, .tplt-11  #linksRow .links, .tplt-26  #linksRow .links{
	padding: 18px 6px 18px 6px;
	}		
	
	.tplt-1 #linksRow .links + .links, .tplt-11 #linksRow .links + .links, .tplt-26 #linksRow .links + .links{
	margin-left: 6px;
	}
	
	.tplt-1 #linksRow, .tplt-11 #linksRow, .tplt-26 #linksRow {
		padding-right: 0px;
	}
	
	.tplt-1 .large.button, .tplt-26 .large.button {
		font-size: 14px;
		padding-left: 8px;
		padding-right: 8px;
	}
	
	#home-banner-offer .vasuper {
		top: 8px;
	}		
	
	
}

	
	#compare-table th.option, #compare-table td.option {
		background-color:transparent;
	}
	
	
	#compare-table th.option.highlight, #compare-table td.option.highlight {
		background-color: #fef1d0;
	}	

	
	
	#channel-names.screen-small-only li{
		margin:0;
	}



	

@media only screen and (min-width: 981px) {

	#compare-table .table-headings h4 {
		display:block;
	}
	
}


@media only screen and (max-width: 980px) {
	
	#compare-table th.option, #compare-table td.option {
		background-color:#fdb913;
	}	
	
}

@media screen and (orientation:portrait) {
 
 	.tplt-1 #linksRow, 	.tplt-26 #linksRow {
		padding-left: 0;
	}
	
	.tplt-1 .full-width.rowBG01, .tplt-26 .full-width.rowBG01 {
		padding-left: 0;
	}
	
	.tplt-1 .channelRow, .tplt-26 .channelRow {
		padding: 20px 15px 35px;
		padding-bottom: 12px;
	}	
	
	#channelListRight {
	margin-top: 0;
	}

	#channelListLeft, #channelListRight {
	width: auto !important;
	float: none;
	}
	
	
	.tplt-26 #channel-header {
		margin-left: 0;
		margin-right: 0;
	}	
	
	.tplt-1 #channel-header, .tplt-26 #channel-header {
		margin-left: 0;
		margin-right: 0;
	}
	
	
	
	#channelWizardGrid {
		width:100%;	
	}	
	
	#channelWizardContentArea {
		margin-left: 0;
		margin-right: 0;
		padding-right: 0;
	}			
	

	#channelWizardAnswerArea {
	border-top: 14px solid #fcb813;
	width:100%;
	}
	
	.tplt-1 .channelRow, .tplt-26 .channelRow {
		padding: 20px 15px 35px;
		padding-bottom: 12px;
	}
	
	.tplt-1 .hiliteborder, .tplt-26 .hiliteborder {
		margin-left:0;
		margin-right:0;
	}
	
	.channelWizardOptions {
		width: 100%;
		clear: both;
		float: left;
		padding-top: 31px;
		padding-bottom: 31px;
		border-top: 1px solid #b8bec3;
		margin-left: 15px;
		margin-top: 31px;
		margin-left: 0;
		padding-left: 15px;
		padding-right: 15px;
	}
	
	#channelWizardAnswerArea .button {
	float: none;
	font-size:18px;
	}
	
	.tplt-1 #channelLists, .tplt-26 #channelLists {
		height: 280px;
		overflow: scroll;
	}			

 
 
}


.channel-grid-wide{
	display:table-row;
	width:100%;
}

.channel-grid-mobile{
	display:none;
}

@media only screen and (max-width: 980px) {

	.channel-grid-wide{
		display:none;
	}

	.channel-grid-mobile{
		display:table-row;
	}


}

/*  hack for Safari top bar issue  */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.top-bar.expanded .top-bar-section .has-dropdown.moved > .dropdown { clip:initial;}
	.top-bar.expanded .top-bar-section .dropdown {clip:initial;}
}






