/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/* line 2, ../sass/switch/base/_normalize.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 7, ../sass/switch/base/_normalize.scss */
body {
  margin: 0;
}

/* line 21, ../sass/switch/base/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/* line 27, ../sass/switch/base/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
.video-holder {
    position: relative;
    margin-bottom: 25px;
    display: block;

    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
  }

.video-holder iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* line 32, ../sass/switch/base/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 37, ../sass/switch/base/_normalize.scss */
[hidden],
template {
  display: none;
}

/* line 40, ../sass/switch/base/_normalize.scss */
a {
  background: transparent;
}

/* line 44, ../sass/switch/base/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 47, ../sass/switch/base/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 51, ../sass/switch/base/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 54, ../sass/switch/base/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 57, ../sass/switch/base/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 61, ../sass/switch/base/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 65, ../sass/switch/base/_normalize.scss */
small {
  font-size: 80%;
}

/* line 69, ../sass/switch/base/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 75, ../sass/switch/base/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 78, ../sass/switch/base/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 81, ../sass/switch/base/_normalize.scss */
img {
  border: 0;
}

/* line 84, ../sass/switch/base/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 87, ../sass/switch/base/_normalize.scss */
figure {
  margin: 1em 40px;
}

/* line 90, ../sass/switch/base/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/* line 95, ../sass/switch/base/_normalize.scss */
pre {
  overflow: auto;
}

/* line 101, ../sass/switch/base/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 109, ../sass/switch/base/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 114, ../sass/switch/base/_normalize.scss */
button {
  overflow: visible;
}

/* line 118, ../sass/switch/base/_normalize.scss */
button,
select {
  text-transform: none;
}

/* line 124, ../sass/switch/base/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 129, ../sass/switch/base/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 133, ../sass/switch/base/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 137, ../sass/switch/base/_normalize.scss */
input {
  line-height: normal;
}

/* line 141, ../sass/switch/base/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 146, ../sass/switch/base/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 149, ../sass/switch/base/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/* line 156, ../sass/switch/base/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 159, ../sass/switch/base/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 164, ../sass/switch/base/_normalize.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 168, ../sass/switch/base/_normalize.scss */
textarea {
  overflow: auto;
}

/* line 171, ../sass/switch/base/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* line 174, ../sass/switch/base/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 179, ../sass/switch/base/_normalize.scss */
td,
th {
  padding: 0;
}

/* line 5, ../sass/switch/base/_global.scss */
h1, h2, h3, h4, h5, h6, div, p, a, ul, ol, li, dl, dt, dd {
  margin: 0;
  padding: 0;
}

/* line 10, ../sass/switch/base/_global.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 14, ../sass/switch/base/_global.scss */
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 18, ../sass/switch/base/_global.scss */
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  line-height: 1;
  font: inherit;
}

