/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, .footnotes li, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, .footnotes li, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

.content-box {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

img[src*="googleadservices"] {
  height: 0 !important;
  width: 0 !important;
  display: none !important;
  margin: 0 !important;
}

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

html,
body {
  font-size: 100%;
}

body {
  background: white;
  color: #222222;
  padding: 0;
  margin: 0;
  font-family: "proxima-nova", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default;
}

a:hover {
  cursor: pointer;
}

a:focus {
  outline: none;
}

img,
object,
embed {
  max-width: 100%;
  height: auto;
}

object,
embed {
  height: 100%;
}

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-justify {
  text-align: justify !important;
}

.hide {
  display: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

/* Grid HTML Classes */
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5em;
  *zoom: 1;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row.collapse .column,
.row.collapse .columns {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  float: left;
}
.row .row {
  width: auto;
  margin-left: -0.9375em;
  margin-right: -0.9375em;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
  *zoom: 1;
}
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}
.row .row:after {
  clear: both;
}
.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
  *zoom: 1;
}
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}
.row .row.collapse:after {
  clear: both;
}

.column,
.columns {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
}

@media only screen {
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }

  .small-1 {
    position: relative;
    width: 8.33333%;
  }

  .small-2 {
    position: relative;
    width: 16.66667%;
  }

  .small-3 {
    position: relative;
    width: 25%;
  }

  .small-4 {
    position: relative;
    width: 33.33333%;
  }

  .small-5 {
    position: relative;
    width: 41.66667%;
  }

  .small-6 {
    position: relative;
    width: 50%;
  }

  .small-7 {
    position: relative;
    width: 58.33333%;
  }

  .small-8 {
    position: relative;
    width: 66.66667%;
  }

  .small-9 {
    position: relative;
    width: 75%;
  }

  .small-10 {
    position: relative;
    width: 83.33333%;
  }

  .small-11 {
    position: relative;
    width: 91.66667%;
  }

  .small-12 {
    position: relative;
    width: 100%;
  }

  .small-offset-0 {
    position: relative;
    margin-left: 0%;
  }

  .small-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }

  .small-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }

  .small-offset-3 {
    position: relative;
    margin-left: 25%;
  }

  .small-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }

  .small-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }

  .small-offset-6 {
    position: relative;
    margin-left: 50%;
  }

  .small-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }

  .small-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }

  .small-offset-9 {
    position: relative;
    margin-left: 75%;
  }

  .small-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }

  [class*="column"] + [class*="column"]:last-child {
    float: right;
  }

  [class*="column"] + [class*="column"].end {
    float: left;
  }

  .column.small-centered,
  .columns.small-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }
}
/* Styles for screens that are atleast 768px; */
@media screen and (min-width: 768px) {
  .large-1 {
    position: relative;
    width: 8.33333%;
  }

  .large-2 {
    position: relative;
    width: 16.66667%;
  }

  .large-3 {
    position: relative;
    width: 25%;
  }

  .large-4 {
    position: relative;
    width: 33.33333%;
  }

  .large-5 {
    position: relative;
    width: 41.66667%;
  }

  .large-6 {
    position: relative;
    width: 50%;
  }

  .large-7 {
    position: relative;
    width: 58.33333%;
  }

  .large-8 {
    position: relative;
    width: 66.66667%;
  }

  .large-9 {
    position: relative;
    width: 75%;
  }

  .large-10 {
    position: relative;
    width: 83.33333%;
  }

  .large-11 {
    position: relative;
    width: 91.66667%;
  }

  .large-12 {
    position: relative;
    width: 100%;
  }

  .row .large-offset-0 {
    position: relative;
    margin-left: 0%;
  }

  .row .large-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }

  .row .large-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }

  .row .large-offset-3 {
    position: relative;
    margin-left: 25%;
  }

  .row .large-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }

  .row .large-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }

  .row .large-offset-6 {
    position: relative;
    margin-left: 50%;
  }

  .row .large-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }

  .row .large-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }

  .row .large-offset-9 {
    position: relative;
    margin-left: 75%;
  }

  .row .large-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }

  .row .large-offset-11 {
    position: relative;
    margin-left: 91.66667%;
  }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .column.large-centered,
  .columns.large-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }

  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }

  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right !important;
  }
}
/* Foundation Visibility HTML Classes */
.show-for-small,
.show-for-medium-down,
.show-for-large-down {
  display: inherit !important;
}

.show-for-medium,
.show-for-medium-up,
.show-for-large,
.show-for-large-up,
.show-for-xlarge {
  display: none !important;
}

.hide-for-medium,
.hide-for-medium-up,
.hide-for-large,
.hide-for-large-up,
.hide-for-xlarge {
  display: inherit !important;
}

.hide-for-small,
.hide-for-medium-down,
.hide-for-large-down {
  display: none !important;
}

/* Specific visilbity for tables */
table.show-for-small, table.show-for-medium-down, table.show-for-large-down, table.hide-for-medium, table.hide-for-medium-up, table.hide-for-large, table.hide-for-large-up, table.hide-for-xlarge {
  display: table;
}

thead.show-for-small, thead.show-for-medium-down, thead.show-for-large-down, thead.hide-for-medium, thead.hide-for-medium-up, thead.hide-for-large, thead.hide-for-large-up, thead.hide-for-xlarge {
  display: table-header-group !important;
}

tbody.show-for-small, tbody.show-for-medium-down, tbody.show-for-large-down, tbody.hide-for-medium, tbody.hide-for-medium-up, tbody.hide-for-large, tbody.hide-for-large-up, tbody.hide-for-xlarge {
  display: table-row-group !important;
}

tr.show-for-small, tr.show-for-medium-down, tr.show-for-large-down, tr.hide-for-medium, tr.hide-for-medium-up, tr.hide-for-large, tr.hide-for-large-up, tr.hide-for-xlarge {
  display: table-row !important;
}

td.show-for-small, td.show-for-medium-down, td.show-for-large-down, td.hide-for-medium, td.hide-for-medium-up, td.hide-for-large, td.hide-for-large-up, td.hide-for-xlarge,
th.show-for-small,
th.show-for-medium-down,
th.show-for-large-down,
th.hide-for-medium,
th.hide-for-medium-up,
th.hide-for-large,
th.hide-for-large-up,
th.hide-for-xlarge {
  display: table-cell !important;
}

/* Medium Displays: 768px - 1279px */
@media screen and (min-width: 768px) {
  .show-for-medium,
  .show-for-medium-up {
    display: inherit !important;
  }

  .show-for-small {
    display: none !important;
  }

  .hide-for-small {
    display: inherit !important;
  }

  .hide-for-medium,
  .hide-for-medium-up {
    display: none !important;
  }

  /* Specific visilbity for tables */
  table.show-for-medium, table.show-for-medium-up, table.hide-for-small {
    display: table;
  }

  thead.show-for-medium, thead.show-for-medium-up, thead.hide-for-small {
    display: table-header-group !important;
  }

  tbody.show-for-medium, tbody.show-for-medium-up, tbody.hide-for-small {
    display: table-row-group !important;
  }

  tr.show-for-medium, tr.show-for-medium-up, tr.hide-for-small {
    display: table-row !important;
  }

  td.show-for-medium, td.show-for-medium-up, td.hide-for-small,
  th.show-for-medium,
  th.show-for-medium-up,
  th.hide-for-small {
    display: table-cell !important;
  }
}
/* Large Displays: 1280px - 1440px */
@media screen and (min-width: 1280px) {
  .show-for-large,
  .show-for-large-up {
    display: inherit !important;
  }

  .show-for-medium,
  .show-for-medium-down {
    display: none !important;
  }

  .hide-for-medium,
  .hide-for-medium-down {
    display: inherit !important;
  }

  .hide-for-large,
  .hide-for-large-up {
    display: none !important;
  }

  /* Specific visilbity for tables */
  table.show-for-large, table.show-for-large-up, table.hide-for-medium, table.hide-for-medium-down {
    display: table;
  }

  thead.show-for-large, thead.show-for-large-up, thead.hide-for-medium, thead.hide-for-medium-down {
    display: table-header-group !important;
  }

  tbody.show-for-large, tbody.show-for-large-up, tbody.hide-for-medium, tbody.hide-for-medium-down {
    display: table-row-group !important;
  }

  tr.show-for-large, tr.show-for-large-up, tr.hide-for-medium, tr.hide-for-medium-down {
    display: table-row !important;
  }

  td.show-for-large, td.show-for-large-up, td.hide-for-medium, td.hide-for-medium-down,
  th.show-for-large,
  th.show-for-large-up,
  th.hide-for-medium,
  th.hide-for-medium-down {
    display: table-cell !important;
  }
}
/* X-Large Displays: 1400px and up */
@media screen and (min-width: 1440px) {
  .show-for-xlarge {
    display: inherit !important;
  }

  .show-for-large,
  .show-for-large-down {
    display: none !important;
  }

  .hide-for-large,
  .hide-for-large-down {
    display: inherit !important;
  }

  .hide-for-xlarge {
    display: none !important;
  }

  /* Specific visilbity for tables */
  table.show-for-xlarge, table.hide-for-large, table.hide-for-large-down {
    display: table;
  }

  thead.show-for-xlarge, thead.hide-for-large, thead.hide-for-large-down {
    display: table-header-group !important;
  }

  tbody.show-for-xlarge, tbody.hide-for-large, tbody.hide-for-large-down {
    display: table-row-group !important;
  }

  tr.show-for-xlarge, tr.hide-for-large, tr.hide-for-large-down {
    display: table-row !important;
  }

  td.show-for-xlarge, td.hide-for-large, td.hide-for-large-down,
  th.show-for-xlarge,
  th.hide-for-large,
  th.hide-for-large-down {
    display: table-cell !important;
  }
}
/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

/* Specific visilbity for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table;
}

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important;
}

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important;
}

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important;
}

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important;
}

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important;
  }

  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }

  /* Specific visilbity for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table;
  }

  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important;
  }

  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important;
  }

  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important;
  }

  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important;
  }
}
@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important;
  }

  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }

  /* Specific visilbity for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table;
  }

  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important;
  }

  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important;
  }

  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important;
  }

  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important;
  }
}
/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important;
}

.hide-for-touch {
  display: inherit !important;
}

.touch .show-for-touch {
  display: inherit !important;
}

.touch .hide-for-touch {
  display: none !important;
}

/* Specific visilbity for tables */
table.hide-for-touch {
  display: table;
}

.touch table.show-for-touch {
  display: table;
}

thead.hide-for-touch {
  display: table-header-group !important;
}

.touch thead.show-for-touch {
  display: table-header-group !important;
}

tbody.hide-for-touch {
  display: table-row-group !important;
}

.touch tbody.show-for-touch {
  display: table-row-group !important;
}

tr.hide-for-touch {
  display: table-row !important;
}

.touch tr.show-for-touch {
  display: table-row !important;
}

td.hide-for-touch {
  display: table-cell !important;
}

.touch td.show-for-touch {
  display: table-cell !important;
}

th.hide-for-touch {
  display: table-cell !important;
}

.touch th.show-for-touch {
  display: table-cell !important;
}

p.lead {
  font-size: 1.21875em;
  line-height: 1.6;
}

.subheader {
  line-height: 1.4em;
  color: #6f6f6f;
  font-weight: 300;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
}

/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  direction: ltr;
}

/* Default Link Styles */
a {
  color: #43c7f4;
  text-decoration: none;
  line-height: inherit;
}
a:hover, a:focus {
  color: #2bc0f3;
}
a img {
  border: none;
}

/* Default paragraph styles */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 1.25em;
  text-rendering: optimizeLegibility;
}
p aside {
  font-size: 0.875em;
  line-height: 1.35;
  font-style: italic;
}

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  font-family: "proxima-nova", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #222222;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  line-height: 1.0375em;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-size: 60%;
  color: #939598;
  line-height: 0;
}

h1 {
  font-size: 2.75em;
}

h2 {
  font-size: 2.3125em;
}

h3 {
  font-size: 1.6875em;
}

h4 {
  font-size: 1.4375em;
}

h5 {
  font-size: 1.125em;
}

h6 {
  font-size: 1em;
}

hr {
  border: solid #dddddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25em 0 1.1875em;
  height: 0;
}

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 60%;
  line-height: inherit;
}

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: bold;
  color: #7f0a0c;
}

/* Lists */
ul,
ol,
dl {
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 1.25em;
  list-style-position: outside;
  font-family: inherit;
}

ul, ol {
  margin-left: 0;
}

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.25em;
  margin-bottom: 0;
  font-size: 1em;
  /* Override nested font-size change */
}
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit;
}
ul.square {
  list-style-type: square;
}
ul.circle {
  list-style-type: circle;
}
ul.disc {
  list-style-type: disc;
}
ul.no-bullet {
  list-style: none;
}

/* Ordered Lists */
ol li ul,
ol li ol {
  margin-left: 1.25em;
  margin-bottom: 0;
}

/* Definition Lists */
dl dt {
  margin-bottom: 0.3em;
  font-weight: bold;
}
dl dd {
  margin-bottom: 0.75em;
}

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222222;
  border-bottom: 1px dotted #dddddd;
  cursor: help;
}

abbr {
  text-transform: none;
}

/* Blockquotes */
blockquote {
  margin: 0 0 1.25em;
  padding: 0.5625em 1.25em 0 1.1875em;
  border-left: 1px solid #dddddd;
}
blockquote cite {
  display: block;
  font-size: 0.8125em;
  color: #555555;
}
blockquote cite:before {
  content: "\2014 \0020";
}
blockquote cite a,
blockquote cite a:visited {
  color: #555555;
}

blockquote,
blockquote p {
  line-height: 1.6;
  color: #6f6f6f;
}

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.25em 0;
  border: 1px solid #dddddd;
  padding: 0.625em 0.75em;
}
.vcard li {
  margin: 0;
  display: block;
}
.vcard .fn {
  font-weight: bold;
  font-size: 0.9375em;
}

.vevent .summary {
  font-weight: bold;
}
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625em;
}

@media screen and (min-width: 768px) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.1;
  }

  h1 {
    font-size: 2.75em;
  }

  h2 {
    font-size: 2.3125em;
  }

  h3 {
    font-size: 1.6875em;
  }

  h4 {
    font-size: 1.4375em;
  }
}
/*
 * 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)
*/
.print-only {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
}

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .hide-on-print {
    display: none !important;
  }

  .print-only {
    display: block !important;
  }

  .hide-for-print {
    display: none !important;
  }

  .show-for-print {
    display: inherit !important;
  }
}
button, .button {
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: inherit;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 1.25em;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 0.75em;
  padding-right: 1.5em;
  padding-bottom: 0.8125em;
  padding-left: 1.5em;
  font-size: 1em;
  background-color: #0083c3;
  border-color: #006190;
  color: white;
}
button:hover, button:focus, .button:hover, .button:focus {
  background-color: #006190;
}
button:hover, button:focus, .button:hover, .button:focus {
  color: white;
}
button.secondary, .button.secondary {
  background-color: #43c7f4;
  border-color: #13b9f1;
  color: white;
}
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  background-color: #13b9f1;
}
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  color: white;
}
button.success, .button.success {
  background-color: #5da423;
  border-color: #457a1a;
  color: white;
}
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  background-color: #457a1a;
}
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  color: white;
}
button.alert, .button.alert {
  background-color: #c60f13;
  border-color: #970b0e;
  color: white;
}
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  background-color: #970b0e;
}
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  color: white;
}
button.large, .button.large {
  padding-top: 1em;
  padding-right: 2em;
  padding-bottom: 1.0625em;
  padding-left: 2em;
  font-size: 1.25em;
}
button.small, .button.small {
  padding-top: 0.5625em;
  padding-right: 1.125em;
  padding-bottom: 0.625em;
  padding-left: 1.125em;
  font-size: 0.8125em;
}
button.tiny, .button.tiny {
  padding-top: 0.4375em;
  padding-right: 0.875em;
  padding-bottom: 0.5em;
  padding-left: 0.875em;
  font-size: 0.6875em;
}
button.expand, .button.expand {
  padding-right: 0px;
  padding-left: 0px;
  width: 100%;
}
button.left-align, .button.left-align {
  text-align: left;
  text-indent: 0.75em;
}
button.right-align, .button.right-align {
  text-align: right;
  padding-right: 0.75em;
}
button.disabled, button[disabled], .button.disabled, .button[disabled] {
  background-color: #0083c3;
  border-color: #006190;
  color: white;
  cursor: default;
  opacity: 0.6;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #006190;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  color: white;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #0083c3;
}
button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
  background-color: #43c7f4;
  border-color: #13b9f1;
  color: white;
  cursor: default;
  opacity: 0.6;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #13b9f1;
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  color: white;
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #43c7f4;
}
button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
  background-color: #5da423;
  border-color: #457a1a;
  color: white;
  cursor: default;
  opacity: 0.6;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #457a1a;
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  color: white;
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #5da423;
}
button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
  background-color: #c60f13;
  border-color: #970b0e;
  color: white;
  cursor: default;
  opacity: 0.6;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #970b0e;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  color: white;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #c60f13;
}

button, .button {
  padding-top: 0.8125em;
  padding-bottom: 0.75em;
  -webkit-appearance: none;
}
button.tiny, .button.tiny {
  padding-top: 0.5em;
  padding-bottom: 0.4375em;
  -webkit-appearance: none;
}
button.small, .button.small {
  padding-top: 0.625em;
  padding-bottom: 0.5625em;
  -webkit-appearance: none;
}
button.large, .button.large {
  padding-top: 1.03125em;
  padding-bottom: 1.03125em;
  -webkit-appearance: none;
}

@media only screen {
  button, .button {
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
  }
  button:active, .button:active {
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
  }
  button.radius, .button.radius {
    -webkit-border-radius: 6px;
    border-radius: 6px;
  }
  button.round, .button.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
  }
}
@media screen and (min-width: 768px) {
  button, .button {
    display: inline-block;
  }
}
/* Standard Forms */
form {
  margin: 0 0 1em;
}

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.5em;
}
form .row .row .column,
form .row .row .columns {
  padding: 0 0.5em;
}
form .row .row.collapse {
  margin: 0;
}
form .row .row.collapse .column,
form .row .row.collapse .columns {
  padding: 0;
}
form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5em;
}

/* Label Styles */
label {
  font-size: 0.875em;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: 500;
  margin-bottom: 0.1875em;
  /* Styles for required inputs */
}
label.right {
  float: none;
  text-align: right;
}
label.inline {
  margin: 0 0 1em 0;
  padding: 0.625em 0;
}
label small {
  text-transform: capitalize;
  color: #666666;
}

/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  font-size: 0.875em;
  height: 1.7125em;
  line-height: 2.1125em;
}

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 1.75em;
}

.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 3.125em;
}

.prefix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.postfix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.prefix.button.round {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

.postfix.button.round {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
}

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-color: #d9d9d9;
  border-right: none;
  color: #333333;
}
span.prefix.radius, label.prefix.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

span.postfix, label.postfix {
  background: #f2f2f2;
  border-color: #cccccc;
  border-left: none;
  color: #333333;
}
span.postfix.radius, label.postfix.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

/* Input groups will automatically style first and last elements of the group */
.input-group.radius > *:first-child, .input-group.radius > *:first-child * {
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.input-group.radius > *:last-child, .input-group.radius > *:last-child * {
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.input-group.round > *:first-child, .input-group.round > *:first-child * {
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
.input-group.round > *:last-child, .input-group.round > *:last-child * {
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
}

/* We use this to get basic styling on all basic form elements */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
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-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: 0.875em;
  margin: 1px 0 1em 0;
  padding: 0 0.5em;
  height: 2.2525em;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]: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: #999999;
  outline: none;
}
input[type="text"][disabled],
input[type="password"][disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="month"][disabled],
input[type="week"][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: #dddddd;
}

/* Adjust margin for form elements below */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1em 0;
}

/* Normalize file input width */
input[type="file"] {
  width: 100%;
}

/* We add basic fieldset styling */
fieldset {
  border: solid 1px #dddddd;
  padding: 1.25em;
  margin: 1.125em 0;
}
fieldset legend {
  font-weight: bold;
  background: white;
  padding: 0 0.1875em;
  margin: 0;
  margin-left: -0.1875em;
}

/* Error Handling */
[data-abide] .error small.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  padding: 0.375em 0.25em;
  margin-top: -1.3125em;
  margin-bottom: 1em;
  font-size: 0.75em;
  font-weight: bold;
  background: #c60f13;
  color: white;
  margin-top: 0;
}
[data-abide] span.error, [data-abide] small.error {
  display: none;
}

span.error, small.error {
  display: block;
  padding: 0.375em 0.25em;
  margin-top: -1.3125em;
  margin-bottom: 1em;
  font-size: 0.75em;
  font-weight: bold;
  background: #c60f13;
  color: white;
}

.error input,
.error textarea,
.error select {
  border-color: #c60f13;
  background-color: rgba(198, 15, 19, 0.1);
  margin-bottom: 0;
}
.error input:focus,
.error textarea:focus,
.error select:focus {
  background: #fafafa;
  border-color: #999999;
}
.error label,
.error label.error {
  color: #c60f13;
}
.error small.error {
  display: block;
  padding: 0.375em 0.25em;
  margin-top: -1.3125em;
  margin-bottom: 1em;
  font-size: 0.75em;
  font-weight: bold;
  background: #c60f13;
  color: white;
}
.error span.error-message {
  display: block;
}

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

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

label.error {
  color: #c60f13;
}

