/* Minification failed. Returning unminified contents.
(16075,1): run-time error CSS1019: Unexpected token, found '}'
(16089,3): run-time error CSS1019: Unexpected token, found '@-moz-keyframes'
(16090,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(16113,3): run-time error CSS1019: Unexpected token, found '@keyframes'
(16114,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(16125,1): run-time error CSS1019: Unexpected token, found '}'
(16139,3): run-time error CSS1019: Unexpected token, found '@-moz-keyframes'
(16140,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(16163,3): run-time error CSS1019: Unexpected token, found '@keyframes'
(16164,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(16175,3): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(16176,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(16187,3): run-time error CSS1019: Unexpected token, found '@-moz-keyframes'
(16188,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(16211,3): run-time error CSS1019: Unexpected token, found '@keyframes'
(16212,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(16223,3): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(16224,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(16235,3): run-time error CSS1019: Unexpected token, found '@-moz-keyframes'
(16236,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(16259,3): run-time error CSS1019: Unexpected token, found '@keyframes'
(16260,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(16271,3): run-time error CSS1019: Unexpected token, found '@keyframes'
(16272,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(16281,1): run-time error CSS1019: Unexpected token, found '}'
 */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700);
/*

    This is the default bootstap override used for the default framework (Styleguide).
    
    Platform specific overrides can be found in:
    
        /Sequoia.Modules.Site/Content/Application/less/variables/framework-var-ovr.less
    
    For a new platform framework-var-ovr.less needs to be created.
    
*/

/*@app-header-bg;*/
/*@font-family-serif;*/
/*Horizontal menu*/
/*Vertical menu*/
/*toggle menu hamburger*/
/*

    This is the default bootstap override used for the default framework (Styleguide).

    Platform specific overrides can be found in:

        /Sequoia.Modules.Site/Content/Application/less/variables/framework-var-ovr.less

    For a new platform framework-var-ovr.less needs to be created.

*/

@font-face {
  font-family: 'ConduitITCStd-Bold';
  font-weight: bold;
  src: url("/Content/fonts/ConduitITCStd/ConduitITCStd-Bold.otf") format("opentype");
  src: url("/Content/fonts/ConduitITCStd/ConduitITCPro-Bold.woff") format("woff");
}
@font-face {
  font-family: 'DINNextLTPro-Regular';
  font-weight: bold;
  src: url("/Content/fonts/DINNextLTPro/DINNextLTPro-Regular.otf") format("opentype");
  src: url("/Content/fonts/DINNextLTPro/DINNextLTPro-Regular.woff") format("woff");
}
@font-face {
  font-family: 'DINNextLTPro-MediumCond';
  font-weight: bold;
  src: url("/Content/fonts/DINNextLTPro/DINNextLTPro-MediumCond.otf") format("opentype");
  src: url("/Content/fonts/DINNextLTPro/DINNextLTPro-MediumCond.woff") format("woff");
}
@font-face {
  font-family: 'DINNextLTPro-Medium';
  font-weight: bold;
  src: url("/Content/fonts/DINNextLTPro/DINNextLTPro-Medium.otf") format("opentype");
  src: url("/Content/fonts/DINNextLTPro/DINNextLTPro-Medium.woff") format("woff");
}
@font-face {
  font-family: 'DINNextLTPro-Condensed';
  font-weight: bold;
  src: url("/Content/fonts/DINNextLTPro/DINNextLTPro-Condensed.otf") format("opentype");
  src: url("/Content/fonts/DINNextLTPro/DINNextLTPro-Condensed.woff") format("woff");
}
@font-face {
  font-family: 'DINNextLTPro-Bold';
  font-weight: bold;
  src: url("/Content/fonts/DINNextLTPro/DINNextLTPro-Bold.otf") format("opentype");
  src: url("/Content/fonts/DINNextLTPro/DINNextLTPro-Bold.woff") format("woff");
}
@font-face {
  font-family: 'DINNextLTPro-BoldCondensed';
  font-weight: bold;
  font-stretch: condensed;
  src: url("/Content/fonts/DINNextLTPro/DINNextLTPro-BoldCondensed.woff") format("woff");
}
/*Horizontal menu*/
/*Vertical menu*/
/*toggle menu hamburger*/
@media only screen and (min-width: 992px) {
  .app-standard-text .h-pretitle {
    font-size: 32px !important;
    line-height: 32px !important;
  }
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: yellow;
  color: black;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: white !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: black !important;
  }
  .label {
    border: 1px solid black;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: white !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dddddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('/Content/fonts/glyphicons-halflings-regular.eot');
  src: url('/Content/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/Content/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('/Content/fonts/glyphicons-halflings-regular.woff') format('woff'), url('/Content/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/Content/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.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;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}
body {
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 2;
  color: black;
  background-color: white;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #40211f;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #0c0606;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 2;
  background-color: white;
  border: 1px solid #dddddd;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  line-height: 1.2;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 10px;
  margin-bottom: 5px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 5px;
  margin-bottom: 5px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 2.25em;
}
h2,
.h2 {
  font-size: 1.13em;
}
h3,
.h3 {
  font-size: 1.7em;
}
h4,
.h4 {
  font-size: 1.25em;
}
h5,
.h5 {
  font-size: 1em;
}
h6,
.h6 {
  font-size: 0.85em;
}
p {
  margin: 0 0 5px;
}
.lead {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}
small,
.small {
  font-size: 87%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #40211f;
}
a.text-primary:hover {
  color: #1e0f0e;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: white;
  background-color: #40211f;
}
a.bg-primary:hover {
  background-color: #1e0f0e;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 4px;
  margin: 20px 0 10px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 5px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 10px;
}
dt,
dd {
  line-height: 2;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 5px 10px;
  margin: 0 0 10px;
  font-size: 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 2;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 10px;
  font-style: normal;
  line-height: 2;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: white;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 4.5px;
  margin: 0 0 5px;
  font-size: 15px;
  line-height: 2;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: whitesmoke;
  border: 1px solid #cccccc;
  border-radius: 0px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.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;
}
.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;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.666666667%;
}
.col-xs-10 {
  width: 83.333333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.666666667%;
}
.col-xs-7 {
  width: 58.333333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.666666667%;
}
.col-xs-4 {
  width: 33.333333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.666666667%;
}
.col-xs-1 {
  width: 8.333333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.666666667%;
}
.col-xs-pull-10 {
  right: 83.333333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.666666667%;
}
.col-xs-pull-7 {
  right: 58.333333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.666666667%;
}
.col-xs-pull-4 {
  right: 33.333333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.666666667%;
}
.col-xs-pull-1 {
  right: 8.333333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.666666667%;
}
.col-xs-push-10 {
  left: 83.333333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.666666667%;
}
.col-xs-push-7 {
  left: 58.333333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.666666667%;
}
.col-xs-push-4 {
  left: 33.333333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.666666667%;
}
.col-xs-push-1 {
  left: 8.333333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.666666667%;
}
.col-xs-offset-10 {
  margin-left: 83.333333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.666666667%;
}
.col-xs-offset-7 {
  margin-left: 58.333333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.666666667%;
}
.col-xs-offset-4 {
  margin-left: 33.333333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.666666667%;
}
.col-xs-offset-1 {
  margin-left: 8.333333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .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;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.666666667%;
  }
  .col-sm-10 {
    width: 83.333333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.666666667%;
  }
  .col-sm-7 {
    width: 58.333333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.666666667%;
  }
  .col-sm-4 {
    width: 33.333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666667%;
  }
  .col-sm-1 {
    width: 8.333333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.666666667%;
  }
  .col-sm-pull-10 {
    right: 83.333333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.666666667%;
  }
  .col-sm-pull-7 {
    right: 58.333333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.666666667%;
  }
  .col-sm-pull-4 {
    right: 33.333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.666666667%;
  }
  .col-sm-pull-1 {
    right: 8.333333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.666666667%;
  }
  .col-sm-push-10 {
    left: 83.333333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.666666667%;
  }
  .col-sm-push-7 {
    left: 58.333333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.666666667%;
  }
  .col-sm-push-4 {
    left: 33.333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.666666667%;
  }
  .col-sm-push-1 {
    left: 8.333333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.666666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.333333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.666666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .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;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.666666667%;
  }
  .col-md-10 {
    width: 83.333333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.666666667%;
  }
  .col-md-7 {
    width: 58.333333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.666666667%;
  }
  .col-md-4 {
    width: 33.333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666667%;
  }
  .col-md-1 {
    width: 8.333333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.666666667%;
  }
  .col-md-pull-10 {
    right: 83.333333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.666666667%;
  }
  .col-md-pull-7 {
    right: 58.333333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.666666667%;
  }
  .col-md-pull-4 {
    right: 33.333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.666666667%;
  }
  .col-md-pull-1 {
    right: 8.333333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.666666667%;
  }
  .col-md-push-10 {
    left: 83.333333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.666666667%;
  }
  .col-md-push-7 {
    left: 58.333333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.666666667%;
  }
  .col-md-push-4 {
    left: 33.333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.666666667%;
  }
  .col-md-push-1 {
    left: 8.333333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.666666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.333333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.666666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .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;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.666666667%;
  }
  .col-lg-10 {
    width: 83.333333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.666666667%;
  }
  .col-lg-7 {
    width: 58.333333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.666666667%;
  }
  .col-lg-4 {
    width: 33.333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666667%;
  }
  .col-lg-1 {
    width: 8.333333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.666666667%;
  }
  .col-lg-pull-10 {
    right: 83.333333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.666666667%;
  }
  .col-lg-pull-7 {
    right: 58.333333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.666666667%;
  }
  .col-lg-pull-4 {
    right: 33.333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.666666667%;
  }
  .col-lg-pull-1 {
    right: 8.333333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.666666667%;
  }
  .col-lg-push-10 {
    left: 83.333333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.666666667%;
  }
  .col-lg-push-7 {
    left: 58.333333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.666666667%;
  }
  .col-lg-push-4 {
    left: 33.333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.666666667%;
  }
  .col-lg-push-1 {
    left: 8.333333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.666666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.333333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.666666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 10px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 2;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: white;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: whitesmoke;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: whitesmoke;
}
.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;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 7.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
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;
}
output {
  display: block;
  padding-top: 9px;
  font-size: 16px;
  line-height: 2;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 28px;
  padding: 8px 16px;
  font-size: 16px;
  line-height: 2;
  color: #555555;
  background-color: white;
  background-image: none;
  border: 1px solid #cccccc;
  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 .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 28px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 33px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 49px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 10px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.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;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 9px;
  padding-bottom: 9px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 33px;
  line-height: 33px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
select.form-group-sm .form-control {
  height: 33px;
  line-height: 33px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
}
.input-lg {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 49px;
  line-height: 49px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 6px;
}
select.form-group-lg .form-control {
  height: 49px;
  line-height: 49px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 35px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px;
}
.input-sm + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -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);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -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);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -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);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 15px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #404040;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 9px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 19px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 9px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 8px 16px;
  font-size: 16px;
  line-height: 2;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}
.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);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: white;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: white;
  border-color: #cccccc;
}
.btn-default .badge {
  color: white;
  background-color: #333333;
}
.btn-primary {
  color: white;
  background-color: #40211f;
  border-color: transparent;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: white;
  background-color: #1e0f0e;
  border-color: transparent;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #40211f;
  border-color: transparent;
}
.btn-primary .badge {
  color: #40211f;
  background-color: white;
}
.btn-success {
  color: white;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: white;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: white;
}
.btn-info {
  color: white;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: white;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: white;
}
.btn-warning {
  color: white;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: white;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: white;
}
.btn-danger {
  color: white;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: white;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: white;
}
.btn-link {
  color: #40211f;
  font-weight: normal;
  border-radius: 0;
}
.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;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #0c0606;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
  visibility: hidden;
}
.collapse.in {
  display: block;
  visibility: visible;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.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;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.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: 16px;
  text-align: left;
  background-color: white;
  border: 1px solid #cccccc;
  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;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 4px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 2;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: whitesmoke;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: white;
  text-decoration: none;
  outline: 0;
  background-color: #40211f;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.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;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 2;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.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;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.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;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.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);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.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;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.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;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  line-height: 49px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  line-height: 33px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.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;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 8px 16px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 0px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 20px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.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;
}
.input-group-addon:first-child {
  border-right: 0;
}
.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;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #40211f;
}
.nav .nav-divider {
  height: 1px;
  margin: 4px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 2;
  border: 1px solid transparent;
  border-radius: 0px 0px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: white;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 0px 0px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: white;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: white;
  background-color: #40211f;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 0px 0px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: white;
  }
}
.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 10px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 20px 15px;
  font-size: 20px;
  line-height: 10px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 10px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 10px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 10px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  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: 11px;
  margin-bottom: 11px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .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;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.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;
}
.navbar-btn {
  margin-top: 11px;
  margin-bottom: 11px;
}
.navbar-btn.btn-sm {
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .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: #555555;
    background-color: #e7e7e7;
  }
  .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: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #777777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: white;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: white;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: white;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: white;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: white;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: white;
    background-color: transparent;
  }
  .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: white;
    background-color: #080808;
  }
  .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: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: white;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: white;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 10px;
  list-style: none;
  background-color: transparent;
  border-radius: 0px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "|\00a0";
  padding: 0 5px;
  color: #40211f;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 10px 0;
  border-radius: 0px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 8px 16px;
  line-height: 2;
  text-decoration: none;
  color: #40211f;
  background-color: white;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #0c0606;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: white;
  background-color: #40211f;
  border-color: #40211f;
  cursor: default;
}
.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: white;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 10px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: white;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: white;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: white;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:hover,
a.label:focus {
  color: white;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #40211f;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #1e0f0e;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  color: white;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: white;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #40211f;
  background-color: white;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d4d4d4;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 72px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 10px;
  line-height: 2;
  background-color: white;
  border: 1px solid #dddddd;
  border-radius: 0px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #40211f;
}
.thumbnail .caption {
  padding: 9px;
  color: black;
}
.alert {
  padding: 15px;
  margin-bottom: 10px;
  border: 1px solid transparent;
  border-radius: 0px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 10px;
  margin-bottom: 10px;
  background-color: whitesmoke;
  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);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 14px;
  line-height: 10px;
  color: white;
  text-align: center;
  background-color: #40211f;
  -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;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-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-image: -o-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-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;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-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-image: -o-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-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);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-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-image: -o-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-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);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-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-image: -o-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-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);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-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-image: -o-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-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);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: white;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: whitesmoke;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.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;
}
.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;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: white;
  background-color: #40211f;
  border-color: #40211f;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.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: #ba7571;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: white;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: white;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: white;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: white;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 10px;
  background-color: white;
  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);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: whitesmoke;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.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;
}
.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;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1px;
  border-top-right-radius: -1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: -1px;
  border-bottom-right-radius: -1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 10px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: whitesmoke;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: whitesmoke;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #40211f;
}
.panel-primary > .panel-heading {
  color: white;
  background-color: #40211f;
  border-color: #40211f;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #40211f;
}
.panel-primary > .panel-heading .badge {
  color: #40211f;
  background-color: white;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #40211f;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.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;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: whitesmoke;
  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);
}
.well blockquote {
  border-color: #dddddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: black;
  text-shadow: 0 1px 0 white;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: white;
  border: 1px solid #999999;
  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;
}
.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: black;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 17px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 2;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .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);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: white;
  text-align: center;
  text-decoration: none;
  background-color: black;
  border-radius: 0px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: black;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: black;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: black;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: black;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: black;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: black;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: black;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: black;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 2;
  text-align: left;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  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);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 16px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #eaeaea;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.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;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: white;
}
.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);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: white;
}
.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;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: white;
}
.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);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: white;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .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;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  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);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  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);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: white;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.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;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid white;
  border-radius: 10px;
  cursor: pointer;
  background-color: black \9;
  background-color: transparent;
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: white;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.container:before,
.container-fluid:before,
.row:before,
.form-horizontal .form-group:before,
.btn-toolbar:before,
.btn-group-vertical > .btn-group:before,
.nav:before,
.navbar:before,
.navbar-header:before,
.navbar-collapse:before,
.pager:before,
.panel-body:before,
.modal-footer:before,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.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) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/**
CORE STYLES
*/

#cc-notification {
  position: fixed;
  z-index: 99999998;
  left: 0;
  width: 100%;
  background-color: white;
}
#cc-notification.cc-mobile {
  position: relative;
  border-bottom: 0;
}
#cc-modal #cc-modal-closebutton a,
#cc-settingsmodal #cc-settingsmodal-closebutton a {
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 2px;
  right: 2px;
}
#cc-modal #cc-modal-closebutton a span,
#cc-settingsmodal #cc-settingsmodal-closebutton a span {
  display: none;
}
#cc-notification.cc-bottom {
  bottom: 0;
}
#cc-notification.cc-top {
  top: 0;
}
#cc-notification.cc-push {
  top: 0;
}
#cc-notification #cc-notification-permissions {
  display: none;
}
#cc-tag {
  position: fixed;
  z-index: 999999999;
  bottom: 0;
  right: 10%;
  display: none;
}
#cc-tag.cc-tag-bottom-left {
  right: auto;
  left: 10%;
}
#cc-tag.cc-tag-horizontal-right {
  right: 0;
  bottom: 20%;
}
#cc-tag.cc-tag-horizontal-left {
  left: 0;
  right: auto;
  bottom: 20%;
}
#cc-tag.cc-tag-vertical-right {
  right: 0;
  bottom: 20%;
}
#cc-tag.cc-tag-vertical-left {
  left: 0;
  right: auto;
  bottom: 20%;
}
#cc-tag a {
  padding: 0 12px;
  text-decoration: none;
}
#cc-modal-overlay {
  background: white;
  background-color: rgba(255, 255, 255, 0.8);
  display: none;
  width: 100%;
  height: 1000%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
}
#cc-modal,
#cc-settingsmodal {
  display: none;
  width: 100%;
  height: 1000%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999;
}
#cc-settingsmodal {
  z-index: 9999999999;
}
#cc-modal #cc-modal-wrapper,
#cc-settingsmodal #cc-settingsmodal-wrapper {
  margin: 100px auto;
}
#cc-modal,
#cc-settingsmodal,
#cc-tag,
#cc-notification {
  line-height: 1;
}
.cc-clear {
  clear: both;
}
#cc-modal,
#cc-settingsmodal,
#cc-tag,
#cc-notification,
#cc-modal div,
#cc-modal span,
#cc-modal iframe,
#cc-modal h1,
#cc-modal h2,
#cc-modal h3,
#cc-modal h4,
#cc-modal h5,
#cc-modal h6,
#cc-modal p,
#cc-modal pre,
#cc-modal a,
#cc-modal code,
#cc-modal em,
#cc-modal img,
#cc-modal s,
#cc-modal small,
#cc-modal strong,
#cc-modal b,
#cc-modal u,
#cc-modal i,
#cc-modal dl,
#cc-modal dt,
#cc-modal dd,
#cc-modal ol,
#cc-modal ul,
#cc-modal li,
#cc-modal form,
#cc-modal label,
#cc-settingsmodal div,
#cc-settingsmodal span,
#cc-settingsmodal iframe,
#cc-settingsmodal h1,
#cc-settingsmodal h2,
#cc-settingsmodal h3,
#cc-settingsmodal h4,
#cc-settingsmodal h5,
#cc-settingsmodal h6,
#cc-settingsmodal p,
#cc-settingsmodal pre,
#cc-settingsmodal a,
#cc-settingsmodal code,
#cc-settingsmodal em,
#cc-settingsmodal img,
#cc-settingsmodal s,
#cc-settingsmodal small,
#cc-settingsmodal strong,
#cc-settingsmodal b,
#cc-settingsmodal u,
#cc-settingsmodal i,
#cc-settingsmodal dl,
#cc-settingsmodal dt,
#cc-settingsmodal dd,
#cc-settingsmodal ol,
#cc-settingsmodal ul,
#cc-settingsmodal li,
#cc-settingsmodal form,
#cc-settingsmodal label,
#cc-tag div,
#cc-tag span,
#cc-tag iframe,
#cc-tag h1,
#cc-tag h2,
#cc-tag h3,
#cc-tag h4,
#cc-tag h5,
#cc-tag h6,
#cc-tag p,
#cc-tag pre,
#cc-tag a,
#cc-tag code,
#cc-tag em,
#cc-tag img,
#cc-tag s,
#cc-tag small,
#cc-tag strong,
#cc-tag b,
#cc-tag u,
#cc-tag i,
#cc-tag dl,
#cc-tag dt,
#cc-tag dd,
#cc-tag ol,
#cc-tag ul,
#cc-tag li,
#cc-tag form,
#cc-tag label,
#cc-notification div,
#cc-notification span,
#cc-notification iframe,
#cc-notification h1,
#cc-notification h2,
#cc-notification h3,
#cc-notification h4,
#cc-notification h5,
#cc-notification h6,
#cc-notification p,
#cc-notification pre,
#cc-notification a,
#cc-notification code,
#cc-notification em,
#cc-notification img,
#cc-notification s,
#cc-notification small,
#cc-notification strong,
#cc-notification b,
#cc-notification u,
#cc-notification i,
#cc-notification dl,
#cc-notification dt,
#cc-notification dd,
#cc-notification ol,
#cc-notification ul,
#cc-notification li,
#cc-notification form,
#cc-notification label {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 10pt;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1em;
  text-align: left;
  vertical-align: baseline;
  text-shadow: none;
  background: none;
}
#cc-modal a,
#cc-tag a,
#cc-settingsmodal a,
#cc-notification a,
#cc-modal a:hover,
#cc-tag a:hover,
#cc-settingsmodal a:hover,
#cc-notification a:hover {
  background-color: transparent;
}
#cc-modal a#footerlogo span {
  display: block;
  height: 31px;
  margin-top: 4px;
  text-indent: -5000px;
  width: 126px;
}
#cc-modal #cc-modal-wrapper a#footerlogo,
footer#mainfooter a#footerlogo,
footer#mainfooter a#footerlogo:active,
footer#mainfooter a#footerlogo:visited {
  display: block;
  margin-top: 20px;
  color: #868686;
  text-decoration: none;
}
#cc-modal #cc-modal-wrapper .cc-getforsite {
  position: absolute;
  right: 16px;
  bottom: 16px;
}
#cc-modal.cc-mobile #cc-modal-wrapper .cc-getforsite {
  position: relative;
  margin-top: 30px;
  margin-left: 16px;
}
#cc-modal.cc-mobile,
#cc-settingsmodal.cc-mobile {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  height: auto;
  z-index: 999999999999;
}
#cc-modal.cc-mobile a.cc-logo,
#cc-settingsmodal.cc-mobile a.cc-logo,
#cc-notification.cc-mobile a.cc-logo {
  display: none;
}
#cc-notification .cc-logo,
#cc-tag .cc-logo,
#cc-modal .cc-logo,
#cc-settingsmodal .cc-logo {
  width: 142px;
  height: 32px;
  position: absolute;
  right: 32px;
  bottom: 20px;
}
.cc-logo span {
  display: none;
}
/**
LIGHT STYLE
*/

#cc-notification.cc-light {
  background: #e2e2e2;
  background-color: rgba(226, 226, 226, 0.95);
  color: #1d1d1d;
}
#cc-notification.cc-light #cc-notification-permissions li {
  color: #1d1d1d;
}
#cc-notification.cc-light #cc-notification-permissions li strong {
  color: #31a8f0;
}
#cc-notification.cc-light #cc-notification-permissions li.cc-notification-permissions-inactive {
  color: #aaaaaa;
}
#cc-notification.cc-light #cc-notification-permissions li.cc-notification-permissions-inactive label {
  color: #aaaaaa;
}
#cc-notification.cc-light #cc-notification-permissions li.cc-notification-permissions-inactive strong {
  color: #88bfef;
}
#cc-notification.cc-light #cc-notification-permissions li.cc-notification-permissions-inactive a.cc-learnmore-link {
  color: #aaaaaa;
}
#cc-notification.cc-light a,
#cc-notification.cc-light a:visited {
  color: #31a8f0;
}
#cc-notification.cc-light a:hover {
  color: #257eb4;
}
#cc-notification.cc-light h2,
#cc-notification.cc-light h3,
#cc-notification.cc-light p {
  color: #1d1d1d;
}
#cc-notification.cc-light ul.cc-notification-buttons li a,
#cc-notification.cc-light ul.cc-notification-buttons li a:visited {
  background-color: #f1d600;
  color: #111111;
}
#cc-notification.cc-light ul.cc-notification-buttons li a:hover,
#cc-notification.cc-light ul.cc-notification-buttons li a:active,
#cc-notification.cc-light ul.cc-notification-buttons li #cc-approve-button-allsites:hover,
#cc-notification.cc-light ul.cc-notification-buttons li #cc-not-approve-button-allsites:hover,
#cc-notification.cc-light ul.cc-notification-buttons li #cc-approve-button-allsites:active,
#cc-notification.cc-light ul.cc-notification-buttons li #cc-not-approve-button-allsites:active {
  background-color: whitesmoke;
}
#cc-notification.cc-light ul.cc-notification-buttons li #cc-approve-button-allsites {
  background-color: #31a8f0;
}
#cc-tag.cc-light a,
#cc-tag.cc-light a:visited {
  background-color: #e2e2e2;
  color: #1d1d1d;
}
#cc-modal.cc-light #cc-modal-wrapper {
  background-color: #e2e2e2;
  color: whitesmoke;
}
#cc-modal.cc-light #cc-modal-wrapper a,
#cc-modal.cc-light #cc-modal-wrapper a:visited {
  color: #666666;
}
#cc-modal.cc-light #cc-modal-wrapper a:hover {
  color: #31a8f0;
}
#cc-modal.cc-light #cc-modal-wrapper #cc-change-button-allsites {
  background-color: #666666;
  color: #111111;
}
#cc-modal.cc-light #cc-modal-wrapper select {
  color: #111111;
}
#cc-modal.cc-light #cc-modal-wrapper a.cc-consentchange:hover {
  background-color: #31a8f0;
}
#cc-modal.cc-light #cc-modal-wrapper li strong {
  color: #31a8f0;
}
#cc-modal.cc-light #cc-modal-wrapper li span {
  color: #7a7a7a;
}
#cc-settingsmodal.cc-light #cc-settingsmodal-wrapper {
  background-color: #e1e1e1;
  color: whitesmoke;
}
#cc-modal.cc-light #cc-modal-wrapper p,
#cc-settingsmodal.cc-light #cc-settingsmodal-wrapper p {
  color: whitesmoke;
}
#cc-modal.cc-light #cc-modal-wrapper h2,
#cc-settingsmodal.cc-light #cc-settingsmodal-wrapper h2 {
  color: #1d1d1d;
}
#cc-modal.cc-light #cc-modal-wrapper h2 span,
#cc-settingsmodal.cc-light #cc-settingsmodal-wrapper h2 span {
  color: #7a7a7a;
}
#cc-settingsmodal.cc-light #cc-settingsmodal-wrapper h2 span {
  color: #71f031;
}
#cc-settingsmodal.cc-light #cc-settingsmodal-wrapper p.cc-subtitle,
#cc-modal.cc-light #cc-modal-wrapper p.cc-subtitle {
  color: #7a7a7a;
}
#cc-settingsmodal.cc-light #cc-settingsmodal-secondclosebutton a,
#cc-settingsmodal.cc-light #cc-settingsmodal-secondclosebutton a:visited {
  color: #666666;
}
#cc-modal.cc-light #cc-modal-secondclosebutton a:hover,
#cc-modal.cc-light #cc-modal-secondclosebutton a:active,
#cc-settingsmodal.cc-light #cc-settingsmodal-secondclosebutton a:hover,
#cc-settingsmodal.cc-light #cc-settingsmodal-secondclosebutton a:active,
#cc-modal.cc-light #cc-modal-global a:hover,
#cc-modal.cc-light #cc-modal-global a:active {
  color: #1d1d1d;
}
#cc-modal.cc-light #cc-modal-wrapper .cc-preference-importantmessage a,
#cc-modal.cc-light #cc-modal-wrapper .cc-preference-importantmessage a:visited {
  background-color: whitesmoke;
  color: #111111;
  box-shadow: 1px 1px 2px black;
  -moz-box-shadow: 1px 1px 2px black;
  -webkit-box-shadow: 1px 1px 2px black;
  background-color: #f1d600;
}
#cc-modal.cc-light #cc-modal-wrapper .cc-preference-importantmessage a:hover,
#cc-modal.cc-light #cc-modal-wrapper .cc-preference-importantmessage a:active {
  background-color: #0288ce;
  color: white;
  box-shadow: 1px 2px 10px black;
  -moz-box-shadow: 1px 2px 10px black;
  -webkit-box-shadow: 1px 2px 10px black;
}
#cc-modal.cc-light #cc-modal-wrapper a.cc-learnmore-link,
#cc-settingsmodal.cc-light #cc-settingsmodal-wrapper a.cc-learnmore-link,
#cc-notification.cc-light a.cc-learnmore-link {
  color: #666666;
}
/**

MONOCHROME STYLE
*/

#cc-notification.cc-monochrome {
  background: #333333;
  background-color: rgba(51, 51, 51, 0.95);
  color: white;
}
#cc-notification.cc-monochrome #cc-notification-permissions li {
  color: white;
}
#cc-notification.cc-monochrome #cc-notification-permissions li strong {
  color: white;
}
#cc-notification.cc-monochrome #cc-notification-permissions li.cc-notification-permissions-inactive {
  color: #aaaaaa;
}
#cc-notification.cc-monochrome #cc-notification-permissions li.cc-notification-permissions-inactive label {
  color: #aaaaaa;
}
#cc-notification.cc-monochrome #cc-notification-permissions li.cc-notification-permissions-inactive strong {
  color: #bbbbbb;
}
#cc-notification.cc-monochrome #cc-notification-permissions li.cc-notification-permissions-inactive a.cc-learnmore-link {
  color: #aaaaaa;
}
#cc-notification.cc-monochrome a,
#cc-notification.cc-monochrome a:visited {
  color: #dddddd;
}
#cc-notification.cc-monochrome a:hover {
  color: white;
}
#cc-notification.cc-monochrome h2,
#cc-notification.cc-monochrome h3,
#cc-notification.cc-monochrome p {
  color: #aaaaaa;
}
#cc-notification.cc-monochrome ul.cc-notification-buttons li a,
#cc-notification.cc-monochrome ul.cc-notification-buttons li a:visited {
  background-color: #dddddd;
  color: #111111;
}
#cc-notification.cc-monochrome ul.cc-notification-buttons li a:hover,
#cc-notification.cc-monochrome ul.cc-notification-buttons li a:active,
#cc-notification.cc-monochrome ul.cc-notification-buttons li #cc-approve-button-allsites:hover,
#cc-notification.cc-monochrome ul.cc-notification-buttons li #cc-approve-button-allsites:active {
  background-color: white;
}
#cc-notification.cc-monochrome ul.cc-notification-buttons li #cc-approve-button-allsites {
  background-color: #dddddd;
}
#cc-tag.cc-monochrome #cc-tag-button,
#cc-tag.cc-monochrome #cc-tag-button:visited {
  background-color: #333333;
  color: #dddddd;
}
#cc-tag.cc-monochrome #cc-tag-button:hover,
#cc-tag.cc-monochrome #cc-tag-button:active {
  border-top: 3px solid white;
  border-right: 3px solid white;
  border-left: 3px solid white;
}
#cc-settingsmodal.cc-monochrome #cc-settingsmodal-wrapper li strong,
#cc-modal.cc-monochrome #cc-modal-wrapper li strong {
  color: white;
}
#cc-modal.cc-monochrome #cc-modal-wrapper {
  background-color: #333333;
  color: whitesmoke;
}
#cc-modal.cc-monochrome #cc-modal-wrapper a,
#cc-modal.cc-monochrome #cc-modal-wrapper a:visited {
  color: #666666;
}
#cc-modal.cc-monochrome #cc-modal-wrapper a:hover {
  color: #31a8f0;
}
#cc-modal.cc-monochrome #cc-modal-wrapper #cc-change-button-allsites {
  background-color: #666666;
  color: #111111;
}
#cc-modal.cc-monochrome #cc-modal-wrapper select {
  color: #111111;
}
#cc-modal.cc-monochrome #cc-modal-wrapper a.cc-consentchange:hover {
  background-color: #31a8f0;
}
#cc-modal.cc-monochrome #cc-modal-wrapper li strong {
  color: white;
}
#cc-modal.cc-monochrome #cc-modal-wrapper li span {
  color: #7a7a7a;
}
#cc-settingsmodal.cc-monochrome #cc-settingsmodal-wrapper {
  background-color: #333333;
  color: whitesmoke;
}
#cc-modal.cc-monochrome #cc-modal-wrapper p,
#cc-settingsmodal.cc-monochrome #cc-settingsmodal-wrapper p {
  color: whitesmoke;
}
#cc-modal.cc-monochrome #cc-modal-wrapper h2,
#cc-settingsmodal.cc-monochrome #cc-settingsmodal-wrapper h2 {
  color: white;
}
#cc-modal.cc-monochrome #cc-modal-wrapper h2 span,
#cc-settingsmodal.cc-monochrome #cc-settingsmodal-wrapper h2 span {
  color: #7a7a7a;
}
#cc-settingsmodal.cc-monochrome #cc-settingsmodal-wrapper h2 span {
  color: #dddddd;
}
#cc-settingsmodal.cc-monochrome #cc-settingsmodal-wrapper p.cc-subtitle,
#cc-modal.cc-monochrome #cc-modal-wrapper p.cc-subtitle {
  color: #7a7a7a;
}
#cc-settingsmodal.cc-monochrome #cc-settingsmodal-secondclosebutton a,
#cc-settingsmodal.cc-monochrome #cc-settingsmodal-secondclosebutton a:visited {
  color: #666666;
}
#cc-modal.cc-monochrome #cc-modal-secondclosebutton a:hover,
#cc-modal.cc-monochrome #cc-modal-secondclosebutton a:active,
#cc-settingsmodal.cc-monochrome #cc-settingsmodal-secondclosebutton a:hover,
#cc-settingsmodal.cc-monochrome #cc-settingsmodal-secondclosebutton a:active,
#cc-modal.cc-monochrome #cc-modal-global a:hover,
#cc-modal.cc-monochrome #cc-modal-global a:active {
  color: white;
}
#cc-modal.cc-monochrome #cc-modal-wrapper .cc-preference-importantmessage a,
#cc-modal.cc-monochrome #cc-modal-wrapper .cc-preference-importantmessage a:visited {
  background-color: whitesmoke;
  color: #111111;
  box-shadow: 1px 1px 2px black;
  -moz-box-shadow: 1px 1px 2px black;
  -webkit-box-shadow: 1px 1px 2px black;
  background-color: #f1d600;
}
#cc-modal.cc-monochrome #cc-modal-wrapper .cc-preference-importantmessage a:hover,
#cc-modal.cc-monochrome #cc-modal-wrapper .cc-preference-importantmessage a:active {
  background-color: #0288ce;
  color: white;
  box-shadow: 1px 2px 10px black;
  -moz-box-shadow: 1px 2px 10px black;
  -webkit-box-shadow: 1px 2px 10px black;
}
#cc-modal.cc-monochrome #cc-modal-wrapper a.cc-learnmore-link,
#cc-settingsmodal.cc-monochrome #cc-settingsmodal-wrapper a.cc-learnmore-link,
#cc-notification.cc-monochrome a.cc-learnmore-link {
  color: #dddddd;
}
/**
DARK STYLE
*/

#cc-notification ul.cc-notification-buttons li a,
#cc-notification ul.cc-notification-buttons li a:visited {
  float: right;
}
#cc-notification ul.cc-notification-buttons {
  position: absolute;
  right: 0;
  top: 5px;
  width: 360px;
}
#cc-notification.cc-mobile #cc-notification-wrapper {
  margin-right: 0;
}
#cc-notification.cc-mobile ul.cc-notification-buttons li a,
#cc-notification.cc-mobile ul.cc-notification-buttons li a:visited {
  float: none;
}
#cc-notification.cc-mobile ul.cc-notification-buttons {
  padding-top: 1px;
  position: relative;
  right: 0;
  top: 0;
  width: auto;
  clear: both;
}
#cc-notification {
  background: #1d1d1d;
  background-color: rgba(29, 29, 29, 0.95);
  color: whitesmoke;
  border-bottom: 1px dotted #cccccc;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 11pt;
}
#cc-notification #cc-notification-wrapper {
  padding: 20px 32px 0;
}
#cc-notification #cc-notification-permissions ul {
  margin: 0 0 26px;
  padding: 0;
  list-style: none;
  float: left;
}
#cc-notification.cc-mobile #cc-notification-permissions li {
  width: auto;
}
#cc-notification #cc-notification-permissions li {
  margin: 0 0 10px 30px;
  padding: 6px 0 0;
  list-style: none;
  width: 440px;
  color: #9a9a9a;
  -webkit-transition: color 0.2s ease-in;
  -moz-transition: color 0.2s ease-in;
  -o-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
}
#cc-notification #cc-notification-permissions li label {
  font-size: 12pt;
  line-height: 1.3em;
  color: #9a9a9a;
  -webkit-transition: color 0.2s ease-in;
  -moz-transition: color 0.2s ease-in;
  -o-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
}
#cc-notification #cc-notification-permissions li input {
  float: left;
  margin-left: -30px;
  margin-top: 0;
}
#cc-notification #cc-notification-permissions li strong {
  color: #31a8f0;
  display: block;
  font-size: 14pt;
  letter-spacing: -0.05em;
  -webkit-transition: color 0.2s ease-in;
  -moz-transition: color 0.2s ease-in;
  -o-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
}
#cc-notification #cc-notification-permissions li.cc-notification-permissions-inactive {
  color: #666666;
}
#cc-notification #cc-notification-permissions li.cc-notification-permissions-inactive label {
  color: #666666;
}
#cc-notification #cc-notification-permissions li.cc-notification-permissions-inactive strong {
  color: #1d658e;
}
#cc-notification #cc-notification-permissions li a.cc-learnmore-link {
  -webkit-transition: color 0.2s ease-in;
  -moz-transition: color 0.2s ease-in;
  -o-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
}
#cc-notification #cc-notification-permissions li.cc-notification-permissions-inactive a.cc-learnmore-link {
  color: #666666;
}
#cc-notification a,
#cc-notification a:visited {
  text-decoration: none;
  color: #31a8f0;
  font-size: 11pt;
}
#cc-notification a:hover {
  text-decoration: underline;
  color: #b2f7ff;
}
#cc-notification h2,
#cc-notification h3,
#cc-notification p {
  color: whitesmoke;
  margin: 0;
  text-align: left;
  font-size: 11pt;
  width: auto;
}
#cc-notification h2 {
  margin-right: 320px;
}
#cc-notification.cc-mobile h2 {
  margin-right: 0;
}
#cc-notification h2 span,
#cc-notification h2 {
  font-size: 14pt;
  letter-spacing: -0.05em;
  margin-bottom: 20px;
  font-weight: 400;
}
#cc-notification h2 a {
  letter-spacing: -0.05em;
  font-size: 14pt;
}
#cc-notification h3 {
  margin-top: 10px;
}
#cc-notification ul.cc-notification-buttons {
  margin: 0;
  padding: 0;
  list-style: none;
}
#cc-notification.cc-notification-afterload ul.cc-notification-buttons {
  top: auto;
  bottom: 5px;
}
#cc-notification ul.cc-notification-buttons li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#cc-notification ul.cc-notification-buttons li a,
#cc-notification ul.cc-notification-buttons li a:visited {
  margin-top: 8px;
  margin-bottom: 6px;
  display: block;
  padding: 8px 16px;
  background-color: #f1d600;
  color: #111111;
  margin-right: 12px;
  text-decoration: none;
  font-size: 12pt;
  font-weight: 600;
  letter-spacing: -0.05em;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  /*box-shadow:1px 1px 2px #000;*/
  /*-moz-box-shadow:1px 1px 2px #000;*/
  /*-webkit-box-shadow:1px 1px 2px #000;*/
  transition: background 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s, box-shadow 0.2s ease-in-out 0s;
  -moz-transition: background 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s, -moz-box-shadow 0.2s ease-in-out 0s;
  -webkit-transition: background 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s, -webkit-box-shadow 0.2s ease-in-out 0s;
}
#cc-notification ul.cc-notification-buttons li a:hover,
#cc-notification ul.cc-notification-buttons li a:active,
#cc-notification ul.cc-notification-buttons li #cc-approve-button-allsites:hover,
#cc-notification ul.cc-notification-buttons li #cc-approve-button-allsites:active {
  text-decoration: none;
  background-color: whitesmoke;
  box-shadow: 1px 2px 10px black;
  -moz-box-shadow: 1px 2px 10px black;
  -webkit-box-shadow: 1px 2px 10px black;
}
#cc-notification ul.cc-notification-buttons li #cc-approve-button-allsites {
  background-color: #31a8f0;
}
#cc-tag a,
#cc-tag a:visited {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 12pt;
  background-color: #1d1d1d;
  /*background-image: url(http://assets.cookieconsent.silktide.com/cookie-consent-box.png);*/
  background-repeat: no-repeat;
  background-position: 6px 7px;
  color: whitesmoke;
  padding: 8px 12px 8px 12px;
  text-decoration: none;
  display: block;
  border-top: 3px solid #666666;
  border-right: 3px solid #666666;
  border-left: 3px solid #666666;
  border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  box-shadow: 1px 1px 2px black;
  -moz-box-shadow: 1px 1px 2px black;
  -webkit-box-shadow: 1px 1px 2px black;
  transition: color 0.2s ease-in-out 0s, box-shadow 0.2s ease-in-out 0s;
  -moz-transition: color 0.2s ease-in-out 0s, -moz-box-shadow 0.2s ease-in-out 0s;
  -webkit-transition: color 0.2s ease-in-out 0s, -webkit-box-shadow 0.2s ease-in-out 0s;
}
#cc-tag.cc-tag-horizontal-right a,
#cc-tag.cc-tag-horizontal-right a:visited {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  margin-right: -82px;
  padding: 8px 12px 60px 12px;
}
#cc-tag.cc-tag-horizontal-left a,
#cc-tag.cc-tag-horizontal-left a:visited {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  margin-left: -82px;
  padding: 8px 12px 60px 12px;
}
#cc-tag.cc-tag-vertical-right a,
#cc-tag.cc-tag-vertical-right a:visited {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  margin-right: -82px;
  padding: 8px 12px 60px 12px;
}
#cc-tag.cc-tag-vertical-left a,
#cc-tag.cc-tag-vertical-left a:visited {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  margin-left: -82px;
  padding: 8px 12px 60px 12px;
}
#cc-tag a:hover,
#cc-tag a:active {
  border-top: 3px solid #f1d600;
  border-right: 3px solid #f1d600;
  border-left: 3px solid #f1d600;
  box-shadow: 2px 2px 7px black;
  -moz-box-shadow: 2px 2px 7px black;
  -webkit-box-shadow: 2px 2px 7px black;
}
#cc-tag a span {
  font-size: 12pt;
}
#cc-modal {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 11pt;
}
#cc-modal #cc-modal-wrapper {
  width: 686px;
  margin: 40px auto;
  background-color: #1d1d1d;
  color: whitesmoke;
  padding: 25px 15px 5px;
  text-align: left;
  position: relative;
  max-height: 8%;
  overflow-y: auto;
  overflow-x: hidden;
  min-height: 560px;
  box-shadow: 0px 0px 30px black;
  -moz-box-shadow: 0px 0px 30px black;
  -webkit-box-shadow: 0px 0px 30px black;
}
#cc-modal #cc-modal-wrapper a,
#cc-modal #cc-modal-wrapper a:visited {
  color: #f5f500;
  text-decoration: none;
}
#cc-modal #cc-modal-wrapper a:hover {
  color: #31a8f0;
  text-decoration: underline;
}
#cc-modal #cc-modal-wrapper #cc-change-button-allsites {
  margin-top: 16px;
  margin-bottom: 6px;
  display: block;
  padding: 6px 12px;
  background-color: #f5f500;
  color: #111111;
  float: left;
  clear: both;
  margin-right: 8px;
  text-decoration: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
#cc-modal #cc-modal-wrapper #cc-change-button-allsites:hover,
#cc-modal #cc-modal-wrapper #cc-change-button-allsites:active {
  background-color: #31a8f0;
}
#cc-settingsmodal #cc-settingsmodal-wrapper select,
#cc-modal #cc-modal-wrapper select {
  /*padding: 2px 6px;*/
  color: #111111;
  margin-right: 8px;
  text-decoration: none;
  position: absolute;
  top: 28px;
  right: 8px;
  float: right;
  font-size: 10pt;
  width: 150px;
}
#cc-settingsmodal.cc-mobile #cc-settingsmodal-wrapper select,
#cc-modal.cc-mobile #cc-modal-wrapper select {
  float: none;
  margin-top: 10px;
  position: static;
}
#cc-modal #cc-modal-wrapper a.cc-consentchange:hover {
  background-color: #31a8f0;
}
#cc-settingsmodal #cc-settingsmodal-wrapper ul li label,
#cc-modal #cc-modal-wrapper ul li label {
  float: left;
}
#cc-settingsmodal #cc-settingsmodal-wrapper ul,
#cc-modal #cc-modal-wrapper ul {
  margin: 0;
  padding: 0 100px;
  list-style: none;
}
#cc-settingsmodal.cc-mobile #cc-settingsmodal-wrapper ul,
#cc-modal.cc-mobile #cc-modal-wrapper ul {
  padding: 0;
}
#cc-settingsmodal #cc-settingsmodal-wrapper li,
#cc-modal #cc-modal-wrapper li {
  clear: both;
  margin: 0;
  padding: 30px 0 0;
  list-style: none;
  position: relative;
}
#cc-settingsmodal #cc-settingsmodal-wrapper li strong,
#cc-modal #cc-modal-wrapper li strong {
  width: 480px;
  float: left;
  display: block;
  color: #31a8f0;
  font-size: 16pt;
  font-weight: 400;
}
#cc-settingsmodal.cc-mobile #cc-settingsmodal-wrapper li strong #cc-modal.cc-mobile #cc-modal-wrapper li strong {
  float: none;
}
#cc-settingsmodal #cc-settingsmodal-wrapper li span,
#cc-modal #cc-modal-wrapper li span {
  width: 470px;
  float: left;
  clear: left;
  display: block;
  color: #7a7a7a;
  line-height: 1.2em;
  font-size: 12pt;
  margin-top: 8px;
}
#cc-settingsmodal.cc-mobile #cc-settingsmodal-wrapper li span,
#cc-modal.cc-mobile #cc-modal-wrapper li span {
  float: none;
}
#cc-settingsmodal {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 11pt;
}
#cc-settingsmodal.cc-mobile {
  height: auto;
}
#cc-settingsmodal #cc-settingsmodal-wrapper {
  width: 716px;
  height: 8%;
  margin: 40px auto;
  background-color: #1d1d1d;
  padding-top: 24px;
  color: whitesmoke;
  text-align: left;
  position: relative;
  overflow-x: hidden;
  max-height: 560px;
  background-image: url(https://s3-eu-west-1.amazonaws.com/assets.cookieconsent.silktide.com/globe.png);
  background-position: -20px 20px;
  background-repeat: no-repeat;
  box-shadow: 0px 0px 30px black;
  -moz-box-shadow: 0px 0px 30px black;
  -webkit-box-shadow: 0px 0px 30px black;
}
#cc-settingsmodal #cc-settingsmodal-wrapper .cc-content {
  overflow-y: auto;
  overflow-x: hidden;
  height: 400px;
  margin-top: 20px;
}
#cc-settingsmodal.cc-mobile #cc-settingsmodal-wrapper {
  max-height: none;
}
#cc-settingsmodal.cc-mobile #cc-settingsmodal-wrapper .cc-content {
  height: 540px;
  max-height: none;
}
#cc-modal #cc-modal-wrapper p {
  line-height: 1em;
  margin-top: 12px;
  color: whitesmoke;
}
#cc-settingsmodal #cc-settingsmodal-wrapper p {
  margin-top: 32px;
}
#cc-modal #cc-modal-wrapper .cc-content {
  padding-top: 8px;
  clear: both;
  height: 420px;
  overflow-y: auto;
  overflow-x: hidden;
}
#cc-modal.cc-mobile #cc-modal-wrapper .cc-content {
  height: auto;
  overflow: hidden;
}
#cc-modal #cc-modal-wrapper h2,
#cc-settingsmodal #cc-settingsmodal-wrapper h2 {
  margin: 0 57px;
  font-size: 24pt;
  width: 712px;
  color: white;
  font-weight: 400;
}
#cc-settingsmodal #cc-settingsmodal-wrapper h2 {
  margin: 0 72px;
}
#cc-modal #cc-modal-wrapper h2 span,
#cc-settingsmodal #cc-settingsmodal-wrapper h2 span {
  font-size: 14pt;
  color: #7a7a7a;
}
#cc-settingsmodal #cc-settingsmodal-wrapper h2 span {
  color: #71f031;
}
#cc-settingsmodal #cc-settingsmodal-wrapper p.cc-subtitle,
#cc-modal #cc-modal-wrapper p.cc-subtitle {
  color: #7a7a7a;
  margin: 16px 0 0 57px;
  font-size: 12pt;
}
#cc-settingsmodal #cc-settingsmodal-wrapper p.cc-subtitle {
  margin: 16px 0 0 73px;
}
#cc-modal.cc-mobile #cc-modal-wrapper p.cc-subtitle {
  margin-left: 0;
}
#cc-settingsmodal.cc-mobile #cc-settingsmodal-wrapper p.cc-subtitle {
  margin-left: 10px;
}
#cc-settingsmodal #cc-settingsmodal-wrapper iframe {
  width: 714px;
  border: 0;
  min-height: 390px;
}
#cc-settingsmodal.cc-mobile #cc-settingsmodal-wrapper iframe {
  width: 100%;
  height: 500px;
  z-index: 9999999999999;
  margin-top: 0;
}
#cc-modal #cc-modal-closebutton a,
#cc-settingsmodal #cc-settingsmodal-closebutton a {
  background-image: url("https://s3-eu-west-1.amazonaws.com/assets.cookieconsent.silktide.com/modal-close.png");
  display: block;
  height: 24px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 24px;
  background-position: 0 0;
}
#cc-modal #cc-modal-closebutton a:hover,
#cc-settingsmodal #cc-settingsmodal-closebutton a:hover {
  background-position: 0 -24px;
}
#cc-modal #cc-modal-global {
  padding-top: 5px;
}
#cc-settingsmodal #cc-settingsmodal-secondclosebutton a,
#cc-settingsmodal #cc-settingsmodal-secondclosebutton a:visited {
  color: #71f031;
  text-decoration: none;
}
#cc-modal #cc-modal-secondclosebutton a span,
#cc-modal #cc-modal-secondclosebutton a:visited span,
#cc-settingsmodal #cc-settingsmodal-secondclosebutton a span,
#cc-settingsmodal #cc-settingsmodal-secondclosebutton a:visited span,
#cc-modal #cc-modal-global a span,
#cc-modal #cc-modal-global a:visited span {
  font-size: 12pt;
  font-weight: 600;
}
#cc-settingsmodal.cc-mobile #cc-settingsmodal-secondclosebutton {
  padding-left: 10px;
  padding-top: 0;
}
#cc-modal.cc-mobile #cc-modal-secondclosebutton a,
#cc-modal.cc-mobile #cc-modal-secondclosebutton a:visited,
#cc-modal.cc-mobile #cc-modal-global a,
#cc-modal.cc-mobile #cc-modal-global a:visited {
  float: none;
}
#cc-settingsmodal.cc-mobile #cc-settingsmodal-secondclosebutton a,
#cc-settingsmodal.cc-mobile #cc-settingsmodal-secondclosebutton a:visited {
  display: none;
}
#cc-modal #cc-modal-secondclosebutton a:hover,
#cc-modal #cc-modal-secondclosebutton a:active,
#cc-settingsmodal #cc-settingsmodal-secondclosebutton a:hover,
#cc-settingsmodal #cc-settingsmodal-secondclosebutton a:active,
#cc-modal #cc-modal-global a:hover,
#cc-modal #cc-modal-global a:active {
  text-decoration: none;
  color: white;
}
#cc-modal #cc-modal-wrapper #cc-modal-footer-buttons {
  margin-left: 57px;
  margin-top: 25px;
}
#cc-settingsmodal #cc-settingsmodal-wrapper #cc-settingsmodal-footer-buttons {
  margin-left: 72px;
}
#cc-modal.cc-mobile #cc-modal-wrapper #cc-modal-footer-buttons {
  position: relative;
  width: auto;
  padding-top: 10px;
  margin-left: 0;
}
#cc-modal #cc-modal-wrapper .cc-preference-importantmessage {
  margin-top: 20px;
  clear: both;
  padding: 10px;
  text-align: left;
  background-color: #444444;
  border: 1px dotted #666666;
  line-height: 2em;
}
#cc-modal #cc-modal-wrapper .cc-preference-importantmessage a,
#cc-modal #cc-modal-wrapper .cc-preference-importantmessage a:visited {
  line-height: 1.2em;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  padding: 5px 10px;
  background-color: whitesmoke;
  color: #111111;
  margin-right: 8px;
  text-decoration: none;
  font-size: 10pt;
  float: right;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 1px 1px 2px black;
  -moz-box-shadow: 1px 1px 2px black;
  -webkit-box-shadow: 1px 1px 2px black;
  transition: background 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s, box-shadow 0.2s ease-in-out 0s;
  -moz-transition: background 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s, -moz-box-shadow 0.2s ease-in-out 0s;
  -webkit-transition: background 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s, -webkit-box-shadow 0.2s ease-in-out 0s;
  background-color: #f1d600;
}
#cc-modal #cc-modal-wrapper .cc-preference-importantmessage a:hover,
#cc-modal #cc-modal-wrapper .cc-preference-importantmessage a:active {
  text-decoration: none;
  background-color: #0288ce;
  color: white;
  box-shadow: 1px 2px 10px black;
  -moz-box-shadow: 1px 2px 10px black;
  -webkit-box-shadow: 1px 2px 10px black;
}
#cc-modal #cc-modal-wrapper a.cc-learnmore-link,
#cc-settingsmodal #cc-settingsmodal-wrapper a.cc-learnmore-link,
#cc-notification a.cc-learnmore-link {
  color: white;
}
#cc-modal.cc-mobile #cc-modal-wrapper {
  height: auto;
  max-height: none;
  min-height: inherit;
}
#cc-modal.cc-mobile #cc-modal-wrapper,
#cc-settingsmodal.cc-mobile #cc-settingsmodal-wrapper {
  margin-top: 0;
  width: auto;
}
#cc-modal.cc-mobile #cc-modal-wrapper h2 {
  width: auto;
  margin-left: 0;
}
#cc-settingsmodal.cc-mobile #cc-settingsmodal-wrapper h2 span,
#cc-modal.cc-mobile #cc-modal-wrapper h2 span {
  display: block;
  margin-top: 8px;
}
#cc-settingsmodal.cc-mobile #cc-settingsmodal-wrapper h2 {
  margin-left: 10px;
  width: auto;
}
#cc-modal.cc-mobile #cc-modal-wrapper,
#cc-settingsmodal.cc-mobile #cc-settingsmodal-wrapper {
  border: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  background-image: none;
  max-height: none;
}
#cc-settingsmodal.cc-mobile #cc-settingsmodal-wrapper li span,
#cc-modal.cc-mobile #cc-modal-wrapper li span {
  width: auto;
  float: none;
}
#cc-modal.cc-mobile #cc-modal-wrapper a.cc-consentchange {
  margin-top: 10px;
  float: none;
}
#cc-modal #cc-modal-wrapper li strong {
  width: auto;
}
.ease-out,
.btn,
section .EPiServerForms .Form__Element button,
.info-column[data-anchor="freesamplebtn"] span h3 a {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
h1 {
  text-transform: uppercase;
  font-weight: null;
}
h2 {
  font-family: "ConduitITCStd-Bold", serif;
  text-transform: uppercase;
  font-weight: normal;
  font-style: normal;
  color: #40211f;
}
@media (max-width: 768px) {
  h1 {
    font-size: 1.8em;
  }
}
.btn {
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 1.6em 0;
  border-radius: 0px;
  text-transform: uppercase;
  white-space: initial;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary.focus {
  color: null;
  background-color: #40211f;
  border-color: transparent;
}
.btn.btn-secondary {
  color: #40211f;
  background-color: transparent;
  border-color: #40211f;
}
.btn.btn-secondary:hover,
.btn.btn-secondary:focus,
.btn.btn-secondary.focus {
  color: #40211f;
  background-color: transparent;
  border-color: #40211f;
}
.btn.btn-tertiary {
  color: #40211f;
  background-color: transparent;
  border-color: rgba(64, 33, 31, 0.5);
}
.btn.btn-tertiary:hover,
.btn.btn-tertiary:focus,
.btn.btn-tertiary.focus {
  color: #40211f;
  background-color: transparent;
  border-color: #40211f;
}
.bg-img,
.app-blendheader,
.app-producttype-title,
.app-producttype-selector,
.app-producttype .range .rangeheader,
.app-rangepage-titlebar,
.app-tile-selector,
.app-tile .tile-isotope .tile .tile-container,
.app-five-columns,
.app-four-column,
.app-full-image,
.app-full-image div[class*="container"] .row .full-image-container .right > .backgroundimage,
.app-full-image div[class*="container"] .row .full-image-container .center > .backgroundimage,
.app-full-image div[class*="container"] .row .full-image-container .left > .backgroundimage,
.app-full-image div[class*="container"] .full-image-container .right > .backgroundimage,
.app-full-image div[class*="container"] .full-image-container .center > .backgroundimage,
.app-full-image div[class*="container"] .full-image-container .left > .backgroundimage,
.app-full-image-extended,
.app-full-image-extended .container-fluid .row .container .right > .backgroundimage,
.app-full-image-extended .container-fluid .row .container .center > .backgroundimage,
.app-full-image-extended .container-fluid .row .container .left > .backgroundimage,
.app-imagegrid,
.app-imagegrid .container-fluid .row .container .right > .backgroundimage,
.app-imagegrid .container-fluid .row .container .center > .backgroundimage,
.app-imagegrid .container-fluid .row .container .left > .backgroundimage,
.app-three-column .container .info-column,
.app-one-column,
.app-ProductCarousel,
.app-three-column,
.app-video,
.app-video div[class*="container"] .row .video-container .center > .backgroundimage,
.app-video-column {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bg-img-bottom,
.app-title-bar {
  background-position: bottom;
  background-repeat: no-repeat;
}
.bg-img-top,
.app-twohalves {
  background-position: top;
  background-repeat: no-repeat;
}
p {
  font-weight: 400;
  font-style: normal;
}
p a {
  color: inherit;
  text-decoration: underline;
}
form {
  padding: 30px;
}
form label {
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
form .checkbox input {
  margin-top: 9.5px;
  margin-left: 0;
}
.form-group label {
  color: white;
}
.form-group .form-control {
  height: 40px;
  padding: 6px 12px;
  color: BurlyWood;
  border-color: Gold;
  background-color: FireBrick;
}
.form-group .form-control.input-validation-error {
  border-color: #a94442;
  -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);
}
.form-group .form-control:focus {
  border-color: OrangeRed;
  background-color: GoldenRod;
}
.form-group textarea.form-control {
  height: 100px;
}
.form-group.inverse label,
.inverse .form-group label {
  color: white;
}
.form-group.inverse .form-control,
.inverse .form-group .form-control {
  color: Teal;
  border-color: MediumVioletRed;
  background-color: PowderBlue;
}
.form-group.inverse .form-control:focus,
.inverse .form-group .form-control:focus {
  border-color: SeaGreen;
  background-color: RosyBrown;
}
.text-danger {
  font-size: 12px;
  line-height: 18px;
}
.modal {
  z-index: 99999;
}
.modal .modal-header {
  border: none;
}
.pagination li {
  cursor: pointer;
}
.dots {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 768px) {
  .equal-height {
    display: flex;
  }
}
.equal-height > div[class*='col-'] {
  display: flex;
  flex-direction: column;
}
.equal-height > div[class*='col-sm-8'] {
  display: flex;
  flex-direction: row;
}
@font-face {
  font-family: 'fontawesome';
  src: url('../content/fonts/fontawesome.eot');
  src: url('../content/fonts/fontawesome.eot#iefix') format('embedded-opentype'), url('../content/fonts/fontawesome.woff2') format('woff2'), url('../content/fonts/fontawesome.woff') format('woff'), url('../content/fonts/fontawesome.ttf') format('truetype'), url('../content/fonts/fontawesome.svg#fontawesome') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */

/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */

/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontawesome';
    src: url('../font/fontawesome.svg?32965910#fontawesome') format('svg');
  }
}
*/

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontawesome";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */

  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */

}
.icon-star:before {
  display: inline;
  content: '\e802';
}
/* '' */

.icon-star-empty:before {
  display: inline;
  content: '\e803';
}
/* '' */

.icon-star-half-alt:before {
  display: inline;
  content: '\e804';
}
/* '' */

.icon-star-0:before {
  display: inline;
  content: '\e803 \e803 \e803 \e803 \e803';
}
.icon-star-0-half:before {
  display: inline;
  content: '\e804 \e803 \e803 \e803 \e803';
}
.icon-star-1:before {
  display: inline;
  content: '\e802 \e803 \e803 \e803 \e803';
}
.icon-star-1-half:before {
  display: inline;
  content: '\e802 \e804 \e803 \e803 \e803';
}
.icon-star-2:before {
  display: inline;
  content: '\e802 \e802 \e803 \e803 \e803';
}
.icon-star-2-half:before {
  display: inline;
  content: '\e802 \e802 \e804 \e803 \e803';
}
.icon-star-3:before {
  display: inline;
  content: '\e802 \e802 \e802 \e803 \e803';
}
.icon-star-3-half:before {
  display: inline;
  content: '\e802 \e802 \e802 \e804 \e803';
}
.icon-star-4:before {
  display: inline;
  content: '\e802 \e802 \e802 \e802 \e803';
}
.icon-star-4-half:before {
  display: inline;
  content: '\e802 \e802 \e802 \e802 \e804';
}
.icon-star-5:before {
  display: inline;
  content: '\e802 \e802 \e802 \e802 \e802';
}
body {
  background-repeat: no-repeat;
  background-position: top center;
}
.pointer {
  cursor: pointer;
}
/*
    //
    //
    // 
     TODO:
     VERPLAATSEN NAAR RANGEPAGE
     
     Start: Recommended Isotope styles */

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  transition-duration: 0.6s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  transition-duration: 0s;
}
/* End: Recommended Isotope styles */

.h-title {
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  text-transform: uppercase !important;
  font-weight: null !important;
  font-size: 2.25em !important;
  font-style: normal;
  line-height: 1.2 !important;
  color: inherit;
  margin: 0 !important;
}
.h-pretitle {
  font-family: "ConduitITCStd-Bold", serif !important;
  text-transform: none !important;
  font-weight: normal !important;
  font-style: normal !important;
  color: #40211f;
  line-height: 1.2 !important;
  font-size: 1.13em !important;
}
.h-subtitle {
  font-family: 'Oswald', sans-serif;
  text-transform: none;
  font-weight: normal;
  font-style: italic;
  color: #cfbfaf;
  line-height: 1.2;
  font-size: 1.7em;
}
/**
    5 column bootstrap
*/

.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs-5ths {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
.app-gallery .bx-wrapper {
  margin-bottom: 10px;
}
.app-gallery .bx-wrapper .bx-pager {
  margin-top: 0px;
}
@media (max-width: 767px) {
  
}
@media (min-width: 768px) {
  .app-gallery {
    width: 350px;
  }
}
@media (min-width: 992px) {
  .app-gallery {
    width: 440px;
  }
}
@media (min-width: 1200px) {
  .app-gallery {
    width: 530px;
  }
}
.parallax {
  padding: 0;
  margin: 0;
  width: 100%;
  position: relative;
  margin: 0 auto;
  background-size: cover !important;
  background-position: center;
  background-repeat: no-repeat;
  background-position: 50% 0px;
  background-repeat: repeat;
  background-attachment: fixed;
}
.f16 .flag {
  display: inline-block;
  height: 16px;
  width: 16px;
  vertical-align: text-top;
  line-height: 16px;
  background: url(/Content/img/flags16.png) no-repeat;
}
.f16 ._African_Union {
  background-position: 0 -16px;
}
.f16 ._Arab_League {
  background-position: 0 -32px;
}
.f16 ._ASEAN {
  background-position: 0 -48px;
}
.f16 ._CARICOM {
  background-position: 0 -64px;
}
.f16 ._CIS {
  background-position: 0 -80px;
}
.f16 ._Commonwealth {
  background-position: 0 -96px;
}
.f16 ._England {
  background-position: 0 -112px;
}
.f16 ._European_Union,
.f16 .eu {
  background-position: 0 -128px;
}
.f16 ._Islamic_Conference {
  background-position: 0 -144px;
}
.f16 ._Kosovo {
  background-position: 0 -160px;
}
.f16 ._NATO {
  background-position: 0 -176px;
}
.f16 ._Northern_Cyprus {
  background-position: 0 -192px;
}
.f16 ._Northern_Ireland {
  background-position: 0 -208px;
}
.f16 ._Olimpic_Movement {
  background-position: 0 -224px;
}
.f16 ._OPEC {
  background-position: 0 -240px;
}
.f16 ._Red_Cross {
  background-position: 0 -256px;
}
.f16 ._Scotland {
  background-position: 0 -272px;
}
.f16 ._Somaliland {
  background-position: 0 -288px;
}
.f16 ._Tibet {
  background-position: 0 -304px;
}
.f16 ._United_Nations {
  background-position: 0 -320px;
}
.f16 ._Wales {
  background-position: 0 -336px;
}
.f16 .ad {
  background-position: 0 -352px;
}
.f16 .ae {
  background-position: 0 -368px;
}
.f16 .af {
  background-position: 0 -384px;
}
.f16 .ag {
  background-position: 0 -400px;
}
.f16 .ai {
  background-position: 0 -416px;
}
.f16 .al {
  background-position: 0 -432px;
}
.f16 .am {
  background-position: 0 -448px;
}
.f16 .ao {
  background-position: 0 -464px;
}
.f16 .aq {
  background-position: 0 -480px;
}
.f16 .ar {
  background-position: 0 -496px;
}
.f16 .as {
  background-position: 0 -512px;
}
.f16 .at {
  background-position: 0 -528px;
}
.f16 .au {
  background-position: 0 -544px;
}
.f16 .aw {
  background-position: 0 -560px;
}
.f16 .ax {
  background-position: 0 -576px;
}
.f16 .az {
  background-position: 0 -592px;
}
.f16 .ba {
  background-position: 0 -608px;
}
.f16 .bb {
  background-position: 0 -624px;
}
.f16 .bd {
  background-position: 0 -640px;
}
.f16 .be {
  background-position: 0 -656px;
}
.f16 .bf {
  background-position: 0 -672px;
}
.f16 .bg {
  background-position: 0 -688px;
}
.f16 .bh {
  background-position: 0 -704px;
}
.f16 .bi {
  background-position: 0 -720px;
}
.f16 .bj {
  background-position: 0 -736px;
}
.f16 .bm {
  background-position: 0 -752px;
}
.f16 .bn {
  background-position: 0 -768px;
}
.f16 .bo {
  background-position: 0 -784px;
}
.f16 .br {
  background-position: 0 -800px;
}
.f16 .bs {
  background-position: 0 -816px;
}
.f16 .bt {
  background-position: 0 -832px;
}
.f16 .bw {
  background-position: 0 -848px;
}
.f16 .by {
  background-position: 0 -864px;
}
.f16 .bz {
  background-position: 0 -880px;
}
.f16 .ca {
  background-position: 0 -896px;
}
.f16 .cg {
  background-position: 0 -912px;
}
.f16 .cf {
  background-position: 0 -928px;
}
.f16 .cd {
  background-position: 0 -944px;
}
.f16 .ch {
  background-position: 0 -960px;
}
.f16 .ci {
  background-position: 0 -976px;
}
.f16 .ck {
  background-position: 0 -992px;
}
.f16 .cl {
  background-position: 0 -1008px;
}
.f16 .cm {
  background-position: 0 -1024px;
}
.f16 .cn {
  background-position: 0 -1040px;
}
.f16 .co {
  background-position: 0 -1056px;
}
.f16 .cr {
  background-position: 0 -1072px;
}
.f16 .cu {
  background-position: 0 -1088px;
}
.f16 .cv {
  background-position: 0 -1104px;
}
.f16 .cy {
  background-position: 0 -1120px;
}
.f16 .cz {
  background-position: 0 -1136px;
}
.f16 .de {
  background-position: 0 -1152px;
}
.f16 .dj {
  background-position: 0 -1168px;
}
.f16 .dk {
  background-position: 0 -1184px;
}
.f16 .dm {
  background-position: 0 -1200px;
}
.f16 .do {
  background-position: 0 -1216px;
}
.f16 .dz {
  background-position: 0 -1232px;
}
.f16 .ec {
  background-position: 0 -1248px;
}
.f16 .ee {
  background-position: 0 -1264px;
}
.f16 .eg {
  background-position: 0 -1280px;
}
.f16 .eh {
  background-position: 0 -1296px;
}
.f16 .er {
  background-position: 0 -1312px;
}
.f16 .es {
  background-position: 0 -1328px;
}
.f16 .et {
  background-position: 0 -1344px;
}
.f16 .fi {
  background-position: 0 -1360px;
}
.f16 .fj {
  background-position: 0 -1376px;
}
.f16 .fm {
  background-position: 0 -1392px;
}
.f16 .fo {
  background-position: 0 -1408px;
}
.f16 .fr {
  background-position: 0 -1424px;
}
.f16 .bl,
.f16 .cp,
.f16 .mf,
.f16 .yt {
  background-position: 0 -1424px;
}
.f16 .ga {
  background-position: 0 -1440px;
}
.f16 .gb,
.f16 .en {
  background-position: 0 -1456px;
}
.f16 .sh {
  background-position: 0 -1456px;
}
.f16 .gd {
  background-position: 0 -1472px;
}
.f16 .ge {
  background-position: 0 -1488px;
}
.f16 .gg {
  background-position: 0 -1504px;
}
.f16 .gh {
  background-position: 0 -1520px;
}
.f16 .gi {
  background-position: 0 -1536px;
}
.f16 .gl {
  background-position: 0 -1552px;
}
.f16 .gm {
  background-position: 0 -1568px;
}
.f16 .gn {
  background-position: 0 -1584px;
}
.f16 .gp {
  background-position: 0 -1600px;
}
.f16 .gq {
  background-position: 0 -1616px;
}
.f16 .gr {
  background-position: 0 -1632px;
}
.f16 .gt {
  background-position: 0 -1648px;
}
.f16 .gu {
  background-position: 0 -1664px;
}
.f16 .gw {
  background-position: 0 -1680px;
}
.f16 .gy {
  background-position: 0 -1696px;
}
.f16 .hk {
  background-position: 0 -1712px;
}
.f16 .hn {
  background-position: 0 -1728px;
}
.f16 .hr {
  background-position: 0 -1744px;
}
.f16 .ht {
  background-position: 0 -1760px;
}
.f16 .hu {
  background-position: 0 -1776px;
}
.f16 .id {
  background-position: 0 -1792px;
}
.f16 .mc {
  background-position: 0 -1792px;
}
.f16 .ie {
  background-position: 0 -1808px;
}
.f16 .il {
  background-position: 0 -1824px;
}
.f16 .im {
  background-position: 0 -1840px;
}
.f16 .in {
  background-position: 0 -1856px;
}
.f16 .iq {
  background-position: 0 -1872px;
}
.f16 .ir {
  background-position: 0 -1888px;
}
.f16 .is {
  background-position: 0 -1904px;
}
.f16 .it {
  background-position: 0 -1920px;
}
.f16 .je {
  background-position: 0 -1936px;
}
.f16 .jm {
  background-position: 0 -1952px;
}
.f16 .jo {
  background-position: 0 -1968px;
}
.f16 .jp {
  background-position: 0 -1984px;
}
.f16 .ke {
  background-position: 0 -2000px;
}
.f16 .kg {
  background-position: 0 -2016px;
}
.f16 .kh {
  background-position: 0 -2032px;
}
.f16 .ki {
  background-position: 0 -2048px;
}
.f16 .km {
  background-position: 0 -2064px;
}
.f16 .kn {
  background-position: 0 -2080px;
}
.f16 .kp {
  background-position: 0 -2096px;
}
.f16 .kr {
  background-position: 0 -2112px;
}
.f16 .kw {
  background-position: 0 -2128px;
}
.f16 .ky {
  background-position: 0 -2144px;
}
.f16 .kz {
  background-position: 0 -2160px;
}
.f16 .la {
  background-position: 0 -2176px;
}
.f16 .lb {
  background-position: 0 -2192px;
}
.f16 .lc {
  background-position: 0 -2208px;
}
.f16 .li {
  background-position: 0 -2224px;
}
.f16 .lk {
  background-position: 0 -2240px;
}
.f16 .lr {
  background-position: 0 -2256px;
}
.f16 .ls {
  background-position: 0 -2272px;
}
.f16 .lt {
  background-position: 0 -2288px;
}
.f16 .lu {
  background-position: 0 -2304px;
}
.f16 .lv {
  background-position: 0 -2320px;
}
.f16 .ly {
  background-position: 0 -2336px;
}
.f16 .ma {
  background-position: 0 -2352px;
}
.f16 .md {
  background-position: 0 -2368px;
}
.f16 .me {
  background-position: 0 -2384px;
}
.f16 .mg {
  background-position: 0 -2400px;
}
.f16 .mh {
  background-position: 0 -2416px;
}
.f16 .mk {
  background-position: 0 -2432px;
}
.f16 .ml {
  background-position: 0 -2448px;
}
.f16 .mm {
  background-position: 0 -2464px;
}
.f16 .mn {
  background-position: 0 -2480px;
}
.f16 .mo {
  background-position: 0 -2496px;
}
.f16 .mq {
  background-position: 0 -2512px;
}
.f16 .mr {
  background-position: 0 -2528px;
}
.f16 .ms {
  background-position: 0 -2544px;
}
.f16 .mt {
  background-position: 0 -2560px;
}
.f16 .mu {
  background-position: 0 -2576px;
}
.f16 .mv {
  background-position: 0 -2592px;
}
.f16 .mw {
  background-position: 0 -2608px;
}
.f16 .mx {
  background-position: 0 -2624px;
}
.f16 .my {
  background-position: 0 -2640px;
}
.f16 .mz {
  background-position: 0 -2656px;
}
.f16 .na {
  background-position: 0 -2672px;
}
.f16 .nc {
  background-position: 0 -2688px;
}
.f16 .ne {
  background-position: 0 -2704px;
}
.f16 .ng {
  background-position: 0 -2720px;
}
.f16 .ni {
  background-position: 0 -2736px;
}
.f16 .nl {
  background-position: 0 -2752px;
}
.f16 .bq {
  background-position: 0 -2752px;
}
.f16 .no {
  background-position: 0 -2768px;
}
.f16 .bv,
.f16 .nq,
.f16 .sj {
  background-position: 0 -2768px;
}
.f16 .np {
  background-position: 0 -2784px;
}
.f16 .nr {
  background-position: 0 -2800px;
}
.f16 .nz {
  background-position: 0 -2816px;
}
.f16 .om {
  background-position: 0 -2832px;
}
.f16 .pa {
  background-position: 0 -2848px;
}
.f16 .pe {
  background-position: 0 -2864px;
}
.f16 .pf {
  background-position: 0 -2880px;
}
.f16 .pg {
  background-position: 0 -2896px;
}
.f16 .ph {
  background-position: 0 -2912px;
}
.f16 .pk {
  background-position: 0 -2928px;
}
.f16 .pl {
  background-position: 0 -2944px;
}
.f16 .pr {
  background-position: 0 -2960px;
}
.f16 .ps {
  background-position: 0 -2976px;
}
.f16 .pt {
  background-position: 0 -2992px;
}
.f16 .pw {
  background-position: 0 -3008px;
}
.f16 .py {
  background-position: 0 -3024px;
}
.f16 .qa {
  background-position: 0 -3040px;
}
.f16 .re {
  background-position: 0 -3056px;
}
.f16 .ro {
  background-position: 0 -3072px;
}
.f16 .rs {
  background-position: 0 -3088px;
}
.f16 .ru {
  background-position: 0 -3104px;
}
.f16 .rw {
  background-position: 0 -3120px;
}
.f16 .sa {
  background-position: 0 -3136px;
}
.f16 .sb {
  background-position: 0 -3152px;
}
.f16 .sc {
  background-position: 0 -3168px;
}
.f16 .sd {
  background-position: 0 -3184px;
}
.f16 .se {
  background-position: 0 -3200px;
}
.f16 .sg {
  background-position: 0 -3216px;
}
.f16 .si {
  background-position: 0 -3232px;
}
.f16 .sk {
  background-position: 0 -3248px;
}
.f16 .sl {
  background-position: 0 -3264px;
}
.f16 .sm {
  background-position: 0 -3280px;
}
.f16 .sn {
  background-position: 0 -3296px;
}
.f16 .so {
  background-position: 0 -3312px;
}
.f16 .sr {
  background-position: 0 -3328px;
}
.f16 .st {
  background-position: 0 -3344px;
}
.f16 .sv {
  background-position: 0 -3360px;
}
.f16 .sy {
  background-position: 0 -3376px;
}
.f16 .sz {
  background-position: 0 -3392px;
}
.f16 .tc {
  background-position: 0 -3408px;
}
.f16 .td {
  background-position: 0 -3424px;
}
.f16 .tg {
  background-position: 0 -3440px;
}
.f16 .th {
  background-position: 0 -3456px;
}
.f16 .tj {
  background-position: 0 -3472px;
}
.f16 .tl {
  background-position: 0 -3488px;
}
.f16 .tm {
  background-position: 0 -3504px;
}
.f16 .tn {
  background-position: 0 -3520px;
}
.f16 .to {
  background-position: 0 -3536px;
}
.f16 .tr {
  background-position: 0 -3552px;
}
.f16 .tt {
  background-position: 0 -3568px;
}
.f16 .tv {
  background-position: 0 -3584px;
}
.f16 .tw {
  background-position: 0 -3600px;
}
.f16 .tz {
  background-position: 0 -3616px;
}
.f16 .ua {
  background-position: 0 -3632px;
}
.f16 .ug {
  background-position: 0 -3648px;
}
.f16 .us {
  background-position: 0 -3664px;
}
.f16 .uy {
  background-position: 0 -3680px;
}
.f16 .uz {
  background-position: 0 -3696px;
}
.f16 .va {
  background-position: 0 -3712px;
}
.f16 .vc {
  background-position: 0 -3728px;
}
.f16 .ve {
  background-position: 0 -3744px;
}
.f16 .vg {
  background-position: 0 -3760px;
}
.f16 .vi {
  background-position: 0 -3776px;
}
.f16 .vn {
  background-position: 0 -3792px;
}
.f16 .vu {
  background-position: 0 -3808px;
}
.f16 .ws {
  background-position: 0 -3824px;
}
.f16 .ye {
  background-position: 0 -3840px;
}
.f16 .za {
  background-position: 0 -3856px;
}
.f16 .zm {
  background-position: 0 -3872px;
}
.f16 .zw {
  background-position: 0 -3888px;
}
.f16 .sx {
  background-position: 0 -3904px;
}
.f16 .cw {
  background-position: 0 -3920px;
}
.f16 .ss {
  background-position: 0 -3936px;
}
.f16 .nu {
  background-position: 0 -3952px;
}
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */

/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
  position: relative;
  margin: 0 auto 0px;
  padding: 0;
  *zoom: 1;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
/** THEME
===================================*/

.bx-wrapper .bx-viewport {
  /*-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;*/
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}
.bx-wrapper .bx-pager {
  margin-top: -30px;
  position: absolute;
  width: 100%;
}
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* LOADER */

.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(/Content/img/bx_loader.gif) center center no-repeat white;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */

.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: bold;
  color: #666666;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: rgba(255, 255, 255, 0.5);
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.75);
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: rgba(255, 255, 255, 0.8);
}
/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
  left: 10px;
  background: url(/Content/img/controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url(/Content/img/controls.png) no-repeat -43px -32px;
}
.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(/Content/img/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(/Content/img/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: white;
  font-family: Arial;
  display: block;
  font-size: 0.85em;
  padding: 10px;
}
.app-blendheader {
  padding: 2.5em 0;
  /*-- Gallery --*/

  /*-- Introtext --*/

  /*-- Product Information --*/

}
@media (min-width: 768px) {
  .app-blendheader .valign-columns {
    display: table;
  }
  .app-blendheader .valign-columns .vcolumn {
    display: table-cell;
    vertical-align: middle;
    float: none;
  }
}
.app-blendheader .bx-wrapper .bx-prev {
  left: -32px;
}
.app-blendheader .bx-wrapper .bx-next {
  right: -32px;
}
.app-blendheader .bx-wrapper li img {
  margin: 0 auto;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}
.app-blendheader .center-text {
  text-align: center;
}
.app-blendheader .center-text .divider {
  margin: 15px auto 75px;
}
.app-blendheader .productrating {
  color: #ffc723;
  letter-spacing: 5px;
  font-size: 20px;
}
.app-blendheader .allratingslink {
  display: inline;
  color: white;
  letter-spacing: 0px;
  font-size: 14px;
  text-transform: uppercase;
}
.app-blendheader .numericrating {
  color: white;
  font-family: "FlamaCondensed-Medium";
  font-size: 32px;
  padding: 0 5px;
  vertical-align: sub;
}
.app-blendheader .nrreviewslink {
  color: white;
  padding: 0 10px 0 0;
}
.app-blendheader .reviewlink {
  color: white;
  padding: 0 0 0 10px;
}
.app-blendheader .btn-primary {
  float: left;
}
.app-blendheader .social-links {
  float: right;
  list-style: none;
  margin: 1.6em 0;
  padding: 0;
}
.app-blendheader .social-links li {
  float: right;
  padding: 0 0.5em;
}
.app-blendheader .social-links li .stButton {
  margin: 0;
}
@media (max-width: 768px) {
  .app-blendheader .social-links li {
    float: none;
  }
}
.app-blendheader .hero-image > div {
  display: inline-block;
  margin: auto;
  position: relative;
}
.app-blendheader .floorshadow:after {
  content: "";
  display: block;
  height: 8px;
  width: 12.5%;
  position: absolute;
  z-index: -2;
  margin: -7px 0 0 46%;
  -moz-transform: rotateX(45deg) scale(8, 0.75);
  -ms-transform: rotateX(45deg) scale(8, 0.75);
  -o-transform: rotateX(45deg) scale(8, 0.75);
  -webkit-transform: rotateX(45deg) scale(8, 0.75);
  transform: rotateX(45deg) scale(8, 0.75);
  /* Apply shadow & background */
  background: black;
  -moz-box-shadow: 0 0 1px black, 0 0 2px black, 0 0 3px black, 0 0 5px black, 0 0 5px black, 0 0 5px black, 0 0 7px black, 0 0 12px black;
  -o-box-shadow: 0 0 1px black, 0 0 2px black, 0 0 3px black, 0 0 5px black, 0 0 5px black, 0 0 5px black, 0 0 7px black, 0 0 12px black;
  -webkit-box-shadow: 0 0 1px black, 0 0 2px black, 0 0 3px black, 0 0 5px black, 0 0 5px black, 0 0 5px black, 0 0 7px black, 0 0 12px black;
  -ms-box-shadow: 0 0 1px black, 0 0 2px black, 0 0 3px black, 0 0 5px black, 0 0 5px black, 0 0 5px black, 0 0 7px black, 0 0 12px black;
  box-shadow: 0 0 1px black, 0 0 2px black, 0 0 3px black, 0 0 5px black, 0 0 5px black, 0 0 5px black, 0 0 7px black, 0 0 12px black;
  /* Change opacity of entire element to tint shadow */
  -moz-opacity: 0.65;
  filter: alpha(opacity=65);
  opacity: 0.55;
}
.app-blendheader .hero-image img {
  align-self: center;
}
.app-blendheader .next-button,
.app-blendheader .prev-button {
  align-self: flex-end;
}
.app-blendheader .hero-image {
  margin: auto;
}
.app-blendheader .hero-image img {
  min-height: 428px;
  max-height: 428px;
}
.app-blendheader .prev-button,
.app-blendheader .next-button {
  position: relative;
}
.app-blendheader .prev-button > a,
.app-blendheader .next-button > a {
  bottom: 0;
  position: absolute;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.2em;
  font-size: 1.15em;
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: red;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.app-blendheader .prev-button > a:hover,
.app-blendheader .next-button > a:hover {
  color: #990000;
  text-decoration: underline;
}
.app-blendheader .prev-button > a {
  left: 0;
}
.app-blendheader .next-button {
  text-align: right;
}
.app-blendheader .next-button > a {
  right: 0;
}
.app-blendheader .intro-text {
  margin: 2.5em auto;
}
.app-blendheader .intro-text > div {
  display: flex;
}
.app-blendheader .intro-text > div .btn {
  margin: 0 auto 2.5em auto;
  justify-content: center;
}
.app-blendheader .intro-text .social-links {
  margin: 0;
}
.app-blendheader .product-information-wrapper {
  border: 3px solid #4800ff;
  border-radius: 5px;
}
.app-blendheader .product-information-wrapper:empty {
  display: none;
}
.app-blendheader .product-information {
  position: relative;
}
.app-blendheader .product-information .col-sm-6 {
  text-align: center;
}
.app-blendheader .product-information .col-sm-6 h4 {
  font-family: 'Oswald', sans-serif;
  color: #0094ff;
  font-size: 1.75em;
  letter-spacing: normal;
  font-style: italic;
  font-weight: 500;
  text-transform: none;
  padding: 1.5em 0 0.5em 0;
}
.app-blendheader .product-information .col-sm-6 p:last-child {
  padding: 0 0 1.5em 0;
}
.app-blendheader .product-information .col-sm-6:only-child {
  margin: auto;
}
.app-blendheader .nutritional-facts {
  margin-top: 2px;
}
.app-blendheader .nutritional-facts .col-xs-12 button {
  border: none;
  background-color: transparent;
  width: 100%;
  outline: none !important;
}
.app-blendheader .nutritional-facts .col-xs-12 h5 {
  max-width: 95%;
  border-top: 3px solid #4800ff;
  padding: 1.75em 0;
  text-align: center;
  margin: 0 auto;
  font-size: 1.15em;
  color: #4800ff;
  font-weight: 700;
  font-style: normal;
}
.app-blendheader .nutritional-facts .col-xs-12 p {
  max-width: 95%;
  margin: auto;
  padding: 0 2.5em 2.5em 2.5em;
  font-size: 1em;
  line-height: 2;
}
/*-- MOBILE --*/

@media (max-width: 768px) {
  .app-blendheader .center-text {
    padding-top: 2.5em;
  }
  .app-blendheader .center-text .h-title {
    font-size: 6vw !important;
  }
  .app-blendheader .hero-image img {
    max-height: 35vh;
    min-height: 35vh;
  }
  .app-blendheader .product-information .col-sm-4:nth-child(1) {
    border: 2px dotted #c9af5e;
    border-right: 2px dotted #c9af5e;
    border-bottom: none;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
  .app-blendheader .product-information .col-sm-4:nth-child(2) {
    border: 2px dotted #c9af5e;
    border-left: 2px dotted #c9af5e;
    border-bottom: none;
    margin-top: 2px;
    border-top: none;
    border-top-right-radius: 0;
  }
}
.app-contact-us form {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 0;
}
.app-contact-us form div.checkbox input[type='checkbox'] {
  margin-left: 0px;
}
.app-customSimpleError .error {
  background: none;
  margin-top: 20px;
  color: #333333;
}
.app-customSimpleError .error h3 {
  color: #8b7764;
  position: relative;
  display: inline-block;
  width: 300px;
  text-align: center;
}
.app-customSimpleError .error h3:before {
  content: " ";
  position: absolute;
  left: 0;
  right: auto;
  top: 50%;
  width: 85px;
  background-color: #8b7764;
  display: block;
  height: 1px;
}
.app-customSimpleError .error h3:after {
  content: " ";
  position: absolute;
  left: auto;
  right: 0;
  top: 50%;
  width: 85px;
  background-color: #8b7764;
  display: block;
  height: 1px;
}
.app-producttype-title .container {
  text-align: center;
  padding: 20px 0;
}
.app-producttype-title .container h1 {
  color: white;
}
.app-producttype-selector {
  background-color: rgba(161, 15, 27, 0.9);
}
.app-producttype-selector .filterselection {
  display: table;
  width: 100%;
}
.app-producttype-selector .filterselection .filterselection-wrapper {
  display: table-cell;
  text-align: center;
}
.app-producttype-selector .filterselection .filterselection-wrapper .selections {
  padding: 10px;
  display: inline-block;
  transition: all 0.4s;
}
.app-producttype-selector .filterselection .filterselection-wrapper .selections:hover {
  cursor: pointer;
  background-color: rgba(240, 89, 102, 0.9);
}
.app-producttype-selector .filterselection .filterselection-wrapper .selections.active {
  background-color: rgba(208, 19, 35, 0.9);
}
.touch .app-producttype-selector .filterselection .filterselection-wrapper .selections:hover,
.touch .app-producttype-selector .filterselection .filterselection-wrapper .selections {
  background-color: transparent;
}
.touch .app-producttype-selector .filterselection .filterselection-wrapper .selections.active {
  background-color: rgba(184, 17, 31, 0.9);
}
.app-producttype {
  background-position: 50% 0;
  background-repeat: no-repeat;
}
.app-producttype .range {
  width: 100%;
  margin-top: 16px;
  background-color: rgba(219, 167, 58, 0.5);
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.app-producttype .range .img-responsive {
  margin: 0 auto;
}
.app-producttype .range .rangeheader {
  cursor: pointer;
}
.app-producttype .range .col.xs-6,
.app-producttype .range .col-sm-3 {
  padding: 0 !important;
  text-align: center;
}
.app-producttype .range .col-sm-3:nth-child(5),
.app-producttype .range .col-sm-3:nth-child(9),
.app-producttype .range .col-sm-3:nth-child(13),
.app-producttype .range .col-sm-3:nth-child(17),
.app-producttype .range .col-sm-3:nth-child(21),
.app-producttype .range .col-sm-3:nth-child(25) {
  clear: left;
}
.app-producttype .range .blend {
  cursor: pointer;
  border: 1px solid transparent;
  padding: 10px;
  margin: 0 0 40px 0;
  transition: all 0.3s;
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.app-producttype .range .blend p {
  display: none;
}
.app-producttype .range .blend:hover {
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.app-rangepage-titlebar {
  padding: 0.7em 0;
  text-align: left;
}
.app-tile-selector .center-text {
  text-align: center;
}
.app-tile-selector .tile-filterselection {
  display: table;
  width: 100%;
}
.app-tile-selector .tile-filterselection .tile-filterselection-wrapper {
  display: table-cell;
  text-align: center;
}
.app-tile-selector .tile-filterselection .tile-filterselection-wrapper .tile-selection {
  padding: 10px;
  display: inline-block;
  transition: all 0.4s;
}
.app-tile-selector .tile-filterselection .tile-filterselection-wrapper .tile-selection:hover {
  cursor: pointer;
  background-color: rgba(240, 89, 102, 0.9);
}
.app-tile-selector .tile-filterselection .tile-filterselection-wrapper .tile-selection.active {
  background-color: rgba(208, 19, 35, 0.9);
}
.touch .app-tile-selector .tile-filterselection .tile-filterselection-wrapper .tile-selection:hover,
.touch .app-tile-selector .tile-filterselection .tile-filterselection-wrapper .tile-selection {
  background-color: transparent;
}
.touch .app-tile-selector .tile-filterselection .tile-filterselection-wrapper .tile-selection.active {
  background-color: fuchsia;
}
.app-tile {
  background-position: 50% 0;
  background-repeat: no-repeat;
}
.app-tile .tile-isotope {
  width: 100%;
  margin-top: 16px;
}
@media (max-width: 767px) {
  .app-tile .tile-isotope .col-md-3 {
    margin: 0;
  }
}
.app-tile .tile-isotope .tile {
  padding: 0 !important;
  text-align: left;
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
.app-tile .tile-isotope .tile .externallink {
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 5px 10px 0px 10px;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .app-tile .tile-isotope .tile .externallink {
    background-color: white;
  }
}
.app-tile .tile-isotope .tile .externallink:hover {
  background-color: white;
}
.app-tile .tile-isotope .tile .tile-container {
  cursor: pointer;
  margin: 0 0 30px 30px;
  transition: all 0.3s;
  border-bottom-right-radius: 32px;
  background-color: #fcf4de;
}
.app-tile .tile-isotope .tile .tile-container h3 {
  padding: 0 15px;
  display: block;
}
.app-tile .tile-isotope .tile .tile-container h4 {
  padding: 0 15px 15px 15px;
}
@media (max-width: 767px) {
  .app-tile .tile-isotope .tile .tile-container h3 {
    font-size: 1.3em;
  }
  .app-tile .tile-isotope .tile .tile-container h4 {
    font-size: 0.9em;
  }
}
.app-tile .tile-isotope .tile .tile-container .img-container {
  background-color: white;
}
.app-tile .tile-isotope .tile .tile-container .img-container img {
  width: 100%;
  height: 100%;
  border-top-right-radius: 2px;
  transition: all 0.2s;
}
.app-tile .tile-isotope .tile .tile-container:hover {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}
/*
	jQuery.mmenu CSS
*/

/*
	jQuery.mmenu panels CSS
*/

.mm-menu.mm-horizontal > .mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
}
.mm-menu .mm-hidden {
  display: none;
}
.mm-wrapper {
  overflow-x: hidden;
  position: relative;
}
.mm-menu,
.mm-menu > .mm-panel {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.mm-menu {
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0;
}
.mm-menu > .mm-panel {
  background: inherit;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 20px;
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
.mm-menu > .mm-panel.mm-opened {
  -webkit-transform: translate(0%, 0);
  -moz-transform: translate(0%, 0);
  -ms-transform: translate(0%, 0);
  -o-transform: translate(0%, 0);
  transform: translate(0%, 0);
}
.mm-menu > .mm-panel.mm-subopened {
  -webkit-transform: translate(-30%, 0);
  -moz-transform: translate(-30%, 0);
  -ms-transform: translate(-30%, 0);
  -o-transform: translate(-30%, 0);
  transform: translate(-30%, 0);
}
.mm-menu > .mm-panel.mm-highest {
  z-index: 1;
}
.mm-menu .mm-list {
  padding: 20px 0;
}
.mm-menu > .mm-list {
  padding-bottom: 0;
}
.mm-menu > .mm-list:after {
  content: '';
  display: block;
  height: 40px;
}
.mm-panel > .mm-list {
  margin-left: -20px;
  margin-right: -20px;
}
.mm-panel > .mm-list:first-child {
  padding-top: 0;
}
.mm-list,
.mm-list > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}
.mm-list {
  font: inherit;
  font-size: 14px;
}
.mm-list a,
.mm-list a:hover {
  text-decoration: none;
}
.mm-list > li {
  position: relative;
}
.mm-list > li > a,
.mm-list > li > span {
  overflow: hidden;
  color: inherit;
  line-height: 20px;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0;
}
.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
  content: '';
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
  width: auto;
  margin-left: 20px;
  position: relative;
  left: auto;
}
.mm-list a.mm-subopen {
  background: rgba(3, 2, 1, 0);
  width: 40px;
  height: 100%;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.mm-list a.mm-subopen:before {
  content: '';
  /*border-left-width: 1px;
            border-left-style: solid;*/
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.mm-list a.mm-subopen.mm-fullsubopen {
  width: 100%;
}
.mm-list a.mm-subopen.mm-fullsubopen:before {
  border-left: none;
}
.mm-list a.mm-subopen + a,
.mm-list a.mm-subopen + span {
  padding-right: 5px;
  margin-right: 40px;
}
.mm-list > li.mm-selected > a.mm-subopen {
  background: transparent;
}
.mm-list > li.mm-selected > a.mm-fullsubopen + a,
.mm-list > li.mm-selected > a.mm-fullsubopen + span {
  padding-right: 45px;
  margin-right: 0;
}
.mm-list a.mm-subclose {
  text-indent: 20px;
  padding-top: 30px;
  margin-top: -20px;
}
.mm-list > li.mm-label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px;
  padding-right: 5px;
}
.mm-list > li.mm-spacer {
  padding-top: 40px;
}
.mm-list > li.mm-spacer.mm-label {
  padding-top: 25px;
}
.mm-list a.mm-subopen:after,
.mm-list a.mm-subclose:before {
  content: '';
  border: 2px solid transparent;
  display: inline-block;
  width: 7px;
  height: 7px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-bottom: -5px;
  position: absolute;
  bottom: 50%;
}
.mm-list a.mm-subopen:after {
  border-top: none;
  border-left: none;
  right: 18px;
  top: 18px;
}
.mm-list a.mm-subclose:before {
  border-right: none;
  border-bottom: none;
  margin-bottom: -13px;
  left: 22px;
}
.mm-menu.mm-vertical .mm-list .mm-panel {
  display: none;
  padding: 10px 0 10px 10px;
}
.mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
  border-color: transparent;
}
.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel {
  display: block;
}
.mm-menu.mm-vertical .mm-list > li > a.mm-subopen {
  height: 40px;
}
.mm-menu.mm-vertical .mm-list > li > a.mm-subopen:after {
  top: 16px;
  bottom: auto;
}
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mm-menu.mm-vertical .mm-list > li.mm-label > a.mm-subopen {
  height: 25px;
}
html.mm-opened .mm-page {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.mm-menu {
  background: #333333;
  color: rgba(255, 255, 255, 0.6);
}
.mm-menu .mm-list > li:after {
  border-color: rgba(0, 0, 0, 0.15);
}
.mm-menu .mm-list > li > a.mm-subclose {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.3);
}
.mm-menu .mm-list > li > a.mm-subopen:after,
.mm-menu .mm-list > li > a.mm-subclose:before {
  border-color: rgba(255, 255, 255, 0.3);
}
.mm-menu .mm-list > li > a.mm-subopen:before {
  border-color: rgba(0, 0, 0, 0.15);
}
.mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu .mm-list > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu .mm-list > li.mm-label {
  background: rgba(255, 255, 255, 0.05);
}
.mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-vertical .mm-list li.mm-opened > ul {
  background: rgba(255, 255, 255, 0.05);
}
/*
	jQuery.mmenu offcanvas addon CSS
*/

.mm-page {
  box-sizing: border-box;
  position: relative;
}
.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
}
html.mm-opened {
  overflow: hidden;
  position: relative;
}
html.mm-opened body {
  overflow: hidden;
}
html.mm-background .mm-page {
  background: inherit;
}
#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
}
html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block;
}
.mm-menu.mm-offcanvas {
  display: none;
  position: fixed;
}
.mm-menu.mm-current {
  display: block;
}
.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px;
}
html.mm-opening .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -moz-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  -o-transform: translate(80%, 0);
  transform: translate(80%, 0);
}
@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0);
  }
}
@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -moz-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    -o-transform: translate(440px, 0);
    transform: translate(440px, 0);
  }
}
/*
	jQuery.mmenu buttonbars addon CSS
*/

.mm-buttonbar {
  border: 1px solid transparent;
  border-radius: 5px;
  text-align: center;
  line-height: 20px;
  overflow: hidden;
  display: block;
  padding: 0;
  margin: 0;
  position: relative;
}
.mm-buttonbar:after {
  content: '';
  display: block;
  clear: both;
}
.mm-buttonbar > * {
  border-left: 1px solid transparent;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  float: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mm-buttonbar > a {
  text-decoration: none;
}
.mm-buttonbar > input {
  position: absolute;
  left: -1000px;
  top: -1000px;
}
.mm-buttonbar > input:checked + label {
  border-color: transparent !important;
}
.mm-buttonbar > *:first-child,
.mm-buttonbar > input:first-child + * {
  border-left: none;
}
.mm-buttonbar.mm-buttonbar-2 > * {
  width: 50%;
}
.mm-buttonbar.mm-buttonbar-3 > * {
  width: 33.33%;
}
.mm-buttonbar.mm-buttonbar-4 > * {
  width: 25%;
}
.mm-buttonbar.mm-buttonbar-5 > * {
  width: 20%;
}
.mm-header .mm-buttonbar {
  margin-top: 20px;
  margin-left: -30px;
  margin-right: -30px;
}
.mm-footer .mm-buttonbar {
  border: none;
  border-radius: none;
  line-height: 40px;
  margin: -10px -10px 0 -20px;
}
.mm-footer .mm-buttonbar > * {
  border-left: none;
}
.mm-list > li > .mm-buttonbar {
  margin: 10px 20px;
}
.mm-menu .mm-buttonbar {
  border-color: rgba(255, 255, 255, 0.6);
  background: #333333;
}
.mm-menu .mm-buttonbar > * {
  border-color: rgba(255, 255, 255, 0.6);
}
.mm-menu .mm-buttonbar > input:checked + label {
  background: rgba(255, 255, 255, 0.6);
  color: #333333;
}
/*
	jQuery.mmenu counters addon CSS
*/

em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: none;
  /*block*/
  margin-top: -10px;
  position: absolute;
  right: 40px;
  top: 50%;
}
em.mm-counter + a.mm-subopen {
  padding-left: 40px;
}
em.mm-counter + a.mm-subopen + a,
em.mm-counter + a.mm-subopen + span {
  margin-right: 80px;
}
em.mm-counter + a.mm-fullsubopen {
  padding-left: 0;
}
.mm-vertical em.mm-counter {
  top: 12px;
  margin-top: 0;
}
.mm-nosubresults > em.mm-counter {
  display: none;
}
.mm-menu em.mm-counter {
  color: rgba(255, 255, 255, 0.3);
}
/*
	jQuery.mmenu dragOpen addon CSS
*/

html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-page,
html.mm-opened.mm-dragging .mm-fixed-top,
html.mm-opened.mm-dragging .mm-fixed-bottom,
html.mm-opened.mm-dragging #mm-blocker {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/*
	jQuery.mmenu footer addon CSS
*/

.mm-footer {
  background: inherit;
  border-top: 1px solid transparent;
  text-align: center;
  line-height: 20px;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 10px 10px 0 20px;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
}
.mm-menu.mm-hasfooter > .mm-panel:after {
  height: 80px;
}
.mm-menu .mm-footer {
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.3);
}
/*
	jQuery.mmenu header addon CSS
*/

.mm-header {
  background: inherit;
  border-bottom: 1px solid transparent;
  text-align: center;
  line-height: 20px;
  box-sizing: border-box;
  width: 100%;
  height: 60px;
  padding: 0 50px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}
.mm-header .mm-title,
.mm-header .mm-prev,
.mm-header .mm-next,
.mm-header .mm-close {
  padding-top: 30px;
}
.mm-header .mm-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  position: relative;
}
.mm-header .mm-prev,
.mm-header .mm-next,
.mm-header .mm-close {
  text-decoration: none;
  display: block;
  box-sizing: border-box;
  min-width: 10px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}
.mm-header .mm-prev {
  padding-left: 20px;
  padding-right: 10px;
  left: 0;
}
.mm-header .mm-next,
.mm-header .mm-close {
  padding-left: 10px;
  padding-right: 20px;
  right: 0;
}
.mm-header [href].mm-prev:before,
.mm-header [href].mm-next:after {
  content: '';
  border: 2px solid transparent;
  display: inline-block;
  width: 7px;
  height: 7px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mm-header [href].mm-prev:before {
  border-right: none;
  border-bottom: none;
  margin-left: 2px;
  margin-right: 5px;
}
.mm-header [href].mm-next:after,
.mm-header [href].mm-close:after {
  margin-left: 5px;
  margin-right: -2px;
}
.mm-header [href].mm-next:after {
  border-top: none;
  border-left: none;
}
.mm-header [href].mm-close:after {
  content: 'x';
}
.mm-menu.mm-hassearch .mm-header {
  height: 50px;
  top: 50px;
}
.mm-menu.mm-hassearch .mm-header .mm-title,
.mm-menu.mm-hassearch .mm-header .mm-prev,
.mm-menu.mm-hassearch .mm-header .mm-next,
.mm-menu.mm-hassearch .mm-header .mm-close {
  padding-top: 20px;
}
.mm-menu.mm-hasheader li.mm-subtitle {
  display: none;
}
.mm-menu.mm-hasheader > .mm-panel {
  padding-top: 80px;
}
.mm-menu.mm-hasheader > .mm-panel.mm-list {
  padding-top: 60px;
}
.mm-menu.mm-hasheader > .mm-panel > .mm-list:first-child {
  margin-top: -20px;
}
.mm-menu.mm-hasheader.mm-hassearch > .mm-panel {
  padding-top: 120px;
}
.mm-menu.mm-hasheader.mm-hassearch > .mm-panel.mm-list {
  padding-top: 100px;
}
.mm-menu .mm-header {
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.3);
}
.mm-menu .mm-header .mm-prev:before,
.mm-menu .mm-header .mm-next:after,
.mm-menu .mm-header .mm-close:after {
  border-color: rgba(255, 255, 255, 0.3);
}
/*
	jQuery.mmenu labels addon CSS
*/

.mm-list li.mm-label > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  line-height: 25px;
}
.mm-list li.mm-label.mm-opened a.mm-subopen:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mm-list li.mm-collapsed:not(.mm-uncollapsed) {
  display: none;
}
.mm-menu.mm-vertical .mm-list > li.mm-label > a.mm-subopen:after {
  top: 8.5px;
}
.mm-menu .mm-list li.mm-label > div > div {
  background: rgba(255, 255, 255, 0.05);
}
/*
	jQuery.mmenu searchfield addon CSS
*/

/*.mm-search,
.mm-search input {
    box-sizing: border-box;
}

.mm-list > li.mm-search {
    padding: 10px;
    margin-top: -20px;
}

.mm-list > li.mm-subtitle + li.mm-search {
    margin-top: 0;
}

div.mm-panel > div.mm-search {
    padding: 0 0 10px 0;
}

.mm-menu.mm-hasheader .mm-list > li.mm-search {
    margin-top: 0;
}

.mm-menu > .mm-search {
    background: inherit;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.mm-search {
    padding: 10px;
}

    .mm-search input {
        border: none;
        border-radius: 30px;
        font: inherit;
        font-size: 14px;
        line-height: 30px;
        outline: none;
        display: block;
        width: 100%;
        height: 30px;
        margin: 0;
        padding: 0 10px;
    }

        .mm-search input::-ms-clear {
            display: none;
        }

.mm-menu .mm-noresultsmsg {
    text-align: center;
    font-size: 21px;
    display: none;
    padding: 60px 0;
}

    .mm-menu .mm-noresultsmsg:after {
        border: none !important;
    }

.mm-noresults .mm-noresultsmsg {
    display: block;
}

.mm-menu li.mm-nosubresults > a.mm-subopen {
    display: none;
}

    .mm-menu li.mm-nosubresults > a.mm-subopen + a,
    .mm-menu li.mm-nosubresults > a.mm-subopen + span {
        padding-right: 10px;
    }

.mm-menu.mm-hassearch > .mm-panel {
    padding-top: 70px;
}

    .mm-menu.mm-hassearch > .mm-panel > .mm-list:first-child {
        margin-top: -20px;
    }

.mm-menu.mm-hasheader > .mm-panel > div.mm-search:first-child {
    margin-top: -10px;
}

    .mm-menu.mm-hasheader > .mm-panel > div.mm-search:first-child + .mm-list {
        padding-top: 0;
    }

.mm-menu .mm-search input {
    background: rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.6);
}

.mm-menu .mm-noresultsmsg {
    color: rgba(255, 255, 255, 0.3);
}*/

/*
	jQuery.mmenu toggles addon CSS
*/

input.mm-toggle,
input.mm-check {
  position: absolute;
  left: -10000px;
}
label.mm-toggle,
label.mm-check {
  margin: 0;
  position: absolute;
  bottom: 50%;
  z-index: 2;
}
label.mm-toggle:before,
label.mm-check:before {
  content: '';
  display: block;
}
label.mm-toggle {
  border-radius: 30px;
  width: 50px;
  height: 30px;
  margin-bottom: -15px;
}
label.mm-toggle:before {
  border-radius: 30px;
  width: 28px;
  height: 28px;
  margin: 1px;
}
input.mm-toggle:checked ~ label.mm-toggle:before {
  float: right;
}
label.mm-check {
  width: 30px;
  height: 30px;
  margin-bottom: -15px;
}
label.mm-check:before {
  border-left: 3px solid;
  border-bottom: 3px solid;
  width: 40%;
  height: 20%;
  margin: 25% 0 0 20%;
  opacity: 0.1;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
input.mm-check:checked ~ label.mm-check:before {
  opacity: 1;
}
.mm-menu.mm-vertical .mm-list > li label.mm-toggle,
.mm-menu.mm-vertical .mm-list > li label.mm-check {
  bottom: auto;
  margin-bottom: 0;
}
.mm-menu.mm-vertical .mm-list > li label.mm-toggle {
  top: 5px;
}
.mm-menu.mm-vertical .mm-list > li label.mm-check {
  top: 5px;
}
label.mm-toggle,
label.mm-check {
  right: 20px;
}
label.mm-toggle + a,
label.mm-toggle + span {
  margin-right: 70px;
}
label.mm-check + a,
label.mm-check + span {
  margin-right: 50px;
}
a.mm-subopen + label.mm-toggle,
a.mm-subopen + label.mm-check {
  right: 50px;
}
a.mm-subopen + label.mm-toggle + a,
a.mm-subopen + label.mm-toggle + span {
  margin-right: 100px;
}
a.mm-subopen + label.mm-check + a,
a.mm-subopen + label.mm-check + span {
  margin-right: 80px;
}
em.mm-counter + a.mm-subopen + label.mm-toggle,
em.mm-counter + a.mm-subopen + label.mm-check {
  right: 90px;
}
em.mm-counter + a.mm-subopen + label.mm-toggle + a,
em.mm-counter + a.mm-subopen + label.mm-toggle + span {
  margin-right: 140px;
}
em.mm-counter + a.mm-subopen + label.mm-check + a,
em.mm-counter + a.mm-subopen + label.mm-check + span {
  margin-right: 120px;
}
.mm-menu label.mm-toggle {
  background: rgba(0, 0, 0, 0.15);
}
.mm-menu label.mm-toggle:before {
  background: #333333;
}
.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}
.mm-menu label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6);
}
/*
	jQuery.mmenu effects extension CSS
*/

html.mm-slide .mm-menu {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
}
html.mm-slide.mm-opened .mm-menu {
  -webkit-transform: translateX(-30%);
  -moz-transform: translateX(-30%);
  -ms-transform: translateX(-30%);
  -o-transform: translateX(-30%);
  transform: translateX(-30%);
}
html.mm-slide.mm-opening .mm-menu {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}
html.mm-slide.mm-right.mm-opened .mm-menu {
  -webkit-transform: translateX(30%);
  -moz-transform: translateX(30%);
  -ms-transform: translateX(30%);
  -o-transform: translateX(30%);
  transform: translateX(30%);
}
html.mm-slide.mm-right.mm-opening .mm-menu {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}
html.mm-slide.mm-top.mm-opened .mm-menu {
  -webkit-transform: translateY(-30%);
  -moz-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  -o-transform: translateY(-30%);
  transform: translateY(-30%);
}
html.mm-slide.mm-top.mm-opening .mm-menu {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}
html.mm-slide.mm-bottom.mm-opened .mm-menu {
  -webkit-transform: translateY(30%);
  -moz-transform: translateY(30%);
  -ms-transform: translateY(30%);
  -o-transform: translateY(30%);
  transform: translateY(30%);
}
html.mm-slide.mm-bottom.mm-opening .mm-menu {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}
html.mm-zoom-menu .mm-menu {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
}
html.mm-zoom-menu.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateX(-30%);
  -moz-transform: scale(0.7, 0.7) translateX(-30%);
  -ms-transform: scale(0.7, 0.7) translateX(-30%);
  -o-transform: scale(0.7, 0.7) translateX(-30%);
  transform: scale(0.7, 0.7) translateX(-30%);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
html.mm-zoom-menu.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateX(0%);
  -moz-transform: scale(1, 1) translateX(0%);
  -ms-transform: scale(1, 1) translateX(0%);
  -o-transform: scale(1, 1) translateX(0%);
  transform: scale(1, 1) translateX(0%);
}
html.mm-zoom-menu.mm-right.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateX(30%);
  -moz-transform: scale(0.7, 0.7) translateX(30%);
  -ms-transform: scale(0.7, 0.7) translateX(30%);
  -o-transform: scale(0.7, 0.7) translateX(30%);
  transform: scale(0.7, 0.7) translateX(30%);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center;
}
html.mm-zoom-menu.mm-right.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateX(0%);
  -moz-transform: scale(1, 1) translateX(0%);
  -ms-transform: scale(1, 1) translateX(0%);
  -o-transform: scale(1, 1) translateX(0%);
  transform: scale(1, 1) translateX(0%);
}
html.mm-zoom-menu.mm-top.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateY(-30%);
  -moz-transform: scale(0.7, 0.7) translateY(-30%);
  -ms-transform: scale(0.7, 0.7) translateY(-30%);
  -o-transform: scale(0.7, 0.7) translateY(-30%);
  transform: scale(0.7, 0.7) translateY(-30%);
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  -o-transform-origin: center top;
  transform-origin: center top;
}
html.mm-zoom-menu.mm-top.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateY(0%);
  -moz-transform: scale(1, 1) translateY(0%);
  -ms-transform: scale(1, 1) translateY(0%);
  -o-transform: scale(1, 1) translateY(0%);
  transform: scale(1, 1) translateY(0%);
}
html.mm-zoom-menu.mm-bottom.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateY(30%);
  -moz-transform: scale(0.7, 0.7) translateY(30%);
  -ms-transform: scale(0.7, 0.7) translateY(30%);
  -o-transform: scale(0.7, 0.7) translateY(30%);
  transform: scale(0.7, 0.7) translateY(30%);
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  transform-origin: center bottom;
}
html.mm-zoom-menu.mm-bottom.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateY(0%);
  -moz-transform: scale(1, 1) translateY(0%);
  -ms-transform: scale(1, 1) translateY(0%);
  -o-transform: scale(1, 1) translateY(0%);
  transform: scale(1, 1) translateY(0%);
}
html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel {
  -webkit-transform: scale(1.5, 1.5) translateX(100%);
  -moz-transform: scale(1.5, 1.5) translateX(100%);
  -ms-transform: scale(1.5, 1.5) translateX(100%);
  -o-transform: scale(1.5, 1.5) translateX(100%);
  transform: scale(1.5, 1.5) translateX(100%);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition-property: -webkit-transform, left;
  transition-property: transform, left;
}
html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel.mm-opened {
  -webkit-transform: scale(1, 1) translateX(0%);
  -moz-transform: scale(1, 1) translateX(0%);
  -ms-transform: scale(1, 1) translateX(0%);
  -o-transform: scale(1, 1) translateX(0%);
  transform: scale(1, 1) translateX(0%);
}
html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel.mm-opened.mm-subopened {
  -webkit-transform: scale(0.7, 0.7) translateX(-30%);
  -moz-transform: scale(0.7, 0.7) translateX(-30%);
  -ms-transform: scale(0.7, 0.7) translateX(-30%);
  -o-transform: scale(0.7, 0.7) translateX(-30%);
  transform: scale(0.7, 0.7) translateX(-30%);
}
/*
	jQuery.mmenu fullscreen extension CSS
*/

.mm-menu.mm-fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px;
}
html.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
@media all and (max-width: 140px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0);
  }
}
@media all and (min-width: 10000px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(10000px, 0);
    -moz-transform: translate(10000px, 0);
    -ms-transform: translate(10000px, 0);
    -o-transform: translate(10000px, 0);
    transform: translate(10000px, 0);
  }
}
html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
@media all and (max-width: 140px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
  }
}
@media all and (min-width: 10000px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-10000px, 0);
    -moz-transform: translate(-10000px, 0);
    -ms-transform: translate(-10000px, 0);
    -o-transform: translate(-10000px, 0);
    transform: translate(-10000px, 0);
  }
}
.mm-menu.mm-front.mm-fullscreen.mm-top,
.mm-menu.mm-front.mm-fullscreen.mm-bottom {
  height: 100%;
  min-height: 140px;
  max-height: 10000px;
}
html.mm-opened.mm-fullscreen .mm-page {
  box-shadow: none !important;
}
/*
	jQuery.mmenu position extension CSS
*/

.mm-menu.mm-top,
.mm-menu.mm-bottom {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}
.mm-menu.mm-right {
  left: auto;
  right: 0;
}
.mm-menu.mm-bottom {
  top: auto;
  bottom: 0;
}
html.mm-right.mm-opening .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -moz-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  -o-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
}
@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
  }
}
@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -moz-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    -o-transform: translate(-440px, 0);
    transform: translate(-440px, 0);
  }
}
/*
	jQuery.mmenu z-position extension CSS
*/

html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  z-index: 0 !important;
}
.mm-menu.mm-front {
  z-index: 1;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
html.mm-opened.mm-next .mm-page {
  box-shadow: none;
}
.mm-menu.mm-front,
.mm-menu.mm-next {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
.mm-menu.mm-front.mm-right,
.mm-menu.mm-next.mm-right {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
.mm-menu.mm-front.mm-top {
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
.mm-menu.mm-front.mm-bottom {
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%);
}
html.mm-opening .mm-menu.mm-front,
html.mm-opening .mm-menu.mm-next {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.mm-menu.mm-front.mm-top,
.mm-menu.mm-front.mm-bottom {
  height: 80%;
  min-height: 140px;
  max-height: 880px;
}
/*
	jQuery.mmenu themes extension CSS
*/

html.mm-opened.mm-light .mm-page {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-light {
  background: #f3f3f3;
  color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-light .mm-list > li:after {
  border-color: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-light .mm-list > li > a.mm-subclose {
  background: rgba(255, 255, 255, 0.6);
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-light .mm-list > li > a.mm-subopen:after,
.mm-menu.mm-light .mm-list > li > a.mm-subclose:before {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-light .mm-list > li > a.mm-subopen:before {
  border-color: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-light .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu.mm-light .mm-list > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-light .mm-list > li.mm-label {
  background: rgba(0, 0, 0, 0.03);
}
.mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > ul {
  background: rgba(0, 0, 0, 0.03);
}
.mm-menu.mm-light .mm-buttonbar {
  border-color: rgba(0, 0, 0, 0.6);
  background: #f3f3f3;
}
.mm-menu.mm-light .mm-buttonbar > * {
  border-color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-light .mm-buttonbar > input:checked + label {
  background: rgba(0, 0, 0, 0.6);
  color: #f3f3f3;
}
.mm-menu.mm-light label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-light em.mm-counter {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-light .mm-footer {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-light .mm-header {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-light .mm-header .mm-prev:before,
.mm-menu.mm-light .mm-header .mm-next:after,
.mm-menu.mm-light .mm-header .mm-close:after {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-light .mm-list li.mm-label > div > div {
  background: rgba(0, 0, 0, 0.03);
}
.mm-menu.mm-light .mm-search input {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-light .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-light label.mm-toggle {
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-light label.mm-toggle:before {
  background: #f3f3f3;
}
.mm-menu.mm-light input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}
html.mm-opened.mm-white .mm-page {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-white {
  background: white;
  color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-white .mm-list > li:after {
  border-color: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-white .mm-list > li > a.mm-subclose {
  background: rgba(0, 0, 0, 0.06);
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-white .mm-list > li > a.mm-subopen:after,
.mm-menu.mm-white .mm-list > li > a.mm-subclose:before {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-white .mm-list > li > a.mm-subopen:before {
  border-color: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-white .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu.mm-white .mm-list > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.06);
}
.mm-menu.mm-white .mm-list > li.mm-label {
  background: rgba(0, 0, 0, 0.03);
}
.mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > ul {
  background: rgba(0, 0, 0, 0.03);
}
.mm-menu.mm-white .mm-buttonbar {
  border-color: rgba(0, 0, 0, 0.6);
  background: white;
}
.mm-menu.mm-white .mm-buttonbar > * {
  border-color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-white .mm-buttonbar > input:checked + label {
  background: rgba(0, 0, 0, 0.6);
  color: white;
}
.mm-menu.mm-white label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-white .mm-footer {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-white .mm-header {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-white .mm-header .mm-prev:before,
.mm-menu.mm-white .mm-header .mm-next:after,
.mm-menu.mm-white .mm-header .mm-close:after {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-white .mm-list li.mm-label > div > div {
  background: rgba(0, 0, 0, 0.03);
}
.mm-menu.mm-white .mm-search input {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-white label.mm-toggle:before {
  background: white;
}
.mm-menu.mm-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}
html.mm-opened.mm-black .mm-page {
  box-shadow: none;
}
.mm-menu.mm-black {
  background: black;
  color: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-black .mm-list > li:after {
  border-color: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-black .mm-list > li > a.mm-subclose {
  background: rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-black .mm-list > li > a.mm-subopen:after,
.mm-menu.mm-black .mm-list > li > a.mm-subclose:before {
  border-color: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-black .mm-list > li > a.mm-subopen:before {
  border-color: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-black .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu.mm-black .mm-list > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.25);
}
.mm-menu.mm-black .mm-list > li.mm-label {
  background: rgba(255, 255, 255, 0.15);
}
.mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > ul {
  background: rgba(255, 255, 255, 0.15);
}
.mm-menu.mm-black .mm-buttonbar {
  border-color: rgba(255, 255, 255, 0.6);
  background: black;
}
.mm-menu.mm-black .mm-buttonbar > * {
  border-color: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-black .mm-buttonbar > input:checked + label {
  background: rgba(255, 255, 255, 0.6);
  color: black;
}
.mm-menu.mm-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-black em.mm-counter {
  color: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-black .mm-footer {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-black .mm-header {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-black .mm-header .mm-prev:before,
.mm-menu.mm-black .mm-header .mm-next:after,
.mm-menu.mm-black .mm-header .mm-close:after {
  border-color: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-black .mm-list li.mm-label > div > div {
  background: rgba(255, 255, 255, 0.15);
}
.mm-menu.mm-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-black label.mm-toggle:before {
  background: black;
}
.mm-menu.mm-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}
section.app-anchorNavigation.lazy {
  margin-top: -6px;
  background-position: center center;
}
div.anchorNavDivider > section.app-title-bar {
  padding: 0px;
  height: 100%;
}
div.subAnchorNavDivider > section.app-title-bar {
  padding: 0px;
  height: 100%;
}
div.navigation > ul {
  list-style: none;
}
div.navigation > ul > li > a > span {
  color: white;
}
div.navigation > ul > li > a > p {
  color: white;
}
section.app-anchorSubNavigation {
  background-position: center center;
}
section.app-anchorSubNavigation > div > ul > li > a {
  color: white;
}
.subAnchorNav > ul > li > a > p:hover {
  font-weight: 300 !important;
  transition: all 0.25s ease-out;
}
.subAnchorNav > ul > li > a > p {
  text-transform: uppercase;
}
section.app-anchorSubNavigation > div > ul {
  background-position: center;
  list-style: none;
}
@media (max-width: 767px) {
  div.navigation {
    margin-top: -5px;
    margin-bottom: -10px;
  }
  div.navigation > ul {
    padding: 0px;
    margin-bottom: 0px;
    border-style: solid;
    border-left: none;
    border-right: none;
    border-width: 0.01em;
    border-color: white;
    border-bottom: none;
    margin-top: 0.3em;
  }
  div.navigation > ul > li > a > img {
    float: left;
    width: 30px;
    margin-right: 8px;
    padding-top: 2%;
    padding-bottom: 5px;
  }
  div.navigation > ul > li > a > p:first-line {
    line-height: 40px;
  }
  div.navigation > ul > li > a > p {
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 8px;
    font-size: 10px;
    text-transform: uppercase;
    width: 80%;
    margin-bottom: 13px;
  }
  div.navigation > ul > li:nth-child(2) p {
    margin-top: 3px;
  }
  div.navigation > ul > li:nth-child(3) p {
    margin-top: 3px;
  }
  div.navigation > ul > li:nth-child(2) > a > span {
    margin-top: 12px;
  }
  div.navigation > ul > li:nth-child(3) > a > span {
    margin-top: 12px;
  }
  div.navigation > ul > li {
    border-color: white;
    border-style: solid;
    border-left: none;
    border-right: none;
    border-width: 0.07em;
    border-top: none;
    padding-left: 5px;
    padding-right: 5px;
  }
  div.navigation > ul > li > a > span {
    float: right;
    margin-top: 4%;
  }
  section.app-anchorSubNavigation > div {
    margin: unset;
  }
  section.app-anchorSubNavigation > div > ul {
    margin: 0px;
    height: 225px;
    padding-left: 0px;
    border-style: solid;
    border-left: none;
    border-right: none;
    border-width: 0.01em;
    border-color: white;
    margin-top: 0.01em;
    border-bottom: 1px;
  }
  section.app-anchorSubNavigation > div > ul > li {
    padding-left: 0px;
    padding: 0px;
    margin-bottom: 0px;
    border-style: solid;
    border-left: none;
    border-right: none;
    border-width: 0.01em;
    border-color: white;
    border-top: none;
    margin-top: 0.3em;
  }
  section.app-anchorSubNavigation > div > ul > li > a > span {
    float: right;
    margin-top: 3px;
    vertical-align: middle;
    display: flex;
    padding-right: 8px;
  }
  section.app-anchorSubNavigation > div > ul > li > a > p {
    padding-left: 14px;
    line-height: 30px;
    margin-bottom: 4px;
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .anchorNavDivider,
  .subAnchorNavDivider {
    display: grid;
  }
  div.navigation {
    display: flex;
  }
  div.navigation > ul {
    margin: 0 auto;
  }
  div.navigation > ul > li {
    padding-left: 5px;
    padding-right: 0px;
    min-width: 25%;
  }
  div.navigation > ul > li > a > img {
    margin: 0 auto;
    display: flex;
    margin-top: -20%;
    height: 80px;
    margin-bottom: 10px;
  }
  div.navigation > ul > li > a > span {
    margin-left: 47%;
    display: flex !important;
  }
  div.navigation > ul > li > a > p {
    text-align: center;
    max-width: 220px;
    margin: 0 auto;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
  }
  section.app-anchorSubNavigation > div.subAnchorNav {
    display: flex;
  }
  section.app-anchorSubNavigation > div > ul {
    height: auto !important;
    margin-bottom: 0px;
    margin: 0 auto;
    padding-left: 0px;
  }
  section.app-anchorSubNavigation > div > ul > li {
    padding-left: 30px;
    padding-right: 30px;
    width: auto;
    display: table;
    height: 47px;
  }
  section.app-anchorSubNavigation > div > ul > li > a {
    text-align: center;
  }
  section.app-anchorSubNavigation > div > ul > li > a > p {
    min-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    line-height: 50px;
    font-size: 14px;
    text-align: center;
  }
}
@media (width: 768px) {
  .navigation > ul {
    padding-left: 85px;
  }
  .navigation > ul > li {
    min-width: 43% !important;
  }
  .navigation > ul > li:nth-child(3) {
    margin-top: 80px;
  }
  .navigation > ul > li:nth-child(4) {
    margin-top: 80px;
  }
}
@media (max-width: 1192px) and (min-width: 768px) {
  section.app-anchorSubNavigation > div > ul > li {
    min-width: 33.33% !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.lightbox {
  position: fixed;
  /* keeps the lightbox window in the current viewport */
  top: 0;
  left: 0;
  padding-top: 40px;
  width: 100%;
  height: 100%;
  z-index: 100000;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
}
.lightbox video::-webkit-media-controls {
  overflow: hidden !important;
}
.lightbox video::-webkit-media-controls-enclosure {
  width: calc(100% + 30px);
  margin-left: auto;
}
.lightbox .close-button:before {
  display: block;
  position: fixed;
  top: 52px;
  width: 32px;
  height: 32px;
  z-index: 100002;
  cursor: pointer;
  right: calc(10% + 12px);
  content: '+';
  color: white;
  border: 3px solid white;
  border-radius: 50px;
  transform: rotate(45deg);
  font-size: 28px;
  line-height: 28px;
}
.app-header + .app-animatedmedia .placeholder,
.app-header-continuous + .app-animatedmedia .placeholder {
  padding-top: 160px !important;
  top: 0;
}
section.app-animatedmedia[data-playinlightbox="true"] video {
  pointer-events: none;
}
section.app-animatedmedia[data-playinlightbox="true"] .wrapper.playpause {
  pointer-events: none;
}
.app-animatedmedia {
  visibility: hidden;
  padding-top: 0 !important;
  background-position-x: center;
  background-position-y: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.app-animatedmedia video {
  /*object-fit: contain;*/
  /*object-fit: fill; */
  object-fit: cover;
  object-position: center bottom;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.app-animatedmedia video:not([controls])::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none;
}
.app-animatedmedia video:not([controls])::-webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none;
}
.app-animatedmedia video:not([controls])::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}
.app-animatedmedia video:not([controls]) video::-webkit-media-controls {
  display: none !important;
}
.app-animatedmedia .Left-Top {
  justify-content: center;
  flex-direction: row;
  height: 0;
  display: flex;
}
.app-animatedmedia .Left-Top .wrapper {
  display: flex;
  align-items: center;
}
.app-animatedmedia .Left-Top .wrapper h3 {
  margin: 0 0 0 20px;
}
.app-animatedmedia .Left-Top .wrapper span {
  line-height: 0;
}
.app-animatedmedia .Left-Middle {
  justify-content: center;
  flex-direction: column;
  align-items: center;
  height: 0;
  display: flex;
}
.app-animatedmedia .Left-Middle .wrapper {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.app-animatedmedia .Left-Middle .wrapper h3 {
  margin: 0 0 0 20px;
}
.app-animatedmedia .Left-Middle .wrapper span {
  line-height: 0;
}
.app-animatedmedia .Left-Bottom {
  justify-content: center;
  flex-direction: row;
  align-items: flex-end;
  height: 0;
  display: flex;
}
.app-animatedmedia .Left-Bottom .wrapper {
  display: flex;
  align-items: center;
}
.app-animatedmedia .Left-Bottom .wrapper h3 {
  margin: 0 0 0 20px;
}
.app-animatedmedia .Left-Bottom .wrapper span {
  line-height: 0;
}
.app-animatedmedia .Middle-Top {
  justify-content: center;
  flex-direction: row;
  height: 0;
  display: flex;
}
.app-animatedmedia .Middle-Top div[class*="container"] {
  text-align: center;
}
.app-animatedmedia .Middle-Top div[class*="container"] span {
  display: block;
}
.app-animatedmedia .Middle-Middle {
  justify-content: center;
  flex-direction: column;
  align-items: center;
  height: 0;
  display: flex;
}
.app-animatedmedia .Middle-Middle div[class*="container"] {
  text-align: center;
}
.app-animatedmedia .Middle-Middle div[class*="container"] span {
  display: block;
}
.app-animatedmedia .Middle-Bottom {
  justify-content: center;
  flex-direction: row;
  align-items: flex-end;
  height: 0;
  display: flex;
}
.app-animatedmedia .Middle-Bottom div[class*="container"] {
  text-align: center;
}
.app-animatedmedia .Middle-Bottom div[class*="container"] span {
  display: block;
}
.app-animatedmedia .Right-Top {
  justify-content: center;
  flex-direction: row;
  height: 0;
  display: flex;
}
.app-animatedmedia .Right-Top div[class*="container"] {
  text-align: right;
}
.app-animatedmedia .Right-Top div[class*="container"] .wrapper {
  -js-display: flex;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.app-animatedmedia .Right-Top div[class*="container"] .wrapper h3 {
  margin: 0 0 0 20px;
}
.app-animatedmedia .Right-Top div[class*="container"] .wrapper span {
  line-height: 0;
}
.app-animatedmedia .Right-Middle {
  justify-content: center;
  flex-direction: column;
  align-items: center;
  height: 0;
  display: flex;
}
.app-animatedmedia .Right-Middle div[class*="container"] {
  text-align: right;
}
.app-animatedmedia .Right-Middle div[class*="container"] .wrapper {
  -js-display: flex;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.app-animatedmedia .Right-Middle div[class*="container"] .wrapper h3 {
  margin: 0 0 0 20px;
}
.app-animatedmedia .Right-Middle div[class*="container"] .wrapper span {
  line-height: 0;
}
.app-animatedmedia .Right-Bottom {
  justify-content: center;
  flex-direction: row;
  align-items: flex-end;
  height: 0;
  display: flex;
}
.app-animatedmedia .Right-Bottom div[class*="container"] {
  text-align: right;
}
.app-animatedmedia .Right-Bottom div[class*="container"] .wrapper {
  cursor: pointer;
  -js-display: flex;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.app-animatedmedia .Right-Bottom div[class*="container"] .wrapper h3 {
  margin: 0 0 0 20px;
}
.app-animatedmedia .Right-Bottom div[class*="container"] .wrapper span {
  line-height: 0;
}
.app-animatedmedia .placeholder {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  min-height: 90%;
}
.app-animatedmedia .placeholder div[class*="container"] {
  position: relative;
  padding: 0 20px;
  /*
            @media (min-width: @screen-xs-min) {
                width: 100%;
            }

            @media (min-width: @screen-sm-min) {
                width: 750px;
            }

            @media (min-width: @screen-md-min) {
                width: 970px;
            }

            @media (min-width: @screen-lg-min) {
                width: 1170px;
            }*/

}
.app-animatedmedia .placeholder div[class*="container"] svg {
  cursor: pointer;
  width: 100px;
}
.app-animatedmedia .placeholder div[class*="container"] svg .st0 {
  fill: rgba(255, 255, 255, 0.5);
}
.app-animatedmedia .placeholder div[class*="container"] svg .st1 {
  fill: rgba(0, 0, 0, 0.5);
}
.app-animatedmedia .placeholder div[class*="container"] h1 {
  color: #40211f;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
}
.app-animatedmedia .placeholder div[class*="container"] h3 {
  color: rgba(255, 255, 0, 0);
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
}
.app-animatedmedia .placeholder .container-fluid {
  width: 100%;
}
.app-carousel {
  visibility: hidden;
  padding-top: 0 !important;
}
/**
MONOCHROME STYLE
*/

#cc-modal {
  font-family: Georgia, "Times New Roman", Times, serif;
}
#cc-notification {
  border: none;
}
#cc-notification span {
  font-family: Georgia, "Times New Roman", Times, serif;
  text-transform: none;
  color: #111111;
}
#cc-notification.cc-monochrome {
  background: white;
  background-color: white;
  color: white;
  font-family: Georgia, "Times New Roman", Times, serif;
}
@media (max-width: 768px) {
  #cc-notification.cc-monochrome {
    position: fixed;
  }
}
#cc-notification.cc-monochrome #cc-notification-permissions li {
  color: white;
}
#cc-notification.cc-monochrome #cc-notification-permissions li strong {
  color: white;
}
#cc-notification.cc-monochrome #cc-notification-permissions li.cc-notification-permissions-inactive {
  color: #aaaaaa;
}
#cc-notification.cc-monochrome #cc-notification-permissions li.cc-notification-permissions-inactive label {
  color: #aaaaaa;
}
#cc-notification.cc-monochrome #cc-notification-permissions li.cc-notification-permissions-inactive strong {
  color: #bbbbbb;
}
#cc-notification.cc-monochrome #cc-notification-permissions li.cc-notification-permissions-inactive a.cc-learnmore-link {
  color: #aaaaaa;
}
#cc-notification.cc-monochrome a,
#cc-notification.cc-monochrome a:visited {
  color: #dddddd;
  font-family: Georgia, "Times New Roman", Times, serif;
  text-transform: none;
}
#cc-notification.cc-monochrome a:hover {
  color: white;
}
#cc-notification.cc-monochrome h2,
#cc-notification.cc-monochrome h3,
#cc-notification.cc-monochrome p {
  color: #aaaaaa;
}
#cc-notification.cc-monochrome ul.cc-notification-buttons li a,
#cc-notification.cc-monochrome ul.cc-notification-buttons li a:visited {
  background-color: #dddddd;
  color: #111111;
}
#cc-notification.cc-monochrome ul.cc-notification-buttons li a:hover,
#cc-notification.cc-monochrome ul.cc-notification-buttons li a:active,
#cc-notification.cc-monochrome ul.cc-notification-buttons li #cc-approve-button-allsites:hover {
  background-color: #aaaaaa;
}
#cc-notification.cc-monochrome ul.cc-notification-buttons li #cc-approve-button-allsites {
  background-color: #dddddd;
}
#cc-tag.cc-monochrome #cc-tag-button,
#cc-tag.cc-monochrome #cc-tag-button:visited {
  background-color: #333333;
  color: #dddddd;
}
#cc-tag.cc-monochrome #cc-tag-button:hover,
#cc-tag.cc-monochrome #cc-tag-button:active {
  border-top: 3px solid white;
  border-right: 3px solid white;
  border-left: 3px solid white;
}
#cc-settingsmodal.cc-monochrome #cc-settingsmodal-wrapper li strong,
#cc-modal.cc-monochrome #cc-modal-wrapper li strong {
  color: white;
}
#cc-modal.cc-monochrome #cc-modal-wrapper {
  background-color: #333333;
  color: whitesmoke;
}
#cc-modal.cc-monochrome #cc-modal-wrapper a,
#cc-modal.cc-monochrome #cc-modal-wrapper a:visited {
  color: #666666;
}
#cc-modal.cc-monochrome #cc-modal-wrapper a:hover {
  color: #31a8f0;
}
#cc-modal.cc-monochrome #cc-modal-wrapper #cc-change-button-allsites {
  background-color: #666666;
  color: #111111;
}
#cc-modal.cc-monochrome #cc-modal-wrapper select {
  color: #111111;
}
#cc-modal.cc-monochrome #cc-modal-wrapper a.cc-consentchange:hover {
  background-color: #31a8f0;
}
#cc-modal.cc-monochrome #cc-modal-wrapper li strong {
  color: white;
}
#cc-modal.cc-monochrome #cc-modal-wrapper li span {
  color: #7a7a7a;
}
#cc-settingsmodal.cc-monochrome #cc-settingsmodal-wrapper {
  background-color: #333333;
  color: whitesmoke;
}
#cc-modal.cc-monochrome #cc-modal-wrapper p,
#cc-settingsmodal.cc-monochrome #cc-settingsmodal-wrapper p {
  color: whitesmoke;
}
#cc-modal.cc-monochrome #cc-modal-wrapper h2,
#cc-settingsmodal.cc-monochrome #cc-settingsmodal-wrapper h2 {
  color: white;
}
#cc-modal.cc-monochrome #cc-modal-wrapper h2 span,
#cc-settingsmodal.cc-monochrome #cc-settingsmodal-wrapper h2 span {
  color: #7a7a7a;
}
#cc-settingsmodal.cc-monochrome #cc-settingsmodal-wrapper h2 span {
  color: #dddddd;
}
#cc-settingsmodal.cc-monochrome #cc-settingsmodal-wrapper p.cc-subtitle,
#cc-modal.cc-monochrome #cc-modal-wrapper p.cc-subtitle {
  color: #7a7a7a;
}
#cc-settingsmodal.cc-monochrome #cc-settingsmodal-secondclosebutton a,
#cc-settingsmodal.cc-monochrome #cc-settingsmodal-secondclosebutton a:visited {
  color: #666666;
}
#cc-modal.cc-monochrome #cc-modal-secondclosebutton a:hover,
#cc-modal.cc-monochrome #cc-modal-secondclosebutton a:active,
#cc-settingsmodal.cc-monochrome #cc-settingsmodal-secondclosebutton a:hover,
#cc-settingsmodal.cc-monochrome #cc-settingsmodal-secondclosebutton a:active,
#cc-modal.cc-monochrome #cc-modal-global a:hover,
#cc-modal.cc-monochrome #cc-modal-global a:active {
  color: white;
}
#cc-modal.cc-monochrome #cc-modal-wrapper .cc-preference-importantmessage a,
#cc-modal.cc-monochrome #cc-modal-wrapper .cc-preference-importantmessage a:visited {
  background-color: whitesmoke;
  color: #111111;
  box-shadow: 1px 1px 2px black;
  -moz-box-shadow: 1px 1px 2px black;
  -webkit-box-shadow: 1px 1px 2px black;
  background-color: #f1d600;
}
#cc-modal.cc-monochrome #cc-modal-wrapper .cc-preference-importantmessage a:hover,
#cc-modal.cc-monochrome #cc-modal-wrapper .cc-preference-importantmessage a:active {
  background-color: #0288ce;
  color: white;
  box-shadow: 1px 2px 10px black;
  -moz-box-shadow: 1px 2px 10px black;
  -webkit-box-shadow: 1px 2px 10px black;
}
#cc-modal.cc-monochrome #cc-modal-wrapper a.cc-learnmore-link,
#cc-settingsmodal.cc-monochrome #cc-settingsmodal-wrapper a.cc-learnmore-link,
#cc-notification.cc-monochrome a.cc-learnmore-link {
  color: #dddddd;
}
#cc-notification #cc-notification-wrapper h2,
#cc-notification #cc-notification-wrapper span,
#cc-notification.cc-monochrome #cc-notification-wrapper a,
#cc-notification.cc-monochrome #cc-notification-permissions li strong,
#cc-notification #cc-notification-permissions li label {
  font-family: sans-serif;
  font-size: 14px;
  color: black;
  line-height: 1.2em;
}
#cc-notification #cc-notification-permissions li {
  width: 100%;
}
#cc-notification.cc-monochrome #cc-notification-wrapper a#cc-notification-moreinfo {
  font-weight: 600;
  text-decoration: underline;
}
#cc-notification.cc-monochrome #cc-notification-wrapper a#cc-approve-button-thissite:hover {
  box-shadow: none;
}
#cc-notification #cc-notification-permissions li input {
  margin-top: 1px;
}
/**
COOKIE CONSENT STYLING ADDED
*/

a#cc-not-approve-button-thissite {
  font-weight: 600;
  text-decoration: underline;
}
ul.cc-notification-buttons {
  padding-right: 2% !important;
}
#cc-notification #cc-notification-permissions li a.cc-learnmore-link {
  font-weight: 600;
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  #cc-notification.cc-monochrome {
    position: absolute !important;
  }
}
.app-faq .invisible {
  display: none;
}
.app-faq h4.panel-title {
  text-align: center;
}
.app-faq h4.panel-title a {
  position: relative;
  display: block;
}
.app-faq h4.panel-title p {
  margin-top: 6px;
}
.app-faq h4.panel-title img {
  width: auto;
  height: 41px;
  position: absolute;
  right: 0;
  top: -12px;
}
.app-faq .panel-body {
  text-align: center;
}
.app-five-columns {
  padding: 2.5em 0;
}
.app-five-columns .container section {
  margin-left: -15px;
  margin-right: -15px;
  padding: 0em 1em !important;
}
.app-footer {
  padding-top: 0;
  padding-bottom: 1.875em;
  background-color: transparent;
}
.app-footer .container-fluid {
  padding: 1.25em;
}
.app-footer .app-social-links {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.app-footer .breadcrumb {
  background-color: rgba(13, 13, 13, 0);
  border: 1px solid rgba(13, 13, 13, 0);
  border-radius: 5px;
}
.app-footer .breadcrumb li a {
  color: DarkSlateGray;
}
.app-footer .divider {
  position: relative;
  text-align: center;
  margin-bottom: 10px;
}
.app-footer .divider:after {
  margin-top: -1px;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  background-color: DarkSlateGray;
  content: "";
}
.app-footer .divider img {
  padding: 0 30px;
  background: transparent;
  position: relative;
  display: inline-block;
  z-index: 1;
  box-sizing: content-box;
}
.app-footer .links {
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin-bottom: 10px;
}
.app-footer .links li {
  text-align: center;
}
.app-footer .links li a {
  font-size: 20px;
  color: white;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.app-footer .links li a:hover {
  color: white;
  text-decoration: none;
}
@media (min-width: 992px) {
  .app-footer .links li {
    float: left;
    margin-right: 0.5em;
    text-align: left;
    padding: 8px;
  }
}
.app-footer .links li:last-child {
  margin-right: 0;
}
.app-footer .dropdown-wrapper {
  text-align: center;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .app-footer .dropdown-wrapper {
    text-align: right;
  }
}
.app-footer .dropdown-wrapper .dropdown {
  display: inline-block;
}
.app-footer .dropdown-wrapper .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
}
.app-footer .countryselector {
  text-align: center;
  margin-bottom: 10px;
}
.app-footer .countryselector a {
  font-size: 20px;
}
@media (min-width: 992px) {
  .app-footer .countryselector {
    text-align: right;
    padding: 8px;
  }
}
.app-footer .footer-rte {
  font-size: 20px;
  color: white;
}
.app-footer .copyright-text {
  font-size: 20px;
  text-align: center;
}
.app-four-column {
  padding: 2.5em 0;
}
.app-four-column .container section {
  margin-left: -15px;
  margin-right: -15px;
  padding: 0em 1em !important;
}
@media (max-width: 768px) {
  .app-four-column .col-xs-6,
  .app-four-column .col-xs-12 {
    margin-bottom: 2.5em;
  }
}
@media (max-width: 768px) {
  .app-four-column .container {
    list-style: none;
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .app-four-column .container .col-xs-6:first-of-type {
    order: 1;
  }
  .app-four-column .container .col-xs-12:first-of-type {
    order: 2;
  }
}
.app-header + .app-full-image,
.app-header-continuous + .app-full-image {
  padding-top: 0 !important;
}
.app-full-image div[class*="container"] {
  min-height: inherit;
}
.app-full-image div[class*="container"] .row {
  min-height: inherit;
}
.app-full-image div[class*="container"] .row .full-image-container {
  min-height: inherit;
  display: table;
  padding: 0 15px;
}
.app-full-image div[class*="container"] .row .full-image-container .right,
.app-full-image div[class*="container"] .row .full-image-container .center,
.app-full-image div[class*="container"] .row .full-image-container .left {
  display: table-cell;
  vertical-align: middle;
  float: none;
  text-align: center;
  overflow: auto;
  padding: 0;
}
.app-full-image div[class*="container"] .row .full-image-container .right > .backgroundimage,
.app-full-image div[class*="container"] .row .full-image-container .center > .backgroundimage,
.app-full-image div[class*="container"] .row .full-image-container .left > .backgroundimage {
  padding: 48px 0;
  background-repeat: no-repeat;
  background-position: center;
}
.app-full-image div[class*="container"] .row .full-image-container .right .col-sm-2,
.app-full-image div[class*="container"] .row .full-image-container .center .col-sm-2,
.app-full-image div[class*="container"] .row .full-image-container .left .col-sm-2 {
  display: none;
}
.app-full-image div[class*="container"] .row .full-image-container .right .divider,
.app-full-image div[class*="container"] .row .full-image-container .center .divider,
.app-full-image div[class*="container"] .row .full-image-container .left .divider {
  margin: 0.6em auto;
}
@media all and (max-width: 768px) {
  .app-full-image div[class*="container"] .row .full-image-container .right .col-sm-2,
  .app-full-image div[class*="container"] .row .full-image-container .center .col-sm-2,
  .app-full-image div[class*="container"] .row .full-image-container .left .col-sm-2 {
    height: 250px;
    display: block;
  }
}
.app-full-image div[class*="container"] .row .full-image-container .left {
  text-align: left;
}
.app-full-image div[class*="container"] .row .full-image-container .right {
  text-align: center;
}
.app-full-image div[class*="container"] .full-image-container {
  height: inherit;
  display: table;
  width: 100%;
}
.app-full-image div[class*="container"] .full-image-container .right,
.app-full-image div[class*="container"] .full-image-container .center,
.app-full-image div[class*="container"] .full-image-container .left {
  display: table-cell;
  vertical-align: middle;
  float: none;
  text-align: center;
  overflow: auto;
  padding: 0;
}
.app-full-image div[class*="container"] .full-image-container .right > .backgroundimage,
.app-full-image div[class*="container"] .full-image-container .center > .backgroundimage,
.app-full-image div[class*="container"] .full-image-container .left > .backgroundimage {
  padding: 48px 0;
  background-repeat: no-repeat;
  background-position: center;
}
.app-full-image div[class*="container"] .full-image-container .right .col-sm-2,
.app-full-image div[class*="container"] .full-image-container .center .col-sm-2,
.app-full-image div[class*="container"] .full-image-container .left .col-sm-2 {
  display: none;
}
.app-full-image div[class*="container"] .full-image-container .right .divider,
.app-full-image div[class*="container"] .full-image-container .center .divider,
.app-full-image div[class*="container"] .full-image-container .left .divider {
  margin: 0.6em auto;
}
@media all and (max-width: 768px) {
  .app-full-image div[class*="container"] .full-image-container .right .col-sm-2,
  .app-full-image div[class*="container"] .full-image-container .center .col-sm-2,
  .app-full-image div[class*="container"] .full-image-container .left .col-sm-2 {
    height: 250px;
    display: block;
  }
}
.app-full-image div[class*="container"] .full-image-container .left {
  text-align: left;
}
.app-full-image div[class*="container"] .full-image-container .right {
  text-align: center;
}
.app-full-image.top {
  padding-top: 25px;
}
.app-full-image.top .right,
.app-full-image.top .center,
.app-full-image.top .left {
  vertical-align: top !important;
}
.app-full-image.bottom {
  padding-bottom: 25px;
}
.app-full-image.bottom .right,
.app-full-image.bottom .center,
.app-full-image.bottom .left {
  vertical-align: bottom !important;
}
@media all and (max-width: 768px) {
  .app-full-image {
    height: auto;
    background-position: center top;
  }
}
@media (min-width: 768px) {
  .app-header + .app-full-image-extended,
  .app-header-continuous + .app-full-image-extended {
    padding-top: 0 !important;
  }
}
.app-full-image-extended .container-fluid {
  height: inherit;
}
.app-full-image-extended .container-fluid .row {
  height: inherit;
}
.app-full-image-extended .container-fluid .row .container {
  height: inherit;
  display: table;
}
.app-full-image-extended .container-fluid .row .container .right,
.app-full-image-extended .container-fluid .row .container .center,
.app-full-image-extended .container-fluid .row .container .left {
  display: table-cell;
  vertical-align: middle;
  float: none;
  text-align: center;
  overflow: auto;
  padding: 0;
}
.app-full-image-extended .container-fluid .row .container .right > .backgroundimage,
.app-full-image-extended .container-fluid .row .container .center > .backgroundimage,
.app-full-image-extended .container-fluid .row .container .left > .backgroundimage {
  padding: 48px 0;
  background-repeat: no-repeat;
  background-position: center;
}
.app-full-image-extended .container-fluid .row .container .right .col-sm-2,
.app-full-image-extended .container-fluid .row .container .center .col-sm-2,
.app-full-image-extended .container-fluid .row .container .left .col-sm-2 {
  display: none;
}
.app-full-image-extended .container-fluid .row .container .right .divider,
.app-full-image-extended .container-fluid .row .container .center .divider,
.app-full-image-extended .container-fluid .row .container .left .divider {
  margin: 0.6em auto;
  width: 100%;
}
@media all and (max-width: 768px) {
  .app-full-image-extended .container-fluid .row .container .right .col-sm-2,
  .app-full-image-extended .container-fluid .row .container .center .col-sm-2,
  .app-full-image-extended .container-fluid .row .container .left .col-sm-2 {
    height: 250px;
    display: block;
  }
}
.app-full-image-extended .container-fluid .row .container .left {
  text-align: left;
}
.app-full-image-extended .container-fluid .row .container .right {
  text-align: center;
}
.app-full-image-extended.top {
  padding-top: 25px;
}
.app-full-image-extended.top .right,
.app-full-image-extended.top .center,
.app-full-image-extended.top .left {
  vertical-align: top !important;
}
.app-full-image-extended.bottom {
  padding-bottom: 25px;
}
.app-full-image-extended.bottom .right,
.app-full-image-extended.bottom .center,
.app-full-image-extended.bottom .left {
  vertical-align: bottom !important;
}
@media all and (max-width: 768px) {
  .app-full-image-extended {
    height: auto !important;
    background-position: center top;
    /*background-image: url(/Content/img/temp/b006-mobilep.jpg);*/
  
  }
}
.app-header {
  position: fixed;
  width: 100%;
  z-index: 99999;
  background-color: transparent;
  background-repeat: repeat-x;
  height: 80px;
  left: 0;
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: none;
  text-transform: uppercase;
  /*desktop*/

  /* Mobile menu toggler */

}
.app-header nav.nav-main-horizontal {
  color: #40211f;
  display: none;
}
@media (min-width: 1024px) {
  .app-header nav.nav-main-horizontal {
    display: block;
  }
}
.app-header nav.nav-main-horizontal .header-logo {
  display: block;
  text-align: center;
}
.app-header nav.nav-main-horizontal .header-logo img {
  display: inline;
  height: 80px;
}
.app-header nav.nav-main-horizontal ul.menu-left,
.app-header nav.nav-main-horizontal ul.menu-right {
  list-style-type: none;
  display: table;
  width: 100%;
  padding: 0;
}
.app-header nav.nav-main-horizontal ul.menu-left > li,
.app-header nav.nav-main-horizontal ul.menu-right > li,
.app-header nav.nav-main-horizontal ul.menu-left > .personal-menu,
.app-header nav.nav-main-horizontal ul.menu-right > .personal-menu {
  line-height: 70px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-weight: 400;
}
.app-header nav.nav-main-horizontal ul.menu-left > li span,
.app-header nav.nav-main-horizontal ul.menu-right > li span,
.app-header nav.nav-main-horizontal ul.menu-left > .personal-menu span,
.app-header nav.nav-main-horizontal ul.menu-right > .personal-menu span {
  font-size: 10px;
  padding-left: 5px;
  cursor: pointer;
}
.app-header nav.nav-main-horizontal ul.menu-left > li > a,
.app-header nav.nav-main-horizontal ul.menu-right > li > a,
.app-header nav.nav-main-horizontal ul.menu-left > .personal-menu > a,
.app-header nav.nav-main-horizontal ul.menu-right > .personal-menu > a {
  cursor: pointer;
  color: #40211f;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.app-header nav.nav-main-horizontal ul.menu-left > li > a:hover,
.app-header nav.nav-main-horizontal ul.menu-right > li > a:hover,
.app-header nav.nav-main-horizontal ul.menu-left > .personal-menu > a:hover,
.app-header nav.nav-main-horizontal ul.menu-right > .personal-menu > a:hover,
.app-header nav.nav-main-horizontal ul.menu-left > li > a.active,
.app-header nav.nav-main-horizontal ul.menu-right > li > a.active,
.app-header nav.nav-main-horizontal ul.menu-left > .personal-menu > a.active,
.app-header nav.nav-main-horizontal ul.menu-right > .personal-menu > a.active {
  color: #40211f;
  text-decoration: underline;
}
.app-header nav.nav-main-horizontal ul.menu-left li.personal-menu,
.app-header nav.nav-main-horizontal ul.menu-right li.personal-menu {
  position: relative;
}
.app-header nav.nav-main-horizontal ul.menu-left li.personal-menu > ul,
.app-header nav.nav-main-horizontal ul.menu-right li.personal-menu > ul {
  position: absolute;
  top: 70px;
  right: 0;
  background: rgba(161, 15, 27, 0.9);
  height: 0;
  max-height: 0;
  overflow: hidden;
  min-width: 250px;
  list-style: none;
  padding: 0;
  margin: 0;
  transform: translateY(25px);
  transition: all 0.25s ease-out;
}
.app-header nav.nav-main-horizontal ul.menu-left li.personal-menu > ul li,
.app-header nav.nav-main-horizontal ul.menu-right li.personal-menu > ul li {
  text-align: left;
  line-height: normal;
  padding: 15px 30px;
}
.app-header nav.nav-main-horizontal ul.menu-left li.personal-menu > ul li:first-child,
.app-header nav.nav-main-horizontal ul.menu-right li.personal-menu > ul li:first-child {
  padding: 30px 30px 15px 30px;
}
.app-header nav.nav-main-horizontal ul.menu-left li.personal-menu > ul li:last-child,
.app-header nav.nav-main-horizontal ul.menu-right li.personal-menu > ul li:last-child {
  padding: 15px 30px 30px 30px;
}
.app-header nav.nav-main-horizontal ul.menu-left li.personal-menu.hover > ul,
.app-header nav.nav-main-horizontal ul.menu-right li.personal-menu.hover > ul {
  opacity: 1;
  height: auto;
  max-height: 100vh;
  overflow: visible;
  transform: translateY(0);
}
.app-header .vertical-menu-toggle {
  opacity: 1;
  float: left;
  cursor: pointer;
  background: none;
  width: 40px;
  height: 40px;
  font-weight: bold;
  margin-top: 27px;
  margin-left: -40px;
  padding-left: 40px;
}
@media (min-width: 1024px) {
  .app-header .vertical-menu-toggle {
    display: none;
  }
}
.app-header .vertical-menu-toggle ul.hamburger {
  width: 20px;
  margin: auto 0;
  padding: 0;
  height: 40px;
  list-style-type: none;
}
.app-header .vertical-menu-toggle ul.hamburger li {
  border-radius: 1px;
  border: 0px solid black;
  background-color: white;
  margin-bottom: 4px;
  height: 4px;
}
.app-header .vertical-menu-toggle ul.hamburger li:last-child {
  margin-bottom: 0px;
}
.app-header .submenu {
  height: 4px;
  border-bottom: 4px solid rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition-timing-function: ease-out;
  transition: all 200ms;
}
.app-header .submenu .submenu-wrapper {
  text-align: center;
}
.app-header .submenu .submenu-items {
  padding: 0;
}
.app-header .submenu .submenu-items li {
  padding: 4px 0 0 0;
  height: 76px;
  width: calc(120px);
  float: none;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
.app-header .submenu .submenu-items li img {
  width: 40px;
  height: 40px;
}
.app-header .submenu .submenu-items li a {
  color: white;
}
.app-header .submenu .submenu-items li a:hover {
  text-decoration: none;
}
.app-header .submenu .submenu-items li:hover {
  cursor: pointer;
  background: rgba(208, 19, 35, 0.9);
}
.app-header .submenu .submenu-items li:hover a {
  color: #be9e61;
}
.app-header .submenu.open {
  height: 80px;
  background-color: rgba(161, 15, 27, 0.9);
}
.nav-main-vertical {
  /*fixes the fouc onload */
  display: none;
}
#overlay-header {
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  background-color: black;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
/* mobile */

/* mm-menu.all.css override */

.mm-menu {
  width: 250px;
  min-width: 250px;
  max-width: 250px;
  background-color: transparent;
}
.mm-menu .mm-list {
  padding: 0 10px 0 20px;
  margin-top: 80px;
}
.mm-menu .mm-list > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.mm-menu .mm-list > li a,
.mm-menu .mm-list > li span {
  color: white;
  width: 100%;
}
.mm-menu .mm-list > li a:hover,
.mm-menu .mm-list > li span:hover {
  color: #b2b2b2;
}
html.mm-opening .mm-slideout {
  -webkit-transform: translate(250px, 0);
  -moz-transform: translate(250px, 0);
  -ms-transform: translate(250px, 0);
  -o-transform: translate(250px, 0);
  transform: translate(250px, 0);
}
@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(250px, 0);
    -moz-transform: translate(250px, 0);
    -ms-transform: translate(250px, 0);
    -o-transform: translate(250px, 0);
    transform: translate(250px, 0);
  }
}
@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(250px, 0);
    -moz-transform: translate(250px, 0);
    -ms-transform: translate(250px, 0);
    -o-transform: translate(250px, 0);
    transform: translate(250px, 0);
  }
}
header.app-header + section {
  padding-top: 120px;
  /* This add the padding to the first section below the header */

}
header .container > a .img-responsive {
  height: 80px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  header .container {
    width: 100%;
  }
}
@media (min-width: 992px) {
  header .container {
    width: 970px;
  }
}
@media (min-width: 1024px) {
  header .container {
    width: 994px;
  }
  header .container > a .img-responsive {
    display: none;
  }
}
@media (min-width: 1200px) {
  header .container {
    width: 1170px;
  }
  header .container > a .img-responsive {
    display: none;
  }
}
@media (max-width: 1023px) {
  header .container div.personal-menu {
    position: absolute;
    display: block;
    height: 80px;
    right: 15px;
    line-height: 80px;
    top: 0;
  }
  header .container div.personal-menu > ul {
    position: absolute;
    top: 70px;
    right: 0;
    background: rgba(161, 15, 27, 0.9);
    height: 0;
    max-height: 0;
    overflow: hidden;
    min-width: 250px;
    list-style: none;
    padding: 0;
    margin: 0;
    transform: translateY(25px);
    transition: all 0.25s ease-out;
  }
  header .container div.personal-menu > ul li {
    text-align: left;
    line-height: normal;
    padding: 30px;
    width: calc(100vw - 30px);
  }
  header .container div.personal-menu:focus > ul,
  header .container div.personal-menu:hover > ul,
  header .container div.personal-menu:active > ul {
    opacity: 1;
    height: auto;
    max-height: 100vh;
    overflow: visible;
    transform: translateY(0);
  }
}
.app-iframe iframe {
  border: 0;
  width: 100%;
  min-height: 450px;
}
.app-header + .app-imagegrid,
.app-header-continuous + .app-imagegrid {
  padding-top: 40px !important;
}
@media all and (max-width: 768px) {
  .app-imagegrid {
    height: auto !important;
    background-position: center top;
    /*background-image: url(/Content/img/temp/b006-mobilep.jpg);*/
  
  }
}
.app-imagegrid .container-fluid {
  height: inherit;
}
.app-imagegrid .container-fluid .row {
  height: inherit;
}
.app-imagegrid .container-fluid .row .container {
  height: inherit;
  display: table;
  /*.left {
                    text-align: left;
                }

                .right {
                    text-align: center;
                }*/

}
.app-imagegrid .container-fluid .row .container .right,
.app-imagegrid .container-fluid .row .container .center,
.app-imagegrid .container-fluid .row .container .left {
  display: table-cell;
  vertical-align: middle;
  float: none;
  text-align: center;
  overflow: auto;
  padding: 0;
}
.app-imagegrid .container-fluid .row .container .right ul,
.app-imagegrid .container-fluid .row .container .center ul,
.app-imagegrid .container-fluid .row .container .left ul {
  width: auto;
  text-align: center;
  margin: 0 auto;
  position: relative;
  display: block;
  padding: 0;
}
.app-imagegrid .container-fluid .row .container .right li,
.app-imagegrid .container-fluid .row .container .center li,
.app-imagegrid .container-fluid .row .container .left li {
  /*display:table-column;*/
  display: inline-block;
  width: auto;
  margin: 5px 10px 0 0;
}
.app-imagegrid .container-fluid .row .container .right li a img,
.app-imagegrid .container-fluid .row .container .center li a img,
.app-imagegrid .container-fluid .row .container .left li a img {
  transition: all 200ms ease-in;
  width: 110px;
}
@media (min-width: 480px) {
  .app-imagegrid .container-fluid .row .container .right li a img,
  .app-imagegrid .container-fluid .row .container .center li a img,
  .app-imagegrid .container-fluid .row .container .left li a img {
    width: 150px;
  }
}
.app-imagegrid .container-fluid .row .container .right > .backgroundimage,
.app-imagegrid .container-fluid .row .container .center > .backgroundimage,
.app-imagegrid .container-fluid .row .container .left > .backgroundimage {
  padding: 48px 0;
  background-repeat: no-repeat;
  background-position: center;
}
.app-imagegrid .container-fluid .row .container .right .col-sm-2,
.app-imagegrid .container-fluid .row .container .center .col-sm-2,
.app-imagegrid .container-fluid .row .container .left .col-sm-2 {
  display: none;
}
.app-imagegrid .container-fluid .row .container .right .divider,
.app-imagegrid .container-fluid .row .container .center .divider,
.app-imagegrid .container-fluid .row .container .left .divider {
  margin: 0.6em auto;
  width: 100%;
}
@media all and (max-width: 768px) {
  .app-imagegrid .container-fluid .row .container .right .col-sm-2,
  .app-imagegrid .container-fluid .row .container .center .col-sm-2,
  .app-imagegrid .container-fluid .row .container .left .col-sm-2 {
    height: 250px;
    display: block;
  }
}
.app-imagetext-column {
  position: relative;
  padding: 0;
}
@media (min-width: 768px) {
  .app-imagetext-column:before {
    width: 100%;
    height: 100%;
    content: "";
    background-color: transparent;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    -webkit-transition: background-color 300ms linear;
    -moz-transition: background-color 300ms linear;
    -o-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
  }
  .app-imagetext-column:hover:before {
    background-color: black;
  }
}
.app-imagetext-column img {
  width: 100%;
}
.app-imagetext-column .textbox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding-left: 30px;
}
@media (min-width: 768px) {
  .app-imagetext-column .textbox {
    z-index: 0;
    opacity: 0;
    -webkit-transition: opacity 300ms linear;
    -moz-transition: opacity 300ms linear;
    -o-transition: opacity 300ms linear;
    -ms-transition: opacity 300ms linear;
    transition: opacity 300ms linear;
  }
}
.app-imagetext-column .inline {
  display: table;
  height: 100%;
  width: 100%;
}
.app-imagetext-column .text {
  text-align: left;
  vertical-align: bottom;
  display: table-cell;
}
.app-imagetext-column .text h3 {
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.7em;
  font-weight: normal;
  text-transform: uppercase;
  color: LightSeaGreen;
}
.app-imagetext-column .text h4 {
  margin-bottom: 30px;
  font-family: "ConduitITCStd-Bold", serif;
  font-size: 1.13em;
  font-weight: lighter;
  font-style: normal;
  text-transform: none;
}
@media (min-width: 768px) {
  .app-imagetext-column:hover .textbox {
    opacity: 1;
  }
}
.app-three-column .container .info-column {
  padding: 3em 1em;
}
.app-three-column .container .info-column img {
  max-width: 100%;
  margin: 1em auto;
}
.app-three-column .container .info-column p {
  margin: 1em 1.5em;
}
.app-three-column .container .info-column.h-default {
  text-align: center;
}
.app-three-column .container .row div:nth-of-type(1) .info-column.h-left p {
  margin-left: 0;
}
.app-three-column .container .row div:nth-of-type(3) .info-column.h-right p {
  margin-right: 0;
}
.info-column.h-left {
  text-align: left;
}
.info-column.h-center {
  text-align: center;
}
.info-column.h-right {
  text-align: right;
}
.info-column.h-left img,
.info-column.h-center img,
.info-column.h-right img {
  display: inline-block;
}
section.app-languageswitch {
  padding: 0 !important;
  height: 0 !important;
}
section.app-languageswitch .parent {
  display: flex;
}
section.app-languageswitch .parent .child {
  height: 150px;
  padding: 20px 0 0 0;
  margin: auto;
  /* Magic! */

}
section.app-languageswitch .parent .child button {
  margin: 0;
}
@media screen and (max-width: 480px) {
  .container > .row:nth-child(1),
  .container > .row:nth-child(2) {
    background-color: none;
  }
}
.container > .row:nth-child(3) {
  margin: 0px -15px;
}
.app-Newsletter,
.app-Machine-Registration {
  background: none;
  min-height: auto;
  font-weight: normal;
  text-transform: uppercase;
  font-family: "Futura W01 Medium", sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #999999;
  line-height: 22px;
}
.app-Newsletter h2,
.app-Machine-Registration h2 {
  color: #666666;
  letter-spacing: 4px;
  font-size: 50px;
  line-height: 50px;
  font-family: "FuturaW01-MediumCondens", sans-serif;
  text-transform: uppercase;
}
.app-Newsletter h3,
.app-Machine-Registration h3 {
  color: #666666;
  margin: 15px 0 20px 0;
  font-weight: normal;
  font-size: 12px;
  line-height: 25px;
  font-family: "Futura W01 Medium", sans-serif;
  max-height: 56px;
  text-align: left;
  overflow: hidden;
  letter-spacing: 2px;
}
.app-Newsletter form,
.app-Machine-Registration form {
  margin-top: 20px;
  font-size: 10px;
  letter-spacing: 2px;
}
.app-Newsletter label,
.app-Machine-Registration label {
  font-weight: normal;
}
.app-Newsletter button,
.app-Machine-Registration button {
  font-family: "Futura W01 Medium", sans-serif;
  letter-spacing: 3px;
  background-color: #666666;
  color: white;
  padding: 10px 20px;
}
.app-Newsletter .help-block,
.app-Machine-Registration .help-block {
  color: #666666;
}
.app-one-column {
  padding: 2.5em 0;
}
.app-one-column .container section {
  padding: 0em 1em !important;
}
.app-one-column .container form {
  padding: 1em;
}
.app-popup {
  position: fixed;
  bottom: 0;
}
.app-popup .close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 30px;
  height: 30px;
  opacity: 1;
}
.app-ProductCarousel {
  background-size: cover;
  background-position: top;
  background-color: white;
  margin: 0 auto;
  position: relative;
}
.app-ProductCarousel div.carousel-title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 2.5em 0;
}
.app-ProductCarousel div.carousel-title > h2 {
  margin: 0;
  padding: 0;
  word-break: break-all;
  letter-spacing: 0.2em;
  line-height: 1.35;
  font-weight: 600;
  font-size: 2.25em;
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #252525;
}
.app-ProductCarousel div.shelf {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-position: bottom center;
  background-repeat: repeat-x;
  background-size: cover;
  background-color: white;
  padding: 2.5em 0;
}
.app-ProductCarousel div.shelf div.slider-wrapper {
  display: block;
  overflow-x: hidden;
  text-align: center;
  z-index: 0;
  margin-top: -10em;
}
@media (max-width: 1024px) {
  .app-ProductCarousel div.shelf div.slider-wrapper {
    margin-top: -17.5em;
  }
}
.app-ProductCarousel div.shelf div.slider-wrapper div.slider-container {
  display: inline-block;
}
.app-ProductCarousel div.shelf div.slider-wrapper div.slider-container ul.productSlider {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  display: flex;
  align-items: center;
  justify-content: center;
}
.app-ProductCarousel div.shelf div.slider-wrapper div.slider-container ul.productSlider li {
  align-self: flex-end;
  display: inline-block;
  list-style-type: none;
  text-align: center;
  padding: 0 15px;
}
.app-ProductCarousel div.shelf div.slider-wrapper div.slider-container ul.productSlider li div {
  min-width: 260px;
  text-align: center;
}
.app-ProductCarousel div.shelf div.slider-wrapper div.slider-container ul.productSlider li div img {
  max-width: calc(260px - 30px);
  max-height: calc(1.2 * 260px);
  margin: 0 auto;
}
.app-ProductCarousel div.shelf div.slider-wrapper div.slider-container ul.productSlider li div .button-wrapper a {
  display: inline-block;
  width: calc(100% - 30px);
  padding: 6px 0;
  margin: 1.5em 0 0 0;
  background-color: transparent;
  color: black;
  border: 2px solid black;
  border-radius: 50px;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.25s ease-out;
}
.app-ProductCarousel div.shelf div.slider-wrapper div.slider-container ul.productSlider li div .button-wrapper a:hover {
  background-color: black;
  color: black;
  border: 2px solid black;
}
.app-ProductCarousel div.shelf div.slidernav {
  display: none;
  text-align: center;
  padding: 2.5em 0 0 0;
}
.app-ProductCarousel div.shelf div.slidernav a {
  display: inline-block;
  background-color: transparent;
  border: 2px solid black;
  color: black;
  text-decoration: none;
  cursor: pointer;
  border-radius: 50%;
  padding: 6px 18px;
  margin: 0 30px;
  transition: all 0.25s ease-out;
}
.app-ProductCarousel div.shelf div.slidernav a:hover {
  background-color: black;
  color: black;
  border: 2px solid black;
}
.app-ProductCarousel.has-navigation div.shelf div.slidernav {
  display: block;
}
section.app-QuizBlock h3,
section.app-QuizBlock h1,
section.app-QuizBlock h4 {
  text-align: center;
  color: black;
}
section.app-QuizBlock .quizContainer {
  margin: 0 auto;
  position: relative;
  text-align: right;
}
section.app-QuizBlock .quizContainer section.app-QuizQuestion .quizQuestion {
  text-align: center;
  color: black;
}
section.app-QuizBlock .quizContainer section.app-QuizQuestion .optionsContainer .quizBlockStep {
  margin: 20px;
  padding: 13px;
  min-height: 100px;
}
section.app-QuizBlock .quizContainer section.app-QuizQuestion .optionsContainer .quizBlockStep p {
  color: black;
  text-align: center;
  vertical-align: middle;
}
section.app-QuizBlock .quizContainer section.app-QuizQuestion .optionsContainer .quizBlockStep.selected {
  border: 1px solid gray;
}
section.app-QuizBlock .quizContainer section.app-QuizQuestion .descriptionContainer {
  min-height: 80px;
  margin: 20px;
}
section.app-QuizBlock .quizContainer section.app-QuizQuestion .descriptionContainer .questionDescription {
  text-align: center;
  color: black;
}
section.app-QuizBlock .quizContainer section.app-QuizQuestion .descriptionContainer .choiceDescriptionPlaceholder {
  text-align: center;
  color: black;
}
section.app-QuizBlock .quizContainer section.app-QuizQuestion .quizMenu {
  margin: 3em;
  min-height: 5em;
}
section.app-QuizBlock .quizContainer section.app-QuizQuestion .quizMenu .stepLabel {
  color: black;
  padding-top: 20px;
  text-align: center;
}
section.app-QuizBlock .quizContainer section.app-QuizQuestion .quizMenu .stepIndicatorPlaceholder {
  padding-top: 26px;
}
section.app-QuizBlock .quizContainer section.app-QuizQuestion .quizMenu .stepIndicatorPlaceholder .stepIndicator div p {
  width: 30px;
  height: 30px;
  text-align: center;
  color: black;
  margin: 0 auto;
  line-height: 30px;
}
section.app-QuizBlock .quizContainer section.app-QuizQuestion .quizMenu .stepIndicatorPlaceholder .stepIndicator .answered p {
  border-radius: 50%;
  background: buttonface;
  width: 30px;
  height: 30px;
  text-align: center;
  color: white;
}
section.app-QuizBlock .quizContainer section.app-QuizQuestion .quizMenu .stepIndicatorPlaceholder .stepIndicator .currentStep p {
  border-radius: 50%;
  background: #e1261c;
  width: 30px;
  height: 30px;
  text-align: center;
  color: white;
}
section.app-QuizBlock .quizContainer section.app-QuizQuestion .quizMenu .submitQuiz {
  margin: 0px;
}
section.app-QuizBlock .quizContainer section.app-QuizQuestion .quizMenu .nextQuestion {
  margin: 0px;
}
section.app-QuizBlock .quizContainer section.app-QuizQuestion.lastStep {
  color: black;
  text-align: center;
}
section.app-QuizBlock .quizResultContainer {
  margin: 0 auto;
}
section.app-QuizBlock .quizResultContainer .blendResultImage {
  min-width: 200px;
  min-height: 200px;
  vertical-align: middle;
  padding: 0px;
  margin: 0px 50px 0px 50px;
}
section.app-QuizBlock .quizResultContainer .blendResultImage img {
  height: 200px;
  width: 200px;
}
section.app-QuizBlock .quizResultContainer .blendResult .blendResultTitle {
  color: black;
  display: block;
  margin: 50px 10px 25px 10px;
  text-align: center;
}
section.app-QuizBlock .quizResultContainer .blendResult .blendResultDescription {
  color: black;
}
section.app-QuizBlock .quizResultContainer .blendResult .actionButtons {
  margin-top: 50px;
}
section.app-QuizBlock .quizResultContainer .blendResult .actionButtons .additionalButton {
  display: block;
  max-width: 200px;
  margin: 5px 10px 5px 10px;
}
section.app-QuizBlock .quizResultContainer .blendResult .actionButtons .retakeQuiz {
  display: block;
  max-width: 200px;
  margin: 5px 10px 5px 10px;
}
section.app-QuizBlock .quizNoResultContainer .quizNoResultTitle {
  color: black;
  text-align: center;
}
section.app-QuizBlock .quizNoResultContainer .actionButtons .retakeQuiz {
  margin: 1.9em;
  text-align: center;
}
section.app-QuizBlock .quizNoResultContainer .actionButtons .additionalButton {
  margin: 1.9em;
  text-align: center;
}
section.app-BlendFinder {
  text-align: center;
}
section.app-BlendFinder .row .blendFinder-Questionnaire .blendFinderStatements {
  display: inline;
}
section.app-BlendFinder .row .blendFinder-Questionnaire .blendFinderOptions {
  color: black;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  background-color: transparent;
  font-weight: 600;
  text-align: center;
  text-align-last: center;
  line-height: 50px;
  border: none;
  border-bottom: 5px dotted black;
}
section.app-BlendFinder .row .blendFinder-Questionnaire .blendFinderOptions option {
  background-color: white;
  font-weight: normal;
}
section.app-BlendFinder .row .blendFinder-Questionnaire .blendFinderOptions option:hover {
  background-color: gray;
}
section.app-BlendFinder .row .blendFinder-Questionnaire .blendFinderOptions:-internal-list-box {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 1px;
  text-overflow: '';
}
section.app-BlendFinder .row .blendFinder-Questionnaire .blendFinderOptions:-ms-expand {
  display: none;
}
section.app-BlendFinder .row .blendFinder-Questionnaire .blendFinderOptions[select="0"] {
  height: 75px;
}
section.app-BlendFinder .row .blendFinderResults {
  position: relative;
}
section.app-BlendFinder .row .blendFinderResults .blendFinderResult .blendSuggestion .blendInformation {
  min-height: 450px;
}
section.app-BlendFinder .row .blendFinderResults .blendFinderResult .blendSuggestion .blendInformation h2 {
  position: absolute;
  text-align: center;
  width: 100%;
}
section.app-BlendFinder .row .blendFinderResults .blendFinderResult .blendSuggestion .blendInformation h1 {
  text-align: center;
  width: 100%;
  position: absolute;
  color: black;
}
section.app-BlendFinder .row .blendFinderResults .blendFinderResult .blendSuggestion .blendInformation .exploreBlend {
  position: absolute;
}
@media only screen and (max-width: 768px) {
  section.app-BlendFinder .row .blendFinder-Questionnaire .blendFinderStatements {
    display: inline;
  }
  section.app-BlendFinder .row .blendFinder-Questionnaire .blendFinderOptions option {
    background-color: white;
    font-weight: normal;
  }
  section.app-BlendFinder .row .blendFinder-Questionnaire .blendFinderOptions option:hover {
    background-color: gray;
  }
  section.app-BlendFinder .row .blendFinder-Questionnaire .blendFinderOptions:-internal-list-box {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 1px;
    text-overflow: '';
  }
  section.app-BlendFinder .row .blendFinder-Questionnaire .blendFinderOptions:-ms-expand {
    display: none;
  }
  section.app-BlendFinder .row .blendFinder-Questionnaire .blendFinderOptions[select="0"] {
    height: 75px;
  }
  section.app-BlendFinder .row .blendFinderResult .blendSuggestion .blendInformation h2 {
    position: absolute;
    bottom: 0px;
  }
  section.app-BlendFinder .row .blendFinderResult .blendSuggestion .blendInformation h1 {
    position: absolute;
    bottom: -35px;
  }
  section.app-BlendFinder .row .blendFinderResult .blendSuggestion .blendInformation .exploreBlend {
    position: absolute;
    bottom: -95px;
    left: 0;
    right: 0;
  }
}
.app-standard-text {
  background-position: center;
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
  padding: 2.5em 0;
}
.app-standard-text .app-standard-text-header {
  text-align: center;
  margin-bottom: 1em;
}
.app-standard-text .divider {
  margin: 0 auto;
}
.app-three-column {
  padding: 2.5em 0;
}
.app-three-column .container section {
  margin-left: -15px;
  margin-right: -15px;
  padding: 0em 1em !important;
}
.app-title-bar {
  padding: 0.7em 0;
  text-align: center;
}
.app-title-bar .app-title {
  text-align: center;
}
.app-title-bar .app-title span {
  display: inline;
}
.app-title-bar .app-title span img {
  display: inline;
}
.app-title-bar .app-title .h-title {
  display: inline;
}
.app-two-column {
  background-position: center top;
  background-repeat: no-repeat;
  padding: 2.5em 0;
}
.app-two-column .container section {
  padding: 0em 1em !important;
}
.app-two-column .container form {
  padding: 1em;
}
.app-twohalves {
  padding: 2.5em 0;
  position: relative;
}
@media (min-width: 768px) {
  .app-twohalves div[class*="container"] {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
  }
  .app-twohalves div[class*="container"] .row {
    height: inherit;
  }
  .app-twohalves div[class*="container"] .row .valign-columns {
    display: table;
    width: 100%;
    height: inherit;
  }
  .app-twohalves div[class*="container"] .row .valign-columns .vcolumn {
    display: table-cell;
    vertical-align: middle;
    float: none;
  }
  .app-twohalves div[class*="container"] .row .valign-columns .vcolumn p {
    margin: 1em 0;
  }
}
@media (max-width: 480px) {
  .app-twohalves .img-responsive {
    max-width: calc(100% + 60px);
    margin-left: -30px;
  }
}
.app-twohalves .two-halves-text-background {
  background-repeat: no-repeat;
}
.app-header + .app-video,
.app-header-continuous + .app-video {
  padding-top: 0 !important;
}
.app-video video {
  background: black;
}
.app-video .playvdo {
  width: 38px;
  height: 38px;
  cursor: pointer;
}
.app-video .playvdo span {
  font-size: 36px;
  text-shadow: 0px 0px 2px white;
}
.app-video .stopvdo {
  z-index: 99999;
  display: none;
  position: absolute;
  right: 80px;
  width: 38px;
  margin-top: 80px;
  height: 38px;
  color: white;
  cursor: pointer;
}
.app-video .stopvdo span {
  font-size: 36px;
}
.app-video .toggleshow {
  height: 0;
  overflow: hidden;
}
.app-video div[class*="container"] {
  min-height: inherit;
}
.app-video div[class*="container"] .row {
  min-height: inherit;
}
.app-video div[class*="container"] .row .video-container {
  min-height: inherit;
}
.app-video div[class*="container"] .row .video-container .videocenter {
  width: 100%;
}
.app-video div[class*="container"] .row .video-container .center {
  display: table;
  min-height: inherit;
  vertical-align: middle;
  float: none;
  text-align: center;
  overflow: auto;
}
.app-video div[class*="container"] .row .video-container .center > .backgroundimage {
  padding: 48px 0;
  background-repeat: no-repeat;
  background-position: center;
}
.app-video div[class*="container"] .row .video-container .center .playvdo {
  cursor: pointer;
  display: inline;
}
.app-video div[class*="container"] .row .video-container .center .col-xs-12 h1,
.app-video div[class*="container"] .row .video-container .center .col-xs-12 h2,
.app-video div[class*="container"] .row .video-container .center .col-xs-12 h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.app-video div[class*="container"] .row .video-container .center .col-sm-2 {
  display: none;
}
.app-video div[class*="container"] .row .video-container .center .divider {
  margin: 0 auto;
}
@media all and (max-width: 768px) {
  
}
.app-header + .app-video-column .container-fluid .row .container,
.app-header-continuous + .app-video-column .container-fluid .row .container {
  padding-top: 0;
}
.app-video-column .stopvdo {
  z-index: 99999;
  display: none;
  position: absolute;
  right: 80px;
  top: 80px;
  width: 38px;
  height: 38px;
  margin-top: 0;
  cursor: pointer;
}
.app-video-column .stopvdo span {
  font-size: 36px;
}
.app-video-column .playvdo {
  width: 38px;
  height: 38px;
  cursor: pointer;
}
.app-video-column .playvdo span {
  font-size: 36px;
  text-shadow: 0px 0px 2px white;
}
.lightbox {
  position: fixed;
  /* keeps the lightbox window in the current viewport */
  top: 0;
  left: 0;
  padding-top: 40px;
  width: 100%;
  height: 100%;
  z-index: 100000;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
}
.lightbox video::-webkit-media-controls {
  overflow: hidden !important;
}
.lightbox video::-webkit-media-controls-enclosure {
  width: calc(100% + 30px);
  margin-left: auto;
}
.lightbox .close-button:before {
  display: block;
  position: fixed;
  top: 52px;
  width: 32px;
  height: 32px;
  z-index: 100002;
  cursor: pointer;
  right: calc(10% + 12px);
  content: '+';
  color: white;
  border: 3px solid white;
  border-radius: 50px;
  transform: rotate(45deg);
  font-size: 28px;
  line-height: 28px;
}
.app-header + .app-animatedmedia .placeholder,
.app-header-continuous + .app-animatedmedia .placeholder {
  padding-top: 160px !important;
  top: 0;
}
section.app-animatedmedia[data-playinlightbox="true"] video {
  pointer-events: none;
}
section.app-animatedmedia[data-playinlightbox="true"] .wrapper.playpause {
  pointer-events: none;
}
.app-animatedmedia {
  visibility: hidden;
  padding-top: 0 !important;
  padding-left: 0 !important;
  background-position-x: center;
  background-position-y: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.app-animatedmedia video {
  /*object-fit: contain;*/
  /*object-fit: fill; */
  object-fit: cover;
  object-position: center bottom;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.app-animatedmedia video:not([controls])::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none;
}
.app-animatedmedia video:not([controls])::-webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none;
}
.app-animatedmedia video:not([controls])::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}
.app-animatedmedia video:not([controls]) video::-webkit-media-controls {
  display: none !important;
}
.app-animatedmedia .Left-Top {
  justify-content: center;
  flex-direction: row;
  height: 0;
  display: flex;
}
.app-animatedmedia .Left-Top .wrapper {
  display: flex;
  align-items: center;
}
.app-animatedmedia .Left-Top .wrapper h3 {
  margin: 0 0 0 20px;
}
.app-animatedmedia .Left-Top .wrapper span {
  line-height: 0;
}
.app-animatedmedia .Left-Middle {
  justify-content: center;
  flex-direction: column;
  align-items: center;
  height: 0;
  display: flex;
}
.app-animatedmedia .Left-Middle .wrapper {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.app-animatedmedia .Left-Middle .wrapper h3 {
  margin: 0 0 0 20px;
}
.app-animatedmedia .Left-Middle .wrapper span {
  line-height: 0;
}
.app-animatedmedia .Left-Bottom {
  justify-content: center;
  flex-direction: row;
  align-items: flex-end;
  height: 0;
  display: flex;
}
.app-animatedmedia .Left-Bottom .wrapper {
  display: flex;
  align-items: center;
}
.app-animatedmedia .Left-Bottom .wrapper h3 {
  margin: 0 0 0 20px;
}
.app-animatedmedia .Left-Bottom .wrapper span {
  line-height: 0;
}
.app-animatedmedia .Middle-Top {
  justify-content: center;
  flex-direction: row;
  height: 0;
  display: flex;
}
.app-animatedmedia .Middle-Top div[class*="container"] {
  text-align: center;
}
.app-animatedmedia .Middle-Top div[class*="container"] span {
  display: block;
}
.app-animatedmedia .Middle-Middle {
  justify-content: center;
  flex-direction: column;
  align-items: center;
  height: 0;
  display: flex;
}
.app-animatedmedia .Middle-Middle div[class*="container"] {
  text-align: center;
}
.app-animatedmedia .Middle-Middle div[class*="container"] span {
  display: block;
}
.app-animatedmedia .Middle-Bottom {
  justify-content: center;
  flex-direction: row;
  align-items: flex-end;
  height: 0;
  display: flex;
}
.app-animatedmedia .Middle-Bottom div[class*="container"] {
  text-align: center;
}
.app-animatedmedia .Middle-Bottom div[class*="container"] span {
  display: block;
}
.app-animatedmedia .Right-Top {
  justify-content: center;
  flex-direction: row;
  height: 0;
  display: flex;
}
.app-animatedmedia .Right-Top div[class*="container"] {
  text-align: right;
}
.app-animatedmedia .Right-Top div[class*="container"] .wrapper {
  -js-display: flex;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.app-animatedmedia .Right-Top div[class*="container"] .wrapper h3 {
  margin: 0 0 0 20px;
}
.app-animatedmedia .Right-Top div[class*="container"] .wrapper span {
  line-height: 0;
}
.app-animatedmedia .Right-Middle {
  justify-content: center;
  flex-direction: column;
  align-items: center;
  height: 0;
  display: flex;
}
.app-animatedmedia .Right-Middle div[class*="container"] {
  text-align: right;
}
.app-animatedmedia .Right-Middle div[class*="container"] .wrapper {
  -js-display: flex;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.app-animatedmedia .Right-Middle div[class*="container"] .wrapper h3 {
  margin: 0 0 0 20px;
}
.app-animatedmedia .Right-Middle div[class*="container"] .wrapper span {
  line-height: 0;
}
.app-animatedmedia .Right-Bottom {
  justify-content: center;
  flex-direction: row;
  align-items: flex-end;
  height: 0;
  display: flex;
}
.app-animatedmedia .Right-Bottom div[class*="container"] {
  text-align: right;
}
.app-animatedmedia .Right-Bottom div[class*="container"] .wrapper {
  cursor: pointer;
  -js-display: flex;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.app-animatedmedia .Right-Bottom div[class*="container"] .wrapper h3 {
  margin: 0 0 0 20px;
}
.app-animatedmedia .Right-Bottom div[class*="container"] .wrapper span {
  line-height: 0;
}
.app-animatedmedia .placeholder {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  min-height: 90%;
}
.app-animatedmedia .placeholder div[class*="container"] {
  position: relative;
  padding: 0 20px;
  /*
            @media (min-width: @screen-xs-min) {
                width: 100%;
            }

            @media (min-width: @screen-sm-min) {
                width: 750px;
            }

            @media (min-width: @screen-md-min) {
                width: 970px;
            }

            @media (min-width: @screen-lg-min) {
                width: 1170px;
            }*/

}
.app-animatedmedia .placeholder div[class*="container"] svg {
  cursor: pointer;
  width: 100px;
}
.app-animatedmedia .placeholder div[class*="container"] svg .st0 {
  fill: rgba(255, 255, 255, 0.5);
}
.app-animatedmedia .placeholder div[class*="container"] svg .st1 {
  fill: rgba(0, 0, 0, 0.5);
}
.app-animatedmedia .placeholder div[class*="container"] h1 {
  color: #40211f;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
}
.app-animatedmedia .placeholder div[class*="container"] h3 {
  display: none;
  color: rgba(255, 255, 0, 0);
  text-shadow: none;
}
.app-animatedmedia .placeholder .container-fluid {
  width: 100%;
}
.app-animatedmedia .app-audio {
  height: 1145px;
  background-size: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
}
.app-animatedmedia .app-audio #play-pause-button {
  width: 80px;
  height: 80px;
  margin: auto 0;
  font-size: 10px;
}
.app-animatedmedia .app-audio .glyphicon-play:before {
  content: '';
  background-image: url('/Content/img/play-button-sounds.svg');
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 100px;
  height: 100px;
  font-size: 10px;
}
.app-animatedmedia .app-audio .glyphicon-pause:before {
  content: '';
  background-image: url('/Content/img/pause-button.png');
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 100px;
  height: 100px;
  margin: auto 0;
  font-size: 10px;
}
svg .st0 {
  fill: rgba(255, 255, 255, 0) !important;
}
.placeholder:before {
  content: '';
  background-image: url(/Content/img/play-button-sounds.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 100px;
  height: 100px;
  font-size: 10px;
}
polygon {
  display: none;
}
.app-blendheader {
  padding: 2.5em 0;
  /*-- Gallery --*/

  /*-- Introtext --*/

  /*-- Product Information --*/

}
@media only screen and (min-width: 992px) {
  .app-blendheader {
    min-height: 900px;
  }
}
.app-blendheader .headerimage {
  display: initial;
}
@media only screen and (min-width: 992px) {
  .app-blendheader .headerimage {
    width: 600px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .app-blendheader .valign-columns {
    display: table;
  }
  .app-blendheader .valign-columns .vcolumn {
    display: table-cell;
    vertical-align: middle;
    float: none;
  }
}
@media only screen and (max-width: 767px) {
  .app-blendheader {
    padding-top: 90px !important;
  }
  .app-blendheader img {
    margin: 0 auto;
    transform: translateX(-10%) translateY(-1%);
    width: 125%;
    max-width: 125%;
  }
  .app-blendheader .center-text {
    padding-top: 0px !important;
  }
  .app-blendheader .center-text .h-pretitle,
  .app-blendheader .center-text .h-title {
    display: none;
  }
  .app-blendheader .center-text:before {
    content: '';
    background-image: url('/siteassets/blends/logo-brown.svg');
    background-repeat: no-repeat;
    display: block;
    width: 100px;
    height: 50px;
    position: relative;
    top: -55px;
  }
}
.app-blendheader .bx-wrapper {
  display: none;
}
.app-blendheader .bx-wrapper .bx-prev {
  left: -32px;
}
.app-blendheader .bx-wrapper .bx-next {
  right: -32px;
}
.app-blendheader .bx-wrapper li img {
  margin: 0 auto;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}
.app-blendheader .center-text {
  text-align: center;
}
.app-blendheader .center-text .h-pretitle,
.app-blendheader .center-text .h-title {
  display: none;
}
.app-blendheader .center-text .divider {
  margin: 15px auto 75px;
}
.app-blendheader .productrating {
  color: #ffc723;
  letter-spacing: 5px;
  font-size: 20px;
}
.app-blendheader .allratingslink {
  display: inline;
  color: white;
  letter-spacing: 0px;
  font-size: 14px;
  text-transform: uppercase;
}
.app-blendheader .numericrating {
  color: white;
  font-family: "FlamaCondensed-Medium";
  font-size: 32px;
  padding: 0 5px;
  vertical-align: sub;
}
.app-blendheader .nrreviewslink {
  color: white;
  padding: 0 10px 0 0;
}
.app-blendheader .reviewlink {
  color: white;
  padding: 0 0 0 10px;
}
.app-blendheader .btn-primary {
  float: left;
}
.app-blendheader .social-links {
  float: right;
  list-style: none;
  margin: 1.6em 0;
  padding: 0;
}
.app-blendheader .social-links li {
  float: right;
  padding: 0 0.5em;
}
.app-blendheader .social-links li .stButton {
  margin: 0;
}
@media (max-width: 768px) {
  .app-blendheader .social-links li {
    float: none;
  }
}
.app-blendheader .hero-image > div {
  display: inline-block;
  margin: auto;
  position: relative;
}
.app-blendheader .floorshadow:after {
  content: "";
  display: block;
  height: 8px;
  width: 12.5%;
  position: absolute;
  z-index: -2;
  margin: -7px 0 0 46%;
  -moz-transform: rotateX(45deg) scale(8, 0.75);
  -ms-transform: rotateX(45deg) scale(8, 0.75);
  -o-transform: rotateX(45deg) scale(8, 0.75);
  -webkit-transform: rotateX(45deg) scale(8, 0.75);
  transform: rotateX(45deg) scale(8, 0.75);
  /* Apply shadow & background */
  background: black;
  -moz-box-shadow: 0 0 1px black, 0 0 2px black, 0 0 3px black, 0 0 5px black, 0 0 5px black, 0 0 5px black, 0 0 7px black, 0 0 12px black;
  -o-box-shadow: 0 0 1px black, 0 0 2px black, 0 0 3px black, 0 0 5px black, 0 0 5px black, 0 0 5px black, 0 0 7px black, 0 0 12px black;
  -webkit-box-shadow: 0 0 1px black, 0 0 2px black, 0 0 3px black, 0 0 5px black, 0 0 5px black, 0 0 5px black, 0 0 7px black, 0 0 12px black;
  -ms-box-shadow: 0 0 1px black, 0 0 2px black, 0 0 3px black, 0 0 5px black, 0 0 5px black, 0 0 5px black, 0 0 7px black, 0 0 12px black;
  box-shadow: 0 0 1px black, 0 0 2px black, 0 0 3px black, 0 0 5px black, 0 0 5px black, 0 0 5px black, 0 0 7px black, 0 0 12px black;
  /* Change opacity of entire element to tint shadow */
  -moz-opacity: 0.65;
  filter: alpha(opacity=65);
  opacity: 0.55;
}
.app-blendheader .hero-image img {
  align-self: center;
}
.app-blendheader .next-button,
.app-blendheader .prev-button {
  align-self: flex-end;
}
.app-blendheader .hero-image {
  margin: auto;
}
.app-blendheader .hero-image img {
  min-height: 428px;
  max-height: 428px;
}
.app-blendheader .prev-button,
.app-blendheader .next-button {
  position: relative;
}
.app-blendheader .prev-button > a,
.app-blendheader .next-button > a {
  bottom: 0;
  position: absolute;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.2em;
  font-size: 1.15em;
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: red;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.app-blendheader .prev-button > a:hover,
.app-blendheader .next-button > a:hover {
  color: #990000;
  text-decoration: underline;
}
.app-blendheader .prev-button > a {
  left: 0;
}
.app-blendheader .next-button {
  text-align: right;
}
.app-blendheader .next-button > a {
  right: 0;
}
.app-blendheader .intro-text {
  margin: 2.5em auto;
}
.app-blendheader .intro-text > div {
  display: flex;
}
.app-blendheader .intro-text > div .btn {
  margin: 0 auto 2.5em auto;
  justify-content: center;
}
.app-blendheader .intro-text .social-links {
  margin: 0;
}
.app-blendheader .product-information-wrapper {
  border: 3px solid #4800ff;
  border-radius: 5px;
}
.app-blendheader .product-information-wrapper:empty {
  display: none;
}
.app-blendheader .product-information {
  position: relative;
}
.app-blendheader .product-information .col-sm-6 {
  text-align: center;
}
.app-blendheader .product-information .col-sm-6 h4 {
  font-family: 'Oswald', sans-serif;
  color: #0094ff;
  font-size: 1.75em;
  letter-spacing: normal;
  font-style: italic;
  font-weight: 500;
  text-transform: none;
  padding: 1.5em 0 0.5em 0;
}
.app-blendheader .product-information .col-sm-6 p:last-child {
  padding: 0 0 1.5em 0;
}
.app-blendheader .product-information .col-sm-6:only-child {
  margin: auto;
}
.app-blendheader .nutritional-facts {
  margin-top: 2px;
}
.app-blendheader .nutritional-facts .col-xs-12 button {
  border: none;
  background-color: transparent;
  width: 100%;
  outline: none !important;
}
.app-blendheader .nutritional-facts .col-xs-12 h5 {
  max-width: 95%;
  border-top: 3px solid #4800ff;
  padding: 1.75em 0;
  text-align: center;
  margin: 0 auto;
  font-size: 1.15em;
  color: #4800ff;
  font-weight: 700;
  font-style: normal;
}
.app-blendheader .nutritional-facts .col-xs-12 p {
  max-width: 95%;
  margin: auto;
  padding: 0 2.5em 2.5em 2.5em;
  font-size: 1em;
  line-height: 2;
}
/*-- MOBILE --*/

@media (max-width: 768px) {
  .app-blendheader .center-text {
    padding-top: 2.5em;
  }
  .app-blendheader .center-text .h-title {
    font-size: 6vw !important;
  }
  .app-blendheader .hero-image img {
    max-height: 35vh;
    min-height: 35vh;
  }
  .app-blendheader .product-information .col-sm-4:nth-child(1) {
    border: 2px dotted #c9af5e;
    border-right: 2px dotted #c9af5e;
    border-bottom: none;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
  .app-blendheader .product-information .col-sm-4:nth-child(2) {
    border: 2px dotted #c9af5e;
    border-left: 2px dotted #c9af5e;
    border-bottom: none;
    margin-top: 2px;
    border-top: none;
    border-top-right-radius: 0;
  }
}
.app-carousel {
  visibility: hidden;
  padding-top: 0 !important;
}
.app-carousel[data-anchor="tipscarousel"] {
  min-height: 700px;
  height: 700px;
}
.app-carousel[data-anchor="tipscarousel"] .app-twohalves {
  height: inherit;
}
.app-carousel[data-anchor="tipscarousel"] .app-twohalves .container {
  margin: 0 !important;
  width: 100%;
  padding-right: 0px !important;
}
@media only screen and (max-width: 767px) {
  .app-carousel[data-anchor="verticalcarousel"] {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .bx-wrapper .bx-controls {
    margin-top: 50px;
  }
  .bx-wrapper .bx-controls .bx-controls-direction {
    display: none;
  }
  .bx-wrapper .bx-controls .bx-pager-item a {
    background: #dbb8b6;
    box-shadow: none;
  }
  .bx-wrapper .bx-controls .bx-pager-item a.active {
    background: #40211f;
    box-shadow: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    top: -3px;
    position: relative;
  }
}
@media only screen and (min-width: 992px) {
  .bx-wrapper .bx-controls .bx-controls-direction {
    display: none;
  }
  .bx-wrapper .bx-controls .bx-pager {
    position: relative;
    width: 100px;
    bottom: 450px;
    display: flex;
    flex-direction: column;
    margin-left: 180px;
  }
  .bx-wrapper .bx-controls .bx-pager .bx-pager-item {
    margin-bottom: 26px;
  }
  .bx-wrapper .bx-controls .bx-pager .bx-pager-item a {
    width: 8px;
    height: 8px;
    box-shadow: none;
    border-radius: 4px;
  }
  .bx-wrapper .bx-controls .bx-pager .bx-pager-item a.active {
    width: 24px !important;
    height: 24px !important;
    border-radius: 12px;
    border-bottom: none !important;
    margin-left: -3px !important;
  }
  .bx-wrapper .bx-controls .bx-pager .bx-pager-item:nth-of-type(1) a,
  .bx-wrapper .bx-controls .bx-pager .bx-pager-item:nth-of-type(2) a {
    background-color: #c05365 !important;
  }
  .bx-wrapper .bx-controls .bx-pager .bx-pager-item:nth-of-type(3) a,
  .bx-wrapper .bx-controls .bx-pager .bx-pager-item:nth-of-type(4) a {
    background-color: #88a9b7 !important;
  }
  .bx-wrapper .bx-controls .bx-pager .bx-pager-item:nth-of-type(5) a,
  .bx-wrapper .bx-controls .bx-pager .bx-pager-item:nth-of-type(6) a {
    background-color: #6b944c !important;
  }
  .bx-wrapper .bx-controls .bx-pager .bx-pager-item:nth-of-type(7) a,
  .bx-wrapper .bx-controls .bx-pager .bx-pager-item:nth-of-type(8) a {
    background-color: #7b202d !important;
  }
}
.app-collapsible {
  margin-bottom: 80px;
}
.app-collapsible button {
  all: unset;
  padding: 0 8px;
  font-family: "DINNextLTPro-Bold" !important;
}
.app-collapsible button span {
  border-bottom: 2px solid;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .app-collapsible button {
    background: transparent !important;
    border: none;
  }
}
.app-collapsible p {
  font-family: "DINNextLTPro-Regular" !important;
  text-transform: none !important;
}
@media only screen and (max-width: 767px) {
  .app-collapsible p {
    padding: 0 8px !important;
    font-size: 16px !important;
    line-height: 28px !important;
    max-width: 315px;
  }
}
@media only screen and (min-width: 992px) {
  .app-collapsible {
    margin-left: -8px;
    margin-top: 30px;
  }
  .app-collapsible button:hover {
    cursor: pointer;
  }
  .app-collapsible p {
    margin-left: -8px;
    margin-top: 30px;
  }
}
.app-collapsible[data-anchor="readmorecenter"] {
  margin-top: 30px;
  text-align: center;
}
.app-contact-us {
  margin-bottom: 200px !important;
}
@media only screen and (min-width: 992px) {
  .app-contact-us {
    background-repeat: no-repeat;
  }
}
@media only screen and (max-width: 767px) {
  .app-contact-us {
    background-image: url('/siteassets/FAQ/bg-contact-us-mobile.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
}
.app-contact-us p:first-of-type {
  display: block;
  font-family: "DINNextLTPro-Regular" !important;
  position: relative;
  top: -120px;
}
.app-contact-us p:first-of-type a {
  font-family: "DINNextLTPro-Bold";
}
@media only screen and (max-width: 767px) {
  .app-contact-us p:first-of-type {
    top: -50px;
  }
}
.app-contact-us h6:first-of-type {
  display: none;
}
.app-contact-us form {
  background-color: transparent !important;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .app-contact-us form div.checkbox {
    position: relative;
    top: 0;
  }
}
.app-contact-us form div.checkbox input[type='checkbox'] {
  margin-left: 0px;
}
.app-contact-us form .form-group .form-control {
  border-color: rgba(0, 0, 0, 0.200000002980232) !important;
  height: 60px;
  background-color: transparent !important;
  transition: none !important;
}
.app-contact-us form .form-group {
  margin-bottom: 20px;
}
.app-contact-us form .form-control:focus {
  outline: none !important;
  outline-width: 0 !important;
  border-color: #428bca !important;
  overflow: auto;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  resize: none;
}
@media only screen and (min-width: 992px) {
  .app-contact-us form .btn-primary {
    position: relative;
    top: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .app-contact-us form .btn-primary {
    position: relative;
    top: 200px;
  }
}
.app-contact-us form #Comment {
  height: 300px;
}
.app-contact-us form label[for="ReadPrivacy"] {
  margin-top: -27px;
}
@media only screen and (min-width: 992px) {
  .app-contact-us form label[for="ReadPrivacy"] {
    margin-left: 10px;
  }
}
.app-contact-us form #ReadPrivacy {
  margin: 0 !important;
  width: 13px;
  height: 13px;
  top: 7px;
}
@media only screen and (max-width: 767px) {
  .app-contact-us form #ReadPrivacy {
    width: unset;
    height: unset;
    top: 7px;
  }
}
.app-contact-us form ::placeholder,
.app-contact-us form label,
.app-contact-us form option,
.app-contact-us form select {
  color: #40211f !important;
  font-family: "DINNextLTPro-Regular" !important;
  font-size: 16px;
  line-height: 27px;
}
.app-contact-us form select {
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  background-image: url(/siteassets/faq/arrow-down.png);
  background-repeat: no-repeat;
  background-position: 96%;
  background-size: auto;
}
.app-contact-us form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #40211f !important;
  font-family: "DINNextLTPro-Regular" !important;
  font-size: 16px;
  line-height: 27px;
}
.app-contact-us form ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #40211f !important;
  font-family: "DINNextLTPro-Regular" !important;
  font-size: 16px;
  line-height: 27px;
}
.app-contact-us form tbody {
  width: 60% !important;
}
.app-contact-us form tr td:nth-child(1) {
  width: 20% !important;
  vertical-align: top;
}
.app-contact-us form tr td:nth-child(2) {
  width: 20% !important;
}
.app-contact-us form .center {
  padding-top: 50px !important;
}
.app-contact-us form .nobreak {
  white-space: nowrap;
}
.app-contact-us form h5 {
  margin-bottom: 0px;
}
.app-contact-us form .psmall {
  font-size: smaller;
  font-weight: 400;
}
.app-contact-us form .text-danger {
  color: red;
}
@media only screen and (min-width: 768px) {
  .app-contact-us form table {
    width: 70% !important;
  }
  .app-contact-us form form .col-sm-10 {
    width: 79%;
  }
  .app-contact-us form form .col-sm-6 {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .app-contact-us form section div.container:nth-child(3) div {
    text-align: center !important;
  }
  .app-contact-us form table {
    width: 0% !important;
  }
  .app-contact-us form tr td:nth-child(1) {
    width: 10% !important;
  }
  .app-contact-us form p,
  .app-contact-us form form label {
    font-weight: 100;
    line-height: 25px;
  }
}
.app-contact-us select,
.app-contact-us input.form-control,
.app-contact-us textarea {
  background-color: white !important;
  color: #40211f !important;
}
.app-faq .invisible {
  display: none;
}
.app-faq h4.panel-title {
  text-align: center;
}
.app-faq h4.panel-title a {
  position: relative;
  display: block;
}
.app-faq h4.panel-title p {
  margin-top: 6px;
}
.app-faq h4.panel-title img {
  width: auto;
  height: 41px;
  position: absolute;
  right: 0;
  top: -12px;
}
.app-faq .panel-body {
  text-align: center;
}
.app-faq {
  margin-bottom: 3.31%;
}
.app-faq .panel-default {
  border: none;
  border-bottom: 1px solid rgba(64, 33, 30, 0.200000002980232);
  margin-bottom: 30px;
  box-shadow: none !important;
}
.app-faq .panel-default .panel-heading {
  color: #40211f;
  border: none;
  background-color: white;
  padding-left: 0;
}
.app-faq .panel-default .panel-heading .panel-title {
  font-family: "DINNextLTPro-Regular";
  font-size: 18px;
  line-height: 27px;
}
@media only screen and (max-width: 767px) {
  .app-faq .panel-default .panel-heading .panel-title {
    font-size: 16px !important;
    line-height: 19px !important;
  }
}
.app-faq .panel-default .panel-heading .panel-title a {
  text-decoration: none !important;
}
.app-faq .panel-default .panel-heading .panel-title a:hover {
  text-decoration: none !important;
}
.app-faq .panel-default .panel-heading .panel-title img {
  width: 11.31px !important;
  height: 6.47px !important;
  top: 18px;
}
@media only screen and (max-width: 767px) {
  .app-faq .panel-default .panel-heading .panel-title img {
    top: 5px;
  }
}
.app-faq .panel-default .panel-body {
  padding-left: 0;
}
.app-faq .panel-default .panel-body hr {
  display: none;
}
.app-footer {
  padding-top: 0;
  padding-bottom: 1.875em;
  background-color: transparent;
  color: white;
}
@media only screen and (min-width: 992px) {
  .app-footer {
    height: 700px;
  }
  .app-footer .container {
    margin-top: 80px;
  }
  .app-footer .row:before {
    background-image: url('/Content/img/footer-desktop.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 150%;
    left: 0px;
    height: 700px;
    width: 100%;
    position: absolute;
    z-index: -1;
  }
  .app-footer .divider img {
    top: 380px !important;
    width: 132px;
  }
  .app-footer .links {
    width: 170px;
    margin-top: 330px !important;
  }
  .app-footer .links li {
    padding: 0px !important;
    margin-bottom: 0 !important;
  }
  .app-footer .links li a {
    line-height: 40px;
    font-size: 16px !important;
  }
  .app-footer .footer-rte {
    text-align: right;
    right: -190px;
    margin-top: -50px;
  }
}
@media only screen and (max-width: 767px) {
  .app-footer {
    background-image: linear-gradient(transparent, #1a2b40, #1f3046, #0d1622, #0b131e);
  }
  .app-footer .row:before {
    background-image: url('/Content/img/footer-landscape-mobile.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 170px;
    width: 100%;
    position: relative;
    z-index: -1;
  }
  .app-footer .links li a {
    letter-spacing: 2px !important;
  }
}
.app-footer .container-fluid {
  padding: 1.25em;
}
.app-footer .app-social-links {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.app-footer .breadcrumb {
  display: none;
  background-color: rgba(13, 13, 13, 0);
  border: 1px solid rgba(13, 13, 13, 0);
  border-radius: 5px;
}
.app-footer .breadcrumb li a {
  color: DarkSlateGray;
}
.app-footer .divider {
  position: relative;
  text-align: center;
  margin-bottom: 10px;
}
.app-footer .divider:after {
  display: none;
  margin-top: -1px;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  background-color: DarkSlateGray;
  content: "";
}
.app-footer .divider img {
  padding: 0 30px;
  background: transparent;
  position: relative;
  display: inline-block;
  z-index: 1;
  box-sizing: content-box;
  float: right;
  top: 410px !important;
}
@media only screen and (max-width: 767px) {
  .app-footer .divider img {
    top: 65px !important;
  }
}
.app-footer .links {
  font-family: "DINNextLTPro-MediumCond";
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin-bottom: 10px;
  margin-top: 20px;
}
.app-footer .links li {
  text-align: left;
  display: block;
  margin-left: 20px;
  text-transform: uppercase;
  margin-bottom: 35px;
  /*font-weight: TBD*/

}
.app-footer .links li a {
  font-size: 20px;
  color: white;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  letter-spacing: 1.78px;
}
.app-footer .links li a:hover {
  color: white;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .app-footer .links li {
    float: left;
    margin-right: 0.5em;
    text-align: left;
    padding: 8px;
  }
}
.app-footer .links li:last-child {
  margin-right: 0;
}
.app-footer .dropdown-wrapper {
  text-align: center;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .app-footer .dropdown-wrapper {
    text-align: right;
  }
}
.app-footer .dropdown-wrapper .dropdown {
  display: inline-block;
}
.app-footer .dropdown-wrapper .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
}
.app-footer .countryselector {
  text-align: center;
  margin-bottom: 10px;
}
.app-footer .countryselector a {
  font-size: 20px;
}
@media (min-width: 992px) {
  .app-footer .countryselector {
    text-align: right;
    padding: 8px;
  }
}
.app-footer .footer-rte ul {
  list-style: none;
  padding-left: 20px;
}
.app-footer .footer-rte ul li {
  display: inline-block;
  margin-right: 20px;
}
.app-footer .footer-rte ul li a {
  font-family: "DINNextLTPro-Regular";
  font-size: 12px;
  color: white;
}
.app-footer .copyright-text {
  display: none;
  /*font-size: @app-footer-link-font-size;
        text-align: right;
        position: relative;*/

}
section .EPiServerForms .Form__MainBody {
  max-width: 670px;
  margin: 0 auto;
  text-align: center;
  text-align-last: left;
}
section .EPiServerForms input[type="number"] {
  -moz-appearance: textfield;
}
section .EPiServerForms input[type="number"]::-webkit-outer-spin-button,
section .EPiServerForms input[type="number"] input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
section .EPiServerForms .Form__Element {
  max-width: 100%;
  margin: 0;
}
section .EPiServerForms .Form__Element:last-of-type {
  margin-bottom: 20px;
}
section .EPiServerForms .Form__Element .Form__Element__Caption {
  display: none;
}
section .EPiServerForms .Form__Element .FormTextbox {
  float: left;
  padding: 15px;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  section .EPiServerForms .Form__Element .FormTextbox {
    /*margin: 0px auto 10px auto;*/
    width: 100%;
    padding: 15px 0 15px;
  }
}
section .EPiServerForms .Form__Element .FormTextbox__Input {
  width: 100%;
  padding: 20px 60px 20px 20px;
  -moz-box-sizing: border-box;
  border: 1px solid rgba(90, 11, 5, 0.2);
  background-color: transparent;
}
@media screen and (device-aspect-ratio: 40/71) {
  section .EPiServerForms .Form__Element .FormTextbox__Input {
    padding: 20px;
  }
}
@media screen and (max-width: 655px) {
  section .EPiServerForms .Form__Element .FormTextbox__Input {
    width: 1000px;
    max-width: 100%;
  }
}
section .EPiServerForms .Form__Element ::placeholder {
  color: #40211f;
}
section .EPiServerForms .Form__Element button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 8px 16px;
  font-size: 16px;
  line-height: 2;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  margin: 1.6em 0;
  text-transform: uppercase;
  white-space: initial;
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 20px 75px;
  color: white;
  background-color: #40211f;
  border-color: transparent;
  width: 250px;
  height: 80px;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "DINNextLTPro-MediumCond";
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 24px;
  margin: 20px auto 0px auto;
  clear: both;
}
section .EPiServerForms .Form__Element button:focus,
section .EPiServerForms .Form__Element button:active:focus,
section .EPiServerForms .Form__Element button.active:focus,
section .EPiServerForms .Form__Element button.focus,
section .EPiServerForms .Form__Element button:active.focus,
section .EPiServerForms .Form__Element button.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
section .EPiServerForms .Form__Element button:hover,
section .EPiServerForms .Form__Element button:focus,
section .EPiServerForms .Form__Element button.focus {
  color: #333333;
  text-decoration: none;
}
section .EPiServerForms .Form__Element button:active,
section .EPiServerForms .Form__Element button.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);
}
section .EPiServerForms .Form__Element button.disabled,
section .EPiServerForms .Form__Element button[disabled],
fieldset[disabled] section .EPiServerForms .Form__Element button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
section .EPiServerForms .Form__Element button:focus,
section .EPiServerForms .Form__Element button.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
section .EPiServerForms .Form__Element button.btn-primary:hover,
section .EPiServerForms .Form__Element button.btn-primary:focus,
section .EPiServerForms .Form__Element button.btn-primary.focus {
  color: null;
  background-color: #40211f;
  border-color: transparent;
}
section .EPiServerForms .Form__Element button.btn-secondary {
  color: #40211f;
  background-color: transparent;
  border-color: #40211f;
}
section .EPiServerForms .Form__Element button.btn-secondary:hover,
section .EPiServerForms .Form__Element button.btn-secondary:focus,
section .EPiServerForms .Form__Element button.btn-secondary.focus {
  color: #40211f;
  background-color: transparent;
  border-color: #40211f;
}
section .EPiServerForms .Form__Element button.btn-tertiary {
  color: #40211f;
  background-color: transparent;
  border-color: rgba(64, 33, 31, 0.5);
}
section .EPiServerForms .Form__Element button.btn-tertiary:hover,
section .EPiServerForms .Form__Element button.btn-tertiary:focus,
section .EPiServerForms .Form__Element button.btn-tertiary.focus {
  color: #40211f;
  background-color: transparent;
  border-color: #40211f;
}
section .EPiServerForms .Form__Element button.btn-primary {
  width: 250px;
  height: 80px;
  max-width: 100%;
  background-color: #40211f;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "DINNextLTPro-MediumCond";
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 24px;
}
@media only screen and (max-width: 767px) {
  section .EPiServerForms .Form__Element button.btn-primary {
    height: 70px !important;
    width: 315px !important;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 320px) {
  section .EPiServerForms .Form__Element button.btn-primary {
    width: 285px !important;
  }
}
@media only screen and (min-width: 992px) {
  section .EPiServerForms .Form__Element button.btn-primary {
    width: 315px;
    height: 72.77px;
  }
}
section .EPiServerForms .Form__Element button.btn-primary:hover,
section .EPiServerForms .Form__Element button.btn-primary:focus,
section .EPiServerForms .Form__Element button.btn-primary.focus {
  color: null;
  background-color: #40211f;
  border-color: transparent;
}
section .EPiServerForms .Form__Element button.btn-secondary {
  color: #40211f;
  background-image: url(/Content/img/secondary-btn.svg);
  text-align: left;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 315px;
  max-width: 100%;
  height: 80px;
  border: 0;
  background-color: transparent;
  padding: 25px 75px 20px 35px;
  display: flex;
  align-items: center;
  margin: 0 auto;
  font-family: "DINNextLTPro-Regular";
  font-size: 14px;
  line-height: 17px;
  text-transform: none;
}
section .EPiServerForms .Form__Element button.btn-secondary:hover,
section .EPiServerForms .Form__Element button.btn-secondary:focus,
section .EPiServerForms .Form__Element button.btn-secondary.focus {
  color: #40211f;
  background-color: transparent;
}
section .EPiServerForms .Form__Element button.btn-tertiary {
  color: #40211f;
  background-image: url(/Content/img/secondary-btn-ok.png);
  text-align: left;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 315px;
  max-width: 100%;
  height: 80px;
  border: 0;
  background-color: transparent;
  padding: 25px 75px 20px 35px;
  display: flex;
  align-items: center;
  margin: 0 auto;
  font-family: "DINNextLTPro-Regular";
  font-size: 14px;
  line-height: 17px;
  text-transform: none;
}
section .EPiServerForms .Form__Element button.btn-tertiary:hover,
section .EPiServerForms .Form__Element button.btn-tertiary:focus,
section .EPiServerForms .Form__Element button.btn-tertiary.focus {
  color: #40211f;
  background-color: transparent;
  border-color: #40211f;
}
section .EPiServerForms .Form__Element button.btn-quaternary {
  color: #40211f;
  background-image: url(/Content/img/explore-arrow.svg);
  text-align: left;
  background-repeat: no-repeat;
  background-size: 8%;
  background-position: 25% 50%;
  width: 315px;
  max-width: 80%;
  height: 80px;
  border: 0;
  background-color: transparent;
  padding: 25px 75px 20px 35px;
  display: flex;
  align-items: center;
  margin: 0 auto;
  font-family: "DINNextLTPro-BoldCondensed";
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
section .EPiServerForms .Form__Element button.btn-quaternary:active {
  box-shadow: none;
  -webkit-box-shadow: none;
}
section .EPiServerForms .Form__Element button:hover,
section .EPiServerForms .Form__Element button:focus,
section .EPiServerForms .Form__Element button.focus,
section .EPiServerForms .Form__Element button:active,
section .EPiServerForms .Form__Element button.active,
.open > .dropdown-togglesection .EPiServerForms .Form__Element button {
  color: white;
  background-color: #1e0f0e;
  border-color: transparent;
}
section .EPiServerForms .Form__Element button:active,
section .EPiServerForms .Form__Element button.active,
.open > .dropdown-togglesection .EPiServerForms .Form__Element button {
  background-image: none;
}
section .EPiServerForms .Form__Element button.disabled,
section .EPiServerForms .Form__Element button[disabled],
fieldset[disabled] section .EPiServerForms .Form__Element button,
section .EPiServerForms .Form__Element button.disabled:hover,
section .EPiServerForms .Form__Element button[disabled]:hover,
fieldset[disabled] section .EPiServerForms .Form__Element button:hover,
section .EPiServerForms .Form__Element button.disabled:focus,
section .EPiServerForms .Form__Element button[disabled]:focus,
fieldset[disabled] section .EPiServerForms .Form__Element button:focus,
section .EPiServerForms .Form__Element button.disabled.focus,
section .EPiServerForms .Form__Element button[disabled].focus,
fieldset[disabled] section .EPiServerForms .Form__Element button.focus,
section .EPiServerForms .Form__Element button.disabled:active,
section .EPiServerForms .Form__Element button[disabled]:active,
fieldset[disabled] section .EPiServerForms .Form__Element button:active,
section .EPiServerForms .Form__Element button.disabled.active,
section .EPiServerForms .Form__Element button[disabled].active,
fieldset[disabled] section .EPiServerForms .Form__Element button.active {
  background-color: #40211f;
  border-color: transparent;
}
section .EPiServerForms .Form__Element button .badge {
  color: #40211f;
  background-color: white;
}
section .EPiServerForms .Form__Element button:hover,
section .EPiServerForms .Form__Element button:focus,
section .EPiServerForms .Form__Element button.focus {
  color: null;
  background-color: #40211f;
  border-color: transparent;
}
@media only screen and (max-width: 767px) {
  section .EPiServerForms .Form__Element button {
    height: 70px !important;
    width: 315px !important;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 320px) {
  section .EPiServerForms .Form__Element button {
    width: 285px !important;
  }
}
@media only screen and (min-width: 992px) {
  section .EPiServerForms .Form__Element button {
    width: 315px;
    height: 72.77px;
  }
}
section .EPiServerForms .Form__Element button:hover,
section .EPiServerForms .Form__Element button:focus,
section .EPiServerForms .Form__Element button.focus {
  color: null;
  background-color: #40211f;
  border-color: transparent;
}
@media only screen and (max-width: 767px) {
  section .EPiServerForms .Form__Element button {
    margin-top: 20px;
  }
}
section .EPiServerForms .NewsletterFormElement {
  display: inline-block;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  section .EPiServerForms .NewsletterFormElement {
    margin: auto;
  }
}
section .EPiServerForms .FormSelection {
  float: left;
  padding: 15px;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  section .EPiServerForms .FormSelection {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
section .EPiServerForms .FormSelection select {
  width: 100%;
  padding: 20px 60px 20px 20px;
  -moz-box-sizing: border-box;
  border: 1px solid rgba(90, 11, 5, 0.2);
  background-color: transparent;
}
@media only screen and (min-width: 992px) {
  [data-anchor="freesamplecontainer"] {
    background-size: 100% 100% !important;
    background-position-y: 130px;
    height: 1750px;
  }
  [data-anchor="freesamplecontainer"] label p:first-of-type {
    margin-top: -25px;
    margin-left: 20px;
    text-align: left;
  }
  [data-anchor="freesamplecontainer"] label p:nth-of-type(2) {
    margin-left: 20px;
  }
  [data-anchor="freesamplecontainer"] .NewsletterFormElement input[type="checkbox"] {
    display: block;
    position: relative;
    top: -6px;
  }
  [data-anchor="freesamplecontainer"] .Form__Element__ValidationError {
    position: absolute;
  }
}
@media only screen and (max-width: 767px) {
  [data-anchor="freesamplecontainer"] label p {
    text-align: left;
  }
  [data-anchor="freesamplecontainer"] label p:first-of-type {
    margin-top: -25px;
    margin-left: 20px;
    display: inline;
  }
  [data-anchor="freesamplecontainer"] button {
    position: relative;
    top: 50px;
  }
  [data-anchor="freesamplecontainer"] .Form__Element:last-of-type {
    text-align: left;
  }
}
[data-anchor="freesamplecontainer"] select {
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  background-image: url(/siteassets/faq/arrow-down.png);
  background-repeat: no-repeat;
  background-position: 96%;
  background-size: auto;
  padding-bottom: 15px !important;
}
[data-anchor="freesamplecontainer"] select::-ms-expand {
  display: none;
}
[data-anchor="freesamplecontainer"] input[type=number]::-webkit-inner-spin-button,
[data-anchor="freesamplecontainer"] input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
@media only screen and (min-width: 992px) {
  [data-anchor^="newsletteronecol"] {
    background-size: 100% 100% !important;
    margin-bottom: 180px;
  }
  [data-anchor^="newsletteronecol"] form .FormTextbox {
    width: 400px !important;
    margin: auto;
    float: none !important;
  }
  [data-anchor^="newsletteronecol"] form .NewsletterFormElement {
    margin-left: 165px !important;
    margin-top: 160px !important;
    position: absolute;
    display: block !important;
  }
  [data-anchor^="newsletteronecol"] form .Form__Element:last-of-type p {
    margin-top: -22px;
    margin-left: 30px;
  }
  [data-anchor^="newsletteronecol"] form button {
    position: absolute;
    margin-left: 160px !important;
    margin-top: 200px !important;
  }
}
@media only screen and (max-width: 767px) {
  [data-anchor^="newsletteronecol"] {
    margin-bottom: 160px;
  }
  [data-anchor^="newsletteronecol"] .NewsletterFormElement label {
    font-size: 12px;
    margin-top: 110px;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 240px;
  }
  [data-anchor^="newsletteronecol"] .NewsletterFormElement label p {
    margin-top: -26px;
    margin-left: 20px;
  }
  [data-anchor^="newsletteronecol"] .NewsletterFormElement strong {
    font-size: 12px;
  }
  [data-anchor^="newsletteronecol"] button {
    margin-top: 480px !important;
    top: 200px;
    width: 365px !important;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.ease-out,
.btn,
section .EPiServerForms .Form__Element button,
.info-column[data-anchor="freesamplebtn"] span h3 a {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
h1 {
  text-transform: uppercase;
  font-weight: null;
}
h2 {
  font-family: "ConduitITCStd-Bold", serif;
  text-transform: uppercase;
  font-weight: normal;
  font-style: normal;
  color: #40211f;
}
@media (max-width: 768px) {
  h1 {
    font-size: 1.8em;
  }
}
.btn {
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 1.6em 0;
  border-radius: 0px;
  text-transform: uppercase;
  white-space: initial;
  padding: 20px 75px;
  white-space: nowrap;
}
.btn.btn-primary {
  width: 250px;
  height: 80px;
  max-width: 100%;
  background-color: #40211f;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "DINNextLTPro-MediumCond";
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 24px;
}
@media only screen and (max-width: 767px) {
  .btn.btn-primary {
    height: 70px !important;
    width: 315px !important;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 320px) {
  .btn.btn-primary {
    width: 285px !important;
  }
}
@media only screen and (min-width: 992px) {
  .btn.btn-primary {
    width: 315px;
    height: 72.77px;
  }
}
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary.focus {
  color: null;
  background-color: #40211f;
  border-color: transparent;
}
.btn.btn-secondary {
  color: #40211f;
  background-image: url(/Content/img/secondary-btn.svg);
  text-align: left;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 315px;
  max-width: 100%;
  height: 80px;
  border: 0;
  background-color: transparent;
  padding: 25px 75px 20px 35px;
  display: flex;
  align-items: center;
  margin: 0 auto;
  font-family: "DINNextLTPro-Regular";
  font-size: 14px;
  line-height: 17px;
  text-transform: none;
}
.btn.btn-secondary:hover,
.btn.btn-secondary:focus,
.btn.btn-secondary.focus {
  color: #40211f;
  background-color: transparent;
}
.btn.btn-tertiary {
  color: #40211f;
  background-image: url(/Content/img/secondary-btn-ok.png);
  text-align: left;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 315px;
  max-width: 100%;
  height: 80px;
  border: 0;
  background-color: transparent;
  padding: 25px 75px 20px 35px;
  display: flex;
  align-items: center;
  margin: 0 auto;
  font-family: "DINNextLTPro-Regular";
  font-size: 14px;
  line-height: 17px;
  text-transform: none;
}
.btn.btn-tertiary:hover,
.btn.btn-tertiary:focus,
.btn.btn-tertiary.focus {
  color: #40211f;
  background-color: transparent;
  border-color: #40211f;
}
.btn.btn-quaternary {
  color: #40211f;
  background-image: url(/Content/img/explore-arrow.svg);
  text-align: left;
  background-repeat: no-repeat;
  background-size: 8%;
  background-position: 25% 50%;
  width: 315px;
  max-width: 80%;
  height: 80px;
  border: 0;
  background-color: transparent;
  padding: 25px 75px 20px 35px;
  display: flex;
  align-items: center;
  margin: 0 auto;
  font-family: "DINNextLTPro-BoldCondensed";
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.btn.btn-quaternary:active {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.bg-img,
.app-blendheader,
.app-producttype-title,
.app-producttype-selector,
.app-producttype .range .rangeheader,
.app-rangepage-titlebar,
.app-tile-selector,
.app-tile .tile-isotope .tile .tile-container,
.app-five-columns,
.app-four-column,
.app-full-image,
.app-full-image div[class*="container"] .row .full-image-container .right > .backgroundimage,
.app-full-image div[class*="container"] .row .full-image-container .center > .backgroundimage,
.app-full-image div[class*="container"] .row .full-image-container .left > .backgroundimage,
.app-full-image div[class*="container"] .full-image-container .right > .backgroundimage,
.app-full-image div[class*="container"] .full-image-container .center > .backgroundimage,
.app-full-image div[class*="container"] .full-image-container .left > .backgroundimage,
.app-full-image-extended,
.app-full-image-extended .container-fluid .row .container .right > .backgroundimage,
.app-full-image-extended .container-fluid .row .container .center > .backgroundimage,
.app-full-image-extended .container-fluid .row .container .left > .backgroundimage,
.app-imagegrid,
.app-imagegrid .container-fluid .row .container .right > .backgroundimage,
.app-imagegrid .container-fluid .row .container .center > .backgroundimage,
.app-imagegrid .container-fluid .row .container .left > .backgroundimage,
.app-three-column .container .info-column,
.app-one-column,
.app-ProductCarousel,
.app-three-column,
.app-video,
.app-video div[class*="container"] .row .video-container .center > .backgroundimage,
.app-video-column {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bg-img-bottom,
.app-title-bar {
  background-position: bottom;
  background-repeat: no-repeat;
}
.bg-img-top,
.app-twohalves {
  background-position: top;
  background-repeat: no-repeat;
}
p {
  font-weight: 400;
  font-style: normal;
}
p a {
  color: inherit;
  text-decoration: underline;
}
form {
  padding: 30px;
}
form label {
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
form .checkbox input {
  margin-top: 9.5px;
  margin-left: 0;
}
.form-group label {
  color: white;
}
.form-group .form-control {
  height: 40px;
  padding: 12px 12px;
  color: BurlyWood;
  border-color: Gold;
  background-color: FireBrick;
}
.form-group .form-control.input-validation-error {
  border-color: #a94442;
  -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);
}
.form-group .form-control:focus {
  border-color: OrangeRed;
  background-color: GoldenRod;
}
.form-group textarea.form-control {
  height: 100px;
}
.form-group.inverse label,
.inverse .form-group label {
  color: white;
}
.form-group.inverse .form-control,
.inverse .form-group .form-control {
  color: Teal;
  border-color: MediumVioletRed;
  background-color: PowderBlue;
}
.form-group.inverse .form-control:focus,
.inverse .form-group .form-control:focus {
  border-color: SeaGreen;
  background-color: RosyBrown;
}
.text-danger {
  font-size: 12px;
  line-height: 18px;
}
.modal {
  z-index: 99999;
}
.modal .modal-header {
  border: none;
}
.pagination li {
  cursor: pointer;
}
.dots {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 768px) {
  .equal-height {
    display: flex;
  }
}
.equal-height > div[class*='col-'] {
  display: flex;
  flex-direction: column;
}
.equal-height > div[class*='col-sm-8'] {
  display: flex;
  flex-direction: row;
}
body {
  font-family: "DINNextLTPro-Regular";
  font-size: 16px;
  line-height: 24px;
  color: #40211f;
  background-size: contain;
}
.brew-icon:before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 35px;
  position: relative;
  background-repeat: no-repeat;
  vertical-align: top;
  margin-right: 25px;
}
.kiwi:before {
  content: '';
  background-image: url('/Content/img/kiwi.svg');
  width: 55px;
  height: 55px;
  display: block;
  background-repeat: no-repeat;
  margin: 0 auto;
  margin-bottom: 20px;
}
.kiwianimation:before {
  content: '';
  background-image: url('/Content/img/jde_small_container_quote_v002.gif');
  width: 75px;
  height: 75px;
  background-size: contain;
  display: block;
  background-repeat: no-repeat;
  margin: 0 auto;
  margin-bottom: 20px;
}
@-webkit-keyframes slide-in-left {
  0% {
    opacity: 0;
    right: 15vw;
    top: 5vh;
  }
  100% {
    opacity: 1;
    right: 20vw;
    top: 10vw;
  }
}
@-moz-keyframes slide-in-left {
  0% {
    opacity: 0;
    right: 15vw;
    top: 5vh;
  }
  100% {
    opacity: 1;
    right: 20vw;
    top: 10vw;
  }
}
@-o-keyframes slide-in-left {
  0% {
    opacity: 0;
    right: 15vw;
    top: 5vh;
  }
  100% {
    opacity: 1;
    right: 20vw;
    top: 10vw;
  }
}
@keyframes slide-in-left {
  0% {
    opacity: 0;
    right: 15vw;
    top: 5vh;
  }
  100% {
    opacity: 1;
    right: 20vw;
    top: 10vw;
  }
}
@-webkit-keyframes slide-in-right {
  0% {
    right: 60vw;
    top: 24vh;
    opacity: 0;
  }
  100% {
    right: 55vw;
    top: 27vh;
    opacity: 1;
  }
}
@-moz-keyframes slide-in-right {
  0% {
    right: 60vw;
    top: 24vh;
    opacity: 0;
  }
  100% {
    right: 55vw;
    top: 27vh;
    opacity: 1;
  }
}
@-o-keyframes slide-in-right {
  0% {
    right: 60vw;
    top: 24vh;
    opacity: 0;
  }
  100% {
    right: 55vw;
    top: 27vh;
    opacity: 1;
  }
}
@keyframes slide-in-right {
  0% {
    right: 60vw;
    top: 24vh;
    opacity: 0;
  }
  100% {
    right: 55vw;
    top: 27vh;
    opacity: 1;
  }
}
@-webkit-keyframes slide-in-right2 {
  0% {
    opacity: 0;
    right: 10vw;
    top: 50vh;
  }
  100% {
    opacity: 1;
    right: 15vw;
    top: 50vh;
  }
}
@-moz-keyframes slide-in-right2 {
  0% {
    opacity: 0;
    right: 10vw;
    top: 50vh;
  }
  100% {
    opacity: 1;
    right: 15vw;
    top: 50vh;
  }
}
@-o-keyframes slide-in-right2 {
  0% {
    opacity: 0;
    right: 10vw;
    top: 50vh;
  }
  100% {
    opacity: 1;
    right: 15vw;
    top: 50vh;
  }
}
@keyframes slide-in-right2 {
  0% {
    opacity: 0;
    right: 10vw;
    top: 50vh;
  }
  100% {
    opacity: 1;
    right: 15vw;
    top: 50vh;
  }
}
@-webkit-keyframes fade-into-center {
  0% {
    opacity: 0;
    top: 358px;
  }
  100% {
    opacity: 1;
    top: 258px;
  }
}
@-moz-keyframes fade-into-center {
  0% {
    opacity: 0;
    top: 358px;
  }
  100% {
    opacity: 1;
    top: 258px;
  }
}
@-o-keyframes fade-into-center {
  0% {
    opacity: 0;
    top: 358px;
  }
  100% {
    opacity: 1;
    top: 258px;
  }
}
@keyframes fade-into-center {
  0% {
    opacity: 0;
    top: 358px;
  }
  100% {
    opacity: 1;
    top: 258px;
  }
}
@media (max-width: 1456px) {
  @-webkit-keyframes slide-in-left {
    0% {
      opacity: 0;
      right: 15vw;
      top: 5vw;
    }
    100% {
      opacity: 1;
      right: 25vw;
      top: 6vw;
    }
  }
  @-moz-keyframes slide-in-left {
    0% {
      opacity: 0;
      right: 15vw;
      top: 5vw;
    }
    100% {
      opacity: 1;
      right: 25vw;
      top: 6vw;
    }
  }
  @-o-keyframes slide-in-left {
    0% {
      opacity: 0;
      right: 15vw;
      top: 5vw;
    }
    100% {
      opacity: 1;
      right: 25vw;
      top: 6vw;
    }
  }
  @keyframes slide-in-left {
    0% {
      opacity: 0;
      right: 15vw;
      top: 5vw;
    }
    100% {
      opacity: 1;
      right: 25vw;
      top: 6vw;
    }
  }
  @-webkit-keyframes slide-in-right {
    0% {
      right: 60vw;
      top: 24vh;
      opacity: 0;
    }
    100% {
      right: 55vw;
      top: 27vh;
      opacity: 1;
    }
  }
  @-moz-keyframes slide-in-right {
    0% {
      right: 60vw;
      top: 24vh;
      opacity: 0;
    }
    100% {
      right: 55vw;
      top: 27vh;
      opacity: 1;
    }
  }
  @-o-keyframes slide-in-right {
    0% {
      right: 60vw;
      top: 24vh;
      opacity: 0;
    }
    100% {
      right: 55vw;
      top: 27vh;
      opacity: 1;
    }
  }
  @keyframes slide-in-right {
    0% {
      right: 60vw;
      top: 24vh;
      opacity: 0;
    }
    100% {
      right: 55vw;
      top: 27vh;
      opacity: 1;
    }
  }
  @-webkit-keyframes slide-in-right2 {
    0% {
      top: 35vw;
      right: 8vw;
      opacity: 0;
    }
    100% {
      top: 30vw;
      right: 5vw;
      opacity: 1;
    }
  }
  @-moz-keyframes slide-in-right2 {
    0% {
      top: 35vw;
      right: 8vw;
      opacity: 0;
    }
    100% {
      top: 30vw;
      right: 5vw;
      opacity: 1;
    }
  }
  @-o-keyframes slide-in-right2 {
    0% {
      top: 35vw;
      right: 8vw;
      opacity: 0;
    }
    100% {
      top: 30vw;
      right: 5vw;
      opacity: 1;
    }
  }
  @keyframes slide-in-right2 {
    0% {
      top: 35vw;
      right: 8vw;
      opacity: 0;
    }
    100% {
      top: 30vw;
      right: 5vw;
      opacity: 1;
    }
  }
}
@media (max-width: 1306px) {
  @-webkit-keyframes slide-in-right2 {
    0% {
      top: 35vw;
      right: 0vw;
      opacity: 0;
    }
    100% {
      top: 30vw;
      right: 3vw;
      opacity: 1;
    }
  }
  @-moz-keyframes slide-in-right2 {
    0% {
      top: 35vw;
      right: 0vw;
      opacity: 0;
    }
    100% {
      top: 30vw;
      right: 3vw;
      opacity: 1;
    }
  }
  @-o-keyframes slide-in-right2 {
    0% {
      top: 35vw;
      right: 0vw;
      opacity: 0;
    }
    100% {
      top: 30vw;
      right: 3vw;
      opacity: 1;
    }
  }
  @keyframes slide-in-right2 {
    0% {
      top: 35vw;
      right: 0vw;
      opacity: 0;
    }
    100% {
      top: 30vw;
      right: 3vw;
      opacity: 1;
    }
  }
}
@media only screen and (max-width: 767px) {
  @-webkit-keyframes slide-in-right {
    0% {
      top: 40vh;
      left: 80vw;
      opacity: 0;
    }
    100% {
      top: 35vh;
      left: 75vw;
      opacity: 1;
    }
  }
  @-moz-keyframes slide-in-right {
    0% {
      top: 40vh;
      left: 80vw;
      opacity: 0;
    }
    100% {
      top: 35vh;
      left: 75vw;
      opacity: 1;
    }
  }
  @-o-keyframes slide-in-right {
    0% {
      top: 40vh;
      left: 80vw;
      opacity: 0;
    }
    100% {
      top: 35vh;
      left: 75vw;
      opacity: 1;
    }
  }
  @keyframes slide-in-right {
    0% {
      top: 40vh;
      left: 80vw;
      opacity: 0;
    }
    100% {
      top: 35vh;
      left: 75vw;
      opacity: 1;
    }
  }
  @-webkit-keyframes slide-in-left {
    0% {
      opacity: 0;
      left: -10vw;
      top: 25vh;
    }
    100% {
      opacity: 1;
      left: 2vw;
      top: 30vh;
    }
  }
  @-moz-keyframes slide-in-left {
    0% {
      opacity: 0;
      left: -10vw;
      top: 25vh;
    }
    100% {
      opacity: 1;
      left: 2vw;
      top: 30vh;
    }
  }
  @-o-keyframes slide-in-left {
    0% {
      opacity: 0;
      left: -10vw;
      top: 25vh;
    }
    100% {
      opacity: 1;
      left: 2vw;
      top: 30vh;
    }
  }
  @keyframes slide-in-left {
    0% {
      opacity: 0;
      left: -10vw;
      top: 25vh;
    }
    100% {
      opacity: 1;
      left: 2vw;
      top: 30vh;
    }
  }
  @-webkit-keyframes slide-in-right2 {
    0% {
      left: 80vw;
      top: 5vh;
      opacity: 0;
    }
    100% {
      left: 75vw;
      top: 5vh;
      opacity: 1;
    }
  }
  @-moz-keyframes slide-in-right2 {
    0% {
      left: 80vw;
      top: 5vh;
      opacity: 0;
    }
    100% {
      left: 75vw;
      top: 5vh;
      opacity: 1;
    }
  }
  @-o-keyframes slide-in-right2 {
    0% {
      left: 80vw;
      top: 5vh;
      opacity: 0;
    }
    100% {
      left: 75vw;
      top: 5vh;
      opacity: 1;
    }
  }
  @keyframes slide-in-right2 {
    0% {
      left: 80vw;
      top: 5vh;
      opacity: 0;
    }
    100% {
      left: 75vw;
      top: 5vh;
      opacity: 1;
    }
  }
  @keyframes fade-into-center {
    0% {
      opacity: 0;
      bottom: calc(-620px);
    }
    100% {
      opacity: 1;
      bottom: -540px;
    }
  }
}
.fade-into-center .h-title,
.fade-into-center .h-pretitle {
  position: relative;
  -webkit-animation: fade-into-center 1s forwards;
  /* Safari 4+ */
  -moz-animation: fade-into-center 1s forwards;
  /* Fx 5+ */
  -o-animation: fade-into-center 1s forwards;
  /* Opera 12+ */
  animation: fade-into-center 1s forwards;
  /* IE 10+, Fx 29+ */

}
.slide-in-left p:first-of-type img {
  position: absolute;
  width: auto;
  -webkit-animation: slide-in-left 1s forwards;
  /* Safari 4+ */
  -moz-animation: slide-in-left 1s forwards;
  /* Fx 5+ */
  -o-animation: slide-in-left 1s forwards;
  /* Opera 12+ */
  animation: slide-in-left 1s forwards;
  /* IE 10+, Fx 29+ */

}
.slide-in-right p:nth-of-type(2) img {
  position: absolute;
  width: auto;
  height: auto;
  -webkit-animation: slide-in-right 1s forwards;
  /* Safari 4+ */
  -moz-animation: slide-in-right 1s forwards;
  /* Fx 5+ */
  -o-animation: slide-in-right 1s forwards;
  /* Opera 12+ */
  animation: slide-in-right 1s forwards;
  /* IE 10+, Fx 29+ */

}
.slide-in-right p:nth-of-type(3) img {
  position: absolute;
  width: auto;
  height: auto;
  -webkit-animation: slide-in-right2 1s forwards;
  /* Safari 4+ */
  -moz-animation: slide-in-right2 1s forwards;
  /* Fx 5+ */
  -o-animation: slide-in-right2 1s forwards;
  /* Opera 12+ */
  animation: slide-in-right2 1s forwards;
  /* IE 10+, Fx 29+ */

}
@font-face {
  font-family: 'fontawesome';
  src: url('../content/fonts/fontawesome.eot');
  src: url('../content/fonts/fontawesome.eot#iefix') format('embedded-opentype'), url('../content/fonts/fontawesome.woff2') format('woff2'), url('../content/fonts/fontawesome.woff') format('woff'), url('../content/fonts/fontawesome.ttf') format('truetype'), url('../content/fonts/fontawesome.svg#fontawesome') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */

/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */

/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontawesome';
    src: url('../font/fontawesome.svg?32965910#fontawesome') format('svg');
  }
}
*/

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontawesome";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */

  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */

}
.icon-star:before {
  display: inline;
  content: '\e802';
}
/* '' */

.icon-star-empty:before {
  display: inline;
  content: '\e803';
}
/* '' */

.icon-star-half-alt:before {
  display: inline;
  content: '\e804';
}
/* '' */

.icon-star-0:before {
  display: inline;
  content: '\e803 \e803 \e803 \e803 \e803';
}
.icon-star-0-half:before {
  display: inline;
  content: '\e804 \e803 \e803 \e803 \e803';
}
.icon-star-1:before {
  display: inline;
  content: '\e802 \e803 \e803 \e803 \e803';
}
.icon-star-1-half:before {
  display: inline;
  content: '\e802 \e804 \e803 \e803 \e803';
}
.icon-star-2:before {
  display: inline;
  content: '\e802 \e802 \e803 \e803 \e803';
}
.icon-star-2-half:before {
  display: inline;
  content: '\e802 \e802 \e804 \e803 \e803';
}
.icon-star-3:before {
  display: inline;
  content: '\e802 \e802 \e802 \e803 \e803';
}
.icon-star-3-half:before {
  display: inline;
  content: '\e802 \e802 \e802 \e804 \e803';
}
.icon-star-4:before {
  display: inline;
  content: '\e802 \e802 \e802 \e802 \e803';
}
.icon-star-4-half:before {
  display: inline;
  content: '\e802 \e802 \e802 \e802 \e804';
}
.icon-star-5:before {
  display: inline;
  content: '\e802 \e802 \e802 \e802 \e802';
}
body {
  background-repeat: no-repeat;
  background-position: top center;
  background-color: white;
}
@media only screen and (max-width: 767px) {
  body {
    background-size: contain;
  }
}
.pointer {
  cursor: pointer;
}
/*
    //
    //
    // 
     TODO:
     VERPLAATSEN NAAR RANGEPAGE
     
     Start: Recommended Isotope styles */

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  transition-duration: 0.6s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  transition-duration: 0s;
}
/* End: Recommended Isotope styles */

.h-title {
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  text-transform: uppercase !important;
  font-weight: null !important;
  font-size: 2.25em !important;
  font-style: normal;
  line-height: 1.2 !important;
  color: inherit;
  margin: 0 !important;
}
.h-pretitle {
  font-family: "ConduitITCStd-Bold", serif !important;
  text-transform: uppercase !important;
  font-weight: normal !important;
  font-style: normal !important;
  color: #40211f;
  line-height: 1.2 !important;
  font-size: 1.13em !important;
}
.h-subtitle {
  font-family: 'Oswald', sans-serif;
  text-transform: none;
  font-weight: normal;
  font-style: italic;
  color: #cfbfaf;
  line-height: 1.2;
  font-size: 1.7em;
}
/**
    5 column bootstrap
*/

.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs-5ths {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
.app-gallery .bx-wrapper {
  margin-bottom: 10px;
}
.app-gallery .bx-wrapper .bx-pager {
  margin-top: 0px;
}
@media (max-width: 767px) {
  
}
@media (min-width: 768px) {
  .app-gallery {
    width: 350px;
  }
}
@media (min-width: 992px) {
  .app-gallery {
    width: 440px;
  }
}
@media (min-width: 1200px) {
  .app-gallery {
    width: 530px;
  }
}
.parallax {
  padding: 0;
  margin: 0;
  width: 100%;
  position: relative;
  margin: 0 auto;
  background-size: cover !important;
  background-position: center;
  background-repeat: no-repeat;
  background-position: 50% 0px;
  background-repeat: repeat;
  background-attachment: fixed;
}
.f16 .flag {
  display: inline-block;
  height: 16px;
  width: 16px;
  vertical-align: text-top;
  line-height: 16px;
  background: url(/Content/img/flags16.png) no-repeat;
}
.f16 ._African_Union {
  background-position: 0 -16px;
}
.f16 ._Arab_League {
  background-position: 0 -32px;
}
.f16 ._ASEAN {
  background-position: 0 -48px;
}
.f16 ._CARICOM {
  background-position: 0 -64px;
}
.f16 ._CIS {
  background-position: 0 -80px;
}
.f16 ._Commonwealth {
  background-position: 0 -96px;
}
.f16 ._England {
  background-position: 0 -112px;
}
.f16 ._European_Union,
.f16 .eu {
  background-position: 0 -128px;
}
.f16 ._Islamic_Conference {
  background-position: 0 -144px;
}
.f16 ._Kosovo {
  background-position: 0 -160px;
}
.f16 ._NATO {
  background-position: 0 -176px;
}
.f16 ._Northern_Cyprus {
  background-position: 0 -192px;
}
.f16 ._Northern_Ireland {
  background-position: 0 -208px;
}
.f16 ._Olimpic_Movement {
  background-position: 0 -224px;
}
.f16 ._OPEC {
  background-position: 0 -240px;
}
.f16 ._Red_Cross {
  background-position: 0 -256px;
}
.f16 ._Scotland {
  background-position: 0 -272px;
}
.f16 ._Somaliland {
  background-position: 0 -288px;
}
.f16 ._Tibet {
  background-position: 0 -304px;
}
.f16 ._United_Nations {
  background-position: 0 -320px;
}
.f16 ._Wales {
  background-position: 0 -336px;
}
.f16 .ad {
  background-position: 0 -352px;
}
.f16 .ae {
  background-position: 0 -368px;
}
.f16 .af {
  background-position: 0 -384px;
}
.f16 .ag {
  background-position: 0 -400px;
}
.f16 .ai {
  background-position: 0 -416px;
}
.f16 .al {
  background-position: 0 -432px;
}
.f16 .am {
  background-position: 0 -448px;
}
.f16 .ao {
  background-position: 0 -464px;
}
.f16 .aq {
  background-position: 0 -480px;
}
.f16 .ar {
  background-position: 0 -496px;
}
.f16 .as {
  background-position: 0 -512px;
}
.f16 .at {
  background-position: 0 -528px;
}
.f16 .au {
  background-position: 0 -544px;
}
.f16 .aw {
  background-position: 0 -560px;
}
.f16 .ax {
  background-position: 0 -576px;
}
.f16 .az {
  background-position: 0 -592px;
}
.f16 .ba {
  background-position: 0 -608px;
}
.f16 .bb {
  background-position: 0 -624px;
}
.f16 .bd {
  background-position: 0 -640px;
}
.f16 .be {
  background-position: 0 -656px;
}
.f16 .bf {
  background-position: 0 -672px;
}
.f16 .bg {
  background-position: 0 -688px;
}
.f16 .bh {
  background-position: 0 -704px;
}
.f16 .bi {
  background-position: 0 -720px;
}
.f16 .bj {
  background-position: 0 -736px;
}
.f16 .bm {
  background-position: 0 -752px;
}
.f16 .bn {
  background-position: 0 -768px;
}
.f16 .bo {
  background-position: 0 -784px;
}
.f16 .br {
  background-position: 0 -800px;
}
.f16 .bs {
  background-position: 0 -816px;
}
.f16 .bt {
  background-position: 0 -832px;
}
.f16 .bw {
  background-position: 0 -848px;
}
.f16 .by {
  background-position: 0 -864px;
}
.f16 .bz {
  background-position: 0 -880px;
}
.f16 .ca {
  background-position: 0 -896px;
}
.f16 .cg {
  background-position: 0 -912px;
}
.f16 .cf {
  background-position: 0 -928px;
}
.f16 .cd {
  background-position: 0 -944px;
}
.f16 .ch {
  background-position: 0 -960px;
}
.f16 .ci {
  background-position: 0 -976px;
}
.f16 .ck {
  background-position: 0 -992px;
}
.f16 .cl {
  background-position: 0 -1008px;
}
.f16 .cm {
  background-position: 0 -1024px;
}
.f16 .cn {
  background-position: 0 -1040px;
}
.f16 .co {
  background-position: 0 -1056px;
}
.f16 .cr {
  background-position: 0 -1072px;
}
.f16 .cu {
  background-position: 0 -1088px;
}
.f16 .cv {
  background-position: 0 -1104px;
}
.f16 .cy {
  background-position: 0 -1120px;
}
.f16 .cz {
  background-position: 0 -1136px;
}
.f16 .de {
  background-position: 0 -1152px;
}
.f16 .dj {
  background-position: 0 -1168px;
}
.f16 .dk {
  background-position: 0 -1184px;
}
.f16 .dm {
  background-position: 0 -1200px;
}
.f16 .do {
  background-position: 0 -1216px;
}
.f16 .dz {
  background-position: 0 -1232px;
}
.f16 .ec {
  background-position: 0 -1248px;
}
.f16 .ee {
  background-position: 0 -1264px;
}
.f16 .eg {
  background-position: 0 -1280px;
}
.f16 .eh {
  background-position: 0 -1296px;
}
.f16 .er {
  background-position: 0 -1312px;
}
.f16 .es {
  background-position: 0 -1328px;
}
.f16 .et {
  background-position: 0 -1344px;
}
.f16 .fi {
  background-position: 0 -1360px;
}
.f16 .fj {
  background-position: 0 -1376px;
}
.f16 .fm {
  background-position: 0 -1392px;
}
.f16 .fo {
  background-position: 0 -1408px;
}
.f16 .fr {
  background-position: 0 -1424px;
}
.f16 .bl,
.f16 .cp,
.f16 .mf,
.f16 .yt {
  background-position: 0 -1424px;
}
.f16 .ga {
  background-position: 0 -1440px;
}
.f16 .gb,
.f16 .en {
  background-position: 0 -1456px;
}
.f16 .sh {
  background-position: 0 -1456px;
}
.f16 .gd {
  background-position: 0 -1472px;
}
.f16 .ge {
  background-position: 0 -1488px;
}
.f16 .gg {
  background-position: 0 -1504px;
}
.f16 .gh {
  background-position: 0 -1520px;
}
.f16 .gi {
  background-position: 0 -1536px;
}
.f16 .gl {
  background-position: 0 -1552px;
}
.f16 .gm {
  background-position: 0 -1568px;
}
.f16 .gn {
  background-position: 0 -1584px;
}
.f16 .gp {
  background-position: 0 -1600px;
}
.f16 .gq {
  background-position: 0 -1616px;
}
.f16 .gr {
  background-position: 0 -1632px;
}
.f16 .gt {
  background-position: 0 -1648px;
}
.f16 .gu {
  background-position: 0 -1664px;
}
.f16 .gw {
  background-position: 0 -1680px;
}
.f16 .gy {
  background-position: 0 -1696px;
}
.f16 .hk {
  background-position: 0 -1712px;
}
.f16 .hn {
  background-position: 0 -1728px;
}
.f16 .hr {
  background-position: 0 -1744px;
}
.f16 .ht {
  background-position: 0 -1760px;
}
.f16 .hu {
  background-position: 0 -1776px;
}
.f16 .id {
  background-position: 0 -1792px;
}
.f16 .mc {
  background-position: 0 -1792px;
}
.f16 .ie {
  background-position: 0 -1808px;
}
.f16 .il {
  background-position: 0 -1824px;
}
.f16 .im {
  background-position: 0 -1840px;
}
.f16 .in {
  background-position: 0 -1856px;
}
.f16 .iq {
  background-position: 0 -1872px;
}
.f16 .ir {
  background-position: 0 -1888px;
}
.f16 .is {
  background-position: 0 -1904px;
}
.f16 .it {
  background-position: 0 -1920px;
}
.f16 .je {
  background-position: 0 -1936px;
}
.f16 .jm {
  background-position: 0 -1952px;
}
.f16 .jo {
  background-position: 0 -1968px;
}
.f16 .jp {
  background-position: 0 -1984px;
}
.f16 .ke {
  background-position: 0 -2000px;
}
.f16 .kg {
  background-position: 0 -2016px;
}
.f16 .kh {
  background-position: 0 -2032px;
}
.f16 .ki {
  background-position: 0 -2048px;
}
.f16 .km {
  background-position: 0 -2064px;
}
.f16 .kn {
  background-position: 0 -2080px;
}
.f16 .kp {
  background-position: 0 -2096px;
}
.f16 .kr {
  background-position: 0 -2112px;
}
.f16 .kw {
  background-position: 0 -2128px;
}
.f16 .ky {
  background-position: 0 -2144px;
}
.f16 .kz {
  background-position: 0 -2160px;
}
.f16 .la {
  background-position: 0 -2176px;
}
.f16 .lb {
  background-position: 0 -2192px;
}
.f16 .lc {
  background-position: 0 -2208px;
}
.f16 .li {
  background-position: 0 -2224px;
}
.f16 .lk {
  background-position: 0 -2240px;
}
.f16 .lr {
  background-position: 0 -2256px;
}
.f16 .ls {
  background-position: 0 -2272px;
}
.f16 .lt {
  background-position: 0 -2288px;
}
.f16 .lu {
  background-position: 0 -2304px;
}
.f16 .lv {
  background-position: 0 -2320px;
}
.f16 .ly {
  background-position: 0 -2336px;
}
.f16 .ma {
  background-position: 0 -2352px;
}
.f16 .md {
  background-position: 0 -2368px;
}
.f16 .me {
  background-position: 0 -2384px;
}
.f16 .mg {
  background-position: 0 -2400px;
}
.f16 .mh {
  background-position: 0 -2416px;
}
.f16 .mk {
  background-position: 0 -2432px;
}
.f16 .ml {
  background-position: 0 -2448px;
}
.f16 .mm {
  background-position: 0 -2464px;
}
.f16 .mn {
  background-position: 0 -2480px;
}
.f16 .mo {
  background-position: 0 -2496px;
}
.f16 .mq {
  background-position: 0 -2512px;
}
.f16 .mr {
  background-position: 0 -2528px;
}
.f16 .ms {
  background-position: 0 -2544px;
}
.f16 .mt {
  background-position: 0 -2560px;
}
.f16 .mu {
  background-position: 0 -2576px;
}
.f16 .mv {
  background-position: 0 -2592px;
}
.f16 .mw {
  background-position: 0 -2608px;
}
.f16 .mx {
  background-position: 0 -2624px;
}
.f16 .my {
  background-position: 0 -2640px;
}
.f16 .mz {
  background-position: 0 -2656px;
}
.f16 .na {
  background-position: 0 -2672px;
}
.f16 .nc {
  background-position: 0 -2688px;
}
.f16 .ne {
  background-position: 0 -2704px;
}
.f16 .ng {
  background-position: 0 -2720px;
}
.f16 .ni {
  background-position: 0 -2736px;
}
.f16 .nl {
  background-position: 0 -2752px;
}
.f16 .bq {
  background-position: 0 -2752px;
}
.f16 .no {
  background-position: 0 -2768px;
}
.f16 .bv,
.f16 .nq,
.f16 .sj {
  background-position: 0 -2768px;
}
.f16 .np {
  background-position: 0 -2784px;
}
.f16 .nr {
  background-position: 0 -2800px;
}
.f16 .nz {
  background-position: 0 -2816px;
}
.f16 .om {
  background-position: 0 -2832px;
}
.f16 .pa {
  background-position: 0 -2848px;
}
.f16 .pe {
  background-position: 0 -2864px;
}
.f16 .pf {
  background-position: 0 -2880px;
}
.f16 .pg {
  background-position: 0 -2896px;
}
.f16 .ph {
  background-position: 0 -2912px;
}
.f16 .pk {
  background-position: 0 -2928px;
}
.f16 .pl {
  background-position: 0 -2944px;
}
.f16 .pr {
  background-position: 0 -2960px;
}
.f16 .ps {
  background-position: 0 -2976px;
}
.f16 .pt {
  background-position: 0 -2992px;
}
.f16 .pw {
  background-position: 0 -3008px;
}
.f16 .py {
  background-position: 0 -3024px;
}
.f16 .qa {
  background-position: 0 -3040px;
}
.f16 .re {
  background-position: 0 -3056px;
}
.f16 .ro {
  background-position: 0 -3072px;
}
.f16 .rs {
  background-position: 0 -3088px;
}
.f16 .ru {
  background-position: 0 -3104px;
}
.f16 .rw {
  background-position: 0 -3120px;
}
.f16 .sa {
  background-position: 0 -3136px;
}
.f16 .sb {
  background-position: 0 -3152px;
}
.f16 .sc {
  background-position: 0 -3168px;
}
.f16 .sd {
  background-position: 0 -3184px;
}
.f16 .se {
  background-position: 0 -3200px;
}
.f16 .sg {
  background-position: 0 -3216px;
}
.f16 .si {
  background-position: 0 -3232px;
}
.f16 .sk {
  background-position: 0 -3248px;
}
.f16 .sl {
  background-position: 0 -3264px;
}
.f16 .sm {
  background-position: 0 -3280px;
}
.f16 .sn {
  background-position: 0 -3296px;
}
.f16 .so {
  background-position: 0 -3312px;
}
.f16 .sr {
  background-position: 0 -3328px;
}
.f16 .st {
  background-position: 0 -3344px;
}
.f16 .sv {
  background-position: 0 -3360px;
}
.f16 .sy {
  background-position: 0 -3376px;
}
.f16 .sz {
  background-position: 0 -3392px;
}
.f16 .tc {
  background-position: 0 -3408px;
}
.f16 .td {
  background-position: 0 -3424px;
}
.f16 .tg {
  background-position: 0 -3440px;
}
.f16 .th {
  background-position: 0 -3456px;
}
.f16 .tj {
  background-position: 0 -3472px;
}
.f16 .tl {
  background-position: 0 -3488px;
}
.f16 .tm {
  background-position: 0 -3504px;
}
.f16 .tn {
  background-position: 0 -3520px;
}
.f16 .to {
  background-position: 0 -3536px;
}
.f16 .tr {
  background-position: 0 -3552px;
}
.f16 .tt {
  background-position: 0 -3568px;
}
.f16 .tv {
  background-position: 0 -3584px;
}
.f16 .tw {
  background-position: 0 -3600px;
}
.f16 .tz {
  background-position: 0 -3616px;
}
.f16 .ua {
  background-position: 0 -3632px;
}
.f16 .ug {
  background-position: 0 -3648px;
}
.f16 .us {
  background-position: 0 -3664px;
}
.f16 .uy {
  background-position: 0 -3680px;
}
.f16 .uz {
  background-position: 0 -3696px;
}
.f16 .va {
  background-position: 0 -3712px;
}
.f16 .vc {
  background-position: 0 -3728px;
}
.f16 .ve {
  background-position: 0 -3744px;
}
.f16 .vg {
  background-position: 0 -3760px;
}
.f16 .vi {
  background-position: 0 -3776px;
}
.f16 .vn {
  background-position: 0 -3792px;
}
.f16 .vu {
  background-position: 0 -3808px;
}
.f16 .ws {
  background-position: 0 -3824px;
}
.f16 .ye {
  background-position: 0 -3840px;
}
.f16 .za {
  background-position: 0 -3856px;
}
.f16 .zm {
  background-position: 0 -3872px;
}
.f16 .zw {
  background-position: 0 -3888px;
}
.f16 .sx {
  background-position: 0 -3904px;
}
.f16 .cw {
  background-position: 0 -3920px;
}
.f16 .ss {
  background-position: 0 -3936px;
}
.f16 .nu {
  background-position: 0 -3952px;
}
.app-header + .app-full-image,
.app-header-continuous + .app-full-image {
  padding-top: 0 !important;
}
.app-full-image div[class*="container"] {
  min-height: inherit;
}
.app-full-image div[class*="container"] .row {
  min-height: inherit;
}
.app-full-image div[class*="container"] .row .full-image-container {
  min-height: inherit;
  display: table;
  padding: 0 15px;
}
.app-full-image div[class*="container"] .row .full-image-container .right,
.app-full-image div[class*="container"] .row .full-image-container .center,
.app-full-image div[class*="container"] .row .full-image-container .left {
  display: table-cell;
  vertical-align: middle;
  float: none;
  text-align: center;
  overflow: auto;
  padding: 0;
}
.app-full-image div[class*="container"] .row .full-image-container .right > .backgroundimage,
.app-full-image div[class*="container"] .row .full-image-container .center > .backgroundimage,
.app-full-image div[class*="container"] .row .full-image-container .left > .backgroundimage {
  padding: 48px 0;
  background-repeat: no-repeat;
  background-position: center;
}
.app-full-image div[class*="container"] .row .full-image-container .right .col-sm-2,
.app-full-image div[class*="container"] .row .full-image-container .center .col-sm-2,
.app-full-image div[class*="container"] .row .full-image-container .left .col-sm-2 {
  display: none !important;
}
.app-full-image div[class*="container"] .row .full-image-container .right .divider,
.app-full-image div[class*="container"] .row .full-image-container .center .divider,
.app-full-image div[class*="container"] .row .full-image-container .left .divider {
  margin: 0.6em auto;
}
@media all and (max-width: 768px) {
  .app-full-image div[class*="container"] .row .full-image-container .right .col-sm-2,
  .app-full-image div[class*="container"] .row .full-image-container .center .col-sm-2,
  .app-full-image div[class*="container"] .row .full-image-container .left .col-sm-2 {
    height: 250px;
    display: block;
  }
}
.app-full-image div[class*="container"] .row .full-image-container .left {
  text-align: left;
}
.app-full-image div[class*="container"] .row .full-image-container .right {
  text-align: center;
}
.app-full-image div[class*="container"] .full-image-container {
  height: inherit;
  display: table;
  width: 100%;
}
.app-full-image div[class*="container"] .full-image-container .right,
.app-full-image div[class*="container"] .full-image-container .center,
.app-full-image div[class*="container"] .full-image-container .left {
  display: table-cell;
  vertical-align: middle;
  float: none;
  text-align: center;
  overflow: auto;
  padding: 0;
}
.app-full-image div[class*="container"] .full-image-container .right > .backgroundimage,
.app-full-image div[class*="container"] .full-image-container .center > .backgroundimage,
.app-full-image div[class*="container"] .full-image-container .left > .backgroundimage {
  padding: 48px 0;
  background-repeat: no-repeat;
  background-position: center;
}
.app-full-image div[class*="container"] .full-image-container .right .col-sm-2,
.app-full-image div[class*="container"] .full-image-container .center .col-sm-2,
.app-full-image div[class*="container"] .full-image-container .left .col-sm-2 {
  display: none;
}
.app-full-image div[class*="container"] .full-image-container .right .divider,
.app-full-image div[class*="container"] .full-image-container .center .divider,
.app-full-image div[class*="container"] .full-image-container .left .divider {
  margin: 0.6em auto;
}
@media all and (max-width: 768px) {
  .app-full-image div[class*="container"] .full-image-container .right .col-sm-2,
  .app-full-image div[class*="container"] .full-image-container .center .col-sm-2,
  .app-full-image div[class*="container"] .full-image-container .left .col-sm-2 {
    height: 250px;
    display: block;
  }
}
.app-full-image div[class*="container"] .full-image-container .left {
  text-align: left;
}
.app-full-image div[class*="container"] .full-image-container .right {
  text-align: center;
}
.app-full-image.top {
  padding-top: 25px;
}
.app-full-image.top .right,
.app-full-image.top .center,
.app-full-image.top .left {
  vertical-align: top !important;
}
.app-full-image.bottom {
  padding-bottom: 25px;
}
.app-full-image.bottom .right,
.app-full-image.bottom .center,
.app-full-image.bottom .left {
  vertical-align: bottom !important;
}
.app-full-image[data-anchor*="introfullimage"] .h-pretitle,
.app-full-image[data-anchor*="introfullimage"] .h-title {
  color: white !important;
}
@media only screen and (min-width: 992px) {
  .app-full-image[data-anchor*="introfullimage"] {
    height: 1080px;
  }
  .app-full-image[data-anchor*="introfullimage"] .container,
  .app-full-image[data-anchor*="introfullimage"] .row {
    height: inherit;
  }
  .app-full-image[data-anchor*="introfullimage"] .h-title {
    font-size: 60px !important;
    line-height: 50px !important;
    font-family: "ConduitITCStd-Bold" !important;
    letter-spacing: 1px !important;
  }
  .app-full-image[data-anchor*="introfullimage"] .h-pretitle {
    font-size: 32px !important;
    line-height: 32px !important;
    margin-bottom: 10px;
    font-family: "DINNextLTPro-Condensed" !important;
    letter-spacing: 2px !important;
    margin-top: -158px;
  }
  .app-full-image[data-anchor*="introfullimage"] .h-pretitle:before {
    content: '';
    background-image: url('/Content/img/logo-header-white.svg');
    position: relative;
    width: 290px;
    height: 165px;
    display: block;
    background-repeat: no-repeat;
    margin: auto;
    background-size: 290px 165px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .app-full-image[data-anchor*="introfullimage"]:before {
    content: '';
    background-image: url('/Content/img/logo-header-white.svg');
    position: relative;
    width: 204px;
    height: 116.19px;
    display: block;
    background-repeat: no-repeat;
    margin: auto;
    top: 240px;
  }
  .app-full-image[data-anchor*="introfullimage"] .h-title {
    font-size: 48px !important;
    letter-spacing: 1px !important;
    line-height: 58px !important;
    font-family: "ConduitITCStd-Bold" !important;
  }
  .app-full-image[data-anchor*="introfullimage"] .h-pretitle {
    font-size: 24px !important;
    letter-spacing: 2px !important;
    line-height: 15px !important;
    margin-top: -200px !important;
    font-family: "DINNextLTPro-Condensed" !important;
  }
  .app-full-image[data-anchor*="introfullimage"] .backgroundimage {
    margin-top: 250px;
  }
}
@media only screen and (min-width: 992px) {
  .app-full-image[data-anchor="introfullimageadoresnature"] .h-pretitle {
    margin-top: 40px !important;
  }
}
.app-full-image[data-anchor="carouselitem"] img {
  margin: 0 auto !important;
}
.app-full-image[data-anchor="carouselitem"] p {
  color: #6c944f;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .app-full-image[data-anchor="carouselitem"] p {
    margin-top: -40px;
  }
}
.app-full-image[data-anchor="shopfruitimage"] {
  background-position: center center;
}
.app-full-image[data-anchor="plumfruit"] {
  background-position: center center;
  margin: 60px 0 !important;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .app-full-image[data-anchor="plumfruit"] {
    margin: 0 !important;
  }
}
@media only screen and (min-width: 992px) {
  .app-full-image[data-anchor="giftdivider"] {
    background-size: inherit;
    margin-top: 50px;
  }
}
.app-full-image[data-anchor="freesampledesktop"] {
  background-size: 100% 100%;
  margin-bottom: 150px;
  height: 750px;
}
.app-full-image[data-anchor="freesampledesktop"] .container,
.app-full-image[data-anchor="freesampledesktop"] .row {
  height: inherit;
}
.app-full-image[data-anchor="freesampledesktop"] .h-title {
  font-family: "ConduitITCStd-Bold" !important;
  font-size: 60px !important;
  margin-bottom: 20px !important;
  line-height: 50px !important;
}
.app-full-image[data-anchor="freesampledesktop"] p {
  width: 250px;
  font-family: "DINNextLTPro-Regular" !important;
  font-size: 18px !important;
  line-height: 27px !important;
}
.app-full-image[data-anchor="freesampledesktop"] .left {
  overflow: visible !important;
}
.app-full-image[data-anchor="freesampledesktop"] .left .divider {
  top: 40px;
  position: absolute;
  left: 360px;
  height: 598px;
  max-width: unset;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .app-full-image[data-anchor="freesampledesktop"] .left .divider {
    max-width: none !important;
  }
}
.app-full-image[data-anchor="freesampledesktop"] .left .DoubleCTA {
  display: flex;
  flex-direction: column;
}
.app-full-image[data-anchor="freesampledesktop"] .left .DoubleCTA .btn-primary {
  order: 2;
  margin: 0;
}
.app-full-image[data-anchor="freesampledesktop"] .left .DoubleCTA .btn-secondary {
  order: 1;
  margin: 20px 0;
  font-family: "DINNextLTPro-MediumCond";
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.app-full-image[data-anchor="lovesnatureleaf"] {
  background-size: 204px auto;
  margin-top: 20px;
  margin-bottom: -100px;
}
.app-full-image[data-anchor="reconnectmountain"] {
  background-position-y: 40%;
}
.app-full-image[data-anchor="carouselprods"] {
  background-size: initial;
  background-position: 970px;
}
@media (max-width: 1726px) {
  .app-full-image[data-anchor="carouselprods"] {
    background-position: 750px;
  }
}
@media (max-width: 1281px) {
  .app-full-image[data-anchor="carouselprods"] {
    background-position: 750px;
  }
}
@media only screen and (max-width: 767px) {
  .app-full-image[data-anchor="carouselprods"] {
    background-size: 70vw;
    background-position: center top;
  }
}
.app-full-image[data-anchor="carouselprods"] .container {
  margin: 0 !important;
  width: inherit;
}
@media only screen and (max-width: 767px) {
  .app-full-image[data-anchor="carouselprods"] .container {
    padding: 0 !important;
  }
}
.app-full-image[data-anchor="carouselprods"] .container .row {
  width: inherit;
}
@media only screen and (max-width: 767px) {
  .app-full-image[data-anchor="carouselprods"] .container .row {
    margin: 0 !important;
  }
}
.app-full-image[data-anchor="carouselprods"] .container .row .full-image-container {
  width: inherit;
}
@media only screen and (max-width: 767px) {
  .app-full-image[data-anchor="carouselprods"] .container .row .full-image-container {
    width: 100%;
    padding: 0 !important;
  }
}
.app-full-image[data-anchor="carouselprods"] .container .row .full-image-container .center {
  width: inherit;
  overflow: hidden;
}
.app-full-image[data-anchor="carouselprods"] .container .row .full-image-container .center .backgroundimage {
  width: inherit;
  background-size: initial !important;
  margin: 0 !important;
  background-position: 1010px;
  height: 750px;
  background-position-y: 180px;
}
@media (max-width: 1726px) {
  .app-full-image[data-anchor="carouselprods"] .container .row .full-image-container .center .backgroundimage {
    background-position-x: 780px;
  }
}
@media (max-width: 1537px) {
  .app-full-image[data-anchor="carouselprods"] .container .row .full-image-container .center .backgroundimage {
    background-position-y: 180px;
  }
}
@media (max-width: 1281px) {
  .app-full-image[data-anchor="carouselprods"] .container .row .full-image-container .center .backgroundimage {
    background-position-x: 780px;
  }
}
@media only screen and (max-width: 767px) {
  .app-full-image[data-anchor="carouselprods"] .container .row .full-image-container .center .backgroundimage {
    height: 175px;
    background-size: 70vw !important;
    background-position: 50% top;
    padding-top: 320px;
    box-sizing: content-box;
  }
}
.app-full-image[data-anchor="carouselprods"] .container .row .full-image-container .center .backgroundimage .h-title,
.app-full-image[data-anchor="carouselprods"] .container .row .full-image-container .center .backgroundimage .h-pretitle {
  position: relative;
  right: -349px;
  top: 258px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .app-full-image[data-anchor="carouselprods"] .container .row .full-image-container .center .backgroundimage .h-title,
  .app-full-image[data-anchor="carouselprods"] .container .row .full-image-container .center .backgroundimage .h-pretitle {
    right: auto;
    top: 0;
    text-align: center;
    z-index: 99;
  }
}
.app-full-image[data-anchor="carouselprods"] .container .row .full-image-container .center .backgroundimage span p:first-of-type img {
  opacity: 0;
}
.app-full-image[data-anchor="carouselprods"] .container .row .full-image-container .center .backgroundimage span p:nth-of-type(2) img {
  opacity: 0;
}
.app-full-image[data-anchor="carouselprods"] .container .row .full-image-container .center .backgroundimage span p:nth-of-type(3) img {
  opacity: 0;
}
.app-full-image[data-anchor="carouselprods"] .container .row .full-image-container .center .backgroundimage .btn.btn-quaternary {
  position: relative;
  right: -349px;
  top: 243px;
  padding: 0;
  margin: 0;
}
.app-full-image[data-anchor="carouselprods"] .container .row .full-image-container .center .backgroundimage .btn.btn-quaternary:before {
  content: " ";
  background-color: #fcf4de;
  width: 30%;
  height: 28px;
  position: absolute;
  z-index: -1;
  top: 29px;
  opacity: 0;
  transition: opacity 0.4s;
}
@media only screen and (max-width: 767px) {
  .app-full-image[data-anchor="carouselprods"] .container .row .full-image-container .center .backgroundimage .btn.btn-quaternary:before {
    opacity: 1;
  }
}
.app-full-image[data-anchor="carouselprods"] .container .row .full-image-container .center .backgroundimage .btn.btn-quaternary:hover:before {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .app-full-image[data-anchor="carouselprods"] .container .row .full-image-container .center .backgroundimage .btn.btn-quaternary {
    top: 0;
    right: 0;
    left: 0;
    justify-content: center;
    background-position-x: 195px;
    background-position-y: 33px;
    margin: 0 auto;
  }
}
.app-full-image[data-anchor="carouselprods"] .container .row .full-image-container .center .backgroundimage h2 {
  font-family: "DINNextLTPro-Condensed" !important;
  letter-spacing: 2px;
  font-size: 20px !important;
  line-height: 20px;
}
.app-full-image[data-anchor="carouselprods"] .container .row .full-image-container .center .backgroundimage h1 {
  font-family: "DINNextLTPro-MediumCond" !important;
  letter-spacing: 2px;
  font-size: 32px !important;
  line-height: 32px;
}
@media only screen and (max-width: 767px) {
  .app-full-image[data-anchor="carouselprods"] .container .row .full-image-container .center .backgroundimage h1 {
    font-size: 24px !important;
  }
}
@media all and (max-width: 768px) {
  .app-full-image {
    height: auto;
    background-position: center top;
    background-size: 100%;
  }
}
@media (max-width: 1023px) {
  body:before {
    content: " ";
    position: fixed;
    top: 27px;
    right: 25px;
    width: 400vw;
    height: 400vw;
    background: #fcf4de;
    border-radius: 50%;
    will-change: transform;
    -ms-transform: translate3d(48.13%, -48.13%, 0) scale(0);
    -webkit-transform: translate3d(48.13%, -48.13%, 0) scale(0);
    -moz-transform: translate3d(48.13%, -48.13%, 0) scale(0);
    -o-transform: translate3d(48.13%, -48.13%, 0) scale(0);
    transform: translate3d(48.13%, -48.13%, 0) scale(0);
    transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    z-index: 999;
  }
  .mm-opened body:before {
    -ms-transform: translate3d(50%, -50%, 0) scale(1);
    -webkit-transform: translate3d(50%, -50%, 0) scale(1);
    -moz-transform: translate3d(50%, -50%, 0) scale(1);
    -o-transform: translate3d(50%, -50%, 0) scale(1);
    transform: translate3d(50%, -50%, 0) scale(1);
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .mm-opened #overlay-header {
    display: none;
  }
  .mm-opened #menu {
    z-index: 999;
    width: 100%;
    min-width: initial;
    max-width: initial;
  }
  .mm-opened .vertical-menu-toggle li:first-child {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .mm-opened .vertical-menu-toggle li:nth-child(2) {
    transform: translate(0, -6px) rotate(45deg);
    -webkit-transform: translate(0, -6px) rotate(45deg);
  }
}
.app-header {
  position: fixed;
  width: 100%;
  z-index: 99999;
  background-color: transparent !important;
  background-repeat: repeat-x;
  height: 80px;
  left: 0;
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: none;
  text-transform: uppercase;
  /*desktop*/

  /* Mobile menu toggler */

}
.app-header nav.nav-main-horizontal {
  color: #40211f;
  display: none;
}
@media (min-width: 1024px) {
  .app-header nav.nav-main-horizontal {
    display: block;
  }
}
.app-header nav.nav-main-horizontal .header-logo {
  display: block;
  text-align: center;
}
.app-header nav.nav-main-horizontal .header-logo img {
  display: inline;
  height: 35px;
  margin-top: 20px;
}
.app-header nav.nav-main-horizontal ul.menu-left,
.app-header nav.nav-main-horizontal ul.menu-right {
  list-style-type: none;
  display: table;
  width: 100%;
  padding: 0;
}
.app-header nav.nav-main-horizontal ul.menu-left > li.selected a:before,
.app-header nav.nav-main-horizontal ul.menu-right > li.selected a:before {
  content: " ";
  background-color: #fcf4de;
  width: 80%;
  height: 28px;
  position: absolute;
  left: 10%;
  z-index: -1;
  top: -4px;
}
.app-header nav.nav-main-horizontal ul.menu-left > li,
.app-header nav.nav-main-horizontal ul.menu-right > li,
.app-header nav.nav-main-horizontal ul.menu-left > .personal-menu,
.app-header nav.nav-main-horizontal ul.menu-right > .personal-menu {
  line-height: 70px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-weight: 400;
  padding-top: 5px;
}
.app-header nav.nav-main-horizontal ul.menu-left > li span,
.app-header nav.nav-main-horizontal ul.menu-right > li span,
.app-header nav.nav-main-horizontal ul.menu-left > .personal-menu span,
.app-header nav.nav-main-horizontal ul.menu-right > .personal-menu span {
  font-size: 10px;
  padding-left: 5px;
  cursor: pointer;
}
.app-header nav.nav-main-horizontal ul.menu-left > li > a,
.app-header nav.nav-main-horizontal ul.menu-right > li > a,
.app-header nav.nav-main-horizontal ul.menu-left > .personal-menu > a,
.app-header nav.nav-main-horizontal ul.menu-right > .personal-menu > a {
  cursor: pointer;
  color: #40211f;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  font-size: 16px;
  font-family: "DINNextLTPro-Condensed";
  letter-spacing: 2px;
  position: relative;
}
.app-header nav.nav-main-horizontal ul.menu-left > li a.selected,
.app-header nav.nav-main-horizontal ul.menu-right > li a.selected,
.app-header nav.nav-main-horizontal ul.menu-left > .personal-menu a.selected,
.app-header nav.nav-main-horizontal ul.menu-right > .personal-menu a.selected {
  border-bottom: 2px solid red;
}
.app-header nav.nav-main-horizontal ul.menu-left > li > a:hover,
.app-header nav.nav-main-horizontal ul.menu-right > li > a:hover,
.app-header nav.nav-main-horizontal ul.menu-left > .personal-menu > a:hover,
.app-header nav.nav-main-horizontal ul.menu-right > .personal-menu > a:hover,
.app-header nav.nav-main-horizontal ul.menu-left > li > a.active,
.app-header nav.nav-main-horizontal ul.menu-right > li > a.active,
.app-header nav.nav-main-horizontal ul.menu-left > .personal-menu > a.active,
.app-header nav.nav-main-horizontal ul.menu-right > .personal-menu > a.active {
  color: #40211f;
  text-decoration: underline;
}
.app-header nav.nav-main-horizontal ul.menu-left li.personal-menu,
.app-header nav.nav-main-horizontal ul.menu-right li.personal-menu {
  position: relative;
}
.app-header nav.nav-main-horizontal ul.menu-left li.personal-menu > ul,
.app-header nav.nav-main-horizontal ul.menu-right li.personal-menu > ul {
  position: absolute;
  top: 70px;
  right: 0;
  background: rgba(161, 15, 27, 0.9);
  height: 0;
  max-height: 0;
  overflow: hidden;
  min-width: 250px;
  list-style: none;
  padding: 0;
  margin: 0;
  transform: translateY(25px);
  transition: all 0.25s ease-out;
}
.app-header nav.nav-main-horizontal ul.menu-left li.personal-menu > ul li,
.app-header nav.nav-main-horizontal ul.menu-right li.personal-menu > ul li {
  text-align: left;
  line-height: normal;
  padding: 15px 30px;
}
.app-header nav.nav-main-horizontal ul.menu-left li.personal-menu > ul li:first-child,
.app-header nav.nav-main-horizontal ul.menu-right li.personal-menu > ul li:first-child {
  padding: 30px 30px 15px 30px;
}
.app-header nav.nav-main-horizontal ul.menu-left li.personal-menu > ul li:last-child,
.app-header nav.nav-main-horizontal ul.menu-right li.personal-menu > ul li:last-child {
  padding: 15px 30px 30px 30px;
}
.app-header nav.nav-main-horizontal ul.menu-left li.personal-menu.hover > ul,
.app-header nav.nav-main-horizontal ul.menu-right li.personal-menu.hover > ul {
  opacity: 1;
  height: auto;
  max-height: 100vh;
  overflow: visible;
  transform: translateY(0);
}
.app-header .vertical-menu-toggle {
  opacity: 1;
  float: right;
  cursor: pointer;
  background: none;
  /*width: ceil(@app-header-height / 2);*/
  /*height: ceil(@app-header-height / 2);*/
  width: 60px;
  height: 60px;
  font-weight: bold;
  margin-top: 27px;
  /*margin-left: ceil(@app-header-height / 2) * -1;*/
  /*padding-left: ceil(@app-header-height / 2);*/
  margin-left: 0px;
  margin-right: 10px;
  padding-left: 0px;
  background-color: #fcf4de;
  border-radius: 50%;
}
@media (min-width: 1024px) {
  .app-header .vertical-menu-toggle {
    display: none;
  }
}
.app-header .vertical-menu-toggle ul.hamburger {
  width: 20px;
  margin: 0 auto;
  margin-top: 25px;
  padding: 0;
  /*height: ceil(@app-header-height / 2);*/
  height: auto;
  list-style-type: none;
}
.app-header .vertical-menu-toggle ul.hamburger li {
  border-radius: 1px;
  border: 0px solid black;
  background-color: #40211f;
  margin-bottom: 4px;
  /*height: ceil((@app-header-height / 4) / 5);*/
  height: 2px;
  transition: transform 200ms;
}
.app-header .vertical-menu-toggle ul.hamburger li:last-child {
  margin-bottom: 0px;
  display: none;
}
.app-header .submenu {
  height: 4px;
  border-bottom: 4px solid rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition-timing-function: ease-out;
  transition: all 200ms;
}
.app-header .submenu .submenu-wrapper {
  text-align: center;
}
.app-header .submenu .submenu-items {
  padding: 0;
}
.app-header .submenu .submenu-items li {
  padding: 4px 0 0 0;
  height: 76px;
  width: calc(120px);
  float: none;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
.app-header .submenu .submenu-items li img {
  width: 40px;
  height: 40px;
}
.app-header .submenu .submenu-items li a {
  color: white;
}
.app-header .submenu .submenu-items li a:hover {
  text-decoration: none;
}
.app-header .submenu .submenu-items li:hover {
  cursor: pointer;
  background: rgba(208, 19, 35, 0.9);
}
.app-header .submenu .submenu-items li:hover a {
  color: #be9e61;
}
.app-header .submenu.open {
  height: 80px;
  background-color: rgba(161, 15, 27, 0.9);
}
.nav-main-vertical {
  /*fixes the fouc onload */
  display: none;
}
#overlay-header {
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  background-color: black;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
/* mobile */

/* mm-menu.all.css override */

.mm-menu .mm-list {
  padding: 0 10px 0 20px;
  margin-top: 100px;
}
.mm-menu .mm-list > li {
  border-bottom: none;
  margin-bottom: 20px;
}
.mm-menu .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
  display: none;
}
.mm-menu .mm-list > li a,
.mm-menu .mm-list > li span {
  color: #40211f;
  width: 100%;
  text-transform: uppercase;
}
.mm-menu .mm-list > li a:hover,
.mm-menu .mm-list > li span:hover {
  color: #b2b2b2;
}
.mm-menu .mm-footer {
  border: none;
  background: url(/Content/img/white-brush.png) no-repeat left bottom;
  background-size: 100% 100%;
  height: 85px;
}
.mm-menu .mm-footer .icon-list {
  padding: 0 10px 0 20px;
}
.mm-menu .mm-footer .social-icons {
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  width: 25px;
  height: 25px;
  bottom: 30px;
}
html.mm-opening .mm-slideout {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}
html.mm-opened #mm-blocker {
  z-index: 99;
}
header.app-header + section {
  padding-top: 120px;
  /* This add the padding to the first section below the header */

}
header .container > a .img-responsive {
  height: 80px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  header .container > a .img-responsive {
    display: none;
  }
  html.mm-opened header .container > a .img-responsive {
    display: block;
    height: 40px;
    margin: 0 auto;
    position: absolute;
    left: 40px;
    top: 28px;
  }
}
@media (min-width: 768px) {
  header .container {
    width: 100%;
  }
}
@media (min-width: 992px) {
  header .container {
    width: 970px;
  }
}
@media (min-width: 1024px) {
  header .container {
    width: 994px;
  }
  header .container > a .img-responsive {
    display: none;
  }
}
@media (min-width: 1200px) {
  header .container {
    width: 1170px;
  }
  header .container > a .img-responsive {
    display: none;
  }
}
@media (max-width: 1023px) {
  header .container div.personal-menu {
    position: absolute;
    display: block;
    height: 80px;
    right: 15px;
    line-height: 80px;
    top: 0;
  }
  header .container div.personal-menu > ul {
    position: absolute;
    top: 70px;
    right: 0;
    background: rgba(161, 15, 27, 0.9);
    height: 0;
    max-height: 0;
    overflow: hidden;
    min-width: 250px;
    list-style: none;
    padding: 0;
    margin: 0;
    transform: translateY(25px);
    transition: all 0.25s ease-out;
  }
  header .container div.personal-menu > ul li {
    text-align: left;
    line-height: normal;
    padding: 30px;
    width: calc(100vw - 30px);
  }
  header .container div.personal-menu:focus > ul,
  header .container div.personal-menu:hover > ul,
  header .container div.personal-menu:active > ul {
    opacity: 1;
    height: auto;
    max-height: 100vh;
    overflow: visible;
    transform: translateY(0);
  }
}
.mm-page {
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .active {
    background-color: white !important;
    border-bottom: 4px solid #d4d4d4;
  }
}
.app-three-column .container .info-column {
  padding: 3em 1em;
}
.app-three-column .container .info-column img {
  max-width: 100%;
  margin: 1em auto;
}
.app-three-column .container .info-column p {
  margin: 1em 1.5em;
}
.app-three-column .container .info-column.h-default {
  text-align: center;
}
.app-three-column .container .row div:nth-of-type(1) .info-column.h-left p {
  margin-left: 0;
}
.app-three-column .container .row div:nth-of-type(3) .info-column.h-right p {
  margin-right: 0;
}
.info-column.h-left {
  text-align: left;
}
.info-column.h-center {
  text-align: center;
}
.info-column.h-right {
  text-align: right;
}
.info-column.h-left img,
.info-column.h-center img,
.info-column.h-right img {
  display: inline-block;
}
.info-column[data-anchor="ethicaltea"] .h-title {
  font-family: "ConduitITCStd-Bold" !important;
  width: 570px;
  font-size: 60px !important;
  letter-spacing: 1px;
  line-height: 50px !important;
  margin: 50px auto 35px auto !important;
}
.info-column[data-anchor="ethicaltea"] p {
  font-size: 18px;
  width: 570px;
  margin: auto;
}
.info-column[data-anchor="packshotinfocol"] {
  display: flex;
  flex-direction: column;
  min-height: 800px;
}
.info-column[data-anchor="packshotinfocol"] .h-pretitle {
  order: 1;
  font-family: "DINNextLTPro-Condensed" !important;
  text-align: center;
  color: #40211f;
  margin-top: 50px;
  font-size: 24px !important;
  letter-spacing: 2px;
}
.info-column[data-anchor="packshotinfocol"] .h-pretitle:before {
  content: '';
  background-image: url('/Content/img/jde_small_container_quote_v002.gif');
  width: 75px;
  height: 75px;
  background-size: contain;
  display: block;
  background-repeat: no-repeat;
  margin: 0 auto;
  margin-bottom: 20px;
}
.info-column[data-anchor="packshotinfocol"] .h-pretitle:before {
  background-image: url('/Content/img/jde_small_container_pick_v001.gif');
}
.info-column[data-anchor="packshotinfocol"] .h-title {
  font-family: 'ConduitITCStd-Bold';
  font-size: 36px !important;
  letter-spacing: 1px;
  order: 2;
  text-align: center;
  color: #40211f;
}
.info-column[data-anchor="packshotinfocol"] div:first-of-type {
  order: 3;
}
.info-column[data-anchor="packshotinfocol"] img {
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
}
.info-column[data-anchor="packshotinfocol"] span:first-of-type {
  order: 4;
  color: #40211f;
  margin-bottom: 60px;
}
.info-column[data-anchor="packshotinfocol"] span:first-of-type p {
  line-height: 24px;
}
.info-column[data-anchor="packshotinfocol"] .button-wrapper {
  order: 5;
  text-align: center;
}
.info-column[data-anchor="freesamplebtn"] {
  min-height: 775px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
}
.info-column[data-anchor="freesamplebtn"] img {
  margin-bottom: 40px;
  width: 100%;
}
.info-column[data-anchor="freesamplebtn"] .button-wrapper {
  order: 1;
  margin-bottom: 20px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: portrait) {
  .info-column[data-anchor="freesamplebtn"] .button-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.info-column[data-anchor="freesamplebtn"] .button-wrapper a {
  font-family: "DINNextLTPro-MediumCond";
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.info-column[data-anchor="freesamplebtn"] span {
  order: 2;
}
.info-column[data-anchor="freesamplebtn"] span h3 a {
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 8px 16px;
  font-size: 16px;
  line-height: 2;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  margin: 1.6em 0;
  text-transform: uppercase;
  white-space: initial;
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 20px 75px;
  color: white;
  background-color: #40211f;
  border-color: transparent;
  width: 250px;
  height: 80px;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "DINNextLTPro-MediumCond";
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 24px;
  margin-top: 20px;
  order: 5;
}
.info-column[data-anchor="freesamplebtn"] span h3 a:focus,
.info-column[data-anchor="freesamplebtn"] span h3 a:active:focus,
.info-column[data-anchor="freesamplebtn"] span h3 a.active:focus,
.info-column[data-anchor="freesamplebtn"] span h3 a.focus,
.info-column[data-anchor="freesamplebtn"] span h3 a:active.focus,
.info-column[data-anchor="freesamplebtn"] span h3 a.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.info-column[data-anchor="freesamplebtn"] span h3 a:hover,
.info-column[data-anchor="freesamplebtn"] span h3 a:focus,
.info-column[data-anchor="freesamplebtn"] span h3 a.focus {
  color: #333333;
  text-decoration: none;
}
.info-column[data-anchor="freesamplebtn"] span h3 a:active,
.info-column[data-anchor="freesamplebtn"] span h3 a.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);
}
.info-column[data-anchor="freesamplebtn"] span h3 a.disabled,
.info-column[data-anchor="freesamplebtn"] span h3 a[disabled],
fieldset[disabled] .info-column[data-anchor="freesamplebtn"] span h3 a {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.info-column[data-anchor="freesamplebtn"] span h3 a:focus,
.info-column[data-anchor="freesamplebtn"] span h3 a.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.info-column[data-anchor="freesamplebtn"] span h3 a.btn-primary:hover,
.info-column[data-anchor="freesamplebtn"] span h3 a.btn-primary:focus,
.info-column[data-anchor="freesamplebtn"] span h3 a.btn-primary.focus {
  color: null;
  background-color: #40211f;
  border-color: transparent;
}
.info-column[data-anchor="freesamplebtn"] span h3 a.btn-secondary {
  color: #40211f;
  background-color: transparent;
  border-color: #40211f;
}
.info-column[data-anchor="freesamplebtn"] span h3 a.btn-secondary:hover,
.info-column[data-anchor="freesamplebtn"] span h3 a.btn-secondary:focus,
.info-column[data-anchor="freesamplebtn"] span h3 a.btn-secondary.focus {
  color: #40211f;
  background-color: transparent;
  border-color: #40211f;
}
.info-column[data-anchor="freesamplebtn"] span h3 a.btn-tertiary {
  color: #40211f;
  background-color: transparent;
  border-color: rgba(64, 33, 31, 0.5);
}
.info-column[data-anchor="freesamplebtn"] span h3 a.btn-tertiary:hover,
.info-column[data-anchor="freesamplebtn"] span h3 a.btn-tertiary:focus,
.info-column[data-anchor="freesamplebtn"] span h3 a.btn-tertiary.focus {
  color: #40211f;
  background-color: transparent;
  border-color: #40211f;
}
.info-column[data-anchor="freesamplebtn"] span h3 a.btn-primary {
  width: 250px;
  height: 80px;
  max-width: 100%;
  background-color: #40211f;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "DINNextLTPro-MediumCond";
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 24px;
}
@media only screen and (max-width: 767px) {
  .info-column[data-anchor="freesamplebtn"] span h3 a.btn-primary {
    height: 70px !important;
    width: 315px !important;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 320px) {
  .info-column[data-anchor="freesamplebtn"] span h3 a.btn-primary {
    width: 285px !important;
  }
}
@media only screen and (min-width: 992px) {
  .info-column[data-anchor="freesamplebtn"] span h3 a.btn-primary {
    width: 315px;
    height: 72.77px;
  }
}
.info-column[data-anchor="freesamplebtn"] span h3 a.btn-primary:hover,
.info-column[data-anchor="freesamplebtn"] span h3 a.btn-primary:focus,
.info-column[data-anchor="freesamplebtn"] span h3 a.btn-primary.focus {
  color: null;
  background-color: #40211f;
  border-color: transparent;
}
.info-column[data-anchor="freesamplebtn"] span h3 a.btn-secondary {
  color: #40211f;
  background-image: url(/Content/img/secondary-btn.svg);
  text-align: left;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 315px;
  max-width: 100%;
  height: 80px;
  border: 0;
  background-color: transparent;
  padding: 25px 75px 20px 35px;
  display: flex;
  align-items: center;
  margin: 0 auto;
  font-family: "DINNextLTPro-Regular";
  font-size: 14px;
  line-height: 17px;
  text-transform: none;
}
.info-column[data-anchor="freesamplebtn"] span h3 a.btn-secondary:hover,
.info-column[data-anchor="freesamplebtn"] span h3 a.btn-secondary:focus,
.info-column[data-anchor="freesamplebtn"] span h3 a.btn-secondary.focus {
  color: #40211f;
  background-color: transparent;
}
.info-column[data-anchor="freesamplebtn"] span h3 a.btn-tertiary {
  color: #40211f;
  background-image: url(/Content/img/secondary-btn-ok.png);
  text-align: left;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 315px;
  max-width: 100%;
  height: 80px;
  border: 0;
  background-color: transparent;
  padding: 25px 75px 20px 35px;
  display: flex;
  align-items: center;
  margin: 0 auto;
  font-family: "DINNextLTPro-Regular";
  font-size: 14px;
  line-height: 17px;
  text-transform: none;
}
.info-column[data-anchor="freesamplebtn"] span h3 a.btn-tertiary:hover,
.info-column[data-anchor="freesamplebtn"] span h3 a.btn-tertiary:focus,
.info-column[data-anchor="freesamplebtn"] span h3 a.btn-tertiary.focus {
  color: #40211f;
  background-color: transparent;
  border-color: #40211f;
}
.info-column[data-anchor="freesamplebtn"] span h3 a.btn-quaternary {
  color: #40211f;
  background-image: url(/Content/img/explore-arrow.svg);
  text-align: left;
  background-repeat: no-repeat;
  background-size: 8%;
  background-position: 25% 50%;
  width: 315px;
  max-width: 80%;
  height: 80px;
  border: 0;
  background-color: transparent;
  padding: 25px 75px 20px 35px;
  display: flex;
  align-items: center;
  margin: 0 auto;
  font-family: "DINNextLTPro-BoldCondensed";
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.info-column[data-anchor="freesamplebtn"] span h3 a.btn-quaternary:active {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.info-column[data-anchor="freesamplebtn"] span h3 a:hover,
.info-column[data-anchor="freesamplebtn"] span h3 a:focus,
.info-column[data-anchor="freesamplebtn"] span h3 a.focus,
.info-column[data-anchor="freesamplebtn"] span h3 a:active,
.info-column[data-anchor="freesamplebtn"] span h3 a.active,
.open > .dropdown-toggle.info-column[data-anchor="freesamplebtn"] span h3 a {
  color: white;
  background-color: #1e0f0e;
  border-color: transparent;
}
.info-column[data-anchor="freesamplebtn"] span h3 a:active,
.info-column[data-anchor="freesamplebtn"] span h3 a.active,
.open > .dropdown-toggle.info-column[data-anchor="freesamplebtn"] span h3 a {
  background-image: none;
}
.info-column[data-anchor="freesamplebtn"] span h3 a.disabled,
.info-column[data-anchor="freesamplebtn"] span h3 a[disabled],
fieldset[disabled] .info-column[data-anchor="freesamplebtn"] span h3 a,
.info-column[data-anchor="freesamplebtn"] span h3 a.disabled:hover,
.info-column[data-anchor="freesamplebtn"] span h3 a[disabled]:hover,
fieldset[disabled] .info-column[data-anchor="freesamplebtn"] span h3 a:hover,
.info-column[data-anchor="freesamplebtn"] span h3 a.disabled:focus,
.info-column[data-anchor="freesamplebtn"] span h3 a[disabled]:focus,
fieldset[disabled] .info-column[data-anchor="freesamplebtn"] span h3 a:focus,
.info-column[data-anchor="freesamplebtn"] span h3 a.disabled.focus,
.info-column[data-anchor="freesamplebtn"] span h3 a[disabled].focus,
fieldset[disabled] .info-column[data-anchor="freesamplebtn"] span h3 a.focus,
.info-column[data-anchor="freesamplebtn"] span h3 a.disabled:active,
.info-column[data-anchor="freesamplebtn"] span h3 a[disabled]:active,
fieldset[disabled] .info-column[data-anchor="freesamplebtn"] span h3 a:active,
.info-column[data-anchor="freesamplebtn"] span h3 a.disabled.active,
.info-column[data-anchor="freesamplebtn"] span h3 a[disabled].active,
fieldset[disabled] .info-column[data-anchor="freesamplebtn"] span h3 a.active {
  background-color: #40211f;
  border-color: transparent;
}
.info-column[data-anchor="freesamplebtn"] span h3 a .badge {
  color: #40211f;
  background-color: white;
}
.info-column[data-anchor="freesamplebtn"] span h3 a:hover,
.info-column[data-anchor="freesamplebtn"] span h3 a:focus,
.info-column[data-anchor="freesamplebtn"] span h3 a.focus {
  color: null;
  background-color: #40211f;
  border-color: transparent;
}
@media only screen and (max-width: 767px) {
  .info-column[data-anchor="freesamplebtn"] span h3 a {
    height: 70px !important;
    width: 315px !important;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 320px) {
  .info-column[data-anchor="freesamplebtn"] span h3 a {
    width: 285px !important;
  }
}
@media only screen and (min-width: 992px) {
  .info-column[data-anchor="freesamplebtn"] span h3 a {
    width: 315px;
    height: 72.77px;
  }
}
.info-column[data-anchor="freesamplebtn"] span h3 a:hover,
.info-column[data-anchor="freesamplebtn"] span h3 a:focus,
.info-column[data-anchor="freesamplebtn"] span h3 a.focus {
  color: null;
  background-color: #40211f;
  border-color: transparent;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: portrait) {
  .info-column[data-anchor="freesamplebtn"] span {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.info-column[data-anchor="compassinfocol"] {
  color: #40211f;
  text-align: center;
  margin-top: -100px;
  margin-bottom: 15px !important;
}
.info-column[data-anchor="compassinfocol"] .h-title {
  font-size: 90px !important;
  line-height: 70px !important;
  letter-spacing: 1px;
  font-family: "ConduitITCStd-Bold" !important;
  margin-bottom: 15px !important;
}
@media only screen and (max-width: 767px) {
  .info-column[data-anchor="compassinfocol"] .h-title {
    font-size: 48px !important;
    line-height: 48px !important;
  }
}
.info-column[data-anchor="compassinfocol"] .h-pretitle {
  font-family: "DINNextLTPro-Medium" !important;
  font-size: 20px !important;
  line-height: 20px !important;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 15px !important;
}
@media only screen and (max-width: 767px) {
  .info-column[data-anchor="compassinfocol"] .h-pretitle {
    text-transform: lowercase !important;
    font-size: 16px !important;
    line-height: 24px !important;
  }
}
.info-column[data-anchor="compassinfocol"] h1,
.info-column[data-anchor="compassinfocol"] h2 {
  text-align: center;
  display: inline-block;
}
.info-column[data-anchor="compassinfocol"] p {
  text-transform: uppercase;
  font-size: 32px !important;
  line-height: 32px !important;
  letter-spacing: 2px;
  font-family: "DINNextLTPro-Condensed" !important;
}
@media only screen and (max-width: 767px) {
  .info-column[data-anchor="compassinfocol"] p {
    font-size: 24px !important;
    line-height: 25px !important;
  }
}
.info-column[data-anchor="compassinfocol"]:before {
  content: '';
  background-image: url('/Content/img/compass.png');
  width: 125px;
  height: 125px;
  display: block;
  background-repeat: no-repeat;
  margin: 0 auto;
  margin-bottom: 50px;
}
@media only screen and (min-width: 992px) {
  .info-column[data-anchor="compassinfocol"]:before {
    background-image: url('/Content/img/compass-desktop.png');
    width: 200px;
    height: 190px;
    margin-top: 150px;
  }
}
.info-column[data-anchor="exploreourteainfocol"] {
  text-align: center;
  background-size: contain;
  background-repeat: no-repeat;
  min-height: 490px;
  position: relative;
  background-position-y: 100px;
  margin-bottom: 50px;
  color: #40211f;
}
.info-column[data-anchor="exploreourteainfocol"] h1,
.info-column[data-anchor="exploreourteainfocol"] h2 {
  text-align: center;
  text-transform: lowercase;
}
.info-column[data-anchor="exploreourteainfocol"] .button-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.info-column[data-anchor="exploreourteainfocol"] .h-pretitle {
  font-size: 18px !important;
  letter-spacing: 2px !important;
  line-height: 18px !important;
  font-family: "DINNextLTPro-Condensed" !important;
}
.info-column[data-anchor="exploreourteainfocol"] .h-title {
  font-size: 36px !important;
  letter-spacing: 1px !important;
  line-height: 32px !important;
  font-family: "ConduitITCStd-Bold" !important;
}
.info-column[data-anchor^="lovesnatureinfocol"] .h-title {
  font-size: 24px !important;
  line-height: 30px !important;
  font-family: "DINNextLTPro-Bold" !important;
  text-transform: none !important;
  text-align: left !important;
  text-transform: uppercase !important;
}
@media only screen and (max-width: 767px) {
  .info-column[data-anchor^="lovesnatureinfocol"] .h-title {
    padding: 0 9% 0 23px !important;
    font-size: 32px !important;
    line-height: 32px !important;
    margin: 31px 0 !important;
  }
}
.info-column[data-anchor^="lovesnatureinfocol"] p {
  font-size: 16px !important;
  line-height: 24px !important;
  font-family: "DINNextLTPro-Regular" !important;
  text-transform: none !important;
  padding: 0 23%;
}
@media only screen and (max-width: 767px) {
  .info-column[data-anchor^="lovesnatureinfocol"] p {
    padding: 0 23px !important;
    font-size: 16px !important;
    line-height: 24px !important;
    text-align: left !important;
    max-width: 315px;
    padding: 0 !important;
    margin-left: 25px;
    margin-right: 20px;
  }
}
.info-column[data-anchor^="lovesnatureinfocol"] p strong {
  font-family: "DINNextLTPro-Bold" !important;
}
.info-column[data-anchor^="lovesnatureinfocol"] img {
  padding: 1em 23px !important;
}
.info-column[data-anchor="lovesnatureinfocolsmaller"] .h-title {
  width: 260px;
}
.info-column[data-anchor="shoptop"] {
  text-align: center;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 400px;
  height: 870px;
  display: flex;
  background-size: 100% 490px;
  flex-direction: column;
}
.info-column[data-anchor="shoptop"] div {
  order: 3;
}
.info-column[data-anchor="shoptop"] .h-pretitle {
  font-size: 24px !important;
  letter-spacing: 2px !important;
  line-height: 32px !important;
  font-family: "DINNextLTPro-Condensed" !important;
  order: 1;
}
.info-column[data-anchor="shoptop"] .h-pretitle:before {
  content: '';
  background-image: url('/siteassets/blends/logo-brown.svg');
  width: 92px;
  height: 49px;
  display: block;
  background-repeat: no-repeat;
  margin: -90px 0 50px 20px;
}
.info-column[data-anchor="shoptop"] .h-title {
  font-size: 48px !important;
  letter-spacing: 1px !important;
  line-height: 58px !important;
  font-family: 'ConduitITCStd-Bold' !important;
  order: 2;
}
.info-column[data-anchor="shoptop"] span {
  order: 4;
}
.info-column[data-anchor="shoptop"] p:first-child {
  order: 3;
  width: 244px;
  margin: 20px auto;
}
.info-column[data-anchor="shoptop"] p:nth-child(2) {
  width: 300px;
  margin: auto;
}
.info-column[data-anchor="shoptop"] p:nth-child(2) img {
  margin: 0 10px 10px 10px;
}
.info-column[data-anchor="shoptop"] img {
  margin: auto auto auto 35px;
  order: 4;
}
.info-column[data-anchor="shoptop"] h6 {
  font-family: "DINNextLTPro-Condensed";
  order: 5;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 230px;
}
.info-column[data-anchor="shoptop"] .button-wrapper {
  margin-top: 20px;
}
.info-column[data-anchor="tioratin"] {
  text-align: center;
  height: 870px;
  background-position-y: 100px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.info-column[data-anchor="tioratin"] .h-pretitle {
  font-size: 18px !important;
  letter-spacing: 2px !important;
  line-height: 32px !important;
  font-family: "DINNextLTPro-Condensed" !important;
}
.info-column[data-anchor="tioratin"] .h-title {
  font-size: 36px !important;
  letter-spacing: 1px !important;
  line-height: 32px !important;
  font-family: 'ConduitITCStd-Bold' !important;
}
.info-column[data-anchor="tioratin"] p {
  padding-top: 400px;
  width: 244px;
  margin: auto;
}
.info-column[data-anchor="tioratin"] h6 {
  font-size: 24px;
  line-height: 54px;
  letter-spacing: 2px;
  font-family: "DINNextLTPro-Condensed";
}
.info-column[data-anchor="tioratin"] .button-wrapper {
  margin-top: 30px;
}
.info-column[data-anchor^="reconnectwithnatureinfocol"] {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .info-column[data-anchor^="reconnectwithnatureinfocol"]:before {
    content: '';
    background-image: url('/siteassets/blends/logo-brown.svg');
    width: 92px;
    height: 49px;
    display: block;
    background-repeat: no-repeat;
    margin: -90px 0 50px 20px;
  }
}
.info-column[data-anchor^="reconnectwithnatureinfocol"] div {
  order: 4;
}
.info-column[data-anchor^="reconnectwithnatureinfocol"] div img {
  margin: auto;
  width: 824px;
}
@media only screen and (max-width: 767px) {
  .info-column[data-anchor^="reconnectwithnatureinfocol"] div img {
    width: auto !important;
    height: 240px !important;
  }
}
.info-column[data-anchor^="reconnectwithnatureinfocol"] .h-pretitle {
  order: 1;
  font-family: "DINNextLTPro-Condensed" !important;
  letter-spacing: 2px !important;
  text-align: center;
  font-size: 32px !important;
  line-height: 32px !important;
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .info-column[data-anchor^="reconnectwithnatureinfocol"] .h-pretitle {
    font-size: 24px !important;
    line-height: 24px !important;
    margin-bottom: -15px;
  }
}
.info-column[data-anchor^="reconnectwithnatureinfocol"] .h-title {
  order: 2;
  font-family: "ConduitITCStd-Bold" !important;
  font-size: 90px !important;
  letter-spacing: 1px !important;
  line-height: 70px !important;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .info-column[data-anchor^="reconnectwithnatureinfocol"] .h-title {
    font-size: 48px !important;
    line-height: 48px !important;
  }
}
.info-column[data-anchor^="reconnectwithnatureinfocol"] span {
  order: 3;
}
.info-column[data-anchor^="reconnectwithnatureinfocol"] span p {
  font-family: "DINNextLTPro-Regular" !important;
  font-size: 18px !important;
  line-height: 27px !important;
  padding: 30px 33.5%;
}
@media only screen and (max-width: 767px) {
  .info-column[data-anchor^="reconnectwithnatureinfocol"] span p {
    font-size: 16px !important;
    line-height: 24px !important;
    padding: 23px !important;
  }
}
.info-column[data-anchor^="reconnectwithnatureinfocol"] .button-wrapper {
  order: 5;
  padding: 50px 0;
}
.info-column[data-anchor^="reconnectwithnatureinfocol"] .button-wrapper a {
  font-family: "DINNextLTPro-MediumCond" !important;
  font-size: 20px !important;
  letter-spacing: 2px !important;
  line-height: 24px !important;
  text-transform: uppercase;
}
.info-column[data-anchor$="nobefore"] span p {
  padding: 0px;
  max-width: 450px;
  margin: 25px auto;
}
@media only screen and (max-width: 767px) {
  .info-column[data-anchor$="nobefore"] span p {
    padding: 0px !important;
  }
}
@media only screen and (max-width: 767px) {
  .info-column[data-anchor$="nobefore"]:before {
    display: none;
  }
}
.info-column[data-anchor="ambassadorinfocol"] {
  background-repeat: no-repeat;
  background-position: 50%;
  min-height: 600px;
}
@media only screen and (max-width: 767px) {
  .info-column[data-anchor="ambassadorinfocol"] {
    min-height: 400px;
    background-size: 311px;
    background-position-y: 100% !important;
  }
}
@media only screen and (min-width: 992px) {
  .info-column[data-anchor="ambassadorinfocol"] {
    margin: 150px 0;
  }
}
.info-column[data-anchor="ambassadorinfocol"] .h-pretitle {
  font-family: "DINNextLTPro-Condensed" !important;
  font-size: 20px !important;
  letter-spacing: 2px !important;
  line-height: 20px !important;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .info-column[data-anchor="ambassadorinfocol"] .h-pretitle {
    position: relative;
    bottom: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .info-column[data-anchor="ambassadorinfocol"] .h-pretitle {
    font-size: 24px !important;
    line-height: 24px !important;
  }
}
.info-column[data-anchor="ambassadorinfocol"] .h-title {
  font-family: "ConduitITCStd-Bold" !important;
  font-size: 60px !important;
  letter-spacing: 1px !important;
  line-height: 50px !important;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .info-column[data-anchor="ambassadorinfocol"] .h-title {
    font-size: 48px !important;
    line-height: 48px !important;
  }
}
@media only screen and (min-width: 992px) {
  .info-column[data-anchor="ambassadorinfocol"] .h-title {
    position: relative;
    bottom: 120px;
  }
}
.info-column[data-anchor="ambassadorinfocol"] p {
  font-family: "DINNextLTPro-Regular" !important;
  font-size: 18px !important;
  line-height: 27px !important;
}
@media only screen and (max-width: 767px) {
  .info-column[data-anchor="ambassadorinfocol"] p {
    font-size: 16px !important;
    line-height: 24px !important;
    padding: 30px 50px;
  }
}
@media only screen and (min-width: 992px) {
  .info-column[data-anchor="ambassadorinfocol"] p {
    position: relative;
    bottom: 120px;
    padding: 0 40% !important;
    margin: 40px 0 !important;
  }
}
.info-column[data-anchor="ambassadorinfocol"] a {
  font-family: "DINNextLTPro-MediumCond" !important;
  font-size: 20px !important;
  line-height: 24px !important;
  letter-spacing: 2px !important;
}
@media only screen and (min-width: 992px) {
  .info-column[data-anchor="ambassadorinfocol"] a {
    position: relative;
    bottom: 120px;
  }
}
@media only screen and (min-width: 992px) {
  .info-column[data-anchor="ambassadorinfocol"] img {
    width: 300px;
    margin-left: 15%;
  }
}
@media only screen and (max-width: 767px) {
  .info-column[data-anchor="ambassadorinfocol"] img {
    display: none;
  }
}
.info-column[data-anchor="keyingredientdesktop"] {
  width: 366px;
}
.info-column[data-anchor="keyingredientdesktop"] img {
  position: relative;
  height: 315px;
  bottom: -115px;
  margin-left: -10px !important;
  z-index: -1;
  max-width: unset !important;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .info-column[data-anchor="keyingredientdesktop"] img {
    max-width: none !important;
  }
}
.info-column[data-anchor="keyingredientdesktop"] .h-pretitle {
  font-family: "DINNextLTPro-Condensed" !important;
  font-size: 20px !important;
  letter-spacing: 2px;
}
.info-column[data-anchor="keyingredientdesktop"] .h-title {
  font-size: 60px !important;
  font-family: "ConduitITCStd-Bold" !important;
  letter-spacing: 1px;
  margin-left: -3px !important;
}
.info-column[data-anchor="desktopthreecolingredient"] .h-pretitle {
  visibility: hidden;
  height: 70px;
}
.info-column[data-anchor="desktopthreecolingredient"] .h-title {
  font-family: "DINNextLTPro-Condensed" !important;
  font-size: 32px !important;
}
@media only screen and (min-width: 992px) {
  .info-column[data-anchor="desktopthreecolingredient"] img {
    margin: 0 !important;
    width: 214px;
  }
  .info-column[data-anchor="desktopthreecolingredient"] p {
    width: 250px;
  }
}
.info-column[data-anchor^="ourblendsinfocol"] .h-pretitle {
  font-family: "DINNextLTPro-Condensed" !important;
  font-size: 20px !important;
  letter-spacing: 2px;
  line-height: 20px !important;
  margin-bottom: 20px;
}
.info-column[data-anchor^="ourblendsinfocol"] h1.h-title {
  font-family: "DINNextLTPro-MediumCond" !important;
  font-size: 32px !important;
  letter-spacing: 2px;
  line-height: 32px;
}
.info-column[data-anchor^="ourblendsinfocol"] h3.h-pretitle {
  font-family: "DINNextLTPro-MediumCond" !important;
  font-size: 32px !important;
  letter-spacing: 2px;
  line-height: 5px !important;
}
.info-column[data-anchor^="tiorasoundsinfocol"] {
  height: 1145px;
  background-repeat: no-repeat;
  background-position: 300px 38%;
  margin-left: 109px;
  background-size: 87%;
}
.info-column[data-anchor^="tiorasoundsinfocol"] .h-pretitle {
  font-family: "DINNextLTPro-Condensed" !important;
  font-size: 32px !important;
  letter-spacing: 2px;
  line-height: 32px !important;
  padding-top: 25%;
  padding-left: 20%;
}
.info-column[data-anchor^="tiorasoundsinfocol"] .h-title {
  font-family: "ConduitITCStd-Bold" !important;
  font-size: 90px !important;
  letter-spacing: 1px;
  line-height: 70px;
  text-transform: uppercase;
  padding-left: 19.75%;
}
.info-column[data-anchor^="tiorasoundsinfocol"] p {
  font-family: "DINNextLTPro-Regular" !important;
  font-size: 20px !important;
  line-height: 32px !important;
  padding: 0 20%;
}
.info-column[data-anchor^="tiorasoundsinfocol"] a {
  text-transform: uppercase;
  font-family: "DINNextLTPro-MediumCond" !important;
  font-size: 18px !important;
  letter-spacing: 1px;
  line-height: 24px;
}
.info-column[data-anchor^="tiorasoundsinfocol"] .button-wrapper {
  float: left;
  padding-left: 20%;
}
.info-column[data-anchor^="neareststockists"] {
  background-position: center 300px;
  height: 1080px;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
}
.info-column[data-anchor^="neareststockists"] div {
  order: 3;
}
.info-column[data-anchor^="neareststockists"] img {
  width: 661px;
  height: auto;
  order: 3;
  margin-left: 70px;
}
.info-column[data-anchor^="neareststockists"] .h-pretitle {
  font-family: "DINNextLTPro-Condensed" !important;
  font-size: 32px !important;
  letter-spacing: 2px;
  line-height: 32px !important;
  order: 1;
}
.info-column[data-anchor^="neareststockists"] .h-title {
  font-family: "ConduitITCStd-Bold" !important;
  font-size: 90px !important;
  letter-spacing: 1px;
  line-height: 70px !important;
  margin-top: 20px !important;
  margin-bottom: 30px !important;
  text-transform: uppercase;
  order: 2;
}
.info-column[data-anchor^="neareststockists"] span {
  order: 4;
}
.info-column[data-anchor^="neareststockists"] p:first-of-type {
  width: 298px;
  margin: 40px auto 15px auto;
}
.info-column[data-anchor^="neareststockists"] p:nth-child(2) img {
  margin: 7px;
  height: 113px;
  width: auto;
}
.info-column[data-anchor="tioranearyou"] {
  background-repeat: no-repeat;
  background-position: center;
  height: 600px;
  background-size: 570px;
}
.info-column[data-anchor="tioranearyou"] .h-pretitle {
  font-family: "DINNextLTPro-Condensed" !important;
  font-size: 20px !important;
  letter-spacing: 2px !important;
  line-height: 20px !important;
  padding-top: 130px;
  margin-bottom: 17px;
}
.info-column[data-anchor="tioranearyou"] .h-title {
  font-family: "ConduitITCStd-Bold" !important;
  font-size: 60px !important;
  letter-spacing: 1px !important;
  line-height: 50px !important;
  text-align: center;
  position: relative;
  width: 260px;
  margin: 0 auto 11px auto !important;
}
.info-column[data-anchor="tioranearyou"] p {
  font-family: "DINNextLTPro-Regular" !important;
  font-size: 18px !important;
  line-height: 27px !important;
  width: 312px;
  margin: 0 auto 40px auto;
}
.info-column[data-anchor="tioranearyou"] a {
  font-family: "DINNextLTPro-MediumCond" !important;
  font-size: 20px !important;
  line-height: 24px !important;
  letter-spacing: 2px !important;
}
.info-column[data-anchor="tioranearyou"] img {
  position: absolute;
  margin-left: -330px;
  margin-top: -40px;
}
.info-column[data-anchor="chooseyourcountryinfocol"] .h-title {
  font-family: "DINNextLTPro-Condensed" !important;
  font-size: 32px !important;
  letter-spacing: 2px !important;
  line-height: 32px !important;
  margin-top: 35px !important;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .info-column[data-anchor="chooseyourcountryinfocol"] .h-title {
    font-size: 24px !important;
    letter-spacing: 1px !important;
  }
}
.info-column[data-anchor="chooseyourcountryinfocol"] p {
  font-size: 18px !important;
  text-align: left;
  line-height: 27px !important;
  width: 370px;
  margin-left: 0px !important;
}
@media only screen and (max-width: 767px) {
  .info-column[data-anchor="chooseyourcountryinfocol"] p {
    font-size: 16px !important;
    max-width: 105%;
  }
}
.info-column[data-anchor="flags"] {
  margin-top: 35px !important;
  padding-right: 0px !important;
}
@media only screen and (max-width: 767px) {
  .info-column[data-anchor="flags"] {
    margin-top: -10px !important;
    margin-left: -45px !important;
    width: 230px !important;
  }
}
.info-column[data-anchor="flags"] p {
  font-size: 18px !important;
  text-align: left;
  line-height: 27px !important;
  margin-bottom: 35px !important;
}
@media only screen and (max-width: 767px) {
  .info-column[data-anchor="flags"] p {
    font-size: 14px !important;
    margin-left: 0px;
  }
}
@media only screen and (max-width: 320px) {
  .info-column[data-anchor="flags"] p {
    font-size: 12px !important;
  }
}
.info-column[data-anchor="flags"] p a {
  text-decoration: none;
}
.info-column[data-anchor="flags"] p a img {
  margin-right: 30px !important;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}
@media only screen and (max-width: 767px) {
  .info-column[data-anchor="flags"] p a img {
    margin-right: 10px !important;
  }
}
.app-one-column {
  padding: 2.5em 0;
}
.app-one-column .container section {
  padding: 0em 1em !important;
}
.app-one-column .container form {
  padding: 1em;
}
.app-one-column[data-anchor="freesamplecontainer"] {
  background-position-y: 150px;
}
.app-popup[data-anchor="countryselecterpopup"] {
  z-index: 5;
  max-height: 300px;
  background-color: white;
  width: 100%;
  -webkit-box-shadow: 0px -5px 25px 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px -5px 25px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px -5px 25px 4px rgba(0, 0, 0, 0.1);
}
.app-popup[data-anchor="countryselecterpopup"] .col-sm-12 {
  position: static;
}
.app-popup[data-anchor="countryselecterpopup"] .col-sm-4:nth-of-type(1) {
  margin-right: 50px;
  margin-left: 40px;
}
@media only screen and (max-width: 767px) {
  .app-popup[data-anchor="countryselecterpopup"] .col-sm-4:nth-of-type(1) {
    margin-left: -10px;
    margin-top: -50px;
  }
}
.app-popup[data-anchor="countryselecterpopup"] .col-sm-4:nth-of-type(2) .info-column:before {
  content: '';
  display: inline-block;
  float: left;
  margin-top: 30px;
  margin-left: -35px;
  height: 105px;
  width: 1px;
  border-left: 1px solid #40211f;
}
@media only screen and (max-width: 767px) {
  .app-popup[data-anchor="countryselecterpopup"] .col-sm-4:nth-of-type(2) .info-column:before {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .app-popup[data-anchor="countryselecterpopup"] .col-sm-4:nth-of-type(2) {
    width: 120px;
    padding-right: 0px;
  }
}
.app-popup[data-anchor="countryselecterpopup"] .col-sm-4:nth-of-type(3) {
  margin-left: -90px;
}
@media only screen and (max-width: 767px) {
  .app-popup[data-anchor="countryselecterpopup"] .col-sm-4:nth-of-type(3) {
    width: 120px;
    padding-right: 0px;
    margin-left: 45px;
  }
}
@media only screen and (max-width: 320px) {
  .app-popup[data-anchor="countryselecterpopup"] .col-sm-4:nth-of-type(3) {
    margin-left: 25px;
  }
}
.app-popup[data-anchor="countryselecterpopup"]:before {
  content: '';
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  background-image: url('/siteassets/country-selector/ingredients-left.png');
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
  pointer-events: none;
  opacity: 1;
  -o-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
@media only screen and (max-width: 1550px) {
  .app-popup[data-anchor="countryselecterpopup"]:before {
    opacity: 0;
  }
}
.app-popup[data-anchor="countryselecterpopup"]:after {
  content: '';
  display: block;
  position: absolute;
  top: 40px;
  right: -130px;
  height: 100%;
  width: 100%;
  z-index: 2;
  background-image: url('/siteassets/country-selector/ingredients-right.png');
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  pointer-events: none;
  opacity: 1;
  -o-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
@media only screen and (max-width: 1550px) {
  .app-popup[data-anchor="countryselecterpopup"]:after {
    opacity: 0;
  }
}
.app-popup[data-anchor="countryselecterpopup"] .close {
  background-image: url('/siteassets/country-selector/close-button.svg');
  background-repeat: no-repeat;
  background-position: top right;
}
.app-ProductCarousel {
  background-size: cover;
  background-position: top;
  background-color: white;
  margin: 0 auto;
  position: relative;
}
.app-ProductCarousel div.carousel-title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 2.5em 0;
}
.app-ProductCarousel div.carousel-title > h2 {
  margin: 0;
  padding: 0;
  word-break: break-all;
  letter-spacing: 0.2em;
  line-height: 1.35;
  font-weight: 600;
  font-size: 2.25em;
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #252525;
}
.app-ProductCarousel div.shelf {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-position: bottom center;
  background-repeat: repeat-x;
  background-size: cover;
  background-color: white;
  padding: 2.5em 0;
}
.app-ProductCarousel div.shelf div.slider-wrapper {
  display: block;
  overflow-x: hidden;
  text-align: center;
  z-index: 0;
  margin-top: -10em;
}
@media (max-width: 1024px) {
  .app-ProductCarousel div.shelf div.slider-wrapper {
    margin-top: -17.5em;
  }
}
.app-ProductCarousel div.shelf div.slider-wrapper div.slider-container {
  display: inline-block;
}
.app-ProductCarousel div.shelf div.slider-wrapper div.slider-container ul.productSlider {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  display: flex;
  align-items: center;
  justify-content: center;
}
.app-ProductCarousel div.shelf div.slider-wrapper div.slider-container ul.productSlider li {
  align-self: flex-end;
  display: inline-block;
  list-style-type: none;
  text-align: center;
  padding: 0 15px;
}
.app-ProductCarousel div.shelf div.slider-wrapper div.slider-container ul.productSlider li div {
  min-width: 260px;
  text-align: center;
}
.app-ProductCarousel div.shelf div.slider-wrapper div.slider-container ul.productSlider li div img {
  max-width: calc(260px - 30px);
  max-height: calc(1.2 * 260px);
  margin: 0 auto;
}
.app-ProductCarousel div.shelf div.slider-wrapper div.slider-container ul.productSlider li div .button-wrapper a {
  display: inline-block;
  width: calc(100% - 30px);
  padding: 6px 0;
  margin: 1.5em 0 0 0;
  background-color: transparent;
  color: black;
  border: 2px solid black;
  border-radius: 50px;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.25s ease-out;
}
.app-ProductCarousel div.shelf div.slider-wrapper div.slider-container ul.productSlider li div .button-wrapper a:hover {
  background-color: black;
  color: black;
  border: 2px solid black;
}
.app-ProductCarousel div.shelf div.slidernav {
  display: none;
  text-align: center;
  padding: 2.5em 0 0 0;
}
.app-ProductCarousel div.shelf div.slidernav a {
  display: inline-block;
  background-color: transparent;
  border: 2px solid black;
  color: black;
  text-decoration: none;
  cursor: pointer;
  border-radius: 50%;
  padding: 6px 18px;
  margin: 0 30px;
  transition: all 0.25s ease-out;
}
.app-ProductCarousel div.shelf div.slidernav a:hover {
  background-color: black;
  color: black;
  border: 2px solid black;
}
.app-ProductCarousel.has-navigation div.shelf div.slidernav {
  display: block;
}
.app-ProductCarousel[data-anchor="carouseldesktop"] li {
  width: 370px;
  height: 370px;
}
.app-ProductCarousel[data-anchor="ourblendscarousel"] {
  min-height: 760px !important;
}
.app-ProductCarousel[data-anchor="ourblendscarousel"] li div {
  min-width: 470px !important;
}
.app-ProductCarousel[data-anchor="ourblendscarousel"] li div img {
  max-width: 450px !important;
  max-height: 450px !important;
}
.app-ProductCarousel[data-anchor="ourblendscarousel"] .slidernav {
  display: block;
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
  padding: 0 !important;
}
.app-ProductCarousel[data-anchor="ourblendscarousel"] .slidernav a {
  display: block;
  position: absolute;
  background-color: transparent !important;
  color: transparent !important;
  border: none !important;
  width: 0px;
  height: 0px;
  color: transparent;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  margin: 0;
  transition: all 0.25s ease-out;
}
.app-ProductCarousel[data-anchor="ourblendscarousel"] .slidernav a:nth-child(1) {
  left: 0px;
  border: none;
}
.app-ProductCarousel[data-anchor="ourblendscarousel"] .slidernav a:nth-child(1):after {
  content: '';
  display: block;
  position: absolute;
  top: 45px;
  left: 0px;
  width: 80px;
  transform: rotate(180deg);
  height: 80px;
  transition: all 0.25s ease-out;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(/Content/img/quaternary-btn.svg);
}
.app-ProductCarousel[data-anchor="ourblendscarousel"] .slidernav a:nth-child(2) {
  right: 0px;
  border: none;
}
.app-ProductCarousel[data-anchor="ourblendscarousel"] .slidernav a:nth-child(2):after {
  content: '';
  display: block;
  position: absolute;
  top: 45px;
  right: 0px;
  width: 80px;
  transition: all 0.25s ease-out;
  height: 80px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(/Content/img/quaternary-btn.svg);
}
.app-ProductCarousel[data-anchor="ourblendscarousel"] .slidernav a:hover:nth-child(1):after {
  border: none;
  background-color: transparent;
  transform: scale(1.075) rotate(180deg);
}
.app-ProductCarousel[data-anchor="ourblendscarousel"] .slidernav a:hover:nth-child(2):after {
  border: none;
  background-color: transparent;
  transform: scale(1.075);
}
section.app-QuizBlock h3,
section.app-QuizBlock h1,
section.app-QuizBlock h4 {
  text-align: center;
  color: black;
}
section.app-QuizBlock .quizContainer {
  margin: 0 auto;
  position: relative;
  text-align: right;
}
section.app-QuizBlock .quizContainer section.app-QuizQuestion .quizQuestion {
  text-align: center;
  color: black;
}
section.app-QuizBlock .quizContainer section.app-QuizQuestion .optionsContainer .quizBlockStep {
  margin: 20px;
  padding: 13px;
  min-height: 100px;
}
section.app-QuizBlock .quizContainer section.app-QuizQuestion .optionsContainer .quizBlockStep p {
  color: black;
  text-align: center;
  vertical-align: middle;
}
section.app-QuizBlock .quizContainer section.app-QuizQuestion .optionsContainer .quizBlockStep.selected {
  border: 1px solid gray;
}
section.app-QuizBlock .quizContainer section.app-QuizQuestion .descriptionContainer {
  min-height: 80px;
  margin: 20px;
}
section.app-QuizBlock .quizContainer section.app-QuizQuestion .descriptionContainer .questionDescription {
  text-align: center;
  color: black;
}
section.app-QuizBlock .quizContainer section.app-QuizQuestion .descriptionContainer .choiceDescriptionPlaceholder {
  text-align: center;
  color: black;
}
section.app-QuizBlock .quizContainer section.app-QuizQuestion .quizMenu {
  margin: 3em;
  min-height: 5em;
}
section.app-QuizBlock .quizContainer section.app-QuizQuestion .quizMenu .stepLabel {
  color: black;
  padding-top: 20px;
  text-align: center;
}
section.app-QuizBlock .quizContainer section.app-QuizQuestion .quizMenu .stepIndicatorPlaceholder {
  padding-top: 26px;
}
section.app-QuizBlock .quizContainer section.app-QuizQuestion .quizMenu .stepIndicatorPlaceholder .stepIndicator div p {
  width: 30px;
  height: 30px;
  text-align: center;
  color: black;
  margin: 0 auto;
  line-height: 30px;
}
section.app-QuizBlock .quizContainer section.app-QuizQuestion .quizMenu .stepIndicatorPlaceholder .stepIndicator .answered p {
  border-radius: 50%;
  background: buttonface;
  width: 30px;
  height: 30px;
  text-align: center;
  color: white;
}
section.app-QuizBlock .quizContainer section.app-QuizQuestion .quizMenu .stepIndicatorPlaceholder .stepIndicator .currentStep p {
  border-radius: 50%;
  background: #e1261c;
  width: 30px;
  height: 30px;
  text-align: center;
  color: white;
}
section.app-QuizBlock .quizContainer section.app-QuizQuestion .quizMenu .submitQuiz {
  margin: 0px;
}
section.app-QuizBlock .quizContainer section.app-QuizQuestion .quizMenu .nextQuestion {
  margin: 0px;
}
section.app-QuizBlock .quizContainer section.app-QuizQuestion.lastStep {
  color: black;
  text-align: center;
}
section.app-QuizBlock .quizResultContainer {
  margin: 0 auto;
}
section.app-QuizBlock .quizResultContainer .blendResultImage {
  min-width: 200px;
  min-height: 200px;
  vertical-align: middle;
  padding: 0px;
  margin: 0px 50px 0px 50px;
}
section.app-QuizBlock .quizResultContainer .blendResultImage img {
  height: 200px;
  width: 200px;
}
section.app-QuizBlock .quizResultContainer .blendResult .blendResultTitle {
  color: black;
  display: block;
  margin: 50px 10px 25px 10px;
  text-align: center;
}
section.app-QuizBlock .quizResultContainer .blendResult .blendResultDescription {
  color: black;
}
section.app-QuizBlock .quizResultContainer .blendResult .actionButtons {
  margin-top: 50px;
}
section.app-QuizBlock .quizResultContainer .blendResult .actionButtons .additionalButton {
  display: block;
  max-width: 200px;
  margin: 5px 10px 5px 10px;
}
section.app-QuizBlock .quizResultContainer .blendResult .actionButtons .retakeQuiz {
  display: block;
  max-width: 200px;
  margin: 5px 10px 5px 10px;
}
section.app-QuizBlock .quizNoResultContainer .quizNoResultTitle {
  color: black;
  text-align: center;
}
section.app-QuizBlock .quizNoResultContainer .actionButtons .retakeQuiz {
  margin: 1.9em;
  text-align: center;
}
section.app-QuizBlock .quizNoResultContainer .actionButtons .additionalButton {
  margin: 1.9em;
  text-align: center;
}
section.app-BlendFinder {
  text-align: center;
  min-height: 900px;
}
section.app-BlendFinder .row .app-BlendFinderHeader h1 {
  font-size: 24px;
  font-weight: normal;
  font-family: "DINNextLTPro-Condensed";
  letter-spacing: 2px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  section.app-BlendFinder .row .app-BlendFinderHeader h1 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
section.app-BlendFinder .row .blendFinder-Questionnaire {
  font-size: 46px;
  height: 150px;
}
section.app-BlendFinder .row .blendFinder-Questionnaire .blendFinderStatements {
  font-family: "DINNextLTPro-Regular";
}
section.app-BlendFinder .row .blendFinder-Questionnaire .blendFinderOptions {
  font-family: "DINNextLTPro-Medium";
}
section.app-BlendFinder .row .blendFinder-Questionnaire select::-ms-expand {
  display: none;
}
section.app-BlendFinder .row .blendFinderResult {
  min-height: 550px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
section.app-BlendFinder .row .blendFinderResult .blendSuggestion .blendInformation h2 {
  bottom: 60px;
  color: #40211f;
  font-size: 24px;
  font-weight: normal;
  font-family: "DINNextLTPro-Condensed";
  letter-spacing: 2px;
}
section.app-BlendFinder .row .blendFinderResult .blendSuggestion .blendInformation h1 {
  color: #40211f;
  position: absolute;
  font-family: "DINNextLTPro-MediumCond";
  letter-spacing: 2px;
  font-size: 46px;
  text-transform: uppercase;
  bottom: 0px;
}
section.app-BlendFinder .row .blendFinderResult .blendSuggestion .blendInformation .exploreBlend {
  position: relative !important;
  left: 0;
  right: 0;
  bottom: -540px;
}
section.app-BlendFinder .row .blendFinderResult .blendSuggestion .blendInformation .exploreBlend.btn-quaternary {
  justify-content: center;
  background-position: 67%;
  padding: 0;
}
section.app-BlendFinder .row .blendFinderResult .blendSuggestion .blendInformation .exploreBlend.btn-quaternary:after {
  content: '';
  margin: 0 auto;
  left: 0;
  right: 0;
  background-color: #fcf4de;
  width: 30%;
  height: 28px;
  position: absolute;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.4s;
}
@media only screen and (max-width: 767px) {
  section.app-BlendFinder .row .blendFinderResult .blendSuggestion .blendInformation .exploreBlend.btn-quaternary:after {
    opacity: 1;
  }
}
section.app-BlendFinder .row .blendFinderResult .blendSuggestion .blendInformation .exploreBlend.btn-quaternary:hover:after {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  section.app-BlendFinder .row .blendFinder-Questionnaire {
    font-size: 30px;
    height: auto;
    margin: 0 10px;
  }
  section.app-BlendFinder .row .blendFinder-Questionnaire .blendFinderStatements {
    display: inline-block;
  }
  section.app-BlendFinder .row .blendFinder-Questionnaire .blendFinderOptions {
    line-height: 35px;
  }
  section.app-BlendFinder .row .blendFinderResult {
    min-height: 370px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: -20px;
  }
  section.app-BlendFinder .row .blendFinderResult .blendSuggestion .blendInformation {
    min-height: 350px !important;
    position: relative;
  }
  section.app-BlendFinder .row .blendFinderResult .blendSuggestion .blendInformation h2 {
    font-size: 20px;
    font-weight: 400;
    bottom: 70px;
  }
  section.app-BlendFinder .row .blendFinderResult .blendSuggestion .blendInformation h1 {
    position: relative !important;
    font-size: 32px;
    font-weight: 600;
    bottom: -280px;
    margin: 0 auto;
    max-width: 80%;
  }
  section.app-BlendFinder .row .blendFinderResult .blendSuggestion .blendInformation .exploreBlend {
    padding: 0;
    background-position: 66% !important;
    bottom: -270px;
  }
}
.app-rangepage-titlebar {
  padding: 0.7em 0;
  text-align: left;
  min-height: 700px;
}
@media only screen and (min-width: 992px) {
  .app-rangepage-titlebar {
    min-height: 1000px;
  }
}
@media only screen and (max-width: 767px) {
  .app-rangepage-titlebar {
    font-size: 24px !important;
    line-height: 29px !important;
  }
  .app-rangepage-titlebar:before {
    content: '';
    background-image: url('/Content/img/logo-header-white.svg');
    position: relative;
    width: 204px;
    height: 116.19px;
    display: block;
    background-repeat: no-repeat;
    margin: auto;
    top: 120px;
  }
}
.app-rangepage-titlebar h2 {
  font-size: 32px !important;
  line-height: 32px !important;
  letter-spacing: 2px !important;
  text-align: center;
  color: white !important;
  font-family: "DINNextLTPro-Condensed" !important;
  margin-top: 70px;
  margin-top: -90px;
}
@media only screen and (min-width: 992px) {
  .app-rangepage-titlebar h2:before {
    content: '';
    background-image: url('/Content/img/logo-header-white.svg');
    position: relative;
    width: 290px;
    height: 165px;
    display: block;
    background-repeat: no-repeat;
    margin: auto;
    background-size: 290px 165px;
    margin-bottom: 30px;
  }
}
.app-rangepage-titlebar h1 {
  font-size: 60px !important;
  letter-spacing: 1px !important;
  line-height: 50px !important;
  text-align: center;
  color: white !important;
  font-family: "ConduitITCStd-Bold" !important;
}
@media only screen and (max-width: 767px) {
  .app-rangepage-titlebar h1 {
    font-size: 48px !important;
    line-height: 58px !important;
  }
}
.app-rangepage-titlebar .center-text {
  margin-top: 250px;
}
.app-producttype {
  display: none;
}
.app-standard-text {
  background-position: center;
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
  padding: 2.5em 0;
}
.app-standard-text .app-standard-text-header {
  text-align: center;
  margin-bottom: 1em;
}
.app-standard-text .divider {
  margin: 0 auto;
}
.app-standard-text[data-anchor="finestteastandardtext"] {
  margin-bottom: -120px;
}
.app-standard-text[data-anchor="finestteastandardtext"] .h-pretitle {
  font-family: "DINNextLTPro-Condensed" !important;
  font-size: 32px !important;
  letter-spacing: 2px;
}
.app-standard-text[data-anchor="finestteastandardtext"] .h-pretitle:before {
  content: '';
  background-image: url('/Content/img/jde_small_container_quote_v002.gif');
  width: 75px;
  height: 75px;
  background-size: contain;
  display: block;
  background-repeat: no-repeat;
  margin: 0 auto;
  margin-bottom: 20px;
}
.app-standard-text[data-anchor="finestteastandardtext"] .h-pretitle:before {
  background-image: url('/Content/img/jde_small_container_pick_v001.gif');
}
.app-standard-text[data-anchor="finestteastandardtext"] .h-title {
  font-family: 'ConduitITCStd-Bold' !important;
  font-size: 90px !important;
  letter-spacing: 1px;
}
.app-standard-text[data-anchor="standardbtn"] {
  padding: 0;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .app-standard-text[data-anchor="textandbtn"] .h-title {
    font-size: 60px !important;
    letter-spacing: 1px;
  }
  .app-standard-text[data-anchor="textandbtn"] p {
    width: 560px;
    margin: auto;
    font-size: 24px;
    line-height: 36px;
  }
}
.app-standard-text[data-anchor="textandbtn"] .h-title {
  font-family: 'ConduitITCStd-Bold' !important;
}
.app-standard-text[data-anchor="textandbtn"] p {
  margin-bottom: 30px;
}
.app-standard-text[data-anchor="textandbtnhomepage"] .h-pretitle {
  font-family: "DINNextLTPro-Condensed" !important;
  font-size: 20px !important;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
.app-standard-text[data-anchor="textandbtnhomepage"] .h-title {
  font-size: 60px !important;
  letter-spacing: 1px;
  font-family: 'ConduitITCStd-Bold' !important;
  margin-bottom: 40px !important;
}
.app-standard-text[data-anchor="textandbtnhomepage"] p {
  width: 570px;
  margin: auto;
  font-size: 18px;
  line-height: 27px;
}
.app-standard-text[data-anchor="textandbtnhomepage"] .btn {
  margin: 60px auto;
}
@media only screen and (max-width: 767px) {
  .app-standard-text[data-anchor="textandbtnhomepage"] .h-pretitle {
    font-size: 24px !important;
  }
  .app-standard-text[data-anchor="textandbtnhomepage"] .h-title {
    font-size: 48px !important;
  }
  .app-standard-text[data-anchor="textandbtnhomepage"] p {
    width: 315px;
    font-size: 16px !important;
    line-height: 24px;
    margin-bottom: 30px;
  }
}
.app-standard-text[data-anchor="tastingnotes"] {
  max-height: 350px;
}
.app-standard-text[data-anchor="tastingnotes"] .app-standard-text-header {
  padding-left: 0;
  padding-right: 0;
}
.app-standard-text[data-anchor="tastingnotes"] img {
  margin-top: 40px;
  width: 100%;
}
.app-standard-text[data-anchor="relatedblends"] {
  padding-bottom: 0px;
}
.app-standard-text[data-anchor="relatedblends"] .h-pretitle {
  font-family: "DINNextLTPro-Condensed" !important;
}
.app-standard-text[data-anchor="relatedblends"] .h-pretitle:before {
  content: '';
  background-image: url('/Content/img/jde_small_container_quote_v002.gif');
  width: 75px;
  height: 75px;
  background-size: contain;
  display: block;
  background-repeat: no-repeat;
  margin: 0 auto;
  margin-bottom: 20px;
}
.app-standard-text[data-anchor="relatedblends"] .h-pretitle:before {
  background-image: url('/Content/img/jde_small_container_pick_v001.gif');
}
.app-standard-text[data-anchor="relatedblends"] .h-title {
  font-family: "ConduitITCStd-Bold" !important;
  font-size: 36px !important;
  letter-spacing: 1px !important;
  line-height: 32px;
}
@media only screen and (min-width: 992px) {
  .app-standard-text[data-anchor="relatedblends"] .h-title {
    font-size: 60px !important;
    letter-spacing: 1px !important;
    line-height: 50px !important;
    width: 570px;
    margin: 25px auto auto auto !important;
  }
}
.app-standard-text[data-anchor="textnobtn"] {
  margin-top: -250px;
  margin-bottom: 60px;
}
.app-standard-text[data-anchor="treatedwithcare"] {
  color: #40211f;
  /*@media @phone {
            .kiwianimation();
            &:before{
              background-image: url('/Content/img/jde_small_container_pick_v001.gif');
            }
		}*/

}
.app-standard-text[data-anchor="treatedwithcare"] .h-title {
  font-size: 90px !important;
  letter-spacing: 1px !important;
  line-height: 70px !important;
  font-family: 'ConduitITCStd-Bold' !important;
}
@media only screen and (max-width: 767px) {
  .app-standard-text[data-anchor="treatedwithcare"] .h-title {
    font-size: 48px !important;
    line-height: 58px !important;
  }
}
.app-standard-text[data-anchor="treatedwithcare"] .h-pretitle {
  font-size: 32px !important;
  letter-spacing: 2px !important;
  line-height: 32px !important;
  font-family: "DINNextLTPro-Condensed" !important;
}
.app-standard-text[data-anchor="treatedwithcare"] .h-pretitle:before {
  content: '';
  background-image: url('/Content/img/jde_small_container_quote_v002.gif');
  width: 75px;
  height: 75px;
  background-size: contain;
  display: block;
  background-repeat: no-repeat;
  margin: 0 auto;
  margin-bottom: 20px;
}
.app-standard-text[data-anchor="treatedwithcare"] .h-pretitle:before {
  background-image: url('/Content/img/jde_small_container_pick_v001.gif');
}
@media only screen and (min-width: 992px) {
  .app-standard-text[data-anchor="treatedwithcare"] .h-pretitle {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .app-standard-text[data-anchor="treatedwithcare"] .h-pretitle {
    font-size: 24px !important;
    line-height: 32px !important;
  }
}
.app-standard-text[data-anchor="treatedwithcare"] h6 {
  text-transform: uppercase;
  font-family: "DINNextLTPro-Condensed";
  letter-spacing: 2px;
  font-size: 20px;
  line-height: 20px;
}
@media only screen and (min-width: 992px) {
  .app-standard-text[data-anchor="treatedwithcare"] h6 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .app-standard-text[data-anchor="treatedwithcare"] h6 {
    font-size: 18px;
    line-height: 24px;
  }
}
.app-standard-text[data-anchor="treatedwithcare"] p {
  font-size: 18px !important;
  line-height: 27px !important;
  font-family: "DINNextLTPro-Regular" !important;
  max-width: 745px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .app-standard-text[data-anchor="treatedwithcare"] p {
    font-size: 16px !important;
    line-height: 24px !important;
    max-width: 315px;
  }
}
@media only screen and (min-width: 992px) {
  .app-standard-text[data-anchor="treatedwithcare"] p:first-of-type {
    font-size: 32px !important;
    line-height: 32px !important;
    margin-bottom: 30px;
    margin-top: 20px;
  }
}
.app-standard-text[data-anchor="wecarefortheplanet"] {
  color: #40211f;
}
.app-standard-text[data-anchor="wecarefortheplanet"]:before {
  content: '';
  background-image: url('/Content/img/jde_small_container_quote_v002.gif');
  width: 75px;
  height: 75px;
  background-size: contain;
  display: block;
  background-repeat: no-repeat;
  margin: 0 auto;
  margin-bottom: 20px;
}
.app-standard-text[data-anchor="wecarefortheplanet"]:before {
  background-image: url('/Content/img/jde_small_container_pick_v001.gif');
}
.app-standard-text[data-anchor="wecarefortheplanet"] .h-title {
  font-size: 48px !important;
  letter-spacing: 1px !important;
  line-height: 58px !important;
  font-family: 'ConduitITCStd-Bold' !important;
}
.app-standard-text[data-anchor="wecarefortheplanet"] .h-pretitle {
  font-size: 24px !important;
  letter-spacing: 2px !important;
  line-height: 32px !important;
  font-family: "DINNextLTPro-Condensed" !important;
}
.app-standard-text[data-anchor="wecarefortheplanet"] h6 {
  text-transform: uppercase;
  font-family: "DINNextLTPro-Condensed";
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 24px;
}
@media only screen and (max-width: 767px) {
  .app-standard-text[data-anchor="wecarefortheplanet"] p {
    max-width: 315px;
    margin: auto;
  }
}
@media only screen and (min-width: 992px) {
  .app-standard-text[data-anchor="wecarefortheplanet"] {
    margin-bottom: 50px;
  }
  .app-standard-text[data-anchor="wecarefortheplanet"] .h-pretitle {
    font-size: 32px !important;
  }
  .app-standard-text[data-anchor="wecarefortheplanet"] .h-title {
    font-size: 90px !important;
    margin-top: 30px !important;
    line-height: 70px !important;
  }
  .app-standard-text[data-anchor="wecarefortheplanet"] p {
    font-size: 24px !important;
    line-height: 36px;
    width: 570px;
    margin: 30px auto auto auto;
  }
}
.app-standard-text[data-anchor="weretiora"] {
  padding-top: 0;
  color: #40211f;
}
.app-standard-text[data-anchor="weretiora"] .container {
  padding: 0 14% !important;
}
@media only screen and (max-width: 767px) {
  .app-standard-text[data-anchor="weretiora"] .container {
    padding: 0 23px !important;
  }
}
.app-standard-text[data-anchor="weretiora"] p {
  font-size: 18px !important;
  line-height: 27px !important;
  font-family: "DINNextLTPro-Regular" !important;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .app-standard-text[data-anchor="weretiora"] p {
    font-size: 16px !important;
    line-height: 24px !important;
  }
}
.app-standard-text[data-anchor="natureintostdtext"] .col-sm-10 {
  padding: 0 !important;
}
.app-standard-text[data-anchor="natureintostdtext"] .h-title {
  letter-spacing: 1px !important;
  font-family: "ConduitITCStd-Bold" !important;
  font-size: 60px !important;
  line-height: 50px !important;
}
@media only screen and (max-width: 767px) {
  .app-standard-text[data-anchor="natureintostdtext"] .h-title {
    font-size: 48px !important;
    line-height: 48px !important;
  }
}
.app-standard-text[data-anchor="natureintostdtext"] .h-pretitle {
  font-size: 32px !important;
  letter-spacing: 2px !important;
  line-height: 32px !important;
  font-family: "DINNextLTPro-Condensed" !important;
}
.app-standard-text[data-anchor="natureintostdtext"] .h-pretitle:before {
  content: '';
  background-image: url('/Content/img/jde_small_container_quote_v002.gif');
  width: 75px;
  height: 75px;
  background-size: contain;
  display: block;
  background-repeat: no-repeat;
  margin: 0 auto;
  margin-bottom: 20px;
}
.app-standard-text[data-anchor="natureintostdtext"] .h-pretitle:before {
  background-image: url('/Content/img/jde_small_container_pick_v001.gif');
}
@media only screen and (max-width: 767px) {
  .app-standard-text[data-anchor="natureintostdtext"] .h-pretitle {
    font-size: 24px !important;
    line-height: 24px !important;
  }
}
.app-standard-text[data-anchor="natureintostdtext"] p {
  padding: 0 22% !important;
  font-family: "DINNextLTPro-Regular" !important;
  font-size: 24px !important;
  line-height: 36px !important;
}
@media only screen and (max-width: 767px) {
  .app-standard-text[data-anchor="natureintostdtext"] p {
    padding: 0 22px !important;
    font-size: 16px !important;
    line-height: 24px !important;
  }
}
.app-standard-text[data-anchor="wellbeingstdtext"] .col-sm-10 {
  padding: 0 !important;
}
.app-standard-text[data-anchor="wellbeingstdtext"] .h-pretitle {
  font-size: 60px !important;
  letter-spacing: 1px !important;
  line-height: 50px !important;
  font-family: "ConduitITCStd-Bold" !important;
  margin-bottom: 25px;
}
.app-standard-text[data-anchor="wellbeingstdtext"] .h-pretitle:before {
  content: '';
  background-image: url('/Content/img/jde_small_container_quote_v002.gif');
  width: 75px;
  height: 75px;
  background-size: contain;
  display: block;
  background-repeat: no-repeat;
  margin: 0 auto;
  margin-bottom: 20px;
}
.app-standard-text[data-anchor="wellbeingstdtext"] .h-pretitle:before {
  background-image: url('/Content/img/jde_small_container_sleep_v001.gif');
}
@media only screen and (max-width: 767px) {
  .app-standard-text[data-anchor="wellbeingstdtext"] .h-pretitle {
    font-size: 36px !important;
    line-height: 32px !important;
  }
}
.app-standard-text[data-anchor="wellbeingstdtext"] .h-title {
  font-size: 24px !important;
  line-height: 30px !important;
  font-family: "DINNextLTPro-Bold" !important;
  text-transform: none !important;
  padding: 0 23%;
}
@media only screen and (max-width: 767px) {
  .app-standard-text[data-anchor="wellbeingstdtext"] .h-title {
    padding: 0 23px !important;
    font-size: 16px !important;
    line-height: 28px !important;
  }
}
.app-standard-text[data-anchor="wellbeingstdtext"] p {
  font-family: "DINNextLTPro-Regular" !important;
  font-size: 24px !important;
  line-height: 36px !important;
  padding: 0 23%;
}
@media only screen and (max-width: 767px) {
  .app-standard-text[data-anchor="wellbeingstdtext"] p {
    padding: 0 23px;
    font-size: 16px !important;
    line-height: 24px !important;
  }
}
.app-standard-text[data-anchor="howtobrew"] {
  padding: 0 22px !important;
  margin-top: 50px;
}
.app-standard-text[data-anchor="howtobrew"] .col-sm-offset-1 {
  margin-left: 3.5%;
}
@media only screen and (max-width: 767px) {
  .app-standard-text[data-anchor="howtobrew"] .col-sm-offset-1 {
    margin-left: 0px;
  }
}
.app-standard-text[data-anchor="howtobrew"] h4 {
  font-family: "DINNextLTPro-Condensed" !important;
  letter-spacing: 1px;
  font-size: 32px;
}
@media only screen and (max-width: 767px) {
  .app-standard-text[data-anchor="howtobrew"] h4 {
    font-size: 16px !important;
  }
}
.app-standard-text[data-anchor="howtobrew"] p {
  font-size: 18px !important;
  margin-left: 50px;
  width: 300px;
}
@media only screen and (max-width: 767px) {
  .app-standard-text[data-anchor="howtobrew"] p {
    font-size: 16px !important;
    width: unset;
    position: relative;
    top: -20px;
  }
}
.app-standard-text[data-anchor="howtobrew"] h4:first-of-type:before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 35px;
  position: relative;
  background-repeat: no-repeat;
  vertical-align: top;
  margin-right: 25px;
}
.app-standard-text[data-anchor="howtobrew"] h4:first-of-type:before {
  background-image: url('/Content/img/water-icon.svg');
}
.app-standard-text[data-anchor="howtobrew"] h4:nth-of-type(2):before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 35px;
  position: relative;
  background-repeat: no-repeat;
  vertical-align: top;
  margin-right: 25px;
}
.app-standard-text[data-anchor="howtobrew"] h4:nth-of-type(2):before {
  background-image: url('/Content/img/temperature-icon.svg');
}
.app-standard-text[data-anchor="howtobrew"] h4:nth-of-type(3):before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 35px;
  position: relative;
  background-repeat: no-repeat;
  vertical-align: top;
  margin-right: 25px;
}
.app-standard-text[data-anchor="howtobrew"] h4:nth-of-type(3):before {
  background-image: url('/Content/img/time-icon.svg');
}
@media only screen and (max-width: 767px) {
  .app-standard-text[data-anchor="howtobrew"] {
    margin-top: 0px;
  }
}
.app-standard-text[data-anchor="quote"] {
  padding: 0 22px;
}
.app-standard-text[data-anchor="quote"] p {
  font-size: 46px;
  line-height: 70px;
  width: 770px;
  margin: auto;
}
.app-standard-text[data-anchor="quote"] p:before {
  content: '';
  background-image: url('/Content/img/jde_small_container_quote_v002.gif');
  width: 75px;
  height: 75px;
  background-size: contain;
  display: block;
  background-repeat: no-repeat;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .app-standard-text[data-anchor="quote"] p {
    font-size: 24px;
    line-height: 28px;
    width: unset;
  }
}
.app-standard-text[data-anchor="quote"] p:after {
  content: '';
  display: block;
  width: 40px;
  height: 2px;
  position: relative;
  top: 30px;
  background-color: #40211f;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .app-standard-text[data-anchor="quote"] p:after {
    width: 20px;
  }
}
.app-standard-text[data-anchor="cantwait"] {
  text-align: center;
  padding: 0;
}
@media only screen and (min-width: 992px) {
  .app-standard-text[data-anchor="cantwait"] {
    margin-top: 130px;
    height: 475px;
  }
  .app-standard-text[data-anchor="cantwait"]:before {
    content: '';
    background-image: url('/siteassets/shop/cantwaitleft.png');
    height: 474px;
    width: 396px;
    display: block;
    background-repeat: no-repeat;
    left: 0;
    position: absolute;
  }
  .app-standard-text[data-anchor="cantwait"]:after {
    content: '';
    background-image: url('/siteassets/shop/cantwaitright.png');
    height: 427px;
    width: 322px;
    display: block;
    background-repeat: no-repeat;
    right: 0;
    margin-top: -370px;
    position: absolute;
  }
}
.app-standard-text[data-anchor="cantwait"] .h-pretitle {
  font-size: 18px !important;
  letter-spacing: 2px !important;
  line-height: 32px !important;
  font-family: 'DINNextLTPro-Condensed' !important;
}
@media only screen and (min-width: 992px) {
  .app-standard-text[data-anchor="cantwait"] .h-pretitle {
    font-size: 20px !important;
    line-height: 20px !important;
    margin-bottom: 20px;
  }
}
.app-standard-text[data-anchor="cantwait"] .h-title {
  font-size: 36px !important;
  letter-spacing: 1px !important;
  line-height: 32px !important;
  font-family: 'ConduitITCStd-Bold' !important;
}
@media only screen and (min-width: 992px) {
  .app-standard-text[data-anchor="cantwait"] .h-title {
    font-size: 60px !important;
    line-height: 50px !important;
  }
}
.app-standard-text[data-anchor="cantwait"] p:first-of-type {
  width: 315px;
  margin: auto;
  padding-bottom: 50px;
}
@media only screen and (min-width: 992px) {
  .app-standard-text[data-anchor="cantwait"] p:first-of-type {
    width: 371px;
    margin: auto;
  }
}
@media only screen and (max-width: 320px) {
  .app-standard-text[data-anchor="cantwait"] p:first-of-type {
    width: 270px;
  }
}
.app-standard-text[data-anchor="cantwait"] p:nth-child(2) img {
  margin: 0px 10px 10px 10px;
}
@media only screen and (min-width: 992px) {
  .app-standard-text[data-anchor="cantwait"] p:nth-child(2) img {
    margin: 7px;
    height: 113px;
    width: auto;
  }
}
.app-standard-text[data-anchor="becomesanambassador"] {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.app-standard-text[data-anchor="becomesanambassador"] .h-pretitle {
  font-size: 18px !important;
  letter-spacing: 2px !important;
  line-height: 18px !important;
  font-family: "DINNextLTPro-Condensed" !important;
}
.app-standard-text[data-anchor="becomesanambassador"] .h-title {
  font-size: 36px !important;
  letter-spacing: 1px !important;
  line-height: 32px !important;
  font-family: "ConduitITCStd-Bold" !important;
}
.app-standard-text[data-anchor="becomesanambassador"] p {
  margin-bottom: 16px;
  padding-right: 0 23px;
  font-size: 18px !important;
  line-height: 24px !important;
  font-family: "DINNextLTPro-Regular" !important;
}
.app-standard-text[data-anchor="reconnectwithnature"] {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.app-standard-text[data-anchor="reconnectwithnature"] .h-pretitle {
  font-size: 18px !important;
  letter-spacing: 2px !important;
  line-height: 18px !important;
  font-family: "DINNextLTPro-Condensed" !important;
}
.app-standard-text[data-anchor="reconnectwithnature"] .h-title {
  font-size: 36px !important;
  letter-spacing: 1px !important;
  line-height: 32px !important;
  font-family: "ConduitITCStd-Bold" !important;
}
.app-standard-text[data-anchor="reconnectwithnature"] p {
  margin-bottom: 16px;
  padding-right: 0 23px;
  font-size: 18px !important;
  line-height: 24px !important;
  font-family: "DINNextLTPro-Regular" !important;
}
.app-standard-text[data-anchor="tryourblends"] .h-pretitle {
  font-size: 32px !important;
  letter-spacing: 2px !important;
  line-height: 32px !important;
  font-family: "DINNextLTPro-Condensed" !important;
}
@media only screen and (max-width: 767px) {
  .app-standard-text[data-anchor="tryourblends"] .h-pretitle {
    font-size: 24px !important;
    line-height: 24px !important;
    margin-bottom: 15px;
  }
}
.app-standard-text[data-anchor="tryourblends"] .h-title {
  font-size: 90px !important;
  letter-spacing: 1px !important;
  line-height: 70px !important;
  font-family: "ConduitITCStd-Bold" !important;
}
@media only screen and (max-width: 767px) {
  .app-standard-text[data-anchor="tryourblends"] .h-title {
    font-size: 48px !important;
    line-height: 38px !important;
  }
}
.app-standard-text[data-anchor="tryourblends"] p {
  font-size: 24px !important;
  line-height: 36px !important;
  font-family: "DINNextLTPro-Regular" !important;
}
@media only screen and (max-width: 767px) {
  .app-standard-text[data-anchor="tryourblends"] p {
    font-size: 16px !important;
    line-height: 24px !important;
    width: 315px;
    margin: auto;
  }
}
.app-standard-text[data-anchor="naturetips"] .h-pretitle {
  font-size: 32px !important;
  letter-spacing: 2px !important;
  line-height: 32px !important;
  font-family: "DINNextLTPro-Condensed" !important;
}
@media only screen and (max-width: 767px) {
  .app-standard-text[data-anchor="naturetips"] .h-pretitle {
    font-size: 24px !important;
    line-height: 24px !important;
    margin-bottom: 15px;
  }
}
.app-standard-text[data-anchor="naturetips"] .h-title {
  font-size: 90px !important;
  letter-spacing: 1px !important;
  line-height: 70px !important;
  font-family: 'conduititcstd-bold' !important;
}
@media only screen and (max-width: 767px) {
  .app-standard-text[data-anchor="naturetips"] .h-title {
    font-size: 48px !important;
    line-height: 38px !important;
  }
}
.app-standard-text[data-anchor="naturetips"] p {
  font-size: 24px !important;
  line-height: 36px !important;
  font-family: "DINNextLTPro-Regular" !important;
}
@media only screen and (max-width: 767px) {
  .app-standard-text[data-anchor="naturetips"] p {
    font-size: 16px !important;
    line-height: 24px !important;
    width: 243px;
    margin: auto;
  }
}
.app-standard-text[data-anchor="tryourblendshomepage"] .h-pretitle {
  font-size: 32px !important;
  letter-spacing: 2px !important;
  line-height: 32px !important;
  font-family: "DINNextLTPro-Condensed" !important;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .app-standard-text[data-anchor="tryourblendshomepage"] .h-pretitle {
    font-size: 24px !important;
    line-height: 24px !important;
    margin-bottom: 13px;
  }
}
.app-standard-text[data-anchor="tryourblendshomepage"] .h-title {
  font-size: 60px !important;
  letter-spacing: 1px !important;
  line-height: 50px !important;
  font-family: "ConduitITCStd-Bold" !important;
  margin-bottom: 50px !important;
}
@media only screen and (max-width: 767px) {
  .app-standard-text[data-anchor="tryourblendshomepage"] .h-title {
    font-size: 48px !important;
    line-height: 38px !important;
  }
}
.app-standard-text[data-anchor="tryourblendshomepage"] p {
  font-size: 18px !important;
  line-height: 27px !important;
  font-family: "DINNextLTPro-Regular" !important;
  width: 570px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .app-standard-text[data-anchor="tryourblendshomepage"] p {
    font-size: 16px !important;
    line-height: 24px !important;
    width: 315px;
  }
}
.app-standard-text[data-anchor="spotifybtn"] .btn-secondary {
  font-family: "DINNextLTPro-MediumCond" !important;
  font-size: 20px !important;
  letter-spacing: 2px !important;
  line-height: 24px !important;
  text-transform: uppercase !important;
}
.app-standard-text[data-anchor="faqtitle"] {
  padding-top: 277px !important;
  background-repeat: no-repeat;
  background-size: 36%;
  min-height: 664px;
  background-position: 50% 94%;
}
.app-standard-text[data-anchor="faqtitle"] .h-pretitle {
  font-size: 32px !important;
  letter-spacing: 2px !important;
  line-height: 32px !important;
  font-family: "DINNextLTPro-Condensed" !important;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .app-standard-text[data-anchor="faqtitle"] .h-pretitle {
    font-size: 24px !important;
    line-height: 24px !important;
    margin-bottom: 13px;
  }
}
.app-standard-text[data-anchor="faqtitle"] .h-title {
  font-size: 90px !important;
  letter-spacing: 1px !important;
  line-height: 50px !important;
  font-family: "ConduitITCStd-Bold" !important;
  margin-bottom: 72px !important;
}
@media only screen and (max-width: 767px) {
  .app-standard-text[data-anchor="faqtitle"] .h-title {
    font-size: 48px !important;
    line-height: 48px !important;
    margin-bottom: 20px !important;
  }
}
.app-standard-text[data-anchor="faqtitle"] p {
  font-family: "DINNextLTPro-Regular" !important;
  font-size: 18px;
  line-height: 27px;
  padding: 0 19%;
}
@media only screen and (max-width: 767px) {
  .app-standard-text[data-anchor="faqtitle"] p {
    font-size: 16px !important;
    line-height: 24px !important;
  }
}
.app-standard-text[data-anchor="faqtitle"] {
  padding-top: 277px !important;
  background-repeat: no-repeat;
  background-size: 26%;
  min-height: 664px;
  background-position: 50% 94%;
}
@media only screen and (max-width: 767px) {
  .app-standard-text[data-anchor="faqtitle"] {
    background-image: none !important;
    margin-top: 20px !important;
    padding-top: 0 !important;
    min-height: 350px;
  }
  .app-standard-text[data-anchor="faqtitle"]:before {
    content: '';
    background-image: url('/siteassets/blends/logo-brown.svg');
    background-repeat: no-repeat;
    display: block;
    width: 100px;
    height: 100px;
    position: relative;
    margin-left: 20px !important;
  }
}
.app-standard-text[data-anchor="faqtitle"] .h-pretitle {
  font-size: 32px !important;
  letter-spacing: 2px !important;
  line-height: 32px !important;
  font-family: "DINNextLTPro-Condensed" !important;
  margin-bottom: 30px;
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .app-standard-text[data-anchor="faqtitle"] .h-pretitle {
    font-size: 24px !important;
    line-height: 24px !important;
    margin-bottom: 5px;
  }
}
.app-standard-text[data-anchor="faqtitle"] .h-title {
  font-size: 90px !important;
  letter-spacing: 1px !important;
  line-height: 50px !important;
  font-family: "ConduitITCStd-Bold" !important;
  margin-bottom: 65px !important;
}
@media only screen and (max-width: 767px) {
  .app-standard-text[data-anchor="faqtitle"] .h-title {
    font-size: 48px !important;
    line-height: 48px !important;
    margin-bottom: 20px !important;
  }
}
.app-standard-text[data-anchor="faqtitle"] p {
  font-family: "DINNextLTPro-Regular" !important;
  font-size: 18px;
  line-height: 27px;
  padding: 0 19%;
}
@media only screen and (max-width: 767px) {
  .app-standard-text[data-anchor="faqtitle"] p {
    font-size: 16px !important;
    line-height: 24px !important;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .app-standard-text[data-anchor="contactusstdtext"] {
    margin: 0;
  }
}
.app-standard-text[data-anchor="contactusstdtext"] .h-title {
  font-size: 90px !important;
  letter-spacing: 1px !important;
  line-height: 50px !important;
  font-family: "ConduitITCStd-Bold" !important;
  margin-bottom: 40px !important;
}
@media only screen and (max-width: 767px) {
  .app-standard-text[data-anchor="contactusstdtext"] .h-title {
    font-size: 48px !important;
    line-height: 48px !important;
  }
}
.app-standard-text[data-anchor="contactusstdtext"] p {
  font-family: "DINNextLTPro-Regular" !important;
  font-size: 18px;
  line-height: 27px;
  padding: 0 19%;
}
@media only screen and (max-width: 767px) {
  .app-standard-text[data-anchor="contactusstdtext"] p {
    font-size: 16px !important;
    line-height: 24px !important;
    padding: 0 20px;
  }
}
.app-standard-text[data-anchor="thankyou"] {
  background-size: 355px auto;
  background-position: bottom right;
  padding-top: 120px !important;
}
@media only screen and (max-width: 767px) {
  .app-standard-text[data-anchor="thankyou"] {
    background-image: none !important;
  }
}
.app-standard-text[data-anchor="thankyou"] .container {
  margin: 200px auto 300px auto;
}
@media only screen and (max-width: 767px) {
  .app-standard-text[data-anchor="thankyou"] .container {
    margin: 80px auto 120px auto;
  }
}
.app-standard-text[data-anchor="thankyou"] .h-title {
  font-family: "DINNextLTPro-Condensed" !important;
  font-size: 32px !important;
  line-height: 32px !important;
  letter-spacing: 2px;
}
.app-standard-text[data-anchor="thankyou"] .h-title:before {
  content: '';
  background-image: url('/Content/img/kiwi.svg');
  width: 55px;
  height: 55px;
  display: block;
  background-repeat: no-repeat;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .app-standard-text[data-anchor="thankyou"] .h-title:before {
    width: 33px;
    height: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .app-standard-text[data-anchor="thankyou"] .h-title {
    font-size: 24px !important;
    line-height: 24px !important;
  }
}
.app-standard-text[data-anchor="thankyou"] p {
  font-size: 18px !important;
  line-height: 27px !important;
  text-align: center;
  width: 410px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .app-standard-text[data-anchor="thankyou"] p {
    font-size: 16px !important;
    line-height: 24px !important;
    width: 315px;
  }
}
@media only screen and (max-width: 320px) {
  .app-standard-text[data-anchor="thankyou"] p {
    width: 270px;
  }
}
.app-standard-text[data-anchor="thankyou"] a {
  margin: 35px auto auto auto;
}
@media only screen and (max-width: 767px) {
  .app-standard-text[data-anchor="thankyou"] a {
    margin: 165px auto auto auto;
  }
}
@media only screen and (max-width: 320px) {
  .app-standard-text[data-anchor="thankyou"] a {
    margin: 95px auto auto auto;
  }
}
@media only screen and (min-width: 992px) {
  .app-standard-text[data-anchor="formintro"] {
    margin-left: -35px;
  }
}
.app-standard-text[data-anchor="formintro"] .h-pretitle {
  font-family: "DINNextLTPro-Condensed" !important;
  font-size: 32px !important;
  letter-spacing: 2px;
  line-height: 32px !important;
  margin-top: -50px;
}
@media only screen and (max-width: 767px) {
  .app-standard-text[data-anchor="formintro"] .h-pretitle {
    font-size: 18px !important;
    line-height: 18px;
  }
}
.app-standard-text[data-anchor="formintro"] .h-title {
  font-size: 90px !important;
  letter-spacing: 1px !important;
  line-height: 70px !important;
  font-family: "ConduitITCStd-Bold" !important;
  margin: 40px auto 20px auto !important;
}
@media only screen and (max-width: 767px) {
  .app-standard-text[data-anchor="formintro"] .h-title {
    font-size: 36px !important;
    line-height: 32px !important;
    letter-spacing: 1px !important;
    margin: 0 !important;
  }
}
.app-standard-text[data-anchor="formintro"] p {
  font-family: "DINNextLTPro-Regular" !important;
  font-size: 24px;
  line-height: 36px;
  width: 570px;
  margin: auto auto 30px auto;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .app-standard-text[data-anchor="formintro"] p {
    font-size: 16px !important;
    line-height: 24px !important;
    width: 255px;
  }
}
@media only screen and (max-width: 320px) {
  .app-standard-text[data-anchor="formintro"] p {
    width: 225px !important;
  }
}
.app-three-column {
  padding: 2.5em 0;
}
.app-three-column .container section {
  margin-left: -15px;
  margin-right: -15px;
  padding: 0em 1em !important;
}
.app-three-column[data-anchor="pdpdesktopingredients"] .row {
  display: flex;
  align-items: baseline;
}
.app-three-column[data-anchor="pdpdesktopingredients"] .row .col-sm-4:nth-of-type(1) {
  width: 50%;
}
.app-three-column[data-anchor="pdpdesktopingredients"] .row .info-column > div:not(.Swavenbtn) {
  height: 315px;
  display: flex;
  align-items: flex-end;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .app-three-column[data-anchor="pdpdesktopingredients"] .row .info-column > div:not(.Swavenbtn) {
    height: auto;
    display: block;
  }
}
.app-three-column[data-anchor="pdpdesktopingredients"] .row .h-title,
.app-three-column[data-anchor="pdpdesktopingredients"] .row .h-pretitle {
  text-align: left;
}
.app-three-column[data-anchor="pdpdesktopingredients"] .row p {
  margin-left: 0px;
}
.app-title-bar {
  padding: 0.7em 0;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .app-title-bar[data-anchor="perfectcuptitle"] {
    margin-top: 50px;
  }
  .app-title-bar[data-anchor="perfectcuptitle"] .app-title {
    width: 570px;
    margin: 0 auto;
  }
  .app-title-bar[data-anchor="perfectcuptitle"] .h-title {
    font-family: "ConduitITCStd-Bold" !important;
    font-size: 90px !important;
    line-height: 70px !important;
  }
  .app-title-bar[data-anchor="perfectcuptitle"] .h-pretitle {
    font-size: 32px !important;
    font-family: "DINNextLTPro-Condensed" !important;
    letter-spacing: 1px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .app-title-bar[data-anchor="perfectcuptitle"] {
    text-align: left !important;
  }
  .app-title-bar[data-anchor="perfectcuptitle"] .app-title {
    text-align: left;
    padding: 0 22px;
  }
  .app-title-bar[data-anchor="perfectcuptitle"] .app-title .h-title {
    font-size: 24px !important;
    font-family: "ConduitITCStd-Bold" !important;
    letter-spacing: 1px;
  }
  .app-title-bar[data-anchor="perfectcuptitle"] .h-pretitle {
    padding: 0 22px;
    font-size: 18px !important;
    font-family: "DINNextLTPro-Condensed" !important;
  }
}
.app-title-bar .app-title {
  text-align: center;
}
.app-title-bar .app-title span {
  display: inline;
}
.app-title-bar .app-title span img {
  display: inline;
}
.app-title-bar[data-anchor="contactustitle"] .h-title {
  float: left;
  font-family: "DINNextLTPro-Condensed" !important;
  font-size: 32px !important;
  line-height: 32px !important;
  letter-spacing: 2px !important;
}
@media only screen and (max-width: 767px) {
  .app-title-bar[data-anchor="contactustitle"] .h-title {
    font-size: 18px !important;
    letter-spacing: 1px !important;
    line-height: 24px !important;
  }
}
.app-two-column {
  background-position: center top;
  background-repeat: no-repeat;
}
.app-two-column .app-full-image {
  padding: 0 !important;
  background-size: 100%;
}
.app-two-column .container {
  padding: 0;
}
.app-two-column .app-standard-text {
  color: #40211f;
}
.app-two-column .app-standard-text p {
  font-size: 16px;
  line-height: 24px !important;
  font-family: "DINNextLTPro-Regular" !important;
}
.app-two-column[data-anchor="fortheplanet"] .h-title {
  margin: 30px 0 20px 0 !important;
  font-family: "ConduitITCStd-Bold" !important;
  font-size: 60px !important;
}
.app-two-column[data-anchor="fortheplanet"] p {
  font-size: 18px;
  width: 470px;
}
.app-two-column[data-anchor="fortheplanet"] p strong {
  font-family: "DINNextLTPro-Bold" !important;
}
.app-two-column[data-anchor="fortheplanet"] .app-full-image {
  width: 300px;
  margin-left: 220px;
  margin-top: 60px;
}
.app-two-column[data-anchor="rainforest"] .h-title {
  margin: 30px 0 20px 0 !important;
  font-family: "ConduitITCStd-Bold" !important;
  font-size: 60px !important;
  width: 338px;
  line-height: 50px !important;
}
.app-two-column[data-anchor="rainforest"] p {
  font-size: 18px;
  width: 470px;
}
.app-two-column[data-anchor="rainforest"] .app-full-image {
  width: 300px;
  margin-left: 40px;
}
.app-two-column[data-anchor="biodegradable"] .h-title {
  margin: 30px 0 20px 0 !important;
  font-family: "ConduitITCStd-Bold" !important;
  font-size: 60px !important;
  width: 338px;
  line-height: 50px !important;
}
.app-two-column[data-anchor="biodegradable"] p {
  font-size: 18px;
  width: 470px;
}
.app-two-column[data-anchor="biodegradable"] .app-full-image {
  width: 300px;
  margin-left: 40px;
}
.app-two-column[data-anchor="carbonneutrality"] .h-title {
  margin: 30px 0 20px 0 !important;
  font-family: "ConduitITCStd-Bold" !important;
  font-size: 60px !important;
  width: 338px;
  line-height: 50px !important;
}
.app-two-column[data-anchor="carbonneutrality"] p {
  font-size: 18px;
  width: 478px;
}
.app-two-column[data-anchor="carbonneutrality"] .app-full-image {
  width: 300px;
  margin-left: 80px;
  margin-top: 80px;
}
.app-two-column[data-anchor="natureintotwocol"] .h-title {
  font-size: 48px !important;
  letter-spacing: 1px !important;
  line-height: 48px !important;
  font-family: "ConduitITCStd-Bold" !important;
}
.app-two-column[data-anchor="natureintotwocol"] .h-pretitle {
  font-size: 24px !important;
  letter-spacing: 2px !important;
  line-height: 24px !important;
  font-family: "DINNextLTPro-Condensed" !important;
}
.app-two-column[data-anchor="natureintotwocol"] .h-pretitle:before {
  content: '';
  background-image: url('/Content/img/kiwi.svg');
  width: 55px;
  height: 55px;
  display: block;
  background-repeat: no-repeat;
  margin: 0 auto;
  margin-bottom: 20px;
}
.app-two-column[data-anchor="natureintotwocol"] p {
  padding: 0 22px !important;
}
.app-two-column[data-anchor="ourblendstwocol"] {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.app-two-column[data-anchor="ourblendstwocol"] .h-pretitle {
  font-size: 18px !important;
  letter-spacing: 2px !important;
  line-height: 18px !important;
  font-family: "DINNextLTPro-Condensed" !important;
}
.app-two-column[data-anchor="ourblendstwocol"] .h-title {
  font-size: 36px !important;
  letter-spacing: 1px !important;
  line-height: 32px !important;
  font-family: "ConduitITCStd-Bold" !important;
}
.app-two-column[data-anchor="ourblendstwocol"] p {
  margin-bottom: 16px;
  padding-right: 0 23px;
  font-size: 16px !important;
  line-height: 24px !important;
  font-family: "DINNextLTPro-Regular" !important;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .app-two-column[data-anchor="sounds"] .app-audio {
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: -40px;
    height: 770px;
  }
}
.app-two-column[data-anchor="sounds"] .container {
  width: inherit;
}
.app-two-column[data-anchor="sounds"] .col-sm-6 {
  padding: 0 !important;
}
.app-two-column[data-anchor="sounds"] .col-sm-6 .app-animatedmedia {
  padding: 0 !important;
}
@media only screen and (max-width: 767px) {
  .app-two-column[data-anchor="perfectcuptwocol"] {
    padding: 0 22px !important;
  }
}
.app-two-column[data-anchor="perfectcuptwocol"] .container .row .col-sm-6:nth-child(1) section:not(.anchor-animatedmedia) {
  position: relative;
  border-radius: 50%;
  line-height: 0;
  padding: 0 !important;
  width: 470px;
  margin-left: 120px;
}
.app-two-column[data-anchor="perfectcuptwocol"] .container .row .col-sm-6:nth-child(1) section:not(.anchor-animatedmedia) video {
  height: 470px;
  background-position-x: 0px;
}
.app-two-column[data-anchor="perfectcuptwocol"] .container .row .col-sm-6:nth-child(1) section:not(.anchor-animatedmedia) .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.app-two-column[data-anchor="perfectcuptwocol"] .container .row .col-sm-6:nth-child(1) section:not(.anchor-animatedmedia) .wrapper svg {
  display: none;
}
.app-two-column[data-anchor="perfectcuptwocol"] .container .row .col-sm-6:nth-child(1) section:not(.anchor-animatedmedia) .wrapper:before {
  content: '';
  width: 140px;
  height: 140px;
  background-image: url('/Content/img/play-button-sounds.svg');
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .app-two-column[data-anchor="perfectcuptwocol"] .container .row .col-sm-6:nth-child(1) section:not(.anchor-animatedmedia) .wrapper:before {
    width: 100px;
    height: 100px;
    background-size: contain;
  }
}
@media only screen and (max-width: 767px) {
  .app-two-column[data-anchor="perfectcuptwocol"] .container .row .col-sm-6:nth-child(1) section:not(.anchor-animatedmedia) {
    margin: 0 auto;
    margin-top: 50px;
    width: 280px;
  }
  .app-two-column[data-anchor="perfectcuptwocol"] .container .row .col-sm-6:nth-child(1) section:not(.anchor-animatedmedia) video {
    height: 280px;
  }
}
.app-two-column[data-anchor="perfectcuptwocol"] .container .row .col-sm-6:nth-child(1):after {
  position: absolute;
  content: '';
  display: block;
  background-image: url(/siteassets/blends/perfect-cup-leaf.png);
  background-repeat: no-repeat;
  bottom: -30px;
  left: -20px;
  width: 309px;
  height: 281px;
}
@media only screen and (max-width: 767px) {
  .app-two-column[data-anchor="perfectcuptwocol"] .container .row .col-sm-6:nth-child(1):after {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .app-two-column[data-anchor="perfectcuptwocol"] .container .row {
    display: flex;
    flex-direction: column;
  }
  .app-two-column[data-anchor="perfectcuptwocol"] .container .row .col-xs-12:nth-of-type(1) {
    order: 2;
  }
  .app-two-column[data-anchor="perfectcuptwocol"] .container .row .col-xs-12:nth-of-type(2) {
    order: 1;
  }
}
.app-twohalves {
  padding: 2.5em 0;
  position: relative;
}
@media (min-width: 768px) {
  .app-twohalves div[class*="container"] {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
  }
  .app-twohalves div[class*="container"] .row {
    height: inherit;
  }
  .app-twohalves div[class*="container"] .row .valign-columns {
    display: table;
    width: 100%;
    height: inherit;
  }
  .app-twohalves div[class*="container"] .row .valign-columns .vcolumn {
    display: table-cell;
    vertical-align: middle;
    float: none;
  }
  .app-twohalves div[class*="container"] .row .valign-columns .vcolumn p {
    margin: 1em 0;
  }
}
@media (max-width: 480px) {
  .app-twohalves .img-responsive {
    max-width: calc(100% + 60px);
    margin-left: -30px;
  }
}
@media only screen and (min-width: 992px) {
  .app-twohalves[data-anchor="finestteatwohalves"] {
    margin-left: -90px;
  }
  .app-twohalves[data-anchor="finestteatwohalves"] .h-title {
    font-family: "DINNextLTPro-Condensed" !important;
    font-size: 32px !important;
    letter-spacing: 2px;
  }
  .app-twohalves[data-anchor="finestteatwohalves"] p {
    width: 369px;
    font-size: 18px;
    line-height: 27px;
  }
  .app-twohalves[data-anchor="finestteatwohalves"] img {
    height: 400px;
    max-width: unset;
  }
}
@media only screen and (max-width: 767px) {
  .app-twohalves[data-anchor="tipstwo"] .h-title,
  .app-twohalves[data-anchor="tipsthree"] .h-title {
    width: 235px;
  }
  .app-twohalves[data-anchor="pdptwohalves"] {
    margin-top: 130px;
    padding: 0 22px;
  }
  .app-twohalves[data-anchor="pdptwohalves"] .h-pretitle {
    text-align: center;
    font-family: "DINNextLTPro-Condensed" !important;
    letter-spacing: 2px;
    font-size: 24px !important;
  }
  .app-twohalves[data-anchor="pdptwohalves"] h1.h-title {
    text-align: center;
    margin-bottom: 20px !important;
    font-family: 'ConduitITCStd-Bold' !important;
    letter-spacing: 1px;
    font-size: 48px !important;
  }
  .app-twohalves[data-anchor="pdptwohalves"] span h2 {
    font-size: 18px !important;
    text-align: center !important;
    margin-top: 50px !important;
  }
  .app-twohalves[data-anchor="pdptwohalves"] p {
    text-align: center !important;
  }
  .app-twohalves[data-anchor="pdptwohalves"] img {
    margin: 0 auto 50px auto;
    max-width: 100%;
  }
  .app-twohalves[data-anchor^="keyingredients"] {
    padding: 0 22px;
  }
  .app-twohalves[data-anchor^="keyingredients"] .col-xs-12 {
    width: 50%;
  }
  .app-twohalves[data-anchor^="keyingredients"] img {
    max-width: initial;
    margin: 0;
    margin-top: 20px;
  }
  .app-twohalves[data-anchor^="keyingredients"] .h-pretitle {
    font-family: "DINNextLTPro-Condensed" !important;
    font-size: 18px !important;
    letter-spacing: 1px;
    margin-top: 20px;
  }
  .app-twohalves[data-anchor^="keyingredients"] p {
    max-width: 147px;
  }
  .app-twohalves[data-anchor$="one"] .col-xs-12:first-of-type {
    float: right;
  }
  .app-twohalves[data-anchor$="two"] .col-xs-12:first-of-type {
    float: left;
  }
  .app-twohalves[data-anchor="keyingredientintro"] {
    padding: 0 22px;
  }
  .app-twohalves[data-anchor="keyingredientintro"] .h-pretitle {
    font-family: "DINNextLTPro-Condensed" !important;
    font-size: 18px !important;
    letter-spacing: 1px;
    margin-bottom: 0px !important;
  }
  .app-twohalves[data-anchor="keyingredientintro"] .h-title {
    font-family: 'ConduitITCStd-Bold' !important;
    margin-bottom: 25px !important;
  }
  .app-twohalves[data-anchor="keyingredientintro"] p {
    max-width: 315px;
  }
  .app-twohalves[data-anchor^="postcodetwohalves"] {
    text-align: center;
    padding: 0;
  }
  .app-twohalves[data-anchor^="postcodetwohalves"] .col-xs-12 {
    margin-bottom: 60px;
    background-size: 378px auto;
    background-position: center 100px;
  }
  .app-twohalves[data-anchor^="postcodetwohalves"] .h-pretitle {
    font-family: "DINNextLTPro-Condensed" !important;
    font-size: 24px !important;
    letter-spacing: 2px;
    margin-bottom: 10px !important;
  }
  .app-twohalves[data-anchor^="postcodetwohalves"] .h-title {
    font-family: ConduitITCStd-Bold !important;
    font-size: 48px !important;
    width: 200px;
    letter-spacing: 1px;
    margin: auto !important;
    line-height: 48px !important;
    margin-bottom: 15px !important;
  }
  .app-twohalves[data-anchor^="postcodetwohalves"] p {
    width: 244px;
    margin: auto auto 15px auto;
  }
  .app-twohalves[data-anchor^="postcodetwohalves"] .btn {
    margin-bottom: 150px;
  }
  .app-twohalves[data-anchor^="postcodetwohalves"] img {
    margin: auto;
  }
}
.app-twohalves .two-halves-text-background {
  background-repeat: no-repeat;
}
.app-twohalves[data-anchor="ourblendstwohalves"] {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.app-twohalves[data-anchor="ourblendstwohalves"] .h-pretitle {
  font-size: 20px !important;
  letter-spacing: 2px !important;
  line-height: 20px !important;
  font-family: "DINNextLTPro-Condensed" !important;
}
.app-twohalves[data-anchor="ourblendstwohalves"] .h-title {
  font-size: 60px !important;
  letter-spacing: 1px !important;
  line-height: 50px !important;
  font-family: "ConduitITCStd-Bold" !important;
}
.app-twohalves[data-anchor="ourblendstwohalves"] p {
  margin-bottom: 30px;
  padding-right: 30%;
  font-size: 18px !important;
  line-height: 27px !important;
  font-family: "DINNextLTPro-Regular" !important;
}
.app-twohalves[data-anchor="exploreourteainfocol"] {
  text-align: center;
  background-size: contain;
  background-repeat: no-repeat;
  min-height: 490px;
  position: relative;
  background-position-y: 100px;
  margin-bottom: 50px;
  color: #40211f;
}
.app-twohalves[data-anchor="exploreourteainfocol"] h1,
.app-twohalves[data-anchor="exploreourteainfocol"] h2 {
  text-align: center;
  text-transform: lowercase;
}
.app-twohalves[data-anchor="exploreourteainfocol"] .button-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.app-twohalves[data-anchor="exploreourteainfocol"] .h-pretitle {
  font-size: 18px !important;
  letter-spacing: 2px !important;
  line-height: 18px !important;
  font-family: "DINNextLTPro-Condensed" !important;
}
.app-twohalves[data-anchor="exploreourteainfocol"] .h-title {
  font-size: 36px !important;
  letter-spacing: 1px !important;
  line-height: 32px !important;
  font-family: "ConduitITCStd-Bold" !important;
}
.app-twohalves[data-anchor="exploreourteatwohalves"] {
  min-height: 700px !important;
  color: #40211f;
}
.app-twohalves[data-anchor="exploreourteatwohalves"] .container {
  width: 90%;
}
.app-twohalves[data-anchor="exploreourteatwohalves"] .container .col-sm-6 {
  width: 60%;
}
.app-twohalves[data-anchor="exploreourteatwohalves"] .h-pretitle {
  font-size: 20px !important;
  letter-spacing: 2px !important;
  line-height: 20px !important;
  font-family: "DINNextLTPro-Condensed" !important;
}
.app-twohalves[data-anchor="exploreourteatwohalves"] .h-title {
  font-size: 60px !important;
  letter-spacing: 1px !important;
  line-height: 50px !important;
  font-family: "ConduitITCStd-Bold" !important;
}
.app-twohalves[data-anchor="exploreourteatwohalves"] img {
  width: 100%;
}
.app-twohalves[data-anchor="pdptwohalves"] {
  margin-top: 100px;
}
.app-twohalves[data-anchor="pdptwohalves"] .h-pretitle {
  font-family: "DINNextLTPro-Condensed" !important;
  font-size: 20px !important;
  letter-spacing: 2px;
}
.app-twohalves[data-anchor="pdptwohalves"] .h-title {
  font-family: "ConduitITCStd-Bold" !important;
  font-size: 60px !important;
  letter-spacing: 2px !important;
}
@media only screen and (min-width: 992px) {
  .app-twohalves[data-anchor="pdptwohalves"] .h-title {
    margin-left: -3px !important;
  }
}
.app-twohalves[data-anchor="pdptwohalves"] span h2 {
  font-size: 32px;
  font-family: "DINNextLTPro-Condensed" !important;
  margin-top: 30px;
  letter-spacing: 2px;
}
.app-twohalves[data-anchor="pdptwohalves"] span p {
  margin: 11px 0 0 0 !important;
  font-size: 16px;
  line-height: 27px;
  max-width: 315px;
}
@media only screen and (min-width: 992px) {
  .app-twohalves[data-anchor="pdptwohalves"] span p {
    width: 470px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .app-twohalves[data-anchor="pdptwohalves"] img {
    max-width: none !important;
  }
}
@media only screen and (min-width: 992px) {
  .app-twohalves[data-anchor="pdptwohalves"] img {
    position: absolute;
    width: 709px;
    left: -190px;
    top: 100px;
    max-width: unset;
  }
}
.app-twohalves[data-anchor*="tips"] {
  height: inherit;
}
@media (max-width: 1281px) {
  .app-twohalves[data-anchor*="tips"] {
    min-height: 685px !important;
  }
}
@media only screen and (max-width: 767px) {
  .app-twohalves[data-anchor*="tips"] .col-xs-12:nth-child(1) {
    padding: 0;
  }
  .app-twohalves[data-anchor*="tips"] img {
    margin: 0;
    width: 100%;
  }
  .app-twohalves[data-anchor*="tips"] .valign-columns {
    display: flex;
    flex-direction: column;
  }
  .app-twohalves[data-anchor*="tips"] .valign-columns .vcolumn {
    order: 2;
  }
  .app-twohalves[data-anchor*="tips"] .valign-columns .two-halves-text-background {
    order: 1 !important;
  }
}
@media only screen and (min-width: 992px) {
  .app-twohalves[data-anchor*="tips"] .col-xs-12.col-sm-6.col-sm-push-6.vcolumn:not(.two-halves-test-background) {
    text-align: right;
  }
  .app-twohalves[data-anchor*="tips"] img {
    max-height: 923px;
    display: inline;
    margin-left: 11%;
  }
  .app-twohalves[data-anchor*="tips"] .valign-columns {
    height: unset;
  }
  .app-twohalves[data-anchor*="tips"] .container {
    margin: 0 !important;
    width: 100%;
    padding-right: 0px !important;
    height: unset;
  }
  .app-twohalves[data-anchor*="tips"] .container .two-halves-text-background {
    background-position: 50% 100%;
    background-size: 65%;
    position: relative;
    padding-left: 10%;
  }
  .app-twohalves[data-anchor*="tips"] span p:last-child {
    position: relative;
    left: 100px;
    bottom: 170px;
    width: 300px;
  }
  .app-twohalves[data-anchor*="tips"] span p:not(:last-child) {
    width: 10px;
    height: 10px;
    position: relative;
    bottom: 100px;
  }
  .app-twohalves[data-anchor*="tips"] span p:not(:last-child) a em {
    position: relative;
    left: -2px;
  }
  .app-twohalves[data-anchor*="tips"] .col-sm-6 {
    width: 50%;
  }
}
.app-twohalves[data-anchor*="tips"] .h-pretitle {
  font-family: "DINNextLTPro-Condensed" !important;
  font-size: 20px !important;
  line-height: 20px !important;
}
@media only screen and (min-width: 992px) {
  .app-twohalves[data-anchor*="tips"] .h-pretitle {
    position: relative;
    left: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .app-twohalves[data-anchor*="tips"] .h-pretitle {
    font-size: 18px !important;
    letter-spacing: 2px !important;
    line-height: 18px !important;
    text-align: left;
    padding: 0 8px !important;
  }
}
.app-twohalves[data-anchor*="tips"] .h-title {
  font-family: "ConduitITCStd-Bold" !important;
  font-size: 60px !important;
  line-height: 50px !important;
}
@media only screen and (min-width: 992px) {
  .app-twohalves[data-anchor*="tips"] .h-title {
    position: relative;
    left: 98px;
    width: 350px;
  }
}
@media only screen and (max-width: 767px) {
  .app-twohalves[data-anchor*="tips"] .h-title {
    font-size: 36px !important;
    letter-spacing: 1px !important;
    line-height: 32px !important;
    text-align: left;
    padding: 8px;
  }
}
.app-twohalves[data-anchor*="tips"] p {
  font-family: "DINNextLTPro-Regular" !important;
  font-size: 18px !important;
  line-height: 27px !important;
}
@media only screen and (max-width: 767px) {
  .app-twohalves[data-anchor*="tips"] p {
    font-size: 16px !important;
    line-height: 24px !important;
    text-align: left;
    padding: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .app-twohalves[data-anchor*="tips"] span p:not(:last-child) {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .app-twohalves[data-anchor*="tips"] .two-halves-text-background {
    background-size: 0;
  }
}
.app-twohalves[data-anchor^="tioratindesktop"] {
  margin-bottom: 100px;
}
.app-twohalves[data-anchor^="tioratindesktop"] .h-pretitle {
  font-family: "DINNextLTPro-Condensed" !important;
  font-size: 20px !important;
  line-height: 20px !important;
  letter-spacing: 2px !important;
  margin-bottom: 20px;
}
.app-twohalves[data-anchor^="tioratindesktop"] .h-title {
  font-family: "ConduitITCStd-Bold" !important;
  font-size: 60px !important;
  line-height: 50px !important;
  letter-spacing: 2px;
}
.app-twohalves[data-anchor^="tioratindesktop"] p {
  font-family: "DINNextLTPro-Regular" !important;
  font-size: 18px !important;
  line-height: 27px !important;
  width: 244px;
}
.app-twohalves[data-anchor^="tioratindesktop"] h6 {
  font-family: "DINNextLTPro-Condensed" !important;
  font-size: 32px !important;
  line-height: 32px !important;
  letter-spacing: 2px;
  margin-bottom: 40px;
}
.app-twohalves[data-anchor^="tioratindesktop"] a {
  font-family: "DINNextLTPro-MediumCond";
  font-size: 20px !important;
  line-height: 24px !important;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.app-twohalves[data-anchor^="tioratindesktop"] .btn-secondary {
  margin: 0;
}
.app-twohalves[data-anchor^="tioratindesktop"] img {
  margin-top: -150px;
}
