@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,600italic,400italic);
@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,400italic,700);
/*!
 * Bootstrap v3.3.6 (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 9, ../sass-bootstrap/bootstrap/_normalize.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 19, ../sass-bootstrap/bootstrap/_normalize.scss */
body {
  margin: 0;
}

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

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

/* line 67, ../sass-bootstrap/bootstrap/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 77, ../sass-bootstrap/bootstrap/_normalize.scss */
[hidden],
template {
  display: none;
}

/* line 89, ../sass-bootstrap/bootstrap/_normalize.scss */
a {
  background-color: transparent;
}

/* line 98, ../sass-bootstrap/bootstrap/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

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

/* line 118, ../sass-bootstrap/bootstrap/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 127, ../sass-bootstrap/bootstrap/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 136, ../sass-bootstrap/bootstrap/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 145, ../sass-bootstrap/bootstrap/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 154, ../sass-bootstrap/bootstrap/_normalize.scss */
small {
  font-size: 80%;
}

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

/* line 170, ../sass-bootstrap/bootstrap/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 174, ../sass-bootstrap/bootstrap/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 185, ../sass-bootstrap/bootstrap/_normalize.scss */
img {
  border: 0;
}

/* line 193, ../sass-bootstrap/bootstrap/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 204, ../sass-bootstrap/bootstrap/_normalize.scss */
figure {
  margin: 1em 40px;
}

/* line 212, ../sass-bootstrap/bootstrap/_normalize.scss */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/* line 221, ../sass-bootstrap/bootstrap/_normalize.scss */
pre {
  overflow: auto;
}

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

/* line 252, ../sass-bootstrap/bootstrap/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 266, ../sass-bootstrap/bootstrap/_normalize.scss */
button {
  overflow: visible;
}

/* line 277, ../sass-bootstrap/bootstrap/_normalize.scss */
button,
select {
  text-transform: none;
}

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

/* line 302, ../sass-bootstrap/bootstrap/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

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

/* line 322, ../sass-bootstrap/bootstrap/_normalize.scss */
input {
  line-height: normal;
}

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

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

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

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

/* line 376, ../sass-bootstrap/bootstrap/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 387, ../sass-bootstrap/bootstrap/_normalize.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 396, ../sass-bootstrap/bootstrap/_normalize.scss */
textarea {
  overflow: auto;
}

/* line 405, ../sass-bootstrap/bootstrap/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* line 416, ../sass-bootstrap/bootstrap/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 421, ../sass-bootstrap/bootstrap/_normalize.scss */
td,
th {
  padding: 0;
}

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

  /* line 18, ../sass-bootstrap/bootstrap/_print.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 23, ../sass-bootstrap/bootstrap/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 27, ../sass-bootstrap/bootstrap/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 33, ../sass-bootstrap/bootstrap/_print.scss */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

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

  /* line 44, ../sass-bootstrap/bootstrap/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 48, ../sass-bootstrap/bootstrap/_print.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 53, ../sass-bootstrap/bootstrap/_print.scss */
  img {
    max-width: 100% !important;
  }

  /* line 57, ../sass-bootstrap/bootstrap/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 64, ../sass-bootstrap/bootstrap/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 72, ../sass-bootstrap/bootstrap/_print.scss */
  .navbar {
    display: none;
  }

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

  /* line 81, ../sass-bootstrap/bootstrap/_print.scss */
  .label {
    border: 1px solid #000;
  }

  /* line 85, ../sass-bootstrap/bootstrap/_print.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 88, ../sass-bootstrap/bootstrap/_print.scss */
  .table td,
  .table th {
    background-color: #fff !important;
  }

  /* line 94, ../sass-bootstrap/bootstrap/_print.scss */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
/* line 24, ../sass-bootstrap/bootstrap/_glyphicons.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 37, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-asterisk:before {
  content: "\002a";
}

/* line 38, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-plus:before {
  content: "\002b";
}

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

/* line 41, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-minus:before {
  content: "\2212";
}

/* line 42, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-cloud:before {
  content: "\2601";
}

/* line 43, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-envelope:before {
  content: "\2709";
}

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

/* line 45, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-glass:before {
  content: "\e001";
}

/* line 46, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-music:before {
  content: "\e002";
}

/* line 47, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-search:before {
  content: "\e003";
}

/* line 48, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-heart:before {
  content: "\e005";
}

/* line 49, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-star:before {
  content: "\e006";
}

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

/* line 51, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-user:before {
  content: "\e008";
}

/* line 52, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-film:before {
  content: "\e009";
}

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

/* line 54, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-th:before {
  content: "\e011";
}

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

/* line 56, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-ok:before {
  content: "\e013";
}

/* line 57, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-remove:before {
  content: "\e014";
}

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

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

/* line 60, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-off:before {
  content: "\e017";
}

/* line 61, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-signal:before {
  content: "\e018";
}

/* line 62, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-cog:before {
  content: "\e019";
}

/* line 63, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-trash:before {
  content: "\e020";
}

/* line 64, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-home:before {
  content: "\e021";
}

/* line 65, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-file:before {
  content: "\e022";
}

/* line 66, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-time:before {
  content: "\e023";
}

/* line 67, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-road:before {
  content: "\e024";
}

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

/* line 69, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-download:before {
  content: "\e026";
}

/* line 70, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-upload:before {
  content: "\e027";
}

/* line 71, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-inbox:before {
  content: "\e028";
}

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

/* line 73, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-repeat:before {
  content: "\e030";
}

/* line 74, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-refresh:before {
  content: "\e031";
}

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

/* line 76, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-lock:before {
  content: "\e033";
}

/* line 77, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-flag:before {
  content: "\e034";
}

/* line 78, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-headphones:before {
  content: "\e035";
}

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

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

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

/* line 82, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-qrcode:before {
  content: "\e039";
}

/* line 83, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-barcode:before {
  content: "\e040";
}

/* line 84, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-tag:before {
  content: "\e041";
}

/* line 85, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-tags:before {
  content: "\e042";
}

/* line 86, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-book:before {
  content: "\e043";
}

/* line 87, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-bookmark:before {
  content: "\e044";
}

/* line 88, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-print:before {
  content: "\e045";
}

/* line 89, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-camera:before {
  content: "\e046";
}

/* line 90, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-font:before {
  content: "\e047";
}

/* line 91, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-bold:before {
  content: "\e048";
}

/* line 92, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-italic:before {
  content: "\e049";
}

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

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

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

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

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

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

/* line 99, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-list:before {
  content: "\e056";
}

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

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

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

/* line 103, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-picture:before {
  content: "\e060";
}

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

/* line 105, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-adjust:before {
  content: "\e063";
}

/* line 106, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-tint:before {
  content: "\e064";
}

/* line 107, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-edit:before {
  content: "\e065";
}

/* line 108, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-share:before {
  content: "\e066";
}

/* line 109, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-check:before {
  content: "\e067";
}

/* line 110, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-move:before {
  content: "\e068";
}

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

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

/* line 113, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-backward:before {
  content: "\e071";
}

/* line 114, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-play:before {
  content: "\e072";
}

/* line 115, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-pause:before {
  content: "\e073";
}

/* line 116, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-stop:before {
  content: "\e074";
}

/* line 117, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-forward:before {
  content: "\e075";
}

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

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

/* line 120, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-eject:before {
  content: "\e078";
}

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

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

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

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

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

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

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

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

/* line 129, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-screenshot:before {
  content: "\e087";
}

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

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

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

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

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

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

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

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

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

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

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

/* line 141, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-gift:before {
  content: "\e102";
}

/* line 142, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-leaf:before {
  content: "\e103";
}

/* line 143, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-fire:before {
  content: "\e104";
}

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

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

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

/* line 147, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-plane:before {
  content: "\e108";
}

/* line 148, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-calendar:before {
  content: "\e109";
}

/* line 149, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-random:before {
  content: "\e110";
}

/* line 150, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-comment:before {
  content: "\e111";
}

/* line 151, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-magnet:before {
  content: "\e112";
}

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

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

/* line 154, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-retweet:before {
  content: "\e115";
}

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

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

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

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

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

/* line 160, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-hdd:before {
  content: "\e121";
}

/* line 161, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-bullhorn:before {
  content: "\e122";
}

/* line 162, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-bell:before {
  content: "\e123";
}

/* line 163, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-certificate:before {
  content: "\e124";
}

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

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

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

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

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

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

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

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

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

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

/* line 174, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-globe:before {
  content: "\e135";
}

/* line 175, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-wrench:before {
  content: "\e136";
}

/* line 176, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-tasks:before {
  content: "\e137";
}

/* line 177, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-filter:before {
  content: "\e138";
}

/* line 178, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-briefcase:before {
  content: "\e139";
}

/* line 179, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-fullscreen:before {
  content: "\e140";
}

/* line 180, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-dashboard:before {
  content: "\e141";
}

/* line 181, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-paperclip:before {
  content: "\e142";
}

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

/* line 183, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-link:before {
  content: "\e144";
}

/* line 184, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-phone:before {
  content: "\e145";
}

/* line 185, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-pushpin:before {
  content: "\e146";
}

/* line 186, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-usd:before {
  content: "\e148";
}

/* line 187, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-gbp:before {
  content: "\e149";
}

/* line 188, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-sort:before {
  content: "\e150";
}

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

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

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

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

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

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

/* line 195, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-unchecked:before {
  content: "\e157";
}

/* line 196, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-expand:before {
  content: "\e158";
}

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

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

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

/* line 200, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-flash:before {
  content: "\e162";
}

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

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

/* line 203, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-record:before {
  content: "\e165";
}

/* line 204, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-save:before {
  content: "\e166";
}

/* line 205, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-open:before {
  content: "\e167";
}

/* line 206, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-saved:before {
  content: "\e168";
}

/* line 207, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-import:before {
  content: "\e169";
}

/* line 208, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-export:before {
  content: "\e170";
}

/* line 209, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-send:before {
  content: "\e171";
}

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

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

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

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

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

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

/* line 216, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-transfer:before {
  content: "\e178";
}

/* line 217, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-cutlery:before {
  content: "\e179";
}

/* line 218, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-header:before {
  content: "\e180";
}

/* line 219, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-compressed:before {
  content: "\e181";
}

/* line 220, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-earphone:before {
  content: "\e182";
}

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

/* line 222, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-tower:before {
  content: "\e184";
}

/* line 223, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-stats:before {
  content: "\e185";
}

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

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

/* line 226, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-subtitles:before {
  content: "\e188";
}

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

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

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

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

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

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

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

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

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

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

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

/* line 238, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-cd:before {
  content: "\e201";
}

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

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

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

/* line 242, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-copy:before {
  content: "\e205";
}

/* line 243, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-paste:before {
  content: "\e206";
}

/* line 252, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-alert:before {
  content: "\e209";
}

/* line 253, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-equalizer:before {
  content: "\e210";
}

/* line 254, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-king:before {
  content: "\e211";
}

/* line 255, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-queen:before {
  content: "\e212";
}

/* line 256, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-pawn:before {
  content: "\e213";
}

/* line 257, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-bishop:before {
  content: "\e214";
}

/* line 258, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-knight:before {
  content: "\e215";
}

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

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

/* line 261, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-blackboard:before {
  content: "\e218";
}

/* line 262, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-bed:before {
  content: "\e219";
}

/* line 263, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-apple:before {
  content: "\f8ff";
}

/* line 264, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-erase:before {
  content: "\e221";
}

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

/* line 266, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-lamp:before {
  content: "\e223";
}

/* line 267, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-duplicate:before {
  content: "\e224";
}

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

/* line 269, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-scissors:before {
  content: "\e226";
}

/* line 270, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-bitcoin:before {
  content: "\e227";
}

/* line 271, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-btc:before {
  content: "\e227";
}

/* line 272, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-xbt:before {
  content: "\e227";
}

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

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

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

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

/* line 277, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-scale:before {
  content: "\e230";
}

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

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

/* line 280, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-education:before {
  content: "\e233";
}

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

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

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

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

/* line 285, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-oil:before {
  content: "\e238";
}

/* line 286, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-grain:before {
  content: "\e239";
}

/* line 287, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-sunglasses:before {
  content: "\e240";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 301, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-console:before {
  content: "\e254";
}

/* line 302, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-superscript:before {
  content: "\e255";
}

/* line 303, ../sass-bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-subscript:before {
  content: "\e256";
}

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

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

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

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

/* line 11, ../sass-bootstrap/bootstrap/_scaffolding.scss */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 14, ../sass-bootstrap/bootstrap/_scaffolding.scss */
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

/* line 27, ../sass-bootstrap/bootstrap/_scaffolding.scss */
body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #3d3d3d;
  background-color: #fff;
}

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

/* line 48, ../sass-bootstrap/bootstrap/_scaffolding.scss */
a {
  color: #edb61b;
  text-decoration: none;
}
/* line 59, ../sass-bootstrap/bootstrap/_scaffolding.scss */
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 70, ../sass-bootstrap/bootstrap/_scaffolding.scss */
figure {
  margin: 0;
}

/* line 77, ../sass-bootstrap/bootstrap/_scaffolding.scss */
img {
  vertical-align: middle;
}

/* line 82, ../sass-bootstrap/bootstrap/_scaffolding.scss */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 87, ../sass-bootstrap/bootstrap/_scaffolding.scss */
.img-rounded {
  border-radius: 6px;
}

/* line 94, ../sass-bootstrap/bootstrap/_scaffolding.scss */
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* line 107, ../sass-bootstrap/bootstrap/_scaffolding.scss */
.img-circle {
  border-radius: 50%;
}

/* line 114, ../sass-bootstrap/bootstrap/_scaffolding.scss */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

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

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

/* line 160, ../sass-bootstrap/bootstrap/_scaffolding.scss */
[role="button"] {
  cursor: pointer;
}

/* line 9, ../sass-bootstrap/bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Playfair Display", serif;
  font-weight: normal;
  line-height: 1.1;
  color: inherit;
}
/* line 16, ../sass-bootstrap/bootstrap/_type.scss */
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

/* line 24, ../sass-bootstrap/bootstrap/_type.scss */
h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
/* line 30, ../sass-bootstrap/bootstrap/_type.scss */
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

/* line 35, ../sass-bootstrap/bootstrap/_type.scss */
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 41, ../sass-bootstrap/bootstrap/_type.scss */
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

/* line 47, ../sass-bootstrap/bootstrap/_type.scss */
h1, .h1 {
  font-size: 36px;
}

/* line 48, ../sass-bootstrap/bootstrap/_type.scss */
h2, .h2 {
  font-size: 32px;
}

/* line 49, ../sass-bootstrap/bootstrap/_type.scss */
h3, .h3 {
  font-size: 28px;
}

/* line 50, ../sass-bootstrap/bootstrap/_type.scss */
h4, .h4 {
  font-size: 24px;
}

/* line 51, ../sass-bootstrap/bootstrap/_type.scss */
h5, .h5 {
  font-size: 20px;
}

/* line 52, ../sass-bootstrap/bootstrap/_type.scss */
h6, .h6 {
  font-size: 16px;
}

/* line 58, ../sass-bootstrap/bootstrap/_type.scss */
p {
  margin: 0 0 10px;
}

/* line 62, ../sass-bootstrap/bootstrap/_type.scss */
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  /* line 62, ../sass-bootstrap/bootstrap/_type.scss */
  .lead {
    font-size: 21px;
  }
}

/* line 78, ../sass-bootstrap/bootstrap/_type.scss */
small,
.small {
  font-size: 85%;
}

/* line 83, ../sass-bootstrap/bootstrap/_type.scss */
mark,
.mark {
  background-color: #edb61b;
  padding: .2em;
}

/* line 90, ../sass-bootstrap/bootstrap/_type.scss */
.text-left {
  text-align: left;
}

/* line 91, ../sass-bootstrap/bootstrap/_type.scss */
.text-right {
  text-align: right;
}

/* line 92, ../sass-bootstrap/bootstrap/_type.scss */
.text-center {
  text-align: center;
}

/* line 93, ../sass-bootstrap/bootstrap/_type.scss */
.text-justify {
  text-align: justify;
}

/* line 94, ../sass-bootstrap/bootstrap/_type.scss */
.text-nowrap {
  white-space: nowrap;
}

/* line 97, ../sass-bootstrap/bootstrap/_type.scss */
.text-lowercase {
  text-transform: lowercase;
}

/* line 98, ../sass-bootstrap/bootstrap/_type.scss */
.text-uppercase, .initialism {
  text-transform: uppercase;
}

/* line 99, ../sass-bootstrap/bootstrap/_type.scss */
.text-capitalize {
  text-transform: capitalize;
}

/* line 102, ../sass-bootstrap/bootstrap/_type.scss */
.text-muted {
  color: #777777;
}

/* line 5, ../sass-bootstrap/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #edb61b;
}

/* line 8, ../sass-bootstrap/bootstrap/mixins/_text-emphasis.scss */
a.text-primary:hover,
a.text-primary:focus {
  color: #c59610;
}

/* line 5, ../sass-bootstrap/bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #ffffff;
}

/* line 8, ../sass-bootstrap/bootstrap/mixins/_text-emphasis.scss */
a.text-success:hover,
a.text-success:focus {
  color: #e6e6e6;
}

/* line 5, ../sass-bootstrap/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #ffffff;
}

/* line 8, ../sass-bootstrap/bootstrap/mixins/_text-emphasis.scss */
a.text-info:hover,
a.text-info:focus {
  color: #e6e6e6;
}

/* line 5, ../sass-bootstrap/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: #ffffff;
}

/* line 8, ../sass-bootstrap/bootstrap/mixins/_text-emphasis.scss */
a.text-warning:hover,
a.text-warning:focus {
  color: #e6e6e6;
}

/* line 5, ../sass-bootstrap/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #ffffff;
}

/* line 8, ../sass-bootstrap/bootstrap/mixins/_text-emphasis.scss */
a.text-danger:hover,
a.text-danger:focus {
  color: #e6e6e6;
}

/* line 119, ../sass-bootstrap/bootstrap/_type.scss */
.bg-primary {
  color: #fff;
}

/* line 5, ../sass-bootstrap/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #edb61b;
}

/* line 8, ../sass-bootstrap/bootstrap/mixins/_background-variant.scss */
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #c59610;
}

/* line 5, ../sass-bootstrap/bootstrap/mixins/_background-variant.scss */
.bg-success {
  background-color: #a1cf6c;
}

/* line 8, ../sass-bootstrap/bootstrap/mixins/_background-variant.scss */
a.bg-success:hover,
a.bg-success:focus {
  background-color: #88c246;
}

/* line 5, ../sass-bootstrap/bootstrap/mixins/_background-variant.scss */
.bg-info {
  background-color: #6ed9e6;
}

/* line 8, ../sass-bootstrap/bootstrap/mixins/_background-variant.scss */
a.bg-info:hover,
a.bg-info:focus {
  background-color: #43cedf;
}

/* line 5, ../sass-bootstrap/bootstrap/mixins/_background-variant.scss */
.bg-warning {
  background-color: #edb61b;
}

/* line 8, ../sass-bootstrap/bootstrap/mixins/_background-variant.scss */
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #c59610;
}

/* line 5, ../sass-bootstrap/bootstrap/mixins/_background-variant.scss */
.bg-danger {
  background-color: #d86d6e;
}

/* line 8, ../sass-bootstrap/bootstrap/mixins/_background-variant.scss */
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #cd4546;
}

/* line 138, ../sass-bootstrap/bootstrap/_type.scss */
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

/* line 149, ../sass-bootstrap/bootstrap/_type.scss */
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
/* line 153, ../sass-bootstrap/bootstrap/_type.scss */
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

/* line 167, ../sass-bootstrap/bootstrap/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 173, ../sass-bootstrap/bootstrap/_type.scss */
.list-inline, footer.footer .block-menu ul.menu {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
/* line 177, ../sass-bootstrap/bootstrap/_type.scss */
.list-inline > li, footer.footer .block-menu ul.menu > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 185, ../sass-bootstrap/bootstrap/_type.scss */
dl {
  margin-top: 0;
  margin-bottom: 20px;
}

/* line 189, ../sass-bootstrap/bootstrap/_type.scss */
dt,
dd {
  line-height: 1.42857;
}

/* line 193, ../sass-bootstrap/bootstrap/_type.scss */
dt {
  font-weight: bold;
}

/* line 196, ../sass-bootstrap/bootstrap/_type.scss */
dd {
  margin-left: 0;
}

/* line 14, ../sass-bootstrap/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
/* line 19, ../sass-bootstrap/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 1000px) {
  /* line 211, ../sass-bootstrap/bootstrap/_type.scss */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /* line 218, ../sass-bootstrap/bootstrap/_type.scss */
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

/* line 229, ../sass-bootstrap/bootstrap/_type.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

/* line 235, ../sass-bootstrap/bootstrap/_type.scss */
.initialism {
  font-size: 90%;
}

/* line 241, ../sass-bootstrap/bootstrap/_type.scss */
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
/* line 250, ../sass-bootstrap/bootstrap/_type.scss */
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
/* line 257, ../sass-bootstrap/bootstrap/_type.scss */
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #777777;
}
/* line 265, ../sass-bootstrap/bootstrap/_type.scss */
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

/* line 274, ../sass-bootstrap/bootstrap/_type.scss */
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
/* line 286, ../sass-bootstrap/bootstrap/_type.scss */
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
/* line 287, ../sass-bootstrap/bootstrap/_type.scss */
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

/* line 294, ../sass-bootstrap/bootstrap/_type.scss */
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}

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

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

/* line 24, ../sass-bootstrap/bootstrap/_code.scss */
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
/* line 32, ../sass-bootstrap/bootstrap/_code.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 41, ../sass-bootstrap/bootstrap/_code.scss */
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0px;
}
/* line 55, ../sass-bootstrap/bootstrap/_code.scss */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

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

/* line 10, ../sass-bootstrap/bootstrap/_grid.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 14, ../sass-bootstrap/bootstrap/mixins/_clearfix.scss */
.container:before, .container:after {
  content: " ";
  display: table;
}
/* line 19, ../sass-bootstrap/bootstrap/mixins/_clearfix.scss */
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 10, ../sass-bootstrap/bootstrap/_grid.scss */
  .container {
    width: 728px;
  }
}
@media (min-width: 1000px) {
  /* line 10, ../sass-bootstrap/bootstrap/_grid.scss */
  .container {
    width: 976px;
  }
}
@media (min-width: 1200px) {
  /* line 10, ../sass-bootstrap/bootstrap/_grid.scss */
  .container {
    width: 1176px;
  }
}

/* line 30, ../sass-bootstrap/bootstrap/_grid.scss */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 14, ../sass-bootstrap/bootstrap/mixins/_clearfix.scss */
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
/* line 19, ../sass-bootstrap/bootstrap/mixins/_clearfix.scss */
.container-fluid:after {
  clear: both;
}

/* line 39, ../sass-bootstrap/bootstrap/_grid.scss */
.row {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 14, ../sass-bootstrap/bootstrap/mixins/_clearfix.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}
/* line 19, ../sass-bootstrap/bootstrap/mixins/_clearfix.scss */
.row:after {
  clear: both;
}

/* line 11, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 27, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

/* line 35, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-1 {
  width: 8.33333%;
}

/* line 35, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-2 {
  width: 16.66667%;
}

/* line 35, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-3 {
  width: 25%;
}

/* line 35, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-4 {
  width: 33.33333%;
}

/* line 35, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-5 {
  width: 41.66667%;
}

/* line 35, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-6 {
  width: 50%;
}

/* line 35, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-7 {
  width: 58.33333%;
}

/* line 35, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-8 {
  width: 66.66667%;
}

/* line 35, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-9 {
  width: 75%;
}

/* line 35, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-10 {
  width: 83.33333%;
}

/* line 35, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-11 {
  width: 91.66667%;
}

/* line 35, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-12 {
  width: 100%;
}

/* line 55, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-0 {
  right: auto;
}

/* line 50, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-1 {
  right: 8.33333%;
}

/* line 50, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-2 {
  right: 16.66667%;
}

/* line 50, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 50, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-4 {
  right: 33.33333%;
}

/* line 50, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-5 {
  right: 41.66667%;
}

/* line 50, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 50, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-7 {
  right: 58.33333%;
}

/* line 50, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-8 {
  right: 66.66667%;
}

/* line 50, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 50, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-10 {
  right: 83.33333%;
}

/* line 50, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-11 {
  right: 91.66667%;
}

/* line 50, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 45, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-0 {
  left: auto;
}

/* line 40, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-1 {
  left: 8.33333%;
}

/* line 40, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-2 {
  left: 16.66667%;
}

/* line 40, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 40, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-4 {
  left: 33.33333%;
}

/* line 40, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-5 {
  left: 41.66667%;
}

/* line 40, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 40, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-7 {
  left: 58.33333%;
}

/* line 40, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-8 {
  left: 66.66667%;
}

/* line 40, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 40, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-10 {
  left: 83.33333%;
}

/* line 40, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-11 {
  left: 91.66667%;
}

/* line 40, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 60, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-0 {
  margin-left: 0%;
}

/* line 60, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-1 {
  margin-left: 8.33333%;
}

/* line 60, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-2 {
  margin-left: 16.66667%;
}

/* line 60, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 60, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-4 {
  margin-left: 33.33333%;
}

/* line 60, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-5 {
  margin-left: 41.66667%;
}

/* line 60, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 60, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-7 {
  margin-left: 58.33333%;
}

/* line 60, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-8 {
  margin-left: 66.66667%;
}

/* line 60, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 60, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-10 {
  margin-left: 83.33333%;
}

/* line 60, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-11 {
  margin-left: 91.66667%;
}

/* line 60, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  /* line 27, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  /* line 35, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    width: 8.33333%;
  }

  /* line 35, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    width: 16.66667%;
  }

  /* line 35, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    width: 25%;
  }

  /* line 35, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    width: 33.33333%;
  }

  /* line 35, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    width: 41.66667%;
  }

  /* line 35, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    width: 50%;
  }

  /* line 35, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    width: 58.33333%;
  }

  /* line 35, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    width: 66.66667%;
  }

  /* line 35, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    width: 75%;
  }

  /* line 35, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    width: 83.33333%;
  }

  /* line 35, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    width: 91.66667%;
  }

  /* line 35, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    width: 100%;
  }

  /* line 55, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-0 {
    right: auto;
  }

  /* line 50, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-1 {
    right: 8.33333%;
  }

  /* line 50, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-2 {
    right: 16.66667%;
  }

  /* line 50, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-3 {
    right: 25%;
  }

  /* line 50, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-4 {
    right: 33.33333%;
  }

  /* line 50, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-5 {
    right: 41.66667%;
  }

  /* line 50, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-6 {
    right: 50%;
  }

  /* line 50, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-7 {
    right: 58.33333%;
  }

  /* line 50, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-8 {
    right: 66.66667%;
  }

  /* line 50, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-9 {
    right: 75%;
  }

  /* line 50, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-10 {
    right: 83.33333%;
  }

  /* line 50, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-11 {
    right: 91.66667%;
  }

  /* line 50, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-12 {
    right: 100%;
  }

  /* line 45, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-0 {
    left: auto;
  }

  /* line 40, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-1 {
    left: 8.33333%;
  }

  /* line 40, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-2 {
    left: 16.66667%;
  }

  /* line 40, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-3 {
    left: 25%;
  }

  /* line 40, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-4 {
    left: 33.33333%;
  }

  /* line 40, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-5 {
    left: 41.66667%;
  }

  /* line 40, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-6 {
    left: 50%;
  }

  /* line 40, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-7 {
    left: 58.33333%;
  }

  /* line 40, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-8 {
    left: 66.66667%;
  }

  /* line 40, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-9 {
    left: 75%;
  }

  /* line 40, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-10 {
    left: 83.33333%;
  }

  /* line 40, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-11 {
    left: 91.66667%;
  }

  /* line 40, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-12 {
    left: 100%;
  }

  /* line 60, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-0 {
    margin-left: 0%;
  }

  /* line 60, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 60, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 60, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }

  /* line 60, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 60, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 60, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }

  /* line 60, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 60, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 60, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }

  /* line 60, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 60, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 60, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1000px) {
  /* line 27, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  /* line 35, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    width: 8.33333%;
  }

  /* line 35, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    width: 16.66667%;
  }

  /* line 35, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    width: 25%;
  }

  /* line 35, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    width: 33.33333%;
  }

  /* line 35, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    width: 41.66667%;
  }

  /* line 35, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    width: 50%;
  }

  /* line 35, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    width: 58.33333%;
  }

  /* line 35, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    width: 66.66667%;
  }

  /* line 35, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    width: 75%;
  }

  /* line 35, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    width: 83.33333%;
  }

  /* line 35, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    width: 91.66667%;
  }

  /* line 35, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    width: 100%;
  }

  /* line 55, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-0 {
    right: auto;
  }

  /* line 50, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-1 {
    right: 8.33333%;
  }

  /* line 50, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-2 {
    right: 16.66667%;
  }

  /* line 50, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-3 {
    right: 25%;
  }

  /* line 50, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-4 {
    right: 33.33333%;
  }

  /* line 50, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-5 {
    right: 41.66667%;
  }

  /* line 50, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-6 {
    right: 50%;
  }

  /* line 50, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-7 {
    right: 58.33333%;
  }

  /* line 50, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-8 {
    right: 66.66667%;
  }

  /* line 50, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-9 {
    right: 75%;
  }

  /* line 50, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-10 {
    right: 83.33333%;
  }

  /* line 50, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-11 {
    right: 91.66667%;
  }

  /* line 50, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-12 {
    right: 100%;
  }

  /* line 45, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-0 {
    left: auto;
  }

  /* line 40, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-1 {
    left: 8.33333%;
  }

  /* line 40, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-2 {
    left: 16.66667%;
  }

  /* line 40, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-3 {
    left: 25%;
  }

  /* line 40, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-4 {
    left: 33.33333%;
  }

  /* line 40, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-5 {
    left: 41.66667%;
  }

  /* line 40, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-6 {
    left: 50%;
  }

  /* line 40, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-7 {
    left: 58.33333%;
  }

  /* line 40, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-8 {
    left: 66.66667%;
  }

  /* line 40, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-9 {
    left: 75%;
  }

  /* line 40, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-10 {
    left: 83.33333%;
  }

  /* line 40, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-11 {
    left: 91.66667%;
  }

  /* line 40, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-12 {
    left: 100%;
  }

  /* line 60, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-0 {
    margin-left: 0%;
  }

  /* line 60, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 60, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 60, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }

  /* line 60, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 60, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 60, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }

  /* line 60, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 60, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 60, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }

  /* line 60, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 60, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 60, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  /* line 27, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  /* line 35, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    width: 8.33333%;
  }

  /* line 35, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    width: 16.66667%;
  }

  /* line 35, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    width: 25%;
  }

  /* line 35, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    width: 33.33333%;
  }

  /* line 35, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    width: 41.66667%;
  }

  /* line 35, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    width: 50%;
  }

  /* line 35, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    width: 58.33333%;
  }

  /* line 35, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    width: 66.66667%;
  }

  /* line 35, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    width: 75%;
  }

  /* line 35, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    width: 83.33333%;
  }

  /* line 35, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    width: 91.66667%;
  }

  /* line 35, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    width: 100%;
  }

  /* line 55, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-0 {
    right: auto;
  }

  /* line 50, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-1 {
    right: 8.33333%;
  }

  /* line 50, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-2 {
    right: 16.66667%;
  }

  /* line 50, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-3 {
    right: 25%;
  }

  /* line 50, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-4 {
    right: 33.33333%;
  }

  /* line 50, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-5 {
    right: 41.66667%;
  }

  /* line 50, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-6 {
    right: 50%;
  }

  /* line 50, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-7 {
    right: 58.33333%;
  }

  /* line 50, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-8 {
    right: 66.66667%;
  }

  /* line 50, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-9 {
    right: 75%;
  }

  /* line 50, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-10 {
    right: 83.33333%;
  }

  /* line 50, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-11 {
    right: 91.66667%;
  }

  /* line 50, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-12 {
    right: 100%;
  }

  /* line 45, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-0 {
    left: auto;
  }

  /* line 40, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-1 {
    left: 8.33333%;
  }

  /* line 40, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-2 {
    left: 16.66667%;
  }

  /* line 40, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-3 {
    left: 25%;
  }

  /* line 40, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-4 {
    left: 33.33333%;
  }

  /* line 40, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-5 {
    left: 41.66667%;
  }

  /* line 40, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-6 {
    left: 50%;
  }

  /* line 40, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-7 {
    left: 58.33333%;
  }

  /* line 40, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-8 {
    left: 66.66667%;
  }

  /* line 40, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-9 {
    left: 75%;
  }

  /* line 40, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-10 {
    left: 83.33333%;
  }

  /* line 40, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-11 {
    left: 91.66667%;
  }

  /* line 40, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-12 {
    left: 100%;
  }

  /* line 60, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-0 {
    margin-left: 0%;
  }

  /* line 60, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 60, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 60, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }

  /* line 60, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 60, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 60, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }

  /* line 60, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 60, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 60, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }

  /* line 60, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 60, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 60, ../sass-bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
/* line 6, ../sass-bootstrap/bootstrap/_tables.scss */
table {
  background-color: transparent;
}

/* line 9, ../sass-bootstrap/bootstrap/_tables.scss */
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

/* line 15, ../sass-bootstrap/bootstrap/_tables.scss */
th {
  text-align: left;
}

/* line 22, ../sass-bootstrap/bootstrap/_tables.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
/* line 31, ../sass-bootstrap/bootstrap/_tables.scss */
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
/* line 41, ../sass-bootstrap/bootstrap/_tables.scss */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
/* line 50, ../sass-bootstrap/bootstrap/_tables.scss */
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
/* line 57, ../sass-bootstrap/bootstrap/_tables.scss */
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
/* line 62, ../sass-bootstrap/bootstrap/_tables.scss */
.table .table {
  background-color: #fff;
}

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

/* line 88, ../sass-bootstrap/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #ddd;
}
/* line 94, ../sass-bootstrap/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
/* line 101, ../sass-bootstrap/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

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

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

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

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

/* line 9, ../sass-bootstrap/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

/* line 20, ../sass-bootstrap/bootstrap/mixins/_table-row.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 9, ../sass-bootstrap/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #a1cf6c;
}

/* line 20, ../sass-bootstrap/bootstrap/mixins/_table-row.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: #95c959;
}

/* line 9, ../sass-bootstrap/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #6ed9e6;
}

/* line 20, ../sass-bootstrap/bootstrap/mixins/_table-row.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: #58d3e2;
}

/* line 9, ../sass-bootstrap/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #edb61b;
}

/* line 20, ../sass-bootstrap/bootstrap/mixins/_table-row.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: #dda811;
}

/* line 9, ../sass-bootstrap/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #d86d6e;
}

/* line 20, ../sass-bootstrap/bootstrap/mixins/_table-row.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: #d3595a;
}

/* line 171, ../sass-bootstrap/bootstrap/_tables.scss */
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  /* line 171, ../sass-bootstrap/bootstrap/_tables.scss */
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  /* line 183, ../sass-bootstrap/bootstrap/_tables.scss */
  .table-responsive > .table {
    margin-bottom: 0;
  }
  /* line 191, ../sass-bootstrap/bootstrap/_tables.scss */
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  /* line 200, ../sass-bootstrap/bootstrap/_tables.scss */
  .table-responsive > .table-bordered {
    border: 0;
  }
  /* line 208, ../sass-bootstrap/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  /* line 212, ../sass-bootstrap/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  /* line 225, ../sass-bootstrap/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

/* line 10, ../sass-bootstrap/bootstrap/_forms.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

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

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

/* line 47, ../sass-bootstrap/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

/* line 59, ../sass-bootstrap/bootstrap/_forms.scss */
input[type="file"] {
  display: block;
}

/* line 64, ../sass-bootstrap/bootstrap/_forms.scss */
input[type="range"] {
  display: block;
  width: 100%;
}

/* line 70, ../sass-bootstrap/bootstrap/_forms.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 76, ../sass-bootstrap/bootstrap/_forms.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 83, ../sass-bootstrap/bootstrap/_forms.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
}

/* line 114, ../sass-bootstrap/bootstrap/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}
/* line 57, ../sass-bootstrap/bootstrap/mixins/_forms.scss */
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
/* line 103, ../sass-bootstrap/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
/* line 107, ../sass-bootstrap/bootstrap/mixins/_vendor-prefixes.scss */
.form-control:-ms-input-placeholder {
  color: #999;
}
/* line 108, ../sass-bootstrap/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-webkit-input-placeholder {
  color: #999;
}
/* line 136, ../sass-bootstrap/bootstrap/_forms.scss */
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
/* line 146, ../sass-bootstrap/bootstrap/_forms.scss */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
/* line 153, ../sass-bootstrap/bootstrap/_forms.scss */
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

/* line 162, ../sass-bootstrap/bootstrap/_forms.scss */
textarea.form-control {
  height: auto;
}

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 193, ../sass-bootstrap/bootstrap/_forms.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 197, ../sass-bootstrap/bootstrap/_forms.scss */
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn, .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn, .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn, .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }
  /* line 202, ../sass-bootstrap/bootstrap/_forms.scss */
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg
  input[type="month"] {
    line-height: 46px;
  }
}
/* line 215, ../sass-bootstrap/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 224, ../sass-bootstrap/bootstrap/_forms.scss */
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 231, ../sass-bootstrap/bootstrap/_forms.scss */
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

/* line 239, ../sass-bootstrap/bootstrap/_forms.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 248, ../sass-bootstrap/bootstrap/_forms.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

/* line 254, ../sass-bootstrap/bootstrap/_forms.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 264, ../sass-bootstrap/bootstrap/_forms.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

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

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

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

/* line 307, ../sass-bootstrap/bootstrap/_forms.scss */
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
/* line 315, ../sass-bootstrap/bootstrap/_forms.scss */
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

/* line 71, ../sass-bootstrap/bootstrap/mixins/_forms.scss */
.input-sm, .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 79, ../sass-bootstrap/bootstrap/mixins/_forms.scss */
select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

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

/* line 333, ../sass-bootstrap/bootstrap/_forms.scss */
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
/* line 340, ../sass-bootstrap/bootstrap/_forms.scss */
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
/* line 344, ../sass-bootstrap/bootstrap/_forms.scss */
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
/* line 348, ../sass-bootstrap/bootstrap/_forms.scss */
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 71, ../sass-bootstrap/bootstrap/mixins/_forms.scss */
.input-lg, .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.33333;
  border-radius: 6px;
}

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

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

/* line 359, ../sass-bootstrap/bootstrap/_forms.scss */
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}
/* line 366, ../sass-bootstrap/bootstrap/_forms.scss */
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
/* line 370, ../sass-bootstrap/bootstrap/_forms.scss */
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
/* line 374, ../sass-bootstrap/bootstrap/_forms.scss */
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

/* line 388, ../sass-bootstrap/bootstrap/_forms.scss */
.has-feedback {
  position: relative;
}
/* line 393, ../sass-bootstrap/bootstrap/_forms.scss */
.has-feedback .form-control {
  padding-right: 42.5px;
}

/* line 398, ../sass-bootstrap/bootstrap/_forms.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 410, ../sass-bootstrap/bootstrap/_forms.scss */
.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .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 417, ../sass-bootstrap/bootstrap/_forms.scss */
.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .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 8, ../sass-bootstrap/bootstrap/mixins/_forms.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: #ffffff;
}
/* line 21, ../sass-bootstrap/bootstrap/mixins/_forms.scss */
.has-success .form-control {
  border-color: #ffffff;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 24, ../sass-bootstrap/bootstrap/mixins/_forms.scss */
.has-success .form-control:focus {
  border-color: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
}
/* line 31, ../sass-bootstrap/bootstrap/mixins/_forms.scss */
.has-success .input-group-addon {
  color: #ffffff;
  border-color: #ffffff;
  background-color: #a1cf6c;
}
/* line 37, ../sass-bootstrap/bootstrap/mixins/_forms.scss */
.has-success .form-control-feedback {
  color: #ffffff;
}

/* line 8, ../sass-bootstrap/bootstrap/mixins/_forms.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: #ffffff;
}
/* line 21, ../sass-bootstrap/bootstrap/mixins/_forms.scss */
.has-warning .form-control {
  border-color: #ffffff;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 24, ../sass-bootstrap/bootstrap/mixins/_forms.scss */
.has-warning .form-control:focus {
  border-color: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
}
/* line 31, ../sass-bootstrap/bootstrap/mixins/_forms.scss */
.has-warning .input-group-addon {
  color: #ffffff;
  border-color: #ffffff;
  background-color: #edb61b;
}
/* line 37, ../sass-bootstrap/bootstrap/mixins/_forms.scss */
.has-warning .form-control-feedback {
  color: #ffffff;
}

/* line 8, ../sass-bootstrap/bootstrap/mixins/_forms.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: #ffffff;
}
/* line 21, ../sass-bootstrap/bootstrap/mixins/_forms.scss */
.has-error .form-control {
  border-color: #ffffff;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 24, ../sass-bootstrap/bootstrap/mixins/_forms.scss */
.has-error .form-control:focus {
  border-color: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
}
/* line 31, ../sass-bootstrap/bootstrap/mixins/_forms.scss */
.has-error .input-group-addon {
  color: #ffffff;
  border-color: #ffffff;
  background-color: #d86d6e;
}
/* line 37, ../sass-bootstrap/bootstrap/mixins/_forms.scss */
.has-error .form-control-feedback {
  color: #ffffff;
}

/* line 439, ../sass-bootstrap/bootstrap/_forms.scss */
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
/* line 442, ../sass-bootstrap/bootstrap/_forms.scss */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

/* line 453, ../sass-bootstrap/bootstrap/_forms.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #7d7d7d;
}

@media (min-width: 768px) {
  /* line 478, ../sass-bootstrap/bootstrap/_forms.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 485, ../sass-bootstrap/bootstrap/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 492, ../sass-bootstrap/bootstrap/_forms.scss */
  .form-inline .form-control-static {
    display: inline-block;
  }
  /* line 496, ../sass-bootstrap/bootstrap/_forms.scss */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 500, ../sass-bootstrap/bootstrap/_forms.scss */
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  /* line 508, ../sass-bootstrap/bootstrap/_forms.scss */
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  /* line 512, ../sass-bootstrap/bootstrap/_forms.scss */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 519, ../sass-bootstrap/bootstrap/_forms.scss */
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 526, ../sass-bootstrap/bootstrap/_forms.scss */
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  /* line 530, ../sass-bootstrap/bootstrap/_forms.scss */
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 537, ../sass-bootstrap/bootstrap/_forms.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

/* line 559, ../sass-bootstrap/bootstrap/_forms.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 569, ../sass-bootstrap/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
/* line 575, ../sass-bootstrap/bootstrap/_forms.scss */
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 14, ../sass-bootstrap/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
/* line 19, ../sass-bootstrap/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 582, ../sass-bootstrap/bootstrap/_forms.scss */
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
/* line 593, ../sass-bootstrap/bootstrap/_forms.scss */
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  /* line 603, ../sass-bootstrap/bootstrap/_forms.scss */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  /* line 611, ../sass-bootstrap/bootstrap/_forms.scss */
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

/* line 9, ../sass-bootstrap/bootstrap/_buttons.scss */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 700;
  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.42857;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 26, ../sass-bootstrap/bootstrap/_buttons.scss */
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* line 32, ../sass-bootstrap/bootstrap/_buttons.scss */
.btn:hover, .btn:focus, .btn.focus {
  color: #3d3d3d;
  text-decoration: none;
}
/* line 39, ../sass-bootstrap/bootstrap/_buttons.scss */
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* line 46, ../sass-bootstrap/bootstrap/_buttons.scss */
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

/* line 68, ../sass-bootstrap/bootstrap/_buttons.scss */
.btn-default {
  color: #3d3d3d;
  background-color: #ffffff;
  border-color: #989898;
}
/* line 11, ../sass-bootstrap/bootstrap/mixins/_buttons.scss */
.btn-default:focus, .btn-default.focus {
  color: #3d3d3d;
  background-color: #e6e6e6;
  border-color: #585858 !important;
}
/* line 17, ../sass-bootstrap/bootstrap/mixins/_buttons.scss */
.btn-default:hover {
  color: #3d3d3d;
  background-color: #e6e6e6;
  border-color: #797979 !important;
}
/* line 22, ../sass-bootstrap/bootstrap/mixins/_buttons.scss */
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #3d3d3d;
  background-color: #e6e6e6;
  border-color: #797979;
}
/* line 29, ../sass-bootstrap/bootstrap/mixins/_buttons.scss */
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #3d3d3d;
  background-color: #d4d4d4;
  border-color: #585858;
}
/* line 37, ../sass-bootstrap/bootstrap/mixins/_buttons.scss */
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
/* line 45, ../sass-bootstrap/bootstrap/mixins/_buttons.scss */
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #ffffff;
  border-color: #989898;
}
/* line 53, ../sass-bootstrap/bootstrap/mixins/_buttons.scss */
.btn-default .badge {
  color: #ffffff;
  background-color: #3d3d3d;
}

/* line 71, ../sass-bootstrap/bootstrap/_buttons.scss */
.btn-primary {
  color: #edb61b;
  background-color: transparent;
  border-color: #edb61b;
}
/* line 11, ../sass-bootstrap/bootstrap/mixins/_buttons.scss */
.btn-primary:focus, .btn-primary.focus {
  color: #edb61b;
  background-color: transparent;
  border-color: #7f600a !important;
}
/* line 17, ../sass-bootstrap/bootstrap/mixins/_buttons.scss */
.btn-primary:hover {
  color: #edb61b;
  background-color: transparent;
  border-color: #bc8f0f !important;
}
/* line 22, ../sass-bootstrap/bootstrap/mixins/_buttons.scss */
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #edb61b;
  background-color: transparent;
  border-color: #bc8f0f;
}
/* line 29, ../sass-bootstrap/bootstrap/mixins/_buttons.scss */
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #edb61b;
  background-color: transparent;
  border-color: #7f600a;
}
/* line 37, ../sass-bootstrap/bootstrap/mixins/_buttons.scss */
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
/* line 45, ../sass-bootstrap/bootstrap/mixins/_buttons.scss */
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: transparent;
  border-color: #edb61b;
}
/* line 53, ../sass-bootstrap/bootstrap/mixins/_buttons.scss */
.btn-primary .badge {
  color: transparent;
  background-color: #edb61b;
}

/* line 75, ../sass-bootstrap/bootstrap/_buttons.scss */
.btn-success {
  color: #a1cf6c;
  background-color: transparent;
  border-color: #a1cf6c;
}
/* line 11, ../sass-bootstrap/bootstrap/mixins/_buttons.scss */
.btn-success:focus, .btn-success.focus {
  color: #a1cf6c;
  background-color: transparent;
  border-color: #618d2e !important;
}
/* line 17, ../sass-bootstrap/bootstrap/mixins/_buttons.scss */
.btn-success:hover {
  color: #a1cf6c;
  background-color: transparent;
  border-color: #83bf3e !important;
}
/* line 22, ../sass-bootstrap/bootstrap/mixins/_buttons.scss */
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #a1cf6c;
  background-color: transparent;
  border-color: #83bf3e;
}
/* line 29, ../sass-bootstrap/bootstrap/mixins/_buttons.scss */
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #a1cf6c;
  background-color: transparent;
  border-color: #618d2e;
}
/* line 37, ../sass-bootstrap/bootstrap/mixins/_buttons.scss */
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
/* line 45, ../sass-bootstrap/bootstrap/mixins/_buttons.scss */
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: transparent;
  border-color: #a1cf6c;
}
/* line 53, ../sass-bootstrap/bootstrap/mixins/_buttons.scss */
.btn-success .badge {
  color: transparent;
  background-color: #a1cf6c;
}

/* line 79, ../sass-bootstrap/bootstrap/_buttons.scss */
.btn-info {
  color: #6ed9e6;
  background-color: transparent;
  border-color: #6ed9e6;
}
/* line 11, ../sass-bootstrap/bootstrap/mixins/_buttons.scss */
.btn-info:focus, .btn-info.focus {
  color: #6ed9e6;
  background-color: transparent;
  border-color: #1fa5b5 !important;
}
/* line 17, ../sass-bootstrap/bootstrap/mixins/_buttons.scss */
.btn-info:hover {
  color: #6ed9e6;
  background-color: transparent;
  border-color: #3acbdd !important;
}
/* line 22, ../sass-bootstrap/bootstrap/mixins/_buttons.scss */
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #6ed9e6;
  background-color: transparent;
  border-color: #3acbdd;
}
/* line 29, ../sass-bootstrap/bootstrap/mixins/_buttons.scss */
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #6ed9e6;
  background-color: transparent;
  border-color: #1fa5b5;
}
/* line 37, ../sass-bootstrap/bootstrap/mixins/_buttons.scss */
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
/* line 45, ../sass-bootstrap/bootstrap/mixins/_buttons.scss */
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: transparent;
  border-color: #6ed9e6;
}
/* line 53, ../sass-bootstrap/bootstrap/mixins/_buttons.scss */
.btn-info .badge {
  color: transparent;
  background-color: #6ed9e6;
}

/* line 83, ../sass-bootstrap/bootstrap/_buttons.scss */
.btn-warning {
  color: #edb61b;
  background-color: transparent;
  border-color: #edb61b;
}
/* line 11, ../sass-bootstrap/bootstrap/mixins/_buttons.scss */
.btn-warning:focus, .btn-warning.focus {
  color: #edb61b;
  background-color: transparent;
  border-color: #7f600a !important;
}
/* line 17, ../sass-bootstrap/bootstrap/mixins/_buttons.scss */
.btn-warning:hover {
  color: #edb61b;
  background-color: transparent;
  border-color: #bc8f0f !important;
}
/* line 22, ../sass-bootstrap/bootstrap/mixins/_buttons.scss */
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #edb61b;
  background-color: transparent;
  border-color: #bc8f0f;
}
/* line 29, ../sass-bootstrap/bootstrap/mixins/_buttons.scss */
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #edb61b;
  background-color: transparent;
  border-color: #7f600a;
}
/* line 37, ../sass-bootstrap/bootstrap/mixins/_buttons.scss */
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
/* line 45, ../sass-bootstrap/bootstrap/mixins/_buttons.scss */
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: transparent;
  border-color: #edb61b;
}
/* line 53, ../sass-bootstrap/bootstrap/mixins/_buttons.scss */
.btn-warning .badge {
  color: transparent;
  background-color: #edb61b;
}

/* line 87, ../sass-bootstrap/bootstrap/_buttons.scss */
.btn-danger {
  color: #d86d6e;
  background-color: transparent;
  border-color: #d86d6e;
}
/* line 11, ../sass-bootstrap/bootstrap/mixins/_buttons.scss */
.btn-danger:focus, .btn-danger.focus {
  color: #d86d6e;
  background-color: transparent;
  border-color: #9c2a2b !important;
}
/* line 17, ../sass-bootstrap/bootstrap/mixins/_buttons.scss */
.btn-danger:hover {
  color: #d86d6e;
  background-color: transparent;
  border-color: #cb3d3e !important;
}
/* line 22, ../sass-bootstrap/bootstrap/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #d86d6e;
  background-color: transparent;
  border-color: #cb3d3e;
}
/* line 29, ../sass-bootstrap/bootstrap/mixins/_buttons.scss */
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #d86d6e;
  background-color: transparent;
  border-color: #9c2a2b;
}
/* line 37, ../sass-bootstrap/bootstrap/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
/* line 45, ../sass-bootstrap/bootstrap/mixins/_buttons.scss */
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: transparent;
  border-color: #d86d6e;
}
/* line 53, ../sass-bootstrap/bootstrap/mixins/_buttons.scss */
.btn-danger .badge {
  color: transparent;
  background-color: #d86d6e;
}

/* line 96, ../sass-bootstrap/bootstrap/_buttons.scss */
.btn-link {
  color: #edb61b;
  font-weight: normal;
  border-radius: 0;
}
/* line 101, ../sass-bootstrap/bootstrap/_buttons.scss */
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 109, ../sass-bootstrap/bootstrap/_buttons.scss */
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
/* line 115, ../sass-bootstrap/bootstrap/_buttons.scss */
.btn-link:hover, .btn-link:focus {
  color: #e6a500;
  text-decoration: underline;
  background-color: transparent;
}
/* line 123, ../sass-bootstrap/bootstrap/_buttons.scss */
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

/* line 135, ../sass-bootstrap/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

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

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

/* line 151, ../sass-bootstrap/bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 157, ../sass-bootstrap/bootstrap/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

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

/* line 10, ../sass-bootstrap/bootstrap/_component-animations.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
/* line 13, ../sass-bootstrap/bootstrap/_component-animations.scss */
.fade.in {
  opacity: 1;
}

/* line 18, ../sass-bootstrap/bootstrap/_component-animations.scss */
.collapse {
  display: none;
}
/* line 21, ../sass-bootstrap/bootstrap/_component-animations.scss */
.collapse.in {
  display: block;
}

/* line 26, ../sass-bootstrap/bootstrap/_component-animations.scss */
tr.collapse.in {
  display: table-row;
}

/* line 28, ../sass-bootstrap/bootstrap/_component-animations.scss */
tbody.collapse.in {
  display: table-row-group;
}

/* line 30, ../sass-bootstrap/bootstrap/_component-animations.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

/* line 7, ../sass-bootstrap/bootstrap/_dropdowns.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 20, ../sass-bootstrap/bootstrap/_dropdowns.scss */
.dropup,
.dropdown {
  position: relative;
}

/* line 26, ../sass-bootstrap/bootstrap/_dropdowns.scss */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 31, ../sass-bootstrap/bootstrap/_dropdowns.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: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
/* line 54, ../sass-bootstrap/bootstrap/_dropdowns.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
/* line 60, ../sass-bootstrap/bootstrap/_dropdowns.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/* line 65, ../sass-bootstrap/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: #333333;
  white-space: nowrap;
}

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

/* line 88, ../sass-bootstrap/bootstrap/_dropdowns.scss */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #edb61b;
}

/* line 103, ../sass-bootstrap/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
/* line 110, ../sass-bootstrap/bootstrap/_dropdowns.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 123, ../sass-bootstrap/bootstrap/_dropdowns.scss */
.open > .dropdown-menu {
  display: block;
}
/* line 128, ../sass-bootstrap/bootstrap/_dropdowns.scss */
.open > a {
  outline: 0;
}

/* line 137, ../sass-bootstrap/bootstrap/_dropdowns.scss */
.dropdown-menu-right {
  left: auto;
  right: 0;
}

/* line 147, ../sass-bootstrap/bootstrap/_dropdowns.scss */
.dropdown-menu-left {
  left: 0;
  right: auto;
}

/* line 153, ../sass-bootstrap/bootstrap/_dropdowns.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap;
}

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

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

/* line 186, ../sass-bootstrap/bootstrap/_dropdowns.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
/* line 193, ../sass-bootstrap/bootstrap/_dropdowns.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 1000px) {
  /* line 207, ../sass-bootstrap/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  /* line 212, ../sass-bootstrap/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
/* line 6, ../sass-bootstrap/bootstrap/_button-groups.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
/* line 11, ../sass-bootstrap/bootstrap/_button-groups.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
/* line 15, ../sass-bootstrap/bootstrap/_button-groups.scss */
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

/* line 26, ../sass-bootstrap/bootstrap/_button-groups.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 35, ../sass-bootstrap/bootstrap/_button-groups.scss */
.btn-toolbar {
  margin-left: -5px;
}
/* line 14, ../sass-bootstrap/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
/* line 19, ../sass-bootstrap/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:after {
  clear: both;
}
/* line 39, ../sass-bootstrap/bootstrap/_button-groups.scss */
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
/* line 44, ../sass-bootstrap/bootstrap/_button-groups.scss */
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

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

/* line 56, ../sass-bootstrap/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
}
/* line 58, ../sass-bootstrap/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 63, ../sass-bootstrap/bootstrap/_button-groups.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 69, ../sass-bootstrap/bootstrap/_button-groups.scss */
.btn-group > .btn-group {
  float: left;
}

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

/* line 76, ../sass-bootstrap/bootstrap/_button-groups.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 81, ../sass-bootstrap/bootstrap/_button-groups.scss */
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 86, ../sass-bootstrap/bootstrap/_button-groups.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 105, ../sass-bootstrap/bootstrap/_button-groups.scss */
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

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

/* line 116, ../sass-bootstrap/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* line 120, ../sass-bootstrap/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 127, ../sass-bootstrap/bootstrap/_button-groups.scss */
.btn .caret {
  margin-left: 0;
}

/* line 131, ../sass-bootstrap/bootstrap/_button-groups.scss */
.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

/* line 136, ../sass-bootstrap/bootstrap/_button-groups.scss */
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

/* line 145, ../sass-bootstrap/bootstrap/_button-groups.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 14, ../sass-bootstrap/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
/* line 19, ../sass-bootstrap/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:after {
  clear: both;
}
/* line 157, ../sass-bootstrap/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
/* line 162, ../sass-bootstrap/bootstrap/_button-groups.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 172, ../sass-bootstrap/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
/* line 175, ../sass-bootstrap/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 179, ../sass-bootstrap/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

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

/* line 188, ../sass-bootstrap/bootstrap/_button-groups.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 193, ../sass-bootstrap/bootstrap/_button-groups.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 201, ../sass-bootstrap/bootstrap/_button-groups.scss */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
/* line 206, ../sass-bootstrap/bootstrap/_button-groups.scss */
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
/* line 212, ../sass-bootstrap/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
/* line 216, ../sass-bootstrap/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

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

/* line 7, ../sass-bootstrap/bootstrap/_input-groups.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
/* line 13, ../sass-bootstrap/bootstrap/_input-groups.scss */
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
/* line 19, ../sass-bootstrap/bootstrap/_input-groups.scss */
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
/* line 33, ../sass-bootstrap/bootstrap/_input-groups.scss */
.input-group .form-control:focus {
  z-index: 3;
}

/* line 58, ../sass-bootstrap/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
/* line 63, ../sass-bootstrap/bootstrap/_input-groups.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 68, ../sass-bootstrap/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 77, ../sass-bootstrap/bootstrap/_input-groups.scss */
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 0px;
}
/* line 89, ../sass-bootstrap/bootstrap/_input-groups.scss */
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
/* line 94, ../sass-bootstrap/bootstrap/_input-groups.scss */
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
/* line 101, ../sass-bootstrap/bootstrap/_input-groups.scss */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

/* line 108, ../sass-bootstrap/bootstrap/_input-groups.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 117, ../sass-bootstrap/bootstrap/_input-groups.scss */
.input-group-addon:first-child {
  border-right: 0;
}

/* line 120, ../sass-bootstrap/bootstrap/_input-groups.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 129, ../sass-bootstrap/bootstrap/_input-groups.scss */
.input-group-addon:last-child {
  border-left: 0;
}

/* line 135, ../sass-bootstrap/bootstrap/_input-groups.scss */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
/* line 144, ../sass-bootstrap/bootstrap/_input-groups.scss */
.input-group-btn > .btn {
  position: relative;
}
/* line 146, ../sass-bootstrap/bootstrap/_input-groups.scss */
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
/* line 150, ../sass-bootstrap/bootstrap/_input-groups.scss */
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
/* line 159, ../sass-bootstrap/bootstrap/_input-groups.scss */
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
/* line 165, ../sass-bootstrap/bootstrap/_input-groups.scss */
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

/* line 9, ../sass-bootstrap/bootstrap/_navs.scss */
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
/* line 14, ../sass-bootstrap/bootstrap/mixins/_clearfix.scss */
.nav:before, .nav:after {
  content: " ";
  display: table;
}
/* line 19, ../sass-bootstrap/bootstrap/mixins/_clearfix.scss */
.nav:after {
  clear: both;
}
/* line 15, ../sass-bootstrap/bootstrap/_navs.scss */
.nav > li {
  position: relative;
  display: block;
}
/* line 19, ../sass-bootstrap/bootstrap/_navs.scss */
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
/* line 23, ../sass-bootstrap/bootstrap/_navs.scss */
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
/* line 31, ../sass-bootstrap/bootstrap/_navs.scss */
.nav > li.disabled > a {
  color: #777777;
}
/* line 34, ../sass-bootstrap/bootstrap/_navs.scss */
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
/* line 46, ../sass-bootstrap/bootstrap/_navs.scss */
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #edb61b;
}
/* line 59, ../sass-bootstrap/bootstrap/_navs.scss */
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/* line 66, ../sass-bootstrap/bootstrap/_navs.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 76, ../sass-bootstrap/bootstrap/_navs.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
/* line 78, ../sass-bootstrap/bootstrap/_navs.scss */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
/* line 84, ../sass-bootstrap/bootstrap/_navs.scss */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 0px 0px 0 0;
}
/* line 89, ../sass-bootstrap/bootstrap/_navs.scss */
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
/* line 96, ../sass-bootstrap/bootstrap/_navs.scss */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

/* line 118, ../sass-bootstrap/bootstrap/_navs.scss */
.nav-pills > li {
  float: left;
}
/* line 122, ../sass-bootstrap/bootstrap/_navs.scss */
.nav-pills > li > a {
  border-radius: 0px;
}
/* line 125, ../sass-bootstrap/bootstrap/_navs.scss */
.nav-pills > li + li {
  margin-left: 2px;
}
/* line 131, ../sass-bootstrap/bootstrap/_navs.scss */
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #edb61b;
}

/* line 144, ../sass-bootstrap/bootstrap/_navs.scss */
.nav-stacked > li {
  float: none;
}
/* line 146, ../sass-bootstrap/bootstrap/_navs.scss */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

/* line 160, ../sass-bootstrap/bootstrap/_navs.scss */
.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
/* line 163, ../sass-bootstrap/bootstrap/_navs.scss */
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
/* line 165, ../sass-bootstrap/bootstrap/_navs.scss */
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
/* line 171, ../sass-bootstrap/bootstrap/_navs.scss */
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  /* line 177, ../sass-bootstrap/bootstrap/_navs.scss */
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  /* line 180, ../sass-bootstrap/bootstrap/_navs.scss */
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

/* line 190, ../sass-bootstrap/bootstrap/_navs.scss */
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
/* line 193, ../sass-bootstrap/bootstrap/_navs.scss */
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}
/* line 199, ../sass-bootstrap/bootstrap/_navs.scss */
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  /* line 206, ../sass-bootstrap/bootstrap/_navs.scss */
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 0 0;
  }
  /* line 210, ../sass-bootstrap/bootstrap/_navs.scss */
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

/* line 224, ../sass-bootstrap/bootstrap/_navs.scss */
.tab-content > .tab-pane {
  display: none;
}
/* line 227, ../sass-bootstrap/bootstrap/_navs.scss */
.tab-content > .active {
  display: block;
}

/* line 237, ../sass-bootstrap/bootstrap/_navs.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 11, ../sass-bootstrap/bootstrap/_navbar.scss */
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
/* line 14, ../sass-bootstrap/bootstrap/mixins/_clearfix.scss */
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
/* line 19, ../sass-bootstrap/bootstrap/mixins/_clearfix.scss */
.navbar:after {
  clear: both;
}
@media (min-width: 1000px) {
  /* line 11, ../sass-bootstrap/bootstrap/_navbar.scss */
  .navbar {
    border-radius: 0px;
  }
}

/* line 14, ../sass-bootstrap/bootstrap/mixins/_clearfix.scss */
.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
/* line 19, ../sass-bootstrap/bootstrap/mixins/_clearfix.scss */
.navbar-header:after {
  clear: both;
}
@media (min-width: 1000px) {
  /* line 31, ../sass-bootstrap/bootstrap/_navbar.scss */
  .navbar-header {
    float: left;
  }
}

/* line 50, ../sass-bootstrap/bootstrap/_navbar.scss */
.navbar-collapse {
  overflow-x: visible;
  padding-right: 0px;
  padding-left: 0px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
/* line 14, ../sass-bootstrap/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
/* line 19, ../sass-bootstrap/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:after {
  clear: both;
}
/* line 59, ../sass-bootstrap/bootstrap/_navbar.scss */
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 1000px) {
  /* line 50, ../sass-bootstrap/bootstrap/_navbar.scss */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  /* line 68, ../sass-bootstrap/bootstrap/_navbar.scss */
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  /* line 75, ../sass-bootstrap/bootstrap/_navbar.scss */
  .navbar-collapse.in {
    overflow-y: visible;
  }
  /* line 81, ../sass-bootstrap/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 92, ../sass-bootstrap/bootstrap/_navbar.scss */
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 320px) and (orientation: landscape) {
  /* line 92, ../sass-bootstrap/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

/* line 108, ../sass-bootstrap/bootstrap/_navbar.scss */
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: 0px;
  margin-left: 0px;
}
@media (min-width: 1000px) {
  /* line 108, ../sass-bootstrap/bootstrap/_navbar.scss */
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

/* line 128, ../sass-bootstrap/bootstrap/_navbar.scss */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 1000px) {
  /* line 128, ../sass-bootstrap/bootstrap/_navbar.scss */
  .navbar-static-top {
    border-radius: 0;
  }
}

/* line 138, ../sass-bootstrap/bootstrap/_navbar.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 1000px) {
  /* line 138, ../sass-bootstrap/bootstrap/_navbar.scss */
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

/* line 150, ../sass-bootstrap/bootstrap/_navbar.scss */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

/* line 154, ../sass-bootstrap/bootstrap/_navbar.scss */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

/* line 163, ../sass-bootstrap/bootstrap/_navbar.scss */
.navbar-brand {
  float: left;
  padding: 15px 0px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
/* line 170, ../sass-bootstrap/bootstrap/_navbar.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
/* line 175, ../sass-bootstrap/bootstrap/_navbar.scss */
.navbar-brand > img {
  display: block;
}
@media (min-width: 1000px) {
  /* line 180, ../sass-bootstrap/bootstrap/_navbar.scss */
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 0px;
  }
}

/* line 193, ../sass-bootstrap/bootstrap/_navbar.scss */
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 0px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
}
/* line 206, ../sass-bootstrap/bootstrap/_navbar.scss */
.navbar-toggle:focus {
  outline: 0;
}
/* line 211, ../sass-bootstrap/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
/* line 217, ../sass-bootstrap/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 1000px) {
  /* line 193, ../sass-bootstrap/bootstrap/_navbar.scss */
  .navbar-toggle {
    display: none;
  }
}

/* line 232, ../sass-bootstrap/bootstrap/_navbar.scss */
.navbar-nav {
  margin: 7.5px 0px;
}
/* line 235, ../sass-bootstrap/bootstrap/_navbar.scss */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 999px) {
  /* line 243, ../sass-bootstrap/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  /* line 251, ../sass-bootstrap/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  /* line 255, ../sass-bootstrap/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  /* line 257, ../sass-bootstrap/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 1000px) {
  /* line 232, ../sass-bootstrap/bootstrap/_navbar.scss */
  .navbar-nav {
    float: left;
    margin: 0;
  }
  /* line 270, ../sass-bootstrap/bootstrap/_navbar.scss */
  .navbar-nav > li {
    float: left;
  }
  /* line 272, ../sass-bootstrap/bootstrap/_navbar.scss */
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

/* line 286, ../sass-bootstrap/bootstrap/_navbar.scss */
.navbar-form {
  margin-left: 0px;
  margin-right: 0px;
  padding: 10px 0px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  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 478, ../sass-bootstrap/bootstrap/_forms.scss */
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 485, ../sass-bootstrap/bootstrap/_forms.scss */
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 492, ../sass-bootstrap/bootstrap/_forms.scss */
  .navbar-form .form-control-static {
    display: inline-block;
  }
  /* line 496, ../sass-bootstrap/bootstrap/_forms.scss */
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 500, ../sass-bootstrap/bootstrap/_forms.scss */
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  /* line 508, ../sass-bootstrap/bootstrap/_forms.scss */
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  /* line 512, ../sass-bootstrap/bootstrap/_forms.scss */
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 519, ../sass-bootstrap/bootstrap/_forms.scss */
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 526, ../sass-bootstrap/bootstrap/_forms.scss */
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  /* line 530, ../sass-bootstrap/bootstrap/_forms.scss */
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 537, ../sass-bootstrap/bootstrap/_forms.scss */
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 999px) {
  /* line 298, ../sass-bootstrap/bootstrap/_navbar.scss */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  /* line 302, ../sass-bootstrap/bootstrap/_navbar.scss */
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1000px) {
  /* line 286, ../sass-bootstrap/bootstrap/_navbar.scss */
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

/* line 327, ../sass-bootstrap/bootstrap/_navbar.scss */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 332, ../sass-bootstrap/bootstrap/_navbar.scss */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 343, ../sass-bootstrap/bootstrap/_navbar.scss */
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
/* line 346, ../sass-bootstrap/bootstrap/_navbar.scss */
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 349, ../sass-bootstrap/bootstrap/_navbar.scss */
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

/* line 359, ../sass-bootstrap/bootstrap/_navbar.scss */
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 1000px) {
  /* line 359, ../sass-bootstrap/bootstrap/_navbar.scss */
  .navbar-text {
    float: left;
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media (min-width: 1000px) {
  /* line 379, ../sass-bootstrap/bootstrap/_navbar.scss */
  .navbar-left {
    float: left !important;
  }

  /* line 382, ../sass-bootstrap/bootstrap/_navbar.scss */
  .navbar-right {
    float: right !important;
    margin-right: 0px;
  }
  /* line 386, ../sass-bootstrap/bootstrap/_navbar.scss */
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
/* line 397, ../sass-bootstrap/bootstrap/_navbar.scss */
.navbar-default {
  background-color: rgba(255, 255, 255, 0);
  border-color: rgba(238, 238, 238, 0);
}
/* line 401, ../sass-bootstrap/bootstrap/_navbar.scss */
.navbar-default .navbar-brand {
  color: #777;
}
/* line 403, ../sass-bootstrap/bootstrap/_navbar.scss */
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
/* line 410, ../sass-bootstrap/bootstrap/_navbar.scss */
.navbar-default .navbar-text {
  color: #777;
}
/* line 415, ../sass-bootstrap/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a {
  color: #777;
}
/* line 418, ../sass-bootstrap/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
/* line 425, ../sass-bootstrap/bootstrap/_navbar.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: rgba(238, 238, 238, 0);
}
/* line 433, ../sass-bootstrap/bootstrap/_navbar.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 442, ../sass-bootstrap/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
/* line 444, ../sass-bootstrap/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
/* line 448, ../sass-bootstrap/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
/* line 453, ../sass-bootstrap/bootstrap/_navbar.scss */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: rgba(238, 238, 238, 0);
}
/* line 462, ../sass-bootstrap/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: rgba(238, 238, 238, 0);
  color: #555;
}
@media (max-width: 999px) {
  /* line 473, ../sass-bootstrap/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  /* line 475, ../sass-bootstrap/bootstrap/_navbar.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 482, ../sass-bootstrap/bootstrap/_navbar.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: rgba(238, 238, 238, 0);
  }
  /* line 490, ../sass-bootstrap/bootstrap/_navbar.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 506, ../sass-bootstrap/bootstrap/_navbar.scss */
.navbar-default .navbar-link {
  color: #777;
}
/* line 508, ../sass-bootstrap/bootstrap/_navbar.scss */
.navbar-default .navbar-link:hover {
  color: #333;
}
/* line 513, ../sass-bootstrap/bootstrap/_navbar.scss */
.navbar-default .btn-link {
  color: #777;
}
/* line 515, ../sass-bootstrap/bootstrap/_navbar.scss */
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
/* line 521, ../sass-bootstrap/bootstrap/_navbar.scss */
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

/* line 531, ../sass-bootstrap/bootstrap/_navbar.scss */
.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
/* line 535, ../sass-bootstrap/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
/* line 537, ../sass-bootstrap/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
/* line 544, ../sass-bootstrap/bootstrap/_navbar.scss */
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
/* line 549, ../sass-bootstrap/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
/* line 552, ../sass-bootstrap/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
/* line 559, ../sass-bootstrap/bootstrap/_navbar.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: #090909;
}
/* line 567, ../sass-bootstrap/bootstrap/_navbar.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 577, ../sass-bootstrap/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
/* line 579, ../sass-bootstrap/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
/* line 583, ../sass-bootstrap/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
/* line 588, ../sass-bootstrap/bootstrap/_navbar.scss */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
/* line 596, ../sass-bootstrap/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}
@media (max-width: 999px) {
  /* line 607, ../sass-bootstrap/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  /* line 610, ../sass-bootstrap/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  /* line 613, ../sass-bootstrap/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  /* line 615, ../sass-bootstrap/bootstrap/_navbar.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 622, ../sass-bootstrap/bootstrap/_navbar.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: #090909;
  }
  /* line 630, ../sass-bootstrap/bootstrap/_navbar.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 641, ../sass-bootstrap/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
/* line 643, ../sass-bootstrap/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
/* line 648, ../sass-bootstrap/bootstrap/_navbar.scss */
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
/* line 650, ../sass-bootstrap/bootstrap/_navbar.scss */
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
/* line 656, ../sass-bootstrap/bootstrap/_navbar.scss */
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

/* line 6, ../sass-bootstrap/bootstrap/_breadcrumbs.scss */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0px;
}
/* line 13, ../sass-bootstrap/bootstrap/_breadcrumbs.scss */
.breadcrumb > li {
  display: inline-block;
}
/* line 16, ../sass-bootstrap/bootstrap/_breadcrumbs.scss */
.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}
/* line 25, ../sass-bootstrap/bootstrap/_breadcrumbs.scss */
.breadcrumb > .active {
  color: #777777;
}

/* line 4, ../sass-bootstrap/bootstrap/_pagination.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 0px;
}
/* line 10, ../sass-bootstrap/bootstrap/_pagination.scss */
.pagination > li {
  display: inline;
}
/* line 12, ../sass-bootstrap/bootstrap/_pagination.scss */
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857;
  text-decoration: none;
  color: #edb61b;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
/* line 25, ../sass-bootstrap/bootstrap/_pagination.scss */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
/* line 32, ../sass-bootstrap/bootstrap/_pagination.scss */
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
/* line 41, ../sass-bootstrap/bootstrap/_pagination.scss */
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #e6a500;
  background-color: #eeeeee;
  border-color: #ddd;
}
/* line 52, ../sass-bootstrap/bootstrap/_pagination.scss */
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #edb61b;
  border-color: #edb61b;
  cursor: default;
}
/* line 64, ../sass-bootstrap/bootstrap/_pagination.scss */
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

/* line 5, ../sass-bootstrap/bootstrap/mixins/_pagination.scss */
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
}
/* line 12, ../sass-bootstrap/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
/* line 18, ../sass-bootstrap/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

/* line 5, ../sass-bootstrap/bootstrap/mixins/_pagination.scss */
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
/* line 12, ../sass-bootstrap/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 18, ../sass-bootstrap/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 6, ../sass-bootstrap/bootstrap/_pager.scss */
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
/* line 14, ../sass-bootstrap/bootstrap/mixins/_clearfix.scss */
.pager:before, .pager:after {
  content: " ";
  display: table;
}
/* line 19, ../sass-bootstrap/bootstrap/mixins/_clearfix.scss */
.pager:after {
  clear: both;
}
/* line 12, ../sass-bootstrap/bootstrap/_pager.scss */
.pager li {
  display: inline;
}
/* line 14, ../sass-bootstrap/bootstrap/_pager.scss */
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
/* line 23, ../sass-bootstrap/bootstrap/_pager.scss */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
/* line 31, ../sass-bootstrap/bootstrap/_pager.scss */
.pager .next > a,
.pager .next > span {
  float: right;
}
/* line 38, ../sass-bootstrap/bootstrap/_pager.scss */
.pager .previous > a,
.pager .previous > span {
  float: left;
}
/* line 45, ../sass-bootstrap/bootstrap/_pager.scss */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}

/* line 5, ../sass-bootstrap/bootstrap/_labels.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 20, ../sass-bootstrap/bootstrap/_labels.scss */
.label:empty {
  display: none;
}
/* line 25, ../sass-bootstrap/bootstrap/_labels.scss */
.btn .label {
  position: relative;
  top: -1px;
}

/* line 33, ../sass-bootstrap/bootstrap/_labels.scss */
a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 44, ../sass-bootstrap/bootstrap/_labels.scss */
.label-default {
  background-color: #777777;
}
/* line 7, ../sass-bootstrap/bootstrap/mixins/_labels.scss */
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

/* line 48, ../sass-bootstrap/bootstrap/_labels.scss */
.label-primary {
  background-color: #edb61b;
}
/* line 7, ../sass-bootstrap/bootstrap/mixins/_labels.scss */
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #c59610;
}

/* line 52, ../sass-bootstrap/bootstrap/_labels.scss */
.label-success {
  background-color: #5cb85c;
}
/* line 7, ../sass-bootstrap/bootstrap/mixins/_labels.scss */
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

/* line 56, ../sass-bootstrap/bootstrap/_labels.scss */
.label-info {
  background-color: #5bc0de;
}
/* line 7, ../sass-bootstrap/bootstrap/mixins/_labels.scss */
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

/* line 60, ../sass-bootstrap/bootstrap/_labels.scss */
.label-warning {
  background-color: #f0ad4e;
}
/* line 7, ../sass-bootstrap/bootstrap/mixins/_labels.scss */
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

/* line 64, ../sass-bootstrap/bootstrap/_labels.scss */
.label-danger {
  background-color: #d9534f;
}
/* line 7, ../sass-bootstrap/bootstrap/mixins/_labels.scss */
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

/* line 7, ../sass-bootstrap/bootstrap/_badges.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: #777777;
  border-radius: 10px;
}
/* line 22, ../sass-bootstrap/bootstrap/_badges.scss */
.badge:empty {
  display: none;
}
/* line 27, ../sass-bootstrap/bootstrap/_badges.scss */
.btn .badge {
  position: relative;
  top: -1px;
}
/* line 32, ../sass-bootstrap/bootstrap/_badges.scss */
.btn-xs .badge, .btn-group-xs > .btn .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
/* line 41, ../sass-bootstrap/bootstrap/_badges.scss */
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #edb61b;
  background-color: #fff;
}
/* line 47, ../sass-bootstrap/bootstrap/_badges.scss */
.list-group-item > .badge {
  float: right;
}
/* line 51, ../sass-bootstrap/bootstrap/_badges.scss */
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
/* line 55, ../sass-bootstrap/bootstrap/_badges.scss */
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

/* line 62, ../sass-bootstrap/bootstrap/_badges.scss */
a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 6, ../sass-bootstrap/bootstrap/_jumbotron.scss */
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
/* line 13, ../sass-bootstrap/bootstrap/_jumbotron.scss */
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
/* line 18, ../sass-bootstrap/bootstrap/_jumbotron.scss */
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
/* line 24, ../sass-bootstrap/bootstrap/_jumbotron.scss */
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
/* line 28, ../sass-bootstrap/bootstrap/_jumbotron.scss */
.container .jumbotron, .container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 35, ../sass-bootstrap/bootstrap/_jumbotron.scss */
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  /* line 6, ../sass-bootstrap/bootstrap/_jumbotron.scss */
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  /* line 43, ../sass-bootstrap/bootstrap/_jumbotron.scss */
  .container .jumbotron, .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  /* line 49, ../sass-bootstrap/bootstrap/_jumbotron.scss */
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

/* line 7, ../sass-bootstrap/bootstrap/_thumbnails.scss */
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
/* line 17, ../sass-bootstrap/bootstrap/_thumbnails.scss */
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
/* line 27, ../sass-bootstrap/bootstrap/_thumbnails.scss */
.thumbnail .caption {
  padding: 9px;
  color: #3d3d3d;
}

/* line 34, ../sass-bootstrap/bootstrap/_thumbnails.scss */
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #edb61b;
}

/* line 9, ../sass-bootstrap/bootstrap/_alerts.scss */
.alert {
  padding: 11px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0px;
}
/* line 16, ../sass-bootstrap/bootstrap/_alerts.scss */
.alert h4 {
  margin-top: 0;
  color: inherit;
}
/* line 23, ../sass-bootstrap/bootstrap/_alerts.scss */
.alert .alert-link {
  font-weight: bold;
}
/* line 28, ../sass-bootstrap/bootstrap/_alerts.scss */
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
/* line 33, ../sass-bootstrap/bootstrap/_alerts.scss */
.alert > p + p {
  margin-top: 5px;
}

/* line 42, ../sass-bootstrap/bootstrap/_alerts.scss */
.alert-dismissable,
.alert-dismissible {
  padding-right: 31px;
}
/* line 47, ../sass-bootstrap/bootstrap/_alerts.scss */
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 59, ../sass-bootstrap/bootstrap/_alerts.scss */
.alert-success {
  background-color: #a1cf6c;
  border-color: rgba(255, 255, 255, 0);
  color: #ffffff;
}
/* line 8, ../sass-bootstrap/bootstrap/mixins/_alerts.scss */
.alert-success hr {
  border-top-color: rgba(242, 242, 242, 0);
}
/* line 11, ../sass-bootstrap/bootstrap/mixins/_alerts.scss */
.alert-success .alert-link {
  color: #e6e6e6;
}

/* line 63, ../sass-bootstrap/bootstrap/_alerts.scss */
.alert-info {
  background-color: #6ed9e6;
  border-color: rgba(255, 255, 255, 0);
  color: #ffffff;
}
/* line 8, ../sass-bootstrap/bootstrap/mixins/_alerts.scss */
.alert-info hr {
  border-top-color: rgba(242, 242, 242, 0);
}
/* line 11, ../sass-bootstrap/bootstrap/mixins/_alerts.scss */
.alert-info .alert-link {
  color: #e6e6e6;
}

/* line 67, ../sass-bootstrap/bootstrap/_alerts.scss */
.alert-warning {
  background-color: #edb61b;
  border-color: rgba(255, 255, 255, 0);
  color: #ffffff;
}
/* line 8, ../sass-bootstrap/bootstrap/mixins/_alerts.scss */
.alert-warning hr {
  border-top-color: rgba(242, 242, 242, 0);
}
/* line 11, ../sass-bootstrap/bootstrap/mixins/_alerts.scss */
.alert-warning .alert-link {
  color: #e6e6e6;
}

/* line 71, ../sass-bootstrap/bootstrap/_alerts.scss */
.alert-danger {
  background-color: #d86d6e;
  border-color: rgba(255, 255, 255, 0);
  color: #ffffff;
}
/* line 8, ../sass-bootstrap/bootstrap/mixins/_alerts.scss */
.alert-danger hr {
  border-top-color: rgba(242, 242, 242, 0);
}
/* line 11, ../sass-bootstrap/bootstrap/mixins/_alerts.scss */
.alert-danger .alert-link {
  color: #e6e6e6;
}

@-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 26, ../sass-bootstrap/bootstrap/_progress-bars.scss */
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 36, ../sass-bootstrap/bootstrap/_progress-bars.scss */
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #edb61b;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

/* line 54, ../sass-bootstrap/bootstrap/_progress-bars.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 64, ../sass-bootstrap/bootstrap/_progress-bars.scss */
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 73, ../sass-bootstrap/bootstrap/_progress-bars.scss */
.progress-bar-success {
  background-color: #5cb85c;
}
/* line 7, ../sass-bootstrap/bootstrap/mixins/_progress-bar.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 77, ../sass-bootstrap/bootstrap/_progress-bars.scss */
.progress-bar-info {
  background-color: #5bc0de;
}
/* line 7, ../sass-bootstrap/bootstrap/mixins/_progress-bar.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 81, ../sass-bootstrap/bootstrap/_progress-bars.scss */
.progress-bar-warning {
  background-color: #f0ad4e;
}
/* line 7, ../sass-bootstrap/bootstrap/mixins/_progress-bar.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 85, ../sass-bootstrap/bootstrap/_progress-bars.scss */
.progress-bar-danger {
  background-color: #d9534f;
}
/* line 7, ../sass-bootstrap/bootstrap/mixins/_progress-bar.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 1, ../sass-bootstrap/bootstrap/_media.scss */
.media {
  margin-top: 15px;
}
/* line 5, ../sass-bootstrap/bootstrap/_media.scss */
.media:first-child {
  margin-top: 0;
}

/* line 10, ../sass-bootstrap/bootstrap/_media.scss */
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

/* line 16, ../sass-bootstrap/bootstrap/_media.scss */
.media-body {
  width: 10000px;
}

/* line 20, ../sass-bootstrap/bootstrap/_media.scss */
.media-object {
  display: block;
}
/* line 24, ../sass-bootstrap/bootstrap/_media.scss */
.media-object.img-thumbnail {
  max-width: none;
}

/* line 29, ../sass-bootstrap/bootstrap/_media.scss */
.media-right,
.media > .pull-right {
  padding-left: 10px;
}

/* line 34, ../sass-bootstrap/bootstrap/_media.scss */
.media-left,
.media > .pull-left {
  padding-right: 10px;
}

/* line 39, ../sass-bootstrap/bootstrap/_media.scss */
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

/* line 46, ../sass-bootstrap/bootstrap/_media.scss */
.media-middle {
  vertical-align: middle;
}

/* line 50, ../sass-bootstrap/bootstrap/_media.scss */
.media-bottom {
  vertical-align: bottom;
}

/* line 55, ../sass-bootstrap/bootstrap/_media.scss */
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 63, ../sass-bootstrap/bootstrap/_media.scss */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 10, ../sass-bootstrap/bootstrap/_list-group.scss */
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

/* line 21, ../sass-bootstrap/bootstrap/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
/* line 31, ../sass-bootstrap/bootstrap/_list-group.scss */
.list-group-item:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
/* line 34, ../sass-bootstrap/bootstrap/_list-group.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

/* line 46, ../sass-bootstrap/bootstrap/_list-group.scss */
a.list-group-item,
button.list-group-item {
  color: #555;
}
/* line 50, ../sass-bootstrap/bootstrap/_list-group.scss */
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
/* line 55, ../sass-bootstrap/bootstrap/_list-group.scss */
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

/* line 63, ../sass-bootstrap/bootstrap/_list-group.scss */
button.list-group-item {
  width: 100%;
  text-align: left;
}

/* line 70, ../sass-bootstrap/bootstrap/_list-group.scss */
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
/* line 78, ../sass-bootstrap/bootstrap/_list-group.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 81, ../sass-bootstrap/bootstrap/_list-group.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: #777777;
}
/* line 87, ../sass-bootstrap/bootstrap/_list-group.scss */
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #edb61b;
  border-color: #edb61b;
}
/* line 96, ../sass-bootstrap/bootstrap/_list-group.scss */
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
/* line 101, ../sass-bootstrap/bootstrap/_list-group.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: #fcf3d8;
}

/* line 4, ../sass-bootstrap/bootstrap/mixins/_list-group.scss */
.list-group-item-success {
  color: #ffffff;
  background-color: #a1cf6c;
}

/* line 11, ../sass-bootstrap/bootstrap/mixins/_list-group.scss */
a.list-group-item-success,
button.list-group-item-success {
  color: #ffffff;
}
/* line 15, ../sass-bootstrap/bootstrap/mixins/_list-group.scss */
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
/* line 19, ../sass-bootstrap/bootstrap/mixins/_list-group.scss */
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #ffffff;
  background-color: #95c959;
}
/* line 24, ../sass-bootstrap/bootstrap/mixins/_list-group.scss */
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}

/* line 4, ../sass-bootstrap/bootstrap/mixins/_list-group.scss */
.list-group-item-info {
  color: #ffffff;
  background-color: #6ed9e6;
}

/* line 11, ../sass-bootstrap/bootstrap/mixins/_list-group.scss */
a.list-group-item-info,
button.list-group-item-info {
  color: #ffffff;
}
/* line 15, ../sass-bootstrap/bootstrap/mixins/_list-group.scss */
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
/* line 19, ../sass-bootstrap/bootstrap/mixins/_list-group.scss */
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #ffffff;
  background-color: #58d3e2;
}
/* line 24, ../sass-bootstrap/bootstrap/mixins/_list-group.scss */
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}

/* line 4, ../sass-bootstrap/bootstrap/mixins/_list-group.scss */
.list-group-item-warning {
  color: #ffffff;
  background-color: #edb61b;
}

/* line 11, ../sass-bootstrap/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning,
button.list-group-item-warning {
  color: #ffffff;
}
/* line 15, ../sass-bootstrap/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
/* line 19, ../sass-bootstrap/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #ffffff;
  background-color: #dda811;
}
/* line 24, ../sass-bootstrap/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}

/* line 4, ../sass-bootstrap/bootstrap/mixins/_list-group.scss */
.list-group-item-danger {
  color: #ffffff;
  background-color: #d86d6e;
}

/* line 11, ../sass-bootstrap/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger,
button.list-group-item-danger {
  color: #ffffff;
}
/* line 15, ../sass-bootstrap/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
/* line 19, ../sass-bootstrap/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #ffffff;
  background-color: #d3595a;
}
/* line 24, ../sass-bootstrap/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}

/* line 123, ../sass-bootstrap/bootstrap/_list-group.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 127, ../sass-bootstrap/bootstrap/_list-group.scss */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 7, ../sass-bootstrap/bootstrap/_panels.scss */
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 16, ../sass-bootstrap/bootstrap/_panels.scss */
.panel-body {
  padding: 15px;
}
/* line 14, ../sass-bootstrap/bootstrap/mixins/_clearfix.scss */
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
/* line 19, ../sass-bootstrap/bootstrap/mixins/_clearfix.scss */
.panel-body:after {
  clear: both;
}

/* line 22, ../sass-bootstrap/bootstrap/_panels.scss */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
/* line 27, ../sass-bootstrap/bootstrap/_panels.scss */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 33, ../sass-bootstrap/bootstrap/_panels.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
/* line 39, ../sass-bootstrap/bootstrap/_panels.scss */
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

/* line 49, ../sass-bootstrap/bootstrap/_panels.scss */
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}

/* line 63, ../sass-bootstrap/bootstrap/_panels.scss */
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
/* line 67, ../sass-bootstrap/bootstrap/_panels.scss */
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
/* line 74, ../sass-bootstrap/bootstrap/_panels.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: -1px;
  border-top-left-radius: -1px;
}
/* line 82, ../sass-bootstrap/bootstrap/_panels.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: -1px;
  border-bottom-left-radius: -1px;
}
/* line 89, ../sass-bootstrap/bootstrap/_panels.scss */
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 96, ../sass-bootstrap/bootstrap/_panels.scss */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 100, ../sass-bootstrap/bootstrap/_panels.scss */
.list-group + .panel-footer {
  border-top-width: 0;
}

/* line 110, ../sass-bootstrap/bootstrap/_panels.scss */
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
/* line 115, ../sass-bootstrap/bootstrap/_panels.scss */
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
/* line 121, ../sass-bootstrap/bootstrap/_panels.scss */
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
/* line 127, ../sass-bootstrap/bootstrap/_panels.scss */
.panel > .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 > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1px;
  border-top-right-radius: -1px;
}
/* line 131, ../sass-bootstrap/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .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 th:first-child,
.panel > .table-responsive:first-child > .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 th:first-child {
  border-top-left-radius: -1px;
}
/* line 135, ../sass-bootstrap/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .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 th:last-child,
.panel > .table-responsive:first-child > .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 th:last-child {
  border-top-right-radius: -1px;
}
/* line 143, ../sass-bootstrap/bootstrap/_panels.scss */
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
/* line 149, ../sass-bootstrap/bootstrap/_panels.scss */
.panel > .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 > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: -1px;
  border-bottom-right-radius: -1px;
}
/* line 153, ../sass-bootstrap/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .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 th:first-child,
.panel > .table-responsive:last-child > .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 th:first-child {
  border-bottom-left-radius: -1px;
}
/* line 157, ../sass-bootstrap/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .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 th:last-child,
.panel > .table-responsive:last-child > .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 th:last-child {
  border-bottom-right-radius: -1px;
}
/* line 164, ../sass-bootstrap/bootstrap/_panels.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 170, ../sass-bootstrap/bootstrap/_panels.scss */
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
/* line 174, ../sass-bootstrap/bootstrap/_panels.scss */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
/* line 181, ../sass-bootstrap/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
/* line 185, ../sass-bootstrap/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
/* line 194, ../sass-bootstrap/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
/* line 203, ../sass-bootstrap/bootstrap/_panels.scss */
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
/* line 210, ../sass-bootstrap/bootstrap/_panels.scss */
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

/* line 222, ../sass-bootstrap/bootstrap/_panels.scss */
.panel-group {
  margin-bottom: 20px;
}
/* line 226, ../sass-bootstrap/bootstrap/_panels.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0px;
}
/* line 230, ../sass-bootstrap/bootstrap/_panels.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}
/* line 235, ../sass-bootstrap/bootstrap/_panels.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}
/* line 238, ../sass-bootstrap/bootstrap/_panels.scss */
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
/* line 244, ../sass-bootstrap/bootstrap/_panels.scss */
.panel-group .panel-footer {
  border-top: 0;
}
/* line 246, ../sass-bootstrap/bootstrap/_panels.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

/* line 254, ../sass-bootstrap/bootstrap/_panels.scss */
.panel-default {
  border-color: #cfcfcf;
}
/* line 6, ../sass-bootstrap/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #cfcfcf;
}
/* line 11, ../sass-bootstrap/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #cfcfcf;
}
/* line 14, ../sass-bootstrap/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
/* line 20, ../sass-bootstrap/bootstrap/mixins/_panels.scss */
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #cfcfcf;
}

/* line 257, ../sass-bootstrap/bootstrap/_panels.scss */
.panel-primary {
  border-color: #edb61b;
}
/* line 6, ../sass-bootstrap/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #edb61b;
  border-color: #edb61b;
}
/* line 11, ../sass-bootstrap/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #edb61b;
}
/* line 14, ../sass-bootstrap/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading .badge {
  color: #edb61b;
  background-color: #fff;
}
/* line 20, ../sass-bootstrap/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #edb61b;
}

/* line 260, ../sass-bootstrap/bootstrap/_panels.scss */
.panel-success {
  border-color: rgba(255, 255, 255, 0);
}
/* line 6, ../sass-bootstrap/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading {
  color: #ffffff;
  background-color: #a1cf6c;
  border-color: rgba(255, 255, 255, 0);
}
/* line 11, ../sass-bootstrap/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgba(255, 255, 255, 0);
}
/* line 14, ../sass-bootstrap/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading .badge {
  color: #a1cf6c;
  background-color: #ffffff;
}
/* line 20, ../sass-bootstrap/bootstrap/mixins/_panels.scss */
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgba(255, 255, 255, 0);
}

/* line 263, ../sass-bootstrap/bootstrap/_panels.scss */
.panel-info {
  border-color: rgba(255, 255, 255, 0);
}
/* line 6, ../sass-bootstrap/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading {
  color: #ffffff;
  background-color: #6ed9e6;
  border-color: rgba(255, 255, 255, 0);
}
/* line 11, ../sass-bootstrap/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgba(255, 255, 255, 0);
}
/* line 14, ../sass-bootstrap/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading .badge {
  color: #6ed9e6;
  background-color: #ffffff;
}
/* line 20, ../sass-bootstrap/bootstrap/mixins/_panels.scss */
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgba(255, 255, 255, 0);
}

/* line 266, ../sass-bootstrap/bootstrap/_panels.scss */
.panel-warning {
  border-color: rgba(255, 255, 255, 0);
}
/* line 6, ../sass-bootstrap/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading {
  color: #ffffff;
  background-color: #edb61b;
  border-color: rgba(255, 255, 255, 0);
}
/* line 11, ../sass-bootstrap/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgba(255, 255, 255, 0);
}
/* line 14, ../sass-bootstrap/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading .badge {
  color: #edb61b;
  background-color: #ffffff;
}
/* line 20, ../sass-bootstrap/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgba(255, 255, 255, 0);
}

/* line 269, ../sass-bootstrap/bootstrap/_panels.scss */
.panel-danger {
  border-color: rgba(255, 255, 255, 0);
}
/* line 6, ../sass-bootstrap/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading {
  color: #ffffff;
  background-color: #d86d6e;
  border-color: rgba(255, 255, 255, 0);
}
/* line 11, ../sass-bootstrap/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgba(255, 255, 255, 0);
}
/* line 14, ../sass-bootstrap/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading .badge {
  color: #d86d6e;
  background-color: #ffffff;
}
/* line 20, ../sass-bootstrap/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgba(255, 255, 255, 0);
}

/* line 5, ../sass-bootstrap/bootstrap/_responsive-embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
/* line 12, ../sass-bootstrap/bootstrap/_responsive-embed.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 28, ../sass-bootstrap/bootstrap/_responsive-embed.scss */
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

/* line 33, ../sass-bootstrap/bootstrap/_responsive-embed.scss */
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* line 7, ../sass-bootstrap/bootstrap/_wells.scss */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
/* line 15, ../sass-bootstrap/bootstrap/_wells.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 22, ../sass-bootstrap/bootstrap/_wells.scss */
.well-lg {
  padding: 24px;
  border-radius: 6px;
}

/* line 26, ../sass-bootstrap/bootstrap/_wells.scss */
.well-sm {
  padding: 9px;
  border-radius: 3px;
}

/* line 6, ../sass-bootstrap/bootstrap/_close.scss */
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
/* line 15, ../sass-bootstrap/bootstrap/_close.scss */
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 30, ../sass-bootstrap/bootstrap/_close.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 11, ../sass-bootstrap/bootstrap/_modals.scss */
.modal-open {
  overflow: hidden;
}

/* line 16, ../sass-bootstrap/bootstrap/_modals.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 32, ../sass-bootstrap/bootstrap/_modals.scss */
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
/* line 36, ../sass-bootstrap/bootstrap/_modals.scss */
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 38, ../sass-bootstrap/bootstrap/_modals.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 44, ../sass-bootstrap/bootstrap/_modals.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 51, ../sass-bootstrap/bootstrap/_modals.scss */
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

/* line 64, ../sass-bootstrap/bootstrap/_modals.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #727272;
}
/* line 73, ../sass-bootstrap/bootstrap/_modals.scss */
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 74, ../sass-bootstrap/bootstrap/_modals.scss */
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 79, ../sass-bootstrap/bootstrap/_modals.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
/* line 14, ../sass-bootstrap/bootstrap/mixins/_clearfix.scss */
.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}
/* line 19, ../sass-bootstrap/bootstrap/mixins/_clearfix.scss */
.modal-header:after {
  clear: both;
}

/* line 85, ../sass-bootstrap/bootstrap/_modals.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 90, ../sass-bootstrap/bootstrap/_modals.scss */
.modal-title {
  margin: 0;
  line-height: 1.42857;
}

/* line 97, ../sass-bootstrap/bootstrap/_modals.scss */
.modal-body {
  position: relative;
  padding: 15px;
}

/* line 103, ../sass-bootstrap/bootstrap/_modals.scss */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
/* line 14, ../sass-bootstrap/bootstrap/mixins/_clearfix.scss */
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
/* line 19, ../sass-bootstrap/bootstrap/mixins/_clearfix.scss */
.modal-footer:after {
  clear: both;
}
/* line 110, ../sass-bootstrap/bootstrap/_modals.scss */
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
/* line 115, ../sass-bootstrap/bootstrap/_modals.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
/* line 119, ../sass-bootstrap/bootstrap/_modals.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 125, ../sass-bootstrap/bootstrap/_modals.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  /* line 136, ../sass-bootstrap/bootstrap/_modals.scss */
  .modal-dialog {
    width: 700px;
    margin: 30px auto;
  }

  /* line 140, ../sass-bootstrap/bootstrap/_modals.scss */
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  /* line 145, ../sass-bootstrap/bootstrap/_modals.scss */
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 1000px) {
  /* line 149, ../sass-bootstrap/bootstrap/_modals.scss */
  .modal-lg {
    width: 900px;
  }
}
/* line 7, ../sass-bootstrap/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  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 18, ../sass-bootstrap/bootstrap/_tooltip.scss */
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/* line 19, ../sass-bootstrap/bootstrap/_tooltip.scss */
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
/* line 20, ../sass-bootstrap/bootstrap/_tooltip.scss */
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
/* line 21, ../sass-bootstrap/bootstrap/_tooltip.scss */
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
/* line 22, ../sass-bootstrap/bootstrap/_tooltip.scss */
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

/* line 26, ../sass-bootstrap/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0px;
}

/* line 36, ../sass-bootstrap/bootstrap/_tooltip.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 45, ../sass-bootstrap/bootstrap/_tooltip.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
/* line 52, ../sass-bootstrap/bootstrap/_tooltip.scss */
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
/* line 59, ../sass-bootstrap/bootstrap/_tooltip.scss */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
/* line 66, ../sass-bootstrap/bootstrap/_tooltip.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
/* line 73, ../sass-bootstrap/bootstrap/_tooltip.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
/* line 80, ../sass-bootstrap/bootstrap/_tooltip.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
/* line 87, ../sass-bootstrap/bootstrap/_tooltip.scss */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
/* line 94, ../sass-bootstrap/bootstrap/_tooltip.scss */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 6, ../sass-bootstrap/bootstrap/_popovers.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  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;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
/* line 27, ../sass-bootstrap/bootstrap/_popovers.scss */
.popover.top {
  margin-top: -10px;
}
/* line 28, ../sass-bootstrap/bootstrap/_popovers.scss */
.popover.right {
  margin-left: 10px;
}
/* line 29, ../sass-bootstrap/bootstrap/_popovers.scss */
.popover.bottom {
  margin-top: 10px;
}
/* line 30, ../sass-bootstrap/bootstrap/_popovers.scss */
.popover.left {
  margin-left: -10px;
}

/* line 33, ../sass-bootstrap/bootstrap/_popovers.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 42, ../sass-bootstrap/bootstrap/_popovers.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 51, ../sass-bootstrap/bootstrap/_popovers.scss */
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 61, ../sass-bootstrap/bootstrap/_popovers.scss */
.popover > .arrow {
  border-width: 11px;
}

/* line 64, ../sass-bootstrap/bootstrap/_popovers.scss */
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

/* line 70, ../sass-bootstrap/bootstrap/_popovers.scss */
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
/* line 77, ../sass-bootstrap/bootstrap/_popovers.scss */
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
/* line 85, ../sass-bootstrap/bootstrap/_popovers.scss */
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
/* line 92, ../sass-bootstrap/bootstrap/_popovers.scss */
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
/* line 100, ../sass-bootstrap/bootstrap/_popovers.scss */
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
/* line 107, ../sass-bootstrap/bootstrap/_popovers.scss */
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
/* line 116, ../sass-bootstrap/bootstrap/_popovers.scss */
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
/* line 123, ../sass-bootstrap/bootstrap/_popovers.scss */
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

/* line 7, ../sass-bootstrap/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 11, ../sass-bootstrap/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
/* line 16, ../sass-bootstrap/bootstrap/_carousel.scss */
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
/* line 22, ../sass-bootstrap/bootstrap/_carousel.scss */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  /* line 16, ../sass-bootstrap/bootstrap/_carousel.scss */
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  /* line 34, ../sass-bootstrap/bootstrap/_carousel.scss */
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  /* line 39, ../sass-bootstrap/bootstrap/_carousel.scss */
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  /* line 44, ../sass-bootstrap/bootstrap/_carousel.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 53, ../sass-bootstrap/bootstrap/_carousel.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
/* line 59, ../sass-bootstrap/bootstrap/_carousel.scss */
.carousel-inner > .active {
  left: 0;
}
/* line 63, ../sass-bootstrap/bootstrap/_carousel.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 70, ../sass-bootstrap/bootstrap/_carousel.scss */
.carousel-inner > .next {
  left: 100%;
}
/* line 73, ../sass-bootstrap/bootstrap/_carousel.scss */
.carousel-inner > .prev {
  left: -100%;
}
/* line 76, ../sass-bootstrap/bootstrap/_carousel.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
/* line 81, ../sass-bootstrap/bootstrap/_carousel.scss */
.carousel-inner > .active.left {
  left: -100%;
}
/* line 84, ../sass-bootstrap/bootstrap/_carousel.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 93, ../sass-bootstrap/bootstrap/_carousel.scss */
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent;
}
/* line 109, ../sass-bootstrap/bootstrap/_carousel.scss */
.carousel-control.left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  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 112, ../sass-bootstrap/bootstrap/_carousel.scss */
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  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 119, ../sass-bootstrap/bootstrap/_carousel.scss */
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/* line 128, ../sass-bootstrap/bootstrap/_carousel.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 138, ../sass-bootstrap/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
/* line 143, ../sass-bootstrap/bootstrap/_carousel.scss */
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
/* line 148, ../sass-bootstrap/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
/* line 158, ../sass-bootstrap/bootstrap/_carousel.scss */
.carousel-control .icon-prev:before {
  content: '\2039';
}
/* line 163, ../sass-bootstrap/bootstrap/_carousel.scss */
.carousel-control .icon-next:before {
  content: '\203a';
}

/* line 174, ../sass-bootstrap/bootstrap/_carousel.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 185, ../sass-bootstrap/bootstrap/_carousel.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 207, ../sass-bootstrap/bootstrap/_carousel.scss */
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

/* line 218, ../sass-bootstrap/bootstrap/_carousel.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 229, ../sass-bootstrap/bootstrap/_carousel.scss */
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  /* line 240, ../sass-bootstrap/bootstrap/_carousel.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: -10px;
    font-size: 30px;
  }
  /* line 249, ../sass-bootstrap/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  /* line 253, ../sass-bootstrap/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }

  /* line 260, ../sass-bootstrap/bootstrap/_carousel.scss */
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  /* line 267, ../sass-bootstrap/bootstrap/_carousel.scss */
  .carousel-indicators {
    bottom: 20px;
  }
}
/* line 14, ../sass-bootstrap/bootstrap/mixins/_clearfix.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
/* line 19, ../sass-bootstrap/bootstrap/mixins/_clearfix.scss */
.clearfix:after {
  clear: both;
}

/* line 12, ../sass-bootstrap/bootstrap/_utilities.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 15, ../sass-bootstrap/bootstrap/_utilities.scss */
.pull-right {
  float: right !important;
}

/* line 18, ../sass-bootstrap/bootstrap/_utilities.scss */
.pull-left {
  float: left !important;
}

/* line 27, ../sass-bootstrap/bootstrap/_utilities.scss */
.hide {
  display: none !important;
}

/* line 30, ../sass-bootstrap/bootstrap/_utilities.scss */
.show {
  display: block !important;
}

/* line 33, ../sass-bootstrap/bootstrap/_utilities.scss */
.invisible {
  visibility: hidden;
}

/* line 36, ../sass-bootstrap/bootstrap/_utilities.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 45, ../sass-bootstrap/bootstrap/_utilities.scss */
.hidden {
  display: none !important;
}

/* line 53, ../sass-bootstrap/bootstrap/_utilities.scss */
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
/* line 18, ../sass-bootstrap/bootstrap/mixins/_responsive-visibility.scss */
.visible-xs {
  display: none !important;
}

/* line 18, ../sass-bootstrap/bootstrap/mixins/_responsive-visibility.scss */
.visible-sm {
  display: none !important;
}

/* line 18, ../sass-bootstrap/bootstrap/mixins/_responsive-visibility.scss */
.visible-md {
  display: none !important;
}

/* line 18, ../sass-bootstrap/bootstrap/mixins/_responsive-visibility.scss */
.visible-lg {
  display: none !important;
}

/* line 36, ../sass-bootstrap/bootstrap/_responsive-utilities.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 7, ../sass-bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  .visible-xs {
    display: block !important;
  }

  /* line 10, ../sass-bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-xs {
    display: table !important;
  }

  /* line 11, ../sass-bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-xs {
    display: table-row !important;
  }

  /* line 12, ../sass-bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  /* line 54, ../sass-bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  /* line 59, ../sass-bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  /* line 64, ../sass-bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  /* line 7, ../sass-bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  .visible-sm {
    display: block !important;
  }

  /* line 10, ../sass-bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-sm {
    display: table !important;
  }

  /* line 11, ../sass-bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-sm {
    display: table-row !important;
  }

  /* line 12, ../sass-bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  /* line 73, ../sass-bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  /* line 78, ../sass-bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  /* line 83, ../sass-bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1000px) and (max-width: 1199px) {
  /* line 7, ../sass-bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  .visible-md {
    display: block !important;
  }

  /* line 10, ../sass-bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-md {
    display: table !important;
  }

  /* line 11, ../sass-bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-md {
    display: table-row !important;
  }

  /* line 12, ../sass-bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1000px) and (max-width: 1199px) {
  /* line 92, ../sass-bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 1000px) and (max-width: 1199px) {
  /* line 97, ../sass-bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 1000px) and (max-width: 1199px) {
  /* line 102, ../sass-bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  /* line 7, ../sass-bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  .visible-lg {
    display: block !important;
  }

  /* line 10, ../sass-bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-lg {
    display: table !important;
  }

  /* line 11, ../sass-bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-lg {
    display: table-row !important;
  }

  /* line 12, ../sass-bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  /* line 111, ../sass-bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  /* line 116, ../sass-bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  /* line 121, ../sass-bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  /* line 18, ../sass-bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  /* line 18, ../sass-bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1000px) and (max-width: 1199px) {
  /* line 18, ../sass-bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 18, ../sass-bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-lg {
    display: none !important;
  }
}
/* line 18, ../sass-bootstrap/bootstrap/mixins/_responsive-visibility.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 7, ../sass-bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  .visible-print {
    display: block !important;
  }

  /* line 10, ../sass-bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-print {
    display: table !important;
  }

  /* line 11, ../sass-bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-print {
    display: table-row !important;
  }

  /* line 12, ../sass-bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
/* line 155, ../sass-bootstrap/bootstrap/_responsive-utilities.scss */
.visible-print-block {
  display: none !important;
}
@media print {
  /* line 155, ../sass-bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-print-block {
    display: block !important;
  }
}

/* line 162, ../sass-bootstrap/bootstrap/_responsive-utilities.scss */
.visible-print-inline {
  display: none !important;
}
@media print {
  /* line 162, ../sass-bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-print-inline {
    display: inline !important;
  }
}

/* line 169, ../sass-bootstrap/bootstrap/_responsive-utilities.scss */
.visible-print-inline-block {
  display: none !important;
}
@media print {
  /* line 169, ../sass-bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  /* line 18, ../sass-bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-print {
    display: none !important;
  }
}
/* line 14, ../sass-custom/_overrides.scss */
html.overlay-open .navbar-fixed-top {
  z-index: 400;
}
/* line 19, ../sass-custom/_overrides.scss */
html.js fieldset.collapsed {
  border-left-width: 1px;
  border-right-width: 1px;
  height: auto;
}
/* line 25, ../sass-custom/_overrides.scss */
html.js input.form-autocomplete {
  background-image: none;
}
/* line 29, ../sass-custom/_overrides.scss */
html.js input.form-autocomplete {
  background-image: none;
}
/* line 33, ../sass-custom/_overrides.scss */
html.js .autocomplete-throbber {
  background-position: 100% 2px;
  background-repeat: no-repeat;
  display: inline-block;
  height: 15px;
  margin: 2px 0 0 2px;
  width: 15px;
}
/* line 41, ../sass-custom/_overrides.scss */
html.js .autocomplete-throbber.throbbing {
  background-position: 100% -18px;
}

/* line 46, ../sass-custom/_overrides.scss */
body {
  position: relative;
}
/* line 50, ../sass-custom/_overrides.scss */
body.admin-expanded.admin-vertical.admin-nw .navbar, body.admin-expanded.admin-vertical.admin-sw .navbar {
  margin-left: 260px;
}
/* line 55, ../sass-custom/_overrides.scss */
body.navbar-is-fixed-top {
  padding-top: 64px !important;
}
/* line 58, ../sass-custom/_overrides.scss */
body.navbar-is-fixed-bottom {
  padding-bottom: 64px !important;
}
/* line 61, ../sass-custom/_overrides.scss */
body.toolbar {
  padding-top: 30px !important;
}
/* line 63, ../sass-custom/_overrides.scss */
body.toolbar .navbar-fixed-top {
  top: 30px;
}
/* line 66, ../sass-custom/_overrides.scss */
body.toolbar.navbar-is-fixed-top {
  padding-top: 94px !important;
}
/* line 70, ../sass-custom/_overrides.scss */
body.toolbar-drawer {
  padding-top: 64px !important;
}
/* line 72, ../sass-custom/_overrides.scss */
body.toolbar-drawer .navbar-fixed-top {
  top: 64px;
}
/* line 75, ../sass-custom/_overrides.scss */
body.toolbar-drawer.navbar-is-fixed-top {
  padding-top: 128px !important;
}
/* line 81, ../sass-custom/_overrides.scss */
body.admin-menu .navbar-fixed-top {
  top: 29px;
}
/* line 84, ../sass-custom/_overrides.scss */
body.admin-menu.navbar-is-fixed-top {
  padding-top: 93px !important;
}
/* line 88, ../sass-custom/_overrides.scss */
body div#admin-toolbar {
  z-index: 1600;
}
/* line 92, ../sass-custom/_overrides.scss */
body #toolbar, body #admin-menu, body #admin-toolbar {
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 96, ../sass-custom/_overrides.scss */
body #admin-menu {
  margin: 0;
  padding: 0;
  position: fixed;
  z-index: 1600;
}
/* line 101, ../sass-custom/_overrides.scss */
body #admin-menu .dropdown li {
  line-height: normal;
}

@media screen and (min-width: 768px) {
  /* line 109, ../sass-custom/_overrides.scss */
  .navbar.container {
    max-width: 698px;
  }
}
@media screen and (min-width: 1000px) {
  /* line 109, ../sass-custom/_overrides.scss */
  .navbar.container {
    max-width: 946px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 109, ../sass-custom/_overrides.scss */
  .navbar.container {
    max-width: 1146px;
  }
}
/* line 120, ../sass-custom/_overrides.scss */
.navbar.container > .container, .navbar.container-fluid > .container-fluid {
  margin: 0;
  padding: 0;
  width: auto;
}

/* line 129, ../sass-custom/_overrides.scss */
#overlay-container,
.overlay-modal-background,
.overlay-element {
  z-index: 1500;
}

/* line 134, ../sass-custom/_overrides.scss */
#toolbar {
  z-index: 1600;
}

/* line 138, ../sass-custom/_overrides.scss */
.modal {
  z-index: 1620;
}

/* line 141, ../sass-custom/_overrides.scss */
.modal-dialog {
  z-index: 1630;
}

/* line 144, ../sass-custom/_overrides.scss */
.ctools-modal-dialog .modal-body {
  width: 100% !important;
  overflow: auto;
}

/* line 148, ../sass-custom/_overrides.scss */
.modal-backdrop {
  z-index: 1610;
}

/* line 151, ../sass-custom/_overrides.scss */
.footer {
  margin-top: 45px;
  padding-top: 35px;
  padding-bottom: 36px;
  border-top: 1px solid #E5E5E5;
}

/* line 159, ../sass-custom/_overrides.scss */
.element-invisible {
  margin: 0;
  padding: 0;
  width: 1px;
}

/* line 166, ../sass-custom/_overrides.scss */
.navbar .logo {
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 768px) {
  /* line 166, ../sass-custom/_overrides.scss */
  .navbar .logo {
    margin-right: 0;
    padding-left: 0;
  }
}

/* line 177, ../sass-custom/_overrides.scss */
ul.secondary {
  float: left;
}
@media screen and (min-width: 768px) {
  /* line 177, ../sass-custom/_overrides.scss */
  ul.secondary {
    float: right;
  }
}

/* line 185, ../sass-custom/_overrides.scss */
.page-header {
  margin-top: 0;
}

/* line 191, ../sass-custom/_overrides.scss */
.block:first-child h2.block-title {
  margin-top: 0;
}

/* line 197, ../sass-custom/_overrides.scss */
p:last-child {
  margin-bottom: 0;
}

/* line 203, ../sass-custom/_overrides.scss */
.region-help > .glyphicon {
  font-size: 18px;
  float: left;
  margin: -0.05em 0.5em 0 0;
}
/* line 208, ../sass-custom/_overrides.scss */
.region-help .block {
  overflow: hidden;
}

/* line 214, ../sass-custom/_overrides.scss */
form#search-block-form {
  margin: 0;
}

/* line 217, ../sass-custom/_overrides.scss */
.navbar #block-search-form {
  float: none;
  margin: 5px 0 5px 5px;
}
@media screen and (min-width: 1000px) {
  /* line 217, ../sass-custom/_overrides.scss */
  .navbar #block-search-form {
    float: right;
  }
}
/* line 224, ../sass-custom/_overrides.scss */
.navbar #block-search-form .input-group-btn {
  width: auto;
}

/* line 228, ../sass-custom/_overrides.scss */
.navbar-search .control-group {
  margin-bottom: 0px;
}

/* line 233, ../sass-custom/_overrides.scss */
ul.action-links {
  margin: 12px 0;
  padding: 0;
}
/* line 236, ../sass-custom/_overrides.scss */
ul.action-links li {
  display: inline;
  margin: 0;
  padding: 0 6px 0 0;
}
/* line 241, ../sass-custom/_overrides.scss */
ul.action-links .glyphicon {
  padding-right: 0.5em;
}

/* line 247, ../sass-custom/_overrides.scss */
input, textarea, select, .uneditable-input {
  max-width: 100%;
  width: auto;
}

/* line 251, ../sass-custom/_overrides.scss */
input.error {
  color: #d86d6e;
  border-color: rgba(255, 255, 255, 0);
}

/* line 255, ../sass-custom/_overrides.scss */
fieldset legend.panel-heading {
  float: left;
  line-height: 1em;
  margin: 0;
}

/* line 260, ../sass-custom/_overrides.scss */
fieldset .panel-body {
  clear: both;
  display: inherit;
}

/* line 264, ../sass-custom/_overrides.scss */
fieldset .panel-heading a.panel-title {
  color: inherit;
  display: block;
  margin: -10px -15px;
  padding: 10px 15px;
}
/* line 269, ../sass-custom/_overrides.scss */
fieldset .panel-heading a.panel-title:hover {
  text-decoration: none;
}

/* line 273, ../sass-custom/_overrides.scss */
.form-group:last-child,
.panel:last-child {
  margin-bottom: 0;
}

/* line 277, ../sass-custom/_overrides.scss */
.form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}

/* line 281, ../sass-custom/_overrides.scss */
.form-actions {
  clear: both;
}

/* line 285, ../sass-custom/_overrides.scss */
.managed-files.table td:first-child {
  width: 100%;
}

/* line 289, ../sass-custom/_overrides.scss */
div.image-widget-data {
  float: none;
  overflow: hidden;
}

/* line 293, ../sass-custom/_overrides.scss */
table.sticky-header {
  z-index: 1;
}

/* line 296, ../sass-custom/_overrides.scss */
.resizable-textarea textarea {
  border-radius: 0px 0px 0 0;
}

/* line 299, ../sass-custom/_overrides.scss */
.text-format-wrapper {
  margin-bottom: 15px;
}
/* line 302, ../sass-custom/_overrides.scss */
.text-format-wrapper > .form-type-textarea,
.text-format-wrapper .filter-wrapper {
  margin-bottom: 0;
}

/* line 307, ../sass-custom/_overrides.scss */
.filter-wrapper {
  border-radius: 0 0 0px 0px;
}
/* line 309, ../sass-custom/_overrides.scss */
.filter-wrapper .panel-body {
  padding: 7px;
}
/* line 312, ../sass-custom/_overrides.scss */
.filter-wrapper .form-type-select {
  min-width: 30%;
}
/* line 314, ../sass-custom/_overrides.scss */
.filter-wrapper .form-type-select .filter-list {
  width: 100%;
}

/* line 319, ../sass-custom/_overrides.scss */
.filter-help {
  margin-top: 5px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  /* line 319, ../sass-custom/_overrides.scss */
  .filter-help {
    float: right;
  }
}
/* line 325, ../sass-custom/_overrides.scss */
.filter-help .glyphicon {
  margin: 0 5px 0 0;
  vertical-align: text-top;
}

/* line 331, ../sass-custom/_overrides.scss */
.radio:first-child, .checkbox:first-child {
  margin-top: 0;
}
/* line 334, ../sass-custom/_overrides.scss */
.radio:last-child, .checkbox:last-child {
  margin-bottom: 0;
}

/* line 338, ../sass-custom/_overrides.scss */
.help-block, .control-group .help-inline {
  color: #777777;
  font-size: 12px;
  margin: 5px 0 10px;
  padding: 0;
}

/* line 344, ../sass-custom/_overrides.scss */
.panel-heading {
  display: block;
}

/* line 347, ../sass-custom/_overrides.scss */
a.tabledrag-handle .handle {
  height: auto;
  width: auto;
}

/* line 353, ../sass-custom/_overrides.scss */
.error {
  color: #ffffff;
}

/* line 356, ../sass-custom/_overrides.scss */
div.error,
table tr.error {
  background-color: #d86d6e;
  color: #ffffff;
}

/* line 377, ../sass-custom/_overrides.scss */
.nav-tabs {
  margin-bottom: 10px;
}

/* line 380, ../sass-custom/_overrides.scss */
ul li.collapsed,
ul li.expanded,
ul li.leaf {
  list-style: none;
  list-style-image: none;
}

/* line 386, ../sass-custom/_overrides.scss */
.tabs--secondary {
  margin: 0 0 10px;
}

/* line 391, ../sass-custom/_overrides.scss */
.submitted {
  margin-bottom: 1em;
  font-style: italic;
  font-weight: normal;
  color: #777;
}

/* line 399, ../sass-custom/_overrides.scss */
.form-type-password-confirm {
  position: relative;
}
/* line 401, ../sass-custom/_overrides.scss */
.form-type-password-confirm label {
  display: block;
}
/* line 403, ../sass-custom/_overrides.scss */
.form-type-password-confirm label .label {
  float: right;
}
/* line 407, ../sass-custom/_overrides.scss */
.form-type-password-confirm .password-help {
  padding-left: 2em;
}
@media (min-width: 768px) {
  /* line 407, ../sass-custom/_overrides.scss */
  .form-type-password-confirm .password-help {
    border-left: 1px solid #ddd;
    left: 50%;
    margin-left: 15px;
    position: absolute;
  }
}
@media (min-width: 1000px) {
  /* line 407, ../sass-custom/_overrides.scss */
  .form-type-password-confirm .password-help {
    left: 33.33333%;
  }
}
/* line 419, ../sass-custom/_overrides.scss */
.form-type-password-confirm .progress {
  background: transparent;
  border-radius: 0 0 5px 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 4px;
  margin: -5px 0px 0;
}
/* line 428, ../sass-custom/_overrides.scss */
.form-type-password-confirm .form-type-password {
  clear: left;
}
/* line 431, ../sass-custom/_overrides.scss */
.form-type-password-confirm .form-control-feedback {
  right: 15px;
}
/* line 434, ../sass-custom/_overrides.scss */
.form-type-password-confirm .help-block {
  clear: both;
}

/* line 441, ../sass-custom/_overrides.scss */
ul.pagination li > a.progress-disabled {
  float: left;
}

/* line 448, ../sass-custom/_overrides.scss */
.form-autocomplete .glyphicon {
  color: #777777;
  font-size: 120%;
}
/* line 451, ../sass-custom/_overrides.scss */
.form-autocomplete .glyphicon.glyphicon-spin {
  color: #edb61b;
}
/* line 455, ../sass-custom/_overrides.scss */
.form-autocomplete .input-group-addon {
  background-color: white;
}

/* line 461, ../sass-custom/_overrides.scss */
.ajax-progress-bar {
  border-radius: 0 0 0px 0px;
  border: 1px solid #ccc;
  margin: -1px 0 0;
  padding: 6px 12px;
  width: 100%;
}
/* line 467, ../sass-custom/_overrides.scss */
.ajax-progress-bar .progress {
  height: 8px;
  margin: 0;
}
/* line 471, ../sass-custom/_overrides.scss */
.ajax-progress-bar .percentage,
.ajax-progress-bar .message {
  color: #777777;
  font-size: 12px;
  line-height: 1em;
  margin: 5px 0 0;
  padding: 0;
}

/* line 481, ../sass-custom/_overrides.scss */
.glyphicon-spin {
  display: inline-block;
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}

/* line 488, ../sass-custom/_overrides.scss */
a .glyphicon-spin {
  display: inline-block;
  text-decoration: none;
}

/**
 * Missing Bootstrap 2 tab styling.
 * @see http://stackoverflow.com/questions/18432577/stacked-tabs-in-bootstrap-3
 * @see http://bootply.com/74926
 */
/* line 538, ../sass-custom/_overrides.scss */
.tabbable {
  margin-bottom: 20px;
}

/* line 542, ../sass-custom/_overrides.scss */
.tabs-below > .nav-tabs, .tabs-left > .nav-tabs, .tabs-right > .nav-tabs {
  border-bottom: 0;
}
/* line 544, ../sass-custom/_overrides.scss */
.tabs-below > .nav-tabs .summary, .tabs-left > .nav-tabs .summary, .tabs-right > .nav-tabs .summary {
  color: #777777;
  font-size: 12px;
}

/* line 550, ../sass-custom/_overrides.scss */
.tab-pane > .panel-heading {
  display: none;
}

/* line 553, ../sass-custom/_overrides.scss */
.tab-content > .active {
  display: block;
}

/* line 559, ../sass-custom/_overrides.scss */
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
/* line 561, ../sass-custom/_overrides.scss */
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
/* line 564, ../sass-custom/_overrides.scss */
.tabs-below > .nav-tabs > li > a {
  border-radius: 0 0 0px 0px;
}
/* line 566, ../sass-custom/_overrides.scss */
.tabs-below > .nav-tabs > li > a:hover, .tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}
/* line 574, ../sass-custom/_overrides.scss */
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}

/* line 586, ../sass-custom/_overrides.scss */
.tabs-left > .nav-tabs,
.tabs-right > .nav-tabs {
  padding-bottom: 20px;
  width: 220px;
}
/* line 589, ../sass-custom/_overrides.scss */
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
/* line 591, ../sass-custom/_overrides.scss */
.tabs-left > .nav-tabs > li:focus,
.tabs-right > .nav-tabs > li:focus {
  outline: 0;
}
/* line 594, ../sass-custom/_overrides.scss */
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  margin-right: 0;
  margin-bottom: 0;
}
/* line 598, ../sass-custom/_overrides.scss */
.tabs-left > .nav-tabs > li > a:focus,
.tabs-right > .nav-tabs > li > a:focus {
  outline: 0;
}
/* line 604, ../sass-custom/_overrides.scss */
.tabs-left > .tab-content,
.tabs-right > .tab-content {
  border-radius: 0 0px 0px 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  border: 1px solid #ddd;
  overflow: hidden;
  padding: 10px 15px;
}

/* line 656, ../sass-custom/_overrides.scss */
th.checkbox,
td.checkbox,
th.radio,
td.radio {
  display: table-cell;
}

/* line 665, ../sass-custom/_overrides.scss */
.views-display-settings .label {
  font-size: 100%;
  color: #666666;
}
/* line 669, ../sass-custom/_overrides.scss */
.views-display-settings .footer {
  padding: 0;
  margin: 4px 0 0 0;
}

/* line 674, ../sass-custom/_overrides.scss */
.views-exposed-form .views-exposed-widget .btn {
  margin-top: 1.8em;
}

/* line 680, ../sass-custom/_overrides.scss */
table .radio input[type="radio"],
table .checkbox input[type="checkbox"] {
  max-width: inherit;
}

/* line 687, ../sass-custom/_overrides.scss */
.form-horizontal .form-group label {
  position: relative;
  min-height: 1px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: right;
}
@media (min-width: 768px) {
  /* line 687, ../sass-custom/_overrides.scss */
  .form-horizontal .form-group label {
    float: left;
    width: 16.66667%;
  }
}

/* line 722, ../sass-custom/_overrides.scss */
div.image-style-new,
div.image-style-new div {
  display: block;
}

/* line 726, ../sass-custom/_overrides.scss */
div.image-style-new div.input-group {
  display: table;
}

/* line 730, ../sass-custom/_overrides.scss */
td.module,
.table-striped > tbody > tr:nth-child(odd) > td.module,
.table > tbody > tr > td.module {
  background: #ddd;
  font-weight: 700;
}

/* line 738, ../sass-custom/_overrides.scss */
.book-toc > .dropdown-menu {
  overflow: hidden;
}
/* line 740, ../sass-custom/_overrides.scss */
.book-toc > .dropdown-menu > .dropdown-header {
  white-space: nowrap;
}
/* line 743, ../sass-custom/_overrides.scss */
.book-toc > .dropdown-menu > li:nth-child(1) > a {
  font-weight: bold;
}
/* line 746, ../sass-custom/_overrides.scss */
.book-toc > .dropdown-menu .dropdown-menu {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  display: block;
  font-size: 12px;
  margin: 0;
  padding: 0;
  position: static;
  width: 100%;
}
/* line 755, ../sass-custom/_overrides.scss */
.book-toc > .dropdown-menu .dropdown-menu > li {
  padding-left: 20px;
}
/* line 757, ../sass-custom/_overrides.scss */
.book-toc > .dropdown-menu .dropdown-menu > li > a {
  margin-left: -40px;
  padding-left: 60px;
}

/* line 766, ../sass-custom/_overrides.scss */
#features-filter .form-item.form-type-checkbox {
  padding-left: 20px;
}

/* line 769, ../sass-custom/_overrides.scss */
fieldset.features-export-component {
  font-size: 12px;
}
/* line 771, ../sass-custom/_overrides.scss */
html.js #features-export-form fieldset.features-export-component, fieldset.features-export-component {
  margin: 0 0 10px;
}
/* line 774, ../sass-custom/_overrides.scss */
fieldset.features-export-component .panel-heading {
  padding: 5px 10px;
}
/* line 776, ../sass-custom/_overrides.scss */
fieldset.features-export-component .panel-heading a.panel-title {
  font-size: 12px;
  font-weight: 500;
  margin: -5px -10px;
  padding: 5px 10px;
}
/* line 783, ../sass-custom/_overrides.scss */
fieldset.features-export-component .panel-body {
  padding: 0 10px;
}

/* line 787, ../sass-custom/_overrides.scss */
div.features-export-list {
  margin: -11px 0 10px;
  padding: 0 10px;
}

/* line 794, ../sass-custom/_overrides.scss */
fieldset.features-export-component .component-select .form-type-checkbox,
div.features-export-list .form-type-checkbox {
  line-height: 1em;
  margin: 5px 5px 5px 0 !important;
  min-height: 0;
  padding: 3px 3px 3px 25px !important;
}
/* line 799, ../sass-custom/_overrides.scss */
fieldset.features-export-component .component-select .form-type-checkbox input[type=checkbox],
div.features-export-list .form-type-checkbox input[type=checkbox] {
  margin-top: 0;
}

/* line 806, ../sass-custom/_overrides.scss */
body.navbar-is-fixed-top.navbar-administration.navbar-horizontal.navbar-tray-open .navbar-fixed-top {
  top: 79px;
}

/* line 809, ../sass-custom/_overrides.scss */
body.navbar-is-fixed-top.navbar-administration .navbar-fixed-top {
  top: 39px;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  /* line 814, ../sass-custom/_overrides.scss */
  body.navbar-is-fixed-top.navbar-administration.navbar-vertical.navbar-tray-open .navbar-fixed-top {
    left: 240px;
    left: 24rem;
  }
}
/* line 819, ../sass-custom/_overrides.scss */
.navbar-administration #navbar-administration.navbar-oriented .navbar-bar {
  z-index: 1032;
}

/* line 822, ../sass-custom/_overrides.scss */
.navbar-administration #navbar-administration .navbar-tray {
  z-index: 1031;
}

/* line 825, ../sass-custom/_overrides.scss */
body.navbar-is-fixed-top.navbar-administration {
  padding-top: 103px !important;
}

/* line 828, ../sass-custom/_overrides.scss */
body.navbar-is-fixed-top.navbar-administration.navbar-horizontal.navbar-tray-open {
  padding-top: 143px !important;
}

/* line 831, ../sass-custom/_overrides.scss */
body.navbar-tray-open.navbar-vertical.navbar-fixed {
  margin-left: 240px;
  margin-left: 24rem;
}

/* line 835, ../sass-custom/_overrides.scss */
#navbar-administration.navbar-oriented .navbar-tray-vertical {
  width: 24rem;
}

/* line 327, ../sass-custom/_custom.scss */
.link-feature-normal, footer.footer .block-menu ul.menu li a {
  color: #3d3d3d;
}
/* line 330, ../sass-custom/_custom.scss */
.link-feature-normal:hover, footer.footer .block-menu ul.menu li a:hover, .link-feature-normal:focus, footer.footer .block-menu ul.menu li a:focus {
  color: #edb61b;
  border-bottom: solid 1px #edb61b;
}

/* line 340, ../sass-custom/_custom.scss */
.dropdown-menu li a:hover, .dropdown-menu li a:focus {
  background-color: rgba(255, 255, 255, 0);
}

/* line 348, ../sass-custom/_custom.scss */
html {
  overflow-x: hidden;
  height: 100%;
}

/* line 353, ../sass-custom/_custom.scss */
body {
  overflow-x: hidden;
  background-color: #ffffff;
  letter-spacing: 0.01em;
  position: relative;
  min-height: 100%;
}
@media only screen and (min-width: 1000px) {
  /* line 353, ../sass-custom/_custom.scss */
  body {
    padding-bottom: 377px;
  }
}
@media only screen and (min-width: 1000px) {
  /* line 364, ../sass-custom/_custom.scss */
  body.page---page-mini {
    padding-bottom: 209px;
  }
}
/* line 370, ../sass-custom/_custom.scss */
body.admin-menu {
  min-height: calc(100% - 20px);
}

/* line 375, ../sass-custom/_custom.scss */
.alert {
  border: none;
  border-radius: 0;
  font-size: 15px;
  letter-spacing: 0.03em;
  padding-left: 24px;
  padding-right: 13px;
}
/* line 383, ../sass-custom/_custom.scss */
.alert a {
  color: #ffffff;
  text-decoration: underline;
}
/* line 388, ../sass-custom/_custom.scss */
.alert a.close {
  opacity: 1;
  filter: alpha(opacity=100);
  text-shadow: none;
  background: transparent;
  color: #989898;
  text-decoration: none;
  display: block;
  text-align: center;
  font-size: 20px;
  border-radius: 15px;
  margin-top: 2px;
  padding-left: 1px;
  line-height: 18px;
  width: 18px;
  height: 18px;
}
/* line 405, ../sass-custom/_custom.scss */
.alert a.close:hover, .alert a.close:focus {
  background: transparent;
  color: #ffffff !important;
}
/* line 413, ../sass-custom/_custom.scss */
.alert.alert-success .close {
  color: #ffffff;
}
/* line 420, ../sass-custom/_custom.scss */
.alert.alert-info .close {
  color: #ffffff;
}
/* line 427, ../sass-custom/_custom.scss */
.alert.alert-warning .close {
  color: #ffffff;
}
/* line 434, ../sass-custom/_custom.scss */
.alert.alert-danger .close {
  color: #ffffff;
}

/* line 443, ../sass-custom/_custom.scss */
.vertical-tabs ul.vertical-tabs-list li.vertical-tab-button {
  background: #f2f2f2;
}
/* line 446, ../sass-custom/_custom.scss */
.vertical-tabs ul.vertical-tabs-list li.vertical-tab-button a {
  border: none;
  padding: 10px !important;
}
/* line 453, ../sass-custom/_custom.scss */
.vertical-tabs .tab-content {
  border: none;
}

/* line 458, ../sass-custom/_custom.scss */
.tooltip-inner {
  max-width: 400px;
  text-align: left;
}

/* line 463, ../sass-custom/_custom.scss */
a {
  text-decoration: none;
}
/* line 466, ../sass-custom/_custom.scss */
a:hover {
  text-decoration: none;
  color: #e6a500;
}

/* line 472, ../sass-custom/_custom.scss */
ul, ol {
  margin-bottom: 1px;
}
/* line 476, ../sass-custom/_custom.scss */
ul li:last-child, ul li.last, ol li:last-child, ol li.last {
  margin-bottom: 0 !important;
}

/* line 483, ../sass-custom/_custom.scss */
td {
  vertical-align: top;
}

/* line 487, ../sass-custom/_custom.scss */
.drupal7-hide {
  display: none !important;
}

/* line 491, ../sass-custom/_custom.scss */
.inline-block {
  display: inline-block;
  vertical-align: top;
}
@media only screen and (min-width: 1000px) {
  /* line 491, ../sass-custom/_custom.scss */
  .inline-block {
    width: 32%;
  }
}

/* line 499, ../sass-custom/_custom.scss */
.button-green-big {
  height: 100%;
  width: 100%;
  border: solid 2px #edb61b;
  background-color: #ffffff;
  color: #edb61b;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 10px 20px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 499, ../sass-custom/_custom.scss */
  .button-green-big {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 499, ../sass-custom/_custom.scss */
  .button-green-big {
    font-size: 15px;
  }
}

/* line 520, ../sass-custom/_custom.scss */
#block-system-main p a.button-green-big {
  border-bottom: solid 2px #edb61b;
  padding-bottom: 10px;
}

/* line 525, ../sass-custom/_custom.scss */
.big-quote {
  color: #edb61b;
  font-family: "Playfair Display", serif;
  font-size: 30px;
  font-style: italic;
  letter-spacing: 0.02em;
  line-height: 45px;
  margin: 37px 2px 34px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  /* line 525, ../sass-custom/_custom.scss */
  .big-quote {
    font-size: 27px;
    letter-spacing: 0.004em;
    line-height: 37px;
    margin: 27px 2px 28px;
  }
}
/* line 542, ../sass-custom/_custom.scss */
.big-quote:before {
  content: "”";
  display: block;
  height: 20px;
  width: 20px;
  position: absolute;
  top: -10px;
  left: -27px;
  font-size: 55px;
}
@media only screen and (max-width: 767px) {
  /* line 542, ../sass-custom/_custom.scss */
  .big-quote:before {
    top: -7px;
    font-size: 53px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  /* line 542, ../sass-custom/_custom.scss */
  .big-quote:before {
    left: -27px;
  }
}
@media only screen and (max-width: 479px) {
  /* line 542, ../sass-custom/_custom.scss */
  .big-quote:before {
    left: -19px;
  }
}

/* line 567, ../sass-custom/_custom.scss */
.nav-tabs > li {
  font-weight: 600;
  letter-spacing: 0.06em;
}

/* line 572, ../sass-custom/_custom.scss */
div.fivestar-widget .star {
  background: none;
  width: 23px;
  height: 22px;
  margin: 1px;
}
/* line 578, ../sass-custom/_custom.scss */
div.fivestar-widget .star a {
  background: transparent url(../images/star-unselected.png) 50% 50% no-repeat;
}
/* line 583, ../sass-custom/_custom.scss */
div.fivestar-widget .star.on a {
  background: transparent url(../images/star-selected.png) 50% 50% no-repeat;
}
/* line 589, ../sass-custom/_custom.scss */
div.fivestar-widget .star.hover a {
  background: transparent url(../images/star-selected.png) 50% 50% no-repeat;
}

/* line 595, ../sass-custom/_custom.scss */
div.fivestar-widget-static .star {
  background: none;
  width: 23px;
  height: 22px;
  margin: 1px;
}
/* line 601, ../sass-custom/_custom.scss */
div.fivestar-widget-static .star span.off {
  background: transparent url(../images/star-unselected.png) 50% 50% no-repeat;
}
/* line 605, ../sass-custom/_custom.scss */
div.fivestar-widget-static .star span.on {
  background: transparent url(../images/star-selected.png) 50% 50% no-repeat;
}

/* line 630, ../sass-custom/_custom.scss */
article.node .field-name-body img {
  max-width: 100%;
}
/* line 636, ../sass-custom/_custom.scss */
article.node ul.links > li.statistics_counter {
  display: none;
}

/* line 643, ../sass-custom/_custom.scss */
.t-list {
  margin: 10px auto;
}
@media only screen and (max-width: 767px) {
  /* line 643, ../sass-custom/_custom.scss */
  .t-list {
    border-top: 1px solid #cfcfcf;
  }
}
/* line 650, ../sass-custom/_custom.scss */
.t-list > .t-list-header {
  border-bottom: 1px solid #cfcfcf;
}
@media only screen and (max-width: 767px) {
  /* line 650, ../sass-custom/_custom.scss */
  .t-list > .t-list-header {
    display: none;
  }
}
/* line 657, ../sass-custom/_custom.scss */
.t-list > .t-list-header > .t-list-head {
  display: inline-block;
  font-weight: bold;
  width: 25%;
  vertical-align: bottom;
  padding: 7px 9px;
}
/* line 665, ../sass-custom/_custom.scss */
.t-list > .t-list-header > .t-list-head > a > .img-responsive {
  display: inline-block;
  margin: 0 0 0 5px;
}
/* line 673, ../sass-custom/_custom.scss */
.t-list > .t-list-item {
  border-bottom: 1px solid #cfcfcf;
  line-height: normal;
}
@media only screen and (max-width: 767px) {
  /* line 673, ../sass-custom/_custom.scss */
  .t-list > .t-list-item {
    padding: 10px;
  }
}
/* line 681, ../sass-custom/_custom.scss */
.t-list > .t-list-item:nth-of-type(even) {
  background-color: #f2f2f2;
}
/* line 685, ../sass-custom/_custom.scss */
.t-list > .t-list-item > .t-list-element {
  display: inline-block;
  width: 25%;
  vertical-align: middle;
  padding: 7px 9px;
}
@media only screen and (max-width: 767px) {
  /* line 685, ../sass-custom/_custom.scss */
  .t-list > .t-list-item > .t-list-element {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 695, ../sass-custom/_custom.scss */
  .t-list > .t-list-item > .t-list-element.element-empty {
    display: none;
  }
}
/* line 701, ../sass-custom/_custom.scss */
.t-list > .t-list-item > .t-list-element > .t-list-label {
  display: none;
}
@media only screen and (max-width: 767px) {
  /* line 701, ../sass-custom/_custom.scss */
  .t-list > .t-list-item > .t-list-element > .t-list-label {
    display: initial;
  }
}
/* line 709, ../sass-custom/_custom.scss */
.t-list > .t-list-item > .t-list-element > label {
  margin: 0;
}

/* line 718, ../sass-custom/_custom.scss */
.pt-pro-users-light-popup-container .pt-pro-users-light-popup-content {
  border: solid 1px #cfcfcf;
}
@media only screen and (max-width: 479px) {
  /* line 718, ../sass-custom/_custom.scss */
  .pt-pro-users-light-popup-container .pt-pro-users-light-popup-content {
    min-width: 302px;
    padding: 5px 10px 2px;
  }
}
@media only screen and (max-width: 599px) and (min-width: 480px) {
  /* line 718, ../sass-custom/_custom.scss */
  .pt-pro-users-light-popup-container .pt-pro-users-light-popup-content {
    min-width: 464px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 600px) {
  /* line 718, ../sass-custom/_custom.scss */
  .pt-pro-users-light-popup-container .pt-pro-users-light-popup-content {
    min-width: 505px;
  }
}
@media only screen and (max-width: 479px) {
  /* line 734, ../sass-custom/_custom.scss */
  .pt-pro-users-light-popup-container .pt-pro-users-light-popup-content.light-popup-content-abs {
    left: -83px;
  }
}
@media only screen and (max-width: 599px) and (min-width: 480px) {
  /* line 734, ../sass-custom/_custom.scss */
  .pt-pro-users-light-popup-container .pt-pro-users-light-popup-content.light-popup-content-abs {
    left: -83px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 600px) {
  /* line 734, ../sass-custom/_custom.scss */
  .pt-pro-users-light-popup-container .pt-pro-users-light-popup-content.light-popup-content-abs {
    left: -56px;
  }
}

/* line 754, ../sass-custom/_custom.scss */
.list-two-column > .column {
  display: inline-block;
  width: 49%;
  vertical-align: top;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  /* line 754, ../sass-custom/_custom.scss */
  .list-two-column > .column {
    width: 100%;
  }
}

/* line 767, ../sass-custom/_custom.scss */
.list-three-column > .column {
  display: inline-block;
  width: 33%;
  vertical-align: top;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  /* line 767, ../sass-custom/_custom.scss */
  .list-three-column > .column {
    width: 100%;
  }
}

/* line 780, ../sass-custom/_custom.scss */
.list-four-column > .column {
  display: inline-block;
  width: 24%;
  vertical-align: top;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  /* line 780, ../sass-custom/_custom.scss */
  .list-four-column > .column {
    width: 100%;
  }
}

/* line 793, ../sass-custom/_custom.scss */
.list-two-column-23 > .column {
  display: inline-block;
  width: 33%;
  vertical-align: top;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  /* line 793, ../sass-custom/_custom.scss */
  .list-two-column-23 > .column {
    width: 100%;
  }
}

/* line 806, ../sass-custom/_custom.scss */
.list-two-column-23 > .column:nth-child(2n+1) {
  width: 66%;
}
@media only screen and (max-width: 767px) {
  /* line 806, ../sass-custom/_custom.scss */
  .list-two-column-23 > .column:nth-child(2n+1) {
    width: 100%;
  }
}

/* line 814, ../sass-custom/_custom.scss */
.right-align {
  float: right;
}

/* line 818, ../sass-custom/_custom.scss */
.left-align {
  float: left;
}

/* line 822, ../sass-custom/_custom.scss */
.caps {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #989898;
}

/* line 831, ../sass-custom/_custom.scss */
form {
  margin-bottom: 20px;
}
/* line 834, ../sass-custom/_custom.scss */
form:last-child {
  margin-bottom: 0;
}

/* line 840, ../sass-custom/_custom.scss */
.draggable a.tabledrag-handle {
  border-bottom: none !important;
  height: 22px;
  width: 36px;
}

/* line 848, ../sass-custom/_custom.scss */
fieldset legend.panel-heading {
  padding: 26px 20px;
}
/* line 851, ../sass-custom/_custom.scss */
fieldset legend.panel-heading .fieldset-legend {
  border-bottom: none !important;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  margin: 0;
  padding: 0;
  text-decoration: none !important;
  display: block;
}
/* line 864, ../sass-custom/_custom.scss */
fieldset .panel-body {
  padding: 25px 25px 20px;
}
/* line 867, ../sass-custom/_custom.scss */
fieldset .panel-body > .help-block {
  margin-top: 0;
}
/* line 873, ../sass-custom/_custom.scss */
fieldset.collapsible legend.panel-heading {
  background: #f2f2f2 url(../images/accordion-up.png) 100% 50% no-repeat;
}
/* line 878, ../sass-custom/_custom.scss */
fieldset.collapsible.collapsed legend.panel-heading {
  background: #f2f2f2 url(../images/accordion-down.png) 100% 50% no-repeat;
}

/* line 885, ../sass-custom/_custom.scss */
label {
  display: block;
  font-weight: 600;
  font-size: 17px;
  line-height: normal;
  letter-spacing: 0.02em;
  margin-bottom: 11px;
}
/* line 893, ../sass-custom/_custom.scss */
label > select, label > input {
  margin: 15px 0 5px;
}

/* line 899, ../sass-custom/_custom.scss */
.form-control,
.form-select {
  display: inline-block;
  height: 51px;
  font-size: 16px;
  letter-spacing: 0.02em;
  color: #727272;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  width: auto;
}

/* line 912, ../sass-custom/_custom.scss */
div.form-control {
  border: none;
}

/* line 916, ../sass-custom/_custom.scss */
.form-group {
  font-size: 17px;
  line-height: normal;
  letter-spacing: 0.02em;
  margin-bottom: 25px;
}

/* line 923, ../sass-custom/_custom.scss */
input.form-control {
  padding: 0 22px;
}

/* line 927, ../sass-custom/_custom.scss */
select.form-control,
select.form-select {
  padding: 0 50px 0 22px;
  background: #ffffff url(../images/select-updown.png) 100% 50% no-repeat;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
/* line 933, ../sass-custom/_custom.scss */
select.form-control:active,
select.form-select:active {
  background: #ffffff url(../images/select-down.png) 100% 50% no-repeat;
}
/* line 937, ../sass-custom/_custom.scss */
select.form-control[multiple],
select.form-select[multiple] {
  padding: 0;
  background: none;
}
/* line 941, ../sass-custom/_custom.scss */
select.form-control[multiple]:active,
select.form-select[multiple]:active {
  background: none;
}
/* line 946, ../sass-custom/_custom.scss */
select.form-control option,
select.form-select option {
  display: block;
  padding: 20px;
  line-height: 30px;
}
/* line 951, ../sass-custom/_custom.scss */
select.form-control option:focus,
select.form-select option:focus {
  outline: none;
}

/* line 957, ../sass-custom/_custom.scss */
textarea.form-control {
  padding: 11px 23px;
  line-height: 32px;
}

/* line 962, ../sass-custom/_custom.scss */
.radio {
  margin-bottom: 20px;
}
/* line 965, ../sass-custom/_custom.scss */
.radio label {
  display: inline-block;
  padding-left: 16px;
  font-size: 16px;
}

/* line 972, ../sass-custom/_custom.scss */
.checkbox {
  margin-bottom: 22px;
}
/* line 975, ../sass-custom/_custom.scss */
.checkbox label {
  display: inline-block;
  padding-left: 9px;
  font-size: 16px;
}

/* line 982, ../sass-custom/_custom.scss */
input[type="radio"] {
  position: relative;
  height: 15px;
  width: 15px;
}

/* line 989, ../sass-custom/_custom.scss */
.fancy-radios-radio > input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-left: -40px;
  left: 30px;
}
/* line 994, ../sass-custom/_custom.scss */
.fancy-radios-radio > input + .fancy-input {
  display: block;
  width: 30px;
  height: 30px;
  margin-top: -20px;
  margin-left: 0;
  background: transparent url(../images/radio-off.png) 100% 50% no-repeat;
  background-size: 100%;
  position: relative;
  float: none;
  left: -15px;
  top: 9px;
  -webkit-transition: background 0.15s linear;
  transition: background 0.15s linear;
}
/* line 1009, ../sass-custom/_custom.scss */
.fancy-radios-radio > input:checked + .fancy-input {
  background: transparent url(../images/radio-on.png) 100% 50% no-repeat;
  -webkit-transition: background 0.15s linear;
  transition: background 0.15s linear;
}
/* line 1016, ../sass-custom/_custom.scss */
.fancy-radios-radio .fancy-input + .fancy-input {
  display: none !important;
}

/* line 1022, ../sass-custom/_custom.scss */
input[type="checkbox"] {
  position: relative;
  margin-bottom: 22px;
  height: 15px;
  width: 15px;
}

/* line 1030, ../sass-custom/_custom.scss */
.fancy-radios-checkbox input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-left: -40px;
  left: 30px;
}
/* line 1035, ../sass-custom/_custom.scss */
.fancy-radios-checkbox input + .fancy-input {
  display: block;
  width: 35px;
  height: 33px;
  margin-top: -24px;
  margin-left: 0;
  background: transparent url(../images/checkbox-off.png) 100% 50% no-repeat;
  background-size: 100%;
  position: relative;
  float: none;
  left: -7px;
  top: 10px;
  -webkit-transition: background 0.15s linear;
  transition: background 0.15s linear;
}
/* line 1050, ../sass-custom/_custom.scss */
.fancy-radios-checkbox input:checked + .fancy-input {
  background: transparent url(../images/checkbox-on.png) 100% 50% no-repeat;
  -webkit-transition: background 0.15s linear;
  transition: background 0.15s linear;
}

/* line 1057, ../sass-custom/_custom.scss */
input[type="file"] {
  padding: 14px 0 0 20px;
}
@supports (-moz-appearance: meterbar) {
  /* line 1057, ../sass-custom/_custom.scss */
  input[type="file"] {
    padding: 0;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    height: 53px;
  }
}

/* line 1068, ../sass-custom/_custom.scss */
.form-type-checkbox.checkbox {
  margin-top: 6px;
}

/* line 1074, ../sass-custom/_custom.scss */
.form-type-radio.radio {
  margin-top: 6px;
}

/* line 1079, ../sass-custom/_custom.scss */
.region-content .btn,
.btn {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  padding: 14px 24px;
  line-height: 19px;
  border-width: 2px;
  min-width: 144px;
  white-space: normal;
  font-weight: 700;
}
/* line 1091, ../sass-custom/_custom.scss */
.region-content .btn:hover, .region-content .btn:active, .region-content .btn:active:hover, .region-content .btn:active:focus,
.btn:hover,
.btn:active,
.btn:active:hover,
.btn:active:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
/* line 1099, ../sass-custom/_custom.scss */
.region-content .btn:focus,
.btn:focus {
  outline: solid 1px #efefef;
  outline-offset: 0;
}
/* line 1105, ../sass-custom/_custom.scss */
.region-content .btn .glyphicon,
.btn .glyphicon {
  display: none;
}

/* line 1110, ../sass-custom/_custom.scss */
.form-radios,
.form-checkboxes {
  margin-bottom: 15px;
}

/* line 1115, ../sass-custom/_custom.scss */
.help-block {
  font-size: 15px;
  margin-top: 15px;
}

/* line 1120, ../sass-custom/_custom.scss */
input:focus {
  outline: solid 1px #efefef !important;
  outline-offset: 0 !important;
}

/* line 1126, ../sass-custom/_custom.scss */
.form-type-date > .form-control {
  border: none;
}
@media only screen and (min-width: 1000px) {
  /* line 1129, ../sass-custom/_custom.scss */
  .form-type-date > .form-control .form-item-date-day {
    margin-left: 15px;
    margin-right: 15px;
  }
}
/* line 1136, ../sass-custom/_custom.scss */
.form-type-date > .form-control select {
  width: 118px;
}

/* line 1142, ../sass-custom/_custom.scss */
.form-actions {
  margin-top: 25px;
}
@media only screen and (max-width: 999px) {
  /* line 1142, ../sass-custom/_custom.scss */
  .form-actions {
    text-align: center;
  }
}
/* line 1149, ../sass-custom/_custom.scss */
.form-actions > a {
  margin: 0 0 0 15px;
}
@media only screen and (max-width: 999px) {
  /* line 1153, ../sass-custom/_custom.scss */
  .form-actions .btn {
    margin: 0 15px 10px 15px;
  }
}
@media only screen and (max-width: 479px) {
  /* line 1153, ../sass-custom/_custom.scss */
  .form-actions .btn {
    width: 100%;
    margin: 0 0 10px 0;
  }
}

/* line 1166, ../sass-custom/_custom.scss */
.form-type-textfield input[type="text"] {
  width: 100%;
}

/* line 1172, ../sass-custom/_custom.scss */
.form-type-password input[type="password"] {
  width: 100%;
}

/* line 1179, ../sass-custom/_custom.scss */
.form-type-password-confirm > label > .form-required {
  display: none;
}
/* line 1184, ../sass-custom/_custom.scss */
.form-type-password-confirm .form-type-password:nth-child(2) {
  margin-bottom: 0;
}
/* line 1189, ../sass-custom/_custom.scss */
.form-type-password-confirm .password-help > ul {
  margin-top: 12px;
}

/* line 1195, ../sass-custom/_custom.scss */
.mollom-captcha-container {
  margin-bottom: 10px;
}
/* line 1198, ../sass-custom/_custom.scss */
.mollom-captcha-container .mollom-refresh-image {
  top: 32px;
  left: 143px;
}
/* line 1203, ../sass-custom/_custom.scss */
.mollom-captcha-container .mollom-image-captcha {
  float: left;
  margin-right: 20px;
  padding-left: 0;
  min-width: 160px;
  min-height: 50px;
}
/* line 1211, ../sass-custom/_custom.scss */
.mollom-captcha-container #mollom_captcha_unsupported.element-hidden {
  display: none;
}
/* line 1216, ../sass-custom/_custom.scss */
.mollom-captcha-container .mollom-image-captcha-instructions a {
  white-space: nowrap;
}

/* line 8, ../sass-bootstrap/bootstrap/mixins/_forms.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: #a1cf6c;
}
/* line 21, ../sass-bootstrap/bootstrap/mixins/_forms.scss */
.has-success .form-control {
  border-color: #a1cf6c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 24, ../sass-bootstrap/bootstrap/mixins/_forms.scss */
.has-success .form-control:focus {
  border-color: #88c246;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d2e8b9;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d2e8b9;
}
/* line 31, ../sass-bootstrap/bootstrap/mixins/_forms.scss */
.has-success .input-group-addon {
  color: #a1cf6c;
  border-color: #a1cf6c;
  background-color: #ffffff;
}
/* line 37, ../sass-bootstrap/bootstrap/mixins/_forms.scss */
.has-success .form-control-feedback {
  color: #a1cf6c;
}

/* line 8, ../sass-bootstrap/bootstrap/mixins/_forms.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: #edb61b;
}
/* line 21, ../sass-bootstrap/bootstrap/mixins/_forms.scss */
.has-warning .form-control {
  border-color: #edb61b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 24, ../sass-bootstrap/bootstrap/mixins/_forms.scss */
.has-warning .form-control:focus {
  border-color: #c59610;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f4d47a;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f4d47a;
}
/* line 31, ../sass-bootstrap/bootstrap/mixins/_forms.scss */
.has-warning .input-group-addon {
  color: #edb61b;
  border-color: #edb61b;
  background-color: #ffffff;
}
/* line 37, ../sass-bootstrap/bootstrap/mixins/_forms.scss */
.has-warning .form-control-feedback {
  color: #edb61b;
}

/* line 8, ../sass-bootstrap/bootstrap/mixins/_forms.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: #d86d6e;
}
/* line 21, ../sass-bootstrap/bootstrap/mixins/_forms.scss */
.has-error .form-control {
  border-color: #d86d6e;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 24, ../sass-bootstrap/bootstrap/mixins/_forms.scss */
.has-error .form-control:focus {
  border-color: #cd4546;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #eebdbe;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #eebdbe;
}
/* line 31, ../sass-bootstrap/bootstrap/mixins/_forms.scss */
.has-error .input-group-addon {
  color: #d86d6e;
  border-color: #d86d6e;
  background-color: #ffffff;
}
/* line 37, ../sass-bootstrap/bootstrap/mixins/_forms.scss */
.has-error .form-control-feedback {
  color: #d86d6e;
}

/* line 1235, ../sass-custom/_custom.scss */
.has-feedback label ~ .form-control-feedback {
  top: 44px;
  right: 18px;
}

/* line 1243, ../sass-custom/_custom.scss */
.ctools-button-processed {
  background-color: #ffffff;
}
/* line 1246, ../sass-custom/_custom.scss */
.ctools-button-processed .ctools-content ul {
  padding-left: 0;
  margin-bottom: 0;
  background-color: #ffffff;
}

/* line 1254, ../sass-custom/_custom.scss */
form#system-modules.hideSubmitButton-processed button.form-submit {
  letter-spacing: normal;
  padding: 12px 20px;
}

/* line 1260, ../sass-custom/_custom.scss */
.table-responsive {
  overflow-y: hidden;
  overflow-x: visible;
}

/* line 1266, ../sass-custom/_custom.scss */
.webform-container-inline label {
  display: inline;
}
/* line 1270, ../sass-custom/_custom.scss */
.webform-container-inline > input[type="radio"] {
  margin: 0 22px 0 8px;
}

/* line 1275, ../sass-custom/_custom.scss */
ul.inline {
  display: block;
}
/* line 1278, ../sass-custom/_custom.scss */
ul.inline li {
  display: inline;
  padding: 0 10px;
}

/* line 1286, ../sass-custom/_custom.scss */
.nav-tabs > li > a {
  margin-bottom: -1px;
}

/* line 1292, ../sass-custom/_custom.scss */
#edit-options .collapsible {
  float: none;
}

/* line 1296, ../sass-custom/_custom.scss */
.treeTable tr td .expander {
  background-position: right center !important;
  display: inline-block;
  width: 30px;
  height: 12px;
}

/* line 1305, ../sass-custom/_custom.scss */
.modal-dialog .alert.messages a.close {
  display: none;
}

/* line 1314, ../sass-custom/_custom.scss */
.popup-forms-page .modal {
  display: block;
}
/* line 1317, ../sass-custom/_custom.scss */
.popup-forms-page .modal .modal-dialog {
  margin-top: 0;
}
/* line 1320, ../sass-custom/_custom.scss */
.popup-forms-page .modal .modal-dialog .modal-content {
  border-radius: 8px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 1328, ../sass-custom/_custom.scss */
.popup-forms-iframe {
  height: 100%;
}

/* line 1332, ../sass-custom/_custom.scss */
.modal-header {
  padding: 10px 15px;
}

/* line 1393, ../sass-custom/_custom.scss */
.navbar.navbar-default {
  border: none;
  margin-bottom: 0;
  background-color: #ffffff;
}
/* line 1398, ../sass-custom/_custom.scss */
.navbar.navbar-default .panel {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
  padding: 0;
}
@media only screen and (min-width: 1000px) {
  /* line 1398, ../sass-custom/_custom.scss */
  .navbar.navbar-default .panel {
    height: 154px;
  }
}
@media only screen and (max-width: 999px) {
  /* line 1398, ../sass-custom/_custom.scss */
  .navbar.navbar-default .panel {
    width: 100%;
  }
}
@media only screen and (max-width: 999px) {
  /* line 1412, ../sass-custom/_custom.scss */
  .navbar.navbar-default .panel .navbar-header {
    margin: 0;
    height: 125px;
  }
}
/* line 1418, ../sass-custom/_custom.scss */
.navbar.navbar-default .panel .navbar-header a.logo {
  padding: 0;
  display: block;
}
@media only screen and (min-width: 1000px) {
  /* line 1418, ../sass-custom/_custom.scss */
  .navbar.navbar-default .panel .navbar-header a.logo {
    position: relative;
    top: 21px;
    left: 68px;
  }
}
@media only screen and (max-width: 999px) {
  /* line 1418, ../sass-custom/_custom.scss */
  .navbar.navbar-default .panel .navbar-header a.logo {
    max-width: 120px;
    margin: 0 auto;
    width: 100%;
  }
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 1418, ../sass-custom/_custom.scss */
  .navbar.navbar-default .panel .navbar-header a.logo {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  /* line 1418, ../sass-custom/_custom.scss */
  .navbar.navbar-default .panel .navbar-header a.logo {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 479px) {
  /* line 1418, ../sass-custom/_custom.scss */
  .navbar.navbar-default .panel .navbar-header a.logo {
    margin: 0 auto 0 76px;
  }
}
/* line 1512, ../sass-custom/_custom.scss */
.navbar.navbar-default .panel .navbar-header a.logo img {
  display: block;
}
@media only screen and (min-width: 1000px) {
  /* line 1512, ../sass-custom/_custom.scss */
  .navbar.navbar-default .panel .navbar-header a.logo img {
    width: 111px;
  }
}
@media only screen and (max-width: 999px) {
  /* line 1512, ../sass-custom/_custom.scss */
  .navbar.navbar-default .panel .navbar-header a.logo img {
    margin: 14px auto 0;
    width: 105px;
  }
}
/* line 1560, ../sass-custom/_custom.scss */
.navbar.navbar-default .panel .navbar-header .navbar-toggle {
  position: relative;
  margin: 0 0px 0 0;
  padding: 12px 0 0 0;
  border: none;
  border-radius: 0;
  color: #727272;
  width: 129px;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  /* line 1560, ../sass-custom/_custom.scss */
  .navbar.navbar-default .panel .navbar-header .navbar-toggle {
    width: 68px;
    padding-top: 4px;
  }
}
/* line 1575, ../sass-custom/_custom.scss */
.navbar.navbar-default .panel .navbar-header .navbar-toggle .navbar-toggle-text {
  width: 100%;
  text-align: left;
  letter-spacing: normal;
  font-size: 19px;
  font-weight: 600;
  line-height: 36px;
}
@media only screen and (max-width: 767px) {
  /* line 1575, ../sass-custom/_custom.scss */
  .navbar.navbar-default .panel .navbar-header .navbar-toggle .navbar-toggle-text {
    width: 1px;
    overflow: hidden;
    color: rgba(255, 255, 255, 0);
    height: 36px;
  }
}
@media (min-width: 1000px) {
  /* line 1560, ../sass-custom/_custom.scss */
  .navbar.navbar-default .panel .navbar-header .navbar-toggle {
    display: none;
  }
}
/* line 1595, ../sass-custom/_custom.scss */
.navbar.navbar-default .panel .navbar-header .navbar-toggle:hover, .navbar.navbar-default .panel .navbar-header .navbar-toggle:focus {
  outline: 0;
  color: #edb61b;
  background-color: #f2f2f2;
}
/* line 1602, ../sass-custom/_custom.scss */
.navbar.navbar-default .panel .navbar-header .navbar-toggle .icon-bar {
  background-color: #f2f2f2;
}
/* line 1607, ../sass-custom/_custom.scss */
.navbar.navbar-default .panel .navbar-header .navbar-toggle-1 {
  float: left;
  background: transparent url(../images/menu.png) 14px 53px no-repeat;
}
@media only screen and (max-width: 767px) {
  /* line 1607, ../sass-custom/_custom.scss */
  .navbar.navbar-default .panel .navbar-header .navbar-toggle-1 {
    background: transparent url(../images/menu.png) 18px 48px no-repeat;
  }
}
/* line 1615, ../sass-custom/_custom.scss */
.navbar.navbar-default .panel .navbar-header .navbar-toggle-1 .navbar-toggle-text {
  border-right: 1px solid #e0e1e5;
  padding-left: 62px;
}
@media only screen and (max-width: 767px) {
  /* line 1615, ../sass-custom/_custom.scss */
  .navbar.navbar-default .panel .navbar-header .navbar-toggle-1 .navbar-toggle-text {
    padding-left: 68px;
  }
}
@media (min-width: 1000px) {
  /* line 1607, ../sass-custom/_custom.scss */
  .navbar.navbar-default .panel .navbar-header .navbar-toggle-1 {
    display: none;
  }
}
/* line 1630, ../sass-custom/_custom.scss */
.navbar.navbar-default .panel .navbar-header .navbar-toggle-1:hover .navbar-toggle-text, .navbar.navbar-default .panel .navbar-header .navbar-toggle-1:focus .navbar-toggle-text {
  border-right: none;
}
/* line 1636, ../sass-custom/_custom.scss */
.navbar.navbar-default .panel .navbar-header .navbar-toggle-2 {
  float: right;
  background: transparent url(../images/user-menu.png) 14px 53px no-repeat;
}
@media only screen and (max-width: 767px) {
  /* line 1636, ../sass-custom/_custom.scss */
  .navbar.navbar-default .panel .navbar-header .navbar-toggle-2 {
    background: transparent url(../images/user-menu.png) 19px 48px no-repeat;
  }
}
/* line 1644, ../sass-custom/_custom.scss */
.navbar.navbar-default .panel .navbar-header .navbar-toggle-2 .navbar-toggle-text {
  border-left: 1px solid #e0e1e5;
  padding-left: 58px;
}
@media only screen and (max-width: 767px) {
  /* line 1644, ../sass-custom/_custom.scss */
  .navbar.navbar-default .panel .navbar-header .navbar-toggle-2 .navbar-toggle-text {
    padding-left: 62px;
  }
}
@media (min-width: 1000px) {
  /* line 1636, ../sass-custom/_custom.scss */
  .navbar.navbar-default .panel .navbar-header .navbar-toggle-2 {
    display: none;
  }
}
/* line 1659, ../sass-custom/_custom.scss */
.navbar.navbar-default .panel .navbar-header .navbar-toggle-2:hover .navbar-toggle-text, .navbar.navbar-default .panel .navbar-header .navbar-toggle-2:focus .navbar-toggle-text {
  border-left-color: rgba(255, 255, 255, 0);
}
/* line 1665, ../sass-custom/_custom.scss */
.navbar.navbar-default .panel .navbar-header .navbar-toggle-3 {
  float: right;
  padding: 52px 0;
}
@media only screen and (max-width: 767px) {
  /* line 1665, ../sass-custom/_custom.scss */
  .navbar.navbar-default .panel .navbar-header .navbar-toggle-3 {
    padding: 47px 0;
  }
}
/* line 1673, ../sass-custom/_custom.scss */
.navbar.navbar-default .panel .navbar-header .navbar-toggle-3 .navbar-toggle-text {
  border-left: 1px solid #e0e1e5;
  width: 100%;
  padding: 0;
  text-align: center;
}
/* line 1679, ../sass-custom/_custom.scss */
.navbar.navbar-default .panel .navbar-header .navbar-toggle-3 .navbar-toggle-text .glyphicon {
  font-size: 28px;
  color: #727272;
  vertical-align: sub;
  margin-right: 12px;
}
@media only screen and (max-width: 767px) {
  /* line 1679, ../sass-custom/_custom.scss */
  .navbar.navbar-default .panel .navbar-header .navbar-toggle-3 .navbar-toggle-text .glyphicon {
    margin: 0 auto;
    width: 30px;
  }
}
/* line 1690, ../sass-custom/_custom.scss */
.navbar.navbar-default .panel .navbar-header .navbar-toggle-3 .navbar-toggle-text .glyphicon .cart-number {
  font-family: "Open Sans", sans-serif;
  letter-spacing: normal;
  font-size: 19px;
  font-weight: 600;
  line-height: 36px;
  vertical-align: text-top;
  margin-left: 3px;
}
@media (min-width: 1000px) {
  /* line 1665, ../sass-custom/_custom.scss */
  .navbar.navbar-default .panel .navbar-header .navbar-toggle-3 {
    display: none;
  }
}
/* line 1708, ../sass-custom/_custom.scss */
.navbar.navbar-default .panel .navbar-header .navbar-toggle-3:hover .navbar-toggle-text, .navbar.navbar-default .panel .navbar-header .navbar-toggle-3:focus .navbar-toggle-text {
  border-left-color: rgba(255, 255, 255, 0);
}
@media only screen and (min-width: 1000px) {
  /* line 1715, ../sass-custom/_custom.scss */
  .navbar.navbar-default .panel .navbar-collapse {
    position: absolute;
    right: 0;
    top: 91px;
    padding: 0;
  }
  /* line 1726, ../sass-custom/_custom.scss */
  .navbar.navbar-default .panel .navbar-collapse .navbar-nav {
    color: #3d3d3d;
  }
  /* line 1729, ../sass-custom/_custom.scss */
  .navbar.navbar-default .panel .navbar-collapse .navbar-nav li {
    margin: 0 15px;
    line-height: 1;
  }
  /* line 1733, ../sass-custom/_custom.scss */
  .navbar.navbar-default .panel .navbar-collapse .navbar-nav li > a {
    color: #3d3d3d;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0 0 6px 0;
    line-height: 1;
    display: inline;
    letter-spacing: 0.10em;
  }
  /* line 1742, ../sass-custom/_custom.scss */
  .navbar.navbar-default .panel .navbar-collapse .navbar-nav li > a:hover, .navbar.navbar-default .panel .navbar-collapse .navbar-nav li > a:focus {
    color: #edb61b;
    border-bottom: solid 2px #edb61b;
  }
  /* line 1749, ../sass-custom/_custom.scss */
  .navbar.navbar-default .panel .navbar-collapse .navbar-nav li .dropdown-menu {
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 1px solid #989898;
    padding-top: 13px;
  }
  /* line 1755, ../sass-custom/_custom.scss */
  .navbar.navbar-default .panel .navbar-collapse .navbar-nav li .dropdown-menu li {
    height: 25px;
  }
  /* line 1758, ../sass-custom/_custom.scss */
  .navbar.navbar-default .panel .navbar-collapse .navbar-nav li .dropdown-menu li a {
    vertical-align: text-bottom;
    padding-bottom: 0px;
  }
  /* line 1764, ../sass-custom/_custom.scss */
  .navbar.navbar-default .panel .navbar-collapse .navbar-nav li .dropdown-menu li.active a {
    background: transparent;
  }
  /* line 1772, ../sass-custom/_custom.scss */
  .navbar.navbar-default .panel .navbar-collapse .navbar-nav li.last.dropdown .dropdown-menu {
    right: 0;
    left: auto;
  }
  /* line 1779, ../sass-custom/_custom.scss */
  .navbar.navbar-default .panel .navbar-collapse .navbar-nav li.active > a {
    color: #edb61b;
    border-bottom: solid 2px #edb61b;
  }
  /* line 1783, ../sass-custom/_custom.scss */
  .navbar.navbar-default .panel .navbar-collapse .navbar-nav li.active > a:hover, .navbar.navbar-default .panel .navbar-collapse .navbar-nav li.active > a:focus {
    color: #edb61b;
    border-bottom: solid 2px #edb61b;
  }
}
@media only screen and (max-width: 999px) {
  /* line 1715, ../sass-custom/_custom.scss */
  .navbar.navbar-default .panel .navbar-collapse {
    background-color: #f2f2f2;
  }
  /* line 1797, ../sass-custom/_custom.scss */
  .navbar.navbar-default .panel .navbar-collapse .navbar-nav {
    color: #3d3d3d;
    text-align: center;
    padding: 47px 0 22px 0;
    margin: 0;
  }
  /* line 1344, ../sass-custom/_custom.scss */
  .navbar.navbar-default .panel .navbar-collapse .navbar-nav li {
    min-height: 32px;
    margin-bottom: 20px;
  }
  /* line 1348, ../sass-custom/_custom.scss */
  .navbar.navbar-default .panel .navbar-collapse .navbar-nav li > a {
    color: #3d3d3d;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0 0 3px 0;
    line-height: 1;
    display: inline;
    letter-spacing: 0.10em;
    font-size: 18px;
  }
  /* line 1358, ../sass-custom/_custom.scss */
  .navbar.navbar-default .panel .navbar-collapse .navbar-nav li > a:hover, .navbar.navbar-default .panel .navbar-collapse .navbar-nav li > a:focus {
    color: #edb61b;
    border-bottom: solid 2px #edb61b;
  }
  /* line 1366, ../sass-custom/_custom.scss */
  .navbar.navbar-default .panel .navbar-collapse .navbar-nav li.active > a {
    color: #edb61b;
    border-bottom: solid 2px #edb61b;
  }
  /* line 1372, ../sass-custom/_custom.scss */
  .navbar.navbar-default .panel .navbar-collapse .navbar-nav li .dropdown-menu {
    padding: 20px 0 0 0;
    text-align: inherit;
  }
  /* line 1376, ../sass-custom/_custom.scss */
  .navbar.navbar-default .panel .navbar-collapse .navbar-nav li .dropdown-menu li {
    margin-bottom: 9px;
    min-height: 24px;
  }
  /* line 1380, ../sass-custom/_custom.scss */
  .navbar.navbar-default .panel .navbar-collapse .navbar-nav li .dropdown-menu li > a {
    font-size: 16px;
    padding: 0;
  }
  /* line 1385, ../sass-custom/_custom.scss */
  .navbar.navbar-default .panel .navbar-collapse .navbar-nav li .dropdown-menu li.last {
    margin-bottom: 0;
  }
}
/* line 1803, ../sass-custom/_custom.scss */
.navbar.navbar-default .panel .navbar-collapse-2 {
  overflow-x: visible;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
/* line 14, ../sass-bootstrap/bootstrap/mixins/_clearfix.scss */
.navbar.navbar-default .panel .navbar-collapse-2:before, .navbar.navbar-default .panel .navbar-collapse-2:after {
  content: " ";
  display: table;
}
/* line 19, ../sass-bootstrap/bootstrap/mixins/_clearfix.scss */
.navbar.navbar-default .panel .navbar-collapse-2:after {
  clear: both;
}
/* line 1810, ../sass-custom/_custom.scss */
.navbar.navbar-default .panel .navbar-collapse-2.in {
  overflow-y: auto;
}
@media only screen and (min-width: 1000px) {
  /* line 1803, ../sass-custom/_custom.scss */
  .navbar.navbar-default .panel .navbar-collapse-2 {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  /* line 1819, ../sass-custom/_custom.scss */
  .navbar.navbar-default .panel .navbar-collapse-2.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  /* line 1826, ../sass-custom/_custom.scss */
  .navbar.navbar-default .panel .navbar-collapse-2.in {
    overflow-y: visible;
  }
  /* line 1832, ../sass-custom/_custom.scss */
  .navbar-fixed-top .navbar.navbar-default .panel .navbar-collapse-2, .navbar-static-top .navbar.navbar-default .panel .navbar-collapse-2, .navbar-fixed-bottom .navbar.navbar-default .panel .navbar-collapse-2 {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 1839, ../sass-custom/_custom.scss */
  .navbar.navbar-default .panel .navbar-collapse-2 .navbar-nav {
    background-color: #edb61b;
    color: #ffffff;
    padding: 0 0 0 15px;
  }
  /* line 1844, ../sass-custom/_custom.scss */
  .navbar.navbar-default .panel .navbar-collapse-2 .navbar-nav:before {
    display: block;
    width: 10000px;
    height: 42px;
    background-color: #edb61b;
    position: absolute;
  }
  /* line 1853, ../sass-custom/_custom.scss */
  .navbar.navbar-default .panel .navbar-collapse-2 .navbar-nav li a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 1;
    height: 42px;
    padding-top: 14px;
  }
  /* line 1863, ../sass-custom/_custom.scss */
  .navbar.navbar-default .panel .navbar-collapse-2 .navbar-nav li a:hover, .navbar.navbar-default .panel .navbar-collapse-2 .navbar-nav li a:focus {
    color: #ffffff;
  }
  /* line 1871, ../sass-custom/_custom.scss */
  .navbar.navbar-default .panel .navbar-collapse-2 .navbar-nav li.active a {
    color: #ffffff;
  }
  /* line 1874, ../sass-custom/_custom.scss */
  .navbar.navbar-default .panel .navbar-collapse-2 .navbar-nav li.active a:hover, .navbar.navbar-default .panel .navbar-collapse-2 .navbar-nav li.active a:focus {
    color: #ffffff;
  }
}
@media only screen and (max-width: 999px) {
  /* line 1803, ../sass-custom/_custom.scss */
  .navbar.navbar-default .panel .navbar-collapse-2 {
    background-color: #f2f2f2;
  }
  /* line 1887, ../sass-custom/_custom.scss */
  .navbar.navbar-default .panel .navbar-collapse-2 #block-ajax-register-ajax-register-block {
    display: none;
  }
  /* line 1891, ../sass-custom/_custom.scss */
  .navbar.navbar-default .panel .navbar-collapse-2 .navbar-nav {
    color: #3d3d3d;
    text-align: center;
    padding: 47px 0 22px 0;
    margin: 0;
    float: none;
  }
  /* line 1344, ../sass-custom/_custom.scss */
  .navbar.navbar-default .panel .navbar-collapse-2 .navbar-nav li {
    min-height: 32px;
    margin-bottom: 20px;
  }
  /* line 1348, ../sass-custom/_custom.scss */
  .navbar.navbar-default .panel .navbar-collapse-2 .navbar-nav li > a {
    color: #3d3d3d;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0 0 3px 0;
    line-height: 1;
    display: inline;
    letter-spacing: 0.10em;
    font-size: 18px;
  }
  /* line 1358, ../sass-custom/_custom.scss */
  .navbar.navbar-default .panel .navbar-collapse-2 .navbar-nav li > a:hover, .navbar.navbar-default .panel .navbar-collapse-2 .navbar-nav li > a:focus {
    color: #edb61b;
    border-bottom: solid 2px #edb61b;
  }
  /* line 1366, ../sass-custom/_custom.scss */
  .navbar.navbar-default .panel .navbar-collapse-2 .navbar-nav li.active > a {
    color: #edb61b;
    border-bottom: solid 2px #edb61b;
  }
  /* line 1372, ../sass-custom/_custom.scss */
  .navbar.navbar-default .panel .navbar-collapse-2 .navbar-nav li .dropdown-menu {
    padding: 20px 0 0 0;
    text-align: inherit;
  }
  /* line 1376, ../sass-custom/_custom.scss */
  .navbar.navbar-default .panel .navbar-collapse-2 .navbar-nav li .dropdown-menu li {
    margin-bottom: 9px;
    min-height: 24px;
  }
  /* line 1380, ../sass-custom/_custom.scss */
  .navbar.navbar-default .panel .navbar-collapse-2 .navbar-nav li .dropdown-menu li > a {
    font-size: 16px;
    padding: 0;
  }
  /* line 1385, ../sass-custom/_custom.scss */
  .navbar.navbar-default .panel .navbar-collapse-2 .navbar-nav li .dropdown-menu li.last {
    margin-bottom: 0;
  }
}
/* line 1898, ../sass-custom/_custom.scss */
.navbar.navbar-default .panel .navbar-collapse-2 .glyphicon-shopping-cart {
  font-size: 25px;
  vertical-align: top;
  line-height: 14px;
}
/* line 1904, ../sass-custom/_custom.scss */
.navbar.navbar-default .panel .navbar-collapse-2 .cart-link {
  display: none;
}
@media only screen and (max-width: 999px) {
  /* line 1904, ../sass-custom/_custom.scss */
  .navbar.navbar-default .panel .navbar-collapse-2 .cart-link {
    display: initial;
    margin-left: 3px;
  }
}
/* line 1913, ../sass-custom/_custom.scss */
.navbar.navbar-default .panel .navbar-collapse-2 #block-user-login {
  padding: 29px 56px 0 56px;
}
@media only screen and (min-width: 1000px) {
  /* line 1913, ../sass-custom/_custom.scss */
  .navbar.navbar-default .panel .navbar-collapse-2 #block-user-login {
    display: none;
  }
}
@media only screen and (max-width: 767px) and (min-width: 600px) {
  /* line 1913, ../sass-custom/_custom.scss */
  .navbar.navbar-default .panel .navbar-collapse-2 #block-user-login {
    padding: 29px 8% 0 8%;
  }
}
@media only screen and (max-width: 599px) {
  /* line 1913, ../sass-custom/_custom.scss */
  .navbar.navbar-default .panel .navbar-collapse-2 #block-user-login {
    padding: 29px 5% 0 5%;
  }
}
/* line 1929, ../sass-custom/_custom.scss */
.navbar.navbar-default .panel .navbar-collapse-2 #block-user-login form > div {
  text-align: justify;
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  /* line 1929, ../sass-custom/_custom.scss */
  .navbar.navbar-default .panel .navbar-collapse-2 #block-user-login form > div {
    padding: 0;
  }
}
/* line 1938, ../sass-custom/_custom.scss */
.navbar.navbar-default .panel .navbar-collapse-2 #block-user-login form div.form-group {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 14px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 1943, ../sass-custom/_custom.scss */
  .navbar.navbar-default .panel .navbar-collapse-2 #block-user-login form div.form-group.form-item-name {
    width: 38.5%;
    position: relative;
    left: -20px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1943, ../sass-custom/_custom.scss */
  .navbar.navbar-default .panel .navbar-collapse-2 #block-user-login form div.form-group.form-item-name {
    width: 36.7%;
  }
}
@media only screen and (max-width: 479px) {
  /* line 1943, ../sass-custom/_custom.scss */
  .navbar.navbar-default .panel .navbar-collapse-2 #block-user-login form div.form-group.form-item-name {
    width: 100%;
  }
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 1959, ../sass-custom/_custom.scss */
  .navbar.navbar-default .panel .navbar-collapse-2 #block-user-login form div.form-group.form-item-pass {
    width: 38.5%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1959, ../sass-custom/_custom.scss */
  .navbar.navbar-default .panel .navbar-collapse-2 #block-user-login form div.form-group.form-item-pass {
    width: 36.7%;
  }
}
@media only screen and (max-width: 479px) {
  /* line 1959, ../sass-custom/_custom.scss */
  .navbar.navbar-default .panel .navbar-collapse-2 #block-user-login form div.form-group.form-item-pass {
    width: 100%;
  }
}
/* line 1973, ../sass-custom/_custom.scss */
.navbar.navbar-default .panel .navbar-collapse-2 #block-user-login form div.form-group label {
  display: none;
}
/* line 1977, ../sass-custom/_custom.scss */
.navbar.navbar-default .panel .navbar-collapse-2 #block-user-login form div.form-group input {
  height: 56px;
  border-radius: 0;
  border-color: #e0e1e5;
  width: 100%;
}
/* line 1983, ../sass-custom/_custom.scss */
.navbar.navbar-default .panel .navbar-collapse-2 #block-user-login form div.form-group input.form-text {
  max-width: none;
  font-size: 17px;
  line-height: 18px;
  padding-left: 18px;
  letter-spacing: -0.03em;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 1983, ../sass-custom/_custom.scss */
  .navbar.navbar-default .panel .navbar-collapse-2 #block-user-login form div.form-group input.form-text {
    width: 107%;
  }
}
/* line 1996, ../sass-custom/_custom.scss */
.navbar.navbar-default .panel .navbar-collapse-2 #block-user-login form div.form-group.form-actions {
  margin-top: 0;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 1996, ../sass-custom/_custom.scss */
  .navbar.navbar-default .panel .navbar-collapse-2 #block-user-login form div.form-group.form-actions {
    position: relative;
    width: 120px;
    right: -20px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 600px) {
  /* line 1996, ../sass-custom/_custom.scss */
  .navbar.navbar-default .panel .navbar-collapse-2 #block-user-login form div.form-group.form-actions {
    width: 110px;
  }
}
@media only screen and (max-width: 599px) {
  /* line 1996, ../sass-custom/_custom.scss */
  .navbar.navbar-default .panel .navbar-collapse-2 #block-user-login form div.form-group.form-actions {
    width: 100px;
  }
}
/* line 2013, ../sass-custom/_custom.scss */
.navbar.navbar-default .panel .navbar-collapse-2 #block-user-login form div.form-group.form-actions button.form-submit {
  vertical-align: inherit;
  width: 100%;
  border-radius: 0px;
  height: 56px;
  border: none;
  line-height: 18px;
  font-size: 17px;
  font-weight: 600;
  background-color: #edb61b;
  color: #ffffff;
  text-transform: none;
  padding: 6px 12px;
  letter-spacing: 0.03em;
  margin: 0;
  min-width: 0;
}
/* line 2033, ../sass-custom/_custom.scss */
.navbar.navbar-default .panel .navbar-collapse-2 #block-user-login form ul {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 16px;
  margin-bottom: 43px;
  font-size: 17px;
}
@media only screen and (max-width: 767px) {
  /* line 2033, ../sass-custom/_custom.scss */
  .navbar.navbar-default .panel .navbar-collapse-2 #block-user-login form ul {
    margin: 0 0 39px;
    padding: 0 30px;
    font-size: 15px;
  }
}
/* line 2047, ../sass-custom/_custom.scss */
.navbar.navbar-default .panel .navbar-collapse-2 #block-user-login form ul li {
  margin: 0 10px;
}
@media only screen and (max-width: 767px) {
  /* line 2047, ../sass-custom/_custom.scss */
  .navbar.navbar-default .panel .navbar-collapse-2 #block-user-login form ul li {
    margin: 0 5px 4px 5px;
  }
}
/* line 2054, ../sass-custom/_custom.scss */
.navbar.navbar-default .panel .navbar-collapse-2 #block-user-login form ul li a {
  color: #edb61b;
  font-weight: 600;
  padding-bottom: 3px;
  border-bottom: solid 2px #edb61b;
}
@media only screen and (max-width: 767px) {
  /* line 2054, ../sass-custom/_custom.scss */
  .navbar.navbar-default .panel .navbar-collapse-2 #block-user-login form ul li a {
    padding-bottom: 2px;
  }
}
/* line 2064, ../sass-custom/_custom.scss */
.navbar.navbar-default .panel .navbar-collapse-2 #block-user-login form ul li a:hover, .navbar.navbar-default .panel .navbar-collapse-2 #block-user-login form ul li a:focus {
  text-decoration: none;
}
/* line 2076, ../sass-custom/_custom.scss */
.navbar.navbar-default.header---page-mini {
  position: absolute;
  background: transparent;
  width: 100%;
  z-index: 1;
}
/* line 2083, ../sass-custom/_custom.scss */
.navbar.navbar-default.header---page-mini .container .container-content {
  position: relative;
}
/* line 2088, ../sass-custom/_custom.scss */
.navbar.navbar-default.header---page-mini .mini-links {
  padding: 10px 0;
}
/* line 2091, ../sass-custom/_custom.scss */
.navbar.navbar-default.header---page-mini .mini-links a {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0 0 6px 0;
  line-height: 1;
  display: inline;
  letter-spacing: 0.10em;
}
/* line 2102, ../sass-custom/_custom.scss */
.navbar.navbar-default.header---page-mini .mini-links.mini-links-first {
  position: absolute;
  left: 0;
  top: 0;
}
/* line 2108, ../sass-custom/_custom.scss */
.navbar.navbar-default.header---page-mini .mini-links.mini-links-second {
  position: absolute;
  right: 0;
  top: 0;
}

/* line 2119, ../sass-custom/_custom.scss */
body.page-user-login .navbar-toggle {
  visibility: hidden;
}

/* line 2129, ../sass-custom/_custom.scss */
body.page-admin .navbar.navbar-default .panel .navbar-header a.logo img {
  max-width: 90px;
}

/* line 2188, ../sass-custom/_custom.scss */
.page-title-ribbon {
  background-color: #7489d8;
  background-image: url(../images/title-bg.png);
  color: #ffffff;
  width: 100%;
  text-align: center;
  display: table;
  height: 146px;
}
/* line 2198, ../sass-custom/_custom.scss */
.page-title-ribbon .page-header-wrapper {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
/* line 2203, ../sass-custom/_custom.scss */
.page-title-ribbon .page-header-wrapper .page-header {
  display: block;
  border: none;
  position: relative;
  font-weight: 700;
  padding: 0 0 8px 0;
  margin: 0 auto;
  max-width: 1000px;
  font-size: 46px;
}
@media only screen and (min-width: 1000px) and (max-width: 1199px) {
  /* line 2203, ../sass-custom/_custom.scss */
  .page-title-ribbon .page-header-wrapper .page-header {
    font-size: 44px;
  }
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 2203, ../sass-custom/_custom.scss */
  .page-title-ribbon .page-header-wrapper .page-header {
    max-width: 760px;
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  /* line 2203, ../sass-custom/_custom.scss */
  .page-title-ribbon .page-header-wrapper .page-header {
    font-size: 34px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 479px) {
  /* line 2203, ../sass-custom/_custom.scss */
  .page-title-ribbon .page-header-wrapper .page-header {
    font-size: 26px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* line 2214, ../sass-custom/_custom.scss */
.page-title-ribbon .page-header-wrapper .page-header:after {
  left: 50%;
  margin-left: -40px;
}
/* line 2220, ../sass-custom/_custom.scss */
.page-title-ribbon .page-header-wrapper hr {
  display: block;
  border-top: 2px solid white;
  width: 80px;
  margin-top: 7px;
  margin-bottom: -10px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 2220, ../sass-custom/_custom.scss */
  .page-title-ribbon .page-header-wrapper hr {
    margin-top: 3px;
    margin-bottom: -5px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 2220, ../sass-custom/_custom.scss */
  .page-title-ribbon .page-header-wrapper hr {
    margin-top: 2px;
    margin-bottom: -4px;
  }
}

/* line 2238, ../sass-custom/_custom.scss */
.page-title-ribbon-extended {
  background-color: #7489d8;
  background-image: url(../images/title-bg.png);
  color: #ffffff;
  width: 100%;
  display: block;
  overflow: auto;
  padding: 40px 0;
}
/* line 2244, ../sass-custom/_custom.scss */
.page-title-ribbon-extended .page-header-wrapper {
  margin: 0 auto;
  padding: 0 15px;
  display: table;
  min-height: 240px;
}
@media only screen and (max-width: 999px) {
  /* line 2244, ../sass-custom/_custom.scss */
  .page-title-ribbon-extended .page-header-wrapper {
    display: block;
  }
}
@media (min-width: 768px) {
  /* line 2244, ../sass-custom/_custom.scss */
  .page-title-ribbon-extended .page-header-wrapper {
    width: 728px;
  }
}
@media (min-width: 1000px) {
  /* line 2244, ../sass-custom/_custom.scss */
  .page-title-ribbon-extended .page-header-wrapper {
    width: 976px;
  }
}
@media (min-width: 1200px) {
  /* line 2244, ../sass-custom/_custom.scss */
  .page-title-ribbon-extended .page-header-wrapper {
    width: 1176px;
  }
}
/* line 2268, ../sass-custom/_custom.scss */
.page-title-ribbon-extended .page-header-wrapper .page-extended-wrapper {
  display: table-row;
}
@media only screen and (max-width: 999px) {
  /* line 2268, ../sass-custom/_custom.scss */
  .page-title-ribbon-extended .page-header-wrapper .page-extended-wrapper {
    display: block;
  }
}
/* line 2276, ../sass-custom/_custom.scss */
.page-title-ribbon-extended .page-header-wrapper .page-title-text-wrapper {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}
@media only screen and (max-width: 999px) {
  /* line 2276, ../sass-custom/_custom.scss */
  .page-title-ribbon-extended .page-header-wrapper .page-title-text-wrapper {
    display: block;
    width: 100%;
  }
}
/* line 2291, ../sass-custom/_custom.scss */
.page-title-ribbon-extended .page-header-wrapper .page-header {
  display: block;
  border: none;
  position: relative;
  font-weight: 700;
  width: 700px;
  font-size: 44px;
  top: -10px;
  margin-bottom: 0;
  padding: 0;
}
@media only screen and (min-width: 1000px) and (max-width: 1199px) {
  /* line 2291, ../sass-custom/_custom.scss */
  .page-title-ribbon-extended .page-header-wrapper .page-header {
    font-size: 44px;
  }
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 2291, ../sass-custom/_custom.scss */
  .page-title-ribbon-extended .page-header-wrapper .page-header {
    max-width: 760px;
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  /* line 2291, ../sass-custom/_custom.scss */
  .page-title-ribbon-extended .page-header-wrapper .page-header {
    font-size: 34px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 479px) {
  /* line 2291, ../sass-custom/_custom.scss */
  .page-title-ribbon-extended .page-header-wrapper .page-header {
    font-size: 26px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1199px) {
  /* line 2291, ../sass-custom/_custom.scss */
  .page-title-ribbon-extended .page-header-wrapper .page-header {
    width: 500px;
  }
}
@media only screen and (max-width: 999px) {
  /* line 2291, ../sass-custom/_custom.scss */
  .page-title-ribbon-extended .page-header-wrapper .page-header {
    width: 100%;
  }
}
/* line 2308, ../sass-custom/_custom.scss */
.page-title-ribbon-extended .page-header-wrapper hr {
  display: block;
  border-top: 2px solid white;
  width: 80px;
  margin-top: 7px;
  margin-bottom: -10px;
  margin-left: 0;
  margin-bottom: 15px;
}
/* line 2319, ../sass-custom/_custom.scss */
.page-title-ribbon-extended .page-header-wrapper .page-header-text {
  width: 700px;
  margin-top: 0px;
}
@media only screen and (min-width: 1000px) and (max-width: 1199px) {
  /* line 2319, ../sass-custom/_custom.scss */
  .page-title-ribbon-extended .page-header-wrapper .page-header-text {
    width: 500px;
  }
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 2319, ../sass-custom/_custom.scss */
  .page-title-ribbon-extended .page-header-wrapper .page-header-text {
    width: 50%;
    float: left;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 2319, ../sass-custom/_custom.scss */
  .page-title-ribbon-extended .page-header-wrapper .page-header-text {
    width: 100%;
  }
}
/* line 2349, ../sass-custom/_custom.scss */
.page-title-ribbon-extended .page-header-wrapper .page-header-image {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  text-align: center;
}
@media only screen and (max-width: 999px) {
  /* line 2349, ../sass-custom/_custom.scss */
  .page-title-ribbon-extended .page-header-wrapper .page-header-image {
    display: block;
    width: 100%;
    margin: 32px auto 0;
  }
}
/* line 2361, ../sass-custom/_custom.scss */
.page-title-ribbon-extended .page-header-wrapper .page-header-image img {
  display: inline;
}

/* line 2389, ../sass-custom/_custom.scss */
#carousel-front {
  overflow: hidden;
}
/* line 2392, ../sass-custom/_custom.scss */
#carousel-front .carousel-item {
  color: #ffffff;
  background-color: #7489d8;
}
/* line 2396, ../sass-custom/_custom.scss */
#carousel-front .carousel-item a.carousel-item-content {
  display: block;
  color: #ffffff;
  text-decoration: none;
  position: relative;
  height: 334px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 2396, ../sass-custom/_custom.scss */
  #carousel-front .carousel-item a.carousel-item-content {
    height: 695px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 2396, ../sass-custom/_custom.scss */
  #carousel-front .carousel-item a.carousel-item-content {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  /* line 2396, ../sass-custom/_custom.scss */
  #carousel-front .carousel-item a.carousel-item-content {
    height: 568px;
  }
}
@media only screen and (max-width: 479px) {
  /* line 2396, ../sass-custom/_custom.scss */
  #carousel-front .carousel-item a.carousel-item-content {
    height: 500px;
  }
}
/* line 2420, ../sass-custom/_custom.scss */
#carousel-front .carousel-item a.carousel-item-content .carousel-wrapper {
  position: relative;
  z-index: 1;
}
/* line 2425, ../sass-custom/_custom.scss */
#carousel-front .carousel-item a.carousel-item-content h1 {
  margin: 51px 0 0 0;
  font-size: 48px;
  width: 475px;
  line-height: 52px;
  font-weight: 700;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 2425, ../sass-custom/_custom.scss */
  #carousel-front .carousel-item a.carousel-item-content h1 {
    width: 494px;
    text-align: center;
    margin: 44px auto 0;
    font-size: 52px;
    letter-spacing: -0.018em;
    line-height: 54px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 2425, ../sass-custom/_custom.scss */
  #carousel-front .carousel-item a.carousel-item-content h1 {
    text-align: center;
    letter-spacing: normal;
  }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  /* line 2425, ../sass-custom/_custom.scss */
  #carousel-front .carousel-item a.carousel-item-content h1 {
    width: 418px;
    font-size: 42px;
    line-height: 48px;
    margin: 28px auto 0;
  }
}
@media only screen and (max-width: 479px) {
  /* line 2425, ../sass-custom/_custom.scss */
  #carousel-front .carousel-item a.carousel-item-content h1 {
    width: 90%;
    font-size: 34px;
    line-height: 38px;
    margin: 24px auto 0;
  }
}
/* line 2461, ../sass-custom/_custom.scss */
#carousel-front .carousel-item a.carousel-item-content .divider {
  margin: 25px 3px 20px;
  display: block;
  width: 79px;
  height: 2px;
  background-color: #ffffff;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 2461, ../sass-custom/_custom.scss */
  #carousel-front .carousel-item a.carousel-item-content .divider {
    margin: 29px auto 22px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 2461, ../sass-custom/_custom.scss */
  #carousel-front .carousel-item a.carousel-item-content .divider {
    margin: 21px auto 19px;
  }
}
/* line 2477, ../sass-custom/_custom.scss */
#carousel-front .carousel-item a.carousel-item-content .carousel-item-text {
  font-size: 12px;
  line-height: 25px;
  padding-left: 2px;
  letter-spacing: 0.1em;
  width: 480px;
  font-weight: 600;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 2477, ../sass-custom/_custom.scss */
  #carousel-front .carousel-item a.carousel-item-content .carousel-item-text {
    text-align: center;
    font-size: 15px;
    width: 544px;
    margin: 0 auto;
    padding-left: 0;
    letter-spacing: 0.06em;
    line-height: 27px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 2477, ../sass-custom/_custom.scss */
  #carousel-front .carousel-item a.carousel-item-content .carousel-item-text {
    text-align: center;
    font-size: 15px;
    margin: 0 auto;
    padding-left: 0;
    letter-spacing: 0.06em;
    line-height: 27px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  /* line 2477, ../sass-custom/_custom.scss */
  #carousel-front .carousel-item a.carousel-item-content .carousel-item-text {
    width: 430px;
  }
}
@media only screen and (max-width: 479px) {
  /* line 2477, ../sass-custom/_custom.scss */
  #carousel-front .carousel-item a.carousel-item-content .carousel-item-text {
    width: 100%;
  }
}
/* line 2513, ../sass-custom/_custom.scss */
#carousel-front .carousel-item a.carousel-item-content .carousel-item-image {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0px;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 606px auto;
  right: 0px;
}
@media only screen and (min-width: 1000px) and (max-width: 1199px) {
  /* line 2513, ../sass-custom/_custom.scss */
  #carousel-front .carousel-item a.carousel-item-content .carousel-item-image {
    right: -100px;
  }
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 2513, ../sass-custom/_custom.scss */
  #carousel-front .carousel-item a.carousel-item-content .carousel-item-image {
    background-position: 50% 100%;
    background-size: 812px auto;
  }
}
@media only screen and (max-width: 767px) {
  /* line 2513, ../sass-custom/_custom.scss */
  #carousel-front .carousel-item a.carousel-item-content .carousel-item-image {
    background-position: 50% 100%;
  }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  /* line 2513, ../sass-custom/_custom.scss */
  #carousel-front .carousel-item a.carousel-item-content .carousel-item-image {
    background-size: 562px auto;
  }
}
@media only screen and (max-width: 479px) {
  /* line 2513, ../sass-custom/_custom.scss */
  #carousel-front .carousel-item a.carousel-item-content .carousel-item-image {
    background-size: 330px auto;
  }
}
/* line 2547, ../sass-custom/_custom.scss */
#carousel-front .carousel-indicators {
  height: 40px;
  padding: 0 20px;
  bottom: 10px;
  line-height: 24px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: default;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 2547, ../sass-custom/_custom.scss */
  #carousel-front .carousel-indicators {
    bottom: 0px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 2547, ../sass-custom/_custom.scss */
  #carousel-front .carousel-indicators {
    bottom: 0px;
    margin-bottom: 0;
  }
}
/* line 2564, ../sass-custom/_custom.scss */
#carousel-front .carousel-indicators li {
  margin: 0 10px;
  border: 2px solid #ffffff;
  vertical-align: bottom;
}
/* line 2569, ../sass-custom/_custom.scss */
#carousel-front .carousel-indicators li.active {
  margin: 0 10px;
  width: 10px;
  height: 10px;
  background-color: #ffffff;
}
/* line 2576, ../sass-custom/_custom.scss */
#carousel-front .carousel-indicators li::after {
  content: " ";
  display: block;
  position: relative;
  height: 26px;
  width: 26px;
  top: -10px;
  left: -10px;
}

/* line 2591, ../sass-custom/_custom.scss */
.main-container {
  background-color: #ffffff;
  padding-top: 28px;
  padding-bottom: 54px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 2591, ../sass-custom/_custom.scss */
  .main-container {
    padding-bottom: 57px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 2591, ../sass-custom/_custom.scss */
  .main-container {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 57px;
  }
}
@media only screen and (min-width: 1000px) {
  /* line 2607, ../sass-custom/_custom.scss */
  .main-container > .row > aside {
    float: right;
  }
}

/* line 2615, ../sass-custom/_custom.scss */
.region-content {
  color: #727272;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0.01em;
}
/* line 2616, ../sass-custom/_custom.scss */
.region-content p a {
  border-bottom: 1px solid #edb61b;
  text-decoration: none;
  padding-bottom: 2px;
  font-weight: 600;
}
/* line 2622, ../sass-custom/_custom.scss */
.region-content p a:hover, .region-content p a:focus {
  border-bottom-color: #e6a500;
}
/* line 2633, ../sass-custom/_custom.scss */
.region-content h1, .region-content h2, .region-content h3, .region-content h4, .region-content h5, .region-content h6 {
  color: #3d3d3d;
  line-height: normal;
}
/* line 2638, ../sass-custom/_custom.scss */
.region-content h2 {
  position: relative;
  margin-top: 16px;
  padding-bottom: 17px;
  margin-bottom: 23px;
}
@media only screen and (max-width: 479px) {
  /* line 2638, ../sass-custom/_custom.scss */
  .region-content h2 {
    font-size: 28px;
  }
}
/* line 2652, ../sass-custom/_custom.scss */
.region-content h2:after {
  border-bottom: 2px solid #3d3d3d;
  content: " ";
  display: block;
  width: 66px;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media only screen and (max-width: 479px) {
  /* line 2657, ../sass-custom/_custom.scss */
  .region-content h3 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 479px) {
  /* line 2663, ../sass-custom/_custom.scss */
  .region-content h4 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 479px) {
  /* line 2669, ../sass-custom/_custom.scss */
  .region-content h5 {
    font-size: 19px;
  }
}
/* line 2675, ../sass-custom/_custom.scss */
.region-content p {
  margin: 14px 0 14px;
}
@media only screen and (max-width: 767px) {
  /* line 2675, ../sass-custom/_custom.scss */
  .region-content p {
    text-align: left;
    letter-spacing: 0.05em;
    font-size: 14px;
  }
}
/* line 2686, ../sass-custom/_custom.scss */
.region-content p.abstract {
  margin: 23px 0 15px;
  color: #3d3d3d;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 37px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  /* line 2686, ../sass-custom/_custom.scss */
  .region-content p.abstract {
    font-size: 16px;
    letter-spacing: 0.052em;
    line-height: 33px;
    margin: 25px 0 15px;
  }
}
/* line 2704, ../sass-custom/_custom.scss */
.region-content hr {
  margin-top: 27px;
  margin-bottom: 22px;
  border-top: 1px solid #f2f2f2;
}
/* line 2716, ../sass-custom/_custom.scss */
.region-content ul li, .region-content ol li {
  margin-bottom: 12px;
}
/* line 2721, ../sass-custom/_custom.scss */
.region-content ul.nav-tabs li, .region-content ol.nav-tabs li {
  margin-bottom: -1px;
}

/* line 2729, ../sass-custom/_custom.scss */
.outside-content.has-inside-content {
  display: inline-block;
  width: 74.5%;
  vertical-align: top;
}
@media only screen and (max-width: 999px) {
  /* line 2729, ../sass-custom/_custom.scss */
  .outside-content.has-inside-content {
    width: 100%;
  }
}

/* line 2739, ../sass-custom/_custom.scss */
.region-inside-content {
  display: inline-block;
  width: 25%;
  vertical-align: top;
  padding: 10px 10px 10px 32px;
}
@media only screen and (max-width: 999px) {
  /* line 2739, ../sass-custom/_custom.scss */
  .region-inside-content {
    width: 100%;
    padding: 0;
  }
}
/* line 2750, ../sass-custom/_custom.scss */
.region-inside-content .block {
  padding-bottom: 19px;
  padding-top: 21px;
  border-bottom: solid 1px #cfcfcf;
}
@media only screen and (max-width: 999px) {
  /* line 2750, ../sass-custom/_custom.scss */
  .region-inside-content .block {
    padding: 17px 0;
  }
}
@media only screen and (min-width: 1000px) {
  /* line 249, ../sass-custom/_custom.scss */
  .region-inside-content .block:last-child {
    border-bottom: none;
  }
}
/* line 255, ../sass-custom/_custom.scss */
.region-inside-content .block h2.block-title {
  font-family: "Open Sans", sans-serif;
  color: #3d3d3d;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.14em;
  padding: 10px 0;
  margin: 0;
}
@media only screen and (max-width: 999px) {
  /* line 267, ../sass-custom/_custom.scss */
  .region-inside-content .block.block-collapsible .block-collapsible-content {
    overflow-y: hidden;
    max-height: 1500px;
    -webkit-transition: max-height 0.2s linear;
    transition: max-height 0.2s linear;
    padding-bottom: 11px;
  }
}
/* line 277, ../sass-custom/_custom.scss */
.region-inside-content .block.block-collapsible h2.block-title::after {
  display: none;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 276, ../sass-custom/_custom.scss */
  .region-inside-content .block.block-collapsible h2.block-title {
    cursor: pointer;
    background: #f2f2f2 url(../images/accordion-up.png) 101% 50% no-repeat;
  }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  /* line 276, ../sass-custom/_custom.scss */
  .region-inside-content .block.block-collapsible h2.block-title {
    cursor: pointer;
    background: #f2f2f2 url(../images/accordion-up.png) 101% 50% no-repeat;
  }
}
@media only screen and (max-width: 479px) {
  /* line 276, ../sass-custom/_custom.scss */
  .region-inside-content .block.block-collapsible h2.block-title {
    cursor: pointer;
    background: #f2f2f2 url(../images/accordion-up.png) 106% 50% no-repeat;
  }
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 298, ../sass-custom/_custom.scss */
  .region-inside-content .block.block-collapsible.block-collapsed h2.block-title {
    cursor: pointer;
    background: #f2f2f2 url(../images/accordion-down.png) 101% 50% no-repeat;
  }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  /* line 298, ../sass-custom/_custom.scss */
  .region-inside-content .block.block-collapsible.block-collapsed h2.block-title {
    cursor: pointer;
    background: #f2f2f2 url(../images/accordion-down.png) 101% 50% no-repeat;
  }
}
@media only screen and (max-width: 479px) {
  /* line 298, ../sass-custom/_custom.scss */
  .region-inside-content .block.block-collapsible.block-collapsed h2.block-title {
    cursor: pointer;
    background: #f2f2f2 url(../images/accordion-down.png) 106% 50% no-repeat;
  }
}
@media only screen and (max-width: 999px) {
  /* line 315, ../sass-custom/_custom.scss */
  .region-inside-content .block.block-collapsible.block-collapsed .block-collapsible-content {
    max-height: 0;
    -webkit-transition: max-height 0.2s linear;
    transition: max-height 0.2s linear;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 999px) {
  /* line 2753, ../sass-custom/_custom.scss */
  .region-inside-content .block h2.block-title {
    padding-left: 15px;
  }
}

/* line 2763, ../sass-custom/_custom.scss */
.region-sidebar-first {
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0 0 0 8px;
  color: #727272;
}
@media only screen and (max-width: 999px) {
  /* line 2763, ../sass-custom/_custom.scss */
  .region-sidebar-first {
    margin-top: -24px;
    margin-bottom: 25px;
    padding: 0;
  }
}
/* line 2776, ../sass-custom/_custom.scss */
.region-sidebar-first .block {
  padding-bottom: 19px;
  padding-top: 21px;
  border-bottom: solid 1px #cfcfcf;
}
@media only screen and (max-width: 999px) {
  /* line 2776, ../sass-custom/_custom.scss */
  .region-sidebar-first .block {
    padding: 17px 0;
  }
}
@media only screen and (min-width: 1000px) {
  /* line 249, ../sass-custom/_custom.scss */
  .region-sidebar-first .block:last-child {
    border-bottom: none;
  }
}
/* line 255, ../sass-custom/_custom.scss */
.region-sidebar-first .block h2.block-title {
  font-family: "Open Sans", sans-serif;
  color: #3d3d3d;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.14em;
  padding: 10px 0;
  margin: 0;
}
@media only screen and (max-width: 999px) {
  /* line 267, ../sass-custom/_custom.scss */
  .region-sidebar-first .block.block-collapsible .block-collapsible-content {
    overflow-y: hidden;
    max-height: 1500px;
    -webkit-transition: max-height 0.2s linear;
    transition: max-height 0.2s linear;
    padding-bottom: 11px;
  }
}
/* line 277, ../sass-custom/_custom.scss */
.region-sidebar-first .block.block-collapsible h2.block-title::after {
  display: none;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 276, ../sass-custom/_custom.scss */
  .region-sidebar-first .block.block-collapsible h2.block-title {
    cursor: pointer;
    background: #f2f2f2 url(../images/accordion-up.png) 101% 50% no-repeat;
  }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  /* line 276, ../sass-custom/_custom.scss */
  .region-sidebar-first .block.block-collapsible h2.block-title {
    cursor: pointer;
    background: #f2f2f2 url(../images/accordion-up.png) 101% 50% no-repeat;
  }
}
@media only screen and (max-width: 479px) {
  /* line 276, ../sass-custom/_custom.scss */
  .region-sidebar-first .block.block-collapsible h2.block-title {
    cursor: pointer;
    background: #f2f2f2 url(../images/accordion-up.png) 106% 50% no-repeat;
  }
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 298, ../sass-custom/_custom.scss */
  .region-sidebar-first .block.block-collapsible.block-collapsed h2.block-title {
    cursor: pointer;
    background: #f2f2f2 url(../images/accordion-down.png) 101% 50% no-repeat;
  }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  /* line 298, ../sass-custom/_custom.scss */
  .region-sidebar-first .block.block-collapsible.block-collapsed h2.block-title {
    cursor: pointer;
    background: #f2f2f2 url(../images/accordion-down.png) 101% 50% no-repeat;
  }
}
@media only screen and (max-width: 479px) {
  /* line 298, ../sass-custom/_custom.scss */
  .region-sidebar-first .block.block-collapsible.block-collapsed h2.block-title {
    cursor: pointer;
    background: #f2f2f2 url(../images/accordion-down.png) 106% 50% no-repeat;
  }
}
@media only screen and (max-width: 999px) {
  /* line 315, ../sass-custom/_custom.scss */
  .region-sidebar-first .block.block-collapsible.block-collapsed .block-collapsible-content {
    max-height: 0;
    -webkit-transition: max-height 0.2s linear;
    transition: max-height 0.2s linear;
    padding-bottom: 0;
  }
}

/* line 2783, ../sass-custom/_custom.scss */
.region-above-bottom {
  background: #ffffff;
  border-top: solid 1px #f2f2f2;
}
/* line 2787, ../sass-custom/_custom.scss */
.region-above-bottom section.block {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 10px 0 10px;
  font-size: 17px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 2787, ../sass-custom/_custom.scss */
  .region-above-bottom section.block {
    padding: 10px 38px 10px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 2787, ../sass-custom/_custom.scss */
  .region-above-bottom section.block {
    padding: 10px 5% 10px;
  }
}
/* line 2802, ../sass-custom/_custom.scss */
.region-above-bottom section.block#block-truity-custom-newsletter-inner {
  height: 333px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 2802, ../sass-custom/_custom.scss */
  .region-above-bottom section.block#block-truity-custom-newsletter-inner {
    height: 424px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 2802, ../sass-custom/_custom.scss */
  .region-above-bottom section.block#block-truity-custom-newsletter-inner {
    height: auto;
  }
}
/* line 2813, ../sass-custom/_custom.scss */
.region-above-bottom section.block#block-truity-custom-newsletter-inner h2.block-title {
  font-family: "Open Sans", sans-serif;
  color: #edb61b;
  text-align: center;
  text-transform: uppercase;
  font-size: 23px;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin-top: 0;
  margin-bottom: 0;
  margin-top: 48px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 2813, ../sass-custom/_custom.scss */
  .region-above-bottom section.block#block-truity-custom-newsletter-inner h2.block-title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 2813, ../sass-custom/_custom.scss */
  .region-above-bottom section.block#block-truity-custom-newsletter-inner h2.block-title {
    font-size: 19px;
  }
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 2813, ../sass-custom/_custom.scss */
  .region-above-bottom section.block#block-truity-custom-newsletter-inner h2.block-title {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 2813, ../sass-custom/_custom.scss */
  .region-above-bottom section.block#block-truity-custom-newsletter-inner h2.block-title {
    margin-top: 30px;
  }
}
/* line 2826, ../sass-custom/_custom.scss */
.region-above-bottom section.block#block-truity-custom-newsletter-inner h2.newsletter-header {
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 36px;
  text-align: center;
  font-size: 39px;
  letter-spacing: 0.003em;
  margin-bottom: 10px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 2826, ../sass-custom/_custom.scss */
  .region-above-bottom section.block#block-truity-custom-newsletter-inner h2.newsletter-header {
    font-size: 35px;
    margin-top: 9px;
    margin-bottom: 49px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 2826, ../sass-custom/_custom.scss */
  .region-above-bottom section.block#block-truity-custom-newsletter-inner h2.newsletter-header {
    font-size: 32px;
    margin: 8px auto 27px;
    line-height: 40px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 999px) {
  /* line 2826, ../sass-custom/_custom.scss */
  .region-above-bottom section.block#block-truity-custom-newsletter-inner h2.newsletter-header {
    margin-bottom: 10px;
  }
}
/* line 2835, ../sass-custom/_custom.scss */
.region-above-bottom section.block#block-truity-custom-newsletter-inner .newsletter-comment {
  margin: 20px auto 0;
  line-height: 27px;
  letter-spacing: 0.055em;
  color: #3d3d3d;
  text-align: center;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 2835, ../sass-custom/_custom.scss */
  .region-above-bottom section.block#block-truity-custom-newsletter-inner .newsletter-comment {
    max-width: 480px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 2835, ../sass-custom/_custom.scss */
  .region-above-bottom section.block#block-truity-custom-newsletter-inner .newsletter-comment {
    margin: 10px auto 0;
  }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  /* line 2835, ../sass-custom/_custom.scss */
  .region-above-bottom section.block#block-truity-custom-newsletter-inner .newsletter-comment {
    width: 78%;
  }
}
@media only screen and (max-width: 479px) {
  /* line 2835, ../sass-custom/_custom.scss */
  .region-above-bottom section.block#block-truity-custom-newsletter-inner .newsletter-comment {
    width: 100%;
  }
}
/* line 2859, ../sass-custom/_custom.scss */
.region-above-bottom section.block#block-truity-custom-newsletter-inner .newsletter-form {
  text-align: center;
  margin-top: 40px;
  line-height: 78px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 2859, ../sass-custom/_custom.scss */
  .region-above-bottom section.block#block-truity-custom-newsletter-inner .newsletter-form {
    margin-top: 36px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 2859, ../sass-custom/_custom.scss */
  .region-above-bottom section.block#block-truity-custom-newsletter-inner .newsletter-form {
    margin-top: 26px;
    line-height: 75px;
    margin-bottom: 13px;
  }
}
/* line 2874, ../sass-custom/_custom.scss */
.region-above-bottom section.block#block-truity-custom-newsletter-inner .newsletter-form .newsletter-field-group {
  display: inline-block;
  vertical-align: top;
  height: 55px;
  width: 751px;
  line-height: normal;
}
@media only screen and (min-width: 1000px) {
  /* line 2874, ../sass-custom/_custom.scss */
  .region-above-bottom section.block#block-truity-custom-newsletter-inner .newsletter-form .newsletter-field-group {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 2874, ../sass-custom/_custom.scss */
  .region-above-bottom section.block#block-truity-custom-newsletter-inner .newsletter-form .newsletter-field-group {
    width: 100%;
    max-width: 696px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 2874, ../sass-custom/_custom.scss */
  .region-above-bottom section.block#block-truity-custom-newsletter-inner .newsletter-form .newsletter-field-group {
    width: 100%;
  }
}
/* line 2894, ../sass-custom/_custom.scss */
.region-above-bottom section.block#block-truity-custom-newsletter-inner .newsletter-form .newsletter-field-group input.email {
  border: none;
  height: 100%;
  width: 100%;
  background-color: #f2f2f2;
  padding: 0 23px;
  letter-spacing: -0.01em;
}
@media only screen and (max-width: 767px) {
  /* line 2894, ../sass-custom/_custom.scss */
  .region-above-bottom section.block#block-truity-custom-newsletter-inner .newsletter-form .newsletter-field-group input.email {
    padding: 0 18px;
  }
}
/* line 2908, ../sass-custom/_custom.scss */
.region-above-bottom section.block#block-truity-custom-newsletter-inner .newsletter-form .send-button {
  display: inline-block;
  vertical-align: top;
  height: 55px;
  width: 156px;
  text-transform: uppercase;
  line-height: normal;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 2908, ../sass-custom/_custom.scss */
  .region-above-bottom section.block#block-truity-custom-newsletter-inner .newsletter-form .send-button {
    height: 58px;
    width: 224px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 2908, ../sass-custom/_custom.scss */
  .region-above-bottom section.block#block-truity-custom-newsletter-inner .newsletter-form .send-button {
    height: 58px;
    width: 224px;
  }
}
/* line 2926, ../sass-custom/_custom.scss */
.region-above-bottom section.block#block-truity-custom-newsletter-inner .newsletter-form .send-button input.button {
  height: 100%;
  width: 100%;
  border: solid 2px #edb61b;
  background-color: #ffffff;
  color: #edb61b;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 2926, ../sass-custom/_custom.scss */
  .region-above-bottom section.block#block-truity-custom-newsletter-inner .newsletter-form .send-button input.button {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 2926, ../sass-custom/_custom.scss */
  .region-above-bottom section.block#block-truity-custom-newsletter-inner .newsletter-form .send-button input.button {
    font-size: 15px;
  }
}
/* line 2950, ../sass-custom/_custom.scss */
.region-above-bottom section.block#block-pt-pro-users-credits-calculator {
  background: #edb61b;
  position: relative;
  overflow: visible;
  z-index: 1;
  color: #ffffff;
  text-align: center;
  padding-bottom: 31px;
  width: 600px;
  margin: 0 auto;
  background-color: #edb61b;
}
/* line 71, ../sass-custom/_custom.scss */
.region-above-bottom section.block#block-pt-pro-users-credits-calculator::before {
  content: " ";
  height: 100%;
  width: 10000px;
  display: block;
  position: absolute;
  top: 0px;
  left: 50%;
  z-index: -1;
  background: #edb61b;
  margin-left: -5000px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 2950, ../sass-custom/_custom.scss */
  .region-above-bottom section.block#block-pt-pro-users-credits-calculator {
    width: 760px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 2950, ../sass-custom/_custom.scss */
  .region-above-bottom section.block#block-pt-pro-users-credits-calculator {
    width: 100%;
    padding-bottom: 22px;
  }
}
@media only screen and (max-width: 599px) {
  /* line 2950, ../sass-custom/_custom.scss */
  .region-above-bottom section.block#block-pt-pro-users-credits-calculator {
    padding-left: 7%;
    padding-right: 7%;
  }
}
/* line 2977, ../sass-custom/_custom.scss */
.region-above-bottom section.block#block-pt-pro-users-credits-calculator h2.block-title {
  font-family: "Open Sans", sans-serif;
  color: #edb61b;
  text-align: center;
  text-transform: uppercase;
  font-size: 23px;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin-top: 0;
  margin-bottom: 0;
  color: #ffffff;
  margin-top: 48px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 2977, ../sass-custom/_custom.scss */
  .region-above-bottom section.block#block-pt-pro-users-credits-calculator h2.block-title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 2977, ../sass-custom/_custom.scss */
  .region-above-bottom section.block#block-pt-pro-users-credits-calculator h2.block-title {
    font-size: 19px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 2977, ../sass-custom/_custom.scss */
  .region-above-bottom section.block#block-pt-pro-users-credits-calculator h2.block-title {
    margin-top: 30px;
  }
}
/* line 2988, ../sass-custom/_custom.scss */
.region-above-bottom section.block#block-pt-pro-users-credits-calculator .credits-number-before {
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 36px;
  text-align: center;
  font-size: 39px;
  letter-spacing: 0.003em;
  font-family: "Playfair Display", serif;
  margin-top: 4px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 2988, ../sass-custom/_custom.scss */
  .region-above-bottom section.block#block-pt-pro-users-credits-calculator .credits-number-before {
    font-size: 35px;
    margin-top: 9px;
    margin-bottom: 49px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 2988, ../sass-custom/_custom.scss */
  .region-above-bottom section.block#block-pt-pro-users-credits-calculator .credits-number-before {
    font-size: 32px;
    margin: 8px auto 27px;
    line-height: 40px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 2988, ../sass-custom/_custom.scss */
  .region-above-bottom section.block#block-pt-pro-users-credits-calculator .credits-number-before {
    margin-bottom: 38px;
  }
}
/* line 2999, ../sass-custom/_custom.scss */
.region-above-bottom section.block#block-pt-pro-users-credits-calculator .form-item-credits-number {
  display: inline-block;
  margin-right: 20px;
  width: 326px;
}
@media only screen and (max-width: 767px) and (min-width: 600px) {
  /* line 2999, ../sass-custom/_custom.scss */
  .region-above-bottom section.block#block-pt-pro-users-credits-calculator .form-item-credits-number {
    width: 300px;
  }
}
@media only screen and (max-width: 599px) {
  /* line 2999, ../sass-custom/_custom.scss */
  .region-above-bottom section.block#block-pt-pro-users-credits-calculator .form-item-credits-number {
    width: 100%;
    margin-bottom: 14px;
  }
}
/* line 3013, ../sass-custom/_custom.scss */
.region-above-bottom section.block#block-pt-pro-users-credits-calculator .form-item-credits-number input {
  height: 55px;
  border: none;
}
/* line 3019, ../sass-custom/_custom.scss */
.region-above-bottom section.block#block-pt-pro-users-credits-calculator button#calculate-price-button {
  background-color: #edb61b;
  border-color: #ffffff;
  color: #ffffff;
  font-size: 14px;
  padding: 16px 41px;
  vertical-align: top;
  letter-spacing: 0.12em;
}
@media only screen and (max-width: 767px) and (min-width: 600px) {
  /* line 3019, ../sass-custom/_custom.scss */
  .region-above-bottom section.block#block-pt-pro-users-credits-calculator button#calculate-price-button {
    padding: 16px 25px;
  }
}
@media only screen and (max-width: 599px) {
  /* line 3019, ../sass-custom/_custom.scss */
  .region-above-bottom section.block#block-pt-pro-users-credits-calculator button#calculate-price-button {
    width: 100%;
    margin-bottom: 22px;
  }
}
/* line 3040, ../sass-custom/_custom.scss */
.region-above-bottom section.block#block-pt-pro-users-credits-calculator .calculator-submittable #calculate-price-markup {
  max-width: 326px;
  width: 100%;
  display: inline-block;
}
/* line 3046, ../sass-custom/_custom.scss */
.region-above-bottom section.block#block-pt-pro-users-credits-calculator .calculator-submittable button#edit-purchase {
  display: inline-block;
  background-color: #edb61b;
  border-color: #ffffff;
  color: #ffffff;
  font-size: 14px;
  padding: 16px 71px;
  vertical-align: top;
  letter-spacing: 0.12em;
  margin-left: 14px;
}
@media only screen and (max-width: 767px) and (min-width: 600px) {
  /* line 3046, ../sass-custom/_custom.scss */
  .region-above-bottom section.block#block-pt-pro-users-credits-calculator .calculator-submittable button#edit-purchase {
    padding: 16px 57px;
    margin-left: -11px;
  }
}
@media only screen and (max-width: 599px) {
  /* line 3046, ../sass-custom/_custom.scss */
  .region-above-bottom section.block#block-pt-pro-users-credits-calculator .calculator-submittable button#edit-purchase {
    width: 100%;
    margin: 26px 0 22px;
  }
}

/* line 3075, ../sass-custom/_custom.scss */
section.block[id^="block-views-typefinder-testimonials-block"] {
  text-align: center;
  max-width: initial;
  color: #3d3d3d;
  padding: 10px 0 10px;
}
/* line 3085, ../sass-custom/_custom.scss */
section.block[id^="block-views-typefinder-testimonials-block"] h2.block-title {
  font-size: 39px;
  font-weight: 700;
  letter-spacing: normal;
  position: relative;
  padding-bottom: 22px;
  margin-bottom: 17px;
  margin-top: 26px;
  line-height: 42px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 3085, ../sass-custom/_custom.scss */
  section.block[id^="block-views-typefinder-testimonials-block"] h2.block-title {
    font-size: 35px;
    margin: 29px 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 3085, ../sass-custom/_custom.scss */
  section.block[id^="block-views-typefinder-testimonials-block"] h2.block-title {
    font-size: 35px;
    line-height: 41px;
    margin-top: 27px;
    padding-bottom: 21px;
    margin-bottom: 15px;
  }
}
/* line 3108, ../sass-custom/_custom.scss */
section.block[id^="block-views-typefinder-testimonials-block"] h2.block-title:after {
  border-bottom: 2px solid #3d3d3d;
  content: " ";
  display: block;
  width: 80px;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -40px;
  width: 79px;
  margin-left: -39px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 3108, ../sass-custom/_custom.scss */
  section.block[id^="block-views-typefinder-testimonials-block"] h2.block-title:after {
    margin-left: -48px;
  }
}
/* line 3119, ../sass-custom/_custom.scss */
section.block[id^="block-views-typefinder-testimonials-block"] .tf-testimonials-sub {
  letter-spacing: 0.02em;
  font-size: 17px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 3119, ../sass-custom/_custom.scss */
  section.block[id^="block-views-typefinder-testimonials-block"] .tf-testimonials-sub {
    margin: 0 75px;
    line-height: 27px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 3119, ../sass-custom/_custom.scss */
  section.block[id^="block-views-typefinder-testimonials-block"] .tf-testimonials-sub {
    letter-spacing: 0.02em;
    line-height: 27px;
  }
}
/* line 3134, ../sass-custom/_custom.scss */
section.block[id^="block-views-typefinder-testimonials-block"] div.carousel {
  padding: 20px 20px 35px;
  height: 594px;
  max-width: 1140px;
  margin: 0 auto;
}
@media only screen and (min-width: 1000px) and (max-width: 1199px) {
  /* line 3134, ../sass-custom/_custom.scss */
  section.block[id^="block-views-typefinder-testimonials-block"] div.carousel {
    height: 695px;
  }
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 3134, ../sass-custom/_custom.scss */
  section.block[id^="block-views-typefinder-testimonials-block"] div.carousel {
    padding: 13px 20px 54px;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  /* line 3134, ../sass-custom/_custom.scss */
  section.block[id^="block-views-typefinder-testimonials-block"] div.carousel {
    padding: 17px 0 62px;
    height: auto;
  }
}
/* line 3154, ../sass-custom/_custom.scss */
section.block[id^="block-views-typefinder-testimonials-block"] div.carousel .tf-testimonial {
  display: inline-block;
  width: 50%;
  height: 252px;
  vertical-align: top;
  overflow: hidden;
  text-align: left;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 25px;
  position: relative;
  border-top: solid 1px #cfcfcf;
}
@media only screen and (min-width: 1000px) and (max-width: 1199px) {
  /* line 3154, ../sass-custom/_custom.scss */
  section.block[id^="block-views-typefinder-testimonials-block"] div.carousel .tf-testimonial {
    height: 280px;
  }
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 3154, ../sass-custom/_custom.scss */
  section.block[id^="block-views-typefinder-testimonials-block"] div.carousel .tf-testimonial {
    display: block;
    width: 100%;
    height: 242px;
    border-top: none;
    border-right: none;
    border-bottom: solid 1px #cfcfcf;
  }
}
@media only screen and (max-width: 767px) {
  /* line 3154, ../sass-custom/_custom.scss */
  section.block[id^="block-views-typefinder-testimonials-block"] div.carousel .tf-testimonial {
    display: block;
    width: 100%;
    height: 234px;
    border-top: none;
    border-right: none;
    border-bottom: solid 1px #cfcfcf;
  }
}
@media only screen and (max-width: 599px) and (min-width: 480px) {
  /* line 3154, ../sass-custom/_custom.scss */
  section.block[id^="block-views-typefinder-testimonials-block"] div.carousel .tf-testimonial {
    height: 288px;
  }
}
@media only screen and (max-width: 479px) {
  /* line 3154, ../sass-custom/_custom.scss */
  section.block[id^="block-views-typefinder-testimonials-block"] div.carousel .tf-testimonial {
    height: 415px;
  }
}
/* line 3197, ../sass-custom/_custom.scss */
section.block[id^="block-views-typefinder-testimonials-block"] div.carousel .tf-testimonial:nth-child(2n+1) {
  border-right: solid 1px #cfcfcf;
}
@media only screen and (max-width: 999px) {
  /* line 3197, ../sass-custom/_custom.scss */
  section.block[id^="block-views-typefinder-testimonials-block"] div.carousel .tf-testimonial:nth-child(2n+1) {
    border-right: none;
  }
}
/* line 3205, ../sass-custom/_custom.scss */
section.block[id^="block-views-typefinder-testimonials-block"] div.carousel .tf-testimonial:nth-child(1) {
  border-top: none;
}
/* line 3209, ../sass-custom/_custom.scss */
section.block[id^="block-views-typefinder-testimonials-block"] div.carousel .tf-testimonial:nth-child(2) {
  border-top: none;
}
@media only screen and (max-width: 999px) {
  /* line 3213, ../sass-custom/_custom.scss */
  section.block[id^="block-views-typefinder-testimonials-block"] div.carousel .tf-testimonial:last-child {
    border-bottom: none;
  }
}
/* line 3219, ../sass-custom/_custom.scss */
section.block[id^="block-views-typefinder-testimonials-block"] div.carousel .tf-testimonial .testimonial-pic-wrapper {
  width: 114px;
  position: absolute;
  top: 43px;
  left: 49px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 3219, ../sass-custom/_custom.scss */
  section.block[id^="block-views-typefinder-testimonials-block"] div.carousel .tf-testimonial .testimonial-pic-wrapper {
    top: 38px;
    left: 70px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 3219, ../sass-custom/_custom.scss */
  section.block[id^="block-views-typefinder-testimonials-block"] div.carousel .tf-testimonial .testimonial-pic-wrapper {
    top: 38px;
    left: 3px;
  }
}
@media only screen and (max-width: 479px) {
  /* line 3219, ../sass-custom/_custom.scss */
  section.block[id^="block-views-typefinder-testimonials-block"] div.carousel .tf-testimonial .testimonial-pic-wrapper {
    top: 38px;
    position: relative;
    margin: 0 auto;
  }
}
/* line 3241, ../sass-custom/_custom.scss */
section.block[id^="block-views-typefinder-testimonials-block"] div.carousel .tf-testimonial .testimonial-pic-wrapper .testimonial-pic {
  width: 100%;
  border-radius: 57px;
}
/* line 3246, ../sass-custom/_custom.scss */
section.block[id^="block-views-typefinder-testimonials-block"] div.carousel .tf-testimonial .testimonial-pic-wrapper:before {
  content: " ";
  position: absolute;
  display: block;
  height: 41px;
  width: 41px;
  top: -13px;
  right: -5px;
  background: #edb61b url(../images/tf/quote-icon.png) 50% 50% no-repeat;
  border-radius: 21px;
}
/* line 3259, ../sass-custom/_custom.scss */
section.block[id^="block-views-typefinder-testimonials-block"] div.carousel .tf-testimonial .views-field-body {
  margin: 48px 50px 0px 182px;
  max-height: 125px;
  overflow: hidden;
}
@media only screen and (min-width: 1000px) and (max-width: 1199px) {
  /* line 3259, ../sass-custom/_custom.scss */
  section.block[id^="block-views-typefinder-testimonials-block"] div.carousel .tf-testimonial .views-field-body {
    max-height: 174px;
  }
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 3259, ../sass-custom/_custom.scss */
  section.block[id^="block-views-typefinder-testimonials-block"] div.carousel .tf-testimonial .views-field-body {
    margin: 44px 50px 0px 203px;
    line-height: 25px;
    max-height: 125px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 3259, ../sass-custom/_custom.scss */
  section.block[id^="block-views-typefinder-testimonials-block"] div.carousel .tf-testimonial .views-field-body {
    margin: 42px 0 0 138px;
    line-height: 26px;
    height: auto;
    max-height: 107px;
  }
}
@media only screen and (max-width: 599px) and (min-width: 480px) {
  /* line 3259, ../sass-custom/_custom.scss */
  section.block[id^="block-views-typefinder-testimonials-block"] div.carousel .tf-testimonial .views-field-body {
    max-height: 155px;
  }
}
@media only screen and (max-width: 479px) {
  /* line 3259, ../sass-custom/_custom.scss */
  section.block[id^="block-views-typefinder-testimonials-block"] div.carousel .tf-testimonial .views-field-body {
    margin: 55px 0 0 0;
    max-height: 160px;
  }
}
/* line 3290, ../sass-custom/_custom.scss */
section.block[id^="block-views-typefinder-testimonials-block"] div.carousel .tf-testimonial .views-field-body p {
  margin: 0;
  text-align: left;
}
/* line 3296, ../sass-custom/_custom.scss */
section.block[id^="block-views-typefinder-testimonials-block"] div.carousel .tf-testimonial .views-field-title {
  margin-left: 182px;
  margin-top: 12px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 3296, ../sass-custom/_custom.scss */
  section.block[id^="block-views-typefinder-testimonials-block"] div.carousel .tf-testimonial .views-field-title {
    margin-left: 202px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 3296, ../sass-custom/_custom.scss */
  section.block[id^="block-views-typefinder-testimonials-block"] div.carousel .tf-testimonial .views-field-title {
    margin-left: 136px;
  }
}
@media only screen and (max-width: 479px) {
  /* line 3296, ../sass-custom/_custom.scss */
  section.block[id^="block-views-typefinder-testimonials-block"] div.carousel .tf-testimonial .views-field-title {
    margin-left: 0;
  }
}
/* line 3312, ../sass-custom/_custom.scss */
section.block[id^="block-views-typefinder-testimonials-block"] div.carousel .tf-testimonial .views-field-title .testimonial-author {
  font-weight: 600;
}
/* line 3316, ../sass-custom/_custom.scss */
section.block[id^="block-views-typefinder-testimonials-block"] div.carousel .tf-testimonial .views-field-title .testimonial-from {
  color: #989898;
}
/* line 3322, ../sass-custom/_custom.scss */
section.block[id^="block-views-typefinder-testimonials-block"] div.carousel .carousel-indicators {
  height: 47px;
  padding: 0 20px;
  bottom: 10px;
  line-height: 24px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: default;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 3322, ../sass-custom/_custom.scss */
  section.block[id^="block-views-typefinder-testimonials-block"] div.carousel .carousel-indicators {
    bottom: 6px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 3322, ../sass-custom/_custom.scss */
  section.block[id^="block-views-typefinder-testimonials-block"] div.carousel .carousel-indicators {
    bottom: 0;
  }
}
/* line 3338, ../sass-custom/_custom.scss */
section.block[id^="block-views-typefinder-testimonials-block"] div.carousel .carousel-indicators li {
  margin: 0 10px;
  width: 9px;
  height: 9px;
  background-color: #727272;
  vertical-align: bottom;
}
/* line 3345, ../sass-custom/_custom.scss */
section.block[id^="block-views-typefinder-testimonials-block"] div.carousel .carousel-indicators li.active {
  margin: 0 9px 0 10px;
  width: 10px;
  height: 10px;
  border: 2px solid #727272;
  background: none;
}
/* line 3353, ../sass-custom/_custom.scss */
section.block[id^="block-views-typefinder-testimonials-block"] div.carousel .carousel-indicators li::after {
  content: " ";
  display: block;
  position: relative;
  height: 26px;
  width: 26px;
  top: -10px;
  left: -10px;
}

/* line 3369, ../sass-custom/_custom.scss */
.region-bottom {
  background-color: #edb61b;
  color: #ffffff;
  padding: 0;
}
/* line 3374, ../sass-custom/_custom.scss */
.region-bottom .block-wrap {
  display: inline-block;
  width: 50%;
  vertical-align: top;
}
@media only screen and (max-width: 999px) {
  /* line 3374, ../sass-custom/_custom.scss */
  .region-bottom .block-wrap {
    width: 100%;
  }
}
/* line 3383, ../sass-custom/_custom.scss */
.region-bottom .block-wrap section.block {
  height: 176px;
  padding: 31px 50px 10px 43px;
  text-align: left;
  width: 418px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 3383, ../sass-custom/_custom.scss */
  .region-bottom .block-wrap section.block {
    padding: 31px 40px 0;
    width: 580px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  /* line 3383, ../sass-custom/_custom.scss */
  .region-bottom .block-wrap section.block {
    padding: 31px 0 0;
    width: 87%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 479px) {
  /* line 3383, ../sass-custom/_custom.scss */
  .region-bottom .block-wrap section.block {
    padding: 15px 0 0;
    width: 90%;
    margin: 0 auto;
  }
}
/* line 3406, ../sass-custom/_custom.scss */
.region-bottom .block-wrap section.block h2 {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.14em;
  font-weight: 700;
  margin-bottom: 18px;
}
@media only screen and (max-width: 999px) {
  /* line 3406, ../sass-custom/_custom.scss */
  .region-bottom .block-wrap section.block h2 {
    text-align: center;
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 479px) {
  /* line 3406, ../sass-custom/_custom.scss */
  .region-bottom .block-wrap section.block h2 {
    margin-bottom: 10px;
  }
}
/* line 3425, ../sass-custom/_custom.scss */
.region-bottom .block-wrap.block-wrap-first {
  text-align: right;
}
/* line 3428, ../sass-custom/_custom.scss */
.region-bottom .block-wrap.block-wrap-first section.block {
  display: inline-block;
  vertical-align: top;
  margin-right: 50px;
}
@media only screen and (min-width: 1000px) and (max-width: 1199px) {
  /* line 3428, ../sass-custom/_custom.scss */
  .region-bottom .block-wrap.block-wrap-first section.block {
    margin-right: 0px;
  }
}
@media only screen and (max-width: 999px) {
  /* line 3428, ../sass-custom/_custom.scss */
  .region-bottom .block-wrap.block-wrap-first section.block {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
/* line 3445, ../sass-custom/_custom.scss */
.region-bottom .block-wrap.block-wrap-last {
  background-color: #e6a500;
}
/* line 3448, ../sass-custom/_custom.scss */
.region-bottom .block-wrap.block-wrap-last section.block {
  display: inline-block;
  vertical-align: top;
  margin-left: 50px;
}
@media only screen and (min-width: 1000px) {
  /* line 3448, ../sass-custom/_custom.scss */
  .region-bottom .block-wrap.block-wrap-last section.block {
    padding: 31px 0px 10px 65px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1199px) {
  /* line 3448, ../sass-custom/_custom.scss */
  .region-bottom .block-wrap.block-wrap-last section.block {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 999px) {
  /* line 3448, ../sass-custom/_custom.scss */
  .region-bottom .block-wrap.block-wrap-last section.block {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
/* line 3469, ../sass-custom/_custom.scss */
.region-bottom .block-wrap.block-wrap-middle {
  display: none;
}

/* line 3477, ../sass-custom/_custom.scss */
footer.footer {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 39px;
  padding-bottom: 0px;
  background-color: #f2f2f2;
  border-top: none;
  text-align: center;
}
@media only screen and (min-width: 1000px) {
  /* line 3477, ../sass-custom/_custom.scss */
  footer.footer {
    height: 377px;
    position: absolute;
    width: 100%;
    bottom: 0;
  }
}
@media only screen and (min-width: 1000px) {
  /* line 3493, ../sass-custom/_custom.scss */
  footer.footer.footer---page-mini {
    height: 209px;
  }
}
/* line 3499, ../sass-custom/_custom.scss */
footer.footer .footer-logo {
  margin: 0 auto;
  display: inline-block;
}
/* line 3503, ../sass-custom/_custom.scss */
footer.footer .footer-logo img {
  margin: 0 auto;
  display: block;
  width: 93px;
}
/* line 3521, ../sass-custom/_custom.scss */
footer.footer .copyright {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  color: #7b7b7b;
  display: block;
  margin: 0px auto;
  padding: 15px 0px 12px 0px;
  text-align: center;
  line-height: 18px;
  border-top: 1px solid #e0e1e5;
  letter-spacing: 0.09em;
}
/* line 3535, ../sass-custom/_custom.scss */
footer.footer ul.social-links {
  text-align: center;
  margin: 0;
  font-size: 0;
  line-height: 0;
  margin-top: 24px;
  margin-bottom: 13px;
}
/* line 3543, ../sass-custom/_custom.scss */
footer.footer ul.social-links li {
  padding: 0;
  margin: 0 7px 14px 7px;
}
/* line 3547, ../sass-custom/_custom.scss */
footer.footer ul.social-links li a {
  display: block;
  width: 73px;
  height: 73px;
  border-radius: 37px;
}
/* line 3553, ../sass-custom/_custom.scss */
footer.footer ul.social-links li a:hover, footer.footer ul.social-links li a:focus {
  background-color: #edb61b;
}
/* line 3558, ../sass-custom/_custom.scss */
footer.footer ul.social-links li a.social-link-facebook {
  background-image: url(../images/social/icon-facebook.png);
}
/* line 3561, ../sass-custom/_custom.scss */
footer.footer ul.social-links li a.social-link-facebook:hover, footer.footer ul.social-links li a.social-link-facebook:focus {
  background-image: url(../images/social/icon-facebook-active.png);
}
/* line 3567, ../sass-custom/_custom.scss */
footer.footer ul.social-links li a.social-link-twitter {
  background-image: url(../images/social/icon-twitter.png);
}
/* line 3570, ../sass-custom/_custom.scss */
footer.footer ul.social-links li a.social-link-twitter:hover, footer.footer ul.social-links li a.social-link-twitter:focus {
  background-image: url(../images/social/icon-twitter-active.png);
}
/* line 3576, ../sass-custom/_custom.scss */
footer.footer ul.social-links li a.social-link-google {
  background-image: url(../images/social/icon-googleplus.png);
}
/* line 3579, ../sass-custom/_custom.scss */
footer.footer ul.social-links li a.social-link-google:hover, footer.footer ul.social-links li a.social-link-google:focus {
  background-image: url(../images/social/icon-googleplus-active.png);
}
/* line 3585, ../sass-custom/_custom.scss */
footer.footer ul.social-links li a.social-link-youtube {
  background-image: url(../images/social/icon-youtube.png);
}
/* line 3588, ../sass-custom/_custom.scss */
footer.footer ul.social-links li a.social-link-youtube:hover, footer.footer ul.social-links li a.social-link-youtube:focus {
  background-image: url(../images/social/icon-youtube-active.png);
}
/* line 3594, ../sass-custom/_custom.scss */
footer.footer ul.social-links li a.social-link-linkedin {
  background-image: url(../images/social/icon-linkedin.png);
}
/* line 3597, ../sass-custom/_custom.scss */
footer.footer ul.social-links li a.social-link-linkedin:hover, footer.footer ul.social-links li a.social-link-linkedin:focus {
  background-image: url(../images/social/icon-linkedin-active.png);
}
/* line 3603, ../sass-custom/_custom.scss */
footer.footer ul.social-links li a.social-link-pinterest {
  background-image: url(../images/social/icon-pinterest.png);
}
/* line 3606, ../sass-custom/_custom.scss */
footer.footer ul.social-links li a.social-link-pinterest:hover, footer.footer ul.social-links li a.social-link-pinterest:focus {
  background-image: url(../images/social/icon-pinterest-active.png);
}
/* line 3615, ../sass-custom/_custom.scss */
footer.footer .block-menu ul.menu {
  text-align: center;
  line-height: 0;
  max-width: 96%;
  margin: 0 auto;
  min-height: 60px;
}
@media only screen and (min-width: 1000px) {
  /* line 3615, ../sass-custom/_custom.scss */
  footer.footer .block-menu ul.menu {
    max-height: 76px;
    overflow: hidden;
  }
}
/* line 3629, ../sass-custom/_custom.scss */
footer.footer .block-menu ul.menu li {
  padding: 0 13px 15px;
  font-size: 14px;
  letter-spacing: 0.072em;
}
/* line 3634, ../sass-custom/_custom.scss */
footer.footer .block-menu ul.menu li a {
  padding: 0 0 1px 0;
  text-transform: uppercase;
  font-size: 11px;
  color: #3d3d3d;
  line-height: 1;
  font-weight: bold;
  height: 12px;
}
/* line 3649, ../sass-custom/_custom.scss */
footer.footer.footer---page-mini .footer-logo {
  margin-bottom: 30px;
}

/* line 3658, ../sass-custom/_custom.scss */
body.page-admin .footer .footer-logo img {
  max-width: 90px;
}

/* line 3667, ../sass-custom/_custom.scss */
.block-share42 {
  float: right;
}

@media only screen and (max-width: 620px) {
  /* line 3672, ../sass-custom/_custom.scss */
  body.page-node-view.node-type-personality-test .block-share42 {
    display: none;
  }
}

/* line 3683, ../sass-custom/_custom.scss */
.main-container .node-comments,
.main-comment-container .node-comments {
  background-color: #ffffff;
  padding: 5px 43px 35px;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  /* line 3683, ../sass-custom/_custom.scss */
  .main-container .node-comments,
  .main-comment-container .node-comments {
    padding: 5px 26px 35px;
  }
}
/* line 3693, ../sass-custom/_custom.scss */
.main-container .node-comments .comment-wrapper > h2,
.main-comment-container .node-comments .comment-wrapper > h2 {
  margin-bottom: 7px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 3693, ../sass-custom/_custom.scss */
  .main-container .node-comments .comment-wrapper > h2,
  .main-comment-container .node-comments .comment-wrapper > h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  /* line 3693, ../sass-custom/_custom.scss */
  .main-container .node-comments .comment-wrapper > h2,
  .main-comment-container .node-comments .comment-wrapper > h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 479px) {
  /* line 3693, ../sass-custom/_custom.scss */
  .main-container .node-comments .comment-wrapper > h2,
  .main-comment-container .node-comments .comment-wrapper > h2 {
    font-size: 22px;
  }
}
/* line 3711, ../sass-custom/_custom.scss */
.main-container form.comment-form,
.main-comment-container form.comment-form {
  margin-top: 25px;
}
/* line 3714, ../sass-custom/_custom.scss */
.main-container form.comment-form .comment-form-author,
.main-comment-container form.comment-form .comment-form-author {
  text-align: justify;
  text-align-last: justify;
}
/* line 3718, ../sass-custom/_custom.scss */
.main-container form.comment-form .comment-form-author .form-item,
.main-comment-container form.comment-form .comment-form-author .form-item {
  display: inline-block;
  width: 47%;
  text-align: left;
  text-align-last: left;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  /* line 3718, ../sass-custom/_custom.scss */
  .main-container form.comment-form .comment-form-author .form-item,
  .main-comment-container form.comment-form .comment-form-author .form-item {
    width: 100%;
  }
}
/* line 3729, ../sass-custom/_custom.scss */
.main-container form.comment-form .comment-form-author .form-item label,
.main-comment-container form.comment-form .comment-form-author .form-item label {
  margin-bottom: 8px;
}
/* line 3734, ../sass-custom/_custom.scss */
.main-container form.comment-form .comment-form-author .form-item.form-type-item label,
.main-comment-container form.comment-form .comment-form-author .form-item.form-type-item label {
  display: inline-block;
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  /* line 3740, ../sass-custom/_custom.scss */
  .main-container form.comment-form .comment-form-author .form-item.form-item-name,
  .main-comment-container form.comment-form .comment-form-author .form-item.form-item-name {
    margin-bottom: 20px;
  }
}
/* line 3748, ../sass-custom/_custom.scss */
.main-container form.comment-form .form-actions,
.main-comment-container form.comment-form .form-actions {
  text-align: center;
  margin-top: 40px;
}
/* line 3753, ../sass-custom/_custom.scss */
.main-container form.comment-form .form-item-notify,
.main-comment-container form.comment-form .form-item-notify {
  border-top: solid 1px #cfcfcf;
  padding-top: 25px;
}
/* line 3758, ../sass-custom/_custom.scss */
.main-container form.comment-form .form-item-notify label .fancy-input,
.main-comment-container form.comment-form .form-item-notify label .fancy-input {
  top: 7px;
}
@media only screen and (max-width: 767px) {
  /* line 3762, ../sass-custom/_custom.scss */
  .main-container form.comment-form .form-item-notify label .label-text,
  .main-comment-container form.comment-form .form-item-notify label .label-text {
    display: inline-block;
    max-width: 78%;
    vertical-align: middle;
  }
}
/* line 3772, ../sass-custom/_custom.scss */
.main-container form.comment-form #edit-notify-type .form-item-notify-type,
.main-comment-container form.comment-form #edit-notify-type .form-item-notify-type {
  margin-left: 30px;
}
@media only screen and (max-width: 767px) {
  /* line 3772, ../sass-custom/_custom.scss */
  .main-container form.comment-form #edit-notify-type .form-item-notify-type,
  .main-comment-container form.comment-form #edit-notify-type .form-item-notify-type {
    margin: 5px 0;
    display: inline-block;
  }
}
/* line 3780, ../sass-custom/_custom.scss */
.main-container form.comment-form #edit-notify-type .form-item-notify-type:first-child,
.main-comment-container form.comment-form #edit-notify-type .form-item-notify-type:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  /* line 3780, ../sass-custom/_custom.scss */
  .main-container form.comment-form #edit-notify-type .form-item-notify-type:first-child,
  .main-comment-container form.comment-form #edit-notify-type .form-item-notify-type:first-child {
    margin: 5px 25px 5px 0;
  }
}
/* line 3788, ../sass-custom/_custom.scss */
.main-container form.comment-form #edit-notify-type .form-item-notify-type.radio label.fancy-radios-radio,
.main-comment-container form.comment-form #edit-notify-type .form-item-notify-type.radio label.fancy-radios-radio {
  padding-left: 10px;
}
@media only screen and (max-width: 767px) {
  /* line 3788, ../sass-custom/_custom.scss */
  .main-container form.comment-form #edit-notify-type .form-item-notify-type.radio label.fancy-radios-radio,
  .main-comment-container form.comment-form #edit-notify-type .form-item-notify-type.radio label.fancy-radios-radio {
    font-size: 14px;
  }
}
/* line 3795, ../sass-custom/_custom.scss */
.main-container form.comment-form #edit-notify-type .form-item-notify-type.radio label.fancy-radios-radio input + .fancy-input,
.main-comment-container form.comment-form #edit-notify-type .form-item-notify-type.radio label.fancy-radios-radio input + .fancy-input {
  left: -10px;
  top: 6px;
}
/* line 3803, ../sass-custom/_custom.scss */
.main-container .comment,
.main-comment-container .comment {
  border-bottom: solid 1px #cfcfcf;
  position: relative;
  padding-top: 27px;
  padding-bottom: 9px;
}
@media only screen and (max-width: 767px) {
  /* line 3803, ../sass-custom/_custom.scss */
  .main-container .comment,
  .main-comment-container .comment {
    padding-bottom: 2px;
    padding-top: 22px;
  }
}
/* line 3814, ../sass-custom/_custom.scss */
.main-container .comment .comment-picture,
.main-comment-container .comment .comment-picture {
  position: absolute;
  top: 32px;
  left: 14px;
  width: 34px;
  border-right: solid 1px #cfcfcf;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 3px 19px 3px 0;
}
@media only screen and (max-width: 767px) {
  /* line 3814, ../sass-custom/_custom.scss */
  .main-container .comment .comment-picture,
  .main-comment-container .comment .comment-picture {
    display: none;
  }
}
/* line 3827, ../sass-custom/_custom.scss */
.main-container .comment .comment-picture ~ .comment-main,
.main-comment-container .comment .comment-picture ~ .comment-main {
  padding-left: 89px;
}
@media only screen and (max-width: 767px) {
  /* line 3827, ../sass-custom/_custom.scss */
  .main-container .comment .comment-picture ~ .comment-main,
  .main-comment-container .comment .comment-picture ~ .comment-main {
    padding-left: 0;
  }
}
/* line 3837, ../sass-custom/_custom.scss */
.main-container .comment .comment-main > .new,
.main-comment-container .comment .comment-main > .new {
  position: absolute;
  top: 10px;
  right: 20px;
  color: #6ed9e6;
}
/* line 3844, ../sass-custom/_custom.scss */
.main-container .comment .comment-main > h3,
.main-comment-container .comment .comment-main > h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  font-weight: 600;
  margin: 0;
  margin-left: -1px;
  letter-spacing: 0.02em;
}
/* line 3853, ../sass-custom/_custom.scss */
.main-container .comment .comment-main .submitted,
.main-comment-container .comment .comment-main .submitted {
  font-style: normal;
  font-size: 13px;
  letter-spacing: 0.02em;
  margin-bottom: 7px;
}
/* line 3861, ../sass-custom/_custom.scss */
.main-container .comment .comment-main .content .field-name-comment-body,
.main-comment-container .comment .comment-main .content .field-name-comment-body {
  font-size: 13px;
  padding-left: 2px;
  line-height: 25px;
  letter-spacing: 0.02em;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  /* line 3861, ../sass-custom/_custom.scss */
  .main-container .comment .comment-main .content .field-name-comment-body,
  .main-comment-container .comment .comment-main .content .field-name-comment-body {
    font-size: 13px;
    letter-spacing: 0.02em;
    padding-left: 0;
  }
}
/* line 3874, ../sass-custom/_custom.scss */
.main-container .comment .comment-main .content .field-name-comment-body p,
.main-comment-container .comment .comment-main .content .field-name-comment-body p {
  margin: 7px 0;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  /* line 3874, ../sass-custom/_custom.scss */
  .main-container .comment .comment-main .content .field-name-comment-body p,
  .main-comment-container .comment .comment-main .content .field-name-comment-body p {
    font-size: 13px;
    letter-spacing: 0.02em;
  }
}
/* line 3886, ../sass-custom/_custom.scss */
.main-container .comment .comment-main .links,
.main-comment-container .comment .comment-main .links {
  text-align: right;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  margin-top: 19px;
  letter-spacing: 0.12em;
}
@media only screen and (max-width: 767px) {
  /* line 3886, ../sass-custom/_custom.scss */
  .main-container .comment .comment-main .links,
  .main-comment-container .comment .comment-main .links {
    margin-top: 12px;
  }
}
/* line 3899, ../sass-custom/_custom.scss */
.main-container .comment .comment-main .links li.last,
.main-comment-container .comment .comment-main .links li.last {
  padding-right: 0;
}
/* line 3907, ../sass-custom/_custom.scss */
.main-container .indented,
.main-comment-container .indented {
  margin-left: 25px;
}
@media only screen and (min-width: 1000px) and (max-width: 1199px) {
  /* line 3907, ../sass-custom/_custom.scss */
  .main-container .indented,
  .main-comment-container .indented {
    margin-left: 17px;
  }
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 3907, ../sass-custom/_custom.scss */
  .main-container .indented,
  .main-comment-container .indented {
    margin-left: 17px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 600px) {
  /* line 3907, ../sass-custom/_custom.scss */
  .main-container .indented,
  .main-comment-container .indented {
    margin-left: 8px;
  }
}
@media only screen and (max-width: 599px) and (min-width: 480px) {
  /* line 3907, ../sass-custom/_custom.scss */
  .main-container .indented,
  .main-comment-container .indented {
    margin-left: 6px;
  }
}
@media only screen and (max-width: 479px) {
  /* line 3907, ../sass-custom/_custom.scss */
  .main-container .indented,
  .main-comment-container .indented {
    margin-left: 0px;
  }
}

/* line 3932, ../sass-custom/_custom.scss */
.main-comment-container {
  background: #f2f2f2;
  padding-right: 309px;
  padding-bottom: 53px;
}
@media only screen and (min-width: 1000px) and (max-width: 1199px) {
  /* line 3932, ../sass-custom/_custom.scss */
  .main-comment-container {
    padding-right: 259px;
  }
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 3932, ../sass-custom/_custom.scss */
  .main-comment-container {
    padding-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 3932, ../sass-custom/_custom.scss */
  .main-comment-container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
/* line 3950, ../sass-custom/_custom.scss */
.main-comment-container .node-comments {
  margin-top: 0;
}

/* line 4, ../sass-custom/pages/_manage_clients.scss */
.pt-pro-users-manage-clients-find-client {
  margin-bottom: 0;
}
/* line 8, ../sass-custom/pages/_manage_clients.scss */
.pt-pro-users-manage-clients-find-client form#pt-pro-users-find-client-form .form-item,
.pt-pro-users-manage-clients-find-client form#pt-pro-users-find-client-form button {
  float: none;
  margin: 0 10px 0 0;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 999px) {
  /* line 8, ../sass-custom/pages/_manage_clients.scss */
  .pt-pro-users-manage-clients-find-client form#pt-pro-users-find-client-form .form-item,
  .pt-pro-users-manage-clients-find-client form#pt-pro-users-find-client-form button {
    margin: 0 10px 15px 0;
  }
}
@media only screen and (max-width: 999px) {
  /* line 20, ../sass-custom/pages/_manage_clients.scss */
  .pt-pro-users-manage-clients-find-client form#pt-pro-users-find-client-form .form-item {
    width: 100%;
    margin: 0 0 15px 0;
  }
}
/* line 27, ../sass-custom/pages/_manage_clients.scss */
.pt-pro-users-manage-clients-find-client form#pt-pro-users-find-client-form button {
  min-width: 130px;
}

/* line 33, ../sass-custom/pages/_manage_clients.scss */
.pt-pro-users-manage-clients-add-client {
  margin-bottom: 0;
}
/* line 36, ../sass-custom/pages/_manage_clients.scss */
.pt-pro-users-manage-clients-add-client .form-item,
.pt-pro-users-manage-clients-add-client button.form-submit {
  float: none;
  margin: 0 10px 0 0;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 999px) {
  /* line 36, ../sass-custom/pages/_manage_clients.scss */
  .pt-pro-users-manage-clients-add-client .form-item,
  .pt-pro-users-manage-clients-add-client button.form-submit {
    margin: 0 0 15px 0;
  }
}
/* line 48, ../sass-custom/pages/_manage_clients.scss */
.pt-pro-users-manage-clients-add-client .form-item {
  width: 27%;
}
@media only screen and (max-width: 999px) {
  /* line 48, ../sass-custom/pages/_manage_clients.scss */
  .pt-pro-users-manage-clients-add-client .form-item {
    width: 100%;
  }
}
/* line 56, ../sass-custom/pages/_manage_clients.scss */
.pt-pro-users-manage-clients-add-client button.form-submit {
  min-width: 100px;
}

/* line 61, ../sass-custom/pages/_manage_clients.scss */
.pt-pro-users-manage-clients-available-tests {
  padding: 25px 0 0;
}
@media only screen and (max-width: 999px) {
  /* line 61, ../sass-custom/pages/_manage_clients.scss */
  .pt-pro-users-manage-clients-available-tests {
    padding: 15px 0 0;
  }
}
/* line 68, ../sass-custom/pages/_manage_clients.scss */
.pt-pro-users-manage-clients-available-tests .available-tests-count {
  padding-right: 15px;
  border-right: solid 1px #cfcfcf;
  vertical-align: top;
  display: inline-block;
}
@media only screen and (max-width: 479px) {
  /* line 68, ../sass-custom/pages/_manage_clients.scss */
  .pt-pro-users-manage-clients-available-tests .available-tests-count {
    padding-right: 0;
    border-right: none;
  }
}
/* line 80, ../sass-custom/pages/_manage_clients.scss */
.pt-pro-users-manage-clients-available-tests .view-credit-usage {
  white-space: nowrap;
  padding-left: 12px;
  vertical-align: top;
  display: inline-block;
}
@media only screen and (max-width: 479px) {
  /* line 80, ../sass-custom/pages/_manage_clients.scss */
  .pt-pro-users-manage-clients-available-tests .view-credit-usage {
    padding-left: 0;
    display: block;
  }
}

/* line 96, ../sass-custom/pages/_manage_clients.scss */
.pt-pro-users-manage-clients-clients-list table.table td ul.links {
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  /* line 100, ../sass-custom/pages/_manage_clients.scss */
  .pt-pro-users-manage-clients-clients-list table.table td:first-child {
    white-space: normal;
  }
}
@media only screen and (max-width: 767px) {
  /* line 108, ../sass-custom/pages/_manage_clients.scss */
  .pt-pro-users-manage-clients-clients-list .pt-pro-users-manage-clients-list-client-name {
    font-size: 24px;
  }
}
/* line 114, ../sass-custom/pages/_manage_clients.scss */
.pt-pro-users-manage-clients-clients-list .pt-pro-users-client-status {
  display: inline-block;
}
/* line 117, ../sass-custom/pages/_manage_clients.scss */
.pt-pro-users-manage-clients-clients-list .pt-pro-users-client-status .pt-pro-users-client-status-popup {
  position: relative;
}
@media only screen and (max-width: 599px) {
  /* line 117, ../sass-custom/pages/_manage_clients.scss */
  .pt-pro-users-manage-clients-clients-list .pt-pro-users-client-status .pt-pro-users-client-status-popup {
    left: -13px;
  }
}

/* line 128, ../sass-custom/pages/_manage_clients.scss */
.pt-pro-users-view-client-submissions .pt-pro-users-client-more-link {
  margin-right: 8px;
}

/* line 5, ../sass-custom/pages/_view_client.scss */
.pt-pro-users-view-client .view-client-mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  /* line 5, ../sass-custom/pages/_view_client.scss */
  .pt-pro-users-view-client .view-client-mobile {
    display: inline;
  }
}
@media only screen and (max-width: 767px) {
  /* line 13, ../sass-custom/pages/_view_client.scss */
  .pt-pro-users-view-client .pt-pro-users-view-client-name {
    display: inline;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 19, ../sass-custom/pages/_view_client.scss */
  .pt-pro-users-view-client .pt-pro-users-view-client-name .pt-pro-users-view-client-info-field {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  /* line 25, ../sass-custom/pages/_view_client.scss */
  .pt-pro-users-view-client .pt-pro-users-view-client-name .pt-pro-users-view-client-info-value {
    display: inline;
    float: none;
    vertical-align: top;
  }
}
@media only screen and (max-width: 767px) {
  /* line 34, ../sass-custom/pages/_view_client.scss */
  .pt-pro-users-view-client .pt-pro-users-view-client-mail {
    display: inline;
  }
}
@media only screen and (max-width: 767px) {
  /* line 39, ../sass-custom/pages/_view_client.scss */
  .pt-pro-users-view-client .pt-pro-users-view-client-mail .pt-pro-users-view-client-info-field {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  /* line 45, ../sass-custom/pages/_view_client.scss */
  .pt-pro-users-view-client .pt-pro-users-view-client-mail .pt-pro-users-view-client-info-value {
    display: inline-block;
    float: none;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    vertical-align: top;
  }
}
@media only screen and (max-width: 767px) {
  /* line 58, ../sass-custom/pages/_view_client.scss */
  .pt-pro-users-view-client .pt-pro-users-view-client-state .pt-pro-users-view-client-info-field {
    display: inline;
    float: none;
    width: auto;
    margin-right: 2px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 67, ../sass-custom/pages/_view_client.scss */
  .pt-pro-users-view-client .pt-pro-users-view-client-state .pt-pro-users-view-client-info-value {
    display: inline;
    float: none;
    text-transform: lowercase;
  }
}
@media only screen and (max-width: 767px) {
  /* line 76, ../sass-custom/pages/_view_client.scss */
  .pt-pro-users-view-client .pt-pro-users-view-client-links {
    margin-top: 20px;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  /* line 82, ../sass-custom/pages/_view_client.scss */
  .pt-pro-users-view-client .pt-pro-users-view-client-links .pt-pro-users-view-client-info-field {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  /* line 89, ../sass-custom/pages/_view_client.scss */
  .pt-pro-users-view-client .pt-pro-users-view-client-links .pt-pro-users-view-client-info-value ul.links {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  /* line 94, ../sass-custom/pages/_view_client.scss */
  .pt-pro-users-view-client .pt-pro-users-view-client-links .pt-pro-users-view-client-info-value ul.links li {
    margin: 0 10px;
  }
}
/* line 99, ../sass-custom/pages/_view_client.scss */
.pt-pro-users-view-client .pt-pro-users-view-client-links .pt-pro-users-view-client-info-value ul.links li a {
  white-space: nowrap;
}

/* line 4, ../sass-custom/pages/_send_test_form.scss */
#pt-pro-users-send-test-form {
  width: 100%;
}
/* line 8, ../sass-custom/pages/_send_test_form.scss */
#pt-pro-users-send-test-form .form-item-body label {
  display: none;
}
/* line 12, ../sass-custom/pages/_send_test_form.scss */
#pt-pro-users-send-test-form .form-item-body #edit-body {
  width: 100%;
}
/* line 16, ../sass-custom/pages/_send_test_form.scss */
#pt-pro-users-send-test-form .form-item-body .grippie {
  margin: 0;
  width: 100%;
}
/* line 23, ../sass-custom/pages/_send_test_form.scss */
#pt-pro-users-send-test-form .form-item-subject label {
  float: none;
  display: inline-block;
}
/* line 28, ../sass-custom/pages/_send_test_form.scss */
#pt-pro-users-send-test-form .form-item-subject #edit-subject {
  width: calc(100% - 85px);
  max-width: 600px;
}
/* line 35, ../sass-custom/pages/_send_test_form.scss */
#pt-pro-users-send-test-form #edit-mail label {
  display: inline-block;
  float: none;
  margin-bottom: 0;
}
/* line 43, ../sass-custom/pages/_send_test_form.scss */
#pt-pro-users-send-test-form .form-item-test-nid label {
  float: none;
  display: inline-block;
}
/* line 48, ../sass-custom/pages/_send_test_form.scss */
#pt-pro-users-send-test-form .form-item-test-nid select {
  display: inline-block;
  width: calc(100% - 85px);
  max-width: 600px;
}

/* line 7, ../sass-custom/pages/_front_page.scss */
body.front .main-container {
  padding-bottom: 0;
}

/* line 15, ../sass-custom/pages/_front_page.scss */
#block-system-main .collection-tests {
  z-index: 1;
  position: relative;
}
/* line 19, ../sass-custom/pages/_front_page.scss */
#block-system-main .collection-tests > .item {
  padding: 40px 0 31px;
  position: relative;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 19, ../sass-custom/pages/_front_page.scss */
  #block-system-main .collection-tests > .item {
    padding: 38px 0 24px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 19, ../sass-custom/pages/_front_page.scss */
  #block-system-main .collection-tests > .item {
    padding: 31px 0 24px;
  }
}
/* line 31, ../sass-custom/pages/_front_page.scss */
#block-system-main .collection-tests > .item .item-number {
  text-align: center;
  color: #3d3d3d;
  width: 62px;
  height: 62px;
  margin: 0 auto;
  background: transparent url(../images/ruby.png) 50% 50% no-repeat;
  background-size: auto 62px;
  padding-top: 17px;
  padding-left: 1px;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  /* line 31, ../sass-custom/pages/_front_page.scss */
  #block-system-main .collection-tests > .item .item-number {
    background-size: auto 58px;
  }
}
/* line 51, ../sass-custom/pages/_front_page.scss */
#block-system-main .collection-tests > .item .collection-test > h2 {
  font-weight: bold;
  text-align: center;
  padding: 0 15px;
  font-size: 39px;
  line-height: 40px;
  letter-spacing: 0;
  margin-top: 8px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 51, ../sass-custom/pages/_front_page.scss */
  #block-system-main .collection-tests > .item .collection-test > h2 {
    margin-left: auto;
    width: 70%;
    margin-right: auto;
    font-size: 35px;
    line-height: 41px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 51, ../sass-custom/pages/_front_page.scss */
  #block-system-main .collection-tests > .item .collection-test > h2 {
    font-size: 32px;
    line-height: 38px;
    margin-top: 7px;
    margin-bottom: 17px;
  }
}
/* line 76, ../sass-custom/pages/_front_page.scss */
#block-system-main .collection-tests > .item .collection-test > h2::after {
  display: none;
}
/* line 81, ../sass-custom/pages/_front_page.scss */
#block-system-main .collection-tests > .item .collection-test .description {
  text-align: center;
  padding: 0 25px;
  letter-spacing: 0.020em;
  font-size: 17px;
  line-height: 29px;
  color: #3d3d3d;
}
@media only screen and (max-width: 767px) {
  /* line 81, ../sass-custom/pages/_front_page.scss */
  #block-system-main .collection-tests > .item .collection-test .description {
    line-height: 27px;
    padding: 0 12px;
  }
}
/* line 94, ../sass-custom/pages/_front_page.scss */
#block-system-main .collection-tests > .item .collection-test .description p {
  text-align: center;
  margin: 0;
}
/* line 100, ../sass-custom/pages/_front_page.scss */
#block-system-main .collection-tests > .item .collection-test .node {
  padding: 42px 15px 32px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 100, ../sass-custom/pages/_front_page.scss */
  #block-system-main .collection-tests > .item .collection-test .node {
    padding: 31px 15px 44px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 100, ../sass-custom/pages/_front_page.scss */
  #block-system-main .collection-tests > .item .collection-test .node {
    padding: 28px 0 44px;
  }
}
/* line 111, ../sass-custom/pages/_front_page.scss */
#block-system-main .collection-tests > .item .collection-test .node .image {
  float: left;
  height: 380px;
  width: 430px;
  padding-top: 40px;
}
@media only screen and (min-width: 1000px) and (max-width: 1199px) {
  /* line 111, ../sass-custom/pages/_front_page.scss */
  #block-system-main .collection-tests > .item .collection-test .node .image {
    width: 342px;
  }
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 111, ../sass-custom/pages/_front_page.scss */
  #block-system-main .collection-tests > .item .collection-test .node .image {
    width: 100%;
    padding-top: 0;
    height: 372px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 111, ../sass-custom/pages/_front_page.scss */
  #block-system-main .collection-tests > .item .collection-test .node .image {
    width: 100%;
    padding-top: 0;
    height: auto;
    padding-bottom: 34px;
  }
}
/* line 134, ../sass-custom/pages/_front_page.scss */
#block-system-main .collection-tests > .item .collection-test .node .image img {
  display: block;
  width: 338px;
  border-radius: 169px;
  margin: 0 0 0 auto;
}
@media only screen and (max-width: 999px) {
  /* line 134, ../sass-custom/pages/_front_page.scss */
  #block-system-main .collection-tests > .item .collection-test .node .image img {
    margin: 0 auto;
  }
}
/* line 146, ../sass-custom/pages/_front_page.scss */
#block-system-main .collection-tests > .item .collection-test .node .text {
  float: right;
  width: 650px;
  padding: 0 24px;
}
@media only screen and (min-width: 1000px) and (max-width: 1199px) {
  /* line 146, ../sass-custom/pages/_front_page.scss */
  #block-system-main .collection-tests > .item .collection-test .node .text {
    width: 552px;
  }
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 146, ../sass-custom/pages/_front_page.scss */
  #block-system-main .collection-tests > .item .collection-test .node .text {
    width: 100%;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 146, ../sass-custom/pages/_front_page.scss */
  #block-system-main .collection-tests > .item .collection-test .node .text {
    width: 100%;
    padding: 0 7px;
  }
}
/* line 165, ../sass-custom/pages/_front_page.scss */
#block-system-main .collection-tests > .item .collection-test .node .text .price {
  text-transform: uppercase;
  color: #edb61b;
  font-size: 13px;
  letter-spacing: 0.2em;
  font-weight: 700;
}
@media only screen and (max-width: 999px) {
  /* line 165, ../sass-custom/pages/_front_page.scss */
  #block-system-main .collection-tests > .item .collection-test .node .text .price {
    font-size: 15px;
  }
}
/* line 177, ../sass-custom/pages/_front_page.scss */
#block-system-main .collection-tests > .item .collection-test .node .text h3 {
  display: inline-block;
  position: relative;
  margin-top: 0px;
  margin-bottom: 13px;
  width: 82%;
  line-height: 38px;
  padding-bottom: 17px;
  font-size: 32px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 177, ../sass-custom/pages/_front_page.scss */
  #block-system-main .collection-tests > .item .collection-test .node .text h3 {
    margin-bottom: 17px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 177, ../sass-custom/pages/_front_page.scss */
  #block-system-main .collection-tests > .item .collection-test .node .text h3 {
    margin-top: 4px;
    margin-bottom: 5px;
    font-size: 30px;
    line-height: 41px;
    width: 90%;
  }
}
/* line 199, ../sass-custom/pages/_front_page.scss */
#block-system-main .collection-tests > .item .collection-test .node .text h3::after {
  border-bottom: 2px solid #3d3d3d;
  content: " ";
  display: block;
  width: 66px;
  position: absolute;
  left: 0;
  bottom: 0;
  bottom: -7px;
  width: 80px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 199, ../sass-custom/pages/_front_page.scss */
  #block-system-main .collection-tests > .item .collection-test .node .text h3::after {
    bottom: -12px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 199, ../sass-custom/pages/_front_page.scss */
  #block-system-main .collection-tests > .item .collection-test .node .text h3::after {
    bottom: -1px;
  }
}
/* line 214, ../sass-custom/pages/_front_page.scss */
#block-system-main .collection-tests > .item .collection-test .node .text .node-description {
  text-align: justify;
  font-size: 13px;
  letter-spacing: 0.02em;
  line-height: 25px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 214, ../sass-custom/pages/_front_page.scss */
  #block-system-main .collection-tests > .item .collection-test .node .text .node-description {
    font-size: 15px;
    letter-spacing: 0.034em;
    line-height: 27px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 214, ../sass-custom/pages/_front_page.scss */
  #block-system-main .collection-tests > .item .collection-test .node .text .node-description {
    line-height: 27px;
  }
}
@media only screen and (max-width: 479px) {
  /* line 214, ../sass-custom/pages/_front_page.scss */
  #block-system-main .collection-tests > .item .collection-test .node .text .node-description {
    text-align: left;
  }
}
/* line 234, ../sass-custom/pages/_front_page.scss */
#block-system-main .collection-tests > .item .collection-test .node .text .node-description p {
  margin-bottom: 20px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  /* line 234, ../sass-custom/pages/_front_page.scss */
  #block-system-main .collection-tests > .item .collection-test .node .text .node-description p {
    margin-bottom: 17px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  /* line 234, ../sass-custom/pages/_front_page.scss */
  #block-system-main .collection-tests > .item .collection-test .node .text .node-description p {
    text-align: justify;
  }
}
/* line 247, ../sass-custom/pages/_front_page.scss */
#block-system-main .collection-tests > .item .collection-test .node .text .node-description > :last-child {
  margin-bottom: 0;
}
/* line 252, ../sass-custom/pages/_front_page.scss */
#block-system-main .collection-tests > .item .collection-test .node .text .btn.take-link {
  margin-top: 27px;
  padding: 11px 34px;
  font-size: 14px;
  letter-spacing: 0.18em;
  line-height: 1;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 252, ../sass-custom/pages/_front_page.scss */
  #block-system-main .collection-tests > .item .collection-test .node .text .btn.take-link {
    margin-top: 28px;
    padding: 19px 31px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 252, ../sass-custom/pages/_front_page.scss */
  #block-system-main .collection-tests > .item .collection-test .node .text .btn.take-link {
    margin-top: 30px;
    padding: 19px 31px;
    font-size: 16px;
  }
}
/* line 274, ../sass-custom/pages/_front_page.scss */
#block-system-main .collection-tests > .item .collection-test .similar {
  clear: both;
  text-align: center;
  border-top: solid 1px #f2f2f2;
  padding: 12px 0 0;
  letter-spacing: 0.13em;
}
/* line 281, ../sass-custom/pages/_front_page.scss */
#block-system-main .collection-tests > .item .collection-test .similar a {
  text-transform: uppercase;
  color: #edb61b;
  font-weight: 700;
  padding: 0 28px 0 18px;
  background: transparent url(../images/test-arrow.png) 100% 4px no-repeat;
}
/* line 291, ../sass-custom/pages/_front_page.scss */
#block-system-main .collection-tests > .item.even {
  background-color: #ffffff;
}
/* line 71, ../sass-custom/_custom.scss */
#block-system-main .collection-tests > .item.even::before {
  content: " ";
  height: 100%;
  width: 10000px;
  display: block;
  position: absolute;
  top: 0px;
  left: 50%;
  z-index: -1;
  background: #ffffff;
  margin-left: -5000px;
}
/* line 294, ../sass-custom/pages/_front_page.scss */
#block-system-main .collection-tests > .item.even::after {
  content: " ";
  height: 10px;
  width: 20px;
  display: block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  z-index: 1;
  margin-left: -10px;
  visibility: visible;
  background: transparent url(../images/triangle-white.png) 50% 50% no-repeat;
}
/* line 299, ../sass-custom/pages/_front_page.scss */
#block-system-main .collection-tests > .item.odd {
  background-color: #f2f2f2;
}
/* line 71, ../sass-custom/_custom.scss */
#block-system-main .collection-tests > .item.odd::before {
  content: " ";
  height: 100%;
  width: 10000px;
  display: block;
  position: absolute;
  top: 0px;
  left: 50%;
  z-index: -1;
  background: #f2f2f2;
  margin-left: -5000px;
}
/* line 302, ../sass-custom/pages/_front_page.scss */
#block-system-main .collection-tests > .item.odd::after {
  content: " ";
  height: 10px;
  width: 20px;
  display: block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  z-index: 1;
  margin-left: -10px;
  visibility: visible;
  background: transparent url(../images/triangle-gray.png) 50% 50% no-repeat;
}
/* line 347, ../sass-custom/pages/_front_page.scss */
#block-system-main .collection-tests > .item:first-child {
  padding-top: 2px;
}
@media only screen and (max-width: 999px) {
  /* line 347, ../sass-custom/pages/_front_page.scss */
  #block-system-main .collection-tests > .item:first-child {
    padding-top: 0;
  }
}

/* line 361, ../sass-custom/pages/_front_page.scss */
.region-above-bottom section.block#block-views-front-page-blogs-block {
  background-color: #f2f2f2;
  margin: 0;
  width: 100%;
  max-width: 100%;
  position: relative;
  padding: 57px 0 46px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 361, ../sass-custom/pages/_front_page.scss */
  .region-above-bottom section.block#block-views-front-page-blogs-block {
    padding: 57px 0 47px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 361, ../sass-custom/pages/_front_page.scss */
  .region-above-bottom section.block#block-views-front-page-blogs-block {
    padding: 39px 0 45px;
  }
}
/* line 379, ../sass-custom/pages/_front_page.scss */
.region-above-bottom section.block#block-views-front-page-blogs-block .view-front-page-blogs .view-header {
  text-align: center;
}
/* line 383, ../sass-custom/pages/_front_page.scss */
.region-above-bottom section.block#block-views-front-page-blogs-block .view-front-page-blogs .view-header .blogs-header h3 {
  font-family: "Open Sans", sans-serif;
  color: #edb61b;
  text-align: center;
  text-transform: uppercase;
  font-size: 23px;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 383, ../sass-custom/pages/_front_page.scss */
  .region-above-bottom section.block#block-views-front-page-blogs-block .view-front-page-blogs .view-header .blogs-header h3 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 383, ../sass-custom/pages/_front_page.scss */
  .region-above-bottom section.block#block-views-front-page-blogs-block .view-front-page-blogs .view-header .blogs-header h3 {
    font-size: 19px;
  }
}
/* line 387, ../sass-custom/pages/_front_page.scss */
.region-above-bottom section.block#block-views-front-page-blogs-block .view-front-page-blogs .view-header .blogs-header h2 {
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 36px;
  text-align: center;
  font-size: 39px;
  letter-spacing: 0.003em;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 387, ../sass-custom/pages/_front_page.scss */
  .region-above-bottom section.block#block-views-front-page-blogs-block .view-front-page-blogs .view-header .blogs-header h2 {
    font-size: 35px;
    margin-top: 9px;
    margin-bottom: 49px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 387, ../sass-custom/pages/_front_page.scss */
  .region-above-bottom section.block#block-views-front-page-blogs-block .view-front-page-blogs .view-header .blogs-header h2 {
    font-size: 32px;
    margin: 8px auto 27px;
    line-height: 40px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 387, ../sass-custom/pages/_front_page.scss */
  .region-above-bottom section.block#block-views-front-page-blogs-block .view-front-page-blogs .view-header .blogs-header h2 {
    width: 300px;
  }
}
/* line 397, ../sass-custom/pages/_front_page.scss */
.region-above-bottom section.block#block-views-front-page-blogs-block .view-front-page-blogs .view-content {
  text-align: center;
  width: 1020px;
  margin: 0 auto;
  max-width: 100%;
}
/* line 403, ../sass-custom/pages/_front_page.scss */
.region-above-bottom section.block#block-views-front-page-blogs-block .view-front-page-blogs .view-content .views-row {
  background-color: #ffffff;
  display: inline-block;
  position: relative;
  width: 491px;
  height: 327px;
  overflow: hidden;
  text-align: left;
  margin: 0 7px 12px;
  padding-left: 28px;
}
@media screen and (min-width: 1000px) and (max-width: 1040px) {
  /* line 403, ../sass-custom/pages/_front_page.scss */
  .region-above-bottom section.block#block-views-front-page-blogs-block .view-front-page-blogs .view-content .views-row {
    margin: 0 0px 12px;
    width: 488px;
  }
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 403, ../sass-custom/pages/_front_page.scss */
  .region-above-bottom section.block#block-views-front-page-blogs-block .view-front-page-blogs .view-content .views-row {
    width: 628px;
    margin: 0 auto 19px;
    height: 400px;
    padding-left: 35px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  /* line 403, ../sass-custom/pages/_front_page.scss */
  .region-above-bottom section.block#block-views-front-page-blogs-block .view-front-page-blogs .view-content .views-row {
    margin: 0 0 12px;
    width: 100%;
    padding-left: 18px;
    max-width: 500px;
  }
}
@media only screen and (max-width: 479px) {
  /* line 403, ../sass-custom/pages/_front_page.scss */
  .region-above-bottom section.block#block-views-front-page-blogs-block .view-front-page-blogs .view-content .views-row {
    margin: 0 0 10px;
    width: 100%;
    padding-left: 10px;
    height: 290px;
  }
}
/* line 440, ../sass-custom/pages/_front_page.scss */
.region-above-bottom section.block#block-views-front-page-blogs-block .view-front-page-blogs .view-content .views-row .views-field-created {
  margin-top: 24px;
  color: #727272;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 440, ../sass-custom/pages/_front_page.scss */
  .region-above-bottom section.block#block-views-front-page-blogs-block .view-front-page-blogs .view-content .views-row .views-field-created {
    margin-top: 40px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 479px) {
  /* line 440, ../sass-custom/pages/_front_page.scss */
  .region-above-bottom section.block#block-views-front-page-blogs-block .view-front-page-blogs .view-content .views-row .views-field-created {
    font-size: 14px;
    margin-top: 20px;
  }
}
/* line 455, ../sass-custom/pages/_front_page.scss */
.region-above-bottom section.block#block-views-front-page-blogs-block .view-front-page-blogs .view-content .views-row .views-field-title {
  font-size: 21px;
  font-weight: 600;
  margin: 13px 0 14px;
  letter-spacing: -0.03em;
  line-height: 28px;
  max-width: 220px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 455, ../sass-custom/pages/_front_page.scss */
  .region-above-bottom section.block#block-views-front-page-blogs-block .view-front-page-blogs .view-content .views-row .views-field-title {
    margin: 19px 0 22px;
    font-size: 25px;
    max-width: 290px;
    letter-spacing: -0.013em;
    line-height: 34px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  /* line 455, ../sass-custom/pages/_front_page.scss */
  .region-above-bottom section.block#block-views-front-page-blogs-block .view-front-page-blogs .view-content .views-row .views-field-title {
    font-size: 20px;
    line-height: 27px;
    max-width: 47%;
  }
}
@media only screen and (max-width: 479px) {
  /* line 455, ../sass-custom/pages/_front_page.scss */
  .region-above-bottom section.block#block-views-front-page-blogs-block .view-front-page-blogs .view-content .views-row .views-field-title {
    font-size: 17px;
    line-height: 23px;
    max-width: 47%;
    margin: 11px 0 11px;
  }
}
/* line 485, ../sass-custom/pages/_front_page.scss */
.region-above-bottom section.block#block-views-front-page-blogs-block .view-front-page-blogs .view-content .views-row .views-field-body {
  font-size: 14px;
  max-width: 210px;
  color: #727272;
  line-height: 24px;
  letter-spacing: 0.015em;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 485, ../sass-custom/pages/_front_page.scss */
  .region-above-bottom section.block#block-views-front-page-blogs-block .view-front-page-blogs .view-content .views-row .views-field-body {
    max-width: 290px;
    font-size: 17px;
    letter-spacing: 0.008em;
    line-height: 29px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  /* line 485, ../sass-custom/pages/_front_page.scss */
  .region-above-bottom section.block#block-views-front-page-blogs-block .view-front-page-blogs .view-content .views-row .views-field-body {
    width: 45%;
  }
}
@media only screen and (max-width: 479px) {
  /* line 485, ../sass-custom/pages/_front_page.scss */
  .region-above-bottom section.block#block-views-front-page-blogs-block .view-front-page-blogs .view-content .views-row .views-field-body {
    font-size: 13px;
    line-height: 20px;
    width: 45%;
  }
}
/* line 510, ../sass-custom/pages/_front_page.scss */
.region-above-bottom section.block#block-views-front-page-blogs-block .view-front-page-blogs .view-content .views-row .views-field-view-node {
  font-size: 15px;
  margin-top: 19px;
  letter-spacing: -0.02em;
  font-weight: 600;
  border-bottom: 1px solid #edb61b;
  display: inline-block;
  padding-bottom: 1px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 510, ../sass-custom/pages/_front_page.scss */
  .region-above-bottom section.block#block-views-front-page-blogs-block .view-front-page-blogs .view-content .views-row .views-field-view-node {
    font-size: 18px;
    margin-top: 23px;
    padding-bottom: 2px;
  }
}
@media only screen and (max-width: 479px) {
  /* line 510, ../sass-custom/pages/_front_page.scss */
  .region-above-bottom section.block#block-views-front-page-blogs-block .view-front-page-blogs .view-content .views-row .views-field-view-node {
    font-size: 13px;
    margin-top: 5px;
    padding-bottom: 0;
    line-height: normal;
  }
}
/* line 533, ../sass-custom/pages/_front_page.scss */
.region-above-bottom section.block#block-views-front-page-blogs-block .view-front-page-blogs .view-content .views-row .views-field-field-image-cache {
  position: absolute;
  top: 0;
  right: 0;
  width: 229px;
  height: 327px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 533, ../sass-custom/pages/_front_page.scss */
  .region-above-bottom section.block#block-views-front-page-blogs-block .view-front-page-blogs .view-content .views-row .views-field-field-image-cache {
    width: 281px;
    height: 400px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  /* line 533, ../sass-custom/pages/_front_page.scss */
  .region-above-bottom section.block#block-views-front-page-blogs-block .view-front-page-blogs .view-content .views-row .views-field-field-image-cache {
    max-width: 229px;
    width: 50%;
  }
}
@media only screen and (max-width: 479px) {
  /* line 533, ../sass-custom/pages/_front_page.scss */
  .region-above-bottom section.block#block-views-front-page-blogs-block .view-front-page-blogs .view-content .views-row .views-field-field-image-cache {
    width: 203px;
    max-width: 50%;
    height: 100%;
    overflow: hidden;
  }
}
@media only screen and (max-width: 479px) {
  /* line 557, ../sass-custom/pages/_front_page.scss */
  .region-above-bottom section.block#block-views-front-page-blogs-block .view-front-page-blogs .view-content .views-row .views-field-field-image-cache .field-content {
    height: 100%;
  }
}
/* line 562, ../sass-custom/pages/_front_page.scss */
.region-above-bottom section.block#block-views-front-page-blogs-block .view-front-page-blogs .view-content .views-row .views-field-field-image-cache .field-content img {
  width: 100%;
}
@media only screen and (max-width: 479px) {
  /* line 562, ../sass-custom/pages/_front_page.scss */
  .region-above-bottom section.block#block-views-front-page-blogs-block .view-front-page-blogs .view-content .views-row .views-field-field-image-cache .field-content img {
    width: 203px;
    height: 290px;
    max-width: initial;
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    margin-left: -102px;
  }
}
/* line 578, ../sass-custom/pages/_front_page.scss */
.region-above-bottom section.block#block-views-front-page-blogs-block .view-front-page-blogs .view-content .views-row .views-field-field-image-cache::before {
  display: block;
  width: 13px;
  height: 23px;
  content: " ";
  position: absolute;
  left: -1px;
  background: transparent url(../images/triangle-white-right.png) 0 0 no-repeat;
  background-size: auto 100%;
  z-index: 10;
  top: 65px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 578, ../sass-custom/pages/_front_page.scss */
  .region-above-bottom section.block#block-views-front-page-blogs-block .view-front-page-blogs .view-content .views-row .views-field-field-image-cache::before {
    width: 18px;
    height: 28px;
    top: 80px;
  }
}
/* line 592, ../sass-custom/pages/_front_page.scss */
.region-above-bottom section.block#block-views-front-page-blogs-block .view-front-page-blogs .view-footer {
  text-align: center;
  margin-top: 18px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 592, ../sass-custom/pages/_front_page.scss */
  .region-above-bottom section.block#block-views-front-page-blogs-block .view-front-page-blogs .view-footer {
    margin-top: 20px;
  }
}
/* line 600, ../sass-custom/pages/_front_page.scss */
.region-above-bottom section.block#block-views-front-page-blogs-block .view-front-page-blogs .view-footer a.btn.blogs-readall {
  background: transparent;
  padding: 16px 46px;
  font-size: 14px;
  letter-spacing: 0.12em;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 600, ../sass-custom/pages/_front_page.scss */
  .region-above-bottom section.block#block-views-front-page-blogs-block .view-front-page-blogs .view-footer a.btn.blogs-readall {
    font-size: 16px;
    padding: 18px 44px;
  }
}
/* line 614, ../sass-custom/pages/_front_page.scss */
.region-above-bottom section.block#block-views-front-page-blogs-block::after {
  content: " ";
  height: 10px;
  width: 20px;
  display: block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  z-index: 1;
  margin-left: -10px;
  visibility: visible;
  background: transparent url(../images/triangle-gray.png) 50% 50% no-repeat;
}

/* line 623, ../sass-custom/pages/_front_page.scss */
section.block#block-truity-custom-twitter {
  background: url(../images/twitter.png) 5px 63px no-repeat;
}
@media only screen and (max-width: 999px) {
  /* line 623, ../sass-custom/pages/_front_page.scss */
  section.block#block-truity-custom-twitter {
    background-image: none;
  }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  /* line 623, ../sass-custom/pages/_front_page.scss */
  section.block#block-truity-custom-twitter {
    max-width: 440px;
  }
}
/* line 634, ../sass-custom/pages/_front_page.scss */
section.block#block-truity-custom-twitter #carousel-twitter {
  line-height: 20px;
  width: 100%;
  font-size: 13px;
  height: 96px;
}
@media only screen and (max-width: 999px) {
  /* line 634, ../sass-custom/pages/_front_page.scss */
  section.block#block-truity-custom-twitter #carousel-twitter {
    height: 114px;
    font-size: 15px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 634, ../sass-custom/pages/_front_page.scss */
  section.block#block-truity-custom-twitter #carousel-twitter {
    background: url(../images/twitter.png) 29px 1px no-repeat;
  }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  /* line 634, ../sass-custom/pages/_front_page.scss */
  section.block#block-truity-custom-twitter #carousel-twitter {
    background: url(../images/twitter.png) 10px 1px no-repeat;
  }
}
@media only screen and (max-width: 479px) {
  /* line 634, ../sass-custom/pages/_front_page.scss */
  section.block#block-truity-custom-twitter #carousel-twitter {
    background: url(../images/twitter.png) 0px 1px no-repeat;
    font-size: 13px;
    line-height: 21px;
    height: 135px;
  }
}
/* line 661, ../sass-custom/pages/_front_page.scss */
section.block#block-truity-custom-twitter #carousel-twitter a {
  color: white;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 665, ../sass-custom/pages/_front_page.scss */
  section.block#block-truity-custom-twitter #carousel-twitter .carousel-inner {
    margin: 0 28px 0 67px;
    width: auto;
  }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  /* line 665, ../sass-custom/pages/_front_page.scss */
  section.block#block-truity-custom-twitter #carousel-twitter .carousel-inner {
    margin: 0 0 0 47px;
    width: auto;
  }
}
@media only screen and (max-width: 479px) {
  /* line 665, ../sass-custom/pages/_front_page.scss */
  section.block#block-truity-custom-twitter #carousel-twitter .carousel-inner {
    margin: 0 0 0 35px;
    width: auto;
  }
}
/* line 681, ../sass-custom/pages/_front_page.scss */
section.block#block-truity-custom-twitter #carousel-twitter .carousel-inner .item {
  height: 80px;
  width: 100%;
}
@media only screen and (max-width: 999px) {
  /* line 681, ../sass-custom/pages/_front_page.scss */
  section.block#block-truity-custom-twitter #carousel-twitter .carousel-inner .item {
    height: 76px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  /* line 681, ../sass-custom/pages/_front_page.scss */
  section.block#block-truity-custom-twitter #carousel-twitter .carousel-inner .item {
    height: 76px;
  }
}
@media only screen and (max-width: 479px) {
  /* line 681, ../sass-custom/pages/_front_page.scss */
  section.block#block-truity-custom-twitter #carousel-twitter .carousel-inner .item {
    height: 113px;
  }
}
/* line 699, ../sass-custom/pages/_front_page.scss */
section.block#block-truity-custom-twitter #carousel-twitter .carousel-indicators {
  position: absolute;
  bottom: 7px;
  left: 0;
  line-height: 1;
  margin: 0;
  width: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: default;
}
@media only screen and (max-width: 999px) {
  /* line 699, ../sass-custom/pages/_front_page.scss */
  section.block#block-truity-custom-twitter #carousel-twitter .carousel-indicators {
    left: 50%;
    margin-left: -30%;
    width: 60%;
    bottom: 16px;
  }
}
/* line 716, ../sass-custom/pages/_front_page.scss */
section.block#block-truity-custom-twitter #carousel-twitter .carousel-indicators li {
  height: 7px;
  width: 7px;
  background-color: #ffffff;
  opacity: 0.5;
  margin: 0 8px 0 0;
  word-break: break-word;
}
/* line 724, ../sass-custom/pages/_front_page.scss */
section.block#block-truity-custom-twitter #carousel-twitter .carousel-indicators li.active {
  opacity: 1;
}
/* line 728, ../sass-custom/pages/_front_page.scss */
section.block#block-truity-custom-twitter #carousel-twitter .carousel-indicators li::after {
  content: " ";
  display: block;
  position: relative;
  height: 17px;
  width: 17px;
  top: -6px;
  left: -6px;
}

/* line 747, ../sass-custom/pages/_front_page.scss */
section.block#block-truity-custom-newsletter-front input:focus {
  outline: #e6a500 solid 1px;
  outline-offset: -1px;
}
/* line 752, ../sass-custom/pages/_front_page.scss */
section.block#block-truity-custom-newsletter-front .newsletter-form {
  padding-top: 4px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 752, ../sass-custom/pages/_front_page.scss */
  section.block#block-truity-custom-newsletter-front .newsletter-form {
    width: 424px;
    margin: 0px auto;
  }
}
@media only screen and (max-width: 767px) {
  /* line 752, ../sass-custom/pages/_front_page.scss */
  section.block#block-truity-custom-newsletter-front .newsletter-form {
    width: 100%;
    margin: 0px auto;
  }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  /* line 752, ../sass-custom/pages/_front_page.scss */
  section.block#block-truity-custom-newsletter-front .newsletter-form {
    max-width: 424px;
  }
}
@media only screen and (max-width: 479px) {
  /* line 752, ../sass-custom/pages/_front_page.scss */
  section.block#block-truity-custom-newsletter-front .newsletter-form {
    padding-top: 14px;
  }
}
/* line 773, ../sass-custom/pages/_front_page.scss */
section.block#block-truity-custom-newsletter-front .newsletter-form .newsletter-field-group {
  display: inline-block;
  vertical-align: top;
  background-color: #ffffff;
  height: 44px;
  width: 256px;
  padding: 2px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 773, ../sass-custom/pages/_front_page.scss */
  section.block#block-truity-custom-newsletter-front .newsletter-form .newsletter-field-group {
    width: 317px;
    height: 54px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 773, ../sass-custom/pages/_front_page.scss */
  section.block#block-truity-custom-newsletter-front .newsletter-form .newsletter-field-group {
    width: 76%;
    height: 54px;
  }
}
/* line 791, ../sass-custom/pages/_front_page.scss */
section.block#block-truity-custom-newsletter-front .newsletter-form .newsletter-field-group input.email {
  display: inline-block;
  border: none;
  color: #3d3d3d;
  padding: 0 16px;
  letter-spacing: 0.02em;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 791, ../sass-custom/pages/_front_page.scss */
  section.block#block-truity-custom-newsletter-front .newsletter-form .newsletter-field-group input.email {
    padding: 0 20px;
    letter-spacing: -0.01em;
    font-size: 17px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 791, ../sass-custom/pages/_front_page.scss */
  section.block#block-truity-custom-newsletter-front .newsletter-form .newsletter-field-group input.email {
    padding: 0 16px;
    letter-spacing: -0.01em;
    font-size: 17px;
  }
}
/* line 814, ../sass-custom/pages/_front_page.scss */
section.block#block-truity-custom-newsletter-front .newsletter-form .send-button {
  display: inline-block;
  vertical-align: top;
  height: 44px;
  width: 86px;
  padding: 2px;
  background-color: #ffffff;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 814, ../sass-custom/pages/_front_page.scss */
  section.block#block-truity-custom-newsletter-front .newsletter-form .send-button {
    height: 54px;
    width: 105px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 814, ../sass-custom/pages/_front_page.scss */
  section.block#block-truity-custom-newsletter-front .newsletter-form .send-button {
    height: 54px;
    width: 24%;
  }
}
/* line 832, ../sass-custom/pages/_front_page.scss */
section.block#block-truity-custom-newsletter-front .newsletter-form .send-button input.button {
  width: 100%;
  height: 100%;
  background-color: #edb61b;
  border: none;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 832, ../sass-custom/pages/_front_page.scss */
  section.block#block-truity-custom-newsletter-front .newsletter-form .send-button input.button {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 832, ../sass-custom/pages/_front_page.scss */
  section.block#block-truity-custom-newsletter-front .newsletter-form .send-button input.button {
    font-size: 16px;
  }
}
/* line 850, ../sass-custom/pages/_front_page.scss */
section.block#block-truity-custom-newsletter-front .newsletter-form .newsletter-comment {
  font-size: 13px;
  margin-top: 11px;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 850, ../sass-custom/pages/_front_page.scss */
  section.block#block-truity-custom-newsletter-front .newsletter-form .newsletter-comment {
    text-align: center;
    margin-left: 0;
    margin-top: 14px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 850, ../sass-custom/pages/_front_page.scss */
  section.block#block-truity-custom-newsletter-front .newsletter-form .newsletter-comment {
    text-align: center;
    margin-left: 0;
    margin-top: 14px;
  }
}

/* line 873, ../sass-custom/pages/_front_page.scss */
.block-truity-front-page h2 {
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 36px;
  text-align: center;
  font-size: 39px;
  letter-spacing: 0.003em;
  position: relative;
  padding-bottom: 22px;
  margin-top: 37px;
  margin-bottom: 17px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 873, ../sass-custom/pages/_front_page.scss */
  .block-truity-front-page h2 {
    font-size: 35px;
    margin-top: 9px;
    margin-bottom: 49px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 873, ../sass-custom/pages/_front_page.scss */
  .block-truity-front-page h2 {
    font-size: 32px;
    margin: 8px auto 27px;
    line-height: 40px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 873, ../sass-custom/pages/_front_page.scss */
  .block-truity-front-page h2 {
    margin-top: 25px;
    margin-bottom: 17px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 873, ../sass-custom/pages/_front_page.scss */
  .block-truity-front-page h2 {
    margin-top: 30px;
    padding-bottom: 20px;
    margin-bottom: 17px;
  }
}
/* line 892, ../sass-custom/pages/_front_page.scss */
.block-truity-front-page h2:after {
  border-bottom: 2px solid #3d3d3d;
  content: " ";
  display: block;
  width: 80px;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -40px;
}

/* line 899, ../sass-custom/pages/_front_page.scss */
.node-text-carousel .field-name-field-text-carousel-subtitle {
  color: #3d3d3d;
  text-align: center;
  font-size: 17px;
  letter-spacing: 0.02em;
}
/* line 906, ../sass-custom/pages/_front_page.scss */
.node-text-carousel .text-carousel {
  width: 900px;
  height: 296px;
  margin: 0 auto;
  margin-top: 40px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 906, ../sass-custom/pages/_front_page.scss */
  .node-text-carousel .text-carousel {
    width: 680px;
    height: 311px;
    margin-top: 46px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 906, ../sass-custom/pages/_front_page.scss */
  .node-text-carousel .text-carousel {
    width: 100%;
    margin-top: 34px;
    height: 362px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  /* line 906, ../sass-custom/pages/_front_page.scss */
  .node-text-carousel .text-carousel {
    padding: 0 14px;
  }
}
@media only screen and (max-width: 479px) {
  /* line 906, ../sass-custom/pages/_front_page.scss */
  .node-text-carousel .text-carousel {
    padding: 0;
    margin-top: 15px;
  }
}
/* line 933, ../sass-custom/pages/_front_page.scss */
.node-text-carousel .text-carousel .carousel-indicators.carousel-indicators-normal {
  width: 100%;
  position: static;
  margin: 0;
  display: none;
}
@media only screen and (max-width: 999px) {
  /* line 933, ../sass-custom/pages/_front_page.scss */
  .node-text-carousel .text-carousel .carousel-indicators.carousel-indicators-normal {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  /* line 933, ../sass-custom/pages/_front_page.scss */
  .node-text-carousel .text-carousel .carousel-indicators.carousel-indicators-normal {
    margin-top: 6px;
  }
}
/* line 947, ../sass-custom/pages/_front_page.scss */
.node-text-carousel .text-carousel .carousel-indicators.carousel-indicators-normal li {
  border: none;
  vertical-align: top;
  height: 7px;
  width: 7px;
  background: #989898;
  margin: 7px 10px 9px 0;
  margin-bottom: 0 !important;
  padding: 0;
}
/* line 958, ../sass-custom/pages/_front_page.scss */
.node-text-carousel .text-carousel .carousel-indicators.carousel-indicators-normal li.active {
  border: solid 2px #989898;
  background: transparent;
  height: 10px;
  width: 10px;
  margin-left: 8px;
  margin-right: 8px;
  margin-top: 6px;
}
/* line 968, ../sass-custom/pages/_front_page.scss */
.node-text-carousel .text-carousel .carousel-indicators.carousel-indicators-normal li::after {
  content: " ";
  display: block;
  position: relative;
  height: 26px;
  width: 26px;
  top: -10px;
  left: -10px;
}
/* line 978, ../sass-custom/pages/_front_page.scss */
.node-text-carousel .text-carousel .carousel-indicators.carousel-indicators-normal li:before {
  background: transparent;
}
/* line 984, ../sass-custom/pages/_front_page.scss */
.node-text-carousel .text-carousel .carousel-indicators-wrap {
  width: 100%;
  overflow-x: hidden;
  margin: 0 auto;
  position: relative;
  padding-bottom: 5px;
}
/* line 991, ../sass-custom/pages/_front_page.scss */
.node-text-carousel .text-carousel .carousel-indicators-wrap:before {
  content: " ";
  width: 15px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(10%, #ffffff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, #ffffff, #ffffff 10%, rgba(255, 255, 255, 0));
}
/* line 1002, ../sass-custom/pages/_front_page.scss */
.node-text-carousel .text-carousel .carousel-indicators-wrap:after {
  content: " ";
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(90%, #ffffff), to(#ffffff));
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff 90%, #ffffff);
}
/* line 1014, ../sass-custom/pages/_front_page.scss */
.node-text-carousel .text-carousel .carousel-indicators-wrapper {
  width: 100%;
  overflow-x: hidden;
  white-space: nowrap;
  position: relative;
  z-index: 1;
}
/* line 1021, ../sass-custom/pages/_front_page.scss */
.node-text-carousel .text-carousel .carousel-indicators-wrapper .carousel-indicators.carousel-indicators-pics {
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0 15px;
  top: 0;
  left: 0;
  display: inline-block;
}
/* line 1030, ../sass-custom/pages/_front_page.scss */
.node-text-carousel .text-carousel .carousel-indicators-wrapper .carousel-indicators.carousel-indicators-pics li {
  width: initial;
  height: initial;
  margin: 0 !important;
  padding: 27px 17px 10px;
  display: inline-block;
  text-indent: 0;
  vertical-align: top;
  position: relative;
  overflow: visible;
  border: none;
  background: transparent;
  border-radius: 0;
}
/* line 1044, ../sass-custom/pages/_front_page.scss */
.node-text-carousel .text-carousel .carousel-indicators-wrapper .carousel-indicators.carousel-indicators-pics li:before {
  content: " ";
  position: absolute;
  top: 0;
  height: 15px;
  width: 107%;
  left: -52%;
  margin-left: 50%;
  border-top: solid 1px #cfcfcf;
  z-index: 10;
  background: transparent;
}
/* line 1058, ../sass-custom/pages/_front_page.scss */
.node-text-carousel .text-carousel .carousel-indicators-wrapper .carousel-indicators.carousel-indicators-pics li.active:before {
  background: transparent url(../images/selection-indicator.png) 50% 0 no-repeat;
  border-top: none;
}
/* line 1064, ../sass-custom/pages/_front_page.scss */
.node-text-carousel .text-carousel .carousel-indicators-wrapper .carousel-indicators.carousel-indicators-pics li:first-child {
  padding-left: 0px;
}
/* line 1068, ../sass-custom/pages/_front_page.scss */
.node-text-carousel .text-carousel .carousel-indicators-wrapper .carousel-indicators.carousel-indicators-pics li:first-child.active:before {
  background: transparent url(../images/selection-indicator.png) 52% 0 no-repeat;
  border-top: none;
}
/* line 1075, ../sass-custom/pages/_front_page.scss */
.node-text-carousel .text-carousel .carousel-indicators-wrapper .carousel-indicators.carousel-indicators-pics li:last-child {
  padding-right: 0px;
}
/* line 1079, ../sass-custom/pages/_front_page.scss */
.node-text-carousel .text-carousel .carousel-indicators-wrapper .carousel-indicators.carousel-indicators-pics li:last-child.active:before {
  background: transparent url(../images/selection-indicator.png) 48% 0 no-repeat;
  border-top: none;
}
/* line 1086, ../sass-custom/pages/_front_page.scss */
.node-text-carousel .text-carousel .carousel-indicators-wrapper .carousel-indicators.carousel-indicators-pics li .carousel-src-image {
  display: inline-block;
  vertical-align: top;
  height: initial;
}
/* line 1091, ../sass-custom/pages/_front_page.scss */
.node-text-carousel .text-carousel .carousel-indicators-wrapper .carousel-indicators.carousel-indicators-pics li .carousel-src-image img {
  display: inline-block;
  vertical-align: top;
}
/* line 1097, ../sass-custom/pages/_front_page.scss */
.node-text-carousel .text-carousel .carousel-indicators-wrapper .carousel-indicators.carousel-indicators-pics li .carousel-src-text {
  display: none;
}
/* line 1103, ../sass-custom/pages/_front_page.scss */
.node-text-carousel .text-carousel .carousel-indicators-wrapper .ps-scrollbar-x-rail {
  visibility: hidden;
}
/* line 1108, ../sass-custom/pages/_front_page.scss */
.node-text-carousel .text-carousel .carousel-inner {
  width: 612px;
  height: 170px;
  margin: 0 auto;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 1108, ../sass-custom/pages/_front_page.scss */
  .node-text-carousel .text-carousel .carousel-inner {
    height: 165px;
    width: 600px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  /* line 1108, ../sass-custom/pages/_front_page.scss */
  .node-text-carousel .text-carousel .carousel-inner {
    width: 100%;
    height: 216px;
  }
}
@media only screen and (max-width: 479px) {
  /* line 1108, ../sass-custom/pages/_front_page.scss */
  .node-text-carousel .text-carousel .carousel-inner {
    width: 100%;
    height: 230px;
  }
}
/* line 1128, ../sass-custom/pages/_front_page.scss */
.node-text-carousel .text-carousel .carousel-inner .item {
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 17px;
  color: #3d3d3d;
  letter-spacing: 0.055em;
  line-height: 30px;
  padding-top: 1px;
}
@media only screen and (max-width: 479px) {
  /* line 1128, ../sass-custom/pages/_front_page.scss */
  .node-text-carousel .text-carousel .carousel-inner .item {
    line-height: 27px;
  }
}
/* line 1143, ../sass-custom/pages/_front_page.scss */
.node-text-carousel .text-carousel .carousel-inner .item .carousel-item-text .carousel-quotes {
  font-size: 43px;
  font-style: italic;
  color: #989898;
  font-family: "Playfair Display", serif;
  vertical-align: bottom;
  display: inline-block;
}
/* line 1151, ../sass-custom/pages/_front_page.scss */
.node-text-carousel .text-carousel .carousel-inner .item .carousel-item-text .carousel-quotes.carousel-quotes-before {
  position: relative;
  top: 0px;
  left: -1px;
}
/* line 1157, ../sass-custom/pages/_front_page.scss */
.node-text-carousel .text-carousel .carousel-inner .item .carousel-item-text .carousel-quotes.carousel-quotes-after {
  position: relative;
  top: 3px;
  left: -5px;
}
/* line 1164, ../sass-custom/pages/_front_page.scss */
.node-text-carousel .text-carousel .carousel-inner .item .carousel-item-text p {
  text-align: center !important;
  display: inline;
}
/* line 1168, ../sass-custom/pages/_front_page.scss */
.node-text-carousel .text-carousel .carousel-inner .item .carousel-item-text p a {
  border-bottom: none !important;
  font-weight: normal !important;
}

/* line 163, ../sass-custom/pages/_tf_front.scss */
.region-content .block-system .assessment-section-image {
  margin: 46px 43px 20px 0;
  width: 313px;
}
@media only screen and (min-width: 1000px) {
  /* line 163, ../sass-custom/pages/_tf_front.scss */
  .region-content .block-system .assessment-section-image {
    float: left;
    clear: left;
  }
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 163, ../sass-custom/pages/_tf_front.scss */
  .region-content .block-system .assessment-section-image {
    margin-top: 40px;
    margin-right: 25px;
    display: inline-block;
    width: 313px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 163, ../sass-custom/pages/_tf_front.scss */
  .region-content .block-system .assessment-section-image {
    margin: 40px auto 20px;
    display: block;
    max-width: 313px;
    width: 100%;
  }
}
/* line 167, ../sass-custom/pages/_tf_front.scss */
.region-content .block-system .assessment-section-header {
  display: inline-block;
  line-height: 34px;
  margin-top: 38px;
  letter-spacing: normal;
  margin-bottom: 4px;
  max-width: 60%;
}
/* line 36, ../sass-custom/pages/_tf_front.scss */
.region-content .block-system .assessment-section-header:first-of-type {
  margin-top: 38px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 36, ../sass-custom/pages/_tf_front.scss */
  .region-content .block-system .assessment-section-header:first-of-type {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  /* line 36, ../sass-custom/pages/_tf_front.scss */
  .region-content .block-system .assessment-section-header:first-of-type {
    margin-top: 16px;
  }
}
/* line 48, ../sass-custom/pages/_tf_front.scss */
.region-content .block-system .assessment-section-header:after {
  left: 1px;
  width: 79px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 167, ../sass-custom/pages/_tf_front.scss */
  .region-content .block-system .assessment-section-header {
    display: inline-block;
    width: 48%;
    margin-left: 0;
    float: none;
    margin-top: 2px;
    padding-bottom: 26px;
    vertical-align: middle;
  }
}
@media only screen and (max-width: 767px) {
  /* line 167, ../sass-custom/pages/_tf_front.scss */
  .region-content .block-system .assessment-section-header {
    margin-top: 33px;
    padding-bottom: 19px;
    margin-bottom: 21px;
    max-width: 100%;
  }
}
/* line 171, ../sass-custom/pages/_tf_front.scss */
.region-content .block-system .assessment-section-tab {
  margin-top: 19px;
  margin-bottom: 20px;
  display: inline-block;
  text-decoration: underline;
  letter-spacing: 0.024em;
  line-height: 18px;
  background: url(../images/dropdown-tf-down.png) 0 4px no-repeat;
  padding-left: 28px;
  font-weight: normal;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 171, ../sass-custom/pages/_tf_front.scss */
  .region-content .block-system .assessment-section-tab {
    margin-bottom: 3px;
    background-size: 16px;
    padding-left: 28px;
    margin-left: -28px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 171, ../sass-custom/pages/_tf_front.scss */
  .region-content .block-system .assessment-section-tab {
    background: url(../images/dropdown-tf-down.png) 0px 6px no-repeat;
    background-size: 20px;
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 27px;
    padding-left: 30px;
  }
}
/* line 175, ../sass-custom/pages/_tf_front.scss */
.region-content .block-system .assessment-section-text {
  padding-left: 357px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.04em;
  padding-bottom: 26px;
  border-bottom: solid 1px #cfcfcf;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 175, ../sass-custom/pages/_tf_front.scss */
  .region-content .block-system .assessment-section-text {
    padding-left: 0;
    font-size: 15px;
    margin: 27px auto 0;
    display: inline-block;
  }
}
@media only screen and (max-width: 767px) {
  /* line 175, ../sass-custom/pages/_tf_front.scss */
  .region-content .block-system .assessment-section-text {
    padding-left: 0;
    font-size: 15px;
  }
}
/* line 119, ../sass-custom/pages/_tf_front.scss */
.region-content .block-system .assessment-section-text p {
  text-align: inherit;
  line-height: 27px;
  margin: 12px 0 11px 28px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 119, ../sass-custom/pages/_tf_front.scss */
  .region-content .block-system .assessment-section-text p {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  /* line 119, ../sass-custom/pages/_tf_front.scss */
  .region-content .block-system .assessment-section-text p {
    margin: 16px 0 12px 28px;
  }
}
/* line 133, ../sass-custom/pages/_tf_front.scss */
.region-content .block-system .assessment-section-text ul {
  padding-left: 28px;
}
/* line 136, ../sass-custom/pages/_tf_front.scss */
.region-content .block-system .assessment-section-text ul li {
  padding-left: 15px;
  margin-bottom: 3px;
}
/* line 140, ../sass-custom/pages/_tf_front.scss */
.region-content .block-system .assessment-section-text ul li::before {
  left: 1px;
  top: 45%;
}
/* line 151, ../sass-custom/pages/_tf_front.scss */
.region-content .block-system .assessment-section-text:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

/* line 129, ../sass-custom/pages/_blog.scss */
article.node.node-blog {
  background-color: #ffffff;
}
/* line 132, ../sass-custom/pages/_blog.scss */
article.node.node-blog .blog-image {
  width: 852px;
  height: 426px;
  background-position-y: 50%;
  max-width: 960px;
  margin: 0 auto;
  background-size: 100% auto;
  position: relative;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1000px) and (max-width: 1199px) {
  /* line 132, ../sass-custom/pages/_blog.scss */
  article.node.node-blog .blog-image {
    width: 702px;
    height: 351px;
  }
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 132, ../sass-custom/pages/_blog.scss */
  article.node.node-blog .blog-image {
    width: 698px;
    height: 324px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  /* line 132, ../sass-custom/pages/_blog.scss */
  article.node.node-blog .blog-image {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    width: 100%;
    height: 24px;
    padding-bottom: 50%;
  }
}
@media only screen and (max-width: 479px) {
  /* line 132, ../sass-custom/pages/_blog.scss */
  article.node.node-blog .blog-image {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    width: 100%;
    height: 30px;
    padding-bottom: 50%;
  }
}
/* line 167, ../sass-custom/pages/_blog.scss */
article.node.node-blog .blog-image::after {
  display: block;
  width: 23px;
  height: 13px;
  content: " ";
  position: absolute;
  bottom: -1px;
  background: transparent url(../images/triangle-white-up.png) 0 0 no-repeat;
  background-size: auto 100%;
  z-index: 10;
  left: 50%;
  margin-left: -12px;
}
/* line 176, ../sass-custom/pages/_blog.scss */
article.node.node-blog header h2 {
  margin: 32px auto 14px auto;
  font-size: 30px;
  line-height: 39px;
  width: 80%;
  letter-spacing: 0.02em;
  text-align: center;
  padding-bottom: 12px;
}
@media only screen and (max-width: 767px) {
  /* line 176, ../sass-custom/pages/_blog.scss */
  article.node.node-blog header h2 {
    width: 86%;
  }
}
@media only screen and (max-width: 479px) {
  /* line 176, ../sass-custom/pages/_blog.scss */
  article.node.node-blog header h2 {
    width: 86%;
    font-size: 25px;
  }
}
/* line 40, ../sass-custom/pages/_blog.scss */
article.node.node-blog header h2:after {
  left: 50%;
  margin-left: -33px;
}
/* line 180, ../sass-custom/pages/_blog.scss */
article.node.node-blog header .submitted {
  display: block;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  letter-spacing: 0.02em;
  margin: 0 9% 28px;
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  /* line 180, ../sass-custom/pages/_blog.scss */
  article.node.node-blog header .submitted {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 479px) {
  /* line 180, ../sass-custom/pages/_blog.scss */
  article.node.node-blog header .submitted {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
/* line 185, ../sass-custom/pages/_blog.scss */
article.node.node-blog .blog-info {
  margin: 0 42px;
  border-top: solid 1px #cfcfcf;
  padding-top: 9px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  /* line 185, ../sass-custom/pages/_blog.scss */
  article.node.node-blog .blog-info {
    margin: 0 7%;
  }
}
/* line 86, ../sass-custom/pages/_blog.scss */
article.node.node-blog .blog-info .blog-categories {
  font-size: 13px;
  letter-spacing: 0.14em;
}
/* line 90, ../sass-custom/pages/_blog.scss */
article.node.node-blog .blog-info .blog-categories a {
  color: inherit;
}
/* line 95, ../sass-custom/pages/_blog.scss */
article.node.node-blog .blog-info .blog-categories:hover a {
  color: #edb61b;
}
/* line 101, ../sass-custom/pages/_blog.scss */
article.node.node-blog .blog-info .info-side {
  color: #edb61b;
  font-size: 16px;
  line-height: normal;
  font-weight: 700;
  float: right;
  margin-top: 4px;
  padding-left: 10px;
}
/* line 110, ../sass-custom/pages/_blog.scss */
article.node.node-blog .blog-info .info-side .article-comments {
  padding: 0 14px 0 25px;
  background: transparent url(../images/article-comments.png) 0 50% no-repeat;
  display: inline-block;
  vertical-align: top;
  border-right: solid 1px #cfcfcf;
}
/* line 118, ../sass-custom/pages/_blog.scss */
article.node.node-blog .blog-info .info-side .article-share {
  width: 17px;
  height: 22px;
  background: transparent url(../images/article-share.png) 0 2px no-repeat;
  display: inline-block;
  vertical-align: top;
  margin-left: 9px;
}
/* line 189, ../sass-custom/pages/_blog.scss */
article.node.node-blog .field-name-body {
  margin: 34px 42px 0;
  line-height: 29px;
  letter-spacing: 0.02em;
  padding-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  /* line 189, ../sass-custom/pages/_blog.scss */
  article.node.node-blog .field-name-body {
    letter-spacing: 0.055em;
    line-height: 29px;
    margin: 24px 7% 0;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 479px) {
  /* line 189, ../sass-custom/pages/_blog.scss */
  article.node.node-blog .field-name-body {
    margin: 26px 7% 0;
  }
}
/* line 206, ../sass-custom/pages/_blog.scss */
article.node.node-blog .field-name-body p {
  letter-spacing: inherit;
  margin: 12px 0 12px;
}
/* line 212, ../sass-custom/pages/_blog.scss */
article.node.node-blog .author-info {
  margin: 23px 42px 42px;
  border: solid 2px #edb61b;
  padding: 25px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  /* line 212, ../sass-custom/pages/_blog.scss */
  article.node.node-blog .author-info {
    margin: 30px 5.5% 25px;
    padding: 13px 6% 7%;
  }
}
/* line 223, ../sass-custom/pages/_blog.scss */
article.node.node-blog .author-info .author-image {
  position: absolute;
  width: 104px;
  border-radius: 52px;
  overflow: hidden;
  top: 21px;
  left: 29px;
}
@media only screen and (max-width: 767px) {
  /* line 223, ../sass-custom/pages/_blog.scss */
  article.node.node-blog .author-info .author-image {
    position: static;
    margin: 0 auto 18px;
  }
}
/* line 237, ../sass-custom/pages/_blog.scss */
article.node.node-blog .author-info .author-name {
  font-size: 17px;
  font-weight: 600;
  color: #edb61b;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 767px) {
  /* line 237, ../sass-custom/pages/_blog.scss */
  article.node.node-blog .author-info .author-name {
    text-align: center;
  }
}
/* line 249, ../sass-custom/pages/_blog.scss */
article.node.node-blog .author-info.author-info-image .author-name {
  padding-left: 130px;
}
@media only screen and (max-width: 767px) {
  /* line 249, ../sass-custom/pages/_blog.scss */
  article.node.node-blog .author-info.author-info-image .author-name {
    padding-left: 0;
  }
}
/* line 258, ../sass-custom/pages/_blog.scss */
article.node.node-blog .author-info .author-bio {
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 25px;
  margin-top: 12px;
}
@media only screen and (max-width: 767px) {
  /* line 258, ../sass-custom/pages/_blog.scss */
  article.node.node-blog .author-info .author-bio {
    margin-top: 8px;
  }
}
/* line 268, ../sass-custom/pages/_blog.scss */
article.node.node-blog .author-info .author-bio br {
  line-height: 38px;
}
@media only screen and (max-width: 767px) {
  /* line 268, ../sass-custom/pages/_blog.scss */
  article.node.node-blog .author-info .author-bio br {
    line-height: 34px;
  }
}
/* line 278, ../sass-custom/pages/_blog.scss */
article.node.node-blog .author-info.author-info-image .author-bio {
  padding-left: 130px;
}
@media only screen and (max-width: 767px) {
  /* line 278, ../sass-custom/pages/_blog.scss */
  article.node.node-blog .author-info.author-info-image .author-bio {
    padding-left: 0;
  }
}
/* line 288, ../sass-custom/pages/_blog.scss */
article.node.node-blog .read-more-wrapper {
  text-align: center;
  padding-bottom: 33px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 288, ../sass-custom/pages/_blog.scss */
  article.node.node-blog .read-more-wrapper {
    padding-bottom: 37px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 288, ../sass-custom/pages/_blog.scss */
  article.node.node-blog .read-more-wrapper {
    padding-bottom: 27px;
  }
}
@media only screen and (max-width: 479px) {
  /* line 288, ../sass-custom/pages/_blog.scss */
  article.node.node-blog .read-more-wrapper {
    padding-left: 7%;
    padding-right: 7%;
  }
}
/* line 63, ../sass-custom/pages/_blog.scss */
article.node.node-blog .read-more-wrapper a.blog-link {
  padding: 9px 31px;
  font-size: 14px;
  letter-spacing: 0.19em;
  min-width: 0;
}
@media only screen and (max-width: 999px) {
  /* line 63, ../sass-custom/pages/_blog.scss */
  article.node.node-blog .read-more-wrapper a.blog-link {
    font-size: 15px;
    padding: 18px 31px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 288, ../sass-custom/pages/_blog.scss */
  article.node.node-blog .read-more-wrapper {
    padding-bottom: 37px;
  }
}
/* line 296, ../sass-custom/pages/_blog.scss */
article.node.node-blog.node-teaser {
  margin-bottom: 30px;
  padding-bottom: 26px;
}
@media only screen and (max-width: 999px) {
  /* line 300, ../sass-custom/pages/_blog.scss */
  article.node.node-blog.node-teaser .field-name-body {
    padding-bottom: 18px;
  }
}
/* line 308, ../sass-custom/pages/_blog.scss */
article.node.node-blog.node-on-page .field-name-body {
  border-bottom: solid 1px #cfcfcf;
  padding-bottom: 24px;
}

/* line 315, ../sass-custom/pages/_blog.scss */
article.node.node-infographic,
article.node.node-imageblog {
  background-color: #ffffff;
  margin-bottom: 30px;
  padding-bottom: 24px;
}
/* line 322, ../sass-custom/pages/_blog.scss */
article.node.node-infographic header h2,
article.node.node-imageblog header h2 {
  margin: 32px auto 14px auto;
  font-size: 30px;
  line-height: 39px;
  width: 80%;
  letter-spacing: 0.02em;
  text-align: center;
  padding-bottom: 12px;
}
@media only screen and (max-width: 767px) {
  /* line 322, ../sass-custom/pages/_blog.scss */
  article.node.node-infographic header h2,
  article.node.node-imageblog header h2 {
    width: 86%;
  }
}
@media only screen and (max-width: 479px) {
  /* line 322, ../sass-custom/pages/_blog.scss */
  article.node.node-infographic header h2,
  article.node.node-imageblog header h2 {
    width: 86%;
    font-size: 25px;
  }
}
/* line 40, ../sass-custom/pages/_blog.scss */
article.node.node-infographic header h2:after,
article.node.node-imageblog header h2:after {
  left: 50%;
  margin-left: -33px;
}
/* line 326, ../sass-custom/pages/_blog.scss */
article.node.node-infographic header .submitted,
article.node.node-imageblog header .submitted {
  display: block;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  letter-spacing: 0.02em;
  margin: 0 9% 28px;
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  /* line 326, ../sass-custom/pages/_blog.scss */
  article.node.node-infographic header .submitted,
  article.node.node-imageblog header .submitted {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 479px) {
  /* line 326, ../sass-custom/pages/_blog.scss */
  article.node.node-infographic header .submitted,
  article.node.node-imageblog header .submitted {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
/* line 331, ../sass-custom/pages/_blog.scss */
article.node.node-infographic .blog-info,
article.node.node-imageblog .blog-info {
  margin: 0 42px;
  border-top: solid 1px #cfcfcf;
  padding-top: 9px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  /* line 331, ../sass-custom/pages/_blog.scss */
  article.node.node-infographic .blog-info,
  article.node.node-imageblog .blog-info {
    margin: 0 7%;
  }
}
/* line 86, ../sass-custom/pages/_blog.scss */
article.node.node-infographic .blog-info .blog-categories,
article.node.node-imageblog .blog-info .blog-categories {
  font-size: 13px;
  letter-spacing: 0.14em;
}
/* line 90, ../sass-custom/pages/_blog.scss */
article.node.node-infographic .blog-info .blog-categories a,
article.node.node-imageblog .blog-info .blog-categories a {
  color: inherit;
}
/* line 95, ../sass-custom/pages/_blog.scss */
article.node.node-infographic .blog-info .blog-categories:hover a,
article.node.node-imageblog .blog-info .blog-categories:hover a {
  color: #edb61b;
}
/* line 101, ../sass-custom/pages/_blog.scss */
article.node.node-infographic .blog-info .info-side,
article.node.node-imageblog .blog-info .info-side {
  color: #edb61b;
  font-size: 16px;
  line-height: normal;
  font-weight: 700;
  float: right;
  margin-top: 4px;
  padding-left: 10px;
}
/* line 110, ../sass-custom/pages/_blog.scss */
article.node.node-infographic .blog-info .info-side .article-comments,
article.node.node-imageblog .blog-info .info-side .article-comments {
  padding: 0 14px 0 25px;
  background: transparent url(../images/article-comments.png) 0 50% no-repeat;
  display: inline-block;
  vertical-align: top;
  border-right: solid 1px #cfcfcf;
}
/* line 118, ../sass-custom/pages/_blog.scss */
article.node.node-infographic .blog-info .info-side .article-share,
article.node.node-imageblog .blog-info .info-side .article-share {
  width: 17px;
  height: 22px;
  background: transparent url(../images/article-share.png) 0 2px no-repeat;
  display: inline-block;
  vertical-align: top;
  margin-left: 9px;
}
/* line 335, ../sass-custom/pages/_blog.scss */
article.node.node-infographic .field-name-body,
article.node.node-infographic .field-name-field-ig-shorttext,
article.node.node-imageblog .field-name-body,
article.node.node-imageblog .field-name-field-ig-shorttext {
  line-height: 29px;
  letter-spacing: 0.02em;
  padding: 0 42px 0;
  margin-top: 34px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  /* line 335, ../sass-custom/pages/_blog.scss */
  article.node.node-infographic .field-name-body,
  article.node.node-infographic .field-name-field-ig-shorttext,
  article.node.node-imageblog .field-name-body,
  article.node.node-imageblog .field-name-field-ig-shorttext {
    margin-top: 24px;
    padding: 0 7%;
    margin-bottom: 20px;
    letter-spacing: 0.055em;
    line-height: 29px;
  }
}
/* line 351, ../sass-custom/pages/_blog.scss */
article.node.node-infographic .field-name-body p,
article.node.node-infographic .field-name-field-ig-shorttext p,
article.node.node-imageblog .field-name-body p,
article.node.node-imageblog .field-name-field-ig-shorttext p {
  letter-spacing: inherit;
  margin: 12px 0 12px;
}
/* line 357, ../sass-custom/pages/_blog.scss */
article.node.node-infographic .field-name-field-ig-image,
article.node.node-infographic .field-name-field-image-cache,
article.node.node-imageblog .field-name-field-ig-image,
article.node.node-imageblog .field-name-field-image-cache {
  padding: 0 42px 35px;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  /* line 357, ../sass-custom/pages/_blog.scss */
  article.node.node-infographic .field-name-field-ig-image,
  article.node.node-infographic .field-name-field-image-cache,
  article.node.node-imageblog .field-name-field-ig-image,
  article.node.node-imageblog .field-name-field-image-cache {
    padding: 0 7% 28px;
    margin-top: 20px;
  }
}
/* line 367, ../sass-custom/pages/_blog.scss */
article.node.node-infographic .field-name-field-ig-image img,
article.node.node-infographic .field-name-field-image-cache img,
article.node.node-imageblog .field-name-field-ig-image img,
article.node.node-imageblog .field-name-field-image-cache img {
  margin: 0 auto;
}
/* line 372, ../sass-custom/pages/_blog.scss */
article.node.node-infographic .read-more-wrapper,
article.node.node-imageblog .read-more-wrapper {
  text-align: center;
  padding-bottom: 33px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 372, ../sass-custom/pages/_blog.scss */
  article.node.node-infographic .read-more-wrapper,
  article.node.node-imageblog .read-more-wrapper {
    padding-bottom: 37px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 372, ../sass-custom/pages/_blog.scss */
  article.node.node-infographic .read-more-wrapper,
  article.node.node-imageblog .read-more-wrapper {
    padding-bottom: 27px;
  }
}
@media only screen and (max-width: 479px) {
  /* line 372, ../sass-custom/pages/_blog.scss */
  article.node.node-infographic .read-more-wrapper,
  article.node.node-imageblog .read-more-wrapper {
    padding-left: 7%;
    padding-right: 7%;
  }
}
/* line 63, ../sass-custom/pages/_blog.scss */
article.node.node-infographic .read-more-wrapper a.blog-link,
article.node.node-imageblog .read-more-wrapper a.blog-link {
  padding: 9px 31px;
  font-size: 14px;
  letter-spacing: 0.19em;
  min-width: 0;
}
@media only screen and (max-width: 999px) {
  /* line 63, ../sass-custom/pages/_blog.scss */
  article.node.node-infographic .read-more-wrapper a.blog-link,
  article.node.node-imageblog .read-more-wrapper a.blog-link {
    font-size: 15px;
    padding: 18px 31px;
  }
}
/* line 376, ../sass-custom/pages/_blog.scss */
article.node.node-infographic footer,
article.node.node-imageblog footer {
  padding: 0 42px 11px;
}
@media only screen and (max-width: 767px) {
  /* line 376, ../sass-custom/pages/_blog.scss */
  article.node.node-infographic footer,
  article.node.node-imageblog footer {
    padding: 0 7% 4px;
  }
}

/* line 385, ../sass-custom/pages/_blog.scss */
body.page-node-view.node-type-blog,
body.page-node-view.node-type-infographic,
body.page-node-view.node-type-imageblog {
  background-color: #f2f2f2;
}
/* line 390, ../sass-custom/pages/_blog.scss */
body.page-node-view.node-type-blog .main-container,
body.page-node-view.node-type-infographic .main-container,
body.page-node-view.node-type-imageblog .main-container {
  background-color: #f2f2f2;
  padding-top: 44px;
}

/* line 396, ../sass-custom/pages/_blog.scss */
body.page-blog,
body.page-personality-type-blog {
  background-color: #f2f2f2;
}
/* line 400, ../sass-custom/pages/_blog.scss */
body.page-blog .main-container,
body.page-personality-type-blog .main-container {
  background-color: #f2f2f2;
}

/* line 406, ../sass-custom/pages/_blog.scss */
.view-id-blogs_d7 .pagination {
  border-top: solid 1px #cfcfcf;
  border-bottom: solid 1px #cfcfcf;
  line-height: 0;
  padding: 0;
}
@media only screen and (max-width: 599px) {
  /* line 406, ../sass-custom/pages/_blog.scss */
  .view-id-blogs_d7 .pagination {
    padding: 18px 0 15px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1199px) {
  /* line 416, ../sass-custom/pages/_blog.scss */
  .view-id-blogs_d7 .pagination .pager-first,
  .view-id-blogs_d7 .pagination .pager-last {
    display: none;
  }
}
@media only screen and (max-width: 999px) {
  /* line 416, ../sass-custom/pages/_blog.scss */
  .view-id-blogs_d7 .pagination .pager-first,
  .view-id-blogs_d7 .pagination .pager-last {
    display: none;
  }
}
@media only screen and (max-width: 599px) {
  /* line 427, ../sass-custom/pages/_blog.scss */
  .view-id-blogs_d7 .pagination .prev,
  .view-id-blogs_d7 .pagination .next {
    width: 100%;
  }
}
/* line 434, ../sass-custom/pages/_blog.scss */
.view-id-blogs_d7 .pagination li {
  display: inline-block;
  margin: 0 !important;
  padding: 25px 0 22px;
}
@media only screen and (max-width: 599px) {
  /* line 434, ../sass-custom/pages/_blog.scss */
  .view-id-blogs_d7 .pagination li {
    padding: 7px 0;
  }
}
/* line 443, ../sass-custom/pages/_blog.scss */
.view-id-blogs_d7 .pagination li a, .view-id-blogs_d7 .pagination li span {
  background: transparent;
  border: none;
  font-weight: 700;
  min-width: 38px;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 20px;
  letter-spacing: 0.12em;
  float: none;
}
/* line 455, ../sass-custom/pages/_blog.scss */
.view-id-blogs_d7 .pagination li a {
  color: #3d3d3d;
}
/* line 458, ../sass-custom/pages/_blog.scss */
.view-id-blogs_d7 .pagination li a:hover, .view-id-blogs_d7 .pagination li a:active {
  color: #edb61b;
}
/* line 464, ../sass-custom/pages/_blog.scss */
.view-id-blogs_d7 .pagination li.active {
  background: transparent url(../images/triangle-truityf-up.png) 50% 58px no-repeat;
  background-size: 20px auto;
  padding-left: 2px;
}
@media only screen and (max-width: 599px) {
  /* line 464, ../sass-custom/pages/_blog.scss */
  .view-id-blogs_d7 .pagination li.active {
    background: none;
  }
}
/* line 473, ../sass-custom/pages/_blog.scss */
.view-id-blogs_d7 .pagination li.active span {
  color: #edb61b;
}
/* line 476, ../sass-custom/pages/_blog.scss */
.view-id-blogs_d7 .pagination li.active span:hover {
  background: transparent;
}
@media only screen and (max-width: 767px) {
  /* line 482, ../sass-custom/pages/_blog.scss */
  .view-id-blogs_d7 .pagination li.pager-ellipsis {
    display: none;
  }
}
/* line 487, ../sass-custom/pages/_blog.scss */
.view-id-blogs_d7 .pagination li.pager-ellipsis span {
  color: #3d3d3d;
}
/* line 490, ../sass-custom/pages/_blog.scss */
.view-id-blogs_d7 .pagination li.pager-ellipsis span:hover {
  background: transparent;
}

/* line 503, ../sass-custom/pages/_blog.scss */
#block-views-blog-categories-block-1 .view-blog-categories {
  padding-bottom: 16px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
}
@media only screen and (max-width: 999px) {
  /* line 503, ../sass-custom/pages/_blog.scss */
  #block-views-blog-categories-block-1 .view-blog-categories {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.16em;
  }
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 503, ../sass-custom/pages/_blog.scss */
  #block-views-blog-categories-block-1 .view-blog-categories {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 503, ../sass-custom/pages/_blog.scss */
  #block-views-blog-categories-block-1 .view-blog-categories {
    padding-left: 5%;
    padding-right: 5%;
  }
}
/* line 525, ../sass-custom/pages/_blog.scss */
#block-views-blog-categories-block-1 .view-blog-categories h3 {
  font-family: "Open Sans", sans-serif;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  padding-left: 20px;
  background: transparent url(../images/list-bullet.png) 1px 5px no-repeat;
  margin-top: 26px;
  margin-bottom: 12px;
}
@media only screen and (max-width: 999px) {
  /* line 525, ../sass-custom/pages/_blog.scss */
  #block-views-blog-categories-block-1 .view-blog-categories h3 {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
/* line 540, ../sass-custom/pages/_blog.scss */
#block-views-blog-categories-block-1 .view-blog-categories h3:first-child {
  margin-top: 23px;
}
@media only screen and (max-width: 999px) {
  /* line 540, ../sass-custom/pages/_blog.scss */
  #block-views-blog-categories-block-1 .view-blog-categories h3:first-child {
    margin-top: 18px;
  }
}
/* line 549, ../sass-custom/pages/_blog.scss */
#block-views-blog-categories-block-1 .view-blog-categories .views-row {
  padding-left: 40px;
  background: transparent url(../images/list-bullet.png) 19px 7px no-repeat;
  margin-bottom: 10px;
}
@media only screen and (max-width: 999px) {
  /* line 549, ../sass-custom/pages/_blog.scss */
  #block-views-blog-categories-block-1 .view-blog-categories .views-row {
    margin-bottom: 14px;
  }
}
/* line 558, ../sass-custom/pages/_blog.scss */
#block-views-blog-categories-block-1 .view-blog-categories .views-row a {
  color: #727272;
}
/* line 561, ../sass-custom/pages/_blog.scss */
#block-views-blog-categories-block-1 .view-blog-categories .views-row a:hover, #block-views-blog-categories-block-1 .view-blog-categories .views-row a:active {
  color: #edb61b;
}
/* line 568, ../sass-custom/pages/_blog.scss */
#block-views-blog-categories-block-1 .view-blog-categories .more-link {
  text-transform: uppercase;
  padding-left: 21px;
}
@media only screen and (max-width: 999px) {
  /* line 568, ../sass-custom/pages/_blog.scss */
  #block-views-blog-categories-block-1 .view-blog-categories .more-link {
    margin-top: 17px;
  }
}

/* line 604, ../sass-custom/pages/_blog.scss */
.block.block-views .view-page-blogs.view-display-id-block_3,
.block.block-views .view-blogs-d7.view-display-id-block_4,
.block.block-views .view-blogs-d7.view-display-id-block_1 {
  margin-top: 7px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 604, ../sass-custom/pages/_blog.scss */
  .block.block-views .view-page-blogs.view-display-id-block_3,
  .block.block-views .view-blogs-d7.view-display-id-block_4,
  .block.block-views .view-blogs-d7.view-display-id-block_1 {
    padding: 13px 50px 23px 0;
  }
}
@media only screen and (max-width: 767px) {
  /* line 604, ../sass-custom/pages/_blog.scss */
  .block.block-views .view-page-blogs.view-display-id-block_3,
  .block.block-views .view-blogs-d7.view-display-id-block_4,
  .block.block-views .view-blogs-d7.view-display-id-block_1 {
    padding: 13px 5px 23px;
  }
}
/* line 617, ../sass-custom/pages/_blog.scss */
.block.block-views .view-page-blogs.view-display-id-block_3 .views-row,
.block.block-views .view-blogs-d7.view-display-id-block_4 .views-row,
.block.block-views .view-blogs-d7.view-display-id-block_1 .views-row {
  margin-bottom: 20px;
}
@media only screen and (max-width: 479px) {
  /* line 617, ../sass-custom/pages/_blog.scss */
  .block.block-views .view-page-blogs.view-display-id-block_3 .views-row,
  .block.block-views .view-blogs-d7.view-display-id-block_4 .views-row,
  .block.block-views .view-blogs-d7.view-display-id-block_1 .views-row {
    margin-bottom: 30px;
  }
}
/* line 624, ../sass-custom/pages/_blog.scss */
.block.block-views .view-page-blogs.view-display-id-block_3 .views-row .views-field-field-image-cache,
.block.block-views .view-blogs-d7.view-display-id-block_4 .views-row .views-field-field-image-cache,
.block.block-views .view-blogs-d7.view-display-id-block_1 .views-row .views-field-field-image-cache {
  height: 119px;
  overflow: hidden;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 624, ../sass-custom/pages/_blog.scss */
  .block.block-views .view-page-blogs.view-display-id-block_3 .views-row .views-field-field-image-cache,
  .block.block-views .view-blogs-d7.view-display-id-block_4 .views-row .views-field-field-image-cache,
  .block.block-views .view-blogs-d7.view-display-id-block_1 .views-row .views-field-field-image-cache {
    margin: 0;
    float: left;
    margin-right: 20px;
    width: 212px;
    height: 130px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  /* line 624, ../sass-custom/pages/_blog.scss */
  .block.block-views .view-page-blogs.view-display-id-block_3 .views-row .views-field-field-image-cache,
  .block.block-views .view-blogs-d7.view-display-id-block_4 .views-row .views-field-field-image-cache,
  .block.block-views .view-blogs-d7.view-display-id-block_1 .views-row .views-field-field-image-cache {
    margin: 0;
    float: left;
    margin-right: 20px;
    width: 162px;
    height: 103px;
  }
}
@media only screen and (max-width: 479px) {
  /* line 624, ../sass-custom/pages/_blog.scss */
  .block.block-views .view-page-blogs.view-display-id-block_3 .views-row .views-field-field-image-cache,
  .block.block-views .view-blogs-d7.view-display-id-block_4 .views-row .views-field-field-image-cache,
  .block.block-views .view-blogs-d7.view-display-id-block_1 .views-row .views-field-field-image-cache {
    margin: 0 auto 18px;
    width: 212px;
    height: 130px;
  }
}
/* line 650, ../sass-custom/pages/_blog.scss */
.block.block-views .view-page-blogs.view-display-id-block_3 .views-row .views-field-field-image-cache .field-content,
.block.block-views .view-blogs-d7.view-display-id-block_4 .views-row .views-field-field-image-cache .field-content,
.block.block-views .view-blogs-d7.view-display-id-block_1 .views-row .views-field-field-image-cache .field-content {
  height: 100%;
}
/* line 653, ../sass-custom/pages/_blog.scss */
.block.block-views .view-page-blogs.view-display-id-block_3 .views-row .views-field-field-image-cache .field-content img,
.block.block-views .view-blogs-d7.view-display-id-block_4 .views-row .views-field-field-image-cache .field-content img,
.block.block-views .view-blogs-d7.view-display-id-block_1 .views-row .views-field-field-image-cache .field-content img {
  margin-top: -10px;
}
@media only screen and (max-width: 999px) {
  /* line 653, ../sass-custom/pages/_blog.scss */
  .block.block-views .view-page-blogs.view-display-id-block_3 .views-row .views-field-field-image-cache .field-content img,
  .block.block-views .view-blogs-d7.view-display-id-block_4 .views-row .views-field-field-image-cache .field-content img,
  .block.block-views .view-blogs-d7.view-display-id-block_1 .views-row .views-field-field-image-cache .field-content img {
    margin-top: 0;
  }
}
/* line 664, ../sass-custom/pages/_blog.scss */
.block.block-views .view-page-blogs.view-display-id-block_3 .views-row .views-field-title,
.block.block-views .view-blogs-d7.view-display-id-block_4 .views-row .views-field-title,
.block.block-views .view-blogs-d7.view-display-id-block_1 .views-row .views-field-title {
  padding: 12px 20px 0;
  background: transparent url(../images/list-bullet.png) 0px 21px no-repeat;
  font-size: 13px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.12em;
}
@media only screen and (max-width: 999px) {
  /* line 664, ../sass-custom/pages/_blog.scss */
  .block.block-views .view-page-blogs.view-display-id-block_3 .views-row .views-field-title,
  .block.block-views .view-blogs-d7.view-display-id-block_4 .views-row .views-field-title,
  .block.block-views .view-blogs-d7.view-display-id-block_1 .views-row .views-field-title {
    font-size: 16px;
    letter-spacing: 0.06em;
    line-height: 20px;
    background: none;
  }
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 664, ../sass-custom/pages/_blog.scss */
  .block.block-views .view-page-blogs.view-display-id-block_3 .views-row .views-field-title,
  .block.block-views .view-blogs-d7.view-display-id-block_4 .views-row .views-field-title,
  .block.block-views .view-blogs-d7.view-display-id-block_1 .views-row .views-field-title {
    margin-top: 45px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 600px) {
  /* line 664, ../sass-custom/pages/_blog.scss */
  .block.block-views .view-page-blogs.view-display-id-block_3 .views-row .views-field-title,
  .block.block-views .view-blogs-d7.view-display-id-block_4 .views-row .views-field-title,
  .block.block-views .view-blogs-d7.view-display-id-block_1 .views-row .views-field-title {
    margin-top: 22px;
  }
}
@media only screen and (max-width: 599px) and (min-width: 480px) {
  /* line 664, ../sass-custom/pages/_blog.scss */
  .block.block-views .view-page-blogs.view-display-id-block_3 .views-row .views-field-title,
  .block.block-views .view-blogs-d7.view-display-id-block_4 .views-row .views-field-title,
  .block.block-views .view-blogs-d7.view-display-id-block_1 .views-row .views-field-title {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 479px) {
  /* line 664, ../sass-custom/pages/_blog.scss */
  .block.block-views .view-page-blogs.view-display-id-block_3 .views-row .views-field-title,
  .block.block-views .view-blogs-d7.view-display-id-block_4 .views-row .views-field-title,
  .block.block-views .view-blogs-d7.view-display-id-block_1 .views-row .views-field-title {
    padding: 0;
    text-align: center;
  }
}
/* line 696, ../sass-custom/pages/_blog.scss */
.block.block-views .view-page-blogs.view-display-id-block_3 .views-row .views-field-title a,
.block.block-views .view-blogs-d7.view-display-id-block_4 .views-row .views-field-title a,
.block.block-views .view-blogs-d7.view-display-id-block_1 .views-row .views-field-title a {
  color: #727272;
  display: inline-block;
}
@media only screen and (max-width: 999px) {
  /* line 696, ../sass-custom/pages/_blog.scss */
  .block.block-views .view-page-blogs.view-display-id-block_3 .views-row .views-field-title a,
  .block.block-views .view-blogs-d7.view-display-id-block_4 .views-row .views-field-title a,
  .block.block-views .view-blogs-d7.view-display-id-block_1 .views-row .views-field-title a {
    display: inline;
  }
}
/* line 704, ../sass-custom/pages/_blog.scss */
.block.block-views .view-page-blogs.view-display-id-block_3 .views-row .views-field-title a:hover, .block.block-views .view-page-blogs.view-display-id-block_3 .views-row .views-field-title a:active,
.block.block-views .view-blogs-d7.view-display-id-block_4 .views-row .views-field-title a:hover,
.block.block-views .view-blogs-d7.view-display-id-block_4 .views-row .views-field-title a:active,
.block.block-views .view-blogs-d7.view-display-id-block_1 .views-row .views-field-title a:hover,
.block.block-views .view-blogs-d7.view-display-id-block_1 .views-row .views-field-title a:active {
  color: #edb61b;
}
/* line 712, ../sass-custom/pages/_blog.scss */
.block.block-views .view-page-blogs.view-display-id-block_3 .view-footer,
.block.block-views .view-blogs-d7.view-display-id-block_4 .view-footer,
.block.block-views .view-blogs-d7.view-display-id-block_1 .view-footer {
  padding-top: 2px;
  width: 76%;
  margin: 0 auto;
  min-width: 194px;
  text-align: center;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 712, ../sass-custom/pages/_blog.scss */
  .block.block-views .view-page-blogs.view-display-id-block_3 .view-footer,
  .block.block-views .view-blogs-d7.view-display-id-block_4 .view-footer,
  .block.block-views .view-blogs-d7.view-display-id-block_1 .view-footer {
    padding-top: 6px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  /* line 712, ../sass-custom/pages/_blog.scss */
  .block.block-views .view-page-blogs.view-display-id-block_3 .view-footer,
  .block.block-views .view-blogs-d7.view-display-id-block_4 .view-footer,
  .block.block-views .view-blogs-d7.view-display-id-block_1 .view-footer {
    padding-top: 15px;
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  /* line 712, ../sass-custom/pages/_blog.scss */
  .block.block-views .view-page-blogs.view-display-id-block_3 .view-footer,
  .block.block-views .view-blogs-d7.view-display-id-block_4 .view-footer,
  .block.block-views .view-blogs-d7.view-display-id-block_1 .view-footer {
    padding-top: 15px;
  }
}
/* line 733, ../sass-custom/pages/_blog.scss */
.block.block-views .view-page-blogs.view-display-id-block_3 .view-footer a.btn,
.block.block-views .view-blogs-d7.view-display-id-block_4 .view-footer a.btn,
.block.block-views .view-blogs-d7.view-display-id-block_1 .view-footer a.btn {
  width: 100%;
  font-size: 14px;
  padding: 9px 15px;
  letter-spacing: 0.1em;
  line-height: 17px;
}
@media only screen and (max-width: 999px) {
  /* line 733, ../sass-custom/pages/_blog.scss */
  .block.block-views .view-page-blogs.view-display-id-block_3 .view-footer a.btn,
  .block.block-views .view-blogs-d7.view-display-id-block_4 .view-footer a.btn,
  .block.block-views .view-blogs-d7.view-display-id-block_1 .view-footer a.btn {
    font-size: 15px;
    padding: 19px 55px;
    width: initial;
    margin: 0 auto;
    letter-spacing: 0.18em;
    max-width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  /* line 733, ../sass-custom/pages/_blog.scss */
  .block.block-views .view-page-blogs.view-display-id-block_3 .view-footer a.btn,
  .block.block-views .view-blogs-d7.view-display-id-block_4 .view-footer a.btn,
  .block.block-views .view-blogs-d7.view-display-id-block_1 .view-footer a.btn {
    max-width: 100%;
    padding: 19px 25px;
  }
}

/* line 743, ../sass-custom/pages/_blog.scss */
.block.block-views .view-blogs-d7.view-display-id-block_2,
.block.block-views .view-blogs-d7.view-display-id-block_3 {
  padding: 4px 12px 19px 0;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 743, ../sass-custom/pages/_blog.scss */
  .block.block-views .view-blogs-d7.view-display-id-block_2,
  .block.block-views .view-blogs-d7.view-display-id-block_3 {
    padding: 32px 50px 23px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 743, ../sass-custom/pages/_blog.scss */
  .block.block-views .view-blogs-d7.view-display-id-block_2,
  .block.block-views .view-blogs-d7.view-display-id-block_3 {
    padding: 33px 5px 23px;
  }
}
/* line 755, ../sass-custom/pages/_blog.scss */
.block.block-views .view-blogs-d7.view-display-id-block_2 .view-header,
.block.block-views .view-blogs-d7.view-display-id-block_3 .view-header {
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.06em;
  margin-bottom: 32px;
}
@media only screen and (max-width: 999px) {
  /* line 755, ../sass-custom/pages/_blog.scss */
  .block.block-views .view-blogs-d7.view-display-id-block_2 .view-header,
  .block.block-views .view-blogs-d7.view-display-id-block_3 .view-header {
    display: none;
  }
}
/* line 767, ../sass-custom/pages/_blog.scss */
.block.block-views .view-blogs-d7.view-display-id-block_2 .views-row,
.block.block-views .view-blogs-d7.view-display-id-block_3 .views-row {
  margin-bottom: 15px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 767, ../sass-custom/pages/_blog.scss */
  .block.block-views .view-blogs-d7.view-display-id-block_2 .views-row,
  .block.block-views .view-blogs-d7.view-display-id-block_3 .views-row {
    margin-bottom: 21px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 767, ../sass-custom/pages/_blog.scss */
  .block.block-views .view-blogs-d7.view-display-id-block_2 .views-row,
  .block.block-views .view-blogs-d7.view-display-id-block_3 .views-row {
    margin-bottom: 30px;
  }
}
/* line 778, ../sass-custom/pages/_blog.scss */
.block.block-views .view-blogs-d7.view-display-id-block_2 .views-row .views-field-field-ig-image,
.block.block-views .view-blogs-d7.view-display-id-block_3 .views-row .views-field-field-ig-image {
  height: 162px;
  overflow: hidden;
  width: 162px;
  margin: 0 auto 18px;
  border-radius: 81px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 778, ../sass-custom/pages/_blog.scss */
  .block.block-views .view-blogs-d7.view-display-id-block_2 .views-row .views-field-field-ig-image,
  .block.block-views .view-blogs-d7.view-display-id-block_3 .views-row .views-field-field-ig-image {
    margin: 0;
    float: left;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  /* line 778, ../sass-custom/pages/_blog.scss */
  .block.block-views .view-blogs-d7.view-display-id-block_2 .views-row .views-field-field-ig-image,
  .block.block-views .view-blogs-d7.view-display-id-block_3 .views-row .views-field-field-ig-image {
    margin: 0;
    float: left;
    margin-right: 20px;
  }
}
/* line 797, ../sass-custom/pages/_blog.scss */
.block.block-views .view-blogs-d7.view-display-id-block_2 .views-row .views-field-field-ig-image .field-content,
.block.block-views .view-blogs-d7.view-display-id-block_3 .views-row .views-field-field-ig-image .field-content {
  height: 100%;
}
/* line 800, ../sass-custom/pages/_blog.scss */
.block.block-views .view-blogs-d7.view-display-id-block_2 .views-row .views-field-field-ig-image .field-content img,
.block.block-views .view-blogs-d7.view-display-id-block_3 .views-row .views-field-field-ig-image .field-content img {
  max-width: initial;
  max-height: 100%;
  margin-left: -37px;
  width: auto;
}
/* line 809, ../sass-custom/pages/_blog.scss */
.block.block-views .view-blogs-d7.view-display-id-block_2 .views-row .views-field-field-image-cache,
.block.block-views .view-blogs-d7.view-display-id-block_3 .views-row .views-field-field-image-cache {
  height: 162px;
  overflow: hidden;
  width: 162px;
  margin: 0 auto 18px;
  border-radius: 81px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 809, ../sass-custom/pages/_blog.scss */
  .block.block-views .view-blogs-d7.view-display-id-block_2 .views-row .views-field-field-image-cache,
  .block.block-views .view-blogs-d7.view-display-id-block_3 .views-row .views-field-field-image-cache {
    margin: 0;
    float: left;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  /* line 809, ../sass-custom/pages/_blog.scss */
  .block.block-views .view-blogs-d7.view-display-id-block_2 .views-row .views-field-field-image-cache,
  .block.block-views .view-blogs-d7.view-display-id-block_3 .views-row .views-field-field-image-cache {
    margin: 0;
    float: left;
    margin-right: 20px;
  }
}
/* line 828, ../sass-custom/pages/_blog.scss */
.block.block-views .view-blogs-d7.view-display-id-block_2 .views-row .views-field-field-image-cache .field-content,
.block.block-views .view-blogs-d7.view-display-id-block_3 .views-row .views-field-field-image-cache .field-content {
  height: 100%;
}
/* line 831, ../sass-custom/pages/_blog.scss */
.block.block-views .view-blogs-d7.view-display-id-block_2 .views-row .views-field-field-image-cache .field-content img,
.block.block-views .view-blogs-d7.view-display-id-block_3 .views-row .views-field-field-image-cache .field-content img {
  max-width: initial;
  max-height: 100%;
  width: auto;
}
/* line 839, ../sass-custom/pages/_blog.scss */
.block.block-views .view-blogs-d7.view-display-id-block_2 .views-row .views-field-title,
.block.block-views .view-blogs-d7.view-display-id-block_3 .views-row .views-field-title {
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.12em;
}
@media only screen and (max-width: 999px) {
  /* line 839, ../sass-custom/pages/_blog.scss */
  .block.block-views .view-blogs-d7.view-display-id-block_2 .views-row .views-field-title,
  .block.block-views .view-blogs-d7.view-display-id-block_3 .views-row .views-field-title {
    font-size: 16px;
    letter-spacing: 0.06em;
  }
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 839, ../sass-custom/pages/_blog.scss */
  .block.block-views .view-blogs-d7.view-display-id-block_2 .views-row .views-field-title,
  .block.block-views .view-blogs-d7.view-display-id-block_3 .views-row .views-field-title {
    margin-top: 56px;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  /* line 839, ../sass-custom/pages/_blog.scss */
  .block.block-views .view-blogs-d7.view-display-id-block_2 .views-row .views-field-title,
  .block.block-views .view-blogs-d7.view-display-id-block_3 .views-row .views-field-title {
    margin-top: 50px;
    text-align: left;
  }
}
/* line 861, ../sass-custom/pages/_blog.scss */
.block.block-views .view-blogs-d7.view-display-id-block_2 .views-row .views-field-title a,
.block.block-views .view-blogs-d7.view-display-id-block_3 .views-row .views-field-title a {
  color: #727272;
  display: inline-block;
}
/* line 865, ../sass-custom/pages/_blog.scss */
.block.block-views .view-blogs-d7.view-display-id-block_2 .views-row .views-field-title a:hover, .block.block-views .view-blogs-d7.view-display-id-block_2 .views-row .views-field-title a:active,
.block.block-views .view-blogs-d7.view-display-id-block_3 .views-row .views-field-title a:hover,
.block.block-views .view-blogs-d7.view-display-id-block_3 .views-row .views-field-title a:active {
  color: #edb61b;
}
/* line 872, ../sass-custom/pages/_blog.scss */
.block.block-views .view-blogs-d7.view-display-id-block_2 .views-row .views-field-view-node,
.block.block-views .view-blogs-d7.view-display-id-block_3 .views-row .views-field-view-node {
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 6px;
  text-align: center;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 872, ../sass-custom/pages/_blog.scss */
  .block.block-views .view-blogs-d7.view-display-id-block_2 .views-row .views-field-view-node,
  .block.block-views .view-blogs-d7.view-display-id-block_3 .views-row .views-field-view-node {
    text-align: left;
    margin-top: 9px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  /* line 872, ../sass-custom/pages/_blog.scss */
  .block.block-views .view-blogs-d7.view-display-id-block_2 .views-row .views-field-view-node,
  .block.block-views .view-blogs-d7.view-display-id-block_3 .views-row .views-field-view-node {
    text-align: left;
    margin-top: 9px;
    font-size: 15px;
  }
}
/* line 893, ../sass-custom/pages/_blog.scss */
.block.block-views .view-blogs-d7.view-display-id-block_2 .view-footer,
.block.block-views .view-blogs-d7.view-display-id-block_3 .view-footer {
  padding-top: 12px;
  width: 76%;
  margin: 0 auto;
  min-width: 194px;
  text-align: center;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 893, ../sass-custom/pages/_blog.scss */
  .block.block-views .view-blogs-d7.view-display-id-block_2 .view-footer,
  .block.block-views .view-blogs-d7.view-display-id-block_3 .view-footer {
    padding-top: 6px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  /* line 893, ../sass-custom/pages/_blog.scss */
  .block.block-views .view-blogs-d7.view-display-id-block_2 .view-footer,
  .block.block-views .view-blogs-d7.view-display-id-block_3 .view-footer {
    padding-top: 15px;
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  /* line 893, ../sass-custom/pages/_blog.scss */
  .block.block-views .view-blogs-d7.view-display-id-block_2 .view-footer,
  .block.block-views .view-blogs-d7.view-display-id-block_3 .view-footer {
    padding-top: 15px;
  }
}
/* line 914, ../sass-custom/pages/_blog.scss */
.block.block-views .view-blogs-d7.view-display-id-block_2 .view-footer a.btn,
.block.block-views .view-blogs-d7.view-display-id-block_3 .view-footer a.btn {
  width: 100%;
  font-size: 14px;
  padding: 9px 15px;
  letter-spacing: 0.1em;
  line-height: 17px;
}
@media only screen and (max-width: 999px) {
  /* line 914, ../sass-custom/pages/_blog.scss */
  .block.block-views .view-blogs-d7.view-display-id-block_2 .view-footer a.btn,
  .block.block-views .view-blogs-d7.view-display-id-block_3 .view-footer a.btn {
    font-size: 15px;
    padding: 19px 55px;
    width: initial;
    margin: 0 auto;
    letter-spacing: 0.18em;
    max-width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  /* line 914, ../sass-custom/pages/_blog.scss */
  .block.block-views .view-blogs-d7.view-display-id-block_2 .view-footer a.btn,
  .block.block-views .view-blogs-d7.view-display-id-block_3 .view-footer a.btn {
    max-width: 100%;
    padding: 19px 25px;
  }
}

/* line 923, ../sass-custom/pages/_blog.scss */
body.page-blog-categories {
  background-color: #f2f2f2;
}
/* line 926, ../sass-custom/pages/_blog.scss */
body.page-blog-categories .main-container {
  background-color: #f2f2f2;
}

/* line 931, ../sass-custom/pages/_blog.scss */
.view-blog-categories.view-display-id-page {
  background-color: #ffffff;
  padding: 10px 30px 35px;
}
@media only screen and (max-width: 479px) {
  /* line 931, ../sass-custom/pages/_blog.scss */
  .view-blog-categories.view-display-id-page {
    padding: 5px 7% 35px;
  }
}
/* line 939, ../sass-custom/pages/_blog.scss */
.view-blog-categories.view-display-id-page .views-row {
  padding-left: 20px;
  background: transparent url(../images/list-bullet.png) 8px 12px no-repeat;
}

/* line 4, ../sass-custom/pages/_personality_types.scss */
.personality-types-menu {
  background-color: #f2f2f2;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 999px) {
  /* line 4, ../sass-custom/pages/_personality_types.scss */
  .personality-types-menu {
    background-color: #edb61b;
  }
}
/* line 13, ../sass-custom/pages/_personality_types.scss */
.personality-types-menu .personality-types-list-block {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.13em;
}
@media only screen and (max-width: 999px) {
  /* line 13, ../sass-custom/pages/_personality_types.scss */
  .personality-types-menu .personality-types-list-block {
    display: none;
    position: absolute;
    height: auto;
    background-color: #f5bf27;
    font-size: 19px;
    letter-spacing: 0.135em;
    width: 100%;
    z-index: 100;
  }
}
/* line 29, ../sass-custom/pages/_personality_types.scss */
.personality-types-menu .personality-types-list-block ul {
  display: block;
  padding: 0;
  text-align: center;
  margin: 0;
  height: 48px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 29, ../sass-custom/pages/_personality_types.scss */
  .personality-types-menu .personality-types-list-block ul {
    height: 244px;
    width: 650px;
    margin: 0 auto;
    padding-top: 24px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 600px) {
  /* line 29, ../sass-custom/pages/_personality_types.scss */
  .personality-types-menu .personality-types-list-block ul {
    height: 244px;
    width: 550px;
    margin: 0 auto;
    padding-top: 24px;
  }
}
@media only screen and (max-width: 599px) {
  /* line 29, ../sass-custom/pages/_personality_types.scss */
  .personality-types-menu .personality-types-list-block ul {
    height: auto;
    width: 340px;
    margin: 0 auto;
    padding-top: 24px;
    padding-bottom: 23px;
    max-width: 100%;
  }
}
/* line 59, ../sass-custom/pages/_personality_types.scss */
.personality-types-menu .personality-types-list-block ul li {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  height: 48px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 59, ../sass-custom/pages/_personality_types.scss */
  .personality-types-menu .personality-types-list-block ul li {
    height: 47px;
    width: 155px;
    overflow: visible;
  }
}
@media only screen and (max-width: 767px) and (min-width: 600px) {
  /* line 59, ../sass-custom/pages/_personality_types.scss */
  .personality-types-menu .personality-types-list-block ul li {
    height: 47px;
    width: 125px;
    overflow: visible;
  }
}
@media only screen and (max-width: 599px) {
  /* line 59, ../sass-custom/pages/_personality_types.scss */
  .personality-types-menu .personality-types-list-block ul li {
    height: 47px;
    overflow: visible;
  }
}
@media only screen and (max-width: 599px) and (min-width: 480px) {
  /* line 59, ../sass-custom/pages/_personality_types.scss */
  .personality-types-menu .personality-types-list-block ul li {
    width: 158px;
  }
}
@media only screen and (max-width: 479px) {
  /* line 59, ../sass-custom/pages/_personality_types.scss */
  .personality-types-menu .personality-types-list-block ul li {
    width: 120px;
  }
}
/* line 90, ../sass-custom/pages/_personality_types.scss */
.personality-types-menu .personality-types-list-block ul li a {
  color: #3d3d3d;
  display: inline-block;
  width: 65px;
  height: 48px;
  padding-top: 14px;
  padding-left: 3px;
  text-align: center;
}
@media only screen and (min-width: 1000px) and (max-width: 1199px) {
  /* line 90, ../sass-custom/pages/_personality_types.scss */
  .personality-types-menu .personality-types-list-block ul li a {
    width: 61px;
  }
}
@media only screen and (max-width: 999px) {
  /* line 90, ../sass-custom/pages/_personality_types.scss */
  .personality-types-menu .personality-types-list-block ul li a {
    width: 78px;
    height: 47px;
    margin: 0 auto;
    text-align: left;
  }
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 90, ../sass-custom/pages/_personality_types.scss */
  .personality-types-menu .personality-types-list-block ul li a {
    padding: 10px 0 0 16px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 600px) {
  /* line 90, ../sass-custom/pages/_personality_types.scss */
  .personality-types-menu .personality-types-list-block ul li a {
    padding: 10px 0 0 16px;
  }
}
@media only screen and (max-width: 599px) {
  /* line 90, ../sass-custom/pages/_personality_types.scss */
  .personality-types-menu .personality-types-list-block ul li a {
    padding: 10px 0 0 14px;
  }
}
/* line 122, ../sass-custom/pages/_personality_types.scss */
.personality-types-menu .personality-types-list-block ul li a:hover, .personality-types-menu .personality-types-list-block ul li a:active, .personality-types-menu .personality-types-list-block ul li a:focus {
  background-color: #edb61b;
}
@media only screen and (max-width: 999px) {
  /* line 122, ../sass-custom/pages/_personality_types.scss */
  .personality-types-menu .personality-types-list-block ul li a:hover, .personality-types-menu .personality-types-list-block ul li a:active, .personality-types-menu .personality-types-list-block ul li a:focus {
    background-color: #ffffff;
    outline: solid 4px white;
    outline-offset: 0;
  }
}
/* line 136, ../sass-custom/pages/_personality_types.scss */
.personality-types-menu .personality-types-list-block ul li.active a {
  background-color: #edb61b;
}
@media only screen and (max-width: 999px) {
  /* line 136, ../sass-custom/pages/_personality_types.scss */
  .personality-types-menu .personality-types-list-block ul li.active a {
    background-color: #ffffff;
    outline: solid 4px white;
  }
}
/* line 149, ../sass-custom/pages/_personality_types.scss */
.personality-types-menu .personality-types-controls {
  display: none;
  padding-top: 17px;
  padding-bottom: 14px;
  font-weight: 600;
  font-size: 17px;
  letter-spacing: 0.135em;
  line-height: 12px;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 999px) {
  /* line 149, ../sass-custom/pages/_personality_types.scss */
  .personality-types-menu .personality-types-controls {
    display: block;
  }
}
/* line 164, ../sass-custom/pages/_personality_types.scss */
.personality-types-menu .personality-types-controls .current-type {
  display: inline-block;
  padding: 0 14px 0 22px;
  border-right: solid 1px rgba(0, 0, 0, 0.1);
  vertical-align: middle;
}
/* line 171, ../sass-custom/pages/_personality_types.scss */
.personality-types-menu .personality-types-controls .type-select {
  display: inline-block;
  padding: 0 28px 0 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-left: 12px;
  vertical-align: middle;
  line-height: 30px;
  background: transparent url(../images/type-list-select-down.png) 95.5% 13px no-repeat;
}
@media only screen and (max-width: 999px) {
  /* line 185, ../sass-custom/pages/_personality_types.scss */
  .personality-types-menu.types-menu-expanded .personality-types-list-block {
    display: block;
  }
}
/* line 192, ../sass-custom/pages/_personality_types.scss */
.personality-types-menu.types-menu-expanded .personality-types-controls .type-select {
  background: transparent url(../images/type-list-select-up.png) 95.5% 13px no-repeat;
}

/* line 200, ../sass-custom/pages/_personality_types.scss */
.view.personality-types-list {
  text-align: center;
  max-width: 950px;
  margin: 0 auto;
}
/* line 205, ../sass-custom/pages/_personality_types.scss */
.view.personality-types-list .views-row {
  display: inline-block;
  margin: 20px 26px;
  font-size: 26px;
  letter-spacing: 0.11em;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 205, ../sass-custom/pages/_personality_types.scss */
  .view.personality-types-list .views-row {
    margin: 15px 15px;
  }
}
/* line 215, ../sass-custom/pages/_personality_types.scss */
.view.personality-types-list .views-row img {
  margin-bottom: 10px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 215, ../sass-custom/pages/_personality_types.scss */
  .view.personality-types-list .views-row img {
    margin-bottom: 8px;
    width: 140px;
  }
}

/* line 226, ../sass-custom/pages/_personality_types.scss */
body.page-personality-type {
  background-color: #f2f2f2;
}
/* line 229, ../sass-custom/pages/_personality_types.scss */
body.page-personality-type .page-tabs {
  border-bottom: solid 1px #cfcfcf;
}
/* line 232, ../sass-custom/pages/_personality_types.scss */
body.page-personality-type .page-tabs.page-tabs-top {
  background: -webkit-gradient(linear, left bottom, left top, from(#e3e3e3), color-stop(66%, rgba(0, 0, 0, 0)), to(#f2f2f2));
  background: linear-gradient(to top, #e3e3e3 0%, rgba(0, 0, 0, 0) 66%, #f2f2f2 100%);
}
@media only screen and (min-width: 1000px) {
  /* line 236, ../sass-custom/pages/_personality_types.scss */
  body.page-personality-type .page-tabs.page-tabs-bottom {
    display: none;
  }
}
/* line 242, ../sass-custom/pages/_personality_types.scss */
body.page-personality-type .page-tabs ul.nav-tabs {
  text-align: center;
  margin: 0;
  padding-top: 38px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.13em;
  border: none;
}
@media only screen and (min-width: 1000px) {
  /* line 242, ../sass-custom/pages/_personality_types.scss */
  body.page-personality-type .page-tabs ul.nav-tabs {
    height: 91px;
    margin-bottom: -1px;
  }
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 242, ../sass-custom/pages/_personality_types.scss */
  body.page-personality-type .page-tabs ul.nav-tabs {
    text-align: justify;
    text-align-last: justify;
    width: 698px;
    margin: 0 auto;
    padding: 30px 0 29px;
    font-size: 21px;
    letter-spacing: 0.14em;
  }
}
@media only screen and (max-width: 767px) and (min-width: 600px) {
  /* line 242, ../sass-custom/pages/_personality_types.scss */
  body.page-personality-type .page-tabs ul.nav-tabs {
    text-align: justify;
    text-align-last: justify;
    margin: 0 auto;
    padding: 30px 25px 29px;
    font-size: 21px;
    letter-spacing: 0.14em;
  }
}
@media only screen and (max-width: 599px) {
  /* line 242, ../sass-custom/pages/_personality_types.scss */
  body.page-personality-type .page-tabs ul.nav-tabs {
    width: 100%;
    padding: 30px 25px 31px;
    font-size: 21px;
    letter-spacing: 0.14em;
  }
}
/* line 283, ../sass-custom/pages/_personality_types.scss */
body.page-personality-type .page-tabs ul.nav-tabs li {
  float: none;
  display: inline-block;
  margin: 0;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 283, ../sass-custom/pages/_personality_types.scss */
  body.page-personality-type .page-tabs ul.nav-tabs li {
    width: 49%;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 600px) {
  /* line 283, ../sass-custom/pages/_personality_types.scss */
  body.page-personality-type .page-tabs ul.nav-tabs li {
    width: 49%;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 599px) {
  /* line 283, ../sass-custom/pages/_personality_types.scss */
  body.page-personality-type .page-tabs ul.nav-tabs li {
    width: 100%;
    margin-bottom: 15px;
  }
}
/* line 303, ../sass-custom/pages/_personality_types.scss */
body.page-personality-type .page-tabs ul.nav-tabs li a {
  height: 53px;
  padding: 14px 64px 0;
  color: #3d3d3d;
  background-color: #e3e3e3;
  border: solid 1px #cfcfcf;
}
@media only screen and (min-width: 1000px) and (max-width: 1199px) {
  /* line 303, ../sass-custom/pages/_personality_types.scss */
  body.page-personality-type .page-tabs ul.nav-tabs li a {
    padding: 14px 53px 0;
  }
}
@media only screen and (max-width: 999px) {
  /* line 303, ../sass-custom/pages/_personality_types.scss */
  body.page-personality-type .page-tabs ul.nav-tabs li a {
    width: 100%;
    height: 71px;
    padding: 21px 0 0;
    text-align: center;
    text-align-last: center;
  }
}
/* line 322, ../sass-custom/pages/_personality_types.scss */
body.page-personality-type .page-tabs ul.nav-tabs li a:hover, body.page-personality-type .page-tabs ul.nav-tabs li a:active, body.page-personality-type .page-tabs ul.nav-tabs li a:focus {
  background-color: #edb61b;
  border: solid 1px #edb61b;
}
/* line 331, ../sass-custom/pages/_personality_types.scss */
body.page-personality-type .page-tabs ul.nav-tabs li.active a {
  background-color: #edb61b;
  border: solid 1px #edb61b;
}
@media only screen and (max-width: 599px) {
  /* line 340, ../sass-custom/pages/_personality_types.scss */
  body.page-personality-type .page-tabs.page-tabs-bottom ul.nav-tabs {
    padding: 18px 25px 45px;
  }
}
/* line 348, ../sass-custom/pages/_personality_types.scss */
body.page-personality-type .main-container {
  padding-top: 34px;
  padding-bottom: 35px;
  background-color: #f2f2f2;
}
@media only screen and (max-width: 999px) {
  /* line 348, ../sass-custom/pages/_personality_types.scss */
  body.page-personality-type .main-container {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 999px) {
  /* line 359, ../sass-custom/pages/_personality_types.scss */
  body.page-personality-type .region-sidebar-first {
    margin-top: 0;
  }
}

/* line 367, ../sass-custom/pages/_personality_types.scss */
.page-personality-type-ribbon {
  height: 292px;
  overflow: hidden;
  background: url(../images/personality-type-bg-lines.png), -webkit-gradient(linear, left top, right top, from(#40a9c9), to(#43d5b0));
  background: url(../images/personality-type-bg-lines.png), linear-gradient(to right, #40a9c9, #43d5b0);
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 367, ../sass-custom/pages/_personality_types.scss */
  .page-personality-type-ribbon {
    height: 462px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 367, ../sass-custom/pages/_personality_types.scss */
  .page-personality-type-ribbon {
    height: 422px;
  }
}
/* line 380, ../sass-custom/pages/_personality_types.scss */
.page-personality-type-ribbon .page-header-wrapper {
  width: 100%;
  max-width: 1047px;
  min-height: 253px;
  height: 100%;
}
@media only screen and (min-width: 1000px) and (max-width: 1199px) {
  /* line 380, ../sass-custom/pages/_personality_types.scss */
  .page-personality-type-ribbon .page-header-wrapper {
    width: 976px;
  }
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 380, ../sass-custom/pages/_personality_types.scss */
  .page-personality-type-ribbon .page-header-wrapper {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  /* line 380, ../sass-custom/pages/_personality_types.scss */
  .page-personality-type-ribbon .page-header-wrapper {
    text-align: center;
    height: 382px;
    overflow: visible;
  }
  /* line 399, ../sass-custom/pages/_personality_types.scss */
  .page-personality-type-ribbon .page-header-wrapper .page-extended-wrapper {
    height: 100%;
    position: relative;
  }
}
/* line 405, ../sass-custom/pages/_personality_types.scss */
.page-personality-type-ribbon .page-header-wrapper hr {
  width: 79px;
  margin-top: -7px;
  margin-left: 1px;
  margin-bottom: 11px;
}
@media only screen and (max-width: 767px) {
  /* line 405, ../sass-custom/pages/_personality_types.scss */
  .page-personality-type-ribbon .page-header-wrapper hr {
    margin: 0 auto;
    width: 66px;
  }
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 405, ../sass-custom/pages/_personality_types.scss */
  .page-personality-type-ribbon .page-header-wrapper hr {
    margin: 0 auto;
  }
}
/* line 421, ../sass-custom/pages/_personality_types.scss */
.page-personality-type-ribbon .page-header-wrapper .page-header {
  font-size: 82px;
  line-height: 0.9;
  letter-spacing: 0.04em;
  top: -33px;
}
@media only screen and (max-width: 767px) {
  /* line 421, ../sass-custom/pages/_personality_types.scss */
  .page-personality-type-ribbon .page-header-wrapper .page-header {
    font-size: 69px;
    top: -22px;
    padding: 0 10px 1px;
  }
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 421, ../sass-custom/pages/_personality_types.scss */
  .page-personality-type-ribbon .page-header-wrapper .page-header {
    font-size: 84px;
    top: -24px;
    padding: 6px 0 2px;
    letter-spacing: 2px;
    margin: 0 auto;
  }
}
/* line 442, ../sass-custom/pages/_personality_types.scss */
.page-personality-type-ribbon .page-header-wrapper .page-header-text {
  text-transform: uppercase;
  font-size: 27px;
  letter-spacing: 0.26em;
  font-weight: 600;
  margin-top: 18px;
}
@media only screen and (max-width: 767px) {
  /* line 442, ../sass-custom/pages/_personality_types.scss */
  .page-personality-type-ribbon .page-header-wrapper .page-header-text {
    font-size: 24px;
    margin-top: 12px;
  }
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 442, ../sass-custom/pages/_personality_types.scss */
  .page-personality-type-ribbon .page-header-wrapper .page-header-text {
    float: none;
    margin: 0 auto;
    font-size: 26px;
    line-height: 50px;
    padding-top: 9px;
    letter-spacing: 0.29em;
  }
}
/* line 464, ../sass-custom/pages/_personality_types.scss */
.page-personality-type-ribbon .page-header-wrapper .page-header-image {
  position: relative;
}
@media only screen and (max-width: 767px) {
  /* line 464, ../sass-custom/pages/_personality_types.scss */
  .page-personality-type-ribbon .page-header-wrapper .page-header-image {
    height: auto;
    bottom: 0px;
    position: absolute;
  }
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 464, ../sass-custom/pages/_personality_types.scss */
  .page-personality-type-ribbon .page-header-wrapper .page-header-image {
    height: 277px;
    margin: 0;
  }
}
/* line 478, ../sass-custom/pages/_personality_types.scss */
.page-personality-type-ribbon .page-header-wrapper .page-header-image .img-responsive {
  max-width: inherit;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media only screen and (min-width: 1000px) and (max-width: 1199px) {
  /* line 478, ../sass-custom/pages/_personality_types.scss */
  .page-personality-type-ribbon .page-header-wrapper .page-header-image .img-responsive {
    margin-top: 62px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 478, ../sass-custom/pages/_personality_types.scss */
  .page-personality-type-ribbon .page-header-wrapper .page-header-image .img-responsive {
    position: relative;
    margin: 0 auto;
    max-width: 100%;
    bottom: -1px;
  }
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 478, ../sass-custom/pages/_personality_types.scss */
  .page-personality-type-ribbon .page-header-wrapper .page-header-image .img-responsive {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0 auto;
  }
}

/* line 508, ../sass-custom/pages/_personality_types.scss */
.region-content .view-personality-types-test {
  font-family: "Open Sans", sans-serif;
}
/* line 511, ../sass-custom/pages/_personality_types.scss */
.region-content .view-personality-types-test p {
  line-height: 31px;
  letter-spacing: 0.015em;
}
@media only screen and (max-width: 767px) {
  /* line 511, ../sass-custom/pages/_personality_types.scss */
  .region-content .view-personality-types-test p {
    line-height: 32px;
    letter-spacing: 0.057em;
  }
}
/* line 520, ../sass-custom/pages/_personality_types.scss */
.region-content .view-personality-types-test p a {
  letter-spacing: 0.005em;
}
/* line 525, ../sass-custom/pages/_personality_types.scss */
.region-content .view-personality-types-test ul {
  padding-left: 0;
  list-style: none;
  color: #989898;
}
/* line 530, ../sass-custom/pages/_personality_types.scss */
.region-content .view-personality-types-test ul li {
  line-height: 2em;
  position: relative;
  padding-left: 21px;
  letter-spacing: 0.02em;
  margin-bottom: 0;
}
/* line 537, ../sass-custom/pages/_personality_types.scss */
.region-content .view-personality-types-test ul li::before {
  content: '';
  height: 4px;
  width: 4px;
  position: absolute;
  left: 0;
  top: 14px;
  background: url(../images/list-bullet.png);
}
/* line 549, ../sass-custom/pages/_personality_types.scss */
.region-content .view-personality-types-test b {
  color: #727272;
  font-size: 19px;
  letter-spacing: 0.02em;
  line-height: 37px;
  text-align: left;
}
/* line 557, ../sass-custom/pages/_personality_types.scss */
.region-content .view-personality-types-test h2 {
  margin: 14px 0 23px;
  font-size: 30px;
  letter-spacing: 0.02em;
  padding-bottom: 19px;
}
/* line 563, ../sass-custom/pages/_personality_types.scss */
.region-content .view-personality-types-test h2::after {
  left: 1px;
}
@media only screen and (max-width: 767px) {
  /* line 563, ../sass-custom/pages/_personality_types.scss */
  .region-content .view-personality-types-test h2::after {
    left: 3px;
  }
}
/* line 572, ../sass-custom/pages/_personality_types.scss */
.region-content .view-personality-types-test h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  margin: 28px 0 20px;
  letter-spacing: 0;
  font-weight: bold;
}
/* line 580, ../sass-custom/pages/_personality_types.scss */
.region-content .view-personality-types-test h6 {
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.02em;
}
/* line 585, ../sass-custom/pages/_personality_types.scss */
.region-content .view-personality-types-test img {
  max-width: 100%;
  width: auto;
  height: auto;
}
/* line 591, ../sass-custom/pages/_personality_types.scss */
.region-content .view-personality-types-test table {
  margin-top: 25px;
}
/* line 595, ../sass-custom/pages/_personality_types.scss */
.region-content .view-personality-types-test .views-field {
  background-color: #ffffff;
  padding: 20px 42px;
}
@media only screen and (max-width: 767px) {
  /* line 595, ../sass-custom/pages/_personality_types.scss */
  .region-content .view-personality-types-test .views-field {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/* line 610, ../sass-custom/pages/_personality_types.scss */
.region-content .view-personality-types-test .views-field .resource {
  color: #989898;
  margin-top: 16px;
  padding-bottom: 15px;
  font-size: 12px;
  letter-spacing: 0.098em;
}
@media only screen and (max-width: 767px) {
  /* line 610, ../sass-custom/pages/_personality_types.scss */
  .region-content .view-personality-types-test .views-field .resource {
    padding-bottom: 10px;
  }
}
/* line 621, ../sass-custom/pages/_personality_types.scss */
.region-content .view-personality-types-test .views-field .resource a {
  text-decoration: underline;
}
/* line 626, ../sass-custom/pages/_personality_types.scss */
.region-content .view-personality-types-test .views-field .personality-test-extra {
  line-height: 37px;
  font-size: 20px;
}
/* line 631, ../sass-custom/pages/_personality_types.scss */
.region-content .view-personality-types-test .views-field .personality-test-source {
  font-size: 12px;
  letter-spacing: 1px;
}
/* line 636, ../sass-custom/pages/_personality_types.scss */
.region-content .view-personality-types-test .views-field.style-field-border-below {
  padding-bottom: 0;
}
/* line 639, ../sass-custom/pages/_personality_types.scss */
.region-content .view-personality-types-test .views-field.style-field-border-below > .field-content {
  border-bottom: 1px solid #cfcfcf;
  padding-bottom: 20px;
}
/* line 645, ../sass-custom/pages/_personality_types.scss */
.region-content .view-personality-types-test .views-field.style-field-break-before {
  margin-top: 11px;
}
/* line 649, ../sass-custom/pages/_personality_types.scss */
.region-content .view-personality-types-test .views-field.style-field-break-after {
  margin-bottom: 11px;
}
/* line 656, ../sass-custom/pages/_personality_types.scss */
.region-content .view-personality-types-test .views-field-field-pp-nutshell .field-content p:last-child {
  margin-bottom: 0;
}
/* line 664, ../sass-custom/pages/_personality_types.scss */
.region-content .view-personality-types-test .views-field-field-pp-motive .field-content p + p {
  margin-top: -6px;
}
/* line 676, ../sass-custom/pages/_personality_types.scss */
.region-content .view-personality-types-test .views-field-field-pp-recognizing .field-content h2,
.region-content .view-personality-types-test .views-field-field-pp-famous .field-content h2,
.region-content .view-personality-types-test .views-field-field-pp-hobbies .field-content h2,
.region-content .view-personality-types-test .views-field-field-pp-quotes .field-content h2,
.region-content .view-personality-types-test .views-field-field-pp-facts .field-content h2 {
  margin-top: 0px;
  padding-top: 17px;
}
/* line 681, ../sass-custom/pages/_personality_types.scss */
.region-content .view-personality-types-test .views-field-field-pp-recognizing .field-content p + p,
.region-content .view-personality-types-test .views-field-field-pp-famous .field-content p + p,
.region-content .view-personality-types-test .views-field-field-pp-hobbies .field-content p + p,
.region-content .view-personality-types-test .views-field-field-pp-quotes .field-content p + p,
.region-content .view-personality-types-test .views-field-field-pp-facts .field-content p + p {
  margin-top: -6px;
}
/* line 687, ../sass-custom/pages/_personality_types.scss */
.region-content .view-personality-types-test .views-field-field-pp-links {
  position: relative;
}
/* line 689, ../sass-custom/pages/_personality_types.scss */
.region-content .view-personality-types-test .views-field-field-pp-links h2 {
  border-top: 1px solid #cfcfcf;
  padding: 25px 0 18px;
  margin-top: 30px;
  letter-spacing: 0.015em;
}
@media only screen and (max-width: 767px) {
  /* line 695, ../sass-custom/pages/_personality_types.scss */
  .region-content .view-personality-types-test .views-field-field-pp-links h2:after {
    left: 0;
  }
}
/* line 701, ../sass-custom/pages/_personality_types.scss */
.region-content .view-personality-types-test .views-field-field-pp-links h2:first-child {
  border-top: none;
  padding-top: 0;
  margin: 14px 0 28px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 701, ../sass-custom/pages/_personality_types.scss */
  .region-content .view-personality-types-test .views-field-field-pp-links h2:first-child {
    padding-bottom: 19px;
  }
}
/* line 711, ../sass-custom/pages/_personality_types.scss */
.region-content .view-personality-types-test .views-field-field-pp-links h2:nth-child(3) {
  border-top: none;
  margin-top: 10px;
  padding: 0 0 20px;
}
/* line 718, ../sass-custom/pages/_personality_types.scss */
.region-content .view-personality-types-test .views-field-field-pp-links h2 + .recomended-books:first-of-type {
  border-bottom: none;
}
/* line 721, ../sass-custom/pages/_personality_types.scss */
.region-content .view-personality-types-test .views-field-field-pp-links h2 + .recomended-books:first-of-type p:last-child {
  margin-bottom: 54px;
}
/* line 725, ../sass-custom/pages/_personality_types.scss */
.region-content .view-personality-types-test .views-field-field-pp-links h2 + .recomended-books:first-of-type::after {
  content: ' ';
  background: #f2f2f2;
  width: 100%;
  height: 11px;
  position: absolute;
  margin-bottom: 20px;
  left: 0;
}
/* line 739, ../sass-custom/pages/_personality_types.scss */
.region-content .view-personality-types-test .views-field-field-pp-links .field-content .recomended-books {
  border-bottom: 1px solid #cfcfcf;
  padding-bottom: 20px;
  margin: 30px 0 22px;
}
/* line 744, ../sass-custom/pages/_personality_types.scss */
.region-content .view-personality-types-test .views-field-field-pp-links .field-content .recomended-books:last-child {
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  /* line 739, ../sass-custom/pages/_personality_types.scss */
  .region-content .view-personality-types-test .views-field-field-pp-links .field-content .recomended-books {
    margin-bottom: 36px;
  }
}
/* line 752, ../sass-custom/pages/_personality_types.scss */
.region-content .view-personality-types-test .views-field-field-pp-links .field-content .recomended-books:last-child {
  border-bottom: none;
  margin-bottom: 9px;
}
/* line 757, ../sass-custom/pages/_personality_types.scss */
.region-content .view-personality-types-test .views-field-field-pp-links .field-content .recomended-books a {
  padding-bottom: 0;
}
/* line 761, ../sass-custom/pages/_personality_types.scss */
.region-content .view-personality-types-test .views-field-field-pp-links .field-content .recomended-books p {
  margin: 6px 0 6px 158px;
  text-align: left;
}
/* line 765, ../sass-custom/pages/_personality_types.scss */
.region-content .view-personality-types-test .views-field-field-pp-links .field-content .recomended-books p:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 761, ../sass-custom/pages/_personality_types.scss */
  .region-content .view-personality-types-test .views-field-field-pp-links .field-content .recomended-books p {
    margin-left: 124px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 761, ../sass-custom/pages/_personality_types.scss */
  .region-content .view-personality-types-test .views-field-field-pp-links .field-content .recomended-books p {
    margin-left: 0;
  }
}
/* line 779, ../sass-custom/pages/_personality_types.scss */
.region-content .view-personality-types-test .views-field-field-pp-links .field-content .recomended-books .recomended-books-image {
  position: absolute;
  display: block;
  padding-top: 10px;
}
@media only screen and (max-width: 767px) {
  /* line 779, ../sass-custom/pages/_personality_types.scss */
  .region-content .view-personality-types-test .views-field-field-pp-links .field-content .recomended-books .recomended-books-image {
    text-align: center;
    position: relative;
    margin-bottom: 12px;
  }
}
/* line 791, ../sass-custom/pages/_personality_types.scss */
.region-content .view-personality-types-test .views-field-field-pp-links .field-content .recomended-books .recomended-books-header {
  font-size: 1.4em;
  line-height: 0;
  padding-bottom: 0;
  letter-spacing: 0.02em;
  font-weight: 500 !important;
}
@media only screen and (max-width: 767px) {
  /* line 791, ../sass-custom/pages/_personality_types.scss */
  .region-content .view-personality-types-test .views-field-field-pp-links .field-content .recomended-books .recomended-books-header {
    margin-top: 13px;
  }
}
/* line 807, ../sass-custom/pages/_personality_types.scss */
.region-content .view-personality-types-test .views-field-field-pp-quotes p {
  text-align: left;
  color: #edb61b;
  font-style: italic;
  font-size: 30px;
  line-height: 45px;
  font-family: "Playfair Display", serif;
  margin: 4px 0;
  letter-spacing: 0.016em;
}
/* line 818, ../sass-custom/pages/_personality_types.scss */
.region-content .view-personality-types-test .views-field-field-pp-quotes .right-align {
  margin-top: 0;
  font-style: normal;
  font-size: 17px;
  font-family: "Open Sans", sans-serif;
}
/* line 824, ../sass-custom/pages/_personality_types.scss */
.region-content .view-personality-types-test .views-field-field-pp-quotes .right-align a {
  text-decoration: none;
  border-bottom: none !important;
}
/* line 830, ../sass-custom/pages/_personality_types.scss */
.region-content .view-personality-types-test .views-field-field-pp-quotes .carousel-inner {
  min-height: 237px;
}
@media only screen and (max-width: 479px) {
  /* line 830, ../sass-custom/pages/_personality_types.scss */
  .region-content .view-personality-types-test .views-field-field-pp-quotes .carousel-inner {
    min-height: 687px;
  }
}
@media only screen and (max-width: 599px) and (min-width: 480px) {
  /* line 830, ../sass-custom/pages/_personality_types.scss */
  .region-content .view-personality-types-test .views-field-field-pp-quotes .carousel-inner {
    min-height: 380px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 600px) {
  /* line 830, ../sass-custom/pages/_personality_types.scss */
  .region-content .view-personality-types-test .views-field-field-pp-quotes .carousel-inner {
    min-height: 327px;
  }
}
/* line 846, ../sass-custom/pages/_personality_types.scss */
.region-content .view-personality-types-test .views-field-field-pp-quotes .carousel-indicators {
  position: relative;
  z-index: 15;
  margin: 10px auto 11px;
  padding-left: 0;
  text-align: center;
  left: inherit;
  width: 100%;
  bottom: 0;
}
/* line 856, ../sass-custom/pages/_personality_types.scss */
.region-content .view-personality-types-test .views-field-field-pp-quotes .carousel-indicators li {
  width: 9px;
  height: 9px;
  margin: 0 10px;
  opacity: 0.5;
  background-color: #edb61b;
}
/* line 863, ../sass-custom/pages/_personality_types.scss */
.region-content .view-personality-types-test .views-field-field-pp-quotes .carousel-indicators li::before {
  content: ' ';
  display: block;
  position: relative;
  height: 26px;
  width: 26px;
  top: -10px;
  left: -10px;
}
/* line 873, ../sass-custom/pages/_personality_types.scss */
.region-content .view-personality-types-test .views-field-field-pp-quotes .carousel-indicators li.active {
  opacity: 1;
}
/* line 881, ../sass-custom/pages/_personality_types.scss */
.region-content .view-personality-types-test .views-field-field-pp-careers h2 {
  margin-top: 17px;
  margin-bottom: 23px;
}
/* line 886, ../sass-custom/pages/_personality_types.scss */
.region-content .view-personality-types-test .views-field-field-pp-careers h6 {
  margin: 19px 0 14px;
  padding-bottom: 8px;
  font-weight: bold;
  font-size: 19px;
  color: #727272;
}
@media only screen and (max-width: 767px) {
  /* line 886, ../sass-custom/pages/_personality_types.scss */
  .region-content .view-personality-types-test .views-field-field-pp-careers h6 {
    margin-bottom: 7px;
  }
}
/* line 897, ../sass-custom/pages/_personality_types.scss */
.region-content .view-personality-types-test .views-field-field-pp-careers h6:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
/* line 903, ../sass-custom/pages/_personality_types.scss */
.region-content .view-personality-types-test .views-field-field-pp-careers ul {
  border-bottom: 1px solid #cfcfcf;
  padding-bottom: 42px;
  margin-bottom: 0;
}
/* line 908, ../sass-custom/pages/_personality_types.scss */
.region-content .view-personality-types-test .views-field-field-pp-careers ul li {
  line-height: 8px;
  margin-bottom: 22px;
}
/* line 912, ../sass-custom/pages/_personality_types.scss */
.region-content .view-personality-types-test .views-field-field-pp-careers ul li:before {
  top: 2px;
}
@media only screen and (max-width: 767px) {
  /* line 912, ../sass-custom/pages/_personality_types.scss */
  .region-content .view-personality-types-test .views-field-field-pp-careers ul li:before {
    top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 908, ../sass-custom/pages/_personality_types.scss */
  .region-content .view-personality-types-test .views-field-field-pp-careers ul li {
    line-height: 23px;
    margin-bottom: 8px;
  }
}
/* line 930, ../sass-custom/pages/_personality_types.scss */
.region-content .view-personality-types-test .views-field-field-pp-partners .field-content .resource {
  padding-bottom: 6px;
}
@media only screen and (max-width: 767px) {
  /* line 936, ../sass-custom/pages/_personality_types.scss */
  .region-content .view-personality-types-test .views-field-field-pp-parents {
    line-height: 17px;
  }
}
/* line 942, ../sass-custom/pages/_personality_types.scss */
.region-content .view-personality-types-test .views-field-field-pp-video {
  margin: 0 auto;
}
/* line 945, ../sass-custom/pages/_personality_types.scss */
.region-content .view-personality-types-test .views-field-field-pp-video iframe {
  width: 100%;
}
/* line 950, ../sass-custom/pages/_personality_types.scss */
.region-content .view-personality-types-test .view-footer {
  background: #f2f2f2;
}
/* line 953, ../sass-custom/pages/_personality_types.scss */
.region-content .view-personality-types-test .view-footer p {
  text-align: right;
  color: #727272;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.09em;
}
/* line 960, ../sass-custom/pages/_personality_types.scss */
.region-content .view-personality-types-test .view-footer p a {
  font-weight: 700 !important;
  padding-bottom: 0 !important;
  font-size: 0.9em;
  letter-spacing: 0.16em;
}
@media only screen and (max-width: 767px) {
  /* line 953, ../sass-custom/pages/_personality_types.scss */
  .region-content .view-personality-types-test .view-footer p {
    text-align: center;
  }
}
@media only screen and (min-width: 1000px) {
  /* line 974, ../sass-custom/pages/_personality_types.scss */
  .region-content .view-personality-types-test .views-row:before {
    content: ' ';
    background: url(../images/badge-question.png) 0 0 no-repeat;
    height: 60px;
    width: 60px;
    position: absolute;
    top: 286px;
    left: -58px;
  }
}
@media only screen and (max-width: 999px) {
  /* line 987, ../sass-custom/pages/_personality_types.scss */
  .region-content .view-personality-types-test table, .region-content .view-personality-types-test thead, .region-content .view-personality-types-test tbody, .region-content .view-personality-types-test tr, .region-content .view-personality-types-test td {
    display: block;
  }
}
/* line 995, ../sass-custom/pages/_personality_types.scss */
.region-content .view-display-id-pt_at_work h2 {
  margin-bottom: 26px;
}
/* line 999, ../sass-custom/pages/_personality_types.scss */
.region-content .view-display-id-pt_at_work a:not(.btn) {
  text-decoration: underline;
  border-bottom: none;
}
/* line 1007, ../sass-custom/pages/_personality_types.scss */
.region-content .view-display-id-pt_relate .badge-table {
  padding: 5px 40px 0;
  background: #ffffff;
}
@media only screen and (max-width: 767px) {
  /* line 1007, ../sass-custom/pages/_personality_types.scss */
  .region-content .view-display-id-pt_relate .badge-table {
    padding: 5px 31px 0;
  }
}
/* line 1015, ../sass-custom/pages/_personality_types.scss */
.region-content .view-display-id-pt_relate .badge-table p {
  letter-spacing: 0.023em;
  line-height: 31px;
}
/* line 1020, ../sass-custom/pages/_personality_types.scss */
.region-content .view-display-id-pt_relate .badge-table.view-display-id-attachment_4 {
  padding-bottom: 51px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 1020, ../sass-custom/pages/_personality_types.scss */
  .region-content .view-display-id-pt_relate .badge-table.view-display-id-attachment_4 {
    padding-bottom: 45px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1020, ../sass-custom/pages/_personality_types.scss */
  .region-content .view-display-id-pt_relate .badge-table.view-display-id-attachment_4 {
    padding-bottom: 9px;
  }
}
/* line 1031, ../sass-custom/pages/_personality_types.scss */
.region-content .view-display-id-pt_relate .badge-table.view-display-id-attachment_4 .view-content {
  border-bottom: none;
}
@media only screen and (max-width: 767px) {
  /* line 1031, ../sass-custom/pages/_personality_types.scss */
  .region-content .view-display-id-pt_relate .badge-table.view-display-id-attachment_4 .view-content {
    margin-top: -11px;
  }
}
/* line 1040, ../sass-custom/pages/_personality_types.scss */
.region-content .view-display-id-pt_relate .badge-table:first-child {
  padding-top: 33px;
}
/* line 1043, ../sass-custom/pages/_personality_types.scss */
.region-content .view-display-id-pt_relate .badge-table:first-child h2 {
  margin-bottom: 27px;
}
/* line 1046, ../sass-custom/pages/_personality_types.scss */
.region-content .view-display-id-pt_relate .badge-table:first-child h2:after {
  left: 2px;
}
/* line 1052, ../sass-custom/pages/_personality_types.scss */
.region-content .view-display-id-pt_relate .badge-table h3 {
  margin-top: 12px;
  color: #646464;
}
/* line 1057, ../sass-custom/pages/_personality_types.scss */
.region-content .view-display-id-pt_relate .badge-table .view-content {
  text-align: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  border-bottom: 1px solid #cfcfcf;
}
@media only screen and (max-width: 767px) {
  /* line 1057, ../sass-custom/pages/_personality_types.scss */
  .region-content .view-display-id-pt_relate .badge-table .view-content {
    padding-bottom: 12px;
  }
}
/* line 1068, ../sass-custom/pages/_personality_types.scss */
.region-content .view-display-id-pt_relate .badge-table .view-content .views-row {
  width: 140px;
  display: inline-block;
  text-align: center;
  margin: 0 22px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 1068, ../sass-custom/pages/_personality_types.scss */
  .region-content .view-display-id-pt_relate .badge-table .view-content .views-row {
    margin-bottom: 7px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1068, ../sass-custom/pages/_personality_types.scss */
  .region-content .view-display-id-pt_relate .badge-table .view-content .views-row {
    margin: 0;
  }
}
/* line 1082, ../sass-custom/pages/_personality_types.scss */
.region-content .view-display-id-pt_relate .badge-table .view-content .views-row .views-field {
  padding: 0;
}
/* line 1086, ../sass-custom/pages/_personality_types.scss */
.region-content .view-display-id-pt_relate .badge-table .view-content .views-row .views-field-field-pp-badge-img {
  margin-top: 0;
}
/* line 1089, ../sass-custom/pages/_personality_types.scss */
.region-content .view-display-id-pt_relate .badge-table .view-content .views-row .views-field-field-pp-badge-img .field-content {
  margin: 28px 0 5px;
  border-bottom: none;
  padding: 0 0 45px 0;
}
@media only screen and (max-width: 767px) {
  /* line 1089, ../sass-custom/pages/_personality_types.scss */
  .region-content .view-display-id-pt_relate .badge-table .view-content .views-row .views-field-field-pp-badge-img .field-content {
    padding-bottom: 0;
  }
}
/* line 1099, ../sass-custom/pages/_personality_types.scss */
.region-content .view-display-id-pt_relate .badge-table .view-content .views-row .views-field-field-pp-badge-img .type-relation-title {
  color: #40a9c9;
  font-size: 52px;
  font-weight: bold;
  letter-spacing: normal;
  padding-bottom: 9px;
}
/* line 1107, ../sass-custom/pages/_personality_types.scss */
.region-content .view-display-id-pt_relate .badge-table .view-content .views-row .views-field-field-pp-badge-img .type-relation-nickname {
  color: #92a4b0;
  text-transform: uppercase;
  padding-bottom: 9px;
  font-weight: 600;
}
/* line 1114, ../sass-custom/pages/_personality_types.scss */
.region-content .view-display-id-pt_relate .badge-table .view-content .views-row .views-field-field-pp-badge-img .img-responsive {
  height: 84px;
  margin: 0 auto;
}
/* line 1126, ../sass-custom/pages/_personality_types.scss */
.region-content .view-display-id-take_test_block .views-field-field-pp-badge-img,
.region-content .view-id-personality_types_test .views-field-field-pp-badge-img {
  background-color: #ffffff;
  position: relative;
  padding: 0 !important;
}
/* line 1131, ../sass-custom/pages/_personality_types.scss */
.region-content .view-display-id-take_test_block .views-field-field-pp-badge-img .field-content,
.region-content .view-id-personality_types_test .views-field-field-pp-badge-img .field-content {
  border-bottom: none;
  padding-bottom: 45px;
}
/* line 1136, ../sass-custom/pages/_personality_types.scss */
.region-content .view-display-id-take_test_block .views-field-field-pp-badge-img .p-type-bottom-block,
.region-content .view-id-personality_types_test .views-field-field-pp-badge-img .p-type-bottom-block {
  text-align: center;
  position: relative;
}
/* line 1140, ../sass-custom/pages/_personality_types.scss */
.region-content .view-display-id-take_test_block .views-field-field-pp-badge-img .p-type-bottom-block .p-type-image-wrapper,
.region-content .view-id-personality_types_test .views-field-field-pp-badge-img .p-type-bottom-block .p-type-image-wrapper {
  display: inline-block;
  margin-top: 84px;
  margin-right: -176px;
  height: 256px;
}
@media only screen and (min-width: 1000px) and (max-width: 1199px) {
  /* line 1140, ../sass-custom/pages/_personality_types.scss */
  .region-content .view-display-id-take_test_block .views-field-field-pp-badge-img .p-type-bottom-block .p-type-image-wrapper,
  .region-content .view-id-personality_types_test .views-field-field-pp-badge-img .p-type-bottom-block .p-type-image-wrapper {
    margin-top: 84px;
    margin-right: -27px;
  }
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 1140, ../sass-custom/pages/_personality_types.scss */
  .region-content .view-display-id-take_test_block .views-field-field-pp-badge-img .p-type-bottom-block .p-type-image-wrapper,
  .region-content .view-id-personality_types_test .views-field-field-pp-badge-img .p-type-bottom-block .p-type-image-wrapper {
    margin-right: -23px;
    margin-top: 83px;
    height: 244px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1140, ../sass-custom/pages/_personality_types.scss */
  .region-content .view-display-id-take_test_block .views-field-field-pp-badge-img .p-type-bottom-block .p-type-image-wrapper,
  .region-content .view-id-personality_types_test .views-field-field-pp-badge-img .p-type-bottom-block .p-type-image-wrapper {
    width: 50%;
    margin-top: 12%;
    margin-right: -3%;
    height: 0;
    padding-bottom: 41.1%;
  }
}
/* line 1165, ../sass-custom/pages/_personality_types.scss */
.region-content .view-display-id-take_test_block .views-field-field-pp-badge-img .p-type-bottom-block .p-type-image-wrapper::before,
.region-content .view-id-personality_types_test .views-field-field-pp-badge-img .p-type-bottom-block .p-type-image-wrapper::before {
  content: ' ';
  background: url(../images/personality-type-bottom-bg.png) 100% 0 no-repeat;
  position: absolute;
  height: 90%;
  top: -5px;
  right: -8px;
  width: 110%;
  max-width: 722px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 1165, ../sass-custom/pages/_personality_types.scss */
  .region-content .view-display-id-take_test_block .views-field-field-pp-badge-img .p-type-bottom-block .p-type-image-wrapper::before,
  .region-content .view-id-personality_types_test .views-field-field-pp-badge-img .p-type-bottom-block .p-type-image-wrapper::before {
    top: -6px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1165, ../sass-custom/pages/_personality_types.scss */
  .region-content .view-display-id-take_test_block .views-field-field-pp-badge-img .p-type-bottom-block .p-type-image-wrapper::before,
  .region-content .view-id-personality_types_test .views-field-field-pp-badge-img .p-type-bottom-block .p-type-image-wrapper::before {
    background-size: 100%;
    right: -1.23%;
    top: -0.7%;
    width: 104.2%;
    height: 0;
    padding-bottom: 60%;
  }
}
/* line 1190, ../sass-custom/pages/_personality_types.scss */
.region-content .view-display-id-take_test_block .views-field-field-pp-badge-img .p-type-bottom-block .p-type-question,
.region-content .view-id-personality_types_test .views-field-field-pp-badge-img .p-type-bottom-block .p-type-question {
  display: inline-block;
  position: absolute;
  top: 74px;
  right: 318px;
}
@media only screen and (max-width: 767px) {
  /* line 1190, ../sass-custom/pages/_personality_types.scss */
  .region-content .view-display-id-take_test_block .views-field-field-pp-badge-img .p-type-bottom-block .p-type-question,
  .region-content .view-id-personality_types_test .views-field-field-pp-badge-img .p-type-bottom-block .p-type-question {
    width: 9.5%;
    height: 15%;
    right: 36.3%;
    top: 0;
    margin-top: 11%;
  }
}
/* line 1204, ../sass-custom/pages/_personality_types.scss */
.region-content .view-display-id-take_test_block .views-field-field-pp-badge-img .p-type-bottom-block .p-type-question::before,
.region-content .view-id-personality_types_test .views-field-field-pp-badge-img .p-type-bottom-block .p-type-question::before {
  content: '';
  background: url(../images/personality-type-bottom-questin-badge.png) 0 0 no-repeat;
  position: absolute;
  height: 65px;
  width: 65px;
}
@media only screen and (max-width: 767px) {
  /* line 1204, ../sass-custom/pages/_personality_types.scss */
  .region-content .view-display-id-take_test_block .views-field-field-pp-badge-img .p-type-bottom-block .p-type-question::before,
  .region-content .view-id-personality_types_test .views-field-field-pp-badge-img .p-type-bottom-block .p-type-question::before {
    width: 100%;
    height: 100%;
    background-size: 100%;
    left: 0;
    top: 0;
  }
}
/* line 1221, ../sass-custom/pages/_personality_types.scss */
.region-content .view-display-id-take_test_block .views-field-field-pp-badge-img .p-type-bottom-block .emph,
.region-content .view-id-personality_types_test .views-field-field-pp-badge-img .p-type-bottom-block .emph {
  color: #edb61b;
}
/* line 1225, ../sass-custom/pages/_personality_types.scss */
.region-content .view-display-id-take_test_block .views-field-field-pp-badge-img .p-type-bottom-block .img-responsive,
.region-content .view-id-personality_types_test .views-field-field-pp-badge-img .p-type-bottom-block .img-responsive {
  display: inline-block;
  width: 137px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  /* line 1225, ../sass-custom/pages/_personality_types.scss */
  .region-content .view-display-id-take_test_block .views-field-field-pp-badge-img .p-type-bottom-block .img-responsive,
  .region-content .view-id-personality_types_test .views-field-field-pp-badge-img .p-type-bottom-block .img-responsive {
    width: 39.2%;
  }
}
/* line 1235, ../sass-custom/pages/_personality_types.scss */
.region-content .view-display-id-take_test_block .views-field-field-pp-badge-img .p-type-bottom-block h2,
.region-content .view-id-personality_types_test .views-field-field-pp-badge-img .p-type-bottom-block h2 {
  font-weight: bold;
  font-size: 44px;
  letter-spacing: 0.02em;
  padding-bottom: 13px;
  max-width: 390px;
  margin: 0 auto;
}
@media only screen and (min-width: 1000px) and (max-width: 1199px) {
  /* line 1235, ../sass-custom/pages/_personality_types.scss */
  .region-content .view-display-id-take_test_block .views-field-field-pp-badge-img .p-type-bottom-block h2,
  .region-content .view-id-personality_types_test .views-field-field-pp-badge-img .p-type-bottom-block h2 {
    margin-top: 0;
  }
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 1235, ../sass-custom/pages/_personality_types.scss */
  .region-content .view-display-id-take_test_block .views-field-field-pp-badge-img .p-type-bottom-block h2,
  .region-content .view-id-personality_types_test .views-field-field-pp-badge-img .p-type-bottom-block h2 {
    margin-top: 12px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1235, ../sass-custom/pages/_personality_types.scss */
  .region-content .view-display-id-take_test_block .views-field-field-pp-badge-img .p-type-bottom-block h2,
  .region-content .view-id-personality_types_test .views-field-field-pp-badge-img .p-type-bottom-block h2 {
    letter-spacing: 0.025em;
    font-size: 37px;
  }
}
/* line 1256, ../sass-custom/pages/_personality_types.scss */
.region-content .view-display-id-take_test_block .views-field-field-pp-badge-img .p-type-bottom-block h2:after,
.region-content .view-id-personality_types_test .views-field-field-pp-badge-img .p-type-bottom-block h2:after {
  margin: 0 auto;
  padding-bottom: 17px;
  position: relative;
}
/* line 1263, ../sass-custom/pages/_personality_types.scss */
.region-content .view-display-id-take_test_block .views-field-field-pp-badge-img .p-type-bottom-block .text,
.region-content .view-id-personality_types_test .views-field-field-pp-badge-img .p-type-bottom-block .text {
  letter-spacing: 2px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  /* line 1263, ../sass-custom/pages/_personality_types.scss */
  .region-content .view-display-id-take_test_block .views-field-field-pp-badge-img .p-type-bottom-block .text,
  .region-content .view-id-personality_types_test .views-field-field-pp-badge-img .p-type-bottom-block .text {
    padding: 0 4%;
  }
}
/* line 1274, ../sass-custom/pages/_personality_types.scss */
.region-content .view-display-id-take_test_block .views-field-field-pp-badge-img .p-type-bottom-block .test-link,
.region-content .view-id-personality_types_test .views-field-field-pp-badge-img .p-type-bottom-block .test-link {
  padding: 16px 52px;
  text-decoration: none;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 1274, ../sass-custom/pages/_personality_types.scss */
  .region-content .view-display-id-take_test_block .views-field-field-pp-badge-img .p-type-bottom-block .test-link,
  .region-content .view-id-personality_types_test .views-field-field-pp-badge-img .p-type-bottom-block .test-link {
    padding: 18px 55px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1274, ../sass-custom/pages/_personality_types.scss */
  .region-content .view-display-id-take_test_block .views-field-field-pp-badge-img .p-type-bottom-block .test-link,
  .region-content .view-id-personality_types_test .views-field-field-pp-badge-img .p-type-bottom-block .test-link {
    max-width: 230px;
    padding: 18px 41px;
  }
}

@media only screen and (max-width: 999px) {
  /* line 1293, ../sass-custom/pages/_personality_types.scss */
  .block#block-views-1fe626d4533c0de0334c8d4192127bbd {
    padding: 0;
  }
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 1293, ../sass-custom/pages/_personality_types.scss */
  .block#block-views-1fe626d4533c0de0334c8d4192127bbd {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1293, ../sass-custom/pages/_personality_types.scss */
  .block#block-views-1fe626d4533c0de0334c8d4192127bbd {
    text-align: center;
  }
}
@media only screen and (min-width: 1000px) {
  /* line 1307, ../sass-custom/pages/_personality_types.scss */
  .block#block-views-1fe626d4533c0de0334c8d4192127bbd .block-title {
    display: none;
  }
}
@media only screen and (max-width: 999px) {
  /* line 1307, ../sass-custom/pages/_personality_types.scss */
  .block#block-views-1fe626d4533c0de0334c8d4192127bbd .block-title {
    padding: 26px 0;
    text-align: left;
  }
}
@media only screen and (max-width: 999px) {
  /* line 1317, ../sass-custom/pages/_personality_types.scss */
  .block#block-views-1fe626d4533c0de0334c8d4192127bbd .block-title h2 {
    letter-spacing: 0.178em;
    font-size: 1.23em;
    font-weight: 600;
  }
}
/* line 1325, ../sass-custom/pages/_personality_types.scss */
.block#block-views-1fe626d4533c0de0334c8d4192127bbd .view-display-id-block_attach_pp_ebook {
  text-align: center;
}
/* line 1328, ../sass-custom/pages/_personality_types.scss */
.block#block-views-1fe626d4533c0de0334c8d4192127bbd .view-display-id-block_attach_pp_ebook h2 {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  color: #3d3d3d;
}
/* line 1335, ../sass-custom/pages/_personality_types.scss */
.block#block-views-1fe626d4533c0de0334c8d4192127bbd .view-display-id-block_attach_pp_ebook .views-field-field-pp-ebook {
  margin-bottom: 10px;
}
/* line 1339, ../sass-custom/pages/_personality_types.scss */
.block#block-views-1fe626d4533c0de0334c8d4192127bbd .view-display-id-block_attach_pp_ebook p {
  font-size: 24px;
  line-height: 35px;
  letter-spacing: 0.01em;
  margin-bottom: 0;
  color: #727272;
}
/* line 1346, ../sass-custom/pages/_personality_types.scss */
.block#block-views-1fe626d4533c0de0334c8d4192127bbd .view-display-id-block_attach_pp_ebook p.info {
  margin: 5px 0 11px;
  font-size: 17px;
  letter-spacing: 0.02em;
}
/* line 1357, ../sass-custom/pages/_personality_types.scss */
.block#block-views-1fe626d4533c0de0334c8d4192127bbd .view-display-id-block_attach_pp_ebook .view-content .views-field .field-content .test-link.btn {
  position: relative;
  padding: 16px 28px;
}
/* line 1361, ../sass-custom/pages/_personality_types.scss */
.block#block-views-1fe626d4533c0de0334c8d4192127bbd .view-display-id-block_attach_pp_ebook .view-content .views-field .field-content .test-link.btn a {
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 1369, ../sass-custom/pages/_personality_types.scss */
.block#block-views-1fe626d4533c0de0334c8d4192127bbd .view-display-id-block_attach_pp_ebook .view-content .views-field .field-content .test-link.btn a img {
  display: none;
}

@media only screen and (max-width: 999px) {
  /* line 1381, ../sass-custom/pages/_personality_types.scss */
  .block#block-views-a16fbc29a08ae9999bff98e81b6cbf64 {
    padding: 0;
  }
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 1381, ../sass-custom/pages/_personality_types.scss */
  .block#block-views-a16fbc29a08ae9999bff98e81b6cbf64 {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1381, ../sass-custom/pages/_personality_types.scss */
  .block#block-views-a16fbc29a08ae9999bff98e81b6cbf64 {
    text-align: center;
  }
}
@media only screen and (max-width: 999px) {
  /* line 1395, ../sass-custom/pages/_personality_types.scss */
  .block#block-views-a16fbc29a08ae9999bff98e81b6cbf64 .block-title {
    padding: 26px 0;
    text-align: left;
  }
}
@media only screen and (max-width: 999px) {
  /* line 1401, ../sass-custom/pages/_personality_types.scss */
  .block#block-views-a16fbc29a08ae9999bff98e81b6cbf64 .block-title h2 {
    letter-spacing: 0.178em;
    font-size: 1.23em;
    font-weight: 600;
  }
}
/* line 1412, ../sass-custom/pages/_personality_types.scss */
.block#block-views-a16fbc29a08ae9999bff98e81b6cbf64 .view-display-id-block_attach_blog h2 {
  font-family: "Open Sans", sans-serif;
  color: #3d3d3d;
  text-transform: uppercase;
  margin: 30px 0 17px;
  font-size: 18px;
  letter-spacing: 2px;
}
/* line 1421, ../sass-custom/pages/_personality_types.scss */
.block#block-views-a16fbc29a08ae9999bff98e81b6cbf64 .view-display-id-block_attach_blog .view-content {
  list-style: square outside;
}
/* line 1424, ../sass-custom/pages/_personality_types.scss */
.block#block-views-a16fbc29a08ae9999bff98e81b6cbf64 .view-display-id-block_attach_blog .view-content .views-field-field-image-cache {
  margin: 7px 0;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 1427, ../sass-custom/pages/_personality_types.scss */
  .block#block-views-a16fbc29a08ae9999bff98e81b6cbf64 .view-display-id-block_attach_blog .view-content .views-field-field-image-cache img {
    display: inline-block;
  }
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 1424, ../sass-custom/pages/_personality_types.scss */
  .block#block-views-a16fbc29a08ae9999bff98e81b6cbf64 .view-display-id-block_attach_blog .view-content .views-field-field-image-cache {
    display: inline-block;
    width: 265px;
    margin: 10px 0;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1424, ../sass-custom/pages/_personality_types.scss */
  .block#block-views-a16fbc29a08ae9999bff98e81b6cbf64 .view-display-id-block_attach_blog .view-content .views-field-field-image-cache {
    display: inline-block;
    max-width: 265px;
    width: 100%;
    margin: 16px 3px;
    vertical-align: middle;
  }
}
/* line 1448, ../sass-custom/pages/_personality_types.scss */
.block#block-views-a16fbc29a08ae9999bff98e81b6cbf64 .view-display-id-block_attach_blog .view-content .views-field-title {
  margin: 12px 17px 19px 0;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 1448, ../sass-custom/pages/_personality_types.scss */
  .block#block-views-a16fbc29a08ae9999bff98e81b6cbf64 .view-display-id-block_attach_blog .view-content .views-field-title {
    max-width: 410px;
    display: inline-block;
    padding-left: 18px;
    vertical-align: middle;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1448, ../sass-custom/pages/_personality_types.scss */
  .block#block-views-a16fbc29a08ae9999bff98e81b6cbf64 .view-display-id-block_attach_blog .view-content .views-field-title {
    margin: 0 0 16px 0;
    max-width: 265px;
    width: 100%;
    padding-left: 0;
    display: inline-block;
    vertical-align: middle;
  }
}
@media only screen and (max-width: 767px) and (min-width: 600px) {
  /* line 1448, ../sass-custom/pages/_personality_types.scss */
  .block#block-views-a16fbc29a08ae9999bff98e81b6cbf64 .view-display-id-block_attach_blog .view-content .views-field-title {
    padding-left: 18px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1471, ../sass-custom/pages/_personality_types.scss */
  .block#block-views-a16fbc29a08ae9999bff98e81b6cbf64 .view-display-id-block_attach_blog .view-content .views-field-title .field-content {
    display: inline-block;
  }
}
/* line 1476, ../sass-custom/pages/_personality_types.scss */
.block#block-views-a16fbc29a08ae9999bff98e81b6cbf64 .view-display-id-block_attach_blog .view-content .views-field-title .field-content h4 {
  font-family: "Open Sans", sans-serif;
  color: #727272;
  line-height: 22px;
  letter-spacing: 0.12em;
  margin-left: 19px;
  position: relative;
  font-size: 13px;
  font-weight: 600;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 1476, ../sass-custom/pages/_personality_types.scss */
  .block#block-views-a16fbc29a08ae9999bff98e81b6cbf64 .view-display-id-block_attach_blog .view-content .views-field-title .field-content h4 {
    margin-left: 16px;
    font-size: 16px;
    letter-spacing: 0.06em;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1476, ../sass-custom/pages/_personality_types.scss */
  .block#block-views-a16fbc29a08ae9999bff98e81b6cbf64 .view-display-id-block_attach_blog .view-content .views-field-title .field-content h4 {
    font-size: 16px;
    text-align: left;
    margin: 1px 0 0 18px;
    letter-spacing: 0.06em;
    line-height: 24px;
  }
}
/* line 1500, ../sass-custom/pages/_personality_types.scss */
.block#block-views-a16fbc29a08ae9999bff98e81b6cbf64 .view-display-id-block_attach_blog .view-content .views-field-title .field-content h4:before {
  content: '';
  height: 4px;
  width: 4px;
  position: absolute;
  left: -19px;
  top: 9px;
  background: url(../images/list-bullet.png);
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 1500, ../sass-custom/pages/_personality_types.scss */
  .block#block-views-a16fbc29a08ae9999bff98e81b6cbf64 .view-display-id-block_attach_blog .view-content .views-field-title .field-content h4:before {
    left: -17px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1500, ../sass-custom/pages/_personality_types.scss */
  .block#block-views-a16fbc29a08ae9999bff98e81b6cbf64 .view-display-id-block_attach_blog .view-content .views-field-title .field-content h4:before {
    left: -16px;
    top: 10px;
  }
}
/* line 1519, ../sass-custom/pages/_personality_types.scss */
.block#block-views-a16fbc29a08ae9999bff98e81b6cbf64 .view-display-id-block_attach_blog .view-content .views-field-title .field-content h4 a {
  font-family: inherit;
  color: inherit;
}
/* line 1528, ../sass-custom/pages/_personality_types.scss */
.block#block-views-a16fbc29a08ae9999bff98e81b6cbf64 .view-display-id-block_attach_blog .view-footer {
  text-align: center;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 1528, ../sass-custom/pages/_personality_types.scss */
  .block#block-views-a16fbc29a08ae9999bff98e81b6cbf64 .view-display-id-block_attach_blog .view-footer {
    margin-top: 37px;
    margin-bottom: 23px;
  }
}
/* line 1537, ../sass-custom/pages/_personality_types.scss */
.block#block-views-a16fbc29a08ae9999bff98e81b6cbf64 .view-display-id-block_attach_blog .btn {
  width: 100%;
  margin-bottom: 18px;
  font-size: 15px;
  line-height: 26px;
  max-width: 356px;
  letter-spacing: 0.18em;
}
@media only screen and (max-width: 767px) {
  /* line 1537, ../sass-custom/pages/_personality_types.scss */
  .block#block-views-a16fbc29a08ae9999bff98e81b6cbf64 .view-display-id-block_attach_blog .btn {
    margin-bottom: 41px;
  }
}

@media only screen and (max-width: 999px) {
  /* line 1552, ../sass-custom/pages/_personality_types.scss */
  .block#block-views-3b774d434c8c189649e63db48046bfd3 {
    padding: 0;
  }
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 1552, ../sass-custom/pages/_personality_types.scss */
  .block#block-views-3b774d434c8c189649e63db48046bfd3 {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1552, ../sass-custom/pages/_personality_types.scss */
  .block#block-views-3b774d434c8c189649e63db48046bfd3 {
    text-align: center;
  }
}
@media only screen and (max-width: 999px) {
  /* line 1552, ../sass-custom/pages/_personality_types.scss */
  .block#block-views-3b774d434c8c189649e63db48046bfd3 {
    display: none;
  }
}
@media only screen and (max-width: 999px) {
  /* line 1570, ../sass-custom/pages/_personality_types.scss */
  .block#block-views-3b774d434c8c189649e63db48046bfd3 .view-display-id-type_profile_menu {
    display: none;
    border: none;
  }
}
/* line 1575, ../sass-custom/pages/_personality_types.scss */
.block#block-views-3b774d434c8c189649e63db48046bfd3 .view-display-id-type_profile_menu .view-content {
  list-style: square inside;
}
/* line 1578, ../sass-custom/pages/_personality_types.scss */
.block#block-views-3b774d434c8c189649e63db48046bfd3 .view-display-id-type_profile_menu .view-content .views-row {
  color: #989898;
  margin-bottom: 10px;
}
/* line 1582, ../sass-custom/pages/_personality_types.scss */
.block#block-views-3b774d434c8c189649e63db48046bfd3 .view-display-id-type_profile_menu .view-content .views-row a {
  color: #727272;
  cursor: pointer;
  padding-left: 19px;
  letter-spacing: 2px;
  position: relative;
  font-size: 13px;
}
/* line 1590, ../sass-custom/pages/_personality_types.scss */
.block#block-views-3b774d434c8c189649e63db48046bfd3 .view-display-id-type_profile_menu .view-content .views-row a::before {
  content: '';
  height: 4px;
  width: 4px;
  position: absolute;
  left: 0;
  top: 8px;
  background: url(../images/list-bullet.png);
}
/* line 1603, ../sass-custom/pages/_personality_types.scss */
.block#block-views-3b774d434c8c189649e63db48046bfd3 .view-display-id-type_profile_menu h2 {
  margin: 10px 0 20px;
  font-family: "Open Sans", sans-serif;
  color: #3d3d3d;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 600;
}

/* line 5, ../sass-custom/pages/_checkout.scss */
.checkout_review table.checkout-review {
  display: none;
}

/* line 13, ../sass-custom/pages/_checkout.scss */
.commerce_payment .form-item-commerce-payment-payment-method .label-text img {
  display: inline-block;
  vertical-align: baseline;
}
/* line 20, ../sass-custom/pages/_checkout.scss */
.commerce_payment #payment-details {
  max-width: 500px;
}
/* line 23, ../sass-custom/pages/_checkout.scss */
.commerce_payment #payment-details .commerce-paypal-ec-description {
  padding-top: 9px;
  letter-spacing: 0px;
  line-height: 20px;
  padding-left: 2px;
}
/* line 31, ../sass-custom/pages/_checkout.scss */
.commerce_payment #payment-details .form-item-commerce-payment-payment-details-credit-card-owner input {
  text-transform: uppercase;
}
/* line 36, ../sass-custom/pages/_checkout.scss */
.commerce_payment #payment-details .commerce-credit-card-expiration {
  display: block;
  width: 70%;
  vertical-align: top;
  margin-bottom: 25px;
}
@media only screen and (max-width: 420px) {
  /* line 36, ../sass-custom/pages/_checkout.scss */
  .commerce_payment #payment-details .commerce-credit-card-expiration {
    width: 100%;
  }
}
/* line 46, ../sass-custom/pages/_checkout.scss */
.commerce_payment #payment-details .commerce-credit-card-expiration select {
  width: 45%;
}

/* line 53, ../sass-custom/pages/_checkout.scss */
.commerce_coupon {
  margin-bottom: 20px !important;
}

/* line 59, ../sass-custom/pages/_checkout.scss */
.commerce_custom_order_info .t-list .commerce-review-name {
  width: 48%;
}
@media only screen and (max-width: 767px) {
  /* line 63, ../sass-custom/pages/_checkout.scss */
  .commerce_custom_order_info .t-list .t-list-element.commerce-review-name {
    width: auto;
    padding: 7px 0 7px 9px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 70, ../sass-custom/pages/_checkout.scss */
  .commerce_custom_order_info .t-list .t-list-element.commerce-review-qty {
    width: auto;
    padding: 7px 0;
  }
}
/* line 76, ../sass-custom/pages/_checkout.scss */
.commerce_custom_order_info .t-list .t-list-element.commerce-review-qty .t-list-label {
  padding: 0 5px;
}
@media only screen and (max-width: 767px) {
  /* line 81, ../sass-custom/pages/_checkout.scss */
  .commerce_custom_order_info .t-list .t-list-element.commerce-review-price {
    padding: 7px 0 7px 30px;
  }
}

/* line 90, ../sass-custom/pages/_checkout.scss */
.checkout-buttons .button-operator {
  padding-left: 25px;
}
/* line 94, ../sass-custom/pages/_checkout.scss */
.checkout-buttons .truity-commerce-cancel-order-popup {
  display: inline-block;
  padding: 3px 11px;
  margin-top: 11px;
}

/* line 101, ../sass-custom/pages/_checkout.scss */
.page-checkout-review .main-container .col-md-12 {
  padding: 0px;
}

@media only screen and (max-width: 999px) {
  /* line 106, ../sass-custom/pages/_checkout.scss */
  .page-checkout-review #block-block-65 {
    display: none;
  }
}

/* line 113, ../sass-custom/pages/_checkout.scss */
#commerce-checkout-form-review {
  padding-top: 72px;
  max-width: 816px;
  margin: 0px auto 0px auto;
}
@media only screen and (max-width: 999px) {
  /* line 113, ../sass-custom/pages/_checkout.scss */
  #commerce-checkout-form-review {
    padding-top: 3px;
  }
}
/* line 122, ../sass-custom/pages/_checkout.scss */
#commerce-checkout-form-review > div > .messages {
  padding: 10px;
}
/* line 126, ../sass-custom/pages/_checkout.scss */
#commerce-checkout-form-review input[type="text"],
#commerce-checkout-form-review select {
  border-radius: 3px;
  height: 48px;
}
/* line 132, ../sass-custom/pages/_checkout.scss */
#commerce-checkout-form-review .panel-default {
  border: none;
}
/* line 136, ../sass-custom/pages/_checkout.scss */
#commerce-checkout-form-review .panel-heading {
  background: none;
  padding: 1px 0px 9px 3px;
}
/* line 141, ../sass-custom/pages/_checkout.scss */
#commerce-checkout-form-review .panel-title {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0px;
  color: #6b82d2;
}
/* line 151, ../sass-custom/pages/_checkout.scss */
#commerce-checkout-form-review .form-type-textfield .label-text,
#commerce-checkout-form-review .form-type-select .label-text,
#commerce-checkout-form-review .form-type-password .label-text {
  letter-spacing: 0px;
  font-weight: normal;
  font-size: 16px;
}
/* line 157, ../sass-custom/pages/_checkout.scss */
#commerce-checkout-form-review .form-type-textfield .control-label,
#commerce-checkout-form-review .form-type-select .control-label,
#commerce-checkout-form-review .form-type-password .control-label {
  padding-left: 3px;
  margin-bottom: 7px;
}
/* line 163, ../sass-custom/pages/_checkout.scss */
#commerce-checkout-form-review .checkout-buttons {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-left: 5px;
  position: relative;
  top: 4px;
  left: -2px;
}
@media only screen and (max-width: 999px) {
  /* line 163, ../sass-custom/pages/_checkout.scss */
  #commerce-checkout-form-review .checkout-buttons {
    margin-top: 22px;
    top: 3px;
    left: 2px;
  }
}
/* line 176, ../sass-custom/pages/_checkout.scss */
#commerce-checkout-form-review .checkout-buttons .panel-body {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px;
}
/* line 183, ../sass-custom/pages/_checkout.scss */
#commerce-checkout-form-review .checkout-buttons .btn-success {
  padding: 14px 38px;
  font-size: 18px;
  letter-spacing: 0px;
  height: 50px;
  background: #eeeeee;
  border: none;
  border-radius: 8px;
  color: #cbcbcb;
}
/* line 193, ../sass-custom/pages/_checkout.scss */
#commerce-checkout-form-review .checkout-buttons .btn-success.highlight {
  background: #a1cf6c;
  color: white;
}
/* line 199, ../sass-custom/pages/_checkout.scss */
#commerce-checkout-form-review .checkout-buttons .truity-commerce-cancel-order-link {
  font-weight: 600;
  font-size: 18px;
  margin-left: 24px;
  margin-top: 3px;
}

/* line 210, ../sass-custom/pages/_checkout.scss */
#edit-commerce-custom-order-info #commerce-custom-order-info-not-table,
.commerce_custom_order_info #commerce-custom-order-info-not-table {
  font-size: 23px;
  font-weight: 600;
  color: #3d3d3d;
}
/* line 215, ../sass-custom/pages/_checkout.scss */
#edit-commerce-custom-order-info #commerce-custom-order-info-not-table .commerce-custom-line-item,
.commerce_custom_order_info #commerce-custom-order-info-not-table .commerce-custom-line-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #d9d9d9;
  padding-bottom: 33px;
  padding-top: 11px;
}
@media only screen and (max-width: 999px) {
  /* line 215, ../sass-custom/pages/_checkout.scss */
  #edit-commerce-custom-order-info #commerce-custom-order-info-not-table .commerce-custom-line-item,
  .commerce_custom_order_info #commerce-custom-order-info-not-table .commerce-custom-line-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 14px;
    padding-bottom: 21px;
  }
}
/* line 231, ../sass-custom/pages/_checkout.scss */
#edit-commerce-custom-order-info #commerce-custom-order-info-not-table .commerce-custom-line-item.discount,
.commerce_custom_order_info #commerce-custom-order-info-not-table .commerce-custom-line-item.discount {
  padding-bottom: 2px;
  padding-top: 2px;
  border-top: none;
}
/* line 235, ../sass-custom/pages/_checkout.scss */
#edit-commerce-custom-order-info #commerce-custom-order-info-not-table .commerce-custom-line-item.discount .item-title,
#edit-commerce-custom-order-info #commerce-custom-order-info-not-table .commerce-custom-line-item.discount .item-price,
.commerce_custom_order_info #commerce-custom-order-info-not-table .commerce-custom-line-item.discount .item-title,
.commerce_custom_order_info #commerce-custom-order-info-not-table .commerce-custom-line-item.discount .item-price {
  letter-spacing: 0.2px;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: normal;
  padding-top: 7px;
  line-height: 14px;
}
/* line 248, ../sass-custom/pages/_checkout.scss */
#edit-commerce-custom-order-info #commerce-custom-order-info-not-table .commerce-custom-line-item:first-child,
.commerce_custom_order_info #commerce-custom-order-info-not-table .commerce-custom-line-item:first-child {
  border-top: none;
  padding-top: 0;
}
/* line 253, ../sass-custom/pages/_checkout.scss */
#edit-commerce-custom-order-info #commerce-custom-order-info-not-table .commerce-custom-line-item .item-image,
.commerce_custom_order_info #commerce-custom-order-info-not-table .commerce-custom-line-item .item-image {
  min-width: 80px;
}
@media only screen and (min-width: 1000px) {
  /* line 253, ../sass-custom/pages/_checkout.scss */
  #edit-commerce-custom-order-info #commerce-custom-order-info-not-table .commerce-custom-line-item .item-image,
  .commerce_custom_order_info #commerce-custom-order-info-not-table .commerce-custom-line-item .item-image {
    position: absolute;
    top: 11px;
    left: -123px;
  }
}
@media only screen and (max-width: 999px) {
  /* line 253, ../sass-custom/pages/_checkout.scss */
  #edit-commerce-custom-order-info #commerce-custom-order-info-not-table .commerce-custom-line-item .item-image,
  .commerce_custom_order_info #commerce-custom-order-info-not-table .commerce-custom-line-item .item-image {
    margin-right: 11px;
  }
}
/* line 266, ../sass-custom/pages/_checkout.scss */
#edit-commerce-custom-order-info #commerce-custom-order-info-not-table .commerce-custom-line-item .item-image img,
.commerce_custom_order_info #commerce-custom-order-info-not-table .commerce-custom-line-item .item-image img {
  border-radius: 40px;
}
/* line 271, ../sass-custom/pages/_checkout.scss */
#edit-commerce-custom-order-info #commerce-custom-order-info-not-table .commerce-custom-line-item .item-qty,
.commerce_custom_order_info #commerce-custom-order-info-not-table .commerce-custom-line-item .item-qty {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 90px;
  text-align: center;
  margin: 0px 30px;
}
@media only screen and (max-width: 999px) {
  /* line 271, ../sass-custom/pages/_checkout.scss */
  #edit-commerce-custom-order-info #commerce-custom-order-info-not-table .commerce-custom-line-item .item-qty,
  .commerce_custom_order_info #commerce-custom-order-info-not-table .commerce-custom-line-item .item-qty {
    text-align: left;
    padding-left: 86px;
    margin: 0px 10px;
  }
}
/* line 284, ../sass-custom/pages/_checkout.scss */
#edit-commerce-custom-order-info #commerce-custom-order-info-not-table .commerce-custom-line-item .item-price,
.commerce_custom_order_info #commerce-custom-order-info-not-table .commerce-custom-line-item .item-price {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  padding-right: 28px;
}
@media only screen and (max-width: 999px) {
  /* line 284, ../sass-custom/pages/_checkout.scss */
  #edit-commerce-custom-order-info #commerce-custom-order-info-not-table .commerce-custom-line-item .item-price,
  .commerce_custom_order_info #commerce-custom-order-info-not-table .commerce-custom-line-item .item-price {
    padding-right: 16px;
  }
}
/* line 293, ../sass-custom/pages/_checkout.scss */
#edit-commerce-custom-order-info #commerce-custom-order-info-not-table .commerce-custom-line-item .item-qty,
#edit-commerce-custom-order-info #commerce-custom-order-info-not-table .commerce-custom-line-item .item-price,
.commerce_custom_order_info #commerce-custom-order-info-not-table .commerce-custom-line-item .item-qty,
.commerce_custom_order_info #commerce-custom-order-info-not-table .commerce-custom-line-item .item-price {
  font-weight: 600;
  font-size: 23px;
  letter-spacing: 0px;
  padding-top: 10px;
}
@media only screen and (max-width: 999px) {
  /* line 293, ../sass-custom/pages/_checkout.scss */
  #edit-commerce-custom-order-info #commerce-custom-order-info-not-table .commerce-custom-line-item .item-qty,
  #edit-commerce-custom-order-info #commerce-custom-order-info-not-table .commerce-custom-line-item .item-price,
  .commerce_custom_order_info #commerce-custom-order-info-not-table .commerce-custom-line-item .item-qty,
  .commerce_custom_order_info #commerce-custom-order-info-not-table .commerce-custom-line-item .item-price {
    padding-top: 16px;
  }
}
/* line 305, ../sass-custom/pages/_checkout.scss */
#edit-commerce-custom-order-info #commerce-custom-order-info-not-table .commerce-custom-line-item .item-title,
.commerce_custom_order_info #commerce-custom-order-info-not-table .commerce-custom-line-item .item-title {
  padding-top: 7px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 34px;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-size: 28px;
  letter-spacing: 0.65px;
  margin: 0px 0px 7px -3px;
  color: #3d3d3d;
  padding-left: 3px;
}
/* line 318, ../sass-custom/pages/_checkout.scss */
#edit-commerce-custom-order-info #commerce-custom-order-info-not-table .commerce-custom-line-item .item-title a,
.commerce_custom_order_info #commerce-custom-order-info-not-table .commerce-custom-line-item .item-title a {
  color: #3d3d3d;
}
@media only screen and (max-width: 999px) {
  /* line 305, ../sass-custom/pages/_checkout.scss */
  #edit-commerce-custom-order-info #commerce-custom-order-info-not-table .commerce-custom-line-item .item-title,
  .commerce_custom_order_info #commerce-custom-order-info-not-table .commerce-custom-line-item .item-title {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: calc(100% - 91px);
  }
}
/* line 329, ../sass-custom/pages/_checkout.scss */
#edit-commerce-custom-order-info #commerce-custom-order-info-not-table .commerce-custom-line-item .item-title .description,
.commerce_custom_order_info #commerce-custom-order-info-not-table .commerce-custom-line-item .item-title .description {
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0px;
  font-weight: normal;
  color: #989898;
  font-family: "Open Sans", sans-serif;
  padding-left: 3px;
  padding-top: 7px;
  display: block;
}
@media only screen and (max-width: 999px) {
  /* line 329, ../sass-custom/pages/_checkout.scss */
  #edit-commerce-custom-order-info #commerce-custom-order-info-not-table .commerce-custom-line-item .item-title .description,
  .commerce_custom_order_info #commerce-custom-order-info-not-table .commerce-custom-line-item .item-title .description {
    font-size: 14px;
    letter-spacing: 0.5px;
    position: relative;
    top: -5px;
  }
}
/* line 349, ../sass-custom/pages/_checkout.scss */
#edit-commerce-custom-order-info #commerce-custom-order-info-not-table .commerce-custom-line-item:not(.discount) + .commerce-custom-line-item.discount,
.commerce_custom_order_info #commerce-custom-order-info-not-table .commerce-custom-line-item:not(.discount) + .commerce-custom-line-item.discount {
  margin-top: 19px;
}
/* line 353, ../sass-custom/pages/_checkout.scss */
#edit-commerce-custom-order-info #commerce-custom-order-info-not-table .commerce-custom-line-item:not(.discount):last-child,
.commerce_custom_order_info #commerce-custom-order-info-not-table .commerce-custom-line-item:not(.discount):last-child {
  margin-bottom: 19px;
}
/* line 359, ../sass-custom/pages/_checkout.scss */
#edit-commerce-custom-order-info .truity-commerce-coupons-link-wrapper,
.commerce_custom_order_info .truity-commerce-coupons-link-wrapper {
  padding: 5px 0 0;
}
@media only screen and (max-width: 999px) {
  /* line 359, ../sass-custom/pages/_checkout.scss */
  #edit-commerce-custom-order-info .truity-commerce-coupons-link-wrapper,
  .commerce_custom_order_info .truity-commerce-coupons-link-wrapper {
    margin-top: 26px;
    margin-left: 7px;
  }
}
/* line 367, ../sass-custom/pages/_checkout.scss */
#edit-commerce-custom-order-info .truity-commerce-coupons-link-wrapper > a,
.commerce_custom_order_info .truity-commerce-coupons-link-wrapper > a {
  letter-spacing: 0px;
  font-size: 18px;
}
/* line 371, ../sass-custom/pages/_checkout.scss */
#edit-commerce-custom-order-info .truity-commerce-coupons-link-wrapper > a::before,
.commerce_custom_order_info .truity-commerce-coupons-link-wrapper > a::before {
  content: "\002b";
  font-family: 'Glyphicons Halflings';
  width: 24px;
  height: 24px;
  border: 2px solid #e6a500;
  border-radius: 12px;
  display: inline-block;
  font-size: 12px;
  text-align: center;
  vertical-align: middle;
  line-height: 20px;
  margin-right: 10px;
  position: relative;
  top: -2px;
  left: 2px;
}
/* line 389, ../sass-custom/pages/_checkout.scss */
#edit-commerce-custom-order-info .truity-commerce-coupons-link-wrapper > a.commerce-coupons-link-show::before,
.commerce_custom_order_info .truity-commerce-coupons-link-wrapper > a.commerce-coupons-link-show::before {
  content: "\e014";
}
/* line 395, ../sass-custom/pages/_checkout.scss */
#edit-commerce-custom-order-info #commerce-checkout-coupon-ajax-wrapper,
.commerce_custom_order_info #commerce-checkout-coupon-ajax-wrapper {
  padding: 14px 10px 10px 30px;
}
/* line 398, ../sass-custom/pages/_checkout.scss */
#edit-commerce-custom-order-info #commerce-checkout-coupon-ajax-wrapper .commerce_coupon.form-wrapper,
.commerce_custom_order_info #commerce-checkout-coupon-ajax-wrapper .commerce_coupon.form-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 404, ../sass-custom/pages/_checkout.scss */
#edit-commerce-custom-order-info #commerce-checkout-coupon-ajax-wrapper .control-label,
.commerce_custom_order_info #commerce-checkout-coupon-ajax-wrapper .control-label {
  display: none;
}
/* line 408, ../sass-custom/pages/_checkout.scss */
#edit-commerce-custom-order-info #commerce-checkout-coupon-ajax-wrapper input[type="text"],
.commerce_custom_order_info #commerce-checkout-coupon-ajax-wrapper input[type="text"] {
  width: 210px;
  padding-left: 17px;
  margin-right: 13px;
  font-weight: normal;
}
/* line 414, ../sass-custom/pages/_checkout.scss */
#edit-commerce-custom-order-info #commerce-checkout-coupon-ajax-wrapper input[type="text"]::-webkit-input-placeholder,
.commerce_custom_order_info #commerce-checkout-coupon-ajax-wrapper input[type="text"]::-webkit-input-placeholder {
  letter-spacing: 0.6px;
}
#edit-commerce-custom-order-info #commerce-checkout-coupon-ajax-wrapper input[type="text"]:-ms-input-placeholder,
.commerce_custom_order_info #commerce-checkout-coupon-ajax-wrapper input[type="text"]:-ms-input-placeholder {
  letter-spacing: 0.6px;
}
#edit-commerce-custom-order-info #commerce-checkout-coupon-ajax-wrapper input[type="text"]::placeholder,
.commerce_custom_order_info #commerce-checkout-coupon-ajax-wrapper input[type="text"]::placeholder {
  letter-spacing: 0.6px;
}
/* line 419, ../sass-custom/pages/_checkout.scss */
#edit-commerce-custom-order-info #commerce-checkout-coupon-ajax-wrapper button,
.commerce_custom_order_info #commerce-checkout-coupon-ajax-wrapper button {
  min-width: 0px;
  padding: 0px;
  border: none;
  text-transform: initial;
  color: #989898;
  font-weight: 600;
  margin: 0px 18px 0px 0px;
  font-size: 18px;
  letter-spacing: 0px;
}
/* line 430, ../sass-custom/pages/_checkout.scss */
#edit-commerce-custom-order-info #commerce-checkout-coupon-ajax-wrapper button:hover,
.commerce_custom_order_info #commerce-checkout-coupon-ajax-wrapper button:hover {
  color: #727272;
}
/* line 435, ../sass-custom/pages/_checkout.scss */
#edit-commerce-custom-order-info #commerce-checkout-coupon-ajax-wrapper a.bootstrap-truity-commerce-coupons-link,
.commerce_custom_order_info #commerce-checkout-coupon-ajax-wrapper a.bootstrap-truity-commerce-coupons-link {
  letter-spacing: 0px;
  font-size: 18px;
  position: relative;
}
/* line 441, ../sass-custom/pages/_checkout.scss */
#edit-commerce-custom-order-info #commerce-checkout-coupon-ajax-wrapper .commerce_coupon,
.commerce_custom_order_info #commerce-checkout-coupon-ajax-wrapper .commerce_coupon {
  margin-bottom: 0px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
/* line 448, ../sass-custom/pages/_checkout.scss */
#edit-commerce-custom-order-info #commerce-checkout-coupon-ajax-wrapper .commerce_coupon::before, #edit-commerce-custom-order-info #commerce-checkout-coupon-ajax-wrapper .commerce_coupon::after,
.commerce_custom_order_info #commerce-checkout-coupon-ajax-wrapper .commerce_coupon::before,
.commerce_custom_order_info #commerce-checkout-coupon-ajax-wrapper .commerce_coupon::after {
  content: '';
  width: 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
/* line 454, ../sass-custom/pages/_checkout.scss */
#edit-commerce-custom-order-info #commerce-checkout-coupon-ajax-wrapper .commerce_coupon .form-group,
.commerce_custom_order_info #commerce-checkout-coupon-ajax-wrapper .commerce_coupon .form-group {
  margin: 0px;
}
@media only screen and (max-width: 767px) {
  /* line 454, ../sass-custom/pages/_checkout.scss */
  #edit-commerce-custom-order-info #commerce-checkout-coupon-ajax-wrapper .commerce_coupon .form-group,
  .commerce_custom_order_info #commerce-checkout-coupon-ajax-wrapper .commerce_coupon .form-group {
    padding-bottom: 20px;
    width: 100%;
  }
}
/* line 463, ../sass-custom/pages/_checkout.scss */
#edit-commerce-custom-order-info #commerce-checkout-coupon-ajax-wrapper .commerce_coupon .form-group, #edit-commerce-custom-order-info #commerce-checkout-coupon-ajax-wrapper .commerce_coupon button, #edit-commerce-custom-order-info #commerce-checkout-coupon-ajax-wrapper .commerce_coupon a, #edit-commerce-custom-order-info #commerce-checkout-coupon-ajax-wrapper .commerce_coupon div.hide-submit-processing,
.commerce_custom_order_info #commerce-checkout-coupon-ajax-wrapper .commerce_coupon .form-group,
.commerce_custom_order_info #commerce-checkout-coupon-ajax-wrapper .commerce_coupon button,
.commerce_custom_order_info #commerce-checkout-coupon-ajax-wrapper .commerce_coupon a,
.commerce_custom_order_info #commerce-checkout-coupon-ajax-wrapper .commerce_coupon div.hide-submit-processing {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
/* line 467, ../sass-custom/pages/_checkout.scss */
#edit-commerce-custom-order-info #commerce-checkout-coupon-ajax-wrapper .commerce_coupon div.hide-submit-processing,
.commerce_custom_order_info #commerce-checkout-coupon-ajax-wrapper .commerce_coupon div.hide-submit-processing {
  letter-spacing: 0px;
  font-size: 18px;
  height: auto;
  margin: 0px 18px 0px 13px;
}
/* line 476, ../sass-custom/pages/_checkout.scss */
#edit-commerce-custom-order-info .total-line,
.commerce_custom_order_info .total-line {
  margin: 10px 0px 0px -4px;
  padding-top: 9px;
  border-top: 1px solid #d9d9d9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
/* line 483, ../sass-custom/pages/_checkout.scss */
#edit-commerce-custom-order-info .total-line .total,
.commerce_custom_order_info .total-line .total {
  padding-right: 28px;
  font-weight: bold;
}
@media only screen and (max-width: 999px) {
  /* line 483, ../sass-custom/pages/_checkout.scss */
  #edit-commerce-custom-order-info .total-line .total,
  .commerce_custom_order_info .total-line .total {
    padding-left: 16px;
  }
}
/* line 492, ../sass-custom/pages/_checkout.scss */
#edit-commerce-custom-order-info .total-line .total-label,
.commerce_custom_order_info .total-line .total-label {
  padding-left: 6px;
  font-weight: bold;
  letter-spacing: 0px;
}
@media only screen and (max-width: 999px) {
  /* line 492, ../sass-custom/pages/_checkout.scss */
  #edit-commerce-custom-order-info .total-line .total-label,
  .commerce_custom_order_info .total-line .total-label {
    padding-left: 11px;
  }
}

/* line 504, ../sass-custom/pages/_checkout.scss */
.commerce_payment.panel {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-top: 64px;
  padding-bottom: 14px;
  position: relative;
}
@media only screen and (max-width: 999px) {
  /* line 504, ../sass-custom/pages/_checkout.scss */
  .commerce_payment.panel {
    padding: 124px 5px 10px 5px;
  }
}
/* line 514, ../sass-custom/pages/_checkout.scss */
.commerce_payment.panel .panel-body {
  padding-left: 2px;
  padding-top: 8px;
}
/* line 519, ../sass-custom/pages/_checkout.scss */
.commerce_payment.panel #edit-commerce-payment-payment-method {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin: 0px;
}
@media only screen and (max-width: 479px) {
  /* line 519, ../sass-custom/pages/_checkout.scss */
  .commerce_payment.panel #edit-commerce-payment-payment-method {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
/* line 530, ../sass-custom/pages/_checkout.scss */
.commerce_payment.panel #edit-commerce-payment-payment-method .radio {
  margin-bottom: 0px;
}
/* line 535, ../sass-custom/pages/_checkout.scss */
.commerce_payment.panel .fancy-radios-radio {
  padding-left: 5px;
}
/* line 538, ../sass-custom/pages/_checkout.scss */
.commerce_payment.panel .fancy-radios-radio .label-text {
  letter-spacing: 0px;
  font-weight: bold;
  font-size: 18px;
}
/* line 545, ../sass-custom/pages/_checkout.scss */
.commerce_payment.panel .fancy-input {
  left: -5px;
  top: 7px;
  margin-right: 2px !important;
}
/* line 551, ../sass-custom/pages/_checkout.scss */
.commerce_payment.panel .input.form-control {
  padding: 0px 17px;
  font-size: 18px;
  letter-spacing: 0px;
}
/* line 557, ../sass-custom/pages/_checkout.scss */
.commerce_payment.panel .form-type-radio.radio:last-child {
  margin-right: 36px;
}
@media only screen and (max-width: 479px) {
  /* line 557, ../sass-custom/pages/_checkout.scss */
  .commerce_payment.panel .form-type-radio.radio:last-child {
    margin-right: 0;
  }
}
/* line 565, ../sass-custom/pages/_checkout.scss */
.commerce_payment.panel .form-item-commerce-payment-payment-details-credit-card-owner {
  margin-bottom: 23px;
  margin-top: 16px;
}
/* line 570, ../sass-custom/pages/_checkout.scss */
.commerce_payment.panel .form-item-commerce-payment-payment-details-credit-card-number {
  margin-bottom: 21px;
}
/* line 574, ../sass-custom/pages/_checkout.scss */
.commerce_payment.panel .form-item-commerce-payment-payment-details-credit-card-code,
.commerce_payment.panel .commerce-credit-card-expiration {
  float: left;
}
/* line 579, ../sass-custom/pages/_checkout.scss */
.commerce_payment.panel #bbb-vertical a {
  width: 68px;
  left: -118px;
  position: absolute;
  top: 70px;
}
@media only screen and (max-width: 999px) {
  /* line 579, ../sass-custom/pages/_checkout.scss */
  .commerce_payment.panel #bbb-vertical a {
    display: none;
  }
}
/* line 589, ../sass-custom/pages/_checkout.scss */
.commerce_payment.panel #bbb-vertical a:hover img {
  margin-left: -68px;
}
/* line 594, ../sass-custom/pages/_checkout.scss */
.commerce_payment.panel #bbb-horizontal {
  width: 100%;
  height: 100px;
  position: absolute;
  top: 22px;
  padding-right: 31px;
}
@media only screen and (min-width: 1000px) {
  /* line 594, ../sass-custom/pages/_checkout.scss */
  .commerce_payment.panel #bbb-horizontal {
    display: none;
  }
}
/* line 605, ../sass-custom/pages/_checkout.scss */
.commerce_payment.panel #bbb-horizontal a {
  width: 152px;
  margin: 0 auto;
}
/* line 609, ../sass-custom/pages/_checkout.scss */
.commerce_payment.panel #bbb-horizontal a:hover img {
  margin-left: -152px;
}

/* line 616, ../sass-custom/pages/_checkout.scss */
#edit-truity-commerce-review-register {
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0px;
}
@media only screen and (max-width: 999px) {
  /* line 616, ../sass-custom/pages/_checkout.scss */
  #edit-truity-commerce-review-register {
    padding: 4px 3px 3px 3px;
  }
}
/* line 624, ../sass-custom/pages/_checkout.scss */
#edit-truity-commerce-review-register .panel-body {
  padding: 21px 20px 20px 3px;
}
/* line 628, ../sass-custom/pages/_checkout.scss */
#edit-truity-commerce-review-register .form-required,
#edit-truity-commerce-review-register .help-block {
  display: none;
}
/* line 633, ../sass-custom/pages/_checkout.scss */
#edit-truity-commerce-review-register .form-item-truity-commerce-review-register-mail {
  max-width: 496px;
  margin-bottom: 22px;
}
/* line 637, ../sass-custom/pages/_checkout.scss */
#edit-truity-commerce-review-register .form-item-truity-commerce-review-register-mail label {
  padding-top: 1px;
  padding-left: 2px;
}
/* line 643, ../sass-custom/pages/_checkout.scss */
#edit-truity-commerce-review-register .form-item-truity-commerce-review-register-pass {
  max-width: 496px;
}
/* line 646, ../sass-custom/pages/_checkout.scss */
#edit-truity-commerce-review-register .form-item-truity-commerce-review-register-pass input {
  max-width: 496px;
  border-radius: 3px;
}
/* line 651, ../sass-custom/pages/_checkout.scss */
#edit-truity-commerce-review-register .form-item-truity-commerce-review-register-pass .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 530px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
/* line 658, ../sass-custom/pages/_checkout.scss */
#edit-truity-commerce-review-register .form-item-truity-commerce-review-register-pass .row .form-type-password {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 50%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  /* line 658, ../sass-custom/pages/_checkout.scss */
  #edit-truity-commerce-review-register .form-item-truity-commerce-review-register-pass .row .form-type-password {
    max-width: 100%;
  }
}
/* line 668, ../sass-custom/pages/_checkout.scss */
#edit-truity-commerce-review-register .form-item-truity-commerce-review-register-pass .row .help-block.password-help {
  bottom: 15px;
  left: 100%;
  width: 400px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 668, ../sass-custom/pages/_checkout.scss */
  #edit-truity-commerce-review-register .form-item-truity-commerce-review-register-pass .row .help-block.password-help {
    border-left: none;
    position: static;
  }
}

/* line 682, ../sass-custom/pages/_checkout.scss */
div.satisfaction-seal {
  border-top: 1px solid #cfcfcf;
  line-height: 20px;
  letter-spacing: 0px;
  margin-top: 89px;
}
@media only screen and (max-width: 999px) {
  /* line 682, ../sass-custom/pages/_checkout.scss */
  div.satisfaction-seal {
    margin-top: 73px;
  }
}
/* line 692, ../sass-custom/pages/_checkout.scss */
div.satisfaction-seal .tf-results-satisfaction-img {
  margin-top: 55px !important;
}
@media only screen and (max-width: 999px) {
  /* line 692, ../sass-custom/pages/_checkout.scss */
  div.satisfaction-seal .tf-results-satisfaction-img {
    width: 234px;
    margin-top: 39px !important;
  }
}
@media only screen and (max-width: 999px) {
  /* line 701, ../sass-custom/pages/_checkout.scss */
  div.satisfaction-seal p {
    text-align: center;
    letter-spacing: 0.5px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 6, ../sass-custom/pages/_search.scss */
  form.search-form .input-group button.btn {
    min-width: 80px;
  }
}
/* line 11, ../sass-custom/pages/_search.scss */
form.search-form .input-group button.btn .glyphicon {
  display: inline-block;
}
/* line 17, ../sass-custom/pages/_search.scss */
form.search-form .criterion .form-type-checkboxes {
  padding: 25px 0;
}
/* line 21, ../sass-custom/pages/_search.scss */
form.search-form .action {
  text-align: center;
}

/* line 5, ../sass-custom/pages/_click_count.scss */
form#truity-affiliate-clicks-form .form-type-select {
  margin-bottom: 0;
}
@media only screen and (max-width: 999px) {
  /* line 9, ../sass-custom/pages/_click_count.scss */
  form#truity-affiliate-clicks-form .container-inline-date {
    display: block;
  }
}
/* line 14, ../sass-custom/pages/_click_count.scss */
form#truity-affiliate-clicks-form .container-inline-date > .form-item {
  margin: 20px 30px 20px 0;
}
@media only screen and (max-width: 999px) {
  /* line 14, ../sass-custom/pages/_click_count.scss */
  form#truity-affiliate-clicks-form .container-inline-date > .form-item {
    margin-bottom: 0;
  }
}
/* line 23, ../sass-custom/pages/_click_count.scss */
form#truity-affiliate-clicks-form button {
  display: block;
}
@media only screen and (max-width: 999px) {
  /* line 23, ../sass-custom/pages/_click_count.scss */
  form#truity-affiliate-clicks-form button {
    margin-top: 25px;
  }
}

/* line 6, ../sass-custom/pages/_nonstandard.scss */
.region-content .block-system .testing-platform-section {
  border-bottom: solid 1px #cfcfcf;
}
/* line 151, ../sass-custom/pages/_tf_front.scss */
.region-content .block-system .testing-platform-section:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
/* line 9, ../sass-custom/pages/_nonstandard.scss */
.region-content .block-system .testing-platform-section .platform-section-image {
  margin: 46px 43px 20px 0;
  width: 313px;
}
@media only screen and (min-width: 1000px) {
  /* line 9, ../sass-custom/pages/_nonstandard.scss */
  .region-content .block-system .testing-platform-section .platform-section-image {
    float: left;
    clear: left;
  }
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 9, ../sass-custom/pages/_nonstandard.scss */
  .region-content .block-system .testing-platform-section .platform-section-image {
    margin-top: 40px;
    margin-right: 25px;
    display: inline-block;
    width: 313px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 9, ../sass-custom/pages/_nonstandard.scss */
  .region-content .block-system .testing-platform-section .platform-section-image {
    margin: 40px auto 20px;
    display: block;
    max-width: 313px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 12, ../sass-custom/pages/_nonstandard.scss */
  .region-content .block-system .testing-platform-section .platform-section-image img {
    width: 100%;
  }
}
/* line 19, ../sass-custom/pages/_nonstandard.scss */
.region-content .block-system .testing-platform-section .platform-section-header {
  display: inline-block;
  line-height: 34px;
  margin-top: 38px;
  letter-spacing: normal;
  margin-bottom: 4px;
  max-width: 60%;
}
/* line 36, ../sass-custom/pages/_tf_front.scss */
.region-content .block-system .testing-platform-section .platform-section-header:first-of-type {
  margin-top: 38px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 36, ../sass-custom/pages/_tf_front.scss */
  .region-content .block-system .testing-platform-section .platform-section-header:first-of-type {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  /* line 36, ../sass-custom/pages/_tf_front.scss */
  .region-content .block-system .testing-platform-section .platform-section-header:first-of-type {
    margin-top: 16px;
  }
}
/* line 48, ../sass-custom/pages/_tf_front.scss */
.region-content .block-system .testing-platform-section .platform-section-header:after {
  left: 1px;
  width: 79px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 19, ../sass-custom/pages/_nonstandard.scss */
  .region-content .block-system .testing-platform-section .platform-section-header {
    display: inline-block;
    width: 48%;
    margin-left: 0;
    float: none;
    margin-top: 2px;
    padding-bottom: 26px;
    vertical-align: middle;
  }
}
@media only screen and (max-width: 767px) {
  /* line 19, ../sass-custom/pages/_nonstandard.scss */
  .region-content .block-system .testing-platform-section .platform-section-header {
    margin-top: 33px;
    padding-bottom: 19px;
    margin-bottom: 21px;
    max-width: 100%;
  }
}
/* line 23, ../sass-custom/pages/_nonstandard.scss */
.region-content .block-system .testing-platform-section .platform-section-text {
  padding-left: 357px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.04em;
  padding-bottom: 26px;
  margin-bottom: 0;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 23, ../sass-custom/pages/_nonstandard.scss */
  .region-content .block-system .testing-platform-section .platform-section-text {
    padding-left: 0;
    font-size: 15px;
    margin: 27px auto 0;
    display: inline-block;
  }
}
@media only screen and (max-width: 767px) {
  /* line 23, ../sass-custom/pages/_nonstandard.scss */
  .region-content .block-system .testing-platform-section .platform-section-text {
    padding-left: 0;
    font-size: 15px;
  }
}
/* line 119, ../sass-custom/pages/_tf_front.scss */
.region-content .block-system .testing-platform-section .platform-section-text p {
  text-align: inherit;
  line-height: 27px;
  margin: 12px 0 11px 28px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 119, ../sass-custom/pages/_tf_front.scss */
  .region-content .block-system .testing-platform-section .platform-section-text p {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  /* line 119, ../sass-custom/pages/_tf_front.scss */
  .region-content .block-system .testing-platform-section .platform-section-text p {
    margin: 16px 0 12px 28px;
  }
}
/* line 133, ../sass-custom/pages/_tf_front.scss */
.region-content .block-system .testing-platform-section .platform-section-text ul {
  padding-left: 28px;
}
/* line 136, ../sass-custom/pages/_tf_front.scss */
.region-content .block-system .testing-platform-section .platform-section-text ul li {
  padding-left: 15px;
  margin-bottom: 3px;
}
/* line 140, ../sass-custom/pages/_tf_front.scss */
.region-content .block-system .testing-platform-section .platform-section-text ul li::before {
  left: 1px;
  top: 45%;
}
/* line 27, ../sass-custom/pages/_nonstandard.scss */
.region-content .block-system .testing-platform-section .platform-section-text strong {
  margin-top: 19px;
  margin-bottom: 20px;
  display: inline-block;
  text-decoration: underline;
  letter-spacing: 0.024em;
  line-height: 18px;
  background: url(../images/dropdown-tf-down.png) 0 4px no-repeat;
  padding-left: 28px;
  font-weight: normal;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 27, ../sass-custom/pages/_nonstandard.scss */
  .region-content .block-system .testing-platform-section .platform-section-text strong {
    margin-bottom: 3px;
    background-size: 16px;
    padding-left: 28px;
    margin-left: -28px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 27, ../sass-custom/pages/_nonstandard.scss */
  .region-content .block-system .testing-platform-section .platform-section-text strong {
    background: url(../images/dropdown-tf-down.png) 0px 6px no-repeat;
    background-size: 20px;
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 27px;
    padding-left: 30px;
  }
}

/* line 35, ../sass-custom/pages/_nonstandard.scss */
.tf-theory-table {
  max-width: 860px;
  width: 100%;
  margin: 30px auto;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 35, ../sass-custom/pages/_nonstandard.scss */
  .tf-theory-table {
    max-width: 860px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 35, ../sass-custom/pages/_nonstandard.scss */
  .tf-theory-table {
    width: 100%;
    position: relative;
  }
  /* line 49, ../sass-custom/pages/_nonstandard.scss */
  .tf-theory-table::before {
    content: '';
    background: #f2f2f2;
    border-top: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
    position: absolute;
    overflow: hidden;
    width: 150%;
    height: 100%;
    left: -100px;
  }
}
/* line 62, ../sass-custom/pages/_nonstandard.scss */
.tf-theory-table .tf-theory-table-header {
  border-bottom: 1px solid #cfcfcf;
}
@media only screen and (max-width: 767px) {
  /* line 62, ../sass-custom/pages/_nonstandard.scss */
  .tf-theory-table .tf-theory-table-header {
    display: none;
  }
}
/* line 69, ../sass-custom/pages/_nonstandard.scss */
.tf-theory-table .tf-theory-table-header h3 {
  width: 33%;
  display: inline-block;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #3d3d3d;
  font-family: "Open Sans", sans-serif;
  line-height: 1.2em;
  margin: 1em 0 0.5em;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 600;
  font-size: 26px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 69, ../sass-custom/pages/_nonstandard.scss */
  .tf-theory-table .tf-theory-table-header h3 {
    width: 32%;
  }
}
/* line 87, ../sass-custom/pages/_nonstandard.scss */
.tf-theory-table .tf-theory-table-header h3.title-briggs {
  padding-left: 0;
}
/* line 91, ../sass-custom/pages/_nonstandard.scss */
.tf-theory-table .tf-theory-table-header h3.title-five {
  padding-right: 0;
}
/* line 97, ../sass-custom/pages/_nonstandard.scss */
.tf-theory-table .trait {
  border-bottom: 1px solid #cfcfcf;
}
@media only screen and (max-width: 767px) {
  /* line 97, ../sass-custom/pages/_nonstandard.scss */
  .tf-theory-table .trait {
    position: relative;
    padding-bottom: 34px;
  }
}
/* line 105, ../sass-custom/pages/_nonstandard.scss */
.tf-theory-table .trait h3 {
  color: #3d3d3d;
  font-family: "Open Sans", sans-serif;
  line-height: 1.2em;
  margin: 1em 0 0.5em;
  text-transform: uppercase;
  font-weight: 500;
}
/* line 114, ../sass-custom/pages/_nonstandard.scss */
.tf-theory-table .trait .trait-spec {
  width: 33%;
  display: inline-block;
  vertical-align: top;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 114, ../sass-custom/pages/_nonstandard.scss */
  .tf-theory-table .trait .trait-spec {
    width: 32%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 114, ../sass-custom/pages/_nonstandard.scss */
  .tf-theory-table .trait .trait-spec {
    width: 100%;
    text-align: justify;
    padding: 0;
  }
}
/* line 131, ../sass-custom/pages/_nonstandard.scss */
.tf-theory-table .trait .trait-spec .spec-title {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  color: #3d3d3d;
  line-height: 1.2em;
  margin: 1em 0 0.5em;
  letter-spacing: 0.06em;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  /* line 131, ../sass-custom/pages/_nonstandard.scss */
  .tf-theory-table .trait .trait-spec .spec-title {
    color: #edb61b;
    text-transform: none;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.8px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  /* line 151, ../sass-custom/pages/_nonstandard.scss */
  .tf-theory-table .trait .trait-spec .spec-origin {
    margin-bottom: 5px;
  }
}
/* line 157, ../sass-custom/pages/_nonstandard.scss */
.tf-theory-table .trait .trait-spec .spec-description {
  font-size: .9em;
}
@media only screen and (max-width: 767px) {
  /* line 161, ../sass-custom/pages/_nonstandard.scss */
  .tf-theory-table .trait .trait-spec .spec-description p {
    margin: 8px 0;
    letter-spacing: 0.5px;
    text-align: justify;
  }
}
/* line 169, ../sass-custom/pages/_nonstandard.scss */
.tf-theory-table .trait .trait-spec.trait-spec-by-five {
  padding-right: 0;
}
/* line 173, ../sass-custom/pages/_nonstandard.scss */
.tf-theory-table .trait .trait-spec.trait-spec-by-briggs {
  padding-left: 0;
}
/* line 178, ../sass-custom/pages/_nonstandard.scss */
.tf-theory-table .trait .drupal6-hide {
  display: none;
}
@media only screen and (max-width: 767px) {
  /* line 178, ../sass-custom/pages/_nonstandard.scss */
  .tf-theory-table .trait .drupal6-hide {
    display: inline-block;
    color: #edb61b;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1.7px;
    margin-top: 22px;
  }
  /* line 191, ../sass-custom/pages/_nonstandard.scss */
  .tf-theory-table .trait .drupal6-hide.trait-header {
    color: #3d3d3d;
    text-transform: none;
    font-weight: 600;
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 0.3px;
    margin: 47px 0 18px;
  }
}

/* line 205, ../sass-custom/pages/_nonstandard.scss */
.holland-codes-list {
  max-width: 920px;
  width: 100%;
}
/* line 209, ../sass-custom/pages/_nonstandard.scss */
.holland-codes-list .holland-codes-header {
  border-bottom: 1px solid #cfcfcf;
  padding: 5px 0;
}
/* line 213, ../sass-custom/pages/_nonstandard.scss */
.holland-codes-list .holland-codes-header h3 {
  font-size: 22px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}
/* line 219, ../sass-custom/pages/_nonstandard.scss */
.holland-codes-list .holland-codes-header .title-code,
.holland-codes-list .holland-codes-header .title-interest {
  display: inline-block;
  max-width: 150px;
  vertical-align: bottom;
}
@media only screen and (max-width: 767px) {
  /* line 219, ../sass-custom/pages/_nonstandard.scss */
  .holland-codes-list .holland-codes-header .title-code,
  .holland-codes-list .holland-codes-header .title-interest {
    display: none;
  }
}
/* line 230, ../sass-custom/pages/_nonstandard.scss */
.holland-codes-list .holland-codes-header .title-about {
  display: inline-block;
  max-width: 610px;
  vertical-align: bottom;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 230, ../sass-custom/pages/_nonstandard.scss */
  .holland-codes-list .holland-codes-header .title-about {
    max-width: 385px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 230, ../sass-custom/pages/_nonstandard.scss */
  .holland-codes-list .holland-codes-header .title-about {
    display: none;
  }
}
/* line 245, ../sass-custom/pages/_nonstandard.scss */
.holland-codes-list .holland-code {
  border-bottom: 1px solid #cfcfcf;
  padding: 5px 0;
}
@media only screen and (max-width: 767px) {
  /* line 245, ../sass-custom/pages/_nonstandard.scss */
  .holland-codes-list .holland-code {
    text-align: justify;
  }
}
/* line 253, ../sass-custom/pages/_nonstandard.scss */
.holland-codes-list .holland-code .drupal6-hide {
  display: none;
}
/* line 257, ../sass-custom/pages/_nonstandard.scss */
.holland-codes-list .holland-code h4 {
  font-size: 18px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  line-height: 1.2em;
  margin: 1em 0 0.5em;
}
/* line 265, ../sass-custom/pages/_nonstandard.scss */
.holland-codes-list .holland-code .caption-interest {
  font-size: 18px;
  color: #3d3d3d;
}
@media only screen and (max-width: 767px) {
  /* line 265, ../sass-custom/pages/_nonstandard.scss */
  .holland-codes-list .holland-code .caption-interest {
    display: inline-block;
    text-align: center;
    width: 49%;
  }
}
/* line 276, ../sass-custom/pages/_nonstandard.scss */
.holland-codes-list .holland-code .caption-code {
  font-size: 18px;
  color: #3d3d3d;
}
@media only screen and (max-width: 767px) {
  /* line 276, ../sass-custom/pages/_nonstandard.scss */
  .holland-codes-list .holland-code .caption-code {
    display: inline-block;
    text-align: center;
    width: 49%;
  }
}
/* line 287, ../sass-custom/pages/_nonstandard.scss */
.holland-codes-list .holland-code .code-name {
  font-weight: bold;
  display: inline-block;
  width: 150px;
  vertical-align: middle;
  margin: 0.5em 0;
}
@media only screen and (max-width: 767px) {
  /* line 287, ../sass-custom/pages/_nonstandard.scss */
  .holland-codes-list .holland-code .code-name {
    display: inline-block;
    text-align: center;
    width: 49%;
  }
}
/* line 301, ../sass-custom/pages/_nonstandard.scss */
.holland-codes-list .holland-code .code-code {
  display: inline-block;
  width: 150px;
  vertical-align: middle;
  margin: 0.5em 0;
}
@media only screen and (max-width: 767px) {
  /* line 301, ../sass-custom/pages/_nonstandard.scss */
  .holland-codes-list .holland-code .code-code {
    display: inline-block;
    text-align: center;
    width: 49%;
  }
}
/* line 314, ../sass-custom/pages/_nonstandard.scss */
.holland-codes-list .holland-code .code-about {
  display: inline-block;
  max-width: 610px;
  vertical-align: middle;
  font-size: 0.9em;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 314, ../sass-custom/pages/_nonstandard.scss */
  .holland-codes-list .holland-code .code-about {
    max-width: 385px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 314, ../sass-custom/pages/_nonstandard.scss */
  .holland-codes-list .holland-code .code-about {
    max-width: 100%;
  }
}

/* line 331, ../sass-custom/pages/_nonstandard.scss */
.career-profile-source {
  font-size: small;
  padding: 25px 0;
}

/* line 5, ../sass-custom/pages/_results_list.scss */
.pt-test-results-list > .list-header {
  border-bottom: 1px solid #cfcfcf;
}
@media only screen and (max-width: 767px) {
  /* line 5, ../sass-custom/pages/_results_list.scss */
  .pt-test-results-list > .list-header {
    display: none;
  }
}
/* line 12, ../sass-custom/pages/_results_list.scss */
.pt-test-results-list > .list-header > .list-header-element {
  display: inline-block;
  font-weight: bold;
  width: 13%;
  vertical-align: bottom;
  padding: 7px 9px;
}
/* line 19, ../sass-custom/pages/_results_list.scss */
.pt-test-results-list > .list-header > .list-header-element:nth-child(1) {
  width: 47%;
}
/* line 22, ../sass-custom/pages/_results_list.scss */
.pt-test-results-list > .list-header > .list-header-element:nth-child(2) {
  width: 25%;
}
/* line 25, ../sass-custom/pages/_results_list.scss */
.pt-test-results-list > .list-header > .list-header-element:nth-child(3) {
  width: 13%;
}
/* line 31, ../sass-custom/pages/_results_list.scss */
.pt-test-results-list > .list-item {
  border-bottom: 1px solid #cfcfcf;
  line-height: normal;
}
@media only screen and (max-width: 767px) {
  /* line 31, ../sass-custom/pages/_results_list.scss */
  .pt-test-results-list > .list-item {
    padding: 10px;
  }
}
/* line 39, ../sass-custom/pages/_results_list.scss */
.pt-test-results-list > .list-item:nth-of-type(odd) {
  background-color: #f2f2f2;
}
/* line 43, ../sass-custom/pages/_results_list.scss */
.pt-test-results-list > .list-item > .list-item-element {
  display: inline-block;
  width: 13%;
  vertical-align: middle;
  padding: 7px 9px;
}
@media only screen and (max-width: 767px) {
  /* line 43, ../sass-custom/pages/_results_list.scss */
  .pt-test-results-list > .list-item > .list-item-element {
    width: 100%;
  }
}
/* line 53, ../sass-custom/pages/_results_list.scss */
.pt-test-results-list > .list-item > .list-item-element > .for-mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  /* line 53, ../sass-custom/pages/_results_list.scss */
  .pt-test-results-list > .list-item > .list-item-element > .for-mobile {
    display: inline;
  }
}
/* line 61, ../sass-custom/pages/_results_list.scss */
.pt-test-results-list > .list-item > .list-item-element:nth-child(1) {
  width: 47%;
}
@media only screen and (max-width: 767px) {
  /* line 61, ../sass-custom/pages/_results_list.scss */
  .pt-test-results-list > .list-item > .list-item-element:nth-child(1) {
    width: 100%;
    font-size: 22px;
  }
}
/* line 70, ../sass-custom/pages/_results_list.scss */
.pt-test-results-list > .list-item > .list-item-element:nth-child(2) {
  width: 25%;
}
@media only screen and (max-width: 767px) {
  /* line 70, ../sass-custom/pages/_results_list.scss */
  .pt-test-results-list > .list-item > .list-item-element:nth-child(2) {
    width: 100%;
  }
}
/* line 78, ../sass-custom/pages/_results_list.scss */
.pt-test-results-list > .list-item > .list-item-element:nth-child(3) {
  width: 13%;
}
@media only screen and (max-width: 767px) {
  /* line 78, ../sass-custom/pages/_results_list.scss */
  .pt-test-results-list > .list-item > .list-item-element:nth-child(3) {
    width: 100%;
  }
}

/* line 5, ../sass-custom/pages/_other.scss */
.page-user-administer-credits #block-system-main {
  padding-top: 10px;
}
/* line 8, ../sass-custom/pages/_other.scss */
.page-user-administer-credits #block-system-main #pt-pro-users-set-pro-user-credits-form {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  /* line 15, ../sass-custom/pages/_other.scss */
  .view-conversations-simple .table-responsive > .table > thead > tr > th,
  .view-conversations-simple .table-responsive > .table > thead > tr > td,
  .view-conversations-simple .table-responsive > .table > tbody > tr > th,
  .view-conversations-simple .table-responsive > .table > tbody > tr > td,
  .view-conversations-simple .table-responsive > .table > tfoot > tr > th,
  .view-conversations-simple .table-responsive > .table > tfoot > tr > td {
    white-space: normal;
  }
}

/* line 27, ../sass-custom/pages/_other.scss */
.webform-register-button-register-wrapper,
.webform-register-button-results-wrapper {
  text-align: center;
}

/* line 32, ../sass-custom/pages/_other.scss */
.webform-register-button-register-wrapper {
  margin: 30px auto 15px;
}

/* line 37, ../sass-custom/pages/_other.scss */
#pt-pro-users-upgrade-test-result-form .form-actions {
  max-width: 360px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
/* line 43, ../sass-custom/pages/_other.scss */
#pt-pro-users-upgrade-test-result-form .form-actions a.btn {
  text-transform: none;
  font-weight: normal;
  letter-spacing: 0.02em;
  font-size: 15px;
  margin: 10px 0 0;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: underline;
}

/* line 59, ../sass-custom/pages/_other.scss */
.node-career-profile .field .field-label {
  font-family: "Playfair Display", serif;
  font-weight: normal;
  font-size: 32px;
  color: #3d3d3d;
  line-height: normal;
  position: relative;
  margin-top: 16px;
  padding-bottom: 17px;
  margin-bottom: 23px;
}
@media only screen and (max-width: 479px) {
  /* line 59, ../sass-custom/pages/_other.scss */
  .node-career-profile .field .field-label {
    font-size: 28px;
  }
}
/* line 79, ../sass-custom/pages/_other.scss */
.node-career-profile .field .field-label:after {
  border-bottom: 2px solid #3d3d3d;
  content: " ";
  display: block;
  width: 66px;
  position: absolute;
  left: 0;
  bottom: 0;
}

/* line 88, ../sass-custom/pages/_other.scss */
.popup-forms-page .modal-dialog.form-id-webform_optional_registration_by_mail_form {
  max-width: 500px;
}

/* line 93, ../sass-custom/pages/_other.scss */
#webform-optional-registration-by-mail-form .form-item-mail {
  max-width: 400px;
}
/* line 97, ../sass-custom/pages/_other.scss */
#webform-optional-registration-by-mail-form .form-actions {
  text-align: center;
}

@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 5, ../sass-custom/tests/_tests.scss */
  body.node-type-personality-test div.main-container {
    padding-top: 24px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  /* line 5, ../sass-custom/tests/_tests.scss */
  body.node-type-personality-test div.main-container {
    padding: 24px 0 0;
  }
}

/* line 42, ../sass-custom/tests/_tests.scss */
.page-title-ribbon-extended.page-test-header-ribbon {
  background-image: none;
  overflow: hidden;
  height: 335px;
  padding: 0;
  position: relative;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 42, ../sass-custom/tests/_tests.scss */
  .page-title-ribbon-extended.page-test-header-ribbon {
    height: 664px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 42, ../sass-custom/tests/_tests.scss */
  .page-title-ribbon-extended.page-test-header-ribbon {
    height: 569px;
  }
}
/* line 57, ../sass-custom/tests/_tests.scss */
.page-title-ribbon-extended.page-test-header-ribbon .page-header-bg-image-mobile {
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: 100% auto;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 1000px) {
  /* line 57, ../sass-custom/tests/_tests.scss */
  .page-title-ribbon-extended.page-test-header-ribbon .page-header-bg-image-mobile {
    display: none;
  }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  /* line 57, ../sass-custom/tests/_tests.scss */
  .page-title-ribbon-extended.page-test-header-ribbon .page-header-bg-image-mobile {
    background-size: 614px auto;
  }
}
@media only screen and (max-width: 479px) {
  /* line 57, ../sass-custom/tests/_tests.scss */
  .page-title-ribbon-extended.page-test-header-ribbon .page-header-bg-image-mobile {
    background-size: 400px auto;
  }
}
/* line 83, ../sass-custom/tests/_tests.scss */
.page-title-ribbon-extended.page-test-header-ribbon .page-header-wrapper {
  position: relative;
}
/* line 86, ../sass-custom/tests/_tests.scss */
.page-title-ribbon-extended.page-test-header-ribbon .page-header-wrapper .page-header-bg-image {
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: 860px auto;
  height: 335px;
  width: 1250px;
  position: absolute;
  top: 0;
}
@media only screen and (min-width: 1000px) and (max-width: 1199px) {
  /* line 86, ../sass-custom/tests/_tests.scss */
  .page-title-ribbon-extended.page-test-header-ribbon .page-header-wrapper .page-header-bg-image {
    width: 1050px;
  }
}
@media only screen and (max-width: 999px) {
  /* line 86, ../sass-custom/tests/_tests.scss */
  .page-title-ribbon-extended.page-test-header-ribbon .page-header-wrapper .page-header-bg-image {
    display: none;
  }
}
/* line 104, ../sass-custom/tests/_tests.scss */
.page-title-ribbon-extended.page-test-header-ribbon .page-header-wrapper .page-extended-wrapper {
  display: table-cell;
}
@media only screen and (max-width: 767px) {
  /* line 104, ../sass-custom/tests/_tests.scss */
  .page-title-ribbon-extended.page-test-header-ribbon .page-header-wrapper .page-extended-wrapper {
    display: block;
  }
}
/* line 111, ../sass-custom/tests/_tests.scss */
.page-title-ribbon-extended.page-test-header-ribbon .page-header-wrapper .page-extended-wrapper .page-title-text-wrapper {
  position: relative;
  padding-top: 66px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 111, ../sass-custom/tests/_tests.scss */
  .page-title-ribbon-extended.page-test-header-ribbon .page-header-wrapper .page-extended-wrapper .page-title-text-wrapper {
    padding: 56px 16px 0;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  /* line 111, ../sass-custom/tests/_tests.scss */
  .page-title-ribbon-extended.page-test-header-ribbon .page-header-wrapper .page-extended-wrapper .page-title-text-wrapper {
    padding: 40px 0 0;
    text-align: center;
  }
}
@media only screen and (max-width: 479px) {
  /* line 111, ../sass-custom/tests/_tests.scss */
  .page-title-ribbon-extended.page-test-header-ribbon .page-header-wrapper .page-extended-wrapper .page-title-text-wrapper {
    padding: 40px 0 0;
  }
}
/* line 135, ../sass-custom/tests/_tests.scss */
.page-title-ribbon-extended.page-test-header-ribbon .page-header-wrapper .page-extended-wrapper .page-title-text-wrapper .page-header {
  font-size: 48px;
  width: 650px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 135, ../sass-custom/tests/_tests.scss */
  .page-title-ribbon-extended.page-test-header-ribbon .page-header-wrapper .page-extended-wrapper .page-title-text-wrapper .page-header {
    margin: 0 auto;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  /* line 135, ../sass-custom/tests/_tests.scss */
  .page-title-ribbon-extended.page-test-header-ribbon .page-header-wrapper .page-extended-wrapper .page-title-text-wrapper .page-header {
    letter-spacing: 0.015em;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    padding: 0;
    max-width: 550px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  /* line 135, ../sass-custom/tests/_tests.scss */
  .page-title-ribbon-extended.page-test-header-ribbon .page-header-wrapper .page-extended-wrapper .page-title-text-wrapper .page-header {
    font-size: 41px;
    line-height: 47px;
  }
}
@media only screen and (max-width: 479px) {
  /* line 135, ../sass-custom/tests/_tests.scss */
  .page-title-ribbon-extended.page-test-header-ribbon .page-header-wrapper .page-extended-wrapper .page-title-text-wrapper .page-header {
    font-size: 32px;
    line-height: normal;
  }
}
/* line 164, ../sass-custom/tests/_tests.scss */
.page-title-ribbon-extended.page-test-header-ribbon .page-header-wrapper .page-extended-wrapper .page-title-text-wrapper hr {
  margin-top: 15px;
  margin-left: 3px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 164, ../sass-custom/tests/_tests.scss */
  .page-title-ribbon-extended.page-test-header-ribbon .page-header-wrapper .page-extended-wrapper .page-title-text-wrapper hr {
    margin: 21px auto 24px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 164, ../sass-custom/tests/_tests.scss */
  .page-title-ribbon-extended.page-test-header-ribbon .page-header-wrapper .page-extended-wrapper .page-title-text-wrapper hr {
    margin: 12px auto 17px;
  }
}
/* line 177, ../sass-custom/tests/_tests.scss */
.page-title-ribbon-extended.page-test-header-ribbon .page-header-wrapper .page-extended-wrapper .page-title-text-wrapper .page-header-price {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.2em;
  padding: 10px 0 9px 44px;
  background: url(../images/test/test-price-big.png) 3px 50% no-repeat;
  background-size: 32px;
  margin-top: 19px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 177, ../sass-custom/tests/_tests.scss */
  .page-title-ribbon-extended.page-test-header-ribbon .page-header-wrapper .page-extended-wrapper .page-title-text-wrapper .page-header-price {
    margin-bottom: 0;
    float: right;
    font-size: 19px;
    letter-spacing: 0.2em;
    background-size: auto;
    padding: 12px 0 10px 63px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  /* line 177, ../sass-custom/tests/_tests.scss */
  .page-title-ribbon-extended.page-test-header-ribbon .page-header-wrapper .page-extended-wrapper .page-title-text-wrapper .page-header-price {
    line-height: 19px;
    padding: 2px 0 10px 45px;
    text-align: left;
    display: inline-block;
  }
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 177, ../sass-custom/tests/_tests.scss */
  .page-title-ribbon-extended.page-test-header-ribbon .page-header-wrapper .page-extended-wrapper .page-title-text-wrapper .page-header-price {
    margin-top: 0;
    float: left;
  }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  /* line 177, ../sass-custom/tests/_tests.scss */
  .page-title-ribbon-extended.page-test-header-ribbon .page-header-wrapper .page-extended-wrapper .page-title-text-wrapper .page-header-price {
    margin-top: 0;
    width: 100px;
    background: url(../images/test/test-price-big.png) 3px 6px no-repeat;
    background-size: 32px;
    margin-right: 33px;
  }
}
/* line 198, ../sass-custom/tests/_tests.scss */
.page-title-ribbon-extended.page-test-header-ribbon .page-header-wrapper .page-extended-wrapper .page-title-text-wrapper .page-header-time {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.2em;
  padding: 10px 0 9px 44px;
  background: url(../images/test/test-time-big.png) 3px 50% no-repeat;
  background-size: 32px;
  margin-bottom: -32px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 198, ../sass-custom/tests/_tests.scss */
  .page-title-ribbon-extended.page-test-header-ribbon .page-header-wrapper .page-extended-wrapper .page-title-text-wrapper .page-header-time {
    margin-bottom: 0;
    float: right;
    font-size: 19px;
    letter-spacing: 0.2em;
    background-size: auto;
    padding: 12px 0 10px 63px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  /* line 198, ../sass-custom/tests/_tests.scss */
  .page-title-ribbon-extended.page-test-header-ribbon .page-header-wrapper .page-extended-wrapper .page-title-text-wrapper .page-header-time {
    line-height: 19px;
    padding: 2px 0 10px 45px;
    text-align: left;
    display: inline-block;
  }
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 198, ../sass-custom/tests/_tests.scss */
  .page-title-ribbon-extended.page-test-header-ribbon .page-header-wrapper .page-extended-wrapper .page-title-text-wrapper .page-header-time {
    margin-bottom: 0;
    float: right;
  }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  /* line 198, ../sass-custom/tests/_tests.scss */
  .page-title-ribbon-extended.page-test-header-ribbon .page-header-wrapper .page-extended-wrapper .page-title-text-wrapper .page-header-time {
    margin-bottom: 0;
    width: 200px;
    background: url(../images/test/test-time-big.png) 3px 6px no-repeat;
    background-size: 32px;
    margin-right: -10px;
  }
}
/* line 220, ../sass-custom/tests/_tests.scss */
.page-title-ribbon-extended.page-test-header-ribbon .page-header-wrapper .page-extended-wrapper .page-title-text-wrapper .page-header-submitter {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.2em;
  padding: 10px 0 9px 44px;
  background: url(../images/test/result-author.png) 3px 50% no-repeat;
  background-size: 32px;
  margin-top: 19px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 220, ../sass-custom/tests/_tests.scss */
  .page-title-ribbon-extended.page-test-header-ribbon .page-header-wrapper .page-extended-wrapper .page-title-text-wrapper .page-header-submitter {
    margin-bottom: 0;
    float: right;
    font-size: 19px;
    letter-spacing: 0.2em;
    background-size: auto;
    padding: 12px 0 10px 63px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  /* line 220, ../sass-custom/tests/_tests.scss */
  .page-title-ribbon-extended.page-test-header-ribbon .page-header-wrapper .page-extended-wrapper .page-title-text-wrapper .page-header-submitter {
    line-height: 19px;
    padding: 2px 0 10px 45px;
    text-align: left;
    display: inline-block;
  }
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 220, ../sass-custom/tests/_tests.scss */
  .page-title-ribbon-extended.page-test-header-ribbon .page-header-wrapper .page-extended-wrapper .page-title-text-wrapper .page-header-submitter {
    margin-top: 0;
    max-width: 270px;
    float: none;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin-left: 40px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  /* line 220, ../sass-custom/tests/_tests.scss */
  .page-title-ribbon-extended.page-test-header-ribbon .page-header-wrapper .page-extended-wrapper .page-title-text-wrapper .page-header-submitter {
    margin-top: 0;
    max-width: 230px;
    background: url(../images/test/result-author.png) 3px 40% no-repeat;
    background-size: 32px;
    margin-right: 13px;
    vertical-align: middle;
  }
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 246, ../sass-custom/tests/_tests.scss */
  .page-title-ribbon-extended.page-test-header-ribbon .page-header-wrapper .page-extended-wrapper .page-title-text-wrapper .page-header-submitter .submitter-label {
    display: block;
  }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  /* line 246, ../sass-custom/tests/_tests.scss */
  .page-title-ribbon-extended.page-test-header-ribbon .page-header-wrapper .page-extended-wrapper .page-title-text-wrapper .page-header-submitter .submitter-label {
    display: block;
  }
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 256, ../sass-custom/tests/_tests.scss */
  .page-title-ribbon-extended.page-test-header-ribbon .page-header-wrapper .page-extended-wrapper .page-title-text-wrapper .page-header-submitter .submitter-for {
    display: block;
    word-break: break-word;
  }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  /* line 256, ../sass-custom/tests/_tests.scss */
  .page-title-ribbon-extended.page-test-header-ribbon .page-header-wrapper .page-extended-wrapper .page-title-text-wrapper .page-header-submitter .submitter-for {
    display: block;
  }
}
/* line 268, ../sass-custom/tests/_tests.scss */
.page-title-ribbon-extended.page-test-header-ribbon .page-header-wrapper .page-extended-wrapper .page-title-text-wrapper .page-header-result-date {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.2em;
  padding: 10px 0 9px 44px;
  background: url(../images/test/result-time.png) 3px 50% no-repeat;
  background-size: 32px;
  margin-bottom: -32px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 268, ../sass-custom/tests/_tests.scss */
  .page-title-ribbon-extended.page-test-header-ribbon .page-header-wrapper .page-extended-wrapper .page-title-text-wrapper .page-header-result-date {
    margin-bottom: 0;
    float: right;
    font-size: 19px;
    letter-spacing: 0.2em;
    background-size: auto;
    padding: 12px 0 10px 63px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  /* line 268, ../sass-custom/tests/_tests.scss */
  .page-title-ribbon-extended.page-test-header-ribbon .page-header-wrapper .page-extended-wrapper .page-title-text-wrapper .page-header-result-date {
    line-height: 19px;
    padding: 2px 0 10px 45px;
    text-align: left;
    display: inline-block;
  }
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 268, ../sass-custom/tests/_tests.scss */
  .page-title-ribbon-extended.page-test-header-ribbon .page-header-wrapper .page-extended-wrapper .page-title-text-wrapper .page-header-result-date {
    margin-bottom: 0;
    max-width: 330px;
    float: none;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin-left: 20px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  /* line 268, ../sass-custom/tests/_tests.scss */
  .page-title-ribbon-extended.page-test-header-ribbon .page-header-wrapper .page-extended-wrapper .page-title-text-wrapper .page-header-result-date {
    margin-bottom: 0;
    width: 200px;
    background: url(../images/test/result-time.png) 3px 6px no-repeat;
    background-size: 32px;
    margin-right: -10px;
    vertical-align: middle;
  }
}

@-webkit-keyframes progressblink {
  from {
    border-bottom: solid 8px #e8e8e8;
  }
  50% {
    border-bottom: solid 8px #869dc9;
  }
  from {
    border-bottom: solid 8px #e8e8e8;
  }
}

@keyframes progressblink {
  from {
    border-bottom: solid 8px #e8e8e8;
  }
  50% {
    border-bottom: solid 8px #869dc9;
  }
  from {
    border-bottom: solid 8px #e8e8e8;
  }
}
/* line 647, ../sass-custom/tests/_tests.scss */
.node-personality-test {
  /* This section has been removed
  .about-test {
    border-bottom: solid 1px $color-truity-border;

    .about-test-label {
      display: block;
      color: $color-truity-feature;
      text-transform: uppercase;
      text-align: center;
      font-weight: 700;
      line-height: 26px;
      letter-spacing: 0.13em;
      padding-bottom: 14px;

      a {
        display: inline-block;
        padding-right: 28px;
        background: url(../images/test/test-arrow.png) 100% 50% no-repeat;
      }
    }

    .about-test-content {
      padding: 10px 0;
    }
  }
  */
}
/* line 675, ../sass-custom/tests/_tests.scss */
.node-personality-test .webform-client-form {
  margin-top: 20px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 675, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form {
    margin-top: 31px;
  }
}
/* line 682, ../sass-custom/tests/_tests.scss */
.node-personality-test .webform-client-form .webform-component-markup {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  /* line 685, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form .webform-component-markup p {
    padding: 0 20px;
    font-size: 16px !important;
  }
}
@media only screen and (max-width: 767px) {
  /* line 692, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form .webform-component-markup h1, .node-personality-test .webform-client-form .webform-component-markup h2, .node-personality-test .webform-client-form .webform-component-markup h3, .node-personality-test .webform-client-form .webform-component-markup h4, .node-personality-test .webform-client-form .webform-component-markup h5, .node-personality-test .webform-client-form .webform-component-markup h6 {
    margin-left: 20px;
    margin-right: 20px;
  }
}
/* line 401, ../sass-custom/tests/_tests.scss */
.node-personality-test .webform-client-form div.form-item.webform-component[class*="spectrum"] .question-header {
  background-color: #6b82d2;
  color: #ffffff;
  border: solid 1px #cfcfcf;
  overflow: visible;
  padding: 33px 6px 30px 30px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.095em;
  text-align: right;
  position: relative;
  margin-top: 15px;
}
@media only screen and (min-width: 1000px) and (max-width: 1199px) {
  /* line 401, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="spectrum"] .question-header {
    padding: 33px 4px 30px 30px;
  }
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 401, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="spectrum"] .question-header {
    font-size: 14px;
    font-weight: 700;
    padding: 32px 20px 30px 20px;
    letter-spacing: 0.14em;
  }
}
@media only screen and (max-width: 767px) {
  /* line 401, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="spectrum"] .question-header {
    font-size: 14px;
    font-weight: 700;
    padding: 22px 12% 20px;
    letter-spacing: 0.14em;
  }
}
/* line 332, ../sass-custom/tests/_tests.scss */
.node-personality-test .webform-client-form div.form-item.webform-component[class*="spectrum"] .question-header #prompt {
  text-align: left;
}
/* line 336, ../sass-custom/tests/_tests.scss */
.node-personality-test .webform-client-form div.form-item.webform-component[class*="spectrum"] .question-header .header-text {
  float: left;
  width: 640px;
  text-align: left;
}
@media only screen and (min-width: 1000px) and (max-width: 1199px) {
  /* line 336, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="spectrum"] .question-header .header-text {
    width: 450px;
  }
}
@media only screen and (max-width: 999px) {
  /* line 336, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="spectrum"] .question-header .header-text {
    float: none;
    width: 100%;
    text-align: center;
    line-height: 20px;
  }
}
/* line 353, ../sass-custom/tests/_tests.scss */
.node-personality-test .webform-client-form div.form-item.webform-component[class*="spectrum"] .question-header .header-labels {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -8px;
  width: 451px;
  direction: rtl;
}
@media only screen and (max-width: 999px) {
  /* line 353, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="spectrum"] .question-header .header-labels {
    display: none;
  }
}
/* line 366, ../sass-custom/tests/_tests.scss */
.node-personality-test .webform-client-form div.form-item.webform-component[class*="spectrum"] .question-header .header-labels.header-labels-3 {
  padding-right: 25px;
}
/* line 369, ../sass-custom/tests/_tests.scss */
.node-personality-test .webform-client-form div.form-item.webform-component[class*="spectrum"] .question-header .header-labels.header-labels-3 div.question-header-label {
  display: inline-block;
  width: 133px;
  text-align: center;
  overflow: visible;
  direction: ltr;
}
/* line 376, ../sass-custom/tests/_tests.scss */
.node-personality-test .webform-client-form div.form-item.webform-component[class*="spectrum"] .question-header .header-labels.header-labels-3 div.question-header-label:last-child {
  text-align: left;
  padding-left: 5px;
}
/* line 381, ../sass-custom/tests/_tests.scss */
.node-personality-test .webform-client-form div.form-item.webform-component[class*="spectrum"] .question-header .header-labels.header-labels-3 div.question-header-label:first-child {
  text-align: right;
  padding-right: 5px;
}
/* line 389, ../sass-custom/tests/_tests.scss */
.node-personality-test .webform-client-form div.form-item.webform-component[class*="spectrum"] .question-header .header-labels.header-labels-5 div.question-header-label {
  display: inline-block;
  width: 86px;
  text-align: center;
  overflow: visible;
  direction: ltr;
}
/* line 405, ../sass-custom/tests/_tests.scss */
.node-personality-test .webform-client-form div.form-item.webform-component[class*="spectrum"] .webform-component-radios {
  border: solid 1px #cfcfcf;
  margin-bottom: 0;
  border-top: none;
  padding: 23px 30px;
  background-color: #f2f2f2;
  position: relative;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 405, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="spectrum"] .webform-component-radios {
    height: 209px;
    padding: 26px 30px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  /* line 405, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="spectrum"] .webform-component-radios {
    height: 244px;
    padding: 40px 0px;
  }
}
@media only screen and (max-width: 479px) {
  /* line 405, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="spectrum"] .webform-component-radios {
    padding: 30px 0 10px;
    height: auto;
  }
}
/* line 428, ../sass-custom/tests/_tests.scss */
.node-personality-test .webform-client-form div.form-item.webform-component[class*="spectrum"] .webform-component-radios .form-required {
  display: none;
}
/* line 432, ../sass-custom/tests/_tests.scss */
.node-personality-test .webform-client-form div.form-item.webform-component[class*="spectrum"] .webform-component-radios > .control-label {
  display: inline-block;
  width: 400px;
  font-size: 15px;
  font-weight: normal;
  margin: 0;
  letter-spacing: 0.04em;
  line-height: 26px;
}
@media only screen and (max-width: 999px) {
  /* line 432, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="spectrum"] .webform-component-radios > .control-label {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 21px;
    line-height: 29px;
    height: 60px;
  }
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 432, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="spectrum"] .webform-component-radios > .control-label {
    padding: 0 50px;
  }
}
@media only screen and (max-width: 479px) {
  /* line 432, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="spectrum"] .webform-component-radios > .control-label {
    height: auto;
  }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  /* line 458, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="spectrum"] .webform-component-radios > .control-label .label-text {
    display: block;
    padding: 0 6%;
  }
}
@media only screen and (max-width: 479px) {
  /* line 458, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="spectrum"] .webform-component-radios > .control-label .label-text {
    display: block;
    padding: 0 10px;
  }
}
/* line 471, ../sass-custom/tests/_tests.scss */
.node-personality-test .webform-client-form div.form-item.webform-component[class*="spectrum"] .webform-component-radios > .form-radios {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  right: 15px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 471, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="spectrum"] .webform-component-radios > .form-radios {
    position: static;
    width: 100%;
    margin: 0;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  /* line 471, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="spectrum"] .webform-component-radios > .form-radios {
    position: static;
    width: 100%;
    margin: 11px 0 0;
    text-align: center;
  }
}
/* line 492, ../sass-custom/tests/_tests.scss */
.node-personality-test .webform-client-form div.form-item.webform-component[class*="spectrum"] .webform-component-radios > .form-radios .form-type-radio {
  display: inline;
  margin-left: 38px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 492, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="spectrum"] .webform-component-radios > .form-radios .form-type-radio {
    display: inline-block;
    margin-left: 0;
    width: 123px;
    vertical-align: top;
  }
}
@media only screen and (max-width: 767px) {
  /* line 492, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="spectrum"] .webform-component-radios > .form-radios .form-type-radio {
    display: inline-block;
    margin-left: 0;
    width: 90px;
    margin-bottom: 0;
    vertical-align: top;
  }
}
@media only screen and (max-width: 479px) {
  /* line 492, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="spectrum"] .webform-component-radios > .form-radios .form-type-radio {
    height: 82px;
    width: 60px;
  }
}
/* line 517, ../sass-custom/tests/_tests.scss */
.node-personality-test .webform-client-form div.form-item.webform-component[class*="spectrum"] .webform-component-radios > .form-radios .form-type-radio.radio label {
  font-size: 15px;
  font-weight: normal;
  margin: 0;
  letter-spacing: 0.04em;
  line-height: 26px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 517, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="spectrum"] .webform-component-radios > .form-radios .form-type-radio.radio label {
    padding: 0;
    width: 120px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.14em;
  }
}
@media only screen and (max-width: 767px) {
  /* line 517, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="spectrum"] .webform-component-radios > .form-radios .form-type-radio.radio label {
    padding: 0;
    width: 120px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.14em;
  }
}
/* line 540, ../sass-custom/tests/_tests.scss */
.node-personality-test .webform-client-form div.form-item.webform-component[class*="spectrum"] .webform-component-radios > .form-radios .form-type-radio.radio label .label-text {
  display: none;
  text-transform: uppercase;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 540, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="spectrum"] .webform-component-radios > .form-radios .form-type-radio.radio label .label-text {
    display: block;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  /* line 540, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="spectrum"] .webform-component-radios > .form-radios .form-type-radio.radio label .label-text {
    display: block;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 479px) {
  /* line 540, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="spectrum"] .webform-component-radios > .form-radios .form-type-radio.radio label .label-text {
    display: block;
    margin-top: 2px;
    position: absolute;
    bottom: -28px;
  }
}
/* line 563, ../sass-custom/tests/_tests.scss */
.node-personality-test .webform-client-form div.form-item.webform-component[class*="spectrum"] .webform-component-radios > .form-radios .form-type-radio.radio input[type="radio"] {
  left: 26px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 563, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="spectrum"] .webform-component-radios > .form-radios .form-type-radio.radio input[type="radio"] {
    left: 72px;
    top: -7px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  /* line 563, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="spectrum"] .webform-component-radios > .form-radios .form-type-radio.radio input[type="radio"] {
    left: 58px;
    top: -10px;
  }
}
@media only screen and (max-width: 479px) {
  /* line 563, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="spectrum"] .webform-component-radios > .form-radios .form-type-radio.radio input[type="radio"] {
    left: 24px;
    top: -10px;
  }
}
/* line 581, ../sass-custom/tests/_tests.scss */
.node-personality-test .webform-client-form div.form-item.webform-component[class*="spectrum"] .webform-component-radios > .form-radios .form-type-radio.radio input[type="radio"] + .fancy-input {
  background: transparent url(../images/test/test-checkbox-off-big.png) 100% 50% no-repeat;
  background-size: 100%;
  width: 29px;
  height: 28px;
}
@media only screen and (max-width: 999px) {
  /* line 581, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="spectrum"] .webform-component-radios > .form-radios .form-type-radio.radio input[type="radio"] + .fancy-input {
    width: 46px;
    height: 43px;
    margin: 0;
    top: 5px;
    left: 3px;
  }
}
/* line 596, ../sass-custom/tests/_tests.scss */
.node-personality-test .webform-client-form div.form-item.webform-component[class*="spectrum"] .webform-component-radios > .form-radios .form-type-radio.radio input[type="radio"]:checked + .fancy-input {
  background: transparent url(../images/test/test-checkbox-on-big.png) 100% 50% no-repeat;
  background-size: 100%;
}
@media only screen and (max-width: 479px) {
  /* line 604, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="spectrum"] .webform-component-radios > .form-radios .form-type-radio.radio:nth-child(3):nth-last-child(3) label .label-text {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  /* line 614, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="spectrum"] .webform-component-radios > .form-radios .form-type-radio.radio:last-child label .label-text {
    right: 8px;
  }
}
@media only screen and (max-width: 479px) {
  /* line 624, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="spectrum"] .webform-component-radios > .form-radios .form-type-radio.radio:first-child label .label-text {
    left: 8px;
  }
}
/* line 635, ../sass-custom/tests/_tests.scss */
.node-personality-test .webform-client-form div.form-item.webform-component[class*="spectrum"] .webform-component-radios:nth-child(2n+1) {
  background-color: #ffffff;
}
/* line 704, ../sass-custom/tests/_tests.scss */
.node-personality-test .webform-client-form div.form-item.webform-component[class*="spectrum"] .question-header .header-text {
  width: 100%;
}
@media only screen and (min-width: 1000px) and (max-width: 1199px) {
  /* line 704, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="spectrum"] .question-header .header-text {
    width: 100%;
  }
}
/* line 713, ../sass-custom/tests/_tests.scss */
.node-personality-test .webform-client-form div.form-item.webform-component[class*="spectrum"] .webform-component-radios {
  padding: 22px 30px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 713, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="spectrum"] .webform-component-radios {
    height: 213px;
    position: relative;
  }
  /* line 720, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="spectrum"] .webform-component-radios::after, .node-personality-test .webform-client-form div.form-item.webform-component[class*="spectrum"] .webform-component-radios::before {
    content: " ";
    height: 88px;
    border-left: solid 1px #cfcfcf;
    position: absolute;
  }
  /* line 728, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="spectrum"] .webform-component-radios::before {
    left: 51px;
    top: 37px;
  }
  /* line 733, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="spectrum"] .webform-component-radios::after {
    right: 51px;
    bottom: 37px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 713, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="spectrum"] .webform-component-radios {
    height: 221px;
    position: relative;
    padding: 22px 10px;
  }
  /* line 744, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="spectrum"] .webform-component-radios::after, .node-personality-test .webform-client-form div.form-item.webform-component[class*="spectrum"] .webform-component-radios::before {
    content: " ";
    height: 88px;
    border-left: solid 1px #cfcfcf;
    position: absolute;
  }
  /* line 752, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="spectrum"] .webform-component-radios::before {
    left: 24px;
    top: 40px;
  }
  /* line 757, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="spectrum"] .webform-component-radios::after {
    right: 24px;
    bottom: 40px;
  }
}
/* line 763, ../sass-custom/tests/_tests.scss */
.node-personality-test .webform-client-form div.form-item.webform-component[class*="spectrum"] .webform-component-radios > .control-label {
  text-align: right;
  width: 382px;
  vertical-align: middle;
  padding-right: 21px;
}
@media only screen and (min-width: 1000px) and (max-width: 1199px) {
  /* line 763, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="spectrum"] .webform-component-radios > .control-label {
    width: 283px;
    padding-right: 21px;
  }
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 763, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="spectrum"] .webform-component-radios > .control-label {
    width: 100%;
    height: auto;
    text-align: left;
    padding: 0;
    margin: 7px 0 0 50px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 763, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="spectrum"] .webform-component-radios > .control-label {
    width: 100%;
    height: 29px;
    text-align: left;
    padding: 0;
    margin: 13px 0 0 28px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  /* line 763, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="spectrum"] .webform-component-radios > .control-label {
    font-size: 21px;
  }
}
@media only screen and (max-width: 479px) {
  /* line 763, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="spectrum"] .webform-component-radios > .control-label {
    font-size: 18px;
    width: 90%;
    overflow: visible;
  }
}
@media only screen and (max-width: 767px) {
  /* line 802, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="spectrum"] .webform-component-radios > .control-label .label-text {
    padding: 0;
  }
}
/* line 809, ../sass-custom/tests/_tests.scss */
.node-personality-test .webform-client-form div.form-item.webform-component[class*="spectrum"] .webform-component-radios > .form-radios {
  position: static;
  margin-top: 0;
  display: inline-block;
  width: 697px;
  margin-bottom: 0;
  vertical-align: middle;
}
@media only screen and (min-width: 1000px) and (max-width: 1199px) {
  /* line 809, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="spectrum"] .webform-component-radios > .form-radios {
    width: 596px;
  }
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 809, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="spectrum"] .webform-component-radios > .form-radios {
    text-align: left;
    margin-top: 32px;
    width: auto;
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  /* line 809, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="spectrum"] .webform-component-radios > .form-radios {
    margin-top: 30px;
    width: 100%;
    text-align: center;
    display: block;
  }
}
/* line 836, ../sass-custom/tests/_tests.scss */
.node-personality-test .webform-client-form div.form-item.webform-component[class*="spectrum"] .webform-component-radios > .form-radios .form-type-radio.radio {
  margin-left: 12px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 836, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="spectrum"] .webform-component-radios > .form-radios .form-type-radio.radio {
    width: 111px;
    position: static;
    margin-left: 16px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  /* line 836, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="spectrum"] .webform-component-radios > .form-radios .form-type-radio.radio {
    width: 17%;
    position: static;
  }
}
@media only screen and (max-width: 479px) {
  /* line 836, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="spectrum"] .webform-component-radios > .form-radios .form-type-radio.radio {
    width: 13%;
    position: static;
    vertical-align: middle;
  }
}
/* line 857, ../sass-custom/tests/_tests.scss */
.node-personality-test .webform-client-form div.form-item.webform-component[class*="spectrum"] .webform-component-radios > .form-radios .form-type-radio.radio label .label-text {
  display: inline-block;
  text-transform: none;
  font-size: 15px;
  position: relative;
  top: -1px;
}
/* line 868, ../sass-custom/tests/_tests.scss */
.node-personality-test .webform-client-form div.form-item.webform-component[class*="spectrum"] .webform-component-radios > .form-radios .form-type-radio.radio:last-child label .label-text {
  width: 376px;
  padding-left: 13px;
  vertical-align: middle;
}
@media only screen and (min-width: 1000px) and (max-width: 1199px) {
  /* line 868, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="spectrum"] .webform-component-radios > .form-radios .form-type-radio.radio:last-child label .label-text {
    width: 275px;
  }
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 868, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="spectrum"] .webform-component-radios > .form-radios .form-type-radio.radio:last-child label .label-text {
    position: absolute;
    right: 19px;
    bottom: -58px;
    font-size: 20px;
    letter-spacing: 0.04em;
    font-weight: normal;
    text-align: right;
    margin: 0;
    display: block;
    width: 600px;
    top: auto;
  }
}
@media only screen and (max-width: 767px) {
  /* line 868, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="spectrum"] .webform-component-radios > .form-radios .form-type-radio.radio:last-child label .label-text {
    position: absolute;
    bottom: -56px;
    letter-spacing: 0.04em;
    font-weight: normal;
    text-align: right;
    margin: 0;
    display: block;
    width: 600px;
    top: auto;
    line-height: 24px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  /* line 868, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="spectrum"] .webform-component-radios > .form-radios .form-type-radio.radio:last-child label .label-text {
    font-size: 21px;
    right: 21px;
  }
}
@media only screen and (max-width: 479px) {
  /* line 868, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="spectrum"] .webform-component-radios > .form-radios .form-type-radio.radio:last-child label .label-text {
    font-size: 18px;
    max-width: 320px;
    right: -9px;
  }
}
@media only screen and (max-width: 390px) {
  /* line 868, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="spectrum"] .webform-component-radios > .form-radios .form-type-radio.radio:last-child label .label-text {
    max-width: 280px;
    right: 0px;
  }
}
/* line 924, ../sass-custom/tests/_tests.scss */
.node-personality-test .webform-client-form div.form-item.webform-component[class*="spectrum"] .webform-component-radios > .form-radios .form-type-radio.radio input[type="radio"] + .fancy-input {
  vertical-align: middle;
  margin-top: -23px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 924, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="spectrum"] .webform-component-radios > .form-radios .form-type-radio.radio input[type="radio"] + .fancy-input {
    left: 40px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  /* line 924, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="spectrum"] .webform-component-radios > .form-radios .form-type-radio.radio input[type="radio"] + .fancy-input {
    left: -1px;
  }
}
@media only screen and (max-width: 479px) {
  /* line 924, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="spectrum"] .webform-component-radios > .form-radios .form-type-radio.radio input[type="radio"] + .fancy-input {
    left: -8px;
  }
}
/* line 401, ../sass-custom/tests/_tests.scss */
.node-personality-test .webform-client-form div.form-item.webform-component[class*="scale"] .question-header {
  background-color: #6b82d2;
  color: #ffffff;
  border: solid 1px #cfcfcf;
  overflow: visible;
  padding: 33px 6px 30px 30px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.095em;
  text-align: right;
  position: relative;
  margin-top: 15px;
}
@media only screen and (min-width: 1000px) and (max-width: 1199px) {
  /* line 401, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="scale"] .question-header {
    padding: 33px 4px 30px 30px;
  }
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 401, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="scale"] .question-header {
    font-size: 14px;
    font-weight: 700;
    padding: 32px 20px 30px 20px;
    letter-spacing: 0.14em;
  }
}
@media only screen and (max-width: 767px) {
  /* line 401, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="scale"] .question-header {
    font-size: 14px;
    font-weight: 700;
    padding: 22px 12% 20px;
    letter-spacing: 0.14em;
  }
}
/* line 332, ../sass-custom/tests/_tests.scss */
.node-personality-test .webform-client-form div.form-item.webform-component[class*="scale"] .question-header #prompt {
  text-align: left;
}
/* line 336, ../sass-custom/tests/_tests.scss */
.node-personality-test .webform-client-form div.form-item.webform-component[class*="scale"] .question-header .header-text {
  float: left;
  width: 640px;
  text-align: left;
}
@media only screen and (min-width: 1000px) and (max-width: 1199px) {
  /* line 336, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="scale"] .question-header .header-text {
    width: 450px;
  }
}
@media only screen and (max-width: 999px) {
  /* line 336, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="scale"] .question-header .header-text {
    float: none;
    width: 100%;
    text-align: center;
    line-height: 20px;
  }
}
/* line 353, ../sass-custom/tests/_tests.scss */
.node-personality-test .webform-client-form div.form-item.webform-component[class*="scale"] .question-header .header-labels {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -8px;
  width: 451px;
  direction: rtl;
}
@media only screen and (max-width: 999px) {
  /* line 353, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="scale"] .question-header .header-labels {
    display: none;
  }
}
/* line 366, ../sass-custom/tests/_tests.scss */
.node-personality-test .webform-client-form div.form-item.webform-component[class*="scale"] .question-header .header-labels.header-labels-3 {
  padding-right: 25px;
}
/* line 369, ../sass-custom/tests/_tests.scss */
.node-personality-test .webform-client-form div.form-item.webform-component[class*="scale"] .question-header .header-labels.header-labels-3 div.question-header-label {
  display: inline-block;
  width: 133px;
  text-align: center;
  overflow: visible;
  direction: ltr;
}
/* line 376, ../sass-custom/tests/_tests.scss */
.node-personality-test .webform-client-form div.form-item.webform-component[class*="scale"] .question-header .header-labels.header-labels-3 div.question-header-label:last-child {
  text-align: left;
  padding-left: 5px;
}
/* line 381, ../sass-custom/tests/_tests.scss */
.node-personality-test .webform-client-form div.form-item.webform-component[class*="scale"] .question-header .header-labels.header-labels-3 div.question-header-label:first-child {
  text-align: right;
  padding-right: 5px;
}
/* line 389, ../sass-custom/tests/_tests.scss */
.node-personality-test .webform-client-form div.form-item.webform-component[class*="scale"] .question-header .header-labels.header-labels-5 div.question-header-label {
  display: inline-block;
  width: 86px;
  text-align: center;
  overflow: visible;
  direction: ltr;
}
/* line 405, ../sass-custom/tests/_tests.scss */
.node-personality-test .webform-client-form div.form-item.webform-component[class*="scale"] .webform-component-radios {
  border: solid 1px #cfcfcf;
  margin-bottom: 0;
  border-top: none;
  padding: 23px 30px;
  background-color: #f2f2f2;
  position: relative;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 405, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="scale"] .webform-component-radios {
    height: 209px;
    padding: 26px 30px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  /* line 405, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="scale"] .webform-component-radios {
    height: 244px;
    padding: 40px 0px;
  }
}
@media only screen and (max-width: 479px) {
  /* line 405, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="scale"] .webform-component-radios {
    padding: 30px 0 10px;
    height: auto;
  }
}
/* line 428, ../sass-custom/tests/_tests.scss */
.node-personality-test .webform-client-form div.form-item.webform-component[class*="scale"] .webform-component-radios .form-required {
  display: none;
}
/* line 432, ../sass-custom/tests/_tests.scss */
.node-personality-test .webform-client-form div.form-item.webform-component[class*="scale"] .webform-component-radios > .control-label {
  display: inline-block;
  width: 400px;
  font-size: 15px;
  font-weight: normal;
  margin: 0;
  letter-spacing: 0.04em;
  line-height: 26px;
}
@media only screen and (max-width: 999px) {
  /* line 432, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="scale"] .webform-component-radios > .control-label {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 21px;
    line-height: 29px;
    height: 60px;
  }
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 432, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="scale"] .webform-component-radios > .control-label {
    padding: 0 50px;
  }
}
@media only screen and (max-width: 479px) {
  /* line 432, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="scale"] .webform-component-radios > .control-label {
    height: auto;
  }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  /* line 458, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="scale"] .webform-component-radios > .control-label .label-text {
    display: block;
    padding: 0 6%;
  }
}
@media only screen and (max-width: 479px) {
  /* line 458, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="scale"] .webform-component-radios > .control-label .label-text {
    display: block;
    padding: 0 10px;
  }
}
/* line 471, ../sass-custom/tests/_tests.scss */
.node-personality-test .webform-client-form div.form-item.webform-component[class*="scale"] .webform-component-radios > .form-radios {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  right: 15px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 471, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="scale"] .webform-component-radios > .form-radios {
    position: static;
    width: 100%;
    margin: 0;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  /* line 471, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="scale"] .webform-component-radios > .form-radios {
    position: static;
    width: 100%;
    margin: 11px 0 0;
    text-align: center;
  }
}
/* line 492, ../sass-custom/tests/_tests.scss */
.node-personality-test .webform-client-form div.form-item.webform-component[class*="scale"] .webform-component-radios > .form-radios .form-type-radio {
  display: inline;
  margin-left: 38px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 492, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="scale"] .webform-component-radios > .form-radios .form-type-radio {
    display: inline-block;
    margin-left: 0;
    width: 123px;
    vertical-align: top;
  }
}
@media only screen and (max-width: 767px) {
  /* line 492, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="scale"] .webform-component-radios > .form-radios .form-type-radio {
    display: inline-block;
    margin-left: 0;
    width: 90px;
    margin-bottom: 0;
    vertical-align: top;
  }
}
@media only screen and (max-width: 479px) {
  /* line 492, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="scale"] .webform-component-radios > .form-radios .form-type-radio {
    height: 82px;
    width: 60px;
  }
}
/* line 517, ../sass-custom/tests/_tests.scss */
.node-personality-test .webform-client-form div.form-item.webform-component[class*="scale"] .webform-component-radios > .form-radios .form-type-radio.radio label {
  font-size: 15px;
  font-weight: normal;
  margin: 0;
  letter-spacing: 0.04em;
  line-height: 26px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 517, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="scale"] .webform-component-radios > .form-radios .form-type-radio.radio label {
    padding: 0;
    width: 120px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.14em;
  }
}
@media only screen and (max-width: 767px) {
  /* line 517, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="scale"] .webform-component-radios > .form-radios .form-type-radio.radio label {
    padding: 0;
    width: 120px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.14em;
  }
}
/* line 540, ../sass-custom/tests/_tests.scss */
.node-personality-test .webform-client-form div.form-item.webform-component[class*="scale"] .webform-component-radios > .form-radios .form-type-radio.radio label .label-text {
  display: none;
  text-transform: uppercase;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 540, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="scale"] .webform-component-radios > .form-radios .form-type-radio.radio label .label-text {
    display: block;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  /* line 540, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="scale"] .webform-component-radios > .form-radios .form-type-radio.radio label .label-text {
    display: block;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 479px) {
  /* line 540, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="scale"] .webform-component-radios > .form-radios .form-type-radio.radio label .label-text {
    display: block;
    margin-top: 2px;
    position: absolute;
    bottom: -28px;
  }
}
/* line 563, ../sass-custom/tests/_tests.scss */
.node-personality-test .webform-client-form div.form-item.webform-component[class*="scale"] .webform-component-radios > .form-radios .form-type-radio.radio input[type="radio"] {
  left: 26px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 563, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="scale"] .webform-component-radios > .form-radios .form-type-radio.radio input[type="radio"] {
    left: 72px;
    top: -7px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  /* line 563, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="scale"] .webform-component-radios > .form-radios .form-type-radio.radio input[type="radio"] {
    left: 58px;
    top: -10px;
  }
}
@media only screen and (max-width: 479px) {
  /* line 563, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="scale"] .webform-component-radios > .form-radios .form-type-radio.radio input[type="radio"] {
    left: 24px;
    top: -10px;
  }
}
/* line 581, ../sass-custom/tests/_tests.scss */
.node-personality-test .webform-client-form div.form-item.webform-component[class*="scale"] .webform-component-radios > .form-radios .form-type-radio.radio input[type="radio"] + .fancy-input {
  background: transparent url(../images/test/test-checkbox-off-big.png) 100% 50% no-repeat;
  background-size: 100%;
  width: 29px;
  height: 28px;
}
@media only screen and (max-width: 999px) {
  /* line 581, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="scale"] .webform-component-radios > .form-radios .form-type-radio.radio input[type="radio"] + .fancy-input {
    width: 46px;
    height: 43px;
    margin: 0;
    top: 5px;
    left: 3px;
  }
}
/* line 596, ../sass-custom/tests/_tests.scss */
.node-personality-test .webform-client-form div.form-item.webform-component[class*="scale"] .webform-component-radios > .form-radios .form-type-radio.radio input[type="radio"]:checked + .fancy-input {
  background: transparent url(../images/test/test-checkbox-on-big.png) 100% 50% no-repeat;
  background-size: 100%;
}
@media only screen and (max-width: 479px) {
  /* line 604, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="scale"] .webform-component-radios > .form-radios .form-type-radio.radio:nth-child(3):nth-last-child(3) label .label-text {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  /* line 614, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="scale"] .webform-component-radios > .form-radios .form-type-radio.radio:last-child label .label-text {
    right: 8px;
  }
}
@media only screen and (max-width: 479px) {
  /* line 624, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="scale"] .webform-component-radios > .form-radios .form-type-radio.radio:first-child label .label-text {
    left: 8px;
  }
}
/* line 635, ../sass-custom/tests/_tests.scss */
.node-personality-test .webform-client-form div.form-item.webform-component[class*="scale"] .webform-component-radios:nth-child(2n+1) {
  background-color: #ffffff;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 954, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="scale"] .webform-component-radios > .form-radios .form-type-radio.radio input[type="radio"] {
    left: 70px;
    top: 10px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  /* line 954, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="scale"] .webform-component-radios > .form-radios .form-type-radio.radio input[type="radio"] {
    left: 55px;
    top: 10px;
  }
}
@media only screen and (max-width: 479px) {
  /* line 954, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="scale"] .webform-component-radios > .form-radios .form-type-radio.radio input[type="radio"] {
    left: 55px;
    top: 10px;
  }
}
/* line 976, ../sass-custom/tests/_tests.scss */
.node-personality-test .webform-client-form div.form-item.webform-component[class*="imgtest"] {
  max-width: 950px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  /* line 976, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="imgtest"] {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 479px) {
  /* line 976, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="imgtest"] {
    margin: 26px 10px 42px;
  }
}
/* line 990, ../sass-custom/tests/_tests.scss */
.node-personality-test .webform-client-form div.form-item.webform-component[class*="imgtest"] .question-header .header-text {
  color: #3d3d3d;
  font-size: 19px;
  font-weight: 700;
  text-align: center;
  margin: 40px 0 16px;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 990, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="imgtest"] .question-header .header-text {
    margin: 48px 0 24px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 990, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="imgtest"] .question-header .header-text {
    margin: 35px 60px 10px;
    line-height: 33px;
  }
}
@media only screen and (max-width: 479px) {
  /* line 990, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="imgtest"] .question-header .header-text {
    margin: 35px 43px 51px;
  }
}
/* line 1014, ../sass-custom/tests/_tests.scss */
.node-personality-test .webform-client-form div.form-item.webform-component[class*="imgtest"] > .form-item.webform-component-radios {
  margin: 0;
  position: relative;
  height: 281px;
  top: 31px;
  left: 14px;
  overflow: hidden;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 1014, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="imgtest"] > .form-item.webform-component-radios {
    left: 0;
    top: 27px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1014, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="imgtest"] > .form-item.webform-component-radios {
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 479px) {
  /* line 1014, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="imgtest"] > .form-item.webform-component-radios {
    top: -10px;
    height: 100%;
  }
}
/* line 1038, ../sass-custom/tests/_tests.scss */
.node-personality-test .webform-client-form div.form-item.webform-component[class*="imgtest"] > .form-item.webform-component-radios > label.control-label {
  display: none;
}
/* line 1041, ../sass-custom/tests/_tests.scss */
.node-personality-test .webform-client-form div.form-item.webform-component[class*="imgtest"] > .form-item.webform-component-radios > label.control-label .label-text {
  display: none;
}
/* line 1046, ../sass-custom/tests/_tests.scss */
.node-personality-test .webform-client-form div.form-item.webform-component[class*="imgtest"] > .form-item.webform-component-radios .form-type-radio {
  display: inline-block;
  margin: 0 19px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 1046, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="imgtest"] > .form-item.webform-component-radios .form-type-radio {
    margin: 0 0;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1046, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="imgtest"] > .form-item.webform-component-radios .form-type-radio {
    margin: 0 auto;
    display: block;
  }
}
@media only screen and (max-width: 479px) {
  /* line 1046, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="imgtest"] > .form-item.webform-component-radios .form-type-radio {
    margin: 0 auto;
    height: 200px;
  }
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 1064, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="imgtest"] > .form-item.webform-component-radios .form-type-radio:first-child {
    margin-right: 10px;
  }
}
/* line 1070, ../sass-custom/tests/_tests.scss */
.node-personality-test .webform-client-form div.form-item.webform-component[class*="imgtest"] > .form-item.webform-component-radios .form-type-radio:first-child:after {
  content: " ";
  display: inline-block;
  font-size: inherit;
  border-right: solid 1px transparent;
}
@media only screen and (max-width: 767px) {
  /* line 1078, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="imgtest"] > .form-item.webform-component-radios .form-type-radio:last-child {
    top: -13px;
  }
}
@media only screen and (max-width: 479px) {
  /* line 1078, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="imgtest"] > .form-item.webform-component-radios .form-type-radio:last-child {
    top: 13px;
  }
}
/* line 1087, ../sass-custom/tests/_tests.scss */
.node-personality-test .webform-client-form div.form-item.webform-component[class*="imgtest"] > .form-item.webform-component-radios .form-type-radio label {
  border: solid 1px transparent;
  width: 420px;
  height: 281px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 1087, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="imgtest"] > .form-item.webform-component-radios .form-type-radio label {
    width: 356px;
    height: 236px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1087, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="imgtest"] > .form-item.webform-component-radios .form-type-radio label {
    display: block;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 479px) {
  /* line 1087, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="imgtest"] > .form-item.webform-component-radios .form-type-radio label {
    width: 300px;
    height: 200px;
  }
}
/* line 1108, ../sass-custom/tests/_tests.scss */
.node-personality-test .webform-client-form div.form-item.webform-component[class*="imgtest"] > .form-item.webform-component-radios .form-type-radio label input[type="radio"] + .fancy-input {
  background: transparent url(../images/checkbox-off.png) 100% 50% no-repeat;
  background-size: 100%;
  width: 29px;
  height: 28px;
  left: -2px;
  top: 18px;
}
@media only screen and (max-width: 999px) {
  /* line 1108, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="imgtest"] > .form-item.webform-component-radios .form-type-radio label input[type="radio"] + .fancy-input {
    width: 46px;
    height: 43px;
    margin: 0;
    top: 14px;
    left: 3px;
  }
}
/* line 1125, ../sass-custom/tests/_tests.scss */
.node-personality-test .webform-client-form div.form-item.webform-component[class*="imgtest"] > .form-item.webform-component-radios .form-type-radio label input[type="radio"]:checked + .fancy-input {
  background: transparent url(../images/checkbox-on.png) 100% 50% no-repeat;
  background-size: 100%;
}
/* line 1134, ../sass-custom/tests/_tests.scss */
.node-personality-test .webform-client-form div.form-item.webform-component[class*="imgtest"] > .form-item .visual-img {
  padding: 10px 0;
  border-bottom: solid 1px #cfcfcf;
  text-align: center;
  margin-top: -281px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 1134, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="imgtest"] > .form-item .visual-img {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1134, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="imgtest"] > .form-item .visual-img {
    margin-top: -590px;
    padding: 10px 0 28px;
    margin-bottom: 4px;
  }
}
@media only screen and (max-width: 479px) {
  /* line 1134, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="imgtest"] > .form-item .visual-img {
    margin: -425px 0 45px;
    padding: 0 0 23px;
  }
}
/* line 1155, ../sass-custom/tests/_tests.scss */
.node-personality-test .webform-client-form div.form-item.webform-component[class*="imgtest"] > .form-item .visual-img img {
  border: solid 1px #cfcfcf;
  display: inline-block;
  margin: 21px 19px;
  vertical-align: top;
  width: 420px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 1162, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="imgtest"] > .form-item .visual-img img:first-child {
    margin-right: 11px;
  }
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 1155, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="imgtest"] > .form-item .visual-img img {
    width: 356px;
    height: 238px;
    margin: 26px 0;
  }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  /* line 1155, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="imgtest"] > .form-item .visual-img img {
    display: block;
    margin: 11px auto 0;
  }
}
@media only screen and (max-width: 479px) {
  /* line 1155, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form div.form-item.webform-component[class*="imgtest"] > .form-item .visual-img img {
    display: block;
    margin: 0 auto 13px;
    max-width: 100%;
    width: 300px;
    height: 200px;
  }
}
/* line 1187, ../sass-custom/tests/_tests.scss */
.node-personality-test .webform-client-form div.form-item.webform-component[class*="imgtest"] > .form-item .visual-img img.selected {
  border: solid 1px #edb61b;
  outline: solid 2px #edb61b;
}
/* line 1195, ../sass-custom/tests/_tests.scss */
.node-personality-test .webform-client-form div.form-item.webform-component[class*="imgtest"] > .form-item:nth-last-child(2) .visual-img {
  border-bottom: none;
}
/* line 1205, ../sass-custom/tests/_tests.scss */
.node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-radios, .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-checkboxes, .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-textfield, .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-select, .node-personality-test .webform-client-form > div > .webform-component.webform-component-radios, .node-personality-test .webform-client-form > div > .webform-component.webform-component-checkboxes, .node-personality-test .webform-client-form > div > .webform-component.webform-component-textfield, .node-personality-test .webform-client-form > div > .webform-component.webform-component-select {
  border: solid 1px #cfcfcf;
  padding: 23px 36px;
  background-color: #ffffff;
  margin-bottom: 0;
  font-size: 15px;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 1205, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-radios, .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-checkboxes, .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-textfield, .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-select, .node-personality-test .webform-client-form > div > .webform-component.webform-component-radios, .node-personality-test .webform-client-form > div > .webform-component.webform-component-checkboxes, .node-personality-test .webform-client-form > div > .webform-component.webform-component-textfield, .node-personality-test .webform-client-form > div > .webform-component.webform-component-select {
    padding: 40px 49px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1205, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-radios, .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-checkboxes, .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-textfield, .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-select, .node-personality-test .webform-client-form > div > .webform-component.webform-component-radios, .node-personality-test .webform-client-form > div > .webform-component.webform-component-checkboxes, .node-personality-test .webform-client-form > div > .webform-component.webform-component-textfield, .node-personality-test .webform-client-form > div > .webform-component.webform-component-select {
    padding: 37px 8%;
  }
}
/* line 1224, ../sass-custom/tests/_tests.scss */
.node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-radios > .control-label, .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-checkboxes > .control-label, .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-textfield > .control-label, .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-select > .control-label, .node-personality-test .webform-client-form > div > .webform-component.webform-component-radios > .control-label, .node-personality-test .webform-client-form > div > .webform-component.webform-component-checkboxes > .control-label, .node-personality-test .webform-client-form > div > .webform-component.webform-component-textfield > .control-label, .node-personality-test .webform-client-form > div > .webform-component.webform-component-select > .control-label {
  text-transform: uppercase;
  line-height: normal;
  font-size: 18px;
  letter-spacing: 0.14em;
  color: #3d3d3d;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 1224, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-radios > .control-label, .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-checkboxes > .control-label, .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-textfield > .control-label, .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-select > .control-label, .node-personality-test .webform-client-form > div > .webform-component.webform-component-radios > .control-label, .node-personality-test .webform-client-form > div > .webform-component.webform-component-checkboxes > .control-label, .node-personality-test .webform-client-form > div > .webform-component.webform-component-textfield > .control-label, .node-personality-test .webform-client-form > div > .webform-component.webform-component-select > .control-label {
    font-size: 23px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1224, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-radios > .control-label, .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-checkboxes > .control-label, .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-textfield > .control-label, .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-select > .control-label, .node-personality-test .webform-client-form > div > .webform-component.webform-component-radios > .control-label, .node-personality-test .webform-client-form > div > .webform-component.webform-component-checkboxes > .control-label, .node-personality-test .webform-client-form > div > .webform-component.webform-component-textfield > .control-label, .node-personality-test .webform-client-form > div > .webform-component.webform-component-select > .control-label {
    font-size: 23px;
  }
}
/* line 1239, ../sass-custom/tests/_tests.scss */
.node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-radios > .control-label .form-required, .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-checkboxes > .control-label .form-required, .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-textfield > .control-label .form-required, .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-select > .control-label .form-required, .node-personality-test .webform-client-form > div > .webform-component.webform-component-radios > .control-label .form-required, .node-personality-test .webform-client-form > div > .webform-component.webform-component-checkboxes > .control-label .form-required, .node-personality-test .webform-client-form > div > .webform-component.webform-component-textfield > .control-label .form-required, .node-personality-test .webform-client-form > div > .webform-component.webform-component-select > .control-label .form-required {
  display: none;
}
/* line 1244, ../sass-custom/tests/_tests.scss */
.node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-radios .form-radios,
.node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-radios .form-checkboxes, .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-checkboxes .form-radios,
.node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-checkboxes .form-checkboxes, .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-textfield .form-radios,
.node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-textfield .form-checkboxes, .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-select .form-radios,
.node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-select .form-checkboxes, .node-personality-test .webform-client-form > div > .webform-component.webform-component-radios .form-radios,
.node-personality-test .webform-client-form > div > .webform-component.webform-component-radios .form-checkboxes, .node-personality-test .webform-client-form > div > .webform-component.webform-component-checkboxes .form-radios,
.node-personality-test .webform-client-form > div > .webform-component.webform-component-checkboxes .form-checkboxes, .node-personality-test .webform-client-form > div > .webform-component.webform-component-textfield .form-radios,
.node-personality-test .webform-client-form > div > .webform-component.webform-component-textfield .form-checkboxes, .node-personality-test .webform-client-form > div > .webform-component.webform-component-select .form-radios,
.node-personality-test .webform-client-form > div > .webform-component.webform-component-select .form-checkboxes {
  margin-top: 23px;
  margin-bottom: 3px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 1244, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-radios .form-radios,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-radios .form-checkboxes, .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-checkboxes .form-radios,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-checkboxes .form-checkboxes, .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-textfield .form-radios,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-textfield .form-checkboxes, .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-select .form-radios,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-select .form-checkboxes, .node-personality-test .webform-client-form > div > .webform-component.webform-component-radios .form-radios,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-radios .form-checkboxes, .node-personality-test .webform-client-form > div > .webform-component.webform-component-checkboxes .form-radios,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-checkboxes .form-checkboxes, .node-personality-test .webform-client-form > div > .webform-component.webform-component-textfield .form-radios,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-textfield .form-checkboxes, .node-personality-test .webform-client-form > div > .webform-component.webform-component-select .form-radios,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-select .form-checkboxes {
    margin-top: 29px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1244, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-radios .form-radios,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-radios .form-checkboxes, .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-checkboxes .form-radios,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-checkboxes .form-checkboxes, .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-textfield .form-radios,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-textfield .form-checkboxes, .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-select .form-radios,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-select .form-checkboxes, .node-personality-test .webform-client-form > div > .webform-component.webform-component-radios .form-radios,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-radios .form-checkboxes, .node-personality-test .webform-client-form > div > .webform-component.webform-component-checkboxes .form-radios,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-checkboxes .form-checkboxes, .node-personality-test .webform-client-form > div > .webform-component.webform-component-textfield .form-radios,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-textfield .form-checkboxes, .node-personality-test .webform-client-form > div > .webform-component.webform-component-select .form-radios,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-select .form-checkboxes {
    margin-top: 26px;
    margin-bottom: 10px;
  }
}
/* line 1259, ../sass-custom/tests/_tests.scss */
.node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-radios .form-radios .radio,
.node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-radios .form-radios .checkbox,
.node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-radios .form-checkboxes .radio,
.node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-radios .form-checkboxes .checkbox, .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-checkboxes .form-radios .radio,
.node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-checkboxes .form-radios .checkbox,
.node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-checkboxes .form-checkboxes .radio,
.node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-checkboxes .form-checkboxes .checkbox, .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-textfield .form-radios .radio,
.node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-textfield .form-radios .checkbox,
.node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-textfield .form-checkboxes .radio,
.node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-textfield .form-checkboxes .checkbox, .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-select .form-radios .radio,
.node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-select .form-radios .checkbox,
.node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-select .form-checkboxes .radio,
.node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-select .form-checkboxes .checkbox, .node-personality-test .webform-client-form > div > .webform-component.webform-component-radios .form-radios .radio,
.node-personality-test .webform-client-form > div > .webform-component.webform-component-radios .form-radios .checkbox,
.node-personality-test .webform-client-form > div > .webform-component.webform-component-radios .form-checkboxes .radio,
.node-personality-test .webform-client-form > div > .webform-component.webform-component-radios .form-checkboxes .checkbox, .node-personality-test .webform-client-form > div > .webform-component.webform-component-checkboxes .form-radios .radio,
.node-personality-test .webform-client-form > div > .webform-component.webform-component-checkboxes .form-radios .checkbox,
.node-personality-test .webform-client-form > div > .webform-component.webform-component-checkboxes .form-checkboxes .radio,
.node-personality-test .webform-client-form > div > .webform-component.webform-component-checkboxes .form-checkboxes .checkbox, .node-personality-test .webform-client-form > div > .webform-component.webform-component-textfield .form-radios .radio,
.node-personality-test .webform-client-form > div > .webform-component.webform-component-textfield .form-radios .checkbox,
.node-personality-test .webform-client-form > div > .webform-component.webform-component-textfield .form-checkboxes .radio,
.node-personality-test .webform-client-form > div > .webform-component.webform-component-textfield .form-checkboxes .checkbox, .node-personality-test .webform-client-form > div > .webform-component.webform-component-select .form-radios .radio,
.node-personality-test .webform-client-form > div > .webform-component.webform-component-select .form-radios .checkbox,
.node-personality-test .webform-client-form > div > .webform-component.webform-component-select .form-checkboxes .radio,
.node-personality-test .webform-client-form > div > .webform-component.webform-component-select .form-checkboxes .checkbox {
  margin-top: 21px;
  margin-bottom: 0px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 1259, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-radios .form-radios .radio,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-radios .form-radios .checkbox,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-radios .form-checkboxes .radio,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-radios .form-checkboxes .checkbox, .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-checkboxes .form-radios .radio,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-checkboxes .form-radios .checkbox,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-checkboxes .form-checkboxes .radio,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-checkboxes .form-checkboxes .checkbox, .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-textfield .form-radios .radio,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-textfield .form-radios .checkbox,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-textfield .form-checkboxes .radio,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-textfield .form-checkboxes .checkbox, .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-select .form-radios .radio,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-select .form-radios .checkbox,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-select .form-checkboxes .radio,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-select .form-checkboxes .checkbox, .node-personality-test .webform-client-form > div > .webform-component.webform-component-radios .form-radios .radio,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-radios .form-radios .checkbox,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-radios .form-checkboxes .radio,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-radios .form-checkboxes .checkbox, .node-personality-test .webform-client-form > div > .webform-component.webform-component-checkboxes .form-radios .radio,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-checkboxes .form-radios .checkbox,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-checkboxes .form-checkboxes .radio,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-checkboxes .form-checkboxes .checkbox, .node-personality-test .webform-client-form > div > .webform-component.webform-component-textfield .form-radios .radio,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-textfield .form-radios .checkbox,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-textfield .form-checkboxes .radio,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-textfield .form-checkboxes .checkbox, .node-personality-test .webform-client-form > div > .webform-component.webform-component-select .form-radios .radio,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-select .form-radios .checkbox,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-select .form-checkboxes .radio,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-select .form-checkboxes .checkbox {
    font-size: 20px;
    letter-spacing: 0.04em;
    margin-top: 34px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1259, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-radios .form-radios .radio,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-radios .form-radios .checkbox,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-radios .form-checkboxes .radio,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-radios .form-checkboxes .checkbox, .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-checkboxes .form-radios .radio,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-checkboxes .form-radios .checkbox,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-checkboxes .form-checkboxes .radio,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-checkboxes .form-checkboxes .checkbox, .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-textfield .form-radios .radio,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-textfield .form-radios .checkbox,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-textfield .form-checkboxes .radio,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-textfield .form-checkboxes .checkbox, .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-select .form-radios .radio,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-select .form-radios .checkbox,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-select .form-checkboxes .radio,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-select .form-checkboxes .checkbox, .node-personality-test .webform-client-form > div > .webform-component.webform-component-radios .form-radios .radio,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-radios .form-radios .checkbox,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-radios .form-checkboxes .radio,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-radios .form-checkboxes .checkbox, .node-personality-test .webform-client-form > div > .webform-component.webform-component-checkboxes .form-radios .radio,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-checkboxes .form-radios .checkbox,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-checkboxes .form-checkboxes .radio,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-checkboxes .form-checkboxes .checkbox, .node-personality-test .webform-client-form > div > .webform-component.webform-component-textfield .form-radios .radio,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-textfield .form-radios .checkbox,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-textfield .form-checkboxes .radio,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-textfield .form-checkboxes .checkbox, .node-personality-test .webform-client-form > div > .webform-component.webform-component-select .form-radios .radio,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-select .form-radios .checkbox,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-select .form-checkboxes .radio,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-select .form-checkboxes .checkbox {
    font-size: 21px;
    letter-spacing: 0.04em;
    margin-top: 24px;
    line-height: 30px;
  }
}
/* line 1277, ../sass-custom/tests/_tests.scss */
.node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-radios .form-radios .radio:first-child,
.node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-radios .form-radios .checkbox:first-child,
.node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-radios .form-checkboxes .radio:first-child,
.node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-radios .form-checkboxes .checkbox:first-child, .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-checkboxes .form-radios .radio:first-child,
.node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-checkboxes .form-radios .checkbox:first-child,
.node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-checkboxes .form-checkboxes .radio:first-child,
.node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-checkboxes .form-checkboxes .checkbox:first-child, .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-textfield .form-radios .radio:first-child,
.node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-textfield .form-radios .checkbox:first-child,
.node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-textfield .form-checkboxes .radio:first-child,
.node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-textfield .form-checkboxes .checkbox:first-child, .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-select .form-radios .radio:first-child,
.node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-select .form-radios .checkbox:first-child,
.node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-select .form-checkboxes .radio:first-child,
.node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-select .form-checkboxes .checkbox:first-child, .node-personality-test .webform-client-form > div > .webform-component.webform-component-radios .form-radios .radio:first-child,
.node-personality-test .webform-client-form > div > .webform-component.webform-component-radios .form-radios .checkbox:first-child,
.node-personality-test .webform-client-form > div > .webform-component.webform-component-radios .form-checkboxes .radio:first-child,
.node-personality-test .webform-client-form > div > .webform-component.webform-component-radios .form-checkboxes .checkbox:first-child, .node-personality-test .webform-client-form > div > .webform-component.webform-component-checkboxes .form-radios .radio:first-child,
.node-personality-test .webform-client-form > div > .webform-component.webform-component-checkboxes .form-radios .checkbox:first-child,
.node-personality-test .webform-client-form > div > .webform-component.webform-component-checkboxes .form-checkboxes .radio:first-child,
.node-personality-test .webform-client-form > div > .webform-component.webform-component-checkboxes .form-checkboxes .checkbox:first-child, .node-personality-test .webform-client-form > div > .webform-component.webform-component-textfield .form-radios .radio:first-child,
.node-personality-test .webform-client-form > div > .webform-component.webform-component-textfield .form-radios .checkbox:first-child,
.node-personality-test .webform-client-form > div > .webform-component.webform-component-textfield .form-checkboxes .radio:first-child,
.node-personality-test .webform-client-form > div > .webform-component.webform-component-textfield .form-checkboxes .checkbox:first-child, .node-personality-test .webform-client-form > div > .webform-component.webform-component-select .form-radios .radio:first-child,
.node-personality-test .webform-client-form > div > .webform-component.webform-component-select .form-radios .checkbox:first-child,
.node-personality-test .webform-client-form > div > .webform-component.webform-component-select .form-checkboxes .radio:first-child,
.node-personality-test .webform-client-form > div > .webform-component.webform-component-select .form-checkboxes .checkbox:first-child {
  margin-top: 0;
}
/* line 1281, ../sass-custom/tests/_tests.scss */
.node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-radios .form-radios .radio label.control-label,
.node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-radios .form-radios .checkbox label.control-label,
.node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-radios .form-checkboxes .radio label.control-label,
.node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-radios .form-checkboxes .checkbox label.control-label, .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-checkboxes .form-radios .radio label.control-label,
.node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-checkboxes .form-radios .checkbox label.control-label,
.node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-checkboxes .form-checkboxes .radio label.control-label,
.node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-checkboxes .form-checkboxes .checkbox label.control-label, .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-textfield .form-radios .radio label.control-label,
.node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-textfield .form-radios .checkbox label.control-label,
.node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-textfield .form-checkboxes .radio label.control-label,
.node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-textfield .form-checkboxes .checkbox label.control-label, .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-select .form-radios .radio label.control-label,
.node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-select .form-radios .checkbox label.control-label,
.node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-select .form-checkboxes .radio label.control-label,
.node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-select .form-checkboxes .checkbox label.control-label, .node-personality-test .webform-client-form > div > .webform-component.webform-component-radios .form-radios .radio label.control-label,
.node-personality-test .webform-client-form > div > .webform-component.webform-component-radios .form-radios .checkbox label.control-label,
.node-personality-test .webform-client-form > div > .webform-component.webform-component-radios .form-checkboxes .radio label.control-label,
.node-personality-test .webform-client-form > div > .webform-component.webform-component-radios .form-checkboxes .checkbox label.control-label, .node-personality-test .webform-client-form > div > .webform-component.webform-component-checkboxes .form-radios .radio label.control-label,
.node-personality-test .webform-client-form > div > .webform-component.webform-component-checkboxes .form-radios .checkbox label.control-label,
.node-personality-test .webform-client-form > div > .webform-component.webform-component-checkboxes .form-checkboxes .radio label.control-label,
.node-personality-test .webform-client-form > div > .webform-component.webform-component-checkboxes .form-checkboxes .checkbox label.control-label, .node-personality-test .webform-client-form > div > .webform-component.webform-component-textfield .form-radios .radio label.control-label,
.node-personality-test .webform-client-form > div > .webform-component.webform-component-textfield .form-radios .checkbox label.control-label,
.node-personality-test .webform-client-form > div > .webform-component.webform-component-textfield .form-checkboxes .radio label.control-label,
.node-personality-test .webform-client-form > div > .webform-component.webform-component-textfield .form-checkboxes .checkbox label.control-label, .node-personality-test .webform-client-form > div > .webform-component.webform-component-select .form-radios .radio label.control-label,
.node-personality-test .webform-client-form > div > .webform-component.webform-component-select .form-radios .checkbox label.control-label,
.node-personality-test .webform-client-form > div > .webform-component.webform-component-select .form-checkboxes .radio label.control-label,
.node-personality-test .webform-client-form > div > .webform-component.webform-component-select .form-checkboxes .checkbox label.control-label {
  font-size: inherit;
  letter-spacing: inherit;
  padding-left: 16px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 1281, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-radios .form-radios .radio label.control-label,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-radios .form-radios .checkbox label.control-label,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-radios .form-checkboxes .radio label.control-label,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-radios .form-checkboxes .checkbox label.control-label, .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-checkboxes .form-radios .radio label.control-label,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-checkboxes .form-radios .checkbox label.control-label,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-checkboxes .form-checkboxes .radio label.control-label,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-checkboxes .form-checkboxes .checkbox label.control-label, .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-textfield .form-radios .radio label.control-label,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-textfield .form-radios .checkbox label.control-label,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-textfield .form-checkboxes .radio label.control-label,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-textfield .form-checkboxes .checkbox label.control-label, .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-select .form-radios .radio label.control-label,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-select .form-radios .checkbox label.control-label,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-select .form-checkboxes .radio label.control-label,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-select .form-checkboxes .checkbox label.control-label, .node-personality-test .webform-client-form > div > .webform-component.webform-component-radios .form-radios .radio label.control-label,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-radios .form-radios .checkbox label.control-label,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-radios .form-checkboxes .radio label.control-label,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-radios .form-checkboxes .checkbox label.control-label, .node-personality-test .webform-client-form > div > .webform-component.webform-component-checkboxes .form-radios .radio label.control-label,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-checkboxes .form-radios .checkbox label.control-label,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-checkboxes .form-checkboxes .radio label.control-label,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-checkboxes .form-checkboxes .checkbox label.control-label, .node-personality-test .webform-client-form > div > .webform-component.webform-component-textfield .form-radios .radio label.control-label,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-textfield .form-radios .checkbox label.control-label,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-textfield .form-checkboxes .radio label.control-label,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-textfield .form-checkboxes .checkbox label.control-label, .node-personality-test .webform-client-form > div > .webform-component.webform-component-select .form-radios .radio label.control-label,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-select .form-radios .checkbox label.control-label,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-select .form-checkboxes .radio label.control-label,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-select .form-checkboxes .checkbox label.control-label {
    padding-left: 17px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1281, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-radios .form-radios .radio label.control-label,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-radios .form-radios .checkbox label.control-label,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-radios .form-checkboxes .radio label.control-label,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-radios .form-checkboxes .checkbox label.control-label, .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-checkboxes .form-radios .radio label.control-label,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-checkboxes .form-radios .checkbox label.control-label,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-checkboxes .form-checkboxes .radio label.control-label,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-checkboxes .form-checkboxes .checkbox label.control-label, .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-textfield .form-radios .radio label.control-label,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-textfield .form-radios .checkbox label.control-label,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-textfield .form-checkboxes .radio label.control-label,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-textfield .form-checkboxes .checkbox label.control-label, .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-select .form-radios .radio label.control-label,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-select .form-radios .checkbox label.control-label,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-select .form-checkboxes .radio label.control-label,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-select .form-checkboxes .checkbox label.control-label, .node-personality-test .webform-client-form > div > .webform-component.webform-component-radios .form-radios .radio label.control-label,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-radios .form-radios .checkbox label.control-label,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-radios .form-checkboxes .radio label.control-label,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-radios .form-checkboxes .checkbox label.control-label, .node-personality-test .webform-client-form > div > .webform-component.webform-component-checkboxes .form-radios .radio label.control-label,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-checkboxes .form-radios .checkbox label.control-label,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-checkboxes .form-checkboxes .radio label.control-label,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-checkboxes .form-checkboxes .checkbox label.control-label, .node-personality-test .webform-client-form > div > .webform-component.webform-component-textfield .form-radios .radio label.control-label,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-textfield .form-radios .checkbox label.control-label,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-textfield .form-checkboxes .radio label.control-label,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-textfield .form-checkboxes .checkbox label.control-label, .node-personality-test .webform-client-form > div > .webform-component.webform-component-select .form-radios .radio label.control-label,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-select .form-radios .checkbox label.control-label,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-select .form-checkboxes .radio label.control-label,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-select .form-checkboxes .checkbox label.control-label {
    padding-left: 11px;
    line-height: inherit;
  }
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 1295, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-radios .form-radios .radio label.control-label .label-text,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-radios .form-radios .checkbox label.control-label .label-text,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-radios .form-checkboxes .radio label.control-label .label-text,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-radios .form-checkboxes .checkbox label.control-label .label-text, .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-checkboxes .form-radios .radio label.control-label .label-text,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-checkboxes .form-radios .checkbox label.control-label .label-text,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-checkboxes .form-checkboxes .radio label.control-label .label-text,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-checkboxes .form-checkboxes .checkbox label.control-label .label-text, .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-textfield .form-radios .radio label.control-label .label-text,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-textfield .form-radios .checkbox label.control-label .label-text,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-textfield .form-checkboxes .radio label.control-label .label-text,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-textfield .form-checkboxes .checkbox label.control-label .label-text, .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-select .form-radios .radio label.control-label .label-text,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-select .form-radios .checkbox label.control-label .label-text,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-select .form-checkboxes .radio label.control-label .label-text,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-select .form-checkboxes .checkbox label.control-label .label-text, .node-personality-test .webform-client-form > div > .webform-component.webform-component-radios .form-radios .radio label.control-label .label-text,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-radios .form-radios .checkbox label.control-label .label-text,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-radios .form-checkboxes .radio label.control-label .label-text,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-radios .form-checkboxes .checkbox label.control-label .label-text, .node-personality-test .webform-client-form > div > .webform-component.webform-component-checkboxes .form-radios .radio label.control-label .label-text,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-checkboxes .form-radios .checkbox label.control-label .label-text,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-checkboxes .form-checkboxes .radio label.control-label .label-text,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-checkboxes .form-checkboxes .checkbox label.control-label .label-text, .node-personality-test .webform-client-form > div > .webform-component.webform-component-textfield .form-radios .radio label.control-label .label-text,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-textfield .form-radios .checkbox label.control-label .label-text,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-textfield .form-checkboxes .radio label.control-label .label-text,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-textfield .form-checkboxes .checkbox label.control-label .label-text, .node-personality-test .webform-client-form > div > .webform-component.webform-component-select .form-radios .radio label.control-label .label-text,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-select .form-radios .checkbox label.control-label .label-text,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-select .form-checkboxes .radio label.control-label .label-text,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-select .form-checkboxes .checkbox label.control-label .label-text {
    vertical-align: top;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1295, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-radios .form-radios .radio label.control-label .label-text,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-radios .form-radios .checkbox label.control-label .label-text,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-radios .form-checkboxes .radio label.control-label .label-text,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-radios .form-checkboxes .checkbox label.control-label .label-text, .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-checkboxes .form-radios .radio label.control-label .label-text,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-checkboxes .form-radios .checkbox label.control-label .label-text,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-checkboxes .form-checkboxes .radio label.control-label .label-text,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-checkboxes .form-checkboxes .checkbox label.control-label .label-text, .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-textfield .form-radios .radio label.control-label .label-text,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-textfield .form-radios .checkbox label.control-label .label-text,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-textfield .form-checkboxes .radio label.control-label .label-text,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-textfield .form-checkboxes .checkbox label.control-label .label-text, .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-select .form-radios .radio label.control-label .label-text,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-select .form-radios .checkbox label.control-label .label-text,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-select .form-checkboxes .radio label.control-label .label-text,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-select .form-checkboxes .checkbox label.control-label .label-text, .node-personality-test .webform-client-form > div > .webform-component.webform-component-radios .form-radios .radio label.control-label .label-text,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-radios .form-radios .checkbox label.control-label .label-text,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-radios .form-checkboxes .radio label.control-label .label-text,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-radios .form-checkboxes .checkbox label.control-label .label-text, .node-personality-test .webform-client-form > div > .webform-component.webform-component-checkboxes .form-radios .radio label.control-label .label-text,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-checkboxes .form-radios .checkbox label.control-label .label-text,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-checkboxes .form-checkboxes .radio label.control-label .label-text,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-checkboxes .form-checkboxes .checkbox label.control-label .label-text, .node-personality-test .webform-client-form > div > .webform-component.webform-component-textfield .form-radios .radio label.control-label .label-text,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-textfield .form-radios .checkbox label.control-label .label-text,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-textfield .form-checkboxes .radio label.control-label .label-text,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-textfield .form-checkboxes .checkbox label.control-label .label-text, .node-personality-test .webform-client-form > div > .webform-component.webform-component-select .form-radios .radio label.control-label .label-text,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-select .form-radios .checkbox label.control-label .label-text,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-select .form-checkboxes .radio label.control-label .label-text,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-select .form-checkboxes .checkbox label.control-label .label-text {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    margin-left: -48px;
    padding-left: 48px;
  }
}
/* line 1312, ../sass-custom/tests/_tests.scss */
.node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-radios .form-radios .radio input[type="radio"] + .fancy-input,
.node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-radios .form-radios .radio input[type="checkbox"] + .fancy-input,
.node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-radios .form-radios .checkbox input[type="radio"] + .fancy-input,
.node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-radios .form-radios .checkbox input[type="checkbox"] + .fancy-input,
.node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-radios .form-checkboxes .radio input[type="radio"] + .fancy-input,
.node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-radios .form-checkboxes .radio input[type="checkbox"] + .fancy-input,
.node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-radios .form-checkboxes .checkbox input[type="radio"] + .fancy-input,
.node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-radios .form-checkboxes .checkbox input[type="checkbox"] + .fancy-input, .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-checkboxes .form-radios .radio input[type="radio"] + .fancy-input,
.node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-checkboxes .form-radios .radio input[type="checkbox"] + .fancy-input,
.node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-checkboxes .form-radios .checkbox input[type="radio"] + .fancy-input,
.node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-checkboxes .form-radios .checkbox input[type="checkbox"] + .fancy-input,
.node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-checkboxes .form-checkboxes .radio input[type="radio"] + .fancy-input,
.node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-checkboxes .form-checkboxes .radio input[type="checkbox"] + .fancy-input,
.node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-checkboxes .form-checkboxes .checkbox input[type="radio"] + .fancy-input,
.node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-checkboxes .form-checkboxes .checkbox input[type="checkbox"] + .fancy-input, .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-textfield .form-radios .radio input[type="radio"] + .fancy-input,
.node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-textfield .form-radios .radio input[type="checkbox"] + .fancy-input,
.node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-textfield .form-radios .checkbox input[type="radio"] + .fancy-input,
.node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-textfield .form-radios .checkbox input[type="checkbox"] + .fancy-input,
.node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-textfield .form-checkboxes .radio input[type="radio"] + .fancy-input,
.node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-textfield .form-checkboxes .radio input[type="checkbox"] + .fancy-input,
.node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-textfield .form-checkboxes .checkbox input[type="radio"] + .fancy-input,
.node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-textfield .form-checkboxes .checkbox input[type="checkbox"] + .fancy-input, .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-select .form-radios .radio input[type="radio"] + .fancy-input,
.node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-select .form-radios .radio input[type="checkbox"] + .fancy-input,
.node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-select .form-radios .checkbox input[type="radio"] + .fancy-input,
.node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-select .form-radios .checkbox input[type="checkbox"] + .fancy-input,
.node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-select .form-checkboxes .radio input[type="radio"] + .fancy-input,
.node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-select .form-checkboxes .radio input[type="checkbox"] + .fancy-input,
.node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-select .form-checkboxes .checkbox input[type="radio"] + .fancy-input,
.node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-select .form-checkboxes .checkbox input[type="checkbox"] + .fancy-input, .node-personality-test .webform-client-form > div > .webform-component.webform-component-radios .form-radios .radio input[type="radio"] + .fancy-input,
.node-personality-test .webform-client-form > div > .webform-component.webform-component-radios .form-radios .radio input[type="checkbox"] + .fancy-input,
.node-personality-test .webform-client-form > div > .webform-component.webform-component-radios .form-radios .checkbox input[type="radio"] + .fancy-input,
.node-personality-test .webform-client-form > div > .webform-component.webform-component-radios .form-radios .checkbox input[type="checkbox"] + .fancy-input,
.node-personality-test .webform-client-form > div > .webform-component.webform-component-radios .form-checkboxes .radio input[type="radio"] + .fancy-input,
.node-personality-test .webform-client-form > div > .webform-component.webform-component-radios .form-checkboxes .radio input[type="checkbox"] + .fancy-input,
.node-personality-test .webform-client-form > div > .webform-component.webform-component-radios .form-checkboxes .checkbox input[type="radio"] + .fancy-input,
.node-personality-test .webform-client-form > div > .webform-component.webform-component-radios .form-checkboxes .checkbox input[type="checkbox"] + .fancy-input, .node-personality-test .webform-client-form > div > .webform-component.webform-component-checkboxes .form-radios .radio input[type="radio"] + .fancy-input,
.node-personality-test .webform-client-form > div > .webform-component.webform-component-checkboxes .form-radios .radio input[type="checkbox"] + .fancy-input,
.node-personality-test .webform-client-form > div > .webform-component.webform-component-checkboxes .form-radios .checkbox input[type="radio"] + .fancy-input,
.node-personality-test .webform-client-form > div > .webform-component.webform-component-checkboxes .form-radios .checkbox input[type="checkbox"] + .fancy-input,
.node-personality-test .webform-client-form > div > .webform-component.webform-component-checkboxes .form-checkboxes .radio input[type="radio"] + .fancy-input,
.node-personality-test .webform-client-form > div > .webform-component.webform-component-checkboxes .form-checkboxes .radio input[type="checkbox"] + .fancy-input,
.node-personality-test .webform-client-form > div > .webform-component.webform-component-checkboxes .form-checkboxes .checkbox input[type="radio"] + .fancy-input,
.node-personality-test .webform-client-form > div > .webform-component.webform-component-checkboxes .form-checkboxes .checkbox input[type="checkbox"] + .fancy-input, .node-personality-test .webform-client-form > div > .webform-component.webform-component-textfield .form-radios .radio input[type="radio"] + .fancy-input,
.node-personality-test .webform-client-form > div > .webform-component.webform-component-textfield .form-radios .radio input[type="checkbox"] + .fancy-input,
.node-personality-test .webform-client-form > div > .webform-component.webform-component-textfield .form-radios .checkbox input[type="radio"] + .fancy-input,
.node-personality-test .webform-client-form > div > .webform-component.webform-component-textfield .form-radios .checkbox input[type="checkbox"] + .fancy-input,
.node-personality-test .webform-client-form > div > .webform-component.webform-component-textfield .form-checkboxes .radio input[type="radio"] + .fancy-input,
.node-personality-test .webform-client-form > div > .webform-component.webform-component-textfield .form-checkboxes .radio input[type="checkbox"] + .fancy-input,
.node-personality-test .webform-client-form > div > .webform-component.webform-component-textfield .form-checkboxes .checkbox input[type="radio"] + .fancy-input,
.node-personality-test .webform-client-form > div > .webform-component.webform-component-textfield .form-checkboxes .checkbox input[type="checkbox"] + .fancy-input, .node-personality-test .webform-client-form > div > .webform-component.webform-component-select .form-radios .radio input[type="radio"] + .fancy-input,
.node-personality-test .webform-client-form > div > .webform-component.webform-component-select .form-radios .radio input[type="checkbox"] + .fancy-input,
.node-personality-test .webform-client-form > div > .webform-component.webform-component-select .form-radios .checkbox input[type="radio"] + .fancy-input,
.node-personality-test .webform-client-form > div > .webform-component.webform-component-select .form-radios .checkbox input[type="checkbox"] + .fancy-input,
.node-personality-test .webform-client-form > div > .webform-component.webform-component-select .form-checkboxes .radio input[type="radio"] + .fancy-input,
.node-personality-test .webform-client-form > div > .webform-component.webform-component-select .form-checkboxes .radio input[type="checkbox"] + .fancy-input,
.node-personality-test .webform-client-form > div > .webform-component.webform-component-select .form-checkboxes .checkbox input[type="radio"] + .fancy-input,
.node-personality-test .webform-client-form > div > .webform-component.webform-component-select .form-checkboxes .checkbox input[type="checkbox"] + .fancy-input {
  background: transparent url(../images/test/test-checkbox-off-big.png) 100% 50% no-repeat;
  background-size: 100% auto;
  left: -15px;
  width: 29px;
  top: 8px;
  margin-top: -16px;
  margin-right: 3px !important;
  height: 30px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 1312, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-radios .form-radios .radio input[type="radio"] + .fancy-input,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-radios .form-radios .radio input[type="checkbox"] + .fancy-input,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-radios .form-radios .checkbox input[type="radio"] + .fancy-input,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-radios .form-radios .checkbox input[type="checkbox"] + .fancy-input,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-radios .form-checkboxes .radio input[type="radio"] + .fancy-input,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-radios .form-checkboxes .radio input[type="checkbox"] + .fancy-input,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-radios .form-checkboxes .checkbox input[type="radio"] + .fancy-input,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-radios .form-checkboxes .checkbox input[type="checkbox"] + .fancy-input, .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-checkboxes .form-radios .radio input[type="radio"] + .fancy-input,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-checkboxes .form-radios .radio input[type="checkbox"] + .fancy-input,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-checkboxes .form-radios .checkbox input[type="radio"] + .fancy-input,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-checkboxes .form-radios .checkbox input[type="checkbox"] + .fancy-input,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-checkboxes .form-checkboxes .radio input[type="radio"] + .fancy-input,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-checkboxes .form-checkboxes .radio input[type="checkbox"] + .fancy-input,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-checkboxes .form-checkboxes .checkbox input[type="radio"] + .fancy-input,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-checkboxes .form-checkboxes .checkbox input[type="checkbox"] + .fancy-input, .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-textfield .form-radios .radio input[type="radio"] + .fancy-input,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-textfield .form-radios .radio input[type="checkbox"] + .fancy-input,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-textfield .form-radios .checkbox input[type="radio"] + .fancy-input,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-textfield .form-radios .checkbox input[type="checkbox"] + .fancy-input,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-textfield .form-checkboxes .radio input[type="radio"] + .fancy-input,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-textfield .form-checkboxes .radio input[type="checkbox"] + .fancy-input,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-textfield .form-checkboxes .checkbox input[type="radio"] + .fancy-input,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-textfield .form-checkboxes .checkbox input[type="checkbox"] + .fancy-input, .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-select .form-radios .radio input[type="radio"] + .fancy-input,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-select .form-radios .radio input[type="checkbox"] + .fancy-input,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-select .form-radios .checkbox input[type="radio"] + .fancy-input,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-select .form-radios .checkbox input[type="checkbox"] + .fancy-input,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-select .form-checkboxes .radio input[type="radio"] + .fancy-input,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-select .form-checkboxes .radio input[type="checkbox"] + .fancy-input,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-select .form-checkboxes .checkbox input[type="radio"] + .fancy-input,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-select .form-checkboxes .checkbox input[type="checkbox"] + .fancy-input, .node-personality-test .webform-client-form > div > .webform-component.webform-component-radios .form-radios .radio input[type="radio"] + .fancy-input,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-radios .form-radios .radio input[type="checkbox"] + .fancy-input,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-radios .form-radios .checkbox input[type="radio"] + .fancy-input,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-radios .form-radios .checkbox input[type="checkbox"] + .fancy-input,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-radios .form-checkboxes .radio input[type="radio"] + .fancy-input,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-radios .form-checkboxes .radio input[type="checkbox"] + .fancy-input,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-radios .form-checkboxes .checkbox input[type="radio"] + .fancy-input,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-radios .form-checkboxes .checkbox input[type="checkbox"] + .fancy-input, .node-personality-test .webform-client-form > div > .webform-component.webform-component-checkboxes .form-radios .radio input[type="radio"] + .fancy-input,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-checkboxes .form-radios .radio input[type="checkbox"] + .fancy-input,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-checkboxes .form-radios .checkbox input[type="radio"] + .fancy-input,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-checkboxes .form-radios .checkbox input[type="checkbox"] + .fancy-input,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-checkboxes .form-checkboxes .radio input[type="radio"] + .fancy-input,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-checkboxes .form-checkboxes .radio input[type="checkbox"] + .fancy-input,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-checkboxes .form-checkboxes .checkbox input[type="radio"] + .fancy-input,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-checkboxes .form-checkboxes .checkbox input[type="checkbox"] + .fancy-input, .node-personality-test .webform-client-form > div > .webform-component.webform-component-textfield .form-radios .radio input[type="radio"] + .fancy-input,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-textfield .form-radios .radio input[type="checkbox"] + .fancy-input,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-textfield .form-radios .checkbox input[type="radio"] + .fancy-input,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-textfield .form-radios .checkbox input[type="checkbox"] + .fancy-input,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-textfield .form-checkboxes .radio input[type="radio"] + .fancy-input,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-textfield .form-checkboxes .radio input[type="checkbox"] + .fancy-input,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-textfield .form-checkboxes .checkbox input[type="radio"] + .fancy-input,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-textfield .form-checkboxes .checkbox input[type="checkbox"] + .fancy-input, .node-personality-test .webform-client-form > div > .webform-component.webform-component-select .form-radios .radio input[type="radio"] + .fancy-input,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-select .form-radios .radio input[type="checkbox"] + .fancy-input,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-select .form-radios .checkbox input[type="radio"] + .fancy-input,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-select .form-radios .checkbox input[type="checkbox"] + .fancy-input,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-select .form-checkboxes .radio input[type="radio"] + .fancy-input,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-select .form-checkboxes .radio input[type="checkbox"] + .fancy-input,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-select .form-checkboxes .checkbox input[type="radio"] + .fancy-input,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-select .form-checkboxes .checkbox input[type="checkbox"] + .fancy-input {
    width: 46px;
    height: 41px;
    margin-right: 2px !important;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1312, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-radios .form-radios .radio input[type="radio"] + .fancy-input,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-radios .form-radios .radio input[type="checkbox"] + .fancy-input,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-radios .form-radios .checkbox input[type="radio"] + .fancy-input,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-radios .form-radios .checkbox input[type="checkbox"] + .fancy-input,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-radios .form-checkboxes .radio input[type="radio"] + .fancy-input,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-radios .form-checkboxes .radio input[type="checkbox"] + .fancy-input,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-radios .form-checkboxes .checkbox input[type="radio"] + .fancy-input,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-radios .form-checkboxes .checkbox input[type="checkbox"] + .fancy-input, .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-checkboxes .form-radios .radio input[type="radio"] + .fancy-input,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-checkboxes .form-radios .radio input[type="checkbox"] + .fancy-input,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-checkboxes .form-radios .checkbox input[type="radio"] + .fancy-input,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-checkboxes .form-radios .checkbox input[type="checkbox"] + .fancy-input,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-checkboxes .form-checkboxes .radio input[type="radio"] + .fancy-input,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-checkboxes .form-checkboxes .radio input[type="checkbox"] + .fancy-input,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-checkboxes .form-checkboxes .checkbox input[type="radio"] + .fancy-input,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-checkboxes .form-checkboxes .checkbox input[type="checkbox"] + .fancy-input, .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-textfield .form-radios .radio input[type="radio"] + .fancy-input,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-textfield .form-radios .radio input[type="checkbox"] + .fancy-input,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-textfield .form-radios .checkbox input[type="radio"] + .fancy-input,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-textfield .form-radios .checkbox input[type="checkbox"] + .fancy-input,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-textfield .form-checkboxes .radio input[type="radio"] + .fancy-input,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-textfield .form-checkboxes .radio input[type="checkbox"] + .fancy-input,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-textfield .form-checkboxes .checkbox input[type="radio"] + .fancy-input,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-textfield .form-checkboxes .checkbox input[type="checkbox"] + .fancy-input, .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-select .form-radios .radio input[type="radio"] + .fancy-input,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-select .form-radios .radio input[type="checkbox"] + .fancy-input,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-select .form-radios .checkbox input[type="radio"] + .fancy-input,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-select .form-radios .checkbox input[type="checkbox"] + .fancy-input,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-select .form-checkboxes .radio input[type="radio"] + .fancy-input,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-select .form-checkboxes .radio input[type="checkbox"] + .fancy-input,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-select .form-checkboxes .checkbox input[type="radio"] + .fancy-input,
  .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-select .form-checkboxes .checkbox input[type="checkbox"] + .fancy-input, .node-personality-test .webform-client-form > div > .webform-component.webform-component-radios .form-radios .radio input[type="radio"] + .fancy-input,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-radios .form-radios .radio input[type="checkbox"] + .fancy-input,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-radios .form-radios .checkbox input[type="radio"] + .fancy-input,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-radios .form-radios .checkbox input[type="checkbox"] + .fancy-input,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-radios .form-checkboxes .radio input[type="radio"] + .fancy-input,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-radios .form-checkboxes .radio input[type="checkbox"] + .fancy-input,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-radios .form-checkboxes .checkbox input[type="radio"] + .fancy-input,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-radios .form-checkboxes .checkbox input[type="checkbox"] + .fancy-input, .node-personality-test .webform-client-form > div > .webform-component.webform-component-checkboxes .form-radios .radio input[type="radio"] + .fancy-input,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-checkboxes .form-radios .radio input[type="checkbox"] + .fancy-input,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-checkboxes .form-radios .checkbox input[type="radio"] + .fancy-input,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-checkboxes .form-radios .checkbox input[type="checkbox"] + .fancy-input,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-checkboxes .form-checkboxes .radio input[type="radio"] + .fancy-input,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-checkboxes .form-checkboxes .radio input[type="checkbox"] + .fancy-input,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-checkboxes .form-checkboxes .checkbox input[type="radio"] + .fancy-input,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-checkboxes .form-checkboxes .checkbox input[type="checkbox"] + .fancy-input, .node-personality-test .webform-client-form > div > .webform-component.webform-component-textfield .form-radios .radio input[type="radio"] + .fancy-input,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-textfield .form-radios .radio input[type="checkbox"] + .fancy-input,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-textfield .form-radios .checkbox input[type="radio"] + .fancy-input,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-textfield .form-radios .checkbox input[type="checkbox"] + .fancy-input,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-textfield .form-checkboxes .radio input[type="radio"] + .fancy-input,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-textfield .form-checkboxes .radio input[type="checkbox"] + .fancy-input,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-textfield .form-checkboxes .checkbox input[type="radio"] + .fancy-input,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-textfield .form-checkboxes .checkbox input[type="checkbox"] + .fancy-input, .node-personality-test .webform-client-form > div > .webform-component.webform-component-select .form-radios .radio input[type="radio"] + .fancy-input,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-select .form-radios .radio input[type="checkbox"] + .fancy-input,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-select .form-radios .checkbox input[type="radio"] + .fancy-input,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-select .form-radios .checkbox input[type="checkbox"] + .fancy-input,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-select .form-checkboxes .radio input[type="radio"] + .fancy-input,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-select .form-checkboxes .radio input[type="checkbox"] + .fancy-input,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-select .form-checkboxes .checkbox input[type="radio"] + .fancy-input,
  .node-personality-test .webform-client-form > div > .webform-component.webform-component-select .form-checkboxes .checkbox input[type="checkbox"] + .fancy-input {
    width: 46px;
    height: 41px;
    margin-right: 2px !important;
    left: -9px;
    top: 9px;
  }
}
/* line 1337, ../sass-custom/tests/_tests.scss */
.node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-radios .form-radios .radio input[type="radio"]:checked + .fancy-input,
.node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-radios .form-radios .radio input[type="checkbox"]:checked + .fancy-input,
.node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-radios .form-radios .checkbox input[type="radio"]:checked + .fancy-input,
.node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-radios .form-radios .checkbox input[type="checkbox"]:checked + .fancy-input,
.node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-radios .form-checkboxes .radio input[type="radio"]:checked + .fancy-input,
.node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-radios .form-checkboxes .radio input[type="checkbox"]:checked + .fancy-input,
.node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-radios .form-checkboxes .checkbox input[type="radio"]:checked + .fancy-input,
.node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-radios .form-checkboxes .checkbox input[type="checkbox"]:checked + .fancy-input, .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-checkboxes .form-radios .radio input[type="radio"]:checked + .fancy-input,
.node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-checkboxes .form-radios .radio input[type="checkbox"]:checked + .fancy-input,
.node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-checkboxes .form-radios .checkbox input[type="radio"]:checked + .fancy-input,
.node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-checkboxes .form-radios .checkbox input[type="checkbox"]:checked + .fancy-input,
.node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-checkboxes .form-checkboxes .radio input[type="radio"]:checked + .fancy-input,
.node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-checkboxes .form-checkboxes .radio input[type="checkbox"]:checked + .fancy-input,
.node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-checkboxes .form-checkboxes .checkbox input[type="radio"]:checked + .fancy-input,
.node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-checkboxes .form-checkboxes .checkbox input[type="checkbox"]:checked + .fancy-input, .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-textfield .form-radios .radio input[type="radio"]:checked + .fancy-input,
.node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-textfield .form-radios .radio input[type="checkbox"]:checked + .fancy-input,
.node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-textfield .form-radios .checkbox input[type="radio"]:checked + .fancy-input,
.node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-textfield .form-radios .checkbox input[type="checkbox"]:checked + .fancy-input,
.node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-textfield .form-checkboxes .radio input[type="radio"]:checked + .fancy-input,
.node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-textfield .form-checkboxes .radio input[type="checkbox"]:checked + .fancy-input,
.node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-textfield .form-checkboxes .checkbox input[type="radio"]:checked + .fancy-input,
.node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-textfield .form-checkboxes .checkbox input[type="checkbox"]:checked + .fancy-input, .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-select .form-radios .radio input[type="radio"]:checked + .fancy-input,
.node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-select .form-radios .radio input[type="checkbox"]:checked + .fancy-input,
.node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-select .form-radios .checkbox input[type="radio"]:checked + .fancy-input,
.node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-select .form-radios .checkbox input[type="checkbox"]:checked + .fancy-input,
.node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-select .form-checkboxes .radio input[type="radio"]:checked + .fancy-input,
.node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-select .form-checkboxes .radio input[type="checkbox"]:checked + .fancy-input,
.node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-select .form-checkboxes .checkbox input[type="radio"]:checked + .fancy-input,
.node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-select .form-checkboxes .checkbox input[type="checkbox"]:checked + .fancy-input, .node-personality-test .webform-client-form > div > .webform-component.webform-component-radios .form-radios .radio input[type="radio"]:checked + .fancy-input,
.node-personality-test .webform-client-form > div > .webform-component.webform-component-radios .form-radios .radio input[type="checkbox"]:checked + .fancy-input,
.node-personality-test .webform-client-form > div > .webform-component.webform-component-radios .form-radios .checkbox input[type="radio"]:checked + .fancy-input,
.node-personality-test .webform-client-form > div > .webform-component.webform-component-radios .form-radios .checkbox input[type="checkbox"]:checked + .fancy-input,
.node-personality-test .webform-client-form > div > .webform-component.webform-component-radios .form-checkboxes .radio input[type="radio"]:checked + .fancy-input,
.node-personality-test .webform-client-form > div > .webform-component.webform-component-radios .form-checkboxes .radio input[type="checkbox"]:checked + .fancy-input,
.node-personality-test .webform-client-form > div > .webform-component.webform-component-radios .form-checkboxes .checkbox input[type="radio"]:checked + .fancy-input,
.node-personality-test .webform-client-form > div > .webform-component.webform-component-radios .form-checkboxes .checkbox input[type="checkbox"]:checked + .fancy-input, .node-personality-test .webform-client-form > div > .webform-component.webform-component-checkboxes .form-radios .radio input[type="radio"]:checked + .fancy-input,
.node-personality-test .webform-client-form > div > .webform-component.webform-component-checkboxes .form-radios .radio input[type="checkbox"]:checked + .fancy-input,
.node-personality-test .webform-client-form > div > .webform-component.webform-component-checkboxes .form-radios .checkbox input[type="radio"]:checked + .fancy-input,
.node-personality-test .webform-client-form > div > .webform-component.webform-component-checkboxes .form-radios .checkbox input[type="checkbox"]:checked + .fancy-input,
.node-personality-test .webform-client-form > div > .webform-component.webform-component-checkboxes .form-checkboxes .radio input[type="radio"]:checked + .fancy-input,
.node-personality-test .webform-client-form > div > .webform-component.webform-component-checkboxes .form-checkboxes .radio input[type="checkbox"]:checked + .fancy-input,
.node-personality-test .webform-client-form > div > .webform-component.webform-component-checkboxes .form-checkboxes .checkbox input[type="radio"]:checked + .fancy-input,
.node-personality-test .webform-client-form > div > .webform-component.webform-component-checkboxes .form-checkboxes .checkbox input[type="checkbox"]:checked + .fancy-input, .node-personality-test .webform-client-form > div > .webform-component.webform-component-textfield .form-radios .radio input[type="radio"]:checked + .fancy-input,
.node-personality-test .webform-client-form > div > .webform-component.webform-component-textfield .form-radios .radio input[type="checkbox"]:checked + .fancy-input,
.node-personality-test .webform-client-form > div > .webform-component.webform-component-textfield .form-radios .checkbox input[type="radio"]:checked + .fancy-input,
.node-personality-test .webform-client-form > div > .webform-component.webform-component-textfield .form-radios .checkbox input[type="checkbox"]:checked + .fancy-input,
.node-personality-test .webform-client-form > div > .webform-component.webform-component-textfield .form-checkboxes .radio input[type="radio"]:checked + .fancy-input,
.node-personality-test .webform-client-form > div > .webform-component.webform-component-textfield .form-checkboxes .radio input[type="checkbox"]:checked + .fancy-input,
.node-personality-test .webform-client-form > div > .webform-component.webform-component-textfield .form-checkboxes .checkbox input[type="radio"]:checked + .fancy-input,
.node-personality-test .webform-client-form > div > .webform-component.webform-component-textfield .form-checkboxes .checkbox input[type="checkbox"]:checked + .fancy-input, .node-personality-test .webform-client-form > div > .webform-component.webform-component-select .form-radios .radio input[type="radio"]:checked + .fancy-input,
.node-personality-test .webform-client-form > div > .webform-component.webform-component-select .form-radios .radio input[type="checkbox"]:checked + .fancy-input,
.node-personality-test .webform-client-form > div > .webform-component.webform-component-select .form-radios .checkbox input[type="radio"]:checked + .fancy-input,
.node-personality-test .webform-client-form > div > .webform-component.webform-component-select .form-radios .checkbox input[type="checkbox"]:checked + .fancy-input,
.node-personality-test .webform-client-form > div > .webform-component.webform-component-select .form-checkboxes .radio input[type="radio"]:checked + .fancy-input,
.node-personality-test .webform-client-form > div > .webform-component.webform-component-select .form-checkboxes .radio input[type="checkbox"]:checked + .fancy-input,
.node-personality-test .webform-client-form > div > .webform-component.webform-component-select .form-checkboxes .checkbox input[type="radio"]:checked + .fancy-input,
.node-personality-test .webform-client-form > div > .webform-component.webform-component-select .form-checkboxes .checkbox input[type="checkbox"]:checked + .fancy-input {
  background: transparent url(../images/test/test-checkbox-on-big.png) 100% 50% no-repeat;
  background-size: 100%;
}
/* line 1345, ../sass-custom/tests/_tests.scss */
.node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-radios > input[type="text"], .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-radios > select, .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-checkboxes > input[type="text"], .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-checkboxes > select, .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-textfield > input[type="text"], .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-textfield > select, .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-select > input[type="text"], .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-select > select, .node-personality-test .webform-client-form > div > .webform-component.webform-component-radios > input[type="text"], .node-personality-test .webform-client-form > div > .webform-component.webform-component-radios > select, .node-personality-test .webform-client-form > div > .webform-component.webform-component-checkboxes > input[type="text"], .node-personality-test .webform-client-form > div > .webform-component.webform-component-checkboxes > select, .node-personality-test .webform-client-form > div > .webform-component.webform-component-textfield > input[type="text"], .node-personality-test .webform-client-form > div > .webform-component.webform-component-textfield > select, .node-personality-test .webform-client-form > div > .webform-component.webform-component-select > input[type="text"], .node-personality-test .webform-client-form > div > .webform-component.webform-component-select > select {
  margin-top: 15px;
  width: 100%;
}
/* line 1352, ../sass-custom/tests/_tests.scss */
.node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-radios + .webform-component.webform-component-radios, .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-radios + .webform-component.webform-component-checkboxes, .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-radios + .webform-component.webform-component-textfield, .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-radios + .webform-component.webform-component-select, .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-checkboxes + .webform-component.webform-component-radios, .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-checkboxes + .webform-component.webform-component-checkboxes, .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-checkboxes + .webform-component.webform-component-textfield, .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-checkboxes + .webform-component.webform-component-select, .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-textfield + .webform-component.webform-component-radios, .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-textfield + .webform-component.webform-component-checkboxes, .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-textfield + .webform-component.webform-component-textfield, .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-textfield + .webform-component.webform-component-select, .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-select + .webform-component.webform-component-radios, .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-select + .webform-component.webform-component-checkboxes, .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-select + .webform-component.webform-component-textfield, .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-select + .webform-component.webform-component-select, .node-personality-test .webform-client-form > div > .webform-component.webform-component-radios + .webform-component.webform-component-radios, .node-personality-test .webform-client-form > div > .webform-component.webform-component-radios + .webform-component.webform-component-checkboxes, .node-personality-test .webform-client-form > div > .webform-component.webform-component-radios + .webform-component.webform-component-textfield, .node-personality-test .webform-client-form > div > .webform-component.webform-component-radios + .webform-component.webform-component-select, .node-personality-test .webform-client-form > div > .webform-component.webform-component-checkboxes + .webform-component.webform-component-radios, .node-personality-test .webform-client-form > div > .webform-component.webform-component-checkboxes + .webform-component.webform-component-checkboxes, .node-personality-test .webform-client-form > div > .webform-component.webform-component-checkboxes + .webform-component.webform-component-textfield, .node-personality-test .webform-client-form > div > .webform-component.webform-component-checkboxes + .webform-component.webform-component-select, .node-personality-test .webform-client-form > div > .webform-component.webform-component-textfield + .webform-component.webform-component-radios, .node-personality-test .webform-client-form > div > .webform-component.webform-component-textfield + .webform-component.webform-component-checkboxes, .node-personality-test .webform-client-form > div > .webform-component.webform-component-textfield + .webform-component.webform-component-textfield, .node-personality-test .webform-client-form > div > .webform-component.webform-component-textfield + .webform-component.webform-component-select, .node-personality-test .webform-client-form > div > .webform-component.webform-component-select + .webform-component.webform-component-radios, .node-personality-test .webform-client-form > div > .webform-component.webform-component-select + .webform-component.webform-component-checkboxes, .node-personality-test .webform-client-form > div > .webform-component.webform-component-select + .webform-component.webform-component-textfield, .node-personality-test .webform-client-form > div > .webform-component.webform-component-select + .webform-component.webform-component-select {
  border-top: none;
}
/* line 1360, ../sass-custom/tests/_tests.scss */
.node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-radios:nth-child(2n+1), .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-checkboxes:nth-child(2n+1), .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-textfield:nth-child(2n+1), .node-personality-test .webform-client-form > div > div.form-item.webform-component[class*="multichoice"] > .webform-component.webform-component-select:nth-child(2n+1), .node-personality-test .webform-client-form > div > .webform-component.webform-component-radios:nth-child(2n+1), .node-personality-test .webform-client-form > div > .webform-component.webform-component-checkboxes:nth-child(2n+1), .node-personality-test .webform-client-form > div > .webform-component.webform-component-textfield:nth-child(2n+1), .node-personality-test .webform-client-form > div > .webform-component.webform-component-select:nth-child(2n+1) {
  background-color: #f2f2f2;
}
/* line 1367, ../sass-custom/tests/_tests.scss */
.node-personality-test .webform-client-form .form-actions {
  text-align: center;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 1367, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form .form-actions {
    margin-top: 49px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1367, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form .form-actions {
    margin: 25px 48px;
  }
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 1378, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form .form-actions .btn {
    padding: 17px 59px 18px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1378, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form .form-actions .btn {
    padding: 18px 34px;
  }
}
/* line 1390, ../sass-custom/tests/_tests.scss */
.node-personality-test .webform-client-form .tf-temp-section-wrap,
.node-personality-test .webform-client-form .tf-section-wrap {
  text-align: center;
  font-size: 0;
  letter-spacing: -1px;
}
/* line 1396, ../sass-custom/tests/_tests.scss */
.node-personality-test .webform-client-form .tf-temp-section-wrap .tf-section-done,
.node-personality-test .webform-client-form .tf-temp-section-wrap .tf-section-on,
.node-personality-test .webform-client-form .tf-temp-section-wrap .tf-section-off,
.node-personality-test .webform-client-form .tf-section-wrap .tf-section-done,
.node-personality-test .webform-client-form .tf-section-wrap .tf-section-on,
.node-personality-test .webform-client-form .tf-section-wrap .tf-section-off {
  display: inline-block;
  width: 156px;
  height: 53px;
  border-bottom: solid 8px #e8e8e8;
  -webkit-box-shadow: #fcfcfc 0px 1px;
          box-shadow: #fcfcfc 0px 1px;
  position: relative;
  vertical-align: top;
}
/* line 1407, ../sass-custom/tests/_tests.scss */
.node-personality-test .webform-client-form .tf-temp-section-wrap .tf-section-done h4,
.node-personality-test .webform-client-form .tf-temp-section-wrap .tf-section-on h4,
.node-personality-test .webform-client-form .tf-temp-section-wrap .tf-section-off h4,
.node-personality-test .webform-client-form .tf-section-wrap .tf-section-done h4,
.node-personality-test .webform-client-form .tf-section-wrap .tf-section-on h4,
.node-personality-test .webform-client-form .tf-section-wrap .tf-section-off h4 {
  font-size: 13px !important;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  color: #727272 !important;
  letter-spacing: 0.24em;
  margin: 0;
}
/* line 1417, ../sass-custom/tests/_tests.scss */
.node-personality-test .webform-client-form .tf-temp-section-wrap .tf-section-done p,
.node-personality-test .webform-client-form .tf-temp-section-wrap .tf-section-on p,
.node-personality-test .webform-client-form .tf-temp-section-wrap .tf-section-off p,
.node-personality-test .webform-client-form .tf-section-wrap .tf-section-done p,
.node-personality-test .webform-client-form .tf-section-wrap .tf-section-on p,
.node-personality-test .webform-client-form .tf-section-wrap .tf-section-off p {
  font-size: 13px !important;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  color: #727272 !important;
  letter-spacing: 0.24em;
  margin: 0 !important;
  text-align: center !important;
}
/* line 1430, ../sass-custom/tests/_tests.scss */
.node-personality-test .webform-client-form .tf-temp-section-wrap .tf-section-done + .tf-section-done:before, .node-personality-test .webform-client-form .tf-temp-section-wrap .tf-section-done + .tf-section-on:before, .node-personality-test .webform-client-form .tf-temp-section-wrap .tf-section-done + .tf-section-off:before,
.node-personality-test .webform-client-form .tf-temp-section-wrap .tf-section-on + .tf-section-done:before,
.node-personality-test .webform-client-form .tf-temp-section-wrap .tf-section-on + .tf-section-on:before,
.node-personality-test .webform-client-form .tf-temp-section-wrap .tf-section-on + .tf-section-off:before,
.node-personality-test .webform-client-form .tf-temp-section-wrap .tf-section-off + .tf-section-done:before,
.node-personality-test .webform-client-form .tf-temp-section-wrap .tf-section-off + .tf-section-on:before,
.node-personality-test .webform-client-form .tf-temp-section-wrap .tf-section-off + .tf-section-off:before,
.node-personality-test .webform-client-form .tf-section-wrap .tf-section-done + .tf-section-done:before,
.node-personality-test .webform-client-form .tf-section-wrap .tf-section-done + .tf-section-on:before,
.node-personality-test .webform-client-form .tf-section-wrap .tf-section-done + .tf-section-off:before,
.node-personality-test .webform-client-form .tf-section-wrap .tf-section-on + .tf-section-done:before,
.node-personality-test .webform-client-form .tf-section-wrap .tf-section-on + .tf-section-on:before,
.node-personality-test .webform-client-form .tf-section-wrap .tf-section-on + .tf-section-off:before,
.node-personality-test .webform-client-form .tf-section-wrap .tf-section-off + .tf-section-done:before,
.node-personality-test .webform-client-form .tf-section-wrap .tf-section-off + .tf-section-on:before,
.node-personality-test .webform-client-form .tf-section-wrap .tf-section-off + .tf-section-off:before {
  content: " ";
  display: block;
  height: 17px;
  width: 1px;
  border-left: solid 1px #cfcfcf;
  position: absolute;
  bottom: -8px;
  left: 0;
}
/* line 1442, ../sass-custom/tests/_tests.scss */
.node-personality-test .webform-client-form .tf-temp-section-wrap .tf-section-done.tf-section-wide,
.node-personality-test .webform-client-form .tf-temp-section-wrap .tf-section-on.tf-section-wide,
.node-personality-test .webform-client-form .tf-temp-section-wrap .tf-section-off.tf-section-wide,
.node-personality-test .webform-client-form .tf-section-wrap .tf-section-done.tf-section-wide,
.node-personality-test .webform-client-form .tf-section-wrap .tf-section-on.tf-section-wide,
.node-personality-test .webform-client-form .tf-section-wrap .tf-section-off.tf-section-wide {
  width: 350px;
  height: 35px;
}
@media only screen and (max-width: 767px) {
  /* line 1442, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form .tf-temp-section-wrap .tf-section-done.tf-section-wide,
  .node-personality-test .webform-client-form .tf-temp-section-wrap .tf-section-on.tf-section-wide,
  .node-personality-test .webform-client-form .tf-temp-section-wrap .tf-section-off.tf-section-wide,
  .node-personality-test .webform-client-form .tf-section-wrap .tf-section-done.tf-section-wide,
  .node-personality-test .webform-client-form .tf-section-wrap .tf-section-on.tf-section-wide,
  .node-personality-test .webform-client-form .tf-section-wrap .tf-section-off.tf-section-wide {
    display: inline-block;
    width: auto;
    height: 60px;
    max-width: 250px;
  }
}
/* line 1453, ../sass-custom/tests/_tests.scss */
.node-personality-test .webform-client-form .tf-temp-section-wrap .tf-section-done.tf-section-wide h4,
.node-personality-test .webform-client-form .tf-temp-section-wrap .tf-section-on.tf-section-wide h4,
.node-personality-test .webform-client-form .tf-temp-section-wrap .tf-section-off.tf-section-wide h4,
.node-personality-test .webform-client-form .tf-section-wrap .tf-section-done.tf-section-wide h4,
.node-personality-test .webform-client-form .tf-section-wrap .tf-section-on.tf-section-wide h4,
.node-personality-test .webform-client-form .tf-section-wrap .tf-section-off.tf-section-wide h4 {
  display: inline;
}
/* line 1457, ../sass-custom/tests/_tests.scss */
.node-personality-test .webform-client-form .tf-temp-section-wrap .tf-section-done.tf-section-wide p,
.node-personality-test .webform-client-form .tf-temp-section-wrap .tf-section-on.tf-section-wide p,
.node-personality-test .webform-client-form .tf-temp-section-wrap .tf-section-off.tf-section-wide p,
.node-personality-test .webform-client-form .tf-section-wrap .tf-section-done.tf-section-wide p,
.node-personality-test .webform-client-form .tf-section-wrap .tf-section-on.tf-section-wide p,
.node-personality-test .webform-client-form .tf-section-wrap .tf-section-off.tf-section-wide p {
  display: inline;
}
/* line 1463, ../sass-custom/tests/_tests.scss */
.node-personality-test .webform-client-form .tf-temp-section-wrap .tf-section-done,
.node-personality-test .webform-client-form .tf-section-wrap .tf-section-done {
  border-bottom: solid 8px #869dc9;
}
@media only screen and (max-width: 999px) {
  /* line 1463, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form .tf-temp-section-wrap .tf-section-done,
  .node-personality-test .webform-client-form .tf-section-wrap .tf-section-done {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1463, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form .tf-temp-section-wrap .tf-section-done,
  .node-personality-test .webform-client-form .tf-section-wrap .tf-section-done {
    width: auto;
  }
}
@media only screen and (max-width: 999px) {
  /* line 1474, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form .tf-temp-section-wrap .tf-section-done.tf-section-done-last,
  .node-personality-test .webform-client-form .tf-section-wrap .tf-section-done.tf-section-done-last {
    display: inline-block !important;
    width: 45%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1474, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form .tf-temp-section-wrap .tf-section-done.tf-section-done-last,
  .node-personality-test .webform-client-form .tf-section-wrap .tf-section-done.tf-section-done-last {
    width: auto;
  }
}
@media only screen and (max-width: 999px) {
  /* line 1484, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form .tf-temp-section-wrap .tf-section-done.tf-section-done-prev-to-last,
  .node-personality-test .webform-client-form .tf-section-wrap .tf-section-done.tf-section-done-prev-to-last {
    display: inline-block !important;
  }
  /* line 1488, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form .tf-temp-section-wrap .tf-section-done.tf-section-done-prev-to-last h4,
  .node-personality-test .webform-client-form .tf-section-wrap .tf-section-done.tf-section-done-prev-to-last h4 {
    display: none;
  }
  /* line 1492, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form .tf-temp-section-wrap .tf-section-done.tf-section-done-prev-to-last p,
  .node-personality-test .webform-client-form .tf-section-wrap .tf-section-done.tf-section-done-prev-to-last p {
    display: none;
  }
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 1484, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form .tf-temp-section-wrap .tf-section-done.tf-section-done-prev-to-last,
  .node-personality-test .webform-client-form .tf-section-wrap .tf-section-done.tf-section-done-prev-to-last {
    width: 30px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1484, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form .tf-temp-section-wrap .tf-section-done.tf-section-done-prev-to-last,
  .node-personality-test .webform-client-form .tf-section-wrap .tf-section-done.tf-section-done-prev-to-last {
    width: 15px;
  }
}
/* line 1507, ../sass-custom/tests/_tests.scss */
.node-personality-test .webform-client-form .tf-temp-section-wrap .tf-section-on,
.node-personality-test .webform-client-form .tf-section-wrap .tf-section-on {
  -webkit-animation: progressblink 2s infinite ease-in-out;
          animation: progressblink 2s infinite ease-in-out;
}
@media only screen and (max-width: 999px) {
  /* line 1507, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form .tf-temp-section-wrap .tf-section-on,
  .node-personality-test .webform-client-form .tf-section-wrap .tf-section-on {
    width: 45%;
  }
}
@media only screen and (max-width: 999px) {
  /* line 1514, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form .tf-temp-section-wrap .tf-section-on + .tf-section-off,
  .node-personality-test .webform-client-form .tf-section-wrap .tf-section-on + .tf-section-off {
    display: inline-block !important;
  }
  /* line 1518, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form .tf-temp-section-wrap .tf-section-on + .tf-section-off h4,
  .node-personality-test .webform-client-form .tf-section-wrap .tf-section-on + .tf-section-off h4 {
    display: none;
  }
  /* line 1522, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form .tf-temp-section-wrap .tf-section-on + .tf-section-off p,
  .node-personality-test .webform-client-form .tf-section-wrap .tf-section-on + .tf-section-off p {
    display: none;
  }
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 1514, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form .tf-temp-section-wrap .tf-section-on + .tf-section-off,
  .node-personality-test .webform-client-form .tf-section-wrap .tf-section-on + .tf-section-off {
    width: 30px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1514, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form .tf-temp-section-wrap .tf-section-on + .tf-section-off,
  .node-personality-test .webform-client-form .tf-section-wrap .tf-section-on + .tf-section-off {
    width: 15px;
  }
}
@media only screen and (max-width: 999px) {
  /* line 1537, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form .tf-temp-section-wrap .tf-section-off,
  .node-personality-test .webform-client-form .tf-section-wrap .tf-section-off {
    display: none;
  }
}
/* line 1544, ../sass-custom/tests/_tests.scss */
.node-personality-test .webform-client-form .progress {
  overflow: initial;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-align: center;
  font-size: 14px !important;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  color: #727272 !important;
  margin-bottom: 10px;
  height: auto;
}
/* line 1556, ../sass-custom/tests/_tests.scss */
.node-personality-test .webform-client-form .progress ul {
  display: inline;
  padding-left: 20px;
  font-size: 0;
  letter-spacing: -1px;
}
@media only screen and (max-width: 767px) {
  /* line 1556, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form .progress ul {
    padding-left: 0;
  }
}
/* line 1566, ../sass-custom/tests/_tests.scss */
.node-personality-test .webform-client-form .progress ul li {
  display: inline-block;
  width: 70px;
  height: 36px;
  border-bottom: solid 8px #e8e8e8;
  -webkit-box-shadow: #fcfcfc 0px 1px;
          box-shadow: #fcfcfc 0px 1px;
  position: relative;
  vertical-align: top;
  font-size: 14px !important;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  color: #727272 !important;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 1566, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form .progress ul li {
    width: 45px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  /* line 1566, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form .progress ul li {
    width: 35px;
  }
}
@media only screen and (max-width: 479px) {
  /* line 1566, ../sass-custom/tests/_tests.scss */
  .node-personality-test .webform-client-form .progress ul li {
    width: 25px;
  }
}
/* line 1591, ../sass-custom/tests/_tests.scss */
.node-personality-test .webform-client-form .progress ul li.complete {
  border-bottom: solid 8px #869dc9;
}
/* line 1595, ../sass-custom/tests/_tests.scss */
.node-personality-test .webform-client-form .progress ul li.active {
  -webkit-animation: progressblink 2s infinite ease-in-out;
          animation: progressblink 2s infinite ease-in-out;
}
/* line 1600, ../sass-custom/tests/_tests.scss */
.node-personality-test .webform-client-form .progress ul li + li:before {
  content: " ";
  display: block;
  height: 17px;
  width: 1px;
  border-left: solid 1px #cfcfcf;
  position: absolute;
  bottom: -8px;
  left: 0;
}

/* line 22, ../sass-custom/tests/_results_general.scss */
.region-content .personality-test-results {
  font-size: 13px;
  line-height: 25px;
  letter-spacing: 0.04em;
}
/* line 27, ../sass-custom/tests/_results_general.scss */
.region-content .personality-test-results .list-header {
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 27, ../sass-custom/tests/_results_general.scss */
  .region-content .personality-test-results .list-header {
    font-size: 15px;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  /* line 27, ../sass-custom/tests/_results_general.scss */
  .region-content .personality-test-results .list-header {
    font-size: 13px;
    text-align: left;
  }
}
/* line 42, ../sass-custom/tests/_results_general.scss */
.region-content .personality-test-results ul {
  padding-left: 0;
  margin-top: 18px;
  list-style-type: none;
  margin-bottom: 18px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 42, ../sass-custom/tests/_results_general.scss */
  .region-content .personality-test-results ul {
    margin-top: 24px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 42, ../sass-custom/tests/_results_general.scss */
  .region-content .personality-test-results ul {
    margin-top: 20px;
  }
}
/* line 56, ../sass-custom/tests/_results_general.scss */
.region-content .personality-test-results ul li {
  padding-left: 27px;
  margin-bottom: 0;
  background: url(../images/test/result-check.png) 0px 5px no-repeat;
  background-size: 17px auto;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 56, ../sass-custom/tests/_results_general.scss */
  .region-content .personality-test-results ul li {
    background: url(../images/test/result-check.png) 1px 7px no-repeat;
    background-size: 21px auto;
    padding-left: 36px;
    font-size: 15px;
    line-height: 33px;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  /* line 56, ../sass-custom/tests/_results_general.scss */
  .region-content .personality-test-results ul li {
    padding-left: 30px;
    font-size: 14px;
    line-height: 27px;
  }
}
/* line 79, ../sass-custom/tests/_results_general.scss */
.region-content .personality-test-results ul.pagination > li {
  padding: 0;
  background: none;
}
/* line 86, ../sass-custom/tests/_results_general.scss */
.region-content .personality-test-results ul.list-inline > li, .region-content .personality-test-results footer.footer .block-menu ul.menu > li, footer.footer .block-menu .region-content .personality-test-results ul.menu > li {
  background: none;
  padding: 0 5px;
}
/* line 93, ../sass-custom/tests/_results_general.scss */
.region-content .personality-test-results .tf-strengths-list {
  margin: 39px 0 54px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 93, ../sass-custom/tests/_results_general.scss */
  .region-content .personality-test-results .tf-strengths-list {
    margin-top: 42px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  /* line 93, ../sass-custom/tests/_results_general.scss */
  .region-content .personality-test-results .tf-strengths-list {
    margin: 28px 0 0;
  }
}
/* line 105, ../sass-custom/tests/_results_general.scss */
.region-content .personality-test-results .tf-strengths-list .tf-strength {
  display: inline-block;
}
@media only screen and (min-width: 1000px) {
  /* line 105, ../sass-custom/tests/_results_general.scss */
  .region-content .personality-test-results .tf-strengths-list .tf-strength {
    width: 440px;
    border-bottom: solid 1px #cfcfcf;
    padding-bottom: 18px;
    padding-top: 23px;
    min-height: 100px;
    vertical-align: bottom;
  }
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 105, ../sass-custom/tests/_results_general.scss */
  .region-content .personality-test-results .tf-strengths-list .tf-strength {
    width: 100%;
    margin-bottom: 44px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 105, ../sass-custom/tests/_results_general.scss */
  .region-content .personality-test-results .tf-strengths-list .tf-strength {
    width: 100%;
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 127, ../sass-custom/tests/_results_general.scss */
  .region-content .personality-test-results .tf-strengths-list .tf-strength:last-child {
    margin-bottom: 17px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 127, ../sass-custom/tests/_results_general.scss */
  .region-content .personality-test-results .tf-strengths-list .tf-strength:last-child {
    margin-bottom: 0;
  }
}
/* line 137, ../sass-custom/tests/_results_general.scss */
.region-content .personality-test-results .tf-strengths-list .tf-strength h4 {
  color: #edb61b;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.143em;
  line-height: 13px;
  margin: 0 0 13px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 137, ../sass-custom/tests/_results_general.scss */
  .region-content .personality-test-results .tf-strengths-list .tf-strength h4 {
    font-size: 20px;
    margin: 0 0 16px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 137, ../sass-custom/tests/_results_general.scss */
  .region-content .personality-test-results .tf-strengths-list .tf-strength h4 {
    font-size: 19px;
    letter-spacing: 0.18em;
  }
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 158, ../sass-custom/tests/_results_general.scss */
  .region-content .personality-test-results .tf-strengths-list .tf-strength .tf-strength-text {
    font-size: 15px;
    line-height: 27px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 158, ../sass-custom/tests/_results_general.scss */
  .region-content .personality-test-results .tf-strengths-list .tf-strength .tf-strength-text {
    line-height: 26px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 1000px) {
  /* line 170, ../sass-custom/tests/_results_general.scss */
  .region-content .personality-test-results .tf-strengths-list .tf-strength:nth-child(1) {
    padding-top: 0;
  }
}
@media only screen and (min-width: 1000px) {
  /* line 176, ../sass-custom/tests/_results_general.scss */
  .region-content .personality-test-results .tf-strengths-list .tf-strength:nth-child(2) {
    padding-top: 0;
  }
}
@media only screen and (min-width: 1000px) {
  /* line 182, ../sass-custom/tests/_results_general.scss */
  .region-content .personality-test-results .tf-strengths-list .tf-strength:nth-child(2n+1) {
    border-right: solid 1px #cfcfcf;
    padding-right: 25px;
  }
}
@media only screen and (min-width: 1000px) {
  /* line 189, ../sass-custom/tests/_results_general.scss */
  .region-content .personality-test-results .tf-strengths-list .tf-strength:nth-child(2n) {
    padding-left: 51px;
  }
}
@media only screen and (min-width: 1000px) {
  /* line 195, ../sass-custom/tests/_results_general.scss */
  .region-content .personality-test-results .tf-strengths-list .tf-strength:nth-last-child(1) {
    vertical-align: top;
    border-bottom: none;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1000px) {
  /* line 203, ../sass-custom/tests/_results_general.scss */
  .region-content .personality-test-results .tf-strengths-list .tf-strength:nth-last-child(2) {
    vertical-align: top;
    border-bottom: none;
    padding-bottom: 0;
  }
}
/* line 214, ../sass-custom/tests/_results_general.scss */
.region-content .personality-test-results .type-grid .type-grid-initials {
  font-size: 68px;
  margin: 50px auto 30px;
  font-weight: bold;
  font-family: "Playfair Display", serif;
  letter-spacing: 2px;
}
/* line 221, ../sass-custom/tests/_results_general.scss */
.region-content .personality-test-results .type-grid .type-grid-initials .typecolor-e {
  color: #e5cf0f;
}
/* line 225, ../sass-custom/tests/_results_general.scss */
.region-content .personality-test-results .type-grid .type-grid-initials .typecolor-n {
  color: #81549b;
}
/* line 229, ../sass-custom/tests/_results_general.scss */
.region-content .personality-test-results .type-grid .type-grid-initials .typecolor-f {
  color: #d34a7d;
}
/* line 233, ../sass-custom/tests/_results_general.scss */
.region-content .personality-test-results .type-grid .type-grid-initials .typecolor-j {
  color: #414d83;
}
/* line 237, ../sass-custom/tests/_results_general.scss */
.region-content .personality-test-results .type-grid .type-grid-initials .typecolor-i {
  color: #33718d;
}
/* line 241, ../sass-custom/tests/_results_general.scss */
.region-content .personality-test-results .type-grid .type-grid-initials .typecolor-s {
  color: #1e9e70;
}
/* line 245, ../sass-custom/tests/_results_general.scss */
.region-content .personality-test-results .type-grid .type-grid-initials .typecolor-t {
  color: #678b8f;
}
/* line 249, ../sass-custom/tests/_results_general.scss */
.region-content .personality-test-results .type-grid .type-grid-initials .typecolor-p {
  color: #f59e41;
}
/* line 254, ../sass-custom/tests/_results_general.scss */
.region-content .personality-test-results .type-grid .type-grid-match {
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 10px;
}
/* line 260, ../sass-custom/tests/_results_general.scss */
.region-content .personality-test-results .type-grid .type-grid-text {
  margin-bottom: 26px;
}
/* line 266, ../sass-custom/tests/_results_general.scss */
.region-content .personality-test-results .test-result-type-node-test_result_type_fit {
  display: inline-block;
  width: 25%;
  text-align: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  /* line 266, ../sass-custom/tests/_results_general.scss */
  .region-content .personality-test-results .test-result-type-node-test_result_type_fit {
    width: 50%;
  }
}
@media only screen and (max-width: 479px) {
  /* line 266, ../sass-custom/tests/_results_general.scss */
  .region-content .personality-test-results .test-result-type-node-test_result_type_fit {
    width: 100%;
  }
}
/* line 280, ../sass-custom/tests/_results_general.scss */
.region-content .personality-test-results .test-result-type-node-test_result_type_fit .node {
  display: inline-block;
  text-align: center;
}
/* line 284, ../sass-custom/tests/_results_general.scss */
.region-content .personality-test-results .test-result-type-node-test_result_type_fit .node h2, .region-content .personality-test-results .test-result-type-node-test_result_type_fit .node h3 {
  display: none;
}
/* line 288, ../sass-custom/tests/_results_general.scss */
.region-content .personality-test-results .test-result-type-node-test_result_type_fit .node .field-name-body {
  font-size: 30px;
  font-weight: 600;
  color: #40a9c9;
  margin-top: 10px;
}
/* line 294, ../sass-custom/tests/_results_general.scss */
.region-content .personality-test-results .test-result-type-node-test_result_type_fit .node .field-name-body p {
  text-align: center;
  margin: 0;
  font-size: inherit;
}
/* line 303, ../sass-custom/tests/_results_general.scss */
.region-content .personality-test-results .result-bar {
  width: 100%;
  margin-top: 26px;
}
/* line 307, ../sass-custom/tests/_results_general.scss */
.region-content .personality-test-results .result-bar .trait-active {
  max-width: 75%;
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  /* line 307, ../sass-custom/tests/_results_general.scss */
  .region-content .personality-test-results .result-bar .trait-active {
    max-width: 70%;
  }
}
@media only screen and (max-width: 479px) {
  /* line 307, ../sass-custom/tests/_results_general.scss */
  .region-content .personality-test-results .result-bar .trait-active {
    max-width: 70%;
  }
}
/* line 319, ../sass-custom/tests/_results_general.scss */
.region-content .personality-test-results .result-bar .trait-high,
.region-content .personality-test-results .result-bar .trait-low {
  color: #ffffff;
  padding: 1px 18px;
  min-width: 25%;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 319, ../sass-custom/tests/_results_general.scss */
  .region-content .personality-test-results .result-bar .trait-high,
  .region-content .personality-test-results .result-bar .trait-low {
    padding: 1px 10px;
    min-width: 30%;
  }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  /* line 319, ../sass-custom/tests/_results_general.scss */
  .region-content .personality-test-results .result-bar .trait-high,
  .region-content .personality-test-results .result-bar .trait-low {
    padding: 1px 8px;
    min-width: 30%;
  }
}
@media only screen and (max-width: 479px) {
  /* line 319, ../sass-custom/tests/_results_general.scss */
  .region-content .personality-test-results .result-bar .trait-high,
  .region-content .personality-test-results .result-bar .trait-low {
    min-width: 30%;
    padding: 1px 5px;
    height: 33px;
    word-break: break-all;
    overflow: hidden;
  }
}
/* line 343, ../sass-custom/tests/_results_general.scss */
.region-content .personality-test-results .result-bar .trait-high h4,
.region-content .personality-test-results .result-bar .trait-low h4 {
  color: inherit;
  font-family: inherit;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .8px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 343, ../sass-custom/tests/_results_general.scss */
  .region-content .personality-test-results .result-bar .trait-high h4,
  .region-content .personality-test-results .result-bar .trait-low h4 {
    font-size: 15px;
    margin: 10px 0;
  }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  /* line 343, ../sass-custom/tests/_results_general.scss */
  .region-content .personality-test-results .result-bar .trait-high h4,
  .region-content .personality-test-results .result-bar .trait-low h4 {
    font-size: 13px;
    margin: 6px 0;
  }
}
@media only screen and (max-width: 479px) {
  /* line 343, ../sass-custom/tests/_results_general.scss */
  .region-content .personality-test-results .result-bar .trait-high h4,
  .region-content .personality-test-results .result-bar .trait-low h4 {
    font-size: 12px;
    margin: 6px 0;
    line-height: 20px;
  }
}
/* line 369, ../sass-custom/tests/_results_general.scss */
.region-content .personality-test-results .result-bar .trait-high {
  float: right;
  margin-left: 18px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 369, ../sass-custom/tests/_results_general.scss */
  .region-content .personality-test-results .result-bar .trait-high {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  /* line 369, ../sass-custom/tests/_results_general.scss */
  .region-content .personality-test-results .result-bar .trait-high {
    margin-left: 8px;
  }
}
@media only screen and (max-width: 479px) {
  /* line 369, ../sass-custom/tests/_results_general.scss */
  .region-content .personality-test-results .result-bar .trait-high {
    margin-left: 0;
  }
}
/* line 385, ../sass-custom/tests/_results_general.scss */
.region-content .personality-test-results .result-bar .trait-high h4 {
  text-align: left;
}
/* line 389, ../sass-custom/tests/_results_general.scss */
.region-content .personality-test-results .result-bar .trait-high.trait-e {
  background-color: #e5cf0f;
}
/* line 393, ../sass-custom/tests/_results_general.scss */
.region-content .personality-test-results .result-bar .trait-high.trait-n {
  background-color: #81549b;
}
/* line 397, ../sass-custom/tests/_results_general.scss */
.region-content .personality-test-results .result-bar .trait-high.trait-f {
  background-color: #d34a7d;
}
/* line 401, ../sass-custom/tests/_results_general.scss */
.region-content .personality-test-results .result-bar .trait-high.trait-j {
  background-color: #414d83;
}
/* line 406, ../sass-custom/tests/_results_general.scss */
.region-content .personality-test-results .result-bar .trait-low {
  margin-right: 18px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 406, ../sass-custom/tests/_results_general.scss */
  .region-content .personality-test-results .result-bar .trait-low {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  /* line 406, ../sass-custom/tests/_results_general.scss */
  .region-content .personality-test-results .result-bar .trait-low {
    margin-right: 8px;
  }
}
@media only screen and (max-width: 479px) {
  /* line 406, ../sass-custom/tests/_results_general.scss */
  .region-content .personality-test-results .result-bar .trait-low {
    margin-right: 0;
  }
}
/* line 421, ../sass-custom/tests/_results_general.scss */
.region-content .personality-test-results .result-bar .trait-low h4 {
  text-align: right;
}
/* line 425, ../sass-custom/tests/_results_general.scss */
.region-content .personality-test-results .result-bar .trait-low.trait-e {
  background-color: #33718d;
}
/* line 429, ../sass-custom/tests/_results_general.scss */
.region-content .personality-test-results .result-bar .trait-low.trait-n {
  background-color: #1e9e70;
}
/* line 433, ../sass-custom/tests/_results_general.scss */
.region-content .personality-test-results .result-bar .trait-low.trait-f {
  background-color: #678b8f;
}
/* line 437, ../sass-custom/tests/_results_general.scss */
.region-content .personality-test-results .result-bar .trait-low.trait-j {
  background-color: #f59e41;
}
/* line 442, ../sass-custom/tests/_results_general.scss */
.region-content .personality-test-results .result-bar.low {
  text-align: right;
}
/* line 445, ../sass-custom/tests/_results_general.scss */
.region-content .personality-test-results .result-bar.low .trait-low {
  float: left;
}
/* line 449, ../sass-custom/tests/_results_general.scss */
.region-content .personality-test-results .result-bar.low .trait-high {
  float: none;
}
/* line 457, ../sass-custom/tests/_results_general.scss */
.region-content .personality-test-results .result-bar.result-bar-large .trait-high h4,
.region-content .personality-test-results .result-bar.result-bar-large .trait-low h4 {
  font-size: 20px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 457, ../sass-custom/tests/_results_general.scss */
  .region-content .personality-test-results .result-bar.result-bar-large .trait-high h4,
  .region-content .personality-test-results .result-bar.result-bar-large .trait-low h4 {
    font-size: 15px;
    margin: 12px 0;
  }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  /* line 457, ../sass-custom/tests/_results_general.scss */
  .region-content .personality-test-results .result-bar.result-bar-large .trait-high h4,
  .region-content .personality-test-results .result-bar.result-bar-large .trait-low h4 {
    font-size: 13px;
    margin: 9px 0;
  }
}
@media only screen and (max-width: 479px) {
  /* line 457, ../sass-custom/tests/_results_general.scss */
  .region-content .personality-test-results .result-bar.result-bar-large .trait-high h4,
  .region-content .personality-test-results .result-bar.result-bar-large .trait-low h4 {
    font-size: 12px;
    margin: 9px 0;
  }
}
/* line 481, ../sass-custom/tests/_results_general.scss */
.region-content .personality-test-results .node-test-result .field-type-image {
  float: left;
  padding: 0 25px 15px 0;
  margin-top: 20px;
}
@media only screen and (max-width: 599px) {
  /* line 481, ../sass-custom/tests/_results_general.scss */
  .region-content .personality-test-results .node-test-result .field-type-image {
    float: none;
    text-align: center;
  }
}
/* line 235, ../sass-custom/_custom.scss */
.region-content .personality-test-results .node-test-result .field-type-image img {
  margin: 0 auto;
}
/* line 487, ../sass-custom/tests/_results_general.scss */
.region-content .personality-test-results .node-test-result .field-name-body ul {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  /* line 491, ../sass-custom/tests/_results_general.scss */
  .region-content .personality-test-results .node-test-result .field-name-body table {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  /* line 204, ../sass-custom/_custom.scss */
  .region-content .personality-test-results .node-test-result .field-name-body table tbody {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  /* line 209, ../sass-custom/_custom.scss */
  .region-content .personality-test-results .node-test-result .field-name-body table tbody tr {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  /* line 214, ../sass-custom/_custom.scss */
  .region-content .personality-test-results .node-test-result .field-name-body table tbody tr td {
    display: block;
    min-width: 100%;
    white-space: normal !important;
  }
}
/* line 494, ../sass-custom/tests/_results_general.scss */
.region-content .personality-test-results .node-test-result .field-name-body table td {
  padding: 12px;
}
/* line 502, ../sass-custom/tests/_results_general.scss */
.region-content .personality-test-results .tfre-wrapper .tfre-results .col-xs-4 {
  padding: 0;
}
/* line 506, ../sass-custom/tests/_results_general.scss */
.region-content .personality-test-results .tfre-wrapper .tfre-initial {
  margin: 0 auto 36px;
}
/* line 509, ../sass-custom/tests/_results_general.scss */
.region-content .personality-test-results .tfre-wrapper .tfre-initial h3 {
  font-family: Playfair Display, serif;
  font-size: 108px;
  font-weight: bold;
  text-align: center;
  margin: 0;
  border: 3px solid gray;
  padding: 8px 0 24px;
  line-height: 1em;
}
/* line 520, ../sass-custom/tests/_results_general.scss */
.region-content .personality-test-results .tfre-wrapper .tfre-initial.tfre-initial-i h3 {
  color: #33718d;
  border-color: #33718d;
}
/* line 525, ../sass-custom/tests/_results_general.scss */
.region-content .personality-test-results .tfre-wrapper .tfre-initial.tfre-initial-ie h3 {
  color: #c0c56d;
  border-color: #c0c56d;
}
/* line 530, ../sass-custom/tests/_results_general.scss */
.region-content .personality-test-results .tfre-wrapper .tfre-initial.tfre-initial-e h3 {
  color: #e5cf0f;
  border-color: #e5cf0f;
}
/* line 535, ../sass-custom/tests/_results_general.scss */
.region-content .personality-test-results .tfre-wrapper .tfre-initial.tfre-initial-s h3 {
  color: #1e9e70;
  border-color: #1e9e70;
}
/* line 540, ../sass-custom/tests/_results_general.scss */
.region-content .personality-test-results .tfre-wrapper .tfre-initial.tfre-initial-sn h3 {
  color: #2e7576;
  border-color: #2e7576;
}
/* line 545, ../sass-custom/tests/_results_general.scss */
.region-content .personality-test-results .tfre-wrapper .tfre-initial.tfre-initial-n h3 {
  color: #81549b;
  border-color: #81549b;
}
/* line 550, ../sass-custom/tests/_results_general.scss */
.region-content .personality-test-results .tfre-wrapper .tfre-initial.tfre-initial-t h3 {
  color: #678b8f;
  border-color: #678b8f;
}
/* line 555, ../sass-custom/tests/_results_general.scss */
.region-content .personality-test-results .tfre-wrapper .tfre-initial.tfre-initial-tf h3 {
  color: #9c6b86;
  border-color: #9c6b86;
}
/* line 560, ../sass-custom/tests/_results_general.scss */
.region-content .personality-test-results .tfre-wrapper .tfre-initial.tfre-initial-f h3 {
  color: #d34a7d;
  border-color: #d34a7d;
}
/* line 565, ../sass-custom/tests/_results_general.scss */
.region-content .personality-test-results .tfre-wrapper .tfre-initial.tfre-initial-p h3 {
  color: #f59e41;
  border-color: #f59e41;
}
/* line 570, ../sass-custom/tests/_results_general.scss */
.region-content .personality-test-results .tfre-wrapper .tfre-initial.tfre-initial-jp h3 {
  color: #855d4f;
  border-color: #855d4f;
}
/* line 575, ../sass-custom/tests/_results_general.scss */
.region-content .personality-test-results .tfre-wrapper .tfre-initial.tfre-initial-j h3 {
  color: #414d83;
  border-color: #414d83;
}
/* line 581, ../sass-custom/tests/_results_general.scss */
.region-content .personality-test-results .tfre-wrapper .tfre-graph {
  margin: 0 auto;
}
/* line 584, ../sass-custom/tests/_results_general.scss */
.region-content .personality-test-results .tfre-wrapper .tfre-graph h4 {
  font-family: open sans, sans serif;
  font-size: 18px;
  color: white;
  margin: 0;
  padding: 10px 18px;
}
/* line 593, ../sass-custom/tests/_results_general.scss */
.region-content .personality-test-results .tfre-wrapper .tfre-graph-mid h4 {
  text-align: center;
}
/* line 597, ../sass-custom/tests/_results_general.scss */
.region-content .personality-test-results .tfre-wrapper .tfre-graph-high h4 {
  text-align: right;
}
/* line 602, ../sass-custom/tests/_results_general.scss */
.region-content .personality-test-results .tfre-wrapper .tfre-graph-ie.tfre-graph-low {
  background: #33718d url("/sites/default/files/images/tfre-bar-ie.png") repeat-y left center;
}
/* line 606, ../sass-custom/tests/_results_general.scss */
.region-content .personality-test-results .tfre-wrapper .tfre-graph-ie.tfre-graph-mid {
  background: #c0c56d url("/sites/default/files/images/tfre-bar-ie.png") repeat-y center center;
}
/* line 610, ../sass-custom/tests/_results_general.scss */
.region-content .personality-test-results .tfre-wrapper .tfre-graph-ie.tfre-graph-high {
  background: #e5cf0f url("/sites/default/files/images/tfre-bar-ie.png") repeat-y right center;
}
/* line 616, ../sass-custom/tests/_results_general.scss */
.region-content .personality-test-results .tfre-wrapper .tfre-graph-sn.tfre-graph-low {
  background: #1e9e70 url("/sites/default/files/images/tfre-bar-sn.png") repeat-y left center;
}
/* line 620, ../sass-custom/tests/_results_general.scss */
.region-content .personality-test-results .tfre-wrapper .tfre-graph-sn.tfre-graph-mid {
  background: #2e7576 url("/sites/default/files/images/tfre-bar-sn.png") repeat-y center center;
}
/* line 624, ../sass-custom/tests/_results_general.scss */
.region-content .personality-test-results .tfre-wrapper .tfre-graph-sn.tfre-graph-high {
  background: #81549b url("/sites/default/files/images/tfre-bar-sn.png") repeat-y right center;
}
/* line 630, ../sass-custom/tests/_results_general.scss */
.region-content .personality-test-results .tfre-wrapper .tfre-graph-tf.tfre-graph-low {
  background: #678b8f url("/sites/default/files/images/tfre-bar-tf.png") repeat-y left center;
}
/* line 634, ../sass-custom/tests/_results_general.scss */
.region-content .personality-test-results .tfre-wrapper .tfre-graph-tf.tfre-graph-mid {
  background: #9c6b86 url("/sites/default/files/images/tfre-bar-tf.png") repeat-y center center;
}
/* line 638, ../sass-custom/tests/_results_general.scss */
.region-content .personality-test-results .tfre-wrapper .tfre-graph-tf.tfre-graph-high {
  background: #d34a7d url("/sites/default/files/images/tfre-bar-tf.png") repeat-y right center;
}
/* line 644, ../sass-custom/tests/_results_general.scss */
.region-content .personality-test-results .tfre-wrapper .tfre-graph-jp.tfre-graph-low {
  background: #f59e41 url("/sites/default/files/images/tfre-bar-jp.png") repeat-y left center;
}
/* line 648, ../sass-custom/tests/_results_general.scss */
.region-content .personality-test-results .tfre-wrapper .tfre-graph-jp.tfre-graph-mid {
  background: #855d4f url("/sites/default/files/images/tfre-bar-jp.png") repeat-y center center;
}
/* line 652, ../sass-custom/tests/_results_general.scss */
.region-content .personality-test-results .tfre-wrapper .tfre-graph-jp.tfre-graph-high {
  background: #414d83 url("/sites/default/files/images/tfre-bar-jp.png") repeat-y right center;
}
/* line 657, ../sass-custom/tests/_results_general.scss */
.region-content .personality-test-results .tfre-wrapper .tfre-graph-caption {
  margin: 0 auto;
}
/* line 660, ../sass-custom/tests/_results_general.scss */
.region-content .personality-test-results .tfre-wrapper .tfre-graph-caption p {
  font-size: 12px;
  color: gray;
  margin: 0;
  padding: 10px 14px 12px;
}
/* line 667, ../sass-custom/tests/_results_general.scss */
.region-content .personality-test-results .tfre-wrapper .tfre-graph-caption.selected {
  border-width: 3px;
  border-style: solid;
  margin: 0 0 30px;
  border-top: none;
}
/* line 673, ../sass-custom/tests/_results_general.scss */
.region-content .personality-test-results .tfre-wrapper .tfre-graph-caption.selected p {
  font-size: 14px;
}
/* line 679, ../sass-custom/tests/_results_general.scss */
.region-content .personality-test-results .tfre-wrapper .tfre-graph-caption.tfre-caption-low p {
  text-align: left;
}
/* line 683, ../sass-custom/tests/_results_general.scss */
.region-content .personality-test-results .tfre-wrapper .tfre-graph-caption.tfre-caption-low.tfre-caption-ie {
  border-color: #33718d;
}
/* line 687, ../sass-custom/tests/_results_general.scss */
.region-content .personality-test-results .tfre-wrapper .tfre-graph-caption.tfre-caption-low.tfre-caption-sn {
  border-color: #1e9e70;
}
/* line 691, ../sass-custom/tests/_results_general.scss */
.region-content .personality-test-results .tfre-wrapper .tfre-graph-caption.tfre-caption-low.tfre-caption-tf {
  border-color: #678b8f;
}
/* line 695, ../sass-custom/tests/_results_general.scss */
.region-content .personality-test-results .tfre-wrapper .tfre-graph-caption.tfre-caption-low.tfre-caption-jp {
  border-color: #f59e41;
}
/* line 701, ../sass-custom/tests/_results_general.scss */
.region-content .personality-test-results .tfre-wrapper .tfre-graph-caption.tfre-caption-mid p {
  text-align: left;
}
/* line 705, ../sass-custom/tests/_results_general.scss */
.region-content .personality-test-results .tfre-wrapper .tfre-graph-caption.tfre-caption-mid.tfre-caption-ie {
  border-color: #c0c56d;
}
/* line 709, ../sass-custom/tests/_results_general.scss */
.region-content .personality-test-results .tfre-wrapper .tfre-graph-caption.tfre-caption-mid.tfre-caption-sn {
  border-color: #2e7576;
}
/* line 713, ../sass-custom/tests/_results_general.scss */
.region-content .personality-test-results .tfre-wrapper .tfre-graph-caption.tfre-caption-mid.tfre-caption-tf {
  border-color: #9c6b86;
}
/* line 717, ../sass-custom/tests/_results_general.scss */
.region-content .personality-test-results .tfre-wrapper .tfre-graph-caption.tfre-caption-mid.tfre-caption-jp {
  border-color: #855d4f;
}
/* line 723, ../sass-custom/tests/_results_general.scss */
.region-content .personality-test-results .tfre-wrapper .tfre-graph-caption.tfre-caption-high p {
  text-align: right;
}
/* line 727, ../sass-custom/tests/_results_general.scss */
.region-content .personality-test-results .tfre-wrapper .tfre-graph-caption.tfre-caption-high.tfre-caption-ie {
  border-color: #e5cf0f;
}
/* line 731, ../sass-custom/tests/_results_general.scss */
.region-content .personality-test-results .tfre-wrapper .tfre-graph-caption.tfre-caption-high.tfre-caption-sn {
  border-color: #81549b;
}
/* line 735, ../sass-custom/tests/_results_general.scss */
.region-content .personality-test-results .tfre-wrapper .tfre-graph-caption.tfre-caption-high.tfre-caption-tf {
  border-color: #d34a7d;
}
/* line 739, ../sass-custom/tests/_results_general.scss */
.region-content .personality-test-results .tfre-wrapper .tfre-graph-caption.tfre-caption-high.tfre-caption-jp {
  border-color: #414d83;
}
/* line 746, ../sass-custom/tests/_results_general.scss */
.region-content .personality-test-results .big-five-polar h4 {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 20px;
}
/* line 753, ../sass-custom/tests/_results_general.scss */
.region-content .personality-test-results .pt-pro-users-other-results {
  font-size: 15px;
  padding: 10px 10px 20px;
}

/* line 759, ../sass-custom/tests/_results_general.scss */
.personality-test-results-wrapper {
  max-width: 954px;
  margin: 0 auto;
}
/* line 763, ../sass-custom/tests/_results_general.scss */
.personality-test-results-wrapper .personality-test-submission-register-link {
  text-align: center;
  padding: 20px 0;
}
/* line 768, ../sass-custom/tests/_results_general.scss */
.personality-test-results-wrapper .personality-test-result-transaction-date {
  display: none;
}

/* line 34, ../sass-custom/tests/_results_typefinder.scss */
body.page-test-result-style-typefinder .main-container.container {
  padding: 0 15px;
  width: 100%;
}
/* line 38, ../sass-custom/tests/_results_typefinder.scss */
body.page-test-result-style-typefinder .main-container.container section.col-md-12 {
  padding: 0;
}
/* line 42, ../sass-custom/tests/_results_typefinder.scss */
body.page-test-result-style-typefinder .main-container.container .pt-result-type-typefinder-main-section {
  background: #f2f2f2;
  padding-top: 39px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 42, ../sass-custom/tests/_results_typefinder.scss */
  body.page-test-result-style-typefinder .main-container.container .pt-result-type-typefinder-main-section {
    padding-top: 58px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 42, ../sass-custom/tests/_results_typefinder.scss */
  body.page-test-result-style-typefinder .main-container.container .pt-result-type-typefinder-main-section {
    padding-top: 51px;
    padding-left: 2px;
  }
}
/* line 55, ../sass-custom/tests/_results_typefinder.scss */
body.page-test-result-style-typefinder .main-container.container .pt-result-type-typefinder-main-section .dimensions-table {
  background-color: #f2f2f2;
}
/* line 71, ../sass-custom/_custom.scss */
body.page-test-result-style-typefinder .main-container.container .pt-result-type-typefinder-main-section .dimensions-table::before {
  content: " ";
  height: 100%;
  width: 10000px;
  display: block;
  position: absolute;
  top: 0px;
  left: 50%;
  z-index: -1;
  background: #f2f2f2;
  margin-left: -5000px;
}
/* line 58, ../sass-custom/tests/_results_typefinder.scss */
body.page-test-result-style-typefinder .main-container.container .pt-result-type-typefinder-main-section .dimensions-table .preference {
  padding: 42px 0;
  border-bottom: none;
}

/* line 67, ../sass-custom/tests/_results_typefinder.scss */
.personality-test-results-wrapper.pt-wrapper-test-style-typefinder {
  max-width: none;
}

/* line 72, ../sass-custom/tests/_results_typefinder.scss */
.pt-wrapper-test-style-typefinder .personality-test-results.pt-results-type-basic {
  margin-top: 0;
}
/* line 75, ../sass-custom/tests/_results_typefinder.scss */
.pt-wrapper-test-style-typefinder .personality-test-results.pt-results-type-basic .test-result-dimension-teaser.test-result-category-top {
  padding-bottom: 74px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 75, ../sass-custom/tests/_results_typefinder.scss */
  .pt-wrapper-test-style-typefinder .personality-test-results.pt-results-type-basic .test-result-dimension-teaser.test-result-category-top {
    padding: 0 35px 61px;
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  /* line 75, ../sass-custom/tests/_results_typefinder.scss */
  .pt-wrapper-test-style-typefinder .personality-test-results.pt-results-type-basic .test-result-dimension-teaser.test-result-category-top {
    padding: 0 20px 47px;
    position: relative;
  }
}
/* line 88, ../sass-custom/tests/_results_typefinder.scss */
.pt-wrapper-test-style-typefinder .personality-test-results.pt-results-type-basic .test-result-dimension-teaser.test-result-category-top:after {
  content: " ";
  height: 10px;
  width: 20px;
  display: block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  z-index: 1;
  margin-left: -10px;
  visibility: visible;
  background: transparent url(../images/triangle-white.png) 50% 50% no-repeat;
}
/* line 92, ../sass-custom/tests/_results_typefinder.scss */
.pt-wrapper-test-style-typefinder .personality-test-results.pt-results-type-basic .test-result-dimension-teaser.test-result-category-top h2 {
  margin: 40px auto 17px;
  font-weight: 700;
  font-size: 40px;
  max-width: 600px;
  line-height: 47px;
  letter-spacing: -0.009em;
  padding-bottom: 0;
  text-align: center;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 92, ../sass-custom/tests/_results_typefinder.scss */
  .pt-wrapper-test-style-typefinder .personality-test-results.pt-results-type-basic .test-result-dimension-teaser.test-result-category-top h2 {
    margin: 54px auto 21px;
    font-size: 36px;
    letter-spacing: 0.007em;
    line-height: 41px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 92, ../sass-custom/tests/_results_typefinder.scss */
  .pt-wrapper-test-style-typefinder .personality-test-results.pt-results-type-basic .test-result-dimension-teaser.test-result-category-top h2 {
    font-size: 29px;
    max-width: 320px;
    margin: 36px auto 20px;
    line-height: 39px;
    letter-spacing: 0.04em;
  }
}
/* line 117, ../sass-custom/tests/_results_typefinder.scss */
.pt-wrapper-test-style-typefinder .personality-test-results.pt-results-type-basic .test-result-dimension-teaser.test-result-category-top h2::after {
  display: none;
  content: '';
}
/* line 123, ../sass-custom/tests/_results_typefinder.scss */
.pt-wrapper-test-style-typefinder .personality-test-results.pt-results-type-basic .test-result-dimension-teaser.test-result-category-top p {
  display: block;
  max-width: 860px;
  text-align: center;
  margin: 0 auto;
  font-size: 17px;
  letter-spacing: 0.02em;
  line-height: 29px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 123, ../sass-custom/tests/_results_typefinder.scss */
  .pt-wrapper-test-style-typefinder .personality-test-results.pt-results-type-basic .test-result-dimension-teaser.test-result-category-top p {
    letter-spacing: 0.053em;
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 123, ../sass-custom/tests/_results_typefinder.scss */
  .pt-wrapper-test-style-typefinder .personality-test-results.pt-results-type-basic .test-result-dimension-teaser.test-result-category-top p {
    font-size: 16px;
    letter-spacing: -0.015em;
    max-width: 400px;
  }
}
/* line 145, ../sass-custom/tests/_results_typefinder.scss */
.pt-wrapper-test-style-typefinder .personality-test-results.pt-results-type-basic .test-result-dimension-teaser:not(.test-result-category-top),
.pt-wrapper-test-style-typefinder .personality-test-results.pt-results-type-basic .test-result-dimension-teaser:not(.test-result-category-top) {
  position: relative;
  z-index: 0;
  padding: 34px 0 1px;
  max-width: 938px;
  margin: 0 auto;
  background-color: #f2f2f2;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 145, ../sass-custom/tests/_results_typefinder.scss */
  .pt-wrapper-test-style-typefinder .personality-test-results.pt-results-type-basic .test-result-dimension-teaser:not(.test-result-category-top),
  .pt-wrapper-test-style-typefinder .personality-test-results.pt-results-type-basic .test-result-dimension-teaser:not(.test-result-category-top) {
    padding: 37px 35px 1px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 145, ../sass-custom/tests/_results_typefinder.scss */
  .pt-wrapper-test-style-typefinder .personality-test-results.pt-results-type-basic .test-result-dimension-teaser:not(.test-result-category-top),
  .pt-wrapper-test-style-typefinder .personality-test-results.pt-results-type-basic .test-result-dimension-teaser:not(.test-result-category-top) {
    padding: 42px 24px;
  }
}
/* line 71, ../sass-custom/_custom.scss */
.pt-wrapper-test-style-typefinder .personality-test-results.pt-results-type-basic .test-result-dimension-teaser:not(.test-result-category-top)::before,
.pt-wrapper-test-style-typefinder .personality-test-results.pt-results-type-basic .test-result-dimension-teaser:not(.test-result-category-top)::before {
  content: " ";
  height: 100%;
  width: 10000px;
  display: block;
  position: absolute;
  top: 0px;
  left: 50%;
  z-index: -1;
  background: #f2f2f2;
  margin-left: -5000px;
}
/* line 163, ../sass-custom/tests/_results_typefinder.scss */
.pt-wrapper-test-style-typefinder .personality-test-results.pt-results-type-basic .test-result-dimension-teaser:not(.test-result-category-top) .tf-results-basic-image-wrapper,
.pt-wrapper-test-style-typefinder .personality-test-results.pt-results-type-basic .test-result-dimension-teaser:not(.test-result-category-top) .tf-results-basic-image-wrapper {
  width: 100%;
}
/* line 166, ../sass-custom/tests/_results_typefinder.scss */
.pt-wrapper-test-style-typefinder .personality-test-results.pt-results-type-basic .test-result-dimension-teaser:not(.test-result-category-top) .tf-results-basic-image-wrapper img,
.pt-wrapper-test-style-typefinder .personality-test-results.pt-results-type-basic .test-result-dimension-teaser:not(.test-result-category-top) .tf-results-basic-image-wrapper img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 999px) {
  /* line 174, ../sass-custom/tests/_results_typefinder.scss */
  .pt-wrapper-test-style-typefinder .personality-test-results.pt-results-type-basic .test-result-dimension-teaser:not(.test-result-category-top) .tf-test-basic-image-wrapper img,
  .pt-wrapper-test-style-typefinder .personality-test-results.pt-results-type-basic .test-result-dimension-teaser:not(.test-result-category-top) .tf-test-basic-image-wrapper img {
    width: 100%;
  }
}
/* line 182, ../sass-custom/tests/_results_typefinder.scss */
.pt-wrapper-test-style-typefinder .personality-test-results.pt-results-type-basic .test-result-dimension-teaser:not(.test-result-category-top) h2,
.pt-wrapper-test-style-typefinder .personality-test-results.pt-results-type-basic .test-result-dimension-teaser:not(.test-result-category-top) h2 {
  margin-top: 28px;
  padding-bottom: 22px;
  margin-bottom: 21px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 182, ../sass-custom/tests/_results_typefinder.scss */
  .pt-wrapper-test-style-typefinder .personality-test-results.pt-results-type-basic .test-result-dimension-teaser:not(.test-result-category-top) h2,
  .pt-wrapper-test-style-typefinder .personality-test-results.pt-results-type-basic .test-result-dimension-teaser:not(.test-result-category-top) h2 {
    margin: 48px 34px 19px;
    font-size: 33px;
    letter-spacing: 0.013em;
    padding-bottom: 27px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 182, ../sass-custom/tests/_results_typefinder.scss */
  .pt-wrapper-test-style-typefinder .personality-test-results.pt-results-type-basic .test-result-dimension-teaser:not(.test-result-category-top) h2,
  .pt-wrapper-test-style-typefinder .personality-test-results.pt-results-type-basic .test-result-dimension-teaser:not(.test-result-category-top) h2 {
    font-size: 30px;
    margin: 26px 7px 19px;
    letter-spacing: 0.01em;
    padding-bottom: 23px;
  }
}
@media only screen and (max-width: 999px) {
  /* line 199, ../sass-custom/tests/_results_typefinder.scss */
  .pt-wrapper-test-style-typefinder .personality-test-results.pt-results-type-basic .test-result-dimension-teaser:not(.test-result-category-top) h2:after,
  .pt-wrapper-test-style-typefinder .personality-test-results.pt-results-type-basic .test-result-dimension-teaser:not(.test-result-category-top) h2:after {
    width: 79px;
  }
}
/* line 206, ../sass-custom/tests/_results_typefinder.scss */
.pt-wrapper-test-style-typefinder .personality-test-results.pt-results-type-basic .test-result-dimension-teaser:not(.test-result-category-top) p,
.pt-wrapper-test-style-typefinder .personality-test-results.pt-results-type-basic .test-result-dimension-teaser:not(.test-result-category-top) p {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: left;
  line-height: 23px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 206, ../sass-custom/tests/_results_typefinder.scss */
  .pt-wrapper-test-style-typefinder .personality-test-results.pt-results-type-basic .test-result-dimension-teaser:not(.test-result-category-top) p,
  .pt-wrapper-test-style-typefinder .personality-test-results.pt-results-type-basic .test-result-dimension-teaser:not(.test-result-category-top) p {
    margin: 14px 33px;
    font-size: 15px;
    line-height: 27px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 206, ../sass-custom/tests/_results_typefinder.scss */
  .pt-wrapper-test-style-typefinder .personality-test-results.pt-results-type-basic .test-result-dimension-teaser:not(.test-result-category-top) p,
  .pt-wrapper-test-style-typefinder .personality-test-results.pt-results-type-basic .test-result-dimension-teaser:not(.test-result-category-top) p {
    letter-spacing: 0.099em;
    font-size: 14px;
    margin-left: 7px;
    margin-right: 38px;
    line-height: 27px;
  }
}
/* line 224, ../sass-custom/tests/_results_typefinder.scss */
.pt-wrapper-test-style-typefinder .personality-test-results.pt-results-type-basic .test-result-dimension-teaser:not(.test-result-category-top) ul,
.pt-wrapper-test-style-typefinder .personality-test-results.pt-results-type-basic .test-result-dimension-teaser:not(.test-result-category-top) ul {
  font-weight: 600;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 224, ../sass-custom/tests/_results_typefinder.scss */
  .pt-wrapper-test-style-typefinder .personality-test-results.pt-results-type-basic .test-result-dimension-teaser:not(.test-result-category-top) ul,
  .pt-wrapper-test-style-typefinder .personality-test-results.pt-results-type-basic .test-result-dimension-teaser:not(.test-result-category-top) ul {
    margin-left: 33px;
    margin-right: 33px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 224, ../sass-custom/tests/_results_typefinder.scss */
  .pt-wrapper-test-style-typefinder .personality-test-results.pt-results-type-basic .test-result-dimension-teaser:not(.test-result-category-top) ul,
  .pt-wrapper-test-style-typefinder .personality-test-results.pt-results-type-basic .test-result-dimension-teaser:not(.test-result-category-top) ul {
    margin-left: 7px;
    margin-right: 7px;
  }
}
/* line 241, ../sass-custom/tests/_results_typefinder.scss */
.pt-wrapper-test-style-typefinder .personality-test-upgrade-results-text .tf-results-upgrade-text {
  position: relative;
  z-index: 0;
  padding: 1px 0;
  max-width: 938px;
  margin: 0 auto;
  background-color: #f2f2f2;
}
/* line 71, ../sass-custom/_custom.scss */
.pt-wrapper-test-style-typefinder .personality-test-upgrade-results-text .tf-results-upgrade-text::before {
  content: " ";
  height: 100%;
  width: 10000px;
  display: block;
  position: absolute;
  top: 0px;
  left: 50%;
  z-index: -1;
  background: #f2f2f2;
  margin-left: -5000px;
}
@media only screen and (max-width: 767px) {
  /* line 241, ../sass-custom/tests/_results_typefinder.scss */
  .pt-wrapper-test-style-typefinder .personality-test-upgrade-results-text .tf-results-upgrade-text {
    margin-top: -40px;
    padding: 0 31px 0;
  }
}
/* line 255, ../sass-custom/tests/_results_typefinder.scss */
.pt-wrapper-test-style-typefinder .personality-test-upgrade-results-text .tf-results-upgrade-text h2 {
  margin-top: 28px;
  padding-bottom: 22px;
  margin-bottom: 21px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 255, ../sass-custom/tests/_results_typefinder.scss */
  .pt-wrapper-test-style-typefinder .personality-test-upgrade-results-text .tf-results-upgrade-text h2 {
    margin: 40px 69px 19px;
    font-size: 33px;
    letter-spacing: 0.022em;
    line-height: 42px;
    padding-bottom: 28px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 255, ../sass-custom/tests/_results_typefinder.scss */
  .pt-wrapper-test-style-typefinder .personality-test-upgrade-results-text .tf-results-upgrade-text h2 {
    margin-top: 34px;
    margin-bottom: 19px;
    padding-bottom: 23px;
    font-size: 30px;
    line-height: 37px;
    letter-spacing: 0.006em;
  }
}
@media only screen and (max-width: 999px) {
  /* line 275, ../sass-custom/tests/_results_typefinder.scss */
  .pt-wrapper-test-style-typefinder .personality-test-upgrade-results-text .tf-results-upgrade-text h2:after {
    width: 79px;
  }
}
/* line 282, ../sass-custom/tests/_results_typefinder.scss */
.pt-wrapper-test-style-typefinder .personality-test-upgrade-results-text .tf-results-upgrade-text p {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: left;
  line-height: 23px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 282, ../sass-custom/tests/_results_typefinder.scss */
  .pt-wrapper-test-style-typefinder .personality-test-upgrade-results-text .tf-results-upgrade-text p {
    margin: 19px 69px 14px;
    font-size: 15px;
    line-height: 27px;
    letter-spacing: 0.107em;
  }
}
@media only screen and (max-width: 767px) {
  /* line 282, ../sass-custom/tests/_results_typefinder.scss */
  .pt-wrapper-test-style-typefinder .personality-test-upgrade-results-text .tf-results-upgrade-text p {
    letter-spacing: 0.099em;
    margin-right: 16px;
    font-size: 14px;
    line-height: 27px;
  }
}
/* line 300, ../sass-custom/tests/_results_typefinder.scss */
.pt-wrapper-test-style-typefinder .personality-test-upgrade-results-text .tf-results-upgrade-text ul {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.023em;
  padding-left: 0;
  margin-top: 18px;
  list-style-type: none;
  margin-bottom: 18px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 300, ../sass-custom/tests/_results_typefinder.scss */
  .pt-wrapper-test-style-typefinder .personality-test-upgrade-results-text .tf-results-upgrade-text ul {
    margin-top: 24px;
    margin-left: 68px;
    margin-right: 68px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 300, ../sass-custom/tests/_results_typefinder.scss */
  .pt-wrapper-test-style-typefinder .personality-test-upgrade-results-text .tf-results-upgrade-text ul {
    margin-top: 20px;
    margin-bottom: 0;
  }
}
/* line 320, ../sass-custom/tests/_results_typefinder.scss */
.pt-wrapper-test-style-typefinder .personality-test-upgrade-results-text .tf-results-upgrade-text ul li {
  padding-left: 27px;
  margin-bottom: 0;
  background: url(../images/test/result-check.png) 0px 5px no-repeat;
  background-size: 17px auto;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 320, ../sass-custom/tests/_results_typefinder.scss */
  .pt-wrapper-test-style-typefinder .personality-test-upgrade-results-text .tf-results-upgrade-text ul li {
    background: url(../images/test/result-check.png) 1px 7px no-repeat;
    background-size: 21px auto;
    padding-left: 36px;
    font-size: 15px;
    line-height: 33px;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  /* line 320, ../sass-custom/tests/_results_typefinder.scss */
  .pt-wrapper-test-style-typefinder .personality-test-upgrade-results-text .tf-results-upgrade-text ul li {
    padding-left: 30px;
    font-size: 14px;
    line-height: 27px;
  }
}
/* line 344, ../sass-custom/tests/_results_typefinder.scss */
.pt-wrapper-test-style-typefinder .personality-test-upgrade-results-text .tf-results-upgrade-block {
  position: relative;
  z-index: 0;
  padding: 1px 0 41px;
  text-align: center;
  background-color: #f2f2f2;
}
/* line 71, ../sass-custom/_custom.scss */
.pt-wrapper-test-style-typefinder .personality-test-upgrade-results-text .tf-results-upgrade-block::before {
  content: " ";
  height: 100%;
  width: 10000px;
  display: block;
  position: absolute;
  top: 0px;
  left: 50%;
  z-index: -1;
  background: #f2f2f2;
  margin-left: -5000px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 344, ../sass-custom/tests/_results_typefinder.scss */
  .pt-wrapper-test-style-typefinder .personality-test-upgrade-results-text .tf-results-upgrade-block {
    padding: 1px 0 49px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 344, ../sass-custom/tests/_results_typefinder.scss */
  .pt-wrapper-test-style-typefinder .personality-test-upgrade-results-text .tf-results-upgrade-block {
    padding: 3px 31px 34px;
  }
}
/* line 360, ../sass-custom/tests/_results_typefinder.scss */
.pt-wrapper-test-style-typefinder .personality-test-upgrade-results-text .tf-results-upgrade-block:after {
  content: " ";
  height: 10px;
  width: 20px;
  display: block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  z-index: 1;
  margin-left: -10px;
  visibility: visible;
  background: transparent url(../images/triangle-gray.png) 50% 50% no-repeat;
}
/* line 364, ../sass-custom/tests/_results_typefinder.scss */
.pt-wrapper-test-style-typefinder .personality-test-upgrade-results-text .tf-results-upgrade-block .tf-results-upgrade-price {
  margin-top: 40px;
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 364, ../sass-custom/tests/_results_typefinder.scss */
  .pt-wrapper-test-style-typefinder .personality-test-upgrade-results-text .tf-results-upgrade-block .tf-results-upgrade-price {
    margin-top: 15px;
    margin-left: 5px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 364, ../sass-custom/tests/_results_typefinder.scss */
  .pt-wrapper-test-style-typefinder .personality-test-upgrade-results-text .tf-results-upgrade-block .tf-results-upgrade-price {
    margin-top: 25px;
  }
}
/* line 382, ../sass-custom/tests/_results_typefinder.scss */
.pt-wrapper-test-style-typefinder .personality-test-upgrade-results-text .tf-results-upgrade-block .tf-results-upgrade-button {
  margin-top: 10px;
}
/* line 385, ../sass-custom/tests/_results_typefinder.scss */
.pt-wrapper-test-style-typefinder .personality-test-upgrade-results-text .tf-results-upgrade-block .tf-results-upgrade-button a {
  padding: 16px 37px;
}
@media only screen and (max-width: 999px) {
  /* line 385, ../sass-custom/tests/_results_typefinder.scss */
  .pt-wrapper-test-style-typefinder .personality-test-upgrade-results-text .tf-results-upgrade-block .tf-results-upgrade-button a {
    padding: 19px 33px 16px;
    font-size: 16px;
    letter-spacing: 0.16em;
  }
}
@media only screen and (max-width: 999px) {
  /* line 382, ../sass-custom/tests/_results_typefinder.scss */
  .pt-wrapper-test-style-typefinder .personality-test-upgrade-results-text .tf-results-upgrade-block .tf-results-upgrade-button {
    margin-top: 7px;
  }
}
/* line 400, ../sass-custom/tests/_results_typefinder.scss */
.pt-wrapper-test-style-typefinder .personality-test-upgrade-results-text .tf-results-upgrade-block .tf-results-sample {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 15px;
  letter-spacing: 0.13em;
  line-height: 21px;
}
/* line 408, ../sass-custom/tests/_results_typefinder.scss */
.pt-wrapper-test-style-typefinder .personality-test-upgrade-results-text .tf-results-upgrade-block .tf-results-sample a {
  display: inline-block;
  padding-right: 27px;
  background: url(../images/test/test-arrow.png) 100% 50% no-repeat;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 408, ../sass-custom/tests/_results_typefinder.scss */
  .pt-wrapper-test-style-typefinder .personality-test-upgrade-results-text .tf-results-upgrade-block .tf-results-sample a {
    margin-top: 3px;
    margin-left: 1px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 408, ../sass-custom/tests/_results_typefinder.scss */
  .pt-wrapper-test-style-typefinder .personality-test-upgrade-results-text .tf-results-upgrade-block .tf-results-sample a {
    margin-top: 3px;
    margin-left: -3px;
  }
}
/* line 426, ../sass-custom/tests/_results_typefinder.scss */
.pt-wrapper-test-style-typefinder .personality-test-upgrade-results-text .tf-results-testimonials {
  position: relative;
}
@media only screen and (max-width: 767px) {
  /* line 426, ../sass-custom/tests/_results_typefinder.scss */
  .pt-wrapper-test-style-typefinder .personality-test-upgrade-results-text .tf-results-testimonials {
    padding: 0 24px 25px;
  }
}
/* line 433, ../sass-custom/tests/_results_typefinder.scss */
.pt-wrapper-test-style-typefinder .personality-test-upgrade-results-text .tf-results-testimonials:after {
  content: " ";
  height: 10px;
  width: 20px;
  display: block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  z-index: 1;
  margin-left: -10px;
  visibility: visible;
  background: transparent url(../images/triangle-white.png) 50% 50% no-repeat;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 438, ../sass-custom/tests/_results_typefinder.scss */
  .pt-wrapper-test-style-typefinder .personality-test-upgrade-results-text .tf-results-testimonials section.block[id^="block-views-typefinder-testimonials-block"] h2 {
    font-size: 35px;
    margin: 28px 31px 15px;
    letter-spacing: normal;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 438, ../sass-custom/tests/_results_typefinder.scss */
  .pt-wrapper-test-style-typefinder .personality-test-upgrade-results-text .tf-results-testimonials section.block[id^="block-views-typefinder-testimonials-block"] h2 {
    padding-bottom: 22px;
    font-size: 30px;
    line-height: 39px;
    padding-left: 31px;
    padding-right: 31px;
    letter-spacing: 0.02em;
    width: 100%;
    text-align: center;
    margin: 32px auto 19px;
  }
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 459, ../sass-custom/tests/_results_typefinder.scss */
  .pt-wrapper-test-style-typefinder .personality-test-upgrade-results-text .tf-results-testimonials section.block[id^="block-views-typefinder-testimonials-block"] .tf-testimonials-sub {
    letter-spacing: 0.019em;
    margin: 0 31px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 459, ../sass-custom/tests/_results_typefinder.scss */
  .pt-wrapper-test-style-typefinder .personality-test-upgrade-results-text .tf-results-testimonials section.block[id^="block-views-typefinder-testimonials-block"] .tf-testimonials-sub {
    font-size: 15px;
  }
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 470, ../sass-custom/tests/_results_typefinder.scss */
  .pt-wrapper-test-style-typefinder .personality-test-upgrade-results-text .tf-results-testimonials section.block[id^="block-views-typefinder-testimonials-block"] .tf-testimonial {
    margin: 0 11px;
    height: 244px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 470, ../sass-custom/tests/_results_typefinder.scss */
  .pt-wrapper-test-style-typefinder .personality-test-upgrade-results-text .tf-results-testimonials section.block[id^="block-views-typefinder-testimonials-block"] .tf-testimonial {
    height: auto;
  }
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 480, ../sass-custom/tests/_results_typefinder.scss */
  .pt-wrapper-test-style-typefinder .personality-test-upgrade-results-text .tf-results-testimonials section.block[id^="block-views-typefinder-testimonials-block"] .tf-testimonial .testimonial-pic-wrapper {
    top: 39px;
    left: 94px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 480, ../sass-custom/tests/_results_typefinder.scss */
  .pt-wrapper-test-style-typefinder .personality-test-upgrade-results-text .tf-results-testimonials section.block[id^="block-views-typefinder-testimonials-block"] .tf-testimonial .testimonial-pic-wrapper {
    position: absolute;
    top: 32px;
    left: 2px;
    margin: 0 0 0 7px;
  }
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 494, ../sass-custom/tests/_results_typefinder.scss */
  .pt-wrapper-test-style-typefinder .personality-test-upgrade-results-text .tf-results-testimonials section.block[id^="block-views-typefinder-testimonials-block"] .tf-testimonial .views-field-body {
    margin: 43px 133px 0px 227px;
    line-height: 26px;
    max-height: 125px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 494, ../sass-custom/tests/_results_typefinder.scss */
  .pt-wrapper-test-style-typefinder .personality-test-upgrade-results-text .tf-results-testimonials section.block[id^="block-views-typefinder-testimonials-block"] .tf-testimonial .views-field-body {
    display: inline-block;
    margin: 36px 7px 0 141px;
  }
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 507, ../sass-custom/tests/_results_typefinder.scss */
  .pt-wrapper-test-style-typefinder .personality-test-upgrade-results-text .tf-results-testimonials section.block[id^="block-views-typefinder-testimonials-block"] .tf-testimonial .views-field-title {
    margin-left: 227px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 507, ../sass-custom/tests/_results_typefinder.scss */
  .pt-wrapper-test-style-typefinder .personality-test-upgrade-results-text .tf-results-testimonials section.block[id^="block-views-typefinder-testimonials-block"] .tf-testimonial .views-field-title {
    display: inline-block;
    margin: 32px 7px 35px 141px;
    line-height: 23px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 519, ../sass-custom/tests/_results_typefinder.scss */
  .pt-wrapper-test-style-typefinder .personality-test-upgrade-results-text .tf-results-testimonials section.block[id^="block-views-typefinder-testimonials-block"] .tf-testimonial .carousel-indicators {
    height: 55px;
  }
}
/* line 528, ../sass-custom/tests/_results_typefinder.scss */
.pt-wrapper-test-style-typefinder .personality-test-upgrade-results-text .tf-results-upgrade-final {
  position: relative;
  z-index: 0;
  padding: 26px 0 82px;
  max-width: 938px;
  margin: 0 auto;
  font-size: 13px;
  line-height: 25px;
  letter-spacing: 0.04em;
  background-color: #f2f2f2;
}
/* line 71, ../sass-custom/_custom.scss */
.pt-wrapper-test-style-typefinder .personality-test-upgrade-results-text .tf-results-upgrade-final::before {
  content: " ";
  height: 100%;
  width: 10000px;
  display: block;
  position: absolute;
  top: 0px;
  left: 50%;
  z-index: -1;
  background: #f2f2f2;
  margin-left: -5000px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 528, ../sass-custom/tests/_results_typefinder.scss */
  .pt-wrapper-test-style-typefinder .personality-test-upgrade-results-text .tf-results-upgrade-final {
    padding: 34px 69px 65px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 528, ../sass-custom/tests/_results_typefinder.scss */
  .pt-wrapper-test-style-typefinder .personality-test-upgrade-results-text .tf-results-upgrade-final {
    padding: 26px 31px 54px;
  }
}
/* line 548, ../sass-custom/tests/_results_typefinder.scss */
.pt-wrapper-test-style-typefinder .personality-test-upgrade-results-text .tf-results-upgrade-final:after {
  content: " ";
  height: 10px;
  width: 20px;
  display: block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  z-index: 1;
  margin-left: -10px;
  visibility: visible;
  background: transparent url(../images/triangle-gray.png) 50% 50% no-repeat;
}
/* line 552, ../sass-custom/tests/_results_typefinder.scss */
.pt-wrapper-test-style-typefinder .personality-test-upgrade-results-text .tf-results-upgrade-final h2 {
  padding-bottom: 22px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 552, ../sass-custom/tests/_results_typefinder.scss */
  .pt-wrapper-test-style-typefinder .personality-test-upgrade-results-text .tf-results-upgrade-final h2 {
    letter-spacing: 0.016em;
    font-size: 33px;
    padding-bottom: 27px;
    margin-bottom: 19px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 552, ../sass-custom/tests/_results_typefinder.scss */
  .pt-wrapper-test-style-typefinder .personality-test-upgrade-results-text .tf-results-upgrade-final h2 {
    margin-top: 26px;
    margin-bottom: 19px;
    font-size: 30px;
    letter-spacing: 0.001em;
  }
}
@media only screen and (max-width: 767px) {
  /* line 570, ../sass-custom/tests/_results_typefinder.scss */
  .pt-wrapper-test-style-typefinder .personality-test-upgrade-results-text .tf-results-upgrade-final h2:after {
    width: 79px;
  }
}
/* line 577, ../sass-custom/tests/_results_typefinder.scss */
.pt-wrapper-test-style-typefinder .personality-test-upgrade-results-text .tf-results-upgrade-final p {
  text-align: left;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 577, ../sass-custom/tests/_results_typefinder.scss */
  .pt-wrapper-test-style-typefinder .personality-test-upgrade-results-text .tf-results-upgrade-final p {
    font-size: 15px;
    line-height: 27px;
    letter-spacing: 0.031em;
  }
}
@media only screen and (max-width: 767px) {
  /* line 577, ../sass-custom/tests/_results_typefinder.scss */
  .pt-wrapper-test-style-typefinder .personality-test-upgrade-results-text .tf-results-upgrade-final p {
    letter-spacing: 0.04em;
    margin-right: 16px;
    font-size: 14px;
    line-height: 27px;
  }
}
/* line 594, ../sass-custom/tests/_results_typefinder.scss */
.pt-wrapper-test-style-typefinder .personality-test-upgrade-results-text .tf-results-upgrade-final .tf-results-satisfaction-img {
  display: block;
  margin: 53px auto 0;
  width: 320px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 594, ../sass-custom/tests/_results_typefinder.scss */
  .pt-wrapper-test-style-typefinder .personality-test-upgrade-results-text .tf-results-upgrade-final .tf-results-satisfaction-img {
    margin: 55px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  /* line 594, ../sass-custom/tests/_results_typefinder.scss */
  .pt-wrapper-test-style-typefinder .personality-test-upgrade-results-text .tf-results-upgrade-final .tf-results-satisfaction-img {
    margin: 49px auto 0;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 608, ../sass-custom/tests/_results_typefinder.scss */
  .pt-wrapper-test-style-typefinder .personality-test-upgrade-results-text .tf-results-upgrade-final .tf-results-satisfaction-img img {
    width: 100%;
  }
}
/* line 617, ../sass-custom/tests/_results_typefinder.scss */
.pt-wrapper-test-style-typefinder .personality-test-results.pt-results-type-full {
  margin-top: 0;
}
/* line 620, ../sass-custom/tests/_results_typefinder.scss */
.pt-wrapper-test-style-typefinder .personality-test-results.pt-results-type-full .test-result-dimension-index_head {
  background: #f2f2f2;
  padding-top: 49px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 620, ../sass-custom/tests/_results_typefinder.scss */
  .pt-wrapper-test-style-typefinder .personality-test-results.pt-results-type-full .test-result-dimension-index_head {
    padding: 48px 35px 0;
  }
}
@media only screen and (max-width: 767px) {
  /* line 620, ../sass-custom/tests/_results_typefinder.scss */
  .pt-wrapper-test-style-typefinder .personality-test-results.pt-results-type-full .test-result-dimension-index_head {
    padding: 50px 28px 0px 22px;
  }
}
/* line 632, ../sass-custom/tests/_results_typefinder.scss */
.pt-wrapper-test-style-typefinder .personality-test-results.pt-results-type-full .test-result-dimension-index_head .tf-results-about {
  border: solid 2px #edb61b;
  border-bottom: none;
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 76px 7px;
  font-size: 13px;
  line-height: 25px;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 632, ../sass-custom/tests/_results_typefinder.scss */
  .pt-wrapper-test-style-typefinder .personality-test-results.pt-results-type-full .test-result-dimension-index_head .tf-results-about {
    padding: 35px 28px 7px 45px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 632, ../sass-custom/tests/_results_typefinder.scss */
  .pt-wrapper-test-style-typefinder .personality-test-results.pt-results-type-full .test-result-dimension-index_head .tf-results-about {
    padding: 30px 28px 7px;
  }
}
/* line 651, ../sass-custom/tests/_results_typefinder.scss */
.pt-wrapper-test-style-typefinder .personality-test-results.pt-results-type-full .test-result-dimension-index_head .tf-results-about > h2 {
  color: #edb61b;
  font-family: "Open Sans", sans-serif;
  font-size: 23px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 28px;
  padding-bottom: 0;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 651, ../sass-custom/tests/_results_typefinder.scss */
  .pt-wrapper-test-style-typefinder .personality-test-results.pt-results-type-full .test-result-dimension-index_head .tf-results-about > h2 {
    margin-bottom: 30px;
    letter-spacing: 0.08em;
    margin-left: 10px;
    margin-right: 26px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 651, ../sass-custom/tests/_results_typefinder.scss */
  .pt-wrapper-test-style-typefinder .personality-test-results.pt-results-type-full .test-result-dimension-index_head .tf-results-about > h2 {
    margin-bottom: 26px;
  }
}
/* line 674, ../sass-custom/tests/_results_typefinder.scss */
.pt-wrapper-test-style-typefinder .personality-test-results.pt-results-type-full .test-result-dimension-index_head .tf-results-about > h2::after {
  display: none;
}
/* line 679, ../sass-custom/tests/_results_typefinder.scss */
.pt-wrapper-test-style-typefinder .personality-test-results.pt-results-type-full .test-result-dimension-index_head .tf-results-about p {
  margin-bottom: 25px;
  margin-top: 25px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 679, ../sass-custom/tests/_results_typefinder.scss */
  .pt-wrapper-test-style-typefinder .personality-test-results.pt-results-type-full .test-result-dimension-index_head .tf-results-about p {
    font-size: 15px;
    letter-spacing: 0.041em;
    text-align: left;
    line-height: 27px;
    margin-bottom: 28px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 679, ../sass-custom/tests/_results_typefinder.scss */
  .pt-wrapper-test-style-typefinder .personality-test-results.pt-results-type-full .test-result-dimension-index_head .tf-results-about p {
    letter-spacing: 0.04em;
    line-height: 27px;
    margin-bottom: 26px;
    margin-top: 26px;
  }
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 698, ../sass-custom/tests/_results_typefinder.scss */
  .pt-wrapper-test-style-typefinder .personality-test-results.pt-results-type-full .test-result-dimension-index_head .tf-results-about p:last-child {
    margin-bottom: 9px;
  }
}
/* line 707, ../sass-custom/tests/_results_typefinder.scss */
.pt-wrapper-test-style-typefinder .personality-test-results.pt-results-type-full .test-result-dimension-index {
  background: #f2f2f2;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 707, ../sass-custom/tests/_results_typefinder.scss */
  .pt-wrapper-test-style-typefinder .personality-test-results.pt-results-type-full .test-result-dimension-index {
    padding: 0 35px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 707, ../sass-custom/tests/_results_typefinder.scss */
  .pt-wrapper-test-style-typefinder .personality-test-results.pt-results-type-full .test-result-dimension-index {
    padding: 0px 28px 0 22px;
  }
}
/* line 718, ../sass-custom/tests/_results_typefinder.scss */
.pt-wrapper-test-style-typefinder .personality-test-results.pt-results-type-full .test-result-dimension-index .node-test-result {
  max-width: 1000px;
  margin: 0 auto;
  border-left: solid 2px #edb61b;
  border-right: solid 2px #edb61b;
  padding: 0 76px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 718, ../sass-custom/tests/_results_typefinder.scss */
  .pt-wrapper-test-style-typefinder .personality-test-results.pt-results-type-full .test-result-dimension-index .node-test-result {
    padding: 9px 46px 0 45px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 718, ../sass-custom/tests/_results_typefinder.scss */
  .pt-wrapper-test-style-typefinder .personality-test-results.pt-results-type-full .test-result-dimension-index .node-test-result {
    padding: 0 29px;
  }
}
/* line 733, ../sass-custom/tests/_results_typefinder.scss */
.pt-wrapper-test-style-typefinder .personality-test-results.pt-results-type-full .test-result-dimension-index .node-test-result h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.14em;
  padding-bottom: 0;
  margin-bottom: 11px;
  margin-top: 15px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 733, ../sass-custom/tests/_results_typefinder.scss */
  .pt-wrapper-test-style-typefinder .personality-test-results.pt-results-type-full .test-result-dimension-index .node-test-result h3 {
    margin-bottom: 13px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 733, ../sass-custom/tests/_results_typefinder.scss */
  .pt-wrapper-test-style-typefinder .personality-test-results.pt-results-type-full .test-result-dimension-index .node-test-result h3 {
    margin-top: 17px;
    margin-bottom: 7px;
  }
}
/* line 752, ../sass-custom/tests/_results_typefinder.scss */
.pt-wrapper-test-style-typefinder .personality-test-results.pt-results-type-full .test-result-dimension-index .node-test-result h3::after {
  display: none;
}
/* line 757, ../sass-custom/tests/_results_typefinder.scss */
.pt-wrapper-test-style-typefinder .personality-test-results.pt-results-type-full .test-result-dimension-index .node-test-result .field-name-body {
  line-height: normal;
  font-size: 13px;
}
/* line 761, ../sass-custom/tests/_results_typefinder.scss */
.pt-wrapper-test-style-typefinder .personality-test-results.pt-results-type-full .test-result-dimension-index .node-test-result .field-name-body p {
  margin: 0;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 761, ../sass-custom/tests/_results_typefinder.scss */
  .pt-wrapper-test-style-typefinder .personality-test-results.pt-results-type-full .test-result-dimension-index .node-test-result .field-name-body p {
    text-align: left;
    letter-spacing: 0.04em;
    line-height: 27px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 761, ../sass-custom/tests/_results_typefinder.scss */
  .pt-wrapper-test-style-typefinder .personality-test-results.pt-results-type-full .test-result-dimension-index .node-test-result .field-name-body p {
    letter-spacing: 0.04em;
    line-height: 27px;
    word-break: break-all;
  }
}
/* line 779, ../sass-custom/tests/_results_typefinder.scss */
.pt-wrapper-test-style-typefinder .personality-test-results.pt-results-type-full .test-result-dimension-index .node-test-result footer {
  border-bottom: solid 1px #cfcfcf;
  margin-top: 24px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 779, ../sass-custom/tests/_results_typefinder.scss */
  .pt-wrapper-test-style-typefinder .personality-test-results.pt-results-type-full .test-result-dimension-index .node-test-result footer {
    margin-top: 22px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 779, ../sass-custom/tests/_results_typefinder.scss */
  .pt-wrapper-test-style-typefinder .personality-test-results.pt-results-type-full .test-result-dimension-index .node-test-result footer {
    margin-top: 17px;
  }
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 795, ../sass-custom/tests/_results_typefinder.scss */
  .pt-wrapper-test-style-typefinder .personality-test-results.pt-results-type-full .test-result-dimension-index:first-child .node-test-result {
    padding: 0px 46px 0 45px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 801, ../sass-custom/tests/_results_typefinder.scss */
  .pt-wrapper-test-style-typefinder .personality-test-results.pt-results-type-full .test-result-dimension-index:first-child .node-test-result h3 {
    margin-top: 16px;
  }
}
/* line 811, ../sass-custom/tests/_results_typefinder.scss */
.pt-wrapper-test-style-typefinder .personality-test-results.pt-results-type-full .test-result-dimension-index:last-child {
  padding-bottom: 47px;
}
@media only screen and (max-width: 999px) {
  /* line 814, ../sass-custom/tests/_results_typefinder.scss */
  .pt-wrapper-test-style-typefinder .personality-test-results.pt-results-type-full .test-result-dimension-index:last-child::after {
    content: " ";
    height: 10px;
    width: 20px;
    display: block;
    position: absolute;
    bottom: -10px;
    left: 50%;
    z-index: 1;
    margin-left: -10px;
    visibility: visible;
    background: transparent url(../images/triangle-gray.png) 50% 50% no-repeat;
  }
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 811, ../sass-custom/tests/_results_typefinder.scss */
  .pt-wrapper-test-style-typefinder .personality-test-results.pt-results-type-full .test-result-dimension-index:last-child {
    padding-bottom: 69px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 811, ../sass-custom/tests/_results_typefinder.scss */
  .pt-wrapper-test-style-typefinder .personality-test-results.pt-results-type-full .test-result-dimension-index:last-child {
    padding-bottom: 56px;
  }
}
/* line 828, ../sass-custom/tests/_results_typefinder.scss */
.pt-wrapper-test-style-typefinder .personality-test-results.pt-results-type-full .test-result-dimension-index:last-child .node-test-result {
  border-bottom: solid 2px #edb61b;
  padding-bottom: 50px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 828, ../sass-custom/tests/_results_typefinder.scss */
  .pt-wrapper-test-style-typefinder .personality-test-results.pt-results-type-full .test-result-dimension-index:last-child .node-test-result {
    padding: 9px 46px 43px 45px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 836, ../sass-custom/tests/_results_typefinder.scss */
  .pt-wrapper-test-style-typefinder .personality-test-results.pt-results-type-full .test-result-dimension-index:last-child .node-test-result:last-child {
    padding-bottom: 34px;
  }
}
/* line 842, ../sass-custom/tests/_results_typefinder.scss */
.pt-wrapper-test-style-typefinder .personality-test-results.pt-results-type-full .test-result-dimension-index:last-child .node-test-result footer {
  border-bottom: none;
}
/* line 850, ../sass-custom/tests/_results_typefinder.scss */
.pt-wrapper-test-style-typefinder .results-links {
  max-width: 950px;
  margin: 0 auto;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 850, ../sass-custom/tests/_results_typefinder.scss */
  .pt-wrapper-test-style-typefinder .results-links {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 850, ../sass-custom/tests/_results_typefinder.scss */
  .pt-wrapper-test-style-typefinder .results-links {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* line 926, ../sass-custom/tests/_results_typefinder.scss */
.region-content .pt-result-type-typefinder-intro {
  background: #ffffff;
  max-width: 900px;
  min-height: 400px;
  margin: 0 auto;
  position: relative;
  padding-top: 30px;
  padding-bottom: 58px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 926, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-intro {
    padding-bottom: 66px;
    margin: 0 42px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 926, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-intro {
    max-width: 100%;
    padding: 0 46px;
  }
}
/* line 945, ../sass-custom/tests/_results_typefinder.scss */
.region-content .pt-result-type-typefinder-intro::after {
  content: " ";
  height: 10px;
  width: 20px;
  display: block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  z-index: 1;
  margin-left: -10px;
  visibility: visible;
  background: transparent url(../images/triangle-white.png) 50% 50% no-repeat;
}
/* line 949, ../sass-custom/tests/_results_typefinder.scss */
.region-content .pt-result-type-typefinder-intro .field-name-field-pp-badge {
  position: absolute;
  top: 72px;
  left: 58px;
  max-width: 278px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 949, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-intro .field-name-field-pp-badge {
    top: 100px;
    left: 0;
    max-width: 214px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 949, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-intro .field-name-field-pp-badge {
    position: relative;
    top: 0;
    left: 0;
    max-width: 213px;
    padding-top: 16px;
    margin: 0 auto;
  }
}
/* line 971, ../sass-custom/tests/_results_typefinder.scss */
.region-content .pt-result-type-typefinder-intro h2 {
  margin: 21px 0 0 380px;
  padding-bottom: 20px;
  font-weight: 700;
  font-size: 39px;
  letter-spacing: 0.009em;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 971, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-intro h2 {
    margin: 22px 0 0 244px;
    font-size: 36px;
    padding-bottom: 21px;
    letter-spacing: 0.005em;
  }
}
@media only screen and (max-width: 767px) {
  /* line 971, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-intro h2 {
    margin: 23px 0 0 0;
    font-size: 30px;
    letter-spacing: 0.02em;
    text-align: center;
  }
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 992, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-intro h2::after {
    width: 79px;
    left: 2px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 992, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-intro h2::after {
    width: 79px;
    position: relative;
    left: 50%;
    top: 18px;
    margin-left: -40px;
  }
}
/* line 1008, ../sass-custom/tests/_results_typefinder.scss */
.region-content .pt-result-type-typefinder-intro .field-name-field-ptr-summary {
  margin-left: 380px;
  margin-top: 22px;
  font-size: 14px;
  line-height: 27px;
  letter-spacing: 0.077em;
  min-height: 162px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 1008, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-intro .field-name-field-ptr-summary {
    margin-left: 245px;
    font-size: 16px;
    letter-spacing: 0.02em;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1008, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-intro .field-name-field-ptr-summary {
    margin-top: 17px;
    margin-left: 0;
  }
}
/* line 1028, ../sass-custom/tests/_results_typefinder.scss */
.region-content .pt-result-type-typefinder-intro .field-name-field-ptr-summary p {
  margin: 0;
}
@media only screen and (max-width: 999px) {
  /* line 1028, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-intro .field-name-field-ptr-summary p {
    font-size: 15px;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1028, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-intro .field-name-field-ptr-summary p {
    text-align: center;
  }
}
/* line 1042, ../sass-custom/tests/_results_typefinder.scss */
.region-content .pt-result-type-typefinder-intro .field-name-field-ptr-printpdf {
  margin-left: 380px;
  margin-top: 27px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 1042, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-intro .field-name-field-ptr-printpdf {
    margin-left: 246px;
    margin-top: 32px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1042, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-intro .field-name-field-ptr-printpdf {
    margin-left: 0;
    margin-top: 21px;
    text-align: center;
    padding-bottom: 40px;
  }
}
/* line 1058, ../sass-custom/tests/_results_typefinder.scss */
.region-content .pt-result-type-typefinder-intro .field-name-field-ptr-printpdf a.btn {
  font-size: 14px;
  padding: 8px 33px;
  letter-spacing: 0.18em;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 1058, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-intro .field-name-field-ptr-printpdf a.btn {
    padding: 17px 40px 18px 43px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1058, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-intro .field-name-field-ptr-printpdf a.btn {
    font-size: 15px;
    padding: 18px 42px;
    letter-spacing: 0.16em;
  }
}

/* line 1078, ../sass-custom/tests/_results_typefinder.scss */
.region-content .pt-result-type-typefinder-main-section p {
  margin: 20px 0 25px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 1078, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section p {
    margin: 20px 0 27px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1078, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section p {
    margin: 19px 0;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1078, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section p {
    line-height: 27px;
  }
}
/* line 1093, ../sass-custom/tests/_results_typefinder.scss */
.region-content .pt-result-type-typefinder-main-section p:first-child {
  margin-top: 0;
}
/* line 1097, ../sass-custom/tests/_results_typefinder.scss */
.region-content .pt-result-type-typefinder-main-section p:last-child {
  margin-bottom: 0;
}
/* line 1102, ../sass-custom/tests/_results_typefinder.scss */
.region-content .pt-result-type-typefinder-main-section h3 {
  font-size: 31px;
  letter-spacing: 0.026em;
  position: relative;
  padding-bottom: 22px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 1102, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section h3 {
    letter-spacing: 0.01em;
    font-size: 30px;
  }
}
/* line 1113, ../sass-custom/tests/_results_typefinder.scss */
.region-content .pt-result-type-typefinder-main-section h3::after {
  border-bottom: 2px solid #3d3d3d;
  content: " ";
  display: block;
  width: 66px;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 1113, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section h3::after {
    left: 1px;
    width: 79px;
  }
}
/* line 1123, ../sass-custom/tests/_results_typefinder.scss */
.region-content .pt-result-type-typefinder-main-section .tf-results-two-columns {
  padding: 3px 0 5px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 1123, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .tf-results-two-columns {
    padding: 12px 0 11px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1123, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .tf-results-two-columns {
    padding: 4px 0 11px;
  }
}
/* line 1134, ../sass-custom/tests/_results_typefinder.scss */
.region-content .pt-result-type-typefinder-main-section .tf-results-two-columns > .column {
  display: inline-block;
  width: 230px;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 1134, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .tf-results-two-columns > .column {
    width: 49%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1134, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .tf-results-two-columns > .column {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1149, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .tf-results-two-columns > .column:first-child {
    margin-bottom: 9px;
  }
}
/* line 1155, ../sass-custom/tests/_results_typefinder.scss */
.region-content .pt-result-type-typefinder-main-section .tf-results-two-columns > .column ul {
  margin-top: 18px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 1155, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .tf-results-two-columns > .column ul {
    margin-top: 23px;
  }
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 1155, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .tf-results-two-columns > .column ul {
    margin-top: 20px;
  }
}
/* line 1166, ../sass-custom/tests/_results_typefinder.scss */
.region-content .pt-result-type-typefinder-main-section .tf-results-two-columns > .column ul li {
  background-position: 1px 4px;
}
/* line 1174, ../sass-custom/tests/_results_typefinder.scss */
.region-content .pt-result-type-typefinder-main-section .tf-results-three-columns > .column {
  display: inline-block;
  width: 315px;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  padding-bottom: 14px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 1174, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .tf-results-three-columns > .column {
    width: 303px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1174, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .tf-results-three-columns > .column {
    width: 100%;
  }
}
/* line 1190, ../sass-custom/tests/_results_typefinder.scss */
.region-content .pt-result-type-typefinder-main-section .tf-results-three-columns > .column ul {
  margin-bottom: 38px;
}
/* line 1196, ../sass-custom/tests/_results_typefinder.scss */
.region-content .pt-result-type-typefinder-main-section > fieldset.collapsible.panel {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  max-width: 954px;
  margin: 0 auto;
  background: #f2f2f2;
  z-index: 0;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 1196, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section > fieldset.collapsible.panel {
    margin: 0 35px;
  }
}
@media only screen and (max-width: 999px) {
  /* line 1209, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section > fieldset.collapsible.panel:first-child > legend.panel-heading {
    border-top: solid 1px #cfcfcf;
  }
}
/* line 1216, ../sass-custom/tests/_results_typefinder.scss */
.region-content .pt-result-type-typefinder-main-section > fieldset.collapsible.panel > legend.panel-heading {
  float: none;
  border-bottom-width: 0;
  margin-bottom: 1px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 1216, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section > fieldset.collapsible.panel > legend.panel-heading {
    margin: 0 auto;
    padding: 26px 0;
    width: 100%;
    background-position: 100.9% 50%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1216, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section > fieldset.collapsible.panel > legend.panel-heading {
    padding: 26px 0;
    margin: 0 23px;
    max-width: 90%;
    background-position: 102% 50%;
  }
}
/* line 1235, ../sass-custom/tests/_results_typefinder.scss */
.region-content .pt-result-type-typefinder-main-section > fieldset.collapsible.panel > legend.panel-heading .fieldset-legend {
  font-weight: 600;
}
/* line 1240, ../sass-custom/tests/_results_typefinder.scss */
.region-content .pt-result-type-typefinder-main-section > fieldset.collapsible.panel > .panel-collapse {
  background-color: #ffffff;
  position: relative;
  margin: 0;
}
/* line 71, ../sass-custom/_custom.scss */
.region-content .pt-result-type-typefinder-main-section > fieldset.collapsible.panel > .panel-collapse::before {
  content: " ";
  height: 100%;
  width: 10000px;
  display: block;
  position: absolute;
  top: 0px;
  left: 50%;
  z-index: -1;
  background: #ffffff;
  margin-left: -5000px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 1240, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section > fieldset.collapsible.panel > .panel-collapse {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1240, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section > fieldset.collapsible.panel > .panel-collapse {
    margin: 0 23px 0;
  }
}
/* line 1253, ../sass-custom/tests/_results_typefinder.scss */
.region-content .pt-result-type-typefinder-main-section > fieldset.collapsible.panel > .panel-collapse > .panel-body {
  padding: 33px 0 49px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 1253, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section > fieldset.collapsible.panel > .panel-collapse > .panel-body {
    padding-top: 38px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1253, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section > fieldset.collapsible.panel > .panel-collapse > .panel-body {
    padding-top: 41px;
  }
}
/* line 1267, ../sass-custom/tests/_results_typefinder.scss */
.region-content .pt-result-type-typefinder-main-section > fieldset.collapsible.panel.collapsed > legend.panel-heading {
  border-bottom-width: 1px;
  margin-bottom: 0;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 1274, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section > fieldset.collapsible.panel.collapsed + .collapsed .panel-heading {
    padding: 26px 0;
  }
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 1282, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section > fieldset.collapsible.panel + .collapsed .panel-heading {
    padding: 38px 0px 26px;
    background-position: 100.9% 58%;
  }
}
/* line 1292, ../sass-custom/tests/_results_typefinder.scss */
.region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-motive {
  padding: 46px 0;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 1292, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-motive {
    padding: 28px 33px 3px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1292, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-motive {
    padding: 6px 7px 0;
    width: 100%;
    margin-top: 0;
    padding: 12px 10px 3px;
  }
  /* line 915, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-motive h3 {
    font-size: 30px;
    letter-spacing: 0.005em;
  }
  /* line 919, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-motive h3::after {
    left: 1px;
    width: 79px;
  }
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 1305, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-motive p {
    margin: 19px 0 27px;
    font-size: 15px;
    line-height: 27px;
    letter-spacing: 0.028em;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1314, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-motive .tf-results-two-columns {
    padding: 4px 0 12px;
  }
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 1321, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-img-relate {
    padding: 0 1px 17px;
  }
}
/* line 1326, ../sass-custom/tests/_results_typefinder.scss */
.region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-img-relate img {
  margin: 0 auto;
  width: 100%;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 1332, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-appear {
    padding: 0 35px 10px;
    width: 100%;
    margin-top: 0;
    padding-top: 31px;
  }
  /* line 884, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-appear h3 {
    font-size: 33px;
    padding-bottom: 27px;
    letter-spacing: 0.019em;
    margin-top: 0;
  }
  /* line 890, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-appear h3::after {
    left: 0;
  }
  /* line 895, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-appear p {
    margin: 19px 0 27px;
    font-size: 15px;
    line-height: 27px;
    text-align: justify;
  }
  /* line 901, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-appear p:last-child {
    margin-bottom: 0;
  }
  /* line 906, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-appear .list-header {
    padding-top: 12px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1332, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-appear {
    padding: 6px 7px 0;
    width: 100%;
    margin-top: 0;
  }
  /* line 915, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-appear h3 {
    font-size: 30px;
    letter-spacing: 0.005em;
  }
  /* line 919, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-appear h3::after {
    left: 1px;
    width: 79px;
  }
}
/* line 1345, ../sass-custom/tests/_results_typefinder.scss */
.region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-communication {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  margin-top: 34px;
  padding-right: 55px;
  padding-bottom: 15px;
}
/* line 874, ../sass-custom/tests/_results_typefinder.scss */
.region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-communication p {
  text-align: left;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 1345, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-communication {
    padding: 0 35px 10px;
    width: 100%;
    margin-top: 0;
    padding-top: 13px;
  }
  /* line 884, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-communication h3 {
    font-size: 33px;
    padding-bottom: 27px;
    letter-spacing: 0.019em;
    margin-top: 0;
  }
  /* line 890, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-communication h3::after {
    left: 0;
  }
  /* line 895, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-communication p {
    margin: 19px 0 27px;
    font-size: 15px;
    line-height: 27px;
    text-align: justify;
  }
  /* line 901, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-communication p:last-child {
    margin-bottom: 0;
  }
  /* line 906, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-communication .list-header {
    padding-top: 12px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1345, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-communication {
    padding: 6px 7px 0;
    width: 100%;
    margin-top: 8px;
  }
  /* line 915, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-communication h3 {
    font-size: 30px;
    letter-spacing: 0.005em;
  }
  /* line 919, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-communication h3::after {
    left: 1px;
    width: 79px;
  }
}
/* line 1359, ../sass-custom/tests/_results_typefinder.scss */
.region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-relate {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  margin-top: 34px;
  padding-right: 55px;
  padding-bottom: 15px;
}
/* line 874, ../sass-custom/tests/_results_typefinder.scss */
.region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-relate p {
  text-align: left;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 1359, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-relate {
    padding: 0 35px 10px;
    width: 100%;
    margin-top: 0;
    padding-top: 17px;
  }
  /* line 884, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-relate h3 {
    font-size: 33px;
    padding-bottom: 27px;
    letter-spacing: 0.019em;
    margin-top: 0;
  }
  /* line 890, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-relate h3::after {
    left: 0;
  }
  /* line 895, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-relate p {
    margin: 19px 0 27px;
    font-size: 15px;
    line-height: 27px;
    text-align: justify;
  }
  /* line 901, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-relate p:last-child {
    margin-bottom: 0;
  }
  /* line 906, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-relate .list-header {
    padding-top: 12px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1359, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-relate {
    padding: 6px 7px 0;
    width: 100%;
    margin-top: 10px;
  }
  /* line 915, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-relate h3 {
    font-size: 30px;
    letter-spacing: 0.005em;
  }
  /* line 919, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-relate h3::after {
    left: 1px;
    width: 79px;
  }
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 1373, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-img-work {
    padding: 0 35px 10px;
    width: 100%;
    margin-top: 0;
    padding: 0 1px 28px;
  }
  /* line 884, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-img-work h3 {
    font-size: 33px;
    padding-bottom: 27px;
    letter-spacing: 0.019em;
    margin-top: 0;
  }
  /* line 890, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-img-work h3::after {
    left: 0;
  }
  /* line 895, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-img-work p {
    margin: 19px 0 27px;
    font-size: 15px;
    line-height: 27px;
    text-align: justify;
  }
  /* line 901, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-img-work p:last-child {
    margin-bottom: 0;
  }
  /* line 906, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-img-work .list-header {
    padding-top: 12px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1373, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-img-work {
    padding: 0 1px 0;
    width: 100%;
  }
}
/* line 1384, ../sass-custom/tests/_results_typefinder.scss */
.region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-img-work img {
  margin: 0 auto;
  width: 100%;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 1390, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-work {
    padding: 0 35px 10px;
    width: 100%;
    margin-top: 0;
    padding-top: 20px;
  }
  /* line 884, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-work h3 {
    font-size: 33px;
    padding-bottom: 27px;
    letter-spacing: 0.019em;
    margin-top: 0;
  }
  /* line 890, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-work h3::after {
    left: 0;
  }
  /* line 895, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-work p {
    margin: 19px 0 27px;
    font-size: 15px;
    line-height: 27px;
    text-align: justify;
  }
  /* line 901, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-work p:last-child {
    margin-bottom: 0;
  }
  /* line 906, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-work .list-header {
    padding-top: 12px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1390, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-work {
    padding: 6px 7px 0;
    width: 100%;
    margin-top: 0;
  }
  /* line 915, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-work h3 {
    font-size: 30px;
    letter-spacing: 0.005em;
  }
  /* line 919, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-work h3::after {
    left: 1px;
    width: 79px;
  }
}
/* line 1402, ../sass-custom/tests/_results_typefinder.scss */
.region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-work .tf-results-two-columns {
  padding-bottom: 0px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 1402, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-work .tf-results-two-columns {
    padding-top: 0;
  }
}
/* line 1409, ../sass-custom/tests/_results_typefinder.scss */
.region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-work .tf-results-two-columns > .column {
  width: 49.7%;
}
@media only screen and (max-width: 767px) {
  /* line 1409, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-work .tf-results-two-columns > .column {
    width: 100%;
  }
}
/* line 1419, ../sass-custom/tests/_results_typefinder.scss */
.region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-teams {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  margin-top: 34px;
  padding-right: 55px;
  padding-bottom: 15px;
}
/* line 874, ../sass-custom/tests/_results_typefinder.scss */
.region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-teams p {
  text-align: left;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 1419, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-teams {
    padding: 0 35px 10px;
    width: 100%;
    margin-top: 0;
    padding-top: 16px;
  }
  /* line 884, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-teams h3 {
    font-size: 33px;
    padding-bottom: 27px;
    letter-spacing: 0.019em;
    margin-top: 0;
  }
  /* line 890, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-teams h3::after {
    left: 0;
  }
  /* line 895, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-teams p {
    margin: 19px 0 27px;
    font-size: 15px;
    line-height: 27px;
    text-align: justify;
  }
  /* line 901, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-teams p:last-child {
    margin-bottom: 0;
  }
  /* line 906, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-teams .list-header {
    padding-top: 12px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1419, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-teams {
    padding: 6px 7px 0;
    width: 100%;
    margin-top: 9px;
  }
  /* line 915, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-teams h3 {
    font-size: 30px;
    letter-spacing: 0.005em;
  }
  /* line 919, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-teams h3::after {
    left: 1px;
    width: 79px;
  }
}
/* line 1433, ../sass-custom/tests/_results_typefinder.scss */
.region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-leaders {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  margin-top: 34px;
  padding-right: 55px;
  padding-bottom: 15px;
}
/* line 874, ../sass-custom/tests/_results_typefinder.scss */
.region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-leaders p {
  text-align: left;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 1433, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-leaders {
    padding: 0 35px 10px;
    width: 100%;
    margin-top: 0;
    padding-top: 12px;
  }
  /* line 884, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-leaders h3 {
    font-size: 33px;
    padding-bottom: 27px;
    letter-spacing: 0.019em;
    margin-top: 0;
  }
  /* line 890, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-leaders h3::after {
    left: 0;
  }
  /* line 895, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-leaders p {
    margin: 19px 0 27px;
    font-size: 15px;
    line-height: 27px;
    text-align: justify;
  }
  /* line 901, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-leaders p:last-child {
    margin-bottom: 0;
  }
  /* line 906, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-leaders .list-header {
    padding-top: 12px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1433, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-leaders {
    padding: 6px 7px 0;
    width: 100%;
    margin-top: 9px;
  }
  /* line 915, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-leaders h3 {
    font-size: 30px;
    letter-spacing: 0.005em;
  }
  /* line 919, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-leaders h3::after {
    left: 1px;
    width: 79px;
  }
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 1447, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-careers {
    padding: 0 35px 10px;
    width: 100%;
    margin-top: 0;
    padding-top: 12px;
  }
  /* line 884, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-careers h3 {
    font-size: 33px;
    padding-bottom: 27px;
    letter-spacing: 0.019em;
    margin-top: 0;
  }
  /* line 890, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-careers h3::after {
    left: 0;
  }
  /* line 895, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-careers p {
    margin: 19px 0 27px;
    font-size: 15px;
    line-height: 27px;
    text-align: justify;
  }
  /* line 901, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-careers p:last-child {
    margin-bottom: 0;
  }
  /* line 906, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-careers .list-header {
    padding-top: 12px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1447, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-careers {
    padding: 6px 7px 0;
    width: 100%;
  }
  /* line 915, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-careers h3 {
    font-size: 30px;
    letter-spacing: 0.005em;
  }
  /* line 919, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-careers h3::after {
    left: 1px;
    width: 79px;
  }
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 1458, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-img-potential {
    padding: 0 35px 10px;
    width: 100%;
    margin-top: 0;
    padding: 0 1px 28px;
  }
  /* line 884, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-img-potential h3 {
    font-size: 33px;
    padding-bottom: 27px;
    letter-spacing: 0.019em;
    margin-top: 0;
  }
  /* line 890, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-img-potential h3::after {
    left: 0;
  }
  /* line 895, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-img-potential p {
    margin: 19px 0 27px;
    font-size: 15px;
    line-height: 27px;
    text-align: justify;
  }
  /* line 901, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-img-potential p:last-child {
    margin-bottom: 0;
  }
  /* line 906, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-img-potential .list-header {
    padding-top: 12px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1458, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-img-potential {
    padding: 7px 2px 0 0px;
    width: 100%;
  }
}
/* line 1469, ../sass-custom/tests/_results_typefinder.scss */
.region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-img-potential img {
  margin: 0 auto;
  width: 100%;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 1475, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-strength {
    padding: 0 35px 10px;
    width: 100%;
    margin-top: 0;
    padding-top: 20px;
  }
  /* line 884, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-strength h3 {
    font-size: 33px;
    padding-bottom: 27px;
    letter-spacing: 0.019em;
    margin-top: 0;
  }
  /* line 890, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-strength h3::after {
    left: 0;
  }
  /* line 895, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-strength p {
    margin: 19px 0 27px;
    font-size: 15px;
    line-height: 27px;
    text-align: justify;
  }
  /* line 901, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-strength p:last-child {
    margin-bottom: 0;
  }
  /* line 906, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-strength .list-header {
    padding-top: 12px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1475, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-strength {
    padding: 6px 7px 0;
    width: 100%;
    margin-top: 0;
  }
  /* line 915, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-strength h3 {
    font-size: 30px;
    letter-spacing: 0.005em;
  }
  /* line 919, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-strength h3::after {
    left: 1px;
    width: 79px;
  }
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 1487, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-ideal {
    padding: 0 35px 10px;
    width: 100%;
    margin-top: 0;
  }
  /* line 884, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-ideal h3 {
    font-size: 33px;
    padding-bottom: 27px;
    letter-spacing: 0.019em;
    margin-top: 0;
  }
  /* line 890, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-ideal h3::after {
    left: 0;
  }
  /* line 895, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-ideal p {
    margin: 19px 0 27px;
    font-size: 15px;
    line-height: 27px;
    text-align: justify;
  }
  /* line 901, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-ideal p:last-child {
    margin-bottom: 0;
  }
  /* line 906, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-ideal .list-header {
    padding-top: 12px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1487, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-ideal {
    padding: 6px 7px 0;
    width: 100%;
    margin-top: 11px;
  }
  /* line 915, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-ideal h3 {
    font-size: 30px;
    letter-spacing: 0.005em;
  }
  /* line 919, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-ideal h3::after {
    left: 1px;
    width: 79px;
  }
}
/* line 1498, ../sass-custom/tests/_results_typefinder.scss */
.region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-challenge {
  margin-bottom: 5px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 1498, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-challenge {
    padding: 0 35px 10px;
    width: 100%;
    margin-top: 0;
    padding-top: 17px;
    padding-bottom: 0px;
    margin-bottom: 0;
  }
  /* line 884, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-challenge h3 {
    font-size: 33px;
    padding-bottom: 27px;
    letter-spacing: 0.019em;
    margin-top: 0;
  }
  /* line 890, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-challenge h3::after {
    left: 0;
  }
  /* line 895, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-challenge p {
    margin: 19px 0 27px;
    font-size: 15px;
    line-height: 27px;
    text-align: justify;
  }
  /* line 901, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-challenge p:last-child {
    margin-bottom: 0;
  }
  /* line 906, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-challenge .list-header {
    padding-top: 12px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1498, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-challenge {
    padding: 6px 7px 0;
    width: 100%;
    margin-top: 8px;
  }
  /* line 915, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-challenge h3 {
    font-size: 30px;
    letter-spacing: 0.005em;
  }
  /* line 919, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-challenge h3::after {
    left: 1px;
    width: 79px;
  }
}
/* line 1513, ../sass-custom/tests/_results_typefinder.scss */
.region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-challenge .tf-results-two-columns {
  padding-top: 31px;
  padding-bottom: 0;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 1513, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-challenge .tf-results-two-columns {
    padding-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1513, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-challenge .tf-results-two-columns {
    padding-top: 2px;
  }
}
/* line 1525, ../sass-custom/tests/_results_typefinder.scss */
.region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-challenge .tf-results-two-columns > .column {
  width: 475px;
  padding-right: 50px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 1525, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-challenge .tf-results-two-columns > .column {
    width: 100%;
    padding-top: 17px;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1525, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-challenge .tf-results-two-columns > .column {
    width: 100%;
    padding-right: 0;
  }
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 1540, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-challenge .tf-results-two-columns > .column:first-child {
    padding-top: 0;
  }
}
/* line 1546, ../sass-custom/tests/_results_typefinder.scss */
.region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-challenge .tf-results-two-columns > .column ul {
  margin-top: 20px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 1546, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-challenge .tf-results-two-columns > .column ul {
    margin-top: 16px;
    margin-bottom: 25px;
  }
}
/* line 1554, ../sass-custom/tests/_results_typefinder.scss */
.region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-challenge .tf-results-two-columns > .column ul li {
  margin-bottom: 25px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 1554, ../sass-custom/tests/_results_typefinder.scss */
  .region-content .pt-result-type-typefinder-main-section .field-name-field-ptr-challenge .tf-results-two-columns > .column ul li {
    margin-bottom: 32px;
  }
}

@media only screen and (min-width: 1000px) {
  /* line 1568, ../sass-custom/tests/_results_typefinder.scss */
  body.node-type-test-result-type2 .main-container.container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 1575, ../sass-custom/tests/_results_typefinder.scss */
body.node-type-test-result-type2 .main-container.container .pt-result-type-typefinder-main-section {
  background: #f2f2f2;
}

/* line 1581, ../sass-custom/tests/_results_typefinder.scss */
.dimensions-table {
  position: relative;
  display: inline-block;
  width: 100%;
}
/* line 1586, ../sass-custom/tests/_results_typefinder.scss */
.dimensions-table .preference {
  position: relative;
  margin-bottom: 5px;
  padding: 15px 0;
  border-bottom: solid 1px #cfcfcf;
  background-color: #ffffff;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 1586, ../sass-custom/tests/_results_typefinder.scss */
  .dimensions-table .preference {
    padding: 29px 0;
    text-align: center;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1586, ../sass-custom/tests/_results_typefinder.scss */
  .dimensions-table .preference {
    padding: 17px 0;
    text-align: center;
  }
}
@media only screen and (max-width: 479px) {
  /* line 1586, ../sass-custom/tests/_results_typefinder.scss */
  .dimensions-table .preference {
    text-align: left;
  }
}
/* line 71, ../sass-custom/_custom.scss */
.dimensions-table .preference::before {
  content: " ";
  height: 100%;
  width: 10000px;
  display: block;
  position: absolute;
  top: 0px;
  left: 50%;
  z-index: -1;
  background: #ffffff;
  margin-left: -5000px;
}
/* line 1609, ../sass-custom/tests/_results_typefinder.scss */
.dimensions-table .preference p {
  text-align: left;
}
/* line 1613, ../sass-custom/tests/_results_typefinder.scss */
.dimensions-table .preference .dim-bullets {
  display: inline-block;
  vertical-align: top;
  width: 191px;
  border-right: solid 1px #cfcfcf;
  min-height: 243px;
  padding: 5px 16px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 1613, ../sass-custom/tests/_results_typefinder.scss */
  .dimensions-table .preference .dim-bullets {
    border-right: none;
    padding: 14px 22px 14px 52px;
    width: 265px;
    min-height: 237px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1613, ../sass-custom/tests/_results_typefinder.scss */
  .dimensions-table .preference .dim-bullets {
    border-right: none;
    min-height: 214px;
    text-align: left;
    max-width: 223px;
    padding: 15px 0 12px 22px;
  }
}
@media only screen and (max-width: 479px) {
  /* line 1613, ../sass-custom/tests/_results_typefinder.scss */
  .dimensions-table .preference .dim-bullets {
    width: 100%;
    padding: 15px 0 12px 9px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1641, ../sass-custom/tests/_results_typefinder.scss */
  .dimensions-table .preference .dim-bullets .list-header {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1647, ../sass-custom/tests/_results_typefinder.scss */
  .dimensions-table .preference .dim-bullets ul {
    margin-top: 19px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1652, ../sass-custom/tests/_results_typefinder.scss */
  .dimensions-table .preference .dim-bullets ul li {
    font-size: 14px;
    padding-left: 30px;
    line-height: 27px;
    background-position: 0 5px;
  }
}
/* line 1663, ../sass-custom/tests/_results_typefinder.scss */
.dimensions-table .preference .dim-traits {
  display: inline-block;
  vertical-align: top;
  width: 291px;
  border-right: solid 1px #cfcfcf;
  min-height: 243px;
  padding: 5px 16px 5px 16px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 1663, ../sass-custom/tests/_results_typefinder.scss */
  .dimensions-table .preference .dim-traits {
    border-top: solid 1px #cfcfcf;
    border-right: none;
    width: 100%;
    padding: 23px 0 23px 34px;
    min-height: 200px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1663, ../sass-custom/tests/_results_typefinder.scss */
  .dimensions-table .preference .dim-traits {
    border-top: solid 1px #cfcfcf;
    border-right: none;
    width: 100%;
    text-align: left;
    font-size: 14px;
    padding: 27px 0 34px 9px;
    min-height: 200px;
  }
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 1689, ../sass-custom/tests/_results_typefinder.scss */
  .dimensions-table .preference .dim-traits ul {
    margin-top: 23px;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1689, ../sass-custom/tests/_results_typefinder.scss */
  .dimensions-table .preference .dim-traits ul {
    margin-top: 19px;
  }
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 1699, ../sass-custom/tests/_results_typefinder.scss */
  .dimensions-table .preference .dim-traits ul li {
    width: 295px;
    display: inline-block;
    text-align: left;
    margin-right: 34px;
    vertical-align: top;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1699, ../sass-custom/tests/_results_typefinder.scss */
  .dimensions-table .preference .dim-traits ul li {
    font-size: 14px;
    padding-left: 30px;
    line-height: 27px;
    background-position: 0 5px;
  }
}
/* line 1718, ../sass-custom/tests/_results_typefinder.scss */
.dimensions-table .preference .dim-description {
  display: inline-block;
  vertical-align: top;
  width: 280px;
  border-right: solid 1px #cfcfcf;
  min-height: 243px;
  padding: 7px 0 5px 16px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 1718, ../sass-custom/tests/_results_typefinder.scss */
  .dimensions-table .preference .dim-description {
    border-top: solid 1px #cfcfcf;
    display: block;
    width: 100%;
    min-height: 207px;
    padding: 33px 13px 23px 34px;
    font-size: 15px;
    letter-spacing: 0.04em;
    text-align: left;
    line-height: 27px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1718, ../sass-custom/tests/_results_typefinder.scss */
  .dimensions-table .preference .dim-description {
    border-top: solid 1px #cfcfcf;
    display: block;
    width: 100%;
    min-height: 198px;
    letter-spacing: 0.045em;
    text-align: left;
    font-size: 14px;
    padding: 26px 0 4px 9px;
    line-height: 27px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1750, ../sass-custom/tests/_results_typefinder.scss */
  .dimensions-table .preference .dim-description p {
    letter-spacing: 0.04em;
    margin: 0 0 27px;
  }
}
/* line 1758, ../sass-custom/tests/_results_typefinder.scss */
.dimensions-table .preference .dim-4 {
  width: 24.5%;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 1758, ../sass-custom/tests/_results_typefinder.scss */
  .dimensions-table .preference .dim-4 {
    width: 100%;
    border: none;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1758, ../sass-custom/tests/_results_typefinder.scss */
  .dimensions-table .preference .dim-4 {
    width: 100%;
    border: none;
  }
}
/* line 1772, ../sass-custom/tests/_results_typefinder.scss */
.dimensions-table .preference :last-child {
  border-right: none;
}
/* line 1776, ../sass-custom/tests/_results_typefinder.scss */
.dimensions-table .preference:first-child {
  padding-top: 9px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 1776, ../sass-custom/tests/_results_typefinder.scss */
  .dimensions-table .preference:first-child {
    padding-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1776, ../sass-custom/tests/_results_typefinder.scss */
  .dimensions-table .preference:first-child {
    padding-top: 0;
  }
}
@media only screen and (max-width: 999px) {
  /* line 1788, ../sass-custom/tests/_results_typefinder.scss */
  .dimensions-table .preference.preference-nv {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    padding: 0 19px 0 15px;
    border-right: solid 1px #cfcfcf;
    border-bottom: none;
  }
}
/* line 1799, ../sass-custom/tests/_results_typefinder.scss */
.dimensions-table .preference.preference-nv .dim-std.dim-initial {
  padding: 5px 0 0;
}
@media only screen and (max-width: 999px) {
  /* line 1799, ../sass-custom/tests/_results_typefinder.scss */
  .dimensions-table .preference.preference-nv .dim-std.dim-initial {
    padding: 23px 0 0;
  }
}
@media only screen and (max-width: 999px) {
  /* line 1798, ../sass-custom/tests/_results_typefinder.scss */
  .dimensions-table .preference.preference-nv .dim-std {
    min-height: 240px;
    border-bottom: solid 1px #cfcfcf;
  }
}
@media only screen and (max-width: 999px) {
  /* line 1813, ../sass-custom/tests/_results_typefinder.scss */
  .dimensions-table .preference.preference-nv:last-child {
    border-right: none;
  }
}
/* line 1821, ../sass-custom/tests/_results_typefinder.scss */
.dimensions-table .dim-initial,
.dimensions-table .initial {
  display: inline-block;
  vertical-align: top;
  min-height: 243px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 1821, ../sass-custom/tests/_results_typefinder.scss */
  .dimensions-table .dim-initial,
  .dimensions-table .initial {
    min-height: 206px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1821, ../sass-custom/tests/_results_typefinder.scss */
  .dimensions-table .dim-initial,
  .dimensions-table .initial {
    text-align: left;
    min-height: 189px;
  }
}
@media only screen and (max-width: 479px) {
  /* line 1821, ../sass-custom/tests/_results_typefinder.scss */
  .dimensions-table .dim-initial,
  .dimensions-table .initial {
    min-height: 189px;
  }
}
/* line 1840, ../sass-custom/tests/_results_typefinder.scss */
.dimensions-table .dim-initial h2,
.dimensions-table .initial h2 {
  padding-bottom: 11px;
  display: block;
  width: 68px;
  margin: 30px auto 0;
  font-size: 100px;
  font-weight: 700;
  line-height: 100px;
  text-align: center;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 1840, ../sass-custom/tests/_results_typefinder.scss */
  .dimensions-table .dim-initial h2,
  .dimensions-table .initial h2 {
    margin: 1px auto 0;
    font-size: 100px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1840, ../sass-custom/tests/_results_typefinder.scss */
  .dimensions-table .dim-initial h2,
  .dimensions-table .initial h2 {
    right: 16px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 479px) {
  /* line 1840, ../sass-custom/tests/_results_typefinder.scss */
  .dimensions-table .dim-initial h2,
  .dimensions-table .initial h2 {
    right: 0;
  }
}
@media only screen and (max-width: 999px) {
  /* line 1864, ../sass-custom/tests/_results_typefinder.scss */
  .dimensions-table .dim-initial h2::after,
  .dimensions-table .initial h2::after {
    left: 2px;
    width: 62px;
  }
}
/* line 1872, ../sass-custom/tests/_results_typefinder.scss */
.dimensions-table .dim-initial p,
.dimensions-table .initial p {
  color: #3d3d3d;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0.07em;
  text-align: center;
  margin-top: 16px;
  word-break: break-word;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 1872, ../sass-custom/tests/_results_typefinder.scss */
  .dimensions-table .dim-initial p,
  .dimensions-table .initial p {
    letter-spacing: 0.073em;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1872, ../sass-custom/tests/_results_typefinder.scss */
  .dimensions-table .dim-initial p,
  .dimensions-table .initial p {
    letter-spacing: 0.073em;
    right: 20px;
    position: relative;
  }
}
@media only screen and (max-width: 479px) {
  /* line 1872, ../sass-custom/tests/_results_typefinder.scss */
  .dimensions-table .dim-initial p,
  .dimensions-table .initial p {
    right: 0;
  }
}
/* line 1898, ../sass-custom/tests/_results_typefinder.scss */
.dimensions-table .dim-initial {
  border-right: solid 1px #cfcfcf;
  width: 180px;
  padding: 5px 22px 5px 4px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 1898, ../sass-custom/tests/_results_typefinder.scss */
  .dimensions-table .dim-initial {
    padding: 18px 62px 5px 6px;
    width: 223px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1898, ../sass-custom/tests/_results_typefinder.scss */
  .dimensions-table .dim-initial {
    width: 40%;
  }
}
@media only screen and (max-width: 479px) {
  /* line 1898, ../sass-custom/tests/_results_typefinder.scss */
  .dimensions-table .dim-initial {
    width: 100%;
    padding-right: 4px;
    margin: 0 auto;
  }
}

/* line 6, ../sass-custom/tests/_results_other.scss */
.view-type-results .views-row {
  margin-bottom: 45px;
}
/* line 9, ../sass-custom/tests/_results_other.scss */
.view-type-results .views-row .views-field-field-pp-badge-img {
  float: left;
  padding: 0 25px 15px 0;
}
@media only screen and (max-width: 599px) {
  /* line 9, ../sass-custom/tests/_results_other.scss */
  .view-type-results .views-row .views-field-field-pp-badge-img {
    float: none;
    text-align: center;
  }
}
/* line 235, ../sass-custom/_custom.scss */
.view-type-results .views-row .views-field-field-pp-badge-img img {
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  /* line 16, ../sass-custom/tests/_results_other.scss */
  .test-result-type-text.test-result-dimension-suggestions table.views-view-grid {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  /* line 204, ../sass-custom/_custom.scss */
  .test-result-type-text.test-result-dimension-suggestions table.views-view-grid tbody {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  /* line 209, ../sass-custom/_custom.scss */
  .test-result-type-text.test-result-dimension-suggestions table.views-view-grid tbody tr {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  /* line 214, ../sass-custom/_custom.scss */
  .test-result-type-text.test-result-dimension-suggestions table.views-view-grid tbody tr td {
    display: block;
    min-width: 100%;
    white-space: normal !important;
  }
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 19, ../sass-custom/tests/_results_other.scss */
  .test-result-type-text.test-result-dimension-suggestions table.views-view-grid tbody {
    display: block;
  }
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 25, ../sass-custom/tests/_results_other.scss */
  .test-result-type-text.test-result-dimension-suggestions table.views-view-grid tbody tr {
    display: block;
    text-align: center;
  }
}
/* line 31, ../sass-custom/tests/_results_other.scss */
.test-result-type-text.test-result-dimension-suggestions table.views-view-grid tbody tr td {
  padding: 10px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 31, ../sass-custom/tests/_results_other.scss */
  .test-result-type-text.test-result-dimension-suggestions table.views-view-grid tbody tr td {
    display: inline-block;
    min-width: 49%;
    width: 49%;
  }
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  /* line 31, ../sass-custom/tests/_results_other.scss */
  .test-result-type-text.test-result-dimension-suggestions table.views-view-grid tbody tr td {
    text-align: center;
  }
}
/* line 44, ../sass-custom/tests/_results_other.scss */
.test-result-type-text.test-result-dimension-suggestions table.views-view-grid tbody tr td h2 {
  text-align: left;
  font-size: 22px;
  margin-bottom: 0;
  padding-bottom: 0;
}
/* line 50, ../sass-custom/tests/_results_other.scss */
.test-result-type-text.test-result-dimension-suggestions table.views-view-grid tbody tr td h2:after {
  display: none;
}

/* line 66, ../sass-custom/tests/_results_other.scss */
.pt-wrapper-test-3689 .test-result-type-node-test_result h3,
.pt-wrapper-test-3721 .test-result-type-node-test_result h3,
.pt-wrapper-test-3762 .test-result-type-node-test_result h3,
.pt-wrapper-test-3134 .test-result-type-node-test_result h3 {
  display: none;
}

/* line 4, ../sass-custom/_custom_admin.scss */
.views-admin-dependent.form-wrapper {
  margin-left: 15px;
}

/* line 13, ../sass-custom/_custom_admin.scss */
.main-container #block-system-main #module-filter-tabs #module-filter-submit {
  z-index: 5;
}
/* line 17, ../sass-custom/_custom_admin.scss */
.main-container #block-system-main #module-filter-tabs ul li {
  margin-bottom: 0;
}
/* line 20, ../sass-custom/_custom_admin.scss */
.main-container #block-system-main #module-filter-tabs ul li .summary {
  padding-top: 0;
}

/* line 30, ../sass-custom/_custom_admin.scss */
.cyd-utils-log-list-page #cyd-utils-pages-filter-form button[type="submit"] {
  display: block;
  float: left;
  margin-right: 15px;
}
/* line 35, ../sass-custom/_custom_admin.scss */
.cyd-utils-log-list-page #cyd-utils-pages-filter-form option {
  padding: 7px 10px;
}
/* line 41, ../sass-custom/_custom_admin.scss */
.cyd-utils-log-list-page #cyd-utils-logs-list-form option {
  padding: 7px 10px;
}

/* line 6, ../sass-custom/_dev.scss */
div.krumo-element {
  color: black !important;
}

/* line 10, ../sass-custom/_dev.scss */
div.krumo-preview {
  color: black !important;
}

/* line 14, ../sass-custom/_dev.scss */
a.krumo-name {
  color: black;
}

/* line 18, ../sass-custom/_dev.scss */
.main-container #block-system-main ul li.krumo-child,
.main-container #block-system-main ol li.krumo-child {
  margin-bottom: 0;
}

/*# sourceMappingURL=style-truity.css.map */