/* Button Groups */
.button-group {
  list-style: none;
  margin: 0;
  *zoom: 1;
}
.button-group:before, .button-group:after {
  content: " ";
  display: table;
}
.button-group:after {
  clear: both;
}
.button-group > * {
  margin: 0 0 0 -1px;
  float: left;
}
.button-group > *:first-child {
  margin-left: 0;
}
.button-group.radius > *:first-child, .button-group.radius > *:first-child > a, .button-group.radius > *:first-child > button, .button-group.radius > *:first-child > .button {
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.button-group.radius > *:last-child, .button-group.radius > *:last-child > a, .button-group.radius > *:last-child > button, .button-group.radius > *:last-child > .button {
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.button-group.round > *:first-child, .button-group.round > *:first-child > a, .button-group.round > *:first-child > button, .button-group.round > *:first-child > .button {
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
.button-group.round > *:last-child, .button-group.round > *:last-child > a, .button-group.round > *:last-child > button, .button-group.round > *:last-child > .button {
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
}
.button-group.even-2 li {
  width: 50%;
}
.button-group.even-2 li button, .button-group.even-2 li .button {
  width: 100%;
}
.button-group.even-3 li {
  width: 33.33333%;
}
.button-group.even-3 li button, .button-group.even-3 li .button {
  width: 100%;
}
.button-group.even-4 li {
  width: 25%;
}
.button-group.even-4 li button, .button-group.even-4 li .button {
  width: 100%;
}
.button-group.even-5 li {
  width: 20%;
}
.button-group.even-5 li button, .button-group.even-5 li .button {
  width: 100%;
}
.button-group.even-6 li {
  width: 16.66667%;
}
.button-group.even-6 li button, .button-group.even-6 li .button {
  width: 100%;
}
.button-group.even-7 li {
  width: 14.28571%;
}
.button-group.even-7 li button, .button-group.even-7 li .button {
  width: 100%;
}
.button-group.even-8 li {
  width: 12.5%;
}
.button-group.even-8 li button, .button-group.even-8 li .button {
  width: 100%;
}

.button-bar {
  *zoom: 1;
}
.button-bar:before, .button-bar:after {
  content: " ";
  display: table;
}
.button-bar:after {
  clear: both;
}
.button-bar .button-group {
  float: left;
  margin-right: 0.625em;
}
.button-bar .button-group div {
  overflow: hidden;
}

/* Dropdown Button */
.dropdown.button {
  position: relative;
  padding-right: 3.1875em;
}
.dropdown.button:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-color: white transparent transparent transparent;
  top: 50%;
}
.dropdown.button:before {
  border-width: 0.5625em;
  right: 1.5em;
  margin-top: -0.25em;
}
.dropdown.button:before {
  border-color: white transparent transparent transparent;
}
.dropdown.button.tiny {
  padding-right: 2.1875em;
}
.dropdown.button.tiny:before {
  border-width: 0.4375em;
  right: 0.875em;
  margin-top: -0.15625em;
}
.dropdown.button.tiny:before {
  border-color: white transparent transparent transparent;
}
.dropdown.button.small {
  padding-right: 2.8125em;
}
.dropdown.button.small:before {
  border-width: 0.5625em;
  right: 1.125em;
  margin-top: -0.21875em;
}
.dropdown.button.small:before {
  border-color: white transparent transparent transparent;
}
.dropdown.button.large {
  padding-right: 4em;
}
.dropdown.button.large:before {
  border-width: 0.625em;
  right: 1.75em;
  margin-top: -0.3125em;
}
.dropdown.button.large:before {
  border-color: white transparent transparent transparent;
}
.dropdown.button.secondary:before {
  border-color: #333333 transparent transparent transparent;
}

/* Split Buttons */
.split.button {
  position: relative;
  padding-right: 4.8em;
}
.split.button span {
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: solid 1px;
}
.split.button span:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: inset;
  left: 50%;
}
.split.button span:active {
  background-color: rgba(0, 0, 0, 0.1);
}
.split.button span {
  border-left-color: #005076;
}
.split.button span {
  width: 3em;
}
.split.button span:before {
  border-top-style: solid;
  border-width: 0.5625em;
  top: 1.125em;
  margin-left: -0.5625em;
}
.split.button span:before {
  border-color: white transparent transparent transparent;
}
.split.button.secondary span {
  border-left-color: #0da9de;
}
.split.button.secondary span:before {
  border-color: white transparent transparent transparent;
}
.split.button.alert span {
  border-left-color: #7f0a0c;
}
.split.button.success span {
  border-left-color: #396516;
}
.split.button.tiny {
  padding-right: 3.9375em;
}
.split.button.tiny span {
  width: 2.84375em;
}
.split.button.tiny span:before {
  border-top-style: solid;
  border-width: 0.4375em;
  top: 0.875em;
  margin-left: -0.3125em;
}
.split.button.small {
  padding-right: 3.9375em;
}
.split.button.small span {
  width: 2.8125em;
}
.split.button.small span:before {
  border-top-style: solid;
  border-width: 0.5625em;
  top: 0.84375em;
  margin-left: -0.5625em;
}
.split.button.large {
  padding-right: 6em;
}
.split.button.large span {
  width: 3.75em;
}
.split.button.large span:before {
  border-top-style: solid;
  border-width: 0.625em;
  top: 1.3125em;
  margin-left: -0.5625em;
}
.split.button.expand {
  padding-left: 2em;
}
.split.button.secondary span:before {
  border-color: #333333 transparent transparent transparent;
}
.split.button.radius span {
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.split.button.round span {
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
}

/* Sections */
[data-section=''], [data-section='auto'], .section-container.auto,
[data-section='vertical-tabs'], .section-container.vertical-tabs,
[data-section='vertical-nav'], .section-container.vertical-nav,
[data-section='horizontal-nav'], .section-container.horizontal-nav,
[data-section='accordion'], .section-container.accordion {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 1.25em;
}
[data-section=''][data-section-small-style], [data-section='auto'][data-section-small-style], .section-container.auto[data-section-small-style],
[data-section='vertical-tabs'][data-section-small-style], .section-container.vertical-tabs[data-section-small-style],
[data-section='vertical-nav'][data-section-small-style], .section-container.vertical-nav[data-section-small-style],
[data-section='horizontal-nav'][data-section-small-style], .section-container.horizontal-nav[data-section-small-style],
[data-section='accordion'][data-section-small-style], .section-container.accordion[data-section-small-style] {
  width: 100% !important;
}
[data-section=''][data-section-small-style] > [data-section-region], [data-section=''][data-section-small-style] > section, [data-section=''][data-section-small-style] > .section, [data-section='auto'][data-section-small-style] > [data-section-region], [data-section='auto'][data-section-small-style] > section, [data-section='auto'][data-section-small-style] > .section, .section-container.auto[data-section-small-style] > [data-section-region], .section-container.auto[data-section-small-style] > section, .section-container.auto[data-section-small-style] > .section,
[data-section='vertical-tabs'][data-section-small-style] > [data-section-region],
[data-section='vertical-tabs'][data-section-small-style] > section,
[data-section='vertical-tabs'][data-section-small-style] > .section, .section-container.vertical-tabs[data-section-small-style] > [data-section-region], .section-container.vertical-tabs[data-section-small-style] > section, .section-container.vertical-tabs[data-section-small-style] > .section,
[data-section='vertical-nav'][data-section-small-style] > [data-section-region],
[data-section='vertical-nav'][data-section-small-style] > section,
[data-section='vertical-nav'][data-section-small-style] > .section, .section-container.vertical-nav[data-section-small-style] > [data-section-region], .section-container.vertical-nav[data-section-small-style] > section, .section-container.vertical-nav[data-section-small-style] > .section,
[data-section='horizontal-nav'][data-section-small-style] > [data-section-region],
[data-section='horizontal-nav'][data-section-small-style] > section,
[data-section='horizontal-nav'][data-section-small-style] > .section, .section-container.horizontal-nav[data-section-small-style] > [data-section-region], .section-container.horizontal-nav[data-section-small-style] > section, .section-container.horizontal-nav[data-section-small-style] > .section,
[data-section='accordion'][data-section-small-style] > [data-section-region],
[data-section='accordion'][data-section-small-style] > section,
[data-section='accordion'][data-section-small-style] > .section, .section-container.accordion[data-section-small-style] > [data-section-region], .section-container.accordion[data-section-small-style] > section, .section-container.accordion[data-section-small-style] > .section {
  padding: 0 !important;
  margin: 0 !important;
}
[data-section=''][data-section-small-style] > [data-section-region] > [data-section-title], [data-section=''][data-section-small-style] > [data-section-region] > .title, [data-section=''][data-section-small-style] > section > [data-section-title], [data-section=''][data-section-small-style] > section > .title, [data-section=''][data-section-small-style] > .section > [data-section-title], [data-section=''][data-section-small-style] > .section > .title, [data-section='auto'][data-section-small-style] > [data-section-region] > [data-section-title], [data-section='auto'][data-section-small-style] > [data-section-region] > .title, [data-section='auto'][data-section-small-style] > section > [data-section-title], [data-section='auto'][data-section-small-style] > section > .title, [data-section='auto'][data-section-small-style] > .section > [data-section-title], [data-section='auto'][data-section-small-style] > .section > .title, .section-container.auto[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.auto[data-section-small-style] > [data-section-region] > .title, .section-container.auto[data-section-small-style] > section > [data-section-title], .section-container.auto[data-section-small-style] > section > .title, .section-container.auto[data-section-small-style] > .section > [data-section-title], .section-container.auto[data-section-small-style] > .section > .title,
[data-section='vertical-tabs'][data-section-small-style] > [data-section-region] > [data-section-title],
[data-section='vertical-tabs'][data-section-small-style] > [data-section-region] > .title,
[data-section='vertical-tabs'][data-section-small-style] > section > [data-section-title],
[data-section='vertical-tabs'][data-section-small-style] > section > .title,
[data-section='vertical-tabs'][data-section-small-style] > .section > [data-section-title],
[data-section='vertical-tabs'][data-section-small-style] > .section > .title, .section-container.vertical-tabs[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > [data-section-region] > .title, .section-container.vertical-tabs[data-section-small-style] > section > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > section > .title, .section-container.vertical-tabs[data-section-small-style] > .section > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > .section > .title,
[data-section='vertical-nav'][data-section-small-style] > [data-section-region] > [data-section-title],
[data-section='vertical-nav'][data-section-small-style] > [data-section-region] > .title,
[data-section='vertical-nav'][data-section-small-style] > section > [data-section-title],
[data-section='vertical-nav'][data-section-small-style] > section > .title,
[data-section='vertical-nav'][data-section-small-style] > .section > [data-section-title],
[data-section='vertical-nav'][data-section-small-style] > .section > .title, .section-container.vertical-nav[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.vertical-nav[data-section-small-style] > [data-section-region] > .title, .section-container.vertical-nav[data-section-small-style] > section > [data-section-title], .section-container.vertical-nav[data-section-small-style] > section > .title, .section-container.vertical-nav[data-section-small-style] > .section > [data-section-title], .section-container.vertical-nav[data-section-small-style] > .section > .title,
[data-section='horizontal-nav'][data-section-small-style] > [data-section-region] > [data-section-title],
[data-section='horizontal-nav'][data-section-small-style] > [data-section-region] > .title,
[data-section='horizontal-nav'][data-section-small-style] > section > [data-section-title],
[data-section='horizontal-nav'][data-section-small-style] > section > .title,
[data-section='horizontal-nav'][data-section-small-style] > .section > [data-section-title],
[data-section='horizontal-nav'][data-section-small-style] > .section > .title, .section-container.horizontal-nav[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > [data-section-region] > .title, .section-container.horizontal-nav[data-section-small-style] > section > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > section > .title, .section-container.horizontal-nav[data-section-small-style] > .section > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > .section > .title,
[data-section='accordion'][data-section-small-style] > [data-section-region] > [data-section-title],
[data-section='accordion'][data-section-small-style] > [data-section-region] > .title,
[data-section='accordion'][data-section-small-style] > section > [data-section-title],
[data-section='accordion'][data-section-small-style] > section > .title,
[data-section='accordion'][data-section-small-style] > .section > [data-section-title],
[data-section='accordion'][data-section-small-style] > .section > .title, .section-container.accordion[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.accordion[data-section-small-style] > [data-section-region] > .title, .section-container.accordion[data-section-small-style] > section > [data-section-title], .section-container.accordion[data-section-small-style] > section > .title, .section-container.accordion[data-section-small-style] > .section > [data-section-title], .section-container.accordion[data-section-small-style] > .section > .title {
  width: 100% !important;
}
[data-section=''] > section, [data-section=''] > .section, [data-section=''] > [data-section-region], [data-section='auto'] > section, [data-section='auto'] > .section, [data-section='auto'] > [data-section-region], .section-container.auto > section, .section-container.auto > .section, .section-container.auto > [data-section-region],
[data-section='vertical-tabs'] > section,
[data-section='vertical-tabs'] > .section,
[data-section='vertical-tabs'] > [data-section-region], .section-container.vertical-tabs > section, .section-container.vertical-tabs > .section, .section-container.vertical-tabs > [data-section-region],
[data-section='vertical-nav'] > section,
[data-section='vertical-nav'] > .section,
[data-section='vertical-nav'] > [data-section-region], .section-container.vertical-nav > section, .section-container.vertical-nav > .section, .section-container.vertical-nav > [data-section-region],
[data-section='horizontal-nav'] > section,
[data-section='horizontal-nav'] > .section,
[data-section='horizontal-nav'] > [data-section-region], .section-container.horizontal-nav > section, .section-container.horizontal-nav > .section, .section-container.horizontal-nav > [data-section-region],
[data-section='accordion'] > section,
[data-section='accordion'] > .section,
[data-section='accordion'] > [data-section-region], .section-container.accordion > section, .section-container.accordion > .section, .section-container.accordion > [data-section-region] {
  margin: 0;
}
[data-section=''] > section > [data-section-title], [data-section=''] > section > .title, [data-section=''] > .section > [data-section-title], [data-section=''] > .section > .title, [data-section=''] > [data-section-region] > [data-section-title], [data-section=''] > [data-section-region] > .title, [data-section='auto'] > section > [data-section-title], [data-section='auto'] > section > .title, [data-section='auto'] > .section > [data-section-title], [data-section='auto'] > .section > .title, [data-section='auto'] > [data-section-region] > [data-section-title], [data-section='auto'] > [data-section-region] > .title, .section-container.auto > section > [data-section-title], .section-container.auto > section > .title, .section-container.auto > .section > [data-section-title], .section-container.auto > .section > .title, .section-container.auto > [data-section-region] > [data-section-title], .section-container.auto > [data-section-region] > .title,
[data-section='vertical-tabs'] > section > [data-section-title],
[data-section='vertical-tabs'] > section > .title,
[data-section='vertical-tabs'] > .section > [data-section-title],
[data-section='vertical-tabs'] > .section > .title,
[data-section='vertical-tabs'] > [data-section-region] > [data-section-title],
[data-section='vertical-tabs'] > [data-section-region] > .title, .section-container.vertical-tabs > section > [data-section-title], .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > [data-section-title], .section-container.vertical-tabs > .section > .title, .section-container.vertical-tabs > [data-section-region] > [data-section-title], .section-container.vertical-tabs > [data-section-region] > .title,
[data-section='vertical-nav'] > section > [data-section-title],
[data-section='vertical-nav'] > section > .title,
[data-section='vertical-nav'] > .section > [data-section-title],
[data-section='vertical-nav'] > .section > .title,
[data-section='vertical-nav'] > [data-section-region] > [data-section-title],
[data-section='vertical-nav'] > [data-section-region] > .title, .section-container.vertical-nav > section > [data-section-title], .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > [data-section-title], .section-container.vertical-nav > .section > .title, .section-container.vertical-nav > [data-section-region] > [data-section-title], .section-container.vertical-nav > [data-section-region] > .title,
[data-section='horizontal-nav'] > section > [data-section-title],
[data-section='horizontal-nav'] > section > .title,
[data-section='horizontal-nav'] > .section > [data-section-title],
[data-section='horizontal-nav'] > .section > .title,
[data-section='horizontal-nav'] > [data-section-region] > [data-section-title],
[data-section='horizontal-nav'] > [data-section-region] > .title, .section-container.horizontal-nav > section > [data-section-title], .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > [data-section-title], .section-container.horizontal-nav > .section > .title, .section-container.horizontal-nav > [data-section-region] > [data-section-title], .section-container.horizontal-nav > [data-section-region] > .title,
[data-section='accordion'] > section > [data-section-title],
[data-section='accordion'] > section > .title,
[data-section='accordion'] > .section > [data-section-title],
[data-section='accordion'] > .section > .title,
[data-section='accordion'] > [data-section-region] > [data-section-title],
[data-section='accordion'] > [data-section-region] > .title, .section-container.accordion > section > [data-section-title], .section-container.accordion > section > .title, .section-container.accordion > .section > [data-section-title], .section-container.accordion > .section > .title, .section-container.accordion > [data-section-region] > [data-section-title], .section-container.accordion > [data-section-region] > .title {
  margin-bottom: 0;
}
[data-section=''] > section > [data-section-title] a, [data-section=''] > section > .title a, [data-section=''] > .section > [data-section-title] a, [data-section=''] > .section > .title a, [data-section=''] > [data-section-region] > [data-section-title] a, [data-section=''] > [data-section-region] > .title a, [data-section='auto'] > section > [data-section-title] a, [data-section='auto'] > section > .title a, [data-section='auto'] > .section > [data-section-title] a, [data-section='auto'] > .section > .title a, [data-section='auto'] > [data-section-region] > [data-section-title] a, [data-section='auto'] > [data-section-region] > .title a, .section-container.auto > section > [data-section-title] a, .section-container.auto > section > .title a, .section-container.auto > .section > [data-section-title] a, .section-container.auto > .section > .title a, .section-container.auto > [data-section-region] > [data-section-title] a, .section-container.auto > [data-section-region] > .title a,
[data-section='vertical-tabs'] > section > [data-section-title] a,
[data-section='vertical-tabs'] > section > .title a,
[data-section='vertical-tabs'] > .section > [data-section-title] a,
[data-section='vertical-tabs'] > .section > .title a,
[data-section='vertical-tabs'] > [data-section-region] > [data-section-title] a,
[data-section='vertical-tabs'] > [data-section-region] > .title a, .section-container.vertical-tabs > section > [data-section-title] a, .section-container.vertical-tabs > section > .title a, .section-container.vertical-tabs > .section > [data-section-title] a, .section-container.vertical-tabs > .section > .title a, .section-container.vertical-tabs > [data-section-region] > [data-section-title] a, .section-container.vertical-tabs > [data-section-region] > .title a,
[data-section='vertical-nav'] > section > [data-section-title] a,
[data-section='vertical-nav'] > section > .title a,
[data-section='vertical-nav'] > .section > [data-section-title] a,
[data-section='vertical-nav'] > .section > .title a,
[data-section='vertical-nav'] > [data-section-region] > [data-section-title] a,
[data-section='vertical-nav'] > [data-section-region] > .title a, .section-container.vertical-nav > section > [data-section-title] a, .section-container.vertical-nav > section > .title a, .section-container.vertical-nav > .section > [data-section-title] a, .section-container.vertical-nav > .section > .title a, .section-container.vertical-nav > [data-section-region] > [data-section-title] a, .section-container.vertical-nav > [data-section-region] > .title a,
[data-section='horizontal-nav'] > section > [data-section-title] a,
[data-section='horizontal-nav'] > section > .title a,
[data-section='horizontal-nav'] > .section > [data-section-title] a,
[data-section='horizontal-nav'] > .section > .title a,
[data-section='horizontal-nav'] > [data-section-region] > [data-section-title] a,
[data-section='horizontal-nav'] > [data-section-region] > .title a, .section-container.horizontal-nav > section > [data-section-title] a, .section-container.horizontal-nav > section > .title a, .section-container.horizontal-nav > .section > [data-section-title] a, .section-container.horizontal-nav > .section > .title a, .section-container.horizontal-nav > [data-section-region] > [data-section-title] a, .section-container.horizontal-nav > [data-section-region] > .title a,
[data-section='accordion'] > section > [data-section-title] a,
[data-section='accordion'] > section > .title a,
[data-section='accordion'] > .section > [data-section-title] a,
[data-section='accordion'] > .section > .title a,
[data-section='accordion'] > [data-section-region] > [data-section-title] a,
[data-section='accordion'] > [data-section-region] > .title a, .section-container.accordion > section > [data-section-title] a, .section-container.accordion > section > .title a, .section-container.accordion > .section > [data-section-title] a, .section-container.accordion > .section > .title a, .section-container.accordion > [data-section-region] > [data-section-title] a, .section-container.accordion > [data-section-region] > .title a {
  width: 100%;
  display: inline-block;
  white-space: nowrap;
}
[data-section=''] > section > [data-section-content], [data-section=''] > section > .content, [data-section=''] > .section > [data-section-content], [data-section=''] > .section > .content, [data-section=''] > [data-section-region] > [data-section-content], [data-section=''] > [data-section-region] > .content, [data-section='auto'] > section > [data-section-content], [data-section='auto'] > section > .content, [data-section='auto'] > .section > [data-section-content], [data-section='auto'] > .section > .content, [data-section='auto'] > [data-section-region] > [data-section-content], [data-section='auto'] > [data-section-region] > .content, .section-container.auto > section > [data-section-content], .section-container.auto > section > .content, .section-container.auto > .section > [data-section-content], .section-container.auto > .section > .content, .section-container.auto > [data-section-region] > [data-section-content], .section-container.auto > [data-section-region] > .content,
[data-section='vertical-tabs'] > section > [data-section-content],
[data-section='vertical-tabs'] > section > .content,
[data-section='vertical-tabs'] > .section > [data-section-content],
[data-section='vertical-tabs'] > .section > .content,
[data-section='vertical-tabs'] > [data-section-region] > [data-section-content],
[data-section='vertical-tabs'] > [data-section-region] > .content, .section-container.vertical-tabs > section > [data-section-content], .section-container.vertical-tabs > section > .content, .section-container.vertical-tabs > .section > [data-section-content], .section-container.vertical-tabs > .section > .content, .section-container.vertical-tabs > [data-section-region] > [data-section-content], .section-container.vertical-tabs > [data-section-region] > .content,
[data-section='vertical-nav'] > section > [data-section-content],
[data-section='vertical-nav'] > section > .content,
[data-section='vertical-nav'] > .section > [data-section-content],
[data-section='vertical-nav'] > .section > .content,
[data-section='vertical-nav'] > [data-section-region] > [data-section-content],
[data-section='vertical-nav'] > [data-section-region] > .content, .section-container.vertical-nav > section > [data-section-content], .section-container.vertical-nav > section > .content, .section-container.vertical-nav > .section > [data-section-content], .section-container.vertical-nav > .section > .content, .section-container.vertical-nav > [data-section-region] > [data-section-content], .section-container.vertical-nav > [data-section-region] > .content,
[data-section='horizontal-nav'] > section > [data-section-content],
[data-section='horizontal-nav'] > section > .content,
[data-section='horizontal-nav'] > .section > [data-section-content],
[data-section='horizontal-nav'] > .section > .content,
[data-section='horizontal-nav'] > [data-section-region] > [data-section-content],
[data-section='horizontal-nav'] > [data-section-region] > .content, .section-container.horizontal-nav > section > [data-section-content], .section-container.horizontal-nav > section > .content, .section-container.horizontal-nav > .section > [data-section-content], .section-container.horizontal-nav > .section > .content, .section-container.horizontal-nav > [data-section-region] > [data-section-content], .section-container.horizontal-nav > [data-section-region] > .content,
[data-section='accordion'] > section > [data-section-content],
[data-section='accordion'] > section > .content,
[data-section='accordion'] > .section > [data-section-content],
[data-section='accordion'] > .section > .content,
[data-section='accordion'] > [data-section-region] > [data-section-content],
[data-section='accordion'] > [data-section-region] > .content, .section-container.accordion > section > [data-section-content], .section-container.accordion > section > .content, .section-container.accordion > .section > [data-section-content], .section-container.accordion > .section > .content, .section-container.accordion > [data-section-region] > [data-section-content], .section-container.accordion > [data-section-region] > .content {
  display: none;
}
[data-section=''] > section.active > [data-section-content], [data-section=''] > section.active > .content, [data-section=''] > .section.active > [data-section-content], [data-section=''] > .section.active > .content, [data-section=''] > [data-section-region].active > [data-section-content], [data-section=''] > [data-section-region].active > .content, [data-section='auto'] > section.active > [data-section-content], [data-section='auto'] > section.active > .content, [data-section='auto'] > .section.active > [data-section-content], [data-section='auto'] > .section.active > .content, [data-section='auto'] > [data-section-region].active > [data-section-content], [data-section='auto'] > [data-section-region].active > .content, .section-container.auto > section.active > [data-section-content], .section-container.auto > section.active > .content, .section-container.auto > .section.active > [data-section-content], .section-container.auto > .section.active > .content, .section-container.auto > [data-section-region].active > [data-section-content], .section-container.auto > [data-section-region].active > .content,
[data-section='vertical-tabs'] > section.active > [data-section-content],
[data-section='vertical-tabs'] > section.active > .content,
[data-section='vertical-tabs'] > .section.active > [data-section-content],
[data-section='vertical-tabs'] > .section.active > .content,
[data-section='vertical-tabs'] > [data-section-region].active > [data-section-content],
[data-section='vertical-tabs'] > [data-section-region].active > .content, .section-container.vertical-tabs > section.active > [data-section-content], .section-container.vertical-tabs > section.active > .content, .section-container.vertical-tabs > .section.active > [data-section-content], .section-container.vertical-tabs > .section.active > .content, .section-container.vertical-tabs > [data-section-region].active > [data-section-content], .section-container.vertical-tabs > [data-section-region].active > .content,
[data-section='vertical-nav'] > section.active > [data-section-content],
[data-section='vertical-nav'] > section.active > .content,
[data-section='vertical-nav'] > .section.active > [data-section-content],
[data-section='vertical-nav'] > .section.active > .content,
[data-section='vertical-nav'] > [data-section-region].active > [data-section-content],
[data-section='vertical-nav'] > [data-section-region].active > .content, .section-container.vertical-nav > section.active > [data-section-content], .section-container.vertical-nav > section.active > .content, .section-container.vertical-nav > .section.active > [data-section-content], .section-container.vertical-nav > .section.active > .content, .section-container.vertical-nav > [data-section-region].active > [data-section-content], .section-container.vertical-nav > [data-section-region].active > .content,
[data-section='horizontal-nav'] > section.active > [data-section-content],
[data-section='horizontal-nav'] > section.active > .content,
[data-section='horizontal-nav'] > .section.active > [data-section-content],
[data-section='horizontal-nav'] > .section.active > .content,
[data-section='horizontal-nav'] > [data-section-region].active > [data-section-content],
[data-section='horizontal-nav'] > [data-section-region].active > .content, .section-container.horizontal-nav > section.active > [data-section-content], .section-container.horizontal-nav > section.active > .content, .section-container.horizontal-nav > .section.active > [data-section-content], .section-container.horizontal-nav > .section.active > .content, .section-container.horizontal-nav > [data-section-region].active > [data-section-content], .section-container.horizontal-nav > [data-section-region].active > .content,
[data-section='accordion'] > section.active > [data-section-content],
[data-section='accordion'] > section.active > .content,
[data-section='accordion'] > .section.active > [data-section-content],
[data-section='accordion'] > .section.active > .content,
[data-section='accordion'] > [data-section-region].active > [data-section-content],
[data-section='accordion'] > [data-section-region].active > .content, .section-container.accordion > section.active > [data-section-content], .section-container.accordion > section.active > .content, .section-container.accordion > .section.active > [data-section-content], .section-container.accordion > .section.active > .content, .section-container.accordion > [data-section-region].active > [data-section-content], .section-container.accordion > [data-section-region].active > .content {
  display: block;
}
[data-section=''] > section:not(.active), [data-section=''] > .section:not(.active), [data-section=''] > [data-section-region]:not(.active), [data-section='auto'] > section:not(.active), [data-section='auto'] > .section:not(.active), [data-section='auto'] > [data-section-region]:not(.active), .section-container.auto > section:not(.active), .section-container.auto > .section:not(.active), .section-container.auto > [data-section-region]:not(.active),
[data-section='vertical-tabs'] > section:not(.active),
[data-section='vertical-tabs'] > .section:not(.active),
[data-section='vertical-tabs'] > [data-section-region]:not(.active), .section-container.vertical-tabs > section:not(.active), .section-container.vertical-tabs > .section:not(.active), .section-container.vertical-tabs > [data-section-region]:not(.active),
[data-section='vertical-nav'] > section:not(.active),
[data-section='vertical-nav'] > .section:not(.active),
[data-section='vertical-nav'] > [data-section-region]:not(.active), .section-container.vertical-nav > section:not(.active), .section-container.vertical-nav > .section:not(.active), .section-container.vertical-nav > [data-section-region]:not(.active),
[data-section='horizontal-nav'] > section:not(.active),
[data-section='horizontal-nav'] > .section:not(.active),
[data-section='horizontal-nav'] > [data-section-region]:not(.active), .section-container.horizontal-nav > section:not(.active), .section-container.horizontal-nav > .section:not(.active), .section-container.horizontal-nav > [data-section-region]:not(.active),
[data-section='accordion'] > section:not(.active),
[data-section='accordion'] > .section:not(.active),
[data-section='accordion'] > [data-section-region]:not(.active), .section-container.accordion > section:not(.active), .section-container.accordion > .section:not(.active), .section-container.accordion > [data-section-region]:not(.active) {
  padding: 0 !important;
}
[data-section=''] > section > [data-section-title], [data-section=''] > section > .title, [data-section=''] > .section > [data-section-title], [data-section=''] > .section > .title, [data-section=''] > [data-section-region] > [data-section-title], [data-section=''] > [data-section-region] > .title, [data-section='auto'] > section > [data-section-title], [data-section='auto'] > section > .title, [data-section='auto'] > .section > [data-section-title], [data-section='auto'] > .section > .title, [data-section='auto'] > [data-section-region] > [data-section-title], [data-section='auto'] > [data-section-region] > .title, .section-container.auto > section > [data-section-title], .section-container.auto > section > .title, .section-container.auto > .section > [data-section-title], .section-container.auto > .section > .title, .section-container.auto > [data-section-region] > [data-section-title], .section-container.auto > [data-section-region] > .title,
[data-section='vertical-tabs'] > section > [data-section-title],
[data-section='vertical-tabs'] > section > .title,
[data-section='vertical-tabs'] > .section > [data-section-title],
[data-section='vertical-tabs'] > .section > .title,
[data-section='vertical-tabs'] > [data-section-region] > [data-section-title],
[data-section='vertical-tabs'] > [data-section-region] > .title, .section-container.vertical-tabs > section > [data-section-title], .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > [data-section-title], .section-container.vertical-tabs > .section > .title, .section-container.vertical-tabs > [data-section-region] > [data-section-title], .section-container.vertical-tabs > [data-section-region] > .title,
[data-section='vertical-nav'] > section > [data-section-title],
[data-section='vertical-nav'] > section > .title,
[data-section='vertical-nav'] > .section > [data-section-title],
[data-section='vertical-nav'] > .section > .title,
[data-section='vertical-nav'] > [data-section-region] > [data-section-title],
[data-section='vertical-nav'] > [data-section-region] > .title, .section-container.vertical-nav > section > [data-section-title], .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > [data-section-title], .section-container.vertical-nav > .section > .title, .section-container.vertical-nav > [data-section-region] > [data-section-title], .section-container.vertical-nav > [data-section-region] > .title,
[data-section='horizontal-nav'] > section > [data-section-title],
[data-section='horizontal-nav'] > section > .title,
[data-section='horizontal-nav'] > .section > [data-section-title],
[data-section='horizontal-nav'] > .section > .title,
[data-section='horizontal-nav'] > [data-section-region] > [data-section-title],
[data-section='horizontal-nav'] > [data-section-region] > .title, .section-container.horizontal-nav > section > [data-section-title], .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > [data-section-title], .section-container.horizontal-nav > .section > .title, .section-container.horizontal-nav > [data-section-region] > [data-section-title], .section-container.horizontal-nav > [data-section-region] > .title,
[data-section='accordion'] > section > [data-section-title],
[data-section='accordion'] > section > .title,
[data-section='accordion'] > .section > [data-section-title],
[data-section='accordion'] > .section > .title,
[data-section='accordion'] > [data-section-region] > [data-section-title],
[data-section='accordion'] > [data-section-region] > .title, .section-container.accordion > section > [data-section-title], .section-container.accordion > section > .title, .section-container.accordion > .section > [data-section-title], .section-container.accordion > .section > .title, .section-container.accordion > [data-section-region] > [data-section-title], .section-container.accordion > [data-section-region] > .title {
  width: 100%;
}

.section-container.auto,
.section-container.vertical-tabs,
.section-container.vertical-nav,
.section-container.horizontal-nav,
.section-container.accordion {
  border-top: 1px solid #cccccc;
}
.section-container.auto > section > .title, .section-container.auto > .section > .title,
.section-container.vertical-tabs > section > .title,
.section-container.vertical-tabs > .section > .title,
.section-container.vertical-nav > section > .title,
.section-container.vertical-nav > .section > .title,
.section-container.horizontal-nav > section > .title,
.section-container.horizontal-nav > .section > .title,
.section-container.accordion > section > .title,
.section-container.accordion > .section > .title {
  background-color: #efefef;
  cursor: pointer;
  border: solid 1px #cccccc;
}
.section-container.auto > section > .title a, .section-container.auto > .section > .title a,
.section-container.vertical-tabs > section > .title a,
.section-container.vertical-tabs > .section > .title a,
.section-container.vertical-nav > section > .title a,
.section-container.vertical-nav > .section > .title a,
.section-container.horizontal-nav > section > .title a,
.section-container.horizontal-nav > .section > .title a,
.section-container.accordion > section > .title a,
.section-container.accordion > .section > .title a {
  padding: 0.9375em;
  color: #333333;
  font-size: 0.875em;
  background: none;
}
.section-container.auto > section > .title:hover, .section-container.auto > .section > .title:hover,
.section-container.vertical-tabs > section > .title:hover,
.section-container.vertical-tabs > .section > .title:hover,
.section-container.vertical-nav > section > .title:hover,
.section-container.vertical-nav > .section > .title:hover,
.section-container.horizontal-nav > section > .title:hover,
.section-container.horizontal-nav > .section > .title:hover,
.section-container.accordion > section > .title:hover,
.section-container.accordion > .section > .title:hover {
  background-color: #e2e2e2;
}
.section-container.auto > section > .content, .section-container.auto > .section > .content,
.section-container.vertical-tabs > section > .content,
.section-container.vertical-tabs > .section > .content,
.section-container.vertical-nav > section > .content,
.section-container.vertical-nav > .section > .content,
.section-container.horizontal-nav > section > .content,
.section-container.horizontal-nav > .section > .content,
.section-container.accordion > section > .content,
.section-container.accordion > .section > .content {
  padding: 0.9375em;
  background-color: white;
  border: solid 1px #cccccc;
}
.section-container.auto > section > .content > *:last-child, .section-container.auto > .section > .content > *:last-child,
.section-container.vertical-tabs > section > .content > *:last-child,
.section-container.vertical-tabs > .section > .content > *:last-child,
.section-container.vertical-nav > section > .content > *:last-child,
.section-container.vertical-nav > .section > .content > *:last-child,
.section-container.horizontal-nav > section > .content > *:last-child,
.section-container.horizontal-nav > .section > .content > *:last-child,
.section-container.accordion > section > .content > *:last-child,
.section-container.accordion > .section > .content > *:last-child {
  margin-bottom: 0;
}
.section-container.auto > section > .content > *:first-child, .section-container.auto > .section > .content > *:first-child,
.section-container.vertical-tabs > section > .content > *:first-child,
.section-container.vertical-tabs > .section > .content > *:first-child,
.section-container.vertical-nav > section > .content > *:first-child,
.section-container.vertical-nav > .section > .content > *:first-child,
.section-container.horizontal-nav > section > .content > *:first-child,
.section-container.horizontal-nav > .section > .content > *:first-child,
.section-container.accordion > section > .content > *:first-child,
.section-container.accordion > .section > .content > *:first-child {
  padding-top: 0;
}
.section-container.auto > section > .content > *:last-child:not(.flex-video), .section-container.auto > .section > .content > *:last-child:not(.flex-video),
.section-container.vertical-tabs > section > .content > *:last-child:not(.flex-video),
.section-container.vertical-tabs > .section > .content > *:last-child:not(.flex-video),
.section-container.vertical-nav > section > .content > *:last-child:not(.flex-video),
.section-container.vertical-nav > .section > .content > *:last-child:not(.flex-video),
.section-container.horizontal-nav > section > .content > *:last-child:not(.flex-video),
.section-container.horizontal-nav > .section > .content > *:last-child:not(.flex-video),
.section-container.accordion > section > .content > *:last-child:not(.flex-video),
.section-container.accordion > .section > .content > *:last-child:not(.flex-video) {
  padding-bottom: 0;
}
.section-container.auto > section.active > .title, .section-container.auto > .section.active > .title,
.section-container.vertical-tabs > section.active > .title,
.section-container.vertical-tabs > .section.active > .title,
.section-container.vertical-nav > section.active > .title,
.section-container.vertical-nav > .section.active > .title,
.section-container.horizontal-nav > section.active > .title,
.section-container.horizontal-nav > .section.active > .title,
.section-container.accordion > section.active > .title,
.section-container.accordion > .section.active > .title {
  background: #d5d5d5;
}
.section-container.auto > section.active > .title a, .section-container.auto > .section.active > .title a,
.section-container.vertical-tabs > section.active > .title a,
.section-container.vertical-tabs > .section.active > .title a,
.section-container.vertical-nav > section.active > .title a,
.section-container.vertical-nav > .section.active > .title a,
.section-container.horizontal-nav > section.active > .title a,
.section-container.horizontal-nav > .section.active > .title a,
.section-container.accordion > section.active > .title a,
.section-container.accordion > .section.active > .title a {
  color: #333333;
}
.section-container.auto > section:not(.active), .section-container.auto > .section:not(.active),
.section-container.vertical-tabs > section:not(.active),
.section-container.vertical-tabs > .section:not(.active),
.section-container.vertical-nav > section:not(.active),
.section-container.vertical-nav > .section:not(.active),
.section-container.horizontal-nav > section:not(.active),
.section-container.horizontal-nav > .section:not(.active),
.section-container.accordion > section:not(.active),
.section-container.accordion > .section:not(.active) {
  padding: 0 !important;
}
.section-container.auto > section > .title, .section-container.auto > .section > .title,
.section-container.vertical-tabs > section > .title,
.section-container.vertical-tabs > .section > .title,
.section-container.vertical-nav > section > .title,
.section-container.vertical-nav > .section > .title,
.section-container.horizontal-nav > section > .title,
.section-container.horizontal-nav > .section > .title,
.section-container.accordion > section > .title,
.section-container.accordion > .section > .title {
  border-top: none;
}

[data-section='tabs'], .section-container.tabs {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 1.25em;
}
[data-section='tabs']:not([data-section-resized]):not([data-section-small-style]), .section-container.tabs:not([data-section-resized]):not([data-section-small-style]) {
  visibility: hidden;
}
[data-section='tabs'] > section > [data-section-title], [data-section='tabs'] > section > .title, [data-section='tabs'] > .section > [data-section-title], [data-section='tabs'] > .section > .title, [data-section='tabs'] > [data-section-region] > [data-section-title], [data-section='tabs'] > [data-section-region] > .title, .section-container.tabs > section > [data-section-title], .section-container.tabs > section > .title, .section-container.tabs > .section > [data-section-title], .section-container.tabs > .section > .title, .section-container.tabs > [data-section-region] > [data-section-title], .section-container.tabs > [data-section-region] > .title {
  margin-bottom: 0;
}
[data-section='tabs'] > section > [data-section-title] a, [data-section='tabs'] > section > .title a, [data-section='tabs'] > .section > [data-section-title] a, [data-section='tabs'] > .section > .title a, [data-section='tabs'] > [data-section-region] > [data-section-title] a, [data-section='tabs'] > [data-section-region] > .title a, .section-container.tabs > section > [data-section-title] a, .section-container.tabs > section > .title a, .section-container.tabs > .section > [data-section-title] a, .section-container.tabs > .section > .title a, .section-container.tabs > [data-section-region] > [data-section-title] a, .section-container.tabs > [data-section-region] > .title a {
  width: 100%;
  display: inline-block;
  white-space: nowrap;
}
[data-section='tabs'] > section > [data-section-content], [data-section='tabs'] > section > .content, [data-section='tabs'] > .section > [data-section-content], [data-section='tabs'] > .section > .content, [data-section='tabs'] > [data-section-region] > [data-section-content], [data-section='tabs'] > [data-section-region] > .content, .section-container.tabs > section > [data-section-content], .section-container.tabs > section > .content, .section-container.tabs > .section > [data-section-content], .section-container.tabs > .section > .content, .section-container.tabs > [data-section-region] > [data-section-content], .section-container.tabs > [data-section-region] > .content {
  display: none;
}
[data-section='tabs'] > section.active > [data-section-content], [data-section='tabs'] > section.active > .content, [data-section='tabs'] > .section.active > [data-section-content], [data-section='tabs'] > .section.active > .content, [data-section='tabs'] > [data-section-region].active > [data-section-content], [data-section='tabs'] > [data-section-region].active > .content, .section-container.tabs > section.active > [data-section-content], .section-container.tabs > section.active > .content, .section-container.tabs > .section.active > [data-section-content], .section-container.tabs > .section.active > .content, .section-container.tabs > [data-section-region].active > [data-section-content], .section-container.tabs > [data-section-region].active > .content {
  display: block;
}
[data-section='tabs'] > section:not(.active), [data-section='tabs'] > .section:not(.active), [data-section='tabs'] > [data-section-region]:not(.active), .section-container.tabs > section:not(.active), .section-container.tabs > .section:not(.active), .section-container.tabs > [data-section-region]:not(.active) {
  padding: 0 !important;
}
[data-section='tabs'] > section > [data-section-title], [data-section='tabs'] > section > .title, [data-section='tabs'] > .section > [data-section-title], [data-section='tabs'] > .section > .title, [data-section='tabs'] > [data-section-region] > [data-section-title], [data-section='tabs'] > [data-section-region] > .title, .section-container.tabs > section > [data-section-title], .section-container.tabs > section > .title, .section-container.tabs > .section > [data-section-title], .section-container.tabs > .section > .title, .section-container.tabs > [data-section-region] > [data-section-title], .section-container.tabs > [data-section-region] > .title {
  width: auto;
  position: absolute;
  top: 0;
  left: 0;
}

.section-container.tabs {
  border: none;
}
.section-container.tabs > section > .title, .section-container.tabs > .section > .title {
  background-color: #efefef;
  cursor: pointer;
  border: solid 1px #cccccc;
}
.section-container.tabs > section > .title a, .section-container.tabs > .section > .title a {
  padding: 0.9375em;
  color: #333333;
  font-size: 0.875em;
  background: none;
}
.section-container.tabs > section > .title:hover, .section-container.tabs > .section > .title:hover {
  background-color: #e2e2e2;
}
.section-container.tabs > section > .content, .section-container.tabs > .section > .content {
  padding: 0.9375em;
  background-color: white;
  border: solid 1px #cccccc;
}
.section-container.tabs > section > .content > *:last-child, .section-container.tabs > .section > .content > *:last-child {
  margin-bottom: 0;
}
.section-container.tabs > section > .content > *:first-child, .section-container.tabs > .section > .content > *:first-child {
  padding-top: 0;
}
.section-container.tabs > section > .content > *:last-child:not(.flex-video), .section-container.tabs > .section > .content > *:last-child:not(.flex-video) {
  padding-bottom: 0;
}
.section-container.tabs > section.active > .title, .section-container.tabs > .section.active > .title {
  background: white;
}
.section-container.tabs > section.active > .title a, .section-container.tabs > .section.active > .title a {
  color: #333333;
}
.section-container.tabs > section:not(.active), .section-container.tabs > .section:not(.active) {
  padding: 0 !important;
}
.section-container.tabs > section.active > .title, .section-container.tabs > .section.active > .title {
  border-bottom: 0;
}

@media screen and (min-width: 768px) {
  [data-section=''], [data-section='auto'], .section-container.auto {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 1.25em;
  }
  [data-section='']:not([data-section-resized]):not([data-section-small-style]), [data-section='auto']:not([data-section-resized]):not([data-section-small-style]), .section-container.auto:not([data-section-resized]):not([data-section-small-style]) {
    visibility: hidden;
  }
  [data-section=''] > section > [data-section-title], [data-section=''] > section > .title, [data-section=''] > .section > [data-section-title], [data-section=''] > .section > .title, [data-section=''] > [data-section-region] > [data-section-title], [data-section=''] > [data-section-region] > .title, [data-section='auto'] > section > [data-section-title], [data-section='auto'] > section > .title, [data-section='auto'] > .section > [data-section-title], [data-section='auto'] > .section > .title, [data-section='auto'] > [data-section-region] > [data-section-title], [data-section='auto'] > [data-section-region] > .title, .section-container.auto > section > [data-section-title], .section-container.auto > section > .title, .section-container.auto > .section > [data-section-title], .section-container.auto > .section > .title, .section-container.auto > [data-section-region] > [data-section-title], .section-container.auto > [data-section-region] > .title {
    margin-bottom: 0;
  }
  [data-section=''] > section > [data-section-title] a, [data-section=''] > section > .title a, [data-section=''] > .section > [data-section-title] a, [data-section=''] > .section > .title a, [data-section=''] > [data-section-region] > [data-section-title] a, [data-section=''] > [data-section-region] > .title a, [data-section='auto'] > section > [data-section-title] a, [data-section='auto'] > section > .title a, [data-section='auto'] > .section > [data-section-title] a, [data-section='auto'] > .section > .title a, [data-section='auto'] > [data-section-region] > [data-section-title] a, [data-section='auto'] > [data-section-region] > .title a, .section-container.auto > section > [data-section-title] a, .section-container.auto > section > .title a, .section-container.auto > .section > [data-section-title] a, .section-container.auto > .section > .title a, .section-container.auto > [data-section-region] > [data-section-title] a, .section-container.auto > [data-section-region] > .title a {
    width: 100%;
    display: inline-block;
    white-space: nowrap;
  }
  [data-section=''] > section > [data-section-content], [data-section=''] > section > .content, [data-section=''] > .section > [data-section-content], [data-section=''] > .section > .content, [data-section=''] > [data-section-region] > [data-section-content], [data-section=''] > [data-section-region] > .content, [data-section='auto'] > section > [data-section-content], [data-section='auto'] > section > .content, [data-section='auto'] > .section > [data-section-content], [data-section='auto'] > .section > .content, [data-section='auto'] > [data-section-region] > [data-section-content], [data-section='auto'] > [data-section-region] > .content, .section-container.auto > section > [data-section-content], .section-container.auto > section > .content, .section-container.auto > .section > [data-section-content], .section-container.auto > .section > .content, .section-container.auto > [data-section-region] > [data-section-content], .section-container.auto > [data-section-region] > .content {
    display: none;
  }
  [data-section=''] > section.active > [data-section-content], [data-section=''] > section.active > .content, [data-section=''] > .section.active > [data-section-content], [data-section=''] > .section.active > .content, [data-section=''] > [data-section-region].active > [data-section-content], [data-section=''] > [data-section-region].active > .content, [data-section='auto'] > section.active > [data-section-content], [data-section='auto'] > section.active > .content, [data-section='auto'] > .section.active > [data-section-content], [data-section='auto'] > .section.active > .content, [data-section='auto'] > [data-section-region].active > [data-section-content], [data-section='auto'] > [data-section-region].active > .content, .section-container.auto > section.active > [data-section-content], .section-container.auto > section.active > .content, .section-container.auto > .section.active > [data-section-content], .section-container.auto > .section.active > .content, .section-container.auto > [data-section-region].active > [data-section-content], .section-container.auto > [data-section-region].active > .content {
    display: block;
  }
  [data-section=''] > section:not(.active), [data-section=''] > .section:not(.active), [data-section=''] > [data-section-region]:not(.active), [data-section='auto'] > section:not(.active), [data-section='auto'] > .section:not(.active), [data-section='auto'] > [data-section-region]:not(.active), .section-container.auto > section:not(.active), .section-container.auto > .section:not(.active), .section-container.auto > [data-section-region]:not(.active) {
    padding: 0 !important;
  }
  [data-section=''] > section > [data-section-title], [data-section=''] > section > .title, [data-section=''] > .section > [data-section-title], [data-section=''] > .section > .title, [data-section=''] > [data-section-region] > [data-section-title], [data-section=''] > [data-section-region] > .title, [data-section='auto'] > section > [data-section-title], [data-section='auto'] > section > .title, [data-section='auto'] > .section > [data-section-title], [data-section='auto'] > .section > .title, [data-section='auto'] > [data-section-region] > [data-section-title], [data-section='auto'] > [data-section-region] > .title, .section-container.auto > section > [data-section-title], .section-container.auto > section > .title, .section-container.auto > .section > [data-section-title], .section-container.auto > .section > .title, .section-container.auto > [data-section-region] > [data-section-title], .section-container.auto > [data-section-region] > .title {
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
  }

  .section-container.auto {
    border: none;
  }
  .section-container.auto > section > .title, .section-container.auto > .section > .title {
    background-color: #efefef;
    cursor: pointer;
    border: solid 1px #cccccc;
  }
  .section-container.auto > section > .title a, .section-container.auto > .section > .title a {
    padding: 0.9375em;
    color: #333333;
    font-size: 0.875em;
    background: none;
  }
  .section-container.auto > section > .title:hover, .section-container.auto > .section > .title:hover {
    background-color: #e2e2e2;
  }
  .section-container.auto > section > .content, .section-container.auto > .section > .content {
    padding: 0.9375em;
    background-color: white;
    border: solid 1px #cccccc;
  }
  .section-container.auto > section > .content > *:last-child, .section-container.auto > .section > .content > *:last-child {
    margin-bottom: 0;
  }
  .section-container.auto > section > .content > *:first-child, .section-container.auto > .section > .content > *:first-child {
    padding-top: 0;
  }
  .section-container.auto > section > .content > *:last-child:not(.flex-video), .section-container.auto > .section > .content > *:last-child:not(.flex-video) {
    padding-bottom: 0;
  }
  .section-container.auto > section.active > .title, .section-container.auto > .section.active > .title {
    background: white;
  }
  .section-container.auto > section.active > .title a, .section-container.auto > .section.active > .title a {
    color: #333333;
  }
  .section-container.auto > section:not(.active), .section-container.auto > .section:not(.active) {
    padding: 0 !important;
  }
  .section-container.auto > section.active > .title, .section-container.auto > .section.active > .title {
    border-bottom: 0;
  }

  [data-section='vertical-tabs'], .section-container.vertical-tabs {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 1.25em;
  }
  [data-section='vertical-tabs']:not([data-section-resized]):not([data-section-small-style]), .section-container.vertical-tabs:not([data-section-resized]):not([data-section-small-style]) {
    visibility: hidden;
  }
  [data-section='vertical-tabs'][data-section-small-style], .section-container.vertical-tabs[data-section-small-style] {
    width: 100% !important;
  }
  [data-section='vertical-tabs'][data-section-small-style] > [data-section-region], [data-section='vertical-tabs'][data-section-small-style] > section, [data-section='vertical-tabs'][data-section-small-style] > .section, .section-container.vertical-tabs[data-section-small-style] > [data-section-region], .section-container.vertical-tabs[data-section-small-style] > section, .section-container.vertical-tabs[data-section-small-style] > .section {
    padding: 0 !important;
    margin: 0 !important;
  }
  [data-section='vertical-tabs'][data-section-small-style] > [data-section-region] > [data-section-title], [data-section='vertical-tabs'][data-section-small-style] > [data-section-region] > .title, [data-section='vertical-tabs'][data-section-small-style] > section > [data-section-title], [data-section='vertical-tabs'][data-section-small-style] > section > .title, [data-section='vertical-tabs'][data-section-small-style] > .section > [data-section-title], [data-section='vertical-tabs'][data-section-small-style] > .section > .title, .section-container.vertical-tabs[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > [data-section-region] > .title, .section-container.vertical-tabs[data-section-small-style] > section > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > section > .title, .section-container.vertical-tabs[data-section-small-style] > .section > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > .section > .title {
    width: 100% !important;
  }
  [data-section='vertical-tabs'] > section > [data-section-title], [data-section='vertical-tabs'] > section > .title, [data-section='vertical-tabs'] > .section > [data-section-title], [data-section='vertical-tabs'] > .section > .title, [data-section='vertical-tabs'] > [data-section-region] > [data-section-title], [data-section='vertical-tabs'] > [data-section-region] > .title, .section-container.vertical-tabs > section > [data-section-title], .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > [data-section-title], .section-container.vertical-tabs > .section > .title, .section-container.vertical-tabs > [data-section-region] > [data-section-title], .section-container.vertical-tabs > [data-section-region] > .title {
    margin-bottom: 0;
  }
  [data-section='vertical-tabs'] > section > [data-section-title] a, [data-section='vertical-tabs'] > section > .title a, [data-section='vertical-tabs'] > .section > [data-section-title] a, [data-section='vertical-tabs'] > .section > .title a, [data-section='vertical-tabs'] > [data-section-region] > [data-section-title] a, [data-section='vertical-tabs'] > [data-section-region] > .title a, .section-container.vertical-tabs > section > [data-section-title] a, .section-container.vertical-tabs > section > .title a, .section-container.vertical-tabs > .section > [data-section-title] a, .section-container.vertical-tabs > .section > .title a, .section-container.vertical-tabs > [data-section-region] > [data-section-title] a, .section-container.vertical-tabs > [data-section-region] > .title a {
    width: 100%;
    display: inline-block;
    white-space: nowrap;
  }
  [data-section='vertical-tabs'] > section > [data-section-content], [data-section='vertical-tabs'] > section > .content, [data-section='vertical-tabs'] > .section > [data-section-content], [data-section='vertical-tabs'] > .section > .content, [data-section='vertical-tabs'] > [data-section-region] > [data-section-content], [data-section='vertical-tabs'] > [data-section-region] > .content, .section-container.vertical-tabs > section > [data-section-content], .section-container.vertical-tabs > section > .content, .section-container.vertical-tabs > .section > [data-section-content], .section-container.vertical-tabs > .section > .content, .section-container.vertical-tabs > [data-section-region] > [data-section-content], .section-container.vertical-tabs > [data-section-region] > .content {
    display: none;
  }
  [data-section='vertical-tabs'] > section.active > [data-section-content], [data-section='vertical-tabs'] > section.active > .content, [data-section='vertical-tabs'] > .section.active > [data-section-content], [data-section='vertical-tabs'] > .section.active > .content, [data-section='vertical-tabs'] > [data-section-region].active > [data-section-content], [data-section='vertical-tabs'] > [data-section-region].active > .content, .section-container.vertical-tabs > section.active > [data-section-content], .section-container.vertical-tabs > section.active > .content, .section-container.vertical-tabs > .section.active > [data-section-content], .section-container.vertical-tabs > .section.active > .content, .section-container.vertical-tabs > [data-section-region].active > [data-section-content], .section-container.vertical-tabs > [data-section-region].active > .content {
    display: block;
  }
  [data-section='vertical-tabs'] > section:not(.active), [data-section='vertical-tabs'] > .section:not(.active), [data-section='vertical-tabs'] > [data-section-region]:not(.active), .section-container.vertical-tabs > section:not(.active), .section-container.vertical-tabs > .section:not(.active), .section-container.vertical-tabs > [data-section-region]:not(.active) {
    padding: 0 !important;
  }
  [data-section='vertical-tabs'] > section > [data-section-title], [data-section='vertical-tabs'] > section > .title, [data-section='vertical-tabs'] > .section > [data-section-title], [data-section='vertical-tabs'] > .section > .title, [data-section='vertical-tabs'] > [data-section-region] > [data-section-title], [data-section='vertical-tabs'] > [data-section-region] > .title, .section-container.vertical-tabs > section > [data-section-title], .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > [data-section-title], .section-container.vertical-tabs > .section > .title, .section-container.vertical-tabs > [data-section-region] > [data-section-title], .section-container.vertical-tabs > [data-section-region] > .title {
    position: absolute;
    top: 0;
    left: 0;
    width: 12.5em;
  }
  [data-section='vertical-tabs'] > section.active, [data-section='vertical-tabs'] > .section.active, [data-section='vertical-tabs'] > [data-section-region].active, .section-container.vertical-tabs > section.active, .section-container.vertical-tabs > .section.active, .section-container.vertical-tabs > [data-section-region].active {
    padding-left: 12.5em;
  }
  [data-section='vertical-tabs'] > section.active > [data-section-title], [data-section='vertical-tabs'] > section.active > .title, [data-section='vertical-tabs'] > .section.active > [data-section-title], [data-section='vertical-tabs'] > .section.active > .title, [data-section='vertical-tabs'] > [data-section-region].active > [data-section-title], [data-section='vertical-tabs'] > [data-section-region].active > .title, .section-container.vertical-tabs > section.active > [data-section-title], .section-container.vertical-tabs > section.active > .title, .section-container.vertical-tabs > .section.active > [data-section-title], .section-container.vertical-tabs > .section.active > .title, .section-container.vertical-tabs > [data-section-region].active > [data-section-title], .section-container.vertical-tabs > [data-section-region].active > .title {
    width: 12.5em;
  }

  .section-container.vertical-tabs {
    border: none;
  }
  .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > .title {
    background-color: #efefef;
    cursor: pointer;
    border: solid 1px #cccccc;
  }
  .section-container.vertical-tabs > section > .title a, .section-container.vertical-tabs > .section > .title a {
    padding: 0.9375em;
    color: #333333;
    font-size: 0.875em;
    background: none;
  }
  .section-container.vertical-tabs > section > .title:hover, .section-container.vertical-tabs > .section > .title:hover {
    background-color: #e2e2e2;
  }
  .section-container.vertical-tabs > section > .content, .section-container.vertical-tabs > .section > .content {
    padding: 0.9375em;
    background-color: white;
    border: solid 1px #cccccc;
  }
  .section-container.vertical-tabs > section > .content > *:last-child, .section-container.vertical-tabs > .section > .content > *:last-child {
    margin-bottom: 0;
  }
  .section-container.vertical-tabs > section > .content > *:first-child, .section-container.vertical-tabs > .section > .content > *:first-child {
    padding-top: 0;
  }
  .section-container.vertical-tabs > section > .content > *:last-child:not(.flex-video), .section-container.vertical-tabs > .section > .content > *:last-child:not(.flex-video) {
    padding-bottom: 0;
  }
  .section-container.vertical-tabs > section.active > .title, .section-container.vertical-tabs > .section.active > .title {
    background: #d5d5d5;
  }
  .section-container.vertical-tabs > section.active > .title a, .section-container.vertical-tabs > .section.active > .title a {
    color: #333333;
  }
  .section-container.vertical-tabs > section:not(.active), .section-container.vertical-tabs > .section:not(.active) {
    padding: 0 !important;
  }
  .section-container.vertical-tabs > section.active, .section-container.vertical-tabs > .section.active {
    padding-left: 12.4375em;
  }
  .section-container.vertical-tabs > section.active > .title, .section-container.vertical-tabs > .section.active > .title {
    background-color: #d5d5d5;
  }

  [data-section='vertical-nav'], .section-container.vertical-nav {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 1.25em;
  }
  [data-section='vertical-nav']:not([data-section-resized]):not([data-section-small-style]), .section-container.vertical-nav:not([data-section-resized]):not([data-section-small-style]) {
    visibility: hidden;
  }
  [data-section='vertical-nav'][data-section-small-style], .section-container.vertical-nav[data-section-small-style] {
    width: 100% !important;
  }
  [data-section='vertical-nav'][data-section-small-style] > [data-section-region], [data-section='vertical-nav'][data-section-small-style] > section, [data-section='vertical-nav'][data-section-small-style] > .section, .section-container.vertical-nav[data-section-small-style] > [data-section-region], .section-container.vertical-nav[data-section-small-style] > section, .section-container.vertical-nav[data-section-small-style] > .section {
    padding: 0 !important;
    margin: 0 !important;
  }
  [data-section='vertical-nav'][data-section-small-style] > [data-section-region] > [data-section-title], [data-section='vertical-nav'][data-section-small-style] > [data-section-region] > .title, [data-section='vertical-nav'][data-section-small-style] > section > [data-section-title], [data-section='vertical-nav'][data-section-small-style] > section > .title, [data-section='vertical-nav'][data-section-small-style] > .section > [data-section-title], [data-section='vertical-nav'][data-section-small-style] > .section > .title, .section-container.vertical-nav[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.vertical-nav[data-section-small-style] > [data-section-region] > .title, .section-container.vertical-nav[data-section-small-style] > section > [data-section-title], .section-container.vertical-nav[data-section-small-style] > section > .title, .section-container.vertical-nav[data-section-small-style] > .section > [data-section-title], .section-container.vertical-nav[data-section-small-style] > .section > .title {
    width: 100% !important;
  }
  [data-section='vertical-nav'] > section, [data-section='vertical-nav'] > .section, [data-section='vertical-nav'] > [data-section-region], .section-container.vertical-nav > section, .section-container.vertical-nav > .section, .section-container.vertical-nav > [data-section-region] {
    position: relative;
    display: inline-block;
  }
  [data-section='vertical-nav'] > section > [data-section-title], [data-section='vertical-nav'] > section > .title, [data-section='vertical-nav'] > .section > [data-section-title], [data-section='vertical-nav'] > .section > .title, [data-section='vertical-nav'] > [data-section-region] > [data-section-title], [data-section='vertical-nav'] > [data-section-region] > .title, .section-container.vertical-nav > section > [data-section-title], .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > [data-section-title], .section-container.vertical-nav > .section > .title, .section-container.vertical-nav > [data-section-region] > [data-section-title], .section-container.vertical-nav > [data-section-region] > .title {
    margin-bottom: 0;
  }
  [data-section='vertical-nav'] > section > [data-section-title] a, [data-section='vertical-nav'] > section > .title a, [data-section='vertical-nav'] > .section > [data-section-title] a, [data-section='vertical-nav'] > .section > .title a, [data-section='vertical-nav'] > [data-section-region] > [data-section-title] a, [data-section='vertical-nav'] > [data-section-region] > .title a, .section-container.vertical-nav > section > [data-section-title] a, .section-container.vertical-nav > section > .title a, .section-container.vertical-nav > .section > [data-section-title] a, .section-container.vertical-nav > .section > .title a, .section-container.vertical-nav > [data-section-region] > [data-section-title] a, .section-container.vertical-nav > [data-section-region] > .title a {
    width: 100%;
    display: inline-block;
    white-space: nowrap;
  }
  [data-section='vertical-nav'] > section > [data-section-content], [data-section='vertical-nav'] > section > .content, [data-section='vertical-nav'] > .section > [data-section-content], [data-section='vertical-nav'] > .section > .content, [data-section='vertical-nav'] > [data-section-region] > [data-section-content], [data-section='vertical-nav'] > [data-section-region] > .content, .section-container.vertical-nav > section > [data-section-content], .section-container.vertical-nav > section > .content, .section-container.vertical-nav > .section > [data-section-content], .section-container.vertical-nav > .section > .content, .section-container.vertical-nav > [data-section-region] > [data-section-content], .section-container.vertical-nav > [data-section-region] > .content {
    display: none;
  }
  [data-section='vertical-nav'] > section.active > [data-section-content], [data-section='vertical-nav'] > section.active > .content, [data-section='vertical-nav'] > .section.active > [data-section-content], [data-section='vertical-nav'] > .section.active > .content, [data-section='vertical-nav'] > [data-section-region].active > [data-section-content], [data-section='vertical-nav'] > [data-section-region].active > .content, .section-container.vertical-nav > section.active > [data-section-content], .section-container.vertical-nav > section.active > .content, .section-container.vertical-nav > .section.active > [data-section-content], .section-container.vertical-nav > .section.active > .content, .section-container.vertical-nav > [data-section-region].active > [data-section-content], .section-container.vertical-nav > [data-section-region].active > .content {
    display: block;
  }
  [data-section='vertical-nav'] > section:not(.active), [data-section='vertical-nav'] > .section:not(.active), [data-section='vertical-nav'] > [data-section-region]:not(.active), .section-container.vertical-nav > section:not(.active), .section-container.vertical-nav > .section:not(.active), .section-container.vertical-nav > [data-section-region]:not(.active) {
    padding: 0 !important;
  }
  [data-section='vertical-nav'] > section > [data-section-title], [data-section='vertical-nav'] > section > .title, [data-section='vertical-nav'] > .section > [data-section-title], [data-section='vertical-nav'] > .section > .title, [data-section='vertical-nav'] > [data-section-region] > [data-section-title], [data-section='vertical-nav'] > [data-section-region] > .title, .section-container.vertical-nav > section > [data-section-title], .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > [data-section-title], .section-container.vertical-nav > .section > .title, .section-container.vertical-nav > [data-section-region] > [data-section-title], .section-container.vertical-nav > [data-section-region] > .title {
    position: static;
    width: auto;
  }
  [data-section='vertical-nav'] > section > [data-section-title] a, [data-section='vertical-nav'] > section > .title a, [data-section='vertical-nav'] > .section > [data-section-title] a, [data-section='vertical-nav'] > .section > .title a, [data-section='vertical-nav'] > [data-section-region] > [data-section-title] a, [data-section='vertical-nav'] > [data-section-region] > .title a, .section-container.vertical-nav > section > [data-section-title] a, .section-container.vertical-nav > section > .title a, .section-container.vertical-nav > .section > [data-section-title] a, .section-container.vertical-nav > .section > .title a, .section-container.vertical-nav > [data-section-region] > [data-section-title] a, .section-container.vertical-nav > [data-section-region] > .title a {
    display: block;
  }
  [data-section='vertical-nav'] > section > [data-section-content], [data-section='vertical-nav'] > section > .content, [data-section='vertical-nav'] > .section > [data-section-content], [data-section='vertical-nav'] > .section > .content, [data-section='vertical-nav'] > [data-section-region] > [data-section-content], [data-section='vertical-nav'] > [data-section-region] > .content, .section-container.vertical-nav > section > [data-section-content], .section-container.vertical-nav > section > .content, .section-container.vertical-nav > .section > [data-section-content], .section-container.vertical-nav > .section > .content, .section-container.vertical-nav > [data-section-region] > [data-section-content], .section-container.vertical-nav > [data-section-region] > .content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    min-width: 12.5em;
  }

  .section-container.vertical-nav {
    border: none;
  }
  .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > .title {
    background-color: #efefef;
    cursor: pointer;
    border: solid 1px #cccccc;
  }
  .section-container.vertical-nav > section > .title a, .section-container.vertical-nav > .section > .title a {
    padding: 0.9375em;
    color: #333333;
    font-size: 0.875em;
    background: none;
  }
  .section-container.vertical-nav > section > .title:hover, .section-container.vertical-nav > .section > .title:hover {
    background-color: #e2e2e2;
  }
  .section-container.vertical-nav > section > .content, .section-container.vertical-nav > .section > .content {
    padding: 0.9375em;
    background-color: white;
    border: solid 1px #cccccc;
  }
  .section-container.vertical-nav > section > .content > *:last-child, .section-container.vertical-nav > .section > .content > *:last-child {
    margin-bottom: 0;
  }
  .section-container.vertical-nav > section > .content > *:first-child, .section-container.vertical-nav > .section > .content > *:first-child {
    padding-top: 0;
  }
  .section-container.vertical-nav > section > .content > *:last-child:not(.flex-video), .section-container.vertical-nav > .section > .content > *:last-child:not(.flex-video) {
    padding-bottom: 0;
  }
  .section-container.vertical-nav > section.active > .title, .section-container.vertical-nav > .section.active > .title {
    background: #d5d5d5;
  }
  .section-container.vertical-nav > section.active > .title a, .section-container.vertical-nav > .section.active > .title a {
    color: #333333;
  }
  .section-container.vertical-nav > section:not(.active), .section-container.vertical-nav > .section:not(.active) {
    padding: 0 !important;
  }

  [data-section='horizontal-nav'], .section-container.horizontal-nav {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 1.25em;
  }
  [data-section='horizontal-nav']:not([data-section-resized]):not([data-section-small-style]), .section-container.horizontal-nav:not([data-section-resized]):not([data-section-small-style]) {
    visibility: hidden;
  }
  [data-section='horizontal-nav'][data-section-small-style], .section-container.horizontal-nav[data-section-small-style] {
    width: 100% !important;
  }
  [data-section='horizontal-nav'][data-section-small-style] > [data-section-region], [data-section='horizontal-nav'][data-section-small-style] > section, [data-section='horizontal-nav'][data-section-small-style] > .section, .section-container.horizontal-nav[data-section-small-style] > [data-section-region], .section-container.horizontal-nav[data-section-small-style] > section, .section-container.horizontal-nav[data-section-small-style] > .section {
    padding: 0 !important;
    margin: 0 !important;
  }
  [data-section='horizontal-nav'][data-section-small-style] > [data-section-region] > [data-section-title], [data-section='horizontal-nav'][data-section-small-style] > [data-section-region] > .title, [data-section='horizontal-nav'][data-section-small-style] > section > [data-section-title], [data-section='horizontal-nav'][data-section-small-style] > section > .title, [data-section='horizontal-nav'][data-section-small-style] > .section > [data-section-title], [data-section='horizontal-nav'][data-section-small-style] > .section > .title, .section-container.horizontal-nav[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > [data-section-region] > .title, .section-container.horizontal-nav[data-section-small-style] > section > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > section > .title, .section-container.horizontal-nav[data-section-small-style] > .section > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > .section > .title {
    width: 100% !important;
  }
  [data-section='horizontal-nav'] > section, [data-section='horizontal-nav'] > .section, [data-section='horizontal-nav'] > [data-section-region], .section-container.horizontal-nav > section, .section-container.horizontal-nav > .section, .section-container.horizontal-nav > [data-section-region] {
    position: relative;
    float: left;
  }
  [data-section='horizontal-nav'] > section > [data-section-title], [data-section='horizontal-nav'] > section > .title, [data-section='horizontal-nav'] > .section > [data-section-title], [data-section='horizontal-nav'] > .section > .title, [data-section='horizontal-nav'] > [data-section-region] > [data-section-title], [data-section='horizontal-nav'] > [data-section-region] > .title, .section-container.horizontal-nav > section > [data-section-title], .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > [data-section-title], .section-container.horizontal-nav > .section > .title, .section-container.horizontal-nav > [data-section-region] > [data-section-title], .section-container.horizontal-nav > [data-section-region] > .title {
    margin-bottom: 0;
  }
  [data-section='horizontal-nav'] > section > [data-section-title] a, [data-section='horizontal-nav'] > section > .title a, [data-section='horizontal-nav'] > .section > [data-section-title] a, [data-section='horizontal-nav'] > .section > .title a, [data-section='horizontal-nav'] > [data-section-region] > [data-section-title] a, [data-section='horizontal-nav'] > [data-section-region] > .title a, .section-container.horizontal-nav > section > [data-section-title] a, .section-container.horizontal-nav > section > .title a, .section-container.horizontal-nav > .section > [data-section-title] a, .section-container.horizontal-nav > .section > .title a, .section-container.horizontal-nav > [data-section-region] > [data-section-title] a, .section-container.horizontal-nav > [data-section-region] > .title a {
    width: 100%;
    display: inline-block;
    white-space: nowrap;
  }
  [data-section='horizontal-nav'] > section > [data-section-content], [data-section='horizontal-nav'] > section > .content, [data-section='horizontal-nav'] > .section > [data-section-content], [data-section='horizontal-nav'] > .section > .content, [data-section='horizontal-nav'] > [data-section-region] > [data-section-content], [data-section='horizontal-nav'] > [data-section-region] > .content, .section-container.horizontal-nav > section > [data-section-content], .section-container.horizontal-nav > section > .content, .section-container.horizontal-nav > .section > [data-section-content], .section-container.horizontal-nav > .section > .content, .section-container.horizontal-nav > [data-section-region] > [data-section-content], .section-container.horizontal-nav > [data-section-region] > .content {
    display: none;
  }
  [data-section='horizontal-nav'] > section.active > [data-section-content], [data-section='horizontal-nav'] > section.active > .content, [data-section='horizontal-nav'] > .section.active > [data-section-content], [data-section='horizontal-nav'] > .section.active > .content, [data-section='horizontal-nav'] > [data-section-region].active > [data-section-content], [data-section='horizontal-nav'] > [data-section-region].active > .content, .section-container.horizontal-nav > section.active > [data-section-content], .section-container.horizontal-nav > section.active > .content, .section-container.horizontal-nav > .section.active > [data-section-content], .section-container.horizontal-nav > .section.active > .content, .section-container.horizontal-nav > [data-section-region].active > [data-section-content], .section-container.horizontal-nav > [data-section-region].active > .content {
    display: block;
  }
  [data-section='horizontal-nav'] > section:not(.active), [data-section='horizontal-nav'] > .section:not(.active), [data-section='horizontal-nav'] > [data-section-region]:not(.active), .section-container.horizontal-nav > section:not(.active), .section-container.horizontal-nav > .section:not(.active), .section-container.horizontal-nav > [data-section-region]:not(.active) {
    padding: 0 !important;
  }
  [data-section='horizontal-nav'] > section > [data-section-title], [data-section='horizontal-nav'] > section > .title, [data-section='horizontal-nav'] > .section > [data-section-title], [data-section='horizontal-nav'] > .section > .title, [data-section='horizontal-nav'] > [data-section-region] > [data-section-title], [data-section='horizontal-nav'] > [data-section-region] > .title, .section-container.horizontal-nav > section > [data-section-title], .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > [data-section-title], .section-container.horizontal-nav > .section > .title, .section-container.horizontal-nav > [data-section-region] > [data-section-title], .section-container.horizontal-nav > [data-section-region] > .title {
    position: static;
    width: auto;
  }
  [data-section='horizontal-nav'] > section > [data-section-title] a, [data-section='horizontal-nav'] > section > .title a, [data-section='horizontal-nav'] > .section > [data-section-title] a, [data-section='horizontal-nav'] > .section > .title a, [data-section='horizontal-nav'] > [data-section-region] > [data-section-title] a, [data-section='horizontal-nav'] > [data-section-region] > .title a, .section-container.horizontal-nav > section > [data-section-title] a, .section-container.horizontal-nav > section > .title a, .section-container.horizontal-nav > .section > [data-section-title] a, .section-container.horizontal-nav > .section > .title a, .section-container.horizontal-nav > [data-section-region] > [data-section-title] a, .section-container.horizontal-nav > [data-section-region] > .title a {
    display: block;
  }
  [data-section='horizontal-nav'] > section > [data-section-content], [data-section='horizontal-nav'] > section > .content, [data-section='horizontal-nav'] > .section > [data-section-content], [data-section='horizontal-nav'] > .section > .content, [data-section='horizontal-nav'] > [data-section-region] > [data-section-content], [data-section='horizontal-nav'] > [data-section-region] > .content, .section-container.horizontal-nav > section > [data-section-content], .section-container.horizontal-nav > section > .content, .section-container.horizontal-nav > .section > [data-section-content], .section-container.horizontal-nav > .section > .content, .section-container.horizontal-nav > [data-section-region] > [data-section-content], .section-container.horizontal-nav > [data-section-region] > .content {
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    min-width: 12.5em;
  }

  .section-container.horizontal-nav {
    background: #efefef;
    border: 1px solid #cccccc;
  }
  .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > .title {
    background-color: #efefef;
    cursor: pointer;
    border: solid 1px #cccccc;
  }
  .section-container.horizontal-nav > section > .title a, .section-container.horizontal-nav > .section > .title a {
    padding: 0.9375em;
    color: #333333;
    font-size: 0.875em;
    background: none;
  }
  .section-container.horizontal-nav > section > .title:hover, .section-container.horizontal-nav > .section > .title:hover {
    background-color: #e2e2e2;
  }
  .section-container.horizontal-nav > section > .content, .section-container.horizontal-nav > .section > .content {
    padding: 0.9375em;
    background-color: white;
    border: solid 1px #cccccc;
  }
  .section-container.horizontal-nav > section > .content > *:last-child, .section-container.horizontal-nav > .section > .content > *:last-child {
    margin-bottom: 0;
  }
  .section-container.horizontal-nav > section > .content > *:first-child, .section-container.horizontal-nav > .section > .content > *:first-child {
    padding-top: 0;
  }
  .section-container.horizontal-nav > section > .content > *:last-child:not(.flex-video), .section-container.horizontal-nav > .section > .content > *:last-child:not(.flex-video) {
    padding-bottom: 0;
  }
  .section-container.horizontal-nav > section.active > .title, .section-container.horizontal-nav > .section.active > .title {
    background: #d5d5d5;
  }
  .section-container.horizontal-nav > section.active > .title a, .section-container.horizontal-nav > .section.active > .title a {
    color: #333333;
  }
  .section-container.horizontal-nav > section:not(.active), .section-container.horizontal-nav > .section:not(.active) {
    padding: 0 !important;
  }
}
.no-js [data-section], .no-js .section-container {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 1.25em;
}
.no-js [data-section][data-section-small-style], .no-js .section-container[data-section-small-style] {
  width: 100% !important;
}
.no-js [data-section][data-section-small-style] > [data-section-region], .no-js [data-section][data-section-small-style] > section, .no-js [data-section][data-section-small-style] > .section, .no-js .section-container[data-section-small-style] > [data-section-region], .no-js .section-container[data-section-small-style] > section, .no-js .section-container[data-section-small-style] > .section {
  padding: 0 !important;
  margin: 0 !important;
}
.no-js [data-section][data-section-small-style] > [data-section-region] > [data-section-title], .no-js [data-section][data-section-small-style] > [data-section-region] > .title, .no-js [data-section][data-section-small-style] > section > [data-section-title], .no-js [data-section][data-section-small-style] > section > .title, .no-js [data-section][data-section-small-style] > .section > [data-section-title], .no-js [data-section][data-section-small-style] > .section > .title, .no-js .section-container[data-section-small-style] > [data-section-region] > [data-section-title], .no-js .section-container[data-section-small-style] > [data-section-region] > .title, .no-js .section-container[data-section-small-style] > section > [data-section-title], .no-js .section-container[data-section-small-style] > section > .title, .no-js .section-container[data-section-small-style] > .section > [data-section-title], .no-js .section-container[data-section-small-style] > .section > .title {
  width: 100% !important;
}
.no-js [data-section] > section, .no-js [data-section] > .section, .no-js [data-section] > [data-section-region], .no-js .section-container > section, .no-js .section-container > .section, .no-js .section-container > [data-section-region] {
  margin: 0;
}
.no-js [data-section] > section > [data-section-title], .no-js [data-section] > section > .title, .no-js [data-section] > .section > [data-section-title], .no-js [data-section] > .section > .title, .no-js [data-section] > [data-section-region] > [data-section-title], .no-js [data-section] > [data-section-region] > .title, .no-js .section-container > section > [data-section-title], .no-js .section-container > section > .title, .no-js .section-container > .section > [data-section-title], .no-js .section-container > .section > .title, .no-js .section-container > [data-section-region] > [data-section-title], .no-js .section-container > [data-section-region] > .title {
  margin-bottom: 0;
}
.no-js [data-section] > section > [data-section-title] a, .no-js [data-section] > section > .title a, .no-js [data-section] > .section > [data-section-title] a, .no-js [data-section] > .section > .title a, .no-js [data-section] > [data-section-region] > [data-section-title] a, .no-js [data-section] > [data-section-region] > .title a, .no-js .section-container > section > [data-section-title] a, .no-js .section-container > section > .title a, .no-js .section-container > .section > [data-section-title] a, .no-js .section-container > .section > .title a, .no-js .section-container > [data-section-region] > [data-section-title] a, .no-js .section-container > [data-section-region] > .title a {
  width: 100%;
  display: inline-block;
  white-space: nowrap;
}
.no-js [data-section] > section > [data-section-content], .no-js [data-section] > section > .content, .no-js [data-section] > .section > [data-section-content], .no-js [data-section] > .section > .content, .no-js [data-section] > [data-section-region] > [data-section-content], .no-js [data-section] > [data-section-region] > .content, .no-js .section-container > section > [data-section-content], .no-js .section-container > section > .content, .no-js .section-container > .section > [data-section-content], .no-js .section-container > .section > .content, .no-js .section-container > [data-section-region] > [data-section-content], .no-js .section-container > [data-section-region] > .content {
  display: none;
}
.no-js [data-section] > section.active > [data-section-content], .no-js [data-section] > section.active > .content, .no-js [data-section] > .section.active > [data-section-content], .no-js [data-section] > .section.active > .content, .no-js [data-section] > [data-section-region].active > [data-section-content], .no-js [data-section] > [data-section-region].active > .content, .no-js .section-container > section.active > [data-section-content], .no-js .section-container > section.active > .content, .no-js .section-container > .section.active > [data-section-content], .no-js .section-container > .section.active > .content, .no-js .section-container > [data-section-region].active > [data-section-content], .no-js .section-container > [data-section-region].active > .content {
  display: block;
}
.no-js [data-section] > section:not(.active), .no-js [data-section] > .section:not(.active), .no-js [data-section] > [data-section-region]:not(.active), .no-js .section-container > section:not(.active), .no-js .section-container > .section:not(.active), .no-js .section-container > [data-section-region]:not(.active) {
  padding: 0 !important;
}
.no-js [data-section] > section > [data-section-title], .no-js [data-section] > section > .title, .no-js [data-section] > .section > [data-section-title], .no-js [data-section] > .section > .title, .no-js [data-section] > [data-section-region] > [data-section-title], .no-js [data-section] > [data-section-region] > .title, .no-js .section-container > section > [data-section-title], .no-js .section-container > section > .title, .no-js .section-container > .section > [data-section-title], .no-js .section-container > .section > .title, .no-js .section-container > [data-section-region] > [data-section-title], .no-js .section-container > [data-section-region] > .title {
  width: 100%;
}
.no-js .section-container {
  border-top: 1px solid #cccccc;
}
.no-js .section-container > section > .title, .no-js .section-container > .section > .title {
  background-color: #efefef;
  cursor: pointer;
  border: solid 1px #cccccc;
}
.no-js .section-container > section > .title a, .no-js .section-container > .section > .title a {
  padding: 0.9375em;
  color: #333333;
  font-size: 0.875em;
  background: none;
}
.no-js .section-container > section > .title:hover, .no-js .section-container > .section > .title:hover {
  background-color: #e2e2e2;
}
.no-js .section-container > section > .content, .no-js .section-container > .section > .content {
  padding: 0.9375em;
  background-color: white;
  border: solid 1px #cccccc;
}
.no-js .section-container > section > .content > *:last-child, .no-js .section-container > .section > .content > *:last-child {
  margin-bottom: 0;
}
.no-js .section-container > section > .content > *:first-child, .no-js .section-container > .section > .content > *:first-child {
  padding-top: 0;
}
.no-js .section-container > section > .content > *:last-child:not(.flex-video), .no-js .section-container > .section > .content > *:last-child:not(.flex-video) {
  padding-bottom: 0;
}
.no-js .section-container > section.active > .title, .no-js .section-container > .section.active > .title {
  background: #d5d5d5;
}
.no-js .section-container > section.active > .title a, .no-js .section-container > .section.active > .title a {
  color: #333333;
}
.no-js .section-container > section:not(.active), .no-js .section-container > .section:not(.active) {
  padding: 0 !important;
}
.no-js .section-container > section > .title, .no-js .section-container > .section > .title {
  border-top: none;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

@-o-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

/* Orbit Graceful Loading */
.slideshow-wrapper {
  position: relative;
}
.slideshow-wrapper ul {
  list-style-type: none;
  margin: 0;
}
.slideshow-wrapper ul li,
.slideshow-wrapper ul li .orbit-caption {
  display: none;
}
.slideshow-wrapper ul li:first-child {
  display: block;
}
.slideshow-wrapper .orbit-container {
  background-color: transparent;
}
.slideshow-wrapper .orbit-container li {
  display: block;
}
.slideshow-wrapper .orbit-container li .orbit-caption {
  display: block;
}

.preloader {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  border: solid 3px;
  border-color: #555 #fff;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotate;
  -moz-animation-duration: 1.5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -o-animation-name: rotate;
  -o-animation-duration: 1.5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
  animation-name: rotate;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.orbit-container {
  overflow: hidden;
  width: 100%;
  position: relative;
  background: whitesmoke;
}
.orbit-container .orbit-slides-container {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.orbit-container .orbit-slides-container img {
  display: block;
  max-width: 100%;
}
.orbit-container .orbit-slides-container > * {
  position: absolute;
  top: 0;
  width: 100%;
  margin-left: 100%;
}
.orbit-container .orbit-slides-container > *:first-child {
  margin-left: 0%;
}
.orbit-container .orbit-slides-container > * .orbit-caption {
  position: absolute;
  bottom: 0;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  width: 100%;
  padding: 10px 14px;
  font-size: 0.875em;
}
.orbit-container .orbit-slide-number {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 12px;
  color: white;
  background: rgba(0, 0, 0, 0);
  z-index: 10;
}
.orbit-container .orbit-slide-number span {
  font-weight: 700;
  padding: 0.3125em;
}
.orbit-container .orbit-timer {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 6px;
  width: 100px;
  z-index: 10;
  display: none;
  /* remove this line if you want timer to show */
}
.orbit-container .orbit-timer .orbit-progress {
  height: 100%;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.6);
  display: block;
  width: 0%;
}
.orbit-container .orbit-timer > span {
  display: none;
  position: absolute;
  top: 10px;
  right: 0px;
  width: 11px;
  height: 14px;
  border: solid 4px #000;
  border-top: none;
  border-bottom: none;
}
.orbit-container .orbit-timer.paused > span {
  right: -6px;
  top: 9px;
  width: 11px;
  height: 14px;
  border: inset 8px;
  border-right-style: solid;
  border-color: transparent transparent transparent #000;
}
.orbit-container:hover .orbit-timer > span {
  display: none !important;
  /* default is display: block */
}
.orbit-container .orbit-prev,
.orbit-container .orbit-next {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.6);
  width: 30px;
  height: 50px;
  line-height: 50px;
  color: white;
  text-indent: -9999px !important;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .orbit-container .orbit-prev,
  .orbit-container .orbit-next {
    width: 50px;
    height: 60px;
  }
}
.orbit-container .orbit-prev > span,
.orbit-container .orbit-next > span {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  display: block;
  width: 0;
  height: 0;
  border: inset 10px;
}
@media screen and (min-width: 768px) {
  .orbit-container .orbit-prev > span,
  .orbit-container .orbit-next > span {
    margin-top: -16px;
    border: inset 16px;
  }
}
.orbit-container .orbit-prev {
  left: 0;
}
.orbit-container .orbit-prev > span {
  border-right-style: solid;
  border-color: transparent;
  border-right-color: #fff;
}
.orbit-container .orbit-prev:hover > span {
  border-right-color: #ccc;
}
.orbit-container .orbit-next {
  right: 0;
}
.orbit-container .orbit-next > span {
  border-color: transparent;
  border-left-style: solid;
  border-left-color: #fff;
  left: 50%;
  margin-left: -4px;
}
@media screen and (min-width: 768px) {
  .orbit-container .orbit-next > span {
    margin-left: -8px;
  }
}
.orbit-container .orbit-next:hover > span {
  border-left-color: #ccc;
}

.orbit-bullets {
  margin: 0 auto 30px auto;
  overflow: hidden;
  position: relative;
  top: 10px;
}
.orbit-bullets li {
  display: block;
  width: 10px;
  height: 10px;
  background: white;
  float: left;
  margin-right: 6px;
  border: solid 1px #0083c3;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}
.orbit-bullets li.active {
  background: #0083c3;
}
.orbit-bullets li:last-child {
  margin-right: 0;
}

.touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
  display: none;
}
.touch .orbit-bullets {
  display: none;
}

@media screen and (min-width: 768px) {
  .touch .orbit-container .orbit-prev,
  .touch .orbit-container .orbit-next {
    display: inherit;
  }
  .touch .orbit-bullets {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .orbit-stack-on-small .orbit-slides-container {
    height: auto !important;
  }
  .orbit-stack-on-small .orbit-slides-container > * {
    position: relative;
    margin-left: 0% !important;
  }
  .orbit-stack-on-small .orbit-timer,
  .orbit-stack-on-small .orbit-next,
  .orbit-stack-on-small .orbit-prev,
  .orbit-stack-on-small .orbit-bullets {
    display: none;
  }
}
.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: black;
  background: rgba(0, 0, 0, 0.45);
  z-index: 98;
  display: none;
  top: 0;
  left: 0;
}

.reveal-modal {
  visibility: hidden;
  display: none;
  position: absolute;
  left: 50%;
  z-index: 99;
  height: auto;
  margin-left: -40%;
  width: 80%;
  background-color: white;
  padding: 1.25em;
  border: solid 1px #666666;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  top: 50px;
}
.reveal-modal .column,
.reveal-modal .columns {
  min-width: 0;
}
.reveal-modal > :first-child {
  margin-top: 0;
}
.reveal-modal > :last-child {
  margin-bottom: 0;
}
.reveal-modal .close-reveal-modal {
  font-size: 1.375em;
  line-height: 1;
  position: absolute;
  top: 0.5em;
  right: 0.6875em;
  color: #aaaaaa;
  font-weight: bold;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .reveal-modal {
    padding: 1.875em;
    top: 6.25em;
  }
  .reveal-modal.tiny {
    margin-left: -15%;
    width: 30%;
  }
  .reveal-modal.small {
    margin-left: -20%;
    width: 40%;
  }
  .reveal-modal.medium {
    margin-left: -30%;
    width: 60%;
  }
  .reveal-modal.large {
    margin-left: -35%;
    width: 70%;
  }
  .reveal-modal.xlarge {
    margin-left: -47.5%;
    width: 95%;
  }
}
@media print {
  .reveal-modal {
    background: #fff !important;
  }
}
/* Clearing Styles */
[data-clearing] {
  *zoom: 1;
  margin-bottom: 0;
  margin-left: 0;
  list-style: none;
}
[data-clearing]:before, [data-clearing]:after {
  content: " ";
  display: table;
}
[data-clearing]:after {
  clear: both;
}
[data-clearing] li {
  float: left;
  margin-right: 10px;
}

.clearing-blackout {
  background: #111111;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 998;
}
.clearing-blackout .clearing-close {
  display: block;
}

.clearing-container {
  position: relative;
  z-index: 998;
  height: 100%;
  overflow: hidden;
  margin: 0;
}

.visible-img {
  height: 95%;
  position: relative;
}
.visible-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -50%;
  max-height: 100%;
  max-width: 100%;
}

.clearing-caption {
  color: white;
  line-height: 1.3;
  margin-bottom: 0;
  text-align: center;
  bottom: 0;
  background: #111111;
  width: 100%;
  padding: 10px 30px;
  position: absolute;
  left: 0;
}

.clearing-close {
  z-index: 999;
  padding-left: 20px;
  padding-top: 10px;
  font-size: 40px;
  line-height: 1;
  color: white;
  display: none;
}
.clearing-close:hover, .clearing-close:focus {
  color: #ccc;
}

.clearing-assembled .clearing-container {
  height: 100%;
}
.clearing-assembled .clearing-container .carousel > ul {
  display: none;
}

.clearing-feature li {
  display: none;
}
.clearing-feature li.clearing-featured-img {
  display: block;
}

@media screen and (min-width: 768px) {
  .clearing-main-prev,
  .clearing-main-next {
    position: absolute;
    height: 100%;
    width: 40px;
    top: 0;
  }
  .clearing-main-prev > span,
  .clearing-main-next > span {
    position: absolute;
    top: 50%;
    display: block;
    width: 0;
    height: 0;
    border: solid 16px;
  }

  .clearing-main-prev {
    left: 0;
  }
  .clearing-main-prev > span {
    left: 5px;
    border-color: transparent;
    border-right-color: white;
  }

  .clearing-main-next {
    right: 0;
  }
  .clearing-main-next > span {
    border-color: transparent;
    border-left-color: white;
  }

  .clearing-main-prev.disabled,
  .clearing-main-next.disabled {
    opacity: 0.5;
  }

  .clearing-assembled .clearing-container .carousel {
    background: #111111;
    height: 150px;
    margin-top: 5px;
  }
  .clearing-assembled .clearing-container .carousel > ul {
    display: block;
    z-index: 999;
    width: 200%;
    height: 100%;
    margin-left: 0;
    position: relative;
    left: 0;
  }
  .clearing-assembled .clearing-container .carousel > ul li {
    display: block;
    width: 175px;
    height: inherit;
    padding: 0;
    float: left;
    overflow: hidden;
    margin-right: 1px;
    position: relative;
    cursor: pointer;
    opacity: 0.4;
  }
  .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
    min-height: 100%;
    height: 100%;
    max-width: none;
  }
  .clearing-assembled .clearing-container .carousel > ul li a.th {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
  }
  .clearing-assembled .clearing-container .carousel > ul li img {
    cursor: pointer !important;
    min-width: 100% !important;
  }
  .clearing-assembled .clearing-container .carousel > ul li.visible {
    opacity: 1;
  }
  .clearing-assembled .clearing-container .visible-img {
    background: #111111;
    overflow: hidden;
    height: 75%;
  }

  .clearing-close {
    position: absolute;
    top: 10px;
    right: 20px;
    padding-left: 0;
    padding-top: 0;
  }
}
/* Breadcrumbs */
.breadcrumbs {
  display: block;
  padding: 0.5625em 0.625em 0.5625em;
  overflow: hidden;
  margin-left: 0;
  list-style: none;
  border-bottom: 1px solid #dddddd;
  background-color: white;
  margin-bottom: 1em;
}
.breadcrumbs > * {
  margin: 0;
  float: left;
  font-size: 0.6875em;
  text-transform: uppercase;
}
.breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
  text-decoration: underline;
  color: #0072aa;
}
.breadcrumbs > * a,
.breadcrumbs > * span {
  text-transform: uppercase;
  color: #0083c3;
}
.breadcrumbs > *.current {
  cursor: default;
  color: #333333;
}
.breadcrumbs > *.current a {
  cursor: default;
  color: #333333;
}
.breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
  text-decoration: none;
}
.breadcrumbs > *.unavailable {
  color: #999999;
}
.breadcrumbs > *.unavailable a {
  color: #999999;
}
.breadcrumbs > *.unavailable:hover, .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus,
.breadcrumbs > *.unavailable a:focus {
  text-decoration: none;
  color: #999999;
  cursor: default;
}
.breadcrumbs > *:before {
  content: "/";
  color: #aaaaaa;
  margin: 0 0.75em;
  position: relative;
  top: 1px;
}
.breadcrumbs > *:first-child:before {
  content: " ";
  margin: 0;
}

/* Labels */
.label {
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  padding: 0.1875em 0.625em 0.25em;
  font-size: 0.875em;
  background-color: #0083c3;
  color: white;
}
.label.radius {
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.label.round {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}
.label.alert {
  background-color: #c60f13;
  color: white;
}
.label.success {
  background-color: #5da423;
  color: white;
}
.label.secondary {
  background-color: #43c7f4;
  color: white;
}

/* Inline Lists */
.inline-list {
  margin: 0 auto 1.0625em auto;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.inline-list > li {
  list-style: none;
  float: left;
  margin-left: 1.375em;
  display: block;
}
.inline-list > li > * {
  display: block;
}

/* Default Pagination */
ul.pagination {
  display: block;
  height: 1.5em;
  margin-left: -0.3125em;
}
ul.pagination li {
  height: 1.5em;
  color: #222222;
  font-size: 0.875em;
  margin-left: 0.3125em;
}
ul.pagination li a {
  display: block;
  padding: 0.0625em 0.4375em 0.0625em;
  color: #999999;
}
ul.pagination li:hover a,
ul.pagination li a:focus {
  background: #e6e6e6;
}
ul.pagination li.unavailable a {
  cursor: default;
  color: #999999;
}
ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus {
  background: transparent;
}
ul.pagination li.current a {
  background: #0083c3;
  color: white;
  font-weight: bold;
  cursor: default;
}
ul.pagination li.current a:hover, ul.pagination li.current a:focus {
  background: #0083c3;
}
ul.pagination li {
  float: left;
  display: block;
}

/* Pagination centred wrapper */
.pagination-centered {
  text-align: center;
}
.pagination-centered ul.pagination li {
  float: none;
  display: inline-block;
}

/* Panels */
.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #d9d9d9;
  margin-bottom: 0;
  padding: 1.25em;
  background: #f2f2f2;
}
.panel > :first-child {
  margin-top: 0;
}
.panel > :last-child {
  margin-bottom: 0;
}
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p {
  color: #333333;
}
.panel h1, .panel h2, .panel h4, .panel h5 {
  line-height: 1;
  margin-bottom: 0.625em;
}
.panel h1.subheader, .panel h2.subheader, .panel h4.subheader, .panel h5.subheader {
  line-height: 1.4;
}
.panel.callout {
  border-style: solid;
  border-width: 1px;
  border-color: #006190;
  margin-bottom: 0;
  padding: 1.25em;
  background: #0083c3;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
}
.panel.callout > :first-child {
  margin-top: 0;
}
.panel.callout > :last-child {
  margin-bottom: 0;
}
.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p {
  color: white;
}
.panel.callout h1, .panel.callout h2, .panel.callout h4, .panel.callout h5 {
  line-height: 1;
  margin-bottom: 0.625em;
}
.panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader {
  line-height: 1.4;
}
.panel.radius {
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

/* Pricing Tables */
.pricing-table {
  border: solid 1px #dddddd;
  margin-left: 0;
  margin-bottom: 1.25em;
}
.pricing-table * {
  list-style: none;
  line-height: 1;
}
.pricing-table .title {
  background-color: white;
  padding: 0.75em 0;
  text-align: center;
  color: #333333;
  font-weight: bold;
  font-size: 1.25em;
}
.pricing-table .price {
  padding: 0.375em 0;
  text-align: center;
  color: #333333;
  font-weight: normal;
  font-size: 1.875em;
}
.pricing-table .description {
  background-color: white;
  padding: 0.9375em;
  text-align: center;
  color: #5e5e5e;
  font-size: 0.875em;
  font-weight: normal;
  line-height: 1.2;
  border-bottom: dotted 1px #dddddd;
}
.pricing-table .bullet-item {
  background-color: white;
  padding: 0.9375em;
  text-align: center;
  color: #333333;
  font-size: 0.875em;
  font-weight: normal;
  border-bottom: dotted 1px #dddddd;
  line-height: 1.2em;
}
.pricing-table .cta-button {
  background-color: whitesmoke;
  text-align: center;
  padding: 1.25em 1.25em 0;
}

/* Side Nav */
.side-nav {
  display: block;
  margin: 0;
  padding: 0.875em 0;
  list-style-type: none;
  list-style-position: inside;
}
.side-nav li {
  margin: 0 0 0.4375em 0;
  font-size: 0.875em;
  /* &.active > a:first-child {
    color: $side-nav-link-color-active;
    font-weight: $side-nav-font-weight;
  } */
}
.side-nav li a {
  display: block;
  color: #0083c3;
}
.side-nav li.divider {
  border-top: 1px solid;
  height: 0;
  padding: 0;
  list-style: none;
  border-top-color: #e6e6e6;
}

/* Side Nav */
.sub-nav {
  display: block;
  width: auto;
  overflow: hidden;
  margin: -0.25em 0 1.125em;
  padding-top: 0.25em;
  margin-right: 0;
  margin-left: -0.5625em;
}
.sub-nav dt,
.sub-nav dd {
  float: left;
  display: inline;
  margin-left: 0.5625em;
  margin-bottom: 0.625em;
  font-weight: normal;
  font-size: 0.875em;
}
.sub-nav dt a,
.sub-nav dd a {
  color: #939598;
  text-decoration: none;
}
.sub-nav dt.active a,
.sub-nav dd.active a {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  font-weight: bold;
  background: whitesmoke;
  padding: 0.1875em 0.5625em;
  cursor: default;
  color: #ec0928;
}

/* Foundation Switches */
@media only screen {
  div.switch {
    position: relative;
    width: 100%;
    padding: 0;
    display: block;
    overflow: hidden;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 1.25em;
    -webkit-animation: webkitSiblingBugfix infinite 1s;
    height: 36px;
    background: white;
    border-color: #cccccc;
  }
  div.switch label {
    position: relative;
    left: 0;
    z-index: 2;
    float: left;
    width: 50%;
    height: 100%;
    margin: 0;
    font-weight: bold;
    text-align: left;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
  }
  div.switch input {
    position: absolute;
    z-index: 3;
    opacity: 0;
    width: 100%;
    height: 100%;
    -moz-appearance: none;
  }
  div.switch input:hover, div.switch input:focus {
    cursor: pointer;
  }
  div.switch span:last-child {
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: 1;
    display: block;
    padding: 0;
    border-width: 1px;
    border-style: solid;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
  }
  div.switch input:not(:checked) + label {
    opacity: 0;
  }
  div.switch input:checked {
    display: none !important;
  }
  div.switch input {
    left: 0;
    display: block !important;
  }
  div.switch input:first-of-type + label,
  div.switch input:first-of-type + span + label {
    left: -50%;
  }
  div.switch input:first-of-type:checked + label,
  div.switch input:first-of-type:checked + span + label {
    left: 0%;
  }
  div.switch input:last-of-type + label,
  div.switch input:last-of-type + span + label {
    right: -50%;
    left: auto;
    text-align: right;
  }
  div.switch input:last-of-type:checked + label,
  div.switch input:last-of-type:checked + span + label {
    right: 0%;
    left: auto;
  }
  div.switch span.custom {
    display: none !important;
  }
  form.custom div.switch .hidden-field {
    margin-left: auto;
    position: absolute;
    visibility: visible;
  }
  div.switch label {
    padding: 0 0.375em;
    line-height: 2.3em;
    font-size: 0.875em;
  }
  div.switch input:first-of-type:checked ~ span:last-child {
    left: 100%;
    margin-left: -2.1875em;
  }
  div.switch span:last-child {
    width: 2.25em;
    height: 2.25em;
  }
  div.switch span:last-child {
    border-color: #b3b3b3;
    background: white;
    background: -moz-linear-gradient(top, white 0%, #f2f2f2 100%);
    background: -webkit-linear-gradient(top, white 0%, #f2f2f2 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
    -webkit-box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.07), 1000px 0 0 1000px #e1f5d1, -2px 0 10px 0 rgba(0, 0, 0, 0.07), -1000px 0 0 1000px whitesmoke;
    box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.07), 1000px 0 0 980px #e1f5d1, -2px 0 10px 0 rgba(0, 0, 0, 0.07), -1000px 0 0 1000px whitesmoke;
  }
  div.switch:hover span:last-child, div.switch:focus span:last-child {
    background: white;
    background: -moz-linear-gradient(top, white 0%, #e6e6e6 100%);
    background: -webkit-linear-gradient(top, white 0%, #e6e6e6 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%);
  }
  div.switch:active {
    background: transparent;
  }
  div.switch.large {
    height: 44px;
  }
  div.switch.large label {
    padding: 0 0.375em;
    line-height: 2.3em;
    font-size: 1.0625em;
  }
  div.switch.large input:first-of-type:checked ~ span:last-child {
    left: 100%;
    margin-left: -2.6875em;
  }
  div.switch.large span:last-child {
    width: 2.75em;
    height: 2.75em;
  }
  div.switch.small {
    height: 28px;
  }
  div.switch.small label {
    padding: 0 0.375em;
    line-height: 2.1em;
    font-size: 0.75em;
  }
  div.switch.small input:first-of-type:checked ~ span:last-child {
    left: 100%;
    margin-left: -1.6875em;
  }
  div.switch.small span:last-child {
    width: 1.75em;
    height: 1.75em;
  }
  div.switch.tiny {
    height: 22px;
  }
  div.switch.tiny label {
    padding: 0 0.375em;
    line-height: 1.9em;
    font-size: 0.6875em;
  }
  div.switch.tiny input:first-of-type:checked ~ span:last-child {
    left: 100%;
    margin-left: -1.3125em;
  }
  div.switch.tiny span:last-child {
    width: 1.375em;
    height: 1.375em;
  }
  div.switch.radius {
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  div.switch.radius span:last-child {
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  div.switch.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
  }
  div.switch.round span:last-child {
    -webkit-border-radius: 999px;
    border-radius: 999px;
  }
  div.switch.round label {
    padding: 0 0.5625em;
  }

  @-webkit-keyframes webkitSiblingBugfix {
    from {
      position: relative;
    }

    to {
      position: relative;
    }
}
}
/* Tables */
table {
  background: white;
  margin-bottom: 1.25em;
  border: solid 1px #dddddd;
}
table thead,
table tfoot {
  background: whitesmoke;
  font-weight: bold;
}
table thead tr th,
table thead tr td,
table tfoot tr th,
table tfoot tr td {
  padding: 0.5em 0.625em 0.625em;
  font-size: 0.875em;
  color: #222222;
  text-align: left;
}
table tr th,
table tr td {
  padding: 0.5625em 0.625em;
  font-size: 0.875em;
  color: #222222;
}
table tr.even, table tr.alt, table tr:nth-of-type(even) {
  background: #f9f9f9;
}
table thead tr th,
table tfoot tr th,
table tbody tr td,
table tr td,
table tfoot tr td {
  display: table-cell;
  line-height: 1.125em;
}

/* Image Thumbnails */
.th {
  line-height: 0;
  display: inline-block;
  border: solid 4px white;
  -webkit-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-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.th:hover, .th:focus {
  -webkit-box-shadow: 0 0 6px 1px rgba(0, 131, 195, 0.5);
  box-shadow: 0 0 6px 1px rgba(0, 131, 195, 0.5);
}
.th.radius {
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

a.th {
  display: inline-block;
}

/* Tooltips */
.has-tip {
  border-bottom: dotted 1px #cccccc;
  cursor: help;
  font-weight: normal;
  color: #333333;
}
.has-tip:hover, .has-tip:focus {
  border-bottom: dotted 1px #003e5d;
  color: #0083c3;
}
.has-tip.tip-left, .has-tip.tip-right {
  float: none !important;
}

.tooltip {
  display: none;
  position: absolute;
  z-index: 999;
  font-weight: normal;
  font-size: 0.9375em;
  line-height: 1.3;
  padding: 0.5em;
  max-width: 85%;
  left: 50%;
  width: 100%;
  color: #333333;
  background: white;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.tooltip > .nub {
  display: block;
  left: 5px;
  position: absolute;
  width: 0;
  height: 0;
  border: solid 5px;
  border-color: transparent transparent white transparent;
  top: -10px;
}
.tooltip.opened {
  color: #0083c3 !important;
  border-bottom: dotted 1px #003e5d !important;
}

.tap-to-close {
  display: block;
  font-size: 0.625em;
  color: #888888;
  font-weight: normal;
}

@media screen and (min-width: 768px) {
  .tooltip > .nub {
    border-color: transparent transparent white transparent;
    top: -10px;
  }
  .tooltip.tip-top > .nub {
    border-color: white transparent transparent transparent;
    top: auto;
    bottom: -10px;
  }
  .tooltip.tip-left, .tooltip.tip-right {
    float: none !important;
  }
  .tooltip.tip-left > .nub {
    border-color: transparent transparent transparent white;
    right: -10px;
    left: auto;
    top: 50%;
    margin-top: -5px;
  }
  .tooltip.tip-right > .nub {
    border-color: transparent white transparent transparent;
    right: auto;
    left: -10px;
    top: 50%;
    margin-top: -5px;
  }
}
@media only screen and (max-width: 767px) {
  .f-dropdown {
    max-width: 100%;
    left: 0;
  }
}
/* Foundation Dropdowns */
.f-dropdown {
  position: absolute;
  top: -9999px;
  list-style: none;
  margin-left: 0;
  width: 100%;
  max-height: none;
  height: auto;
  background: white;
  border: solid 1px #cccccc;
  font-size: 16;
  z-index: 99;
  margin-top: 2px;
  max-width: 200px;
}
.f-dropdown > *:first-child {
  margin-top: 0;
}
.f-dropdown > *:last-child {
  margin-bottom: 0;
}
.f-dropdown:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent transparent white transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -12px;
  left: 10px;
  z-index: 99;
}
.f-dropdown:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: transparent transparent #cccccc transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -14px;
  left: 9px;
  z-index: 98;
}
.f-dropdown.right:before {
  left: auto;
  right: 10px;
}
.f-dropdown.right:after {
  left: auto;
  right: 9px;
}
.f-dropdown li {
  font-size: 0.875em;
  cursor: pointer;
  line-height: 1.125em;
  margin: 0;
}
.f-dropdown li:hover, .f-dropdown li:focus {
  background: #eeeeee;
}
.f-dropdown li a {
  display: block;
  padding: 0.3125em 0.625em;
  color: #555555;
}
.f-dropdown.content {
  position: absolute;
  top: -9999px;
  list-style: none;
  margin-left: 0;
  padding: 1.25em;
  width: 100%;
  height: auto;
  max-height: none;
  background: white;
  border: solid 1px #cccccc;
  font-size: 16;
  z-index: 99;
  max-width: 200px;
}
.f-dropdown.content > *:first-child {
  margin-top: 0;
}
.f-dropdown.content > *:last-child {
  margin-bottom: 0;
}
.f-dropdown.tiny {
  max-width: 200px;
}
.f-dropdown.small {
  max-width: 300px;
}
.f-dropdown.medium {
  max-width: 500px;
}
.f-dropdown.large {
  max-width: 800px;
}

/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("/assets/fonts/fontawesome-webfont.eot?v=4.0.3");
  src: url("/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.0.3") format("embedded-opentype"), url("/assets/fonts/fontawesome-webfont.woff?v=4.0.3") format("woff"), url("/assets/fonts/fontawesome-webfont.ttf?v=4.0.3") format("truetype"), url("/assets/fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
  }
}

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }

  100% {
    -o-transform: rotate(359deg);
  }
}

@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }

  100% {
    -ms-transform: rotate(359deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: white;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}
.active .fa-chevron-right:before {
  content: "\f078";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-asc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-desc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-mail-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

html {
  height: 100%;
  background-color: #cfcfcf;
}

a {
  color: #0083c3;
}
a:hover {
  color: #43c7f4;
}

/* Headers */
h1 {
  color: #555555;
}
@media (max-width: 768px) {
  h1 {
    margin-top: 3%;
  }
}
h1.alt, .text-huge {
  font-family: "brandon-grotesque", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 700;
  text-transform: uppercase;
}
h1.alt small, .text-huge small {
  color: #939598;
  font-weight: normal;
}
h1.alt-color {
  color: #ef4b4a;
}
h1.alt-color-2 {
  color: #adafb1;
}
h1.section-header {
  font-size: 2.25em;
  margin-bottom: .16666em;
}
h1.section-header {
  color: #555555;
}

h2 {
  color: #0083c3;
  margin-bottom: 0.375em;
}
h2 span {
  color: #231f20;
}
h2.pricing {
  line-height: 1.75em;
  font-size: 4em;
}
h2.alt-color {
  color: white;
}
h2.alt-primary {
  color: #0083c3;
}

h3 {
  color: #555555;
}
h3.section-header {
  color: #0083c3;
  margin-top: 0.6em;
  text-transform: uppercase;
}
h3.border-bottom {
  padding-bottom: 0.375em;
}
h3.alt {
  color: #939598;
}

h4 {
  color: #555555;
  margin-bottom: 0.375em;
}
h4.alt-color {
  color: #0083c3;
}
h4.alt-price {
  font-style: italic;
  font-size: 1.1875em;
  margin-top: 1.05em !important;
}
h4.alt-big {
  font-family: "brandon-grotesque", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
h4.alt-gray {
  color: #939598;
}

h5 {
  color: #555555;
  margin-bottom: 0.375em !important;
}
h5 a {
  color: #939598;
}
h5.alt-gray {
  color: #545558;
}

h6 {
  color: #939598;
  line-height: 1.5625em;
  margin-top: 8%;
}
@media (max-width: 768px) {
  h6 {
    margin-top: 3%;
  }
}
h6 small {
  color: #939598;
  font-size: 0.75em;
}
h6.alt-big {
  font-family: "brandon-grotesque", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif !important;
  font-style: italic;
  font-weight: 700;
  text-transform: uppercase;
}
h6.alt-gray {
  color: #797b7f;
}

span.cents {
  font-family: "brandon-grotesque", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 700;
  color: #43c7f4;
  font-size: 1.375em;
  text-transform: none;
}

p.alt-color {
  color: #6d6f72;
}

ul {
  list-style: disc;
  margin-left: 2.5em;
}
header ul, footer ul, nav ul, .sidebar-links ul, .page-nav ul, ul.no-bullets {
  margin-left: 0;
  list-style: none;
}

ol {
  list-style: decimal;
  margin-left: 2.5em;
}
ol.no-bullets, ol.no-indent {
  margin-left: 0;
  list-style: none;
}

figcaption, .footnotes li {
  font-size: 13px;
  line-height: 1.6;
  color: #939598;
  margin-bottom: .5em;
}

.prPanel p {
  color: #6d6f72;
}

/* Typography */
.text-small {
  font-size: 0.875em;
  line-height: 1.6875em;
}

.text-caps {
  text-transform: uppercase;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

/* Images */
img {
  display: block;
  max-width: 100%;
  width: 100%;
  margin-bottom: 0.6em;
}

/* Lists */
ol li {
  list-style: decimal outside;
}

/* Sections */
.section.section-extra-spacing {
  padding-bottom: 1.86em;
  padding-top: 1.86em;
}

.large-1of5 {
  width: 100%;
  margin-bottom: 0.75em;
}
@media (min-width: 600px) {
  .large-1of5 {
    width: 20%;
  }
}

@media screen and (min-width: 768px) {
  .large-5th {
    width: 20%;
  }
}

/* Forms */
form p {
  margin-bottom: 0em;
}

form.panel {
  min-height: 18.25em;
  padding: 1.25em;
}
form.panel .check-boxes label {
  font-weight: 400;
}
form.panel label {
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 0.375em;
}
form.panel h4 {
  margin-bottom: 1.2em !important;
}

fieldset.collapse {
  border-bottom: 1px solid #dddddd;
  border: none;
  padding: 0.225em 0em 1.5em;
}

/* Aside */
.aside li {
  font-size: 0.875em;
  line-height: 1em;
}

.tooltip {
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px;
}
@media screen and (min-width: 1440px) {
  .tooltip {
    max-width: 600px;
  }
}
.no-boxshadow .tooltip {
  border: 1px solid #ccc;
}

/* Header Sections */
header {
  height: auto;
  width: 100%;
}

.top-menu-wrapper {
  height: 30px;
}

.top-list {
  margin-bottom: 0em;
}
.top-list > li {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.top-list > li a {
  color: white;
  padding: 0.15em 0.875em;
  line-height: 1.875em;
  height: 100%;
  font-size: 0.875em;
  font-weight: bold;
}
.top-list > li a:hover, .top-list > li a:active, .top-list > li a:focus {
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.27), 0px 4px 10px rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.27), 0px 4px 10px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.27), 0px 4px 10px rgba(0, 0, 0, 0.2) inset;
  background-color: #2f2f2f;
}
.top-list > li.location-box {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  vertical-align: bottom;
  padding: 0em 0.625em;
  margin: 0;
  line-height: 1.875em;
  float: none;
  background: transparent !important;
  background-image: none !important;
}
.top-list > li.location-box a,
.top-list > li.location-box a:hover,
.top-list > li.location-box a:active,
.top-list > li.location-box a:focus {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0;
  background: none;
}

.top-input input.input-top-menu {
  -webkit-border-radius: 6px 0 0 6px;
  -moz-border-radius: 6px 0 0 6px;
  -ms-border-radius: 6px 0 0 6px;
  -o-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 6px;
  height: 1.5em;
  margin-top: 0.3em;
  margin-bottom: 0em !important;
  border: 0;
  padding-top: 3px;
  -webkit-box-shadow: inset 1px 1px 3px -2px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: inset 1px 1px 3px -2px rgba(0, 0, 0, 0.8);
  box-shadow: inset 1px 1px 3px -2px rgba(0, 0, 0, 0.8);
  background-color: white;
  border-bottom: 1px solid whitesmoke;
}
.top-input button.button-top-menu {
  margin-top: 0.225em;
  height: 1.625em;
  line-height: 1.625em;
  padding: 0;
}
.top-input button.button-top-menu i:before {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin-top: -0.3em;
}

/* Branding Wrapper */
.section.hero-wrapper {
  padding-bottom: 0em;
}

/* Pricing List */
.row.pricing-list .row.pricing-break {
  padding-top: 1.875em;
}
@media (min-width: 600px) and (max-width: 767px) {
  .row.pricing-list .row.pricing-break {
    width: 50%;
    float: left;
    min-height: 23.75em;
    padding: 1.875em 4% 0em;
    margin-right: 0em;
  }
  .row.pricing-list .row.pricing-break:nth-child(2n + 0) {
    margin-right: 4%;
    border-right: 1px solid #dddddd;
  }
  .row.pricing-list .row.pricing-break hr {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .row.pricing-list .row.pricing-break {
    padding-top: 0em;
  }
}

/* Product-list */
.row.product-list .large-6 {
  min-height: 6.25em;
}
.row.product-list .large-6 h6 {
  font-weight: normal;
  margin-top: 5%;
}

/* Half Grid */
.row.half-grid {
  position: relative;
}
.section-extra-spacing .row.half-grid {
  margin-bottom: 2.4em;
}
@media screen and (min-width: 768px) {
  .row.half-grid {
    padding-top: 1.35em;
  }
}
.row.half-grid img {
  margin-top: 0.45em;
}
@media screen and (min-width: 768px) {
  .row.half-grid img {
    margin-top: 0em;
  }
}

/* Equipment List */
@media screen and (min-width: 768px) {
  .row.detailed-equipment {
    padding-bottom: 1.5em;
  }
}

/* Large Gutter */
.wide-gutter {
  max-width: 64.25em;
}
.wide-gutter .columns {
  padding-left: 0.9375em;
  padding-right: 0.9375em;
}
@media screen and (min-width: 1030px) {
  .wide-gutter .columns {
    padding-left: 1.875em !important;
    padding-right: 1.875em !important;
  }
}

.wide-sidebar {
  padding-left: 0.9375em;
  padding-bottom: 1.86em;
}
@media screen and (min-width: 1030px) {
  .wide-sidebar {
    padding-left: 1em !important;
  }
}

/* Bundle Builder */
.bundle-builder-nav .panel span.bundle-price {
  display: block;
  margin-bottom: 0.225em;
}
@media screen and (min-width: 768px) {
  .bundle-builder-nav .panel span.bundle-price {
    margin-bottom: 0.375em;
  }
}
.bundle-builder-nav .bundle-total {
  background-color: whitesmoke;
}
.bundle-builder-nav .bundle-total h5 {
  margin-bottom: 0.6em !important;
}
.bundle-builder-nav .bundle-total .bundle-savings {
  display: block;
  font-size: 0.875em;
  margin-top: 0.6em;
}
.bundle-builder-nav .bundle-total .total-group {
  margin-top: 24px;
  text-align: center;
}
.bundle-builder-nav .bundle-total .total-group .total {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}

/* Pricing Table */
.pricing-table .title.added {
  background-color: #5da423;
  color: white;
}

.pricing-table {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.pricing-table .title {
  -moz-border-radius-topleft: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -moz-border-radius-topright: 6px;
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  font-family: "brandon-grotesque","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
  font-style: italic;
  font-weight: 700;
  text-transform: uppercase;
  color: #939598;
  font-size: 1.375em;
}
.pricing-table .price {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  width: 100%;
  color: #FFF;
  font-family: "brandon-grotesque","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 3.125em;
  color: #FFF;
  line-height: 0.75em;
}
.pricing-table .price.price-none {
  font-size: 1.5625em;
  line-height: 2.25em;
}
.pricing-table .cta-button {
  -moz-border-radius-bottomleft: 6px;
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.equal-height-columns.has-buttons > div {
  position: relative;
  padding-bottom: 60px;
}
.equal-height-columns.has-buttons > div .affix-to-bottom, .equal-height-columns.has-buttons > div > .panel .affix-to-bottom {
  position: absolute;
  left: 1.25em;
  right: 1.25em;
  bottom: 0;
}

/* Footer */
footer {
  background-color: #cfcfcf;
  color: #555555;
  height: 100%;
  min-height: 12.5em;
}
footer a {
  color: #555555;
}
footer a:hover {
  color: #3b3b3b;
}

/* Footer Modules */
.top-footer-section {
  background-color: gainsboro;
  border-bottom: 1px solid #cfcfcf;
  box-shadow: 0 1px 0px 0 #c2c2c2;
  border-top: 1px solid #cfcfcf;
}
.top-footer-section .section {
  padding: 0;
}
.top-footer-section .section .columns {
  padding: 0;
}
.top-footer-section .section a {
  display: block;
  padding: 1.65em 0em;
  text-align: center;
}
.top-footer-section .section a:hover {
  background-color: #cfcfcf;
  color: #3b3b3b;
}

.footer-services {
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer-policies-nav, .footer {
  font-size: 0;
  text-align: center;
  border: solid #aaaaaa;
  border-width: 1px 0;
  padding: 14px 0;
}
.footer-policies-nav li, .footer li {
  font-size: 14px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  padding: 0 0.625em;
}
.footer-policies-nav li a, .footer li a {
  display: block;
}
.footer-policies-nav li.copyright, .footer li.copyright {
  font-size: 12px;
}

.footer-social {
  padding-top: 2.25em;
}
.footer-social li {
  text-align: left !important;
  margin-bottom: 0.8em;
}
@media screen and (min-width: 768px) {
  .footer-social li {
    margin-bottom: 0;
  }
}
.footer-social li a:hover {
  color: #3b3b3b;
}
.footer-social li a .icons {
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -ms-behavior: url(/assets/js/backgroundsize.min.htc);
  behavior: url(/assets/js/backgroundsize.min.htc);
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  height: 1.5em;
  width: 1.5em;
  vertical-align: top;
}

.copyright {
  font-size: 0.875em;
  line-height: 1.2;
}
.copyright span {
  font-size: 0.6875em;
}

.brand-footer {
  display: block;
  margin-left: auto;
  margin-right: auto;
  float: none;
  width: 45%;
}
@media screen and (min-width: 768px) {
  .brand-footer {
    float: right;
    max-width: 18.75em;
    width: 100%;
  }
}
.brand-footer.eatel {
  margin: 1% auto 20px;
}
@media screen and (min-width: 768px) {
  .brand-footer.eatel {
    margin: 38px auto 0;
  }
  .brand-footer.eatel a {
    float: left;
  }
}
.brand-footer.vision {
  margin: 1% auto 20px;
}
@media screen and (min-width: 768px) {
  .brand-footer.vision {
    margin: 30px auto 0;
  }
  .brand-footer.vision a {
    float: left;
  }
}
.brand-footer.venyu {
  margin: 1% auto 20px;
}
@media screen and (min-width: 768px) {
  .brand-footer.venyu {
    margin: 32px auto 0;
  }
}
.brand-footer.sunshine {
  margin: 1% auto 20px;
}
@media screen and (min-width: 768px) {
  .brand-footer.sunshine {
    margin: 34px auto 0;
  }
}
.brand-footer .icon-Vision_logo-white, .brand-footer .icon-Eatel-Logo-White, .brand-footer .icon-sunshine-media-white {
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -ms-behavior: url(/assets/js/backgroundsize.min.htc);
  behavior: url(/assets/js/backgroundsize.min.htc);
  display: block;
  padding-bottom: 26.92%;
  min-height: 50px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .brand-footer .icon-Vision_logo-white, .brand-footer .icon-Eatel-Logo-White, .brand-footer .icon-sunshine-media-white {
    float: right;
  }
}
.brand-footer .icon-Vision_logo-white {
  width: 80%;
}
@media screen and (min-width: 768px) {
  .brand-footer .icon-Vision_logo-white {
    width: 100%;
  }
}
.brand-footer .icon-Eatel-Logo-White {
  width: 80%;
}
.brand-footer .icon-sunshine-media-white {
  width: 80%;
}

.secondaryNavFooter {
  border-top: 1px solid;
}
@media screen and (min-width: 768px) {
  .secondaryNavFooter {
    border-top: 0;
  }
}
.secondaryNavFooter li a:hover {
  background: #c2c2c2;
  color: #3b3b3b;
}
@media screen and (min-width: 768px) {
  .secondaryNavFooter li a:hover {
    background: none;
  }
}

.package-filter {
  z-index: 2;
}
.package-filter select {
  width: auto;
}

.channels {
  z-index: 1;
}
.channels .channel-listing {
  list-style: none;
  margin-left: 0;
}
.channels .channel-listing li {
  position: relative;
  padding-left: 2.2em;
  line-height: 1.8em;
}
.channels .channel-listing li .listing {
  width: 2em;
  display: block;
  text-align: right;
  font-size: 0.875em;
  margin-right: 1em;
  position: absolute;
  left: 0;
  top: 0;
}

.footer-services {
  padding: 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer-services {
    padding: 1.5em 0em;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1280px) {
  .footer-services {
    text-align: left;
  }
}
.footer-services .services a {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  color: #555555;
  width: 100%;
  padding: 0.75em 0em;
}
@media screen and (min-width: 768px) {
  .footer-services .services a {
    display: block;
  }
}
.footer-services .services a:hover {
  color: #3b3b3b;
}
.footer-services .services a .icons {
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -ms-behavior: url(/assets/js/backgroundsize.min.htc);
  behavior: url(/assets/js/backgroundsize.min.htc);
  background-position: center center;
  height: 2.8125em;
}
@media screen and (min-width: 768px) {
  .footer-services .services a .icons {
    float: left;
    height: 4.0625em;
  }
}
.footer-services .services a h5 {
  color: #555555;
  font-weight: lighter;
  font-size: 1.1875em;
}
.footer-services .services a p {
  font-size: 0.875em;
  margin-bottom: 0;
}

.footer-nav {
  padding: 0 0 3em;
}
.footer-nav .large-12 {
  padding: 0em 0em 0em;
}
@media screen and (min-width: 768px) {
  .footer-nav .large-12 {
    padding: 0.75em 0em 0em;
  }
}

.legal-nav {
  margin-bottom: 0em;
  margin-left: 0em;
}
@media screen and (min-width: 768px) {
  .legal-nav {
    padding: 0;
  }
}
.legal-nav > li {
  margin: 0em 4% 0em 0em;
  width: auto;
}
.legal-nav > li:first-child {
  margin-left: 0em;
}
.legal-nav > li > a {
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -ms-behavior: url(/assets/js/backgroundsize.min.htc);
  behavior: url(/assets/js/backgroundsize.min.htc);
  font-size: 0.875em;
  font-weight: bold;
  line-height: 2.1875em;
  padding-left: 0em;
}
.legal-nav > li > a:hover {
  color: #43c7f4;
}

.row.page-nav-fix {
  padding-left: 0.9375em;
  padding-right: 0.9375em;
}

.secondaryMobile {
  margin: 3% 0 0 10px;
  float: left;
  display: block;
}
@media screen and (min-width: 768px) {
  .secondaryMobile {
    display: none;
  }
}
.secondaryMobile ul {
  margin: 0;
}

#mobile_nav {
  display: block;
}
@media screen and (min-width: 768px) {
  #mobile_nav {
    display: none;
  }
}

#desktop_nav {
  display: none;
}
@media screen and (min-width: 768px) {
  #desktop_nav {
    display: block;
  }
}

/* Page Nav */
#mobile_nav ul, #desktop_nav ul {
  margin: 0;
}
#mobile_nav ul li, #desktop_nav ul li {
  list-style: none;
}
#mobile_nav .page-bucket, #desktop_nav .page-bucket {
  width: 50%;
  border-bottom: none !important;
  margin-bottom: 0.9em;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
}
#mobile_nav .page-bucket:last-child, #desktop_nav .page-bucket:last-child {
  margin-bottom: 0em;
}
@media screen and (min-width: 480px) {
  #mobile_nav .page-bucket, #desktop_nav .page-bucket {
    width: 25%;
  }
}
#mobile_nav .page-bucket h6, #desktop_nav .page-bucket h6 {
  width: 100%;
  color: #939598;
  font-size: 0.875em;
  font-weight: 500;
  float: left;
  margin: 0em;
  padding: 0.3em 0;
}
@media screen and (min-width: 480px) {
  #mobile_nav .page-bucket h6, #desktop_nav .page-bucket h6 {
    line-height: 0.375em;
    padding-bottom: 0.45em;
    margin-top: 0em;
  }
}
#mobile_nav .page-bucket h6:hover, #desktop_nav .page-bucket h6:hover {
  color: #43c7f4;
}
@media screen and (min-width: 480px) {
  #mobile_nav .page-bucket h6, #desktop_nav .page-bucket h6 {
    padding-bottom: 0em;
    font-size: 1em;
    font-weight: normal;
    text-align: center;
    line-height: 1.1875em;
    margin-left: 0em;
    float: none;
    margin-top: 0.6em;
  }
}
#mobile_nav .page-bucket img, #desktop_nav .page-bucket img {
  display: block;
  width: 100%;
  float: none;
}
#mobile_nav .desktopListed, #desktop_nav .desktopListed {
  display: none;
}
@media screen and (min-width: 768px) {
  #mobile_nav .desktopListed, #desktop_nav .desktopListed {
    display: block;
  }
}
#mobile_nav .mobileListed, #desktop_nav .mobileListed {
  display: block;
}
@media screen and (min-width: 768px) {
  #mobile_nav .mobileListed, #desktop_nav .mobileListed {
    display: none;
  }
}