/* line 24, ../sass/switch/base/_global.scss */
body {
  background-color: white;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  text-align: left;
  color: #555555;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 24, ../sass/switch/base/_global.scss */
  body {
    font-size: 19px;
  }
}
@media (min-width: 1200px) {
  /* line 24, ../sass/switch/base/_global.scss */
  body {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  /* line 24, ../sass/switch/base/_global.scss */
  body {
    font-size: 13px;
  }
}

/* line 28, ../sass/switch/base/_global.scss */
body, html {
  width: 100%;
}

/* line 32, ../sass/switch/base/_global.scss */
:focus {
  outline: 0;
}

/* line 36, ../sass/switch/base/_global.scss */
img {
  max-width: 100%;
  height: auto;
  width: auto\9;
}

/* line 42, ../sass/switch/base/_global.scss */
input, textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

/* line 47, ../sass/switch/base/_global.scss */
code, pre {
  font: inherit;
}

@media print {
  /* line 52, ../sass/switch/base/_global.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 60, ../sass/switch/base/_global.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 64, ../sass/switch/base/_global.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 68, ../sass/switch/base/_global.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 73, ../sass/switch/base/_global.scss */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  /* line 78, ../sass/switch/base/_global.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 83, ../sass/switch/base/_global.scss */
  thead {
    display: table-header-group;
  }

  /* line 88, ../sass/switch/base/_global.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 92, ../sass/switch/base/_global.scss */
  img {
    max-width: 100% !important;
  }

  /* line 97, ../sass/switch/base/_global.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 103, ../sass/switch/base/_global.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* line 7, ../sass/switch/base/_grid.scss */
.full .container {
  width: auto !important;
}

/* line 94, ../sass/switch/mixins/_mixins.scss */
.container {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
/* line 28, ../sass/switch/mixins/_mixins.scss */
.container:before, .container:after {
  content: " ";
  display: table;
}
/* line 32, ../sass/switch/mixins/_mixins.scss */
.container:after {
  clear: both;
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 103, ../sass/switch/mixins/_mixins.scss */
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 108, ../sass/switch/mixins/_mixins.scss */
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  /* line 113, ../sass/switch/mixins/_mixins.scss */
  .container {
    width: 970px;
  }
}
@media (max-width: 767px) {
  /* line 118, ../sass/switch/mixins/_mixins.scss */
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* line 14, ../sass/switch/base/_grid.scss */
.row {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 28, ../sass/switch/mixins/_mixins.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}
/* line 32, ../sass/switch/mixins/_mixins.scss */
.row:after {
  clear: both;
}

/* line 132, ../sass/switch/mixins/_mixins.scss */
.grid, .grid-1, .small-1, .medium-1, .large-1, .grid-2, .small-2, .medium-2, .large-2, .grid-3, .small-3, .medium-3, .large-3, .grid-4, .small-4, .medium-4, .large-4, .grid-5, .small-5, .medium-5, .large-5, .grid-6, .small-6, .medium-6, .large-6, .grid-7, .small-7, .medium-7, .large-7, .grid-8, .small-8, .medium-8, .large-8, .grid-9, .small-9, .medium-9, .large-9, .grid-10, .small-10, .medium-10, .large-10, .grid-11, .small-11, .medium-11, .large-11, .grid-12, .small-12, .medium-12, .large-12 {
  position: relative;
  min-height: inherit;
  padding-right: 15px;
  padding-left: 15px;
}

@media (max-width: 767px) {
  /* line 139, ../sass/switch/mixins/_mixins.scss */
  .grid, .grid-1, .small-1, .medium-1, .large-1, .grid-2, .small-2, .medium-2, .large-2, .grid-3, .small-3, .medium-3, .large-3, .grid-4, .small-4, .medium-4, .large-4, .grid-5, .small-5, .medium-5, .large-5, .grid-6, .small-6, .medium-6, .large-6, .grid-7, .small-7, .medium-7, .large-7, .grid-8, .small-8, .medium-8, .large-8, .grid-9, .small-9, .medium-9, .large-9, .grid-10, .small-10, .medium-10, .large-10, .grid-11, .small-11, .medium-11, .large-11, .grid-12, .small-12, .medium-12, .large-12 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* line 320, ../sass/switch/mixins/_mixins.scss */
.grid-off {
  margin: 0;
}
/* line 322, ../sass/switch/mixins/_mixins.scss */
.grid-off .grid, .grid-off .grid-1, .grid-off .small-1, .grid-off .meduim-1, .grid-off .large-1, .grid-off .grid-2, .grid-off .small-2, .grid-off .meduim-2, .grid-off .large-2, .grid-off .grid-3, .grid-off .small-3, .grid-off .meduim-3, .grid-off .large-3, .grid-off .grid-4, .grid-off .small-4, .grid-off .meduim-4, .grid-off .large-4, .grid-off .grid-5, .grid-off .small-5, .grid-off .meduim-5, .grid-off .large-5, .grid-off .grid-6, .grid-off .small-6, .grid-off .meduim-6, .grid-off .large-6, .grid-off .grid-7, .grid-off .small-7, .grid-off .meduim-7, .grid-off .large-7, .grid-off .grid-8, .grid-off .small-8, .grid-off .meduim-8, .grid-off .large-8, .grid-off .grid-9, .grid-off .small-9, .grid-off .meduim-9, .grid-off .large-9, .grid-off .grid-10, .grid-off .small-10, .grid-off .meduim-10, .grid-off .large-10, .grid-off .grid-11, .grid-off .small-11, .grid-off .meduim-11, .grid-off .large-11, .grid-off .grid-12, .grid-off .small-12, .grid-off .meduim-12, .grid-off .large-12 {
  padding: 0;
}
/* line 325, ../sass/switch/mixins/_mixins.scss */
.grid-off .grid-content {
  padding: 20px 20px 20px 20px;
  background: none;
  color: inherit;
}
/* line 329, ../sass/switch/mixins/_mixins.scss */
.grid-off .grid-content h1, .grid-off .grid-content h2, .grid-off .grid-content h3, .grid-off .grid-content h4, .grid-off .grid-content h5, .grid-off .grid-content h6 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/* line 334, ../sass/switch/mixins/_mixins.scss */
.grid-off img {
  margin-bottom: 0;
}
/* line 338, ../sass/switch/mixins/_mixins.scss */
.grid-off.with-bg .grid, .grid-off.with-bg .grid-1, .grid-off.with-bg .small-1, .grid-off.with-bg .meduim-1, .grid-off.with-bg .large-1, .grid-off.with-bg .grid-2, .grid-off.with-bg .small-2, .grid-off.with-bg .meduim-2, .grid-off.with-bg .large-2, .grid-off.with-bg .grid-3, .grid-off.with-bg .small-3, .grid-off.with-bg .meduim-3, .grid-off.with-bg .large-3, .grid-off.with-bg .grid-4, .grid-off.with-bg .small-4, .grid-off.with-bg .meduim-4, .grid-off.with-bg .large-4, .grid-off.with-bg .grid-5, .grid-off.with-bg .small-5, .grid-off.with-bg .meduim-5, .grid-off.with-bg .large-5, .grid-off.with-bg .grid-6, .grid-off.with-bg .small-6, .grid-off.with-bg .meduim-6, .grid-off.with-bg .large-6, .grid-off.with-bg .grid-7, .grid-off.with-bg .small-7, .grid-off.with-bg .meduim-7, .grid-off.with-bg .large-7, .grid-off.with-bg .grid-8, .grid-off.with-bg .small-8, .grid-off.with-bg .meduim-8, .grid-off.with-bg .large-8, .grid-off.with-bg .grid-9, .grid-off.with-bg .small-9, .grid-off.with-bg .meduim-9, .grid-off.with-bg .large-9, .grid-off.with-bg .grid-10, .grid-off.with-bg .small-10, .grid-off.with-bg .meduim-10, .grid-off.with-bg .large-10, .grid-off.with-bg .grid-11, .grid-off.with-bg .small-11, .grid-off.with-bg .meduim-11, .grid-off.with-bg .large-11, .grid-off.with-bg .grid-12, .grid-off.with-bg .small-12, .grid-off.with-bg .meduim-12, .grid-off.with-bg .large-12 {
  background: #68594e;
  color: white;
}
/* line 341, ../sass/switch/mixins/_mixins.scss */
.grid-off.with-bg .grid a, .grid-off.with-bg .grid-1 a, .grid-off.with-bg .small-1 a, .grid-off.with-bg .meduim-1 a, .grid-off.with-bg .large-1 a, .grid-off.with-bg .grid-2 a, .grid-off.with-bg .small-2 a, .grid-off.with-bg .meduim-2 a, .grid-off.with-bg .large-2 a, .grid-off.with-bg .grid-3 a, .grid-off.with-bg .small-3 a, .grid-off.with-bg .meduim-3 a, .grid-off.with-bg .large-3 a, .grid-off.with-bg .grid-4 a, .grid-off.with-bg .small-4 a, .grid-off.with-bg .meduim-4 a, .grid-off.with-bg .large-4 a, .grid-off.with-bg .grid-5 a, .grid-off.with-bg .small-5 a, .grid-off.with-bg .meduim-5 a, .grid-off.with-bg .large-5 a, .grid-off.with-bg .grid-6 a, .grid-off.with-bg .small-6 a, .grid-off.with-bg .meduim-6 a, .grid-off.with-bg .large-6 a, .grid-off.with-bg .grid-7 a, .grid-off.with-bg .small-7 a, .grid-off.with-bg .meduim-7 a, .grid-off.with-bg .large-7 a, .grid-off.with-bg .grid-8 a, .grid-off.with-bg .small-8 a, .grid-off.with-bg .meduim-8 a, .grid-off.with-bg .large-8 a, .grid-off.with-bg .grid-9 a, .grid-off.with-bg .small-9 a, .grid-off.with-bg .meduim-9 a, .grid-off.with-bg .large-9 a, .grid-off.with-bg .grid-10 a, .grid-off.with-bg .small-10 a, .grid-off.with-bg .meduim-10 a, .grid-off.with-bg .large-10 a, .grid-off.with-bg .grid-11 a, .grid-off.with-bg .small-11 a, .grid-off.with-bg .meduim-11 a, .grid-off.with-bg .large-11 a, .grid-off.with-bg .grid-12 a, .grid-off.with-bg .small-12 a, .grid-off.with-bg .meduim-12 a, .grid-off.with-bg .large-12 a {
  color: #e6dfd5;
}
/* line 345, ../sass/switch/mixins/_mixins.scss */
.grid-off.with-bg h1, .grid-off.with-bg h2, .grid-off.with-bg h3, .grid-off.with-bg h4, .grid-off.with-bg h5, .grid-off.with-bg h6 {
  color: white;
}
/* line 350, ../sass/switch/mixins/_mixins.scss */
.grid-off.border .grid, .grid-off.border .grid-1, .grid-off.border .small-1, .grid-off.border .meduim-1, .grid-off.border .large-1, .grid-off.border .grid-2, .grid-off.border .small-2, .grid-off.border .meduim-2, .grid-off.border .large-2, .grid-off.border .grid-3, .grid-off.border .small-3, .grid-off.border .meduim-3, .grid-off.border .large-3, .grid-off.border .grid-4, .grid-off.border .small-4, .grid-off.border .meduim-4, .grid-off.border .large-4, .grid-off.border .grid-5, .grid-off.border .small-5, .grid-off.border .meduim-5, .grid-off.border .large-5, .grid-off.border .grid-6, .grid-off.border .small-6, .grid-off.border .meduim-6, .grid-off.border .large-6, .grid-off.border .grid-7, .grid-off.border .small-7, .grid-off.border .meduim-7, .grid-off.border .large-7, .grid-off.border .grid-8, .grid-off.border .small-8, .grid-off.border .meduim-8, .grid-off.border .large-8, .grid-off.border .grid-9, .grid-off.border .small-9, .grid-off.border .meduim-9, .grid-off.border .large-9, .grid-off.border .grid-10, .grid-off.border .small-10, .grid-off.border .meduim-10, .grid-off.border .large-10, .grid-off.border .grid-11, .grid-off.border .small-11, .grid-off.border .meduim-11, .grid-off.border .large-11, .grid-off.border .grid-12, .grid-off.border .small-12, .grid-off.border .meduim-12, .grid-off.border .large-12 {
  border-right: 1px solid #dedede;
}
/* line 352, ../sass/switch/mixins/_mixins.scss */
.grid-off.border .grid:last-child, .grid-off.border .grid-1:last-child, .grid-off.border .small-1:last-child, .grid-off.border .meduim-1:last-child, .grid-off.border .large-1:last-child, .grid-off.border .grid-2:last-child, .grid-off.border .small-2:last-child, .grid-off.border .meduim-2:last-child, .grid-off.border .large-2:last-child, .grid-off.border .grid-3:last-child, .grid-off.border .small-3:last-child, .grid-off.border .meduim-3:last-child, .grid-off.border .large-3:last-child, .grid-off.border .grid-4:last-child, .grid-off.border .small-4:last-child, .grid-off.border .meduim-4:last-child, .grid-off.border .large-4:last-child, .grid-off.border .grid-5:last-child, .grid-off.border .small-5:last-child, .grid-off.border .meduim-5:last-child, .grid-off.border .large-5:last-child, .grid-off.border .grid-6:last-child, .grid-off.border .small-6:last-child, .grid-off.border .meduim-6:last-child, .grid-off.border .large-6:last-child, .grid-off.border .grid-7:last-child, .grid-off.border .small-7:last-child, .grid-off.border .meduim-7:last-child, .grid-off.border .large-7:last-child, .grid-off.border .grid-8:last-child, .grid-off.border .small-8:last-child, .grid-off.border .meduim-8:last-child, .grid-off.border .large-8:last-child, .grid-off.border .grid-9:last-child, .grid-off.border .small-9:last-child, .grid-off.border .meduim-9:last-child, .grid-off.border .large-9:last-child, .grid-off.border .grid-10:last-child, .grid-off.border .small-10:last-child, .grid-off.border .meduim-10:last-child, .grid-off.border .large-10:last-child, .grid-off.border .grid-11:last-child, .grid-off.border .small-11:last-child, .grid-off.border .meduim-11:last-child, .grid-off.border .large-11:last-child, .grid-off.border .grid-12:last-child, .grid-off.border .small-12:last-child, .grid-off.border .meduim-12:last-child, .grid-off.border .large-12:last-child {
  border-right: none;
}
/* line 356, ../sass/switch/mixins/_mixins.scss */
.grid-off.border h1, .grid-off.border h2, .grid-off.border h3, .grid-off.border h4, .grid-off.border h5, .grid-off.border h6 {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  /* line 364, ../sass/switch/mixins/_mixins.scss */
  .grid-off .grid-content {
    padding: 15px;
    background: none;
    color: inherit;
  }
  /* line 370, ../sass/switch/mixins/_mixins.scss */
  .grid-off.border .grid, .grid-off.border .grid-1, .grid-off.border .small-1, .grid-off.border .meduim-1, .grid-off.border .large-1, .grid-off.border .grid-2, .grid-off.border .small-2, .grid-off.border .meduim-2, .grid-off.border .large-2, .grid-off.border .grid-3, .grid-off.border .small-3, .grid-off.border .meduim-3, .grid-off.border .large-3, .grid-off.border .grid-4, .grid-off.border .small-4, .grid-off.border .meduim-4, .grid-off.border .large-4, .grid-off.border .grid-5, .grid-off.border .small-5, .grid-off.border .meduim-5, .grid-off.border .large-5, .grid-off.border .grid-6, .grid-off.border .small-6, .grid-off.border .meduim-6, .grid-off.border .large-6, .grid-off.border .grid-7, .grid-off.border .small-7, .grid-off.border .meduim-7, .grid-off.border .large-7, .grid-off.border .grid-8, .grid-off.border .small-8, .grid-off.border .meduim-8, .grid-off.border .large-8, .grid-off.border .grid-9, .grid-off.border .small-9, .grid-off.border .meduim-9, .grid-off.border .large-9, .grid-off.border .grid-10, .grid-off.border .small-10, .grid-off.border .meduim-10, .grid-off.border .large-10, .grid-off.border .grid-11, .grid-off.border .small-11, .grid-off.border .meduim-11, .grid-off.border .large-11, .grid-off.border .grid-12, .grid-off.border .small-12, .grid-off.border .meduim-12, .grid-off.border .large-12 {
    border-right: none;
    border-bottom: 1px solid #dedede;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  /* line 375, ../sass/switch/mixins/_mixins.scss */
  .grid-off.border .grid:first-child, .grid-off.border .grid-1:first-child, .grid-off.border .small-1:first-child, .grid-off.border .meduim-1:first-child, .grid-off.border .large-1:first-child, .grid-off.border .grid-2:first-child, .grid-off.border .small-2:first-child, .grid-off.border .meduim-2:first-child, .grid-off.border .large-2:first-child, .grid-off.border .grid-3:first-child, .grid-off.border .small-3:first-child, .grid-off.border .meduim-3:first-child, .grid-off.border .large-3:first-child, .grid-off.border .grid-4:first-child, .grid-off.border .small-4:first-child, .grid-off.border .meduim-4:first-child, .grid-off.border .large-4:first-child, .grid-off.border .grid-5:first-child, .grid-off.border .small-5:first-child, .grid-off.border .meduim-5:first-child, .grid-off.border .large-5:first-child, .grid-off.border .grid-6:first-child, .grid-off.border .small-6:first-child, .grid-off.border .meduim-6:first-child, .grid-off.border .large-6:first-child, .grid-off.border .grid-7:first-child, .grid-off.border .small-7:first-child, .grid-off.border .meduim-7:first-child, .grid-off.border .large-7:first-child, .grid-off.border .grid-8:first-child, .grid-off.border .small-8:first-child, .grid-off.border .meduim-8:first-child, .grid-off.border .large-8:first-child, .grid-off.border .grid-9:first-child, .grid-off.border .small-9:first-child, .grid-off.border .meduim-9:first-child, .grid-off.border .large-9:first-child, .grid-off.border .grid-10:first-child, .grid-off.border .small-10:first-child, .grid-off.border .meduim-10:first-child, .grid-off.border .large-10:first-child, .grid-off.border .grid-11:first-child, .grid-off.border .small-11:first-child, .grid-off.border .meduim-11:first-child, .grid-off.border .large-11:first-child, .grid-off.border .grid-12:first-child, .grid-off.border .small-12:first-child, .grid-off.border .meduim-12:first-child, .grid-off.border .large-12:first-child {
    padding-top: 0;
  }
  /* line 378, ../sass/switch/mixins/_mixins.scss */
  .grid-off.border .grid:last-child, .grid-off.border .grid-1:last-child, .grid-off.border .small-1:last-child, .grid-off.border .meduim-1:last-child, .grid-off.border .large-1:last-child, .grid-off.border .grid-2:last-child, .grid-off.border .small-2:last-child, .grid-off.border .meduim-2:last-child, .grid-off.border .large-2:last-child, .grid-off.border .grid-3:last-child, .grid-off.border .small-3:last-child, .grid-off.border .meduim-3:last-child, .grid-off.border .large-3:last-child, .grid-off.border .grid-4:last-child, .grid-off.border .small-4:last-child, .grid-off.border .meduim-4:last-child, .grid-off.border .large-4:last-child, .grid-off.border .grid-5:last-child, .grid-off.border .small-5:last-child, .grid-off.border .meduim-5:last-child, .grid-off.border .large-5:last-child, .grid-off.border .grid-6:last-child, .grid-off.border .small-6:last-child, .grid-off.border .meduim-6:last-child, .grid-off.border .large-6:last-child, .grid-off.border .grid-7:last-child, .grid-off.border .small-7:last-child, .grid-off.border .meduim-7:last-child, .grid-off.border .large-7:last-child, .grid-off.border .grid-8:last-child, .grid-off.border .small-8:last-child, .grid-off.border .meduim-8:last-child, .grid-off.border .large-8:last-child, .grid-off.border .grid-9:last-child, .grid-off.border .small-9:last-child, .grid-off.border .meduim-9:last-child, .grid-off.border .large-9:last-child, .grid-off.border .grid-10:last-child, .grid-off.border .small-10:last-child, .grid-off.border .meduim-10:last-child, .grid-off.border .large-10:last-child, .grid-off.border .grid-11:last-child, .grid-off.border .small-11:last-child, .grid-off.border .meduim-11:last-child, .grid-off.border .large-11:last-child, .grid-off.border .grid-12:last-child, .grid-off.border .small-12:last-child, .grid-off.border .meduim-12:last-child, .grid-off.border .large-12:last-child {
    border: none;
  }
}
/* line 395, ../sass/switch/mixins/_mixins.scss */
.grid-cell {
  width: auto;
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
}
/* line 400, ../sass/switch/mixins/_mixins.scss */
.grid-cell .grid, .grid-cell .grid-1, .grid-cell .small-1, .grid-cell .meduim-1, .grid-cell .large-1, .grid-cell .grid-2, .grid-cell .small-2, .grid-cell .meduim-2, .grid-cell .large-2, .grid-cell .grid-3, .grid-cell .small-3, .grid-cell .meduim-3, .grid-cell .large-3, .grid-cell .grid-4, .grid-cell .small-4, .grid-cell .meduim-4, .grid-cell .large-4, .grid-cell .grid-5, .grid-cell .small-5, .grid-cell .meduim-5, .grid-cell .large-5, .grid-cell .grid-6, .grid-cell .small-6, .grid-cell .meduim-6, .grid-cell .large-6, .grid-cell .grid-7, .grid-cell .small-7, .grid-cell .meduim-7, .grid-cell .large-7, .grid-cell .grid-8, .grid-cell .small-8, .grid-cell .meduim-8, .grid-cell .large-8, .grid-cell .grid-9, .grid-cell .small-9, .grid-cell .meduim-9, .grid-cell .large-9, .grid-cell .grid-10, .grid-cell .small-10, .grid-cell .meduim-10, .grid-cell .large-10, .grid-cell .grid-11, .grid-cell .small-11, .grid-cell .meduim-11, .grid-cell .large-11, .grid-cell .grid-12, .grid-cell .small-12, .grid-cell .meduim-12, .grid-cell .large-12 {
  float: none !important;
  display: table-cell;
  vertical-align: top;
  padding-left: 20px;
  padding-right: 20px;
}
/* line 406, ../sass/switch/mixins/_mixins.scss */
.grid-cell .grid:last-child, .grid-cell .grid-1:last-child, .grid-cell .small-1:last-child, .grid-cell .meduim-1:last-child, .grid-cell .large-1:last-child, .grid-cell .grid-2:last-child, .grid-cell .small-2:last-child, .grid-cell .meduim-2:last-child, .grid-cell .large-2:last-child, .grid-cell .grid-3:last-child, .grid-cell .small-3:last-child, .grid-cell .meduim-3:last-child, .grid-cell .large-3:last-child, .grid-cell .grid-4:last-child, .grid-cell .small-4:last-child, .grid-cell .meduim-4:last-child, .grid-cell .large-4:last-child, .grid-cell .grid-5:last-child, .grid-cell .small-5:last-child, .grid-cell .meduim-5:last-child, .grid-cell .large-5:last-child, .grid-cell .grid-6:last-child, .grid-cell .small-6:last-child, .grid-cell .meduim-6:last-child, .grid-cell .large-6:last-child, .grid-cell .grid-7:last-child, .grid-cell .small-7:last-child, .grid-cell .meduim-7:last-child, .grid-cell .large-7:last-child, .grid-cell .grid-8:last-child, .grid-cell .small-8:last-child, .grid-cell .meduim-8:last-child, .grid-cell .large-8:last-child, .grid-cell .grid-9:last-child, .grid-cell .small-9:last-child, .grid-cell .meduim-9:last-child, .grid-cell .large-9:last-child, .grid-cell .grid-10:last-child, .grid-cell .small-10:last-child, .grid-cell .meduim-10:last-child, .grid-cell .large-10:last-child, .grid-cell .grid-11:last-child, .grid-cell .small-11:last-child, .grid-cell .meduim-11:last-child, .grid-cell .large-11:last-child, .grid-cell .grid-12:last-child, .grid-cell .small-12:last-child, .grid-cell .meduim-12:last-child, .grid-cell .large-12:last-child {
  border-right: none;
}
/* line 410, ../sass/switch/mixins/_mixins.scss */
.grid-cell.row {
  margin-left: -20px;
  margin-right: -20px;
}
/* line 413, ../sass/switch/mixins/_mixins.scss */
.grid-cell.row:before, .grid-cell.row:after {
  display: none;
}
/* line 417, ../sass/switch/mixins/_mixins.scss */
.grid-cell .grid-content {
  padding: 20px 20px 20px 20px;
  background: none;
  color: inherit;
}
/* line 422, ../sass/switch/mixins/_mixins.scss */
.grid-cell img {
  margin-bottom: 0;
}
/* line 425, ../sass/switch/mixins/_mixins.scss */
.grid-cell .top {
  vertical-align: top;
}
/* line 428, ../sass/switch/mixins/_mixins.scss */
.grid-cell .middle {
  vertical-align: middle;
}
/* line 431, ../sass/switch/mixins/_mixins.scss */
.grid-cell .bottom {
  vertical-align: bottom;
}
/* line 434, ../sass/switch/mixins/_mixins.scss */
.grid-cell.with-bg {
  margin: 0;
}
/* line 436, ../sass/switch/mixins/_mixins.scss */
.grid-cell.with-bg .grid, .grid-cell.with-bg .grid-1, .grid-cell.with-bg .small-1, .grid-cell.with-bg .meduim-1, .grid-cell.with-bg .large-1, .grid-cell.with-bg .grid-2, .grid-cell.with-bg .small-2, .grid-cell.with-bg .meduim-2, .grid-cell.with-bg .large-2, .grid-cell.with-bg .grid-3, .grid-cell.with-bg .small-3, .grid-cell.with-bg .meduim-3, .grid-cell.with-bg .large-3, .grid-cell.with-bg .grid-4, .grid-cell.with-bg .small-4, .grid-cell.with-bg .meduim-4, .grid-cell.with-bg .large-4, .grid-cell.with-bg .grid-5, .grid-cell.with-bg .small-5, .grid-cell.with-bg .meduim-5, .grid-cell.with-bg .large-5, .grid-cell.with-bg .grid-6, .grid-cell.with-bg .small-6, .grid-cell.with-bg .meduim-6, .grid-cell.with-bg .large-6, .grid-cell.with-bg .grid-7, .grid-cell.with-bg .small-7, .grid-cell.with-bg .meduim-7, .grid-cell.with-bg .large-7, .grid-cell.with-bg .grid-8, .grid-cell.with-bg .small-8, .grid-cell.with-bg .meduim-8, .grid-cell.with-bg .large-8, .grid-cell.with-bg .grid-9, .grid-cell.with-bg .small-9, .grid-cell.with-bg .meduim-9, .grid-cell.with-bg .large-9, .grid-cell.with-bg .grid-10, .grid-cell.with-bg .small-10, .grid-cell.with-bg .meduim-10, .grid-cell.with-bg .large-10, .grid-cell.with-bg .grid-11, .grid-cell.with-bg .small-11, .grid-cell.with-bg .meduim-11, .grid-cell.with-bg .large-11, .grid-cell.with-bg .grid-12, .grid-cell.with-bg .small-12, .grid-cell.with-bg .meduim-12, .grid-cell.with-bg .large-12 {
  background: #68594e;
  color: white;
  padding: 20px 20px 20px 20px;
}
/* line 440, ../sass/switch/mixins/_mixins.scss */
.grid-cell.with-bg .grid a, .grid-cell.with-bg .grid-1 a, .grid-cell.with-bg .small-1 a, .grid-cell.with-bg .meduim-1 a, .grid-cell.with-bg .large-1 a, .grid-cell.with-bg .grid-2 a, .grid-cell.with-bg .small-2 a, .grid-cell.with-bg .meduim-2 a, .grid-cell.with-bg .large-2 a, .grid-cell.with-bg .grid-3 a, .grid-cell.with-bg .small-3 a, .grid-cell.with-bg .meduim-3 a, .grid-cell.with-bg .large-3 a, .grid-cell.with-bg .grid-4 a, .grid-cell.with-bg .small-4 a, .grid-cell.with-bg .meduim-4 a, .grid-cell.with-bg .large-4 a, .grid-cell.with-bg .grid-5 a, .grid-cell.with-bg .small-5 a, .grid-cell.with-bg .meduim-5 a, .grid-cell.with-bg .large-5 a, .grid-cell.with-bg .grid-6 a, .grid-cell.with-bg .small-6 a, .grid-cell.with-bg .meduim-6 a, .grid-cell.with-bg .large-6 a, .grid-cell.with-bg .grid-7 a, .grid-cell.with-bg .small-7 a, .grid-cell.with-bg .meduim-7 a, .grid-cell.with-bg .large-7 a, .grid-cell.with-bg .grid-8 a, .grid-cell.with-bg .small-8 a, .grid-cell.with-bg .meduim-8 a, .grid-cell.with-bg .large-8 a, .grid-cell.with-bg .grid-9 a, .grid-cell.with-bg .small-9 a, .grid-cell.with-bg .meduim-9 a, .grid-cell.with-bg .large-9 a, .grid-cell.with-bg .grid-10 a, .grid-cell.with-bg .small-10 a, .grid-cell.with-bg .meduim-10 a, .grid-cell.with-bg .large-10 a, .grid-cell.with-bg .grid-11 a, .grid-cell.with-bg .small-11 a, .grid-cell.with-bg .meduim-11 a, .grid-cell.with-bg .large-11 a, .grid-cell.with-bg .grid-12 a, .grid-cell.with-bg .small-12 a, .grid-cell.with-bg .meduim-12 a, .grid-cell.with-bg .large-12 a {
  color: #e6dfd5;
}
/* line 444, ../sass/switch/mixins/_mixins.scss */
.grid-cell.with-bg h1, .grid-cell.with-bg h2, .grid-cell.with-bg h3, .grid-cell.with-bg h4, .grid-cell.with-bg h5, .grid-cell.with-bg h6 {
  color: white;
}
/* line 448, ../sass/switch/mixins/_mixins.scss */
.grid-cell.border {
  margin-left: -20px;
  margin-right: -20px;
}
/* line 451, ../sass/switch/mixins/_mixins.scss */
.grid-cell.border .grid, .grid-cell.border .grid-1, .grid-cell.border .small-1, .grid-cell.border .meduim-1, .grid-cell.border .large-1, .grid-cell.border .grid-2, .grid-cell.border .small-2, .grid-cell.border .meduim-2, .grid-cell.border .large-2, .grid-cell.border .grid-3, .grid-cell.border .small-3, .grid-cell.border .meduim-3, .grid-cell.border .large-3, .grid-cell.border .grid-4, .grid-cell.border .small-4, .grid-cell.border .meduim-4, .grid-cell.border .large-4, .grid-cell.border .grid-5, .grid-cell.border .small-5, .grid-cell.border .meduim-5, .grid-cell.border .large-5, .grid-cell.border .grid-6, .grid-cell.border .small-6, .grid-cell.border .meduim-6, .grid-cell.border .large-6, .grid-cell.border .grid-7, .grid-cell.border .small-7, .grid-cell.border .meduim-7, .grid-cell.border .large-7, .grid-cell.border .grid-8, .grid-cell.border .small-8, .grid-cell.border .meduim-8, .grid-cell.border .large-8, .grid-cell.border .grid-9, .grid-cell.border .small-9, .grid-cell.border .meduim-9, .grid-cell.border .large-9, .grid-cell.border .grid-10, .grid-cell.border .small-10, .grid-cell.border .meduim-10, .grid-cell.border .large-10, .grid-cell.border .grid-11, .grid-cell.border .small-11, .grid-cell.border .meduim-11, .grid-cell.border .large-11, .grid-cell.border .grid-12, .grid-cell.border .small-12, .grid-cell.border .meduim-12, .grid-cell.border .large-12 {
  border-right: 1px solid #dedede;
  padding-left: 20px;
  padding-right: 20px;
}
/* line 455, ../sass/switch/mixins/_mixins.scss */
.grid-cell.border .grid:last-child, .grid-cell.border .grid-1:last-child, .grid-cell.border .small-1:last-child, .grid-cell.border .meduim-1:last-child, .grid-cell.border .large-1:last-child, .grid-cell.border .grid-2:last-child, .grid-cell.border .small-2:last-child, .grid-cell.border .meduim-2:last-child, .grid-cell.border .large-2:last-child, .grid-cell.border .grid-3:last-child, .grid-cell.border .small-3:last-child, .grid-cell.border .meduim-3:last-child, .grid-cell.border .large-3:last-child, .grid-cell.border .grid-4:last-child, .grid-cell.border .small-4:last-child, .grid-cell.border .meduim-4:last-child, .grid-cell.border .large-4:last-child, .grid-cell.border .grid-5:last-child, .grid-cell.border .small-5:last-child, .grid-cell.border .meduim-5:last-child, .grid-cell.border .large-5:last-child, .grid-cell.border .grid-6:last-child, .grid-cell.border .small-6:last-child, .grid-cell.border .meduim-6:last-child, .grid-cell.border .large-6:last-child, .grid-cell.border .grid-7:last-child, .grid-cell.border .small-7:last-child, .grid-cell.border .meduim-7:last-child, .grid-cell.border .large-7:last-child, .grid-cell.border .grid-8:last-child, .grid-cell.border .small-8:last-child, .grid-cell.border .meduim-8:last-child, .grid-cell.border .large-8:last-child, .grid-cell.border .grid-9:last-child, .grid-cell.border .small-9:last-child, .grid-cell.border .meduim-9:last-child, .grid-cell.border .large-9:last-child, .grid-cell.border .grid-10:last-child, .grid-cell.border .small-10:last-child, .grid-cell.border .meduim-10:last-child, .grid-cell.border .large-10:last-child, .grid-cell.border .grid-11:last-child, .grid-cell.border .small-11:last-child, .grid-cell.border .meduim-11:last-child, .grid-cell.border .large-11:last-child, .grid-cell.border .grid-12:last-child, .grid-cell.border .small-12:last-child, .grid-cell.border .meduim-12:last-child, .grid-cell.border .large-12:last-child {
  border-right: none;
}

@media (max-width: 767px) {
  /* line 463, ../sass/switch/mixins/_mixins.scss */
  .grid-cell .grid, .grid-cell .grid-1, .grid-cell .small-1, .grid-cell .meduim-1, .grid-cell .large-1, .grid-cell .grid-2, .grid-cell .small-2, .grid-cell .meduim-2, .grid-cell .large-2, .grid-cell .grid-3, .grid-cell .small-3, .grid-cell .meduim-3, .grid-cell .large-3, .grid-cell .grid-4, .grid-cell .small-4, .grid-cell .meduim-4, .grid-cell .large-4, .grid-cell .grid-5, .grid-cell .small-5, .grid-cell .meduim-5, .grid-cell .large-5, .grid-cell .grid-6, .grid-cell .small-6, .grid-cell .meduim-6, .grid-cell .large-6, .grid-cell .grid-7, .grid-cell .small-7, .grid-cell .meduim-7, .grid-cell .large-7, .grid-cell .grid-8, .grid-cell .small-8, .grid-cell .meduim-8, .grid-cell .large-8, .grid-cell .grid-9, .grid-cell .small-9, .grid-cell .meduim-9, .grid-cell .large-9, .grid-cell .grid-10, .grid-cell .small-10, .grid-cell .meduim-10, .grid-cell .large-10, .grid-cell .grid-11, .grid-cell .small-11, .grid-cell .meduim-11, .grid-cell .large-11, .grid-cell .grid-12, .grid-cell .small-12, .grid-cell .meduim-12, .grid-cell .large-12 {
    display: block;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  /* line 468, ../sass/switch/mixins/_mixins.scss */
  .grid-cell .grid-content {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  /* line 472, ../sass/switch/mixins/_mixins.scss */
  .grid-cell.row {
    margin-left: -15px;
    margin-right: -15px;
  }
  /* line 475, ../sass/switch/mixins/_mixins.scss */
  .grid-cell.row:before, .grid-cell.row:after {
    display: none;
  }
  /* line 479, ../sass/switch/mixins/_mixins.scss */
  .grid-cell.border {
    border-right: none;
    border-bottom: 1px solid #dedede;
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  /* line 485, ../sass/switch/mixins/_mixins.scss */
  .grid-cell.border:last-child {
    border-right: none;
    border-bottom: none;
  }
}
/* line 259, ../sass/switch/mixins/_mixins.scss */
.gutter-small .grid-1, .gutter-small .small-1, .gutter-small .meduim-1, .gutter-small .large-1, .gutter-small .grid-2, .gutter-small .small-2, .gutter-small .meduim-2, .gutter-small .large-2, .gutter-small .grid-3, .gutter-small .small-3, .gutter-small .meduim-3, .gutter-small .large-3, .gutter-small .grid-4, .gutter-small .small-4, .gutter-small .meduim-4, .gutter-small .large-4, .gutter-small .grid-5, .gutter-small .small-5, .gutter-small .meduim-5, .gutter-small .large-5, .gutter-small .grid-6, .gutter-small .small-6, .gutter-small .meduim-6, .gutter-small .large-6, .gutter-small .grid-7, .gutter-small .small-7, .gutter-small .meduim-7, .gutter-small .large-7, .gutter-small .grid-8, .gutter-small .small-8, .gutter-small .meduim-8, .gutter-small .large-8, .gutter-small .grid-9, .gutter-small .small-9, .gutter-small .meduim-9, .gutter-small .large-9, .gutter-small .grid-10, .gutter-small .small-10, .gutter-small .meduim-10, .gutter-small .large-10, .gutter-small .grid-11, .gutter-small .small-11, .gutter-small .meduim-11, .gutter-small .large-11, .gutter-small .grid-12, .gutter-small .small-12, .gutter-small .meduim-12, .gutter-small .large-12 {
  padding-right: 5px;
  padding-left: 5px;
}
/* line 263, ../sass/switch/mixins/_mixins.scss */
.gutter-small.row {
  margin-left: -5px;
  margin-right: -5px;
}

/* line 269, ../sass/switch/mixins/_mixins.scss */
.gutter-medium .grid-1, .gutter-medium .small-1, .gutter-medium .meduim-1, .gutter-medium .large-1, .gutter-medium .grid-2, .gutter-medium .small-2, .gutter-medium .meduim-2, .gutter-medium .large-2, .gutter-medium .grid-3, .gutter-medium .small-3, .gutter-medium .meduim-3, .gutter-medium .large-3, .gutter-medium .grid-4, .gutter-medium .small-4, .gutter-medium .meduim-4, .gutter-medium .large-4, .gutter-medium .grid-5, .gutter-medium .small-5, .gutter-medium .meduim-5, .gutter-medium .large-5, .gutter-medium .grid-6, .gutter-medium .small-6, .gutter-medium .meduim-6, .gutter-medium .large-6, .gutter-medium .grid-7, .gutter-medium .small-7, .gutter-medium .meduim-7, .gutter-medium .large-7, .gutter-medium .grid-8, .gutter-medium .small-8, .gutter-medium .meduim-8, .gutter-medium .large-8, .gutter-medium .grid-9, .gutter-medium .small-9, .gutter-medium .meduim-9, .gutter-medium .large-9, .gutter-medium .grid-10, .gutter-medium .small-10, .gutter-medium .meduim-10, .gutter-medium .large-10, .gutter-medium .grid-11, .gutter-medium .small-11, .gutter-medium .meduim-11, .gutter-medium .large-11, .gutter-medium .grid-12, .gutter-medium .small-12, .gutter-medium .meduim-12, .gutter-medium .large-12 {
  padding-right: 10px;
  padding-left: 10px;
}
/* line 273, ../sass/switch/mixins/_mixins.scss */
.gutter-medium.row {
  margin-left: -10px;
  margin-right: -10px;
}

/* line 279, ../sass/switch/mixins/_mixins.scss */
.gutter-large .grid-1, .gutter-large .small-1, .gutter-large .meduim-1, .gutter-large .large-1, .gutter-large .grid-2, .gutter-large .small-2, .gutter-large .meduim-2, .gutter-large .large-2, .gutter-large .grid-3, .gutter-large .small-3, .gutter-large .meduim-3, .gutter-large .large-3, .gutter-large .grid-4, .gutter-large .small-4, .gutter-large .meduim-4, .gutter-large .large-4, .gutter-large .grid-5, .gutter-large .small-5, .gutter-large .meduim-5, .gutter-large .large-5, .gutter-large .grid-6, .gutter-large .small-6, .gutter-large .meduim-6, .gutter-large .large-6, .gutter-large .grid-7, .gutter-large .small-7, .gutter-large .meduim-7, .gutter-large .large-7, .gutter-large .grid-8, .gutter-large .small-8, .gutter-large .meduim-8, .gutter-large .large-8, .gutter-large .grid-9, .gutter-large .small-9, .gutter-large .meduim-9, .gutter-large .large-9, .gutter-large .grid-10, .gutter-large .small-10, .gutter-large .meduim-10, .gutter-large .large-10, .gutter-large .grid-11, .gutter-large .small-11, .gutter-large .meduim-11, .gutter-large .large-11, .gutter-large .grid-12, .gutter-large .small-12, .gutter-large .meduim-12, .gutter-large .large-12 {
  padding-right: 15px;
  padding-left: 15px;
}
/* line 283, ../sass/switch/mixins/_mixins.scss */
.gutter-large.row {
  margin-left: -15px;
  margin-right: -15px;
}

/* line 289, ../sass/switch/mixins/_mixins.scss */
.gutter-xlarge .grid-1, .gutter-xlarge .small-1, .gutter-xlarge .meduim-1, .gutter-xlarge .large-1, .gutter-xlarge .grid-2, .gutter-xlarge .small-2, .gutter-xlarge .meduim-2, .gutter-xlarge .large-2, .gutter-xlarge .grid-3, .gutter-xlarge .small-3, .gutter-xlarge .meduim-3, .gutter-xlarge .large-3, .gutter-xlarge .grid-4, .gutter-xlarge .small-4, .gutter-xlarge .meduim-4, .gutter-xlarge .large-4, .gutter-xlarge .grid-5, .gutter-xlarge .small-5, .gutter-xlarge .meduim-5, .gutter-xlarge .large-5, .gutter-xlarge .grid-6, .gutter-xlarge .small-6, .gutter-xlarge .meduim-6, .gutter-xlarge .large-6, .gutter-xlarge .grid-7, .gutter-xlarge .small-7, .gutter-xlarge .meduim-7, .gutter-xlarge .large-7, .gutter-xlarge .grid-8, .gutter-xlarge .small-8, .gutter-xlarge .meduim-8, .gutter-xlarge .large-8, .gutter-xlarge .grid-9, .gutter-xlarge .small-9, .gutter-xlarge .meduim-9, .gutter-xlarge .large-9, .gutter-xlarge .grid-10, .gutter-xlarge .small-10, .gutter-xlarge .meduim-10, .gutter-xlarge .large-10, .gutter-xlarge .grid-11, .gutter-xlarge .small-11, .gutter-xlarge .meduim-11, .gutter-xlarge .large-11, .gutter-xlarge .grid-12, .gutter-xlarge .small-12, .gutter-xlarge .meduim-12, .gutter-xlarge .large-12 {
  padding-right: 20px;
  padding-left: 20px;
}
/* line 293, ../sass/switch/mixins/_mixins.scss */
.gutter-xlarge.row {
  margin-left: -20px;
  margin-right: -20px;
}

@media (max-width: 767px) {
  /* line 300, ../sass/switch/mixins/_mixins.scss */
  .gutter-small .grid-1, .gutter-small .small-1, .gutter-small .meduim-1, .gutter-small .large-1, .gutter-small .grid-2, .gutter-small .small-2, .gutter-small .meduim-2, .gutter-small .large-2, .gutter-small .grid-3, .gutter-small .small-3, .gutter-small .meduim-3, .gutter-small .large-3, .gutter-small .grid-4, .gutter-small .small-4, .gutter-small .meduim-4, .gutter-small .large-4, .gutter-small .grid-5, .gutter-small .small-5, .gutter-small .meduim-5, .gutter-small .large-5, .gutter-small .grid-6, .gutter-small .small-6, .gutter-small .meduim-6, .gutter-small .large-6, .gutter-small .grid-7, .gutter-small .small-7, .gutter-small .meduim-7, .gutter-small .large-7, .gutter-small .grid-8, .gutter-small .small-8, .gutter-small .meduim-8, .gutter-small .large-8, .gutter-small .grid-9, .gutter-small .small-9, .gutter-small .meduim-9, .gutter-small .large-9, .gutter-small .grid-10, .gutter-small .small-10, .gutter-small .meduim-10, .gutter-small .large-10, .gutter-small .grid-11, .gutter-small .small-11, .gutter-small .meduim-11, .gutter-small .large-11, .gutter-small .grid-12, .gutter-small .small-12, .gutter-small .meduim-12, .gutter-small .large-12, .gutter-medium .grid-1, .gutter-medium .small-1, .gutter-medium .meduim-1, .gutter-medium .large-1, .gutter-medium .grid-2, .gutter-medium .small-2, .gutter-medium .meduim-2, .gutter-medium .large-2, .gutter-medium .grid-3, .gutter-medium .small-3, .gutter-medium .meduim-3, .gutter-medium .large-3, .gutter-medium .grid-4, .gutter-medium .small-4, .gutter-medium .meduim-4, .gutter-medium .large-4, .gutter-medium .grid-5, .gutter-medium .small-5, .gutter-medium .meduim-5, .gutter-medium .large-5, .gutter-medium .grid-6, .gutter-medium .small-6, .gutter-medium .meduim-6, .gutter-medium .large-6, .gutter-medium .grid-7, .gutter-medium .small-7, .gutter-medium .meduim-7, .gutter-medium .large-7, .gutter-medium .grid-8, .gutter-medium .small-8, .gutter-medium .meduim-8, .gutter-medium .large-8, .gutter-medium .grid-9, .gutter-medium .small-9, .gutter-medium .meduim-9, .gutter-medium .large-9, .gutter-medium .grid-10, .gutter-medium .small-10, .gutter-medium .meduim-10, .gutter-medium .large-10, .gutter-medium .grid-11, .gutter-medium .small-11, .gutter-medium .meduim-11, .gutter-medium .large-11, .gutter-medium .grid-12, .gutter-medium .small-12, .gutter-medium .meduim-12, .gutter-medium .large-12, .gutter-large .grid-1, .gutter-large .small-1, .gutter-large .meduim-1, .gutter-large .large-1, .gutter-large .grid-2, .gutter-large .small-2, .gutter-large .meduim-2, .gutter-large .large-2, .gutter-large .grid-3, .gutter-large .small-3, .gutter-large .meduim-3, .gutter-large .large-3, .gutter-large .grid-4, .gutter-large .small-4, .gutter-large .meduim-4, .gutter-large .large-4, .gutter-large .grid-5, .gutter-large .small-5, .gutter-large .meduim-5, .gutter-large .large-5, .gutter-large .grid-6, .gutter-large .small-6, .gutter-large .meduim-6, .gutter-large .large-6, .gutter-large .grid-7, .gutter-large .small-7, .gutter-large .meduim-7, .gutter-large .large-7, .gutter-large .grid-8, .gutter-large .small-8, .gutter-large .meduim-8, .gutter-large .large-8, .gutter-large .grid-9, .gutter-large .small-9, .gutter-large .meduim-9, .gutter-large .large-9, .gutter-large .grid-10, .gutter-large .small-10, .gutter-large .meduim-10, .gutter-large .large-10, .gutter-large .grid-11, .gutter-large .small-11, .gutter-large .meduim-11, .gutter-large .large-11, .gutter-large .grid-12, .gutter-large .small-12, .gutter-large .meduim-12, .gutter-large .large-12, .gutter-xlarge .grid-1, .gutter-xlarge .small-1, .gutter-xlarge .meduim-1, .gutter-xlarge .large-1, .gutter-xlarge .grid-2, .gutter-xlarge .small-2, .gutter-xlarge .meduim-2, .gutter-xlarge .large-2, .gutter-xlarge .grid-3, .gutter-xlarge .small-3, .gutter-xlarge .meduim-3, .gutter-xlarge .large-3, .gutter-xlarge .grid-4, .gutter-xlarge .small-4, .gutter-xlarge .meduim-4, .gutter-xlarge .large-4, .gutter-xlarge .grid-5, .gutter-xlarge .small-5, .gutter-xlarge .meduim-5, .gutter-xlarge .large-5, .gutter-xlarge .grid-6, .gutter-xlarge .small-6, .gutter-xlarge .meduim-6, .gutter-xlarge .large-6, .gutter-xlarge .grid-7, .gutter-xlarge .small-7, .gutter-xlarge .meduim-7, .gutter-xlarge .large-7, .gutter-xlarge .grid-8, .gutter-xlarge .small-8, .gutter-xlarge .meduim-8, .gutter-xlarge .large-8, .gutter-xlarge .grid-9, .gutter-xlarge .small-9, .gutter-xlarge .meduim-9, .gutter-xlarge .large-9, .gutter-xlarge .grid-10, .gutter-xlarge .small-10, .gutter-xlarge .meduim-10, .gutter-xlarge .large-10, .gutter-xlarge .grid-11, .gutter-xlarge .small-11, .gutter-xlarge .meduim-11, .gutter-xlarge .large-11, .gutter-xlarge .grid-12, .gutter-xlarge .small-12, .gutter-xlarge .meduim-12, .gutter-xlarge .large-12 {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 304, ../sass/switch/mixins/_mixins.scss */
  .gutter-small.row, .gutter-medium.row, .gutter-large.row, .gutter-xlarge.row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  /* line 155, ../sass/switch/mixins/_mixins.scss */
  .grid, .grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10, .grid-11 {
    float: left;
  }

  /* line 170, ../sass/switch/mixins/_mixins.scss */
  .grid-1 {
    width: 8.33333%;
  }

  /* line 170, ../sass/switch/mixins/_mixins.scss */
  .grid-2 {
    width: 16.66667%;
  }

  /* line 170, ../sass/switch/mixins/_mixins.scss */
  .grid-3 {
    width: 25%;
  }

  /* line 170, ../sass/switch/mixins/_mixins.scss */
  .grid-4 {
    width: 33.33333%;
  }

  /* line 170, ../sass/switch/mixins/_mixins.scss */
  .grid-5 {
    width: 41.66667%;
  }

  /* line 170, ../sass/switch/mixins/_mixins.scss */
  .grid-6 {
    width: 50%;
  }

  /* line 170, ../sass/switch/mixins/_mixins.scss */
  .grid-7 {
    width: 58.33333%;
  }

  /* line 170, ../sass/switch/mixins/_mixins.scss */
  .grid-8 {
    width: 66.66667%;
  }

  /* line 170, ../sass/switch/mixins/_mixins.scss */
  .grid-9 {
    width: 75%;
  }

  /* line 170, ../sass/switch/mixins/_mixins.scss */
  .grid-10 {
    width: 83.33333%;
  }

  /* line 170, ../sass/switch/mixins/_mixins.scss */
  .grid-11 {
    width: 91.66667%;
  }

  /* line 170, ../sass/switch/mixins/_mixins.scss */
  .grid-12 {
    width: 100%;
  }

  /* line 182, ../sass/switch/mixins/_mixins.scss */
  .offset-0 {
    margin-left: 0%;
  }

  /* line 182, ../sass/switch/mixins/_mixins.scss */
  .offset-1 {
    margin-left: 8.33333%;
  }

  /* line 182, ../sass/switch/mixins/_mixins.scss */
  .offset-2 {
    margin-left: 16.66667%;
  }

  /* line 182, ../sass/switch/mixins/_mixins.scss */
  .offset-3 {
    margin-left: 25%;
  }

  /* line 182, ../sass/switch/mixins/_mixins.scss */
  .offset-4 {
    margin-left: 33.33333%;
  }

  /* line 182, ../sass/switch/mixins/_mixins.scss */
  .offset-5 {
    margin-left: 41.66667%;
  }

  /* line 182, ../sass/switch/mixins/_mixins.scss */
  .offset-6 {
    margin-left: 50%;
  }

  /* line 182, ../sass/switch/mixins/_mixins.scss */
  .offset-7 {
    margin-left: 58.33333%;
  }

  /* line 182, ../sass/switch/mixins/_mixins.scss */
  .offset-8 {
    margin-left: 66.66667%;
  }

  /* line 182, ../sass/switch/mixins/_mixins.scss */
  .offset-9 {
    margin-left: 75%;
  }

  /* line 182, ../sass/switch/mixins/_mixins.scss */
  .offset-10 {
    margin-left: 83.33333%;
  }

  /* line 182, ../sass/switch/mixins/_mixins.scss */
  .offset-11 {
    margin-left: 91.66667%;
  }

  /* line 221, ../sass/switch/mixins/_mixins.scss */
  .row.grid-1 .grid {
    width: 100%;
  }

  /* line 221, ../sass/switch/mixins/_mixins.scss */
  .row.grid-2 .grid {
    width: 50%;
  }

  /* line 221, ../sass/switch/mixins/_mixins.scss */
  .row.grid-3 .grid {
    width: 33.33333%;
  }

  /* line 221, ../sass/switch/mixins/_mixins.scss */
  .row.grid-4 .grid {
    width: 25%;
  }

  /* line 221, ../sass/switch/mixins/_mixins.scss */
  .row.grid-5 .grid {
    width: 20%;
  }

  /* line 221, ../sass/switch/mixins/_mixins.scss */
  .row.grid-6 .grid {
    width: 16.66667%;
  }

  /* line 221, ../sass/switch/mixins/_mixins.scss */
  .row.grid-7 .grid {
    width: 14.28571%;
  }

  /* line 221, ../sass/switch/mixins/_mixins.scss */
  .row.grid-8 .grid {
    width: 12.5%;
  }

  /* line 221, ../sass/switch/mixins/_mixins.scss */
  .row.grid-9 .grid {
    width: 11.11111%;
  }

  /* line 221, ../sass/switch/mixins/_mixins.scss */
  .row.grid-10 .grid {
    width: 10%;
  }

  /* line 221, ../sass/switch/mixins/_mixins.scss */
  .row.grid-11 .grid {
    width: 9.09091%;
  }

  /* line 221, ../sass/switch/mixins/_mixins.scss */
  .row.grid-12 .grid {
    width: 8.33333%;
  }

  /* line 240, ../sass/switch/mixins/_mixins.scss */
  .row.grid-1, .row.grid-2, .row.grid-3, .row.grid-4, .row.grid-5, .row.grid-6, .row.grid-7, .row.grid-8, .row.grid-9, .row.grid-10, .row.grid-11, .row.grid-12 {
    width: auto;
    float: none;
    padding: 0;
  }
  /* line 244, ../sass/switch/mixins/_mixins.scss */
  .row.grid-1 .grid, .row.grid-2 .grid, .row.grid-3 .grid, .row.grid-4 .grid, .row.grid-5 .grid, .row.grid-6 .grid, .row.grid-7 .grid, .row.grid-8 .grid, .row.grid-9 .grid, .row.grid-10 .grid, .row.grid-11 .grid, .row.grid-12 .grid {
    float: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 159, ../sass/switch/mixins/_mixins.scss */
  .medium-1, .medium-2, .medium-3, .medium-4, .medium-5, .medium-6, .medium-7, .medium-8, .medium-9, .medium-10, .medium-11 {
    float: left;
  }

  /* line 170, ../sass/switch/mixins/_mixins.scss */
  .medium-1 {
    width: 8.33333%;
  }

  /* line 170, ../sass/switch/mixins/_mixins.scss */
  .medium-2 {
    width: 16.66667%;
  }

  /* line 170, ../sass/switch/mixins/_mixins.scss */
  .medium-3 {
    width: 25%;
  }

  /* line 170, ../sass/switch/mixins/_mixins.scss */
  .medium-4 {
    width: 33.33333%;
  }

  /* line 170, ../sass/switch/mixins/_mixins.scss */
  .medium-5 {
    width: 41.66667%;
  }

  /* line 170, ../sass/switch/mixins/_mixins.scss */
  .medium-6 {
    width: 50%;
  }

  /* line 170, ../sass/switch/mixins/_mixins.scss */
  .medium-7 {
    width: 58.33333%;
  }

  /* line 170, ../sass/switch/mixins/_mixins.scss */
  .medium-8 {
    width: 66.66667%;
  }

  /* line 170, ../sass/switch/mixins/_mixins.scss */
  .medium-9 {
    width: 75%;
  }

  /* line 170, ../sass/switch/mixins/_mixins.scss */
  .medium-10 {
    width: 83.33333%;
  }

  /* line 170, ../sass/switch/mixins/_mixins.scss */
  .medium-11 {
    width: 91.66667%;
  }

  /* line 170, ../sass/switch/mixins/_mixins.scss */
  .medium-12 {
    width: 100%;
  }

  /* line 186, ../sass/switch/mixins/_mixins.scss */
  .medium-offset-0 {
    margin-left: 0%;
  }

  /* line 186, ../sass/switch/mixins/_mixins.scss */
  .medium-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 186, ../sass/switch/mixins/_mixins.scss */
  .medium-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 186, ../sass/switch/mixins/_mixins.scss */
  .medium-offset-3 {
    margin-left: 25%;
  }

  /* line 186, ../sass/switch/mixins/_mixins.scss */
  .medium-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 186, ../sass/switch/mixins/_mixins.scss */
  .medium-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 186, ../sass/switch/mixins/_mixins.scss */
  .medium-offset-6 {
    margin-left: 50%;
  }

  /* line 186, ../sass/switch/mixins/_mixins.scss */
  .medium-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 186, ../sass/switch/mixins/_mixins.scss */
  .medium-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 186, ../sass/switch/mixins/_mixins.scss */
  .medium-offset-9 {
    margin-left: 75%;
  }

  /* line 186, ../sass/switch/mixins/_mixins.scss */
  .medium-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 186, ../sass/switch/mixins/_mixins.scss */
  .medium-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 221, ../sass/switch/mixins/_mixins.scss */
  .row.medium-1 .grid {
    width: 100%;
  }

  /* line 221, ../sass/switch/mixins/_mixins.scss */
  .row.medium-2 .grid {
    width: 50%;
  }

  /* line 231, ../sass/switch/mixins/_mixins.scss */
  .row.medium-2 .grid:nth-child(2n + 1) {
    clear: left;
  }

  /* line 221, ../sass/switch/mixins/_mixins.scss */
  .row.medium-3 .grid {
    width: 33.33333%;
  }

  /* line 231, ../sass/switch/mixins/_mixins.scss */
  .row.medium-3 .grid:nth-child(3n + 1) {
    clear: left;
  }

  /* line 221, ../sass/switch/mixins/_mixins.scss */
  .row.medium-4 .grid {
    width: 25%;
  }

  /* line 231, ../sass/switch/mixins/_mixins.scss */
  .row.medium-4 .grid:nth-child(4n + 1) {
    clear: left;
  }

  /* line 221, ../sass/switch/mixins/_mixins.scss */
  .row.medium-5 .grid {
    width: 20%;
  }

  /* line 231, ../sass/switch/mixins/_mixins.scss */
  .row.medium-5 .grid:nth-child(5n + 1) {
    clear: left;
  }

  /* line 221, ../sass/switch/mixins/_mixins.scss */
  .row.medium-6 .grid {
    width: 16.66667%;
  }

  /* line 231, ../sass/switch/mixins/_mixins.scss */
  .row.medium-6 .grid:nth-child(6n + 1) {
    clear: left;
  }

  /* line 221, ../sass/switch/mixins/_mixins.scss */
  .row.medium-7 .grid {
    width: 14.28571%;
  }

  /* line 231, ../sass/switch/mixins/_mixins.scss */
  .row.medium-7 .grid:nth-child(7n + 1) {
    clear: left;
  }

  /* line 221, ../sass/switch/mixins/_mixins.scss */
  .row.medium-8 .grid {
    width: 12.5%;
  }

  /* line 231, ../sass/switch/mixins/_mixins.scss */
  .row.medium-8 .grid:nth-child(8n + 1) {
    clear: left;
  }

  /* line 221, ../sass/switch/mixins/_mixins.scss */
  .row.medium-9 .grid {
    width: 11.11111%;
  }

  /* line 231, ../sass/switch/mixins/_mixins.scss */
  .row.medium-9 .grid:nth-child(9n + 1) {
    clear: left;
  }

  /* line 221, ../sass/switch/mixins/_mixins.scss */
  .row.medium-10 .grid {
    width: 10%;
  }

  /* line 231, ../sass/switch/mixins/_mixins.scss */
  .row.medium-10 .grid:nth-child(10n + 1) {
    clear: left;
  }

  /* line 221, ../sass/switch/mixins/_mixins.scss */
  .row.medium-11 .grid {
    width: 9.09091%;
  }

  /* line 231, ../sass/switch/mixins/_mixins.scss */
  .row.medium-11 .grid:nth-child(11n + 1) {
    clear: left;
  }

  /* line 221, ../sass/switch/mixins/_mixins.scss */
  .row.medium-12 .grid {
    width: 8.33333%;
  }

  /* line 231, ../sass/switch/mixins/_mixins.scss */
  .row.medium-12 .grid:nth-child(12n + 1) {
    clear: left;
  }

  /* line 240, ../sass/switch/mixins/_mixins.scss */
  .row.medium-1, .row.medium-2, .row.medium-3, .row.medium-4, .row.medium-5, .row.medium-6, .row.medium-7, .row.medium-8, .row.medium-9, .row.medium-10, .row.medium-11, .row.medium-12 {
    width: auto;
    float: none;
    padding: 0;
  }
  /* line 244, ../sass/switch/mixins/_mixins.scss */
  .row.medium-1 .grid, .row.medium-2 .grid, .row.medium-3 .grid, .row.medium-4 .grid, .row.medium-5 .grid, .row.medium-6 .grid, .row.medium-7 .grid, .row.medium-8 .grid, .row.medium-9 .grid, .row.medium-10 .grid, .row.medium-11 .grid, .row.medium-12 .grid {
    float: left;
  }
}
@media (min-width: 1200px) {
  /* line 159, ../sass/switch/mixins/_mixins.scss */
  .large-1, .large-2, .large-3, .large-4, .large-5, .large-6, .large-7, .large-8, .large-9, .large-10, .large-11 {
    float: left;
  }

  /* line 170, ../sass/switch/mixins/_mixins.scss */
  .large-1 {
    width: 8.33333%;
  }

  /* line 170, ../sass/switch/mixins/_mixins.scss */
  .large-2 {
    width: 16.66667%;
  }

  /* line 170, ../sass/switch/mixins/_mixins.scss */
  .large-3 {
    width: 25%;
  }

  /* line 170, ../sass/switch/mixins/_mixins.scss */
  .large-4 {
    width: 33.33333%;
  }

  /* line 170, ../sass/switch/mixins/_mixins.scss */
  .large-5 {
    width: 41.66667%;
  }

  /* line 170, ../sass/switch/mixins/_mixins.scss */
  .large-6 {
    width: 50%;
  }

  /* line 170, ../sass/switch/mixins/_mixins.scss */
  .large-7 {
    width: 58.33333%;
  }

  /* line 170, ../sass/switch/mixins/_mixins.scss */
  .large-8 {
    width: 66.66667%;
  }

  /* line 170, ../sass/switch/mixins/_mixins.scss */
  .large-9 {
    width: 75%;
  }

  /* line 170, ../sass/switch/mixins/_mixins.scss */
  .large-10 {
    width: 83.33333%;
  }

  /* line 170, ../sass/switch/mixins/_mixins.scss */
  .large-11 {
    width: 91.66667%;
  }

  /* line 170, ../sass/switch/mixins/_mixins.scss */
  .large-12 {
    width: 100%;
  }

  /* line 186, ../sass/switch/mixins/_mixins.scss */
  .large-offset-0 {
    margin-left: 0%;
  }

  /* line 186, ../sass/switch/mixins/_mixins.scss */
  .large-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 186, ../sass/switch/mixins/_mixins.scss */
  .large-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 186, ../sass/switch/mixins/_mixins.scss */
  .large-offset-3 {
    margin-left: 25%;
  }

  /* line 186, ../sass/switch/mixins/_mixins.scss */
  .large-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 186, ../sass/switch/mixins/_mixins.scss */
  .large-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 186, ../sass/switch/mixins/_mixins.scss */
  .large-offset-6 {
    margin-left: 50%;
  }

  /* line 186, ../sass/switch/mixins/_mixins.scss */
  .large-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 186, ../sass/switch/mixins/_mixins.scss */
  .large-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 186, ../sass/switch/mixins/_mixins.scss */
  .large-offset-9 {
    margin-left: 75%;
  }

  /* line 186, ../sass/switch/mixins/_mixins.scss */
  .large-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 186, ../sass/switch/mixins/_mixins.scss */
  .large-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 221, ../sass/switch/mixins/_mixins.scss */
  .row.large-1 .grid {
    width: 100%;
  }

  /* line 221, ../sass/switch/mixins/_mixins.scss */
  .row.large-2 .grid {
    width: 50%;
  }

  /* line 231, ../sass/switch/mixins/_mixins.scss */
  .row.large-2 .grid:nth-child(2n + 1) {
    clear: left;
  }

  /* line 221, ../sass/switch/mixins/_mixins.scss */
  .row.large-3 .grid {
    width: 33.33333%;
  }

  /* line 231, ../sass/switch/mixins/_mixins.scss */
  .row.large-3 .grid:nth-child(3n + 1) {
    clear: left;
  }

  /* line 221, ../sass/switch/mixins/_mixins.scss */
  .row.large-4 .grid {
    width: 25%;
  }

  /* line 231, ../sass/switch/mixins/_mixins.scss */
  .row.large-4 .grid:nth-child(4n + 1) {
    clear: left;
  }

  /* line 221, ../sass/switch/mixins/_mixins.scss */
  .row.large-5 .grid {
    width: 20%;
  }

  /* line 231, ../sass/switch/mixins/_mixins.scss */
  .row.large-5 .grid:nth-child(5n + 1) {
    clear: left;
  }

  /* line 221, ../sass/switch/mixins/_mixins.scss */
  .row.large-6 .grid {
    width: 16.66667%;
  }

  /* line 231, ../sass/switch/mixins/_mixins.scss */
  .row.large-6 .grid:nth-child(6n + 1) {
    clear: left;
  }

  /* line 221, ../sass/switch/mixins/_mixins.scss */
  .row.large-7 .grid {
    width: 14.28571%;
  }

  /* line 231, ../sass/switch/mixins/_mixins.scss */
  .row.large-7 .grid:nth-child(7n + 1) {
    clear: left;
  }

  /* line 221, ../sass/switch/mixins/_mixins.scss */
  .row.large-8 .grid {
    width: 12.5%;
  }

  /* line 231, ../sass/switch/mixins/_mixins.scss */
  .row.large-8 .grid:nth-child(8n + 1) {
    clear: left;
  }

  /* line 221, ../sass/switch/mixins/_mixins.scss */
  .row.large-9 .grid {
    width: 11.11111%;
  }

  /* line 231, ../sass/switch/mixins/_mixins.scss */
  .row.large-9 .grid:nth-child(9n + 1) {
    clear: left;
  }

  /* line 221, ../sass/switch/mixins/_mixins.scss */
  .row.large-10 .grid {
    width: 10%;
  }

  /* line 231, ../sass/switch/mixins/_mixins.scss */
  .row.large-10 .grid:nth-child(10n + 1) {
    clear: left;
  }

  /* line 221, ../sass/switch/mixins/_mixins.scss */
  .row.large-11 .grid {
    width: 9.09091%;
  }

  /* line 231, ../sass/switch/mixins/_mixins.scss */
  .row.large-11 .grid:nth-child(11n + 1) {
    clear: left;
  }

  /* line 221, ../sass/switch/mixins/_mixins.scss */
  .row.large-12 .grid {
    width: 8.33333%;
  }

  /* line 231, ../sass/switch/mixins/_mixins.scss */
  .row.large-12 .grid:nth-child(12n + 1) {
    clear: left;
  }

  /* line 240, ../sass/switch/mixins/_mixins.scss */
  .row.large-1, .row.large-2, .row.large-3, .row.large-4, .row.large-5, .row.large-6, .row.large-7, .row.large-8, .row.large-9, .row.large-10, .row.large-11, .row.large-12 {
    width: auto;
    float: none;
    padding: 0;
  }
  /* line 244, ../sass/switch/mixins/_mixins.scss */
  .row.large-1 .grid, .row.large-2 .grid, .row.large-3 .grid, .row.large-4 .grid, .row.large-5 .grid, .row.large-6 .grid, .row.large-7 .grid, .row.large-8 .grid, .row.large-9 .grid, .row.large-10 .grid, .row.large-11 .grid, .row.large-12 .grid {
    float: left;
  }
}
@media (max-width: 767px) {
  /* line 86, ../sass/switch/base/_grid.scss */
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* line 90, ../sass/switch/base/_grid.scss */
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }

  /* line 159, ../sass/switch/mixins/_mixins.scss */
  .small-1, .small-2, .small-3, .small-4, .small-5, .small-6, .small-7, .small-8, .small-9, .small-10, .small-11 {
    float: left;
  }

  /* line 170, ../sass/switch/mixins/_mixins.scss */
  .small-1 {
    width: 8.33333%;
  }

  /* line 170, ../sass/switch/mixins/_mixins.scss */
  .small-2 {
    width: 16.66667%;
  }

  /* line 170, ../sass/switch/mixins/_mixins.scss */
  .small-3 {
    width: 25%;
  }

  /* line 170, ../sass/switch/mixins/_mixins.scss */
  .small-4 {
    width: 33.33333%;
  }

  /* line 170, ../sass/switch/mixins/_mixins.scss */
  .small-5 {
    width: 41.66667%;
  }

  /* line 170, ../sass/switch/mixins/_mixins.scss */
  .small-6 {
    width: 50%;
  }

  /* line 170, ../sass/switch/mixins/_mixins.scss */
  .small-7 {
    width: 58.33333%;
  }

  /* line 170, ../sass/switch/mixins/_mixins.scss */
  .small-8 {
    width: 66.66667%;
  }

  /* line 170, ../sass/switch/mixins/_mixins.scss */
  .small-9 {
    width: 75%;
  }

  /* line 170, ../sass/switch/mixins/_mixins.scss */
  .small-10 {
    width: 83.33333%;
  }

  /* line 170, ../sass/switch/mixins/_mixins.scss */
  .small-11 {
    width: 91.66667%;
  }

  /* line 170, ../sass/switch/mixins/_mixins.scss */
  .small-12 {
    width: 100%;
  }

  /* line 186, ../sass/switch/mixins/_mixins.scss */
  .small-offset-0 {
    margin-left: 0%;
  }

  /* line 186, ../sass/switch/mixins/_mixins.scss */
  .small-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 186, ../sass/switch/mixins/_mixins.scss */
  .small-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 186, ../sass/switch/mixins/_mixins.scss */
  .small-offset-3 {
    margin-left: 25%;
  }

  /* line 186, ../sass/switch/mixins/_mixins.scss */
  .small-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 186, ../sass/switch/mixins/_mixins.scss */
  .small-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 186, ../sass/switch/mixins/_mixins.scss */
  .small-offset-6 {
    margin-left: 50%;
  }

  /* line 186, ../sass/switch/mixins/_mixins.scss */
  .small-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 186, ../sass/switch/mixins/_mixins.scss */
  .small-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 186, ../sass/switch/mixins/_mixins.scss */
  .small-offset-9 {
    margin-left: 75%;
  }

  /* line 186, ../sass/switch/mixins/_mixins.scss */
  .small-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 186, ../sass/switch/mixins/_mixins.scss */
  .small-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 221, ../sass/switch/mixins/_mixins.scss */
  .row.small-1 .grid {
    width: 100%;
  }

  /* line 221, ../sass/switch/mixins/_mixins.scss */
  .row.small-2 .grid {
    width: 50%;
  }

  /* line 231, ../sass/switch/mixins/_mixins.scss */
  .row.small-2 .grid:nth-child(2n + 1) {
    clear: left;
  }

  /* line 221, ../sass/switch/mixins/_mixins.scss */
  .row.small-3 .grid {
    width: 33.33333%;
  }

  /* line 231, ../sass/switch/mixins/_mixins.scss */
  .row.small-3 .grid:nth-child(3n + 1) {
    clear: left;
  }

  /* line 221, ../sass/switch/mixins/_mixins.scss */
  .row.small-4 .grid {
    width: 25%;
  }

  /* line 231, ../sass/switch/mixins/_mixins.scss */
  .row.small-4 .grid:nth-child(4n + 1) {
    clear: left;
  }

  /* line 221, ../sass/switch/mixins/_mixins.scss */
  .row.small-5 .grid {
    width: 20%;
  }

  /* line 231, ../sass/switch/mixins/_mixins.scss */
  .row.small-5 .grid:nth-child(5n + 1) {
    clear: left;
  }

  /* line 221, ../sass/switch/mixins/_mixins.scss */
  .row.small-6 .grid {
    width: 16.66667%;
  }

  /* line 231, ../sass/switch/mixins/_mixins.scss */
  .row.small-6 .grid:nth-child(6n + 1) {
    clear: left;
  }

  /* line 221, ../sass/switch/mixins/_mixins.scss */
  .row.small-7 .grid {
    width: 14.28571%;
  }

  /* line 231, ../sass/switch/mixins/_mixins.scss */
  .row.small-7 .grid:nth-child(7n + 1) {
    clear: left;
  }

  /* line 221, ../sass/switch/mixins/_mixins.scss */
  .row.small-8 .grid {
    width: 12.5%;
  }

  /* line 231, ../sass/switch/mixins/_mixins.scss */
  .row.small-8 .grid:nth-child(8n + 1) {
    clear: left;
  }

  /* line 221, ../sass/switch/mixins/_mixins.scss */
  .row.small-9 .grid {
    width: 11.11111%;
  }

  /* line 231, ../sass/switch/mixins/_mixins.scss */
  .row.small-9 .grid:nth-child(9n + 1) {
    clear: left;
  }

  /* line 221, ../sass/switch/mixins/_mixins.scss */
  .row.small-10 .grid {
    width: 10%;
  }

  /* line 231, ../sass/switch/mixins/_mixins.scss */
  .row.small-10 .grid:nth-child(10n + 1) {
    clear: left;
  }

  /* line 221, ../sass/switch/mixins/_mixins.scss */
  .row.small-11 .grid {
    width: 9.09091%;
  }

  /* line 231, ../sass/switch/mixins/_mixins.scss */
  .row.small-11 .grid:nth-child(11n + 1) {
    clear: left;
  }

  /* line 221, ../sass/switch/mixins/_mixins.scss */
  .row.small-12 .grid {
    width: 8.33333%;
  }

  /* line 231, ../sass/switch/mixins/_mixins.scss */
  .row.small-12 .grid:nth-child(12n + 1) {
    clear: left;
  }

  /* line 240, ../sass/switch/mixins/_mixins.scss */
  .row.small-1, .row.small-2, .row.small-3, .row.small-4, .row.small-5, .row.small-6, .row.small-7, .row.small-8, .row.small-9, .row.small-10, .row.small-11, .row.small-12 {
    width: auto;
    float: none;
    padding: 0;
  }
  /* line 244, ../sass/switch/mixins/_mixins.scss */
  .row.small-1 .grid, .row.small-2 .grid, .row.small-3 .grid, .row.small-4 .grid, .row.small-5 .grid, .row.small-6 .grid, .row.small-7 .grid, .row.small-8 .grid, .row.small-9 .grid, .row.small-10 .grid, .row.small-11 .grid, .row.small-12 .grid {
    float: left;
  }

  /* line 515, ../sass/switch/mixins/_mixins.scss */
  .grid, .grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10, .grid-11, .grid-12 {
    margin-bottom: 10px;
  }

  /* line 518, ../sass/switch/mixins/_mixins.scss */
  .row.grid-1, .row.grid-2, .row.grid-3, .row.grid-4, .row.grid-5, .row.grid-6, .row.grid-7, .row.grid-8, .row.grid-9, .row.grid-10, .row.grid-11, .row.grid-12 {
    float: none;
    display: block;
    width: auto;
  }
}
/* line 7, ../sass/switch/base/_colors.scss */
.color-default {
  color: #555555 !important;
}
/* line 9, ../sass/switch/base/_colors.scss */
.color-default a {
  color: #555555 !important;
}
/* line 12, ../sass/switch/base/_colors.scss */
.color-default h1, .color-default h2, .color-default h3, .color-default h4, .color-default h5, .color-default h6 {
  color: #555555;
}

/* line 16, ../sass/switch/base/_colors.scss */
.bg-default, .icon-circular.default, .bar.default, .panel.default .panel-top, .panel.default .panel-bottom {
  background-color: #555555 !important;
  color: white !important;
  border-color: #3b3b3b !important;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
/* line 23, ../sass/switch/base/_colors.scss */
.bg-default a, .icon-circular.default a, .bar.default a, .panel.default .panel-top a, .panel.default .panel-bottom a {
  color: white !important;
}
/* line 26, ../sass/switch/base/_colors.scss */
.bg-default h1, .icon-circular.default h1, .bar.default h1, .panel.default .panel-top h1, .panel.default .panel-bottom h1, .bg-default h2, .icon-circular.default h2, .bar.default h2, .panel.default .panel-top h2, .panel.default .panel-bottom h2, .bg-default h3, .icon-circular.default h3, .bar.default h3, .panel.default .panel-top h3, .panel.default .panel-bottom h3, .bg-default h4, .icon-circular.default h4, .bar.default h4, .panel.default .panel-top h4, .panel.default .panel-bottom h4, .bg-default h5, .icon-circular.default h5, .bar.default h5, .panel.default .panel-top h5, .panel.default .panel-bottom h5, .bg-default h6, .icon-circular.default h6, .bar.default h6, .panel.default .panel-top h6, .panel.default .panel-bottom h6 {
  color: white;
}

/* line 31, ../sass/switch/base/_colors.scss */
a.bg-default:hover, a.icon-circular.default:hover, a.bar.default:hover, .panel.default a.panel-top:hover, .panel.default a.panel-bottom:hover {
  background-color: #2f2f2f !important;
  color: white !important;
  border-color: #151515 !important;
}

/* line 40, ../sass/switch/base/_colors.scss */
.color-primary {
  color: #68594e !important;
}
/* line 42, ../sass/switch/base/_colors.scss */
.color-primary a {
  color: #68594e !important;
}
/* line 45, ../sass/switch/base/_colors.scss */
.color-primary h1, .color-primary h2, .color-primary h3, .color-primary h4, .color-primary h5, .color-primary h6 {
  color: #68594e;
}

/* line 49, ../sass/switch/base/_colors.scss */
.bg-primary, .icon-circular.primary, .bar.primary, .panel.primary .panel-top, .panel.primary .panel-bottom {
  background-color: #68594e !important;
  color: white !important;
  border-color: #4b4038 !important;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
/* line 56, ../sass/switch/base/_colors.scss */
.bg-primary a, .icon-circular.primary a, .bar.primary a, .panel.primary .panel-top a, .panel.primary .panel-bottom a {
  color: white !important;
}
/* line 59, ../sass/switch/base/_colors.scss */
.bg-primary h1, .icon-circular.primary h1, .bar.primary h1, .panel.primary .panel-top h1, .panel.primary .panel-bottom h1, .bg-primary h2, .icon-circular.primary h2, .bar.primary h2, .panel.primary .panel-top h2, .panel.primary .panel-bottom h2, .bg-primary h3, .icon-circular.primary h3, .bar.primary h3, .panel.primary .panel-top h3, .panel.primary .panel-bottom h3, .bg-primary h4, .icon-circular.primary h4, .bar.primary h4, .panel.primary .panel-top h4, .panel.primary .panel-bottom h4, .bg-primary h5, .icon-circular.primary h5, .bar.primary h5, .panel.primary .panel-top h5, .panel.primary .panel-bottom h5, .bg-primary h6, .icon-circular.primary h6, .bar.primary h6, .panel.primary .panel-top h6, .panel.primary .panel-bottom h6 {
  color: white;
}

/* line 64, ../sass/switch/base/_colors.scss */
a.bg-primary:hover, a.icon-circular.primary:hover, a.bar.primary:hover, .panel.primary a.panel-top:hover, .panel.primary a.panel-bottom:hover {
  background-color: #3c342d !important;
  color: white !important;
  border-color: #1f1b17 !important;
}

/* line 73, ../sass/switch/base/_colors.scss */
.color-secondary {
  color: #606060 !important;
}
/* line 75, ../sass/switch/base/_colors.scss */
.color-secondary a {
  color: #606060 !important;
}
/* line 78, ../sass/switch/base/_colors.scss */
.color-secondary h1, .color-secondary h2, .color-secondary h3, .color-secondary h4, .color-secondary h5, .color-secondary h6 {
  color: #606060;
}

/* line 82, ../sass/switch/base/_colors.scss */
.bg-secondary, .icon-circular.secondary, .bar.secondary, .panel.secondary .panel-top, .panel.secondary .panel-bottom {
  background-color: #606060 !important;
  color: white !important;
  border-color: #474747 !important;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
/* line 89, ../sass/switch/base/_colors.scss */
.bg-secondary a, .icon-circular.secondary a, .bar.secondary a, .panel.secondary .panel-top a, .panel.secondary .panel-bottom a {
  color: white !important;
}
/* line 92, ../sass/switch/base/_colors.scss */
.bg-secondary h1, .icon-circular.secondary h1, .bar.secondary h1, .panel.secondary .panel-top h1, .panel.secondary .panel-bottom h1, .bg-secondary h2, .icon-circular.secondary h2, .bar.secondary h2, .panel.secondary .panel-top h2, .panel.secondary .panel-bottom h2, .bg-secondary h3, .icon-circular.secondary h3, .bar.secondary h3, .panel.secondary .panel-top h3, .panel.secondary .panel-bottom h3, .bg-secondary h4, .icon-circular.secondary h4, .bar.secondary h4, .panel.secondary .panel-top h4, .panel.secondary .panel-bottom h4, .bg-secondary h5, .icon-circular.secondary h5, .bar.secondary h5, .panel.secondary .panel-top h5, .panel.secondary .panel-bottom h5, .bg-secondary h6, .icon-circular.secondary h6, .bar.secondary h6, .panel.secondary .panel-top h6, .panel.secondary .panel-bottom h6 {
  color: white;
}

/* line 97, ../sass/switch/base/_colors.scss */
a.bg-secondary:hover, a.icon-circular.secondary:hover, a.bar.secondary:hover, .panel.secondary a.panel-top:hover, .panel.secondary a.panel-bottom:hover {
  background-color: #3a3a3a !important;
  color: white !important;
  border-color: #202020 !important;
}

/* line 106, ../sass/switch/base/_colors.scss */
.color-tertiary {
  color: #e6dfd5 !important;
}
/* line 108, ../sass/switch/base/_colors.scss */
.color-tertiary a {
  color: #e6dfd5 !important;
}
/* line 111, ../sass/switch/base/_colors.scss */
.color-tertiary h1, .color-tertiary h2, .color-tertiary h3, .color-tertiary h4, .color-tertiary h5, .color-tertiary h6 {
  color: #e6dfd5;
}

/* line 115, ../sass/switch/base/_colors.scss */
.bg-tertiary, .icon-circular.tertiary, .bar.tertiary, .panel.tertiary .panel-top, .panel.tertiary .panel-bottom {
  background-color: #e6dfd5 !important;
  color: #555555 !important;
  border-color: #d3c7b5 !important;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
/* line 122, ../sass/switch/base/_colors.scss */
.bg-tertiary a, .icon-circular.tertiary a, .bar.tertiary a, .panel.tertiary .panel-top a, .panel.tertiary .panel-bottom a {
  color: #555555 !important;
}
/* line 125, ../sass/switch/base/_colors.scss */
.bg-tertiary h1, .icon-circular.tertiary h1, .bar.tertiary h1, .panel.tertiary .panel-top h1, .panel.tertiary .panel-bottom h1, .bg-tertiary h2, .icon-circular.tertiary h2, .bar.tertiary h2, .panel.tertiary .panel-top h2, .panel.tertiary .panel-bottom h2, .bg-tertiary h3, .icon-circular.tertiary h3, .bar.tertiary h3, .panel.tertiary .panel-top h3, .panel.tertiary .panel-bottom h3, .bg-tertiary h4, .icon-circular.tertiary h4, .bar.tertiary h4, .panel.tertiary .panel-top h4, .panel.tertiary .panel-bottom h4, .bg-tertiary h5, .icon-circular.tertiary h5, .bar.tertiary h5, .panel.tertiary .panel-top h5, .panel.tertiary .panel-bottom h5, .bg-tertiary h6, .icon-circular.tertiary h6, .bar.tertiary h6, .panel.tertiary .panel-top h6, .panel.tertiary .panel-bottom h6 {
  color: #555555;
}

/* line 130, ../sass/switch/base/_colors.scss */
a.bg-tertiary:hover, a.icon-circular.tertiary:hover, a.bar.tertiary:hover, .panel.tertiary a.panel-top:hover, .panel.tertiary a.panel-bottom:hover {
  background-color: #c9baa5 !important;
  color: #555555 !important;
  border-color: #b6a285 !important;
}

/* line 139, ../sass/switch/base/_colors.scss */
.color-completed {
  color: #47bc28 !important;
}
/* line 141, ../sass/switch/base/_colors.scss */
.color-completed a {
  color: #47bc28 !important;
}
/* line 144, ../sass/switch/base/_colors.scss */
.color-completed h1, .color-completed h2, .color-completed h3, .color-completed h4, .color-completed h5, .color-completed h6 {
  color: #47bc28;
}

/* line 148, ../sass/switch/base/_colors.scss */
.bg-completed, .icon-circular.completed, .bar.completed, .panel.completed .panel-top, .panel.completed .panel-bottom {
  background-color: #47bc28 !important;
  color: white !important;
  border-color: #37921f !important;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
/* line 155, ../sass/switch/base/_colors.scss */
.bg-completed a, .icon-circular.completed a, .bar.completed a, .panel.completed .panel-top a, .panel.completed .panel-bottom a {
  color: white !important;
}
/* line 158, ../sass/switch/base/_colors.scss */
.bg-completed h1, .icon-circular.completed h1, .bar.completed h1, .panel.completed .panel-top h1, .panel.completed .panel-bottom h1, .bg-completed h2, .icon-circular.completed h2, .bar.completed h2, .panel.completed .panel-top h2, .panel.completed .panel-bottom h2, .bg-completed h3, .icon-circular.completed h3, .bar.completed h3, .panel.completed .panel-top h3, .panel.completed .panel-bottom h3, .bg-completed h4, .icon-circular.completed h4, .bar.completed h4, .panel.completed .panel-top h4, .panel.completed .panel-bottom h4, .bg-completed h5, .icon-circular.completed h5, .bar.completed h5, .panel.completed .panel-top h5, .panel.completed .panel-bottom h5, .bg-completed h6, .icon-circular.completed h6, .bar.completed h6, .panel.completed .panel-top h6, .panel.completed .panel-bottom h6 {
  color: white;
}

/* line 163, ../sass/switch/base/_colors.scss */
a.bg-completed:hover, a.icon-circular.completed:hover, a.bar.completed:hover, .panel.completed a.panel-top:hover, .panel.completed a.panel-bottom:hover {
  background-color: #2f7d1b !important;
  color: white !important;
  border-color: #1f5312 !important;
}

/* line 172, ../sass/switch/base/_colors.scss */
.color-error {
  color: red !important;
}
/* line 174, ../sass/switch/base/_colors.scss */
.color-error a {
  color: red !important;
}
/* line 177, ../sass/switch/base/_colors.scss */
.color-error h1, .color-error h2, .color-error h3, .color-error h4, .color-error h5, .color-error h6 {
  color: red;
}

/* line 181, ../sass/switch/base/_colors.scss */
.bg-error, .icon-circular.error, .bar.error, .panel.error .panel-top, .panel.error .panel-bottom {
  background-color: red !important;
  color: white !important;
  border-color: #cc0000 !important;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
/* line 188, ../sass/switch/base/_colors.scss */
.bg-error a, .icon-circular.error a, .bar.error a, .panel.error .panel-top a, .panel.error .panel-bottom a {
  color: white !important;
}
/* line 191, ../sass/switch/base/_colors.scss */
.bg-error h1, .icon-circular.error h1, .bar.error h1, .panel.error .panel-top h1, .panel.error .panel-bottom h1, .bg-error h2, .icon-circular.error h2, .bar.error h2, .panel.error .panel-top h2, .panel.error .panel-bottom h2, .bg-error h3, .icon-circular.error h3, .bar.error h3, .panel.error .panel-top h3, .panel.error .panel-bottom h3, .bg-error h4, .icon-circular.error h4, .bar.error h4, .panel.error .panel-top h4, .panel.error .panel-bottom h4, .bg-error h5, .icon-circular.error h5, .bar.error h5, .panel.error .panel-top h5, .panel.error .panel-bottom h5, .bg-error h6, .icon-circular.error h6, .bar.error h6, .panel.error .panel-top h6, .panel.error .panel-bottom h6 {
  color: white;
}

/* line 196, ../sass/switch/base/_colors.scss */
a.bg-error:hover, a.icon-circular.error:hover, a.bar.error:hover, .panel.error a.panel-top:hover, .panel.error a.panel-bottom:hover {
  background-color: #b30000 !important;
  color: white !important;
  border-color: maroon !important;
}

/* line 205, ../sass/switch/base/_colors.scss */
.color-important {
  color: #1fadb2 !important;
}
/* line 207, ../sass/switch/base/_colors.scss */
.color-important a {
  color: #1fadb2 !important;
}
/* line 210, ../sass/switch/base/_colors.scss */
.color-important h1, .color-important h2, .color-important h3, .color-important h4, .color-important h5, .color-important h6 {
  color: #1fadb2;
}

/* line 214, ../sass/switch/base/_colors.scss */
.bg-important, .icon-circular.important, .bar.important, .panel.important .panel-top, .panel.important .panel-bottom {
  background-color: #1fadb2 !important;
  color: white !important;
  border-color: #178387 !important;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
/* line 221, ../sass/switch/base/_colors.scss */
.bg-important a, .icon-circular.important a, .bar.important a, .panel.important .panel-top a, .panel.important .panel-bottom a {
  color: white !important;
}
/* line 224, ../sass/switch/base/_colors.scss */
.bg-important h1, .icon-circular.important h1, .bar.important h1, .panel.important .panel-top h1, .panel.important .panel-bottom h1, .bg-important h2, .icon-circular.important h2, .bar.important h2, .panel.important .panel-top h2, .panel.important .panel-bottom h2, .bg-important h3, .icon-circular.important h3, .bar.important h3, .panel.important .panel-top h3, .panel.important .panel-bottom h3, .bg-important h4, .icon-circular.important h4, .bar.important h4, .panel.important .panel-top h4, .panel.important .panel-bottom h4, .bg-important h5, .icon-circular.important h5, .bar.important h5, .panel.important .panel-top h5, .panel.important .panel-bottom h5, .bg-important h6, .icon-circular.important h6, .bar.important h6, .panel.important .panel-top h6, .panel.important .panel-bottom h6 {
  color: white;
}

/* line 229, ../sass/switch/base/_colors.scss */
a.bg-important:hover, a.icon-circular.important:hover, a.bar.important:hover, .panel.important a.panel-top:hover, .panel.important a.panel-bottom:hover {
  background-color: #146e71 !important;
  color: white !important;
  border-color: #0c4345 !important;
}

/* line 238, ../sass/switch/base/_colors.scss */
.color-white {
  color: white !important;
}
/* line 240, ../sass/switch/base/_colors.scss */
.color-white a {
  color: white !important;
}
/* line 243, ../sass/switch/base/_colors.scss */
.color-white h1, .color-white h2, .color-white h3, .color-white h4, .color-white h5, .color-white h6 {
  color: white;
}

/* line 247, ../sass/switch/base/_colors.scss */
.bg-white {
  background-color: white !important;
  color: #555555 !important;
  border-color: #e6e6e6 !important;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
/* line 254, ../sass/switch/base/_colors.scss */
.bg-white a {
  color: #555555 !important;
}
/* line 257, ../sass/switch/base/_colors.scss */
.bg-white h1, .bg-white h2, .bg-white h3, .bg-white h4, .bg-white h5, .bg-white h6 {
  color: #555555;
}

/* line 262, ../sass/switch/base/_colors.scss */
a.bg-white:hover {
  background-color: #d9d9d9 !important;
  color: #555555 !important;
  border-color: #bfbfbf !important;
}

/* line 271, ../sass/switch/base/_colors.scss */
.color-black {
  color: black !important;
}
/* line 273, ../sass/switch/base/_colors.scss */
.color-black a {
  color: black !important;
}
/* line 276, ../sass/switch/base/_colors.scss */
.color-black h1, .color-black h2, .color-black h3, .color-black h4, .color-black h5, .color-black h6 {
  color: black;
}

/* line 280, ../sass/switch/base/_colors.scss */
.bg-black {
  background-color: black !important;
  color: white !important;
  border-color: black !important;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
/* line 287, ../sass/switch/base/_colors.scss */
.bg-black a {
  color: white !important;
}
/* line 290, ../sass/switch/base/_colors.scss */
.bg-black h1, .bg-black h2, .bg-black h3, .bg-black h4, .bg-black h5, .bg-black h6 {
  color: white;
}

/* line 295, ../sass/switch/base/_colors.scss */
a.bg-black:hover {
  background-color: black !important;
  color: white !important;
  border-color: black !important;
}

/* line 304, ../sass/switch/base/_colors.scss */
.color-gray {
  color: gray !important;
}
/* line 306, ../sass/switch/base/_colors.scss */
.color-gray a {
  color: gray !important;
}
/* line 309, ../sass/switch/base/_colors.scss */
.color-gray h1, .color-gray h2, .color-gray h3, .color-gray h4, .color-gray h5, .color-gray h6 {
  color: gray;
}

/* line 313, ../sass/switch/base/_colors.scss */
.bg-gray {
  background-color: gray !important;
  color: #555555 !important;
  border-color: #676767 !important;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
/* line 320, ../sass/switch/base/_colors.scss */
.bg-gray a {
  color: #555555 !important;
}
/* line 323, ../sass/switch/base/_colors.scss */
.bg-gray h1, .bg-gray h2, .bg-gray h3, .bg-gray h4, .bg-gray h5, .bg-gray h6 {
  color: #555555;
}

/* line 328, ../sass/switch/base/_colors.scss */
a.bg-gray:hover {
  background-color: #5a5a5a !important;
  color: #555555 !important;
  border-color: #404040 !important;
}

/* line 337, ../sass/switch/base/_colors.scss */
.color-gray-darken {
  color: #343434 !important;
}
/* line 339, ../sass/switch/base/_colors.scss */
.color-gray-darken a {
  color: #343434 !important;
}
/* line 342, ../sass/switch/base/_colors.scss */
.color-gray-darken h1, .color-gray-darken h2, .color-gray-darken h3, .color-gray-darken h4, .color-gray-darken h5, .color-gray-darken h6 {
  color: #343434;
}

/* line 346, ../sass/switch/base/_colors.scss */
.bg-gray-darken {
  background-color: #343434 !important;
  color: white !important;
  border-color: #1a1a1a !important;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
/* line 353, ../sass/switch/base/_colors.scss */
.bg-gray-darken a {
  color: white !important;
}
/* line 356, ../sass/switch/base/_colors.scss */
.bg-gray-darken h1, .bg-gray-darken h2, .bg-gray-darken h3, .bg-gray-darken h4, .bg-gray-darken h5, .bg-gray-darken h6 {
  color: white;
}

/* line 361, ../sass/switch/base/_colors.scss */
a.bg-gray-darken:hover {
  background-color: #0d0d0d !important;
  color: white !important;
  border-color: black !important;
}

/* line 370, ../sass/switch/base/_colors.scss */
.color-gray-lighten {
  color: #f8f8f8 !important;
}
/* line 372, ../sass/switch/base/_colors.scss */
.color-gray-lighten a {
  color: #f8f8f8 !important;
}
/* line 375, ../sass/switch/base/_colors.scss */
.color-gray-lighten h1, .color-gray-lighten h2, .color-gray-lighten h3, .color-gray-lighten h4, .color-gray-lighten h5, .color-gray-lighten h6 {
  color: #f8f8f8;
}

/* line 379, ../sass/switch/base/_colors.scss */
.bg-gray-lighten {
  background-color: #f8f8f8 !important;
  color: #555555 !important;
  border-color: #dedede !important;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
/* line 386, ../sass/switch/base/_colors.scss */
.bg-gray-lighten a {
  color: #555555 !important;
}
/* line 389, ../sass/switch/base/_colors.scss */
.bg-gray-lighten h1, .bg-gray-lighten h2, .bg-gray-lighten h3, .bg-gray-lighten h4, .bg-gray-lighten h5, .bg-gray-lighten h6 {
  color: #555555;
}

/* line 394, ../sass/switch/base/_colors.scss */
a.bg-gray-lighten:hover {
  background-color: #d2d2d2 !important;
  color: #555555 !important;
  border-color: #b8b8b8 !important;
}

/* line 7, ../sass/switch/base/_utilities.scss */
.right {
  float: right !important;
}

/* line 11, ../sass/switch/base/_utilities.scss */
.left {
  float: left !important;
}

/* line 15, ../sass/switch/base/_utilities.scss */
.force-right {
  float: right !important;
}

/* line 19, ../sass/switch/base/_utilities.scss */
.force-left {
  float: left !important;
}

/* line 26, ../sass/switch/base/_utilities.scss */
.indent {
  padding-left: 20px;
}

/* line 33, ../sass/switch/base/_utilities.scss */
.display-block {
  display: block !important;
}

/* line 37, ../sass/switch/base/_utilities.scss */
.display-inline-block {
  display: inline-block !important;
}

/* line 41, ../sass/switch/base/_utilities.scss */
.no-margin {
  margin: 0 !important;
}

/* line 45, ../sass/switch/base/_utilities.scss */
.no-padding {
  padding: 0 !important;
}

/* line 52, ../sass/switch/base/_utilities.scss */
.center {
  margin-left: auto !important;
  margin-right: auto !important;
  display: block !important;
  float: none !important;
}
/* line 57, ../sass/switch/base/_utilities.scss */
.center img {
  margin-left: auto;
  margin-right: auto;
}

/* line 63, ../sass/switch/base/_utilities.scss */
.text-left {
  text-align: left !important;
  display: block !important;
}

/* line 68, ../sass/switch/base/_utilities.scss */
.text-center {
  text-align: center !important;
  display: block !important;
}
/* line 71, ../sass/switch/base/_utilities.scss */
.text-center img {
  margin-left: auto;
  margin-right: auto;
}

/* line 77, ../sass/switch/base/_utilities.scss */
.text-right {
  text-align: right !important;
  display: block !important;
}
/* line 80, ../sass/switch/base/_utilities.scss */
.text-right img {
  text-align: right;
  display: inline-block !important;
}

/* line 86, ../sass/switch/base/_utilities.scss */
.text-center-except-small, .text-center-except-medium, .text-center-except-default, .text-center-except-large {
  text-align: center !important;
  display: block !important;
}

/* line 28, ../sass/switch/mixins/_mixins.scss */
.clear:before, .clear:after {
  content: " ";
  display: table;
}
/* line 32, ../sass/switch/mixins/_mixins.scss */
.clear:after {
  clear: both;
}

/* line 28, ../sass/switch/mixins/_mixins.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
/* line 32, ../sass/switch/mixins/_mixins.scss */
.clearfix:after {
  clear: both;
}

/* line 105, ../sass/switch/base/_utilities.scss */
hr {
  border-top: 1px solid #e6dfd5;
  border-bottom: none;
  border-left: none;
  border-right: none;
  display: block;
  height: 0px;
  overflow: hidden;
  margin: 0;
  margin-bottom: 20px;
  text-align: center;
  padding: 0;
}
/* line 117, ../sass/switch/base/_utilities.scss */
hr:last-child {
  margin-bottom: 0;
}

/* line 125, ../sass/switch/base/_utilities.scss */
.valign {
  width: 100%;
  display: table !important;
}

/* line 130, ../sass/switch/base/_utilities.scss */
.valign-content {
  display: table-cell !important;
  vertical-align: middle;
}

/* line 138, ../sass/switch/base/_utilities.scss */
.underline {
  text-decoration: underline;
}

/* line 142, ../sass/switch/base/_utilities.scss */
a.underline:hover {
  text-decoration: none;
}

/* line 150, ../sass/switch/base/_utilities.scss */
.text-small {
  font-size: 12px;
}

/* line 153, ../sass/switch/base/_utilities.scss */
.text-medium {
  font-size: 14px;
}

/* line 156, ../sass/switch/base/_utilities.scss */
.text-large {
  font-size: 19px;
}

/* line 159, ../sass/switch/base/_utilities.scss */
.text-xlarge {
  font-size: 22px;
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 165, ../sass/switch/base/_utilities.scss */
  .text-center-medium {
    text-align: center !important;
    display: block !important;
  }

  /* line 169, ../sass/switch/base/_utilities.scss */
  .text-right-medium {
    text-align: right !important;
    display: block !important;
  }

  /* line 173, ../sass/switch/base/_utilities.scss */
  .center-medium {
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
    float: none !important;
    text-align: center;
  }
  /* line 179, ../sass/switch/base/_utilities.scss */
  .center-medium img {
    margin-left: auto;
    margin-right: auto;
  }

  /* line 184, ../sass/switch/base/_utilities.scss */
  .text-center-except-medium {
    text-align: inherit !important;
    display: inherit !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 191, ../sass/switch/base/_utilities.scss */
  .text-center-default {
    text-align: center !important;
    display: block !important;
  }

  /* line 195, ../sass/switch/base/_utilities.scss */
  .text-right-default {
    text-align: right !important;
    display: block !important;
  }

  /* line 199, ../sass/switch/base/_utilities.scss */
  .center-default {
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
    float: none !important;
    text-align: center;
  }
  /* line 205, ../sass/switch/base/_utilities.scss */
  .center-default img {
    margin-left: auto;
    margin-right: auto;
  }

  /* line 210, ../sass/switch/base/_utilities.scss */
  .text-center-except-default {
    text-align: inherit !important;
    display: inherit !important;
  }
}
@media (min-width: 1200px) {
  /* line 217, ../sass/switch/base/_utilities.scss */
  .text-center-xlarge {
    text-align: center !important;
    display: block !important;
  }

  /* line 221, ../sass/switch/base/_utilities.scss */
  .text-right-xlarge {
    text-align: right !important;
    display: block !important;
  }

  /* line 225, ../sass/switch/base/_utilities.scss */
  .center-xlarge {
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
    float: none !important;
    text-align: center;
  }
  /* line 231, ../sass/switch/base/_utilities.scss */
  .center-xlarge img {
    margin-left: auto;
    margin-right: auto;
  }

  /* line 236, ../sass/switch/base/_utilities.scss */
  .text-center-except-large {
    text-align: inherit !important;
    display: inherit !important;
  }
}
@media (max-width: 767px) {
  /* line 244, ../sass/switch/base/_utilities.scss */
  .text-center-small {
    text-align: center !important;
    display: block !important;
  }

  /* line 248, ../sass/switch/base/_utilities.scss */
  .text-right-small {
    text-align: right !important;
    display: block !important;
  }

  /* line 252, ../sass/switch/base/_utilities.scss */
  .center-small {
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
    float: none !important;
    text-align: center;
  }
  /* line 258, ../sass/switch/base/_utilities.scss */
  .center-small img {
    margin-left: auto;
    margin-right: auto;
  }

  /* line 263, ../sass/switch/base/_utilities.scss */
  .text-center-except-small {
    text-align: inherit !important;
    display: inherit !important;
  }

  /* line 267, ../sass/switch/base/_utilities.scss */
  .right, .left {
    float: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    display: block;
  }

  /* line 273, ../sass/switch/base/_utilities.scss */
  .force-left {
    float: left !important;
  }

  /* line 276, ../sass/switch/base/_utilities.scss */
  .force-right {
    float: right !important;
  }
}
/* line 5, ../sass/switch/base/_visibility.scss */
.hide {
  display: none !important;
}

/* line 9, ../sass/switch/base/_visibility.scss */
.show {
  display: block !important;
}

/* line 13, ../sass/switch/base/_visibility.scss */
.hide-on-small {
  display: block !important;
}

/* line 17, ../sass/switch/base/_visibility.scss */
.hide-on-medium {
  display: block !important;
}

/* line 21, ../sass/switch/base/_visibility.scss */
.hide-on-default {
  display: block !important;
}

/* line 25, ../sass/switch/base/_visibility.scss */
.hide-on-large {
  display: block !important;
}

/* line 29, ../sass/switch/base/_visibility.scss */
.show-on-small {
  display: none !important;
}

/* line 33, ../sass/switch/base/_visibility.scss */
.show-on-medium {
  display: none !important;
}

/* line 37, ../sass/switch/base/_visibility.scss */
.show-on-default {
  display: none !important;
}

/* line 41, ../sass/switch/base/_visibility.scss */
.show-on-large {
  display: none !important;
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 46, ../sass/switch/base/_visibility.scss */
  .hide-on-medium {
    display: none !important;
  }

  /* line 49, ../sass/switch/base/_visibility.scss */
  .show-on-medium {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 55, ../sass/switch/base/_visibility.scss */
  .hide-on-default {
    display: none !important;
  }

  /* line 58, ../sass/switch/base/_visibility.scss */
  .show-on-default {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  /* line 64, ../sass/switch/base/_visibility.scss */
  .hide-on-large {
    display: none !important;
  }

  /* line 67, ../sass/switch/base/_visibility.scss */
  .show-on-large {
    display: block !important;
  }
}
@media (max-width: 767px) {
  /* line 73, ../sass/switch/base/_visibility.scss */
  .hide-on-small {
    display: none !important;
  }

  /* line 76, ../sass/switch/base/_visibility.scss */
  .show-on-small {
    display: block !important;
  }
}
/* line 5, ../sass/switch/base/_typography.scss */
p, address {
  line-height: 1.4;
  margin-bottom: 30px;
}

/* line 10, ../sass/switch/base/_typography.scss */
a {
  color: #967f6d;
  text-decoration: none;
}
/* line 13, ../sass/switch/base/_typography.scss */
a:hover {
  text-decoration: underline;
}

/* line 18, ../sass/switch/base/_typography.scss */
.underline-link {
  text-decoration: underline;
}
/* line 20, ../sass/switch/base/_typography.scss */
.underline-link:hover {
  text-decoration: none;
}

/* line 25, ../sass/switch/base/_typography.scss */
strong {
  font-weight: bold;
}

/* line 29, ../sass/switch/base/_typography.scss */
em {
  font-style: italic;
}

/* line 33, ../sass/switch/base/_typography.scss */
.heading-category {
  display: block;
  margin-bottom: 30px;
}
/* line 28, ../sass/switch/mixins/_mixins.scss */
.heading-category:before, .heading-category:after {
  content: " ";
  display: table;
}
/* line 32, ../sass/switch/mixins/_mixins.scss */
.heading-category:after {
  clear: both;
}
/* line 37, ../sass/switch/base/_typography.scss */
.heading-category:last-child {
  margin-bottom: 0;
}
/* line 40, ../sass/switch/base/_typography.scss */
.heading-category .button:last-child {
  margin-bottom: 0;
}
/* line 43, ../sass/switch/base/_typography.scss */
.heading-category h1, .heading-category h2, .heading-category h3, .heading-category h4, .heading-category h5, .heading-category h6 {
  line-height: 1.1;
  margin-bottom: 0;
}
/* line 47, ../sass/switch/base/_typography.scss */
.heading-category p:last-child {
  margin-bottom: 0;
}
/* line 50, ../sass/switch/base/_typography.scss */
.heading-category .left {
  margin-right: 20px;
}
/* line 53, ../sass/switch/base/_typography.scss */
.heading-category .right {
  margin-left: 20px;
}

/* line 58, ../sass/switch/base/_typography.scss */
.heading-border {
  border-bottom: 1px solid gray;
  border-top: 0px solid gray;
  margin-bottom: 30px;
  padding: 0px 0 15px 0;
  display: block;
}
/* line 28, ../sass/switch/mixins/_mixins.scss */
.heading-border:before, .heading-border:after {
  content: " ";
  display: table;
}
/* line 32, ../sass/switch/mixins/_mixins.scss */
.heading-border:after {
  clear: both;
}
/* line 65, ../sass/switch/base/_typography.scss */
.heading-border h1, .heading-border h2, .heading-border h3, .heading-border h4, .heading-border h5, .heading-border h6 {
  margin-bottom: 0;
}
/* line 68, ../sass/switch/base/_typography.scss */
.heading-border p:last-child {
  margin-bottom: 0;
}

/* line 73, ../sass/switch/base/_typography.scss */
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 30px;
  line-height: 1.1;
  color: #606060;
  font-family: "Bodoni", Arial, sans-serif;
  font-weight: normal;
}
/* line 79, ../sass/switch/base/_typography.scss */
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-size: 65%;
  font-weight: bold;
  color: gray;
}

/* line 86, ../sass/switch/base/_typography.scss */
.sub-title {
  font-size: 65%;
  color: gray;
  font-weight: bold;
  display: block;
}

/* line 93, ../sass/switch/base/_typography.scss */
h1 {
  font-size: 45px;
}

/* line 97, ../sass/switch/base/_typography.scss */
h2 {
  font-size: 45px;
}

/* line 101, ../sass/switch/base/_typography.scss */
h3 {
  font-size: 40px;
}

/* line 105, ../sass/switch/base/_typography.scss */
h4 {
  font-size: 22px;
}

/* line 109, ../sass/switch/base/_typography.scss */
h5 {
  font-size: 14px;
}

/* line 113, ../sass/switch/base/_typography.scss */
h6 {
  font-size: 12px;
}

/* line 117, ../sass/switch/base/_typography.scss */
blockquote {
  background: none;
  padding: 10px 10px 10px 40px;
  color: black;
  font-weight: bold;
  font-size: 22px;
  border-left: 2px solid #555555;
  border-right: 0px solid #555555;
  margin: 0;
  margin-bottom: 30px;
}
/* line 127, ../sass/switch/base/_typography.scss */
blockquote p {
  line-height: 1.4;
}
/* line 129, ../sass/switch/base/_typography.scss */
blockquote p:last-child {
  margin-bottom: 0;
}
/* line 133, ../sass/switch/base/_typography.scss */
blockquote .author {
  display: block;
  font-size: 12px;
  text-align: left;
}

@media (max-width: 767px) {
  /* line 154, ../sass/switch/base/_typography.scss */
  h1 {
    font-size: 25px;
  }

  /* line 157, ../sass/switch/base/_typography.scss */
  h2 {
    font-size: 28px;
  }

  /* line 160, ../sass/switch/base/_typography.scss */
  h3 {
    font-size: 24px;
  }

  /* line 163, ../sass/switch/base/_typography.scss */
  h4 {
    font-size: 18px;
  }

  /* line 166, ../sass/switch/base/_typography.scss */
  h5 {
    font-size: 14px;
  }

  /* line 169, ../sass/switch/base/_typography.scss */
  h6 {
    font-size: 12px;
  }
}
/* line 5, ../sass/switch/components/_header.scss */
.header {
  color: #676767;
  margin-bottom: 0px;
}
/* line 28, ../sass/switch/mixins/_mixins.scss */
.header:before, .header:after {
  content: " ";
  display: table;
}
/* line 32, ../sass/switch/mixins/_mixins.scss */
.header:after {
  clear: both;
}
/* line 9, ../sass/switch/components/_header.scss */
.header .left {
  margin-right: 15px;
}
/* line 11, ../sass/switch/components/_header.scss */
.header .left:last-child {
  margin-right: 0;
}
/* line 15, ../sass/switch/components/_header.scss */
.header .right {
  margin-left: 15px;
}
/* line 17, ../sass/switch/components/_header.scss */
.header .right:last-child {
  margin-left: 0;
}
/* line 21, ../sass/switch/components/_header.scss */
.header .force-left {
  margin-right: 15px;
}
/* line 23, ../sass/switch/components/_header.scss */
.header .force-left:last-child {
  margin-right: 0;
}
/* line 27, ../sass/switch/components/_header.scss */
.header .force-right {
  margin-left: 15px;
}
/* line 29, ../sass/switch/components/_header.scss */
.header .force-right:last-child {
  margin-left: 0;
}

/* line 35, ../sass/switch/components/_header.scss */
.header-logo {
  font-size: 24px;
  float: left;
  margin-right: 20px;
  margin-top: 12px;
  color: white;
}
/* line 41, ../sass/switch/components/_header.scss */
.header-logo:hover {
  text-decoration: none;
}

/* line 46, ../sass/switch/components/_header.scss */
.header-tagline {
  float: left;
  font-size: inherit;
  margin-top: inherit;
}

/* line 55, ../sass/switch/components/_header.scss */
.header-social {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 28, ../sass/switch/mixins/_mixins.scss */
.header-social:before, .header-social:after {
  content: " ";
  display: table;
}
/* line 32, ../sass/switch/mixins/_mixins.scss */
.header-social:after {
  clear: both;
}
/* line 60, ../sass/switch/components/_header.scss */
.header-social li {
  float: left;
  margin: 0;
  padding: 0;
}
/* line 64, ../sass/switch/components/_header.scss */
.header-social li:before {
  display: none;
}
/* line 68, ../sass/switch/components/_header.scss */
.header-social a {
  display: block;
  padding: 10px;
  color: #555555;
  font-size: 14px;
  background-color: inherit;
}
/* line 74, ../sass/switch/components/_header.scss */
.header-social a:hover {
  background-color: #68594e;
  color: white;
}

/* line 86, ../sass/switch/components/_header.scss */
.header-form {
  margin-top: 5px;
}
/* line 88, ../sass/switch/components/_header.scss */
.header-form .input-text, .header-form textarea, .header-form select {
  width: auto;
  min-width: 210px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0;
}
/* line 96, ../sass/switch/components/_header.scss */
.header-form button {
  margin-bottom: 0;
}

/* line 108, ../sass/switch/components/_header.scss */
.top-bar {
  padding: 0px 15px 0px 15px;
  background: #f8f8f8;
  color: #555555;
  border-top: none;
  border-bottom: none;
  border-left: none;
  border-right: none;
  margin-bottom: 0px;
  min-height: 40px;
  line-height: 40px;
  font-size: 14px;
  position: relative;
  z-index: 999999;
}
/* line 28, ../sass/switch/mixins/_mixins.scss */
.top-bar:before, .top-bar:after {
  content: " ";
  display: table;
}
/* line 32, ../sass/switch/mixins/_mixins.scss */
.top-bar:after {
  clear: both;
}
/* line 124, ../sass/switch/components/_header.scss */
.top-bar h1:last-child, .top-bar h2:last-child, .top-bar h3:last-child, .top-bar h4:last-child, .top-bar h5:last-child, .top-bar h6:last-child, .top-bar p:last-child {
  margin-bottom: 0;
}

/* line 136, ../sass/switch/components/_header.scss */
.nav-bar {
  padding: 0px 0px 0px 0px;
  background: rgba(105, 93, 82, 0.8);
  color: white;
  border-top: none;
  border-bottom: none;
  border-left: none;
  border-right: none;
  margin-bottom: 0px;
  min-height: 74px;
  position: relative;
  z-index: 999999;
}
/* line 28, ../sass/switch/mixins/_mixins.scss */
.nav-bar:before, .nav-bar:after {
  content: " ";
  display: table;
}
/* line 32, ../sass/switch/mixins/_mixins.scss */
.nav-bar:after {
  clear: both;
}
/* line 150, ../sass/switch/components/_header.scss */
.nav-bar h1:last-child, .nav-bar h2:last-child, .nav-bar h3:last-child, .nav-bar h4:last-child, .nav-bar h5:last-child, .nav-bar h6:last-child, .nav-bar p:last-child {
  margin-bottom: 0;
}

/* line 156, ../sass/switch/components/_header.scss */
.nav-bar-content {
  position: relative;
}
/* line 28, ../sass/switch/mixins/_mixins.scss */
.nav-bar-content:before, .nav-bar-content:after {
  content: " ";
  display: table;
}
/* line 32, ../sass/switch/mixins/_mixins.scss */
.nav-bar-content:after {
  clear: both;
}

/* line 161, ../sass/switch/components/_header.scss */
.nav-bar-left {
  float: left;
}

/* line 165, ../sass/switch/components/_header.scss */
.nav-bar-right {
  float: right;
}

/* line 169, ../sass/switch/components/_header.scss */
.nav-switch {
  position: relative;
  padding: 10px;
  margin: 7px -10px 0 0;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
  display: none;
  float: right;
}
/* line 178, ../sass/switch/components/_header.scss */
.nav-switch:hover {
  background: white;
}
/* line 181, ../sass/switch/components/_header.scss */
.nav-switch .line {
  width: 25px;
  height: 3px;
  background: #695b4c;
  margin-bottom: 3px;
  border-radius: 0px;
  display: block;
}
/* line 188, ../sass/switch/components/_header.scss */
.nav-switch .line:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  /* line 195, ../sass/switch/components/_header.scss */
  .nav-bar-content {
    float: left;
  }
}
@media (max-width: 767px) {
  /* line 214, ../sass/switch/components/_header.scss */
  .header .left {
    margin-right: 0px;
  }
  /* line 217, ../sass/switch/components/_header.scss */
  .header .right {
    margin-left: 0px;
  }

  /* line 221, ../sass/switch/components/_header.scss */
  .header-form {
    padding: 15px;
  }
  /* line 223, ../sass/switch/components/_header.scss */
  .header-form .input-text, .header-form textarea, .header-form select {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
  /* line 228, ../sass/switch/components/_header.scss */
  .header-form button {
    margin-bottom: 0;
  }

  /* line 232, ../sass/switch/components/_header.scss */
  .header-logo {
    margin-top: 12px;
  }
  /* line 234, ../sass/switch/components/_header.scss */
  .header-logo.left {
    float: left !important;
  }
  /* line 237, ../sass/switch/components/_header.scss */
  .header-logo.right {
    float: right !important;
  }

  /* line 241, ../sass/switch/components/_header.scss */
  .nav-bar {
    background: none;
    min-height: 1px;
    padding: 0;
    margin: 0;
  }

  /* line 247, ../sass/switch/components/_header.scss */
  .nav-bar > .container, .top-bar > .container {
    padding-left: 0;
    padding-right: 0;
  }

  /* line 251, ../sass/switch/components/_header.scss */
  .nav-bar-content {
    background: rgba(105, 93, 82, 0.8);
    height: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }

  /* line 257, ../sass/switch/components/_header.scss */
  .nav-switch {
    display: block;
  }

  /* line 260, ../sass/switch/components/_header.scss */
  .nav-fold {
    width: 100%;
    height: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    background: #6b6252;
    clear: both;
    z-index: 9;
    padding: 0;
  }

  /* line 271, ../sass/switch/components/_header.scss */
  .nav-fold-content {
    padding-top: 50px;
  }
}
/* line 6, ../sass/switch/components/_navigation.scss */
.mobile-menu-bg {
  background-color: rgba(0, 0, 0, 0.8);
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 99999;
  display: none;
}

/* line 22, ../sass/switch/components/_navigation.scss */
.nav {
  font-size: 24px;
  font-family: "kevlarregular", Arial, sans-serif;
  font-weight: normal;
  list-style: none;
  padding: 0;
  overflow-y: auto;
  margin: 0 0 0 0;
  text-transform: none;
}
/* line 31, ../sass/switch/components/_navigation.scss */
.nav > li {
  position: relative;
  float: left;
  padding: 0;
  margin-left: 0px;
  margin-right: 0;
  border-left: none;
  border-right: none;
}
/* line 39, ../sass/switch/components/_navigation.scss */
.nav > li:last-child {
  border-right: none;
  margin-right: 0;
}
/* line 43, ../sass/switch/components/_navigation.scss */
.nav > li:first-child {
  margin-left: 0;
  border-left: 0;
  border-left: none;
}
/* line 48, ../sass/switch/components/_navigation.scss */
.nav > li:before {
  display: none;
}
/* line 52, ../sass/switch/components/_navigation.scss */
.nav > li > a {
  padding: 22px 20px 20px 20px;
  color: white;
  background: none;
  display: block;
  border-top: none;
  border-bottom: none;
  border-right: none;
  border-left: none;
}
/* line 61, ../sass/switch/components/_navigation.scss */
.nav > li > a:hover {
  text-decoration: none;
  background: #2e2921;
  color: white;
  border-top: none;
  border-bottom: none;
  border-right: none;
  border-left: none;
}
/* line 71, ../sass/switch/components/_navigation.scss */
.nav > li.active > a {
  background: #2e2921;
  color: white;
  border-top: none;
  border-bottom: none;
  border-right: none;
  border-left: none;
}

/* line 85, ../sass/switch/components/_navigation.scss */
.sub-nav {
  font-size: 14px;
  font-family: "Bodoni", Arial, sans-serif;
  font-weight: normal;
  list-style: none;
  padding: 0;
  margin: 6px 0 0 0;
  text-transform: none;
}
/* line 93, ../sass/switch/components/_navigation.scss */
.sub-nav li {
  position: relative;
  float: left;
  padding: 0;
  margin-left: 20px;
  margin-right: 0;
  border-left: none;
  border-right: none;
}
/* line 101, ../sass/switch/components/_navigation.scss */
.sub-nav li:last-child {
  border-right: none;
  margin-right: 0;
}
/* line 105, ../sass/switch/components/_navigation.scss */
.sub-nav li:first-child {
  margin-left: 0;
  border-left: 0;
  border-left: none;
}
/* line 110, ../sass/switch/components/_navigation.scss */
.sub-nav li:before {
  display: none;
}
/* line 114, ../sass/switch/components/_navigation.scss */
.sub-nav a {
  padding: 6px 15px 6px 15px;
  color: #555555;
  background: none;
  display: block;
  border-top: none;
  border-bottom: none;
  border-right: none;
  border-left: none;
}
/* line 124, ../sass/switch/components/_navigation.scss */
.sub-nav a:hover {
  text-decoration: none;
  background: #68594e;
  color: white;
  border-top: none;
  border-bottom: none;
  border-right: none;
  border-left: none;
}
/* line 133, ../sass/switch/components/_navigation.scss */
.sub-nav li.active a {
  background: #68594e;
  color: white;
  border-top: none;
  border-bottom: none;
  border-right: none;
  border-left: none;
}

/* line 147, ../sass/switch/components/_navigation.scss */
.top-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  margin-top: 8px;
  margin-bottom: 7px;
}
/* line 154, ../sass/switch/components/_navigation.scss */
.top-nav:last-child {
  margin-bottom: 7px;
}
/* line 157, ../sass/switch/components/_navigation.scss */
.top-nav li {
  padding: 0;
  margin: 0;
  margin-left: 0px;
  margin-right: 10px;
  float: left;
}
/* line 163, ../sass/switch/components/_navigation.scss */
.top-nav li:before {
  display: none;
}
/* line 166, ../sass/switch/components/_navigation.scss */
.top-nav li:first-child {
  margin-left: 0;
}
/* line 169, ../sass/switch/components/_navigation.scss */
.top-nav li:last-child {
  margin-right: 0;
}
/* line 173, ../sass/switch/components/_navigation.scss */
.top-nav li a {
  padding: 3px 5px 3px 5px;
  display: block;
  color: #555555;
  border: 1px solid #555555;
  background-color: transparent;
}
/* line 179, ../sass/switch/components/_navigation.scss */
.top-nav li a:hover {
  background-color: #68594e;
  color: white;
  text-decoration: none;
}
/* line 186, ../sass/switch/components/_navigation.scss */
.top-nav li.active a {
  background-color: #68594e;
  color: white;
}

/* line 197, ../sass/switch/components/_navigation.scss */
.sidenav {
  font-size: 14px;
  font-family: "kevlarregular", Arial, sans-serif;
  list-style: none;
  padding: 0;
  margin: 0;
  text-transform: none;
  font-weight: bold;
}
/* line 205, ../sass/switch/components/_navigation.scss */
.sidenav li {
  display: block;
  margin: 0;
  padding: 0;
}
/* line 209, ../sass/switch/components/_navigation.scss */
.sidenav li:before {
  display: none;
}
/* line 212, ../sass/switch/components/_navigation.scss */
.sidenav li > a {
  display: block;
  color: #555555;
  background-color: inherit;
  padding: 10px 15px;
}
/* line 217, ../sass/switch/components/_navigation.scss */
.sidenav li > a:hover {
  text-decoration: none;
  color: white;
  background-color: #68594e;
}
/* line 224, ../sass/switch/components/_navigation.scss */
.sidenav li.active > a {
  color: white;
  background-color: #68594e;
}
/* line 229, ../sass/switch/components/_navigation.scss */
.sidenav li li {
  font-size: 14px;
}
/* line 231, ../sass/switch/components/_navigation.scss */
.sidenav li li a {
  color: #d2d2d2;
  padding: 5px 15px;
  background-color: transparent;
}
/* line 236, ../sass/switch/components/_navigation.scss */
.sidenav li li a:hover {
  color: #555555;
  text-decoration: none;
  background-color: transparent;
}
/* line 242, ../sass/switch/components/_navigation.scss */
.sidenav li li.active a {
  color: #68594e;
  background-color: transparent;
}

/* line 256, ../sass/switch/components/_navigation.scss */
.footer-nav {
  font-size: 14px;
  color: white;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  list-style: none;
  padding: 0;
  margin: 19px 0 19px 0;
}
/* line 263, ../sass/switch/components/_navigation.scss */
.footer-nav:last-child {
  margin-bottom: 19px;
}
/* line 266, ../sass/switch/components/_navigation.scss */
.footer-nav li {
  display: inline-block;
  margin: 0;
  padding: 0;
  margin-right: 12px;
  margin-left: 12px;
}
/* line 272, ../sass/switch/components/_navigation.scss */
.footer-nav li:last-child {
  margin-right: 0;
}
/* line 275, ../sass/switch/components/_navigation.scss */
.footer-nav li:first-child {
  margin-left: 0;
}
/* line 278, ../sass/switch/components/_navigation.scss */
.footer-nav li:before {
  display: none;
}
/* line 282, ../sass/switch/components/_navigation.scss */
.footer-nav a {
  color: white;
  display: block;
  background-color: transparent;
  padding: 0;
}
/* line 287, ../sass/switch/components/_navigation.scss */
.footer-nav a:hover {
  color: #68594e !important;
  background-color: transparent;
  text-decoration: none;
}
/* line 294, ../sass/switch/components/_navigation.scss */
.footer-nav li.active a {
  color: #68594e !important;
  background-color: transparent;
}

@media (min-width: 768px) {
  /* line 305, ../sass/switch/components/_navigation.scss */
  .mobile-menu-bg {
    display: none !important;
  }

  /* line 308, ../sass/switch/components/_navigation.scss */
  .nav {
    float: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 314, ../sass/switch/components/_navigation.scss */
  .nav {
    font-size: inherit;
  }

  /* line 317, ../sass/switch/components/_navigation.scss */
  .nav > li {
    margin-right: inherit;
    margin-left: inherit;
  }

  /* line 321, ../sass/switch/components/_navigation.scss */
  .nav > li > a {
    padding: inherit inherit inherit inherit;
  }
}
@media (max-width: 767px) {
  /* line 335, ../sass/switch/components/_navigation.scss */
  .nav {
    font-size: 16px;
    padding-left: 0;
    margin: 0;
  }

  /* line 340, ../sass/switch/components/_navigation.scss */
  .nav > li {
    float: none;
    display: block;
  }

  /* line 344, ../sass/switch/components/_navigation.scss */
  .nav > li > a {
    padding: 10px 15px 10px 15px;
    font-size: 16px;
  }

  /* line 348, ../sass/switch/components/_navigation.scss */
  .footer-nav {
    font-size: 12px;
  }
}
/* line 6, ../sass/switch/components/_buttons.scss */
.button {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  padding: 7px 15px 7px 15px;
  font-size: 24px;
  font-weight: normal;
  line-height: 1.4;
  border-radius: 0px;
  font-family: "kevlarregular", Arial, sans-serif;
  text-transform: none;
  border: 1px solid transparent;
  margin-bottom: 10px;
  color: #555555;
  min-width: auto;
  position: relative;
  white-space: nowrap;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
/* line 27, ../sass/switch/components/_buttons.scss */
.button:hover {
  text-decoration: underline;
}

/* line 32, ../sass/switch/components/_buttons.scss */
button {
  background: none;
  border: none;
  margin: 0;
  cursor: pointer;
  padding: 0;
}

/* line 45, ../sass/switch/components/_buttons.scss */
.button.full {
  display: block;
  width: 100%;
}

/* line 50, ../sass/switch/components/_buttons.scss */
.button.small {
  padding: 7px 10px 7px 10px;
  font-size: inherit;
}

/* line 55, ../sass/switch/components/_buttons.scss */
.button.medium {
  padding: 7px 12px 7px 12px;
  font-size: inherit;
}

/* line 60, ../sass/switch/components/_buttons.scss */
.button.large {
  padding: 9px 20px 9px 20px;
  font-size: inherit;
}

/* line 71, ../sass/switch/components/_buttons.scss */
.button.default {
  color: #555555;
  background-color: #f8f8f8;
  border-color: #d2d2d2;
}
/* line 57, ../sass/switch/mixins/_mixins.scss */
.button.default:hover {
  background-color: #d2d2d2;
  border-color: #d2d2d2;
}
/* line 62, ../sass/switch/mixins/_mixins.scss */
.button.default:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: rgba(75, 64, 56, 0) 0 0px 5px 0, rgba(222, 222, 222, 0) 0 -3px 0px 0 inset;
  -moz-box-shadow: rgba(75, 64, 56, 0) 0 0px 5px 0, rgba(222, 222, 222, 0) 0 -3px 0px 0 inset;
  box-shadow: rgba(75, 64, 56, 0) 0 0px 5px 0, rgba(222, 222, 222, 0) 0 -3px 0px 0 inset;
}
/* line 73, ../sass/switch/components/_buttons.scss */
.button.default:after {
  display: none;
}
/* line 76, ../sass/switch/components/_buttons.scss */
.button.default:hover {
  text-decoration: none;
}
/* line 79, ../sass/switch/components/_buttons.scss */
.button.default h1, .button.default h2, .button.default h3, .button.default h4, .button.default h5, .button.default h6 {
  color: #555555;
}

/* line 84, ../sass/switch/components/_buttons.scss */
.button.primary {
  color: white;
  background-color: #68594e;
  border-color: #68594e;
}
/* line 57, ../sass/switch/mixins/_mixins.scss */
.button.primary:hover {
  background-color: #3c342d;
  border-color: #3c342d;
}
/* line 62, ../sass/switch/mixins/_mixins.scss */
.button.primary:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: rgba(75, 64, 56, 0) 0 0px 5px 0, rgba(75, 64, 56, 0) 0 -3px 0px 0 inset;
  -moz-box-shadow: rgba(75, 64, 56, 0) 0 0px 5px 0, rgba(75, 64, 56, 0) 0 -3px 0px 0 inset;
  box-shadow: rgba(75, 64, 56, 0) 0 0px 5px 0, rgba(75, 64, 56, 0) 0 -3px 0px 0 inset;
}
/* line 86, ../sass/switch/components/_buttons.scss */
.button.primary h1, .button.primary h2, .button.primary h3, .button.primary h4, .button.primary h5, .button.primary h6 {
  color: white;
}
/* line 89, ../sass/switch/components/_buttons.scss */
.button.primary:hover {
  text-decoration: none;
}

/* line 94, ../sass/switch/components/_buttons.scss */
.button.secondary {
  color: white;
  background-color: #606060;
  border-color: #606060;
}
/* line 57, ../sass/switch/mixins/_mixins.scss */
.button.secondary:hover {
  background-color: #3a3a3a;
  border-color: #3a3a3a;
}
/* line 62, ../sass/switch/mixins/_mixins.scss */
.button.secondary:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: rgba(75, 64, 56, 0) 0 0px 5px 0, rgba(71, 71, 71, 0) 0 -3px 0px 0 inset;
  -moz-box-shadow: rgba(75, 64, 56, 0) 0 0px 5px 0, rgba(71, 71, 71, 0) 0 -3px 0px 0 inset;
  box-shadow: rgba(75, 64, 56, 0) 0 0px 5px 0, rgba(71, 71, 71, 0) 0 -3px 0px 0 inset;
}
/* line 96, ../sass/switch/components/_buttons.scss */
.button.secondary h1, .button.secondary h2, .button.secondary h3, .button.secondary h4, .button.secondary h5, .button.secondary h6 {
  color: white;
}
/* line 99, ../sass/switch/components/_buttons.scss */
.button.secondary:hover {
  text-decoration: none;
}

/* line 104, ../sass/switch/components/_buttons.scss */
.button.tertiary {
  color: #555555;
  background-color: #e6dfd5;
  border-color: #e6dfd5;
}
/* line 57, ../sass/switch/mixins/_mixins.scss */
.button.tertiary:hover {
  background-color: #c9baa5;
  border-color: #c9baa5;
}
/* line 62, ../sass/switch/mixins/_mixins.scss */
.button.tertiary:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: rgba(75, 64, 56, 0) 0 0px 5px 0, rgba(211, 199, 181, 0) 0 -3px 0px 0 inset;
  -moz-box-shadow: rgba(75, 64, 56, 0) 0 0px 5px 0, rgba(211, 199, 181, 0) 0 -3px 0px 0 inset;
  box-shadow: rgba(75, 64, 56, 0) 0 0px 5px 0, rgba(211, 199, 181, 0) 0 -3px 0px 0 inset;
}
/* line 106, ../sass/switch/components/_buttons.scss */
.button.tertiary h1, .button.tertiary h2, .button.tertiary h3, .button.tertiary h4, .button.tertiary h5, .button.tertiary h6 {
  color: #555555;
}
/* line 109, ../sass/switch/components/_buttons.scss */
.button.tertiary:hover {
  text-decoration: none;
}

/* line 114, ../sass/switch/components/_buttons.scss */
.button.completed {
  color: white;
  background-color: #47bc28;
  border-color: #47bc28;
}
/* line 57, ../sass/switch/mixins/_mixins.scss */
.button.completed:hover {
  background-color: #2f7d1b;
  border-color: #2f7d1b;
}
/* line 62, ../sass/switch/mixins/_mixins.scss */
.button.completed:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: rgba(75, 64, 56, 0) 0 0px 5px 0, rgba(55, 146, 31, 0) 0 -3px 0px 0 inset;
  -moz-box-shadow: rgba(75, 64, 56, 0) 0 0px 5px 0, rgba(55, 146, 31, 0) 0 -3px 0px 0 inset;
  box-shadow: rgba(75, 64, 56, 0) 0 0px 5px 0, rgba(55, 146, 31, 0) 0 -3px 0px 0 inset;
}
/* line 116, ../sass/switch/components/_buttons.scss */
.button.completed h1, .button.completed h2, .button.completed h3, .button.completed h4, .button.completed h5, .button.completed h6 {
  color: white;
}
/* line 119, ../sass/switch/components/_buttons.scss */
.button.completed:hover {
  text-decoration: none;
}

/* line 124, ../sass/switch/components/_buttons.scss */
.button.error {
  color: white;
  background-color: red;
  border-color: red;
}
/* line 57, ../sass/switch/mixins/_mixins.scss */
.button.error:hover {
  background-color: #b30000;
  border-color: #b30000;
}
/* line 62, ../sass/switch/mixins/_mixins.scss */
.button.error:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: rgba(75, 64, 56, 0) 0 0px 5px 0, rgba(204, 0, 0, 0) 0 -3px 0px 0 inset;
  -moz-box-shadow: rgba(75, 64, 56, 0) 0 0px 5px 0, rgba(204, 0, 0, 0) 0 -3px 0px 0 inset;
  box-shadow: rgba(75, 64, 56, 0) 0 0px 5px 0, rgba(204, 0, 0, 0) 0 -3px 0px 0 inset;
}
/* line 126, ../sass/switch/components/_buttons.scss */
.button.error h1, .button.error h2, .button.error h3, .button.error h4, .button.error h5, .button.error h6 {
  color: white;
}
/* line 129, ../sass/switch/components/_buttons.scss */
.button.error:hover {
  text-decoration: none;
}

/* line 134, ../sass/switch/components/_buttons.scss */
.button.important {
  color: white;
  background-color: #1fadb2;
  border-color: #1fadb2;
}
/* line 57, ../sass/switch/mixins/_mixins.scss */
.button.important:hover {
  background-color: #146e71;
  border-color: #146e71;
}
/* line 62, ../sass/switch/mixins/_mixins.scss */
.button.important:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: rgba(75, 64, 56, 0) 0 0px 5px 0, rgba(23, 131, 135, 0) 0 -3px 0px 0 inset;
  -moz-box-shadow: rgba(75, 64, 56, 0) 0 0px 5px 0, rgba(23, 131, 135, 0) 0 -3px 0px 0 inset;
  box-shadow: rgba(75, 64, 56, 0) 0 0px 5px 0, rgba(23, 131, 135, 0) 0 -3px 0px 0 inset;
}
/* line 136, ../sass/switch/components/_buttons.scss */
.button.important h1, .button.important h2, .button.important h3, .button.important h4, .button.important h5, .button.important h6 {
  color: white;
}
/* line 139, ../sass/switch/components/_buttons.scss */
.button.important:hover {
  text-decoration: none;
}

/* line 150, ../sass/switch/components/_buttons.scss */
.button.arrow {
  padding-right: 30px;
}
/* line 152, ../sass/switch/components/_buttons.scss */
.button.arrow:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #68594e;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -5px;
}

/* line 171, ../sass/switch/components/_buttons.scss */
.button-category {
  font-size: 0;
}
/* line 28, ../sass/switch/mixins/_mixins.scss */
.button-category:before, .button-category:after {
  content: " ";
  display: table;
}
/* line 32, ../sass/switch/mixins/_mixins.scss */
.button-category:after {
  clear: both;
}
/* line 174, ../sass/switch/components/_buttons.scss */
.button-category .button {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0;
  margin-right: 0px;
}

/* line 183, ../sass/switch/components/_buttons.scss */
.button-category.center .button {
  margin-left: 0px;
  margin-right: 0px;
}

/* line 189, ../sass/switch/components/_buttons.scss */
.button-category.left {
  float: none !important;
  text-align: left;
  display: block;
}

/* line 195, ../sass/switch/components/_buttons.scss */
.button-category.center {
  float: none !important;
  display: block;
  text-align: center;
}

/* line 201, ../sass/switch/components/_buttons.scss */
.button-category.right {
  float: none !important;
  text-align: right;
  display: block;
}
/* line 205, ../sass/switch/components/_buttons.scss */
.button-category.right .button {
  margin-left: 0px;
}

@media (max-width: 767px) {
  /* line 224, ../sass/switch/components/_buttons.scss */
  .button {
    min-width: 1px;
  }
  /* line 226, ../sass/switch/components/_buttons.scss */
  .button.force-right, .button.force-left {
    width: auto;
  }

  /* line 232, ../sass/switch/components/_buttons.scss */
  .button-category .button {
    margin-bottom: 10px;
    margin-right: 0;
  }
}
/* line 6, ../sass/switch/components/_breadcrumbs.scss */
.breadcrumbs {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  margin-bottom: 10px;
  color: #555555;
}
/* line 28, ../sass/switch/mixins/_mixins.scss */
.breadcrumbs:before, .breadcrumbs:after {
  content: " ";
  display: table;
}
/* line 32, ../sass/switch/mixins/_mixins.scss */
.breadcrumbs:after {
  clear: both;
}
/* line 14, ../sass/switch/components/_breadcrumbs.scss */
.breadcrumbs li {
  font-size: 14px;
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
}
/* line 20, ../sass/switch/components/_breadcrumbs.scss */
.breadcrumbs li:before {
  display: none;
}
/* line 23, ../sass/switch/components/_breadcrumbs.scss */
.breadcrumbs li:after {
  content: "/";
  padding-left: 10px;
  padding-right: 10px;
  color: #cccccc;
}
/* line 29, ../sass/switch/components/_breadcrumbs.scss */
.breadcrumbs li:last-child:after {
  content: '';
}
/* line 33, ../sass/switch/components/_breadcrumbs.scss */
.breadcrumbs a {
  color: #555555;
}
/* line 35, ../sass/switch/components/_breadcrumbs.scss */
.breadcrumbs a:hover {
  color: #68594e;
  text-decoration: underline;
}
/* line 41, ../sass/switch/components/_breadcrumbs.scss */
.breadcrumbs li.active a {
  color: #68594e;
  cursor: default !important;
  text-decoration: none !important;
}
/* line 47, ../sass/switch/components/_breadcrumbs.scss */
.breadcrumbs.with-bg {
  background-color: #68594e;
  color: white;
  padding: 10px 15px 10px 15px;
}
/* line 51, ../sass/switch/components/_breadcrumbs.scss */
.breadcrumbs.with-bg li {
  float: left;
  padding: 0;
  margin: 0;
  background: none;
  width: auto;
}
/* line 57, ../sass/switch/components/_breadcrumbs.scss */
.breadcrumbs.with-bg li:before {
  display: none;
}
/* line 60, ../sass/switch/components/_breadcrumbs.scss */
.breadcrumbs.with-bg li:after {
  color: #857264;
}
/* line 64, ../sass/switch/components/_breadcrumbs.scss */
.breadcrumbs.with-bg a {
  color: white;
  margin: 0;
  padding: 0;
  display: inline-block;
}
/* line 69, ../sass/switch/components/_breadcrumbs.scss */
.breadcrumbs.with-bg a:before {
  display: none;
}
/* line 72, ../sass/switch/components/_breadcrumbs.scss */
.breadcrumbs.with-bg a:hover {
  color: white;
  text-decoration: underline;
}
/* line 78, ../sass/switch/components/_breadcrumbs.scss */
.breadcrumbs.with-bg li.active a {
  color: #110e0c !important;
}

/* line 6, ../sass/switch/components/_pagination.scss */
.pagination {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-bottom: 30px;
  font-size: 0;
}
/* line 28, ../sass/switch/mixins/_mixins.scss */
.pagination:before, .pagination:after {
  content: " ";
  display: table;
}
/* line 32, ../sass/switch/mixins/_mixins.scss */
.pagination:after {
  clear: both;
}
/* line 13, ../sass/switch/components/_pagination.scss */
.pagination li {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  position: relative;
  margin-right: 2px;
  margin-bottom: 5px;
}
/* line 24, ../sass/switch/components/_pagination.scss */
.pagination li:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0;
  content: "";
  padding-right: 0px;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
/* line 35, ../sass/switch/components/_pagination.scss */
.pagination li:last-child {
  margin-right: 0;
}
/* line 39, ../sass/switch/components/_pagination.scss */
.pagination a {
  display: block;
  padding: 10px 15px 10px 15px;
  color: white;
  background: #606060;
}
/* line 44, ../sass/switch/components/_pagination.scss */
.pagination a:hover {
  background: #68594e;
  color: white;
  text-decoration: none;
}
/* line 51, ../sass/switch/components/_pagination.scss */
.pagination li.active a {
  background: #68594e;
  color: white;
  cursor: default;
}
/* line 58, ../sass/switch/components/_pagination.scss */
.pagination li.inactive a {
  opacity: 0.6;
  cursor: default;
}
/* line 61, ../sass/switch/components/_pagination.scss */
.pagination li.inactive a:hover {
  color: white;
  background: #606060;
}
/* line 67, ../sass/switch/components/_pagination.scss */
.pagination.center {
  text-align: center;
}
/* line 70, ../sass/switch/components/_pagination.scss */
.pagination.right, .pagination.left {
  float: none !important;
  margin: 0;
  text-align: right;
}
/* line 76, ../sass/switch/components/_pagination.scss */
.pagination.pager .prev {
  float: left;
}
/* line 79, ../sass/switch/components/_pagination.scss */
.pagination.pager .next {
  float: right;
}

/* line 6, ../sass/switch/components/_icons.scss */
.icon-image {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  position: relative;
  top: -1px;
  line-height: 1.4;
  margin-right: 3px;
}

/* line 16, ../sass/switch/components/_icons.scss */
.icon-right {
  margin-left: 3px;
  margin-right: 0;
}

/* line 22, ../sass/switch/components/_icons.scss */
.icon-width {
  width: 22px !important;
  background-position: 50% 0 !important;
  margin: 0;
}

/* line 31, ../sass/switch/components/_icons.scss */
.icon-circular {
  background-color: #f8f8f8;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 18px;
  position: relative;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  color: #555555;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin-bottom: 5px;
}
/* line 46, ../sass/switch/components/_icons.scss */
.icon-circular:hover {
  text-decoration: none;
  background-color: #d2d2d2;
}
/* line 50, ../sass/switch/components/_icons.scss */
.icon-circular i {
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  height: 100%;
  width: 100%;
  background-position: 50% 50%;
  line-height: 50px;
}
/* line 59, ../sass/switch/components/_icons.scss */
.icon-circular .icon-image {
  background-size: 37% 37%;
}
/* line 83, ../sass/switch/components/_icons.scss */
.icon-circular.small {
  width: 30px;
  height: 30px;
}
/* line 86, ../sass/switch/components/_icons.scss */
.icon-circular.small i {
  line-height: 30px;
  font-size: 12px;
}
/* line 90, ../sass/switch/components/_icons.scss */
.icon-circular.small .icon-image {
  background-size: 30% 30%;
}
/* line 94, ../sass/switch/components/_icons.scss */
.icon-circular.medium {
  width: 37px;
  height: 37px;
}
/* line 97, ../sass/switch/components/_icons.scss */
.icon-circular.medium i {
  line-height: 37px;
  font-size: 14px;
}
/* line 101, ../sass/switch/components/_icons.scss */
.icon-circular.medium .icon-image {
  background-size: 35% 35%;
}
/* line 105, ../sass/switch/components/_icons.scss */
.icon-circular.large {
  width: 62px;
  height: 62px;
}
/* line 108, ../sass/switch/components/_icons.scss */
.icon-circular.large i {
  line-height: 62px;
  font-size: 24px;
}
/* line 112, ../sass/switch/components/_icons.scss */
.icon-circular.large .icon-image {
  background-size: 40% 40%;
}

/* line 9, ../sass/switch/components/_lists.scss */
dl {
  margin-bottom: 30px;
  display: block;
}
/* line 12, ../sass/switch/components/_lists.scss */
dl dt {
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 22px;
  color: #555555;
}
/* line 19, ../sass/switch/components/_lists.scss */
dl dd {
  margin-bottom: 10px;
}

/* line 30, ../sass/switch/components/_lists.scss */
ol {
  list-style-type: decimal;
  margin-bottom: 30px;
  padding-left: 30px;
}
/* line 34, ../sass/switch/components/_lists.scss */
ol li {
  padding: 0;
  margin: 0;
  line-height: 1.5;
  position: relative;
}
/* line 40, ../sass/switch/components/_lists.scss */
ol a {
  display: normal;
}

/* line 51, ../sass/switch/components/_lists.scss */
ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
}
/* line 56, ../sass/switch/components/_lists.scss */
ul:last-child {
  margin-bottom: 0;
}
/* line 59, ../sass/switch/components/_lists.scss */
ul ul {
  margin-bottom: 0 !important;
}
/* line 62, ../sass/switch/components/_lists.scss */
ul li {
  margin: 0;
  padding: 0;
  padding-left: 15px;
  line-height: 1.5;
  position: relative;
}
/* line 68, ../sass/switch/components/_lists.scss */
ul li:before {
  position: absolute;
  left: -2px;
  top: 2px;
  content: "\2022";
  padding-right: 5px;
  color: #555555;
  font-size: 17px;
  line-height: 1.4;
}
/* line 79, ../sass/switch/components/_lists.scss */
ul a {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
/* line 85, ../sass/switch/components/_lists.scss */
ul.with-bg li {
  padding: 6px 0px 6px 0px;
  padding-left: 35px;
  display: block;
  background: #f8f8f8;
  color: #555555;
}
/* line 91, ../sass/switch/components/_lists.scss */
ul.with-bg li:before {
  left: 10px;
  color: #555555;
  top: 6px;
}
/* line 97, ../sass/switch/components/_lists.scss */
ul.with-bg a {
  margin-left: -35px;
  padding-left: 35px;
  display: block;
  color: #555555;
}
/* line 102, ../sass/switch/components/_lists.scss */
ul.with-bg a:hover {
  background-color: #68594e;
  color: white;
  text-decoration: none;
}
/* line 106, ../sass/switch/components/_lists.scss */
ul.with-bg a:hover:before {
  position: absolute;
  left: 10px;
  top: 6px;
  content: "\2022";
  padding-right: 5px;
  color: white;
  font-size: 17px;
  line-height: 1.4;
}

/* line 122, ../sass/switch/components/_lists.scss */
.list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-bottom: 30px;
}
/* line 127, ../sass/switch/components/_lists.scss */
.list li {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}
/* line 132, ../sass/switch/components/_lists.scss */
.list li:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0;
  content: "";
  padding-right: 0px;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 154, ../sass/switch/components/_lists.scss */
.list.with-bg li {
  padding: 6px 10px 6px 10px;
  width: 100%;
  background: #f8f8f8;
  color: #555555;
}
/* line 160, ../sass/switch/components/_lists.scss */
.list.with-bg li.active a {
  background-color: #68594e;
  color: white;
}
/* line 166, ../sass/switch/components/_lists.scss */
.list.with-bg a {
  color: #555555;
  display: block;
  padding: 6px 10px 6px 10px;
  margin-top: -6px;
  margin-left: -10px;
  margin-bottom: -6px;
  margin-right: -10px;
  position: relative;
}
/* line 175, ../sass/switch/components/_lists.scss */
.list.with-bg a:hover {
  background-color: #68594e;
  color: white;
  text-decoration: none;
}
/* line 179, ../sass/switch/components/_lists.scss */
.list.with-bg a:hover:before {
  content: "";
}
/* line 184, ../sass/switch/components/_lists.scss */
.list.with-bg .no-bg {
  background: none;
  color: #555555;
}

/* line 191, ../sass/switch/components/_lists.scss */
ul.with-bg a {
  margin-top: -6px;
  margin-bottom: -6px;
  padding-top: 6px;
  padding-bottom: 6px;
}

/* line 206, ../sass/switch/components/_lists.scss */
ul.inline li {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  width: auto;
}
/* line 211, ../sass/switch/components/_lists.scss */
ul.inline li:last-child {
  margin-right: 0;
}

/* line 221, ../sass/switch/components/_lists.scss */
ul.indent {
  padding-left: 20px;
}
/* line 223, ../sass/switch/components/_lists.scss */
ul.indent.with-bg {
  padding-left: 0;
}
/* line 225, ../sass/switch/components/_lists.scss */
ul.indent.with-bg li {
  padding-left: 20px;
}
/* line 228, ../sass/switch/components/_lists.scss */
ul.indent.with-bg a {
  margin-left: -20px;
  padding-left: 20px;
}

/* line 240, ../sass/switch/components/_lists.scss */
ul.border {
  margin-bottom: 30px;
}
/* line 242, ../sass/switch/components/_lists.scss */
ul.border li {
  padding-top: 6px;
  padding-bottom: 6px;
  border-bottom: 1px solid gray;
}
/* line 246, ../sass/switch/components/_lists.scss */
ul.border li:last-child {
  border-top: none;
  border-bottom: none;
}
/* line 252, ../sass/switch/components/_lists.scss */
ul.border.with-bg li {
  border-bottom: 1px solid white;
}

/* line 263, ../sass/switch/components/_lists.scss */
ul.arrow {
  margin-bottom: 30px;
}
/* line 265, ../sass/switch/components/_lists.scss */
ul.arrow li {
  padding-left: 13px;
}
/* line 267, ../sass/switch/components/_lists.scss */
ul.arrow li:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #555555;
  position: absolute;
  left: 0;
  top: 5px;
}
/* line 280, ../sass/switch/components/_lists.scss */
ul.arrow.with-bg li {
  padding-left: 26px;
}
/* line 282, ../sass/switch/components/_lists.scss */
ul.arrow.with-bg li:before {
  left: 13px;
  border-left: 4px solid #555555;
  top: 12px;
}
/* line 288, ../sass/switch/components/_lists.scss */
ul.arrow.with-bg a {
  padding-left: 26px;
  margin-left: -26px;
}
/* line 291, ../sass/switch/components/_lists.scss */
ul.arrow.with-bg a:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #555555;
  position: absolute;
  top: 12px;
  left: 13px;
  border-left: 4px solid #555555;
}
/* line 304, ../sass/switch/components/_lists.scss */
ul.arrow.with-bg a:hover:before {
  border-left: 4px solid white;
  top: 12px;
  left: 13px;
}

/* line 6, ../sass/switch/components/_hero.scss */
.hero {
  position: relative;
  background: #f8f8f8;
  border: 0px solid black;
  font-size: 14px;
  color: #555555;
  -webkit-box-shadow: rgba(0, 0, 0, 0) 3px 6px 13px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0) 3px 6px 13px 0px;
  box-shadow: rgba(0, 0, 0, 0) 3px 6px 13px 0px;
}
/* line 28, ../sass/switch/mixins/_mixins.scss */
.hero:before, .hero:after {
  content: " ";
  display: table;
}
/* line 32, ../sass/switch/mixins/_mixins.scss */
.hero:after {
  clear: both;
}

/* line 16, ../sass/switch/components/_hero.scss */
.hero-image {
  display: block;
  position: relative;
}
/* line 19, ../sass/switch/components/_hero.scss */
.hero-image img {
  width: 100%;
}
/* line 22, ../sass/switch/components/_hero.scss */
.hero-image .hero-content {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
/* line 29, ../sass/switch/components/_hero.scss */
.hero-image .valign {
  height: 100%;
}
/* line 32, ../sass/switch/components/_hero.scss */
.hero-image .hero-intro {
  background: rgba(230, 223, 213, 0.5);
  padding: 20px 15px 20px;
}

/* line 39, ../sass/switch/components/_hero.scss */
.hero-full .hero-image {
  background-size: cover !important;
  background-position: 50% 50% !important;
  height: 400px;
}
/* line 43, ../sass/switch/components/_hero.scss */
.hero-full .hero-image img {
  width: 100%;
}

/* line 49, ../sass/switch/components/_hero.scss */
.hero-image img {
  display: block;
}

/* line 53, ../sass/switch/components/_hero.scss */
.hero-content {
  padding: 45px 45px 45px 45px;
  color: #555555;
}
/* line 56, ../sass/switch/components/_hero.scss */
.hero-content p:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 68, ../sass/switch/components/_hero.scss */
  .hero-content {
    padding: 30px 30px 30px 30px;
  }

  /* line 72, ../sass/switch/components/_hero.scss */
  .hero-full .hero-image {
    height: 300px;
  }
}
@media (max-width: 767px) {
  /* line 87, ../sass/switch/components/_hero.scss */
  .hero-content {
    padding: 20px 20px 20px 20px;
  }

  /* line 91, ../sass/switch/components/_hero.scss */
  .hero-full .hero-image {
    height: 200px;
  }

  /* line 96, ../sass/switch/components/_hero.scss */
  .hero-image .hero-content {
    position: relative;
  }
  /* line 99, ../sass/switch/components/_hero.scss */
  .hero-image .valign {
    height: 100%;
  }
  /* line 102, ../sass/switch/components/_hero.scss */
  .hero-image .hero-intro {
    background: rgba(230, 223, 213, 0.5);
    padding: 20px 15px 20px;
  }
}
/* line 5, ../sass/switch/components/_images.scss */
img {
  display: inline-block;
  vertical-align: middle;
}

/* line 14, ../sass/switch/components/_images.scss */
.image {
  margin-bottom: 30px;
  border-radius: 0px;
  display: block;
}

/* line 24, ../sass/switch/components/_images.scss */
.image.circular {
  border-radius: 50%;
  overflow: hidden;
}

/* line 33, ../sass/switch/components/_images.scss */
.image.border {
  border: 1px solid #dedede;
}

/* line 41, ../sass/switch/components/_images.scss */
.image.thumbnail {
  border: 1px solid #dedede;
  border-radius: 0px;
  background-color: white;
  padding: 5px;
  display: block;
  margin-bottom: 30px;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

/* line 57, ../sass/switch/components/_images.scss */
.image.full {
  width: 100%;
  height: auto;
}

/* line 66, ../sass/switch/components/_images.scss */
img.small {
  width: 25% !important;
}

/* line 69, ../sass/switch/components/_images.scss */
img.medium {
  width: 40% !important;
}

/* line 72, ../sass/switch/components/_images.scss */
img.large {
  width: 60% !important;
}

/* line 7, ../sass/switch/components/_banners.scss */
.banner .banner-image {
  position: relative;
}
/* line 9, ../sass/switch/components/_banners.scss */
.banner .banner-image img {
  width: 100%;
  display: block;
  margin-bottom: 0;
}
/* line 15, ../sass/switch/components/_banners.scss */
.banner .caption {
  width: 100%;
  position: absolute;
  left: 0;
  top: auto;
  bottom: 0;
  padding: 15px 15px 15px 15px;
  background: #e6dfd5;
  color: #555555;
}
/* line 24, ../sass/switch/components/_banners.scss */
.banner .caption a {
  color: #967f6d;
}
/* line 27, ../sass/switch/components/_banners.scss */
.banner .caption p:last-child {
  margin-bottom: 0;
}
/* line 31, ../sass/switch/components/_banners.scss */
.banner .banner-content {
  padding: 15px 15px 15px 15px;
}
/* line 34, ../sass/switch/components/_banners.scss */
.banner .ribbon {
  width: 99px;
  height: 99px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
/* line 42, ../sass/switch/components/_banners.scss */
.banner .ribbon .ribbon-content {
  position: relative;
  background: #68594e;
  color: white;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 140px;
  font-size: 14px;
  display: block;
  text-align: center;
  padding: 10px 0;
  top: 20px;
  left: -32px;
}
/* line 54, ../sass/switch/components/_banners.scss */
.banner .ribbon .ribbon-content a {
  color: white;
}
/* line 58, ../sass/switch/components/_banners.scss */
.banner .ribbon.right {
  margin: 0;
  left: auto;
  right: 0;
}
/* line 62, ../sass/switch/components/_banners.scss */
.banner .ribbon.right .ribbon-content {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 20px;
  left: -8px;
}
/* line 69, ../sass/switch/components/_banners.scss */
.banner .ribbon.bottom.right .ribbon-content {
  -webkit-transform: rotate(316deg);
  -moz-transform: rotate(316deg);
  -ms-transform: rotate(316deg);
  -o-transform: rotate(316deg);
  transform: rotate(316deg);
  top: 47px;
  left: -10px;
}
/* line 75, ../sass/switch/components/_banners.scss */
.banner .ribbon.bottom {
  top: auto;
  bottom: 0;
}
/* line 78, ../sass/switch/components/_banners.scss */
.banner .ribbon.bottom .ribbon-content {
  -webkit-transform: rotate(-316deg);
  -moz-transform: rotate(-316deg);
  -ms-transform: rotate(-316deg);
  -o-transform: rotate(-316deg);
  transform: rotate(-316deg);
  top: 46px;
  left: -32px;
}
/* line 85, ../sass/switch/components/_banners.scss */
.banner .tag {
  background: #68594e;
  color: white;
  font-size: 14px;
  padding: 10px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 20px;
}
/* line 94, ../sass/switch/components/_banners.scss */
.banner .tag.right {
  left: auto;
  right: 0;
}
/* line 98, ../sass/switch/components/_banners.scss */
.banner .tag.bottom {
  top: auto;
  bottom: 20px;
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 114, ../sass/switch/components/_banners.scss */
  .caption {
    padding: inherit inherit inherit inherit;
  }

  /* line 117, ../sass/switch/components/_banners.scss */
  .banner-content {
    padding: inherit inherit inherit inherit;
  }
}
@media (max-width: 767px) {
  /* line 131, ../sass/switch/components/_banners.scss */
  .caption {
    padding: inherit inherit inherit inherit;
  }

  /* line 134, ../sass/switch/components/_banners.scss */
  .banner-content {
    padding: inherit inherit inherit inherit;
  }
}
/* line 5, ../sass/switch/components/_forms.scss */
.form {
  display: block;
  margin-bottom: 15px;
}
/* line 28, ../sass/switch/mixins/_mixins.scss */
.form:before, .form:after {
  content: " ";
  display: table;
}
/* line 32, ../sass/switch/mixins/_mixins.scss */
.form:after {
  clear: both;
}
/* line 9, ../sass/switch/components/_forms.scss */
.form:last-child {
  margin-bottom: 0;
}

/* line 14, ../sass/switch/components/_forms.scss */
.form-category {
  margin-bottom: 18px;
}
/* line 28, ../sass/switch/mixins/_mixins.scss */
.form-category:before, .form-category:after {
  content: " ";
  display: table;
}
/* line 32, ../sass/switch/mixins/_mixins.scss */
.form-category:after {
  clear: both;
}
/* line 17, ../sass/switch/components/_forms.scss */
.form-category:last-child {
  margin-bottom: 0;
}

/* line 23, ../sass/switch/components/_forms.scss */
form .row {
  margin-bottom: 18px;
}
/* line 25, ../sass/switch/components/_forms.scss */
form .row:last-child {
  margin-bottom: 0;
}

/* line 35, ../sass/switch/components/_forms.scss */
.input-text, textarea, select {
  width: 100%;
  display: block;
  position: relative;
  height: 51px;
  line-height: 1.4;
  font-size: 14px;
  padding: 15px 20px 15px 20px;
  color: #555555;
  background: white;
  border: 0px solid #dedede;
  border-radius: 0px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 6px;
  font-weight: bold;
  text-transform: none;
  -webkit-box-shadow: rgba(103, 103, 103, 0) 0 1px 2px 0, rgba(77, 77, 77, 0) 0 1px 1px 0 inset;
  -moz-box-shadow: rgba(103, 103, 103, 0) 0 1px 2px 0, rgba(77, 77, 77, 0) 0 1px 1px 0 inset;
  box-shadow: rgba(103, 103, 103, 0) 0 1px 2px 0, rgba(77, 77, 77, 0) 0 1px 1px 0 inset;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* line 53, ../sass/switch/components/_forms.scss */
.input-text:focus, textarea:focus, select:focus {
  border-color: #68594e;
  -webkit-box-shadow: #68594e 0 0 5px 0px, rgba(77, 77, 77, 0) 0 1px 1px 0 inset;
  -moz-box-shadow: #68594e 0 0 5px 0px, rgba(77, 77, 77, 0) 0 1px 1px 0 inset;
  box-shadow: #68594e 0 0 5px 0px, rgba(77, 77, 77, 0) 0 1px 1px 0 inset;
}
/* line 57, ../sass/switch/components/_forms.scss */
.input-text:last-child, textarea:last-child, select:last-child {
  margin-bottom: 0;
}

/* line 62, ../sass/switch/components/_forms.scss */
input[type="text"].error, textarea.error, select.error {
  border-color: red;
}
/* line 64, ../sass/switch/components/_forms.scss */
input[type="text"].error:focus, textarea.error:focus, select.error:focus {
  border-color: red;
  -webkit-box-shadow: red 0 0 5px 0px, rgba(77, 77, 77, 0) 0 1px 1px 0 inset;
  -moz-box-shadow: red 0 0 5px 0px, rgba(77, 77, 77, 0) 0 1px 1px 0 inset;
  box-shadow: red 0 0 5px 0px, rgba(77, 77, 77, 0) 0 1px 1px 0 inset;
}

/* line 70, ../sass/switch/components/_forms.scss */
input[type="text"].completed, textarea.completed, select.completed {
  border-color: #47bc28;
}
/* line 72, ../sass/switch/components/_forms.scss */
input[type="text"].completed:focus, textarea.completed:focus, select.completed:focus {
  border-color: #47bc28;
  -webkit-box-shadow: #47bc28 0 0 5px 0px, rgba(77, 77, 77, 0) 0 1px 1px 0 inset;
  -moz-box-shadow: #47bc28 0 0 5px 0px, rgba(77, 77, 77, 0) 0 1px 1px 0 inset;
  box-shadow: #47bc28 0 0 5px 0px, rgba(77, 77, 77, 0) 0 1px 1px 0 inset;
}

/* line 80, ../sass/switch/components/_forms.scss */
.input-icon {
  position: relative;
  font-size: 14px;
  color: #555555;
  margin-bottom: 6px;
}
/* line 85, ../sass/switch/components/_forms.scss */
.input-icon .icon-position {
  position: absolute;
  right: 20px;
  top: 11px;
  z-index: 9;
}
/* line 91, ../sass/switch/components/_forms.scss */
.input-icon .input-text, .input-icon textarea, .input-icon select {
  margin-bottom: 0;
}
/* line 94, ../sass/switch/components/_forms.scss */
.input-icon button {
  margin-bottom: 0;
}

/* line 115, ../sass/switch/components/_forms.scss */
label {
  display: inline-block;
  font-family: "Bodoni", Arial, sans-serif;
  line-height: 1.4;
}

/* line 121, ../sass/switch/components/_forms.scss */
label.error {
  color: red;
}

/* line 125, ../sass/switch/components/_forms.scss */
label.completed {
  color: #47bc28;
}

/* line 129, ../sass/switch/components/_forms.scss */
.input-label {
  font-weight: bold;
  font-size: 13px;
  padding-bottom: 15px;
  display: block;
}

/* line 136, ../sass/switch/components/_forms.scss */
.input-label.valign {
  display: table;
  width: 100%;
  height: 51px;
  padding: 0;
  text-align: left;
}
/* line 142, ../sass/switch/components/_forms.scss */
.input-label.valign span {
  display: table-cell;
  vertical-align: middle;
}

/* line 148, ../sass/switch/components/_forms.scss */
.label-details {
  overflow: hidden;
  padding-bottom: 1px;
  display: block;
}

/* line 158, ../sass/switch/components/_forms.scss */
textarea {
  -webkit-appearance: none;
  margin-bottom: 18px;
  overflow: auto;
  height: auto;
  line-height: normal;
}

/* line 171, ../sass/switch/components/_forms.scss */
.select-box {
  position: relative;
  margin-bottom: 18px;
  background: white;
  border-radius: 0px;
}
/* line 28, ../sass/switch/mixins/_mixins.scss */
.select-box:before, .select-box:after {
  content: " ";
  display: table;
}
/* line 32, ../sass/switch/mixins/_mixins.scss */
.select-box:after {
  clear: both;
}
/* line 177, ../sass/switch/components/_forms.scss */
.select-box:last-child {
  margin-bottom: 0;
}
/* line 180, ../sass/switch/components/_forms.scss */
.select-box:after {
  content: '';
  background-size: 15px 9px;
  width: 15px;
  height: 9px;
  position: absolute;
  z-index: 1;
  right: 20px;
  top: 30px;
}

/* line 193, ../sass/switch/components/_forms.scss */
select {
  z-index: 2;
  cursor: pointer;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}

/* line 211, ../sass/switch/components/_forms.scss */
select::-ms-expand {
  display: none;
}

/* line 219, ../sass/switch/components/_forms.scss */
input[type="radio"] {
  -webkit-appearance: radio;
}

/* line 222, ../sass/switch/components/_forms.scss */
input[type="checkbox"] {
  -webkit-appearance: checkbox;
}

/* line 225, ../sass/switch/components/_forms.scss */
input[type="radio"], input[type="checkbox"] {
  position: relative;
  top: 4px;
}

/* line 230, ../sass/switch/components/_forms.scss */
.input-checkbox, .input-radio {
  margin-bottom: 6px;
  display: block;
}
/* line 28, ../sass/switch/mixins/_mixins.scss */
.input-checkbox:before, .input-checkbox:after, .input-radio:before, .input-radio:after {
  content: " ";
  display: table;
}
/* line 32, ../sass/switch/mixins/_mixins.scss */
.input-checkbox:after, .input-radio:after {
  clear: both;
}
/* line 234, ../sass/switch/components/_forms.scss */
.input-checkbox label, .input-radio label {
  margin-bottom: 6px;
  cursor: pointer;
  display: block;
  line-height: 1.4;
}
/* line 239, ../sass/switch/components/_forms.scss */
.input-checkbox label:last-child, .input-radio label:last-child {
  margin-bottom: 0;
}
/* line 243, ../sass/switch/components/_forms.scss */
.input-checkbox input[type="checkbox"], .input-checkbox input[type="radio"], .input-radio input[type="checkbox"], .input-radio input[type="radio"] {
  float: left;
  margin-right: 10px;
}

/* line 250, ../sass/switch/components/_forms.scss */
.input-checkbox.inline label, .input-radio.inline label {
  cursor: pointer;
  display: inline-block;
  line-height: 1.4;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 0;
}
/* line 257, ../sass/switch/components/_forms.scss */
.input-checkbox.inline label:last-child, .input-radio.inline label:last-child {
  margin-right: 0;
}

/* line 263, ../sass/switch/components/_forms.scss */
.icheckbox {
  margin: 0;
  padding: 0;
  width: 20px;
  height: 20px;
  background: url(../images/input-checkbox.png) 0 0 no-repeat;
  border: none;
  cursor: pointer;
  margin-right: 10px;
  float: left;
}

/* line 274, ../sass/switch/components/_forms.scss */
.icheckbox {
  background-position: 0 0;
}

/* line 277, ../sass/switch/components/_forms.scss */
.icheckbox.checked {
  background-position: -2px -27px;
  cursor: default;
}

/* line 287, ../sass/switch/components/_forms.scss */
.iradio {
  margin: 0;
  padding: 0;
  width: 20px;
  height: 20px;
  background: url(../images/icons/icon-radio.png) 0 0 no-repeat;
  border: none;
  cursor: pointer;
  margin-right: 10px;
  float: left;
}

/* line 299, ../sass/switch/components/_forms.scss */
.iradio {
  background-position: 0 0;
}

/* line 302, ../sass/switch/components/_forms.scss */
.iradio.checked {
  background-position: 0px -20px;
  cursor: default;
}

/* line 312, ../sass/switch/components/_forms.scss */
:-moz-placeholder {
  color: gray;
  opacity: 1 !important;
}

/* line 317, ../sass/switch/components/_forms.scss */
::-moz-placeholder {
  color: gray;
  opacity: 1 !important;
}

/* line 322, ../sass/switch/components/_forms.scss */
:-ms-input-placeholder {
  color: gray;
}

/* line 326, ../sass/switch/components/_forms.scss */
::-webkit-input-placeholder {
  color: gray;
}

/* line 335, ../sass/switch/components/_forms.scss */
.input-category {
  display: table;
  position: relative;
  border-spacing: 0;
  border-collapse: separate;
  margin-bottom: 15px;
}
/* line 341, ../sass/switch/components/_forms.scss */
.input-category:last-child {
  margin-bottom: 0;
}
/* line 344, ../sass/switch/components/_forms.scss */
.input-category button {
  margin-bottom: 0;
}
/* line 347, ../sass/switch/components/_forms.scss */
.input-category .input-append {
  display: table-cell;
  vertical-align: middle;
  line-height: 1;
  text-align: center;
  width: 1%;
  white-space: nowrap;
  overflow: hidden;
}
/* line 355, ../sass/switch/components/_forms.scss */
.input-category .input-append:last-child {
  -moz-border-radius-topright: 0px;
  -webkit-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -webkit-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
/* line 358, ../sass/switch/components/_forms.scss */
.input-category .input-append:first-child {
  -moz-border-radius-topleft: 0px;
  -webkit-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
/* line 362, ../sass/switch/components/_forms.scss */
.input-category label {
  background: #68594e;
  color: white;
  padding: 15px 20px 15px 20px;
  border: 1px solid transparent;
}
/* line 368, ../sass/switch/components/_forms.scss */
.input-category .input-text, .input-category textarea, .input-category select, .input-category .select-box {
  display: table-cell;
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
/* line 375, ../sass/switch/components/_forms.scss */
.input-category .input-text:last-child, .input-category textarea:last-child, .input-category select:last-child, .input-category .select-box:last-child {
  -moz-border-radius-topleft: 0px;
  -webkit-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
/* line 378, ../sass/switch/components/_forms.scss */
.input-category .input-text:first-child, .input-category textarea:first-child, .input-category select:first-child, .input-category .select-box:first-child {
  -moz-border-radius-topright: 0px;
  -webkit-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -webkit-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
/* line 382, ../sass/switch/components/_forms.scss */
.input-category input[type="radio"], .input-category input[type="checkbox"] {
  position: relative;
  top: 2px;
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 390, ../sass/switch/components/_forms.scss */
  .form-group {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  /* line 405, ../sass/switch/components/_forms.scss */
  form .row {
    margin-bottom: 0;
  }

  /* line 410, ../sass/switch/components/_forms.scss */
  .input-label {
    padding-bottom: 15px;
  }
  /* line 412, ../sass/switch/components/_forms.scss */
  .input-label.valign {
    display: block;
    height: auto;
  }

  /* line 418, ../sass/switch/components/_forms.scss */
  .input-col {
    float: none;
    display: block;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  /* line 424, ../sass/switch/components/_forms.scss */
  .input-col:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }

  /* line 430, ../sass/switch/components/_forms.scss */
  .form-group {
    margin-bottom: 10px;
  }
}
/* line 5, ../sass/switch/components/_tables.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  background-color: transparent;
  color: inherit;
}
/* line 11, ../sass/switch/components/_tables.scss */
table th {
  font-weight: bold;
  background-color: #695d52;
  color: white;
}
/* line 16, ../sass/switch/components/_tables.scss */
table th, table td {
  padding: 12px 20px 12px 20px;
  vertical-align: middle;
  border-right: none;
}
/* line 20, ../sass/switch/components/_tables.scss */
table th:last-child, table td:last-child {
  border-right: none;
}
/* line 24, ../sass/switch/components/_tables.scss */
table tr:nth-child(odd) {
  background-color: inherit;
  color: inherit;
}
/* line 27, ../sass/switch/components/_tables.scss */
table tr:nth-child(odd):hover {
  background-color: none;
}
/* line 31, ../sass/switch/components/_tables.scss */
table tr:nth-child(even) {
  background-color: inherit;
  color: inherit;
}
/* line 34, ../sass/switch/components/_tables.scss */
table tr:nth-child(even):hover {
  background-color: none;
}

/* line 40, ../sass/switch/components/_tables.scss */
.table-flexible {
  margin-bottom: 30px;
  display: block;
}
/* line 28, ../sass/switch/mixins/_mixins.scss */
.table-flexible:before, .table-flexible:after {
  content: " ";
  display: table;
}
/* line 32, ../sass/switch/mixins/_mixins.scss */
.table-flexible:after {
  clear: both;
}
/* line 44, ../sass/switch/components/_tables.scss */
.table-flexible:last-child {
  margin-bottom: 0;
}
/* line 47, ../sass/switch/components/_tables.scss */
.table-flexible .border {
  border-top: 0px solid #dedede;
  border-bottom: 1px solid #787470;
  border-left: 0px solid #dedede;
  border-right: 0px solid #dedede;
}
/* line 52, ../sass/switch/components/_tables.scss */
.table-flexible .border th, .table-flexible .border td {
  border-top: 0px solid #dedede;
  border-bottom: 1px solid #787470;
  border-left: 0px solid #dedede;
  border-right: 0px solid #dedede;
  padding: 12px 20px 12px 20px;
}

@media (max-width: 767px) {
  /* line 76, ../sass/switch/components/_tables.scss */
  .table-flexible {
    width: 100%;
    margin-bottom: 14.25px;
  }
}
/* line 6, ../sass/switch/components/_blocks.scss */
.block {
  padding: 50px 0 50px 0;
  margin-bottom: 0;
  border-bottom: 0px solid #e6dfd5;
  display: block;
  position: relative;
}
/* line 28, ../sass/switch/mixins/_mixins.scss */
.block:before, .block:after {
  content: " ";
  display: table;
}
/* line 32, ../sass/switch/mixins/_mixins.scss */
.block:after {
  clear: both;
}
/* line 13, ../sass/switch/components/_blocks.scss */
.block .block-content {
  padding: 0px 20px 0px 20px;
}
/* line 17, ../sass/switch/components/_blocks.scss */
.block h1:last-child, .block h2:last-child, .block h3:last-child, .block h4:last-child, .block h5:last-child, .block h6:last-child, .block p:last-child, .block .button:last-child {
  margin-bottom: 0;
}
/* line 21, ../sass/switch/components/_blocks.scss */
.block:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 31, ../sass/switch/components/_blocks.scss */
  .block {
    padding: 50px 0 50px 0;
    margin-bottom: 0;
  }

  /* line 35, ../sass/switch/components/_blocks.scss */
  .block-content {
    padding: inherit inherit inherit inherit;
  }
}
@media (max-width: 767px) {
  /* line 49, ../sass/switch/components/_blocks.scss */
  .block {
    padding: 30px 0 30px 0;
    margin-bottom: 0;
  }

  /* line 53, ../sass/switch/components/_blocks.scss */
  .block-content {
    padding: inherit inherit inherit inherit;
  }
}
/* line 6, ../sass/switch/components/_bars.scss */
.bar {
  display: block;
  padding: 10px 10px 10px 10px;
  background: #f8f8f8;
  border: 1px solid #dedede;
  margin-bottom: 10px;
  position: relative;
  z-index: 9;
}
/* line 28, ../sass/switch/mixins/_mixins.scss */
.bar:before, .bar:after {
  content: " ";
  display: table;
}
/* line 32, ../sass/switch/mixins/_mixins.scss */
.bar:after {
  clear: both;
}
/* line 16, ../sass/switch/components/_bars.scss */
.bar h1:last-child, .bar h2:last-child, .bar h3:last-child, .bar h4:last-child, .bar h5:last-child, .bar h6:last-child, .bar p:last-child {
  margin-bottom: 0;
}

/* line 6, ../sass/switch/components/_panels.scss */
.panel {
  display: block;
  margin-bottom: 30px;
  overflow: hidden;
}
/* line 28, ../sass/switch/mixins/_mixins.scss */
.panel:before, .panel:after {
  content: " ";
  display: table;
}
/* line 32, ../sass/switch/mixins/_mixins.scss */
.panel:after {
  clear: both;
}
/* line 11, ../sass/switch/components/_panels.scss */
.panel:last-child {
  margin-bottom: 0;
}
/* line 14, ../sass/switch/components/_panels.scss */
.panel .panel-top {
  background-color: inherit;
  padding: 10px 20px 10px 20px;
  color: inherit;
  border: 1px solid #d2d2d2;
  border-bottom: none;
  -moz-border-radius-topleft: 0px;
  -webkit-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
  -moz-border-radius-topright: 0px;
  -webkit-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
}
/* line 28, ../sass/switch/mixins/_mixins.scss */
.panel .panel-top:before, .panel .panel-top:after {
  content: " ";
  display: table;
}
/* line 32, ../sass/switch/mixins/_mixins.scss */
.panel .panel-top:after {
  clear: both;
}
/* line 22, ../sass/switch/components/_panels.scss */
.panel .panel-top h1, .panel .panel-top h2, .panel .panel-top h3, .panel .panel-top h4, .panel .panel-top h5, .panel .panel-top h6 {
  color: inherit;
}
/* line 24, ../sass/switch/components/_panels.scss */
.panel .panel-top h1:last-child, .panel .panel-top h2:last-child, .panel .panel-top h3:last-child, .panel .panel-top h4:last-child, .panel .panel-top h5:last-child, .panel .panel-top h6:last-child {
  margin-bottom: 0;
}
/* line 29, ../sass/switch/components/_panels.scss */
.panel .panel-content {
  position: relative;
  background-color: transparent;
  color: inherit;
  border: 1px solid #d2d2d2;
  padding: 20px 20px 20px 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}
/* line 28, ../sass/switch/mixins/_mixins.scss */
.panel .panel-content:before, .panel .panel-content:after {
  content: " ";
  display: table;
}
/* line 32, ../sass/switch/mixins/_mixins.scss */
.panel .panel-content:after {
  clear: both;
}
/* line 39, ../sass/switch/components/_panels.scss */
.panel .panel-content h1:last-child, .panel .panel-content h2:last-child, .panel .panel-content h3:last-child, .panel .panel-content h4:last-child, .panel .panel-content h5:last-child, .panel .panel-content h6:last-child {
  margin-bottom: 0;
}
/* line 44, ../sass/switch/components/_panels.scss */
.panel .panel-bottom {
  background-color: inherit;
  padding: 10px 20px 10px 20px;
  color: inherit;
  border: 1px solid #d2d2d2;
  border-top: none;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -webkit-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
/* line 51, ../sass/switch/components/_panels.scss */
.panel .panel-bottom h1, .panel .panel-bottom h2, .panel .panel-bottom h3, .panel .panel-bottom h4, .panel .panel-bottom h5, .panel .panel-bottom h6 {
  color: inherit;
}
/* line 53, ../sass/switch/components/_panels.scss */
.panel .panel-bottom h1:last-child, .panel .panel-bottom h2:last-child, .panel .panel-bottom h3:last-child, .panel .panel-bottom h4:last-child, .panel .panel-bottom h5:last-child, .panel .panel-bottom h6:last-child {
  margin-bottom: 0;
}
/* line 58, ../sass/switch/components/_panels.scss */
.panel p:last-child {
  margin-bottom: 0;
}
/* line 65, ../sass/switch/components/_panels.scss */
.panel.default .panel-content {
  border-color: #3b3b3b !important;
}
/* line 73, ../sass/switch/components/_panels.scss */
.panel.primary .panel-content {
  border-color: #4b4038 !important;
}
/* line 81, ../sass/switch/components/_panels.scss */
.panel.secondary .panel-content {
  border-color: #474747 !important;
}
/* line 89, ../sass/switch/components/_panels.scss */
.panel.tertiary .panel-content {
  border-color: #d3c7b5 !important;
}
/* line 97, ../sass/switch/components/_panels.scss */
.panel.completed .panel-content {
  border-color: #37921f !important;
}
/* line 105, ../sass/switch/components/_panels.scss */
.panel.error .panel-content {
  border-color: #cc0000 !important;
}
/* line 113, ../sass/switch/components/_panels.scss */
.panel.important .panel-content {
  border-color: #178387 !important;
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 122, ../sass/switch/components/_panels.scss */
  .panel .panel-top {
    padding: 10px 20px 10px 20px;
  }
  /* line 125, ../sass/switch/components/_panels.scss */
  .panel .panel-content {
    padding: 20px 20px 20px 20px;
  }
}
@media (max-width: 767px) {
  /* line 141, ../sass/switch/components/_panels.scss */
  .panel .panel-top {
    padding: 10px 20px 10px 20px;
  }
  /* line 144, ../sass/switch/components/_panels.scss */
  .panel .panel-content {
    padding: 20px 20px 20px 20px;
  }
}
/* line 6, ../sass/switch/components/_articles.scss */
.article {
  display: block;
  margin-bottom: 30px;
}
/* line 28, ../sass/switch/mixins/_mixins.scss */
.article:before, .article:after {
  content: " ";
  display: table;
}
/* line 32, ../sass/switch/mixins/_mixins.scss */
.article:after {
  clear: both;
}
/* line 10, ../sass/switch/components/_articles.scss */
.article:last-child {
  margin-bottom: 0;
}
/* line 13, ../sass/switch/components/_articles.scss */
.article .left, .article .force-left {
  margin-right: 15px;
}
/* line 16, ../sass/switch/components/_articles.scss */
.article .right, .article .force-right {
  margin-right: 15px;
}
/* line 19, ../sass/switch/components/_articles.scss */
.article .article-content {
  padding: 0px 0px 0px 0px;
  margin-bottom: 30px;
  display: block;
  overflow: hidden;
  zoom: 1;
}
/* line 25, ../sass/switch/components/_articles.scss */
.article .article-content:last-child {
  margin-bottom: 0;
}
/* line 29, ../sass/switch/components/_articles.scss */
.article .article-date {
  font-size: 14px;
  color: #68594e;
  font-weight: bold;
  display: block;
}
/* line 35, ../sass/switch/components/_articles.scss */
.article .article-links {
  clear: both;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  display: block;
  width: 100%;
  padding: 10px 10px 10px 10px;
}
/* line 28, ../sass/switch/mixins/_mixins.scss */
.article .article-links:before, .article .article-links:after {
  content: " ";
  display: table;
}
/* line 32, ../sass/switch/mixins/_mixins.scss */
.article .article-links:after {
  clear: both;
}
/* line 44, ../sass/switch/components/_articles.scss */
.article .article-links .left a, .article .article-links .force-left a {
  margin-right: 15px;
}
/* line 46, ../sass/switch/components/_articles.scss */
.article .article-links .left a.left, .article .article-links .left a.force-left, .article .article-links .force-left a.left, .article .article-links .force-left a.force-left {
  margin-right: 15px;
}
/* line 52, ../sass/switch/components/_articles.scss */
.article .article-links .right a, .article .article-links .force-right a {
  margin-right: 15px;
}
/* line 54, ../sass/switch/components/_articles.scss */
.article .article-links .right a.right, .article .article-links .right a.force-right, .article .article-links .force-right a.right, .article .article-links .force-right a.force-right {
  margin-right: 15px;
}
/* line 61, ../sass/switch/components/_articles.scss */
.article .button:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 72, ../sass/switch/components/_articles.scss */
  .article .article-content {
    padding: 10px 10px 10px 10px;
  }
}
@media (max-width: 767px) {
  /* line 88, ../sass/switch/components/_articles.scss */
  .article .article-content {
    padding: 10px 10px 10px 10px;
  }
}
/* line 6, ../sass/switch/components/_details.scss */
.details {
  display: table;
  border-spacing: 0;
  margin-bottom: 30px;
  width: 100%;
}
/* line 11, ../sass/switch/components/_details.scss */
.details .details-left {
  padding-right: 15px;
}
/* line 14, ../sass/switch/components/_details.scss */
.details .details-right {
  padding-left: 15px;
}
/* line 17, ../sass/switch/components/_details.scss */
.details .details-data {
  display: table-cell;
  vertical-align: middle;
}
/* line 21, ../sass/switch/components/_details.scss */
.details .details-data.bottom {
  vertical-align: bottom;
}
/* line 25, ../sass/switch/components/_details.scss */
.details h1:last-child, .details h2:last-child, .details h3:last-child, .details h4:last-child, .details h5:last-child, .details h6:last-child, .details p:last-child, .details .button:last-child {
  margin-bottom: 0;
}
/* line 29, ../sass/switch/components/_details.scss */
.details .icon-image, .details .icons {
  margin: 0;
}

/* line 5, ../sass/switch/components/_footer.scss */
.footer {
  color: #606060;
  background: inherit;
  display: block;
  position: relative;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
  font-size: 12px;
  padding: 0px 0px 0px 0px;
}
/* line 28, ../sass/switch/mixins/_mixins.scss */
.footer:before, .footer:after {
  content: " ";
  display: table;
}
/* line 32, ../sass/switch/mixins/_mixins.scss */
.footer:after {
  clear: both;
}

/* line 17, ../sass/switch/components/_footer.scss */
.footer-logo {
  color: #606060;
  font-size: 28px;
  border-right: 3px solid #d34548;
  float: left;
  padding-right: 25px;
  margin-right: 25px;
  margin-top: 13px;
}

/* line 27, ../sass/switch/components/_footer.scss */
.footer-content {
  background: #555555;
  display: block;
  padding: 70px 0px 70px 0px;
}
/* line 28, ../sass/switch/mixins/_mixins.scss */
.footer-content:before, .footer-content:after {
  content: " ";
  display: table;
}
/* line 32, ../sass/switch/mixins/_mixins.scss */
.footer-content:after {
  clear: both;
}

/* line 34, ../sass/switch/components/_footer.scss */
.footer-top {
  color: #555555;
  background-color: #f8f8f8;
  padding: 24px;
  border-top: none;
  border-bottom: none;
  display: block;
}
/* line 28, ../sass/switch/mixins/_mixins.scss */
.footer-top:before, .footer-top:after {
  content: " ";
  display: table;
}
/* line 32, ../sass/switch/mixins/_mixins.scss */
.footer-top:after {
  clear: both;
}

/* line 44, ../sass/switch/components/_footer.scss */
.footer-bottom {
  color: white;
  background: #555555;
  border-top: 1px solid #425563;
  padding: 24px;
  display: block;
}
/* line 28, ../sass/switch/mixins/_mixins.scss */
.footer-bottom:before, .footer-bottom:after {
  content: " ";
  display: table;
}
/* line 32, ../sass/switch/mixins/_mixins.scss */
.footer-bottom:after {
  clear: both;
}

/* line 53, ../sass/switch/components/_footer.scss */
.copyright {
  font-size: 14px;
  color: white;
}

/* line 61, ../sass/switch/components/_footer.scss */
.footer-social {
  font-size: 0;
  list-style: none;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-left: 0px;
  color: inherit;
}
/* line 72, ../sass/switch/components/_footer.scss */
.footer-social li {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  margin-right: 8px;
  margin-left: 8px;
  line-height: inherit;
}
/* line 81, ../sass/switch/components/_footer.scss */
.footer-social li:last-child {
  margin-right: 0;
}
/* line 84, ../sass/switch/components/_footer.scss */
.footer-social li:first-child {
  margin-left: 0;
}
/* line 87, ../sass/switch/components/_footer.scss */
.footer-social li:before {
  display: none;
}
/* line 91, ../sass/switch/components/_footer.scss */
.footer-social a {
  font-size: 30px;
  color: white;
  width: 58px;
  height: 58px;
  line-height: 58px;
  display: block;
  text-align: center;
  border-radius: 50%;
  background-color: #425563;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
/* line 104, ../sass/switch/components/_footer.scss */
.footer-social a:hover {
  color: white;
  background-color: #68594e;
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 113, ../sass/switch/components/_footer.scss */
  .footer {
    padding: 0px 0px 0px 0px;
  }

  /* line 116, ../sass/switch/components/_footer.scss */
  .footer-content {
    background: #555555;
    padding: 40px 0px 40px 0px;
  }

  /* line 120, ../sass/switch/components/_footer.scss */
  .footer-logo {
    float: none;
    display: block;
    border-right: none;
    position: relative;
    margin-top: 0;
    padding: 0;
    padding-bottom: 20px;
    text-align: center;
  }
  /* line 129, ../sass/switch/components/_footer.scss */
  .footer-logo:after {
    content: '';
    height: 3px;
    background-color: #d34548;
    width: 50px;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 0px);
    -moz-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    -o-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
  }
}
@media (max-width: 767px) {
  /* line 151, ../sass/switch/components/_footer.scss */
  .footer {
    padding: 0px 0px 0px 0px;
  }

  /* line 154, ../sass/switch/components/_footer.scss */
  .footer-content {
    background: #555555;
    padding: 40px 0px 40px 0px;
  }

  /* line 158, ../sass/switch/components/_footer.scss */
  .footer-logo {
    float: none;
    display: block;
    border-right: none;
    position: relative;
    margin-top: 0;
    padding: 0;
    padding-bottom: 20px;
    text-align: center;
    margin-right: 0;
  }
  /* line 168, ../sass/switch/components/_footer.scss */
  .footer-logo:after {
    content: '';
    height: 3px;
    background-color: #d34548;
    width: 50px;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 0px);
    -moz-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    -o-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
  }


  /* line 180, ../sass/switch/components/_footer.scss */
  .footer-social a {
    font-size: 22px;
    width: 48px;
    height: 48px;
    line-height: 48px;
  }
}
/* line 5, ../sass/switch/components/_main.scss */
.main {
  background: inherit;
  color: inherit;
  padding: 0px, 0px, 0px, 0px;
}

/* line 11, ../sass/switch/components/_main.scss */
.main-top {
  color: white;
  border-bottom: 1px solid #e6dfd5;
  margin-bottom: 30px;
  background-color: #68594e;
  padding: 0px, 0px, 0px, 0px;
}
/* line 17, ../sass/switch/components/_main.scss */
.main-top h1, .main-top h2, .main-top h3, .main-top h4, .main-top h5, .main-top h6 {
  color: white;
}
/* line 20, ../sass/switch/components/_main.scss */
.main-top p:last-child {
  margin-bottom: 0;
}

/* line 6, ../sass/switch/modules/_accordion.scss */
.accordion {
  display: block;
  margin-bottom: 20px;
}
/* line 28, ../sass/switch/mixins/_mixins.scss */
.accordion:before, .accordion:after {
  content: " ";
  display: table;
}
/* line 32, ../sass/switch/mixins/_mixins.scss */
.accordion:after {
  clear: both;
}

/* line 12, ../sass/switch/modules/_accordion.scss */
.accordion-switch {
  background: #68594e;
  display: block;
  cursor: pointer;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 4px;
  position: relative;
}
/* line 23, ../sass/switch/modules/_accordion.scss */
.accordion-switch h1:last-child, .accordion-switch h2:last-child, .accordion-switch h3:last-child, .accordion-switch h4:last-child, .accordion-switch h5:last-child, .accordion-switch h6:last-child {
  margin-bottom: 0;
}
/* line 27, ../sass/switch/modules/_accordion.scss */
.accordion-switch.active {
  margin-bottom: 0;
}
/* line 30, ../sass/switch/modules/_accordion.scss */
.accordion-switch:hover {
  background-color: #3c342d;
}

/* line 35, ../sass/switch/modules/_accordion.scss */
.accordion-fold {
  background: white;
  padding-left: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
  color: black;
  border-bottom: 3px solid #343434;
}
/* line 28, ../sass/switch/mixins/_mixins.scss */
.accordion-fold:before, .accordion-fold:after {
  content: " ";
  display: table;
}
/* line 32, ../sass/switch/mixins/_mixins.scss */
.accordion-fold:after {
  clear: both;
}
/* line 44, ../sass/switch/modules/_accordion.scss */
.accordion-fold form {
  padding-left: 50px;
}
/* line 47, ../sass/switch/modules/_accordion.scss */
.accordion-fold h1, .accordion-fold h2, .accordion-fold h3, .accordion-fold h4, .accordion-fold h5, .accordion-fold h6 {
  color: black;
}

/* line 5, ../sass/switch/modules/_dropdown.scss */
.dropdown-content {
  position: absolute;
  left: 0;
  right: auto;
  top: 44px;
  z-index: 9;
  background: #68594e;
  color: black;
  border: 1px solid #f8f8f8;
  min-width: 250px;
  display: none;
}
/* line 16, ../sass/switch/modules/_dropdown.scss */
.dropdown-content > li {
  display: block;
  border-top: inherit;
  border-bottom: 1px solid #f8f8f8;
}
/* line 21, ../sass/switch/modules/_dropdown.scss */
.dropdown-content > li > a {
  color: black;
  padding: 10px 10px 10px 10px;
  display: block;
}

/* line 5, ../sass/switch/modules/_tab.scss */
.tab {
  font-size: 22px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  list-style: none;
  padding: 0;
  margin: 0;
  text-transform: none;
}

/* line 14, ../sass/switch/modules/_tab.scss */
.tabs > li {
  position: relative;
  float: left;
  padding: 0;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0px;
  border-left: none;
  border-right: none;
}
/* line 23, ../sass/switch/modules/_tab.scss */
.tabs > li:last-child {
  border-right: none;
  margin-right: 0;
}
/* line 27, ../sass/switch/modules/_tab.scss */
.tabs > li:first-child {
  margin-left: 0;
  border-left: 0;
}
/* line 31, ../sass/switch/modules/_tab.scss */
.tabs > li:before {
  display: none;
}

/* line 36, ../sass/switch/modules/_tab.scss */
.tabs > li > a {
  padding: 0px 22px 0px 25px;
  color: white;
  font-weight: normal;
  background-color: none;
  display: block;
  border-top: none;
  border-bottom: none;
}

/* line 46, ../sass/switch/modules/_tab.scss */
.tabs > li > a:hover {
  text-decoration: none;
  background-color: none;
  color: #695d52;
  border-top: none;
  border-bottom: none;
}

/* line 54, ../sass/switch/modules/_tab.scss */
.tabs > li.active > a {
  text-decoration: none;
  background-color: none;
  color: none;
  border-top: none;
  border-bottom: none;
}

/* line 63, ../sass/switch/modules/_tab.scss */
.tab-container {
  position: relative;
}
/* line 28, ../sass/switch/mixins/_mixins.scss */
.tab-container:before, .tab-container:after {
  content: " ";
  display: table;
}
/* line 32, ../sass/switch/mixins/_mixins.scss */
.tab-container:after {
  clear: both;
}
/* line 66, ../sass/switch/modules/_tab.scss */
.tab-container .tab-content {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 74, ../sass/switch/modules/_tab.scss */
.tab-container .tab-content.inactive {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
/* line 81, ../sass/switch/modules/_tab.scss */
.tab-container .tab-content.active {
  z-index: 9;
  opacity: 1;
  position: relative;
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 93, ../sass/switch/modules/_tab.scss */
  .tab {
    font-size: inherit;
  }

  /* line 97, ../sass/switch/modules/_tab.scss */
  .tab > li > a {
    padding: 0px 10px 0px 10px;
  }
}
@media (max-width: 767px) {
  /* line 111, ../sass/switch/modules/_tab.scss */
  .tab {
    font-size: inherit;
  }

  /* line 115, ../sass/switch/modules/_tab.scss */
  .tab > li > a {
    padding: 0px 0px 0px 0px;
  }
}
/*!
 *  Font Awesome 4.1.0 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("../fonts/fontawesome-webfont.eot?v=4.1.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.1.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.1.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 14, ../sass/vendor/_font-awesome.scss */
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
/* line 25, ../sass/vendor/_font-awesome.scss */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 30, ../sass/vendor/_font-awesome.scss */
.fa-2x {
  font-size: 2em;
}

/* line 33, ../sass/vendor/_font-awesome.scss */
.fa-3x {
  font-size: 3em;
}

/* line 36, ../sass/vendor/_font-awesome.scss */
.fa-4x {
  font-size: 4em;
}

/* line 39, ../sass/vendor/_font-awesome.scss */
.fa-5x {
  font-size: 5em;
}

/* line 42, ../sass/vendor/_font-awesome.scss */
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

/* line 46, ../sass/vendor/_font-awesome.scss */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

/* line 51, ../sass/vendor/_font-awesome.scss */
.fa-ul > li {
  position: relative;
}

/* line 54, ../sass/vendor/_font-awesome.scss */
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

/* line 61, ../sass/vendor/_font-awesome.scss */
.fa-li.fa-lg {
  left: -1.85714286em;
}

/* line 64, ../sass/vendor/_font-awesome.scss */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

/* line 69, ../sass/vendor/_font-awesome.scss */
.pull-right {
  float: right;
}

/* line 72, ../sass/vendor/_font-awesome.scss */
.pull-left {
  float: left;
}

/* line 75, ../sass/vendor/_font-awesome.scss */
.fa.pull-left {
  margin-right: .3em;
}

/* line 78, ../sass/vendor/_font-awesome.scss */
.fa.pull-right {
  margin-left: .3em;
}

/* line 81, ../sass/vendor/_font-awesome.scss */
.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 {
  /* line 88, ../sass/vendor/_font-awesome.scss */
  0% {
    -moz-transform: rotate(0deg);
  }

  /* line 91, ../sass/vendor/_font-awesome.scss */
  100% {
    -moz-transform: rotate(359deg);
  }
}

@-webkit-keyframes spin {
  /* line 96, ../sass/vendor/_font-awesome.scss */
  0% {
    -webkit-transform: rotate(0deg);
  }

  /* line 99, ../sass/vendor/_font-awesome.scss */
  100% {
    -webkit-transform: rotate(359deg);
  }
}

@-o-keyframes spin {
  /* line 104, ../sass/vendor/_font-awesome.scss */
  0% {
    -o-transform: rotate(0deg);
  }

  /* line 107, ../sass/vendor/_font-awesome.scss */
  100% {
    -o-transform: rotate(359deg);
  }
}

@keyframes spin {
  /* line 112, ../sass/vendor/_font-awesome.scss */
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  /* line 116, ../sass/vendor/_font-awesome.scss */
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/* line 121, ../sass/vendor/_font-awesome.scss */
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 129, ../sass/vendor/_font-awesome.scss */
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 137, ../sass/vendor/_font-awesome.scss */
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 145, ../sass/vendor/_font-awesome.scss */
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 153, ../sass/vendor/_font-awesome.scss */
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 161, ../sass/vendor/_font-awesome.scss */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 170, ../sass/vendor/_font-awesome.scss */
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 176, ../sass/vendor/_font-awesome.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 179, ../sass/vendor/_font-awesome.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 182, ../sass/vendor/_font-awesome.scss */
.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 187, ../sass/vendor/_font-awesome.scss */
.fa-glass:before {
  content: "\f000";
}

/* line 190, ../sass/vendor/_font-awesome.scss */
.fa-music:before {
  content: "\f001";
}

/* line 193, ../sass/vendor/_font-awesome.scss */
.fa-search:before {
  content: "\f002";
}

/* line 196, ../sass/vendor/_font-awesome.scss */
.fa-envelope-o:before {
  content: "\f003";
}

/* line 199, ../sass/vendor/_font-awesome.scss */
.fa-heart:before {
  content: "\f004";
}

/* line 202, ../sass/vendor/_font-awesome.scss */
.fa-star:before {
  content: "\f005";
}

/* line 205, ../sass/vendor/_font-awesome.scss */
.fa-star-o:before {
  content: "\f006";
}

/* line 208, ../sass/vendor/_font-awesome.scss */
.fa-user:before {
  content: "\f007";
}

/* line 211, ../sass/vendor/_font-awesome.scss */
.fa-film:before {
  content: "\f008";
}

/* line 214, ../sass/vendor/_font-awesome.scss */
.fa-th-large:before {
  content: "\f009";
}

/* line 217, ../sass/vendor/_font-awesome.scss */
.fa-th:before {
  content: "\f00a";
}

/* line 220, ../sass/vendor/_font-awesome.scss */
.fa-th-list:before {
  content: "\f00b";
}

/* line 223, ../sass/vendor/_font-awesome.scss */
.fa-check:before {
  content: "\f00c";
}

/* line 226, ../sass/vendor/_font-awesome.scss */
.fa-times:before {
  content: "\f00d";
}

/* line 229, ../sass/vendor/_font-awesome.scss */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 232, ../sass/vendor/_font-awesome.scss */
.fa-search-minus:before {
  content: "\f010";
}

/* line 235, ../sass/vendor/_font-awesome.scss */
.fa-power-off:before {
  content: "\f011";
}

/* line 238, ../sass/vendor/_font-awesome.scss */
.fa-signal:before {
  content: "\f012";
}

/* line 242, ../sass/vendor/_font-awesome.scss */
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

/* line 245, ../sass/vendor/_font-awesome.scss */
.fa-trash-o:before {
  content: "\f014";
}

/* line 248, ../sass/vendor/_font-awesome.scss */
.fa-home:before {
  content: "\f015";
}

/* line 251, ../sass/vendor/_font-awesome.scss */
.fa-file-o:before {
  content: "\f016";
}

/* line 254, ../sass/vendor/_font-awesome.scss */
.fa-clock-o:before {
  content: "\f017";
}

/* line 257, ../sass/vendor/_font-awesome.scss */
.fa-road:before {
  content: "\f018";
}

/* line 260, ../sass/vendor/_font-awesome.scss */
.fa-download:before {
  content: "\f019";
}

/* line 263, ../sass/vendor/_font-awesome.scss */
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

/* line 266, ../sass/vendor/_font-awesome.scss */
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

/* line 269, ../sass/vendor/_font-awesome.scss */
.fa-inbox:before {
  content: "\f01c";
}

/* line 272, ../sass/vendor/_font-awesome.scss */
.fa-play-circle-o:before {
  content: "\f01d";
}

/* line 276, ../sass/vendor/_font-awesome.scss */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

/* line 279, ../sass/vendor/_font-awesome.scss */
.fa-refresh:before {
  content: "\f021";
}

/* line 282, ../sass/vendor/_font-awesome.scss */
.fa-list-alt:before {
  content: "\f022";
}

/* line 285, ../sass/vendor/_font-awesome.scss */
.fa-lock:before {
  content: "\f023";
}

/* line 288, ../sass/vendor/_font-awesome.scss */
.fa-flag:before {
  content: "\f024";
}

/* line 291, ../sass/vendor/_font-awesome.scss */
.fa-headphones:before {
  content: "\f025";
}

/* line 294, ../sass/vendor/_font-awesome.scss */
.fa-volume-off:before {
  content: "\f026";
}

/* line 297, ../sass/vendor/_font-awesome.scss */
.fa-volume-down:before {
  content: "\f027";
}

/* line 300, ../sass/vendor/_font-awesome.scss */
.fa-volume-up:before {
  content: "\f028";
}

/* line 303, ../sass/vendor/_font-awesome.scss */
.fa-qrcode:before {
  content: "\f029";
}

/* line 306, ../sass/vendor/_font-awesome.scss */
.fa-barcode:before {
  content: "\f02a";
}

/* line 309, ../sass/vendor/_font-awesome.scss */
.fa-tag:before {
  content: "\f02b";
}

/* line 312, ../sass/vendor/_font-awesome.scss */
.fa-tags:before {
  content: "\f02c";
}

/* line 315, ../sass/vendor/_font-awesome.scss */
.fa-book:before {
  content: "\f02d";
}

/* line 318, ../sass/vendor/_font-awesome.scss */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 321, ../sass/vendor/_font-awesome.scss */
.fa-print:before {
  content: "\f02f";
}

/* line 324, ../sass/vendor/_font-awesome.scss */
.fa-camera:before {
  content: "\f030";
}

/* line 327, ../sass/vendor/_font-awesome.scss */
.fa-font:before {
  content: "\f031";
}

/* line 330, ../sass/vendor/_font-awesome.scss */
.fa-bold:before {
  content: "\f032";
}

/* line 333, ../sass/vendor/_font-awesome.scss */
.fa-italic:before {
  content: "\f033";
}

/* line 336, ../sass/vendor/_font-awesome.scss */
.fa-text-height:before {
  content: "\f034";
}

/* line 339, ../sass/vendor/_font-awesome.scss */
.fa-text-width:before {
  content: "\f035";
}

/* line 342, ../sass/vendor/_font-awesome.scss */
.fa-align-left:before {
  content: "\f036";
}

/* line 345, ../sass/vendor/_font-awesome.scss */
.fa-align-center:before {
  content: "\f037";
}

/* line 348, ../sass/vendor/_font-awesome.scss */
.fa-align-right:before {
  content: "\f038";
}

/* line 351, ../sass/vendor/_font-awesome.scss */
.fa-align-justify:before {
  content: "\f039";
}

/* line 354, ../sass/vendor/_font-awesome.scss */
.fa-list:before {
  content: "\f03a";
}

/* line 358, ../sass/vendor/_font-awesome.scss */
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

/* line 361, ../sass/vendor/_font-awesome.scss */
.fa-indent:before {
  content: "\f03c";
}

/* line 364, ../sass/vendor/_font-awesome.scss */
.fa-video-camera:before {
  content: "\f03d";
}

/* line 369, ../sass/vendor/_font-awesome.scss */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

/* line 372, ../sass/vendor/_font-awesome.scss */
.fa-pencil:before {
  content: "\f040";
}

/* line 375, ../sass/vendor/_font-awesome.scss */
.fa-map-marker:before {
  content: "\f041";
}

/* line 378, ../sass/vendor/_font-awesome.scss */
.fa-adjust:before {
  content: "\f042";
}

/* line 381, ../sass/vendor/_font-awesome.scss */
.fa-tint:before {
  content: "\f043";
}

/* line 385, ../sass/vendor/_font-awesome.scss */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

/* line 388, ../sass/vendor/_font-awesome.scss */
.fa-share-square-o:before {
  content: "\f045";
}

/* line 391, ../sass/vendor/_font-awesome.scss */
.fa-check-square-o:before {
  content: "\f046";
}

/* line 394, ../sass/vendor/_font-awesome.scss */
.fa-arrows:before {
  content: "\f047";
}

/* line 397, ../sass/vendor/_font-awesome.scss */
.fa-step-backward:before {
  content: "\f048";
}

/* line 400, ../sass/vendor/_font-awesome.scss */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 403, ../sass/vendor/_font-awesome.scss */
.fa-backward:before {
  content: "\f04a";
}

/* line 406, ../sass/vendor/_font-awesome.scss */
.fa-play:before {
  content: "\f04b";
}

/* line 409, ../sass/vendor/_font-awesome.scss */
.fa-pause:before {
  content: "\f04c";
}

/* line 412, ../sass/vendor/_font-awesome.scss */
.fa-stop:before {
  content: "\f04d";
}

/* line 415, ../sass/vendor/_font-awesome.scss */
.fa-forward:before {
  content: "\f04e";
}

/* line 418, ../sass/vendor/_font-awesome.scss */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 421, ../sass/vendor/_font-awesome.scss */
.fa-step-forward:before {
  content: "\f051";
}

/* line 424, ../sass/vendor/_font-awesome.scss */
.fa-eject:before {
  content: "\f052";
}

/* line 427, ../sass/vendor/_font-awesome.scss */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 430, ../sass/vendor/_font-awesome.scss */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 433, ../sass/vendor/_font-awesome.scss */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 436, ../sass/vendor/_font-awesome.scss */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 439, ../sass/vendor/_font-awesome.scss */
.fa-times-circle:before {
  content: "\f057";
}

/* line 442, ../sass/vendor/_font-awesome.scss */
.fa-check-circle:before {
  content: "\f058";
}

/* line 445, ../sass/vendor/_font-awesome.scss */
.fa-question-circle:before {
  content: "\f059";
}

/* line 448, ../sass/vendor/_font-awesome.scss */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 451, ../sass/vendor/_font-awesome.scss */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 454, ../sass/vendor/_font-awesome.scss */
.fa-times-circle-o:before {
  content: "\f05c";
}

/* line 457, ../sass/vendor/_font-awesome.scss */
.fa-check-circle-o:before {
  content: "\f05d";
}

/* line 460, ../sass/vendor/_font-awesome.scss */
.fa-ban:before {
  content: "\f05e";
}

/* line 463, ../sass/vendor/_font-awesome.scss */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 466, ../sass/vendor/_font-awesome.scss */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 469, ../sass/vendor/_font-awesome.scss */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 472, ../sass/vendor/_font-awesome.scss */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 476, ../sass/vendor/_font-awesome.scss */
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

/* line 479, ../sass/vendor/_font-awesome.scss */
.fa-expand:before {
  content: "\f065";
}

/* line 482, ../sass/vendor/_font-awesome.scss */
.fa-compress:before {
  content: "\f066";
}

/* line 485, ../sass/vendor/_font-awesome.scss */
.fa-plus:before {
  content: "\f067";
}

/* line 488, ../sass/vendor/_font-awesome.scss */
.fa-minus:before {
  content: "\f068";
}

/* line 491, ../sass/vendor/_font-awesome.scss */
.fa-asterisk:before {
  content: "\f069";
}

/* line 494, ../sass/vendor/_font-awesome.scss */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 497, ../sass/vendor/_font-awesome.scss */
.fa-gift:before {
  content: "\f06b";
}

/* line 500, ../sass/vendor/_font-awesome.scss */
.fa-leaf:before {
  content: "\f06c";
}

/* line 503, ../sass/vendor/_font-awesome.scss */
.fa-fire:before {
  content: "\f06d";
}

/* line 506, ../sass/vendor/_font-awesome.scss */
.fa-eye:before {
  content: "\f06e";
}

/* line 509, ../sass/vendor/_font-awesome.scss */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 513, ../sass/vendor/_font-awesome.scss */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 516, ../sass/vendor/_font-awesome.scss */
.fa-plane:before {
  content: "\f072";
}

/* line 519, ../sass/vendor/_font-awesome.scss */
.fa-calendar:before {
  content: "\f073";
}

/* line 522, ../sass/vendor/_font-awesome.scss */
.fa-random:before {
  content: "\f074";
}

/* line 525, ../sass/vendor/_font-awesome.scss */
.fa-comment:before {
  content: "\f075";
}

/* line 528, ../sass/vendor/_font-awesome.scss */
.fa-magnet:before {
  content: "\f076";
}

/* line 531, ../sass/vendor/_font-awesome.scss */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 534, ../sass/vendor/_font-awesome.scss */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 537, ../sass/vendor/_font-awesome.scss */
.fa-retweet:before {
  content: "\f079";
}

/* line 540, ../sass/vendor/_font-awesome.scss */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 543, ../sass/vendor/_font-awesome.scss */
.fa-folder:before {
  content: "\f07b";
}

/* line 546, ../sass/vendor/_font-awesome.scss */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 549, ../sass/vendor/_font-awesome.scss */
.fa-arrows-v:before {
  content: "\f07d";
}

/* line 552, ../sass/vendor/_font-awesome.scss */
.fa-arrows-h:before {
  content: "\f07e";
}

/* line 555, ../sass/vendor/_font-awesome.scss */
.fa-bar-chart-o:before {
  content: "\f080";
}

/* line 558, ../sass/vendor/_font-awesome.scss */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 561, ../sass/vendor/_font-awesome.scss */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 564, ../sass/vendor/_font-awesome.scss */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 567, ../sass/vendor/_font-awesome.scss */
.fa-key:before {
  content: "\f084";
}

/* line 571, ../sass/vendor/_font-awesome.scss */
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

/* line 574, ../sass/vendor/_font-awesome.scss */
.fa-comments:before {
  content: "\f086";
}

/* line 577, ../sass/vendor/_font-awesome.scss */
.fa-thumbs-o-up:before {
  content: "\f087";
}

/* line 580, ../sass/vendor/_font-awesome.scss */
.fa-thumbs-o-down:before {
  content: "\f088";
}

/* line 583, ../sass/vendor/_font-awesome.scss */
.fa-star-half:before {
  content: "\f089";
}

/* line 586, ../sass/vendor/_font-awesome.scss */
.fa-heart-o:before {
  content: "\f08a";
}

/* line 589, ../sass/vendor/_font-awesome.scss */
.fa-sign-out:before {
  content: "\f08b";
}

/* line 592, ../sass/vendor/_font-awesome.scss */
.fa-linkedin-square:before {
  content: "\f08c";
}

/* line 595, ../sass/vendor/_font-awesome.scss */
.fa-thumb-tack:before {
  content: "\f08d";
}

/* line 598, ../sass/vendor/_font-awesome.scss */
.fa-external-link:before {
  content: "\f08e";
}

/* line 601, ../sass/vendor/_font-awesome.scss */
.fa-sign-in:before {
  content: "\f090";
}

/* line 604, ../sass/vendor/_font-awesome.scss */
.fa-trophy:before {
  content: "\f091";
}

/* line 607, ../sass/vendor/_font-awesome.scss */
.fa-github-square:before {
  content: "\f092";
}

/* line 610, ../sass/vendor/_font-awesome.scss */
.fa-upload:before {
  content: "\f093";
}

/* line 613, ../sass/vendor/_font-awesome.scss */
.fa-lemon-o:before {
  content: "\f094";
}

/* line 616, ../sass/vendor/_font-awesome.scss */
.fa-phone:before {
  content: "\f095";
}

/* line 619, ../sass/vendor/_font-awesome.scss */
.fa-square-o:before {
  content: "\f096";
}

/* line 622, ../sass/vendor/_font-awesome.scss */
.fa-bookmark-o:before {
  content: "\f097";
}

/* line 625, ../sass/vendor/_font-awesome.scss */
.fa-phone-square:before {
  content: "\f098";
}

/* line 628, ../sass/vendor/_font-awesome.scss */
.fa-twitter:before {
  content: "\f099";
}

/* line 631, ../sass/vendor/_font-awesome.scss */
.fa-facebook:before {
  content: "\f09a";
}

/* line 634, ../sass/vendor/_font-awesome.scss */
.fa-github:before {
  content: "\f09b";
}

/* line 637, ../sass/vendor/_font-awesome.scss */
.fa-unlock:before {
  content: "\f09c";
}

/* line 640, ../sass/vendor/_font-awesome.scss */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 643, ../sass/vendor/_font-awesome.scss */
.fa-rss:before {
  content: "\f09e";
}

/* line 646, ../sass/vendor/_font-awesome.scss */
.fa-hdd-o:before {
  content: "\f0a0";
}

/* line 649, ../sass/vendor/_font-awesome.scss */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 652, ../sass/vendor/_font-awesome.scss */
.fa-bell:before {
  content: "\f0f3";
}

/* line 655, ../sass/vendor/_font-awesome.scss */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 658, ../sass/vendor/_font-awesome.scss */
.fa-hand-o-right:before {
  content: "\f0a4";
}

/* line 661, ../sass/vendor/_font-awesome.scss */
.fa-hand-o-left:before {
  content: "\f0a5";
}

/* line 664, ../sass/vendor/_font-awesome.scss */
.fa-hand-o-up:before {
  content: "\f0a6";
}

/* line 667, ../sass/vendor/_font-awesome.scss */
.fa-hand-o-down:before {
  content: "\f0a7";
}

/* line 670, ../sass/vendor/_font-awesome.scss */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 673, ../sass/vendor/_font-awesome.scss */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 676, ../sass/vendor/_font-awesome.scss */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 679, ../sass/vendor/_font-awesome.scss */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 682, ../sass/vendor/_font-awesome.scss */
.fa-globe:before {
  content: "\f0ac";
}

/* line 685, ../sass/vendor/_font-awesome.scss */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 688, ../sass/vendor/_font-awesome.scss */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 691, ../sass/vendor/_font-awesome.scss */
.fa-filter:before {
  content: "\f0b0";
}

/* line 694, ../sass/vendor/_font-awesome.scss */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 697, ../sass/vendor/_font-awesome.scss */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 701, ../sass/vendor/_font-awesome.scss */
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

/* line 705, ../sass/vendor/_font-awesome.scss */
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

/* line 708, ../sass/vendor/_font-awesome.scss */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 711, ../sass/vendor/_font-awesome.scss */
.fa-flask:before {
  content: "\f0c3";
}

/* line 715, ../sass/vendor/_font-awesome.scss */
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

/* line 719, ../sass/vendor/_font-awesome.scss */
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

/* line 722, ../sass/vendor/_font-awesome.scss */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 726, ../sass/vendor/_font-awesome.scss */
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

/* line 729, ../sass/vendor/_font-awesome.scss */
.fa-square:before {
  content: "\f0c8";
}

/* line 734, ../sass/vendor/_font-awesome.scss */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

/* line 737, ../sass/vendor/_font-awesome.scss */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 740, ../sass/vendor/_font-awesome.scss */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 743, ../sass/vendor/_font-awesome.scss */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 746, ../sass/vendor/_font-awesome.scss */
.fa-underline:before {
  content: "\f0cd";
}

/* line 749, ../sass/vendor/_font-awesome.scss */
.fa-table:before {
  content: "\f0ce";
}

/* line 752, ../sass/vendor/_font-awesome.scss */
.fa-magic:before {
  content: "\f0d0";
}

/* line 755, ../sass/vendor/_font-awesome.scss */
.fa-truck:before {
  content: "\f0d1";
}

/* line 758, ../sass/vendor/_font-awesome.scss */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 761, ../sass/vendor/_font-awesome.scss */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 764, ../sass/vendor/_font-awesome.scss */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 767, ../sass/vendor/_font-awesome.scss */
.fa-google-plus:before {
  content: "\f0d5";
}

/* line 770, ../sass/vendor/_font-awesome.scss */
.fa-money:before {
  content: "\f0d6";
}

/* line 773, ../sass/vendor/_font-awesome.scss */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 776, ../sass/vendor/_font-awesome.scss */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 779, ../sass/vendor/_font-awesome.scss */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 782, ../sass/vendor/_font-awesome.scss */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 785, ../sass/vendor/_font-awesome.scss */
.fa-columns:before {
  content: "\f0db";
}

/* line 789, ../sass/vendor/_font-awesome.scss */
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

/* line 793, ../sass/vendor/_font-awesome.scss */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

/* line 797, ../sass/vendor/_font-awesome.scss */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

/* line 800, ../sass/vendor/_font-awesome.scss */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 803, ../sass/vendor/_font-awesome.scss */
.fa-linkedin:before {
  content: "\f0e1";
}

/* line 807, ../sass/vendor/_font-awesome.scss */
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

/* line 811, ../sass/vendor/_font-awesome.scss */
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

/* line 815, ../sass/vendor/_font-awesome.scss */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

/* line 818, ../sass/vendor/_font-awesome.scss */
.fa-comment-o:before {
  content: "\f0e5";
}

/* line 821, ../sass/vendor/_font-awesome.scss */
.fa-comments-o:before {
  content: "\f0e6";
}

/* line 825, ../sass/vendor/_font-awesome.scss */
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

/* line 828, ../sass/vendor/_font-awesome.scss */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 831, ../sass/vendor/_font-awesome.scss */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 835, ../sass/vendor/_font-awesome.scss */
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

/* line 838, ../sass/vendor/_font-awesome.scss */
.fa-lightbulb-o:before {
  content: "\f0eb";
}

/* line 841, ../sass/vendor/_font-awesome.scss */
.fa-exchange:before {
  content: "\f0ec";
}

/* line 844, ../sass/vendor/_font-awesome.scss */
.fa-cloud-download:before {
  content: "\f0ed";
}

/* line 847, ../sass/vendor/_font-awesome.scss */
.fa-cloud-upload:before {
  content: "\f0ee";
}

/* line 850, ../sass/vendor/_font-awesome.scss */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 853, ../sass/vendor/_font-awesome.scss */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 856, ../sass/vendor/_font-awesome.scss */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 859, ../sass/vendor/_font-awesome.scss */
.fa-bell-o:before {
  content: "\f0a2";
}

/* line 862, ../sass/vendor/_font-awesome.scss */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 865, ../sass/vendor/_font-awesome.scss */
.fa-cutlery:before {
  content: "\f0f5";
}

/* line 868, ../sass/vendor/_font-awesome.scss */
.fa-file-text-o:before {
  content: "\f0f6";
}

/* line 871, ../sass/vendor/_font-awesome.scss */
.fa-building-o:before {
  content: "\f0f7";
}

/* line 874, ../sass/vendor/_font-awesome.scss */
.fa-hospital-o:before {
  content: "\f0f8";
}

/* line 877, ../sass/vendor/_font-awesome.scss */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 880, ../sass/vendor/_font-awesome.scss */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 883, ../sass/vendor/_font-awesome.scss */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 886, ../sass/vendor/_font-awesome.scss */
.fa-beer:before {
  content: "\f0fc";
}

/* line 889, ../sass/vendor/_font-awesome.scss */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 892, ../sass/vendor/_font-awesome.scss */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 895, ../sass/vendor/_font-awesome.scss */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 898, ../sass/vendor/_font-awesome.scss */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 901, ../sass/vendor/_font-awesome.scss */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 904, ../sass/vendor/_font-awesome.scss */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 907, ../sass/vendor/_font-awesome.scss */
.fa-angle-left:before {
  content: "\f104";
}

/* line 910, ../sass/vendor/_font-awesome.scss */
.fa-angle-right:before {
  content: "\f105";
}

/* line 913, ../sass/vendor/_font-awesome.scss */
.fa-angle-up:before {
  content: "\f106";
}

/* line 916, ../sass/vendor/_font-awesome.scss */
.fa-angle-down:before {
  content: "\f107";
}

/* line 919, ../sass/vendor/_font-awesome.scss */
.fa-desktop:before {
  content: "\f108";
}

/* line 922, ../sass/vendor/_font-awesome.scss */
.fa-laptop:before {
  content: "\f109";
}

/* line 925, ../sass/vendor/_font-awesome.scss */
.fa-tablet:before {
  content: "\f10a";
}

/* line 929, ../sass/vendor/_font-awesome.scss */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

/* line 932, ../sass/vendor/_font-awesome.scss */
.fa-circle-o:before {
  content: "\f10c";
}

/* line 935, ../sass/vendor/_font-awesome.scss */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 938, ../sass/vendor/_font-awesome.scss */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 941, ../sass/vendor/_font-awesome.scss */
.fa-spinner:before {
  content: "\f110";
}

/* line 944, ../sass/vendor/_font-awesome.scss */
.fa-circle:before {
  content: "\f111";
}

/* line 948, ../sass/vendor/_font-awesome.scss */
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

/* line 951, ../sass/vendor/_font-awesome.scss */
.fa-github-alt:before {
  content: "\f113";
}

/* line 954, ../sass/vendor/_font-awesome.scss */
.fa-folder-o:before {
  content: "\f114";
}

/* line 957, ../sass/vendor/_font-awesome.scss */
.fa-folder-open-o:before {
  content: "\f115";
}

/* line 960, ../sass/vendor/_font-awesome.scss */
.fa-smile-o:before {
  content: "\f118";
}

/* line 963, ../sass/vendor/_font-awesome.scss */
.fa-frown-o:before {
  content: "\f119";
}

/* line 966, ../sass/vendor/_font-awesome.scss */
.fa-meh-o:before {
  content: "\f11a";
}

/* line 969, ../sass/vendor/_font-awesome.scss */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 972, ../sass/vendor/_font-awesome.scss */
.fa-keyboard-o:before {
  content: "\f11c";
}

/* line 975, ../sass/vendor/_font-awesome.scss */
.fa-flag-o:before {
  content: "\f11d";
}

/* line 978, ../sass/vendor/_font-awesome.scss */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 981, ../sass/vendor/_font-awesome.scss */
.fa-terminal:before {
  content: "\f120";
}

/* line 984, ../sass/vendor/_font-awesome.scss */
.fa-code:before {
  content: "\f121";
}

/* line 988, ../sass/vendor/_font-awesome.scss */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

/* line 993, ../sass/vendor/_font-awesome.scss */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

/* line 996, ../sass/vendor/_font-awesome.scss */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 999, ../sass/vendor/_font-awesome.scss */
.fa-crop:before {
  content: "\f125";
}

/* line 1002, ../sass/vendor/_font-awesome.scss */
.fa-code-fork:before {
  content: "\f126";
}

/* line 1006, ../sass/vendor/_font-awesome.scss */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

/* line 1009, ../sass/vendor/_font-awesome.scss */
.fa-question:before {
  content: "\f128";
}

/* line 1012, ../sass/vendor/_font-awesome.scss */
.fa-info:before {
  content: "\f129";
}

/* line 1015, ../sass/vendor/_font-awesome.scss */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 1018, ../sass/vendor/_font-awesome.scss */
.fa-superscript:before {
  content: "\f12b";
}

/* line 1021, ../sass/vendor/_font-awesome.scss */
.fa-subscript:before {
  content: "\f12c";
}

/* line 1024, ../sass/vendor/_font-awesome.scss */
.fa-eraser:before {
  content: "\f12d";
}

/* line 1027, ../sass/vendor/_font-awesome.scss */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 1030, ../sass/vendor/_font-awesome.scss */
.fa-microphone:before {
  content: "\f130";
}

/* line 1033, ../sass/vendor/_font-awesome.scss */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 1036, ../sass/vendor/_font-awesome.scss */
.fa-shield:before {
  content: "\f132";
}

/* line 1039, ../sass/vendor/_font-awesome.scss */
.fa-calendar-o:before {
  content: "\f133";
}

/* line 1042, ../sass/vendor/_font-awesome.scss */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 1045, ../sass/vendor/_font-awesome.scss */
.fa-rocket:before {
  content: "\f135";
}

/* line 1048, ../sass/vendor/_font-awesome.scss */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 1051, ../sass/vendor/_font-awesome.scss */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 1054, ../sass/vendor/_font-awesome.scss */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 1057, ../sass/vendor/_font-awesome.scss */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 1060, ../sass/vendor/_font-awesome.scss */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 1063, ../sass/vendor/_font-awesome.scss */
.fa-html5:before {
  content: "\f13b";
}

/* line 1066, ../sass/vendor/_font-awesome.scss */
.fa-css3:before {
  content: "\f13c";
}

/* line 1069, ../sass/vendor/_font-awesome.scss */
.fa-anchor:before {
  content: "\f13d";
}

/* line 1072, ../sass/vendor/_font-awesome.scss */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 1075, ../sass/vendor/_font-awesome.scss */
.fa-bullseye:before {
  content: "\f140";
}

/* line 1078, ../sass/vendor/_font-awesome.scss */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 1081, ../sass/vendor/_font-awesome.scss */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 1084, ../sass/vendor/_font-awesome.scss */
.fa-rss-square:before {
  content: "\f143";
}

/* line 1087, ../sass/vendor/_font-awesome.scss */
.fa-play-circle:before {
  content: "\f144";
}

/* line 1090, ../sass/vendor/_font-awesome.scss */
.fa-ticket:before {
  content: "\f145";
}

/* line 1093, ../sass/vendor/_font-awesome.scss */
.fa-minus-square:before {
  content: "\f146";
}

/* line 1096, ../sass/vendor/_font-awesome.scss */
.fa-minus-square-o:before {
  content: "\f147";
}

/* line 1099, ../sass/vendor/_font-awesome.scss */
.fa-level-up:before {
  content: "\f148";
}

/* line 1102, ../sass/vendor/_font-awesome.scss */
.fa-level-down:before {
  content: "\f149";
}

/* line 1105, ../sass/vendor/_font-awesome.scss */
.fa-check-square:before {
  content: "\f14a";
}

/* line 1108, ../sass/vendor/_font-awesome.scss */
.fa-pencil-square:before {
  content: "\f14b";
}

/* line 1111, ../sass/vendor/_font-awesome.scss */
.fa-external-link-square:before {
  content: "\f14c";
}

/* line 1114, ../sass/vendor/_font-awesome.scss */
.fa-share-square:before {
  content: "\f14d";
}

/* line 1117, ../sass/vendor/_font-awesome.scss */
.fa-compass:before {
  content: "\f14e";
}

/* line 1121, ../sass/vendor/_font-awesome.scss */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

/* line 1125, ../sass/vendor/_font-awesome.scss */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

/* line 1129, ../sass/vendor/_font-awesome.scss */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

/* line 1133, ../sass/vendor/_font-awesome.scss */
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

/* line 1136, ../sass/vendor/_font-awesome.scss */
.fa-gbp:before {
  content: "\f154";
}

/* line 1140, ../sass/vendor/_font-awesome.scss */
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

/* line 1144, ../sass/vendor/_font-awesome.scss */
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

/* line 1150, ../sass/vendor/_font-awesome.scss */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

/* line 1155, ../sass/vendor/_font-awesome.scss */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

/* line 1159, ../sass/vendor/_font-awesome.scss */
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

/* line 1163, ../sass/vendor/_font-awesome.scss */
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

/* line 1166, ../sass/vendor/_font-awesome.scss */
.fa-file:before {
  content: "\f15b";
}

/* line 1169, ../sass/vendor/_font-awesome.scss */
.fa-file-text:before {
  content: "\f15c";
}

/* line 1172, ../sass/vendor/_font-awesome.scss */
.fa-sort-alpha-asc:before {
  content: "\f15d";
}

/* line 1175, ../sass/vendor/_font-awesome.scss */
.fa-sort-alpha-desc:before {
  content: "\f15e";
}

/* line 1178, ../sass/vendor/_font-awesome.scss */
.fa-sort-amount-asc:before {
  content: "\f160";
}

/* line 1181, ../sass/vendor/_font-awesome.scss */
.fa-sort-amount-desc:before {
  content: "\f161";
}

/* line 1184, ../sass/vendor/_font-awesome.scss */
.fa-sort-numeric-asc:before {
  content: "\f162";
}

/* line 1187, ../sass/vendor/_font-awesome.scss */
.fa-sort-numeric-desc:before {
  content: "\f163";
}

/* line 1190, ../sass/vendor/_font-awesome.scss */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 1193, ../sass/vendor/_font-awesome.scss */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 1196, ../sass/vendor/_font-awesome.scss */
.fa-youtube-square:before {
  content: "\f166";
}

/* line 1199, ../sass/vendor/_font-awesome.scss */
.fa-youtube:before {
  content: "\f167";
}

/* line 1202, ../sass/vendor/_font-awesome.scss */
.fa-xing:before {
  content: "\f168";
}

/* line 1205, ../sass/vendor/_font-awesome.scss */
.fa-xing-square:before {
  content: "\f169";
}

/* line 1208, ../sass/vendor/_font-awesome.scss */
.fa-youtube-play:before {
  content: "\f16a";
}

/* line 1211, ../sass/vendor/_font-awesome.scss */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 1214, ../sass/vendor/_font-awesome.scss */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 1217, ../sass/vendor/_font-awesome.scss */
.fa-instagram:before {
  content: "\f16d";
}

/* line 1220, ../sass/vendor/_font-awesome.scss */
.fa-flickr:before {
  content: "\f16e";
}

/* line 1223, ../sass/vendor/_font-awesome.scss */
.fa-adn:before {
  content: "\f170";
}

/* line 1226, ../sass/vendor/_font-awesome.scss */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 1229, ../sass/vendor/_font-awesome.scss */
.fa-bitbucket-square:before {
  content: "\f172";
}

/* line 1232, ../sass/vendor/_font-awesome.scss */
.fa-tumblr:before {
  content: "\f173";
}

/* line 1235, ../sass/vendor/_font-awesome.scss */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 1238, ../sass/vendor/_font-awesome.scss */
.fa-long-arrow-down:before {
  content: "\f175";
}

/* line 1241, ../sass/vendor/_font-awesome.scss */
.fa-long-arrow-up:before {
  content: "\f176";
}

/* line 1244, ../sass/vendor/_font-awesome.scss */
.fa-long-arrow-left:before {
  content: "\f177";
}

/* line 1247, ../sass/vendor/_font-awesome.scss */
.fa-long-arrow-right:before {
  content: "\f178";
}

/* line 1250, ../sass/vendor/_font-awesome.scss */
.fa-apple:before {
  content: "\f179";
}

/* line 1253, ../sass/vendor/_font-awesome.scss */
.fa-windows:before {
  content: "\f17a";
}

/* line 1256, ../sass/vendor/_font-awesome.scss */
.fa-android:before {
  content: "\f17b";
}

/* line 1259, ../sass/vendor/_font-awesome.scss */
.fa-linux:before {
  content: "\f17c";
}

/* line 1262, ../sass/vendor/_font-awesome.scss */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 1265, ../sass/vendor/_font-awesome.scss */
.fa-skype:before {
  content: "\f17e";
}

/* line 1268, ../sass/vendor/_font-awesome.scss */
.fa-foursquare:before {
  content: "\f180";
}

/* line 1271, ../sass/vendor/_font-awesome.scss */
.fa-trello:before {
  content: "\f181";
}

/* line 1274, ../sass/vendor/_font-awesome.scss */
.fa-female:before {
  content: "\f182";
}

/* line 1277, ../sass/vendor/_font-awesome.scss */
.fa-male:before {
  content: "\f183";
}

/* line 1280, ../sass/vendor/_font-awesome.scss */
.fa-gittip:before {
  content: "\f184";
}

/* line 1283, ../sass/vendor/_font-awesome.scss */
.fa-sun-o:before {
  content: "\f185";
}

/* line 1286, ../sass/vendor/_font-awesome.scss */
.fa-moon-o:before {
  content: "\f186";
}

/* line 1289, ../sass/vendor/_font-awesome.scss */
.fa-archive:before {
  content: "\f187";
}

/* line 1292, ../sass/vendor/_font-awesome.scss */
.fa-bug:before {
  content: "\f188";
}

/* line 1295, ../sass/vendor/_font-awesome.scss */
.fa-vk:before {
  content: "\f189";
}

/* line 1298, ../sass/vendor/_font-awesome.scss */
.fa-weibo:before {
  content: "\f18a";
}

/* line 1301, ../sass/vendor/_font-awesome.scss */
.fa-renren:before {
  content: "\f18b";
}

/* line 1304, ../sass/vendor/_font-awesome.scss */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 1307, ../sass/vendor/_font-awesome.scss */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 1310, ../sass/vendor/_font-awesome.scss */
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

/* line 1313, ../sass/vendor/_font-awesome.scss */
.fa-arrow-circle-o-left:before {
  content: "\f190";
}

/* line 1317, ../sass/vendor/_font-awesome.scss */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

/* line 1320, ../sass/vendor/_font-awesome.scss */
.fa-dot-circle-o:before {
  content: "\f192";
}

/* line 1323, ../sass/vendor/_font-awesome.scss */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 1326, ../sass/vendor/_font-awesome.scss */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 1330, ../sass/vendor/_font-awesome.scss */
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

/* line 1333, ../sass/vendor/_font-awesome.scss */
.fa-plus-square-o:before {
  content: "\f196";
}

/* line 1336, ../sass/vendor/_font-awesome.scss */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 1339, ../sass/vendor/_font-awesome.scss */
.fa-slack:before {
  content: "\f198";
}

/* line 1342, ../sass/vendor/_font-awesome.scss */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 1345, ../sass/vendor/_font-awesome.scss */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 1348, ../sass/vendor/_font-awesome.scss */
.fa-openid:before {
  content: "\f19b";
}

/* line 1353, ../sass/vendor/_font-awesome.scss */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

/* line 1357, ../sass/vendor/_font-awesome.scss */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

/* line 1360, ../sass/vendor/_font-awesome.scss */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 1363, ../sass/vendor/_font-awesome.scss */
.fa-google:before {
  content: "\f1a0";
}

/* line 1366, ../sass/vendor/_font-awesome.scss */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 1369, ../sass/vendor/_font-awesome.scss */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 1372, ../sass/vendor/_font-awesome.scss */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 1375, ../sass/vendor/_font-awesome.scss */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 1378, ../sass/vendor/_font-awesome.scss */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 1381, ../sass/vendor/_font-awesome.scss */
.fa-digg:before {
  content: "\f1a6";
}

/* line 1385, ../sass/vendor/_font-awesome.scss */
.fa-pied-piper-square:before,
.fa-pied-piper:before {
  content: "\f1a7";
}

/* line 1388, ../sass/vendor/_font-awesome.scss */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 1391, ../sass/vendor/_font-awesome.scss */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 1394, ../sass/vendor/_font-awesome.scss */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 1397, ../sass/vendor/_font-awesome.scss */
.fa-language:before {
  content: "\f1ab";
}

/* line 1400, ../sass/vendor/_font-awesome.scss */
.fa-fax:before {
  content: "\f1ac";
}

/* line 1403, ../sass/vendor/_font-awesome.scss */
.fa-building:before {
  content: "\f1ad";
}

/* line 1406, ../sass/vendor/_font-awesome.scss */
.fa-child:before {
  content: "\f1ae";
}

/* line 1409, ../sass/vendor/_font-awesome.scss */
.fa-paw:before {
  content: "\f1b0";
}

/* line 1412, ../sass/vendor/_font-awesome.scss */
.fa-spoon:before {
  content: "\f1b1";
}

/* line 1415, ../sass/vendor/_font-awesome.scss */
.fa-cube:before {
  content: "\f1b2";
}

/* line 1418, ../sass/vendor/_font-awesome.scss */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 1421, ../sass/vendor/_font-awesome.scss */
.fa-behance:before {
  content: "\f1b4";
}

/* line 1424, ../sass/vendor/_font-awesome.scss */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 1427, ../sass/vendor/_font-awesome.scss */
.fa-steam:before {
  content: "\f1b6";
}

/* line 1430, ../sass/vendor/_font-awesome.scss */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 1433, ../sass/vendor/_font-awesome.scss */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 1437, ../sass/vendor/_font-awesome.scss */
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

/* line 1441, ../sass/vendor/_font-awesome.scss */
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

/* line 1444, ../sass/vendor/_font-awesome.scss */
.fa-tree:before {
  content: "\f1bb";
}

/* line 1447, ../sass/vendor/_font-awesome.scss */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 1450, ../sass/vendor/_font-awesome.scss */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 1453, ../sass/vendor/_font-awesome.scss */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 1456, ../sass/vendor/_font-awesome.scss */
.fa-database:before {
  content: "\f1c0";
}

/* line 1459, ../sass/vendor/_font-awesome.scss */
.fa-file-pdf-o:before {
  content: "\f1c1";
}

/* line 1462, ../sass/vendor/_font-awesome.scss */
.fa-file-word-o:before {
  content: "\f1c2";
}

/* line 1465, ../sass/vendor/_font-awesome.scss */
.fa-file-excel-o:before {
  content: "\f1c3";
}

/* line 1468, ../sass/vendor/_font-awesome.scss */
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

/* line 1473, ../sass/vendor/_font-awesome.scss */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

/* line 1477, ../sass/vendor/_font-awesome.scss */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

/* line 1481, ../sass/vendor/_font-awesome.scss */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

/* line 1485, ../sass/vendor/_font-awesome.scss */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

/* line 1488, ../sass/vendor/_font-awesome.scss */
.fa-file-code-o:before {
  content: "\f1c9";
}

/* line 1491, ../sass/vendor/_font-awesome.scss */
.fa-vine:before {
  content: "\f1ca";
}

/* line 1494, ../sass/vendor/_font-awesome.scss */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 1497, ../sass/vendor/_font-awesome.scss */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 1503, ../sass/vendor/_font-awesome.scss */
.fa-life-bouy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

/* line 1506, ../sass/vendor/_font-awesome.scss */
.fa-circle-o-notch:before {
  content: "\f1ce";
}

/* line 1510, ../sass/vendor/_font-awesome.scss */
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}

/* line 1514, ../sass/vendor/_font-awesome.scss */
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

/* line 1517, ../sass/vendor/_font-awesome.scss */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 1520, ../sass/vendor/_font-awesome.scss */
.fa-git:before {
  content: "\f1d3";
}

/* line 1523, ../sass/vendor/_font-awesome.scss */
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 1526, ../sass/vendor/_font-awesome.scss */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 1529, ../sass/vendor/_font-awesome.scss */
.fa-qq:before {
  content: "\f1d6";
}

/* line 1533, ../sass/vendor/_font-awesome.scss */
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

/* line 1537, ../sass/vendor/_font-awesome.scss */
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

/* line 1541, ../sass/vendor/_font-awesome.scss */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

/* line 1544, ../sass/vendor/_font-awesome.scss */
.fa-history:before {
  content: "\f1da";
}

/* line 1547, ../sass/vendor/_font-awesome.scss */
.fa-circle-thin:before {
  content: "\f1db";
}

/* line 1550, ../sass/vendor/_font-awesome.scss */
.fa-header:before {
  content: "\f1dc";
}

/* line 1553, ../sass/vendor/_font-awesome.scss */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 1556, ../sass/vendor/_font-awesome.scss */
.fa-sliders:before {
  content: "\f1de";
}

/* line 1559, ../sass/vendor/_font-awesome.scss */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 1562, ../sass/vendor/_font-awesome.scss */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 1565, ../sass/vendor/_font-awesome.scss */
.fa-bomb:before {
  content: "\f1e2";
}

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
/* line 18, ../sass/vendor/_flexslider.scss */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}

/* line 21, ../sass/vendor/_flexslider.scss */
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 22, ../sass/vendor/_flexslider.scss */
.flex-direction-nav li:before {
  display: none;
}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
  font-family: 'flexslider-icon';
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* FlexSlider Necessary Styles
*********************************/
/* line 42, ../sass/vendor/_flexslider.scss */
.flexslider {
  margin: 0;
  padding: 0;
}

/* line 43, ../sass/vendor/_flexslider.scss */
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
  padding: 0;
  margin: 0;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
/* line 44, ../sass/vendor/_flexslider.scss */
.flexslider .slides li:before {
  display: none;
}

/* line 47, ../sass/vendor/_flexslider.scss */
.flexslider .slides img {
  display: block;
}

/* line 48, ../sass/vendor/_flexslider.scss */
.flex-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .slides element */
/* line 51, ../sass/vendor/_flexslider.scss */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 52, ../sass/vendor/_flexslider.scss */
html[xmlns] .slides {
  display: block;
}

/* line 53, ../sass/vendor/_flexslider.scss */
* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
/* line 58, ../sass/vendor/_flexslider.scss */
.no-js .slides > li:first-child {
  display: block;
}

/* FlexSlider Default Theme
*********************************/
/* line 62, ../sass/vendor/_flexslider.scss */
.flexslider {
  position: relative;
}

/* line 65, ../sass/vendor/_flexslider.scss */
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

/* line 66, ../sass/vendor/_flexslider.scss */
.loading .flex-viewport {
  max-height: 300px;
}

/* line 67, ../sass/vendor/_flexslider.scss */
.flexslider .slides {
  zoom: 1;
}

/* line 68, ../sass/vendor/_flexslider.scss */
.carousel li {
  margin-right: 5px;
}

/* Direction Nav */
/* line 71, ../sass/vendor/_flexslider.scss */
.flex-direction-nav {
  *height: 0;
}

/* line 72, ../sass/vendor/_flexslider.scss */
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

/* line 73, ../sass/vendor/_flexslider.scss */
.flex-direction-nav .flex-prev {
  left: -50px;
}

/* line 74, ../sass/vendor/_flexslider.scss */
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

/* line 75, ../sass/vendor/_flexslider.scss */
.flexslider:hover .flex-prev {
  opacity: 0.7;
  left: 10px;
}

/* line 76, ../sass/vendor/_flexslider.scss */
.flexslider:hover .flex-next {
  opacity: 0.7;
  right: 10px;
}

/* line 77, ../sass/vendor/_flexslider.scss */
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1;
}

/* line 78, ../sass/vendor/_flexslider.scss */
.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}

/* line 79, ../sass/vendor/_flexslider.scss */
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  line-height: 1;
  display: inline-block;
  content: '\f001';
}

/* line 80, ../sass/vendor/_flexslider.scss */
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}

/* Pause/Play */
/* line 83, ../sass/vendor/_flexslider.scss */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

/* line 84, ../sass/vendor/_flexslider.scss */
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}

/* line 85, ../sass/vendor/_flexslider.scss */
.flex-pauseplay a:hover {
  opacity: 1;
}

/* line 86, ../sass/vendor/_flexslider.scss */
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}

/* Control Nav */
/* line 89, ../sass/vendor/_flexslider.scss */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 30px;
  text-align: center;
  margin: 0;
  padding: 0;
}

/* line 90, ../sass/vendor/_flexslider.scss */
.flex-control-nav li {
  margin: 0 2px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/* line 91, ../sass/vendor/_flexslider.scss */
.flex-control-paging li a {
  width: 8px;
  height: 8px;
  display: block;
  background: #ffffff;
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 50%;
}

/* line 92, ../sass/vendor/_flexslider.scss */
.flex-control-paging li a:hover {
  background: #edd200;
}

/* line 93, ../sass/vendor/_flexslider.scss */
.flex-control-paging li a.flex-active {
  background: #edd200;
  cursor: default;
}

/* line 95, ../sass/vendor/_flexslider.scss */
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

/* line 96, ../sass/vendor/_flexslider.scss */
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

/* line 97, ../sass/vendor/_flexslider.scss */
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}

/* line 98, ../sass/vendor/_flexslider.scss */
.flex-control-thumbs img:hover {
  opacity: 1;
}

/* line 99, ../sass/vendor/_flexslider.scss */
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 103, ../sass/vendor/_flexslider.scss */
  .flex-control-nav {
    bottom: -68px !important;
  }
}
@media screen and (max-width: 860px) {
  /* line 109, ../sass/vendor/_flexslider.scss */
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }

  /* line 110, ../sass/vendor/_flexslider.scss */
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/* line 115, ../sass/vendor/_flexslider.scss */
#accomodation .flex-control-paging li a:hover {
  background: #695d52;
}
/* line 116, ../sass/vendor/_flexslider.scss */
#accomodation .flex-control-paging li a.flex-active {
  background: #695d52;
}

/* line 120, ../sass/vendor/_flexslider.scss */
#weddings .flex-control-paging li a {
  background: #525353;
}
/* line 123, ../sass/vendor/_flexslider.scss */
#weddings .flex-control-paging li a:hover {
  background: #ffffff;
}
/* line 124, ../sass/vendor/_flexslider.scss */
#weddings .flex-control-paging li a.flex-active {
  background: #ffffff;
}

@media (max-width: 767px) {
  /* line 131, ../sass/vendor/_flexslider.scss */
  .flex-control-nav {
    bottom: 14px;
  }

  /* line 132, ../sass/vendor/_flexslider.scss */
  .flex-control-paging li a {
    width: 4px;
    height: 4px;
  }
}
/* ----------------------------------------------------------
    Select Box
------------------------------------------------------------*/
/* line 5, ../sass/vendor/_selectbox.scss */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 16, ../sass/vendor/_selectbox.scss */
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

/* line 30, ../sass/vendor/_selectbox.scss */
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}

/* line 33, ../sass/vendor/_selectbox.scss */
.chosen-container a {
  cursor: pointer;
}

/* @end */
/* @group Single Chosen */
/* line 39, ../sass/vendor/_selectbox.scss */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 23px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, white), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, white 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(top, white 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(top, white 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

/* line 60, ../sass/vendor/_selectbox.scss */
.chosen-container-single .chosen-default {
  color: #999;
}

/* line 63, ../sass/vendor/_selectbox.scss */
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 70, ../sass/vendor/_selectbox.scss */
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

/* line 73, ../sass/vendor/_selectbox.scss */
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 1px;
}

/* line 83, ../sass/vendor/_selectbox.scss */
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

/* line 86, ../sass/vendor/_selectbox.scss */
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

/* line 89, ../sass/vendor/_selectbox.scss */
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

/* line 97, ../sass/vendor/_selectbox.scss */
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
}

/* line 103, ../sass/vendor/_selectbox.scss */
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

/* line 110, ../sass/vendor/_selectbox.scss */
.chosen-container-single .chosen-search input[type="text"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

/* line 131, ../sass/vendor/_selectbox.scss */
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

/* line 136, ../sass/vendor/_selectbox.scss */
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
/* line 143, ../sass/vendor/_selectbox.scss */
.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

/* line 152, ../sass/vendor/_selectbox.scss */
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
}

/* line 159, ../sass/vendor/_selectbox.scss */
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

/* line 163, ../sass/vendor/_selectbox.scss */
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* line 168, ../sass/vendor/_selectbox.scss */
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}

/* line 177, ../sass/vendor/_selectbox.scss */
.chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #f4f4f4;
}

/* line 181, ../sass/vendor/_selectbox.scss */
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

/* line 186, ../sass/vendor/_selectbox.scss */
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

/* line 189, ../sass/vendor/_selectbox.scss */
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
/* line 196, ../sass/vendor/_selectbox.scss */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, white));
  background-image: -webkit-linear-gradient(#eeeeee 1%, white 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, white 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, white 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}

/* line 216, ../sass/vendor/_selectbox.scss */
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

/* line 220, ../sass/vendor/_selectbox.scss */
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

/* line 225, ../sass/vendor/_selectbox.scss */
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 5px;
  height: 15px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #666;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

/* line 239, ../sass/vendor/_selectbox.scss */
.chosen-container-multi .chosen-choices li.search-field .default {
  color: #999;
}

/* line 242, ../sass/vendor/_selectbox.scss */
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

/* line 260, ../sass/vendor/_selectbox.scss */
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 1px;
}

/* line 270, ../sass/vendor/_selectbox.scss */
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

/* line 273, ../sass/vendor/_selectbox.scss */
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}

/* line 284, ../sass/vendor/_selectbox.scss */
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

/* line 287, ../sass/vendor/_selectbox.scss */
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

/* line 290, ../sass/vendor/_selectbox.scss */
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

/* line 294, ../sass/vendor/_selectbox.scss */
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
/* line 302, ../sass/vendor/_selectbox.scss */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* line 306, ../sass/vendor/_selectbox.scss */
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, white));
  background-image: -webkit-linear-gradient(#eeeeee 20%, white 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, white 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, white 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset;
}

