@charset "UTF-8";
/* HTML element (SMACSS base) rules */
/* Optionally, add your own components here. */
/* This is the legacy CSS that is necessary for the site. For better Drupal/Sass usage, please create/add to sass files instead of here for new things. */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600italic,400italic,700,700italic,300italic,300,600&subset=latin,latin-ext);
/* line 4, ../sass/_legacy.scss */
#eyebrow > div {
  height: 40px;
  position: relative;
  z-index: 5;
}

/* line 9, ../sass/_legacy.scss */
#eyebrow .region-eye-brow-menu {
  display: inline-block;
}

/* line 12, ../sass/_legacy.scss */
#eyebrow .menu {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-position: inside;
}

/* line 21, ../sass/_legacy.scss */
#eyebrow .menu li {
  position: relative;
  display: inline-block;
  margin-left: 25px;
  padding: 0px;
  font-size: 14px;
}

/* line 27, ../sass/_legacy.scss */
#eyebrow .menu li:first-child {
  margin-left: 0px;
}

/* line 29, ../sass/_legacy.scss */
#eyebrow .menu li a {
  color: #ffffff;
}

/* line 31, ../sass/_legacy.scss */
#eyebrow .menu li ul li {
  margin-left: 0px;
}

/* line 33, ../sass/_legacy.scss */
#eyebrow .menu li .dropdown-menu li a {
  color: #676767;
}

/* line 35, ../sass/_legacy.scss */
#eyebrow .menu li .fa-angle-down {
  font-size: 1.25em;
  color: #ffffff;
  vertical-align: middle;
  padding: 0 0 0 4px;
}

/* line 40, ../sass/_legacy.scss */
#eyebrow .menu .open .menu {
  display: block;
}

/* line 42, ../sass/_legacy.scss */
#eyebrow .menu .menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

/* line 60, ../sass/_legacy.scss */
#eyebrow .menu .menu li {
  display: block;
}

/* line 62, ../sass/_legacy.scss */
#eyebrow .menu .menu li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
  color: #676767;
}

/* line 71, ../sass/_legacy.scss */
#eyebrow .menu .menu li > a:hover, #eyebrow .menu .menu li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: whitesmoke;
}

/* line 77, ../sass/_legacy.scss */
#nav {
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.12);
}

/* line 79, ../sass/_legacy.scss */
#nav div {
  height: 75px;
}

/* line 82, ../sass/_legacy.scss */
#block-menu-guidewire-main-menu .menu {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-position: inside;
}

/* line 87, ../sass/_legacy.scss */
#block-menu-guidewire-main-menu .sf-js-enabled .menu > li > .menu {
  display: block !important;
}

/* line 90, ../sass/_legacy.scss */
#block-menu-guidewire-main-menu .menu:first-child > li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 20px;
}

/* line 94, ../sass/_legacy.scss */
#block-menu-guidewire-main-menu .menu:first-child > li:first-child {
  margin-left: 0px;
}

/* line 96, ../sass/_legacy.scss */
#block-menu-guidewire-main-menu .menu:first-child > li.mega-dropdown:hover > a:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  background-color: #f5861f;
}

/* line 105, ../sass/_legacy.scss */
#block-menu-guidewire-main-menu .menu:first-child > li.mega-dropdown:hover > a i {
  color: #00749f;
}

/* line 107, ../sass/_legacy.scss */
#block-menu-guidewire-main-menu .menu:first-child > li > a {
  position: relative;
  font-weight: 600;
  font-size: 18px;
  color: #676767;
  height: 27px;
  height: 75px;
  display: inline-block;
}

/* line 115, ../sass/_legacy.scss */
#block-menu-guidewire-main-menu .menu:first-child > li > a:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/* line 121, ../sass/_legacy.scss */
#block-menu-guidewire-main-menu .mega-dropdown {
  position: relative;
}

/* line 123, ../sass/_legacy.scss */
#block-menu-guidewire-main-menu .mega-dropdown.ready > .menu {
  opacity: 1;
}

/* line 125, ../sass/_legacy.scss */
#block-menu-guidewire-main-menu .mega-dropdown > .menu {
  opacity: 0;
  position: absolute;
  background: #fff;
  border-top: 5px solid #f5861f;
  padding: 0 40px 20px;
  z-index: 1000;
  width: 960px;
  border-radius: 0;
  margin: 0px;
  background-clip: padding-box;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
}

/* line 137, ../sass/_legacy.scss */
#block-menu-guidewire-main-menu .mega-dropdown > .menu > li {
  float: left;
  width: 33.33333%;
  text-align: left;
  padding: 20px 0 20px 0;
}

/* line 142, ../sass/_legacy.scss */
#block-menu-guidewire-main-menu .mega-dropdown > .menu > li > a {
  display: block;
  font-size: 18px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #cccccc;
  line-height: 38px;
  font-weight: 600;
  margin-right: 50px;
}

/* line 151, ../sass/_legacy.scss */
#block-menu-guidewire-main-menu .mega-dropdown > .menu > li > a i {
  display: none;
}

/* line 153, ../sass/_legacy.scss */
#block-menu-guidewire-main-menu .mega-dropdown > .menu > li > .menu {
  display: block;
}

/* line 155, ../sass/_legacy.scss */
#block-menu-guidewire-main-menu .mega-dropdown > .menu > li li a {
  line-height: 38px;
  font-weight: 600;
  font-size: 18px;
  color: #00749f;
}

/* line 160, ../sass/_legacy.scss */
#block-menu-guidewire-main-menu .mega-dropdown > .menu > li li a:hover {
  color: #014d69;
}

/* line 162, ../sass/_legacy.scss */
#block-menu-guidewire-main-menu .mega-dropdown > .menu .no-link-style {
  pointer-events: none;
  color: #676767;
}

/* line 165, ../sass/_legacy.scss */
#block-menu-guidewire-main-menu .mega-dropdown .description {
  display: block;
  margin: 15px 0 0 0;
  padding: 0 30px 30px 0;
}

/* line 170, ../sass/_legacy.scss */
li.four-columns {
  width: 25% !important;
}

/* line 173, ../sass/_legacy.scss */
li.five-columns {
  width: 20% !important;
}

/* line 176, ../sass/_legacy.scss */
li.four-columns ul a,
li.five-columns ul a {
  white-space: nowrap;
}

/* line 180, ../sass/_legacy.scss */
:lang(en) li.four-columns ul a,
:lang(en) li.five-columns ul a {
  font-size: 14px !important;
}

/* line 184, ../sass/_legacy.scss */
:lang(fr) li.four-columns ul a,
:lang(fr) li.five-columns ul a {
  font-size: 14px !important;
}

/* line 188, ../sass/_legacy.scss */
li.five-columns a,
li.five-columns a span {
  font-size: 16px !important;
}

/* line 192, ../sass/_legacy.scss */
li.five-columns .description {
  font-size: 13px;
}

/* line 195, ../sass/_legacy.scss */
body.navbar-administration nav.navbar-fixed-top {
  top: 85px;
}

/* line 198, ../sass/_legacy.scss */
nav.navbar-fixed-top {
  z-index: 9999;
}

/* line 201, ../sass/_legacy.scss */
ul li {
  padding: 0px;
}

/* line 205, ../sass/_legacy.scss */
#nav ul#nav-top > li {
  padding: 0 20px;
}

/* line 208, ../sass/_legacy.scss */
#nav ul#nav-top > li:last-child {
  padding: 0px 0px 0px 20px;
}

/* line 211, ../sass/_legacy.scss */
#nav ul#nav-top > li > a {
  height: 75px;
  display: inline-block;
}

/* line 215, ../sass/_legacy.scss */
#nav > li > a,
#nav li a > span {
  font-weight: 600;
  font-size: 18px;
  color: #676767;
  height: 27px;
}

/* line 222, ../sass/_legacy.scss */
#nav > li {
  border-bottom: 10px transparent;
}

/* line 225, ../sass/_legacy.scss */
#nav .dropdown:hover .dropdown-menu {
  display: block;
}

/* line 228, ../sass/_legacy.scss */
#nav .dropdown:hover a i {
  color: #00749f;
}

/* line 231, ../sass/_legacy.scss */
#nav .dropdown-menu li {
  margin-left: 0px;
}

/* line 234, ../sass/_legacy.scss */
#nav .dropdown-menu li a,
#nav .dropdown-column-parent {
  line-height: 38px;
  font-weight: 600;
  font-size: 18px;
}

/* line 240, ../sass/_legacy.scss */
#nav .dropdown-column-parent {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #cccccc;
}

/* line 245, ../sass/_legacy.scss */
#nav .dropdown:hover > a:after,
#nav .dropdown.open > a:after,
#nav .dropdown.active > a:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  background-color: #f5861f;
}

/* line 257, ../sass/_legacy.scss */
#nav .dropdown-menu {
  width: 960px;
  border-radius: 0;
  border: 0px;
  padding: 0px;
  margin: 0px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
}

/* line 265, ../sass/_legacy.scss */
#nav .dropdown-menu > li {
  padding: 0px;
}

/* line 268, ../sass/_legacy.scss */
#nav .dropdown-container {
  border-top: 5px solid #f5861f;
  padding: 0 40px 20px;
}

/* line 272, ../sass/_legacy.scss */
#nav .dropdown-header {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #cccccc;
  overflow: auto;
  height: auto;
}

/* line 279, ../sass/_legacy.scss */
#nav .dropdown-columns {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* line 283, ../sass/_legacy.scss */
#nav .dropdown-footer {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 2px solid #cccccc;
}

/* line 288, ../sass/_legacy.scss */
#nav .fa-angle-down {
  font-size: 1.5em;
  color: #cccccc;
  vertical-align: text-top;
}

/* line 293, ../sass/_legacy.scss */
#nav .fa-angle-down {
  padding-left: 3px;
}

/* line 296, ../sass/_legacy.scss */
#mobileNav {
  max-height: none;
  overflow-y: visible;
}

/* line 300, ../sass/_legacy.scss */
#mobileNav a {
  color: #ffffff;
}

/* line 303, ../sass/_legacy.scss */
#mobileNav li > a {
  font-size: 24px;
  line-height: 42px;
}

/* line 307, ../sass/_legacy.scss */
#mobileNav .no-tabs li a {
  font-size: 20px;
}

/* line 310, ../sass/_legacy.scss */
#mobileNav i.glyphicon:before {
  content: "\2212";
}

/* line 313, ../sass/_legacy.scss */
#mobileNav .collapsed i.glyphicon:before {
  content: "\2b";
}

/* line 316, ../sass/_legacy.scss */
#mobileNav li.no-collapse {
  padding-left: 35px;
}

/* line 319, ../sass/_legacy.scss */
#mobileNav .nav-tabs {
  border: 0;
}

/* line 322, ../sass/_legacy.scss */
#mobileNav .nav-tabs > li {
  padding-right: 5px;
  width: 33.33%;
  text-align: center;
  margin-bottom: 0px;
}

/* line 328, ../sass/_legacy.scss */
#mobileNav .nav-tabs > li:last-child {
  padding-right: 0px;
}

/* line 331, ../sass/_legacy.scss */
#mobileNav .nav-tabs > li a {
  background-color: #005d7f;
  border-radius: 0;
  border: 0;
  margin-right: 0px;
  line-height: normal;
  border-bottom: 3px solid #00739d;
  font-size: 14px;
}

/* line 340, ../sass/_legacy.scss */
#mobileNav .nav-tabs > li.active a {
  background-color: #005879;
  border-bottom: 3px solid #005879;
}

/* line 344, ../sass/_legacy.scss */
#mobileNav .secondary-nav li a {
  font-size: 16px;
}

/* line 347, ../sass/_legacy.scss */
#mobileNav .tab-content {
  margin-bottom: 20px;
  padding: 20px 35px;
}

/* line 351, ../sass/_legacy.scss */
#mobileNav .tab-content a {
  font-size: 16px;
  line-height: 34px;
}

/* line 355, ../sass/_legacy.scss */
#mobileNav.navbar-collapse {
  border: 0px;
}

/* line 358, ../sass/_legacy.scss */
#mobileNav .secondary-nav li.language > a {
  padding-left: 34px;
}

/* line 361, ../sass/_legacy.scss */
#mobileNav .secondary-nav li.language i {
  position: absolute;
  top: 7px;
  left: 0px;
}

/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=93d38dae2a309e122706)
 * Config saved to config.json and https://gist.github.com/93d38dae2a309e122706
 */
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/* line 381, ../sass/_legacy.scss */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 385, ../sass/_legacy.scss */
body {
  margin: 0;
}

/* line 388, ../sass/_legacy.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 391, ../sass/_legacy.scss */
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 395, ../sass/_legacy.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 399, ../sass/_legacy.scss */
[hidden], template {
  display: none;
}

/* line 402, ../sass/_legacy.scss */
a {
  background-color: transparent;
}

/* line 405, ../sass/_legacy.scss */
a:active, a:hover {
  outline: 0;
}

/* line 408, ../sass/_legacy.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 411, ../sass/_legacy.scss */
b, strong {
  font-weight: bold;
}

/* line 414, ../sass/_legacy.scss */
dfn {
  font-style: italic;
}

/* line 417, ../sass/_legacy.scss */
h1 {
  font-size: 2em;
  margin: .67em 0;
}

/* line 421, ../sass/_legacy.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 425, ../sass/_legacy.scss */
small {
  font-size: 80%;
}

/* line 428, ../sass/_legacy.scss */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

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

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

/* line 440, ../sass/_legacy.scss */
img {
  border: 0;
}

/* line 443, ../sass/_legacy.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 446, ../sass/_legacy.scss */
figure {
  margin: 1em 40px;
}

/* line 449, ../sass/_legacy.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/* line 453, ../sass/_legacy.scss */
pre {
  overflow: auto;
}

/* line 456, ../sass/_legacy.scss */
code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

/* line 460, ../sass/_legacy.scss */
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 465, ../sass/_legacy.scss */
button {
  overflow: visible;
}

/* line 468, ../sass/_legacy.scss */
button, select {
  text-transform: none;
}

/* line 471, ../sass/_legacy.scss */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 475, ../sass/_legacy.scss */
button[disabled], html input[disabled] {
  cursor: default;
}

/* line 478, ../sass/_legacy.scss */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 482, ../sass/_legacy.scss */
input {
  line-height: normal;
}

/* line 485, ../sass/_legacy.scss */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 489, ../sass/_legacy.scss */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 492, ../sass/_legacy.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

/* line 496, ../sass/_legacy.scss */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 499, ../sass/_legacy.scss */
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

/* line 504, ../sass/_legacy.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 508, ../sass/_legacy.scss */
textarea {
  overflow: auto;
}

/* line 511, ../sass/_legacy.scss */
optgroup {
  font-weight: bold;
}

/* line 514, ../sass/_legacy.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  /* line 521, ../sass/_legacy.scss */
  *, *:before, *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

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

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

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

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

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

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

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

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

  /* line 543, ../sass/_legacy.scss */
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

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

  /* line 548, ../sass/_legacy.scss */
  .navbar {
    display: none;
  }

  /* line 550, ../sass/_legacy.scss */
  .btn > .caret, .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  /* line 552, ../sass/_legacy.scss */
  .label {
    border: 1px solid #000;
  }

  /* line 554, ../sass/_legacy.scss */
  .table {
    border-collapse: collapse !important;
  }

  /* line 556, ../sass/_legacy.scss */
  .table td, .table th {
    background-color: #fff !important;
  }

  /* line 558, ../sass/_legacy.scss */
  .table-bordered th, .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
/* line 566, ../sass/_legacy.scss */
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 577, ../sass/_legacy.scss */
.glyphicon-asterisk:before {
  content: "\2a";
}

/* line 580, ../sass/_legacy.scss */
.glyphicon-plus:before {
  content: "\2b";
}

/* line 583, ../sass/_legacy.scss */
.glyphicon-euro:before, .glyphicon-eur:before {
  content: "\20ac";
}

/* line 586, ../sass/_legacy.scss */
.glyphicon-minus:before {
  content: "\2212";
}

/* line 589, ../sass/_legacy.scss */
.glyphicon-cloud:before {
  content: "\2601";
}

/* line 592, ../sass/_legacy.scss */
.glyphicon-envelope:before {
  content: "\2709";
}

/* line 595, ../sass/_legacy.scss */
.glyphicon-pencil:before {
  content: "\270f";
}

/* line 598, ../sass/_legacy.scss */
.glyphicon-glass:before {
  content: "\e001";
}

/* line 601, ../sass/_legacy.scss */
.glyphicon-music:before {
  content: "\e002";
}

/* line 604, ../sass/_legacy.scss */
.glyphicon-search:before {
  content: "\e003";
}

/* line 607, ../sass/_legacy.scss */
.glyphicon-heart:before {
  content: "\e005";
}

/* line 610, ../sass/_legacy.scss */
.glyphicon-star:before {
  content: "\e006";
}

/* line 613, ../sass/_legacy.scss */
.glyphicon-star-empty:before {
  content: "\e007";
}

/* line 616, ../sass/_legacy.scss */
.glyphicon-user:before {
  content: "\e008";
}

/* line 619, ../sass/_legacy.scss */
.glyphicon-film:before {
  content: "\e009";
}

/* line 622, ../sass/_legacy.scss */
.glyphicon-th-large:before {
  content: "\e010";
}

/* line 625, ../sass/_legacy.scss */
.glyphicon-th:before {
  content: "\e011";
}

/* line 628, ../sass/_legacy.scss */
.glyphicon-th-list:before {
  content: "\e012";
}

/* line 631, ../sass/_legacy.scss */
.glyphicon-ok:before {
  content: "\e013";
}

/* line 634, ../sass/_legacy.scss */
.glyphicon-remove:before {
  content: "\e014";
}

/* line 637, ../sass/_legacy.scss */
.glyphicon-zoom-in:before {
  content: "\e015";
}

/* line 640, ../sass/_legacy.scss */
.glyphicon-zoom-out:before {
  content: "\e016";
}

/* line 643, ../sass/_legacy.scss */
.glyphicon-off:before {
  content: "\e017";
}

/* line 646, ../sass/_legacy.scss */
.glyphicon-signal:before {
  content: "\e018";
}

/* line 649, ../sass/_legacy.scss */
.glyphicon-cog:before {
  content: "\e019";
}

/* line 652, ../sass/_legacy.scss */
.glyphicon-trash:before {
  content: "\e020";
}

/* line 655, ../sass/_legacy.scss */
.glyphicon-home:before {
  content: "\e021";
}

/* line 658, ../sass/_legacy.scss */
.glyphicon-file:before {
  content: "\e022";
}

/* line 661, ../sass/_legacy.scss */
.glyphicon-time:before {
  content: "\e023";
}

/* line 664, ../sass/_legacy.scss */
.glyphicon-road:before {
  content: "\e024";
}

/* line 667, ../sass/_legacy.scss */
.glyphicon-download-alt:before {
  content: "\e025";
}

/* line 670, ../sass/_legacy.scss */
.glyphicon-download:before {
  content: "\e026";
}

/* line 673, ../sass/_legacy.scss */
.glyphicon-upload:before {
  content: "\e027";
}

/* line 676, ../sass/_legacy.scss */
.glyphicon-inbox:before {
  content: "\e028";
}

/* line 679, ../sass/_legacy.scss */
.glyphicon-play-circle:before {
  content: "\e029";
}

/* line 682, ../sass/_legacy.scss */
.glyphicon-repeat:before {
  content: "\e030";
}

/* line 685, ../sass/_legacy.scss */
.glyphicon-refresh:before {
  content: "\e031";
}

/* line 688, ../sass/_legacy.scss */
.glyphicon-list-alt:before {
  content: "\e032";
}

/* line 691, ../sass/_legacy.scss */
.glyphicon-lock:before {
  content: "\e033";
}

/* line 694, ../sass/_legacy.scss */
.glyphicon-flag:before {
  content: "\e034";
}

/* line 697, ../sass/_legacy.scss */
.glyphicon-headphones:before {
  content: "\e035";
}

/* line 700, ../sass/_legacy.scss */
.glyphicon-volume-off:before {
  content: "\e036";
}

/* line 703, ../sass/_legacy.scss */
.glyphicon-volume-down:before {
  content: "\e037";
}

/* line 706, ../sass/_legacy.scss */
.glyphicon-volume-up:before {
  content: "\e038";
}

/* line 709, ../sass/_legacy.scss */
.glyphicon-qrcode:before {
  content: "\e039";
}

/* line 712, ../sass/_legacy.scss */
.glyphicon-barcode:before {
  content: "\e040";
}

/* line 715, ../sass/_legacy.scss */
.glyphicon-tag:before {
  content: "\e041";
}

/* line 718, ../sass/_legacy.scss */
.glyphicon-tags:before {
  content: "\e042";
}

/* line 721, ../sass/_legacy.scss */
.glyphicon-book:before {
  content: "\e043";
}

/* line 724, ../sass/_legacy.scss */
.glyphicon-bookmark:before {
  content: "\e044";
}

/* line 727, ../sass/_legacy.scss */
.glyphicon-print:before {
  content: "\e045";
}

/* line 730, ../sass/_legacy.scss */
.glyphicon-camera:before {
  content: "\e046";
}

/* line 733, ../sass/_legacy.scss */
.glyphicon-font:before {
  content: "\e047";
}

/* line 736, ../sass/_legacy.scss */
.glyphicon-bold:before {
  content: "\e048";
}

/* line 739, ../sass/_legacy.scss */
.glyphicon-italic:before {
  content: "\e049";
}

/* line 742, ../sass/_legacy.scss */
.glyphicon-text-height:before {
  content: "\e050";
}

/* line 745, ../sass/_legacy.scss */
.glyphicon-text-width:before {
  content: "\e051";
}

/* line 748, ../sass/_legacy.scss */
.glyphicon-align-left:before {
  content: "\e052";
}

/* line 751, ../sass/_legacy.scss */
.glyphicon-align-center:before {
  content: "\e053";
}

/* line 754, ../sass/_legacy.scss */
.glyphicon-align-right:before {
  content: "\e054";
}

/* line 757, ../sass/_legacy.scss */
.glyphicon-align-justify:before {
  content: "\e055";
}

/* line 760, ../sass/_legacy.scss */
.glyphicon-list:before {
  content: "\e056";
}

/* line 763, ../sass/_legacy.scss */
.glyphicon-indent-left:before {
  content: "\e057";
}

/* line 766, ../sass/_legacy.scss */
.glyphicon-indent-right:before {
  content: "\e058";
}

/* line 769, ../sass/_legacy.scss */
.glyphicon-facetime-video:before {
  content: "\e059";
}

/* line 772, ../sass/_legacy.scss */
.glyphicon-picture:before {
  content: "\e060";
}

/* line 775, ../sass/_legacy.scss */
.glyphicon-map-marker:before {
  content: "\e062";
}

/* line 778, ../sass/_legacy.scss */
.glyphicon-adjust:before {
  content: "\e063";
}

/* line 781, ../sass/_legacy.scss */
.glyphicon-tint:before {
  content: "\e064";
}

/* line 784, ../sass/_legacy.scss */
.glyphicon-edit:before {
  content: "\e065";
}

/* line 787, ../sass/_legacy.scss */
.glyphicon-share:before {
  content: "\e066";
}

/* line 790, ../sass/_legacy.scss */
.glyphicon-check:before {
  content: "\e067";
}

/* line 793, ../sass/_legacy.scss */
.glyphicon-move:before {
  content: "\e068";
}

/* line 796, ../sass/_legacy.scss */
.glyphicon-step-backward:before {
  content: "\e069";
}

/* line 799, ../sass/_legacy.scss */
.glyphicon-fast-backward:before {
  content: "\e070";
}

/* line 802, ../sass/_legacy.scss */
.glyphicon-backward:before {
  content: "\e071";
}

/* line 805, ../sass/_legacy.scss */
.glyphicon-play:before {
  content: "\e072";
}

/* line 808, ../sass/_legacy.scss */
.glyphicon-pause:before {
  content: "\e073";
}

/* line 811, ../sass/_legacy.scss */
.glyphicon-stop:before {
  content: "\e074";
}

/* line 814, ../sass/_legacy.scss */
.glyphicon-forward:before {
  content: "\e075";
}

/* line 817, ../sass/_legacy.scss */
.glyphicon-fast-forward:before {
  content: "\e076";
}

/* line 820, ../sass/_legacy.scss */
.glyphicon-step-forward:before {
  content: "\e077";
}

/* line 823, ../sass/_legacy.scss */
.glyphicon-eject:before {
  content: "\e078";
}

/* line 826, ../sass/_legacy.scss */
.glyphicon-chevron-left:before {
  content: "\e079";
}

/* line 829, ../sass/_legacy.scss */
.glyphicon-chevron-right:before {
  content: "\e080";
}

/* line 832, ../sass/_legacy.scss */
.glyphicon-plus-sign:before {
  content: "\e081";
}

/* line 835, ../sass/_legacy.scss */
.glyphicon-minus-sign:before {
  content: "\e082";
}

/* line 838, ../sass/_legacy.scss */
.glyphicon-remove-sign:before {
  content: "\e083";
}

/* line 841, ../sass/_legacy.scss */
.glyphicon-ok-sign:before {
  content: "\e084";
}

/* line 844, ../sass/_legacy.scss */
.glyphicon-question-sign:before {
  content: "\e085";
}

/* line 847, ../sass/_legacy.scss */
.glyphicon-info-sign:before {
  content: "\e086";
}

/* line 850, ../sass/_legacy.scss */
.glyphicon-screenshot:before {
  content: "\e087";
}

/* line 853, ../sass/_legacy.scss */
.glyphicon-remove-circle:before {
  content: "\e088";
}

/* line 856, ../sass/_legacy.scss */
.glyphicon-ok-circle:before {
  content: "\e089";
}

/* line 859, ../sass/_legacy.scss */
.glyphicon-ban-circle:before {
  content: "\e090";
}

/* line 862, ../sass/_legacy.scss */
.glyphicon-arrow-left:before {
  content: "\e091";
}

/* line 865, ../sass/_legacy.scss */
.glyphicon-arrow-right:before {
  content: "\e092";
}

/* line 868, ../sass/_legacy.scss */
.glyphicon-arrow-up:before {
  content: "\e093";
}

/* line 871, ../sass/_legacy.scss */
.glyphicon-arrow-down:before {
  content: "\e094";
}

/* line 874, ../sass/_legacy.scss */
.glyphicon-share-alt:before {
  content: "\e095";
}

/* line 877, ../sass/_legacy.scss */
.glyphicon-resize-full:before {
  content: "\e096";
}

/* line 880, ../sass/_legacy.scss */
.glyphicon-resize-small:before {
  content: "\e097";
}

/* line 883, ../sass/_legacy.scss */
.glyphicon-exclamation-sign:before {
  content: "\e101";
}

/* line 886, ../sass/_legacy.scss */
.glyphicon-gift:before {
  content: "\e102";
}

/* line 889, ../sass/_legacy.scss */
.glyphicon-leaf:before {
  content: "\e103";
}

/* line 892, ../sass/_legacy.scss */
.glyphicon-fire:before {
  content: "\e104";
}

/* line 895, ../sass/_legacy.scss */
.glyphicon-eye-open:before {
  content: "\e105";
}

/* line 898, ../sass/_legacy.scss */
.glyphicon-eye-close:before {
  content: "\e106";
}

/* line 901, ../sass/_legacy.scss */
.glyphicon-warning-sign:before {
  content: "\e107";
}

/* line 904, ../sass/_legacy.scss */
.glyphicon-plane:before {
  content: "\e108";
}

/* line 907, ../sass/_legacy.scss */
.glyphicon-calendar:before {
  content: "\e109";
}

/* line 910, ../sass/_legacy.scss */
.glyphicon-random:before {
  content: "\e110";
}

/* line 913, ../sass/_legacy.scss */
.glyphicon-comment:before {
  content: "\e111";
}

/* line 916, ../sass/_legacy.scss */
.glyphicon-magnet:before {
  content: "\e112";
}

/* line 919, ../sass/_legacy.scss */
.glyphicon-chevron-up:before {
  content: "\e113";
}

/* line 922, ../sass/_legacy.scss */
.glyphicon-chevron-down:before {
  content: "\e114";
}

/* line 925, ../sass/_legacy.scss */
.glyphicon-retweet:before {
  content: "\e115";
}

/* line 928, ../sass/_legacy.scss */
.glyphicon-shopping-cart:before {
  content: "\e116";
}

/* line 931, ../sass/_legacy.scss */
.glyphicon-folder-close:before {
  content: "\e117";
}

/* line 934, ../sass/_legacy.scss */
.glyphicon-folder-open:before {
  content: "\e118";
}

/* line 937, ../sass/_legacy.scss */
.glyphicon-resize-vertical:before {
  content: "\e119";
}

/* line 940, ../sass/_legacy.scss */
.glyphicon-resize-horizontal:before {
  content: "\e120";
}

/* line 943, ../sass/_legacy.scss */
.glyphicon-hdd:before {
  content: "\e121";
}

/* line 946, ../sass/_legacy.scss */
.glyphicon-bullhorn:before {
  content: "\e122";
}

/* line 949, ../sass/_legacy.scss */
.glyphicon-bell:before {
  content: "\e123";
}

/* line 952, ../sass/_legacy.scss */
.glyphicon-certificate:before {
  content: "\e124";
}

/* line 955, ../sass/_legacy.scss */
.glyphicon-thumbs-up:before {
  content: "\e125";
}

/* line 958, ../sass/_legacy.scss */
.glyphicon-thumbs-down:before {
  content: "\e126";
}

/* line 961, ../sass/_legacy.scss */
.glyphicon-hand-right:before {
  content: "\e127";
}

/* line 964, ../sass/_legacy.scss */
.glyphicon-hand-left:before {
  content: "\e128";
}

/* line 967, ../sass/_legacy.scss */
.glyphicon-hand-up:before {
  content: "\e129";
}

/* line 970, ../sass/_legacy.scss */
.glyphicon-hand-down:before {
  content: "\e130";
}

/* line 973, ../sass/_legacy.scss */
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

/* line 976, ../sass/_legacy.scss */
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

/* line 979, ../sass/_legacy.scss */
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

/* line 982, ../sass/_legacy.scss */
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

/* line 985, ../sass/_legacy.scss */
.glyphicon-globe:before {
  content: "\e135";
}

/* line 988, ../sass/_legacy.scss */
.glyphicon-wrench:before {
  content: "\e136";
}

/* line 991, ../sass/_legacy.scss */
.glyphicon-tasks:before {
  content: "\e137";
}

/* line 994, ../sass/_legacy.scss */
.glyphicon-filter:before {
  content: "\e138";
}

/* line 997, ../sass/_legacy.scss */
.glyphicon-briefcase:before {
  content: "\e139";
}

/* line 1000, ../sass/_legacy.scss */
.glyphicon-fullscreen:before {
  content: "\e140";
}

/* line 1003, ../sass/_legacy.scss */
.glyphicon-dashboard:before {
  content: "\e141";
}

/* line 1006, ../sass/_legacy.scss */
.glyphicon-paperclip:before {
  content: "\e142";
}

/* line 1009, ../sass/_legacy.scss */
.glyphicon-heart-empty:before {
  content: "\e143";
}

/* line 1012, ../sass/_legacy.scss */
.glyphicon-link:before {
  content: "\e144";
}

/* line 1015, ../sass/_legacy.scss */
.glyphicon-phone:before {
  content: "\e145";
}

/* line 1018, ../sass/_legacy.scss */
.glyphicon-pushpin:before {
  content: "\e146";
}

/* line 1021, ../sass/_legacy.scss */
.glyphicon-usd:before {
  content: "\e148";
}

/* line 1024, ../sass/_legacy.scss */
.glyphicon-gbp:before {
  content: "\e149";
}

/* line 1027, ../sass/_legacy.scss */
.glyphicon-sort:before {
  content: "\e150";
}

/* line 1030, ../sass/_legacy.scss */
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

/* line 1033, ../sass/_legacy.scss */
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

/* line 1036, ../sass/_legacy.scss */
.glyphicon-sort-by-order:before {
  content: "\e153";
}

/* line 1039, ../sass/_legacy.scss */
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

/* line 1042, ../sass/_legacy.scss */
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

/* line 1045, ../sass/_legacy.scss */
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

/* line 1048, ../sass/_legacy.scss */
.glyphicon-unchecked:before {
  content: "\e157";
}

/* line 1051, ../sass/_legacy.scss */
.glyphicon-expand:before {
  content: "\e158";
}

/* line 1054, ../sass/_legacy.scss */
.glyphicon-collapse-down:before {
  content: "\e159";
}

/* line 1057, ../sass/_legacy.scss */
.glyphicon-collapse-up:before {
  content: "\e160";
}

/* line 1060, ../sass/_legacy.scss */
.glyphicon-log-in:before {
  content: "\e161";
}

/* line 1063, ../sass/_legacy.scss */
.glyphicon-flash:before {
  content: "\e162";
}

/* line 1066, ../sass/_legacy.scss */
.glyphicon-log-out:before {
  content: "\e163";
}

/* line 1069, ../sass/_legacy.scss */
.glyphicon-new-window:before {
  content: "\e164";
}

/* line 1072, ../sass/_legacy.scss */
.glyphicon-record:before {
  content: "\e165";
}

/* line 1075, ../sass/_legacy.scss */
.glyphicon-save:before {
  content: "\e166";
}

/* line 1078, ../sass/_legacy.scss */
.glyphicon-open:before {
  content: "\e167";
}

/* line 1081, ../sass/_legacy.scss */
.glyphicon-saved:before {
  content: "\e168";
}

/* line 1084, ../sass/_legacy.scss */
.glyphicon-import:before {
  content: "\e169";
}

/* line 1087, ../sass/_legacy.scss */
.glyphicon-export:before {
  content: "\e170";
}

/* line 1090, ../sass/_legacy.scss */
.glyphicon-send:before {
  content: "\e171";
}

/* line 1093, ../sass/_legacy.scss */
.glyphicon-floppy-disk:before {
  content: "\e172";
}

/* line 1096, ../sass/_legacy.scss */
.glyphicon-floppy-saved:before {
  content: "\e173";
}

/* line 1099, ../sass/_legacy.scss */
.glyphicon-floppy-remove:before {
  content: "\e174";
}

/* line 1102, ../sass/_legacy.scss */
.glyphicon-floppy-save:before {
  content: "\e175";
}

/* line 1105, ../sass/_legacy.scss */
.glyphicon-floppy-open:before {
  content: "\e176";
}

/* line 1108, ../sass/_legacy.scss */
.glyphicon-credit-card:before {
  content: "\e177";
}

/* line 1111, ../sass/_legacy.scss */
.glyphicon-transfer:before {
  content: "\e178";
}

/* line 1114, ../sass/_legacy.scss */
.glyphicon-cutlery:before {
  content: "\e179";
}

/* line 1117, ../sass/_legacy.scss */
.glyphicon-header:before {
  content: "\e180";
}

/* line 1120, ../sass/_legacy.scss */
.glyphicon-compressed:before {
  content: "\e181";
}

/* line 1123, ../sass/_legacy.scss */
.glyphicon-earphone:before {
  content: "\e182";
}

/* line 1126, ../sass/_legacy.scss */
.glyphicon-phone-alt:before {
  content: "\e183";
}

/* line 1129, ../sass/_legacy.scss */
.glyphicon-tower:before {
  content: "\e184";
}

/* line 1132, ../sass/_legacy.scss */
.glyphicon-stats:before {
  content: "\e185";
}

/* line 1135, ../sass/_legacy.scss */
.glyphicon-sd-video:before {
  content: "\e186";
}

/* line 1138, ../sass/_legacy.scss */
.glyphicon-hd-video:before {
  content: "\e187";
}

/* line 1141, ../sass/_legacy.scss */
.glyphicon-subtitles:before {
  content: "\e188";
}

/* line 1144, ../sass/_legacy.scss */
.glyphicon-sound-stereo:before {
  content: "\e189";
}

/* line 1147, ../sass/_legacy.scss */
.glyphicon-sound-dolby:before {
  content: "\e190";
}

/* line 1150, ../sass/_legacy.scss */
.glyphicon-sound-5-1:before {
  content: "\e191";
}

/* line 1153, ../sass/_legacy.scss */
.glyphicon-sound-6-1:before {
  content: "\e192";
}

/* line 1156, ../sass/_legacy.scss */
.glyphicon-sound-7-1:before {
  content: "\e193";
}

/* line 1159, ../sass/_legacy.scss */
.glyphicon-copyright-mark:before {
  content: "\e194";
}

/* line 1162, ../sass/_legacy.scss */
.glyphicon-registration-mark:before {
  content: "\e195";
}

/* line 1165, ../sass/_legacy.scss */
.glyphicon-cloud-download:before {
  content: "\e197";
}

/* line 1168, ../sass/_legacy.scss */
.glyphicon-cloud-upload:before {
  content: "\e198";
}

/* line 1171, ../sass/_legacy.scss */
.glyphicon-tree-conifer:before {
  content: "\e199";
}

/* line 1174, ../sass/_legacy.scss */
.glyphicon-tree-deciduous:before {
  content: "\e200";
}

/* line 1177, ../sass/_legacy.scss */
.glyphicon-cd:before {
  content: "\e201";
}

/* line 1180, ../sass/_legacy.scss */
.glyphicon-save-file:before {
  content: "\e202";
}

/* line 1183, ../sass/_legacy.scss */
.glyphicon-open-file:before {
  content: "\e203";
}

/* line 1186, ../sass/_legacy.scss */
.glyphicon-level-up:before {
  content: "\e204";
}

/* line 1189, ../sass/_legacy.scss */
.glyphicon-copy:before {
  content: "\e205";
}

/* line 1192, ../sass/_legacy.scss */
.glyphicon-paste:before {
  content: "\e206";
}

/* line 1195, ../sass/_legacy.scss */
.glyphicon-alert:before {
  content: "\e209";
}

/* line 1198, ../sass/_legacy.scss */
.glyphicon-equalizer:before {
  content: "\e210";
}

/* line 1201, ../sass/_legacy.scss */
.glyphicon-king:before {
  content: "\e211";
}

/* line 1204, ../sass/_legacy.scss */
.glyphicon-queen:before {
  content: "\e212";
}

/* line 1207, ../sass/_legacy.scss */
.glyphicon-pawn:before {
  content: "\e213";
}

/* line 1210, ../sass/_legacy.scss */
.glyphicon-bishop:before {
  content: "\e214";
}

/* line 1213, ../sass/_legacy.scss */
.glyphicon-knight:before {
  content: "\e215";
}

/* line 1216, ../sass/_legacy.scss */
.glyphicon-baby-formula:before {
  content: "\e216";
}

/* line 1219, ../sass/_legacy.scss */
.glyphicon-tent:before {
  content: "\26fa";
}

/* line 1222, ../sass/_legacy.scss */
.glyphicon-blackboard:before {
  content: "\e218";
}

/* line 1225, ../sass/_legacy.scss */
.glyphicon-bed:before {
  content: "\e219";
}

/* line 1228, ../sass/_legacy.scss */
.glyphicon-apple:before {
  content: "\f8ff";
}

/* line 1231, ../sass/_legacy.scss */
.glyphicon-erase:before {
  content: "\e221";
}

/* line 1234, ../sass/_legacy.scss */
.glyphicon-hourglass:before {
  content: "\231b";
}

/* line 1237, ../sass/_legacy.scss */
.glyphicon-lamp:before {
  content: "\e223";
}

/* line 1240, ../sass/_legacy.scss */
.glyphicon-duplicate:before {
  content: "\e224";
}

/* line 1243, ../sass/_legacy.scss */
.glyphicon-piggy-bank:before {
  content: "\e225";
}

/* line 1246, ../sass/_legacy.scss */
.glyphicon-scissors:before {
  content: "\e226";
}

/* line 1249, ../sass/_legacy.scss */
.glyphicon-bitcoin:before {
  content: "\e227";
}

/* line 1252, ../sass/_legacy.scss */
.glyphicon-btc:before {
  content: "\e227";
}

/* line 1255, ../sass/_legacy.scss */
.glyphicon-xbt:before {
  content: "\e227";
}

/* line 1258, ../sass/_legacy.scss */
.glyphicon-yen:before {
  content: "\00a5";
}

/* line 1261, ../sass/_legacy.scss */
.glyphicon-jpy:before {
  content: "\00a5";
}

/* line 1264, ../sass/_legacy.scss */
.glyphicon-ruble:before {
  content: "\20bd";
}

/* line 1267, ../sass/_legacy.scss */
.glyphicon-rub:before {
  content: "\20bd";
}

/* line 1270, ../sass/_legacy.scss */
.glyphicon-scale:before {
  content: "\e230";
}

/* line 1273, ../sass/_legacy.scss */
.glyphicon-ice-lolly:before {
  content: "\e231";
}

/* line 1276, ../sass/_legacy.scss */
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

/* line 1279, ../sass/_legacy.scss */
.glyphicon-education:before {
  content: "\e233";
}

/* line 1282, ../sass/_legacy.scss */
.glyphicon-option-horizontal:before {
  content: "\e234";
}

/* line 1285, ../sass/_legacy.scss */
.glyphicon-option-vertical:before {
  content: "\e235";
}

/* line 1288, ../sass/_legacy.scss */
.glyphicon-menu-hamburger:before {
  content: "\e236";
}

/* line 1291, ../sass/_legacy.scss */
.glyphicon-modal-window:before {
  content: "\e237";
}

/* line 1294, ../sass/_legacy.scss */
.glyphicon-oil:before {
  content: "\e238";
}

/* line 1297, ../sass/_legacy.scss */
.glyphicon-grain:before {
  content: "\e239";
}

/* line 1300, ../sass/_legacy.scss */
.glyphicon-sunglasses:before {
  content: "\e240";
}

/* line 1303, ../sass/_legacy.scss */
.glyphicon-text-size:before {
  content: "\e241";
}

/* line 1306, ../sass/_legacy.scss */
.glyphicon-text-color:before {
  content: "\e242";
}

/* line 1309, ../sass/_legacy.scss */
.glyphicon-text-background:before {
  content: "\e243";
}

/* line 1312, ../sass/_legacy.scss */
.glyphicon-object-align-top:before {
  content: "\e244";
}

/* line 1315, ../sass/_legacy.scss */
.glyphicon-object-align-bottom:before {
  content: "\e245";
}

/* line 1318, ../sass/_legacy.scss */
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

/* line 1321, ../sass/_legacy.scss */
.glyphicon-object-align-left:before {
  content: "\e247";
}

/* line 1324, ../sass/_legacy.scss */
.glyphicon-object-align-vertical:before {
  content: "\e248";
}

/* line 1327, ../sass/_legacy.scss */
.glyphicon-object-align-right:before {
  content: "\e249";
}

/* line 1330, ../sass/_legacy.scss */
.glyphicon-triangle-right:before {
  content: "\e250";
}

/* line 1333, ../sass/_legacy.scss */
.glyphicon-triangle-left:before {
  content: "\e251";
}

/* line 1336, ../sass/_legacy.scss */
.glyphicon-triangle-bottom:before {
  content: "\e252";
}

/* line 1339, ../sass/_legacy.scss */
.glyphicon-triangle-top:before {
  content: "\e253";
}

/* line 1342, ../sass/_legacy.scss */
.glyphicon-console:before {
  content: "\e254";
}

/* line 1345, ../sass/_legacy.scss */
.glyphicon-superscript:before {
  content: "\e255";
}

/* line 1348, ../sass/_legacy.scss */
.glyphicon-subscript:before {
  content: "\e256";
}

/* line 1351, ../sass/_legacy.scss */
.glyphicon-menu-left:before {
  content: "\e257";
}

/* line 1354, ../sass/_legacy.scss */
.glyphicon-menu-right:before {
  content: "\e258";
}

/* line 1357, ../sass/_legacy.scss */
.glyphicon-menu-down:before {
  content: "\e259";
}

/* line 1360, ../sass/_legacy.scss */
.glyphicon-menu-up:before {
  content: "\e260";
}

/* line 1363, ../sass/_legacy.scss */
* {
  box-sizing: border-box;
}

/* line 1366, ../sass/_legacy.scss */
*:before, *:after {
  box-sizing: border-box;
}

/* line 1369, ../sass/_legacy.scss */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

/* line 1373, ../sass/_legacy.scss */
body {
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

/* line 1379, ../sass/_legacy.scss */
input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 1384, ../sass/_legacy.scss */
a {
  color: #337ab7;
  text-decoration: none;
}

/* line 1388, ../sass/_legacy.scss */
a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}

/* line 1392, ../sass/_legacy.scss */
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 1397, ../sass/_legacy.scss */
figure {
  margin: 0;
}

/* line 1400, ../sass/_legacy.scss */
img {
  vertical-align: middle;
}

/* line 1403, ../sass/_legacy.scss */
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 1408, ../sass/_legacy.scss */
.img-rounded {
  border-radius: 6px;
}

/* line 1411, ../sass/_legacy.scss */
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* line 1422, ../sass/_legacy.scss */
.img-circle {
  border-radius: 50%;
}

/* line 1425, ../sass/_legacy.scss */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

/* line 1431, ../sass/_legacy.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 1441, ../sass/_legacy.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 1449, ../sass/_legacy.scss */
[role="button"] {
  cursor: pointer;
}

/* line 1452, ../sass/_legacy.scss */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

/* line 1458, ../sass/_legacy.scss */
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}

/* line 1463, ../sass/_legacy.scss */
h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

/* line 1467, ../sass/_legacy.scss */
h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
  font-size: 65%;
}

/* line 1470, ../sass/_legacy.scss */
h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 1474, ../sass/_legacy.scss */
h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
  font-size: 75%;
}

/* line 1477, ../sass/_legacy.scss */
h1, .h1 {
  font-size: 36px;
}

/* line 1480, ../sass/_legacy.scss */
h2, .h2 {
  font-size: 30px;
}

/* line 1483, ../sass/_legacy.scss */
h3, .h3 {
  font-size: 24px;
}

/* line 1486, ../sass/_legacy.scss */
h4, .h4 {
  font-size: 18px;
}

/* line 1489, ../sass/_legacy.scss */
h5, .h5 {
  font-size: 14px;
}

/* line 1492, ../sass/_legacy.scss */
h6, .h6 {
  font-size: 12px;
}

/* line 1495, ../sass/_legacy.scss */
p {
  margin: 0 0 10px;
}

/* line 1498, ../sass/_legacy.scss */
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  /* line 1505, ../sass/_legacy.scss */
  .lead {
    font-size: 21px;
  }
}
/* line 1508, ../sass/_legacy.scss */
small, .small {
  font-size: 85%;
}

/* line 1511, ../sass/_legacy.scss */
mark, .mark {
  background-color: #fcf8e3;
  padding: .2em;
}

/* line 1515, ../sass/_legacy.scss */
.text-left {
  text-align: left;
}

/* line 1518, ../sass/_legacy.scss */
.text-right {
  text-align: right;
}

/* line 1521, ../sass/_legacy.scss */
.text-center {
  text-align: center;
}

/* line 1524, ../sass/_legacy.scss */
.text-justify {
  text-align: justify;
}

/* line 1527, ../sass/_legacy.scss */
.text-nowrap {
  white-space: nowrap;
}

/* line 1530, ../sass/_legacy.scss */
.text-lowercase {
  text-transform: lowercase;
}

/* line 1533, ../sass/_legacy.scss */
.text-uppercase {
  text-transform: uppercase;
}

/* line 1536, ../sass/_legacy.scss */
.text-capitalize {
  text-transform: capitalize;
}

/* line 1539, ../sass/_legacy.scss */
.text-muted {
  color: #777;
}

/* line 1542, ../sass/_legacy.scss */
.text-primary {
  color: #337ab7;
}

/* line 1545, ../sass/_legacy.scss */
a.text-primary:hover, a.text-primary:focus {
  color: #286090;
}

/* line 1548, ../sass/_legacy.scss */
.text-success {
  color: #3c763d;
}

/* line 1551, ../sass/_legacy.scss */
a.text-success:hover, a.text-success:focus {
  color: #2b542c;
}

/* line 1554, ../sass/_legacy.scss */
.text-info {
  color: #31708f;
}

/* line 1557, ../sass/_legacy.scss */
a.text-info:hover, a.text-info:focus {
  color: #245269;
}

/* line 1560, ../sass/_legacy.scss */
.text-warning {
  color: #8a6d3b;
}

/* line 1563, ../sass/_legacy.scss */
a.text-warning:hover, a.text-warning:focus {
  color: #66512c;
}

/* line 1566, ../sass/_legacy.scss */
.text-danger {
  color: #a94442;
}

/* line 1569, ../sass/_legacy.scss */
a.text-danger:hover, a.text-danger:focus {
  color: #843534;
}

/* line 1572, ../sass/_legacy.scss */
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}

/* line 1576, ../sass/_legacy.scss */
a.bg-primary:hover, a.bg-primary:focus {
  background-color: #286090;
}

/* line 1579, ../sass/_legacy.scss */
.bg-success {
  background-color: #dff0d8;
}

/* line 1582, ../sass/_legacy.scss */
a.bg-success:hover, a.bg-success:focus {
  background-color: #c1e2b3;
}

/* line 1585, ../sass/_legacy.scss */
.bg-info {
  background-color: #d9edf7;
}

/* line 1588, ../sass/_legacy.scss */
a.bg-info:hover, a.bg-info:focus {
  background-color: #afd9ee;
}

/* line 1591, ../sass/_legacy.scss */
.bg-warning {
  background-color: #fcf8e3;
}

/* line 1594, ../sass/_legacy.scss */
a.bg-warning:hover, a.bg-warning:focus {
  background-color: #f7ecb5;
}

/* line 1597, ../sass/_legacy.scss */
.bg-danger {
  background-color: #f2dede;
}

/* line 1600, ../sass/_legacy.scss */
a.bg-danger:hover, a.bg-danger:focus {
  background-color: #e4b9b9;
}

/* line 1603, ../sass/_legacy.scss */
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

/* line 1608, ../sass/_legacy.scss */
ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
}

/* line 1612, ../sass/_legacy.scss */
ul ul, ol ul, ul ol, ol ol {
  margin-bottom: 0;
}

/* line 1615, ../sass/_legacy.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 1619, ../sass/_legacy.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

/* line 1624, ../sass/_legacy.scss */
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 1629, ../sass/_legacy.scss */
dl {
  margin-top: 0;
  margin-bottom: 20px;
}

/* line 1633, ../sass/_legacy.scss */
dt, dd {
  line-height: 1.42857143;
}

/* line 1636, ../sass/_legacy.scss */
dt {
  font-weight: bold;
}

/* line 1639, ../sass/_legacy.scss */
dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  /* line 1643, ../sass/_legacy.scss */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  /* line 1651, ../sass/_legacy.scss */
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
/* line 1654, ../sass/_legacy.scss */
abbr[title], abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}

/* line 1658, ../sass/_legacy.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 1662, ../sass/_legacy.scss */
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

/* line 1668, ../sass/_legacy.scss */
blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
  margin-bottom: 0;
}

/* line 1671, ../sass/_legacy.scss */
blockquote footer, blockquote small, blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}

/* line 1677, ../sass/_legacy.scss */
blockquote footer:before, blockquote small:before, blockquote .small:before {
  content: '\2014 \00A0';
}

/* line 1680, ../sass/_legacy.scss */
.blockquote-reverse, blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
  text-align: right;
}

/* line 1687, ../sass/_legacy.scss */
.blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before {
  content: '';
}

/* line 1690, ../sass/_legacy.scss */
.blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

/* line 1693, ../sass/_legacy.scss */
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

/* line 1698, ../sass/_legacy.scss */
code, kbd, pre, samp {
  font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}

/* line 1701, ../sass/_legacy.scss */
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

/* line 1708, ../sass/_legacy.scss */
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 1716, ../sass/_legacy.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

/* line 1722, ../sass/_legacy.scss */
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* line 1735, ../sass/_legacy.scss */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

/* line 1743, ../sass/_legacy.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 1747, ../sass/_legacy.scss */
table {
  background-color: transparent;
}

/* line 1750, ../sass/_legacy.scss */
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}

/* line 1756, ../sass/_legacy.scss */
th {
  text-align: left;
}

/* line 1759, ../sass/_legacy.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

/* line 1764, ../sass/_legacy.scss */
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

/* line 1770, ../sass/_legacy.scss */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

/* line 1774, ../sass/_legacy.scss */
.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

/* line 1777, ../sass/_legacy.scss */
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

/* line 1780, ../sass/_legacy.scss */
.table .table {
  background-color: #fff;
}

/* line 1783, ../sass/_legacy.scss */
.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
  padding: 5px;
}

/* line 1786, ../sass/_legacy.scss */
.table-bordered {
  border: 1px solid #ddd;
}

/* line 1789, ../sass/_legacy.scss */
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

/* line 1792, ../sass/_legacy.scss */
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

/* line 1795, ../sass/_legacy.scss */
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

/* line 1798, ../sass/_legacy.scss */
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

/* line 1801, ../sass/_legacy.scss */
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

/* line 1806, ../sass/_legacy.scss */
table td[class*="col-"], table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

/* line 1811, ../sass/_legacy.scss */
.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

/* line 1814, ../sass/_legacy.scss */
.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

/* line 1817, ../sass/_legacy.scss */
.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

/* line 1820, ../sass/_legacy.scss */
.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

/* line 1823, ../sass/_legacy.scss */
.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

/* line 1826, ../sass/_legacy.scss */
.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

/* line 1829, ../sass/_legacy.scss */
.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

/* line 1832, ../sass/_legacy.scss */
.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

/* line 1835, ../sass/_legacy.scss */
.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

/* line 1838, ../sass/_legacy.scss */
.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

/* line 1841, ../sass/_legacy.scss */
.table-responsive {
  overflow-x: auto;
  min-height: .01%;
}

@media screen and (max-width: 767px) {
  /* line 1846, ../sass/_legacy.scss */
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }

  /* line 1852, ../sass/_legacy.scss */
  .table-responsive > .table {
    margin-bottom: 0;
  }

  /* line 1854, ../sass/_legacy.scss */
  .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }

  /* line 1856, ../sass/_legacy.scss */
  .table-responsive > .table-bordered {
    border: 0;
  }

  /* line 1858, ../sass/_legacy.scss */
  .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }

  /* line 1860, ../sass/_legacy.scss */
  .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }

  /* line 1862, ../sass/_legacy.scss */
  .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
/* line 1865, ../sass/_legacy.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

/* line 1871, ../sass/_legacy.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 1882, ../sass/_legacy.scss */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

/* line 1888, ../sass/_legacy.scss */
input[type="search"] {
  box-sizing: border-box;
}

/* line 1891, ../sass/_legacy.scss */
input[type="radio"], input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

/* line 1896, ../sass/_legacy.scss */
input[type="file"] {
  display: block;
}

/* line 1899, ../sass/_legacy.scss */
input[type="range"] {
  display: block;
  width: 100%;
}

/* line 1903, ../sass/_legacy.scss */
select[multiple], select[size] {
  height: auto;
}

/* line 1906, ../sass/_legacy.scss */
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 1911, ../sass/_legacy.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}

/* line 1918, ../sass/_legacy.scss */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

/* line 1933, ../sass/_legacy.scss */
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/* line 1938, ../sass/_legacy.scss */
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

/* line 1942, ../sass/_legacy.scss */
.form-control:-ms-input-placeholder {
  color: #999;
}

/* line 1945, ../sass/_legacy.scss */
.form-control::-webkit-input-placeholder {
  color: #999;
}

/* line 1948, ../sass/_legacy.scss */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}

/* line 1952, ../sass/_legacy.scss */
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

/* line 1955, ../sass/_legacy.scss */
textarea.form-control {
  height: auto;
}

/* line 1958, ../sass/_legacy.scss */
input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 1962, ../sass/_legacy.scss */
  input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control {
    line-height: 34px;
  }

  /* line 1964, ../sass/_legacy.scss */
  input[type="date"].input-sm, input[type="time"].input-sm, input[type="datetime-local"].input-sm, input[type="month"].input-sm, .input-group-sm input[type="date"], .input-group-sm input[type="time"], .input-group-sm input[type="datetime-local"], .input-group-sm input[type="month"] {
    line-height: 30px;
  }

  /* line 1966, ../sass/_legacy.scss */
  input[type="date"].input-lg, input[type="time"].input-lg, input[type="datetime-local"].input-lg, input[type="month"].input-lg, .input-group-lg input[type="date"], .input-group-lg input[type="time"], .input-group-lg input[type="datetime-local"], .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
/* line 1969, ../sass/_legacy.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 1972, ../sass/_legacy.scss */
.radio, .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 1978, ../sass/_legacy.scss */
.radio label, .checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

/* line 1985, ../sass/_legacy.scss */
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

/* line 1990, ../sass/_legacy.scss */
.radio + .radio, .checkbox + .checkbox {
  margin-top: -5px;
}

/* line 1993, ../sass/_legacy.scss */
.radio-inline, .checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

/* line 2002, ../sass/_legacy.scss */
.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 2006, ../sass/_legacy.scss */
input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"].disabled, input[type="checkbox"].disabled, fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

/* line 2009, ../sass/_legacy.scss */
.radio-inline.disabled, .checkbox-inline.disabled, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

/* line 2012, ../sass/_legacy.scss */
.radio.disabled label, .checkbox.disabled label, fieldset[disabled] .radio label, fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

/* line 2015, ../sass/_legacy.scss */
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}

/* line 2021, ../sass/_legacy.scss */
.form-control-static.input-lg, .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

/* line 2025, ../sass/_legacy.scss */
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 2032, ../sass/_legacy.scss */
select.input-sm {
  height: 30px;
  line-height: 30px;
}

/* line 2036, ../sass/_legacy.scss */
textarea.input-sm, select[multiple].input-sm {
  height: auto;
}

/* line 2039, ../sass/_legacy.scss */
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 2046, ../sass/_legacy.scss */
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

/* line 2050, ../sass/_legacy.scss */
.form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control {
  height: auto;
}

/* line 2053, ../sass/_legacy.scss */
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 2060, ../sass/_legacy.scss */
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 2067, ../sass/_legacy.scss */
select.input-lg {
  height: 46px;
  line-height: 46px;
}

/* line 2071, ../sass/_legacy.scss */
textarea.input-lg, select[multiple].input-lg {
  height: auto;
}

/* line 2074, ../sass/_legacy.scss */
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 2081, ../sass/_legacy.scss */
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

/* line 2085, ../sass/_legacy.scss */
.form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control {
  height: auto;
}

/* line 2088, ../sass/_legacy.scss */
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

/* line 2095, ../sass/_legacy.scss */
.has-feedback {
  position: relative;
}

/* line 2098, ../sass/_legacy.scss */
.has-feedback .form-control {
  padding-right: 42.5px;
}

/* line 2101, ../sass/_legacy.scss */
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

/* line 2113, ../sass/_legacy.scss */
.input-lg + .form-control-feedback, .input-group-lg + .form-control-feedback, .form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

/* line 2118, ../sass/_legacy.scss */
.input-sm + .form-control-feedback, .input-group-sm + .form-control-feedback, .form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* line 2123, ../sass/_legacy.scss */
.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}

/* line 2126, ../sass/_legacy.scss */
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 2130, ../sass/_legacy.scss */
.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

/* line 2134, ../sass/_legacy.scss */
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

/* line 2139, ../sass/_legacy.scss */
.has-success .form-control-feedback {
  color: #3c763d;
}

/* line 2142, ../sass/_legacy.scss */
.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}

/* line 2145, ../sass/_legacy.scss */
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 2149, ../sass/_legacy.scss */
.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

/* line 2153, ../sass/_legacy.scss */
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 2158, ../sass/_legacy.scss */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 2161, ../sass/_legacy.scss */
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}

/* line 2164, ../sass/_legacy.scss */
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 2168, ../sass/_legacy.scss */
.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

/* line 2172, ../sass/_legacy.scss */
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

/* line 2177, ../sass/_legacy.scss */
.has-error .form-control-feedback {
  color: #a94442;
}

/* line 2180, ../sass/_legacy.scss */
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

/* line 2183, ../sass/_legacy.scss */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

/* line 2186, ../sass/_legacy.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  /* line 2193, ../sass/_legacy.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 2197, ../sass/_legacy.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  /* line 2201, ../sass/_legacy.scss */
  .form-inline .form-control-static {
    display: inline-block;
  }

  /* line 2203, ../sass/_legacy.scss */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  /* line 2206, ../sass/_legacy.scss */
  .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
    width: auto;
  }

  /* line 2208, ../sass/_legacy.scss */
  .form-inline .input-group > .form-control {
    width: 100%;
  }

  /* line 2210, ../sass/_legacy.scss */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 2213, ../sass/_legacy.scss */
  .form-inline .radio, .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 2218, ../sass/_legacy.scss */
  .form-inline .radio label, .form-inline .checkbox label {
    padding-left: 0;
  }

  /* line 2220, ../sass/_legacy.scss */
  .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  /* line 2223, ../sass/_legacy.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
/* line 2226, ../sass/_legacy.scss */
.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

/* line 2231, ../sass/_legacy.scss */
.form-horizontal .radio, .form-horizontal .checkbox {
  min-height: 27px;
}

/* line 2234, ../sass/_legacy.scss */
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

@media (min-width: 768px) {
  /* line 2239, ../sass/_legacy.scss */
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
/* line 2244, ../sass/_legacy.scss */
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  /* line 2248, ../sass/_legacy.scss */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  /* line 2253, ../sass/_legacy.scss */
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
/* line 2257, ../sass/_legacy.scss */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 2278, ../sass/_legacy.scss */
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 2283, ../sass/_legacy.scss */
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}

/* line 2287, ../sass/_legacy.scss */
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 2292, ../sass/_legacy.scss */
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: .65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

/* line 2298, ../sass/_legacy.scss */
a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

/* line 2301, ../sass/_legacy.scss */
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

/* line 2306, ../sass/_legacy.scss */
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

/* line 2311, ../sass/_legacy.scss */
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

/* line 2316, ../sass/_legacy.scss */
.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

/* line 2321, ../sass/_legacy.scss */
.btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

/* line 2326, ../sass/_legacy.scss */
.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
  background-image: none;
}

/* line 2329, ../sass/_legacy.scss */
.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}

/* line 2333, ../sass/_legacy.scss */
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

/* line 2337, ../sass/_legacy.scss */
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

/* line 2342, ../sass/_legacy.scss */
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

/* line 2347, ../sass/_legacy.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

/* line 2352, ../sass/_legacy.scss */
.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

/* line 2357, ../sass/_legacy.scss */
.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

/* line 2362, ../sass/_legacy.scss */
.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  background-image: none;
}

/* line 2365, ../sass/_legacy.scss */
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}

/* line 2369, ../sass/_legacy.scss */
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 2373, ../sass/_legacy.scss */
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 2378, ../sass/_legacy.scss */
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

/* line 2383, ../sass/_legacy.scss */
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

/* line 2388, ../sass/_legacy.scss */
.btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

/* line 2393, ../sass/_legacy.scss */
.btn-success:active:hover, .btn-success.active:hover, .open > .dropdown-toggle.btn-success:hover, .btn-success:active:focus, .btn-success.active:focus, .open > .dropdown-toggle.btn-success:focus, .btn-success:active.focus, .btn-success.active.focus, .open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

/* line 2398, ../sass/_legacy.scss */
.btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
  background-image: none;
}

/* line 2401, ../sass/_legacy.scss */
.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 2405, ../sass/_legacy.scss */
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

/* line 2409, ../sass/_legacy.scss */
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 2414, ../sass/_legacy.scss */
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

/* line 2419, ../sass/_legacy.scss */
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

/* line 2424, ../sass/_legacy.scss */
.btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

/* line 2429, ../sass/_legacy.scss */
.btn-info:active:hover, .btn-info.active:hover, .open > .dropdown-toggle.btn-info:hover, .btn-info:active:focus, .btn-info.active:focus, .open > .dropdown-toggle.btn-info:focus, .btn-info:active.focus, .btn-info.active.focus, .open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

/* line 2434, ../sass/_legacy.scss */
.btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
  background-image: none;
}

/* line 2437, ../sass/_legacy.scss */
.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled.focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info.focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 2441, ../sass/_legacy.scss */
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

/* line 2445, ../sass/_legacy.scss */
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 2450, ../sass/_legacy.scss */
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

/* line 2455, ../sass/_legacy.scss */
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

/* line 2460, ../sass/_legacy.scss */
.btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

/* line 2465, ../sass/_legacy.scss */
.btn-warning:active:hover, .btn-warning.active:hover, .open > .dropdown-toggle.btn-warning:hover, .btn-warning:active:focus, .btn-warning.active:focus, .open > .dropdown-toggle.btn-warning:focus, .btn-warning:active.focus, .btn-warning.active.focus, .open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

/* line 2470, ../sass/_legacy.scss */
.btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
  background-image: none;
}

/* line 2473, ../sass/_legacy.scss */
.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled.focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning.focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 2477, ../sass/_legacy.scss */
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

/* line 2481, ../sass/_legacy.scss */
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 2486, ../sass/_legacy.scss */
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

/* line 2491, ../sass/_legacy.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

/* line 2496, ../sass/_legacy.scss */
.btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

/* line 2501, ../sass/_legacy.scss */
.btn-danger:active:hover, .btn-danger.active:hover, .open > .dropdown-toggle.btn-danger:hover, .btn-danger:active:focus, .btn-danger.active:focus, .open > .dropdown-toggle.btn-danger:focus, .btn-danger:active.focus, .btn-danger.active.focus, .open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

/* line 2506, ../sass/_legacy.scss */
.btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
  background-image: none;
}

/* line 2509, ../sass/_legacy.scss */
.btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled.focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger.focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 2513, ../sass/_legacy.scss */
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

/* line 2517, ../sass/_legacy.scss */
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}

/* line 2522, ../sass/_legacy.scss */
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}

/* line 2526, ../sass/_legacy.scss */
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

/* line 2529, ../sass/_legacy.scss */
.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

/* line 2534, ../sass/_legacy.scss */
.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}

/* line 2538, ../sass/_legacy.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 2544, ../sass/_legacy.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 2550, ../sass/_legacy.scss */
.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 2556, ../sass/_legacy.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 2560, ../sass/_legacy.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 2563, ../sass/_legacy.scss */
input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
  width: 100%;
}

/* line 2566, ../sass/_legacy.scss */
.fade {
  opacity: 0;
  transition: opacity .15s linear;
}

/* line 2570, ../sass/_legacy.scss */
.fade.in {
  opacity: 1;
}

/* line 2573, ../sass/_legacy.scss */
.collapse {
  display: none;
}

/* line 2576, ../sass/_legacy.scss */
.collapse.in {
  display: block;
}

/* line 2579, ../sass/_legacy.scss */
tr.collapse.in {
  display: table-row;
}

/* line 2582, ../sass/_legacy.scss */
tbody.collapse.in {
  display: table-row-group;
}

/* line 2585, ../sass/_legacy.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height,visibility;
  transition-duration: .35s;
  transition-timing-function: ease;
}

/* line 2593, ../sass/_legacy.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/* line 2604, ../sass/_legacy.scss */
.dropup, .dropdown {
  position: relative;
}

/* line 2607, ../sass/_legacy.scss */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 2610, ../sass/_legacy.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

/* line 2630, ../sass/_legacy.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

/* line 2634, ../sass/_legacy.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 2640, ../sass/_legacy.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

/* line 2649, ../sass/_legacy.scss */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

/* line 2654, ../sass/_legacy.scss */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

/* line 2660, ../sass/_legacy.scss */
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777;
}

/* line 2663, ../sass/_legacy.scss */
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

/* line 2670, ../sass/_legacy.scss */
.open > .dropdown-menu {
  display: block;
}

/* line 2673, ../sass/_legacy.scss */
.open > a {
  outline: 0;
}

/* line 2676, ../sass/_legacy.scss */
.dropdown-menu-right {
  left: auto;
  right: 0;
}

/* line 2680, ../sass/_legacy.scss */
.dropdown-menu-left {
  left: 0;
  right: auto;
}

/* line 2684, ../sass/_legacy.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}

/* line 2692, ../sass/_legacy.scss */
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

/* line 2700, ../sass/_legacy.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 2704, ../sass/_legacy.scss */
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}

/* line 2710, ../sass/_legacy.scss */
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  /* line 2716, ../sass/_legacy.scss */
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }

  /* line 2719, ../sass/_legacy.scss */
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
/* line 2723, ../sass/_legacy.scss */
.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

/* line 2728, ../sass/_legacy.scss */
.btn-group > .btn, .btn-group-vertical > .btn {
  position: relative;
  float: left;
}

/* line 2732, ../sass/_legacy.scss */
.btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active {
  z-index: 2;
}

/* line 2735, ../sass/_legacy.scss */
.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 2738, ../sass/_legacy.scss */
.btn-toolbar {
  margin-left: -5px;
}

/* line 2741, ../sass/_legacy.scss */
.btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
  float: left;
}

/* line 2744, ../sass/_legacy.scss */
.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
  margin-left: 5px;
}

/* line 2747, ../sass/_legacy.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 2750, ../sass/_legacy.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
}

/* line 2753, ../sass/_legacy.scss */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 2757, ../sass/_legacy.scss */
.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 2761, ../sass/_legacy.scss */
.btn-group > .btn-group {
  float: left;
}

/* line 2764, ../sass/_legacy.scss */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 2767, ../sass/_legacy.scss */
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 2771, ../sass/_legacy.scss */
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 2775, ../sass/_legacy.scss */
.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 2778, ../sass/_legacy.scss */
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

/* line 2782, ../sass/_legacy.scss */
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

/* line 2786, ../sass/_legacy.scss */
.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 2789, ../sass/_legacy.scss */
.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}

/* line 2792, ../sass/_legacy.scss */
.btn .caret {
  margin-left: 0;
}

/* line 2795, ../sass/_legacy.scss */
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

/* line 2799, ../sass/_legacy.scss */
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

/* line 2802, ../sass/_legacy.scss */
.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

/* line 2808, ../sass/_legacy.scss */
.btn-group-vertical > .btn-group > .btn {
  float: none;
}

/* line 2811, ../sass/_legacy.scss */
.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

/* line 2815, ../sass/_legacy.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 2818, ../sass/_legacy.scss */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 2823, ../sass/_legacy.scss */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 2828, ../sass/_legacy.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 2831, ../sass/_legacy.scss */
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 2835, ../sass/_legacy.scss */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 2839, ../sass/_legacy.scss */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

/* line 2845, ../sass/_legacy.scss */
.btn-group-justified > .btn, .btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

/* line 2850, ../sass/_legacy.scss */
.btn-group-justified > .btn-group .btn {
  width: 100%;
}

/* line 2853, ../sass/_legacy.scss */
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

/* line 2856, ../sass/_legacy.scss */
[data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > .btn-group > .btn input[type="radio"], [data-toggle="buttons"] > .btn input[type="checkbox"], [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 2861, ../sass/_legacy.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

/* line 2866, ../sass/_legacy.scss */
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

/* line 2871, ../sass/_legacy.scss */
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

/* line 2878, ../sass/_legacy.scss */
.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 2885, ../sass/_legacy.scss */
select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}

/* line 2889, ../sass/_legacy.scss */
textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn, select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}

/* line 2892, ../sass/_legacy.scss */
.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 2899, ../sass/_legacy.scss */
select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}

/* line 2903, ../sass/_legacy.scss */
textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn, select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}

/* line 2906, ../sass/_legacy.scss */
.input-group-addon, .input-group-btn, .input-group .form-control {
  display: table-cell;
}

/* line 2909, ../sass/_legacy.scss */
.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 2912, ../sass/_legacy.scss */
.input-group-addon, .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 2917, ../sass/_legacy.scss */
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* line 2928, ../sass/_legacy.scss */
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

/* line 2933, ../sass/_legacy.scss */
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

/* line 2938, ../sass/_legacy.scss */
.input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

/* line 2941, ../sass/_legacy.scss */
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 2945, ../sass/_legacy.scss */
.input-group-addon:first-child {
  border-right: 0;
}

/* line 2948, ../sass/_legacy.scss */
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 2952, ../sass/_legacy.scss */
.input-group-addon:last-child {
  border-left: 0;
}

/* line 2955, ../sass/_legacy.scss */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

/* line 2960, ../sass/_legacy.scss */
.input-group-btn > .btn {
  position: relative;
}

/* line 2963, ../sass/_legacy.scss */
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

/* line 2966, ../sass/_legacy.scss */
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}

/* line 2969, ../sass/_legacy.scss */
.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

/* line 2972, ../sass/_legacy.scss */
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

/* line 2976, ../sass/_legacy.scss */
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

/* line 2981, ../sass/_legacy.scss */
.nav > li {
  position: relative;
  display: block;
}

/* line 2985, ../sass/_legacy.scss */
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

/* line 2990, ../sass/_legacy.scss */
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

/* line 2994, ../sass/_legacy.scss */
.nav > li.disabled > a {
  color: #777;
}

/* line 2997, ../sass/_legacy.scss */
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

/* line 3003, ../sass/_legacy.scss */
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}

/* line 3007, ../sass/_legacy.scss */
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 3013, ../sass/_legacy.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 3016, ../sass/_legacy.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}

/* line 3019, ../sass/_legacy.scss */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

/* line 3023, ../sass/_legacy.scss */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

/* line 3029, ../sass/_legacy.scss */
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}

/* line 3032, ../sass/_legacy.scss */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

/* line 3039, ../sass/_legacy.scss */
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

/* line 3043, ../sass/_legacy.scss */
.nav-tabs.nav-justified > li {
  float: none;
}

/* line 3046, ../sass/_legacy.scss */
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

/* line 3050, ../sass/_legacy.scss */
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  /* line 3055, ../sass/_legacy.scss */
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  /* line 3058, ../sass/_legacy.scss */
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
/* line 3061, ../sass/_legacy.scss */
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

/* line 3065, ../sass/_legacy.scss */
.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  /* line 3069, ../sass/_legacy.scss */
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  /* line 3072, ../sass/_legacy.scss */
  .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
/* line 3075, ../sass/_legacy.scss */
.nav-pills > li {
  float: left;
}

/* line 3078, ../sass/_legacy.scss */
.nav-pills > li > a {
  border-radius: 4px;
}

/* line 3081, ../sass/_legacy.scss */
.nav-pills > li + li {
  margin-left: 2px;
}

/* line 3084, ../sass/_legacy.scss */
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

/* line 3088, ../sass/_legacy.scss */
.nav-stacked > li {
  float: none;
}

/* line 3091, ../sass/_legacy.scss */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

/* line 3095, ../sass/_legacy.scss */
.nav-justified {
  width: 100%;
}

/* line 3098, ../sass/_legacy.scss */
.nav-justified > li {
  float: none;
}

/* line 3101, ../sass/_legacy.scss */
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

/* line 3105, ../sass/_legacy.scss */
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  /* line 3110, ../sass/_legacy.scss */
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  /* line 3113, ../sass/_legacy.scss */
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
/* line 3116, ../sass/_legacy.scss */
.nav-tabs-justified {
  border-bottom: 0;
}

/* line 3119, ../sass/_legacy.scss */
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

/* line 3123, ../sass/_legacy.scss */
.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  /* line 3127, ../sass/_legacy.scss */
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  /* line 3130, ../sass/_legacy.scss */
  .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
/* line 3133, ../sass/_legacy.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 3136, ../sass/_legacy.scss */
.tab-content > .active {
  display: block;
}

/* line 3139, ../sass/_legacy.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 3144, ../sass/_legacy.scss */
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  /* line 3151, ../sass/_legacy.scss */
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  /* line 3155, ../sass/_legacy.scss */
  .navbar-header {
    float: left;
  }
}
/* line 3158, ../sass/_legacy.scss */
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

/* line 3166, ../sass/_legacy.scss */
.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  /* line 3170, ../sass/_legacy.scss */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }

  /* line 3174, ../sass/_legacy.scss */
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  /* line 3179, ../sass/_legacy.scss */
  .navbar-collapse.in {
    overflow-y: visible;
  }

  /* line 3181, ../sass/_legacy.scss */
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 3185, ../sass/_legacy.scss */
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  /* line 3189, ../sass/_legacy.scss */
  .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
/* line 3192, ../sass/_legacy.scss */
.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  /* line 3197, ../sass/_legacy.scss */
  .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
/* line 3201, ../sass/_legacy.scss */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  /* line 3206, ../sass/_legacy.scss */
  .navbar-static-top {
    border-radius: 0;
  }
}
/* line 3209, ../sass/_legacy.scss */
.navbar-fixed-top, .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  /* line 3216, ../sass/_legacy.scss */
  .navbar-fixed-top, .navbar-fixed-bottom {
    border-radius: 0;
  }
}
/* line 3219, ../sass/_legacy.scss */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

/* line 3223, ../sass/_legacy.scss */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

/* line 3228, ../sass/_legacy.scss */
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}

/* line 3235, ../sass/_legacy.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

/* line 3238, ../sass/_legacy.scss */
.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  /* line 3242, ../sass/_legacy.scss */
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
/* line 3245, ../sass/_legacy.scss */
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 3257, ../sass/_legacy.scss */
.navbar-toggle:focus {
  outline: 0;
}

/* line 3260, ../sass/_legacy.scss */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

/* line 3266, ../sass/_legacy.scss */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  /* line 3270, ../sass/_legacy.scss */
  .navbar-toggle {
    display: none;
  }
}
/* line 3273, ../sass/_legacy.scss */
.navbar-nav {
  margin: 7.5px -15px;
}

/* line 3276, ../sass/_legacy.scss */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  /* line 3282, ../sass/_legacy.scss */
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }

  /* line 3290, ../sass/_legacy.scss */
  .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }

  /* line 3292, ../sass/_legacy.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }

  /* line 3294, ../sass/_legacy.scss */
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  /* line 3298, ../sass/_legacy.scss */
  .navbar-nav {
    float: left;
    margin: 0;
  }

  /* line 3301, ../sass/_legacy.scss */
  .navbar-nav > li {
    float: left;
  }

  /* line 3303, ../sass/_legacy.scss */
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
/* line 3307, ../sass/_legacy.scss */
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  /* line 3318, ../sass/_legacy.scss */
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 3322, ../sass/_legacy.scss */
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  /* line 3326, ../sass/_legacy.scss */
  .navbar-form .form-control-static {
    display: inline-block;
  }

  /* line 3328, ../sass/_legacy.scss */
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  /* line 3331, ../sass/_legacy.scss */
  .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control {
    width: auto;
  }

  /* line 3333, ../sass/_legacy.scss */
  .navbar-form .input-group > .form-control {
    width: 100%;
  }

  /* line 3335, ../sass/_legacy.scss */
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 3338, ../sass/_legacy.scss */
  .navbar-form .radio, .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 3343, ../sass/_legacy.scss */
  .navbar-form .radio label, .navbar-form .checkbox label {
    padding-left: 0;
  }

  /* line 3345, ../sass/_legacy.scss */
  .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  /* line 3348, ../sass/_legacy.scss */
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  /* line 3352, ../sass/_legacy.scss */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }

  /* line 3354, ../sass/_legacy.scss */
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  /* line 3358, ../sass/_legacy.scss */
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}
/* line 3367, ../sass/_legacy.scss */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 3372, ../sass/_legacy.scss */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3379, ../sass/_legacy.scss */
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

/* line 3383, ../sass/_legacy.scss */
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 3387, ../sass/_legacy.scss */
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

/* line 3391, ../sass/_legacy.scss */
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  /* line 3396, ../sass/_legacy.scss */
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  /* line 3402, ../sass/_legacy.scss */
  .navbar-left {
    float: left !important;
  }

  /* line 3404, ../sass/_legacy.scss */
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }

  /* line 3407, ../sass/_legacy.scss */
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
/* line 3410, ../sass/_legacy.scss */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

/* line 3414, ../sass/_legacy.scss */
.navbar-default .navbar-brand {
  color: #777;
}

/* line 3417, ../sass/_legacy.scss */
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

/* line 3421, ../sass/_legacy.scss */
.navbar-default .navbar-text {
  color: #777;
}

/* line 3424, ../sass/_legacy.scss */
.navbar-default .navbar-nav > li > a {
  color: #777;
}

/* line 3427, ../sass/_legacy.scss */
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

/* line 3431, ../sass/_legacy.scss */
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

/* line 3435, ../sass/_legacy.scss */
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

/* line 3439, ../sass/_legacy.scss */
.navbar-default .navbar-toggle {
  border-color: #ddd;
}

/* line 3442, ../sass/_legacy.scss */
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

/* line 3445, ../sass/_legacy.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

/* line 3448, ../sass/_legacy.scss */
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #e7e7e7;
}

/* line 3451, ../sass/_legacy.scss */
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}

@media (max-width: 767px) {
  /* line 3456, ../sass/_legacy.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }

  /* line 3458, ../sass/_legacy.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }

  /* line 3461, ../sass/_legacy.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }

  /* line 3464, ../sass/_legacy.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
/* line 3468, ../sass/_legacy.scss */
.navbar-default .navbar-link {
  color: #777;
}

/* line 3471, ../sass/_legacy.scss */
.navbar-default .navbar-link:hover {
  color: #333;
}

/* line 3474, ../sass/_legacy.scss */
.navbar-default .btn-link {
  color: #777;
}

/* line 3477, ../sass/_legacy.scss */
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}

/* line 3480, ../sass/_legacy.scss */
.navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

/* line 3483, ../sass/_legacy.scss */
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}

/* line 3487, ../sass/_legacy.scss */
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

/* line 3490, ../sass/_legacy.scss */
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

/* line 3494, ../sass/_legacy.scss */
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

/* line 3497, ../sass/_legacy.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

/* line 3500, ../sass/_legacy.scss */
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

/* line 3504, ../sass/_legacy.scss */
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}

/* line 3508, ../sass/_legacy.scss */
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

/* line 3512, ../sass/_legacy.scss */
.navbar-inverse .navbar-toggle {
  border-color: #333;
}

/* line 3515, ../sass/_legacy.scss */
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

/* line 3518, ../sass/_legacy.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

/* line 3521, ../sass/_legacy.scss */
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: #101010;
}

/* line 3524, ../sass/_legacy.scss */
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}

@media (max-width: 767px) {
  /* line 3529, ../sass/_legacy.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }

  /* line 3531, ../sass/_legacy.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }

  /* line 3533, ../sass/_legacy.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }

  /* line 3535, ../sass/_legacy.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }

  /* line 3538, ../sass/_legacy.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }

  /* line 3541, ../sass/_legacy.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
/* line 3545, ../sass/_legacy.scss */
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

/* line 3548, ../sass/_legacy.scss */
.navbar-inverse .navbar-link:hover {
  color: #fff;
}

/* line 3551, ../sass/_legacy.scss */
.navbar-inverse .btn-link {
  color: #9d9d9d;
}

/* line 3554, ../sass/_legacy.scss */
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}

/* line 3557, ../sass/_legacy.scss */
.navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

/* line 3560, ../sass/_legacy.scss */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

/* line 3567, ../sass/_legacy.scss */
.breadcrumb > li {
  display: inline-block;
}

/* line 3570, ../sass/_legacy.scss */
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}

/* line 3575, ../sass/_legacy.scss */
.breadcrumb > .active {
  color: #777;
}

/* line 3578, ../sass/_legacy.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

/* line 3584, ../sass/_legacy.scss */
.pagination > li {
  display: inline;
}

/* line 3587, ../sass/_legacy.scss */
.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

/* line 3598, ../sass/_legacy.scss */
.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

/* line 3603, ../sass/_legacy.scss */
.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 3607, ../sass/_legacy.scss */
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  z-index: 3;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

/* line 3613, ../sass/_legacy.scss */
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}

/* line 3620, ../sass/_legacy.scss */
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
  color: #777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

/* line 3626, ../sass/_legacy.scss */
.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

/* line 3631, ../sass/_legacy.scss */
.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

/* line 3635, ../sass/_legacy.scss */
.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

/* line 3639, ../sass/_legacy.scss */
.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 3644, ../sass/_legacy.scss */
.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 3648, ../sass/_legacy.scss */
.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 3652, ../sass/_legacy.scss */
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}

/* line 3658, ../sass/_legacy.scss */
.pager li {
  display: inline;
}

/* line 3661, ../sass/_legacy.scss */
.pager li > a, .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

/* line 3668, ../sass/_legacy.scss */
.pager li > a:hover, .pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

/* line 3672, ../sass/_legacy.scss */
.pager .next > a, .pager .next > span {
  float: right;
}

/* line 3675, ../sass/_legacy.scss */
.pager .previous > a, .pager .previous > span {
  float: left;
}

/* line 3678, ../sass/_legacy.scss */
.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
  color: #777;
  background-color: #fff;
  cursor: not-allowed;
}

/* line 3683, ../sass/_legacy.scss */
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

/* line 3695, ../sass/_legacy.scss */
a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 3700, ../sass/_legacy.scss */
.label:empty {
  display: none;
}

/* line 3703, ../sass/_legacy.scss */
.btn .label {
  position: relative;
  top: -1px;
}

/* line 3707, ../sass/_legacy.scss */
.label-default {
  background-color: #777;
}

/* line 3710, ../sass/_legacy.scss */
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

/* line 3713, ../sass/_legacy.scss */
.label-primary {
  background-color: #337ab7;
}

/* line 3716, ../sass/_legacy.scss */
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #286090;
}

/* line 3719, ../sass/_legacy.scss */
.label-success {
  background-color: #5cb85c;
}

/* line 3722, ../sass/_legacy.scss */
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

/* line 3725, ../sass/_legacy.scss */
.label-info {
  background-color: #5bc0de;
}

/* line 3728, ../sass/_legacy.scss */
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

/* line 3731, ../sass/_legacy.scss */
.label-warning {
  background-color: #f0ad4e;
}

/* line 3734, ../sass/_legacy.scss */
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

/* line 3737, ../sass/_legacy.scss */
.label-danger {
  background-color: #d9534f;
}

/* line 3740, ../sass/_legacy.scss */
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

/* line 3743, ../sass/_legacy.scss */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777;
  border-radius: 10px;
}

/* line 3757, ../sass/_legacy.scss */
.badge:empty {
  display: none;
}

/* line 3760, ../sass/_legacy.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 3764, ../sass/_legacy.scss */
.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

/* line 3768, ../sass/_legacy.scss */
a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 3773, ../sass/_legacy.scss */
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 3777, ../sass/_legacy.scss */
.list-group-item > .badge {
  float: right;
}

/* line 3780, ../sass/_legacy.scss */
.list-group-item > .badge + .badge {
  margin-right: 5px;
}

/* line 3783, ../sass/_legacy.scss */
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

/* line 3786, ../sass/_legacy.scss */
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}

/* line 3793, ../sass/_legacy.scss */
.jumbotron h1, .jumbotron .h1 {
  color: inherit;
}

/* line 3796, ../sass/_legacy.scss */
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

/* line 3801, ../sass/_legacy.scss */
.jumbotron > hr {
  border-top-color: #d5d5d5;
}

/* line 3804, ../sass/_legacy.scss */
.container .jumbotron, .container-fluid .jumbotron {
  border-radius: 6px;
}

/* line 3807, ../sass/_legacy.scss */
.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  /* line 3811, ../sass/_legacy.scss */
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  /* line 3814, ../sass/_legacy.scss */
  .container .jumbotron, .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }

  /* line 3817, ../sass/_legacy.scss */
  .jumbotron h1, .jumbotron .h1 {
    font-size: 63px;
  }
}
/* line 3820, ../sass/_legacy.scss */
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border .2s ease-in-out;
}

/* line 3830, ../sass/_legacy.scss */
.thumbnail > img, .thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}

/* line 3834, ../sass/_legacy.scss */
a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
  border-color: #337ab7;
}

/* line 3837, ../sass/_legacy.scss */
.thumbnail .caption {
  padding: 9px;
  color: #333;
}

/* line 3841, ../sass/_legacy.scss */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 3847, ../sass/_legacy.scss */
.alert h4 {
  margin-top: 0;
  color: inherit;
}

/* line 3851, ../sass/_legacy.scss */
.alert .alert-link {
  font-weight: bold;
}

/* line 3854, ../sass/_legacy.scss */
.alert > p, .alert > ul {
  margin-bottom: 0;
}

/* line 3857, ../sass/_legacy.scss */
.alert > p + p {
  margin-top: 5px;
}

/* line 3860, ../sass/_legacy.scss */
.alert-dismissable, .alert-dismissible {
  padding-right: 35px;
}

/* line 3863, ../sass/_legacy.scss */
.alert-dismissable .close, .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 3869, ../sass/_legacy.scss */
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

/* line 3874, ../sass/_legacy.scss */
.alert-success hr {
  border-top-color: #c9e2b3;
}

/* line 3877, ../sass/_legacy.scss */
.alert-success .alert-link {
  color: #2b542c;
}

/* line 3880, ../sass/_legacy.scss */
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

/* line 3885, ../sass/_legacy.scss */
.alert-info hr {
  border-top-color: #a6e1ec;
}

/* line 3888, ../sass/_legacy.scss */
.alert-info .alert-link {
  color: #245269;
}

/* line 3891, ../sass/_legacy.scss */
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

/* line 3896, ../sass/_legacy.scss */
.alert-warning hr {
  border-top-color: #f7e1b5;
}

/* line 3899, ../sass/_legacy.scss */
.alert-warning .alert-link {
  color: #66512c;
}

/* line 3902, ../sass/_legacy.scss */
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

/* line 3907, ../sass/_legacy.scss */
.alert-danger hr {
  border-top-color: #e4b9c0;
}

/* line 3910, ../sass/_legacy.scss */
.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
/* line 3925, ../sass/_legacy.scss */
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 3933, ../sass/_legacy.scss */
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width .6s ease;
}

/* line 3945, ../sass/_legacy.scss */
.progress-striped .progress-bar, .progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

/* line 3949, ../sass/_legacy.scss */
.progress.active .progress-bar, .progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 3953, ../sass/_legacy.scss */
.progress-bar-success {
  background-color: #5cb85c;
}

/* line 3956, ../sass/_legacy.scss */
.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 3959, ../sass/_legacy.scss */
.progress-bar-info {
  background-color: #5bc0de;
}

/* line 3962, ../sass/_legacy.scss */
.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 3965, ../sass/_legacy.scss */
.progress-bar-warning {
  background-color: #f0ad4e;
}

/* line 3968, ../sass/_legacy.scss */
.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 3971, ../sass/_legacy.scss */
.progress-bar-danger {
  background-color: #d9534f;
}

/* line 3974, ../sass/_legacy.scss */
.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 3977, ../sass/_legacy.scss */
.media {
  margin-top: 15px;
}

/* line 3980, ../sass/_legacy.scss */
.media:first-child {
  margin-top: 0;
}

/* line 3983, ../sass/_legacy.scss */
.media, .media-body {
  zoom: 1;
  overflow: hidden;
}

/* line 3987, ../sass/_legacy.scss */
.media-body {
  width: 10000px;
}

/* line 3990, ../sass/_legacy.scss */
.media-object {
  display: block;
}

/* line 3993, ../sass/_legacy.scss */
.media-object.img-thumbnail {
  max-width: none;
}

/* line 3996, ../sass/_legacy.scss */
.media-right, .media > .pull-right {
  padding-left: 10px;
}

/* line 3999, ../sass/_legacy.scss */
.media-left, .media > .pull-left {
  padding-right: 10px;
}

/* line 4002, ../sass/_legacy.scss */
.media-left, .media-right, .media-body {
  display: table-cell;
  vertical-align: top;
}

/* line 4006, ../sass/_legacy.scss */
.media-middle {
  vertical-align: middle;
}

/* line 4009, ../sass/_legacy.scss */
.media-bottom {
  vertical-align: bottom;
}

/* line 4012, ../sass/_legacy.scss */
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 4016, ../sass/_legacy.scss */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 4020, ../sass/_legacy.scss */
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

/* line 4024, ../sass/_legacy.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* line 4032, ../sass/_legacy.scss */
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

/* line 4036, ../sass/_legacy.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 4041, ../sass/_legacy.scss */
a.list-group-item, button.list-group-item {
  color: #555;
}

/* line 4044, ../sass/_legacy.scss */
a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
  color: #333;
}

/* line 4047, ../sass/_legacy.scss */
a.list-group-item:hover, button.list-group-item:hover, a.list-group-item:focus, button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

/* line 4052, ../sass/_legacy.scss */
button.list-group-item {
  width: 100%;
  text-align: left;
}

/* line 4056, ../sass/_legacy.scss */
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eee;
  color: #777;
  cursor: not-allowed;
}

/* line 4061, ../sass/_legacy.scss */
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

/* line 4064, ../sass/_legacy.scss */
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}

/* line 4067, ../sass/_legacy.scss */
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

/* line 4073, ../sass/_legacy.scss */
.list-group-item.active .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

/* line 4076, ../sass/_legacy.scss */
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

/* line 4079, ../sass/_legacy.scss */
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

/* line 4083, ../sass/_legacy.scss */
a.list-group-item-success, button.list-group-item-success {
  color: #3c763d;
}

/* line 4086, ../sass/_legacy.scss */
a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

/* line 4089, ../sass/_legacy.scss */
a.list-group-item-success:hover, button.list-group-item-success:hover, a.list-group-item-success:focus, button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

/* line 4093, ../sass/_legacy.scss */
a.list-group-item-success.active, button.list-group-item-success.active, a.list-group-item-success.active:hover, button.list-group-item-success.active:hover, a.list-group-item-success.active:focus, button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

/* line 4098, ../sass/_legacy.scss */
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

/* line 4102, ../sass/_legacy.scss */
a.list-group-item-info, button.list-group-item-info {
  color: #31708f;
}

/* line 4105, ../sass/_legacy.scss */
a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

/* line 4108, ../sass/_legacy.scss */
a.list-group-item-info:hover, button.list-group-item-info:hover, a.list-group-item-info:focus, button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

/* line 4112, ../sass/_legacy.scss */
a.list-group-item-info.active, button.list-group-item-info.active, a.list-group-item-info.active:hover, button.list-group-item-info.active:hover, a.list-group-item-info.active:focus, button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

/* line 4117, ../sass/_legacy.scss */
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 4121, ../sass/_legacy.scss */
a.list-group-item-warning, button.list-group-item-warning {
  color: #8a6d3b;
}

/* line 4124, ../sass/_legacy.scss */
a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

/* line 4127, ../sass/_legacy.scss */
a.list-group-item-warning:hover, button.list-group-item-warning:hover, a.list-group-item-warning:focus, button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

/* line 4131, ../sass/_legacy.scss */
a.list-group-item-warning.active, button.list-group-item-warning.active, a.list-group-item-warning.active:hover, button.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus, button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

/* line 4136, ../sass/_legacy.scss */
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

/* line 4140, ../sass/_legacy.scss */
a.list-group-item-danger, button.list-group-item-danger {
  color: #a94442;
}

/* line 4143, ../sass/_legacy.scss */
a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

/* line 4146, ../sass/_legacy.scss */
a.list-group-item-danger:hover, button.list-group-item-danger:hover, a.list-group-item-danger:focus, button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

/* line 4150, ../sass/_legacy.scss */
a.list-group-item-danger.active, button.list-group-item-danger.active, a.list-group-item-danger.active:hover, button.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus, button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

/* line 4155, ../sass/_legacy.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 4159, ../sass/_legacy.scss */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 4163, ../sass/_legacy.scss */
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 4170, ../sass/_legacy.scss */
.panel-body {
  padding: 15px;
}

/* line 4173, ../sass/_legacy.scss */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 4179, ../sass/_legacy.scss */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 4182, ../sass/_legacy.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

/* line 4188, ../sass/_legacy.scss */
.panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {
  color: inherit;
}

/* line 4191, ../sass/_legacy.scss */
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 4198, ../sass/_legacy.scss */
.panel > .list-group, .panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

/* line 4201, ../sass/_legacy.scss */
.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

/* line 4205, ../sass/_legacy.scss */
.panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 4210, ../sass/_legacy.scss */
.panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 4215, ../sass/_legacy.scss */
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 4219, ../sass/_legacy.scss */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 4222, ../sass/_legacy.scss */
.list-group + .panel-footer {
  border-top-width: 0;
}

/* line 4225, ../sass/_legacy.scss */
.panel > .table, .panel > .table-responsive > .table, .panel > .panel-collapse > .table {
  margin-bottom: 0;
}

/* line 4228, ../sass/_legacy.scss */
.panel > .table caption, .panel > .table-responsive > .table caption, .panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}

/* line 4232, ../sass/_legacy.scss */
.panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 4236, ../sass/_legacy.scss */
.panel > .table:first-child > thead:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 4240, ../sass/_legacy.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

/* line 4243, ../sass/_legacy.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

/* line 4246, ../sass/_legacy.scss */
.panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 4250, ../sass/_legacy.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 4254, ../sass/_legacy.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

/* line 4257, ../sass/_legacy.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

/* line 4260, ../sass/_legacy.scss */
.panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

/* line 4263, ../sass/_legacy.scss */
.panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

/* line 4266, ../sass/_legacy.scss */
.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
  border: 0;
}

/* line 4269, ../sass/_legacy.scss */
.panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

/* line 4272, ../sass/_legacy.scss */
.panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

/* line 4275, ../sass/_legacy.scss */
.panel > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

/* line 4278, ../sass/_legacy.scss */
.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

/* line 4281, ../sass/_legacy.scss */
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

/* line 4285, ../sass/_legacy.scss */
.panel-group {
  margin-bottom: 20px;
}

/* line 4288, ../sass/_legacy.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

/* line 4292, ../sass/_legacy.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}

/* line 4295, ../sass/_legacy.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}

/* line 4298, ../sass/_legacy.scss */
.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

/* line 4301, ../sass/_legacy.scss */
.panel-group .panel-footer {
  border-top: 0;
}

/* line 4304, ../sass/_legacy.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

/* line 4307, ../sass/_legacy.scss */
.panel-default {
  border-color: #ddd;
}

/* line 4310, ../sass/_legacy.scss */
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

/* line 4315, ../sass/_legacy.scss */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

/* line 4318, ../sass/_legacy.scss */
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}

/* line 4322, ../sass/_legacy.scss */
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

/* line 4325, ../sass/_legacy.scss */
.panel-primary {
  border-color: #337ab7;
}

/* line 4328, ../sass/_legacy.scss */
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

/* line 4333, ../sass/_legacy.scss */
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

/* line 4336, ../sass/_legacy.scss */
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 4340, ../sass/_legacy.scss */
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

/* line 4343, ../sass/_legacy.scss */
.panel-success {
  border-color: #d6e9c6;
}

/* line 4346, ../sass/_legacy.scss */
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 4351, ../sass/_legacy.scss */
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

/* line 4354, ../sass/_legacy.scss */
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

/* line 4358, ../sass/_legacy.scss */
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

/* line 4361, ../sass/_legacy.scss */
.panel-info {
  border-color: #bce8f1;
}

/* line 4364, ../sass/_legacy.scss */
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 4369, ../sass/_legacy.scss */
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

/* line 4372, ../sass/_legacy.scss */
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

/* line 4376, ../sass/_legacy.scss */
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

/* line 4379, ../sass/_legacy.scss */
.panel-warning {
  border-color: #faebcc;
}

/* line 4382, ../sass/_legacy.scss */
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* line 4387, ../sass/_legacy.scss */
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

/* line 4390, ../sass/_legacy.scss */
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

/* line 4394, ../sass/_legacy.scss */
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

/* line 4397, ../sass/_legacy.scss */
.panel-danger {
  border-color: #ebccd1;
}

/* line 4400, ../sass/_legacy.scss */
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 4405, ../sass/_legacy.scss */
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

/* line 4408, ../sass/_legacy.scss */
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

/* line 4412, ../sass/_legacy.scss */
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

/* line 4415, ../sass/_legacy.scss */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

/* line 4422, ../sass/_legacy.scss */
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

/* line 4431, ../sass/_legacy.scss */
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

/* line 4434, ../sass/_legacy.scss */
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* line 4437, ../sass/_legacy.scss */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 4446, ../sass/_legacy.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 4450, ../sass/_legacy.scss */
.well-lg {
  padding: 24px;
  border-radius: 6px;
}

/* line 4454, ../sass/_legacy.scss */
.well-sm {
  padding: 9px;
  border-radius: 3px;
}

/* line 4458, ../sass/_legacy.scss */
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  filter: alpha(opacity=20);
}

/* line 4468, ../sass/_legacy.scss */
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .5;
  filter: alpha(opacity=50);
}

/* line 4475, ../sass/_legacy.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 4482, ../sass/_legacy.scss */
.modal-open {
  overflow: hidden;
}

/* line 4485, ../sass/_legacy.scss */
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

/* line 4497, ../sass/_legacy.scss */
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}

/* line 4505, ../sass/_legacy.scss */
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 4510, ../sass/_legacy.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 4514, ../sass/_legacy.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 4519, ../sass/_legacy.scss */
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

/* line 4529, ../sass/_legacy.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

/* line 4538, ../sass/_legacy.scss */
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 4542, ../sass/_legacy.scss */
.modal-backdrop.in {
  opacity: .5;
  filter: alpha(opacity=50);
}

/* line 4546, ../sass/_legacy.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}

/* line 4551, ../sass/_legacy.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 4554, ../sass/_legacy.scss */
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

/* line 4558, ../sass/_legacy.scss */
.modal-body {
  position: relative;
  padding: 15px;
}

/* line 4562, ../sass/_legacy.scss */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

/* line 4567, ../sass/_legacy.scss */
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

/* line 4571, ../sass/_legacy.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

/* line 4574, ../sass/_legacy.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 4577, ../sass/_legacy.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  /* line 4585, ../sass/_legacy.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  /* line 4588, ../sass/_legacy.scss */
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  /* line 4590, ../sass/_legacy.scss */
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  /* line 4594, ../sass/_legacy.scss */
  .modal-lg {
    width: 900px;
  }
}
/* line 4597, ../sass/_legacy.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 4620, ../sass/_legacy.scss */
.tooltip.in {
  opacity: .9;
  filter: alpha(opacity=90);
}

/* line 4624, ../sass/_legacy.scss */
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

/* line 4628, ../sass/_legacy.scss */
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

/* line 4632, ../sass/_legacy.scss */
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

/* line 4636, ../sass/_legacy.scss */
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

/* line 4640, ../sass/_legacy.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

/* line 4648, ../sass/_legacy.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 4655, ../sass/_legacy.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 4662, ../sass/_legacy.scss */
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 4669, ../sass/_legacy.scss */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 4676, ../sass/_legacy.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

/* line 4683, ../sass/_legacy.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

/* line 4690, ../sass/_legacy.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 4697, ../sass/_legacy.scss */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 4704, ../sass/_legacy.scss */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 4711, ../sass/_legacy.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

/* line 4742, ../sass/_legacy.scss */
.popover.top {
  margin-top: -10px;
}

/* line 4745, ../sass/_legacy.scss */
.popover.right {
  margin-left: 10px;
}

/* line 4748, ../sass/_legacy.scss */
.popover.bottom {
  margin-top: 10px;
}

/* line 4751, ../sass/_legacy.scss */
.popover.left {
  margin-left: -10px;
}

/* line 4754, ../sass/_legacy.scss */
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

/* line 4762, ../sass/_legacy.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 4765, ../sass/_legacy.scss */
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 4773, ../sass/_legacy.scss */
.popover > .arrow {
  border-width: 11px;
}

/* line 4776, ../sass/_legacy.scss */
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

/* line 4780, ../sass/_legacy.scss */
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

/* line 4788, ../sass/_legacy.scss */
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}

/* line 4795, ../sass/_legacy.scss */
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

/* line 4803, ../sass/_legacy.scss */
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}

/* line 4810, ../sass/_legacy.scss */
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

/* line 4818, ../sass/_legacy.scss */
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}

/* line 4825, ../sass/_legacy.scss */
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 4833, ../sass/_legacy.scss */
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

/* line 4840, ../sass/_legacy.scss */
.carousel {
  position: relative;
}

/* line 4843, ../sass/_legacy.scss */
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

/* line 4848, ../sass/_legacy.scss */
.carousel-inner > .item {
  display: none;
  position: relative;
  transition: .6s ease-in-out left;
}

/* line 4853, ../sass/_legacy.scss */
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  /* line 4857, ../sass/_legacy.scss */
  .carousel-inner > .item {
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }

  /* line 4865, ../sass/_legacy.scss */
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }

  /* line 4869, ../sass/_legacy.scss */
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }

  /* line 4873, ../sass/_legacy.scss */
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
/* line 4878, ../sass/_legacy.scss */
.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
  display: block;
}

/* line 4881, ../sass/_legacy.scss */
.carousel-inner > .active {
  left: 0;
}

/* line 4884, ../sass/_legacy.scss */
.carousel-inner > .next, .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 4889, ../sass/_legacy.scss */
.carousel-inner > .next {
  left: 100%;
}

/* line 4892, ../sass/_legacy.scss */
.carousel-inner > .prev {
  left: -100%;
}

/* line 4895, ../sass/_legacy.scss */
.carousel-inner > .next.left, .carousel-inner > .prev.right {
  left: 0;
}

/* line 4898, ../sass/_legacy.scss */
.carousel-inner > .active.left {
  left: -100%;
}

/* line 4901, ../sass/_legacy.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 4904, ../sass/_legacy.scss */
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: .5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

/* line 4917, ../sass/_legacy.scss */
.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1);
}

/* line 4922, ../sass/_legacy.scss */
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1);
}

/* line 4929, ../sass/_legacy.scss */
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: .9;
  filter: alpha(opacity=90);
}

/* line 4936, ../sass/_legacy.scss */
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}

/* line 4943, ../sass/_legacy.scss */
.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

/* line 4947, ../sass/_legacy.scss */
.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

/* line 4951, ../sass/_legacy.scss */
.carousel-control .icon-prev, .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}

/* line 4957, ../sass/_legacy.scss */
.carousel-control .icon-prev:before {
  content: '\2039';
}

/* line 4960, ../sass/_legacy.scss */
.carousel-control .icon-next:before {
  content: '\203a';
}

/* line 4963, ../sass/_legacy.scss */
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

/* line 4974, ../sass/_legacy.scss */
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
}

/* line 4986, ../sass/_legacy.scss */
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

/* line 4992, ../sass/_legacy.scss */
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

/* line 5004, ../sass/_legacy.scss */
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  /* line 5008, ../sass/_legacy.scss */
  .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }

  /* line 5013, ../sass/_legacy.scss */
  .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -15px;
  }

  /* line 5015, ../sass/_legacy.scss */
  .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -15px;
  }

  /* line 5017, ../sass/_legacy.scss */
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  /* line 5021, ../sass/_legacy.scss */
  .carousel-indicators {
    bottom: 20px;
  }
}
/* line 5024, ../sass/_legacy.scss */
.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}

/* line 5028, ../sass/_legacy.scss */
.clearfix:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-footer:after {
  clear: both;
}

/* line 5031, ../sass/_legacy.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 5036, ../sass/_legacy.scss */
.pull-right {
  float: right !important;
}

/* line 5039, ../sass/_legacy.scss */
.pull-left {
  float: left !important;
}

/* line 5042, ../sass/_legacy.scss */
.hide {
  display: none !important;
}

/* line 5045, ../sass/_legacy.scss */
.show {
  display: block !important;
}

/* line 5048, ../sass/_legacy.scss */
.invisible {
  visibility: hidden;
}

/* line 5051, ../sass/_legacy.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 5058, ../sass/_legacy.scss */
.hidden {
  display: none !important;
}

/* line 5061, ../sass/_legacy.scss */
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
/* line 5067, ../sass/_legacy.scss */
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}

/* line 5070, ../sass/_legacy.scss */
.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 5074, ../sass/_legacy.scss */
  .visible-xs {
    display: block !important;
  }

  /* line 5076, ../sass/_legacy.scss */
  table.visible-xs {
    display: table !important;
  }

  /* line 5078, ../sass/_legacy.scss */
  tr.visible-xs {
    display: table-row !important;
  }

  /* line 5080, ../sass/_legacy.scss */
  th.visible-xs, td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  /* line 5084, ../sass/_legacy.scss */
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  /* line 5088, ../sass/_legacy.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  /* line 5092, ../sass/_legacy.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 5096, ../sass/_legacy.scss */
  .visible-sm {
    display: block !important;
  }

  /* line 5098, ../sass/_legacy.scss */
  table.visible-sm {
    display: table !important;
  }

  /* line 5100, ../sass/_legacy.scss */
  tr.visible-sm {
    display: table-row !important;
  }

  /* line 5102, ../sass/_legacy.scss */
  th.visible-sm, td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 5106, ../sass/_legacy.scss */
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 5110, ../sass/_legacy.scss */
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 5114, ../sass/_legacy.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 5118, ../sass/_legacy.scss */
  .visible-md {
    display: block !important;
  }

  /* line 5120, ../sass/_legacy.scss */
  table.visible-md {
    display: table !important;
  }

  /* line 5122, ../sass/_legacy.scss */
  tr.visible-md {
    display: table-row !important;
  }

  /* line 5124, ../sass/_legacy.scss */
  th.visible-md, td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 5128, ../sass/_legacy.scss */
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 5132, ../sass/_legacy.scss */
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 5136, ../sass/_legacy.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  /* line 5140, ../sass/_legacy.scss */
  .visible-lg {
    display: block !important;
  }

  /* line 5142, ../sass/_legacy.scss */
  table.visible-lg {
    display: table !important;
  }

  /* line 5144, ../sass/_legacy.scss */
  tr.visible-lg {
    display: table-row !important;
  }

  /* line 5146, ../sass/_legacy.scss */
  th.visible-lg, td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  /* line 5150, ../sass/_legacy.scss */
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  /* line 5154, ../sass/_legacy.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  /* line 5158, ../sass/_legacy.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  /* line 5162, ../sass/_legacy.scss */
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 5166, ../sass/_legacy.scss */
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 5170, ../sass/_legacy.scss */
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 5174, ../sass/_legacy.scss */
  .hidden-lg {
    display: none !important;
  }
}
/* line 5177, ../sass/_legacy.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 5181, ../sass/_legacy.scss */
  .visible-print {
    display: block !important;
  }

  /* line 5183, ../sass/_legacy.scss */
  table.visible-print {
    display: table !important;
  }

  /* line 5185, ../sass/_legacy.scss */
  tr.visible-print {
    display: table-row !important;
  }

  /* line 5187, ../sass/_legacy.scss */
  th.visible-print, td.visible-print {
    display: table-cell !important;
  }
}
/* line 5190, ../sass/_legacy.scss */
.visible-print-block {
  display: none !important;
}

@media print {
  /* line 5194, ../sass/_legacy.scss */
  .visible-print-block {
    display: block !important;
  }
}
/* line 5197, ../sass/_legacy.scss */
.visible-print-inline {
  display: none !important;
}

@media print {
  /* line 5201, ../sass/_legacy.scss */
  .visible-print-inline {
    display: inline !important;
  }
}
/* line 5204, ../sass/_legacy.scss */
.visible-print-inline-block {
  display: none !important;
}

@media print {
  /* line 5208, ../sass/_legacy.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  /* line 5212, ../sass/_legacy.scss */
  .hidden-print {
    display: none !important;
  }
}
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 5226, ../sass/_legacy.scss */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 5237, ../sass/_legacy.scss */
.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}

/* line 5242, ../sass/_legacy.scss */
.fa-2x {
  font-size: 2em;
}

/* line 5245, ../sass/_legacy.scss */
.fa-3x {
  font-size: 3em;
}

/* line 5248, ../sass/_legacy.scss */
.fa-4x {
  font-size: 4em;
}

/* line 5251, ../sass/_legacy.scss */
.fa-5x {
  font-size: 5em;
}

/* line 5254, ../sass/_legacy.scss */
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

/* line 5258, ../sass/_legacy.scss */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

/* line 5263, ../sass/_legacy.scss */
.fa-ul > li {
  position: relative;
}

/* line 5266, ../sass/_legacy.scss */
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center;
}

/* line 5273, ../sass/_legacy.scss */
.fa-li.fa-lg {
  left: -1.85714286em;
}

/* line 5276, ../sass/_legacy.scss */
.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em;
}

/* line 5281, ../sass/_legacy.scss */
.pull-right {
  float: right;
}

/* line 5284, ../sass/_legacy.scss */
.pull-left {
  float: left;
}

/* line 5287, ../sass/_legacy.scss */
.fa.pull-left {
  margin-right: .3em;
}

/* line 5290, ../sass/_legacy.scss */
.fa.pull-right {
  margin-left: .3em;
}

/* line 5293, ../sass/_legacy.scss */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

/* line 5297, ../sass/_legacy.scss */
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* line 5317, ../sass/_legacy.scss */
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 5323, ../sass/_legacy.scss */
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 5329, ../sass/_legacy.scss */
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 5335, ../sass/_legacy.scss */
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 5341, ../sass/_legacy.scss */
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 5347, ../sass/_legacy.scss */
:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none;
}

/* line 5351, ../sass/_legacy.scss */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 5359, ../sass/_legacy.scss */
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 5365, ../sass/_legacy.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 5368, ../sass/_legacy.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 5371, ../sass/_legacy.scss */
.fa-inverse {
  color: #fff;
}

/* line 5374, ../sass/_legacy.scss */
.fa-glass:before {
  content: "\f000";
}

/* line 5377, ../sass/_legacy.scss */
.fa-music:before {
  content: "\f001";
}

/* line 5380, ../sass/_legacy.scss */
.fa-search:before {
  content: "\f002";
}

/* line 5383, ../sass/_legacy.scss */
.fa-envelope-o:before {
  content: "\f003";
}

/* line 5386, ../sass/_legacy.scss */
.fa-heart:before {
  content: "\f004";
}

/* line 5389, ../sass/_legacy.scss */
.fa-star:before {
  content: "\f005";
}

/* line 5392, ../sass/_legacy.scss */
.fa-star-o:before {
  content: "\f006";
}

/* line 5395, ../sass/_legacy.scss */
.fa-user:before {
  content: "\f007";
}

/* line 5398, ../sass/_legacy.scss */
.fa-film:before {
  content: "\f008";
}

/* line 5401, ../sass/_legacy.scss */
.fa-th-large:before {
  content: "\f009";
}

/* line 5404, ../sass/_legacy.scss */
.fa-th:before {
  content: "\f00a";
}

/* line 5407, ../sass/_legacy.scss */
.fa-th-list:before {
  content: "\f00b";
}

/* line 5410, ../sass/_legacy.scss */
.fa-check:before {
  content: "\f00c";
}

/* line 5413, ../sass/_legacy.scss */
.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d";
}

/* line 5416, ../sass/_legacy.scss */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 5419, ../sass/_legacy.scss */
.fa-search-minus:before {
  content: "\f010";
}

/* line 5422, ../sass/_legacy.scss */
.fa-power-off:before {
  content: "\f011";
}

/* line 5425, ../sass/_legacy.scss */
.fa-signal:before {
  content: "\f012";
}

/* line 5428, ../sass/_legacy.scss */
.fa-gear:before, .fa-cog:before {
  content: "\f013";
}

/* line 5431, ../sass/_legacy.scss */
.fa-trash-o:before {
  content: "\f014";
}

/* line 5434, ../sass/_legacy.scss */
.fa-home:before {
  content: "\f015";
}

/* line 5437, ../sass/_legacy.scss */
.fa-file-o:before {
  content: "\f016";
}

/* line 5440, ../sass/_legacy.scss */
.fa-clock-o:before {
  content: "\f017";
}

/* line 5443, ../sass/_legacy.scss */
.fa-road:before {
  content: "\f018";
}

/* line 5446, ../sass/_legacy.scss */
.fa-download:before {
  content: "\f019";
}

/* line 5449, ../sass/_legacy.scss */
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

/* line 5452, ../sass/_legacy.scss */
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

/* line 5455, ../sass/_legacy.scss */
.fa-inbox:before {
  content: "\f01c";
}

/* line 5458, ../sass/_legacy.scss */
.fa-play-circle-o:before {
  content: "\f01d";
}

/* line 5461, ../sass/_legacy.scss */
.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e";
}

/* line 5464, ../sass/_legacy.scss */
.fa-refresh:before {
  content: "\f021";
}

/* line 5467, ../sass/_legacy.scss */
.fa-list-alt:before {
  content: "\f022";
}

/* line 5470, ../sass/_legacy.scss */
.fa-lock:before {
  content: "\f023";
}

/* line 5473, ../sass/_legacy.scss */
.fa-flag:before {
  content: "\f024";
}

/* line 5476, ../sass/_legacy.scss */
.fa-headphones:before {
  content: "\f025";
}

/* line 5479, ../sass/_legacy.scss */
.fa-volume-off:before {
  content: "\f026";
}

/* line 5482, ../sass/_legacy.scss */
.fa-volume-down:before {
  content: "\f027";
}

/* line 5485, ../sass/_legacy.scss */
.fa-volume-up:before {
  content: "\f028";
}

/* line 5488, ../sass/_legacy.scss */
.fa-qrcode:before {
  content: "\f029";
}

/* line 5491, ../sass/_legacy.scss */
.fa-barcode:before {
  content: "\f02a";
}

/* line 5494, ../sass/_legacy.scss */
.fa-tag:before {
  content: "\f02b";
}

/* line 5497, ../sass/_legacy.scss */
.fa-tags:before {
  content: "\f02c";
}

/* line 5500, ../sass/_legacy.scss */
.fa-book:before {
  content: "\f02d";
}

/* line 5503, ../sass/_legacy.scss */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 5506, ../sass/_legacy.scss */
.fa-print:before {
  content: "\f02f";
}

/* line 5509, ../sass/_legacy.scss */
.fa-camera:before {
  content: "\f030";
}

/* line 5512, ../sass/_legacy.scss */
.fa-font:before {
  content: "\f031";
}

/* line 5515, ../sass/_legacy.scss */
.fa-bold:before {
  content: "\f032";
}

/* line 5518, ../sass/_legacy.scss */
.fa-italic:before {
  content: "\f033";
}

/* line 5521, ../sass/_legacy.scss */
.fa-text-height:before {
  content: "\f034";
}

/* line 5524, ../sass/_legacy.scss */
.fa-text-width:before {
  content: "\f035";
}

/* line 5527, ../sass/_legacy.scss */
.fa-align-left:before {
  content: "\f036";
}

/* line 5530, ../sass/_legacy.scss */
.fa-align-center:before {
  content: "\f037";
}

/* line 5533, ../sass/_legacy.scss */
.fa-align-right:before {
  content: "\f038";
}

/* line 5536, ../sass/_legacy.scss */
.fa-align-justify:before {
  content: "\f039";
}

/* line 5539, ../sass/_legacy.scss */
.fa-list:before {
  content: "\f03a";
}

/* line 5542, ../sass/_legacy.scss */
.fa-dedent:before, .fa-outdent:before {
  content: "\f03b";
}

/* line 5545, ../sass/_legacy.scss */
.fa-indent:before {
  content: "\f03c";
}

/* line 5548, ../sass/_legacy.scss */
.fa-video-camera:before {
  content: "\f03d";
}

/* line 5551, ../sass/_legacy.scss */
.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e";
}

/* line 5554, ../sass/_legacy.scss */
.fa-pencil:before {
  content: "\f040";
}

/* line 5557, ../sass/_legacy.scss */
.fa-map-marker:before {
  content: "\f041";
}

/* line 5560, ../sass/_legacy.scss */
.fa-adjust:before {
  content: "\f042";
}

/* line 5563, ../sass/_legacy.scss */
.fa-tint:before {
  content: "\f043";
}

/* line 5566, ../sass/_legacy.scss */
.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044";
}

/* line 5569, ../sass/_legacy.scss */
.fa-share-square-o:before {
  content: "\f045";
}

/* line 5572, ../sass/_legacy.scss */
.fa-check-square-o:before {
  content: "\f046";
}

/* line 5575, ../sass/_legacy.scss */
.fa-arrows:before {
  content: "\f047";
}

/* line 5578, ../sass/_legacy.scss */
.fa-step-backward:before {
  content: "\f048";
}

/* line 5581, ../sass/_legacy.scss */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 5584, ../sass/_legacy.scss */
.fa-backward:before {
  content: "\f04a";
}

/* line 5587, ../sass/_legacy.scss */
.fa-play:before {
  content: "\f04b";
}

/* line 5590, ../sass/_legacy.scss */
.fa-pause:before {
  content: "\f04c";
}

/* line 5593, ../sass/_legacy.scss */
.fa-stop:before {
  content: "\f04d";
}

/* line 5596, ../sass/_legacy.scss */
.fa-forward:before {
  content: "\f04e";
}

/* line 5599, ../sass/_legacy.scss */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 5602, ../sass/_legacy.scss */
.fa-step-forward:before {
  content: "\f051";
}

/* line 5605, ../sass/_legacy.scss */
.fa-eject:before {
  content: "\f052";
}

/* line 5608, ../sass/_legacy.scss */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 5611, ../sass/_legacy.scss */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 5614, ../sass/_legacy.scss */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 5617, ../sass/_legacy.scss */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 5620, ../sass/_legacy.scss */
.fa-times-circle:before {
  content: "\f057";
}

/* line 5623, ../sass/_legacy.scss */
.fa-check-circle:before {
  content: "\f058";
}

/* line 5626, ../sass/_legacy.scss */
.fa-question-circle:before {
  content: "\f059";
}

/* line 5629, ../sass/_legacy.scss */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 5632, ../sass/_legacy.scss */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 5635, ../sass/_legacy.scss */
.fa-times-circle-o:before {
  content: "\f05c";
}

/* line 5638, ../sass/_legacy.scss */
.fa-check-circle-o:before {
  content: "\f05d";
}

/* line 5641, ../sass/_legacy.scss */
.fa-ban:before {
  content: "\f05e";
}

/* line 5644, ../sass/_legacy.scss */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 5647, ../sass/_legacy.scss */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 5650, ../sass/_legacy.scss */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 5653, ../sass/_legacy.scss */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 5656, ../sass/_legacy.scss */
.fa-mail-forward:before, .fa-share:before {
  content: "\f064";
}

/* line 5659, ../sass/_legacy.scss */
.fa-expand:before {
  content: "\f065";
}

/* line 5662, ../sass/_legacy.scss */
.fa-compress:before {
  content: "\f066";
}

/* line 5665, ../sass/_legacy.scss */
.fa-plus:before {
  content: "\f067";
}

/* line 5668, ../sass/_legacy.scss */
.fa-minus:before {
  content: "\f068";
}

/* line 5671, ../sass/_legacy.scss */
.fa-asterisk:before {
  content: "\f069";
}

/* line 5674, ../sass/_legacy.scss */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 5677, ../sass/_legacy.scss */
.fa-gift:before {
  content: "\f06b";
}

/* line 5680, ../sass/_legacy.scss */
.fa-leaf:before {
  content: "\f06c";
}

/* line 5683, ../sass/_legacy.scss */
.fa-fire:before {
  content: "\f06d";
}

/* line 5686, ../sass/_legacy.scss */
.fa-eye:before {
  content: "\f06e";
}

/* line 5689, ../sass/_legacy.scss */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 5692, ../sass/_legacy.scss */
.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 5695, ../sass/_legacy.scss */
.fa-plane:before {
  content: "\f072";
}

/* line 5698, ../sass/_legacy.scss */
.fa-calendar:before {
  content: "\f073";
}

/* line 5701, ../sass/_legacy.scss */
.fa-random:before {
  content: "\f074";
}

/* line 5704, ../sass/_legacy.scss */
.fa-comment:before {
  content: "\f075";
}

/* line 5707, ../sass/_legacy.scss */
.fa-magnet:before {
  content: "\f076";
}

/* line 5710, ../sass/_legacy.scss */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 5713, ../sass/_legacy.scss */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 5716, ../sass/_legacy.scss */
.fa-retweet:before {
  content: "\f079";
}

/* line 5719, ../sass/_legacy.scss */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 5722, ../sass/_legacy.scss */
.fa-folder:before {
  content: "\f07b";
}

/* line 5725, ../sass/_legacy.scss */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 5728, ../sass/_legacy.scss */
.fa-arrows-v:before {
  content: "\f07d";
}

/* line 5731, ../sass/_legacy.scss */
.fa-arrows-h:before {
  content: "\f07e";
}

/* line 5734, ../sass/_legacy.scss */
.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080";
}

/* line 5737, ../sass/_legacy.scss */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 5740, ../sass/_legacy.scss */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 5743, ../sass/_legacy.scss */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 5746, ../sass/_legacy.scss */
.fa-key:before {
  content: "\f084";
}

/* line 5749, ../sass/_legacy.scss */
.fa-gears:before, .fa-cogs:before {
  content: "\f085";
}

/* line 5752, ../sass/_legacy.scss */
.fa-comments:before {
  content: "\f086";
}

/* line 5755, ../sass/_legacy.scss */
.fa-thumbs-o-up:before {
  content: "\f087";
}

/* line 5758, ../sass/_legacy.scss */
.fa-thumbs-o-down:before {
  content: "\f088";
}

/* line 5761, ../sass/_legacy.scss */
.fa-star-half:before {
  content: "\f089";
}

/* line 5764, ../sass/_legacy.scss */
.fa-heart-o:before {
  content: "\f08a";
}

/* line 5767, ../sass/_legacy.scss */
.fa-sign-out:before {
  content: "\f08b";
}

/* line 5770, ../sass/_legacy.scss */
.fa-linkedin-square:before {
  content: "\f08c";
}

/* line 5773, ../sass/_legacy.scss */
.fa-thumb-tack:before {
  content: "\f08d";
}

/* line 5776, ../sass/_legacy.scss */
.fa-external-link:before {
  content: "\f08e";
}

/* line 5779, ../sass/_legacy.scss */
.fa-sign-in:before {
  content: "\f090";
}

/* line 5782, ../sass/_legacy.scss */
.fa-trophy:before {
  content: "\f091";
}

/* line 5785, ../sass/_legacy.scss */
.fa-github-square:before {
  content: "\f092";
}

/* line 5788, ../sass/_legacy.scss */
.fa-upload:before {
  content: "\f093";
}

/* line 5791, ../sass/_legacy.scss */
.fa-lemon-o:before {
  content: "\f094";
}

/* line 5794, ../sass/_legacy.scss */
.fa-phone:before {
  content: "\f095";
}

/* line 5797, ../sass/_legacy.scss */
.fa-square-o:before {
  content: "\f096";
}

/* line 5800, ../sass/_legacy.scss */
.fa-bookmark-o:before {
  content: "\f097";
}

/* line 5803, ../sass/_legacy.scss */
.fa-phone-square:before {
  content: "\f098";
}

/* line 5806, ../sass/_legacy.scss */
.fa-twitter:before {
  content: "\f099";
}

/* line 5809, ../sass/_legacy.scss */
.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
}

/* line 5812, ../sass/_legacy.scss */
.fa-github:before {
  content: "\f09b";
}

/* line 5815, ../sass/_legacy.scss */
.fa-unlock:before {
  content: "\f09c";
}

/* line 5818, ../sass/_legacy.scss */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 5821, ../sass/_legacy.scss */
.fa-rss:before {
  content: "\f09e";
}

/* line 5824, ../sass/_legacy.scss */
.fa-hdd-o:before {
  content: "\f0a0";
}

/* line 5827, ../sass/_legacy.scss */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 5830, ../sass/_legacy.scss */
.fa-bell:before {
  content: "\f0f3";
}

/* line 5833, ../sass/_legacy.scss */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 5836, ../sass/_legacy.scss */
.fa-hand-o-right:before {
  content: "\f0a4";
}

/* line 5839, ../sass/_legacy.scss */
.fa-hand-o-left:before {
  content: "\f0a5";
}

/* line 5842, ../sass/_legacy.scss */
.fa-hand-o-up:before {
  content: "\f0a6";
}

/* line 5845, ../sass/_legacy.scss */
.fa-hand-o-down:before {
  content: "\f0a7";
}

/* line 5848, ../sass/_legacy.scss */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 5851, ../sass/_legacy.scss */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 5854, ../sass/_legacy.scss */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 5857, ../sass/_legacy.scss */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 5860, ../sass/_legacy.scss */
.fa-globe:before {
  content: "\f0ac";
}

/* line 5863, ../sass/_legacy.scss */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 5866, ../sass/_legacy.scss */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 5869, ../sass/_legacy.scss */
.fa-filter:before {
  content: "\f0b0";
}

/* line 5872, ../sass/_legacy.scss */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 5875, ../sass/_legacy.scss */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 5878, ../sass/_legacy.scss */
.fa-group:before, .fa-users:before {
  content: "\f0c0";
}

/* line 5881, ../sass/_legacy.scss */
.fa-chain:before, .fa-link:before {
  content: "\f0c1";
}

/* line 5884, ../sass/_legacy.scss */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 5887, ../sass/_legacy.scss */
.fa-flask:before {
  content: "\f0c3";
}

/* line 5890, ../sass/_legacy.scss */
.fa-cut:before, .fa-scissors:before {
  content: "\f0c4";
}

/* line 5893, ../sass/_legacy.scss */
.fa-copy:before, .fa-files-o:before {
  content: "\f0c5";
}

/* line 5896, ../sass/_legacy.scss */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 5899, ../sass/_legacy.scss */
.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7";
}

/* line 5902, ../sass/_legacy.scss */
.fa-square:before {
  content: "\f0c8";
}

/* line 5905, ../sass/_legacy.scss */
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9";
}

/* line 5908, ../sass/_legacy.scss */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 5911, ../sass/_legacy.scss */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 5914, ../sass/_legacy.scss */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 5917, ../sass/_legacy.scss */
.fa-underline:before {
  content: "\f0cd";
}

/* line 5920, ../sass/_legacy.scss */
.fa-table:before {
  content: "\f0ce";
}

/* line 5923, ../sass/_legacy.scss */
.fa-magic:before {
  content: "\f0d0";
}

/* line 5926, ../sass/_legacy.scss */
.fa-truck:before {
  content: "\f0d1";
}

/* line 5929, ../sass/_legacy.scss */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 5932, ../sass/_legacy.scss */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 5935, ../sass/_legacy.scss */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 5938, ../sass/_legacy.scss */
.fa-google-plus:before {
  content: "\f0d5";
}

/* line 5941, ../sass/_legacy.scss */
.fa-money:before {
  content: "\f0d6";
}

/* line 5944, ../sass/_legacy.scss */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 5947, ../sass/_legacy.scss */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 5950, ../sass/_legacy.scss */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 5953, ../sass/_legacy.scss */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 5956, ../sass/_legacy.scss */
.fa-columns:before {
  content: "\f0db";
}

/* line 5959, ../sass/_legacy.scss */
.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc";
}

/* line 5962, ../sass/_legacy.scss */
.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd";
}

/* line 5965, ../sass/_legacy.scss */
.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de";
}

/* line 5968, ../sass/_legacy.scss */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 5971, ../sass/_legacy.scss */
.fa-linkedin:before {
  content: "\f0e1";
}

/* line 5974, ../sass/_legacy.scss */
.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2";
}

/* line 5977, ../sass/_legacy.scss */
.fa-legal:before, .fa-gavel:before {
  content: "\f0e3";
}

/* line 5980, ../sass/_legacy.scss */
.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4";
}

/* line 5983, ../sass/_legacy.scss */
.fa-comment-o:before {
  content: "\f0e5";
}

/* line 5986, ../sass/_legacy.scss */
.fa-comments-o:before {
  content: "\f0e6";
}

/* line 5989, ../sass/_legacy.scss */
.fa-flash:before, .fa-bolt:before {
  content: "\f0e7";
}

/* line 5992, ../sass/_legacy.scss */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 5995, ../sass/_legacy.scss */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 5998, ../sass/_legacy.scss */
.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea";
}

/* line 6001, ../sass/_legacy.scss */
.fa-lightbulb-o:before {
  content: "\f0eb";
}

/* line 6004, ../sass/_legacy.scss */
.fa-exchange:before {
  content: "\f0ec";
}

/* line 6007, ../sass/_legacy.scss */
.fa-cloud-download:before {
  content: "\f0ed";
}

/* line 6010, ../sass/_legacy.scss */
.fa-cloud-upload:before {
  content: "\f0ee";
}

/* line 6013, ../sass/_legacy.scss */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 6016, ../sass/_legacy.scss */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 6019, ../sass/_legacy.scss */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 6022, ../sass/_legacy.scss */
.fa-bell-o:before {
  content: "\f0a2";
}

/* line 6025, ../sass/_legacy.scss */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 6028, ../sass/_legacy.scss */
.fa-cutlery:before {
  content: "\f0f5";
}

/* line 6031, ../sass/_legacy.scss */
.fa-file-text-o:before {
  content: "\f0f6";
}

/* line 6034, ../sass/_legacy.scss */
.fa-building-o:before {
  content: "\f0f7";
}

/* line 6037, ../sass/_legacy.scss */
.fa-hospital-o:before {
  content: "\f0f8";
}

/* line 6040, ../sass/_legacy.scss */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 6043, ../sass/_legacy.scss */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 6046, ../sass/_legacy.scss */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 6049, ../sass/_legacy.scss */
.fa-beer:before {
  content: "\f0fc";
}

/* line 6052, ../sass/_legacy.scss */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 6055, ../sass/_legacy.scss */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 6058, ../sass/_legacy.scss */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 6061, ../sass/_legacy.scss */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 6064, ../sass/_legacy.scss */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 6067, ../sass/_legacy.scss */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 6070, ../sass/_legacy.scss */
.fa-angle-left:before {
  content: "\f104";
}

/* line 6073, ../sass/_legacy.scss */
.fa-angle-right:before {
  content: "\f105";
}

/* line 6076, ../sass/_legacy.scss */
.fa-angle-up:before {
  content: "\f106";
}

/* line 6079, ../sass/_legacy.scss */
.fa-angle-down:before {
  content: "\f107";
}

/* line 6082, ../sass/_legacy.scss */
.fa-desktop:before {
  content: "\f108";
}

/* line 6085, ../sass/_legacy.scss */
.fa-laptop:before {
  content: "\f109";
}

/* line 6088, ../sass/_legacy.scss */
.fa-tablet:before {
  content: "\f10a";
}

/* line 6091, ../sass/_legacy.scss */
.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b";
}

/* line 6094, ../sass/_legacy.scss */
.fa-circle-o:before {
  content: "\f10c";
}

/* line 6097, ../sass/_legacy.scss */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 6100, ../sass/_legacy.scss */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 6103, ../sass/_legacy.scss */
.fa-spinner:before {
  content: "\f110";
}

/* line 6106, ../sass/_legacy.scss */
.fa-circle:before {
  content: "\f111";
}

/* line 6109, ../sass/_legacy.scss */
.fa-mail-reply:before, .fa-reply:before {
  content: "\f112";
}

/* line 6112, ../sass/_legacy.scss */
.fa-github-alt:before {
  content: "\f113";
}

/* line 6115, ../sass/_legacy.scss */
.fa-folder-o:before {
  content: "\f114";
}

/* line 6118, ../sass/_legacy.scss */
.fa-folder-open-o:before {
  content: "\f115";
}

/* line 6121, ../sass/_legacy.scss */
.fa-smile-o:before {
  content: "\f118";
}

/* line 6124, ../sass/_legacy.scss */
.fa-frown-o:before {
  content: "\f119";
}

/* line 6127, ../sass/_legacy.scss */
.fa-meh-o:before {
  content: "\f11a";
}

/* line 6130, ../sass/_legacy.scss */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 6133, ../sass/_legacy.scss */
.fa-keyboard-o:before {
  content: "\f11c";
}

/* line 6136, ../sass/_legacy.scss */
.fa-flag-o:before {
  content: "\f11d";
}

/* line 6139, ../sass/_legacy.scss */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 6142, ../sass/_legacy.scss */
.fa-terminal:before {
  content: "\f120";
}

/* line 6145, ../sass/_legacy.scss */
.fa-code:before {
  content: "\f121";
}

/* line 6148, ../sass/_legacy.scss */
.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122";
}

/* line 6151, ../sass/_legacy.scss */
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123";
}

/* line 6154, ../sass/_legacy.scss */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 6157, ../sass/_legacy.scss */
.fa-crop:before {
  content: "\f125";
}

/* line 6160, ../sass/_legacy.scss */
.fa-code-fork:before {
  content: "\f126";
}

/* line 6163, ../sass/_legacy.scss */
.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127";
}

/* line 6166, ../sass/_legacy.scss */
.fa-question:before {
  content: "\f128";
}

/* line 6169, ../sass/_legacy.scss */
.fa-info:before {
  content: "\f129";
}

/* line 6172, ../sass/_legacy.scss */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 6175, ../sass/_legacy.scss */
.fa-superscript:before {
  content: "\f12b";
}

/* line 6178, ../sass/_legacy.scss */
.fa-subscript:before {
  content: "\f12c";
}

/* line 6181, ../sass/_legacy.scss */
.fa-eraser:before {
  content: "\f12d";
}

/* line 6184, ../sass/_legacy.scss */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 6187, ../sass/_legacy.scss */
.fa-microphone:before {
  content: "\f130";
}

/* line 6190, ../sass/_legacy.scss */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 6193, ../sass/_legacy.scss */
.fa-shield:before {
  content: "\f132";
}

/* line 6196, ../sass/_legacy.scss */
.fa-calendar-o:before {
  content: "\f133";
}

/* line 6199, ../sass/_legacy.scss */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 6202, ../sass/_legacy.scss */
.fa-rocket:before {
  content: "\f135";
}

/* line 6205, ../sass/_legacy.scss */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 6208, ../sass/_legacy.scss */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 6211, ../sass/_legacy.scss */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 6214, ../sass/_legacy.scss */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 6217, ../sass/_legacy.scss */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 6220, ../sass/_legacy.scss */
.fa-html5:before {
  content: "\f13b";
}

/* line 6223, ../sass/_legacy.scss */
.fa-css3:before {
  content: "\f13c";
}

/* line 6226, ../sass/_legacy.scss */
.fa-anchor:before {
  content: "\f13d";
}

/* line 6229, ../sass/_legacy.scss */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 6232, ../sass/_legacy.scss */
.fa-bullseye:before {
  content: "\f140";
}

/* line 6235, ../sass/_legacy.scss */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 6238, ../sass/_legacy.scss */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 6241, ../sass/_legacy.scss */
.fa-rss-square:before {
  content: "\f143";
}

/* line 6244, ../sass/_legacy.scss */
.fa-play-circle:before {
  content: "\f144";
}

/* line 6247, ../sass/_legacy.scss */
.fa-ticket:before {
  content: "\f145";
}

/* line 6250, ../sass/_legacy.scss */
.fa-minus-square:before {
  content: "\f146";
}

/* line 6253, ../sass/_legacy.scss */
.fa-minus-square-o:before {
  content: "\f147";
}

/* line 6256, ../sass/_legacy.scss */
.fa-level-up:before {
  content: "\f148";
}

/* line 6259, ../sass/_legacy.scss */
.fa-level-down:before {
  content: "\f149";
}

/* line 6262, ../sass/_legacy.scss */
.fa-check-square:before {
  content: "\f14a";
}

/* line 6265, ../sass/_legacy.scss */
.fa-pencil-square:before {
  content: "\f14b";
}

/* line 6268, ../sass/_legacy.scss */
.fa-external-link-square:before {
  content: "\f14c";
}

/* line 6271, ../sass/_legacy.scss */
.fa-share-square:before {
  content: "\f14d";
}

/* line 6274, ../sass/_legacy.scss */
.fa-compass:before {
  content: "\f14e";
}

/* line 6277, ../sass/_legacy.scss */
.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150";
}

/* line 6280, ../sass/_legacy.scss */
.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151";
}

/* line 6283, ../sass/_legacy.scss */
.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152";
}

/* line 6286, ../sass/_legacy.scss */
.fa-euro:before, .fa-eur:before {
  content: "\f153";
}

/* line 6289, ../sass/_legacy.scss */
.fa-gbp:before {
  content: "\f154";
}

/* line 6292, ../sass/_legacy.scss */
.fa-dollar:before, .fa-usd:before {
  content: "\f155";
}

/* line 6295, ../sass/_legacy.scss */
.fa-rupee:before, .fa-inr:before {
  content: "\f156";
}

/* line 6298, ../sass/_legacy.scss */
.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157";
}

/* line 6301, ../sass/_legacy.scss */
.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158";
}

/* line 6304, ../sass/_legacy.scss */
.fa-won:before, .fa-krw:before {
  content: "\f159";
}

/* line 6307, ../sass/_legacy.scss */
.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a";
}

/* line 6310, ../sass/_legacy.scss */
.fa-file:before {
  content: "\f15b";
}

/* line 6313, ../sass/_legacy.scss */
.fa-file-text:before {
  content: "\f15c";
}

/* line 6316, ../sass/_legacy.scss */
.fa-sort-alpha-asc:before {
  content: "\f15d";
}

/* line 6319, ../sass/_legacy.scss */
.fa-sort-alpha-desc:before {
  content: "\f15e";
}

/* line 6322, ../sass/_legacy.scss */
.fa-sort-amount-asc:before {
  content: "\f160";
}

/* line 6325, ../sass/_legacy.scss */
.fa-sort-amount-desc:before {
  content: "\f161";
}

/* line 6328, ../sass/_legacy.scss */
.fa-sort-numeric-asc:before {
  content: "\f162";
}

/* line 6331, ../sass/_legacy.scss */
.fa-sort-numeric-desc:before {
  content: "\f163";
}

/* line 6334, ../sass/_legacy.scss */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 6337, ../sass/_legacy.scss */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 6340, ../sass/_legacy.scss */
.fa-youtube-square:before {
  content: "\f166";
}

/* line 6343, ../sass/_legacy.scss */
.fa-youtube:before {
  content: "\f167";
}

/* line 6346, ../sass/_legacy.scss */
.fa-xing:before {
  content: "\f168";
}

/* line 6349, ../sass/_legacy.scss */
.fa-xing-square:before {
  content: "\f169";
}

/* line 6352, ../sass/_legacy.scss */
.fa-youtube-play:before {
  content: "\f16a";
}

/* line 6355, ../sass/_legacy.scss */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 6358, ../sass/_legacy.scss */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 6361, ../sass/_legacy.scss */
.fa-instagram:before {
  content: "\f16d";
}

/* line 6364, ../sass/_legacy.scss */
.fa-flickr:before {
  content: "\f16e";
}

/* line 6367, ../sass/_legacy.scss */
.fa-adn:before {
  content: "\f170";
}

/* line 6370, ../sass/_legacy.scss */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 6373, ../sass/_legacy.scss */
.fa-bitbucket-square:before {
  content: "\f172";
}

/* line 6376, ../sass/_legacy.scss */
.fa-tumblr:before {
  content: "\f173";
}

/* line 6379, ../sass/_legacy.scss */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 6382, ../sass/_legacy.scss */
.fa-long-arrow-down:before {
  content: "\f175";
}

/* line 6385, ../sass/_legacy.scss */
.fa-long-arrow-up:before {
  content: "\f176";
}

/* line 6388, ../sass/_legacy.scss */
.fa-long-arrow-left:before {
  content: "\f177";
}

/* line 6391, ../sass/_legacy.scss */
.fa-long-arrow-right:before {
  content: "\f178";
}

/* line 6394, ../sass/_legacy.scss */
.fa-apple:before {
  content: "\f179";
}

/* line 6397, ../sass/_legacy.scss */
.fa-windows:before {
  content: "\f17a";
}

/* line 6400, ../sass/_legacy.scss */
.fa-android:before {
  content: "\f17b";
}

/* line 6403, ../sass/_legacy.scss */
.fa-linux:before {
  content: "\f17c";
}

/* line 6406, ../sass/_legacy.scss */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 6409, ../sass/_legacy.scss */
.fa-skype:before {
  content: "\f17e";
}

/* line 6412, ../sass/_legacy.scss */
.fa-foursquare:before {
  content: "\f180";
}

/* line 6415, ../sass/_legacy.scss */
.fa-trello:before {
  content: "\f181";
}

/* line 6418, ../sass/_legacy.scss */
.fa-female:before {
  content: "\f182";
}

/* line 6421, ../sass/_legacy.scss */
.fa-male:before {
  content: "\f183";
}

/* line 6424, ../sass/_legacy.scss */
.fa-gittip:before, .fa-gratipay:before {
  content: "\f184";
}

/* line 6427, ../sass/_legacy.scss */
.fa-sun-o:before {
  content: "\f185";
}

/* line 6430, ../sass/_legacy.scss */
.fa-moon-o:before {
  content: "\f186";
}

/* line 6433, ../sass/_legacy.scss */
.fa-archive:before {
  content: "\f187";
}

/* line 6436, ../sass/_legacy.scss */
.fa-bug:before {
  content: "\f188";
}

/* line 6439, ../sass/_legacy.scss */
.fa-vk:before {
  content: "\f189";
}

/* line 6442, ../sass/_legacy.scss */
.fa-weibo:before {
  content: "\f18a";
}

/* line 6445, ../sass/_legacy.scss */
.fa-renren:before {
  content: "\f18b";
}

/* line 6448, ../sass/_legacy.scss */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 6451, ../sass/_legacy.scss */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 6454, ../sass/_legacy.scss */
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

/* line 6457, ../sass/_legacy.scss */
.fa-arrow-circle-o-left:before {
  content: "\f190";
}

/* line 6460, ../sass/_legacy.scss */
.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191";
}

/* line 6463, ../sass/_legacy.scss */
.fa-dot-circle-o:before {
  content: "\f192";
}

/* line 6466, ../sass/_legacy.scss */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 6469, ../sass/_legacy.scss */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 6472, ../sass/_legacy.scss */
.fa-turkish-lira:before, .fa-try:before {
  content: "\f195";
}

/* line 6475, ../sass/_legacy.scss */
.fa-plus-square-o:before {
  content: "\f196";
}

/* line 6478, ../sass/_legacy.scss */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 6481, ../sass/_legacy.scss */
.fa-slack:before {
  content: "\f198";
}

/* line 6484, ../sass/_legacy.scss */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 6487, ../sass/_legacy.scss */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 6490, ../sass/_legacy.scss */
.fa-openid:before {
  content: "\f19b";
}

/* line 6493, ../sass/_legacy.scss */
.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c";
}

/* line 6496, ../sass/_legacy.scss */
.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d";
}

/* line 6499, ../sass/_legacy.scss */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 6502, ../sass/_legacy.scss */
.fa-google:before {
  content: "\f1a0";
}

/* line 6505, ../sass/_legacy.scss */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 6508, ../sass/_legacy.scss */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 6511, ../sass/_legacy.scss */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 6514, ../sass/_legacy.scss */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 6517, ../sass/_legacy.scss */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 6520, ../sass/_legacy.scss */
.fa-digg:before {
  content: "\f1a6";
}

/* line 6523, ../sass/_legacy.scss */
.fa-pied-piper:before {
  content: "\f1a7";
}

/* line 6526, ../sass/_legacy.scss */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 6529, ../sass/_legacy.scss */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 6532, ../sass/_legacy.scss */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 6535, ../sass/_legacy.scss */
.fa-language:before {
  content: "\f1ab";
}

/* line 6538, ../sass/_legacy.scss */
.fa-fax:before {
  content: "\f1ac";
}

/* line 6541, ../sass/_legacy.scss */
.fa-building:before {
  content: "\f1ad";
}

/* line 6544, ../sass/_legacy.scss */
.fa-child:before {
  content: "\f1ae";
}

/* line 6547, ../sass/_legacy.scss */
.fa-paw:before {
  content: "\f1b0";
}

/* line 6550, ../sass/_legacy.scss */
.fa-spoon:before {
  content: "\f1b1";
}

/* line 6553, ../sass/_legacy.scss */
.fa-cube:before {
  content: "\f1b2";
}

/* line 6556, ../sass/_legacy.scss */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 6559, ../sass/_legacy.scss */
.fa-behance:before {
  content: "\f1b4";
}

/* line 6562, ../sass/_legacy.scss */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 6565, ../sass/_legacy.scss */
.fa-steam:before {
  content: "\f1b6";
}

/* line 6568, ../sass/_legacy.scss */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 6571, ../sass/_legacy.scss */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 6574, ../sass/_legacy.scss */
.fa-automobile:before, .fa-car:before {
  content: "\f1b9";
}

/* line 6577, ../sass/_legacy.scss */
.fa-cab:before, .fa-taxi:before {
  content: "\f1ba";
}

/* line 6580, ../sass/_legacy.scss */
.fa-tree:before {
  content: "\f1bb";
}

/* line 6583, ../sass/_legacy.scss */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 6586, ../sass/_legacy.scss */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 6589, ../sass/_legacy.scss */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 6592, ../sass/_legacy.scss */
.fa-database:before {
  content: "\f1c0";
}

/* line 6595, ../sass/_legacy.scss */
.fa-file-pdf-o:before {
  content: "\f1c1";
}

/* line 6598, ../sass/_legacy.scss */
.fa-file-word-o:before {
  content: "\f1c2";
}

/* line 6601, ../sass/_legacy.scss */
.fa-file-excel-o:before {
  content: "\f1c3";
}

/* line 6604, ../sass/_legacy.scss */
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

/* line 6607, ../sass/_legacy.scss */
.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5";
}

/* line 6610, ../sass/_legacy.scss */
.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6";
}

/* line 6613, ../sass/_legacy.scss */
.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7";
}

/* line 6616, ../sass/_legacy.scss */
.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8";
}

/* line 6619, ../sass/_legacy.scss */
.fa-file-code-o:before {
  content: "\f1c9";
}

/* line 6622, ../sass/_legacy.scss */
.fa-vine:before {
  content: "\f1ca";
}

/* line 6625, ../sass/_legacy.scss */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 6628, ../sass/_legacy.scss */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 6631, ../sass/_legacy.scss */
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd";
}

/* line 6634, ../sass/_legacy.scss */
.fa-circle-o-notch:before {
  content: "\f1ce";
}

/* line 6637, ../sass/_legacy.scss */
.fa-ra:before, .fa-rebel:before {
  content: "\f1d0";
}

/* line 6640, ../sass/_legacy.scss */
.fa-ge:before, .fa-empire:before {
  content: "\f1d1";
}

/* line 6643, ../sass/_legacy.scss */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 6646, ../sass/_legacy.scss */
.fa-git:before {
  content: "\f1d3";
}

/* line 6649, ../sass/_legacy.scss */
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 6652, ../sass/_legacy.scss */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 6655, ../sass/_legacy.scss */
.fa-qq:before {
  content: "\f1d6";
}

/* line 6658, ../sass/_legacy.scss */
.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7";
}

/* line 6661, ../sass/_legacy.scss */
.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8";
}

/* line 6664, ../sass/_legacy.scss */
.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9";
}

/* line 6667, ../sass/_legacy.scss */
.fa-history:before {
  content: "\f1da";
}

/* line 6670, ../sass/_legacy.scss */
.fa-genderless:before, .fa-circle-thin:before {
  content: "\f1db";
}

/* line 6673, ../sass/_legacy.scss */
.fa-header:before {
  content: "\f1dc";
}

/* line 6676, ../sass/_legacy.scss */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 6679, ../sass/_legacy.scss */
.fa-sliders:before {
  content: "\f1de";
}

/* line 6682, ../sass/_legacy.scss */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 6685, ../sass/_legacy.scss */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 6688, ../sass/_legacy.scss */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 6691, ../sass/_legacy.scss */
.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3";
}

/* line 6694, ../sass/_legacy.scss */
.fa-tty:before {
  content: "\f1e4";
}

/* line 6697, ../sass/_legacy.scss */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 6700, ../sass/_legacy.scss */
.fa-plug:before {
  content: "\f1e6";
}

/* line 6703, ../sass/_legacy.scss */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 6706, ../sass/_legacy.scss */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 6709, ../sass/_legacy.scss */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 6712, ../sass/_legacy.scss */
.fa-newspaper-o:before {
  content: "\f1ea";
}

/* line 6715, ../sass/_legacy.scss */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 6718, ../sass/_legacy.scss */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 6721, ../sass/_legacy.scss */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 6724, ../sass/_legacy.scss */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 6727, ../sass/_legacy.scss */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 6730, ../sass/_legacy.scss */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 6733, ../sass/_legacy.scss */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 6736, ../sass/_legacy.scss */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 6739, ../sass/_legacy.scss */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 6742, ../sass/_legacy.scss */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 6745, ../sass/_legacy.scss */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 6748, ../sass/_legacy.scss */
.fa-bell-slash-o:before {
  content: "\f1f7";
}

/* line 6751, ../sass/_legacy.scss */
.fa-trash:before {
  content: "\f1f8";
}

/* line 6754, ../sass/_legacy.scss */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 6757, ../sass/_legacy.scss */
.fa-at:before {
  content: "\f1fa";
}

/* line 6760, ../sass/_legacy.scss */
.fa-eyedropper:before {
  content: "\f1fb";
}

/* line 6763, ../sass/_legacy.scss */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 6766, ../sass/_legacy.scss */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 6769, ../sass/_legacy.scss */
.fa-area-chart:before {
  content: "\f1fe";
}

/* line 6772, ../sass/_legacy.scss */
.fa-pie-chart:before {
  content: "\f200";
}

/* line 6775, ../sass/_legacy.scss */
.fa-line-chart:before {
  content: "\f201";
}

/* line 6778, ../sass/_legacy.scss */
.fa-lastfm:before {
  content: "\f202";
}

/* line 6781, ../sass/_legacy.scss */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 6784, ../sass/_legacy.scss */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 6787, ../sass/_legacy.scss */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 6790, ../sass/_legacy.scss */
.fa-bicycle:before {
  content: "\f206";
}

/* line 6793, ../sass/_legacy.scss */
.fa-bus:before {
  content: "\f207";
}

/* line 6796, ../sass/_legacy.scss */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 6799, ../sass/_legacy.scss */
.fa-angellist:before {
  content: "\f209";
}

/* line 6802, ../sass/_legacy.scss */
.fa-cc:before {
  content: "\f20a";
}

/* line 6805, ../sass/_legacy.scss */
.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b";
}

/* line 6808, ../sass/_legacy.scss */
.fa-meanpath:before {
  content: "\f20c";
}

/* line 6811, ../sass/_legacy.scss */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 6814, ../sass/_legacy.scss */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 6817, ../sass/_legacy.scss */
.fa-dashcube:before {
  content: "\f210";
}

/* line 6820, ../sass/_legacy.scss */
.fa-forumbee:before {
  content: "\f211";
}

/* line 6823, ../sass/_legacy.scss */
.fa-leanpub:before {
  content: "\f212";
}

/* line 6826, ../sass/_legacy.scss */
.fa-sellsy:before {
  content: "\f213";
}

/* line 6829, ../sass/_legacy.scss */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 6832, ../sass/_legacy.scss */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 6835, ../sass/_legacy.scss */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 6838, ../sass/_legacy.scss */
.fa-cart-plus:before {
  content: "\f217";
}

/* line 6841, ../sass/_legacy.scss */
.fa-cart-arrow-down:before {
  content: "\f218";
}

/* line 6844, ../sass/_legacy.scss */
.fa-diamond:before {
  content: "\f219";
}

/* line 6847, ../sass/_legacy.scss */
.fa-ship:before {
  content: "\f21a";
}

/* line 6850, ../sass/_legacy.scss */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 6853, ../sass/_legacy.scss */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 6856, ../sass/_legacy.scss */
.fa-street-view:before {
  content: "\f21d";
}

/* line 6859, ../sass/_legacy.scss */
.fa-heartbeat:before {
  content: "\f21e";
}

/* line 6862, ../sass/_legacy.scss */
.fa-venus:before {
  content: "\f221";
}

/* line 6865, ../sass/_legacy.scss */
.fa-mars:before {
  content: "\f222";
}

/* line 6868, ../sass/_legacy.scss */
.fa-mercury:before {
  content: "\f223";
}

/* line 6871, ../sass/_legacy.scss */
.fa-transgender:before {
  content: "\f224";
}

/* line 6874, ../sass/_legacy.scss */
.fa-transgender-alt:before {
  content: "\f225";
}

/* line 6877, ../sass/_legacy.scss */
.fa-venus-double:before {
  content: "\f226";
}

/* line 6880, ../sass/_legacy.scss */
.fa-mars-double:before {
  content: "\f227";
}

/* line 6883, ../sass/_legacy.scss */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 6886, ../sass/_legacy.scss */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 6889, ../sass/_legacy.scss */
.fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 6892, ../sass/_legacy.scss */
.fa-mars-stroke-h:before {
  content: "\f22b";
}

/* line 6895, ../sass/_legacy.scss */
.fa-neuter:before {
  content: "\f22c";
}

/* line 6898, ../sass/_legacy.scss */
.fa-facebook-official:before {
  content: "\f230";
}

/* line 6901, ../sass/_legacy.scss */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 6904, ../sass/_legacy.scss */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 6907, ../sass/_legacy.scss */
.fa-server:before {
  content: "\f233";
}

/* line 6910, ../sass/_legacy.scss */
.fa-user-plus:before {
  content: "\f234";
}

/* line 6913, ../sass/_legacy.scss */
.fa-user-times:before {
  content: "\f235";
}

/* line 6916, ../sass/_legacy.scss */
.fa-hotel:before, .fa-bed:before {
  content: "\f236";
}

/* line 6919, ../sass/_legacy.scss */
.fa-viacoin:before {
  content: "\f237";
}

/* line 6922, ../sass/_legacy.scss */
.fa-train:before {
  content: "\f238";
}

/* line 6925, ../sass/_legacy.scss */
.fa-subway:before {
  content: "\f239";
}

/* line 6928, ../sass/_legacy.scss */
.fa-medium:before {
  content: "\f23a";
}

/* line 6932, ../sass/_legacy.scss */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 6946, ../sass/_legacy.scss */
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

/* line 6953, ../sass/_legacy.scss */
.slick-list:focus {
  outline: none;
}

/* line 6956, ../sass/_legacy.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 6960, ../sass/_legacy.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 6966, ../sass/_legacy.scss */
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

/* line 6972, ../sass/_legacy.scss */
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

/* line 6977, ../sass/_legacy.scss */
.slick-track:after {
  clear: both;
}

/* line 6980, ../sass/_legacy.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 6983, ../sass/_legacy.scss */
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

/* line 6989, ../sass/_legacy.scss */
[dir='rtl'] .slick-slide {
  float: right;
}

/* line 6992, ../sass/_legacy.scss */
.slick-slide img {
  display: block;
}

/* line 6995, ../sass/_legacy.scss */
.slick-slide.slick-loading img {
  display: none;
}

/* line 6998, ../sass/_legacy.scss */
.slick-slide.dragging img {
  pointer-events: none;
}

/* line 7001, ../sass/_legacy.scss */
.slick-initialized .slick-slide {
  display: block;
}

/* line 7004, ../sass/_legacy.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}

/* line 7007, ../sass/_legacy.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 7012, ../sass/_legacy.scss */
.slick-arrow.slick-hidden {
  display: none;
}

/* line 7016, ../sass/_legacy.scss */
.slick-loading .slick-list {
  background: #fff url("ajax-loader.gif") center center no-repeat;
}

@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
}
/* line 7028, ../sass/_legacy.scss */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

/* line 7045, ../sass/_legacy.scss */
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

/* line 7053, ../sass/_legacy.scss */
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

/* line 7059, ../sass/_legacy.scss */
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

/* line 7063, ../sass/_legacy.scss */
.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 7073, ../sass/_legacy.scss */
.slick-prev {
  left: -25px;
}

/* line 7076, ../sass/_legacy.scss */
[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

/* line 7080, ../sass/_legacy.scss */
.slick-prev:before {
  content: '←';
}

/* line 7083, ../sass/_legacy.scss */
[dir='rtl'] .slick-prev:before {
  content: '→';
}

/* line 7086, ../sass/_legacy.scss */
.slick-next {
  right: -25px;
}

/* line 7089, ../sass/_legacy.scss */
[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

/* line 7093, ../sass/_legacy.scss */
.slick-next:before {
  content: '→';
}

/* line 7096, ../sass/_legacy.scss */
[dir='rtl'] .slick-next:before {
  content: '←';
}

/* line 7100, ../sass/_legacy.scss */
.slick-slider {
  margin-bottom: 30px;
}

/* line 7103, ../sass/_legacy.scss */
.slick-dots {
  position: absolute;
  bottom: -45px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}

/* line 7112, ../sass/_legacy.scss */
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

/* line 7121, ../sass/_legacy.scss */
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

/* line 7134, ../sass/_legacy.scss */
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

/* line 7138, ../sass/_legacy.scss */
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

/* line 7142, ../sass/_legacy.scss */
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 7158, ../sass/_legacy.scss */
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

@media (max-width: 400px) {
  @-ms-viewport {
    width: 320px;
  }
}
/* line 7166, ../sass/_legacy.scss */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* line 7174, ../sass/_legacy.scss */
.grid-container:before, .grid-5:before, .mobile-grid-5:before, .grid-10:before, .mobile-grid-10:before, .grid-15:before, .mobile-grid-15:before, .grid-20:before, .mobile-grid-20:before, .grid-25:before, .mobile-grid-25:before, .grid-30:before, .mobile-grid-30:before, .grid-35:before, .mobile-grid-35:before, .grid-40:before, .mobile-grid-40:before, .grid-45:before, .mobile-grid-45:before, .grid-50:before, .mobile-grid-50:before, .grid-55:before, .mobile-grid-55:before, .grid-60:before, .mobile-grid-60:before, .grid-65:before, .mobile-grid-65:before, .grid-70:before, .mobile-grid-70:before, .grid-75:before, .mobile-grid-75:before, .grid-80:before, .mobile-grid-80:before, .grid-85:before, .mobile-grid-85:before, .grid-90:before, .mobile-grid-90:before, .grid-95:before, .mobile-grid-95:before, .grid-100:before, .mobile-grid-100:before, .grid-33:before, .mobile-grid-33:before, .grid-66:before, .mobile-grid-66:before, .clearfix:before,
.grid-container:after,
.grid-5:after,
.mobile-grid-5:after,
.grid-10:after,
.mobile-grid-10:after,
.grid-15:after,
.mobile-grid-15:after,
.grid-20:after,
.mobile-grid-20:after,
.grid-25:after,
.mobile-grid-25:after,
.grid-30:after,
.mobile-grid-30:after,
.grid-35:after,
.mobile-grid-35:after,
.grid-40:after,
.mobile-grid-40:after,
.grid-45:after,
.mobile-grid-45:after,
.grid-50:after,
.mobile-grid-50:after,
.grid-55:after,
.mobile-grid-55:after,
.grid-60:after,
.mobile-grid-60:after,
.grid-65:after,
.mobile-grid-65:after,
.grid-70:after,
.mobile-grid-70:after,
.grid-75:after,
.mobile-grid-75:after,
.grid-80:after,
.mobile-grid-80:after,
.grid-85:after,
.mobile-grid-85:after,
.grid-90:after,
.mobile-grid-90:after,
.grid-95:after,
.mobile-grid-95:after,
.grid-100:after,
.mobile-grid-100:after,
.grid-33:after,
.mobile-grid-33:after,
.grid-66:after,
.mobile-grid-66:after,
.clearfix:after {
  content: ".";
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

/* line 7230, ../sass/_legacy.scss */
.grid-container:after, .grid-5:after, .mobile-grid-5:after, .grid-10:after, .mobile-grid-10:after, .grid-15:after, .mobile-grid-15:after, .grid-20:after, .mobile-grid-20:after, .grid-25:after, .mobile-grid-25:after, .grid-30:after, .mobile-grid-30:after, .grid-35:after, .mobile-grid-35:after, .grid-40:after, .mobile-grid-40:after, .grid-45:after, .mobile-grid-45:after, .grid-50:after, .mobile-grid-50:after, .grid-55:after, .mobile-grid-55:after, .grid-60:after, .mobile-grid-60:after, .grid-65:after, .mobile-grid-65:after, .grid-70:after, .mobile-grid-70:after, .grid-75:after, .mobile-grid-75:after, .grid-80:after, .mobile-grid-80:after, .grid-85:after, .mobile-grid-85:after, .grid-90:after, .mobile-grid-90:after, .grid-95:after, .mobile-grid-95:after, .grid-100:after, .mobile-grid-100:after, .grid-33:after, .mobile-grid-33:after, .grid-66:after, .mobile-grid-66:after, .clearfix:after {
  clear: both;
}

/* line 7233, ../sass/_legacy.scss */
.grid-container, .grid-5, .mobile-grid-5, .grid-10, .mobile-grid-10, .grid-15, .mobile-grid-15, .grid-20, .mobile-grid-20, .grid-25, .mobile-grid-25, .grid-30, .mobile-grid-30, .grid-35, .mobile-grid-35, .grid-40, .mobile-grid-40, .grid-45, .mobile-grid-45, .grid-50, .mobile-grid-50, .grid-55, .mobile-grid-55, .grid-60, .mobile-grid-60, .grid-65, .mobile-grid-65, .grid-70, .mobile-grid-70, .grid-75, .mobile-grid-75, .grid-80, .mobile-grid-80, .grid-85, .mobile-grid-85, .grid-90, .mobile-grid-90, .grid-95, .mobile-grid-95, .grid-100, .mobile-grid-100, .grid-33, .mobile-grid-33, .grid-66, .mobile-grid-66, .clearfix {
  *zoom: 1;
}

/* line 7238, ../sass/_legacy.scss */
.grid-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding-left: 10px;
  padding-right: 10px;
}

/* line 7245, ../sass/_legacy.scss */
.grid-5, .mobile-grid-5, .grid-10, .mobile-grid-10, .grid-15, .mobile-grid-15, .grid-20, .mobile-grid-20, .grid-25, .mobile-grid-25, .grid-30, .mobile-grid-30, .grid-35, .mobile-grid-35, .grid-40, .mobile-grid-40, .grid-45, .mobile-grid-45, .grid-50, .mobile-grid-50, .grid-55, .mobile-grid-55, .grid-60, .mobile-grid-60, .grid-65, .mobile-grid-65, .grid-70, .mobile-grid-70, .grid-75, .mobile-grid-75, .grid-80, .mobile-grid-80, .grid-85, .mobile-grid-85, .grid-90, .mobile-grid-90, .grid-95, .mobile-grid-95, .grid-100, .mobile-grid-100, .grid-33, .mobile-grid-33, .grid-66, .mobile-grid-66 {
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  *padding-left: 0;
  *padding-right: 0;
}

/* line 7254, ../sass/_legacy.scss */
.grid-5 > *, .mobile-grid-5 > *, .grid-10 > *, .mobile-grid-10 > *, .grid-15 > *, .mobile-grid-15 > *, .grid-20 > *, .mobile-grid-20 > *, .grid-25 > *, .mobile-grid-25 > *, .grid-30 > *, .mobile-grid-30 > *, .grid-35 > *, .mobile-grid-35 > *, .grid-40 > *, .mobile-grid-40 > *, .grid-45 > *, .mobile-grid-45 > *, .grid-50 > *, .mobile-grid-50 > *, .grid-55 > *, .mobile-grid-55 > *, .grid-60 > *, .mobile-grid-60 > *, .grid-65 > *, .mobile-grid-65 > *, .grid-70 > *, .mobile-grid-70 > *, .grid-75 > *, .mobile-grid-75 > *, .grid-80 > *, .mobile-grid-80 > *, .grid-85 > *, .mobile-grid-85 > *, .grid-90 > *, .mobile-grid-90 > *, .grid-95 > *, .mobile-grid-95 > *, .grid-100 > *, .mobile-grid-100 > *, .grid-33 > *, .mobile-grid-33 > *, .grid-66 > *, .mobile-grid-66 > * {
  *margin-left: expression((!this.className.match(/grid-[1-9]/) && this.currentStyle.display === 'block' && this.currentStyle.width === 'auto') && '10px');
  *margin-right: expression((!this.className.match(/grid-[1-9]/) && this.currentStyle.display === 'block' && this.currentStyle.width === 'auto') && '10px');
}

/* line 7260, ../sass/_legacy.scss */
.grid-parent {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 400px) {
  @-ms-viewport {
    width: 320px;
  }
}
/* line 7271, ../sass/_legacy.scss */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* line 7279, ../sass/_legacy.scss */
.grid-container:before, .grid-5:before, .mobile-grid-5:before, .tablet-grid-5:before, .grid-10:before, .mobile-grid-10:before, .tablet-grid-10:before, .grid-15:before, .mobile-grid-15:before, .tablet-grid-15:before, .grid-20:before, .mobile-grid-20:before, .tablet-grid-20:before, .grid-25:before, .mobile-grid-25:before, .tablet-grid-25:before, .grid-30:before, .mobile-grid-30:before, .tablet-grid-30:before, .grid-35:before, .mobile-grid-35:before, .tablet-grid-35:before, .grid-40:before, .mobile-grid-40:before, .tablet-grid-40:before, .grid-45:before, .mobile-grid-45:before, .tablet-grid-45:before, .grid-50:before, .mobile-grid-50:before, .tablet-grid-50:before, .grid-55:before, .mobile-grid-55:before, .tablet-grid-55:before, .grid-60:before, .mobile-grid-60:before, .tablet-grid-60:before, .grid-65:before, .mobile-grid-65:before, .tablet-grid-65:before, .grid-70:before, .mobile-grid-70:before, .tablet-grid-70:before, .grid-75:before, .mobile-grid-75:before, .tablet-grid-75:before, .grid-80:before, .mobile-grid-80:before, .tablet-grid-80:before, .grid-85:before, .mobile-grid-85:before, .tablet-grid-85:before, .grid-90:before, .mobile-grid-90:before, .tablet-grid-90:before, .grid-95:before, .mobile-grid-95:before, .tablet-grid-95:before, .grid-100:before, .mobile-grid-100:before, .tablet-grid-100:before, .grid-33:before, .mobile-grid-33:before, .tablet-grid-33:before, .grid-66:before, .mobile-grid-66:before, .tablet-grid-66:before, .clearfix:before,
.grid-container:after,
.grid-5:after,
.mobile-grid-5:after,
.tablet-grid-5:after,
.grid-10:after,
.mobile-grid-10:after,
.tablet-grid-10:after,
.grid-15:after,
.mobile-grid-15:after,
.tablet-grid-15:after,
.grid-20:after,
.mobile-grid-20:after,
.tablet-grid-20:after,
.grid-25:after,
.mobile-grid-25:after,
.tablet-grid-25:after,
.grid-30:after,
.mobile-grid-30:after,
.tablet-grid-30:after,
.grid-35:after,
.mobile-grid-35:after,
.tablet-grid-35:after,
.grid-40:after,
.mobile-grid-40:after,
.tablet-grid-40:after,
.grid-45:after,
.mobile-grid-45:after,
.tablet-grid-45:after,
.grid-50:after,
.mobile-grid-50:after,
.tablet-grid-50:after,
.grid-55:after,
.mobile-grid-55:after,
.tablet-grid-55:after,
.grid-60:after,
.mobile-grid-60:after,
.tablet-grid-60:after,
.grid-65:after,
.mobile-grid-65:after,
.tablet-grid-65:after,
.grid-70:after,
.mobile-grid-70:after,
.tablet-grid-70:after,
.grid-75:after,
.mobile-grid-75:after,
.tablet-grid-75:after,
.grid-80:after,
.mobile-grid-80:after,
.tablet-grid-80:after,
.grid-85:after,
.mobile-grid-85:after,
.tablet-grid-85:after,
.grid-90:after,
.mobile-grid-90:after,
.tablet-grid-90:after,
.grid-95:after,
.mobile-grid-95:after,
.tablet-grid-95:after,
.grid-100:after,
.mobile-grid-100:after,
.tablet-grid-100:after,
.grid-33:after,
.mobile-grid-33:after,
.tablet-grid-33:after,
.grid-66:after,
.mobile-grid-66:after,
.tablet-grid-66:after,
.clearfix:after {
  content: ".";
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

/* line 7357, ../sass/_legacy.scss */
.grid-container:after, .grid-5:after, .mobile-grid-5:after, .tablet-grid-5:after, .grid-10:after, .mobile-grid-10:after, .tablet-grid-10:after, .grid-15:after, .mobile-grid-15:after, .tablet-grid-15:after, .grid-20:after, .mobile-grid-20:after, .tablet-grid-20:after, .grid-25:after, .mobile-grid-25:after, .tablet-grid-25:after, .grid-30:after, .mobile-grid-30:after, .tablet-grid-30:after, .grid-35:after, .mobile-grid-35:after, .tablet-grid-35:after, .grid-40:after, .mobile-grid-40:after, .tablet-grid-40:after, .grid-45:after, .mobile-grid-45:after, .tablet-grid-45:after, .grid-50:after, .mobile-grid-50:after, .tablet-grid-50:after, .grid-55:after, .mobile-grid-55:after, .tablet-grid-55:after, .grid-60:after, .mobile-grid-60:after, .tablet-grid-60:after, .grid-65:after, .mobile-grid-65:after, .tablet-grid-65:after, .grid-70:after, .mobile-grid-70:after, .tablet-grid-70:after, .grid-75:after, .mobile-grid-75:after, .tablet-grid-75:after, .grid-80:after, .mobile-grid-80:after, .tablet-grid-80:after, .grid-85:after, .mobile-grid-85:after, .tablet-grid-85:after, .grid-90:after, .mobile-grid-90:after, .tablet-grid-90:after, .grid-95:after, .mobile-grid-95:after, .tablet-grid-95:after, .grid-100:after, .mobile-grid-100:after, .tablet-grid-100:after, .grid-33:after, .mobile-grid-33:after, .tablet-grid-33:after, .grid-66:after, .mobile-grid-66:after, .tablet-grid-66:after, .clearfix:after {
  clear: both;
}

/* line 7360, ../sass/_legacy.scss */
.grid-container, .grid-5, .mobile-grid-5, .tablet-grid-5, .grid-10, .mobile-grid-10, .tablet-grid-10, .grid-15, .mobile-grid-15, .tablet-grid-15, .grid-20, .mobile-grid-20, .tablet-grid-20, .grid-25, .mobile-grid-25, .tablet-grid-25, .grid-30, .mobile-grid-30, .tablet-grid-30, .grid-35, .mobile-grid-35, .tablet-grid-35, .grid-40, .mobile-grid-40, .tablet-grid-40, .grid-45, .mobile-grid-45, .tablet-grid-45, .grid-50, .mobile-grid-50, .tablet-grid-50, .grid-55, .mobile-grid-55, .tablet-grid-55, .grid-60, .mobile-grid-60, .tablet-grid-60, .grid-65, .mobile-grid-65, .tablet-grid-65, .grid-70, .mobile-grid-70, .tablet-grid-70, .grid-75, .mobile-grid-75, .tablet-grid-75, .grid-80, .mobile-grid-80, .tablet-grid-80, .grid-85, .mobile-grid-85, .tablet-grid-85, .grid-90, .mobile-grid-90, .tablet-grid-90, .grid-95, .mobile-grid-95, .tablet-grid-95, .grid-100, .mobile-grid-100, .tablet-grid-100, .grid-33, .mobile-grid-33, .tablet-grid-33, .grid-66, .mobile-grid-66, .tablet-grid-66, .clearfix {
  *zoom: 1;
}

/* line 7365, ../sass/_legacy.scss */
.grid-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding-left: 10px;
  padding-right: 10px;
}

/* line 7372, ../sass/_legacy.scss */
.grid-5, .mobile-grid-5, .tablet-grid-5, .grid-10, .mobile-grid-10, .tablet-grid-10, .grid-15, .mobile-grid-15, .tablet-grid-15, .grid-20, .mobile-grid-20, .tablet-grid-20, .grid-25, .mobile-grid-25, .tablet-grid-25, .grid-30, .mobile-grid-30, .tablet-grid-30, .grid-35, .mobile-grid-35, .tablet-grid-35, .grid-40, .mobile-grid-40, .tablet-grid-40, .grid-45, .mobile-grid-45, .tablet-grid-45, .grid-50, .mobile-grid-50, .tablet-grid-50, .grid-55, .mobile-grid-55, .tablet-grid-55, .grid-60, .mobile-grid-60, .tablet-grid-60, .grid-65, .mobile-grid-65, .tablet-grid-65, .grid-70, .mobile-grid-70, .tablet-grid-70, .grid-75, .mobile-grid-75, .tablet-grid-75, .grid-80, .mobile-grid-80, .tablet-grid-80, .grid-85, .mobile-grid-85, .tablet-grid-85, .grid-90, .mobile-grid-90, .tablet-grid-90, .grid-95, .mobile-grid-95, .tablet-grid-95, .grid-100, .mobile-grid-100, .tablet-grid-100, .grid-33, .mobile-grid-33, .tablet-grid-33, .grid-66, .mobile-grid-66, .tablet-grid-66 {
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  *padding-left: 0;
  *padding-right: 0;
}

/* line 7381, ../sass/_legacy.scss */
.grid-5 > *, .mobile-grid-5 > *, .tablet-grid-5 > *, .grid-10 > *, .mobile-grid-10 > *, .tablet-grid-10 > *, .grid-15 > *, .mobile-grid-15 > *, .tablet-grid-15 > *, .grid-20 > *, .mobile-grid-20 > *, .tablet-grid-20 > *, .grid-25 > *, .mobile-grid-25 > *, .tablet-grid-25 > *, .grid-30 > *, .mobile-grid-30 > *, .tablet-grid-30 > *, .grid-35 > *, .mobile-grid-35 > *, .tablet-grid-35 > *, .grid-40 > *, .mobile-grid-40 > *, .tablet-grid-40 > *, .grid-45 > *, .mobile-grid-45 > *, .tablet-grid-45 > *, .grid-50 > *, .mobile-grid-50 > *, .tablet-grid-50 > *, .grid-55 > *, .mobile-grid-55 > *, .tablet-grid-55 > *, .grid-60 > *, .mobile-grid-60 > *, .tablet-grid-60 > *, .grid-65 > *, .mobile-grid-65 > *, .tablet-grid-65 > *, .grid-70 > *, .mobile-grid-70 > *, .tablet-grid-70 > *, .grid-75 > *, .mobile-grid-75 > *, .tablet-grid-75 > *, .grid-80 > *, .mobile-grid-80 > *, .tablet-grid-80 > *, .grid-85 > *, .mobile-grid-85 > *, .tablet-grid-85 > *, .grid-90 > *, .mobile-grid-90 > *, .tablet-grid-90 > *, .grid-95 > *, .mobile-grid-95 > *, .tablet-grid-95 > *, .grid-100 > *, .mobile-grid-100 > *, .tablet-grid-100 > *, .grid-33 > *, .mobile-grid-33 > *, .tablet-grid-33 > *, .grid-66 > *, .mobile-grid-66 > *, .tablet-grid-66 > * {
  *margin-left: expression((!this.className.match(/grid-[1-9]/) && this.currentStyle.display === 'block' && this.currentStyle.width === 'auto') && '10px');
  *margin-right: expression((!this.className.match(/grid-[1-9]/) && this.currentStyle.display === 'block' && this.currentStyle.width === 'auto') && '10px');
}

/* line 7387, ../sass/_legacy.scss */
.grid-parent {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 767px) {
  /* line 7392, ../sass/_legacy.scss */
  .mobile-push-5, .mobile-pull-5, .mobile-push-10, .mobile-pull-10, .mobile-push-15, .mobile-pull-15, .mobile-push-20, .mobile-pull-20, .mobile-push-25, .mobile-pull-25, .mobile-push-30, .mobile-pull-30, .mobile-push-35, .mobile-pull-35, .mobile-push-40, .mobile-pull-40, .mobile-push-45, .mobile-pull-45, .mobile-push-50, .mobile-pull-50, .mobile-push-55, .mobile-pull-55, .mobile-push-60, .mobile-pull-60, .mobile-push-65, .mobile-pull-65, .mobile-push-70, .mobile-pull-70, .mobile-push-75, .mobile-pull-75, .mobile-push-80, .mobile-pull-80, .mobile-push-85, .mobile-pull-85, .mobile-push-90, .mobile-pull-90, .mobile-push-95, .mobile-pull-95, .mobile-push-33, .mobile-pull-33, .mobile-push-66, .mobile-pull-66 {
    position: relative;
  }

  /* line 7394, ../sass/_legacy.scss */
  .hide-on-mobile {
    display: none !important;
  }

  /* line 7396, ../sass/_legacy.scss */
  .mobile-grid-5 {
    float: left;
    width: 5%;
    *width: expression(Math.floor(0.05 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 7402, ../sass/_legacy.scss */
  .mobile-prefix-5 {
    margin-left: 5%;
  }

  /* line 7404, ../sass/_legacy.scss */
  .mobile-suffix-5 {
    margin-right: 5%;
  }

  /* line 7406, ../sass/_legacy.scss */
  .mobile-push-5 {
    left: 5%;
    *left: expression(Math.floor(0.05 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 7411, ../sass/_legacy.scss */
  .mobile-pull-5 {
    left: -5%;
    *left: expression(Math.floor(-0.05 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 7416, ../sass/_legacy.scss */
  .mobile-grid-10 {
    float: left;
    width: 10%;
    *width: expression(Math.floor(0.1 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 7422, ../sass/_legacy.scss */
  .mobile-prefix-10 {
    margin-left: 10%;
  }

  /* line 7424, ../sass/_legacy.scss */
  .mobile-suffix-10 {
    margin-right: 10%;
  }

  /* line 7426, ../sass/_legacy.scss */
  .mobile-push-10 {
    left: 10%;
    *left: expression(Math.floor(0.1 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 7431, ../sass/_legacy.scss */
  .mobile-pull-10 {
    left: -10%;
    *left: expression(Math.floor(-0.1 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 7436, ../sass/_legacy.scss */
  .mobile-grid-15 {
    float: left;
    width: 15%;
    *width: expression(Math.floor(0.15 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 7442, ../sass/_legacy.scss */
  .mobile-prefix-15 {
    margin-left: 15%;
  }

  /* line 7444, ../sass/_legacy.scss */
  .mobile-suffix-15 {
    margin-right: 15%;
  }

  /* line 7446, ../sass/_legacy.scss */
  .mobile-push-15 {
    left: 15%;
    *left: expression(Math.floor(0.15 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 7451, ../sass/_legacy.scss */
  .mobile-pull-15 {
    left: -15%;
    *left: expression(Math.floor(-0.15 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 7456, ../sass/_legacy.scss */
  .mobile-grid-20 {
    float: left;
    width: 20%;
    *width: expression(Math.floor(0.2 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 7462, ../sass/_legacy.scss */
  .mobile-prefix-20 {
    margin-left: 20%;
  }

  /* line 7464, ../sass/_legacy.scss */
  .mobile-suffix-20 {
    margin-right: 20%;
  }

  /* line 7466, ../sass/_legacy.scss */
  .mobile-push-20 {
    left: 20%;
    *left: expression(Math.floor(0.2 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 7471, ../sass/_legacy.scss */
  .mobile-pull-20 {
    left: -20%;
    *left: expression(Math.floor(-0.2 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 7476, ../sass/_legacy.scss */
  .mobile-grid-25 {
    float: left;
    width: 25%;
    *width: expression(Math.floor(0.25 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 7482, ../sass/_legacy.scss */
  .mobile-prefix-25 {
    margin-left: 25%;
  }

  /* line 7484, ../sass/_legacy.scss */
  .mobile-suffix-25 {
    margin-right: 25%;
  }

  /* line 7486, ../sass/_legacy.scss */
  .mobile-push-25 {
    left: 25%;
    *left: expression(Math.floor(0.25 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 7491, ../sass/_legacy.scss */
  .mobile-pull-25 {
    left: -25%;
    *left: expression(Math.floor(-0.25 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 7496, ../sass/_legacy.scss */
  .mobile-grid-30 {
    float: left;
    width: 30%;
    *width: expression(Math.floor(0.3 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 7502, ../sass/_legacy.scss */
  .mobile-prefix-30 {
    margin-left: 30%;
  }

  /* line 7504, ../sass/_legacy.scss */
  .mobile-suffix-30 {
    margin-right: 30%;
  }

  /* line 7506, ../sass/_legacy.scss */
  .mobile-push-30 {
    left: 30%;
    *left: expression(Math.floor(0.3 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 7511, ../sass/_legacy.scss */
  .mobile-pull-30 {
    left: -30%;
    *left: expression(Math.floor(-0.3 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 7516, ../sass/_legacy.scss */
  .mobile-grid-35 {
    float: left;
    width: 35%;
    *width: expression(Math.floor(0.35 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 7522, ../sass/_legacy.scss */
  .mobile-prefix-35 {
    margin-left: 35%;
  }

  /* line 7524, ../sass/_legacy.scss */
  .mobile-suffix-35 {
    margin-right: 35%;
  }

  /* line 7526, ../sass/_legacy.scss */
  .mobile-push-35 {
    left: 35%;
    *left: expression(Math.floor(0.35 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 7531, ../sass/_legacy.scss */
  .mobile-pull-35 {
    left: -35%;
    *left: expression(Math.floor(-0.35 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 7536, ../sass/_legacy.scss */
  .mobile-grid-40 {
    float: left;
    width: 40%;
    *width: expression(Math.floor(0.4 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 7542, ../sass/_legacy.scss */
  .mobile-prefix-40 {
    margin-left: 40%;
  }

  /* line 7544, ../sass/_legacy.scss */
  .mobile-suffix-40 {
    margin-right: 40%;
  }

  /* line 7546, ../sass/_legacy.scss */
  .mobile-push-40 {
    left: 40%;
    *left: expression(Math.floor(0.4 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 7551, ../sass/_legacy.scss */
  .mobile-pull-40 {
    left: -40%;
    *left: expression(Math.floor(-0.4 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 7556, ../sass/_legacy.scss */
  .mobile-grid-45 {
    float: left;
    width: 45%;
    *width: expression(Math.floor(0.45 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 7562, ../sass/_legacy.scss */
  .mobile-prefix-45 {
    margin-left: 45%;
  }

  /* line 7564, ../sass/_legacy.scss */
  .mobile-suffix-45 {
    margin-right: 45%;
  }

  /* line 7566, ../sass/_legacy.scss */
  .mobile-push-45 {
    left: 45%;
    *left: expression(Math.floor(0.45 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 7571, ../sass/_legacy.scss */
  .mobile-pull-45 {
    left: -45%;
    *left: expression(Math.floor(-0.45 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 7576, ../sass/_legacy.scss */
  .mobile-grid-50 {
    float: left;
    width: 50%;
    *width: expression(Math.floor(0.5 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 7582, ../sass/_legacy.scss */
  .mobile-prefix-50 {
    margin-left: 50%;
  }

  /* line 7584, ../sass/_legacy.scss */
  .mobile-suffix-50 {
    margin-right: 50%;
  }

  /* line 7586, ../sass/_legacy.scss */
  .mobile-push-50 {
    left: 50%;
    *left: expression(Math.floor(0.5 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 7591, ../sass/_legacy.scss */
  .mobile-pull-50 {
    left: -50%;
    *left: expression(Math.floor(-0.5 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 7596, ../sass/_legacy.scss */
  .mobile-grid-55 {
    float: left;
    width: 55%;
    *width: expression(Math.floor(0.55 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 7602, ../sass/_legacy.scss */
  .mobile-prefix-55 {
    margin-left: 55%;
  }

  /* line 7604, ../sass/_legacy.scss */
  .mobile-suffix-55 {
    margin-right: 55%;
  }

  /* line 7606, ../sass/_legacy.scss */
  .mobile-push-55 {
    left: 55%;
    *left: expression(Math.floor(0.55 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 7611, ../sass/_legacy.scss */
  .mobile-pull-55 {
    left: -55%;
    *left: expression(Math.floor(-0.55 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 7616, ../sass/_legacy.scss */
  .mobile-grid-60 {
    float: left;
    width: 60%;
    *width: expression(Math.floor(0.6 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 7622, ../sass/_legacy.scss */
  .mobile-prefix-60 {
    margin-left: 60%;
  }

  /* line 7624, ../sass/_legacy.scss */
  .mobile-suffix-60 {
    margin-right: 60%;
  }

  /* line 7626, ../sass/_legacy.scss */
  .mobile-push-60 {
    left: 60%;
    *left: expression(Math.floor(0.6 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 7631, ../sass/_legacy.scss */
  .mobile-pull-60 {
    left: -60%;
    *left: expression(Math.floor(-0.6 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 7636, ../sass/_legacy.scss */
  .mobile-grid-65 {
    float: left;
    width: 65%;
    *width: expression(Math.floor(0.65 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 7642, ../sass/_legacy.scss */
  .mobile-prefix-65 {
    margin-left: 65%;
  }

  /* line 7644, ../sass/_legacy.scss */
  .mobile-suffix-65 {
    margin-right: 65%;
  }

  /* line 7646, ../sass/_legacy.scss */
  .mobile-push-65 {
    left: 65%;
    *left: expression(Math.floor(0.65 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 7651, ../sass/_legacy.scss */
  .mobile-pull-65 {
    left: -65%;
    *left: expression(Math.floor(-0.65 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 7656, ../sass/_legacy.scss */
  .mobile-grid-70 {
    float: left;
    width: 70%;
    *width: expression(Math.floor(0.7 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 7662, ../sass/_legacy.scss */
  .mobile-prefix-70 {
    margin-left: 70%;
  }

  /* line 7664, ../sass/_legacy.scss */
  .mobile-suffix-70 {
    margin-right: 70%;
  }

  /* line 7666, ../sass/_legacy.scss */
  .mobile-push-70 {
    left: 70%;
    *left: expression(Math.floor(0.7 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 7671, ../sass/_legacy.scss */
  .mobile-pull-70 {
    left: -70%;
    *left: expression(Math.floor(-0.7 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 7676, ../sass/_legacy.scss */
  .mobile-grid-75 {
    float: left;
    width: 75%;
    *width: expression(Math.floor(0.75 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 7682, ../sass/_legacy.scss */
  .mobile-prefix-75 {
    margin-left: 75%;
  }

  /* line 7684, ../sass/_legacy.scss */
  .mobile-suffix-75 {
    margin-right: 75%;
  }

  /* line 7686, ../sass/_legacy.scss */
  .mobile-push-75 {
    left: 75%;
    *left: expression(Math.floor(0.75 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 7691, ../sass/_legacy.scss */
  .mobile-pull-75 {
    left: -75%;
    *left: expression(Math.floor(-0.75 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 7696, ../sass/_legacy.scss */
  .mobile-grid-80 {
    float: left;
    width: 80%;
    *width: expression(Math.floor(0.8 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 7702, ../sass/_legacy.scss */
  .mobile-prefix-80 {
    margin-left: 80%;
  }

  /* line 7704, ../sass/_legacy.scss */
  .mobile-suffix-80 {
    margin-right: 80%;
  }

  /* line 7706, ../sass/_legacy.scss */
  .mobile-push-80 {
    left: 80%;
    *left: expression(Math.floor(0.8 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 7711, ../sass/_legacy.scss */
  .mobile-pull-80 {
    left: -80%;
    *left: expression(Math.floor(-0.8 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 7716, ../sass/_legacy.scss */
  .mobile-grid-85 {
    float: left;
    width: 85%;
    *width: expression(Math.floor(0.85 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 7722, ../sass/_legacy.scss */
  .mobile-prefix-85 {
    margin-left: 85%;
  }

  /* line 7724, ../sass/_legacy.scss */
  .mobile-suffix-85 {
    margin-right: 85%;
  }

  /* line 7726, ../sass/_legacy.scss */
  .mobile-push-85 {
    left: 85%;
    *left: expression(Math.floor(0.85 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 7731, ../sass/_legacy.scss */
  .mobile-pull-85 {
    left: -85%;
    *left: expression(Math.floor(-0.85 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 7736, ../sass/_legacy.scss */
  .mobile-grid-90 {
    float: left;
    width: 90%;
    *width: expression(Math.floor(0.9 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 7742, ../sass/_legacy.scss */
  .mobile-prefix-90 {
    margin-left: 90%;
  }

  /* line 7744, ../sass/_legacy.scss */
  .mobile-suffix-90 {
    margin-right: 90%;
  }

  /* line 7746, ../sass/_legacy.scss */
  .mobile-push-90 {
    left: 90%;
    *left: expression(Math.floor(0.9 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 7751, ../sass/_legacy.scss */
  .mobile-pull-90 {
    left: -90%;
    *left: expression(Math.floor(-0.9 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 7756, ../sass/_legacy.scss */
  .mobile-grid-95 {
    float: left;
    width: 95%;
    *width: expression(Math.floor(0.95 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 7762, ../sass/_legacy.scss */
  .mobile-prefix-95 {
    margin-left: 95%;
  }

  /* line 7764, ../sass/_legacy.scss */
  .mobile-suffix-95 {
    margin-right: 95%;
  }

  /* line 7766, ../sass/_legacy.scss */
  .mobile-push-95 {
    left: 95%;
    *left: expression(Math.floor(0.95 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 7771, ../sass/_legacy.scss */
  .mobile-pull-95 {
    left: -95%;
    *left: expression(Math.floor(-0.95 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 7776, ../sass/_legacy.scss */
  .mobile-grid-33 {
    float: left;
    width: 33.33333%;
    *width: expression(Math.floor(0.33333 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 7782, ../sass/_legacy.scss */
  .mobile-prefix-33 {
    margin-left: 33.33333%;
  }

  /* line 7784, ../sass/_legacy.scss */
  .mobile-suffix-33 {
    margin-right: 33.33333%;
  }

  /* line 7786, ../sass/_legacy.scss */
  .mobile-push-33 {
    left: 33.33333%;
    *left: expression(Math.floor(0.33333 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 7791, ../sass/_legacy.scss */
  .mobile-pull-33 {
    left: -33.33333%;
    *left: expression(Math.floor(-0.33333 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 7796, ../sass/_legacy.scss */
  .mobile-grid-66 {
    float: left;
    width: 66.66667%;
    *width: expression(Math.floor(0.66667 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 7802, ../sass/_legacy.scss */
  .mobile-prefix-66 {
    margin-left: 66.66667%;
  }

  /* line 7804, ../sass/_legacy.scss */
  .mobile-suffix-66 {
    margin-right: 66.66667%;
  }

  /* line 7806, ../sass/_legacy.scss */
  .mobile-push-66 {
    left: 66.66667%;
    *left: expression(Math.floor(0.66667 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 7811, ../sass/_legacy.scss */
  .mobile-pull-66 {
    left: -66.66667%;
    *left: expression(Math.floor(-0.66667 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 7816, ../sass/_legacy.scss */
  .mobile-grid-100 {
    clear: both;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 7821, ../sass/_legacy.scss */
  .tablet-push-5, .tablet-pull-5, .tablet-push-10, .tablet-pull-10, .tablet-push-15, .tablet-pull-15, .tablet-push-20, .tablet-pull-20, .tablet-push-25, .tablet-pull-25, .tablet-push-30, .tablet-pull-30, .tablet-push-35, .tablet-pull-35, .tablet-push-40, .tablet-pull-40, .tablet-push-45, .tablet-pull-45, .tablet-push-50, .tablet-pull-50, .tablet-push-55, .tablet-pull-55, .tablet-push-60, .tablet-pull-60, .tablet-push-65, .tablet-pull-65, .tablet-push-70, .tablet-pull-70, .tablet-push-75, .tablet-pull-75, .tablet-push-80, .tablet-pull-80, .tablet-push-85, .tablet-pull-85, .tablet-push-90, .tablet-pull-90, .tablet-push-95, .tablet-pull-95, .tablet-push-33, .tablet-pull-33, .tablet-push-66, .tablet-pull-66 {
    position: relative;
  }

  /* line 7823, ../sass/_legacy.scss */
  .hide-on-tablet {
    display: none !important;
  }

  /* line 7825, ../sass/_legacy.scss */
  .tablet-grid-5 {
    float: left;
    width: 5%;
    *width: expression(Math.floor(0.05 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 7831, ../sass/_legacy.scss */
  .tablet-prefix-5 {
    margin-left: 5%;
  }

  /* line 7833, ../sass/_legacy.scss */
  .tablet-suffix-5 {
    margin-right: 5%;
  }

  /* line 7835, ../sass/_legacy.scss */
  .tablet-push-5 {
    left: 5%;
    *left: expression(Math.floor(0.05 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 7840, ../sass/_legacy.scss */
  .tablet-pull-5 {
    left: -5%;
    *left: expression(Math.floor(-0.05 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 7845, ../sass/_legacy.scss */
  .tablet-grid-10 {
    float: left;
    width: 10%;
    *width: expression(Math.floor(0.1 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 7851, ../sass/_legacy.scss */
  .tablet-prefix-10 {
    margin-left: 10%;
  }

  /* line 7853, ../sass/_legacy.scss */
  .tablet-suffix-10 {
    margin-right: 10%;
  }

  /* line 7855, ../sass/_legacy.scss */
  .tablet-push-10 {
    left: 10%;
    *left: expression(Math.floor(0.1 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 7860, ../sass/_legacy.scss */
  .tablet-pull-10 {
    left: -10%;
    *left: expression(Math.floor(-0.1 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 7865, ../sass/_legacy.scss */
  .tablet-grid-15 {
    float: left;
    width: 15%;
    *width: expression(Math.floor(0.15 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 7871, ../sass/_legacy.scss */
  .tablet-prefix-15 {
    margin-left: 15%;
  }

  /* line 7873, ../sass/_legacy.scss */
  .tablet-suffix-15 {
    margin-right: 15%;
  }

  /* line 7875, ../sass/_legacy.scss */
  .tablet-push-15 {
    left: 15%;
    *left: expression(Math.floor(0.15 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 7880, ../sass/_legacy.scss */
  .tablet-pull-15 {
    left: -15%;
    *left: expression(Math.floor(-0.15 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 7885, ../sass/_legacy.scss */
  .tablet-grid-20 {
    float: left;
    width: 20%;
    *width: expression(Math.floor(0.2 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 7891, ../sass/_legacy.scss */
  .tablet-prefix-20 {
    margin-left: 20%;
  }

  /* line 7893, ../sass/_legacy.scss */
  .tablet-suffix-20 {
    margin-right: 20%;
  }

  /* line 7895, ../sass/_legacy.scss */
  .tablet-push-20 {
    left: 20%;
    *left: expression(Math.floor(0.2 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 7900, ../sass/_legacy.scss */
  .tablet-pull-20 {
    left: -20%;
    *left: expression(Math.floor(-0.2 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 7905, ../sass/_legacy.scss */
  .tablet-grid-25 {
    float: left;
    width: 25%;
    *width: expression(Math.floor(0.25 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 7911, ../sass/_legacy.scss */
  .tablet-prefix-25 {
    margin-left: 25%;
  }

  /* line 7913, ../sass/_legacy.scss */
  .tablet-suffix-25 {
    margin-right: 25%;
  }

  /* line 7915, ../sass/_legacy.scss */
  .tablet-push-25 {
    left: 25%;
    *left: expression(Math.floor(0.25 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 7920, ../sass/_legacy.scss */
  .tablet-pull-25 {
    left: -25%;
    *left: expression(Math.floor(-0.25 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 7925, ../sass/_legacy.scss */
  .tablet-grid-30 {
    float: left;
    width: 30%;
    *width: expression(Math.floor(0.3 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 7931, ../sass/_legacy.scss */
  .tablet-prefix-30 {
    margin-left: 30%;
  }

  /* line 7933, ../sass/_legacy.scss */
  .tablet-suffix-30 {
    margin-right: 30%;
  }

  /* line 7935, ../sass/_legacy.scss */
  .tablet-push-30 {
    left: 30%;
    *left: expression(Math.floor(0.3 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 7940, ../sass/_legacy.scss */
  .tablet-pull-30 {
    left: -30%;
    *left: expression(Math.floor(-0.3 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 7945, ../sass/_legacy.scss */
  .tablet-grid-35 {
    float: left;
    width: 35%;
    *width: expression(Math.floor(0.35 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 7951, ../sass/_legacy.scss */
  .tablet-prefix-35 {
    margin-left: 35%;
  }

  /* line 7953, ../sass/_legacy.scss */
  .tablet-suffix-35 {
    margin-right: 35%;
  }

  /* line 7955, ../sass/_legacy.scss */
  .tablet-push-35 {
    left: 35%;
    *left: expression(Math.floor(0.35 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 7960, ../sass/_legacy.scss */
  .tablet-pull-35 {
    left: -35%;
    *left: expression(Math.floor(-0.35 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 7965, ../sass/_legacy.scss */
  .tablet-grid-40 {
    float: left;
    width: 40%;
    *width: expression(Math.floor(0.4 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 7971, ../sass/_legacy.scss */
  .tablet-prefix-40 {
    margin-left: 40%;
  }

  /* line 7973, ../sass/_legacy.scss */
  .tablet-suffix-40 {
    margin-right: 40%;
  }

  /* line 7975, ../sass/_legacy.scss */
  .tablet-push-40 {
    left: 40%;
    *left: expression(Math.floor(0.4 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 7980, ../sass/_legacy.scss */
  .tablet-pull-40 {
    left: -40%;
    *left: expression(Math.floor(-0.4 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 7985, ../sass/_legacy.scss */
  .tablet-grid-45 {
    float: left;
    width: 45%;
    *width: expression(Math.floor(0.45 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 7991, ../sass/_legacy.scss */
  .tablet-prefix-45 {
    margin-left: 45%;
  }

  /* line 7993, ../sass/_legacy.scss */
  .tablet-suffix-45 {
    margin-right: 45%;
  }

  /* line 7995, ../sass/_legacy.scss */
  .tablet-push-45 {
    left: 45%;
    *left: expression(Math.floor(0.45 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 8000, ../sass/_legacy.scss */
  .tablet-pull-45 {
    left: -45%;
    *left: expression(Math.floor(-0.45 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 8005, ../sass/_legacy.scss */
  .tablet-grid-50 {
    float: left;
    width: 50%;
    *width: expression(Math.floor(0.5 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 8011, ../sass/_legacy.scss */
  .tablet-prefix-50 {
    margin-left: 50%;
  }

  /* line 8013, ../sass/_legacy.scss */
  .tablet-suffix-50 {
    margin-right: 50%;
  }

  /* line 8015, ../sass/_legacy.scss */
  .tablet-push-50 {
    left: 50%;
    *left: expression(Math.floor(0.5 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 8020, ../sass/_legacy.scss */
  .tablet-pull-50 {
    left: -50%;
    *left: expression(Math.floor(-0.5 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 8025, ../sass/_legacy.scss */
  .tablet-grid-55 {
    float: left;
    width: 55%;
    *width: expression(Math.floor(0.55 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 8031, ../sass/_legacy.scss */
  .tablet-prefix-55 {
    margin-left: 55%;
  }

  /* line 8033, ../sass/_legacy.scss */
  .tablet-suffix-55 {
    margin-right: 55%;
  }

  /* line 8035, ../sass/_legacy.scss */
  .tablet-push-55 {
    left: 55%;
    *left: expression(Math.floor(0.55 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 8040, ../sass/_legacy.scss */
  .tablet-pull-55 {
    left: -55%;
    *left: expression(Math.floor(-0.55 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 8045, ../sass/_legacy.scss */
  .tablet-grid-60 {
    float: left;
    width: 60%;
    *width: expression(Math.floor(0.6 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 8051, ../sass/_legacy.scss */
  .tablet-prefix-60 {
    margin-left: 60%;
  }

  /* line 8053, ../sass/_legacy.scss */
  .tablet-suffix-60 {
    margin-right: 60%;
  }

  /* line 8055, ../sass/_legacy.scss */
  .tablet-push-60 {
    left: 60%;
    *left: expression(Math.floor(0.6 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 8060, ../sass/_legacy.scss */
  .tablet-pull-60 {
    left: -60%;
    *left: expression(Math.floor(-0.6 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 8065, ../sass/_legacy.scss */
  .tablet-grid-65 {
    float: left;
    width: 65%;
    *width: expression(Math.floor(0.65 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 8071, ../sass/_legacy.scss */
  .tablet-prefix-65 {
    margin-left: 65%;
  }

  /* line 8073, ../sass/_legacy.scss */
  .tablet-suffix-65 {
    margin-right: 65%;
  }

  /* line 8075, ../sass/_legacy.scss */
  .tablet-push-65 {
    left: 65%;
    *left: expression(Math.floor(0.65 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 8080, ../sass/_legacy.scss */
  .tablet-pull-65 {
    left: -65%;
    *left: expression(Math.floor(-0.65 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 8085, ../sass/_legacy.scss */
  .tablet-grid-70 {
    float: left;
    width: 70%;
    *width: expression(Math.floor(0.7 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 8091, ../sass/_legacy.scss */
  .tablet-prefix-70 {
    margin-left: 70%;
  }

  /* line 8093, ../sass/_legacy.scss */
  .tablet-suffix-70 {
    margin-right: 70%;
  }

  /* line 8095, ../sass/_legacy.scss */
  .tablet-push-70 {
    left: 70%;
    *left: expression(Math.floor(0.7 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 8100, ../sass/_legacy.scss */
  .tablet-pull-70 {
    left: -70%;
    *left: expression(Math.floor(-0.7 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 8105, ../sass/_legacy.scss */
  .tablet-grid-75 {
    float: left;
    width: 75%;
    *width: expression(Math.floor(0.75 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 8111, ../sass/_legacy.scss */
  .tablet-prefix-75 {
    margin-left: 75%;
  }

  /* line 8113, ../sass/_legacy.scss */
  .tablet-suffix-75 {
    margin-right: 75%;
  }

  /* line 8115, ../sass/_legacy.scss */
  .tablet-push-75 {
    left: 75%;
    *left: expression(Math.floor(0.75 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 8120, ../sass/_legacy.scss */
  .tablet-pull-75 {
    left: -75%;
    *left: expression(Math.floor(-0.75 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 8125, ../sass/_legacy.scss */
  .tablet-grid-80 {
    float: left;
    width: 80%;
    *width: expression(Math.floor(0.8 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 8131, ../sass/_legacy.scss */
  .tablet-prefix-80 {
    margin-left: 80%;
  }

  /* line 8133, ../sass/_legacy.scss */
  .tablet-suffix-80 {
    margin-right: 80%;
  }

  /* line 8135, ../sass/_legacy.scss */
  .tablet-push-80 {
    left: 80%;
    *left: expression(Math.floor(0.8 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 8140, ../sass/_legacy.scss */
  .tablet-pull-80 {
    left: -80%;
    *left: expression(Math.floor(-0.8 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 8145, ../sass/_legacy.scss */
  .tablet-grid-85 {
    float: left;
    width: 85%;
    *width: expression(Math.floor(0.85 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 8151, ../sass/_legacy.scss */
  .tablet-prefix-85 {
    margin-left: 85%;
  }

  /* line 8153, ../sass/_legacy.scss */
  .tablet-suffix-85 {
    margin-right: 85%;
  }

  /* line 8155, ../sass/_legacy.scss */
  .tablet-push-85 {
    left: 85%;
    *left: expression(Math.floor(0.85 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 8160, ../sass/_legacy.scss */
  .tablet-pull-85 {
    left: -85%;
    *left: expression(Math.floor(-0.85 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 8165, ../sass/_legacy.scss */
  .tablet-grid-90 {
    float: left;
    width: 90%;
    *width: expression(Math.floor(0.9 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 8171, ../sass/_legacy.scss */
  .tablet-prefix-90 {
    margin-left: 90%;
  }

  /* line 8173, ../sass/_legacy.scss */
  .tablet-suffix-90 {
    margin-right: 90%;
  }

  /* line 8175, ../sass/_legacy.scss */
  .tablet-push-90 {
    left: 90%;
    *left: expression(Math.floor(0.9 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 8180, ../sass/_legacy.scss */
  .tablet-pull-90 {
    left: -90%;
    *left: expression(Math.floor(-0.9 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 8185, ../sass/_legacy.scss */
  .tablet-grid-95 {
    float: left;
    width: 95%;
    *width: expression(Math.floor(0.95 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 8191, ../sass/_legacy.scss */
  .tablet-prefix-95 {
    margin-left: 95%;
  }

  /* line 8193, ../sass/_legacy.scss */
  .tablet-suffix-95 {
    margin-right: 95%;
  }

  /* line 8195, ../sass/_legacy.scss */
  .tablet-push-95 {
    left: 95%;
    *left: expression(Math.floor(0.95 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 8200, ../sass/_legacy.scss */
  .tablet-pull-95 {
    left: -95%;
    *left: expression(Math.floor(-0.95 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 8205, ../sass/_legacy.scss */
  .tablet-grid-33 {
    float: left;
    width: 33.33333%;
    *width: expression(Math.floor(0.33333 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 8211, ../sass/_legacy.scss */
  .tablet-prefix-33 {
    margin-left: 33.33333%;
  }

  /* line 8213, ../sass/_legacy.scss */
  .tablet-suffix-33 {
    margin-right: 33.33333%;
  }

  /* line 8215, ../sass/_legacy.scss */
  .tablet-push-33 {
    left: 33.33333%;
    *left: expression(Math.floor(0.33333 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 8220, ../sass/_legacy.scss */
  .tablet-pull-33 {
    left: -33.33333%;
    *left: expression(Math.floor(-0.33333 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 8225, ../sass/_legacy.scss */
  .tablet-grid-66 {
    float: left;
    width: 66.66667%;
    *width: expression(Math.floor(0.66667 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 8231, ../sass/_legacy.scss */
  .tablet-prefix-66 {
    margin-left: 66.66667%;
  }

  /* line 8233, ../sass/_legacy.scss */
  .tablet-suffix-66 {
    margin-right: 66.66667%;
  }

  /* line 8235, ../sass/_legacy.scss */
  .tablet-push-66 {
    left: 66.66667%;
    *left: expression(Math.floor(0.66667 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 8240, ../sass/_legacy.scss */
  .tablet-pull-66 {
    left: -66.66667%;
    *left: expression(Math.floor(-0.66667 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 8245, ../sass/_legacy.scss */
  .tablet-grid-100 {
    clear: both;
    width: 100%;
  }
}
@media (min-width: 1025px) {
  /* line 8250, ../sass/_legacy.scss */
  .push-5, .pull-5, .push-10, .pull-10, .push-15, .pull-15, .push-20, .pull-20, .push-25, .pull-25, .push-30, .pull-30, .push-35, .pull-35, .push-40, .pull-40, .push-45, .pull-45, .push-50, .pull-50, .push-55, .pull-55, .push-60, .pull-60, .push-65, .pull-65, .push-70, .pull-70, .push-75, .pull-75, .push-80, .pull-80, .push-85, .pull-85, .push-90, .pull-90, .push-95, .pull-95, .push-33, .pull-33, .push-66, .pull-66 {
    position: relative;
  }

  /* line 8252, ../sass/_legacy.scss */
  .hide-on-desktop {
    display: none !important;
  }

  /* line 8254, ../sass/_legacy.scss */
  .grid-5 {
    float: left;
    width: 5%;
    *width: expression(Math.floor(0.05 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 8260, ../sass/_legacy.scss */
  .prefix-5 {
    margin-left: 5%;
  }

  /* line 8262, ../sass/_legacy.scss */
  .suffix-5 {
    margin-right: 5%;
  }

  /* line 8264, ../sass/_legacy.scss */
  .push-5 {
    left: 5%;
    *left: expression(Math.floor(0.05 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 8269, ../sass/_legacy.scss */
  .pull-5 {
    left: -5%;
    *left: expression(Math.floor(-0.05 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 8274, ../sass/_legacy.scss */
  .grid-10 {
    float: left;
    width: 10%;
    *width: expression(Math.floor(0.1 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 8280, ../sass/_legacy.scss */
  .prefix-10 {
    margin-left: 10%;
  }

  /* line 8282, ../sass/_legacy.scss */
  .suffix-10 {
    margin-right: 10%;
  }

  /* line 8284, ../sass/_legacy.scss */
  .push-10 {
    left: 10%;
    *left: expression(Math.floor(0.1 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 8289, ../sass/_legacy.scss */
  .pull-10 {
    left: -10%;
    *left: expression(Math.floor(-0.1 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 8294, ../sass/_legacy.scss */
  .grid-15 {
    float: left;
    width: 15%;
    *width: expression(Math.floor(0.15 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 8300, ../sass/_legacy.scss */
  .prefix-15 {
    margin-left: 15%;
  }

  /* line 8302, ../sass/_legacy.scss */
  .suffix-15 {
    margin-right: 15%;
  }

  /* line 8304, ../sass/_legacy.scss */
  .push-15 {
    left: 15%;
    *left: expression(Math.floor(0.15 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 8309, ../sass/_legacy.scss */
  .pull-15 {
    left: -15%;
    *left: expression(Math.floor(-0.15 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 8314, ../sass/_legacy.scss */
  .grid-20 {
    float: left;
    width: 20%;
    *width: expression(Math.floor(0.2 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 8320, ../sass/_legacy.scss */
  .prefix-20 {
    margin-left: 20%;
  }

  /* line 8322, ../sass/_legacy.scss */
  .suffix-20 {
    margin-right: 20%;
  }

  /* line 8324, ../sass/_legacy.scss */
  .push-20 {
    left: 20%;
    *left: expression(Math.floor(0.2 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 8329, ../sass/_legacy.scss */
  .pull-20 {
    left: -20%;
    *left: expression(Math.floor(-0.2 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 8334, ../sass/_legacy.scss */
  .grid-25 {
    float: left;
    width: 25%;
    *width: expression(Math.floor(0.25 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 8340, ../sass/_legacy.scss */
  .prefix-25 {
    margin-left: 25%;
  }

  /* line 8342, ../sass/_legacy.scss */
  .suffix-25 {
    margin-right: 25%;
  }

  /* line 8344, ../sass/_legacy.scss */
  .push-25 {
    left: 25%;
    *left: expression(Math.floor(0.25 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 8349, ../sass/_legacy.scss */
  .pull-25 {
    left: -25%;
    *left: expression(Math.floor(-0.25 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 8354, ../sass/_legacy.scss */
  .grid-30 {
    float: left;
    width: 30%;
    *width: expression(Math.floor(0.3 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 8360, ../sass/_legacy.scss */
  .prefix-30 {
    margin-left: 30%;
  }

  /* line 8362, ../sass/_legacy.scss */
  .suffix-30 {
    margin-right: 30%;
  }

  /* line 8364, ../sass/_legacy.scss */
  .push-30 {
    left: 30%;
    *left: expression(Math.floor(0.3 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 8369, ../sass/_legacy.scss */
  .pull-30 {
    left: -30%;
    *left: expression(Math.floor(-0.3 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 8374, ../sass/_legacy.scss */
  .grid-35 {
    float: left;
    width: 35%;
    *width: expression(Math.floor(0.35 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 8380, ../sass/_legacy.scss */
  .prefix-35 {
    margin-left: 35%;
  }

  /* line 8382, ../sass/_legacy.scss */
  .suffix-35 {
    margin-right: 35%;
  }

  /* line 8384, ../sass/_legacy.scss */
  .push-35 {
    left: 35%;
    *left: expression(Math.floor(0.35 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 8389, ../sass/_legacy.scss */
  .pull-35 {
    left: -35%;
    *left: expression(Math.floor(-0.35 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 8394, ../sass/_legacy.scss */
  .grid-40 {
    float: left;
    width: 40%;
    *width: expression(Math.floor(0.4 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 8400, ../sass/_legacy.scss */
  .prefix-40 {
    margin-left: 40%;
  }

  /* line 8402, ../sass/_legacy.scss */
  .suffix-40 {
    margin-right: 40%;
  }

  /* line 8404, ../sass/_legacy.scss */
  .push-40 {
    left: 40%;
    *left: expression(Math.floor(0.4 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 8409, ../sass/_legacy.scss */
  .pull-40 {
    left: -40%;
    *left: expression(Math.floor(-0.4 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 8414, ../sass/_legacy.scss */
  .grid-45 {
    float: left;
    width: 45%;
    *width: expression(Math.floor(0.45 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 8420, ../sass/_legacy.scss */
  .prefix-45 {
    margin-left: 45%;
  }

  /* line 8422, ../sass/_legacy.scss */
  .suffix-45 {
    margin-right: 45%;
  }

  /* line 8424, ../sass/_legacy.scss */
  .push-45 {
    left: 45%;
    *left: expression(Math.floor(0.45 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 8429, ../sass/_legacy.scss */
  .pull-45 {
    left: -45%;
    *left: expression(Math.floor(-0.45 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 8434, ../sass/_legacy.scss */
  .grid-50 {
    float: left;
    width: 50%;
    *width: expression(Math.floor(0.5 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 8440, ../sass/_legacy.scss */
  .prefix-50 {
    margin-left: 50%;
  }

  /* line 8442, ../sass/_legacy.scss */
  .suffix-50 {
    margin-right: 50%;
  }

  /* line 8444, ../sass/_legacy.scss */
  .push-50 {
    left: 50%;
    *left: expression(Math.floor(0.5 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 8449, ../sass/_legacy.scss */
  .pull-50 {
    left: -50%;
    *left: expression(Math.floor(-0.5 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 8454, ../sass/_legacy.scss */
  .grid-55 {
    float: left;
    width: 55%;
    *width: expression(Math.floor(0.55 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 8460, ../sass/_legacy.scss */
  .prefix-55 {
    margin-left: 55%;
  }

  /* line 8462, ../sass/_legacy.scss */
  .suffix-55 {
    margin-right: 55%;
  }

  /* line 8464, ../sass/_legacy.scss */
  .push-55 {
    left: 55%;
    *left: expression(Math.floor(0.55 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 8469, ../sass/_legacy.scss */
  .pull-55 {
    left: -55%;
    *left: expression(Math.floor(-0.55 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 8474, ../sass/_legacy.scss */
  .grid-60 {
    float: left;
    width: 60%;
    *width: expression(Math.floor(0.6 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 8480, ../sass/_legacy.scss */
  .prefix-60 {
    margin-left: 60%;
  }

  /* line 8482, ../sass/_legacy.scss */
  .suffix-60 {
    margin-right: 60%;
  }

  /* line 8484, ../sass/_legacy.scss */
  .push-60 {
    left: 60%;
    *left: expression(Math.floor(0.6 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 8489, ../sass/_legacy.scss */
  .pull-60 {
    left: -60%;
    *left: expression(Math.floor(-0.6 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 8494, ../sass/_legacy.scss */
  .grid-65 {
    float: left;
    width: 65%;
    *width: expression(Math.floor(0.65 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 8500, ../sass/_legacy.scss */
  .prefix-65 {
    margin-left: 65%;
  }

  /* line 8502, ../sass/_legacy.scss */
  .suffix-65 {
    margin-right: 65%;
  }

  /* line 8504, ../sass/_legacy.scss */
  .push-65 {
    left: 65%;
    *left: expression(Math.floor(0.65 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 8509, ../sass/_legacy.scss */
  .pull-65 {
    left: -65%;
    *left: expression(Math.floor(-0.65 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 8514, ../sass/_legacy.scss */
  .grid-70 {
    float: left;
    width: 70%;
    *width: expression(Math.floor(0.7 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 8520, ../sass/_legacy.scss */
  .prefix-70 {
    margin-left: 70%;
  }

  /* line 8522, ../sass/_legacy.scss */
  .suffix-70 {
    margin-right: 70%;
  }

  /* line 8524, ../sass/_legacy.scss */
  .push-70 {
    left: 70%;
    *left: expression(Math.floor(0.7 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 8529, ../sass/_legacy.scss */
  .pull-70 {
    left: -70%;
    *left: expression(Math.floor(-0.7 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 8534, ../sass/_legacy.scss */
  .grid-75 {
    float: left;
    width: 75%;
    *width: expression(Math.floor(0.75 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 8540, ../sass/_legacy.scss */
  .prefix-75 {
    margin-left: 75%;
  }

  /* line 8542, ../sass/_legacy.scss */
  .suffix-75 {
    margin-right: 75%;
  }

  /* line 8544, ../sass/_legacy.scss */
  .push-75 {
    left: 75%;
    *left: expression(Math.floor(0.75 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 8549, ../sass/_legacy.scss */
  .pull-75 {
    left: -75%;
    *left: expression(Math.floor(-0.75 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 8554, ../sass/_legacy.scss */
  .grid-80 {
    float: left;
    width: 80%;
    *width: expression(Math.floor(0.8 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 8560, ../sass/_legacy.scss */
  .prefix-80 {
    margin-left: 80%;
  }

  /* line 8562, ../sass/_legacy.scss */
  .suffix-80 {
    margin-right: 80%;
  }

  /* line 8564, ../sass/_legacy.scss */
  .push-80 {
    left: 80%;
    *left: expression(Math.floor(0.8 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 8569, ../sass/_legacy.scss */
  .pull-80 {
    left: -80%;
    *left: expression(Math.floor(-0.8 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 8574, ../sass/_legacy.scss */
  .grid-85 {
    float: left;
    width: 85%;
    *width: expression(Math.floor(0.85 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 8580, ../sass/_legacy.scss */
  .prefix-85 {
    margin-left: 85%;
  }

  /* line 8582, ../sass/_legacy.scss */
  .suffix-85 {
    margin-right: 85%;
  }

  /* line 8584, ../sass/_legacy.scss */
  .push-85 {
    left: 85%;
    *left: expression(Math.floor(0.85 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 8589, ../sass/_legacy.scss */
  .pull-85 {
    left: -85%;
    *left: expression(Math.floor(-0.85 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 8594, ../sass/_legacy.scss */
  .grid-90 {
    float: left;
    width: 90%;
    *width: expression(Math.floor(0.9 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 8600, ../sass/_legacy.scss */
  .prefix-90 {
    margin-left: 90%;
  }

  /* line 8602, ../sass/_legacy.scss */
  .suffix-90 {
    margin-right: 90%;
  }

  /* line 8604, ../sass/_legacy.scss */
  .push-90 {
    left: 90%;
    *left: expression(Math.floor(0.9 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 8609, ../sass/_legacy.scss */
  .pull-90 {
    left: -90%;
    *left: expression(Math.floor(-0.9 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 8614, ../sass/_legacy.scss */
  .grid-95 {
    float: left;
    width: 95%;
    *width: expression(Math.floor(0.95 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 8620, ../sass/_legacy.scss */
  .prefix-95 {
    margin-left: 95%;
  }

  /* line 8622, ../sass/_legacy.scss */
  .suffix-95 {
    margin-right: 95%;
  }

  /* line 8624, ../sass/_legacy.scss */
  .push-95 {
    left: 95%;
    *left: expression(Math.floor(0.95 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 8629, ../sass/_legacy.scss */
  .pull-95 {
    left: -95%;
    *left: expression(Math.floor(-0.95 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 8634, ../sass/_legacy.scss */
  .grid-33 {
    float: left;
    width: 33.33333%;
    *width: expression(Math.floor(0.33333 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 8640, ../sass/_legacy.scss */
  .prefix-33 {
    margin-left: 33.33333%;
  }

  /* line 8642, ../sass/_legacy.scss */
  .suffix-33 {
    margin-right: 33.33333%;
  }

  /* line 8644, ../sass/_legacy.scss */
  .push-33 {
    left: 33.33333%;
    *left: expression(Math.floor(0.33333 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 8649, ../sass/_legacy.scss */
  .pull-33 {
    left: -33.33333%;
    *left: expression(Math.floor(-0.33333 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 8654, ../sass/_legacy.scss */
  .grid-66 {
    float: left;
    width: 66.66667%;
    *width: expression(Math.floor(0.66667 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 8660, ../sass/_legacy.scss */
  .prefix-66 {
    margin-left: 66.66667%;
  }

  /* line 8662, ../sass/_legacy.scss */
  .suffix-66 {
    margin-right: 66.66667%;
  }

  /* line 8664, ../sass/_legacy.scss */
  .push-66 {
    left: 66.66667%;
    *left: expression(Math.floor(0.66667 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 8669, ../sass/_legacy.scss */
  .pull-66 {
    left: -66.66667%;
    *left: expression(Math.floor(-0.66667 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
  }

  /* line 8674, ../sass/_legacy.scss */
  .grid-100 {
    clear: both;
    width: 100%;
  }
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
/* line 8679, ../sass/_legacy.scss */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

/* line 8695, ../sass/_legacy.scss */
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

/* line 8701, ../sass/_legacy.scss */
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px;
}

/* line 8708, ../sass/_legacy.scss */
.fancybox-opened {
  z-index: 8030;
}

/* line 8711, ../sass/_legacy.scss */
.fancybox-opened .fancybox-skin {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

/* line 8714, ../sass/_legacy.scss */
.fancybox-outer, .fancybox-inner {
  position: relative;
}

/* line 8717, ../sass/_legacy.scss */
.fancybox-inner {
  overflow: hidden;
}

/* line 8720, ../sass/_legacy.scss */
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

/* line 8723, ../sass/_legacy.scss */
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

/* line 8730, ../sass/_legacy.scss */
.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

/* line 8735, ../sass/_legacy.scss */
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

/* line 8739, ../sass/_legacy.scss */
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("fancybox_sprite.png");
}

/* line 8742, ../sass/_legacy.scss */
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

/* line 8753, ../sass/_legacy.scss */
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("fancybox_loading.gif") center center no-repeat;
}

/* line 8758, ../sass/_legacy.scss */
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

/* line 8767, ../sass/_legacy.scss */
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("blank.gif");
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

/* line 8779, ../sass/_legacy.scss */
.fancybox-prev {
  left: 0;
}

/* line 8782, ../sass/_legacy.scss */
.fancybox-next {
  right: 0;
}

/* line 8785, ../sass/_legacy.scss */
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

/* line 8795, ../sass/_legacy.scss */
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

/* line 8799, ../sass/_legacy.scss */
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

/* line 8803, ../sass/_legacy.scss */
.fancybox-nav:hover span {
  visibility: visible;
}

/* line 8806, ../sass/_legacy.scss */
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* line 8816, ../sass/_legacy.scss */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

/* line 8820, ../sass/_legacy.scss */
.fancybox-lock body {
  overflow: hidden !important;
}

/* line 8823, ../sass/_legacy.scss */
.fancybox-lock-test {
  overflow-y: hidden !important;
}

/* line 8826, ../sass/_legacy.scss */
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("fancybox_overlay.png");
}

/* line 8835, ../sass/_legacy.scss */
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

/* line 8840, ../sass/_legacy.scss */
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* line 8845, ../sass/_legacy.scss */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

/* line 8852, ../sass/_legacy.scss */
.fancybox-opened .fancybox-title {
  visibility: visible;
}

/* line 8855, ../sass/_legacy.scss */
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

/* line 8863, ../sass/_legacy.scss */
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

/* line 8877, ../sass/_legacy.scss */
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

/* line 8882, ../sass/_legacy.scss */
.fancybox-title-inside-wrap {
  padding-top: 10px;
}

/* line 8885, ../sass/_legacy.scss */
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* line 8896, ../sass/_legacy.scss */
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("fancybox_sprite@2x.png");
    background-size: 44px 152px;
  }

  /* line 8900, ../sass/_legacy.scss */
  #fancybox-loading div {
    background-image: url("fancybox_loading@2x.gif");
    background-size: 24px 24px;
  }
}
/* line 8905, ../sass/_legacy.scss */
.i18n-nl ul.quicktabs-style-nostyle li a,
.i18n-nl ul.quicktabs-style-nostyle li a.active,
.i18n-pl ul.quicktabs-style-nostyle li a,
.i18n-pl ul.quicktabs-style-nostyle li a.active,
.i18n-nl ul.quicktabs-style-tabbed-pages-style li a,
.i18n-nl ul.quicktabs-style-tabbed-pages-style li a.active,
.i18n-pl ul.quicktabs-style-tabbed-pages-style li a,
.i18n-pl ul.quicktabs-style-tabbed-pages-style li a.active {
  font-size: 13px;
}

/* line 8915, ../sass/_legacy.scss */
html body.admin-menu .admin-menu li a {
  font-size: 11px;
}

/* line 8918, ../sass/_legacy.scss */
#edit-options .collapsible {
  float: none !important;
}

/* line 8923, ../sass/_legacy.scss */
.tabs-primary,
.tabs-secondary {
  overflow: hidden;
  *zoom: 1;
  background-image: linear-gradient(bottom, #bbbbbb 1px, transparent 1px);
  list-style: none;
  border-bottom: 1px solid #bbbbbb \0/ie;
  margin: 1.5em 0;
  padding: 0 2px;
  white-space: nowrap;
}

/* line 8935, ../sass/_legacy.scss */
.tabs-primary__tab,
.tabs-secondary__tab,
.tabs-secondary__tab.is-active {
  float: left;
  margin: 0 3px;
}

/* line 8942, ../sass/_legacy.scss */
a.tabs-primary__tab-link,
a.tabs-secondary__tab-link {
  border: 1px solid #e9e9e9;
  border-right: 0;
  border-bottom: 0;
  display: block;
  line-height: 1.5em;
  text-decoration: none;
}

/* line 8952, ../sass/_legacy.scss */
.tabs-primary__tab,
.tabs-primary__tab.is-active {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  text-shadow: 1px 1px 0 white;
  border: 1px solid #bbbbbb;
  border-bottom-color: transparent;
  border-bottom: 0 \0/ie;
}

/* line 8962, ../sass/_legacy.scss */
.is-active.tabs-primary__tab {
  border-bottom-color: white;
}

/* line 8965, ../sass/_legacy.scss */
a.tabs-primary__tab-link,
a.tabs-primary__tab-link.is-active {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  transition: background-color 0.3s;
  color: #333;
  background-color: #dedede;
  letter-spacing: 1px;
  padding: 0 1em;
  text-align: center;
}

/* line 8976, ../sass/_legacy.scss */
a.tabs-primary__tab-link:hover,
a.tabs-primary__tab-link:focus {
  background-color: #e9e9e9;
  border-color: #f2f2f2;
}

/* line 8981, ../sass/_legacy.scss */
a.tabs-primary__tab-link:active,
a.tabs-primary__tab-link.is-active {
  background-color: transparent;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE9E9E9', endColorstr='#00E9E9E9');
  background-image: linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  border-color: #fff;
}

/* line 8990, ../sass/_legacy.scss */
.tabs-secondary {
  font-size: .9em;
  margin-top: -1.5em;
}

/* line 8995, ../sass/_legacy.scss */
.tabs-secondary__tab,
.tabs-secondary__tab.is-active {
  margin: 0.75em 3px;
}

/* line 8999, ../sass/_legacy.scss */
a.tabs-secondary__tab-link,
a.tabs-secondary__tab-link.is-active {
  border-radius: 0.75em;
  transition: background-color 0.3s;
  text-shadow: 1px 1px 0 white;
  background-color: #f2f2f2;
  color: #666;
  padding: 0 .5em;
}

/* line 9008, ../sass/_legacy.scss */
a.tabs-secondary__tab-link:hover,
a.tabs-secondary__tab-link:focus {
  background-color: #dedede;
  border-color: #999;
  color: #333;
}

/* line 9014, ../sass/_legacy.scss */
a.tabs-secondary__tab-link:active,
a.tabs-secondary__tab-link.is-active {
  text-shadow: 1px 1px 0 #333333;
  background-color: #666;
  border-color: #000;
  color: #fff;
}

/* line 9023, ../sass/_legacy.scss */
.font-0 {
  font-size: 0px !important;
}

/* line 9026, ../sass/_legacy.scss */
.font-9 {
  font-size: 9px !important;
}

/* line 9029, ../sass/_legacy.scss */
.font-10 {
  font-size: 10px !important;
}

/* line 9032, ../sass/_legacy.scss */
.font-11 {
  font-size: 11px !important;
}

/* line 9035, ../sass/_legacy.scss */
.font-12 {
  font-size: 12px !important;
}

/* line 9038, ../sass/_legacy.scss */
.font-14,
.font-14 a {
  font-size: 14px !important;
}

/* line 9042, ../sass/_legacy.scss */
.font-16 {
  font-size: 16px !important;
}

/* line 9045, ../sass/_legacy.scss */
.font-18 {
  font-size: 18px !important;
}

/* line 9048, ../sass/_legacy.scss */
.font-20 {
  font-size: 20px !important;
}

/* line 9051, ../sass/_legacy.scss */
.font-22 {
  font-size: 22px !important;
}

/* line 9054, ../sass/_legacy.scss */
.font-24 {
  font-size: 24px !important;
}

/* line 9057, ../sass/_legacy.scss */
.font-25 {
  font-size: 25px !important;
}

/* line 9060, ../sass/_legacy.scss */
.font-30 {
  font-size: 30px !important;
}

/* line 9063, ../sass/_legacy.scss */
.font-35 {
  font-size: 35px !important;
}

/* line 9066, ../sass/_legacy.scss */
.font-40 {
  font-size: 40px !important;
}

/* line 9069, ../sass/_legacy.scss */
.font-45 {
  font-size: 45px !important;
}

/* line 9072, ../sass/_legacy.scss */
.font-50 {
  font-size: 50px !important;
}

/* line 9075, ../sass/_legacy.scss */
.font-60 {
  font-size: 60px !important;
}

/* line 9079, ../sass/_legacy.scss */
.height-100 {
  height: 100%;
}

/* line 9082, ../sass/_legacy.scss */
.width-100 {
  width: 100%;
}

/* line 9085, ../sass/_legacy.scss */
.inline-block {
  display: inline-block;
}

/* line 9088, ../sass/_legacy.scss */
.relative {
  position: relative;
}

/* line 9091, ../sass/_legacy.scss */
.absolute {
  position: absolute;
}

/* line 9094, ../sass/_legacy.scss */
.pad-flush {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

/* line 9100, ../sass/_legacy.scss */
.pad-10 {
  padding: 10px;
}

/* line 9103, ../sass/_legacy.scss */
.pad-top-0 {
  padding-top: 0px !important;
}

/* line 9106, ../sass/_legacy.scss */
.pad-top-5 {
  padding-top: 5px;
}

/* line 9109, ../sass/_legacy.scss */
.pad-top-10 {
  padding-top: 10px;
}

/* line 9112, ../sass/_legacy.scss */
.pad-top-15 {
  padding-top: 15px;
}

/* line 9115, ../sass/_legacy.scss */
.pad-top-20 {
  padding-top: 20px;
}

/* line 9118, ../sass/_legacy.scss */
.pad-top-25 {
  padding-top: 25px;
}

/* line 9121, ../sass/_legacy.scss */
.pad-top-30 {
  padding-top: 30px;
}

/* line 9124, ../sass/_legacy.scss */
.pad-top-35 {
  padding-top: 35px;
}

/* line 9127, ../sass/_legacy.scss */
.pad-top-40 {
  padding-top: 40px;
}

/* line 9130, ../sass/_legacy.scss */
.pad-top-45 {
  padding-top: 45px;
}

/* line 9133, ../sass/_legacy.scss */
.pad-top-50 {
  padding-top: 50px;
}

/* line 9136, ../sass/_legacy.scss */
.pad-top-55 {
  padding-top: 55px;
}

/* line 9139, ../sass/_legacy.scss */
.pad-top-60 {
  padding-top: 60px;
}

/* line 9142, ../sass/_legacy.scss */
.pad-top-65 {
  padding-top: 65px;
}

/* line 9145, ../sass/_legacy.scss */
.pad-top-70 {
  padding-top: 70px;
}

/* line 9148, ../sass/_legacy.scss */
.pad-top-75 {
  padding-top: 75px;
}

/* line 9151, ../sass/_legacy.scss */
.pad-top-80 {
  padding-top: 80px;
}

/* line 9154, ../sass/_legacy.scss */
.pad-top-85 {
  padding-top: 85px;
}

/* line 9157, ../sass/_legacy.scss */
.pad-top-90 {
  padding-top: 90px;
}

/* line 9160, ../sass/_legacy.scss */
.pad-top-95 {
  padding-top: 95px;
}

/* line 9163, ../sass/_legacy.scss */
.pad-top-100 {
  padding-top: 100px;
}

/* line 9166, ../sass/_legacy.scss */
.pad-top-120 {
  padding-top: 120px;
}

/* line 9169, ../sass/_legacy.scss */
.pad-bot-0 {
  padding-bottom: 0px !important;
}

/* line 9172, ../sass/_legacy.scss */
.pad-bot-5 {
  padding-bottom: 5px;
}

/* line 9175, ../sass/_legacy.scss */
.pad-bot-10 {
  padding-bottom: 10px;
}

/* line 9178, ../sass/_legacy.scss */
.pad-bot-15 {
  padding-bottom: 15px;
}

/* line 9181, ../sass/_legacy.scss */
.pad-bot-20 {
  padding-bottom: 20px;
}

/* line 9184, ../sass/_legacy.scss */
.pad-bot-25 {
  padding-bottom: 25px;
}

/* line 9187, ../sass/_legacy.scss */
.pad-bot-30 {
  padding-bottom: 30px;
}

/* line 9190, ../sass/_legacy.scss */
.pad-bot-35 {
  padding-bottom: 35px;
}

/* line 9193, ../sass/_legacy.scss */
.pad-bot-40 {
  padding-bottom: 40px;
}

/* line 9196, ../sass/_legacy.scss */
.pad-bot-45 {
  padding-bottom: 45px;
}

/* line 9199, ../sass/_legacy.scss */
.pad-bot-50 {
  padding-bottom: 50px;
}

/* line 9202, ../sass/_legacy.scss */
.pad-bot-55 {
  padding-bottom: 55px;
}

/* line 9205, ../sass/_legacy.scss */
.pad-bot-60 {
  padding-bottom: 60px;
}

/* line 9208, ../sass/_legacy.scss */
.pad-bot-65 {
  padding-bottom: 65px;
}

/* line 9211, ../sass/_legacy.scss */
.pad-bot-70 {
  padding-bottom: 70px;
}

/* line 9214, ../sass/_legacy.scss */
.pad-bot-75 {
  padding-bottom: 75px;
}

/* line 9217, ../sass/_legacy.scss */
.pad-bot-80 {
  padding-bottom: 80px;
}

/* line 9220, ../sass/_legacy.scss */
.pad-bot-85 {
  padding-bottom: 85px;
}

/* line 9223, ../sass/_legacy.scss */
.pad-bot-90 {
  padding-bottom: 90px;
}

/* line 9226, ../sass/_legacy.scss */
.pad-bot-95 {
  padding-bottom: 95px;
}

/* line 9229, ../sass/_legacy.scss */
.pad-bot-100 {
  padding-bottom: 100px;
}

/* line 9232, ../sass/_legacy.scss */
.pad-bot-120 {
  padding-bottom: 120px;
}

/* line 9235, ../sass/_legacy.scss */
.pad-left-0 {
  padding-left: 0px !important;
}

/* line 9238, ../sass/_legacy.scss */
.pad-left-5 {
  padding-left: 5px;
}

/* line 9241, ../sass/_legacy.scss */
.pad-left-10 {
  padding-left: 10px;
}

/* line 9244, ../sass/_legacy.scss */
.pad-left-15 {
  padding-left: 15px;
}

/* line 9247, ../sass/_legacy.scss */
.pad-left-20 {
  padding-left: 20px;
}

/* line 9250, ../sass/_legacy.scss */
.pad-left-25 {
  padding-left: 25px;
}

/* line 9253, ../sass/_legacy.scss */
.pad-left-30 {
  padding-left: 30px;
}

/* line 9256, ../sass/_legacy.scss */
.pad-left-35 {
  padding-left: 35px;
}

/* line 9259, ../sass/_legacy.scss */
.pad-left-40 {
  padding-left: 40px;
}

/* line 9262, ../sass/_legacy.scss */
.pad-left-45 {
  padding-left: 45px;
}

/* line 9265, ../sass/_legacy.scss */
.pad-left-50 {
  padding-left: 50px;
}

/* line 9268, ../sass/_legacy.scss */
.pad-left-55 {
  padding-left: 55px;
}

/* line 9271, ../sass/_legacy.scss */
.pad-left-60 {
  padding-left: 60px;
}

/* line 9274, ../sass/_legacy.scss */
.pad-left-65 {
  padding-left: 65px;
}

/* line 9277, ../sass/_legacy.scss */
.pad-left-70 {
  padding-left: 70px;
}

/* line 9280, ../sass/_legacy.scss */
.pad-left-75 {
  padding-left: 75px;
}

/* line 9283, ../sass/_legacy.scss */
.pad-left-80 {
  padding-left: 80px;
}

/* line 9286, ../sass/_legacy.scss */
.pad-left-85 {
  padding-left: 85px;
}

/* line 9289, ../sass/_legacy.scss */
.pad-left-90 {
  padding-left: 90px;
}

/* line 9292, ../sass/_legacy.scss */
.pad-left-95 {
  padding-left: 95px;
}

/* line 9295, ../sass/_legacy.scss */
.pad-left-100 {
  padding-left: 100px;
}

/* line 9298, ../sass/_legacy.scss */
.pad-right-0 {
  padding-right: 0px !important;
}

/* line 9301, ../sass/_legacy.scss */
.pad-right-5 {
  padding-right: 5px;
}

/* line 9304, ../sass/_legacy.scss */
.pad-right-10 {
  padding-right: 10px;
}

/* line 9307, ../sass/_legacy.scss */
.pad-right-15 {
  padding-right: 15px;
}

/* line 9310, ../sass/_legacy.scss */
.pad-right-20 {
  padding-right: 20px;
}

/* line 9313, ../sass/_legacy.scss */
.pad-right-25 {
  padding-right: 25px;
}

/* line 9316, ../sass/_legacy.scss */
.pad-right-30 {
  padding-right: 30px;
}

/* line 9319, ../sass/_legacy.scss */
.pad-right-35 {
  padding-right: 35px;
}

/* line 9322, ../sass/_legacy.scss */
.pad-right-40 {
  padding-right: 40px;
}

/* line 9325, ../sass/_legacy.scss */
.pad-right-45 {
  padding-right: 45px;
}

/* line 9328, ../sass/_legacy.scss */
.pad-right-50 {
  padding-right: 50px;
}

/* line 9331, ../sass/_legacy.scss */
.pad-right-55 {
  padding-right: 55px;
}

/* line 9334, ../sass/_legacy.scss */
.pad-right-60 {
  padding-right: 60px;
}

/* line 9337, ../sass/_legacy.scss */
.pad-right-65 {
  padding-right: 65px;
}

/* line 9340, ../sass/_legacy.scss */
.pad-right-70 {
  padding-right: 70px;
}

/* line 9343, ../sass/_legacy.scss */
.pad-right-75 {
  padding-right: 75px;
}

/* line 9346, ../sass/_legacy.scss */
.pad-right-80 {
  padding-right: 80px;
}

/* line 9349, ../sass/_legacy.scss */
.pad-right-85 {
  padding-right: 85px;
}

/* line 9352, ../sass/_legacy.scss */
.pad-right-90 {
  padding-right: 90px;
}

/* line 9355, ../sass/_legacy.scss */
.pad-right-95 {
  padding-right: 95px;
}

/* line 9358, ../sass/_legacy.scss */
.pad-right-100 {
  padding-right: 100px;
}

/* line 9361, ../sass/_legacy.scss */
.marg-flush {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

/* line 9367, ../sass/_legacy.scss */
.marg-top-0 {
  margin-top: 0px !important;
}

/* line 9370, ../sass/_legacy.scss */
.marg-top-5 {
  margin-top: 5px;
}

/* line 9373, ../sass/_legacy.scss */
.marg-top-10 {
  margin-top: 10px;
}

/* line 9376, ../sass/_legacy.scss */
.marg-top-15 {
  margin-top: 15px;
}

/* line 9379, ../sass/_legacy.scss */
.marg-top-20 {
  margin-top: 20px;
}

/* line 9382, ../sass/_legacy.scss */
.marg-top-25 {
  margin-top: 25px;
}

/* line 9385, ../sass/_legacy.scss */
.marg-top-30 {
  margin-top: 30px;
}

/* line 9388, ../sass/_legacy.scss */
.marg-top-35 {
  margin-top: 35px;
}

/* line 9391, ../sass/_legacy.scss */
.marg-top-40 {
  margin-top: 40px;
}

/* line 9394, ../sass/_legacy.scss */
.marg-top-45 {
  margin-top: 45px;
}

/* line 9397, ../sass/_legacy.scss */
.marg-top-50 {
  margin-top: 50px;
}

/* line 9400, ../sass/_legacy.scss */
.marg-top-55 {
  margin-top: 55px;
}

/* line 9403, ../sass/_legacy.scss */
.marg-top-60 {
  margin-top: 60px;
}

/* line 9406, ../sass/_legacy.scss */
.marg-top-65 {
  margin-top: 65px;
}

/* line 9409, ../sass/_legacy.scss */
.marg-top-70 {
  margin-top: 70px;
}

/* line 9412, ../sass/_legacy.scss */
.marg-top-75 {
  margin-top: 75px;
}

/* line 9415, ../sass/_legacy.scss */
.marg-top-80 {
  margin-top: 80px;
}

/* line 9418, ../sass/_legacy.scss */
.marg-top-85 {
  margin-top: 85px;
}

/* line 9421, ../sass/_legacy.scss */
.marg-top-90 {
  margin-top: 90px;
}

/* line 9424, ../sass/_legacy.scss */
.marg-top-95 {
  margin-top: 95px;
}

/* line 9427, ../sass/_legacy.scss */
.marg-top-100 {
  margin-top: 100px;
}

/* line 9430, ../sass/_legacy.scss */
.marg-bot-0 {
  margin-bottom: 0;
}

/* line 9433, ../sass/_legacy.scss */
.marg-bot-5 {
  margin-bottom: 5px;
}

/* line 9436, ../sass/_legacy.scss */
.marg-bot-10 {
  margin-bottom: 10px;
}

/* line 9439, ../sass/_legacy.scss */
.marg-bot-15 {
  margin-bottom: 15px;
}

/* line 9442, ../sass/_legacy.scss */
.marg-bot-20 {
  margin-bottom: 20px;
}

/* line 9445, ../sass/_legacy.scss */
.marg-bot-25 {
  margin-bottom: 25px;
}

/* line 9448, ../sass/_legacy.scss */
.marg-bot-30 {
  margin-bottom: 30px;
}

/* line 9451, ../sass/_legacy.scss */
.marg-bot-35 {
  margin-bottom: 35px;
}

/* line 9454, ../sass/_legacy.scss */
.marg-bot-40 {
  margin-bottom: 40px;
}

/* line 9457, ../sass/_legacy.scss */
.marg-bot-45 {
  margin-bottom: 45px;
}

/* line 9460, ../sass/_legacy.scss */
.marg-bot-50 {
  margin-bottom: 50px;
}

/* line 9463, ../sass/_legacy.scss */
.marg-bot-55 {
  margin-bottom: 55px;
}

/* line 9466, ../sass/_legacy.scss */
.marg-bot-60 {
  margin-bottom: 60px;
}

/* line 9469, ../sass/_legacy.scss */
.marg-bot-65 {
  margin-bottom: 65px;
}

/* line 9472, ../sass/_legacy.scss */
.marg-bot-70 {
  margin-bottom: 70px;
}

/* line 9475, ../sass/_legacy.scss */
.marg-bot-75 {
  margin-bottom: 75px;
}

/* line 9478, ../sass/_legacy.scss */
.marg-bot-80 {
  margin-bottom: 80px;
}

/* line 9481, ../sass/_legacy.scss */
.marg-bot-85 {
  margin-bottom: 85px;
}

/* line 9484, ../sass/_legacy.scss */
.marg-bot-90 {
  margin-bottom: 90px;
}

/* line 9487, ../sass/_legacy.scss */
.marg-bot-95 {
  margin-bottom: 95px;
}

/* line 9490, ../sass/_legacy.scss */
.marg-bot-100 {
  margin-bottom: 100px;
}

/* line 9493, ../sass/_legacy.scss */
.marg-left-0 {
  margin-left: 0px !important;
}

/* line 9496, ../sass/_legacy.scss */
.marg-left-5 {
  margin-left: 5px;
}

/* line 9499, ../sass/_legacy.scss */
.marg-left-10 {
  margin-left: 10px;
}

/* line 9502, ../sass/_legacy.scss */
.marg-left-15 {
  margin-left: 15px;
}

/* line 9505, ../sass/_legacy.scss */
.marg-left-20 {
  margin-left: 20px;
}

/* line 9508, ../sass/_legacy.scss */
.marg-left-25 {
  margin-left: 25px;
}

/* line 9511, ../sass/_legacy.scss */
.marg-left-30 {
  margin-left: 30px;
}

/* line 9514, ../sass/_legacy.scss */
.marg-left-35 {
  margin-left: 35px;
}

/* line 9517, ../sass/_legacy.scss */
.marg-left-40 {
  margin-left: 40px;
}

/* line 9520, ../sass/_legacy.scss */
.marg-left-45 {
  margin-left: 45px;
}

/* line 9523, ../sass/_legacy.scss */
.marg-left-50 {
  margin-left: 50px;
}

/* line 9526, ../sass/_legacy.scss */
.marg-left-55 {
  margin-left: 55px;
}

/* line 9529, ../sass/_legacy.scss */
.marg-left-60 {
  margin-left: 60px;
}

/* line 9532, ../sass/_legacy.scss */
.marg-left-65 {
  margin-left: 65px;
}

/* line 9535, ../sass/_legacy.scss */
.marg-left-70 {
  margin-left: 70px;
}

/* line 9538, ../sass/_legacy.scss */
.marg-left-75 {
  margin-left: 75px;
}

/* line 9541, ../sass/_legacy.scss */
.marg-left-80 {
  margin-left: 80px;
}

/* line 9544, ../sass/_legacy.scss */
.marg-left-85 {
  margin-left: 85px;
}

/* line 9547, ../sass/_legacy.scss */
.marg-left-90 {
  margin-left: 90px;
}

/* line 9550, ../sass/_legacy.scss */
.marg-left-95 {
  margin-left: 95px;
}

/* line 9553, ../sass/_legacy.scss */
.marg-left-100 {
  margin-left: 100px;
}

/* line 9556, ../sass/_legacy.scss */
.marg-right-0 {
  margin-right: 0px !important;
}

/* line 9559, ../sass/_legacy.scss */
.marg-right-5 {
  margin-right: 5px;
}

/* line 9562, ../sass/_legacy.scss */
.marg-right-10 {
  margin-right: 10px;
}

/* line 9565, ../sass/_legacy.scss */
.marg-right-15 {
  margin-right: 15px;
}

/* line 9568, ../sass/_legacy.scss */
.marg-right-20 {
  margin-right: 20px;
}

/* line 9571, ../sass/_legacy.scss */
.marg-right-25 {
  margin-right: 25px;
}

/* line 9574, ../sass/_legacy.scss */
.marg-right-30 {
  margin-right: 30px;
}

/* line 9577, ../sass/_legacy.scss */
.marg-right-35 {
  margin-right: 35px;
}

/* line 9580, ../sass/_legacy.scss */
.marg-right-40 {
  margin-right: 40px;
}

/* line 9583, ../sass/_legacy.scss */
.marg-right-45 {
  margin-right: 45px;
}

/* line 9586, ../sass/_legacy.scss */
.marg-right-50 {
  margin-right: 50px;
}

/* line 9589, ../sass/_legacy.scss */
.marg-right-55 {
  margin-right: 55px;
}

/* line 9592, ../sass/_legacy.scss */
.marg-right-60 {
  margin-right: 60px;
}

/* line 9595, ../sass/_legacy.scss */
.marg-right-65 {
  margin-right: 65px;
}

/* line 9598, ../sass/_legacy.scss */
.marg-right-70 {
  margin-right: 70px;
}

/* line 9601, ../sass/_legacy.scss */
.marg-right-75 {
  margin-right: 75px;
}

/* line 9604, ../sass/_legacy.scss */
.marg-right-80 {
  margin-right: 80px;
}

/* line 9607, ../sass/_legacy.scss */
.marg-right-85 {
  margin-right: 85px;
}

/* line 9610, ../sass/_legacy.scss */
.marg-right-90 {
  margin-right: 90px;
}

/* line 9613, ../sass/_legacy.scss */
.marg-right-95 {
  margin-right: 95px;
}

/* line 9616, ../sass/_legacy.scss */
.marg-right-100 {
  margin-right: 100px;
}

/* line 9619, ../sass/_legacy.scss */
.valign-container {
  height: 100%;
  font-size: 0px;
}

/* line 9623, ../sass/_legacy.scss */
.valign-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/* line 9629, ../sass/_legacy.scss */
.valign {
  display: inline-block;
  vertical-align: middle;
}

/* line 9635, ../sass/_legacy.scss */
[class^="col-"].no-gutter,
[class*=" col-"].no-gutter {
  padding-right: 0;
  padding-left: 0;
}

/* line 9640, ../sass/_legacy.scss */
.row.contain {
  margin: 0;
}

/* line 9644, ../sass/_legacy.scss */
.border-0,
.table.borderless td,
.table.borderless th,
.table.borderless tbody,
.table-borderless thead {
  border-top: 0;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
}

/* line 9654, ../sass/_legacy.scss */
.border-rad-0 {
  border-radius: 0;
}

/* line 9657, ../sass/_legacy.scss */
html {
  background-color: #e3e3e3;
  height: 100%;
}

/* line 9661, ../sass/_legacy.scss */
body {
  background: none;
  padding-top: 115px;
}

/* line 9665, ../sass/_legacy.scss */
html body.admin-menu {
  padding-top: 115px !important;
}

/* line 9668, ../sass/_legacy.scss */
html body.admin-menu .navbar-fixed-top {
  margin-top: 29px;
}

@media (min-width: 791px) {
  /* line 9672, ../sass/_legacy.scss */
  a[href="/gartner-mq-property-casualty-policy-2016"] {
    margin-right: 35%;
  }
}
@media (max-width: 1024px) {
  /* line 9677, ../sass/_legacy.scss */
  .admin-menu nav.navbar-fixed-top {
    margin-top: 0 !important;
    margin-bottom: 0;
  }

  /* line 9680, ../sass/_legacy.scss */
  .admin-menu .slicknav_menu:first-child {
    top: 76px;
    position: absolute;
    width: 100%;
    z-index: 9;
  }
}
/* line 9686, ../sass/_legacy.scss */
html,
body {
  font-family: 'Open Sans', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 400;
  color: #676767;
  font-size: 14px;
  width: 100%;
}

/* line 9696, ../sass/_legacy.scss */
a {
  color: #00749f;
}

/* line 9699, ../sass/_legacy.scss */
a:hover {
  color: #014D69;
}

/* line 9702, ../sass/_legacy.scss */
a:hover,
a:active,
a:visited,
a:focus {
  text-decoration: none;
  outline: 0;
}

/* line 9709, ../sass/_legacy.scss */
#eyebrow a:hover,
#eyebrow li:hover a,
#footer-menu .primary li a:hover,
#footer-menu .secondary li a:hover {
  color: #cccccc;
}

/* line 9715, ../sass/_legacy.scss */
.customer-slide-right .resources a {
  font-size: 20px;
  color: #ffffff;
}

/* line 9719, ../sass/_legacy.scss */
#nav li a:hover > span,
#nav li:hover a > span,
aside ul.icon-list li a:hover,
.customer-slide-right .resources a:hover {
  color: #999999;
}

/* line 9725, ../sass/_legacy.scss */
.pane-tagadelic-taxonomy-tagadelic-taxonomy a.more {
  display: none;
}

/* line 9728, ../sass/_legacy.scss */
table a.edit,
table a.delete {
  color: #7f8c8d;
}

/* line 9732, ../sass/_legacy.scss */
table a.edit:hover,
table a.delete:hover {
  color: #5bc0de;
}

/* line 9737, ../sass/_legacy.scss */
.iphone-only {
  display: none;
}

@media only screen and (width: 320px) and (orientation: portrait), only screen and (width: 375px) and (orientation: portrait), only screen and (width: 414px) and (orientation: portrait) {
  /* line 9741, ../sass/_legacy.scss */
  .iphone-parent {
    position: relative;
  }

  /* line 9743, ../sass/_legacy.scss */
  .iphone-only {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clear: both;
    margin-left: 10px;
  }

  /* line 9750, ../sass/_legacy.scss */
  .noniphone-only {
    display: none;
  }
}
/* line 9755, ../sass/_legacy.scss */
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  vertical-align: middle;
  padding: 5px 15px 0px;
}

/* line 9764, ../sass/_legacy.scss */
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px 15px;
}

/* line 9772, ../sass/_legacy.scss */
.table.no-border tbody,
.table.no-border tr,
.table.no-border td {
  border: 0;
}

/* line 9777, ../sass/_legacy.scss */
.table-head-left > tbody > tr > th {
  background-color: #f1f1f1;
  width: 20%;
  border-right: 1px solid #ddd;
}

/* line 9782, ../sass/_legacy.scss */
.table-cell {
  display: table-cell;
}

/* line 9785, ../sass/_legacy.scss */
.view-events .event .field-label {
  width: 25%;
}

/* line 9788, ../sass/_legacy.scss */
.view-events .event table td.field-label {
  vertical-align: top;
}

/* line 9791, ../sass/_legacy.scss */
.event-title {
  font-size: 16px;
}

/* line 9795, ../sass/_legacy.scss */
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 0;
}

/* line 9803, ../sass/_legacy.scss */
.btn {
  border-radius: 0;
}

/* line 9806, ../sass/_legacy.scss */
.btn-round {
  border-radius: 5px;
}

/* line 9809, ../sass/_legacy.scss */
.form-submit:hover {
  background-color: #129d45 !important;
}

/* line 9812, ../sass/_legacy.scss */
.form-submit,
.btn-green {
  font-size: 20px;
  padding: 10px 30px;
  border: none;
  background-color: #14b14b !important;
  color: #ffffff !important;
}

/* line 9820, ../sass/_legacy.scss */
.btn-green:hover,
.btn-green a:hover {
  background-color: #129d45 !important;
}

/* line 9824, ../sass/_legacy.scss */
a.btn-green {
  max-width: 100%;
  white-space: -moz-pre-wrap !important;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: pre-wrap;
  word-wrap: break-word;
  white-space: -webkit-pre-wrap;
  word-break: break-word;
  white-space: normal;
}

/* line 9835, ../sass/_legacy.scss */
.form-submit {
  padding: 5px 20px;
  height: auto;
}

/* line 9839, ../sass/_legacy.scss */
.btn-green:hover {
  color: #ffffff;
}

/* line 9843, ../sass/_legacy.scss */
.icon-x {
  background-image: url(../images/icons/icon_icon-x.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 36px;
  height: 41px;
}

/* line 9851, ../sass/_legacy.scss */
.icon-location,
.icon-email {
  display: inline-block;
  width: 42px;
  height: 42px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

/* line 9860, ../sass/_legacy.scss */
.icon-email {
  background-image: url(../images/icons/icon_email.png);
}

/* line 9863, ../sass/_legacy.scss */
.icon-location {
  background-image: url(../images/icons/icon_map-pin.png);
}

/* line 9866, ../sass/_legacy.scss */
.icon-text-hidden {
  clip: rect(0 0 0 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px;
}

/* line 9874, ../sass/_legacy.scss */
.event-icon {
  display: block;
  width: 42px;
  height: 42px;
  background-repeat: no-repeat;
  background-size: 100%;
}

/* line 9881, ../sass/_legacy.scss */
.event .webinar .event-icon,
.event-icon.webinar {
  background-image: url(../images/icons/icon_event_webinar.png);
}

/* line 9885, ../sass/_legacy.scss */
.event .trade-show .event-icon,
.event-icon.trade-show {
  background-image: url(../images/icons/icon_event_tradeshow.png);
}

/* line 9889, ../sass/_legacy.scss */
.event .conference .event-icon,
.event-icon.conference {
  background-image: url(../images/icons/icon_event_conference.png);
}

/* line 9894, ../sass/_legacy.scss */
.grid-container,
form#user-login {
  width: 100%;
  max-width: 1020px;
  padding-left: 20px;
  padding-right: 20px;
}

/* line 9901, ../sass/_legacy.scss */
form#user-login {
  margin: 0 auto;
  padding: 50px 30px;
}

/* line 9906, ../sass/_legacy.scss */
.bg-white {
  background-color: #ffffff;
}

/* line 9909, ../sass/_legacy.scss */
.bg-teal {
  background-color: #00a5b8;
}

/* line 9912, ../sass/_legacy.scss */
.bg-green {
  background-color: #00a777;
}

/* line 9915, ../sass/_legacy.scss */
.bg-mblue,
h2.bg-mblue,
aside .block-header-blue h2,
.group-boxes-blue .box .box-header,
.btn-blue {
  background-color: #00739d;
}

/* line 9922, ../sass/_legacy.scss */
.bg-dblue {
  background-color: #005879;
}

/* line 9925, ../sass/_legacy.scss */
.bg-lblue {
  background-color: #0081c2;
}

/* line 9928, ../sass/_legacy.scss */
.bg-lgray {
  background-color: #f1f1f1;
}

/* line 9931, ../sass/_legacy.scss */
.bg-mgray {
  background-color: #666666;
}

/* line 9934, ../sass/_legacy.scss */
.bg-dgray {
  background-color: #484848;
}

/* line 9937, ../sass/_legacy.scss */
.bg-orange,
h2.bg-orange,
aside .block-header-orange h2,
aside h2.bg-orange,
aside .block h2.bg-orange,
.bean-contacts .field-name-title-field {
  background-color: #f5861f;
}

/* line 9945, ../sass/_legacy.scss */
.font-white,
.btn-blue,
.group-boxes-blue .box .box-header {
  color: #ffffff !important;
}

/* line 9950, ../sass/_legacy.scss */
.font-black {
  color: #000000 !important;
}

/* line 9953, ../sass/_legacy.scss */
.font-lgray {
  color: #cccccc !important;
}

/* line 9956, ../sass/_legacy.scss */
.font-dgray,
i.font-dgray:before {
  color: #676767 !important;
}

/* line 9960, ../sass/_legacy.scss */
.font-dblue {
  color: #00749f !important;
}

/* line 9964, ../sass/_legacy.scss */
.bold {
  font-weight: 700;
}

/* line 9967, ../sass/_legacy.scss */
.semibold {
  font-weight: 600;
}

/* line 9970, ../sass/_legacy.scss */
.normal {
  font-weight: 400;
}

/* line 9973, ../sass/_legacy.scss */
.normal.italic {
  font-weight: 400;
  font-style: italic;
}

/* line 9977, ../sass/_legacy.scss */
.italic {
  font-style: italic;
}

/* line 9980, ../sass/_legacy.scss */
.non-en {
  font-family: sans-serif !important;
}

/* line 9983, ../sass/_legacy.scss */
.lineheight-15,
ul.lineheight-15 {
  line-height: 15px;
}

/* line 9987, ../sass/_legacy.scss */
.lineheight-23,
ul.lineheight-23 {
  line-height: 23px;
}

/* line 9991, ../sass/_legacy.scss */
.lineheight-25,
ul.lineheight-25 {
  line-height: 25px;
}

/* line 9995, ../sass/_legacy.scss */
.lineheight-30,
ul.lineheight-30 li {
  line-height: 30px;
}

/* line 9999, ../sass/_legacy.scss */
.lineheight-34,
ul.lineheight-34 li {
  line-height: 34px;
}

/* line 10003, ../sass/_legacy.scss */
.lineheight-60,
ul.lineheight-60 li {
  line-height: 60px;
}

/* line 10007, ../sass/_legacy.scss */
.level1 {
  font-size: 1em !important;
}

/* line 10010, ../sass/_legacy.scss */
.level2 {
  font-size: 1.2em !important;
}

/* line 10013, ../sass/_legacy.scss */
.level3 {
  font-size: 1.4em !important;
}

/* line 10016, ../sass/_legacy.scss */
.level4 {
  font-size: 1.6em !important;
}

/* line 10019, ../sass/_legacy.scss */
.level5 {
  font-size: 1.8em !important;
}

/* line 10022, ../sass/_legacy.scss */
.level6 {
  font-size: 2em !important;
}

/* line 10025, ../sass/_legacy.scss */
.level7 {
  font-size: 2.2em !important;
}

/* line 10028, ../sass/_legacy.scss */
.level8 {
  font-size: 2.4em !important;
}

/* line 10031, ../sass/_legacy.scss */
.level9 {
  font-size: 2.6em !important;
}

/* line 10034, ../sass/_legacy.scss */
.level10 {
  font-size: 2.8em !important;
}

/* line 10038, ../sass/_legacy.scss */
p {
  margin-left: 0px !important;
}

/* line 10041, ../sass/_legacy.scss */
#interior-banner p {
  padding-top: 10px;
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 0px;
}

/* line 10047, ../sass/_legacy.scss */
.view-industry-recognition p {
  margin-bottom: 0px;
}

/* line 10050, ../sass/_legacy.scss */
p,
ul,
ol {
  margin-bottom: 30px;
}

/* line 10055, ../sass/_legacy.scss */
.search-snippet-info {
  padding-left: 0px !important;
}

/* line 10058, ../sass/_legacy.scss */
.content p:last-child,
.content ul:last-child,
.view-content ul:last-child,
.view-content ul li:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

/* line 10065, ../sass/_legacy.scss */
p.marg-bot-0 {
  margin-bottom: 0px !important;
}

/* line 10068, ../sass/_legacy.scss */
.clear-para-marg p,
.clear-para-marg p:last-child {
  margin: 0px !important;
}

/* line 10072, ../sass/_legacy.scss */
article p,
article ul {
  margin-bottom: 30px;
}

/* line 10076, ../sass/_legacy.scss */
p,
li {
  font-size: inherit;
}

/* line 10080, ../sass/_legacy.scss */
h1,
h2,
h3,
h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}

/* line 10089, ../sass/_legacy.scss */
.node-type-press-release h2.pane-title {
  font-size: 25px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 0px !important;
  padding: 0 10px;
}

/* line 10096, ../sass/_legacy.scss */
#interior-banner h1 {
  margin: 0px !important;
  color: #ffffff;
  font-size: 35px;
  font-weight: 600;
}

/* line 10102, ../sass/_legacy.scss */
article .body h2 {
  font-size: 25px;
  margin-bottom: 30px;
}

/* line 10106, ../sass/_legacy.scss */
h3.text-left {
  text-align: left;
}

/* line 10109, ../sass/_legacy.scss */
h3.marg-bot-10 {
  margin-bottom: 10px;
}

/* line 10112, ../sass/_legacy.scss */
.view-leadership-team h3 {
  margin-bottom: 20px;
}

/* line 10115, ../sass/_legacy.scss */
.view-customers-filter h3 {
  margin-bottom: 30px;
  text-align: center;
}

/* line 10119, ../sass/_legacy.scss */
.view.view-leadership-team > h3 {
  margin-top: 40px;
}

/* line 10122, ../sass/_legacy.scss */
.view.view-leadership-team > h3:first-child {
  margin-top: 0px;
}

/* line 10125, ../sass/_legacy.scss */
h4 {
  font-weight: bold;
}

/* line 10128, ../sass/_legacy.scss */
q,
.customer-slide-right .quote h3 {
  quotes: "“" "”" "‘" "’";
}

/* line 10132, ../sass/_legacy.scss */
q:before,
.customer-slide-right .quote h3:before {
  content: open-quote;
  display: inline-block;
}

/* line 10137, ../sass/_legacy.scss */
q:after,
.customer-slide-right .quote h3:after {
  content: close-quote;
  display: inline-block;
}

/* line 10142, ../sass/_legacy.scss */
.view-customer-stories-block q:before {
  width: 3px;
}

/* line 10145, ../sass/_legacy.scss */
.view-customer-stories-block q:after {
  margin-left: -3px;
}

/* line 10148, ../sass/_legacy.scss */
#interior-banner {
  padding-top: 25px;
}

/* line 10151, ../sass/_legacy.scss */
.alpha-90 {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

/* line 10155, ../sass/_legacy.scss */
.center-block {
  float: none !important;
}

/* line 10158, ../sass/_legacy.scss */
.img-responsive img {
  display: block;
  height: auto;
  max-width: 100%;
}

/* line 10163, ../sass/_legacy.scss */
.img-full-width {
  width: 100%;
}

/* line 10166, ../sass/_legacy.scss */
.img-blogger img {
  width: 65px;
  height: auto;
}

/* line 10170, ../sass/_legacy.scss */
.bring-to-front {
  position: relative;
  z-index: 99;
}

/* line 10174, ../sass/_legacy.scss */
.hover-box {
  display: block !important;
  border-top: 3px solid transparent;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
}

/* line 10180, ../sass/_legacy.scss */
.hover-box-teal:hover {
  border-color: #00a5b8;
}

/* line 10183, ../sass/_legacy.scss */
.hover-box-teal span {
  color: #00a5b8;
}

/* line 10186, ../sass/_legacy.scss */
.hover-box-teal:hover span {
  background-color: #00a5b8;
}

/* line 10189, ../sass/_legacy.scss */
.hover-box-mblue:hover {
  border-color: #00739d;
}

/* line 10192, ../sass/_legacy.scss */
.hover-box-mblue span {
  color: #00739d;
}

/* line 10195, ../sass/_legacy.scss */
.hover-box-mblue:hover span {
  background-color: #00739d;
}

/* line 10198, ../sass/_legacy.scss */
.hover-box-lblue:hover {
  border-color: #0081c2;
}

/* line 10201, ../sass/_legacy.scss */
.hover-box-lblue span {
  color: #0081c2;
}

/* line 10204, ../sass/_legacy.scss */
.hover-box-lblue:hover span {
  background-color: #0081c2;
}

/* line 10207, ../sass/_legacy.scss */
.hover-box-green:hover {
  border-color: #00a777;
}

/* line 10210, ../sass/_legacy.scss */
.hover-box-green span {
  color: #00a777;
}

/* line 10213, ../sass/_legacy.scss */
.hover-box-green:hover span {
  background-color: #00a777;
}

/* line 10216, ../sass/_legacy.scss */
.hover-box span {
  padding: 10px;
  display: block;
  text-align: center;
  min-height: 75px;
  line-height: normal;
}

/* line 10223, ../sass/_legacy.scss */
.hover-box-icons span {
  font-size: 16px;
  font-weight: 600;
}

/* line 10227, ../sass/_legacy.scss */
.hover-box .hover-box-icon {
  padding: 10px 0;
  margin: 0 auto;
}

/* line 10231, ../sass/_legacy.scss */
.hover-box-teal:hover span,
.hover-box-mblue:hover span,
.hover-box-lblue:hover span,
.hover-box-green:hover span {
  color: #ffffff;
}

/* line 10237, ../sass/_legacy.scss */
.item-list ul {
  margin-bottom: 0px;
}

/* line 10240, ../sass/_legacy.scss */
.item-list ul li {
  list-style-type: none;
  margin-left: 0px;
}

/* line 10244, ../sass/_legacy.scss */
.customer-hover li,
.customer-hover li a,
.customer-hover li a div,
.customer-hover li a:after {
  display: inline-block;
  padding: 0px;
  margin: 0px;
}

/* line 10252, ../sass/_legacy.scss */
.customer-hover li a:after {
  content: ", ";
}

/* line 10255, ../sass/_legacy.scss */
.customer-hover ul li.last a:after {
  display: none;
}

/* line 10258, ../sass/_legacy.scss */
ul.icon-list li,
ul.list-unstyled li {
  margin-left: 0px;
}

/* line 10262, ../sass/_legacy.scss */
ul.icon-list li:last-child,
ul.icon-list li.views-row-last {
  padding-bottom: 0px !important;
}

/* line 10266, ../sass/_legacy.scss */
ul.icon-list li a {
  color: #676767;
  font-size: 16px;
  line-height: normal;
}

/* line 10271, ../sass/_legacy.scss */
ul.icon-list img {
  margin-right: 10px;
  width: 42px;
}

/* line 10275, ../sass/_legacy.scss */
.block-quicktabs .quicktabs-wrapper .app-blocks .item-list {
  padding-left: 0px;
  padding-right: 0px;
}

/* line 10279, ../sass/_legacy.scss */
.app-blocks .item-list li {
  margin-bottom: 10px;
}

/* line 10282, ../sass/_legacy.scss */
.app-blocks .item-list li.last {
  margin-bottom: 0px;
}

/* line 10285, ../sass/_legacy.scss */
.valign-container .pane-content {
  display: inline-block;
  vertical-align: middle;
}

/* line 10289, ../sass/_legacy.scss */
.customer-video,
.customer-video > div,
.customer-video object {
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
}

/* line 10299, ../sass/_legacy.scss */
.customer-video.open,
.customer-video.open > div,
.customer-video.open object {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
}

/* line 10306, ../sass/_legacy.scss */
footer ul li,
footer ul.list-inline li {
  padding: 0px;
}

/* line 10310, ../sass/_legacy.scss */
#footer-menu .primary li {
  margin-left: 40px;
}

/* line 10313, ../sass/_legacy.scss */
#footer-menu .primary li:first-child {
  margin-left: 0px;
}

/* line 10316, ../sass/_legacy.scss */
#footer-menu .primary-mobile-wrapper .primary li {
  margin-left: 0px;
}

/* line 10319, ../sass/_legacy.scss */
#footer-menu .primary li a {
  color: #ffffff;
  font-size: 20px;
}

/* line 10323, ../sass/_legacy.scss */
#footer-menu .secondary li:before {
  content: "|";
  padding-right: 10px;
  padding-left: 10px;
}

/* line 10328, ../sass/_legacy.scss */
#footer-menu .secondary li:first-child:before {
  display: none;
}

/* line 10331, ../sass/_legacy.scss */
#footer-menu .secondary li a {
  text-decoration: underline;
  color: #ffffff;
}

/* line 10335, ../sass/_legacy.scss */
#breadcrumbs ul {
  padding-bottom: 25px;
}

/* line 10338, ../sass/_legacy.scss */
#breadcrumbs ul li {
  color: #ffffff;
}

/* line 10341, ../sass/_legacy.scss */
#breadcrumbs ul li a,
#breadcrumbs ul li i {
  color: #d9d7d7;
}

/* line 10345, ../sass/_legacy.scss */
#breadcrumbs ul li i {
  padding-left: 15px;
}

/* line 10348, ../sass/_legacy.scss */
#interior-banner i.glyphicon:before {
  content: "\e082";
}

/* line 10351, ../sass/_legacy.scss */
#interior-banner .collapsed i.glyphicon:before {
  content: "\e081";
}

/* line 10354, ../sass/_legacy.scss */
.pager li > a,
.pager li > span {
  border-radius: 0px;
}

/* line 10358, ../sass/_legacy.scss */
.pager li > a,
.pager li > span {
  padding: 5px 5px;
  border: 0px;
}

/* line 10363, ../sass/_legacy.scss */
.pager li > a:hover,
.pager li > span:hover {
  background-color: #ffffff;
}

/* line 10368, ../sass/_legacy.scss */
.search-form .input-group .input-group-addon {
  background: white !important;
  padding: 0px 0px 0 0;
  border-radius: 0;
  height: 25px;
  position: relative;
  z-index: 3;
}

/* line 10377, ../sass/_legacy.scss */
.search-form .input-group .form-control,
.search-form .form-item input {
  border-right: 0;
  box-shadow: 0 0 0;
  border-color: #ccc;
}

/* line 10383, ../sass/_legacy.scss */
.search-form .input-group input {
  border-radius: 0;
  height: 25px;
  padding: 0px 12px;
  width: 100% !important;
}

/* line 10389, ../sass/_legacy.scss */
.search-form .input-group {
  width: 100%;
}

/* line 10392, ../sass/_legacy.scss */
.search-form .input-group button,
#subscribe-form .input-group button {
  border: 0;
  background: transparent;
  border-radius: 0;
}

/* line 10398, ../sass/_legacy.scss */
.search-form .input-group input:focus,
.search-form .input-group .input-group-addon {
  z-index: 3;
}

/* line 10402, ../sass/_legacy.scss */
.search-form .form-actions input {
  text-indent: -9999px;
  background-color: transparent !important;
  color: #555555 !important;
}

/* line 10407, ../sass/_legacy.scss */
.search-form input[type="submit"] {
  display: none;
}

/* line 10410, ../sass/_legacy.scss */
#subscribe-form .form-group {
  width: 75%;
}

/* line 10413, ../sass/_legacy.scss */
#subscribe-form input[type="text"] {
  width: 100%;
  border-radius: 0;
}

/* line 10417, ../sass/_legacy.scss */
#subscribe-form input[type="submit"] {
  font-size: 18px;
}

/* line 10420, ../sass/_legacy.scss */
#subscribe-form input[type="submit"]:hover {
  color: #ffffff;
  text-decoration: none;
}

/* line 10424, ../sass/_legacy.scss */
aside .webform-component input[type="text"],
aside .webform-component input[type="email"] {
  width: 100%;
}

/* line 10428, ../sass/_legacy.scss */
#webform-client-form-14 .form-group,
#webform-client-form-14 .form-group label,
#webform-client-form-14 .form-group input {
  float: left;
  display: inline;
}

/* line 10434, ../sass/_legacy.scss */
.webform-component-fieldset .form-group {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

/* line 10438, ../sass/_legacy.scss */
.webform-component-fieldset .control-label {
  text-align: left;
}

/* line 10441, ../sass/_legacy.scss */
.webform-component-fieldset .control-label.text-right {
  text-align: right !important;
}

/* line 10444, ../sass/_legacy.scss */
.form-control,
.form-textarea,
.form-text,
.form-select {
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  border: 1px solid #ccc;
  box-shadow: inset 2px 2px 1px rgba(0, 0, 0, 0.09), inset -2px -2px 1px rgba(0, 0, 0, 0.09);
  border-radius: 0;
  background-color: #fff;
}

/* line 10457, ../sass/_legacy.scss */
.form-control,
.form-text,
.form-select {
  height: 34px;
}

/* line 10462, ../sass/_legacy.scss */
label {
  height: 34px;
  padding-top: 6px;
  padding-bottom: 6px;
  line-height: 1.42857143;
}

/* line 10468, ../sass/_legacy.scss */
.webform-component--region label .form-required {
  display: none;
}

/* line 10471, ../sass/_legacy.scss */
.webform-component--region .form-select {
  min-width: 180px;
}

/* line 10474, ../sass/_legacy.scss */
.view-id-locations {
  line-height: 1.5em;
}

/* line 10477, ../sass/_legacy.scss */
.view-id-locations .views-field {
  margin-bottom: 10px;
}

/* line 10480, ../sass/_legacy.scss */
.view-id-locations .views-field-field-telephone,
.view-id-locations .views-field-field-fax {
  font-weight: bold;
}

/* line 10484, ../sass/_legacy.scss */
.view-id-locations .views-field-contact-links {
  line-height: 45px;
}

/* line 10487, ../sass/_legacy.scss */
.view-id-locations .views-field-contact-links span {
  display: inline-block;
  height: 45px;
  vertical-align: middle;
}

/* line 10492, ../sass/_legacy.scss */
.view-id-Locations .views-exposed-widget {
  float: none;
}

/* line 10495, ../sass/_legacy.scss */
.view-id-Locations #edit-field-regions-tid-wrapper select {
  width: 100%;
}

/* line 10498, ../sass/_legacy.scss */
.view-id-Locations .views-exposed-form {
  border: 0px;
}

/* line 10503, ../sass/_legacy.scss */
.slick-container {
  position: relative;
}

/* line 10506, ../sass/_legacy.scss */
.slick-slider {
  margin-bottom: 0px;
}

/* line 10509, ../sass/_legacy.scss */
.slick-slide {
  outline: 0 !important;
}

/* line 10512, ../sass/_legacy.scss */
.slick-slide img {
  display: inline-block;
}

/* line 10515, ../sass/_legacy.scss */
.slick-controls {
  position: absolute;
  bottom: 0;
}

/* line 10519, ../sass/_legacy.scss */
.slick-controls.with-dots {
  display: inline-block;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

/* line 10527, ../sass/_legacy.scss */
.slick-controls.with-dots ul {
  margin-bottom: 0px;
}

/* line 10530, ../sass/_legacy.scss */
.slick-controls.no-dots {
  width: 100%;
  max-width: 960px;
  top: 50%;
  left: 10%;
  right: 10%;
  margin-top: -20px;
  pointer-events: none;
}

/* line 10539, ../sass/_legacy.scss */
.slick-controls.no-dots .slick-control {
  top: auto;
  pointer-events: all;
}

/* line 10543, ../sass/_legacy.scss */
.slick-controls.no-dots .slick-prev {
  left: 0;
}

/* line 10546, ../sass/_legacy.scss */
.slick-controls.no-dots .slick-next {
  right: 0;
}

/* line 10549, ../sass/_legacy.scss */
.slick-prev:before,
.slick-next:before {
  display: none;
}

/* line 10553, ../sass/_legacy.scss */
.slick-prev,
.slick-next {
  width: auto;
  height: auto;
}

/* line 10558, ../sass/_legacy.scss */
.slick-controls.with-dots .slick-dots {
  position: relative;
  bottom: auto;
  display: inline-block;
  width: auto;
}

/* line 10564, ../sass/_legacy.scss */
.slick-dots li {
  display: inline-block;
  text-indent: -999px;
  cursor: pointer;
  background-color: #cfcfcf;
  margin-left: 5px;
  margin-right: 5px;
}

/* line 10572, ../sass/_legacy.scss */
.slick-dots li.slick-active {
  background-color: #4c9dbc;
}

/* line 10575, ../sass/_legacy.scss */
.slick-dots li {
  list-style-type: square;
  border-radius: 0;
  border: 0;
  width: 10px;
  height: 10px;
}

/* line 10582, ../sass/_legacy.scss */
.slick-dots li button {
  text-indent: -9999px;
}

/* line 10585, ../sass/_legacy.scss */
.slick-control,
.slick-control:hover,
.slick-control:focus {
  color: #cfcfcf;
}

/* line 10591, ../sass/_legacy.scss */
#banner-slider {
  margin-bottom: 0px;
}

/* line 10594, ../sass/_legacy.scss */
#banner-slider .banner {
  height: 508px;
}

/* line 10597, ../sass/_legacy.scss */
#banner-slider .bg-image {
  background-position: 50% 0;
}

/* line 10600, ../sass/_legacy.scss */
#banner-slider .slick-slide .item-content {
  position: relative;
  z-index: 9;
}

/* line 10604, ../sass/_legacy.scss */
#banner-slider .banner-content {
  display: inherit;
}

/* line 10607, ../sass/_legacy.scss */
#banner-slider .banner-content h2 {
  margin: 0px;
  padding-bottom: 10px;
  font-size: 45px;
  font-weight: 600;
}

/* line 10613, ../sass/_legacy.scss */
#banner-slider .banner-content p {
  margin-bottom: 0px;
}

/* line 10616, ../sass/_legacy.scss */
.front #banner-slider .banner-content p:last-child {
  padding-left: 35px;
  padding-right: 35px;
}

/* line 10621, ../sass/_legacy.scss */
#banner-slider .banner-content img {
  margin-bottom: 15px;
}

/* line 10624, ../sass/_legacy.scss */
#banner-slider .banner-video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 01;
  width: 100%;
}

/* line 10631, ../sass/_legacy.scss */
.slick-slide,
#banner-slider > div {
  display: none;
}

/* line 10635, ../sass/_legacy.scss */
.slick-slide:first-child,
.slick-initialized .slick-slide,
#banner-slider > div:first-child {
  display: block;
}

/* line 10640, ../sass/_legacy.scss */
#banner .slick-controls {
  bottom: 40px;
}

/* line 10643, ../sass/_legacy.scss */
.view-display-id-block_related_slider .slick-prev,
.view-display-id-block_related_slider .slick-next {
  top: 20px;
}

/* line 10647, ../sass/_legacy.scss */
#outcomes-controls {
  display: none;
}

/* line 10650, ../sass/_legacy.scss */
#customer-stories .slider-nav,
.view-featured-customers .slider-nav {
  max-width: 960px;
  display: none;
}

@media (max-width: 768px) {
  /* line 10656, ../sass/_legacy.scss */
  #customer-stories .slider-nav div.slick-list,
  .view-featured-customers .slider-nav div.slick-list {
    margin: 0 50px;
  }
}
/* line 10660, ../sass/_legacy.scss */
#customer-stories .slider-nav .slick-list,
.view-featured-customers .slider-nav .slick-list {
  padding: 0 !important;
}

/* line 10664, ../sass/_legacy.scss */
#customer-stories .slick-control,
.view-featured-customers .slick-control {
  margin-top: -45px;
}

/* line 10668, ../sass/_legacy.scss */
.view-featured-customers .slider-for .slick-slide {
  background-position: 50% 0;
}

/* line 10671, ../sass/_legacy.scss */
#customer-stories .slider-nav .slick-slide img,
.view-featured-customers .slider-nav .slick-slide img {
  cursor: pointer;
  display: inline-block;
}

/* line 10676, ../sass/_legacy.scss */
.view-featured-customers .slick-prev {
  left: 0px;
}

/* line 10679, ../sass/_legacy.scss */
.view-featured-customers .slick-next {
  right: 0px;
}

/* line 10682, ../sass/_legacy.scss */
#explore-products .slick-controls {
  bottom: auto;
}

/* line 10685, ../sass/_legacy.scss */
#explore-products .slick-slide ul:last-child {
  margin-bottom: 0px;
}

/* line 10688, ../sass/_legacy.scss */
#explore-products .slick-slide h3 {
  padding-bottom: 10px;
}

/* line 10691, ../sass/_legacy.scss */
.more-stories .slick-controls {
  bottom: inherit;
  position: relative;
}

/* line 10695, ../sass/_legacy.scss */
.more-stories .slick-controls .slick-next,
.more-stories .slick-controls .slick-prev {
  position: relative;
  display: inline-block;
  right: auto;
  left: auto;
}

/* line 10702, ../sass/_legacy.scss */
.more-stories .slick-controls .slick-next {
  padding-left: 20px;
}

/* line 10705, ../sass/_legacy.scss */
.more-stories-slider.slick-slider {
  margin-bottom: 0;
}

/* line 10708, ../sass/_legacy.scss */
.more-stories-slider a {
  font-size: 14px;
}

/* line 10712, ../sass/_legacy.scss */
.block,
aside .panel-pane {
  margin-bottom: 30px;
}

/* line 10716, ../sass/_legacy.scss */
.block-custom-search-blocks,
aside .panel-pane:last-child {
  margin-bottom: 0px;
}

/* line 10720, ../sass/_legacy.scss */
aside .block h2,
aside .block .field-name-title-field,
aside .pane-title,
.related-resources-content-section .product-press-title {
  color: #ffffff;
  padding: 10px 15px;
  font-size: 20px;
  font-weight: 600;
  background-color: #00739d;
}

/* line 10730, ../sass/_legacy.scss */
aside .block .block-body .field-name-title-field {
  background-color: #ffffff;
  color: #676767;
  font-size: 18px;
  padding: 0 0 5px 0;
  font-weight: bold;
}

/* line 10737, ../sass/_legacy.scss */
.boilerplate h2 {
  background-color: transparent;
}

/* line 10740, ../sass/_legacy.scss */
aside .block-body,
aside .pane-content {
  padding: 20px 15px;
  border-left: 2px solid #eeeeee;
  border-right: 2px solid #eeeeee;
  border-bottom: 2px solid #eeeeee;
}

/* line 10747, ../sass/_legacy.scss */
aside .image-block .pane-content {
  border: 0px;
}

/* line 10750, ../sass/_legacy.scss */
.block ul li:last-child {
  padding-bottom: 0px;
}

/* line 10753, ../sass/_legacy.scss */
aside .block a,
aside .panel-pane a,
#view-press-releases-block .field-name-title-field {
  font-size: 18px;
  display: inline-block;
}

/* line 10760, ../sass/_legacy.scss */
.block p,
aside .pane-content a {
  font-size: 16px;
}

/* line 10764, ../sass/_legacy.scss */
.field-name-field-contact-email .field-label,
.field-name-field-contact-email .field-items,
.field-name-field-contact-email .field-item {
  display: inline;
}

/* line 10769, ../sass/_legacy.scss */
.block .view-Locations .office-location a {
  font-size: 14px;
}

/* line 10772, ../sass/_legacy.scss */
aside .featured-partner {
  height: 100px;
}

/* line 10776, ../sass/_legacy.scss */
.panels-region--main .pane-custom .pane-title,
.panels-region--main p,
.no-sidebars .panel-pane .pane-title {
  margin-bottom: 30px;
}

/* line 10781, ../sass/_legacy.scss */
.panel-pane .pane-title {
  text-align: center;
}

/* line 10784, ../sass/_legacy.scss */
aside .panel-pane .pane-title {
  margin-bottom: 0px !important;
  text-align: left;
}

/* line 10789, ../sass/_legacy.scss */
.bean-contacts {
  line-height: 2em;
}

/* line 10792, ../sass/_legacy.scss */
.bean-contacts .field-name-title-field {
  display: none;
}

/* line 10795, ../sass/_legacy.scss */
.bean-contacts .field-name-field-contact > .field-items > .field-item {
  margin-bottom: 10px;
}

/* line 10798, ../sass/_legacy.scss */
.bean-contacts .field-name-field-contact > .field-items > .field-item:last-child {
  margin-bottom: 0;
}

/* line 10801, ../sass/_legacy.scss */
.bean-contacts .field-name-field-contact-phone,
.bean-contacts .field-name-field-contact-name {
  font-weight: bold;
}

/* line 10808, ../sass/_legacy.scss */
.panel-body .description,
.filter-links .form-item .description {
  display: none;
}

/* line 10812, ../sass/_legacy.scss */
.form-type-bef-link a,
#quicktabs-press_releases_filter .views-exposed-form li a,
#quicktabs-in_the_news_filter .views-exposed-form li a,
.view-press-releases .views-summary a,
.view-in-the-news .views-summary a {
  float: left;
  margin-left: 5px;
  margin-bottom: 5px;
  display: inline-block;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  background-color: #ffffff;
  border: 2px solid #cccccc;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 10840, ../sass/_legacy.scss */
#quicktabs-press_releases_filter .views-exposed-form li a,
#quicktabs-in_the_news_filter .views-exposed-form li a {
  float: none;
  width: 100%;
  margin-left: 0px;
}

/* line 10846, ../sass/_legacy.scss */
.view-product-tabs .form-type-bef-link a {
  width: auto;
}

/* line 10849, ../sass/_legacy.scss */
.form-type-bef-link a:focus,
.form-type-bef-link a:active:focus,
.form-type-bef-link a.active:focus,
.form-type-bef-link a.focus,
.form-type-bef-link a:active.focus,
.form-type-bef-link a.active.focus,
.view-press-releases .views-summary a:focus,
.view-in-the-news .views-summary a:focus {
  outline: 0;
}

/* line 10859, ../sass/_legacy.scss */
.form-type-bef-link a:hover,
.form-type-bef-link a:focus,
.form-type-bef-link a.focus,
.view-press-releases .views-summary a:hover,
.view-in-the-news .views-summary a:hover {
  color: #ffffff;
  background-color: #14b14b;
  text-decoration: none;
  border: 2px solid transparent;
}

/* line 10869, ../sass/_legacy.scss */
.form-type-bef-link a:active,
.form-type-bef-link a.active,
.view-press-releases .views-summary a.active,
.view-in-the-news .views-summary a.active,
#quicktabs-press_releases_filter .views-exposed-form li:active a,
#quicktabs-press_releases_filter .views-exposed-form li.active a,
#quicktabs-in_the_news_filter .views-exposed-form li:active a,
#quicktabs-in_the_news_filter .views-exposed-form li.active a {
  outline: 0;
  background-image: none;
  background-color: #14b14b;
  color: #ffffff;
  border: 2px solid transparent;
}

/* line 10883, ../sass/_legacy.scss */
.view-partners .views-exposed-form .filter-label {
  width: 15%;
}

/* line 10886, ../sass/_legacy.scss */
.view-partners .partner h2 {
  line-height: normal;
}

/* line 10889, ../sass/_legacy.scss */
.view-customers-filter .views-exposed-form .filter-label {
  width: 20%;
}

/* line 10892, ../sass/_legacy.scss */
.view-featured-customers .resources .item-list ul li.last {
  padding-bottom: 0px;
}

/* line 10895, ../sass/_legacy.scss */
.view-customers-filter .view-filters {
  padding-left: 10px;
  padding-right: 10px;
}

/* line 10899, ../sass/_legacy.scss */
.view-customers-filter .view-content h3,
.view-display-id-customers_tab .view-content h3 {
  padding-top: 50px;
  padding-bottom: 30px;
  margin-top: 60px;
  font-size: 25px;
  border-top: 2px solid #b9b9b9;
  text-align: center;
  clear: both;
}

/* line 10909, ../sass/_legacy.scss */
.view-customers-filter .view-content h3:first-child,
.view-display-id-customers_tab .view-content h3:first-child {
  border: 0px;
  padding-top: 0px;
}

/* line 10914, ../sass/_legacy.scss */
.view-display-id-customers_tab .view-content h3:first-child,
.view-product-tabs .view-content h3:first-child {
  margin-top: 0px;
  padding-top: 10px;
}

/* line 10919, ../sass/_legacy.scss */
.views-exposed-widgets td.filter-label {
  width: 35%;
}

/* line 10922, ../sass/_legacy.scss */
.views-exposed-widgets td.filter-links,
.view-news-events table td.field-label,
.view table td.field-label {
  padding-left: 0px;
  padding-right: 0px;
}

/* line 10928, ../sass/_legacy.scss */
.view-news-events table td.field-label {
  vertical-align: top;
}

/* line 10931, ../sass/_legacy.scss */
#views-exposed-form-customers-block .views-exposed-widgets td.filter-label {
  width: 18%;
}

/* line 10934, ../sass/_legacy.scss */
.view-display-id-block_related_slider .view-content {
  margin: 0 25px;
}

/* line 10937, ../sass/_legacy.scss */
.view-id-Locations .views-row:first-child {
  margin-top: 20px;
}

/* line 10940, ../sass/_legacy.scss */
.view-id-Locations .views-row:last-child {
  margin-bottom: 0px;
}

/* line 10943, ../sass/_legacy.scss */
.view-display-id-upcoming_events .grid-50:first-child {
  padding-left: 0px;
}

/* line 10946, ../sass/_legacy.scss */
.view-display-id-upcoming_events .grid-50:last-child {
  padding-right: 0px;
}

/* line 10949, ../sass/_legacy.scss */
.view-product-tabs .benefit p:last-child,
.view-product-tabs .benefit ul:last-child {
  margin-bottom: 0px;
}

/* line 10953, ../sass/_legacy.scss */
.customer-hover {
  box-shadow: 4px 3px 3px 0 rgba(1, 1, 1, 0.25);
  width: 446px;
  top: -15px;
  left: -15px;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  z-index: 1;
  padding-left: 170px;
  display: none;
  min-height: 125px;
}

/* line 10965, ../sass/_legacy.scss */
.customer-hover.customer-hover-right {
  left: auto;
  right: 0px;
  padding-right: 170px;
  padding-left: 15px;
}

/* line 10973, ../sass/_legacy.scss */
.customer:hover .customer-hover {
  display: block;
  z-index: 1;
}

/* line 10977, ../sass/_legacy.scss */
.customer:hover .customer-logo,
.customer:hover .customer-name,
.customer:hover .glyphicon {
  position: relative;
  z-index: 99;
}

/* line 10983, ../sass/_legacy.scss */
.member-panel {
  background-color: transparent;
  border: 0;
  box-shadow: none;
}

/* line 10988, ../sass/_legacy.scss */
.member-panel a:before {
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  position: relative;
  top: 1px;
  padding-right: 5px;
  content: "\2212";
}

/* line 10999, ../sass/_legacy.scss */
.member-panel a[aria-expanded="false"]:before {
  content: "\2b";
}

/* line 11002, ../sass/_legacy.scss */
.view-in-the-news .subtitle {
  color: #999999;
}

/* line 11006, ../sass/_legacy.scss */
.quicktabs-tabpage {
  padding-top: 30px;
}

/* line 11009, ../sass/_legacy.scss */
.block-quicktabs .quicktabs-tabs li {
  width: 33.33%;
}

/* line 11012, ../sass/_legacy.scss */
.block-quicktabs .quicktabs-wrapper .item-list,
#quicktabs-partners .item-list,
.view-display-id-page_consulting,
.view-display-id-page_solution,
.view-display-id-page_affiliation,
.view-display-id-page_infrastructure {
  padding-left: 10px;
  padding-right: 10px;
}

/* line 11021, ../sass/_legacy.scss */
.quicktabs_main.quicktabs-style-nostyle {
  border: 0px;
  padding: 0px;
}

/* line 11025, ../sass/_legacy.scss */
ul.quicktabs-style-nostyle,
ul.quicktabs-style-tabbed-pages-style {
  border-bottom: 3px solid #00739d;
  height: auto;
  zoom: 1;
}

/* line 11031, ../sass/_legacy.scss */
#quicktabs-press_releases_filter .views-exposed-form ul.quicktabs-style-nostyle,
#quicktabs-in_the_news_filter .views-exposed-form ul.quicktabs-style-nostyle {
  border-bottom: 0;
}

/* line 11035, ../sass/_legacy.scss */
#quicktabs-press_releases_filter .views-exposed-form li,
#quicktabs-in_the_news_filter .views-exposed-form li {
  width: 33.33%;
}

/* line 11039, ../sass/_legacy.scss */
ul.quicktabs-style-nostyle:before,
ul.quicktabs-style-nostyle:after,
ul.quicktabs-style-tabbed-pages-style:before,
ul.quicktabs-style-tabbed-pages-style:after {
  content: "";
  display: table;
}

/* line 11046, ../sass/_legacy.scss */
ul.quicktabs-style-nostyle:after,
ul.quicktabs-style-tabbed-pages-style:after {
  clear: both;
}

/* line 11050, ../sass/_legacy.scss */
ul.quicktabs-style-nostyle li:first-child,
ul.quicktabs-style-tabbed-pages-style li:first-child {
  padding-left: 0px;
}

/* line 11054, ../sass/_legacy.scss */
ul.quicktabs-style-nostyle li,
ul.quicktabs-style-tabbed-pages-style li {
  display: block;
  float: left;
  font-size: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  width: 20%;
  padding: 0 0 0 5px;
  text-align: center;
}

/* line 11065, ../sass/_legacy.scss */
ul.quicktabs-style-nostyle li.active a,
ul.quicktabs-style-tabbed-pages-style li.active a {
  color: #ffffff;
  background-color: #00739d;
  border-color: #00739d;
}

/* line 11071, ../sass/_legacy.scss */
ul.quicktabs-style-nostyle li a,
ul.quicktabs-style-tabbed-pages-style li a {
  display: block;
  color: #00739d;
  font: normal;
  font-size: 18px;
  padding: 7px 0px;
  background-color: #ffffff;
  border-left: 2px solid #cccccc;
  border-right: 2px solid #cccccc;
  border-top: 2px solid #cccccc;
}

/* line 11084, ../sass/_legacy.scss */
.panel-pane.divider {
  margin-bottom: 50px;
  padding-bottom: 50px;
}

/* line 11089, ../sass/_legacy.scss */
header {
  position: relative;
  z-index: 999;
}

/* line 11093, ../sass/_legacy.scss */
header .affix {
  top: 0;
}

/* line 11096, ../sass/_legacy.scss */
.group-boxes-blue .field-collection-view,
.group-stat-boxes .field-collection-view {
  margin-left: 0;
  margin-right: 0;
}

/* line 11101, ../sass/_legacy.scss */
.group-boxes-blue .box .box-header {
  padding-top: 25px;
  padding-bottom: 25px;
  margin-bottom: 15px;
  font-size: 30px;
  line-height: 48px;
}

/* line 11108, ../sass/_legacy.scss */
.group-stat-boxes .stat:focus {
  outline: 0;
}

/* line 11111, ../sass/_legacy.scss */
.group-stat-boxes .stat .stat-header {
  padding-top: 20px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-size: 18px;
  border-width: 3px;
  border-style: solid;
  line-height: 28px;
}

/* line 11120, ../sass/_legacy.scss */
.group-stat-boxes .stat .stat-header:first-line {
  font-size: 36px;
}

/* line 11123, ../sass/_legacy.scss */
.group-stat-boxes .field-items .field-item:nth-child(4) .stat .stat-header {
  border-color: #14b14b;
  color: #14b14b;
}

/* line 11127, ../sass/_legacy.scss */
.group-stat-boxes .field-items .field-item:nth-child(3) .stat .stat-header {
  border-color: #647db8;
  color: #647db8;
}

/* line 11131, ../sass/_legacy.scss */
.group-stat-boxes .field-items .field-item:nth-child(2) .stat .stat-header {
  border-color: #00a7ba;
  color: #00a7ba;
}

/* line 11135, ../sass/_legacy.scss */
.group-stat-boxes .field-items .field-item:nth-child(1) .stat .stat-header {
  border-color: #00749f;
  color: #00749f;
}

/* line 11139, ../sass/_legacy.scss */
article .divider,
.divider {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #b9b9b9;
}

/* line 11145, ../sass/_legacy.scss */
.divider-top {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #b9b9b9;
}

/* line 11150, ../sass/_legacy.scss */
.partner-body .text.short {
  overflow: hidden;
  font-size: 16px;
}

/* line 11154, ../sass/_legacy.scss */
.partner-body .text.short p {
  margin-bottom: 0px;
  display: inline;
}

/* line 11158, ../sass/_legacy.scss */
.partner-body .text.full {
  display: none;
  font-size: 16px;
}

/* line 11162, ../sass/_legacy.scss */
.read-more {
  cursor: pointer;
  display: inline;
  margin-bottom: 20px;
  font-weight: 600;
}

/* line 11169, ../sass/_legacy.scss */
#banner-carousel .item {
  background-size: cover;
  background-repeat: no-repeat;
}

/* line 11173, ../sass/_legacy.scss */
#outcomes .slick .box:first-child .box-inner {
  border: 3px solid #00739d;
  border-radius: 3px;
}

/* line 11177, ../sass/_legacy.scss */
#outcomes .slick .box .box-inner {
  border: 3px solid #00a5b8;
  border-radius: 3px;
}

/* line 11181, ../sass/_legacy.scss */
#outcomes .slick .box:last-child .box-inner {
  border: 3px solid #657db6;
  border-radius: 3px;
}

/* line 11185, ../sass/_legacy.scss */
#outcomes .box-inner {
  display: block;
  padding-left: 15%;
  padding-right: 15%;
  background-color: #ffffff;
  color: #676767;
}

/* line 11192, ../sass/_legacy.scss */
#outcomes .box a:hover .box-inner {
  background-color: #f1f1f1;
  color: #676767;
}

/* line 11196, ../sass/_legacy.scss */
#explore-products {
  background-image: url(../images/backgrounds/bg_explore.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

/* line 11201, ../sass/_legacy.scss */
#explore-products .item-block h3 {
  margin-top: 20px;
}

/* line 11204, ../sass/_legacy.scss */
#explore-products .item-block p {
  margin-top: 10px;
}

/* line 11207, ../sass/_legacy.scss */
#explore-products .cta {
  padding-left: 5px;
}

/* line 11210, ../sass/_legacy.scss */
#explore-products .cta:first-child {
  padding-left: 0px;
}

/* line 11213, ../sass/_legacy.scss */
#explore-products .cta-inner {
  background-color: #ffffff;
  color: #676767;
  width: 98%;
}

/* line 11218, ../sass/_legacy.scss */
#explore-products .cta a {
  color: #676767;
}

/* line 11221, ../sass/_legacy.scss */
#explore-products .cta a:hover .cta-inner {
  background-color: #f1f1f1;
}

/* line 11224, ../sass/_legacy.scss */
.front #subscribe {
  height: 100px;
}

/* line 11227, ../sass/_legacy.scss */
.search-results .title {
  padding-bottom: 10px;
  font-size: 24px;
}

/* line 11231, ../sass/_legacy.scss */
.search-result .search-info {
  display: none;
}

/* line 11234, ../sass/_legacy.scss */
#customer-stories .customer-video,
.view-featured-customers .customer-video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 99;
}

/* line 11242, ../sass/_legacy.scss */
.view-featured-customers .customer-video .video-close {
  bottom: 135px;
  left: 435px;
}

/* line 11246, ../sass/_legacy.scss */
.customer-video .video-close a {
  padding: 0 15px;
}

/* line 11249, ../sass/_legacy.scss */
.customer-video .video-close a:hover {
  color: #ffffff;
}

/* line 11252, ../sass/_legacy.scss */
#customer-stories .customer-slide-right,
.view-featured-customers .customer-slide-right {
  width: 415px;
}

/* line 11256, ../sass/_legacy.scss */
#customer-stories .content-section,
.view-featured-customers .content-section {
  padding-top: 30px;
}

/* line 11260, ../sass/_legacy.scss */
#customer-stories .content-section.divider,
.view-featured-customers .content-section.divider {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 30px;
}

/* line 11265, ../sass/_legacy.scss */
#customer-stories .resources > div,
.view-featured-customers .resources > div {
  padding-bottom: 30px;
}

/* line 11269, ../sass/_legacy.scss */
#customer-stories .resources > div:last-child,
.view-featured-customers .resources > div:last-child {
  padding-bottom: 0px;
}

/* line 11273, ../sass/_legacy.scss */
#customer-stories .slider-nav:after,
.view-featured-customers .slider-nav:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(242, 242, 242, 0);
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #f2f2f2;
  margin-left: -15px;
  visibility: visible;
  z-index: 99;
}

/* line 11291, ../sass/_legacy.scss */
.video-play-box {
  background-image: url(../images/backgrounds/bg_video_play_box.png);
  background-repeat: repeat;
}

/* line 11295, ../sass/_legacy.scss */
#customer-stories .slider-nav img,
.view-featured-customers .slider-nav img {
  opacity: 0.65;
  filter: alpha(opacity=65);
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  filter: gray;
  filter: grayscale(100%);
}

/* line 11304, ../sass/_legacy.scss */
#customer-stories .slider-nav .slick-center img,
.view-featured-customers .slider-nav .slick-center img {
  opacity: 1.0;
  -webkit-filter: none;
  filter: none;
}

/* line 11310, ../sass/_legacy.scss */
article #tags,
.views-exposed-form {
  border-top: 2px solid #cccccc;
  border-bottom: 2px solid #cccccc;
}

/* line 11315, ../sass/_legacy.scss */
.boilerplate h2 {
  padding: 10px 0px;
}

/* line 11318, ../sass/_legacy.scss */
#benefits .benefit.views-row-last {
  margin-bottom: 0px;
}

/* line 11321, ../sass/_legacy.scss */
.node-customer #video object {
  width: 100% !important;
}

/* line 11324, ../sass/_legacy.scss */
.tfy-top {
  border-bottom: 1px solid #b9b9b9;
}

/* line 11327, ../sass/_legacy.scss */
.tfy-top img {
  position: absolute;
  bottom: 0px;
  right: 0px;
}

/* line 11332, ../sass/_legacy.scss */
#footer-bottom {
  height: 95px;
}

/* line 11335, ../sass/_legacy.scss */
#footer-bottom .media-body {
  width: auto;
}

/* line 11338, ../sass/_legacy.scss */
#footer-bottom .media-right a {
  padding-left: 20px;
}

/* line 11341, ../sass/_legacy.scss */
#turnkey-credit {
  display: none;
}

@media (max-width: 768px) {
  /* line 11346, ../sass/_legacy.scss */
  .panel-pane .field p {
    width: 100% !important;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: 0px;
    margin-right: 0px;
  }

  /* line 11354, ../sass/_legacy.scss */
  .panel-pane.mobile-pad-sides .field p {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1025px) {
  /* line 11359, ../sass/_legacy.scss */
  .grid-16 {
    width: 16.666%;
    float: left;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 11368, ../sass/_legacy.scss */
  #banner-controls ul {
    display: block;
  }

  /* line 11370, ../sass/_legacy.scss */
  #mobileNav .primary-nav li .collapse {
    max-width: 700px;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  /* line 11375, ../sass/_legacy.scss */
  body {
    padding-top: 75px;
  }

  /* line 11377, ../sass/_legacy.scss */
  .tablet-pad-flush {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }

  /* line 11382, ../sass/_legacy.scss */
  .tablet-pad-sides {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  /* line 11385, ../sass/_legacy.scss */
  .tablet-pad-sides-inner {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  /* line 11388, ../sass/_legacy.scss */
  .tablet-pad-right-0 {
    padding-right: 0px !important;
  }

  /* line 11390, ../sass/_legacy.scss */
  .tablet-pad-right-10 {
    padding-right: 10px !important;
  }

  /* line 11392, ../sass/_legacy.scss */
  .tablet-pad-left-0 {
    padding-left: 0px !important;
  }

  /* line 11394, ../sass/_legacy.scss */
  .tablet-pad-left-10 {
    padding-left: 10px !important;
  }

  /* line 11396, ../sass/_legacy.scss */
  #mobileNav .grid-container {
    display: none;
  }

  /* line 11398, ../sass/_legacy.scss */
  #mobileNav ul.list-unstyled li .collapse,
  #mobileNav ul.list-unstyled li .collapsing {
    width: 70%;
  }

  /* line 11401, ../sass/_legacy.scss */
  .panel-group .form-type-bef-link a,
  .panel-collapse .quicktabs-tabs li a,
  #quicktabs-press_releases_filter .views-exposed-form li a,
  #quicktabs-in_the_news_filter .views-exposed-form li a {
    float: none;
    width: 100%;
    margin-left: 0px;
    margin-bottom: 0px;
    border: 0px;
    border-bottom: 1px solid #cccccc;
    border-radius: 0px;
    padding: 15px 15px;
    font-weight: normal;
  }

  /* line 11415, ../sass/_legacy.scss */
  #quicktabs-press_releases_filter .views-exposed-form li,
  #quicktabs-in_the_news_filter .views-exposed-form li {
    float: none;
    width: 100%;
  }

  /* line 11419, ../sass/_legacy.scss */
  .panel-group h4.panel-title a {
    color: #676767;
  }

  /* line 11421, ../sass/_legacy.scss */
  .panel-group .form-type-bef-link a:hover,
  .panel-group .form-type-bef-link a.active {
    color: #ffffff;
  }

  /* line 11424, ../sass/_legacy.scss */
  .views-exposed-form .panel-body {
    padding: 0px;
  }

  /* line 11426, ../sass/_legacy.scss */
  .views-exposed-widgets .panel-default > .panel-heading,
  .views-exposed-form .panel-default > .panel-heading {
    color: #676767;
    padding: 0px;
    border-radius: 0;
  }

  /* line 11431, ../sass/_legacy.scss */
  .views-exposed-widgets .panel-default > .panel-heading a,
  .views-exposed-form .panel-default > .panel-heading a {
    display: block;
    padding: 15px 15px;
  }

  /* line 11435, ../sass/_legacy.scss */
  #customer-slides .slick-slide {
    background-size: cover;
    background-position: 40% 0;
  }

  /* line 11438, ../sass/_legacy.scss */
  header aside .block-body {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #ffffff;
  }

  /* line 11442, ../sass/_legacy.scss */
  header aside .block-body ul {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  /* line 11445, ../sass/_legacy.scss */
  header #block-guidewire-blocks-guidewire-take-action-block h2 {
    width: 100% !important;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: 0px;
    margin-right: 0px;
  }

  /* line 11451, ../sass/_legacy.scss */
  #interior-banner .block,
  header aside .block {
    margin-bottom: 0px;
    background-color: #ffffff;
  }

  /* line 11455, ../sass/_legacy.scss */
  #interior-banner .block-body,
  header aside .block-body .mobile-grid-100 .block-body,
  aside .block-body,
  aside .pane-content {
    border: 0px;
  }

  /* line 11460, ../sass/_legacy.scss */
  #explore-products .cta {
    padding-left: 5px !important;
  }

  /* line 11462, ../sass/_legacy.scss */
  #explore-products .cta:first-child {
    padding-left: 0px !important;
  }

  /* line 11464, ../sass/_legacy.scss */
  #customers-logo-slider {
    padding-bottom: 30px;
  }

  /* line 11466, ../sass/_legacy.scss */
  #banner-controls ul {
    display: none;
  }
}
@media (max-width: 768px) {
  /* line 11472, ../sass/_legacy.scss */
  body {
    padding-top: 75px;
  }

  /* line 11474, ../sass/_legacy.scss */
  body.navbar-administration {
    padding-top: 117px !important;
  }

  /* line 11476, ../sass/_legacy.scss */
  body.navbar-administration nav.navbar-fixed-top {
    top: 42px;
  }

  /* line 11478, ../sass/_legacy.scss */
  .grid-container {
    width: 100% !important;
  }

  /* line 11480, ../sass/_legacy.scss */
  .content p:last-child,
  .content ul:last-child,
  .view-content ul:last-child,
  .view-content ul li:last-child,
  .partner-body p:last-child {
    margin-bottom: 0px;
  }

  /* line 11486, ../sass/_legacy.scss */
  .divider,
  .divider-condensed {
    padding-bottom: 50px !important;
    margin-bottom: 50px !important;
    border-bottom: 2px solid #b9b9b9 !important;
  }

  /* line 11491, ../sass/_legacy.scss */
  .divider-top {
    padding-top: 50px !important;
    margin-top: 50px !important;
    border-top: 2px solid #b9b9b9 !important;
  }

  /* line 11495, ../sass/_legacy.scss */
  aside .block-body a {
    font-weight: 600;
  }

  /* line 11497, ../sass/_legacy.scss */
  .view-product-tabs .video .hover-box-label {
    text-align: left;
    padding-left: 0px;
  }

  /* line 11500, ../sass/_legacy.scss */
  .group-boxes .stat {
    margin-bottom: 30px;
  }

  /* line 11502, ../sass/_legacy.scss */
  .group-stat-boxes .stat:nth-child(4) .stat-header {
    border-color: #14b14b;
    color: #14b14b;
  }

  /* line 11505, ../sass/_legacy.scss */
  .group-stat-boxes .stat:nth-child(3) .stat-header {
    border-color: #647db8;
    color: #647db8;
  }

  /* line 11508, ../sass/_legacy.scss */
  .group-stat-boxes .stat:nth-child(2) .stat-header {
    border-color: #00a7ba;
    color: #00a7ba;
  }

  /* line 11511, ../sass/_legacy.scss */
  .group-stat-boxes .stat:nth-child(1) .stat-header {
    border-color: #00749f;
    color: #00749f;
  }

  /* line 11514, ../sass/_legacy.scss */
  #tags table {
    border: 0px;
  }

  /* line 11516, ../sass/_legacy.scss */
  .img-responsive img,
  img.img-responsive {
    height: auto !important;
  }

  /* line 11520, ../sass/_legacy.scss */
  .mobile-grid-parent {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* line 11523, ../sass/_legacy.scss */
  .mobile-pad-sides,
  aside .block-body,
  aside .pane-block .pane-content,
  aside .pane-views .pane-content,
  .bean-section-header,
  .block-quicktabs .item-list,
  .quicktabs-wrapper .item-list,
  .view-product-tabs .benefit p,
  .view-featured-customers .customer-slide-right,
  .view-partners .view-content .partner-body,
  .view-partners .partner-related-article,
  #header #block-guidewire-blocks-guidewire-take-action-block h2,
  .pane-block h2.pane-title,
  #quicktabs-container-press_releases_filter,
  #quicktabs-container-in_the_news_filter {
    width: 100% !important;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: 0px;
    margin-right: 0px;
  }

  /* line 11545, ../sass/_legacy.scss */
  #article-content article {
    padding-left: 30px;
    padding-right: 30px;
  }

  /* line 11549, ../sass/_legacy.scss */
  .mobile-pad-sides-inner,
  .quicktabs-wrapper .item-list,
  #quicktabs-partners .item-list {
    padding-left: 10px;
    padding-right: 10px;
  }

  /* line 11554, ../sass/_legacy.scss */
  .mobile-pad-sides-condensed {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* line 11557, ../sass/_legacy.scss */
  .mobile-marg-sides {
    margin-left: 30px;
    margin-right: 30px;
  }

  /* line 11560, ../sass/_legacy.scss */
  .mobile-pad-flush {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }

  /* line 11565, ../sass/_legacy.scss */
  .mobile-marg-flush {
    margin: 0px;
  }

  /* line 11567, ../sass/_legacy.scss */
  .block,
  .benefit p:last-child,
  .benefit ul:last-child,
  .grid-33:last-child .three-col-block {
    margin-bottom: 0px;
  }

  /* line 11572, ../sass/_legacy.scss */
  .two-col {
    padding-top: 45px !important;
  }

  /* line 11574, ../sass/_legacy.scss */
  aside .block-body {
    padding-top: 40px;
  }

  /* line 11576, ../sass/_legacy.scss */
  header aside .block-body {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #ffffff;
  }

  /* line 11580, ../sass/_legacy.scss */
  header aside .block-body ul {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  /* line 11583, ../sass/_legacy.scss */
  .three-col-block {
    margin-bottom: 100px;
  }

  /* line 11585, ../sass/_legacy.scss */
  .product-overview-body {
    padding-top: 50px;
  }

  /* line 11587, ../sass/_legacy.scss */
  .bean-topic-blocks .slick {
    padding-bottom: 55px;
  }

  /* line 11589, ../sass/_legacy.scss */
  .view-product-tabs .industry h2,
  aside .block-body {
    padding-bottom: 75px;
  }

  /* line 11592, ../sass/_legacy.scss */
  .view-product-tabs .industry .featured-story {
    padding-bottom: 65px !important;
  }

  /* line 11594, ../sass/_legacy.scss */
  .view-product-tabs .industry .industry-awards .divider-condensed:last-child,
  .view-partners .divider-condensed:last-child {
    padding-bottom: 0px !important;
    border: 0px !important;
  }

  /* line 11598, ../sass/_legacy.scss */
  .view-product-tabs .industry a {
    font-weight: 600;
  }

  /* line 11600, ../sass/_legacy.scss */
  .view-product-tabs .industry .divider-condensed:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border: 0px;
  }

  /* line 11604, ../sass/_legacy.scss */
  .view-product-tabs .views-field-nothing-4 h3,
  #quicktabs-container-press_releases_filter,
  #quicktabs-container-in_the_news_filter {
    margin-bottom: 50px;
  }

  /* line 11608, ../sass/_legacy.scss */
  .view-product-tabs .views-exposed-form,
  .view-partners.view-display-id-press_releases {
    margin-top: 0px;
  }

  /* line 11611, ../sass/_legacy.scss */
  .view-display-id-customers_tab .view-content h3 {
    padding-bottom: 50px;
    margin-top: 45px;
  }

  /* line 11614, ../sass/_legacy.scss */
  .view-display-id-resources_videos .view-header h2 {
    padding-top: 0px;
    padding-bottom: 50px !important;
  }

  /* line 11617, ../sass/_legacy.scss */
  .view-product-tabs .section-videos {
    padding-bottom: 0px !important;
    margin-bottom: 30px !important;
  }

  /* line 11620, ../sass/_legacy.scss */
  .view-product-tabs .section-reports,
  .view-product-tabs .section-brochures,
  .view-product-tabs .section-white-papers,
  .view-product-tabs .section-webinars {
    margin-bottom: 30px !important;
  }

  /* line 11625, ../sass/_legacy.scss */
  .view-Locations .view-filters {
    padding-bottom: 10px;
  }

  /* line 11627, ../sass/_legacy.scss */
  .field-name-field-block-with-box-header .box .desc {
    padding-bottom: 30px;
  }

  /* line 11629, ../sass/_legacy.scss */
  .two-col-bricks .grid-50 {
    padding-bottom: 50px;
  }

  /* line 11631, ../sass/_legacy.scss */
  .field-name-field-block-with-box-header:last-child .box .desc {
    padding-bottom: 0px;
  }

  /* line 11633, ../sass/_legacy.scss */
  .view-blog .blog-post .blog-date {
    margin-bottom: 10px;
  }

  /* line 11635, ../sass/_legacy.scss */
  .view-partners,
  .view-customers-filter {
    margin-top: 50px;
  }

  /* line 11638, ../sass/_legacy.scss */
  #customers-logo-slider {
    padding-bottom: 30px;
  }

  /* line 11642, ../sass/_legacy.scss */
  .quicktabs-tabs li,
  .block-quicktabs .quicktabs-tabs li,
  ul.quicktabs-style-nostyle li,
  ul.quicktabs-style-tabbed-pages-style li {
    width: 100%;
    float: none;
    padding-left: 0px;
  }

  /* line 11649, ../sass/_legacy.scss */
  ul.quicktabs-style-nostyle,
  ul.quicktabs-style-tabbed-pages-style {
    border: 0px;
  }

  /* line 11652, ../sass/_legacy.scss */
  ul.quicktabs-style-nostyle li.last a,
  ul.quicktabs-style-tabbed-pages-style li.last a {
    border-bottom: 2px solid #cccccc;
  }

  /* line 11655, ../sass/_legacy.scss */
  .quicktabs-tabpage {
    padding-top: 45px;
  }

  /* line 11657, ../sass/_legacy.scss */
  #quicktabs-container-partners .quicktabs-tabpage {
    padding-top: 20px;
  }

  /* line 11660, ../sass/_legacy.scss */
  .view-product-tabs .divider {
    padding-bottom: 75px;
    margin-bottom: 75px;
    border-bottom: 2px solid #b9b9b9;
  }

  /* line 11664, ../sass/_legacy.scss */
  .view-product-tabs .view-header h2 {
    padding-bottom: 70px;
  }

  /* line 11666, ../sass/_legacy.scss */
  .view-product-tabs.view-display-id-reports .view-header h2,
  .view-product-tabs.view-display-id-brochures .view-header h2,
  .view-product-tabs.view-display-id-white_papers .view-header h2,
  .view-product-tabs.view-display-id-webinars .view-header h2 {
    padding-bottom: 40px;
  }

  /* line 11671, ../sass/_legacy.scss */
  .view-product-tabs .benefit h3 {
    font-weight: 600;
  }

  /* line 11673, ../sass/_legacy.scss */
  .view-product-tabs .benefit ul {
    padding-right: 20px;
  }

  /* line 11675, ../sass/_legacy.scss */
  #quicktabs-product_tabs {
    padding-bottom: 50px;
  }

  /* line 11678, ../sass/_legacy.scss */
  .bean-image-block {
    text-align: center;
  }

  /* line 11681, ../sass/_legacy.scss */
  span.field-name-field-subhead {
    padding-top: 30px;
  }

  /* line 11683, ../sass/_legacy.scss */
  #guidewire-logo {
    max-width: 100%;
  }

  /* line 11685, ../sass/_legacy.scss */
  #guidewire-logo img {
    height: 100% !important;
  }

  /* line 11687, ../sass/_legacy.scss */
  #interior-banner .block,
  #header aside .block {
    margin-bottom: 0px;
    background-color: #ffffff;
  }

  /* line 11691, ../sass/_legacy.scss */
  #interior-banner .block-body,
  #header aside .block-body .mobile-grid-100 .block-body,
  aside .block-body,
  aside .pane-content {
    border: 0px;
  }

  /* line 11697, ../sass/_legacy.scss */
  #banner-carousel .item {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  /* line 11700, ../sass/_legacy.scss */
  #banner-slider video {
    display: none;
  }

  /* line 11702, ../sass/_legacy.scss */
  #banner-slider .banner-content-wrap {
    position: relative;
    top: auto;
    display: inline-block;
    vertical-align: middle;
  }

  /* line 11707, ../sass/_legacy.scss */
  #banner-slider .item-content {
    left: auto;
    right: auto;
  }

  /* line 11710, ../sass/_legacy.scss */
  #banner-slider .item-content h2 {
    font-size: 36px;
  }

  /* line 11712, ../sass/_legacy.scss */
  #banner-slider .item-content p {
    font-size: 17px;
    padding-left: 15%;
    padding-right: 15%;
  }

  /* line 11716, ../sass/_legacy.scss */
  #banner-slider .item-content a {
    margin-top: 30px;
  }

  /* line 11718, ../sass/_legacy.scss */
  #banner-controls {
    bottom: 50% !important;
    width: 100%;
  }

  /* line 11721, ../sass/_legacy.scss */
  #banner-controls .slick-next,
  #banner-controls .slick-prev {
    margin-top: -30px;
  }

  /* line 11724, ../sass/_legacy.scss */
  #banner-controls .slick-prev {
    left: 15px;
  }

  /* line 11726, ../sass/_legacy.scss */
  #banner-controls .slick-next {
    right: 15px;
  }

  /* line 11728, ../sass/_legacy.scss */
  #banner-controls ul {
    display: none !important;
  }

  /* line 11730, ../sass/_legacy.scss */
  .slick-slider .box,
  .slick.slick-slider .box {
    max-width: 306px;
    width: 306px;
    margin-bottom: 0px;
  }

  /* line 11735, ../sass/_legacy.scss */
  .slick .box {
    margin-bottom: 20px;
  }

  /* line 11737, ../sass/_legacy.scss */
  #outcomes-controls {
    display: block;
  }

  /* line 11739, ../sass/_legacy.scss */
  #outcomes .mobile-slick {
    padding-bottom: 20px;
  }

  /* line 11741, ../sass/_legacy.scss */
  #outcomes,
  #explore-products,
  #overview-callout {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  /* line 11746, ../sass/_legacy.scss */
  #customer-stories {
    padding-top: 45px;
  }

  /* line 11748, ../sass/_legacy.scss */
  #customer-slides {
    background-color: #00739d;
  }

  /* line 11750, ../sass/_legacy.scss */
  .pane-bean-learn-from-our-customers {
    padding-top: 55px;
  }

  /* line 11752, ../sass/_legacy.scss */
  .view-featured-customers .slider-nav {
    padding-left: 50px;
    padding-right: 50px;
  }

  /* line 11755, ../sass/_legacy.scss */
  .view-featured-customers .content-left {
    height: 360px;
    padding: 0px;
  }

  /* line 11758, ../sass/_legacy.scss */
  .view-featured-customers .content-right {
    padding: 0px;
    opacity: 1;
    filter: alpha(opacity=100);
  }

  /* line 11762, ../sass/_legacy.scss */
  .view-featured-customers .slick-prev {
    left: 20px;
  }

  /* line 11764, ../sass/_legacy.scss */
  .view-featured-customers .slick-next {
    right: 20px;
  }

  /* line 11766, ../sass/_legacy.scss */
  .view-featured-customers .slick-control i {
    color: #cccccc;
  }

  /* line 11768, ../sass/_legacy.scss */
  .product-details-slider .product-slide-text {
    padding-top: 10px;
    text-align: center;
  }

  /* line 11771, ../sass/_legacy.scss */
  .product-details-slider .product-slide-text > div {
    text-align: left;
  }

  /* line 11773, ../sass/_legacy.scss */
  .product-details-slider .product-slide-text ul {
    padding-left: 20px;
  }

  /* line 11775, ../sass/_legacy.scss */
  .product-details-slider .product-slide-image img {
    display: block;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
  }

  /* line 11781, ../sass/_legacy.scss */
  #explore-products .cta {
    padding-left: 0px;
    margin-bottom: 10px;
  }

  /* line 11784, ../sass/_legacy.scss */
  .product-details-slider .slick-controls {
    position: relative;
    margin: 0 auto;
    padding-top: 10px;
  }

  /* line 11788, ../sass/_legacy.scss */
  .product-details-slider .slick-controls .slick-dots {
    margin-bottom: 12px;
  }

  /* line 11790, ../sass/_legacy.scss */
  .panel-group .form-type-bef-link a,
  .panel-collapse .quicktabs-tabs li a,
  #quicktabs-press_releases_filter .views-exposed-form li a,
  #quicktabs-in_the_news_filter .views-exposed-form li a {
    float: none;
    width: 100%;
    margin-left: 0px;
    margin-bottom: 0px;
    border: 0px;
    border-bottom: 1px solid #cccccc;
    border-radius: 0px;
    padding: 15px 15px;
    font-weight: normal;
  }

  /* line 11804, ../sass/_legacy.scss */
  #quicktabs-press_releases_filter .views-exposed-form li,
  #quicktabs-in_the_news_filter .views-exposed-form li {
    float: none;
    width: 100%;
  }

  /* line 11808, ../sass/_legacy.scss */
  .panel-group h4.panel-title a {
    color: #676767;
  }

  /* line 11810, ../sass/_legacy.scss */
  .panel-group .form-type-bef-link a:hover,
  .panel-group .form-type-bef-link a.active {
    color: #ffffff;
  }

  /* line 11813, ../sass/_legacy.scss */
  .views-exposed-form .panel-body {
    padding: 0px;
  }

  /* line 11815, ../sass/_legacy.scss */
  .views-exposed-widgets .panel-default > .panel-heading,
  .views-exposed-form .panel-default > .panel-heading {
    color: #676767;
    padding: 0px;
    border-radius: 0;
  }

  /* line 11820, ../sass/_legacy.scss */
  .views-exposed-widgets .panel-default > .panel-heading a,
  .views-exposed-form .panel-default > .panel-heading a {
    display: block;
    padding: 15px 15px;
  }

  /* line 11824, ../sass/_legacy.scss */
  .view-partners .view-content .media-middle {
    display: block;
    width: 100%;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 30px;
  }

  /* line 11831, ../sass/_legacy.scss */
  .view-partners .view-content .partner-body-wrap {
    padding-top: 0px;
  }

  /* line 11833, ../sass/_legacy.scss */
  .view-partners .view-display-id-press_releases {
    padding-top: 30px;
  }

  /* line 11835, ../sass/_legacy.scss */
  .view-partners .partner-related-article:last-child {
    margin-bottom: 0px;
  }

  /* line 11837, ../sass/_legacy.scss */
  #footer-bottom {
    height: auto;
    padding: 30px 0px;
  }

  /* line 11840, ../sass/_legacy.scss */
  .webform-component--region .form-select.pull-right {
    width: 100%;
    float: none !important;
  }

  /* line 11843, ../sass/_legacy.scss */
  .tfy-top img {
    position: relative;
    bottom: auto;
    right: auto;
    padding-bottom: 30px;
  }

  /* line 11848, ../sass/_legacy.scss */
  #explore-products {
    background-image: url(../images/backgrounds/mobile/bg_explore.jpg);
  }
}
@media (max-width: 767px) {
  /* line 11852, ../sass/_legacy.scss */
  #customer-slides .slick-slide {
    background-size: auto 360px !important;
    background-position: 35% 0;
  }
}
@media (max-width: 640px) {
  /* line 11857, ../sass/_legacy.scss */
  #banner-slider .item-content p {
    padding-left: 17%;
    padding-right: 17%;
  }
}
@media (max-width: 440px) {
  /* line 11862, ../sass/_legacy.scss */
  #nav .media-body p {
    font-size: 14px;
  }

  /* line 11864, ../sass/_legacy.scss */
  #banner-slider .item-content h2,
  #interior-banner h1,
  .content h2.field-name-title-field,
  .pane-bean-home-page-teal-ribbon h2 {
    font-size: 28px !important;
  }

  /* line 11869, ../sass/_legacy.scss */
  #banner-slider .item-content p {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }

  /* line 11873, ../sass/_legacy.scss */
  #customer-stories .slick-slider {
    padding-bottom: 20px;
  }
}
@media (max-width: 340px) {
  /* line 11877, ../sass/_legacy.scss */
  #banner-slider .item-content p {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media print {
  /* line 11886, ../sass/_legacy.scss */
  a:link,
  a:visited {
    text-decoration: underline !important;
  }

  /* line 11890, ../sass/_legacy.scss */
  a:link.header__site-link,
  a:visited.header__site-link {
    text-decoration: none !important;
  }

  /* line 11894, ../sass/_legacy.scss */
  #content a[href]:after {
    content: " (" attr(href) ")";
    font-weight: normal;
    font-size: 16px;
  }

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

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

  /* line 11906, ../sass/_legacy.scss */
  #content {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* line 11912, ../sass/_legacy.scss */
  body,
  #page,
  #main,
  #content {
    color: #000;
    background-color: transparent !important;
    background-image: none !important;
  }

  /* line 11920, ../sass/_legacy.scss */
  #skip-link,
  #toolbar,
  #navigation,
  .region-sidebar-first,
  .region-sidebar-second,
  #footer,
  .breadcrumb,
  .tabs,
  .action-links,
  .links,
  .book-navigation,
  .forum-topic-navigation,
  .pager,
  .feed-icons {
    visibility: hidden;
    display: none;
  }
}
/* line 11937, ../sass/_legacy.scss */
.hidden .grid-container {
  display: none !important;
}

/* line 11940, ../sass/_legacy.scss */
#mobileNav .nav-tabs {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 11944, ../sass/_legacy.scss */
#mobileNav .nav-tabs li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/* line 11951, ../sass/_legacy.scss */
#mobileNav .nav-tabs li a {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 410px) {
  /* line 11956, ../sass/_legacy.scss */
  #mobileNav .nav-tabs li a {
    padding: 8px;
    font-size: 12px;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  /* line 11961, ../sass/_legacy.scss */
  #mobileNav ul.list-unstyled li .collapse, #mobileNav ul.list-unstyled li .collapsing {
    width: 100%;
    max-width: none;
  }
}
/* line 11965, ../sass/_legacy.scss */
.dropdown-header > span {
  white-space: normal;
}

/* line 11968, ../sass/_legacy.scss */
.dropdown-header .platform-for-success {
  float: left;
  width: 35%;
}

/* line 11972, ../sass/_legacy.scss */
.dropdown-header .platform-for-success-text {
  display: inline-block;
  float: right;
  width: 64%;
  margin-left: 0;
  text-align: left;
}

@media screen and (max-width: 768px) {
  /* line 11980, ../sass/_legacy.scss */
  #guidewire-form-solution-form,
  #guidewire-form-form {
    padding: 0 30px;
  }
}
/* line 11984, ../sass/_legacy.scss */
#guidewire-form-solution-form p,
#guidewire-form-form p {
  font-size: 16px;
  color: #676767;
  font-weight: normal;
  line-height: 22.8571px;
}

/* line 11991, ../sass/_legacy.scss */
#guidewire-form-solution-form h2,
#guidewire-form-form h2 {
  font-size: 25px;
}

/* line 11995, ../sass/_legacy.scss */
#guidewire-form-solution-form label, #guidewire-form-solution-form input[type='text'], #guidewire-form-solution-form select,
#guidewire-form-form label,
#guidewire-form-form input[type='text'],
#guidewire-form-form select {
  display: block;
  width: 100%;
}

/* line 12002, ../sass/_legacy.scss */
#guidewire-form-solution-form .description,
#guidewire-form-form .description {
  padding-top: 10px;
}

/* line 12006, ../sass/_legacy.scss */
#guidewire-form-solution-form input[type='submit'],
#guidewire-form-form input[type='submit'] {
  padding: 10px 30px;
  margin-bottom: 30px;
}

/* line 12012, ../sass/_legacy.scss */
.page-products .pane-bean-products-landing-page-header .field-name-title-field {
  font-size: 36px !important;
  text-align: left;
  color: #ffffff !important;
}

/* line 12017, ../sass/_legacy.scss */
.page-products .pane-bean-products-landing-page-header .field-name-field-subhead {
  font-size: 18px !important;
  text-align: left;
  color: #ffffff !important;
}

/* line 12022, ../sass/_legacy.scss */
.pane-bean-landing-page-products .mobile-pad-sides {
  display: none;
  visibility: hidden;
}

/* line 12026, ../sass/_legacy.scss */
.pane-bean-landing-page-products .field-name-title-field {
  font-size: 36px !important;
  text-align: left;
  color: #ffffff !important;
}

/* line 12031, ../sass/_legacy.scss */
.pane-bean-landing-page-products .field-name-field-subhead {
  font-size: 18px !important;
  text-align: left;
  color: #ffffff !important;
}

/* line 12036, ../sass/_legacy.scss */
#block-menu-guidewire-footer-menu a {
  color: #FFFFFF;
  font-size: 20px;
  margin-left: 40px;
}

/* line 12040, ../sass/_legacy.scss */
#block-menu-guidewire-footer-menu a:first-child {
  margin-left: 0;
}

/* line 12043, ../sass/_legacy.scss */
#block-menu-guidewire-footer-menu ul {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

@media screen and (max-width: 1024px) {
  /* line 12049, ../sass/_legacy.scss */
  #block-menu-guidewire-footer-menu a {
    text-align: left;
    display: inline-block;
    width: 46%;
    margin-left: 0;
  }
}
@media screen and (max-width: 500px) {
  /* line 12056, ../sass/_legacy.scss */
  #block-menu-guidewire-footer-menu a {
    font-size: 18px;
  }

  /* line 12058, ../sass/_legacy.scss */
  #block-menu-guidewire-footer-menu .menu {
    margin-bottom: 50px;
  }
}
/* line 12061, ../sass/_legacy.scss */
#block-menu-guidewire-policy-menu a {
  text-decoration: underline;
  color: #FFFFFF;
  font-size: 12px;
}

/* line 12065, ../sass/_legacy.scss */
#block-menu-guidewire-policy-menu a:nth-child(2) {
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #FFF;
}

@media screen and (max-width: 500px) {
  /* line 12071, ../sass/_legacy.scss */
  #block-menu-guidewire-policy-menu .menu {
    padding-left: 0;
  }
}
/* line 12074, ../sass/_legacy.scss */
.legal-block-class {
  font-size: 9px !important;
  margin: 20px 5%;
}

/* line 12078, ../sass/_legacy.scss */
.blog-month {
  text-transform: uppercase;
}

/* line 12080, ../sass/_legacy.scss */
.blog-day {
  font-size: 35px !important;
  line-height: 30px;
}

/* line 12083, ../sass/_legacy.scss */
.blog-year {
  font-size: 16px !important;
  line-height: 15px;
  margin-bottom: 5px;
}

/* line 12087, ../sass/_legacy.scss */
.blog-month:lang(zh-hans) {
  font-size: 16px !important;
  white-space: nowrap;
}

/* line 12090, ../sass/_legacy.scss */
.blog-day:lang(zh-hans) {
  font-size: 20px !important;
  white-space: nowrap;
}

/* line 12093, ../sass/_legacy.scss */
.blog-year:lang(zh-hans) {
  font-size: 14px !important;
  white-space: nowrap;
}

/* line 12096, ../sass/_legacy.scss */
.blog-month:lang(ja) {
  font-size: 16px !important;
  white-space: nowrap;
}

/* line 12099, ../sass/_legacy.scss */
.blog-day:lang(ja) {
  font-size: 20px !important;
  white-space: nowrap;
}

/* line 12102, ../sass/_legacy.scss */
.blog-year:lang(ja) {
  font-size: 14px !important;
  white-space: nowrap;
}

/* line 12106, ../sass/_legacy.scss */
#quicktabs-container-press_releases_filter .views-exposed-form {
  border-top: none !important;
  border-bottom: none !important;
}

/* line 12109, ../sass/_legacy.scss */
#quicktabs-container-press_releases_filter .view-header {
  margin-top: -30px;
}

/* line 12111, ../sass/_legacy.scss */
#quicktabs-container-press_releases_filter .view-filters {
  margin-top: -55px;
}

/* line 12114, ../sass/_legacy.scss */
#block-guidewire-blocks-guidewire-news-events-block .field-name-title-field {
  color: #00749f;
  font-size: 18px;
  font-weight: normal;
}

/* line 12118, ../sass/_legacy.scss */
#block-guidewire-blocks-guidewire-news-events-block .field-name-title-field:hover {
  color: #014d69;
}

/* line 12120, ../sass/_legacy.scss */
#view-related-products .field-name-title-field {
  font-weight: normal;
  font-size: 16px;
}

/* line 12123, ../sass/_legacy.scss */
#view-related-products .field-name-title-field:hover {
  color: #999999;
}

@media (max-width: 1024px) {
  /* line 12127, ../sass/_legacy.scss */
  .video-js {
    height: 100% !important;
    width: 100% !important;
  }

  /* line 12130, ../sass/_legacy.scss */
  .video-js .vjs-tech {
    width: 100% !important;
    height: 100% !important;
  }
}
/* line 12134, ../sass/_legacy.scss */
.node-basic-two-column-page #video {
  margin-bottom: 75px;
}

@media (min-width: 1024px) {
  /* line 12138, ../sass/_legacy.scss */
  .node-type-customer section#video.single .gwplayer {
    height: 375px;
  }

  /* line 12141, ../sass/_legacy.scss */
  .node-type-customer section#video.playlist .gwplayer {
    height: 500px;
  }
}
/* line 12144, ../sass/_legacy.scss */
.customer-video .video-container {
  position: relative;
  bottom: 225px;
  right: 400px;
}

/* line 12149, ../sass/_legacy.scss */
.i18n-ja #eyebrow .grid-75 {
  width: 78%;
}

/* line 12152, ../sass/_legacy.scss */
.i18n-ja #eyebrow .grid-25 {
  width: 22%;
}

/* line 12155, ../sass/_legacy.scss */
#view-press-releases-block .field-name-title-field {
  font-size: 16px;
  padding-bottom: 15px;
  font-weight: 600;
  color: #00739d;
}

/* line 12161, ../sass/_legacy.scss */
#view-press-releases-block .field-name-title-field:hover {
  color: #014d69;
}

/* line 12164, ../sass/_legacy.scss */
.tooltip-wrap {
  position: relative;
  display: inline-block;
}

/* line 12167, ../sass/_legacy.scss */
.tooltip-wrap .tooltip-content {
  visibility: hidden;
  width: 150px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding-top: 10px;
  height: 40px;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

/* line 12179, ../sass/_legacy.scss */
.tooltip-wrap:hover .tooltip-content {
  visibility: visible;
}

@media (max-width: 1024px) {
  /* line 12184, ../sass/_legacy.scss */
  .pane-bean-download-our-corporate-brochure a.btn-blue {
    width: 100%;
  }
}
/* line 12191, ../sass/_legacy.scss */
.page-about-us .slick-track, .page-block-why-guidewire .slick-track {
  transform: none !important;
}

/* line 12196, ../sass/_legacy.scss */
#view-featured-customers.view-display-id-fc_slider_nav .slick-slide {
  height: 60px !important;
}

/* line 1, ../sass/components/_customers.scss */
.pane-customers-filter #view-customers-filter .view-empty {
  margin-left: 12px;
}

@media (max-width: 770px) {
  /* line 5, ../sass/components/_customers.scss */
  #view-product-tabs .view-empty {
    margin-left: 20px;
  }
}
/* line 11, ../sass/components/_customers.scss */
.client-side-widget a {
  float: left;
  margin-left: 5px;
  margin-bottom: 5px;
  display: inline-block;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  background-color: #ffffff;
  border: 2px solid #cccccc;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 1024px) {
  /* line 11, ../sass/components/_customers.scss */
  .client-side-widget a {
    float: none;
    width: 100%;
    margin-left: 0px;
    margin-bottom: 0px;
    border: 0px;
    border-bottom: 1px solid #cccccc;
    border-radius: 0px;
    padding: 15px 15px;
    font-weight: normal;
  }
}
/* line 47, ../sass/components/_customers.scss */
.client-side-widget a.active {
  outline: 0;
  background-image: none;
  background-color: #14b14b;
  color: #ffffff;
  border: 2px solid transparent;
}

/* line 3, ../sass/components/_homepage_banner.scss */
#banner-slider .button-center .item-content {
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
}
/* line 8, ../sass/components/_homepage_banner.scss */
#banner-slider .button-center .banner-content-wrap {
  margin-top: 100px;
}
/* line 11, ../sass/components/_homepage_banner.scss */
#banner-slider .button-center a.btn {
  margin-top: 40px;
  display: block;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}
/* line 21, ../sass/components/_homepage_banner.scss */
#banner-slider .button-right .banner-content {
  text-align: left;
  left: -150px;
  position: relative;
}
/* line 26, ../sass/components/_homepage_banner.scss */
#banner-slider .button-right .banner-content img {
  margin-left: 150px;
}
/* line 30, ../sass/components/_homepage_banner.scss */
#banner-slider .button-right a.btn {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 35px;
}
@media (max-width: 770px) {
  /* line 38, ../sass/components/_homepage_banner.scss */
  #banner-slider .button-right .banner-content-wrap {
    width: 100% !important;
  }
  /* line 42, ../sass/components/_homepage_banner.scss */
  #banner-slider .button-right .banner-content {
    text-align: center;
    width: 100%;
    left: 0px;
  }
  /* line 47, ../sass/components/_homepage_banner.scss */
  #banner-slider .button-right .banner-content img {
    margin-left: 0px;
  }
}
/* line 52, ../sass/components/_homepage_banner.scss */
#banner-slider .button-right .item-content {
  text-align: center;
}

@media handheld, screen and (max-width: 770px) {
  /* line 58, ../sass/components/_homepage_banner.scss */
  #banner-slider {
    height: 345px;
  }
  /* line 62, ../sass/components/_homepage_banner.scss */
  #banner-slider .button-center .banner-content-wrap {
    margin-top: 0px;
  }
  /* line 67, ../sass/components/_homepage_banner.scss */
  #banner-slider .banner {
    height: 345px;
  }
}
/* line 1, ../sass/components/_product-new-style.scss */
section#interior-banner.new-product-style {
  height: 500px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* line 7, ../sass/components/_product-new-style.scss */
section#interior-banner.new-product-style #breadcrumbs {
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
/* line 15, ../sass/components/_product-new-style.scss */
section#interior-banner.new-product-style .grid-container {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
/* line 21, ../sass/components/_product-new-style.scss */
section#interior-banner.new-product-style h1 {
  text-align: center;
  font-size: 45px;
  font-weight: 600;
}
@media (max-width: 440px) {
  /* line 21, ../sass/components/_product-new-style.scss */
  section#interior-banner.new-product-style h1 {
    font-size: 30px !important;
  }
}
/* line 31, ../sass/components/_product-new-style.scss */
section#interior-banner.new-product-style span.center-block {
  text-align: center;
  line-height: 25px;
  font-weight: 400;
}
/* line 36, ../sass/components/_product-new-style.scss */
section#interior-banner.new-product-style span.center-block p {
  font-size: 20px !important;
}
@media (max-width: 600px) {
  /* line 36, ../sass/components/_product-new-style.scss */
  section#interior-banner.new-product-style span.center-block p {
    font-size: 16px !important;
  }
}
/* line 44, ../sass/components/_product-new-style.scss */
section#interior-banner.new-product-style .byline {
  color: white;
  text-align: center;
  font-size: 28px;
  padding-top: 10px;
  font-weight: 600;
}
@media (max-width: 440px) {
  /* line 44, ../sass/components/_product-new-style.scss */
  section#interior-banner.new-product-style .byline {
    font-size: 22px !important;
  }
}

/* line 57, ../sass/components/_product-new-style.scss */
section#interior-banner.new-product-sub-style {
  height: 400px;
}
/* line 60, ../sass/components/_product-new-style.scss */
section#interior-banner.new-product-sub-style #breadcrumbs {
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
/* line 68, ../sass/components/_product-new-style.scss */
section#interior-banner.new-product-sub-style h1 {
  text-align: center;
  font-size: 45px;
  font-weight: 600;
  padding-top: 20px;
}
@media (max-width: 440px) {
  /* line 68, ../sass/components/_product-new-style.scss */
  section#interior-banner.new-product-sub-style h1 {
    font-size: 30px !important;
  }
}
/* line 79, ../sass/components/_product-new-style.scss */
section#interior-banner.new-product-sub-style span.center-block {
  text-align: center;
  line-height: 25px;
  font-weight: 400;
}
/* line 84, ../sass/components/_product-new-style.scss */
section#interior-banner.new-product-sub-style span.center-block p {
  font-size: 20px !important;
}
@media (max-width: 600px) {
  /* line 84, ../sass/components/_product-new-style.scss */
  section#interior-banner.new-product-sub-style span.center-block p {
    font-size: 16px !important;
  }
}
/* line 92, ../sass/components/_product-new-style.scss */
section#interior-banner.new-product-sub-style .product-overview-image {
  padding-top: 15px;
}
/* line 94, ../sass/components/_product-new-style.scss */
section#interior-banner.new-product-sub-style .product-overview-image img {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 770px) {
  /* line 105, ../sass/components/_product-new-style.scss */
  #article-content article.new-product-style {
    padding-left: 0px;
    padding-right: 0px;
  }
}

/* line 112, ../sass/components/_product-new-style.scss */
.fix-width-size {
  max-width: 1020px;
  margin: 0 auto;
}

/* line 118, ../sass/components/_product-new-style.scss */
section#article-content .grid-container.new-product-style {
  max-width: none;
  padding-left: 0px;
  padding-right: 0px;
}

/* line 126, ../sass/components/_product-new-style.scss */
.node-product .section-title {
  text-align: center;
  font-size: 45px;
  padding-bottom: 15px;
  color: #676767;
  font-weight: 600;
}
@media (max-width: 440px) {
  /* line 126, ../sass/components/_product-new-style.scss */
  .node-product .section-title {
    font-size: 28px;
  }
}
/* line 138, ../sass/components/_product-new-style.scss */
.node-product .section-detail {
  text-align: center;
  width: 90%;
  margin: 0 auto;
  font-size: 20px;
  line-height: 25px;
  padding-bottom: 15px;
  color: #676767;
  font-weight: 400;
}
@media (max-width: 600px) {
  /* line 138, ../sass/components/_product-new-style.scss */
  .node-product .section-detail {
    font-size: 16px;
  }
}
/* line 153, ../sass/components/_product-new-style.scss */
.node-product .sub-product-header {
  margin-bottom: 100px;
}
/* line 156, ../sass/components/_product-new-style.scss */
.node-product .sub-product-header .product-overview-image {
  position: relative;
  height: 50px;
}
/* line 160, ../sass/components/_product-new-style.scss */
.node-product .sub-product-header .product-overview-image .field-name-field-product-overview-image {
  position: absolute;
  top: -250px;
  width: 100%;
  text-align: center;
}
@media (max-width: 575px) {
  /* line 160, ../sass/components/_product-new-style.scss */
  .node-product .sub-product-header .product-overview-image .field-name-field-product-overview-image {
    top: -225px;
  }
}
/* line 170, ../sass/components/_product-new-style.scss */
.node-product .sub-product-header .product-overview-image .field-name-field-product-overview-image img {
  max-width: 100%;
  height: auto;
  width: auto;
}
/* line 180, ../sass/components/_product-new-style.scss */
.node-product .engage-customer-section .group-top {
  min-height: 350px;
  margin-bottom: 20px;
}
/* line 184, ../sass/components/_product-new-style.scss */
.node-product .engage-customer-section .field-name-field-engage-customer-title {
  width: 90%;
  margin: 0 auto;
}
/* line 188, ../sass/components/_product-new-style.scss */
.node-product .engage-customer-section .field-name-field-engage-customer-detail {
  padding-bottom: 30px;
}
/* line 194, ../sass/components/_product-new-style.scss */
.node-product .product-description-section .field-name-field-product-overview-image {
  text-align: center;
}
/* line 197, ../sass/components/_product-new-style.scss */
.node-product .product-description-section .field-name-field-product-overview-image img {
  width: 100%;
  height: 100%;
}
/* line 203, ../sass/components/_product-new-style.scss */
.node-product .product-description-section .field-name-field-product-overview {
  padding-top: 25px;
  padding-bottom: 50px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 770px) {
  /* line 211, ../sass/components/_product-new-style.scss */
  .node-product .product-description-section .field-name-field-product-overview p {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* line 219, ../sass/components/_product-new-style.scss */
.node-product .products-section {
  margin-top: 75px;
  position: relative;
}
/* line 223, ../sass/components/_product-new-style.scss */
.node-product .products-section .header {
  height: 400px;
  color: #fff;
  text-align: center;
}
/* line 228, ../sass/components/_product-new-style.scss */
.node-product .products-section .header .content {
  padding-top: 20px;
}
/* line 232, ../sass/components/_product-new-style.scss */
.node-product .products-section .header .field-name-field-product-icon {
  display: inline-block;
  position: relative;
  bottom: 10px;
  padding-right: 20px;
}
@media (max-width: 650px) {
  /* line 232, ../sass/components/_product-new-style.scss */
  .node-product .products-section .header .field-name-field-product-icon {
    padding-top: 20px;
    display: block;
  }
}
/* line 244, ../sass/components/_product-new-style.scss */
.node-product .products-section .header .section-title {
  display: inline-block;
}
@media (max-width: 650px) {
  /* line 244, ../sass/components/_product-new-style.scss */
  .node-product .products-section .header .section-title {
    display: block;
  }
}
/* line 251, ../sass/components/_product-new-style.scss */
.node-product .products-section .header .section-title .field-name-field-products-section-title {
  padding-top: 25px;
  color: white;
}
@media (max-width: 650px) {
  /* line 251, ../sass/components/_product-new-style.scss */
  .node-product .products-section .header .section-title .field-name-field-products-section-title {
    padding-top: 0px;
  }
}
/* line 261, ../sass/components/_product-new-style.scss */
.node-product .products-section .header .field-name-field-product-overview {
  width: 80%;
  margin: 0 auto;
  clear: both;
  color: white;
}
@media (max-width: 465px) {
  /* line 261, ../sass/components/_product-new-style.scss */
  .node-product .products-section .header .field-name-field-product-overview {
    width: 100%;
  }
}
/* line 271, ../sass/components/_product-new-style.scss */
.node-product .products-section .header .field-name-field-product-overview p {
  width: 90%;
  text-align: center;
  margin-left: auto !important;
  margin-right: auto;
  font-weight: 400;
}
/* line 283, ../sass/components/_product-new-style.scss */
.node-product .products-section .product-overview-image .field-name-field-product-overview-image img {
  width: auto;
  height: auto;
  max-width: 90%;
}
/* line 291, ../sass/components/_product-new-style.scss */
.node-product .products-section .product-items {
  margin-top: 70px;
}
/* line 294, ../sass/components/_product-new-style.scss */
.node-product .products-section .product-items .paragraphs-item-product-item {
  min-height: 275px;
  padding-left: 25px;
  margin-bottom: 50px;
}
@media (max-width: 770px) {
  /* line 299, ../sass/components/_product-new-style.scss */
  .node-product .products-section .product-items .paragraphs-item-product-item .content {
    display: flex;
    flex-direction: column;
  }
}
/* line 307, ../sass/components/_product-new-style.scss */
.node-product .products-section .product-items .image-side {
  float: left;
  width: 54%;
  height: auto;
  position: relative;
}
@media (max-width: 770px) {
  /* line 307, ../sass/components/_product-new-style.scss */
  .node-product .products-section .product-items .image-side {
    float: none;
    width: 100%;
    order: 1;
  }
}
/* line 320, ../sass/components/_product-new-style.scss */
.node-product .products-section .product-items .detail-side {
  float: left;
  width: 46%;
}
@media (max-width: 770px) {
  /* line 320, ../sass/components/_product-new-style.scss */
  .node-product .products-section .product-items .detail-side {
    float: none;
    width: 100%;
    order: 2;
    padding-top: 15px;
  }
}
@media (max-width: 770px) {
  /* line 332, ../sass/components/_product-new-style.scss */
  .node-product .products-section .product-items .field-name-field-related-product-image {
    text-align: center;
    padding-right: 20px;
  }
}
/* line 337, ../sass/components/_product-new-style.scss */
.node-product .products-section .product-items .field-name-field-related-product-image img {
  width: 90%;
  height: auto;
}
@media (max-width: 770px) {
  /* line 337, ../sass/components/_product-new-style.scss */
  .node-product .products-section .product-items .field-name-field-related-product-image img {
    width: 100%;
  }
}
/* line 347, ../sass/components/_product-new-style.scss */
.node-product .products-section .product-items .field-name-field-product-section-icon {
  float: left;
}
/* line 350, ../sass/components/_product-new-style.scss */
.node-product .products-section .product-items .field-name-field-product-section-icon img {
  max-width: 62px;
  max-height: 62px;
}
/* line 355, ../sass/components/_product-new-style.scss */
.node-product .products-section .product-items .field-name-field-product-name {
  float: left;
  padding-top: 20px;
  padding-left: 10px;
  color: #4AA5B8;
  font-size: 20px;
}
/* line 363, ../sass/components/_product-new-style.scss */
.node-product .products-section .product-items .field-name-field-product-detail {
  font-size: 14px;
  clear: both;
  white-space: normal;
  word-wrap: break-word;
  padding-top: 10px;
  color: #999999;
}
/* line 371, ../sass/components/_product-new-style.scss */
.node-product .products-section .product-items .field-name-field-product-detail p {
  width: 90%;
}
@media (max-width: 770px) {
  /* line 371, ../sass/components/_product-new-style.scss */
  .node-product .products-section .product-items .field-name-field-product-detail p {
    padding-left: 0px;
  }
}
/* line 379, ../sass/components/_product-new-style.scss */
.node-product .products-section .product-items .product-button {
  padding-top: 25px;
}
/* line 382, ../sass/components/_product-new-style.scss */
.node-product .products-section .product-items .product-button a {
  font-size: 16px !important;
}
/* line 391, ../sass/components/_product-new-style.scss */
.node-product .related-products-section {
  background-color: #F2F3F4;
}
/* line 394, ../sass/components/_product-new-style.scss */
.node-product .related-products-section .field-name-field-related-products-title {
  padding-top: 25px;
}
/* line 399, ../sass/components/_product-new-style.scss */
.node-product .related-products-section .field-name-field-related-products-detail p {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
/* line 405, ../sass/components/_product-new-style.scss */
.node-product .related-products-section .related-products-item {
  text-align: center;
  position: relative;
  min-height: 240px;
}
/* line 410, ../sass/components/_product-new-style.scss */
.node-product .related-products-section .related-products-item img {
  max-width: 80%;
  height: auto;
}
/* line 416, ../sass/components/_product-new-style.scss */
.node-product .related-products-section .related-products-button {
  text-align: center;
  padding-top: 25px;
  padding-bottom: 50px;
}
@media (max-width: 530px) {
  /* line 422, ../sass/components/_product-new-style.scss */
  .node-product .related-products-section .related-products-button a {
    width: 90%;
  }
}
/* line 430, ../sass/components/_product-new-style.scss */
.node-product .related-resources-section .field-name-field-related-resources-title {
  padding-top: 50px;
}
/* line 435, ../sass/components/_product-new-style.scss */
.node-product .related-resources-section .field-name-field-related-resources-detail p {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
/* line 441, ../sass/components/_product-new-style.scss */
.node-product .related-resources-section .related-resources-content-section {
  padding-top: 50px;
}
@media (min-width: 815px) {
  /* line 441, ../sass/components/_product-new-style.scss */
  .node-product .related-resources-section .related-resources-content-section {
    margin-left: 20px;
  }
}
/* line 448, ../sass/components/_product-new-style.scss */
.node-product .related-resources-section .related-resources-content-section .left-side {
  width: 66.66%;
  float: left;
}
@media (max-width: 815px) {
  /* line 448, ../sass/components/_product-new-style.scss */
  .node-product .related-resources-section .related-resources-content-section .left-side {
    width: 100%;
    float: none;
    position: relative;
  }
}
/* line 458, ../sass/components/_product-new-style.scss */
.node-product .related-resources-section .related-resources-content-section .centered {
  width: 100%;
  float: none;
  position: relative;
}
/* line 465, ../sass/components/_product-new-style.scss */
.node-product .related-resources-section .related-resources-content-section .related-resources .related-resource {
  width: 49.5%;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 25px;
}
/* line 471, ../sass/components/_product-new-style.scss */
.node-product .related-resources-section .related-resources-content-section .related-resources .related-resource .field-name-field-related-resource-image {
  padding-bottom: 10px;
}
@media (max-width: 815px) {
  /* line 465, ../sass/components/_product-new-style.scss */
  .node-product .related-resources-section .related-resources-content-section .related-resources .related-resource {
    text-align: center;
  }
}
/* line 479, ../sass/components/_product-new-style.scss */
.node-product .related-resources-section .related-resources-content-section .related-resources .related-resource img {
  width: 95%;
  height: auto;
}
/* line 485, ../sass/components/_product-new-style.scss */
.node-product .related-resources-section .related-resources-content-section .related-resources .related-resource.content .title {
  padding-top: 10px;
}
/* line 491, ../sass/components/_product-new-style.scss */
.node-product .related-resources-section .related-resources-content-section .see-all {
  text-align: center;
  clear: both;
}
/* line 495, ../sass/components/_product-new-style.scss */
.node-product .related-resources-section .related-resources-content-section .see-all a {
  margin-top: 25px;
}
@media (max-width: 815px) {
  /* line 491, ../sass/components/_product-new-style.scss */
  .node-product .related-resources-section .related-resources-content-section .see-all {
    padding-top: 20px;
  }
}
@media (max-width: 815px) {
  /* line 504, ../sass/components/_product-new-style.scss */
  .node-product .related-resources-section .related-resources-content-section #related-resources-banner-controls {
    position: absolute;
    bottom: 75px;
  }
}
/* line 510, ../sass/components/_product-new-style.scss */
.node-product .related-resources-section .related-resources-content-section .right-side {
  width: 33.33%;
  float: left;
  padding-left: 25px;
}
@media (max-width: 815px) {
  /* line 510, ../sass/components/_product-new-style.scss */
  .node-product .related-resources-section .related-resources-content-section .right-side {
    width: 100%;
    float: none;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* line 524, ../sass/components/_product-new-style.scss */
.node-product .related-resources-section .related-resources-content-section .right-side h2.product-press-title {
  width: 80%;
}
@media (max-width: 815px) {
  /* line 524, ../sass/components/_product-new-style.scss */
  .node-product .related-resources-section .related-resources-content-section .right-side h2.product-press-title {
    width: 100%;
  }
}
/* line 532, ../sass/components/_product-new-style.scss */
.node-product .related-resources-section .related-resources-content-section .right-side #view-product-press-releases {
  width: 80%;
}
@media (max-width: 815px) {
  /* line 532, ../sass/components/_product-new-style.scss */
  .node-product .related-resources-section .related-resources-content-section .right-side #view-product-press-releases {
    width: 100%;
  }
}
/* line 539, ../sass/components/_product-new-style.scss */
.node-product .related-resources-section .related-resources-content-section .right-side #view-product-press-releases .view-content {
  padding: 20px 15px;
  border-left: 2px solid #eeeeee;
  border-right: 2px solid #eeeeee;
}
/* line 544, ../sass/components/_product-new-style.scss */
.node-product .related-resources-section .related-resources-content-section .right-side #view-product-press-releases .view-content .views-row {
  padding-bottom: 10px;
}
/* line 548, ../sass/components/_product-new-style.scss */
.node-product .related-resources-section .related-resources-content-section .right-side #view-product-press-releases .view-content .field-name-field-date {
  font-size: 14px;
}
/* line 553, ../sass/components/_product-new-style.scss */
.node-product .related-resources-section .related-resources-content-section .right-side #view-product-press-releases .view-footer {
  padding-left: 15px;
  padding-bottom: 15px;
  border-left: 2px solid #eeeeee;
  border-right: 2px solid #eeeeee;
  border-bottom: 2px solid #eeeeee;
  font-size: 14px;
}
/* line 561, ../sass/components/_product-new-style.scss */
.node-product .related-resources-section .related-resources-content-section .right-side #view-product-press-releases .view-footer i.right {
  margin-left: 5px;
  border: solid #00749f;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

/* line 577, ../sass/components/_product-new-style.scss */
.product-box {
  background-color: #F2F3F4;
  height: 120px;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 770px) {
  /* line 577, ../sass/components/_product-new-style.scss */
  .product-box {
    height: 100%;
  }
}
/* line 587, ../sass/components/_product-new-style.scss */
.product-box .left-side {
  width: 80%;
  float: left;
  position: relative;
  height: 100%;
}
@media (max-width: 770px) {
  /* line 587, ../sass/components/_product-new-style.scss */
  .product-box .left-side {
    float: none;
    width: 100%;
  }
}
/* line 598, ../sass/components/_product-new-style.scss */
.product-box .left-side .content {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  padding-left: 75px;
}
@media (max-width: 770px) {
  /* line 598, ../sass/components/_product-new-style.scss */
  .product-box .left-side .content {
    position: relative;
    top: 0%;
    transform: translate(0%, 0%);
    padding-left: 0px;
  }
}
/* line 612, ../sass/components/_product-new-style.scss */
.product-box .left-side .field-name-field-product-box-link {
  font-size: 20px;
  color: #676767;
}
@media (max-width: 770px) {
  /* line 612, ../sass/components/_product-new-style.scss */
  .product-box .left-side .field-name-field-product-box-link {
    padding-left: 0px;
    text-align: center;
    padding-top: 20px;
  }
}
/* line 622, ../sass/components/_product-new-style.scss */
.product-box .left-side .field-name-field-product-box-link a {
  color: #676767;
}
/* line 625, ../sass/components/_product-new-style.scss */
.product-box .left-side .field-name-field-product-box-link a:hover {
  color: #00749f;
}
/* line 631, ../sass/components/_product-new-style.scss */
.product-box .left-side .field-name-field-product-box-description {
  color: #999999;
  padding-top: 10px;
}
@media (max-width: 770px) {
  /* line 631, ../sass/components/_product-new-style.scss */
  .product-box .left-side .field-name-field-product-box-description {
    padding-left: 0px;
    text-align: center;
  }
}
/* line 642, ../sass/components/_product-new-style.scss */
.product-box .right-side {
  width: 10%;
  float: left;
  height: 100%;
  position: relative;
}
@media (max-width: 770px) {
  /* line 642, ../sass/components/_product-new-style.scss */
  .product-box .right-side {
    float: none;
    width: 100%;
    padding-bottom: 20px;
  }
}
/* line 654, ../sass/components/_product-new-style.scss */
.product-box .right-side .field-name-field-product-box-icon {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
}
@media (max-width: 770px) {
  /* line 654, ../sass/components/_product-new-style.scss */
  .product-box .right-side .field-name-field-product-box-icon {
    position: relative;
    top: 0%;
    transform: translate(0%, 0%);
    width: 40%;
    margin: 0 auto;
    padding-top: 20px;
  }
  /* line 667, ../sass/components/_product-new-style.scss */
  .product-box .right-side .field-name-field-product-box-icon .field-item {
    text-align: center;
  }
}
/* line 672, ../sass/components/_product-new-style.scss */
.product-box .right-side .field-name-field-product-box-icon img {
  width: 100%;
  height: auto;
}
@media (max-width: 770px) {
  /* line 672, ../sass/components/_product-new-style.scss */
  .product-box .right-side .field-name-field-product-box-icon img {
    width: 40%;
  }
}
/* line 683, ../sass/components/_product-new-style.scss */
.product-box:hover {
  background-color: #00a5b8;
}
/* line 687, ../sass/components/_product-new-style.scss */
.product-box:hover .left-side .field-name-field-product-box-link {
  color: white;
}
/* line 689, ../sass/components/_product-new-style.scss */
.product-box:hover .left-side .field-name-field-product-box-link a {
  color: white;
}
/* line 693, ../sass/components/_product-new-style.scss */
.product-box:hover .left-side .field-name-field-product-box-description {
  color: white;
}
/* line 699, ../sass/components/_product-new-style.scss */
.product-box:hover .right-side img {
  filter: brightness(0) invert(1);
}

/* line 2, ../sass/components/_product-old-style.scss */
.product-tabs ul {
  padding-left: 0px;
}
/* line 5, ../sass/components/_product-old-style.scss */
.product-tabs ul li {
  width: 33.33%;
}

/* line 12, ../sass/components/_product-old-style.scss */
.pane-guidewire-product-product-resources .section-videos .views-row {
  width: 32.5%;
  display: inline-block;
  float: none;
  vertical-align: top;
}
/* line 24, ../sass/components/_product-old-style.scss */
.pane-guidewire-product-product-resources .section-reports .views-row,
.pane-guidewire-product-product-resources .section-brochures .views-row,
.pane-guidewire-product-product-resources .section-white-papers .views-row,
.pane-guidewire-product-product-resources .section-webinars .views-row {
  width: 49.5%;
  display: inline-block;
  float: none !important;
  vertical-align: top;
}

/* line 37, ../sass/components/_product-old-style.scss */
.node-type-product #benefits .field-name-field-benefits > .field-items > .field-item .field-name-field-text p {
  font-size: 16px;
}

@media (max-width: 770px) {
  /* line 47, ../sass/components/_product-old-style.scss */
  .product-tabs ul {
    padding-left: 10px;
    padding-right: 10px;
  }
  /* line 50, ../sass/components/_product-old-style.scss */
  .product-tabs ul li {
    width: 100%;
  }

  /* line 56, ../sass/components/_product-old-style.scss */
  .node-type-product #benefits > h2 {
    padding-bottom: 70px;
  }
  /* line 60, ../sass/components/_product-old-style.scss */
  .node-type-product #benefits .field-name-field-benefits > .field-items > .field-item {
    padding-left: 10px;
    padding-right: 10px;
  }
  /* line 64, ../sass/components/_product-old-style.scss */
  .node-type-product #benefits .field-name-field-benefits > .field-items > .field-item h3 {
    font-weight: 600;
  }
  /* line 69, ../sass/components/_product-old-style.scss */
  .node-type-product #benefits .field-name-field-benefits > .field-items > .field-item .field-name-field-text p {
    padding-left: 30px;
    padding-right: 30px;
  }

  /* line 78, ../sass/components/_product-old-style.scss */
  .pane-guidewire-product-product-resources .section-videos {
    padding-bottom: 0px !important;
  }
  /* line 79, ../sass/components/_product-old-style.scss */
  .pane-guidewire-product-product-resources .section-videos .views-row {
    width: 49.5%;
    display: inline-block;
    float: none;
  }
  /* line 87, ../sass/components/_product-old-style.scss */
  .pane-guidewire-product-product-resources .section-videos h2 {
    padding-bottom: 50px;
  }
  /* line 95, ../sass/components/_product-old-style.scss */
  .pane-guidewire-product-product-resources .section-reports h2,
  .pane-guidewire-product-product-resources .section-brochures h2,
  .pane-guidewire-product-product-resources .section-white-papers h2,
  .pane-guidewire-product-product-resources .section-webinars h2 {
    padding-bottom: 40px;
  }
  /* line 100, ../sass/components/_product-old-style.scss */
  .pane-guidewire-product-product-resources .section-videos,
  .pane-guidewire-product-product-resources .section-reports,
  .pane-guidewire-product-product-resources .section-brochures,
  .pane-guidewire-product-product-resources .section-white-papers,
  .pane-guidewire-product-product-resources .section-webinars {
    margin-bottom: 30px !important;
  }
  /* line 107, ../sass/components/_product-old-style.scss */
  .pane-guidewire-product-product-resources .section-videos .views-row,
  .pane-guidewire-product-product-resources .section-reports .views-row,
  .pane-guidewire-product-product-resources .section-brochures .views-row,
  .pane-guidewire-product-product-resources .section-white-papers .views-row,
  .pane-guidewire-product-product-resources .section-webinars .views-row {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
/* line 1, ../sass/components/_customers-slider.scss */
.bean-customer-slider {
  padding-top: 15px;
  background-color: white;
}

/* line 5, ../sass/components/_customers-slider.scss */
.related-customers-section,
.bean-customer-slider .field-name-field-related-customers {
  position: relative;
}
/* line 9, ../sass/components/_customers-slider.scss */
.related-customers-section .section-title,
.bean-customer-slider .field-name-field-related-customers .section-title {
  text-align: center;
  font-size: 34px;
  padding-bottom: 15px;
}
/* line 15, ../sass/components/_customers-slider.scss */
.related-customers-section .section-detail,
.bean-customer-slider .field-name-field-related-customers .section-detail {
  text-align: center;
  -moz-text-align-last: center;
  text-align-last: center;
  width: 90%;
  margin: 0 auto;
  color: #999999;
  line-height: 25px;
}
/* line 24, ../sass/components/_customers-slider.scss */
.related-customers-section .related-customer,
.bean-customer-slider .field-name-field-related-customers .related-customer {
  min-height: 600px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 675px) {
  /* line 24, ../sass/components/_customers-slider.scss */
  .related-customers-section .related-customer,
  .bean-customer-slider .field-name-field-related-customers .related-customer {
    background-image: none !important;
  }
}
/* line 32, ../sass/components/_customers-slider.scss */
.related-customers-section .related-customer .section-title,
.bean-customer-slider .field-name-field-related-customers .related-customer .section-title {
  padding-top: 60px;
  color: white;
  font-weight: 600;
  font-size: 45px;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 675px) {
  /* line 32, ../sass/components/_customers-slider.scss */
  .related-customers-section .related-customer .section-title,
  .bean-customer-slider .field-name-field-related-customers .related-customer .section-title {
    color: #676767;
  }
}
@media (max-width: 440px) {
  /* line 32, ../sass/components/_customers-slider.scss */
  .related-customers-section .related-customer .section-title,
  .bean-customer-slider .field-name-field-related-customers .related-customer .section-title {
    font-size: 28px;
  }
}
/* line 48, ../sass/components/_customers-slider.scss */
.related-customers-section .related-customer .section-detail,
.bean-customer-slider .field-name-field-related-customers .related-customer .section-detail {
  color: white;
  width: 90%;
  font-weight: 400;
  font-size: 20px;
}
@media (max-width: 675px) {
  /* line 48, ../sass/components/_customers-slider.scss */
  .related-customers-section .related-customer .section-detail,
  .bean-customer-slider .field-name-field-related-customers .related-customer .section-detail {
    color: #676767;
  }
}
/* line 58, ../sass/components/_customers-slider.scss */
.related-customers-section .related-customer .section-detail p,
.bean-customer-slider .field-name-field-related-customers .related-customer .section-detail p {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
/* line 63, ../sass/components/_customers-slider.scss */
.related-customers-section .related-customer .customer-info,
.bean-customer-slider .field-name-field-related-customers .related-customer .customer-info {
  position: relative;
  width: 70%;
  margin: 0 auto;
  padding-top: 40px;
  min-height: 190px;
}
@media (max-width: 675px) {
  /* line 63, ../sass/components/_customers-slider.scss */
  .related-customers-section .related-customer .customer-info,
  .bean-customer-slider .field-name-field-related-customers .related-customer .customer-info {
    display: flex;
    flex-direction: column;
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
  }
}
/* line 78, ../sass/components/_customers-slider.scss */
.related-customers-section .related-customer .customer-info .left-side,
.bean-customer-slider .field-name-field-related-customers .related-customer .customer-info .left-side {
  width: 53.5%;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 675px) {
  /* line 78, ../sass/components/_customers-slider.scss */
  .related-customers-section .related-customer .customer-info .left-side,
  .bean-customer-slider .field-name-field-related-customers .related-customer .customer-info .left-side {
    order: 2;
    padding-top: 30px;
  }
}
@media (max-width: 675px) {
  /* line 78, ../sass/components/_customers-slider.scss */
  .related-customers-section .related-customer .customer-info .left-side,
  .bean-customer-slider .field-name-field-related-customers .related-customer .customer-info .left-side {
    float: none;
    width: 100%;
    position: relative;
  }
}
@media (max-width: 1004px) {
  /* line 95, ../sass/components/_customers-slider.scss */
  .related-customers-section .related-customer .customer-info .left-side .hide-logo-on-mobile,
  .bean-customer-slider .field-name-field-related-customers .related-customer .customer-info .left-side .hide-logo-on-mobile {
    display: none !important;
  }
}
@media (min-width: 675px) {
  /* line 100, ../sass/components/_customers-slider.scss */
  .related-customers-section .related-customer .customer-info .left-side .hide-logo-on-desktop,
  .bean-customer-slider .field-name-field-related-customers .related-customer .customer-info .left-side .hide-logo-on-desktop {
    display: none !important;
  }
}
/* line 105, ../sass/components/_customers-slider.scss */
.related-customers-section .related-customer .customer-info .left-side .show-logo-on-tablet,
.bean-customer-slider .field-name-field-related-customers .related-customer .customer-info .left-side .show-logo-on-tablet {
  display: none !important;
}
@media (max-width: 1004px) and (min-width: 675px) {
  /* line 105, ../sass/components/_customers-slider.scss */
  .related-customers-section .related-customer .customer-info .left-side .show-logo-on-tablet,
  .bean-customer-slider .field-name-field-related-customers .related-customer .customer-info .left-side .show-logo-on-tablet {
    display: inline-block !important;
  }
}
@media (max-width: 675px) {
  /* line 112, ../sass/components/_customers-slider.scss */
  .related-customers-section .related-customer .customer-info .left-side .field-name-field-customer-slider-logo,
  .related-customers-section .related-customer .customer-info .left-side .field-name-field-customer-logo,
  .bean-customer-slider .field-name-field-related-customers .related-customer .customer-info .left-side .field-name-field-customer-slider-logo,
  .bean-customer-slider .field-name-field-related-customers .related-customer .customer-info .left-side .field-name-field-customer-logo {
    color: #676767;
  }
}
/* line 118, ../sass/components/_customers-slider.scss */
.related-customers-section .related-customer .customer-info .left-side .customer-info-text,
.bean-customer-slider .field-name-field-related-customers .related-customer .customer-info .left-side .customer-info-text {
  color: white;
}
@media (max-width: 675px) {
  /* line 118, ../sass/components/_customers-slider.scss */
  .related-customers-section .related-customer .customer-info .left-side .customer-info-text,
  .bean-customer-slider .field-name-field-related-customers .related-customer .customer-info .left-side .customer-info-text {
    color: #676767;
  }
}
/* line 129, ../sass/components/_customers-slider.scss */
.related-customers-section .related-customer .customer-info .left-side.has-no-quote .field-name-field-customer-slider-logo img,
.related-customers-section .related-customer .customer-info .left-side.has-no-quote .field-name-field-customer-logo img,
.bean-customer-slider .field-name-field-related-customers .related-customer .customer-info .left-side.has-no-quote .field-name-field-customer-slider-logo img,
.bean-customer-slider .field-name-field-related-customers .related-customer .customer-info .left-side.has-no-quote .field-name-field-customer-logo img {
  position: relative;
  bottom: 15px;
  margin-right: 15px;
}
/* line 138, ../sass/components/_customers-slider.scss */
.related-customers-section .related-customer .customer-info .left-side.has-quote .quote,
.bean-customer-slider .field-name-field-related-customers .related-customer .customer-info .left-side.has-quote .quote {
  color: white;
  font-size: 18px;
  border-bottom: solid 1px;
  width: 95%;
  padding-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 675px) {
  /* line 138, ../sass/components/_customers-slider.scss */
  .related-customers-section .related-customer .customer-info .left-side.has-quote .quote,
  .bean-customer-slider .field-name-field-related-customers .related-customer .customer-info .left-side.has-quote .quote {
    border-bottom: none;
    color: #676767;
  }
}
/* line 152, ../sass/components/_customers-slider.scss */
.related-customers-section .related-customer .customer-info .left-side.has-quote .logo-info,
.bean-customer-slider .field-name-field-related-customers .related-customer .customer-info .left-side.has-quote .logo-info {
  padding-top: 15px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
/* line 158, ../sass/components/_customers-slider.scss */
.related-customers-section .related-customer .customer-info .left-side.has-quote .logo-info .hide-logo-on-mobile,
.related-customers-section .related-customer .customer-info .left-side.has-quote .logo-info .show-logo-on-tablet,
.bean-customer-slider .field-name-field-related-customers .related-customer .customer-info .left-side.has-quote .logo-info .hide-logo-on-mobile,
.bean-customer-slider .field-name-field-related-customers .related-customer .customer-info .left-side.has-quote .logo-info .show-logo-on-tablet {
  width: 24.5%;
  display: inline-block;
  vertical-align: top;
}
/* line 164, ../sass/components/_customers-slider.scss */
.related-customers-section .related-customer .customer-info .left-side.has-quote .logo-info .hide-logo-on-mobile img,
.related-customers-section .related-customer .customer-info .left-side.has-quote .logo-info .show-logo-on-tablet img,
.bean-customer-slider .field-name-field-related-customers .related-customer .customer-info .left-side.has-quote .logo-info .hide-logo-on-mobile img,
.bean-customer-slider .field-name-field-related-customers .related-customer .customer-info .left-side.has-quote .logo-info .show-logo-on-tablet img {
  width: 100%;
  height: auto;
}
/* line 170, ../sass/components/_customers-slider.scss */
.related-customers-section .related-customer .customer-info .left-side.has-quote .logo-info .quote-info,
.bean-customer-slider .field-name-field-related-customers .related-customer .customer-info .left-side.has-quote .logo-info .quote-info {
  width: 74.5%;
  display: inline-block;
  color: white;
  vertical-align: top;
}
@media (max-width: 675px) {
  /* line 170, ../sass/components/_customers-slider.scss */
  .related-customers-section .related-customer .customer-info .left-side.has-quote .logo-info .quote-info,
  .bean-customer-slider .field-name-field-related-customers .related-customer .customer-info .left-side.has-quote .logo-info .quote-info {
    width: 100%;
    float: none;
    color: #676767;
    padding-bottom: 15px;
  }
}
/* line 187, ../sass/components/_customers-slider.scss */
.related-customers-section .related-customer .customer-info .right-side,
.bean-customer-slider .field-name-field-related-customers .related-customer .customer-info .right-side {
  width: 45.5%;
  vertical-align: top;
  display: inline-block;
}
@media (max-width: 675px) {
  /* line 187, ../sass/components/_customers-slider.scss */
  .related-customers-section .related-customer .customer-info .right-side,
  .bean-customer-slider .field-name-field-related-customers .related-customer .customer-info .right-side {
    float: none;
    width: 100%;
    position: relative;
    order: 1;
  }
}
/* line 199, ../sass/components/_customers-slider.scss */
.related-customers-section .related-customer .customer-info .right-side .customer-info-video,
.bean-customer-slider .field-name-field-related-customers .related-customer .customer-info .right-side .customer-info-video {
  width: 250px;
  position: relative;
}
@media (max-width: 675px) {
  /* line 199, ../sass/components/_customers-slider.scss */
  .related-customers-section .related-customer .customer-info .right-side .customer-info-video,
  .bean-customer-slider .field-name-field-related-customers .related-customer .customer-info .right-side .customer-info-video {
    width: 100%;
  }
}
/* line 207, ../sass/components/_customers-slider.scss */
.related-customers-section .related-customer .customer-info .right-side .customer-info-video img,
.bean-customer-slider .field-name-field-related-customers .related-customer .customer-info .right-side .customer-info-video img {
  width: 250px;
  height: auto;
  border: white solid 1px;
}
@media (max-width: 675px) {
  /* line 207, ../sass/components/_customers-slider.scss */
  .related-customers-section .related-customer .customer-info .right-side .customer-info-video img,
  .bean-customer-slider .field-name-field-related-customers .related-customer .customer-info .right-side .customer-info-video img {
    width: 100%;
    height: auto;
  }
}
/* line 218, ../sass/components/_customers-slider.scss */
.related-customers-section .related-customer .customer-info .right-side .customer-info-video .play-button,
.bean-customer-slider .field-name-field-related-customers .related-customer .customer-info .right-side .customer-info-video .play-button {
  position: absolute;
  top: 30%;
  left: 40%;
}
@media (max-width: 675px) {
  /* line 218, ../sass/components/_customers-slider.scss */
  .related-customers-section .related-customer .customer-info .right-side .customer-info-video .play-button,
  .bean-customer-slider .field-name-field-related-customers .related-customer .customer-info .right-side .customer-info-video .play-button {
    top: 40%;
    left: 40%;
  }
}
/* line 228, ../sass/components/_customers-slider.scss */
.related-customers-section .related-customer .customer-info .right-side .customer-info-video .play-button img,
.bean-customer-slider .field-name-field-related-customers .related-customer .customer-info .right-side .customer-info-video .play-button img {
  border: none;
  width: 50px;
}
@media (max-width: 675px) {
  /* line 228, ../sass/components/_customers-slider.scss */
  .related-customers-section .related-customer .customer-info .right-side .customer-info-video .play-button img,
  .bean-customer-slider .field-name-field-related-customers .related-customer .customer-info .right-side .customer-info-video .play-button img {
    width: 100%;
  }
}
/* line 241, ../sass/components/_customers-slider.scss */
.related-customers-section .related-customer .customer-info.has-no-quote .left-side,
.bean-customer-slider .field-name-field-related-customers .related-customer .customer-info.has-no-quote .left-side {
  vertical-align: middle;
}
/* line 244, ../sass/components/_customers-slider.scss */
.related-customers-section .related-customer .customer-info.has-no-quote .right-side,
.bean-customer-slider .field-name-field-related-customers .related-customer .customer-info.has-no-quote .right-side {
  vertical-align: middle;
}
/* line 250, ../sass/components/_customers-slider.scss */
.related-customers-section .related-customer .customer-link-button,
.bean-customer-slider .field-name-field-related-customers .related-customer .customer-link-button {
  text-align: center;
  padding-top: 15px;
}
/* line 256, ../sass/components/_customers-slider.scss */
.related-customers-section #related-customer-banner-controls,
.bean-customer-slider .field-name-field-related-customers #related-customer-banner-controls {
  position: absolute;
  bottom: 30px !important;
}
@media (max-width: 675px) {
  /* line 256, ../sass/components/_customers-slider.scss */
  .related-customers-section #related-customer-banner-controls,
  .bean-customer-slider .field-name-field-related-customers #related-customer-banner-controls {
    bottom: 15px !important;
  }
}
@media (max-width: 675px) {
  /* line 5, ../sass/components/_customers-slider.scss */
  .related-customers-section,
  .bean-customer-slider .field-name-field-related-customers {
    padding-bottom: 50px;
    border-bottom: solid #cccccc;
  }
}

@media (max-width: 768px) {
  /* line 3, ../sass/components/_blogs.scss */
  .section-blog #article-content > .mobile-grid-parent {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
/* line 11, ../sass/components/_blogs.scss */
.page-blog #interior-banner.blog-homepage-banner #breadcrumbs {
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
/* line 19, ../sass/components/_blogs.scss */
.page-blog #interior-banner.blog-homepage-banner .grid-container {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
/* line 25, ../sass/components/_blogs.scss */
.page-blog #interior-banner.blog-homepage-banner .panel-pane {
  text-align: center;
}
/* line 28, ../sass/components/_blogs.scss */
.page-blog #interior-banner.blog-homepage-banner .pane-page-breadcrumb {
  text-align: left;
}

/* line 37, ../sass/components/_blogs.scss */
.page-blog-archive #interior-banner .panel-pane h1,
.page-blog-authors #interior-banner .panel-pane h1 {
  padding-top: 0px !important;
}

/* line 47, ../sass/components/_blogs.scss */
#view-blog .blog-post .views-field-title,
#view-blog-archive .blog-post .views-field-title {
  padding-top: 25px;
}
/* line 50, ../sass/components/_blogs.scss */
#view-blog .blog-post .views-field-custom--blog-byline,
#view-blog-archive .blog-post .views-field-custom--blog-byline {
  padding-bottom: 15px;
}
@media (max-width: 1024px) {
  /* line 54, ../sass/components/_blogs.scss */
  #view-blog .blog-post img,
  #view-blog-archive .blog-post img {
    width: 100%;
    height: auto;
  }
}

/* line 65, ../sass/components/_blogs.scss */
.view-display-id-block_bloggers .view-content .slick-track li {
  left: -8px;
  position: relative;
}
/* line 69, ../sass/components/_blogs.scss */
.view-display-id-block_bloggers .view-content .slick-track li .author-name {
  padding-top: 25px;
  padding-left: 10px;
}
/* line 73, ../sass/components/_blogs.scss */
.view-display-id-block_bloggers .view-content .slick-track li .author-name .field-name-field-last-name {
  display: inline-block;
}
/* line 77, ../sass/components/_blogs.scss */
.view-display-id-block_bloggers .view-content .slick-track li .field-name-body {
  padding-top: 10px;
  padding-left: 10px;
}
@media (max-width: 768px) {
  /* line 81, ../sass/components/_blogs.scss */
  .view-display-id-block_bloggers .view-content .slick-track li .field-name-body p {
    padding-left: 0px;
    paddng-right: 0px;
  }
}
/* line 89, ../sass/components/_blogs.scss */
.view-display-id-block_bloggers .view-content .slick-track li > a {
  width: 100%;
  text-align: center;
}
/* line 94, ../sass/components/_blogs.scss */
.view-display-id-block_bloggers .view-content button.slick-control {
  top: 50px;
  color: #cfcfcf;
}
/* line 98, ../sass/components/_blogs.scss */
.view-display-id-block_bloggers .view-content button.slick-prev {
  left: -15px;
}
/* line 101, ../sass/components/_blogs.scss */
.view-display-id-block_bloggers .view-content button.slick-next {
  right: 0px;
}

/* line 108, ../sass/components/_blogs.scss */
.view-display-id-block_1 .views-row {
  display: inline-block;
  width: 24.5%;
  text-align: center;
}
@media (max-width: 545px) {
  /* line 108, ../sass/components/_blogs.scss */
  .view-display-id-block_1 .views-row {
    width: 49%;
  }
}
/* line 117, ../sass/components/_blogs.scss */
.view-display-id-block_1 .views-row .author-name {
  padding-bottom: 25px;
  padding-top: 10px;
}

@media (max-width: 1024px) {
  /* line 5, ../sass/components/_main-menu.scss */
  .primary-nav #collapse17028 ul.nav li {
    word-break: break-all;
  }
}
/* line 15, ../sass/components/_main-menu.scss */
#block-menu-guidewire-main-menu .mega-dropdown > .menu > li a {
  height: 55px;
  position: relative;
  line-height: 1.5em;
}
/* line 20, ../sass/components/_main-menu.scss */
#block-menu-guidewire-main-menu .mega-dropdown > .menu > li a span {
  color: #00749f;
}
/* line 23, ../sass/components/_main-menu.scss */
#block-menu-guidewire-main-menu .mega-dropdown > .menu > li a span:hover {
  color: #014D69;
}
/* line 30, ../sass/components/_main-menu.scss */
#block-menu-guidewire-main-menu .mega-dropdown.first > .menu > li a span {
  color: #676767;
}
/* line 37, ../sass/components/_main-menu.scss */
#block-menu-guidewire-main-menu .mega-dropdown > .menu > li.two-lines a span {
  position: relative !important;
}
/* line 44, ../sass/components/_main-menu.scss */
#block-menu-guidewire-main-menu .mega-dropdown > .menu > li.is-product a span {
  color: #666766;
}

/* line 2, ../sass/components/_partners.scss */
#view-partner-additional-links .view-content {
  border-top: 1px solid #b9b9b9;
  padding-top: 15px;
}
/* line 6, ../sass/components/_partners.scss */
#view-partner-additional-links .no-top {
  border-top: none !important;
  padding-top: 0px !important;
}
/* line 10, ../sass/components/_partners.scss */
#view-partner-additional-links .views-row {
  padding-bottom: 20px;
}
/* line 13, ../sass/components/_partners.scss */
#view-partner-additional-links .views-row .link,
#view-partner-additional-links .views-row .field-name-field-partner-link-date {
  padding-left: 3px;
  font-style: italic;
}

@media (max-width: 765px) {
  /* line 22, ../sass/components/_partners.scss */
  #view-partners #view-partner-additional-links {
    padding-left: 27px;
    padding-right: 27px;
  }
  /* line 26, ../sass/components/_partners.scss */
  #view-partners .view-display-id-press_releases {
    padding-bottom: 20px;
  }
}
@media (max-width: 765px) {
  /* line 33, ../sass/components/_partners.scss */
  .partner-body-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/* line 5, ../sass/components/_forms.scss */
#guidewire-form-form .form-item-Consent-Obtained--c input,
#guidewire-form-form .form-item-Are-you-current-Salesforcecom-partner--c input,
#guidewire-form-solution-form .form-item-Consent-Obtained--c input,
#guidewire-form-solution-form .form-item-Are-you-current-Salesforcecom-partner--c input {
  vertical-align: top;
}
/* line 8, ../sass/components/_forms.scss */
#guidewire-form-form .form-item-Consent-Obtained--c label,
#guidewire-form-form .form-item-Are-you-current-Salesforcecom-partner--c label,
#guidewire-form-solution-form .form-item-Consent-Obtained--c label,
#guidewire-form-solution-form .form-item-Are-you-current-Salesforcecom-partner--c label {
  display: inline;
  vertical-align: top;
  font-weight: bold;
}

/* line 1, ../sass/components/_mkto.scss */
.mktoForm,
.mktoButtonRow {
  position: relative;
}

/* line 6, ../sass/components/_mkto.scss */
.mktoButtonRow {
  padding-left: 30% !important;
}
/* line 9, ../sass/components/_mkto.scss */
.mktoButtonRow .mktoButtonWrap {
  margin-left: 0px !important;
}
/* line 12, ../sass/components/_mkto.scss */
.mktoButtonRow .mktoButtonWrap button {
  font-size: 16px !important;
  padding: 10px 30px !important;
  border: none !important;
  background-color: #14b14b !important;
  color: #ffffff !important;
  background-image: none !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
}

/* line 26, ../sass/components/_mkto.scss */
.mktoButtonWrap {
  marginleft: 0px !important;
}

/* line 30, ../sass/components/_mkto.scss */
.mktoForm,
.mktoFormCol,
.mktoFieldWrap {
  width: 100% !important;
}

/* line 36, ../sass/components/_mkto.scss */
.mktoField {
  width: 70% !important;
  clear: none !important;
}
@media (max-width: 768px) {
  /* line 36, ../sass/components/_mkto.scss */
  .mktoField {
    width: 100% !important;
  }
}

/* line 45, ../sass/components/_mkto.scss */
.mktoForm {
  padding-bottom: 50px;
}
/* line 48, ../sass/components/_mkto.scss */
.mktoForm label {
  width: 30% !important;
  font-size: 16px;
}
@media (max-width: 768px) {
  /* line 48, ../sass/components/_mkto.scss */
  .mktoForm label {
    width: 100% !important;
  }
}
/* line 56, ../sass/components/_mkto.scss */
.mktoForm .mktoGutter {
  height: 0px !important;
}
/* line 59, ../sass/components/_mkto.scss */
.mktoForm .mktoAsterix {
  float: right !important;
}
/* line 62, ../sass/components/_mkto.scss */
.mktoForm .mktoRadioList > label,
.mktoForm .mktoCheckboxList > label {
  margin-left: 1.5em;
  margin-top: 0.1em;
  margin-bottom: 0.3em;
  line-height: 1.2em;
  display: inline !important;
  min-height: 12px;
}
/* line 71, ../sass/components/_mkto.scss */
.mktoForm .mktoRadioList > input,
.mktoForm .mktoCheckboxList > input {
  padding: 0;
  width: 10px !important;
}
/* line 76, ../sass/components/_mkto.scss */
.mktoForm .mktoRadioList,
.mktoForm .mktoCheckboxList {
  padding: 0.3em;
  float: left !important;
  width: 70% !important;
  clear: none !important;
}
/* line 83, ../sass/components/_mkto.scss */
.mktoForm .mktoRadioList label,
.mktoForm .mktoCheckboxList label {
  font-size: 14px !important;
}
/* line 86, ../sass/components/_mkto.scss */
.mktoForm .mktoRadioList label a,
.mktoForm .mktoCheckboxList label a {
  font-size: 14px !important;
}
/* line 91, ../sass/components/_mkto.scss */
.mktoForm .mktoTextField,
.mktoForm .mktoEmailField,
.mktoForm .mktoTelField,
.mktoForm .mktoFormRow select,
.mktoForm .mktoFormRow textarea {
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  border: 1px solid #ccc;
  box-shadow: inset 2px 2px 1px rgba(0, 0, 0, 0.09), inset -2px -2px 1px rgba(0, 0, 0, 0.09);
  border-radius: 0;
  background-color: #fff;
  height: 34px;
}
/* line 107, ../sass/components/_mkto.scss */
.mktoForm mktoFormRow select[multiple="multiple"] {
  height: auto;
}
/* line 111, ../sass/components/_mkto.scss */
.mktoForm label[for=Opt-In],
.mktoForm label[for=Consent_Obtained__c] {
  float: left !important;
}
@media only screen and (max-width: 768px) {
  /* line 117, ../sass/components/_mkto.scss */
  .mktoForm label[for=Opt-In],
  .mktoForm label[for=Consent_Obtained__c] {
    display: none;
  }
  /* line 121, ../sass/components/_mkto.scss */
  .mktoForm .mktoRadioList,
  .mktoForm .mktoCheckboxList {
    width: 100% !important;
  }
  /* line 125, ../sass/components/_mkto.scss */
  .mktoForm .mktoRadioList > label,
  .mktoForm .mktoCheckboxList > label {
    margin-left: 1.5em;
    margin-top: 0.1em;
    margin-bottom: 0.3em;
    line-height: 1.2em;
    display: block;
    min-height: 12px;
    width: 89% !important;
    float: right;
  }
}

/* line 141, ../sass/components/_mkto.scss */
.section-contact-us .mktoForm label {
  padding-right: 5px;
}

/* line 148, ../sass/components/_mkto.scss */
.mktoFormAskQuestion .mktoField {
  width: 100% !important;
}
/* line 151, ../sass/components/_mkto.scss */
.mktoFormAskQuestion label {
  width: 100% !important;
}
/* line 154, ../sass/components/_mkto.scss */
.mktoFormAskQuestion .mktoLabel {
  font-size: 14px !important;
  height: auto;
}
/* line 158, ../sass/components/_mkto.scss */
.mktoFormAskQuestion .mktoButtonRow {
  width: 100%;
  text-align: center;
  padding-left: 0% !important;
}
/* line 163, ../sass/components/_mkto.scss */
.mktoFormAskQuestion .mktoCheckboxList {
  width: 100% !important;
}
/* line 166, ../sass/components/_mkto.scss */
.mktoFormAskQuestion .mktoCheckboxList input {
  display: inline-block !important;
  width: 9.5% !important;
}
/* line 171, ../sass/components/_mkto.scss */
.mktoFormAskQuestion .mktoCheckboxList label {
  display: inline-block !important;
  width: 89.5% !important;
  margin: 0px 0px 0px 0px !important;
  height: 100%;
}

@media (min-width: 1025px) {
  /* line 2, ../sass/components/_resources.scss */
  #view-resources .grid-33.video {
    float: none;
    width: 32.833%;
    display: inline-block;
    vertical-align: top;
  }
}
/* line 9, ../sass/components/_resources.scss */
#view-resources .grid-33.video img {
  width: 100%;
}

/* line 2, ../sass/components/_explore-our-products.scss */
.bean-product-details-slider .content {
  background-color: #F2F3F4;
}
/* line 5, ../sass/components/_explore-our-products.scss */
.bean-product-details-slider .field-name-title-field {
  padding-top: 50px;
  text-align: center;
  width: 100%;
}
/* line 10, ../sass/components/_explore-our-products.scss */
.bean-product-details-slider .field-name-field-subhead {
  text-align: center;
  width: 100%;
}
/* line 14, ../sass/components/_explore-our-products.scss */
.bean-product-details-slider .paragraphs-items-field-product-blocks {
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: auto;
}
/* line 19, ../sass/components/_explore-our-products.scss */
.bean-product-details-slider .paragraphs-items-field-product-blocks .product-block {
  position: relative;
  width: 33.3333%;
  float: left;
}
@media (max-width: 820px) {
  /* line 19, ../sass/components/_explore-our-products.scss */
  .bean-product-details-slider .paragraphs-items-field-product-blocks .product-block {
    width: 95%;
    float: none;
    margin: 0 auto;
  }
}
/* line 30, ../sass/components/_explore-our-products.scss */
.bean-product-details-slider .paragraphs-items-field-product-blocks .product-block img.background-image {
  width: 100%;
  height: auto;
}
/* line 35, ../sass/components/_explore-our-products.scss */
.bean-product-details-slider .paragraphs-items-field-product-blocks .product-block .container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
/* line 42, ../sass/components/_explore-our-products.scss */
.bean-product-details-slider .paragraphs-items-field-product-blocks .product-block .container .product-name {
  position: relative;
  left: -50%;
  color: white;
  font-weight: 600;
  font-size: 20px;
  padding-top: 20px;
}
@media (max-width: 950px) and (min-width: 820px) {
  /* line 42, ../sass/components/_explore-our-products.scss */
  .bean-product-details-slider .paragraphs-items-field-product-blocks .product-block .container .product-name {
    font-size: 18px;
  }
}
/* line 54, ../sass/components/_explore-our-products.scss */
.bean-product-details-slider .paragraphs-items-field-product-blocks .product-block .container .product-text {
  position: relative;
  left: -50%;
  color: white;
  font-weight: 500;
  font-size: 16px;
}
@media (max-width: 950px) and (min-width: 820px) {
  /* line 54, ../sass/components/_explore-our-products.scss */
  .bean-product-details-slider .paragraphs-items-field-product-blocks .product-block .container .product-text {
    font-size: 14px;
  }
}
/* line 65, ../sass/components/_explore-our-products.scss */
.bean-product-details-slider .paragraphs-items-field-product-blocks .product-block .container .product-icon {
  position: relative;
  left: -50%;
}
/* line 69, ../sass/components/_explore-our-products.scss */
.bean-product-details-slider .paragraphs-items-field-product-blocks .product-block .container .product-icon img {
  width: 80px;
  height: auto;
}
/* line 76, ../sass/components/_explore-our-products.scss */
.bean-product-details-slider .paragraphs-items-field-product-blocks .product-block .overlay {
  display: none;
  background-color: #0081c2;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.7;
  width: 100%;
  height: 100%;
}
/* line 88, ../sass/components/_explore-our-products.scss */
.bean-product-details-slider .paragraphs-items-field-product-blocks .product-block:hover .overlay {
  display: block;
}
/* line 95, ../sass/components/_explore-our-products.scss */
.bean-product-details-slider .field-name-field-footer {
  text-align: center;
  font-size: 24px;
}
/* line 99, ../sass/components/_explore-our-products.scss */
.bean-product-details-slider .field-name-field-footer-subtext {
  text-align: center;
  font-size: 18px;
}
/* line 103, ../sass/components/_explore-our-products.scss */
.bean-product-details-slider .field-name-field-footer-button {
  text-align: center;
  padding-bottom: 50px;
  padding-top: 15px;
}

/* line 2, ../sass/components/_featured_content_slider.scss */
.pane-bean-homepage-featured-content-slider .featured-content-slider {
  background-color: #fff;
  padding-bottom: 50px;
  position: relative;
}
/* line 7, ../sass/components/_featured_content_slider.scss */
.pane-bean-homepage-featured-content-slider .featured-content-slider .field-name-field-featured-content-title {
  padding-top: 60px;
  font-weight: 600;
  font-size: 45px;
  text-align: center;
}
@media (max-width: 535px) {
  /* line 7, ../sass/components/_featured_content_slider.scss */
  .pane-bean-homepage-featured-content-slider .featured-content-slider .field-name-field-featured-content-title {
    font-size: 28px;
  }
}
/* line 18, ../sass/components/_featured_content_slider.scss */
.pane-bean-homepage-featured-content-slider .featured-content-slider .field-name-field-featured-content-detail {
  width: 90%;
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  max-width: 1020px;
  margin: 0 auto;
}
/* line 26, ../sass/components/_featured_content_slider.scss */
.pane-bean-homepage-featured-content-slider .featured-content-slider .field-name-field-featured-content-detail p {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
@media (max-width: 535px) {
  /* line 18, ../sass/components/_featured_content_slider.scss */
  .pane-bean-homepage-featured-content-slider .featured-content-slider .field-name-field-featured-content-detail {
    font-size: 16px;
  }
}
/* line 36, ../sass/components/_featured_content_slider.scss */
.pane-bean-homepage-featured-content-slider .featured-content-slider .featured-content-item {
  position: relative;
}
/* line 39, ../sass/components/_featured_content_slider.scss */
.pane-bean-homepage-featured-content-slider .featured-content-slider .featured-content-item img.video-image {
  width: 98%;
  height: auto;
  border-width: 1px;
  border-color: #737373;
  border-style: solid;
}
/* line 47, ../sass/components/_featured_content_slider.scss */
.pane-bean-homepage-featured-content-slider .featured-content-slider .featured-content-item .overlay {
  position: absolute;
  bottom: 0;
  background-color: rgba(5, 4, 4, 0.53);
  height: 80px;
  width: 98%;
}
/* line 54, ../sass/components/_featured_content_slider.scss */
.pane-bean-homepage-featured-content-slider .featured-content-slider .featured-content-item .overlay .icon {
  float: left;
}
/* line 57, ../sass/components/_featured_content_slider.scss */
.pane-bean-homepage-featured-content-slider .featured-content-slider .featured-content-item .overlay .text-wrapper {
  color: white;
  height: 80px;
  display: table;
}
/* line 62, ../sass/components/_featured_content_slider.scss */
.pane-bean-homepage-featured-content-slider .featured-content-slider .featured-content-item .overlay .text-wrapper .text {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
}
@media (max-width: 995px) {
  /* line 73, ../sass/components/_featured_content_slider.scss */
  .pane-bean-homepage-featured-content-slider .featured-content-slider .slick-current img.video-image {
    margin-left: 10px;
    width: 98%;
  }
  /* line 77, ../sass/components/_featured_content_slider.scss */
  .pane-bean-homepage-featured-content-slider .featured-content-slider .slick-current .overlay {
    margin-left: 10px;
  }
}
@media (max-width: 600px) {
  /* line 83, ../sass/components/_featured_content_slider.scss */
  .pane-bean-homepage-featured-content-slider .featured-content-slider .slick-current img.video-image {
    margin-left: 5px;
  }
  /* line 86, ../sass/components/_featured_content_slider.scss */
  .pane-bean-homepage-featured-content-slider .featured-content-slider .slick-current .overlay {
    margin-left: 5px;
  }
}
/* line 92, ../sass/components/_featured_content_slider.scss */
.pane-bean-homepage-featured-content-slider .featured-content-slider .slick-dots {
  bottom: -65px;
}
/* line 96, ../sass/components/_featured_content_slider.scss */
.pane-bean-homepage-featured-content-slider .featured-content-slider #featured-content-slider-controls {
  left: 50%;
  bottom: 40%;
}
@media (max-width: 995px) {
  /* line 96, ../sass/components/_featured_content_slider.scss */
  .pane-bean-homepage-featured-content-slider .featured-content-slider #featured-content-slider-controls {
    bottom: 35px;
  }
}
/* line 104, ../sass/components/_featured_content_slider.scss */
.pane-bean-homepage-featured-content-slider .featured-content-slider #featured-content-slider-controls button {
  color: #fff;
}
@media (min-width: 995px) {
  /* line 104, ../sass/components/_featured_content_slider.scss */
  .pane-bean-homepage-featured-content-slider .featured-content-slider #featured-content-slider-controls button {
    background-color: grey;
    width: 30px;
  }
}
@media (max-width: 995px) {
  /* line 104, ../sass/components/_featured_content_slider.scss */
  .pane-bean-homepage-featured-content-slider .featured-content-slider #featured-content-slider-controls button {
    color: #676767;
  }
}
/* line 116, ../sass/components/_featured_content_slider.scss */
.pane-bean-homepage-featured-content-slider .featured-content-slider #featured-content-slider-controls button.slick-prev {
  left: -350px;
}
@media (max-width: 995px) {
  /* line 116, ../sass/components/_featured_content_slider.scss */
  .pane-bean-homepage-featured-content-slider .featured-content-slider #featured-content-slider-controls button.slick-prev {
    left: -100px;
  }
}
/* line 124, ../sass/components/_featured_content_slider.scss */
.pane-bean-homepage-featured-content-slider .featured-content-slider #featured-content-slider-controls button.slick-next {
  right: -350px;
}
@media (max-width: 995px) {
  /* line 124, ../sass/components/_featured_content_slider.scss */
  .pane-bean-homepage-featured-content-slider .featured-content-slider #featured-content-slider-controls button.slick-next {
    right: -100px;
  }
}