.page-nav .page-bucket {
  width: 50%;
  border-bottom: none !important;
  margin-bottom: 0.9em;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
}
.page-nav .page-bucket:last-child {
  margin-bottom: 0em;
}
@media screen and (min-width: 480px) {
  .page-nav .page-bucket {
    width: 25%;
  }
}
.page-nav .page-bucket h6 {
  width: 100%;
  color: #939598;
  font-size: 0.875em;
  font-weight: 500;
  float: left;
  margin: 0em;
  padding: 0.3em 0;
}
@media screen and (min-width: 480px) {
  .page-nav .page-bucket h6 {
    line-height: 0.375em;
    padding-bottom: 0.45em;
    margin-top: 0em;
  }
}
.page-nav .page-bucket h6:hover {
  color: #43c7f4;
}
@media screen and (min-width: 480px) {
  .page-nav .page-bucket h6 {
    padding-bottom: 0em;
    font-size: 1em;
    font-weight: normal;
    text-align: center;
    line-height: 1.1875em;
    margin-left: 0em;
    float: none;
    margin-top: 0.6em;
  }
}
.page-nav .page-bucket img {
  display: block;
  width: 100%;
  float: none;
}
.page-nav .desktopListed {
  display: none;
}
@media screen and (min-width: 768px) {
  .page-nav .desktopListed {
    display: block;
  }
}
.page-nav .mobileListed {
  display: block;
}
@media screen and (min-width: 768px) {
  .page-nav .mobileListed {
    display: none;
  }
}