/* line 319, ../sass/vendor/_selectbox.scss */
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

/* line 323, ../sass/vendor/_selectbox.scss */
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

/* line 326, ../sass/vendor/_selectbox.scss */
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* line 330, ../sass/vendor/_selectbox.scss */
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #111 !important;
}

/* @end */
/* @group Disabled Support */
/* line 336, ../sass/vendor/_selectbox.scss */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

/* line 340, ../sass/vendor/_selectbox.scss */
.chosen-disabled .chosen-single {
  cursor: default;
}

/* line 343, ../sass/vendor/_selectbox.scss */
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
/* line 349, ../sass/vendor/_selectbox.scss */
.chosen-rtl {
  text-align: right;
}

/* line 352, ../sass/vendor/_selectbox.scss */
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

/* line 356, ../sass/vendor/_selectbox.scss */
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

/* line 361, ../sass/vendor/_selectbox.scss */
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

/* line 364, ../sass/vendor/_selectbox.scss */
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

/* line 368, ../sass/vendor/_selectbox.scss */
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

/* line 372, ../sass/vendor/_selectbox.scss */
.chosen-rtl .chosen-choices li {
  float: right;
}

/* line 375, ../sass/vendor/_selectbox.scss */
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}

/* line 378, ../sass/vendor/_selectbox.scss */
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

/* line 382, ../sass/vendor/_selectbox.scss */
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

/* line 387, ../sass/vendor/_selectbox.scss */
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}

/* line 390, ../sass/vendor/_selectbox.scss */
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

/* line 394, ../sass/vendor/_selectbox.scss */
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

/* line 398, ../sass/vendor/_selectbox.scss */
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

/* line 401, ../sass/vendor/_selectbox.scss */
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url("chosen-sprite.png") no-repeat -30px -20px;
  background: url("chosen-sprite.png") no-repeat -30px -20px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, white));
  background: url("chosen-sprite.png") no-repeat -30px -20px, -webkit-linear-gradient(#eeeeee 1%, white 15%);
  background: url("chosen-sprite.png") no-repeat -30px -20px, -moz-linear-gradient(#eeeeee 1%, white 15%);
  background: url("chosen-sprite.png") no-repeat -30px -20px, -o-linear-gradient(#eeeeee 1%, white 15%);
  background: url("chosen-sprite.png") no-repeat -30px -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  direction: rtl;
}

/* line 411, ../sass/vendor/_selectbox.scss */
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

/* line 414, ../sass/vendor/_selectbox.scss */
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  /* line 427, ../sass/vendor/_selectbox.scss */
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */
/* line 446, ../sass/vendor/_selectbox.scss */
.select-box {
  background: #dcdcdc;
}

/* line 450, ../sass/vendor/_selectbox.scss */
.chosen-select-container {
  font-family: 'helvetica_neue';
  text-align: left;
  /* Results */
}
/* line 453, ../sass/vendor/_selectbox.scss */
.chosen-select-container .chosen-container-single .chosen-single {
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 17px;
  padding-right: 20px;
  height: auto;
  border-radius: 0px;
  border: none;
  background: none;
  box-shadow: none;
  line-height: normal;
  color: #555555;
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
/* line 469, ../sass/vendor/_selectbox.scss */
.chosen-select-container .chosen-container-active.chosen-with-drop .chosen-single {
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
/* line 478, ../sass/vendor/_selectbox.scss */
.chosen-select-container .chosen-container-single .chosen-single div {
  width: 53px;
}
/* line 481, ../sass/vendor/_selectbox.scss */
.chosen-select-container .chosen-container-single .chosen-single div b {
  display: block;
  height: 100%;
  background: url(../images/select-arrow.png) 50% 50% no-repeat;
  background-color: #dcdcdc;
}
/* line 494, ../sass/vendor/_selectbox.scss */
.chosen-select-container .chosen-container-single .chosen-search {
  padding: 10px 10px 10px 10px;
}
/* line 497, ../sass/vendor/_selectbox.scss */
.chosen-select-container .chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 10px 20px 10px 20px;
  width: 100%;
  height: auto;
  border: none;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
/* line 509, ../sass/vendor/_selectbox.scss */
.chosen-select-container .chosen-container .chosen-drop {
  border: none;
  background-color: none;
  background-color: gray;
  box-shadow: none;
  color: #ffffff;
  border-radius: 0;
  margin: 0;
}
/* line 521, ../sass/vendor/_selectbox.scss */
.chosen-select-container .chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 0px 0px 0;
  padding: 0 0 0 0px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
  color: #ffffff;
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
/* line 534, ../sass/vendor/_selectbox.scss */
.chosen-select-container .chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 17px;
  padding-right: 20px;
  list-style: none;
  line-height: 15px;
  border-top: 1px solid #ffffff;
}
/* line 545, ../sass/vendor/_selectbox.scss */
.chosen-select-container .chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
/* line 549, ../sass/vendor/_selectbox.scss */
.chosen-select-container .chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ffffff;
  cursor: default;
}
/* line 554, ../sass/vendor/_selectbox.scss */
.chosen-select-container .chosen-container .chosen-results li.highlighted {
  background: none;
  background-color: #9a9a9a;
  color: #fff;
}
/* line 559, ../sass/vendor/_selectbox.scss */
.chosen-select-container .chosen-container .chosen-results li.no-results {
  display: list-item;
  background-color: gray;
  color: #fff;
}
/* line 564, ../sass/vendor/_selectbox.scss */
.chosen-select-container .chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
/* line 569, ../sass/vendor/_selectbox.scss */
.chosen-select-container .chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
/* line 572, ../sass/vendor/_selectbox.scss */
.chosen-select-container .chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* line 582, ../sass/vendor/_selectbox.scss */
.chosen-container-multi .chosen-choices {
  padding: 15px 0 15px 20px;
  min-height: 50px;
  border-radius: 0px;
  border: none;
  background: #ffffff;
  box-shadow: none;
  color: #b2b1b1;
  line-height: 1.3;
  font-weight: normal;
  font-size: 18px;
}

/* line 594, ../sass/vendor/_selectbox.scss */
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

/* line 598, ../sass/vendor/_selectbox.scss */
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

/* line 603, ../sass/vendor/_selectbox.scss */
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 5px;
  height: 35px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #666;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

/* line 617, ../sass/vendor/_selectbox.scss */
.chosen-container-multi .chosen-choices li.search-field .default {
  color: #999;
}

/* line 620, ../sass/vendor/_selectbox.scss */
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  padding: 10px 27px 10px 20px;
  margin: 0 10px 0px 0;
  border-radius: 20px;
  background: none;
  background-color: #f0f0f0;
  border: none;
  background-clip: padding-box;
  box-shadow: none;
  color: #444444;
  font-size: 18px;
  line-height: 18px;
  display: block;
  cursor: default;
}

/* line 636, ../sass/vendor/_selectbox.scss */
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 14px;
  right: 10px;
  display: block;
  width: 9px;
  height: 9px;
  background: url(../images/icons/icon-close-input-blue.png) 0 0 no-repeat;
  font-size: 1px;
}