/* Contact page styles */
.contact p {
  font-size: 0.875em;
  line-height: 1.375em;
}
.contact h3 {
  margin-bottom: 0.15em;
}
.contact h4 {
  margin-bottom: 0.3em;
}
.contact h5 {
  margin-bottom: 0em !important;
}
.contact h6 {
  margin-top: 0em;
  margin-bottom: 0.105em;
  line-height: 1.25em;
}
.contact h2 {
  margin-bottom: 0.15em;
}
@media only screen and (min-width: 1440px) {
  .contact > .large-3 .panel:first-child {
    margin-top: 2.8em;
  }
}

/* This is Style Tile stuff. Needs to be filtered and cleaned. */
.sidebar-search {
  margin: 0em 0em;
}
@media screen and (min-width: 768px) {
  .sidebar-search {
    margin-top: 1.2em;
  }
}
.sidebar-search .large-10 {
  width: 80%;
}
.sidebar-search .large-10 input.grey-round {
  -moz-border-radius-topleft: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -webkit-box-shadow: inset 1px 1px 3px -2px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: inset 1px 1px 3px -2px rgba(0, 0, 0, 0.8);
  box-shadow: inset 1px 1px 3px -2px rgba(0, 0, 0, 0.8);
  background-color: #ebebeb;
  border-bottom: 1px solid whitesmoke;
  border-right: 1px solid #231f20;
  color: #231f20;
  margin: 0;
  padding: 1.4em;
}
.sidebar-search .large-10 input.grey-round:focus {
  -moz-border-radius-topleft: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -webkit-box-shadow: inset 1px 1px 3px -1px black;
  -moz-box-shadow: inset 1px 1px 3px -1px black;
  box-shadow: inset 1px 1px 3px -1px black;
  background-color: #ebebeb;
  color: #939598;
}
.sidebar-search .large-2 {
  width: 20%;
}
.sidebar-search input {
  -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;
}
.sidebar-search a {
  height: 2.5625em;
  line-height: 2.875em;
}