/* line 646, ../sass/vendor/_selectbox.scss */
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: 0 0;
}

/* line 649, ../sass/vendor/_selectbox.scss */
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}

/* line 660, ../sass/vendor/_selectbox.scss */
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

/* line 663, ../sass/vendor/_selectbox.scss */
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

/* line 666, ../sass/vendor/_selectbox.scss */
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

/* line 670, ../sass/vendor/_selectbox.scss */
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* ----------------------------------------------------------
    Responsive
------------------------------------------------------------*/
@media (max-width: 767px) {
  /* line 691, ../sass/vendor/_selectbox.scss */
  .select-box select {
    border-radius: 0;
    width: 100%;
    text-transform: none;
    border: none;
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    background: url(../images/select-arrow-mobile.png) 95% 50% no-repeat gainsboro;
    background-size: 12px 7px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 10px;
    padding-right: 10px;
    color: gray !important;
    height: auto;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  }

  /* line 712, ../sass/vendor/_selectbox.scss */
  .chosen-select-container .chosen-container-single .chosen-single {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    height: auto;
    border-radius: 0px;
    border: none;
    background: none;
    box-shadow: none;
    line-height: normal;
    color: #555555;
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
  }
  /* line 728, ../sass/vendor/_selectbox.scss */
  .chosen-select-container .chosen-container-active.chosen-with-drop .chosen-single {
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
  }
  /* line 737, ../sass/vendor/_selectbox.scss */
  .chosen-select-container .chosen-container-single .chosen-single div {
    width: 37px;
  }
  /* line 740, ../sass/vendor/_selectbox.scss */
  .chosen-select-container .chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 10px;
    padding-right: 10px;
    list-style: none;
    line-height: 15px;
    border-top: 1px solid #767676;
  }
}
/* line 1, ../sass/vendor/_jcarousel.scss */
.jcarousel-wrapper {
  margin: 0px auto;
  position: relative;
  overflow: hidden;
}