.perfect-plan {
  padding-top: 0em;
}
.perfect-plan .tv-push {
  top: 0;
}
@media screen and (min-width: 768px) {
  .perfect-plan .tv-push {
    top: 2.1875em;
  }
}
.perfect-plan .large-9 {
  padding-left: 0.875em;
  top: 0.625em;
}
@media screen and (min-width: 768px) {
  .perfect-plan .large-9 {
    padding-left: 1.25em;
    top: 1.125em;
  }
}
.perfect-plan .large-9 h3 {
  color: #939598;
}

.row .push-center {
  margin-top: 6%;
}

.orbit-container {
  z-index: 1;
  margin-bottom: 1.5em;
}
.orbit-container .orbit-slides-container {
  position: relative;
}
.orbit-container .orbit-slides-container img {
  margin-bottom: 0;
}
.orbit-container .orbit-bullets {
  position: absolute;
  overflow: visible;
  top: auto;
  bottom: 5%;
  left: 0;
  right: 0;
  margin: 0;
  text-align: center;
  font-size: 0;
  z-index: 99;
}
.orbit-container .orbit-bullets li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  float: none;
  border: 0;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
  margin: 0 5px;
}

dl.sub-nav dd {
  margin: 0 0.5625em;
}

dd.showMore {
  position: absolute;
}
dd.showMore dl {
  display: none;
}
dd.showMore dl a {
  padding: 0.3rem 1rem;
  display: block;
}
dd.showMore dl a:hover {
  background: #e8e8e8;
}
dd.showMore:hover dl {
  display: block;
  margin-bottom: 0;
  background: whitesmoke;
}

#formBusiness p {
  margin-bottom: 0;
}

#divSearchBusiness_Category input {
  float: left;
  margin-right: 8px;
}
#divSearchBusiness_Category input#rdoSearchBusiness_Name {
  margin-left: 14px;
}
#divSearchBusiness_Category p {
  float: left;
}

.poweredByTag {
  text-align: right;
}

#search_options {
  clear: both;
  margin-top: 20px;
}

.supportPage {
  text-align: center;
}
.supportPage p {
  margin-bottom: 0.15em;
}

.homepage-buckets .large-3 p {
  margin-bottom: 1.75em;
}
@media screen and (min-width: 768px) {
  .homepage-buckets .large-3 p {
    margin-bottom: 1.25em;
  }
}

#googleMaps {
  margin-bottom: 12px;
}

/* Display */
.block {
  display: block;
}

.inline {
  display: inline;
}

.nobr {
  white-space: nowrap;
}

.scroll-on-mobile {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 1280px) {
  .scroll-on-mobile {
    overflow: inherit;
    -webkit-overflow-scrolling: inherit;
  }
}

ul.button-with-popover {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 9999;
  height: 50px;
}
ul.button-with-popover .fa.edit-service {
  color: #939598;
}
ul.button-with-popover li {
  position: relative;
}
ul.button-with-popover li a {
  padding-top: 0.8125em;
  padding-bottom: 0.75em;
}

ul.popover {
  max-width: 220px;
  position: relative;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 10px 10px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 10px 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 10px 10px;
  background: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #dddddd;
  list-style: none;
  padding: 0;
  margin: -8px auto 0;
  text-align: left;
  display: none;
}
ul.popover:before {
  content: ' ';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #dddddd;
  top: -6px;
  left: 50%;
  position: absolute;
  margin-left: -2.5px;
  z-index: 2;
}
ul.popover li {
  border-bottom: 1px solid #dddddd;
  margin: 0;
  padding: 0;
}
ul.popover li:last-child {
  border-bottom: 0;
}
ul.popover a {
  display: block;
  padding: .5em;
}

/* center top-bottom Paragraph text */
.responsive-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.responsive-container.youtube-embed {
  padding-bottom: 56.25%;
}
.responsive-container.vimeo-embed {
  padding-bottom: 56.2%;
}
.responsive-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Links Modules */
.more-link {
  color: #0083c3;
  font-size: 0.875em;
  line-height: 1.5em;
}
.more-link:hover {
  color: #43c7f4;
}
.more-link.alt {
  color: #939598;
}
.more-link.alt:hover {
  color: #43c7f4;
}

/* Icon Modules */
i.icon-right {
  margin-left: 0.3125em;
}
i.icon-left {
  margin-right: 0.3125em;
}

span.icon-left:before {
  margin-right: 0.3125em;
}
span.icon-right:before {
  margin-left: 0.3125em;
}