/** Carousel **/
/* line 9, ../sass/vendor/_jcarousel.scss */
.jcarousel {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 90px;
}

/* line 16, ../sass/vendor/_jcarousel.scss */
.jcarousel ul {
  width: 20000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 25, ../sass/vendor/_jcarousel.scss */
.jcarousel li {
  width: 320px;
  float: left;
  border: none;
  padding: 0 15px 0 15px;
}
/* line 30, ../sass/vendor/_jcarousel.scss */
.jcarousel li:before {
  display: none;
}

/* line 35, ../sass/vendor/_jcarousel.scss */
.jcarousel img {
  display: block;
  max-width: 100%;
  height: auto !important;
}

/** Carousel Controls **/
/* line 44, ../sass/vendor/_jcarousel.scss */
.jcarousel-control-prev,
.jcarousel-control-next {
  background: url(../images/icons/ico-prev.png) 50% 50% no-repeat #555555;
  width: 50px;
  height: 50px;
  display: block;
  text-indent: -999999px;
  cursor: pointer;
  position: absolute;
  right: -50px;
  top: 94px;
}

/* line 56, ../sass/vendor/_jcarousel.scss */
.jcarousel-control-next {
  background: url(../images/icons/ico-next.png) 50% 50% no-repeat #555555;
  top: 146px;
}

/** Carousel Pagination **/
/* line 63, ../sass/vendor/_jcarousel.scss */
.jcarousel-pagination {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  margin: 0 !important;
  line-height: 1.2 !important;
  z-index: 99;
  text-align: center;
}

/* line 74, ../sass/vendor/_jcarousel.scss */
.jcarousel-pagination a {
  text-decoration: none;
  display: inline-block;
  font-size: 11px;
  height: 12px;
  width: 12px;
  line-height: 12px;
  background: #d4c5b9;
  color: #4E443C;
  border-radius: 50%;
  text-indent: -9999px;
  border: none;
  margin-right: 5px;
}

/* line 91, ../sass/vendor/_jcarousel.scss */
.jcarousel-pagination a.active, .jcarousel-pagination a:hover {
  background: #967f6d;
  color: #fff;
  opacity: 1;
  -webkit-box-shadow: 0 0 2px #F0EFE7;
  -moz-box-shadow: 0 0 2px #F0EFE7;
  box-shadow: 0 0 2px #F0EFE7;
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 103, ../sass/vendor/_jcarousel.scss */
  .jcarousel li {
    width: 374px;
    float: left;
    border: none;
    padding: 0 15px 0 15px;
  }
}
@media (max-width: 767px) {
  /* News */
  /* line 117, ../sass/vendor/_jcarousel.scss */
  #news .jcarousel-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 121, ../sass/vendor/_jcarousel.scss */
  #news .jcarousel li {
    width: 300px;
    float: left;
    border: none;
    padding: 0 0px 0 0px;
  }
  /* line 127, ../sass/vendor/_jcarousel.scss */
  #news .jcarousel-pagination a {
    width: 6px;
    height: 6px;
  }

  /* line 133, ../sass/vendor/_jcarousel.scss */
  .jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-bottom: 30px;
  }

  /* line 141, ../sass/vendor/_jcarousel.scss */
  .hero .flex-control-nav {
    bottom: -20px;
  }
}