/* Borders Modules */
.border-separate {
  border-left: none;
}
@media screen and (min-width: 480px) {
  .border-separate {
    border-left: 1px solid;
  }
  .border-separate:first-child {
    border-left: none;
  }
}
.border-separate.always, .border-separate.always li {
  border-left: 1px solid;
}
.border-separate.always:first-child, .border-separate.always li:first-child {
  border-left: none;
}
.border-separate.bottom-lines li, .border-separate.bottom-lines {
  border-bottom: 1px solid;
  border-left: none;
}
.border-separate.bottom-lines li:first-child, .border-separate.bottom-lines:first-child {
  border-left: none;
}
@media screen and (min-width: 768px) {
  .border-separate.bottom-lines li, .border-separate.bottom-lines {
    border-bottom: none;
    border-left: 1px solid;
  }
  .border-separate.bottom-lines li:first-child, .border-separate.bottom-lines:first-child {
    border-left: none;
  }
}
@media screen and (min-width: 768px) {
  .border-separate.border-wrap, .border-separate.border-wrap li {
    border-right: 1px solid;
    border-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .border-separate.border-wrap:first-child, .border-separate.border-wrap li:first-child {
    border-left: 1px solid;
  }
}

ul.bottom-lines {
  border-bottom: none !important;
}

/* hr */
hr {
  margin: 1.875em 0em;
}
hr.title-line {
  margin: 0.225em 0em 1.875em;
}
@media screen and (min-width: 768px) {
  hr.title-line {
    margin: 0.225em 0em 1.875em;
  }
}
hr.side-bar {
  margin: 0.225em 0em 0.225em;
}
hr.news {
  margin: 1.875em 0em 0em;
}

/* Buttons */
.button.text-button, button.text-button {
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.blue-box {
  top: auto;
  right: -12px;
  bottom: -10px;
  left: auto;
  position: absolute;
}
@media (max-width: 1040px) {
  .blue-box {
    right: 0px;
  }
}
.blue-box h1 {
  font-size: 1.75em;
  font-weight: lighter;
  margin: 0;
  padding: 0.675em 1em;
}
@media (max-width: 768px) {
  .blue-box h1 {
    font-size: 2.375em;
  }
}
@media (max-width: 600px) {
  .blue-box h1 {
    font-size: 2em;
  }
}
@media (max-width: 480px) {
  .blue-box h1 {
    font-size: 1.375em;
  }
}

.black-button, .prefix {
  -moz-border-radius-topright: 6px;
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
  -webkit-box-shadow: inset 0px 1px 6px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0px 1px 6px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 1px 6px rgba(0, 0, 0, 0.5);
  background-color: #303030;
  border-color: #171717;
  color: white;
  background-color: #303030 !important;
  border-color: #232323 !important;
  margin: 0;
  padding: 0.375em 0em;
}
.black-button:hover, .prefix:hover, .black-button:focus, .prefix:focus {
  background-color: #171717;
}
.black-button:hover, .prefix:hover, .black-button:focus, .prefix:focus {
  color: white;
}

@media (max-width: 600px) {
  .button-group.even-4 li {
    width: 50%;
  }
}

.prefix {
  height: 2.6875em;
}

/* Inputs */
.inputs {
  height: 100%;
  font-size: 100%;
}

input.address-box {
  -moz-border-radius-topleft: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  height: 1.5em;
  font-size: 1em;
  margin: 0em 0em 0.999em;
  padding: 0.999em 1em;
}

/* Lists */
li span.button {
  margin-bottom: 0em;
}

.row ul.collapse li {
  margin-bottom: 0em;
}

ul.horizontal-list {
  list-style: none;
}
@media screen and (min-width: 768px) {
  ul.horizontal-list {
    text-align: center;
    margin-bottom: 0em;
  }
}
ul.horizontal-list li {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
@media screen and (min-width: 768px) {
  ul.horizontal-list li {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    padding: 0em 2%;
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  ul.horizontal-list li {
    padding: 0em 1.125em;
  }
}
ul.horizontal-list li a {
  display: block;
  padding: 0.375em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  ul.horizontal-list li a {
    padding: 0;
    text-align: left;
  }
}

/* Sub Nav Horz */
.sub-nav-horz {
  margin-top: -0.6em;
  margin-bottom: 0.9em;
}
@media screen and (min-width: 768px) {
  .sub-nav-horz {
    margin-top: -0.6em;
    margin-bottom: 1.5em;
  }
}
.sub-nav-horz ul {
  list-style: none;
  margin: 0;
  margin-bottom: 0em;
}
@media screen and (min-width: 768px) {
  .sub-nav-horz ul {
    text-align: center;
    font-size: 0;
    margin: 0;
  }
}
.sub-nav-horz ul li {
  width: 100%;
  padding: 0.21em 0em 0.255em;
  font-size: 1em;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .sub-nav-horz ul li {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    width: auto;
    padding: 0em 0.75em 0em;
    font-size: 14px;
  }
}
.sub-nav-horz a {
  color: #939598;
  font-size: 0.875em;
}
.sub-nav-horz a:hover {
  color: #43c7f4;
}

/* Tables */
table.directory {
  font-size: 0.875em;
  width: 100%;
}
table.directory th {
  color: #43c7f4;
  font-size: 0.875em;
  font-weight: 700;
}
table.directory td {
  vertical-align: top;
}

.comparision-table {
  width: 100%;
}
.comparision-table td, .comparision-table th {
  font-size: 16px;
  border-left: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.comparision-table thead th {
  vertical-align: bottom;
  font-weight: 700;
}
.comparision-table thead h2, .comparision-table thead h4 {
  margin: 0;
  line-height: 1;
}
.comparision-table tbody th, .comparision-table tfoot th {
  text-align: left;
}
.comparision-table tbody td, .comparision-table tfoot td {
  text-align: center;
}
.comparision-table .fa-check-circle:before {
  color: #89c249;
  font-size: 24px;
}
.comparision-table .button {
  margin: 6px 0;
}

/* Side Nav */
.side-nav {
  line-height: 1.25em;
  padding-top: 0em;
}
.side-nav li a {
  color: #939598;
  font-weight: normal;
  font-size: 1em;
  padding-bottom: 4px;
  border-bottom: 1px solid #939598;
}
.side-nav li a:hover {
  color: #43c7f4;
}
.side-nav li ul {
  margin-top: 0.15em;
}
@media screen and (min-width: 768px) {
  .side-nav li ul {
    margin-top: 0.6em;
    line-height: 1.125em;
  }
  .side-nav li ul li a {
    border-bottom: none;
    margin-bottom: 0;
  }
}

.helper-text {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  font-weight: 400;
  margin-top: -0.6em;
}

/* Titles Section Modules */
.row.title-head {
  padding: 0.6em 0em 0em;
}
@media screen and (min-width: 768px) {
  .row.title-head {
    padding: 1.8em 0em 0em;
  }
}
.row.title-head h1 {
  color: #0083c3;
  font-size: 1.5em;
  float: left;
}
@media screen and (min-width: 768px) {
  .row.title-head h1 {
    font-size: 2.125em;
    line-height: 1.375em;
  }
}
.row.title-head h1 span {
  text-transform: lowercase;
}

/* Panels */
.panel {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  margin-bottom: 1.2em;
  background: whitesmoke;
}
@media screen and (min-width: 768px) {
  .panel {
    padding: 1.25em;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
  }
}
.panel h4 {
  margin-bottom: 0.45em;
  line-height: 22px;
}
.panel h5 {
  margin-bottom: 0.75em !important;
}
.panel .border-bottom {
  padding-bottom: 0.3em;
}
.panel.call-to-action {
  padding: 2.25em;
}
.panel.payments strong {
  display: block;
}
.panel.payments li {
  font-size: 0.875em;
  line-height: 1.25em;
  margin-bottom: 0.9em;
}
.panel.portal li {
  line-height: 1.125em;
  margin-bottom: 0.3em;
}
.panel.sidebar-links {
  background: none;
  border-width: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .panel.sidebar-links {
    padding: 0 1.25em;
  }
}
.panel.sidebar-links ul {
  margin-bottom: 0.75em;
}
.panel.sidebar-links ul > li {
  padding: 0 0 0.45em;
  margin: 0;
  font-size: 0.875em;
}
.homepage .panel.sidebar-links ul > li {
  font-size: 1.125em;
}
.homepage .featured .panel.sidebar-links ul > li {
  font-size: 0.875em;
}
.panel.sidebar-links ul > li:last-child {
  border-bottom: none;
}
.panel.sidebar-links ul > li:hover {
  color: #43c7f4;
}
.panel.sidebar-links ul > li a {
  color: #939598;
}
.panel.sidebar-links ul > li a:hover {
  color: #43c7f4;
}
.panel.sidebar-links h4 {
  font-size: 1.3125em;
}
.panel.sidebar-nav {
  background: none;
  border-width: 0;
  margin-bottom: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .panel.sidebar-nav {
    padding: 0 1.25em;
  }
}
.panel.sidebar-nav ul > li {
  border-bottom: 1px solid #DDD;
  color: #939598;
  padding-bottom: 0.45em;
  font-size: 0.875em;
}
.panel.sidebar-nav ul > li:last-child {
  border-bottom: none;
}
.panel.sidebar-nav ul > li:hover {
  color: #43c7f4;
}
.panel.sidebar-nav ul > li a {
  color: #939598;
}
.panel.sidebar-nav ul > li a:hover {
  color: #43c7f4;
}
.panel.available {
  padding: 1.35em 1em 2.1em;
}
@media screen and (min-width: 768px) {
  .panel.available {
    margin: 2.4em 0em;
  }
}
.panel.available h1 {
  margin-bottom: 0.45em;
  font-size: 2.375em;
  line-height: 1.375em;
}
.panel.monthly-bill {
  margin-top: 0.15em;
  padding: 0.45em 0.875em;
  float: left;
  width: 100%;
  font-size: 0.875em;
}
@media screen and (min-width: 768px) {
  .panel.monthly-bill {
    margin-top: 1.5em;
    padding: 0.75em;
    margin-bottom: 0em;
    font-size: 0.875em;
    float: right;
  }
}
.panel.stacked {
  margin-bottom: 0em;
  padding: 1.2em 0em 0.75em;
}
@media screen and (min-width: 768px) {
  .panel.stacked {
    padding: 1.2em 1.25em 0.75em;
  }
}
.panel.stacked:first-child {
  margin-top: 0.3em;
}
@media screen and (min-width: 768px) {
  .panel.stacked:first-child {
    margin-top: 1.8em;
  }
}
.panel.stacked h5 {
  line-height: 1.125em;
  margin-bottom: 0.45em;
  font-weight: 600;
  font-size: 1em;
}
.panel.stacked h6 {
  line-height: 1.125em;
  margin-bottom: 0.45em;
}
.panel.stacked p {
  margin-top: 0.75em;
  margin-bottom: 0;
  font-size: 0.875em;
  line-height: 1.1875em;
}
.panel.stacked p:first-child {
  margin-top: 0;
}
.panel.outline {
  background: none;
}
.panel.contact h6 {
  color: #939598;
  font-size: 2.375em;
  margin-bottom: 0.2em !important;
}
.panel.contact p {
  color: #6d6f72;
  font-weight: bold;
  margin-bottom: 0em;
}
.panel.prPanel h3 {
  margin-bottom: 0.3em;
}
.panel.prPanel p {
  margin-bottom: 0em;
}
.panel li {
  margin: 0em 0em 0.6em 0em;
}
@media screen and (min-width: 768px) {
  .panel li {
    margin: 0em 0.125em 0.6em 0em;
  }
}
@media only screen and (min-width: 768px) {
  .panel.two-column > .row > .columns:first-child {
    border-right: 1px solid #d9d9d9;
  }
}
.panel.two-column h3 {
  font-weight: 500;
  font-style: italic;
  margin-bottom: 6px;
}
.panel.two-column p {
  margin-bottom: 0;
}
.panel.two-column .text-large {
  font-size: 24px;
}
.panel.two-column .button {
  margin-bottom: 0;
}

.bundle-details {
  line-height: 1.5;
}

.bundle-details__header {
  color: #43c7f4 !important;
  margin-top: 12px;
  text-align: center;
}
.bundle-details__header.header__bold {
  color: #231f20 !important;
  font-weight: bold;
}
.bundle-details__header a.is-destructive {
  color: #939598;
  display: inline;
}
.bundle-details__header a.is-destructive .loading, .bundle-details__header a.is-destructive object {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  height: 16px;
  width: 16px;
  vertical-align: middle;
  margin: 0;
}

.bundle-details__section {
  border-bottom: 1px solid #ddd;
  padding-bottom: 12px;
  margin-bottom: 24px;
}

.bundle-details__section__total {
  text-align: center;
  border-bottom: 0;
}

.bundle-details__group {
  margin-bottom: 12px;
}

.bundle-details__group__cost .bundle-details__item__cost {
  padding-right: 34px;
}

.bundle-details__group__name {
  font-weight: bold;
}

.bundle-details__item {
  *zoom: 1;
}
.bundle-details__item:before, .bundle-details__item:after {
  content: " ";
  display: table;
}
.bundle-details__item:after {
  clear: both;
}

.bundle-details__item__name {
  float: left;
  width: 66.666%;
}

.bundle-details__item__cost {
  float: left;
  width: 33.333%;
  text-align: right;
}

.cost__frequency {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  width: 30px;
  text-align: left;
}

.half-panel {
  max-width: 31.25em;
}

.disc li {
  margin-left: 0.075em;
  font-size: 80%;
}

.clearfix, .panel.portal {
  zoom: 1;
}
.clearfix:before, .panel.portal:before, .clearfix:after, .panel.portal:after {
  content: "\0020";
  display: block;
  height: 0px;
  overflow: hidden;
}
.clearfix:after, .panel.portal:after {
  clear: both;
}

.clear {
  clear: both;
}

.text-below {
  margin-bottom: 0.75em;
}

.gutter-bottom {
  margin-bottom: 1.05em;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

small {
  font-size: 80%;
  color: #939598;
}
small .button {
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  background-color: whitesmoke;
  border-color: #e6e6e6;
  color: #0083c3;
  margin: 0em 0.5em;
}

/* Caption */
.caption {
  font-size: 0.8125em;
  font-weight: 700;
  color: #707070;
  line-height: 1.375em;
  padding: 0em 1em;
}

.complete-bundle {
  float: none;
}
@media screen and (min-width: 518px) {
  .complete-bundle {
    float: right;
  }
}

.home-business a#business {
  color: #939598;
}
.home-business a#business:hover {
  color: #43c7f4;
}

.homepage .sub-nav .active a {
  border: 1px solid #d9d9d9;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px 0;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px 0;
}

.already-customer {
  line-height: 1.1875em;
}

/* Pricing List Modules */
.compare-packages-link {
  float: left;
  margin-bottom: 0.525em;
  color: #939598;
  display: block;
  width: 100%;
}
@media screen and (min-width: 480px) {
  .compare-packages-link {
    margin-top: 1.8em;
    float: right;
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .compare-packages-link {
    margin-top: 1.5em;
  }
}
.compare-packages-link .icons {
  height: 1.375em;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  width: 1.375em;
  padding-right: 1.5em;
}
.no-backgroundsize .compare-packages-link .icons {
  -ms-behavior: url(/assets/js/backgroundsize.min.htc);
  behavior: url(/assets/js/backgroundsize.min.htc);
}
.compare-packages-link p {
  margin-bottom: 0em;
}

.price-content {
  margin-top: 1.05em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .price-content {
    text-align: left;
  }
}
.price-content a.button {
  float: none;
}
@media screen and (min-width: 768px) {
  .price-content a.button {
    float: right;
  }
}

/* Listing Page */
.box-curve {
  padding: 0.3em 0.625em;
  margin: 0em 0.375em 0.375em 0.25em;
  max-width: 13em;
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-transform: skew(-6deg, 0deg);
  -moz-transform: skew(-6deg, 0deg);
  -ms-transform: skew(-6deg, 0deg);
  -o-transform: skew(-6deg, 0deg);
  transform: skew(-6deg, 0deg);
  text-align: center;
  font-size: 1.1875em;
}

.listing {
  width: 2em;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  text-align: right;
  font-size: 0.875em;
  margin-right: 1em;
}

.push-over {
  margin-right: 1em;
}

.push-down {
  margin-top: 8px;
  display: block;
}

/* Location Box Module */
.location-box {
  color: white;
  font-size: 0.75em;
  font-weight: bolder;
}

/* Overflow Modules */
.overflow-visible {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  overflow: visible;
}

/* Swapping Modules */
.swap-left {
  float: none;
}
@media screen and (min-width: 768px) {
  .swap-left {
    float: left;
  }
}

.swap-right {
  float: none;
}
@media screen and (min-width: 768px) {
  .swap-right {
    float: right;
  }
}

.cta-button.added {
  font-weight: 700;
  height: 5.25em;
  line-height: 2.5625em;
  background-color: #5da423;
  color: white;
}

.related-links li {
  margin-bottom: 1.35em;
}
.related-links a {
  font-size: 0.875em;
}

/* Slats */
.slats-box .row {
  margin-bottom: 1.8em;
  /* margin-top: vspace(1.2); */
}
.slats-box h4 {
  line-height: 1.1875em;
  margin-top: 0em;
  margin-bottom: 0em;
}
.slats-box h5 {
  font-size: 1em;
}
.slats-box p {
  margin-bottom: 1.05em;
}

/* Branding */
.brand {
  max-width: 18.75em;
  margin: 0em auto 0.75em;
}
.eatel-site .brand {
  max-width: 11.25em;
}
@media screen and (min-width: 768px) {
  .brand {
    float: left;
    width: 25%;
    padding: 10px 0 0 10px;
  }
  .eatel-site .brand {
    width: 24%;
    padding-right: 1%;
  }
  .eatel-business-site .brand {
    width: 23%;
    padding-right: 2%;
  }
}
.brand a {
  text-indent: -9999px;
}
.brand .icon-brand {
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  display: block;
  height: 0;
  width: 100%;
}
.no-backgroundsize .brand .icon-brand {
  -ms-behavior: url(/assets/js/backgroundsize.min.htc);
  behavior: url(/assets/js/backgroundsize.min.htc);
}
.brand .icon-vision {
  padding-bottom: 26.92%;
}
.primary-nav-container .brand .icon-vision {
  margin-left: -5%;
}
.brand .icon-vision-business {
  padding-bottom: 42.08988551%;
}
.primary-nav-container .brand .icon-vision-business {
  margin-top: -6%;
  margin-left: -5%;
  margin-bottom: 20px;
}
.brand .icon-eatel-business {
  padding-bottom: 46.5585%;
}
.primary-nav-container .brand .icon-eatel-business {
  margin-bottom: 10px;
}
.brand .icon-eatel {
  padding-bottom: 33.984%;
}
.primary-nav-container .brand .icon-eatel {
  margin-bottom: 10px;
}

/* Hero Image Module */
.bg-hero {
  background: url("/assets/img/uploads/SpeedHeader.jpg") center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  min-height: 180px;
}
.no-backgroundsize .bg-hero {
  -ms-behavior: url(/assets/js/backgroundsize.min.htc);
  behavior: url(/assets/js/backgroundsize.min.htc);
}
@media screen and (min-width: 768px) {
  .bg-hero {
    width: 100%;
    height: 0;
    padding-bottom: 45%;
    min-height: 0;
  }
}
@media screen and (min-width: 1280px) {
  .bg-hero {
    padding-bottom: 33%;
  }
}
.bg-hero h1, .bg-hero p {
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.8);
  color: #fff;
}

input, textarea {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}

/* Body Copy Spacing */
.body-copy p {
  margin-top: 0.75em;
}

/* Price-tables */
.price-table {
  text-align: center;
}
.price-table h4 {
  margin-bottom: 0 !important;
  max-width: 30em;
  margin: 0 auto;
}

.package-table {
  border: 1px solid #ddd;
  margin-bottom: 1.25em;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.package-table h1, .package-table h2, .package-table h3, .package-table h4, .package-table h5, .package-table h6, .package-table p {
  margin: 0;
  padding: 0;
}
.package-table .package-table-title-column,
.package-table .package-table-description-column,
.package-table .package-table-feature-row,
.package-table .package-table-footer {
  padding: 0 20px;
  width: 100%;
}
.package-table .price {
  font-family: "brandon-grotesque","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 3.125em;
  color: #fff;
  line-height: 0.75em;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
.package-table .package-table-header {
  border-bottom: 1px solid #ddd;
  width: 100%;
  *zoom: 1;
}
.package-table .package-table-header:before, .package-table .package-table-header:after {
  content: " ";
  display: table;
}
.package-table .package-table-header:after {
  clear: both;
}
.package-table .package-table-header .package-table-title-column {
  margin: 0;
  text-align: center;
  padding: 16px 0;
  width: 100%;
}
.package-table .package-table-header .package-table-title-column h3 {
  font-family: "brandon-grotesque","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
}
.package-table .package-table-header .package-table-description-column {
  padding: 10px 20px;
  width: 100%;
  text-align: center;
}
.package-table .package-table-header .package-table-description-column p {
  font-size: 14px;
  line-height: 1.25;
  text-align: center;
}
.package-table .package-table-header .package-table-price-column {
  text-align: center;
  float: right;
  width: 100%;
}
.package-table .package-table-header .package-table-price-column .compare {
  display: none;
}
.package-table .package-table-header .price {
  margin-bottom: 6px;
}
.package-table .package-table-feature-row {
  margin: 0;
  padding: 0;
  width: 100%;
}
.package-table .package-table-feature-row .package-table-feature-column {
  width: 100%;
}
.package-table .package-table-feature-row h6 {
  padding: 10px 20px;
  border-bottom: 1px dotted #ddd;
  text-align: center;
}
.package-table .package-table-feature-row ul {
  margin: 0;
  list-style: none;
}
.package-table .package-table-feature-row ul li {
  margin: 0;
  padding: 10px 20px;
  border-bottom: 1px dotted #ddd;
  text-align: center;
}
.package-table .package-table-footer {
  background: #f5f5f5;
  text-align: center;
  padding: 10px 0;
}
.package-table .package-table-footer .button {
  margin: 0;
}
.package-table .package-table-footer .button-with-popover {
  display: none;
}
.package-table.added .package-table-footer {
  background: #5da423;
  color: #fff;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.package-table.added .package-table-footer .button-with-popover {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
.package-table.added .package-table-footer .is-added {
  color: #fff !important;
}
.package-table.added .package-table-footer .is-added i {
  color: #fff !important;
}
.package-table .more-link {
  font-size: 1em;
}

@media screen and (min-width: 768px) {
  .package-table-horizontal .package-table-title-column,
  .package-table-horizontal .package-table-description-column,
  .package-table-horizontal .package-table-feature-row,
  .package-table-horizontal .package-table-footer {
    padding: 30px 40px;
  }
}
@media screen and (min-width: 768px) {
  .package-table-horizontal .package-table-header .package-table-title-column {
    text-align: left;
    padding: 30px 40px 0;
    border-right: 1px solid #ddd;
    float: left;
    width: 66.666%;
  }
}
@media screen and (min-width: 768px) {
  .package-table-horizontal .package-table-header .package-table-description-column {
    padding: 0 40px 30px;
    border-right: 1px solid #ddd;
    float: left;
    width: 66.666%;
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .package-table-horizontal .package-table-header .package-table-description-column p {
    font-size: 16px;
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .package-table-horizontal .package-table-header .package-table-price-column {
    width: 33.333%;
    float: right;
  }
}
@media screen and (min-width: 768px) {
  .package-table-horizontal .package-table-header .package-table-price-column .compare {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .package-table-horizontal .package-table-header .price {
    -webkit-border-radius: 0 6px 0 0;
    -moz-border-radius: 0 6px 0 0;
    -ms-border-radius: 0 6px 0 0;
    -o-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .package-table-horizontal .package-table-feature-row {
    padding: 30px 40px;
  }
  .package-table-horizontal .package-table-feature-row .package-table-feature-header {
    float: left;
    width: 100%;
  }
  .package-table-horizontal .package-table-feature-row .package-table-feature-column {
    float: left;
    width: 50%;
  }
  .package-table-horizontal .package-table-feature-row h6 {
    padding: 0;
    border-bottom: 0;
    text-align: left;
  }
  .package-table-horizontal .package-table-feature-row ul {
    margin-left: 1.125em;
    padding: 0;
    list-style: outside disc;
  }
  .package-table-horizontal .package-table-feature-row ul li {
    margin: 0;
    padding: 0;
    border-bottom: none;
    text-align: left;
  }
  .package-table-horizontal .package-table-feature-row ul li br {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .package-table-horizontal .package-table-footer {
    padding: 30px 40px;
    text-align: left;
  }
  .package-table-horizontal .package-table-footer.added {
    padding: 30px 40px;
  }
}

/* Labels */
.label.white {
  background-color: white;
  color: #231f20;
}

.label.secondary {
  background-color: #43c7f4;
  color: white;
}

#bundleTotal.label {
  font-family: "brandon-grotesque","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
  font-style: italic;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.5625em;
  padding-top: 0.3em;
  margin-bottom: 0.375em;
}
@media screen and (min-width: 768px) {
  #bundleTotal.label {
    font-size: 1.375em;
  }
}

/* Special Styles */
.fraction {
  width: 2.375em;
  font-size: 2em;
  margin: 0.6em 0em 0em;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .fraction {
    width: 2.75em;
  }
}
.fraction .bottom-figure {
  border-top: 1px solid #dddddd;
  display: block;
  margin: 0.3em 0.05em;
  width: 100%;
}

.box-header {
  background: #f2f2f2;
  border: 1px solid #d9d9d9;
  padding: 0.6em 0.625em;
}

.box-header.bg-primary {
  background-color: #0083c3;
  color: white;
}

/* Bucket Nav */
.bucket-nav {
  text-align: center;
}
@media (min-width: 480px) {
  .bucket-nav a {
    min-height: 8.4375em;
    display: block;
  }
}
.bucket-nav img {
  display: block;
  margin: 0.225em auto 0.375em;
}
.bucket-nav.is-active h6 {
  color: #43c7f4;
}

.bucket-side-nav {
  background-color: #e9e9e9;
  border: 1px solid #dddddd;
  font-weight: normal;
  min-height: 8.4375em;
  padding: 0 !important;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .bucket-side-nav {
    padding: 0.15em 1.25em;
  }
}
.bucket-side-nav li {
  line-height: 1.1875em;
}

.channel-box {
  display: none;
}

.movie-strip li {
  float: left;
  margin-right: 0.9375em;
  text-align: center;
}
.movie-strip li img {
  display: block;
}
.movie-strip li.last {
  margin-right: 0em;
}

.pagination-centered {
  border-top: 1px solid #dddddd;
  margin-top: 1.875em;
  padding-top: 1.875em;
}

/* Top Bar */
.target-audience-nav {
  float: left;
}
.target-audience-nav li,
.target-audience-nav a {
  color: #ccc;
}

.slats-box small {
  margin: 0.15em 0 0.45em;
  display: block;
}

input.qty {
  display: inline;
  height: 1.25em;
  margin: 0em 0em 0em 0.25em;
  position: relative;
  width: 1.625em;
}

.button.micro {
  font-size: 0.5625em;
  padding: 0.45em 0.5em 0.375em;
  position: relative;
  top: -0.125em;
}

/* Swatches (only on style guide) */
.swatch {
  border: 5px solid white;
  height: 4.6875em;
  width: 4.6875em;
}

.sidebar-search {
  margin: 0em 0em 1.2em;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .sidebar-search {
    margin: 1.8em 0em 0.15em;
    padding: 0em 1.25em;
  }
}
.sidebar-search input {
  -webkit-border-radius: 6px 0 0 6px;
  -moz-border-radius: 6px 0 0 6px;
  -ms-border-radius: 6px 0 0 6px;
  -o-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 6px;
  height: 1.5em;
  margin-top: 0.3em;
  margin-bottom: 0em !important;
  border: 0;
  -webkit-box-shadow: inset 1px 1px 2px -1px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: inset 1px 1px 2px -1px rgba(0, 0, 0, 0.8);
  box-shadow: inset 1px 1px 2px -1px rgba(0, 0, 0, 0.8);
  background-color: white;
  border-bottom: 1px solid #939598;
}
.sidebar-search button {
  margin-top: 0.3em;
  height: 1.5em;
  line-height: 1.625em !important;
  padding: 0;
}
.sidebar-search button i:before {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin-top: -0.3em;
}

.call-to-action-search {
  margin: 0em 0em 1.2em;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .call-to-action-search {
    margin: 1.8em 0em 0.15em;
    padding: 0em 1.25em;
  }
}
.call-to-action-search input {
  -webkit-border-radius: 6px 0 0 6px;
  -moz-border-radius: 6px 0 0 6px;
  -ms-border-radius: 6px 0 0 6px;
  -o-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 6px;
  height: 2.1875em;
}
.call-to-action-search button.prefix {
  margin-top: 0.1em;
  height: 2.1875em;
  line-height: 1.0625em;
}

.article-thumb {
  width: 240px;
  margin: 0.375em 0 0;
}

.portal-hero {
  background-image: url("/assets/img/uploads/MyVision-header.png");
  background-repeat: repeat;
  background-position: center center;
  padding: 7.5em 0em 7.5em;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: none;
}
.portal-hero p {
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.8);
  color: white;
}
.portal-hero a {
  color: white;
}
.portal-hero a:hover {
  color: #43c7f4;
}

.featured {
  width: 100%;
  background-color: whitesmoke;
  padding: 20px 0;
}

/* Alert Box */
.alert-box {
  background-color: whitesmoke;
  border-color: #dddddd;
  color: #939598;
}

.phoneIcon:before {
  content: "\f095";
}

.emailIcon:before {
  content: "\f0e0";
}

.document {
  position: relative;
}
.document a {
  float: left;
  padding-left: 15px;
}
.document a i {
  float: left;
  padding-top: 3px;
  position: absolute;
  left: 0;
}

ol.no-ident, ol.no-ident > li, ul.no-ident, ul.no-ident > li {
  margin-left: 0;
  padding-left: 0;
}
ol.no-list-style, ol.no-list-style > li, ul.no-list-style, ul.no-list-style > li {
  list-style: none;
}

.breadcrumbs span {
  text-transform: lowercase;
}

.footnotes {
  border-top: 1px solid #dddddd;
  padding: 1em 0;
}
.footnotes li {
  line-height: inherit;
}

form .has-helper input,
form .has-helper textarea,
form .has-helper select {
  margin-bottom: 0;
}
form.ajax-form {
  margin: 0;
}
form input.error {
  margin-bottom: 0.25em;
}
form label.error {
  margin-bottom: 1em;
}

.timeline {
  border-left: 5px solid #cccccc;
  padding-left: 40px;
  position: relative;
  margin-bottom: 24px;
}
.timeline h2 {
  color: #fff;
  text-shadow: 0 1px 0 rgba(23, 23, 24, 0.5);
  font-size: 16px;
  border-radius: 999px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background-color: #cbcbcb;
  -webkit-box-shadow: 0 1px 2px rgba(23, 23, 24, 0.75);
  -moz-box-shadow: 0 1px 2px rgba(23, 23, 24, 0.75);
  box-shadow: 0 1px 2px rgba(23, 23, 24, 0.75);
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, rgba(23, 23, 24, 0.25)), color-stop(100%, rgba(255, 255, 255, 0.25)));
  background-image: -webkit-linear-gradient(bottom, rgba(23, 23, 24, 0.25) 0%, rgba(255, 255, 255, 0.25) 100%);
  background-image: -moz-linear-gradient(bottom, rgba(23, 23, 24, 0.25) 0%, rgba(255, 255, 255, 0.25) 100%);
  background-image: -o-linear-gradient(bottom, rgba(23, 23, 24, 0.25) 0%, rgba(255, 255, 255, 0.25) 100%);
  background-image: linear-gradient(bottom, rgba(23, 23, 24, 0.25) 0%, rgba(255, 255, 255, 0.25) 100%);
  width: 64px;
  height: 64px;
  line-height: 4;
  margin: 0;
  padding: 0;
  text-align: center;
  font-weight: 700;
  margin-left: -74.5px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .timeline h2 {
    margin: 0 auto;
    clear: both;
  }
}
.timeline h3 {
  color: #43c7f4;
}
.timeline .event {
  background: #f5f5f5;
  padding: 20px;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  position: relative;
  z-index: 2;
}
.timeline .event p {
  font-size: 14px;
  color: #636363;
}
.timeline .event img {
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}
.timeline .event .arrow {
  position: absolute;
  width: 0;
  height: 0;
  line-height: 0;
  border: 20px dashed #d9d9d9;
  border-bottom-color: #000;
  left: -20px;
  top: 50%;
  margin-top: -24px;
  border-right-style: solid;
  border-left: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
  z-index: 2;
}
.timeline .event .arrow:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 18px dashed #f5f5f5;
  left: 2px;
  top: -18px;
  border-right-style: solid;
  border-left: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.timeline .event .marker {
  border: 2px solid #ebebeb;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background-color: #ea212d;
  -webkit-box-shadow: 0 1px 2px rgba(23, 23, 24, 0.75);
  -moz-box-shadow: 0 1px 2px rgba(23, 23, 24, 0.75);
  box-shadow: 0 1px 2px rgba(23, 23, 24, 0.75);
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, rgba(23, 23, 24, 0.25)), color-stop(100%, rgba(255, 255, 255, 0.25)));
  background-image: -webkit-linear-gradient(bottom, rgba(23, 23, 24, 0.25) 0%, rgba(255, 255, 255, 0.25) 100%);
  background-image: -moz-linear-gradient(bottom, rgba(23, 23, 24, 0.25) 0%, rgba(255, 255, 255, 0.25) 100%);
  background-image: -o-linear-gradient(bottom, rgba(23, 23, 24, 0.25) 0%, rgba(255, 255, 255, 0.25) 100%);
  background-image: linear-gradient(bottom, rgba(23, 23, 24, 0.25) 0%, rgba(255, 255, 255, 0.25) 100%);
  height: 16px;
  width: 16px;
  top: 50%;
  left: -52px;
  margin-top: -13px;
  position: absolute;
  z-index: 2;
}
.timeline .event + .event {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .timeline {
    padding-left: 0;
    border-left: 0;
    overflow: hidden;
  }
  .timeline:after {
    content: ' ';
    display: block;
    top: 0;
    bottom: 0;
    margin-left: -2.5px;
    left: 50%;
    background: #cccccc;
    width: 5px;
    position: absolute;
    z-index: 1;
  }
  .timeline .event {
    width: 40%;
  }
  .timeline .event.odd {
    float: left;
    clear: left;
  }
  .timeline .event.odd .marker {
    left: auto;
    right: -28.5%;
  }
  .timeline .event.odd .arrow {
    left: auto;
    right: -20px;
    border: 20px dashed #d9d9d9;
    border-bottom-color: #000;
    border-left-style: solid;
    border-right: none;
    border-top-color: transparent;
    border-bottom-color: transparent;
  }
  .timeline .event.odd .arrow:after {
    border: 18px dashed #f5f5f5;
    border-left-style: solid;
    border-right: none;
    border-top-color: transparent;
    border-bottom-color: transparent;
    left: auto;
    right: 2px;
  }
  .timeline .event.even {
    float: right;
    clear: right;
  }
  .timeline .event.even .marker {
    left: -28.125%;
  }
}
@media screen and (min-width: 1280px) {
  .timeline .event.odd .marker {
    left: auto;
    right: -27.75%;
  }
  .timeline .event.even .marker {
    left: -27.5%;
  }
}

.bundle-builder-page .bundle-builder-nav, .pricing-list .bundle-builder-nav {
  margin-bottom: 24px;
}
.bundle-builder-page .is-added, .pricing-list .is-added {
  display: none;
}
.bundle-builder-page [data-action="remove"],
.bundle-builder-page [data-action="removeFromOrder"],
.bundle-builder-page [data-action="editOrder"], .pricing-list [data-action="remove"],
.pricing-list [data-action="removeFromOrder"],
.pricing-list [data-action="editOrder"] {
  display: none;
}
.bundle-builder-page .added .is-added, .pricing-list .added .is-added {
  display: block;
}
.bundle-builder-page .added [data-action="add"],
.bundle-builder-page .added [data-action="addToOrder"],
.bundle-builder-page .added [data-action="updateOrder"], .pricing-list .added [data-action="add"],
.pricing-list .added [data-action="addToOrder"],
.pricing-list .added [data-action="updateOrder"] {
  display: none;
}
.bundle-builder-page .added [data-action="remove"],
.bundle-builder-page .added [data-action="removeFromOrder"],
.bundle-builder-page .added [data-action="editOrder"], .pricing-list .added [data-action="remove"],
.pricing-list .added [data-action="removeFromOrder"],
.pricing-list .added [data-action="editOrder"] {
  display: block;
}
.bundle-builder-page .removed .is-added, .pricing-list .removed .is-added {
  display: none;
}
.bundle-builder-page .removed [data-action="add"],
.bundle-builder-page .removed [data-action="addToOrder"],
.bundle-builder-page .removed [data-action="updateOrder"], .pricing-list .removed [data-action="add"],
.pricing-list .removed [data-action="addToOrder"],
.pricing-list .removed [data-action="updateOrder"] {
  display: block;
}
.bundle-builder-page .removed [data-action="remove"],
.bundle-builder-page .removed [data-action="removeFromOrder"], .pricing-list .removed [data-action="remove"],
.pricing-list .removed [data-action="removeFromOrder"] {
  display: none;
}
.bundle-builder-page .add-ons-and-equipment, .pricing-list .add-ons-and-equipment {
  display: none;
}
.bundle-builder-page [data-related-to-selected-package="1"], .pricing-list [data-related-to-selected-package="1"] {
  display: block;
}

.bundle-services-block {
  margin-top: 1.5em;
  margin-bottom: 3em;
}
@media screen and (max-width: 768px) {
  .bundle-services-block > div {
    margin-bottom: 3em;
  }
  .bundle-services-block > div:last-child {
    margin-bottom: 0;
  }
  .bundle-services-block .button {
    max-width: 220px;
    margin: 0 auto;
  }
  .bundle-builder-nav .bundle-services-block > div {
    margin-bottom: 0.75em;
  }
  .bundle-services-block .button__text {
    display: none;
  }
}
.bundle-builder-nav .bundle-services-block {
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .bundle-builder-nav .bundle-services-block ul.popover {
    margin-left: -2.5em;
    margin-right: -2.5em;
  }
}
.bundle-services-block .icon {
  display: block;
  width: 100%;
  max-width: 4.0625em;
  margin: 0 auto 0.45em;
}
.bundle-services-block .icon i {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 106%;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
.no-backgroundsize .bundle-services-block .icon i {
  -ms-behavior: url(/assets/js/backgroundsize.min.htc);
  behavior: url(/assets/js/backgroundsize.min.htc);
}
.bundle-services-block h4 {
  color: #231f20;
}
.bundle-builder-nav .bundle-services-block h4 {
  font-size: 16px;
  font-weight: bold;
}
.bundle-services-block button {
  color: #0083c3;
}
.bundle-services-block p {
  margin-bottom: 0;
}
.bundle-services-block .added .is-added {
  display: block;
}
.bundle-services-block .is-editing.affix-to-bottom {
  bottom: 14px !important;
}

/* Bundle Builder */
.add-on-table {
  width: 100%;
}
.add-on-table td {
  font-size: 16px;
}
.add-on-table th {
  color: #303030;
  font-weight: 700;
  text-transform: uppercase;
}
.add-on-table td:first-child {
  width: 50%;
}
.add-on-table .add-on-price {
  text-align: right;
  font-weight: 700;
  width: 12%;
}
.add-on-table .add-on-price small {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  width: 33.333%;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .add-on-table .add-on-price {
    width: 15%;
    white-space: nowrap;
  }
}
.add-on-table .add-on-button-column {
  width: 8%;
  text-align: right;
}
.add-on-table .add-on-button-column button {
  float: right;
}
.add-on-table .add-on-button-column .text-primary {
  color: #ef4b4a !important;
}
.add-on-table .add-on-button-column .text-secondary {
  color: #0083c3 !important;
}
.add-on-table .button {
  margin-bottom: 0em;
}
.add-on-table input[type="text"] {
  padding: 0 0.4em;
}
.add-on-table [data-action="remove"] button {
  font-weight: 400;
}
.add-on-table .quantity-wrapper select {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  width: auto;
  height: 1.125em;
  line-height: 1.125em;
  margin: 0;
}
.add-on-table .quantity {
  text-align: right;
  white-space: nowrap;
}

button .loading, .popover .loading {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  height: 16px;
  width: 16px;
  margin: 0;
}

.usersOf {
  line-height: 1.2;
}

.js .no-js-message {
  display: none;
}

.isLoading {
  min-height: 32px;
  background-image: url("/assets/img/layout/spinner.gif");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 16px 16px;
}

.orbit-slides-container li {
  list-style-type: none;
}
.orbit-slides-container li a {
  position: relative;
  display: block;
  height: 0;
  padding-bottom: 88%;
  /* padding-bottom: 61.5%; */
}
@media screen and (min-width: 768px) {
  .orbit-slides-container li a {
    padding-bottom: 33%;
  }
}
.orbit-slides-container li a img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.orbit-wrapper {
  height: 0;
  margin-bottom: 1.5em;
  padding-bottom: 88%;
  /* padding-bottom: 61.5%; */
}
@media screen and (min-width: 768px) {
  .orbit-wrapper {
    padding-bottom: 33%;
  }
}

.reveal-modal .content p:last-child {
  margin-bottom: 0;
}

.error--service-unavailable {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  padding: 10px;
  margin-bottom: 12px;
  line-height: 1.3;
}
.error--service-unavailable p {
  margin-bottom: 0;
}
.error--service-unavailable a.is-destructive {
  display: inline;
  text-decoration: underline;
}
.error--service-unavailable a.is-destructive .loading, .error--service-unavailable a.is-destructive object {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  height: 16px;
  width: 16px;
  vertical-align: middle;
  margin: 0;
}

.hidden {
  display: none;
}

.is-active a {
  color: #43c7f4;
}

.is-current {
  display: block !important;
}
.top-list .is-current a {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0px, #313131), color-stop(49%, #313131), color-stop(50%, #222222), color-stop(51%, #222222));
  background-image: -webkit-linear-gradient(#313131 0px, #313131 49%, #222222 50%, #222222 51%);
  background-image: -moz-linear-gradient(#313131 0px, #313131 49%, #222222 50%, #222222 51%);
  background-image: -o-linear-gradient(#313131 0px, #313131 49%, #222222 50%, #222222 51%);
  background-image: linear-gradient(#313131 0px, #313131 49%, #222222 50%, #222222 51%);
  background-color: #222222;
  height: 100%;
  width: 100%;
  box-shadow: none;
  border: 1px solid #222222;
  border-width: 0 1px 0 1px;
  color: #fff !important;
  text-shadow: none;
}

.is-destructive {
  color: #ec0928;
}
.is-destructive:hover {
  color: #bb0720;
}

/* Has Reflection */
.has-reflection {
  -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), to(rgba(255, 255, 255, 0.2)));
}

.side-nav li.is-active > a, .sidebar-links li.is-active > a {
  color: #43c7f4 !important;
  font-weight: bold;
}
.side-nav li.is-active ul, .sidebar-links li.is-active ul {
  display: block;
}
.side-nav li ul, .sidebar-links li ul {
  display: none;
}

.has-compare label {
  display: inline;
  margin: 0 0.4em;
}

.is-added {
  color: #5da423 !important;
}

.is-editing {
  border: 1px solid;
  padding: 0.15em 0.5em 0.1em;
  border-radius: 12px;
  display: block;
  color: #ef4b4a !important;
}

.page-nav a.is-active h6 {
  color: #43c7f4 !important;
}

.sidebar-nav li.is-active a {
  color: #43c7f4 !important;
}

#filterOptions dd.showMeTheMoney dl.active a {
  background: #ec0928;
  color: white;
}

/* Colors! */
.bg-primary,
.bg-primary-color {
  background-color: #0083c3;
}

.bg-secondary,
.bg-secondary-color {
  background-color: #43c7f4;
}

.bg-grey, .bg-gray {
  background-color: #939598;
}

.bg-black {
  background-color: #231f20;
}

.bg-green {
  background-color: #5da423;
}

.bg-light-green {
  background-color: #87c240;
}

.bg-light-blue {
  background-color: #43c7f4;
}

.text-primary {
  color: #0083c3 !important;
}

.text-secondary {
  color: #43c7f4 !important;
}

.text-white {
  color: white !important;
}

.text-black {
  color: #231f20 !important;
}

.text-dark-gray {
  color: #303030 !important;
}

.text-gray {
  color: #939598 !important;
}

.featured-text {
  font-size: 1.875em;
  line-height: 1.2;
  color: #43c7f4;
  margin-bottom: .5em;
}
.section-extra-spacing .featured-text:last-child {
  margin-bottom: 0;
}

.graytosecondary {
  color: #939598;
}
@media screen and (min-width: 480px) {
  .graytosecondary {
    color: #43c7f4;
  }
}
.graytosecondary:hover {
  color: #43c7f4;
}
@media screen and (min-width: 480px) {
  .graytosecondary:hover {
    color: #2bc0f3;
  }
}

/* Top Menu Wrapper */
.top-menu-wrapper {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(10%, #555555), color-stop(90%, #363636), color-stop(98%, #484848), color-stop(98%, #222222));
  background-image: -webkit-linear-gradient(#555555 10%, #363636 90%, #484848 98%, #222222 98%);
  background-image: -moz-linear-gradient(#555555 10%, #363636 90%, #484848 98%, #222222 98%);
  background-image: -o-linear-gradient(#555555 10%, #363636 90%, #484848 98%, #222222 98%);
  background-image: linear-gradient(#555555 10%, #363636 90%, #484848 98%, #222222 98%);
  background-color: #363636;
}
@media (max-width: 768px) and (min-width: 600px) {
  .top-menu-wrapper {
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(6%, #555555), color-stop(94%, #363636), color-stop(98%, #484848), color-stop(99%, #222222));
    background-image: -webkit-linear-gradient(#555555 6%, #363636 94%, #484848 98%, #222222 99%);
    background-image: -moz-linear-gradient(#555555 6%, #363636 94%, #484848 98%, #222222 99%);
    background-image: -o-linear-gradient(#555555 6%, #363636 94%, #484848 98%, #222222 99%);
    background-image: linear-gradient(#555555 6%, #363636 94%, #484848 98%, #222222 99%);
  }
}

.bg-gradient {
  background-color: #fefefe;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFFEFEFE', endColorstr='#FFE2E1E5');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IiIgcj0iMTAwIj48c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmVmZWZlIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZTJlMWU1Ii8+PC9yYWRpYWxHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(radial, 50%, 0, 50%, 100, color-stop(0%, #fefefe), color-stop(100%, #e2e1e5));
  background-image: -webkit-radial-gradient(center, ellipse cover, #fefefe 0%, #e2e1e5 100%);
  background-image: -moz-radial-gradient(center, ellipse cover, #fefefe 0%, #e2e1e5 100%);
  background-image: -o-radial-gradient(center, ellipse cover, #fefefe 0%, #e2e1e5 100%);
  background-image: radial-gradient(center, ellipse cover, #fefefe 0%, #e2e1e5 100%);
  border-bottom: 1px solid #DADADA;
  border-top: 1px solid #DADADA;
}

.bg-gradient-alt {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwcHgiIHN0b3AtY29sb3I9IiMwMDk4ZTIiLz48c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iIzAwOGRkMiIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMDA4M2MzIi8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiMwMDgzYzMiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0px, #0098e2), color-stop(49%, #008dd2), color-stop(50%, #0083c3), color-stop(51%, #0083c3));
  background-image: -webkit-linear-gradient(#0098e2 0px, #008dd2 49%, #0083c3 50%, #0083c3 51%);
  background-image: -moz-linear-gradient(#0098e2 0px, #008dd2 49%, #0083c3 50%, #0083c3 51%);
  background-image: -o-linear-gradient(#0098e2 0px, #008dd2 49%, #0083c3 50%, #0083c3 51%);
  background-image: linear-gradient(#0098e2 0px, #008dd2 49%, #0083c3 50%, #0083c3 51%);
  -webkit-box-shadow: 0 1px 0px 0px #297ca5, 0px -1px 0px 0px #0083c3, 1px 0px 0px 0px #0083c3, -1px 0px 0px 0px #0083c3;
  -moz-box-shadow: 0 1px 0px 0px #297ca5, 0px -1px 0px 0px #0083c3, 1px 0px 0px 0px #0083c3, -1px 0px 0px 0px #0083c3;
  box-shadow: 0 1px 0px 0px #297ca5, 0px -1px 0px 0px #0083c3, 1px 0px 0px 0px #0083c3, -1px 0px 0px 0px #0083c3;
  text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.5);
  background-color: #0083c3;
  border: 1px solid #11b1ff !important;
}
.bg-gradient-alt.has-hover:hover {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwcHgiIHN0b3AtY29sb3I9IiMwMDYxOTAiLz48c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iIzAwNzJhYSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMDA3MmFhIi8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiMwMDYxOTAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0px, #006190), color-stop(49%, #0072aa), color-stop(50%, #0072aa), color-stop(51%, #006190));
  background-image: -webkit-linear-gradient(#006190 0px, #0072aa 49%, #0072aa 50%, #006190 51%);
  background-image: -moz-linear-gradient(#006190 0px, #0072aa 49%, #0072aa 50%, #006190 51%);
  background-image: -o-linear-gradient(#006190 0px, #0072aa 49%, #0072aa 50%, #006190 51%);
  background-image: linear-gradient(#006190 0px, #0072aa 49%, #0072aa 50%, #006190 51%);
  background-color: #006190;
}

.bg-gradient-alt-gray {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwcHgiIHN0b3AtY29sb3I9IiNhZGFmYjEiLz48c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iI2EwYTJhNCIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjOTM5NTk4Ii8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiM5Mzk1OTgiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0px, #adafb1), color-stop(49%, #a0a2a4), color-stop(50%, #939598), color-stop(51%, #939598));
  background-image: -webkit-linear-gradient(#adafb1 0px, #a0a2a4 49%, #939598 50%, #939598 51%);
  background-image: -moz-linear-gradient(#adafb1 0px, #a0a2a4 49%, #939598 50%, #939598 51%);
  background-image: -o-linear-gradient(#adafb1 0px, #a0a2a4 49%, #939598 50%, #939598 51%);
  background-image: linear-gradient(#adafb1 0px, #a0a2a4 49%, #939598 50%, #939598 51%);
  -webkit-box-shadow: 0 1px 0px 0px #86888c, 0px -1px 0px 0px #939598, 1px 0px 0px 0px #939598, -1px 0px 0px 0px #939598;
  -moz-box-shadow: 0 1px 0px 0px #86888c, 0px -1px 0px 0px #939598, 1px 0px 0px 0px #939598, -1px 0px 0px 0px #939598;
  box-shadow: 0 1px 0px 0px #86888c, 0px -1px 0px 0px #939598, 1px 0px 0px 0px #939598, -1px 0px 0px 0px #939598;
  text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.5);
  background-color: #939598;
  border: 1px solid #babbbd;
}
.bg-gradient-alt-gray.has-hover:hover {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwcHgiIHN0b3AtY29sb3I9IiM3OTdiN2YiLz48c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iIzg2ODg4YyIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjODY4ODhjIi8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiM3OTdiN2YiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0px, #797b7f), color-stop(49%, #86888c), color-stop(50%, #86888c), color-stop(51%, #797b7f));
  background-image: -webkit-linear-gradient(#797b7f 0px, #86888c 49%, #86888c 50%, #797b7f 51%);
  background-image: -moz-linear-gradient(#797b7f 0px, #86888c 49%, #86888c 50%, #797b7f 51%);
  background-image: -o-linear-gradient(#797b7f 0px, #86888c 49%, #86888c 50%, #797b7f 51%);
  background-image: linear-gradient(#797b7f 0px, #86888c 49%, #86888c 50%, #797b7f 51%);
  background-color: #797b7f;
}
.bg-gradient-alt-gray.disabled, .bg-gradient-alt-gray[disabled] {
  border: 1px solid #babbbd;
}

.bg-gradient-alt-smoke {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwcHgiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZjVmNWY1Ii8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0px, #ffffff), color-stop(49%, #ffffff), color-stop(50%, #f5f5f5), color-stop(51%, #f5f5f5));
  background-image: -webkit-linear-gradient(#ffffff 0px, #ffffff 49%, #f5f5f5 50%, #f5f5f5 51%);
  background-image: -moz-linear-gradient(#ffffff 0px, #ffffff 49%, #f5f5f5 50%, #f5f5f5 51%);
  background-image: -o-linear-gradient(#ffffff 0px, #ffffff 49%, #f5f5f5 50%, #f5f5f5 51%);
  background-image: linear-gradient(#ffffff 0px, #ffffff 49%, #f5f5f5 50%, #f5f5f5 51%);
  -webkit-box-shadow: 0 1px 0px 0px #e8e8e8, 0px -1px 0px 0px whitesmoke, 1px 0px 0px 0px whitesmoke, -1px 0px 0px 0px whitesmoke;
  -moz-box-shadow: 0 1px 0px 0px #e8e8e8, 0px -1px 0px 0px whitesmoke, 1px 0px 0px 0px whitesmoke, -1px 0px 0px 0px whitesmoke;
  box-shadow: 0 1px 0px 0px #e8e8e8, 0px -1px 0px 0px whitesmoke, 1px 0px 0px 0px whitesmoke, -1px 0px 0px 0px whitesmoke;
  text-shadow: 0 -1px 0px white;
  background-color: whitesmoke;
  border: 1px solid #D1D1D1;
}
.bg-gradient-alt-smoke.has-hover:hover {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwcHgiIHN0b3AtY29sb3I9IiNkY2RjZGMiLz48c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iI2U4ZThlOCIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZThlOGU4Ii8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiNkY2RjZGMiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0px, #dcdcdc), color-stop(49%, #e8e8e8), color-stop(50%, #e8e8e8), color-stop(51%, #dcdcdc));
  background-image: -webkit-linear-gradient(#dcdcdc 0px, #e8e8e8 49%, #e8e8e8 50%, #dcdcdc 51%);
  background-image: -moz-linear-gradient(#dcdcdc 0px, #e8e8e8 49%, #e8e8e8 50%, #dcdcdc 51%);
  background-image: -o-linear-gradient(#dcdcdc 0px, #e8e8e8 49%, #e8e8e8 50%, #dcdcdc 51%);
  background-image: linear-gradient(#dcdcdc 0px, #e8e8e8 49%, #e8e8e8 50%, #dcdcdc 51%);
  background-color: gainsboro;
}

.bg-gradient-gray {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwcHgiIHN0b3AtY29sb3I9IiM5ZmNlNjciLz48c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iIzkzYzg1MyIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjODdjMjQwIi8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiM4N2MyNDAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0px, #9fce67), color-stop(49%, #93c853), color-stop(50%, #87c240), color-stop(51%, #87c240));
  background-image: -webkit-linear-gradient(#9fce67 0px, #93c853 49%, #87c240 50%, #87c240 51%);
  background-image: -moz-linear-gradient(#9fce67 0px, #93c853 49%, #87c240 50%, #87c240 51%);
  background-image: -o-linear-gradient(#9fce67 0px, #93c853 49%, #87c240 50%, #87c240 51%);
  background-image: linear-gradient(#9fce67 0px, #93c853 49%, #87c240 50%, #87c240 51%);
  background-color: #87c240 !important;
  border: 1px solid #abd57a;
  color: #fff !important;
  text-shadow: none;
}
.bg-gradient-gray:hover {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwcHgiIHN0b3AtY29sb3I9IiM2YzlkMzIiLz48c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iIzdhYjAzOCIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjN2FiMDM4Ii8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiM2YzlkMzIiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0px, #6c9d32), color-stop(49%, #7ab038), color-stop(50%, #7ab038), color-stop(51%, #6c9d32));
  background-image: -webkit-linear-gradient(#6c9d32 0px, #7ab038 49%, #7ab038 50%, #6c9d32 51%);
  background-image: -moz-linear-gradient(#6c9d32 0px, #7ab038 49%, #7ab038 50%, #6c9d32 51%);
  background-image: -o-linear-gradient(#6c9d32 0px, #7ab038 49%, #7ab038 50%, #6c9d32 51%);
  background-image: linear-gradient(#6c9d32 0px, #7ab038 49%, #7ab038 50%, #6c9d32 51%);
  background-color: #6c9d32 !important;
}
.bg-gradient-gray.disabled, .bg-gradient-gray[disabled] {
  border: 1px solid #abd57a;
}

.bg-gradient-success {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwcHgiIHN0b3AtY29sb3I9IiM3NWNlMmMiLz48c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iIzY5YjkyNyIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjNWRhNDIzIi8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiM1ZGE0MjMiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0px, #75ce2c), color-stop(49%, #69b927), color-stop(50%, #5da423), color-stop(51%, #5da423));
  background-image: -webkit-linear-gradient(#75ce2c 0px, #69b927 49%, #5da423 50%, #5da423 51%);
  background-image: -moz-linear-gradient(#75ce2c 0px, #69b927 49%, #5da423 50%, #5da423 51%);
  background-image: -o-linear-gradient(#75ce2c 0px, #69b927 49%, #5da423 50%, #5da423 51%);
  background-image: linear-gradient(#75ce2c 0px, #69b927 49%, #5da423 50%, #5da423 51%);
  -webkit-box-shadow: 0 1px 0px 0px #297ca5, 0px -1px 0px 0px #5da423, 1px 0px 0px 0px #5da423, -1px 0px 0px 0px #5da423;
  -moz-box-shadow: 0 1px 0px 0px #297ca5, 0px -1px 0px 0px #5da423, 1px 0px 0px 0px #5da423, -1px 0px 0px 0px #5da423;
  box-shadow: 0 1px 0px 0px #297ca5, 0px -1px 0px 0px #5da423, 1px 0px 0px 0px #5da423, -1px 0px 0px 0px #5da423;
  text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.5);
  background-color: #5da423;
  border: 1px solid #82d63e;
}
.bg-gradient-success:hover {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwcHgiIHN0b3AtY29sb3I9IiM0NTdhMWEiLz48c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iIzUxOGYxZiIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjNTE4ZjFmIi8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiM0NTdhMWEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0px, #457a1a), color-stop(49%, #518f1f), color-stop(50%, #518f1f), color-stop(51%, #457a1a));
  background-image: -webkit-linear-gradient(#457a1a 0px, #518f1f 49%, #518f1f 50%, #457a1a 51%);
  background-image: -moz-linear-gradient(#457a1a 0px, #518f1f 49%, #518f1f 50%, #457a1a 51%);
  background-image: -o-linear-gradient(#457a1a 0px, #518f1f 49%, #518f1f 50%, #457a1a 51%);
  background-image: linear-gradient(#457a1a 0px, #518f1f 49%, #518f1f 50%, #457a1a 51%);
  background-color: #457a1a;
}
.bg-gradient-success.disabled, .bg-gradient-success[disabled] {
  border: 1px solid #82d63e;
}

header {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwcHgiIHN0b3AtY29sb3I9IiMwMDk0ZGQiLz48c3RvcCBvZmZzZXQ9IjIlIiBzdG9wLWNvbG9yPSIjMDA4M2MzIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0px, #0094dd), color-stop(2%, #0083c3));
  background-image: -webkit-linear-gradient(#0094dd 0px, #0083c3 2%);
  background-image: -moz-linear-gradient(#0094dd 0px, #0083c3 2%);
  background-image: -o-linear-gradient(#0094dd 0px, #0083c3 2%);
  background-image: linear-gradient(#0094dd 0px, #0083c3 2%);
  background-color: #0083c3;
}

.section-container.accordion > section > .title {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwcHgiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZjVmNWY1Ii8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0px, #ffffff), color-stop(49%, #ffffff), color-stop(50%, #f5f5f5), color-stop(51%, #f5f5f5));
  background-image: -webkit-linear-gradient(#ffffff 0px, #ffffff 49%, #f5f5f5 50%, #f5f5f5 51%);
  background-image: -moz-linear-gradient(#ffffff 0px, #ffffff 49%, #f5f5f5 50%, #f5f5f5 51%);
  background-image: -o-linear-gradient(#ffffff 0px, #ffffff 49%, #f5f5f5 50%, #f5f5f5 51%);
  background-image: linear-gradient(#ffffff 0px, #ffffff 49%, #f5f5f5 50%, #f5f5f5 51%);
  text-shadow: 0 -1px 0px white;
  background-color: whitesmoke;
  border: 1px solid #D1D1D1;
}

.section-container.accordion > section.active > .title {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwcHgiIHN0b3AtY29sb3I9IiNhZGFmYjEiLz48c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iI2EwYTJhNCIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjOTM5NTk4Ii8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiM5Mzk1OTgiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0px, #adafb1), color-stop(49%, #a0a2a4), color-stop(50%, #939598), color-stop(51%, #939598));
  background-image: -webkit-linear-gradient(#adafb1 0px, #a0a2a4 49%, #939598 50%, #939598 51%);
  background-image: -moz-linear-gradient(#adafb1 0px, #a0a2a4 49%, #939598 50%, #939598 51%);
  background-image: -o-linear-gradient(#adafb1 0px, #a0a2a4 49%, #939598 50%, #939598 51%);
  background-image: linear-gradient(#adafb1 0px, #a0a2a4 49%, #939598 50%, #939598 51%);
  text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.5);
  background-color: #939598;
  border: 1px solid #babbbd;
}
.section-container.accordion > section.active > .title a {
  color: white;
}

.blue-box {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSIwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzEwOTdkNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzRlYmZlMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #1097d6), color-stop(100%, #4ebfe0));
  background-image: -webkit-linear-gradient(bottom, #1097d6, #4ebfe0);
  background-image: -moz-linear-gradient(bottom, #1097d6, #4ebfe0);
  background-image: -o-linear-gradient(bottom, #1097d6, #4ebfe0);
  background-image: linear-gradient(bottom, #1097d6, #4ebfe0);
}

.border, .border-gray {
  border-color: #dddddd !important;
}
.border li, .border-gray li {
  border-color: #dddddd !important;
}

.border-white {
  border-color: white !important;
}
.border-white li {
  border-color: white !important;
}

.border-primary {
  border-color: #cfcfcf !important;
}
.border-primary li {
  border-color: #cfcfcf !important;
}

.border-primarytowhite {
  border-color: #002d44 !important;
}
@media screen and (min-width: 768px) {
  .border-primarytowhite {
    border-color: #555555 !important;
  }
}
.border-primarytowhite li {
  border-color: #002d44 !important;
}
@media screen and (min-width: 768px) {
  .border-primarytowhite li {
    border-color: #555555 !important;
  }
}

/* Texture */
.texture {
  background: url("../../assets/img/uploads/texture.jpg") repeat bottom center;
  height: 100%;
  min-height: 5em;
}

.fancy-shadow {
  position: relative;
}
.fancy-shadow:before, .fancy-shadow:after {
  top: 50%;
  right: 6%;
  bottom: 0;
  left: 6%;
  position: absolute;
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  -ms-border-radius: 10;
  -o-border-radius: 10;
  border-radius: 10;
  -webkit-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.8);
  content: "";
}
.fancy-shadow img {
  position: relative;
  z-index: 1;
}

/* Links */
.more-link {
  color: #0083c3;
}
.more-link:after {
  content: "\f138";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 0.3125em;
}
.more-link:hover {
  color: #0072aa;
}
.more-link:after {
  left: auto;
  right: 6%;
}

.fancy-shadow-curve {
  position: relative;
  margin-bottom: 0.999em;
}
.fancy-shadow-curve:before, .fancy-shadow-curve:after {
  top: 89%;
  right: 22px;
  bottom: auto;
  left: 22px;
  position: absolute;
  -webkit-box-shadow: 0 5px 16px black;
  -moz-box-shadow: 0 5px 16px black;
  box-shadow: 0 5px 16px black;
  -webkit-transform: skew(-226deg, -1.6deg);
  -moz-transform: skew(-226deg, -1.6deg);
  -ms-transform: skew(-226deg, -1.6deg);
  -o-transform: skew(-226deg, -1.6deg);
  transform: skew(-226deg, -1.6deg);
  content: '';
  height: 7%;
}
.fancy-shadow-curve:after {
  -webkit-transform: skew(226deg, 1.6deg);
  -moz-transform: skew(226deg, 1.6deg);
  -ms-transform: skew(226deg, 1.6deg);
  -o-transform: skew(226deg, 1.6deg);
  transform: skew(226deg, 1.6deg);
}
.fancy-shadow-curve img {
  position: relative;
  z-index: 1;
}

.bordered-image img {
  border: 1px solid #dddddd;
}

.border-bottom-image img {
  border-bottom: 1px solid #dddddd;
}

.box-shadow {
  -webkit-box-shadow: 0px 0px 4px 0px #939598;
  -moz-box-shadow: 0px 0px 4px 0px #939598;
  box-shadow: 0px 0px 4px 0px #939598;
}

.mobile-nav {
  background: #fff;
}
@media screen and (min-width: 768px) {
  .mobile-nav {
    display: none;
  }
}
.mobile-nav a {
  color: #0083c3;
  display: block;
  border: 1px solid #e1e2e3;
  border-width: 1px 1px 1px 0;
  padding: 5px 10px;
  background: #fff;
}
.mobile-nav ul {
  font-size: 0;
}
.mobile-nav li {
  font-size: 16px;
  float: left;
  margin-bottom: 0em;
}
.mobile-nav .menu {
  width: 50%;
}
.mobile-nav .account, .mobile-nav .search {
  text-align: center;
  width: 25%;
}

.search-drop {
  background: #fff;
  padding: 10px 5px;
  border-bottom: 1px solid #e1e2e3;
}
.js .search-drop {
  display: none;
}
@media screen and (min-width: 768px) {
  .search-drop {
    display: none;
  }
}
.search-drop input {
  -webkit-border-radius: 6px 0 0 6px;
  -moz-border-radius: 6px 0 0 6px;
  -ms-border-radius: 6px 0 0 6px;
  -o-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 6px;
}
.search-drop button {
  height: 31px;
  margin-top: 1px;
}

.primary-nav-container {
  margin: 0 auto;
  max-width: 1000px;
  position: relative;
  *zoom: 1;
  border-bottom: 0px solid #e1e2e3;
}
.primary-nav-container:before, .primary-nav-container:after {
  content: " ";
  display: table;
}
.primary-nav-container:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .eatel-site .primary-nav-container {
    padding-top: 20px;
    padding-bottom: 10px;
  }
}

.primary-nav {
  font-size: 1em;
  font-weight: 100;
  background: #fff;
}
.js .primary-nav {
  display: none;
}
@media screen and (min-width: 768px) {
  .js .primary-nav {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .primary-nav {
    float: left;
    background: transparent;
    display: block;
    margin-top: 34px;
    width: 75%;
    padding-left: 2%;
  }
  .eatel-site .primary-nav {
    margin-top: 18px;
    width: 76%;
  }
  .eatel-business-site .primary-nav {
    margin-top: 25px;
  }
}
@media screen and (min-width: 1280px) {
  .primary-nav {
    padding-left: 2.125em;
  }
}
.primary-nav a {
  color: #939598;
  display: block;
  padding: 0.3em 0.625em;
}
@media screen and (min-width: 768px) {
  .primary-nav a {
    padding: 0;
    color: white;
  }
}
.primary-nav a:hover {
  color: #231f20;
}
.primary-nav .bundle-builder-item {
  display: none;
}
@media screen and (min-width: 768px) {
  .primary-nav .bundle-builder-item {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
  }
}
.primary-nav .bundle-builder-button i {
  margin-right: 0.125em;
}
@media screen and (min-width: 768px) {
  .primary-nav .bundle-builder-button {
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-family: inherit;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 1.25em;
    position: relative;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding-top: 0.5625em;
    padding-right: 1.125em;
    padding-bottom: 0.625em;
    padding-left: 1.125em;
    font-size: 0.8125em;
    background-color: #87c240;
    border-color: #6c9d32;
    color: white;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px;
    font-weight: 100;
    font-size: 16px;
    margin-bottom: 0em;
  }
  .primary-nav .bundle-builder-button:hover, .primary-nav .bundle-builder-button:focus {
    background-color: #6c9d32;
  }
  .primary-nav .bundle-builder-button:hover, .primary-nav .bundle-builder-button:focus {
    color: white;
  }
}
@media screen and (min-width: 1280px) {
  .primary-nav .bundle-builder-button {
    margin-left: 0.875em;
  }
}
@media screen and (min-width: 768px) {
  .primary-nav > ul > li > a {
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-family: inherit;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 1.25em;
    position: relative;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding-top: 0.5625em;
    padding-right: 1.125em;
    padding-bottom: 0.625em;
    padding-left: 1.125em;
    font-size: 0.8125em;
    background-color: white;
    border-color: #e6e6e6;
    color: #333333;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    border-color: transparent;
    font-weight: 100;
    font-size: 1em;
    margin-bottom: 0em;
    padding-right: 0.5em;
    padding-left: 0.5em;
    color: white;
  }
  .primary-nav > ul > li > a:hover, .primary-nav > ul > li > a:focus {
    background-color: #e6e6e6;
  }
  .primary-nav > ul > li > a:hover, .primary-nav > ul > li > a:focus {
    color: #333333;
  }
}
@media screen and (min-width: 1280px) {
  .primary-nav > ul > li > a {
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-family: inherit;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 1.25em;
    position: relative;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding-top: 0.5625em;
    padding-right: 1.125em;
    padding-bottom: 0.625em;
    padding-left: 1.125em;
    font-size: 0.8125em;
    background-color: white;
    border-color: #e6e6e6;
    color: #333333;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    border-color: transparent;
    font-weight: 100;
    font-size: 1em;
    margin-bottom: 0em;
    color: white;
  }
  .primary-nav > ul > li > a:hover, .primary-nav > ul > li > a:focus {
    background-color: #e6e6e6;
  }
  .primary-nav > ul > li > a:hover, .primary-nav > ul > li > a:focus {
    color: #333333;
  }
}
@media screen and (min-width: 768px) {
  .primary-nav .has-children > a {
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-family: inherit;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 1.25em;
    position: relative;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding-top: 0.5625em;
    padding-right: 1.125em;
    padding-bottom: 0.625em;
    padding-left: 1.125em;
    font-size: 0.8125em;
    background-color: white;
    border-color: #e6e6e6;
    color: #333333;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    border-color: transparent;
    font-weight: 100;
    font-size: 1em;
    margin-bottom: 0em;
    padding-right: 0.5em;
    padding-left: 0.5em;
    color: white;
  }
  .primary-nav .has-children > a:hover, .primary-nav .has-children > a:focus {
    background-color: #e6e6e6;
  }
  .primary-nav .has-children > a:hover, .primary-nav .has-children > a:focus {
    color: #333333;
  }
}
@media screen and (min-width: 1280px) {
  .primary-nav .has-children > a {
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-family: inherit;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 1.25em;
    position: relative;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding-top: 0.5625em;
    padding-right: 1.125em;
    padding-bottom: 0.625em;
    padding-left: 1.125em;
    font-size: 0.8125em;
    background-color: white;
    border-color: #e6e6e6;
    color: #333333;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    border-color: transparent;
    font-weight: 100;
    font-size: 1em;
    margin-bottom: 0em;
    color: white;
  }
  .primary-nav .has-children > a:hover, .primary-nav .has-children > a:focus {
    background-color: #e6e6e6;
  }
  .primary-nav .has-children > a:hover, .primary-nav .has-children > a:focus {
    color: #333333;
  }
}
@media screen and (min-width: 768px) {
  .primary-nav .has-children > a:hover, .primary-nav .has-children > a.current, .primary-nav .sfHover > a {
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px;
    background-color: #fff;
    border-color: #e6e6e6;
    color: #231f20;
  }
}
@media screen and (min-width: 768px) {
  .primary-nav .has-dropdown > a, .primary-nav .sfHover > a {
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    -ms-border-radius: 6px 6px 0 0;
    -o-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    padding-bottom: 1.2em;
    margin-bottom: -0.6em;
  }
  .primary-nav .has-dropdown > a.bundle-builder-button, .primary-nav .has-dropdown > a.bundle-builder-button:active, .primary-nav .sfHover > a.bundle-builder-button, .primary-nav .sfHover > a.bundle-builder-button:active {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    padding-bottom: 0.625em;
    margin-bottom: 0;
  }
}
.primary-nav > ul {
  margin-bottom: 0em;
  border-bottom: 1px solid #e1e2e3;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .primary-nav > ul {
    border-bottom: 0em;
    margin-bottom: 1.35em;
  }
}
@media screen and (min-width: 768px) {
  .primary-nav > ul > li {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
  }
}
@media screen and (min-width: 1280px) {
  .primary-nav > ul > li {
    margin-right: 0.5em;
  }
}
.primary-nav > ul > li a {
  display: block;
}
@media screen and (min-width: 768px) {
  .primary-nav > ul > li:hover > div {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .primary-nav > ul > li:last-child {
    float: right;
    margin-right: 0;
  }
}
.primary-nav > ul > li > div {
  top: auto;
  right: auto;
  bottom: auto;
  left: 0;
  position: absolute;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 10px 10px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 10px 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 10px 10px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  display: none;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #fff;
  z-index: 99;
  margin-top: 0.45em;
}
.primary-nav > ul > li > div a {
  color: #0083c3;
}
.primary-nav > ul > li > div a:hover {
  color: #006190;
}
.primary-nav > ul > li > div.simple-nav {
  left: auto;
  padding-bottom: 0;
  min-width: 175px;
  min-height: 0;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  -ms-border-radius: 0 6px 6px 6px;
  -o-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
  margin-left: 0;
}
.primary-nav > ul > li > div.simple-nav .sidebar-nav {
  min-height: 0;
}
.primary-nav > ul > li > div.simple-nav a {
  padding: 0 5px;
}
@media screen and (min-width: 768px) {
  .primary-nav .bucket-side-nav {
    padding: 0 !important;
  }
}
.primary-nav .bucket-side-nav ul {
  margin-left: 0em;
}
.primary-nav .border-separate:last-child {
  border-right: none;
}
.primary-nav.filterNav {
  padding-left: 0;
  width: 180px;
  margin-top: 0;
}

i.nav-arrow {
  display: none;
}
@media screen and (min-width: 768px) {
  i.nav-arrow {
    font-size: 0.5625em;
    margin-left: 0.375em;
    display: inline;
  }
}

.secondary-nav {
  padding-top: 0.45em;
  padding-bottom: 1px;
  margin: 0;
  background: #0083c3;
  float: none;
  border-top: 1px solid #0094dd;
  border-bottom: 1px solid #006190;
  -webkit-box-shadow: 0px -1px 0px 0px #006190;
  -moz-box-shadow: 0px -1px 0px 0px #006190;
  box-shadow: 0px -1px 0px 0px #006190;
  display: none;
}
@media screen and (min-width: 768px) {
  .secondary-nav {
    display: block;
  }
}
.secondary-nav ul {
  text-align: center;
  margin-bottom: 0.45em;
}
.secondary-nav ul > li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  font-size: 0.875em !important;
  margin: 0em 1%;
}
.secondary-nav ul > li:first-child a {
  padding-left: 0em;
}
@media screen and (min-width: 1280px) {
  .secondary-nav ul > li {
    margin: 0em 0.75em;
  }
}
.secondary-nav ul > li a {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  display: block;
  color: white;
  padding: 0em 0.375em;
}
.secondary-nav ul > li a:hover {
  color: #231f20;
}

.filterNav {
  padding-left: 0;
  width: 190px;
  float: left;
  margin: 0 0.8rem;
  font-size: 1em;
  font-weight: 100;
}
.filterNav > ul {
  width: 190px;
  height: 36px;
  padding: 0 !important;
}
.filterNav > ul > li {
  padding-top: 0.875em;
  padding-bottom: 0.875em;
}
.filterNav > ul > li:hover > div {
  display: block;
}
.filterNav > ul > li > div {
  top: auto;
  right: auto;
  bottom: auto;
  left: 0;
  position: absolute;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 10px 10px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 10px 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 10px 10px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  display: none;
  padding-top: 12px;
  padding-bottom: 10px;
  background: #fff;
  z-index: 2;
  margin-top: 0.9em;
}
.filterNav > ul > li > div:hover {
  display: block;
}
.filterNav > ul > li > div a {
  color: #0083c3;
}
.filterNav > ul > li > div a:hover {
  color: #006190;
}
.filterNav > ul > li > div.simple-nav {
  left: 0;
  padding-bottom: 0;
  min-width: 190px;
  min-height: 0;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  -ms-border-radius: 0 6px 6px 6px;
  -o-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
  margin-left: 1px;
}
.filterNav > ul > li > div.simple-nav .sidebar-nav {
  min-height: 0;
}
.filterNav > ul > li > div.simple-nav a {
  padding: 0 5px;
}
.filterNav > ul > li > div.simple-nav ul {
  margin-left: 0;
}
.filterNav > ul > li > div.simple-nav ul li {
  text-shadow: none;
  font-size: 1em;
  font-weight: 100;
}
